@import url("./var.css");
/* ===================================================
  * Top Page
==================================================== */

.top p {
  line-height: 1.5;
}


.top-mainvisual {
  position: relative;
  margin-bottom: 20px;
  /* overflow: hidden; */

  @media (min-width: 768px) {
    padding-top: 20px;
    margin-bottom: 0;
  }

  &::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/top/mainvisulal-bg-sp.svg) no-repeat left center/contain;
    z-index: -1;

    @media (min-width: 768px) {
      top: 0;
      left: 0;
      width: 100%;
      height: 120%;
      background: url(../images/top/mainvisulal-bg-pc.svg) no-repeat left center/contain;
    }
  }
}

.top-mainvisual__inner {
  display: flex;
  flex-direction: column;
  position: relative;

  @media (min-width: 768px) {
    width: 1200px;
    max-width: 100%;
    justify-content: flex-start;
    flex-direction: row;
    margin: 0 auto;
  }
}

.top-mainvisual__content {
  order: 1;
  padding: 0 20px;

  @media (min-width: 768px) {
    order: 0;
    padding: 100px 30px 25px;
    width: 100%;
    max-width: 660px;
    flex-grow: 1;
    z-index: 3;
    /* background: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 51%, transparent 100%); */
  }
}

.top-mainvisual__title {
  font-size: 28px;
  margin-bottom: 15px;
  line-height: 1.2;

  @media (min-width: 768px) {
    font-size: 40px;
  }
}

.top-mainvisual__title--small {
  font-size: 17px;

  @media (min-width: 768px) {
    font-size: 22px;
  }
}

.top-mainvisual__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.top-mainvisual__desc {
  color: var(--text-desc-color);
  font-size: 14px;

  @media (min-width: 768px) {
    flex-size: 15px;
  }
}

.top-mainvisual__badge {
  max-width: 230px;
}

.top-mainvisual__img {
  position: relative;
  order: 0;
  margin: -30px -30px 0 15px;

  @media (min-width: 768px) {
    width: 800px;
    /* width: 880px; */
    position: absolute;
    right: calc(47% - 900px);
    top: 8px;
    margin: 0;
    /* order: 1; */
    /* margin-right: -300px; */
  }

  @media (min-width: 1200px) {
    right: -20%;
  }

  &::after {
    content: "";
    position: absolute;
    top: 41%;
    left: -2%;
    width: 47%;
    height: 35%;
    background: url(../images/top/mainvisual-item-sp.png) no-repeat center center/contain;
    z-index: 2;

    @media (min-width: 768px) {
      top: 42%;
      left: 4.8%;
      width: 42%;
      height: 41%;
      background: url(../images/top/mainvisual-item-pc.png) no-repeat center center/contain;
    }
  }
}

.top-mainvisual__slider {
  position: absolute;
  z-index: 1;
  top: 25.7%;
  left: 3.65%;
  width: 48.6%;

  @media (min-width: 768px) {
    top: 19.5%;
    left: 8.9%;
    width: 43%;
  }

  .swiper {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out;
  }

  .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease-in-out;
    aspect-ratio: 14 / 10;
    border-radius: 10px;
    overflow: hidden;

    @media (min-width: 768px) {
      border-radius: 15px;
    }

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  .swiper-slide:not(.swiper-slide-active) {
    transform: scale(0.8);
  }
}

.top-search {
  position: relative;
  margin-bottom: 50px;

  @media screen and (min-width: 768px) {
    padding-left: 20px;
  }

  &::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F5F5F5;
    z-index: -1;
    box-shadow: 0 -5px 10px -5px rgba(0, 0, 0, 0.2);
  }
}

.top-search__panel {
  position: relative;
  background: var(--main-primary-color);
  color: #fff;
  font-weight: 700;
  padding: 30px 20px;
  border-radius: 20px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  -10px 0 10px rgba(0, 0, 0, 0.5),
  /* 左 */
  0 -10px 10px rgba(0, 0, 0, 0.5),
  /* 上 */
  0 10px 10px rgba(0, 0, 0, 0.5);

  @media (min-width: 768px) {
    display: flex;
    justify-content: center;
    border-radius: 150px 0 0 150px;
    padding: 15px 0px 15px 50px;
    /* padding: 30px 0px 30px 50px; */

    &::before {
      content: "";
      position: absolute;
      top: 0;
      left: calc(100% - 1px);
      width: 100%;
      height: 100%;
      background: var(--main-primary-color);
    }
  }

  /*&::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(100% - 1px);
    width: 100%;
    height: 100%;
    background: var(--main-primary-color);
  }*/
}

.top-search__inner {
  @media (min-width: 768px) {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
  }
}

.top-search__keyword {
  margin-bottom: 30px;

  @media (min-width: 768px) {
    width: 50%;
    padding: 0 20px;
    margin-bottom: 0;
  }
}

.top-search__title {
  position: relative;
  font-size: 18px;
  margin-bottom: 15px;
  padding-left: 22px;

  @media (min-width: 768px) {
    font-size: 22px;
    margin-bottom: 15px;
    /* margin-bottom: 25px; */
    padding-left: 30px;
  }

  &::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    background: url(../images/common/icon-arrow-triangle-search-title.svg) no-repeat center center/cover;

    @media screen and (min-width: 768px) {
      width: 22px;
      height: 22px;
      top: calc(50% + 2px);

    }
  }
}

.top-search__box {
  margin-bottom: 20px;
}

.top-search__popular {
  @media (min-width: 768px) {
    display: flex;
    flex-wrap: wrap;
  }

  span {
    display: inline-block;
    margin-bottom: 10px;

    @media (min-width: 768px) {
      font-size: 12px;
      padding-right: 10px;
    }
  }
}

.top-search__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 10px;

  @media (min-width: 768px) {
    margin-bottom: 0;
  }
}

.top-search__item {
  padding: 0 5px 10px;
}

.top-search__link {
  display: inline-block;
  background: #fff;
  color: var(--main-primary-color);
  padding: 5px 7px;
  border-radius: 2px;

  @media (min-width: 768px) {
    font-size: 14px;
  }
}

.top-search__purpose {
  width: 100%;

  @media (min-width: 768px) {
    position: relative;
    width: 50%;
    padding: 0 20px;
    border-left: 2px solid #fff;
  }
}

.top-serach__more {
  display: block;
  text-align: center;

  @media (min-width: 768px) {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    font-size: 14px;
  }
}


.top__wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;

  @media (min-width: 768px) {
    display: flex;
    justify-content: space-between;
  }
}

.top__main {
  width: 100%;

  @media (min-width: 768px) {
    width: calc(100% - 330px);
    margin: 0;
    padding: 0;
  }
}

.top__sidebar {
  width: 100%;
  margin: 0;
  padding: 0;

  @media (min-width: 768px) {
    width: 330px;
    padding-left: 15px;
    padding-right: 15px;
    flex-grow: 1;
  }
}

@media (min-width: 768px) {
  .top__sidebar .p--sticky {
    position: sticky;
    top: 100px;
  }
}


.top-section {
  padding: 30px 0;
  margin-bottom: 30px;

  @media screen and (min-width: 768px) {
    padding: 50px 0;
    margin-bottom: 50px;
  }
}

.top-section__inner {
  padding: 0 20px;
  width: 100%;

  @media (min-width: 768px) {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.top-section__inner--s {
  width: 100%;

  @media (min-width: 768px) {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
}

.top-section__heading {
  margin-bottom: 30px;

  @media (min-width: 768px) {
    margin-bottom: 50px;
  }
}

.top-section__title {
  font-size: 24px;
  margin-bottom: 15px;

  small {
    font-size: 18px;
    padding-left: 10px;
  }

  @media (min-width: 768px) {
    font-size: 28px;
    margin-bottom: 30px;
  }
}

.top-section__title--en {
  display: block;
  position: relative;
  color: var(--main-primary-color);
  font-size: 12px;
  font-weight: 900;
  padding-bottom: 15px;
  margin-bottom: 10px;

  &::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    border-radius: 3px;
    background: var(--main-primary-color);
  }

  @media (min-width: 768px) {
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
}

.top-category__wrapper {
  @media (min-width: 768px) {
    display: flex;
    justify-content: space-between;
  }
}

.top-category__search {
  margin-bottom: 30px;
}

.top-category__searchbox {
  overflow-x: scroll;
  padding-bottom: 20px;
  margin: 0 calc(50% - 50vw) 0px;

  @media (min-width: 768px) {
    margin: 0 0 30px;
  }
}

.top-category__main {
  width: 100%;

  /* @media (min-width: 768px) {
    width: calc(100% - 330px);
    margin-left: 0;
    margin-right: auto;
  } */
}

.top-category__info {
  margin-bottom: 30px;
}

.top-category__list {
  display: flex;
  width: 500px;

  /* padding-left: 10px; */
  @media (min-width: 768px) {
    width: auto;
  }
}

.top-category__item {
  padding: 0 5px;
  width: calc(100% / 6);
  min-width: 120px;

  svg {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

.top-category__item.is-active {
  .top-category__icon {
    rect {
      fill: #b00000 !important;
    }

    #icon_all {
      stroke: #fff !important;
      fill: transparent !important;
    }

    g {
      fill: #fff !important;
    }

    #icon_cad path {
      fill: #fff !important;
    }
  }
}

.top-category__item .top-category__tab {
  display: block;
  padding: 5px;
  color: #b00000;
  background-color: #fff;
  border: 1px solid #b00000;
}

.top-category__item.is-active .top-category__tab {
  color: #fff;
  background-color: #b00000;
}


.top-category__link {
  cursor: pointer;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
}

.top-category__icon {
  margin-bottom: 10px;
}

.top-category__result {}

.top-category__subtitle {
  margin-bottom: 20px;

  @media (min-width: 768px) {
    font-size: 20px;
  }
}

.top-category__desc {
  @media (min-width: 768px) {
    margin-bottom: 20px;
  }
}

.top-category__note {
  font-size: 10px;
}

.top-sidebar {
  width: 100%;

  @media (min-width: 768px) {
    width: 330px;
    padding-left: 30px;
    flex-grow: 1;
  }
}

.top-sidebar__group {
  display: none;
  margin-bottom: 30px;

  @media (min-width: 768px) {
    display: block;
  }
}

.top-sidebar__title {
  color: var(--main-primary-color);
  font-size: 18px;
  margin-bottom: 10px;

  @media (min-width: 768px) {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.top-sidebar__bnr {
  display: block;
  margin-bottom: 15px;
}

.top-sidebar__keywordlist {
  display: flex;
  flex-wrap: wrap;
}

.top-sidebar__keyworditem {
  margin-right: 10px;
  margin-bottom: 10px;
}

.top-sidebar__keywordlink {
  display: inline-block;
  color: var(--main-primary-color);
  font-weight: 700;
  font-size: 12px;

  @media (min-width: 768px) {
    font-size: 14px;
  }
}

.top-sidebar__keywordlink--border {
  display: inline-block;
  color: var(--main-primary-color);
  font-weight: 700;
  font-size: 12px;
  border: 1px solid var(--main-primary-color);
  padding: 2px 5px;

  @media (min-width: 768px) {
    font-size: 14px;
  }
}

.top-free-content {
  background: var(--bg-gray-color);
  padding: 100px 0;
}

.top-free-content__wrapper {
  @media (min-width: 768px) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }

  .card {
    @media (min-width: 768px) {
      width: calc(100% / 4 - 20px);
    }
  }
}

.top-recommend {
  background: var(--bg-gray-color);
  border-radius: 0 100px 0 0;
  padding: 50px 0;

  @media screen and (min-width: 768px) {
    padding: 100px 0;
  }
}

.top-recommend__keyword {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  color: var(--main-primary-color);
  font-size: 18px;
  font-weight: 700;
}

.top-recommend__keywordlist {
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
  gap: 10px;
}


.top-recommend__list {
  @media (min-width: 768px) {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
}

.top-recommend__item {
  width: 100%;

  @media (min-width: 768px) {
    width: calc(100% / 3 - 30px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

.top-recommend__item .card__thumbnail {
  display: block;
  width: 100%;

  @media (min-width: 768px) {
    aspect-ratio: 16 / 9;
    width: 100%;
  }
}

.top-recommend__item .card__content {
  width: 100%;

  @media (min-width: 768px) {
    width: 100%;
  }
}

.top-recommend__item .card__cta {
  width: auto;

  @media (min-width: 768px) {
    width: auto;
    justify-content: center;
    margin-bottom: 0;
  }
}

.top-recommend__item .card__cta .card__link {
  width: auto;

  @media (min-width: 768px) {
    width: auto;
  }
}

.top-combination__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.top-combination__item {
  width: 100%;

  @media (min-width: 768px) {
    width: calc(100% / 3 - 40px);
  }
}

.top-combination__img {
  width: 100%;
  margin-bottom: 15px;
}

.top-attend__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 60px;
}

.top-attend__item {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #ccc;

  @media (min-width: 768px) {
    width: calc(100% / 3 - 30px);
  }
}

.top-attend__subtitle {
  padding: 20px 20px 15px;
  font-size: 18px;
}

.top-attend__text {
  padding: 0 20px 20px;
}

.top-voice {
  background: #000;
  padding: 50px 0;
  color: #fff;

  @media screen and (min-width: 768px) {
    padding: 100px 0;
  }

  .top-section__title--en {
    color: #D0A900;

    &::before {
      background: #D0A900;
    }
  }
}

.top-voice__inner {
  @media (min-width: 768px) {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
}

.top-voice__list {
  margin-bottom: 50px;

  @media (min-width: 768px) {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
}

.top-voice__item {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  color: #000;
  padding: 20px;
  margin-bottom: 20px;

  @media (min-width: 768px) {
    width: calc(100% / 3 - 20px);
    margin-bottom: 0;
  }
}

.top-voice__thumbnail {
  margin: -20px -20px 20px;
  max-width: calc(100% + 40px);
  width: calc(100% + 40px);

  @media (min-width: 768px) {
    margin: -25px -25px 25px;
    max-width: calc(100% + 50px);
    width: calc(100% + 50px);

  }
}

.top-voice__name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;

  span {
    font-size: 12px;
    padding-left: 20px;
  }
}

.top-voice__seminar {
  font-size: 16px;
  margin-bottom: 20px;
}

.top-voice__subtitle {
  font-size: 20px;
  margin-bottom: 20px;

  @media screen and (min-width: 768px) {
    font-size: 24px;
  }
}

.top-voice__badge {
  display: block;
  position: relative;
  margin: 0 -20px;

  @media (min-width: 768px) {
    margin: 0;
  }

  img {
    width: 100%;
  }
}

.top-about {
  padding: 0 0 50px;

  @media screen and (min-width: 768px) {
    padding: 0 0 100px;
  }
}

.top-about__panel {
  background: url(../images/top/bg-about.png) var(--bg-gray-color) no-repeat center center/cover;
  width: calc(100% + 40px);
  border-radius: 30px;
  padding: 20px;
  margin: 0 -20px;

  @media (min-width: 768px) {
    width: 100%;
    padding: 80px;
    margin: 0;
  }
}

/* .top-about__wrapper {
  @media (min-width: 768px) {
    display: flex;
    justify-content: space-between;
    gap: 80px;
  }
} */

.top-about__heading {
  margin-bottom: 30px;

  /* @media (min-width: 768px) {
    width: 35%;
  } */
}

.top-about__title {
  font-size: 24px;
  margin-bottom: 15px;

  @media (min-width: 768px) {
    font-size: 28px;
  }
}

/* .top-about__content {
  @media (min-width: 768px) {
    width: 55%;
  }
} */

.top-about__text {
  line-height: 1.8;
  margin-bottom: 20px;

  @media (min-width: 768px) {
    margin-bottom: 30px;
  }
}

.top-about__text:last-child {
  margin-bottom: 0;
}

/* ===================================================
  * Top Page end
==================================================== */


/* ===================================================
  * Member Page
==================================================== */

.bg--gray {
  background: var(--bg-gray-color);
}

.bg--gray2 {
  background: #ececec;
}

.container {
  padding: 80px 0;

  @media (min-width: 768px) {
    padding: 140px 0;
  }
}


.container--content {
  padding: 60px 0;

  @media (min-width: 768px) {
    padding: 100px 0;
  }
}

.container--search {
  padding: 60px 0;

  @media (min-width: 768px) {
    padding: 100px 0;
  }

  .container__wrap {
    @media (min-width: 768px) {
      max-width: 1200px;
    }
  }
}

.container__wrap {
  padding: 0 20px;

  @media (min-width: 768px) {
    padding: 0 20px;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}

.sidenav {
  width: 100%;
  display: none;

  @media (min-width: 768px) {
    display: block;
    flex-shrink: 0;
    width: 280px;
    padding-right: 40px;
  }
}

.sidenav__main {
  background: #fff;
  position: relative;
  border-radius: 10px;
  margin-bottom: 30px;
}

.sidenav__namecard {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px 20px;
  border-bottom: 2px solid #c8c8c8;
}

.sidenav__name {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

/* .sidenav__bnr {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  background: #fff;
  border: 10px solid var(--main-primary-color);
  color: var(--main-primary-color);
  font-size: 16px;
  font-weight: 700;
} */

.sidenav__list {
  padding: 20px 10px 20px 25px;
}

.sidenav__item {
  margin-bottom: 10px;
}

.sidenav__link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 0px 10px 30px;
  border-radius: 5px;
  font-weight: 700;

  &::before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 15px;
    height: 4px;
    border-radius: 2px;
    background: linear-gradient(90deg, #747576 0%, #d9d9d9 100%);
  }
}

.sidenav__link.is-active {
  color: var(--main-primary-color);

  &::before {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 0;
    background: url(../images/common/icon-arrow-triangle-primary.svg) no-repeat center center/contain;
  }
}

.sidenav__link .icon-active {
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  border-top-left-radius: 50%;
  transform: rotate(0deg) skewY(30deg) scaleX(.86666) translate(0, -50%);
}

.sidenav__link .icon-active,
.sidenav__link .icon-active::before,
.sidenav__link .icon-active::after {
  width: 10px;
  height: 10px;
  background: var(--main-primary-color);
}

.sidenav__link .icon-active::before,
.sidenav__link .icon-active::after {
  content: "";
  position: absolute;
}

.sidenav__link .icon-active::before {
  border-top-right-radius: 50%;
  transform: skewX(-45deg) translateX(50%);
}

.sidenav__link .icon-active::after {
  border-bottom-left-radius: 50%;
  transform: skewY(-45deg) translateY(50%);
}

.sidenav__toggle {
  display: none;
  @media (min-width: 768px) {
    position: absolute;
    bottom: 30px;
    right: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
    background: #fff;
    cursor: pointer;
  }
}

.sidenav__toggle-icon {
  pointer-events: none;
}

/* サイドナビ - width をアニメーションさせる */
/* サイドナビ本体 */
.sidenav {
  width: 100%;
  display: none;
  position: relative;
  transition: width 0.3s ease-in-out;

  @media (min-width: 768px) {
    display: block;
    flex-shrink: 0;
    width: 280px;
    padding-right: 40px;
  }
}

/* 閉じた状態 */
.sidenav.is-closed {
  @media (min-width: 768px) {
    width: 40px;
    padding-right: 0;
  }
}

/* サイドナビのメインコンテンツ */
.sidenav__main {
  background: #fff;
  position: relative;
  border-radius: 10px;
  margin-bottom: 30px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}

/* 閉じた状態でコンテンツを左に移動 */
.sidenav.is-closed .sidenav__main {
  @media (min-width: 768px) {
    transform: translateX(-240px);
    margin-left: -200px;
    opacity: 0;
    pointer-events: none;
  }
}

.sidenav__namecard {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px 20px;
  border-bottom: 2px solid #c8c8c8;
}

.sidenav__name {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.sidenav__list {
  padding: 20px 10px 20px 25px;
}

.sidenav__item {
  margin-bottom: 10px;
}

.sidenav__link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 0px 10px 30px;
  border-radius: 5px;
  font-weight: 700;

  &::before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 15px;
    height: 4px;
    border-radius: 2px;
    background: linear-gradient(90deg, #747576 0%, #d9d9d9 100%);
  }
}

.sidenav__link.is-active {
  color: var(--main-primary-color);

  &::before {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 0;
    background: url(../images/common/icon-arrow-triangle-primary.svg) no-repeat center center/contain;
  }
}

/* トグルボタン - .sidenavの直接の子要素として配置 */
.sidenav__toggle {
  display: none;
  @media (min-width: 768px) {
    position: absolute;
    bottom: 60px;
    right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
    background: #fff;
    cursor: pointer;
    transition: right 0.3s ease-in-out;
    z-index: 10;
  }
}

/* 閉じた状態でのトグルボタン位置 */
.sidenav.is-closed .sidenav__toggle {
  @media (min-width: 768px) {
    right: 5px;
  }
}

/* トグルボタンのアイコン */
.sidenav__toggleicon,
.sidenav__toggle-icon {
  pointer-events: none;
  transition: transform 0.3s ease-in-out;
}

/* メインコンテンツ */
.main--contents {
  flex: 1;
  min-width: 0;
  transition: all 0.3s ease-in-out;
}



.section-member {
  margin-bottom: 30px;

  @media (min-width: 768px) {
    margin-bottom: 50px;
  }
}

.section-member__title {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-left: 25px;
  border-bottom: 1px solid #dcdcdc;

  @media (min-width: 768px) {
    font-size: 24px;
    padding-left: 34px;
  }
}

.section-member__title::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  border: 5px solid var(--main-primary-color);

  @media (min-width: 768px) {
    top: 10px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 7px solid var(--main-primary-color);
  }
}

.section-member__desc {
  font-weight: 700;
  margin-bottom: 30px;
}


.member-panel {
  background: #fff;
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);

  @media screen and (min-width: 768px) {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    border-radius: 10px;
  }
}

.member-panel__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #dcdcdc;

  @media screen and (min-width: 768px) {
    padding: 20px 30px;
  }
}

.member-panel__heading .section-member__title {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}

.member-panel__heading .section-member__title span {
  font-size: 0.8em;
}

.member-panel__morebtn {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--main-primary-color);
}

.member-panel__body {
  padding: 20px;

  @media screen and (min-width: 768px) {
    padding: 30px;
  }
}

.member-panel__venues {
  @media screen and (min-width: 768px) {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
}

.member-panel__venue {
  @media screen and (min-width: 768px) {
    width: 50%;
    margin-bottom: 0;
  }
}

/* .member-panel__venue .member-item {
  cursor: pointer;
  width: 100%;
  border: none;
  outline: none;
  background: #fff;
  text-align: left;
  @media screen and (min-width: 768px) {
    margin-bottom: 0;
  }
} */

button.member-item {
  cursor: pointer;
  width: 100%;
  border: none;
  outline: none;
  background: #fff;
  text-align: left;
  transition: all 0.5s ease;

  @media screen and (min-width: 768px) {
    margin-bottom: 0;
  }
}

button.member-item:hover {
  opacity: 0.7;
  transform: scale(1.02);
}

.member-panel__venue.is-empty {
  display: none;

  @media screen and (min-width: 768px) {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #efefef;
    border: 2px solid #d7d7d7;
    border-radius: 10px;
    box-shadow: none;
    padding: 15px;
  }
}

.member-panel__venue.is-empty p {
  text-align: center;
  color: #525252;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15rem;
  line-height: 1.8;
  margin-top: 20px;
}


.member-panel__elearning {
  padding: 10px;
  margin: -10px;
  max-height: 300px;
  overflow-y: scroll;
}

.member-panel__wrapper {
  @media screen and (min-width: 768px) {
    display: flex;
    justify-content: space-between;
  }
}

.member-item {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}

.member-item__wrapper {
  @media screen and (min-width: 768px) {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }

  .member-item__alert,
  .member-item__main {
    width: 100%;

    @media screen and (min-width: 768px) {
      width: 50%;
    }
  }
}

/* .member-item__content {
  @media screen and (min-width: 768px) {
    width: 50%;
  }
} */

.member-item__alert {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px;
  background: var(--main-primary-color);
  border-radius: 10px;
  margin-bottom: 15px;
  gap: 15px;
}


.member-item__alertpanel {
  background: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  font-weight: 700;
  width: 100%;
  flex-grow: 1;
  line-height: 1.5;

  @media screen and (min-width: 768px) {
    width: auto;
  }
}

.member-item__alerttitle {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}

.member-item__alertmain {
  font-size: 24px;
  color: var(--main-primary-color);
}

.member-item__alertsub {
  font-size: 16px;
  color: #5e5e5e;
}

.member-item__alerttitle strong {
  color: var(--main-primary-color);
}

.member-item__thumbnail {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  overflow: hidden;
  width: 20%;
  margin-right: 15px;

  @media screen and (min-width: 768px) {
    width: 15%;
  }
}

.member-item__thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.member-item__info {
  @media screen and (min-width: 768px) {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
  }
}

.member-item__head {
  margin-bottom: 10px;

  @media screen and (min-width: 768px) {
    padding-right: 20px;
    margin-bottom: 0;
  }
}

.member-item__index {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 10px;
  background: #f0f0f0;
}

.member-item__index:not(:last-of-type) {
  margin-bottom: 10px;
}

.member-item__indextitle {
  padding-right: 30px;
}

.member-item__indexinfo {
  color: var(--main-primary-color);
}

.member-item__data {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.member-item__title {
  margin-bottom: 10px;

  @media screen and (min-width: 768px) {
    margin-bottom: 0;

  }
}
/* おすすめｾﾐﾅｰ START */
.member-item__recommendation{
  margin-left: 16px;
  font-size: 1.4rem;
  color: #5A5C5E;
}/* おすすめｾﾐﾅｰ END */

.member-item__category {
  display: inline-block;
  flex-shrink: 0;
  white-space: nowrap;
  border-radius: 5px;
  padding: 3px 20px;
  background: var(--main-primary-color);
  color: #fff;
  margin-right: 20px;
}

.member-item__keywords {
  display: flex;
  flex-wrap: wrap;
  margin-right: 10px;
}

.member-item__keyword {
  color: var(--main-primary-color);
  font-weight: 700;
  padding: 2px 5px;
  font-size: 14px;
}


.member-item__date {
  font-weight: 700;
  font-size: 14px;
  color: #777;
  margin-left: auto;
  display: none;

  @media screen and (min-width: 768px) {
    display: block;
  }
}

.member-item__link {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 2px solid #959595;
  padding-top: 20px;

  @media screen and (min-width: 768px) {
    padding-top: 0;
    padding-left: 20px;
    border-top: none;
    border-left: 2px solid #959595;
  }

  .btn {
    width: 200px;

    @media screen and (min-width: 768px) {
      width: 130px;
    }
  }
}

.member-item__venue {
  font-size: 14px;

  @media screen and (min-width: 768px) {
    font-size: 16px;
  }
}

.member-item__address {
  font-size: 13px;

  @media screen and (min-width: 768px) {
    font-size: 14px;
  }
}

.member-item__googlemaplink {
  display: inline-block;
  color: #0C489D;
  margin-bottom: 15px;
}

.member-item__googlemap {
  position: relative;
  aspect-ratio: 16 / 9;
  width: 100%;
  background: #ccc;

  iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
  }
}

.member-news__list {
  padding: 10px 0;
  background: #fff;
  border-radius: 10px;
}

.member-news__item {
  display: flex;
  flex-direction: column;
  padding: 5px 10px;
  gap: 5px;

  @media screen and (min-width: 768px) {
    flex-direction: row;
    padding: 20px 30px;
    gap: 30px;
  }

  &:nth-of-type(odd) {
    background: #fbfbfb;
  }

  span,
  h3 {
    font-size: 14px;
    font-weight: 700;

    @media screen and (min-width: 768px) {
      font-size: 16px;
    }
  }
  span {
    flex-shrink: 0;
  }
}

.member-item__recommendation-link{
  color: #6900ff;
  font-weight: bold;
}

.search-skillup {
  margin-bottom: 30px;

  @media screen and (min-width: 768px) {
    margin-bottom: 50px;
  }
}

.search-skillup__title {
  font-size: 20px;
  margin-bottom: 20px;
}

.search-skillup__nexttext {
  text-align: center;
  font-size: 24px;
}

.search-skillup__panel {
  position: relative;
  background: #AB8526;
  padding: 20px 10px 10px 20px;
  margin-bottom: 60px;
  border-radius: 10px;
}

.search-skillup__panel::after {
  position: absolute;
  background: url(../images/common/icon-arrow-search-skillup.svg) no-repeat center center/cover;
  content: "";
  width: 120px;
  height: 50px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(100% - 10px));
}

.search-skillup__list {
  max-height: 360px;
  overflow-y: scroll;
  padding-right: 20px;
}

.search-skillup__item {
  display: flex;
  justify-content: space-between;
}

.search-skillup__item:not(:last-child) {
  margin-bottom: 20px;
}

.search-skillup__checkbox {
  cursor: pointer;
  position: relative;
  background: #7d7d7d;
  border-radius: 5px;
  width: 35px;
  margin-right: 5px;
}

.search-skillup__checkbox::before {
  position: absolute;
  background: #fff;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.search-skillup__content {
  flex-grow: 1;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  border: 3px solid #AB8526;
}

.search-skillup__item .member-item__link {
  border: none;
}

.search-skillup__item.is-active .search-skillup__checkbox {
  background: var(--main-primary-color);
}

.search-skillup__item.is-active .search-skillup__checkbox::before {
  background: url(../images/common/icon-check-red.svg) #fff no-repeat center center/contain;
}

.search-skillup__item.is-active .search-skillup__content {
  border: 3px solid #D17575;
}


.member-cta {
  @media (min-width: 768px) {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
  }
}

.member-cta__link {
  margin-bottom: 20px;

  @media (min-width: 768px) {
    width: 50%;
    margin-bottom: 0;
  }
}

.member-cta__bnr {
  width: 100%;
}

.main--member .history-area {
  padding: 5px 0px 5px 0px;
  border: none;

  @media screen and (min-width: 768px) {
    padding: 5px 15px 5px 5px;
    margin-left: -5px;
  }
}

table.retail {
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

table.retail thead {
  border-bottom: 1px solid #dcdcdc;
}

.retail th,
.retail td {
  border: none !important;
  font-weight: 700;
}

.retail tbody {
  background: #fff;
}

.retail tbody tr:nth-child(odd) {
  background: #fff;
}

.retail tbody tr:nth-child(even) {
  background: #fafafa;
}

.invoice-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 5px 10px;
  margin-bottom: 5px;
  color: #777;
  font-weight: 700;
  width: 150px;

  @media screen and (min-width: 768px) {
    margin-bottom: 20px;
    gap: 5px 20px;
    flex-direction: row;
    align-items: center;
    width: 100%;
  }
}

#history_head {
  margin-bottom: 0;
}

.retail {
  margin-bottom: 50px;
}

#history_head thead,
#history_head tbody .order_head_value {
  display: none;
}

#history_head td.retail {
  border: none;
}

.retail .cartrownum {
  width: 25px;

  @media screen and (min-width: 768px) {
    width: 45px;

  }
}

.retail .quantity {
  width: 28px;

  @media screen and (min-width: 768px) {
    width: 50px;
  }
}

.retail .price,
.retail .subtotal {
  width: 55px;

  @media screen and (min-width: 768px) {
    width: 75px;
  }
}

.retail th:nth-of-type(2),
.retail td:nth-of-type(2) {
  display: none;
}

#history_head td.retail a {
  font-weight: 700;
  background: #fff;
  color: var(--main-primary-color);
  padding: 3px 20px;
}

#history_head td.retail a.invoice-sent-button {
  background: none;
  color: var(--main-primary-color);
  text-decoration: underline;
  padding: 0;
  font-size: 15px;
}

#history_head td,
.retail th,
.retail td {
  line-height: 2.2em;
}

.link-update {
  width: 100%;
  font-size: 13px;
  text-decoration: underline;
  color: var(--main-primary-color);
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease;
}

.link-update:hover {
  opacity: 0.7;
}

.noreceipt {
  cursor: not-allowed;
  width: 140px;
  border-radius: 50px;
  line-height: 1.4;
  background: #ccc;
  border: 1px solid #dcdcdc;
  font-size: 11px;
  font-weight: 700;
  color: #777;
  text-align: center;

  @media screen and (min-width: 768px) {
    font-size: 14px;
    width: 170px;
  }
}

#loadingOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  line-height: 100vh;
  z-index: 9999;
}

.spinner {
  position: absolute;
  top: calc(50% - 80px);
  left: 50%;
  transform: translate(-50%, -50%);
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid var(--item-primary-color);
  /* Blue */
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: spin 2s linear infinite;
}

#loadingOverlay .notice {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}


#js-tab {
  display: flex;
  /* justify-content: center; */
  margin: 20px auto 0;
  padding: 20px 0;
}

#js-tab li {
  font-size: 3.1vw;
  width: 25%;
  text-align: center;
}

#js-tab li div {
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: 15px;
  cursor: pointer;
}

#js-tab li div::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #D0d0d0;
  transition: 0.3s;
}

#js-tab li div.active {
  color: var(--item-primary-color);
}

#js-tab li div.active::after {
  background: var(--item-primary-color);
  height: 8px;
}

#js-tab-content {
  padding: 10px;
  margin: 0 -10px;
  overflow: hidden;
}

.tab-panel {
  height: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

.tab-panel.active {
  pointer-events: visible;
  visibility: visible;
  opacity: 1;
  height: auto;
}

.tab-panel .card--l {
  @media screen and (min-width: 768px) {
    align-items: flex-start;
  }
}

.tab-panel .card--l .card__thumbnail {
  @media screen and (min-width: 768px) {
    width: 20%;
    margin-bottom: 0;
  }
}

.tab-panel .card--l .card__content {
  @media screen and (min-width: 768px) {
    width: 80%;
    display: flex;
    flex-direction: column;
  }
}

.tab-panel .card--l .card__info {
  @media screen and (min-width: 768px) {
    margin-top: auto;
    display: flex;
    align-items: flex-end;
  }
}

.tab-panel .card__history {
  p {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--text-card-info-color);

    @media screen and (min-width: 768px) {
      font-size: 16px;
    }
  }

  span {
    display: inline-block;
    color: #333;
    width: 90px;
    padding-right: 20px;
  }
}

.tab-panel .card__link {
  width: auto;

  @media screen and (min-width: 768px) {
    width: 200px;
  }
}




.contents__submitarea {
  display: flex;
  flex-direction: column;
  margin-left: auto;
}

.link-survey {
  cursor: pointer;
  background: #eee;
  color: var(--item-primary-color);
  font-weight: 700;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5px;
  margin-top: 10px;
  border-radius: 5px;
  font-size: 12px;
  transition: all 0.3s ease;
}

.link-survey:hover {
  background: var(--item-primary-color);
  color: #f9f9f9;
}

.link-survey--disabled {
  background: #b3b3b3;
  color: #fff;
  pointer-events: none;
}

.btn-survey {
  margin-right: 10px;
}

.btn-submit {
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-download {
  font-size: 13px;
}

.btn-submit:hover {
  opacity: 0.7;
}

.form-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 5px 0;
}

.form-container__info {
  font-size: 15px;
  font-weight: 700;
  margin-right: 30px;
  color: var(--item-primary-color);
}

.form-container__inner {
  max-width: 294px;
  width: 100%;
}

.form-container__title {
  font-size: 22px;
}

.modal {
  position: fixed;
  pointer-events: none;
  opacity: 0;
  z-index: 0;
  transition: all 0.3s ease;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal.is-active,
.message-modal.is-active {
  pointer-events: visible;
  visibility: visible;
  opacity: 1;
  z-index: 100;
  background: rgba(0, 0, 0, 0.2);
}

.modal__inner {
  position: relative;
  max-width: 100%;
  width: 90%;
}

.modal-close,
.message-modal__close {
  position: absolute;
  top: 20px;
  right: 35px;
  cursor: pointer;
}

.modal-close::before,
.modal-close::after,
.message-modal__close::before,
.message-modal__close::after {
  position: absolute;
  content: '';
  width: 25px;
  height: 5px;
  background: #333;
}

.modal-close::before,
.message-modal__close::before {
  transform: rotate(45deg);
}

.modal-close::after,
.message-modal__close::after {
  transform: rotate(-45deg);
}

.message-modal {
  position: fixed;
  pointer-events: none;
  opacity: 0;
  z-index: 0;
  transition: all 0.3s ease;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.message-modal__inner {
  position: relative;
  max-width: 500px;
  width: 90%;
  margin-top: 100px;
}

.message-modal__inner p {
  font-size: 13px;
}

.message-modal__panel {
  background: #fff;
  padding: 40px 20px;
  border-radius: 5px;
  list-style: none;
}

.newmember-form,
.invoice-sent-form {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.newmember-form__title,
.invoice-sent-form__title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.newmember-form__submit,
.invoice-sent-form__submit {
  cursor: pointer;
  color: var(--item-primary-color);
  border: 1px solid var(--item-primary-color);
  background: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  padding: 10px 5px;
  margin: 10px auto 0;
  border-radius: 50px;
  font-size: 12px;
  transition: all 0.3s ease;
}

.newmember-form__submit:disabled,
.invoice-sent-form__submit:disabled {
  pointer-events: none !important;
  opacity: 0.5;
}

.newmember-form form,
.invoice-sent-form form {
  background: #ddd;
  padding: 25px 15px;
  max-height: 400px;
  overflow-y: scroll;
}

.invoice-sent-form form {
  max-height: 440px;
}

.input_outer {
  padding: 15px 0 5px;
  border-bottom: 2px solid #aaa;
}

.input_outer:nth-of-type(2) {
  border-top: 2px solid #aaa;
}

.input_group {
  display: flex;
  margin-bottom: 10px;
}

.input_wrapper {
  display: flex;
  align-items: center;
}

.input_wrapper>.input_title {
  flex-shrink: 0;
  width: 120px;
  margin-bottom: 10px;
}

.input_wrapper .input_group {
  width: calc((100% - 120px) / 2);
}

.input_wrapper .input_group .input_title {
  width: 30px;
}

.input_wrapper .input_group .input_area {
  width: calc(100% - 30px);
}

.input_title {
  width: 120px;
}

.input_area {
  width: calc(100% - 120px);
}

.input_area input {
  width: 100%;
  max-width: 400px;
  padding: 4px 10px;
  border: none;
}

.link-add {
  cursor: pointer;
  background: #eee;
  color: var(--item-primary-color);
  font-weight: 700;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  font-size: 12px;
  transition: all 0.3s ease;
}

.link-add:hover {
  background: var(--item-primary-color);
  color: #f9f9f9;
}

.currency_code {
  display: none;
}

.aleft.productname a {
  pointer-events: none;
}

.aleft.productname .redownload_link {
  display: none;
}

@media (min-width: 768px) {
  #js-tab li {
    font-size: 15px;
  }

  #js-tab li div br {
    display: none;
  }

  .contents__submitarea {
    min-width: 294px;
  }

  .form-container__title {
    width: 100%;
    display: block;
  }

  .form-container {
    display: flex;
    flex-wrap: wrap;
  }

  .modal__inner {
    width: 550px;
  }

}

@media (min-width: 1024px) {
  #js-tab {
    margin: 30px auto 0;
    padding: 30px 0px 50px;
  }

  .contents__submitarea {
    min-width: 294px;
  }
}

#usces_history {
  display: none;
}

.contentInfo {
  border-radius: 10px;
  padding: 15px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;

  @media screen and (min-width: 768px) {
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
  }
}

.content__title {
  background: #000;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;

  @media screen and (min-width: 768px) {
    margin-bottom: 40px;
  }

  h2 {
    padding: 8px 20px;
    font-size: 18px;
    font-weight: 700;

    @media screen and (min-width: 768px) {
      font-size: 22px;
    }
  }
}

.contentInfo__date {
  background: #f2f2f2;
  border-radius: 10px;
  padding: 15px;

  p {
    white-space: nowrap;
    font-weight: 700;
    background: #fff;
    border-radius: 30px;
    padding: 5px 20px;
    font-size: 18px;
    color: var(--main-primary-color);
  }

  p:not(:last-child) {
    margin-bottom: 10px;
  }

  span {
    display: inline-block;
    font-size: 14px;
    color: #333;
    width: 70px;
    margin-right: 15px;
  }
}

.contentInfo__chapter {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  background: #f2f2f2;
  border-radius: 10px;
  overflow: hidden;
  padding: 5px 20px;
}

.contentInfo__chapter-all {
  display: flex;
  justify-content: center;
  flex-direction: column;
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

.contentInfo__chapter-completed {
  display: flex;
  align-items: center;
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.contentInfo__chapter-unattended {
  display: flex;
  align-items: center;
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

.contentInfo__chapter-title {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  min-width: 60px;
}

.contentInfo__chapter-number {
  font-size: 34px;
  font-weight: 700;

  small {
    padding-left: 10px;
    font-size: 10px;
    font-weight: 700;
    color: #888;
  }
}

.contentInfo__detail {
  @media screen and (min-width: 768px) {
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    border-left: 1px solid #ccc;
    flex-grow: 1;
  }

  ul {
    display: none;

    @media screen and (min-width: 768px) {
      display: block;
    }
  }

  li {
    color: #888;
    font-size: 12px;
    line-height: 1.8;

    span {
      padding-left: 20px;
    }
  }
}

.contentInfo__detail>div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;

  @media screen and (min-width: 768px) {
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
  }

  .btn {
    width: 145px;
    font-size: 12px;

    @media screen and (min-width: 768px) {
      width: 175px;
      font-size: 14px;
    }
  }
}


/** 追加 **/
.sidenav-sp summary {
  cursor: pointer;
  list-style: none;
}

.sidenav-sp details[open]::details-content {
  display: block;
}

.sidenav-sp .sidenav__namecard {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px 15px;
  border-bottom: 2px solid #c8c8c8;
}

.sidenav-sp .sidenav__name::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #333;
  margin-left: 4px;
}

.sidenav-sp .sidenav__list {
  padding: 10px 15px;
}



/* ===================================================
  * Member Page End
==================================================== */

/* ===================================================
  * 追加
==================================================== */
.top-subnav {
  display: block;
  padding: 0 15px 15px;

  @media screen and (min-width: 768px) {
    display: none;
  }
}

.top-subnav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
}

.top-subnav ul>li {
  margin: 0 0 5px;
}

.top-subnav ul>li a {
  color: var(--main-primary-color);
  font-weight: bold;
}

.top-subnav ul>li a::before {
  display: inline-block;
  content: '›';
  padding-right: 2px;
}


/* ===================================================
  * Login Page
==================================================== */
/* 新しいログインページのスタイルを適用するまでの一時的な引き継ぎスタイル */
/*---- cart_reset.css ---*/

#wc_login {

  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="week"],
  input[type="month"],
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="number"],
  textarea {
    background: #f7f7f7;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #686868;
    padding: 14px 12px;
    width: 100%;
  }

  input[type="date"]:focus,
  input[type="time"]:focus,
  input[type="datetime-local"]:focus,
  input[type="week"]:focus,
  input[type="month"]:focus,
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="number"]:focus,
  textarea:focus {
    background-color: #fff;
    border-color: #007acc;
    color: #1a1a1a;
    outline: 0;
  }

  button,
  button[disabled]:hover,
  button[disabled]:focus,
  input[type="button"],
  input[type="button"][disabled]:hover,
  input[type="button"][disabled]:focus,
  input[type="reset"],
  input[type="reset"][disabled]:hover,
  input[type="reset"][disabled]:focus,
  input[type="submit"],
  input[type="submit"][disabled]:hover,
  input[type="submit"][disabled]:focus {
    background: #1a1a1a;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-weight: 700;
    letter-spacing: 0.046875em;
    line-height: 1;
    padding: 0.84375em 0.875em 0.78125em;
    text-transform: uppercase;
  }



  /*---- header_explanation ---*/
  div.header_explanation {
    margin: 0;
    padding: 0;
  }

  /*---- footer_explanation ---*/
  div.footer_explanation {
    margin-top: 1.42857em;
  }

  .loginbox,
  #wc_member .loginbox {
    padding: .714286em 2.142856em;
    text-align: left;
  }

  .loginbox label,
  #wc_member .loginbox label {
    line-height: 180%;
    width: 100%;
  }

  .loginbox input,
  #wc_memebr.login .loginbox input {
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
  }

  .loginbox input.loginmail,
  .loginbox input.loginpass,
  #wc_member .loginbox input.loginmail,
  #wc_member .loginbox input.loginpass {
    width: 100%;
    margin-bottom: .714286em;
    border: 1px solid #ccc;
    font-size: 17px;
  }

  .loginbox .submit {
    padding: 20px 0 10px;
  }

  .loginbox #member_login,
  #wc_member .loginbox #member_login {
    color: #fff;
    background-color: #ff8c00;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    padding: 20px;
  }

  .loginbox #member_login:hover,
  #wc_member .loginbox #member_login:hover {
    background-color: #ffa500;
  }

  .loginbox .new-entry,
  #wc_member .loginbox .new-entry {
    margin: 10px 0;
    padding: 20px;
    background-color: #efefef;
  }

  .loginbox .new-entry #nav,
  #wc_member .loginbox .new-entry #nav {
    margin-top: .833338em;
    text-align: center;
  }

  .loginbox .new-entry #nav a,
  #wc_member .loginbox .new-entry #nav a {
    display: inline-block;
    color: #fff;
    padding: .714286em 1.42857em;
    background-color: #ff8c00;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
  }

  .loginbox .new-entry #nav a:hover,
  #wc_member .loginbox .new-entry #nav a:hover {
    background-color: #ffa500;
    text-decoration: none;
  }

  #wc_member .loginbox a {
    padding: 0;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  #wc_member .loginbox a:hover {
    background: none;
    text-decoration: underline;
  }

  .footer_explanation,
  #wc_member .footer_explanation {
    clear: both;
  }

  .liwpp_area,
  #wc_member .liwpp_area {
    text-align: center;
  }

  @media screen and (min-width: 38.75em) {

    .loginbox,
    #wc_changepassword .loginbox,
    #wc_lostmemberpassword .loginbox {
      margin: 0 auto;
      padding: .714286em 2.14285em;
      font-size: 1em;
    }

    .loginbox .submit,
    #wc_lostmemberpassword #nav a {
      font-size: 1em;
    }
  }

  @media screen and (min-width: 62.5em) {

    /*--- wc_login  ---*/
    .loginbox .new-entry #nav a,
    #wc_member .loginbox .new-entry #nav a,
    #wc_lostmemberpassword #member_login,
    #wc_lostmemberpassword #nav a,
    #wc_newcompletion #memberpages p a,
    #wc_lostcompletion #memberpages p a,
    #wc_changepasscompletion #memberpages p a,
    #wc_newcompletion .send a,
    #wc_lostcompletion .send input,
    #wc_lostcompletion .send a,
    #wc_changepasscompletion .send a {
      padding: 1.071428em 2.14286em;
    }
  }

}

/* 新しいログインページのスタイルを適用するまでの一時的な引き継ぎスタイル */
/* ===================================================
  * Login Page End
==================================================== */