@charset "UTF-8";
.contents_inner {
  max-width: 1200px;
  margin: 0px auto;
}

/* ======================================================
	splide
========================================================= */
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

/* ======================================================
	上書きスタイル
========================================================= */
.splide__arrow--prev {
  left: 0vw;
  margin-left: -10px;
}
@media screen and (min-width: 768px) {
  .splide__arrow--prev {
    left: 0px;
  }
}
@media screen and (min-width: 1480px) {
  .splide__arrow--prev {
    left: -20px;
  }
}

.splide__arrow--next {
  right: 0vw;
  margin-right: -10px;
}
@media screen and (min-width: 768px) {
  .splide__arrow--next {
    right: 0px;
  }
}
@media screen and (min-width: 1480px) {
  .splide__arrow--next {
    right: -20px;
  }
}

.splide__arrow {
  background-color: #EAEAEA;
  opacity: 1;
  height: 30px;
  width: 30px;
}
@media screen and (min-width: 768px) {
  .splide__arrow {
    height: 40px;
    width: 40px;
  }
}
@media screen and (min-width: 1180px) {
  .splide__arrow {
    height: 50px;
    width: 50px;
  }
}
.splide__arrow svg {
  width: 12px;
  height: 12px;
}
@media screen and (min-width: 768px) {
  .splide__arrow svg {
    width: 15px;
    height: 15px;
  }
}
@media screen and (min-width: 1180px) {
  .splide__arrow svg {
    width: 16px;
    height: 16px;
  }
}
.splide__arrow svg path {
  fill: #939393;
}

@media screen and (min-width: 1080px) {
  .c_section_layout {
    display: flex;
  }
}

@media screen and (min-width: 1080px) {
  .c_section_title {
    width: 300px;
  }
}

@media screen and (min-width: 1080px) {
  .c_section_content {
    flex: 1;
  }
}
@media screen and (min-width: 1080px) {
  .c_section_content .intro_text {
    line-height: 1.8em;
  }
}
.c_section_content .intro_text + .intro_text {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .c_section_content .intro_text + .intro_text {
    margin-top: 1.75em;
  }
}

.c_section_title {
  margin-bottom: 15px;
}
.c_section_title .title {
  font-size: min(9.7435897436vw, 4rem);
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  .c_section_title .title {
    font-size: 5.5rem;
  }
}
@media screen and (min-width: 1080px) {
  .c_section_title .title {
    font-size: 7.5rem;
  }
}
.c_section_title .title._fs46 {
  font-size: min(7.6923076923vw, 3.2rem);
}
@media screen and (min-width: 768px) {
  .c_section_title .title._fs46 {
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 1080px) {
  .c_section_title .title._fs46 {
    font-size: 4.6rem;
  }
}

#products_point {
  overflow: hidden;
}
@media screen and (min-width: 1180px) {
  #products_point {
    padding-top: 135px;
    padding-bottom: 100px;
  }
}
#products_point .contents_inner {
  max-width: 1000px;
}
@media screen and (min-width: 1080px) {
  #products_point .c_section_content .intro_text {
    line-height: 1.9em;
  }
}

#products_latest {
  background-color: #0C1C96;
}

.c_latest_content {
  padding: 40px 5vw;
  background-color: #fff;
  border-radius: 20px;
  max-width: 1000px;
  margin: 0px auto;
}
@media screen and (min-width: 1080px) {
  .c_latest_content {
    border-radius: 40px;
    padding: 50px 110px;
  }
}
@media screen and (min-width: 1080px) {
  .c_latest_content .splide__arrow--prev {
    left: 30px;
  }
}
@media screen and (min-width: 1080px) {
  .c_latest_content .splide__arrow--next {
    right: 30px;
  }
}

@media screen and (min-width: 768px) {
  .c_latest_slide_inner {
    display: flex;
    gap: 0px 5%;
  }
}
@media screen and (min-width: 1080px) {
  .c_latest_slide_inner {
    gap: 0px 35px;
  }
}

.c_latest_slide {
  position: relative;
  padding-bottom: 85px;
}
@media screen and (min-width: 1080px) {
  .c_latest_slide {
    padding-bottom: 110px;
  }
}
.c_latest_slide .c_latest_slide_btn {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}

.c_latest_slide .img {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c_latest_slide .img {
    width: 30%;
  }
}
@media screen and (min-width: 1080px) {
  .c_latest_slide .img {
    width: 192px;
  }
}
.c_latest_slide .img a {
  display: block;
}
@media screen and (max-width: 767px) {
  .c_latest_slide .img img {
    max-width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .c_latest_slide .img img {
    width: 100%;
    height: auto;
  }
}
.c_latest_slide .intro {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .c_latest_slide .intro {
    margin-top: 0px;
    flex: 1;
  }
}
.c_latest_slide .name {
  font-size: min(4.6153846154vw, 1.8rem);
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 0.3em;
}
@media screen and (min-width: 768px) {
  .c_latest_slide .name {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1080px) {
  .c_latest_slide .name {
    font-size: 3rem;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
  }
}
.c_latest_slide .textarea {
  position: relative;
  padding-left: 15px;
}
@media screen and (min-width: 1080px) {
  .c_latest_slide .textarea {
    padding-left: 20px;
  }
}
.c_latest_slide .textarea:before {
  content: "";
  height: calc(100% - 0.5em);
  width: 3px;
  background-color: #0C1C96;
  position: absolute;
  left: 0px;
  top: 0.4em;
}
@media screen and (min-width: 1080px) {
  .c_latest_slide .textarea:before {
    top: 0.1em;
  }
}
@media screen and (min-width: 1080px) {
  .c_latest_slide .textarea .text {
    line-height: 1.7em;
  }
}
.c_latest_slide .subtitle {
  font-weight: 700;
  font-size: min(4.1025641026vw, 1.6rem);
  line-height: 1.3em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .c_latest_slide .subtitle {
    font-size: 1.8rem;
  }
}
.c_latest_slide .spec {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #EAEAEA;
  font-size: 1.3rem;
  line-height: 1.6em;
}
@media screen and (min-width: 1080px) {
  .c_latest_slide .spec {
    font-size: 1.4rem;
    line-height: 2em;
  }
}

.c_latest_slide_btn {
  line-height: 1em;
  margin-top: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c_latest_slide_btn {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1080px) {
  .c_latest_slide_btn {
    margin-top: 50px;
  }
}
.c_latest_slide_btn .btn_standard {
  max-width: 100%;
}

#products_next {
  background-color: #EAEAEA;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #products_next {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1080px) {
  #products_next {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
#products_next .contents_inner {
  max-width: 1000px;
}

.products_next_layout {
  background-color: #fff;
  padding: 30px 5vw;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .products_next_layout {
    border-radius: 20px;
    padding: 35px 35px;
  }
}
@media screen and (min-width: 1080px) {
  .products_next_layout {
    display: flex;
    gap: 0px 45px;
    padding: 40px 40px;
  }
}

@media screen and (max-width: 1079px) {
  .products_next_title {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #EAEAEA;
  }
}
@media screen and (min-width: 1080px) {
  .products_next_title {
    width: 325px;
    border-right: 1px solid #EAEAEA;
  }
}
.products_next_title .content_subtitle {
  margin-bottom: 0px;
}
@media screen and (max-width: 1079px) {
  .products_next_title .content_subtitle br {
    display: none;
  }
}

@media screen and (min-width: 1080px) {
  .products_next_content {
    flex: 1;
  }
}

.next_products .date {
  color: #0C1C96;
  font-weight: 600;
}
.next_products .title {
  line-height: 1.6em;
}

#products_books {
  padding-bottom: 0px;
}
@media screen and (min-width: 1180px) {
  #products_books {
    padding-top: 110px;
  }
}

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

.products_books_anker {
  background-color: #EAEAEA;
  padding: 30px 5vw;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .products_books_anker {
    padding: 40px 40px;
    border-radius: 20px;
  }
}
@media screen and (min-width: 1080px) {
  .products_books_anker {
    padding: 60px 50px;
    max-width: 880px;
    margin: 0px auto;
  }
}

.products_books_anker_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 2%;
}
@media screen and (min-width: 1080px) {
  .products_books_anker_list {
    gap: 15px 2%;
  }
}
.products_books_anker_list .anker_btn {
  width: 49%;
}
@media screen and (min-width: 1080px) {
  .products_books_anker_list .anker_btn {
    width: 32%;
  }
}
.products_books_anker_list .anker_btn_link {
  position: relative;
  display: inline-block;
  background-color: #0C1C96;
  color: #fff;
  line-height: 1em;
  width: 100%;
  padding: 1.1em 0px;
  text-align: center;
  border-radius: 80px;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 1080px) {
  .products_books_anker_list .anker_btn_link {
    font-size: 1.8rem;
    text-align: left;
    padding: 0.8em 0px 0.9em 55px;
    font-weight: 600;
  }
}
.products_books_anker_list .anker_btn_link .arrow {
  display: block;
  width: 26px;
  height: 26px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -13px;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .products_books_anker_list .anker_btn_link .arrow {
    display: none;
  }
}
@media screen and (min-width: 1080px) {
  .products_books_anker_list .anker_btn_link .arrow {
    left: 15px;
  }
}
.products_books_anker_list .anker_btn_link .arrow:after {
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  width: 5px;
  height: 5px;
  border-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: rotate(135deg);
  margin-left: -3px;
  margin-top: -4px;
}
@media (any-hover: hover) {
  .products_books_anker_list .anker_btn_link:hover {
    background-color: #14D029;
  }
  .products_books_anker_list .anker_btn_link:hover .arrow {
    margin-top: -8px;
  }
}

.products_regular_content {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .products_regular_content {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1080px) {
  .products_regular_content {
    margin-bottom: 50px;
  }
}

.products_regular_column {
  padding: 30px 5vw;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .products_regular_column {
    padding: 40px 40px;
    display: flex;
    gap: 0px 5%;
  }
}
@media screen and (min-width: 1080px) {
  .products_regular_column {
    padding: 50px 70px;
  }
}
@media screen and (min-width: 1280px) {
  .products_regular_column {
    padding: 80px 100px;
    gap: 0px 90px;
  }
}
.products_regular_column:nth-child(odd) {
  background-color: #0C1C96;
  border-radius: 10px 10px 0px 0px;
}
@media screen and (min-width: 768px) {
  .products_regular_column:nth-child(odd) {
    border-radius: 15px 15px 0px 0px;
  }
}
@media screen and (min-width: 1080px) {
  .products_regular_column:nth-child(odd) {
    border-radius: 20px 20px 0px 0px;
  }
}
.products_regular_column:nth-child(odd):before {
  background: #2B3CBA;
}
.products_regular_column:nth-child(odd) .products_regular_title {
  border-color: #2B3CBA;
}
.products_regular_column:nth-child(even) {
  background-color: #2B3CBA;
  border-radius: 0px 0px 10px 10px;
}
@media screen and (min-width: 768px) {
  .products_regular_column:nth-child(even) {
    border-radius: 0px 0px 15px 15px;
  }
}
@media screen and (min-width: 1080px) {
  .products_regular_column:nth-child(even) {
    border-radius: 0px 0px 20px 20px;
  }
}
.products_regular_column:nth-child(even):before {
  background: #0C1C96;
}
.products_regular_column:nth-child(even) .products_regular_title {
  border-color: #0C1C96;
}
.products_regular_column + .products_regular_column {
  position: relative;
  padding-top: 50px;
}
@media screen and (min-width: 1080px) {
  .products_regular_column + .products_regular_column {
    padding-top: 80px;
  }
}
.products_regular_column + .products_regular_column:before {
  content: "";
  height: 17.3205080757px;
  width: 40px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  top: -1px;
  margin-left: -20px;
}
@media screen and (min-width: 1080px) {
  .products_regular_column + .products_regular_column:before {
    width: 50px;
    margin-left: -25px;
  }
}

.products_regular_thumb {
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .products_regular_thumb {
    width: 25%;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .products_regular_thumb {
    width: 210px;
  }
}
@media screen and (max-width: 767px) {
  .products_regular_thumb img {
    max-width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .products_regular_thumb img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .products_regular_intro {
    flex: 1;
  }
}
@media screen and (min-width: 1080px) {
  .products_regular_intro .btn_standard {
    max-width: 300px;
    padding: 1.5em 0px 1.5em 0px;
  }
}

@media screen and (min-width: 1080px) {
  .products_regular_title {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0px 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #000;
  }
}
@media screen and (min-width: 1280px) {
  .products_regular_title {
    padding-bottom: 25px;
    border-width: 4px;
  }
}
.products_regular_title .title {
  position: relative;
  padding-left: 15px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .products_regular_title .title {
    padding-left: 20px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1080px) {
  .products_regular_title .title {
    flex: 1;
    padding-left: 35px;
    margin-bottom: 0px;
  }
}
.products_regular_title .title .sub {
  line-height: 1.4em;
  font-size: min(3.3333333333vw, 1.4rem);
}
@media screen and (min-width: 1080px) {
  .products_regular_title .title .sub {
    font-size: 1.4rem;
  }
}
.products_regular_title .title .name {
  margin-top: 0.2em;
  font-weight: 700;
  font-size: min(6.1538461538vw, 2.6rem);
  line-height: 1.4em;
}
@media screen and (min-width: 768px) {
  .products_regular_title .title .name {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1080px) {
  .products_regular_title .title .name {
    margin-top: 0.1em;
    font-size: 3.2rem;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 1180px) {
  .products_regular_title .title .name {
    font-size: 3.5rem;
  }
}
.products_regular_title .title .name ._small {
  display: block;
  font-size: 80%;
  line-height: 1.3em;
}
@media screen and (min-width: 1080px) {
  .products_regular_title .title .name ._small {
    font-size: 2rem;
    line-height: 1.4em;
  }
}
@media screen and (min-width: 1180px) {
  .products_regular_title .title .name ._small {
    font-size: 2.2rem;
  }
}
.products_regular_title .title:before {
  content: "";
  width: 4px;
  height: 100%;
  border-radius: 80px;
  position: absolute;
  left: 0px;
  top: 0.05em;
  background: linear-gradient(180deg, #14D029 0%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (min-width: 768px) {
  .products_regular_title .title:before {
    width: 6px;
  }
}
@media screen and (min-width: 1080px) {
  .products_regular_title .title:before {
    top: 0.2em;
    height: calc(100% - 0.2em);
    width: 8px;
  }
}
@media screen and (min-width: 1080px) {
  .products_regular_title .btn {
    line-height: 1em;
    max-width: 300px;
    flex: 1;
  }
}

.products_regular_textbox {
  margin-top: 20px;
}
.products_regular_textbox .subtitle {
  font-weight: 500;
  font-size: min(4.6153846154vw, 2rem);
  line-height: 1.6em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .products_regular_textbox .subtitle {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1080px) {
  .products_regular_textbox .subtitle {
    font-size: 2.2rem;
    line-height: 1.4em;
  }
}
@media screen and (min-width: 1280px) {
  .products_regular_textbox .subtitle {
    line-height: 1.5em;
    letter-spacing: 0.08em;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1080px) {
  .products_regular_textbox .text {
    line-height: 1.8em;
  }
}
.products_regular_textbox .text strong {
  background-color: #0C1C96;
}
.products_regular_textbox .notice {
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.5em;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 1080px) {
  .products_regular_textbox .notice {
    margin-top: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .products_regular_textbox .notice {
    margin-top: 15px;
  }
}
.products_regular_textbox .notice + .notice {
  margin-top: 5px;
}

.products_regular_option {
  margin-top: 15px;
  padding: 10px 15px;
  background-color: #2B3CBA;
  border-radius: 5px;
}
@media screen and (min-width: 1080px) {
  .products_regular_option {
    padding: 20px 20px;
  }
}
@media screen and (min-width: 1280px) {
  .products_regular_option {
    margin-top: 20px;
    padding: 12px 20px 16px 20px;
  }
}
.products_regular_option .notice {
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.5em;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 1080px) {
  .products_regular_option .notice {
    margin-top: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .products_regular_option .notice {
    margin-top: 0px;
  }
}
.products_regular_option .notice + .notice {
  margin-top: 5px;
}

#product_01 {
  padding-top: 50px;
  overflow: hidden;
}
@media screen and (min-width: 1080px) {
  #product_01 {
    padding-top: 50px;
  }
}
#product_01 .contents_inner {
  border-top: 1px solid #EAEAEA;
  padding-top: 40px;
}
@media screen and (min-width: 1080px) {
  #product_01 .contents_inner {
    padding-top: 60px;
  }
}

@media screen and (min-width: 1180px) {
  .products_post_section_wrap .products_post_section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.products_post_section_wrap .products_post_section:nth-child(even) {
  background-color: #F4F4F4;
}

.products_content_title {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .products_content_title {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1080px) {
  .products_content_title {
    margin-bottom: 40px;
  }
}
.products_content_title .title {
  text-align: center;
  color: #0C1C96;
  font-weight: 600;
  line-height: 1.2em;
  font-size: min(5.1282051282vw, 2.2rem);
}
@media screen and (min-width: 768px) {
  .products_content_title .title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1080px) {
  .products_content_title .title {
    font-size: 3rem;
  }
}
.products_content_title:after {
  content: "";
  width: 40px;
  height: 5px;
  border-radius: 80px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  background: linear-gradient(-90deg, #14D029 0%, rgba(0, 0, 0, 0) 100%);
  margin-left: -20px;
}

.products_books_head {
  max-width: 1000px;
  margin: 0px auto 25px auto;
}
@media screen and (min-width: 768px) {
  .products_books_head {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1080px) {
  .products_books_head {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1080px) {
  .products_books_head .text {
    text-align: center;
  }
}

@media screen and (min-width: 1080px) {
  .products_books_post_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 2%;
  }
}
@media screen and (min-width: 1280px) {
  .products_books_post_list {
    gap: 20px 20px;
  }
}

.products_books_post {
  padding: 25px 5vw;
  border: 1px solid #EAEAEA;
  background-color: #fff;
  display: flex;
  gap: 0px 5%;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .products_books_post {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .products_books_post {
    padding: 30px 35px;
  }
}
@media screen and (min-width: 1080px) {
  .products_books_post {
    width: 49%;
    border-radius: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .products_books_post {
    width: 590px;
  }
}
@media screen and (max-width: 1079px) {
  .products_books_post + .products_books_post {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .products_books_post .btn {
    margin-top: 15px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .products_books_post_thumb {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .products_books_post_thumb {
    width: 150px;
  }
}
@media screen and (min-width: 768px) {
  .products_books_post_thumb img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .products_books_post_thumb .btn {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .products_books_post_thumb .btn_standard .text {
    font-size: 1.3rem;
    padding-right: 18px;
  }
}
@media screen and (min-width: 768px) {
  .products_books_post_thumb .btn_standard .arrow {
    right: 15px;
    width: 12px;
    height: 12px;
  }
  .products_books_post_thumb .btn_standard .arrow svg {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .products_books_post_intro {
    width: 65%;
  }
}
@media screen and (min-width: 768px) {
  .products_books_post_intro {
    padding-top: 10px;
    flex: 1;
  }
}
.products_books_post_intro .stock {
  line-height: 1em;
  margin-bottom: 8px;
}
.products_books_post_intro .stock span {
  display: inline-block;
  font-size: min(3.3333333333vw, 1.4rem);
  background-color: #C60026;
  color: #fff;
  line-height: 1em;
  padding: 0.3em 0.8em 0.4em 0.8em;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .products_books_post_intro .stock span {
    font-size: 1.3rem;
  }
}
.products_books_post_intro .sub, .products_books_post_intro .name {
  color: #0C1C96;
  font-weight: 700;
}
.products_books_post_intro .sub {
  line-height: 1.3em;
  font-size: min(3.5897435897vw, 1.6rem);
}
@media screen and (min-width: 768px) {
  .products_books_post_intro .sub {
    font-size: 1.4rem;
  }
}
.products_books_post_intro .name {
  line-height: 1.5em;
  font-size: min(5.1282051282vw, 2.2rem);
  padding-bottom: 0.3em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #0C1C96;
}
@media screen and (min-width: 768px) {
  .products_books_post_intro .name {
    font-size: 2.8rem;
    border-width: 2px;
    padding-bottom: 0.4em;
    margin-bottom: 0.6em;
  }
}
.products_books_post_intro .textarea {
  margin-top: 10px;
}
.products_books_post_intro .textarea .text {
  font-size: min(3.5897435897vw, 1.5rem);
  line-height: 1.8em;
}
@media screen and (min-width: 768px) {
  .products_books_post_intro .textarea .text {
    font-size: 1.4rem;
  }
}
.products_books_post_intro .option {
  margin-top: 8px;
  font-size: min(3.3333333333vw, 1.4rem);
  line-height: 1.6em;
}
@media screen and (min-width: 768px) {
  .products_books_post_intro .option {
    margin-top: 10px;
    font-size: 1.3rem;
  }
}

#products_diversion {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #products_diversion {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1080px) {
  #products_diversion {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.products_diversion_linkbox {
  background-color: #0C1C96;
  max-width: 730px;
  margin: 0px auto;
  border-radius: 10px;
  padding: 25px 5vw;
}
@media screen and (min-width: 768px) {
  .products_diversion_linkbox {
    border-radius: 15px;
    padding: 30px 30px;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1080px) {
  .products_diversion_linkbox {
    border-radius: 20px;
    padding: 45px 40px;
  }
}

@media screen and (min-width: 768px) {
  .products_diversion_title {
    width: 55%;
  }
}
@media screen and (min-width: 1080px) {
  .products_diversion_title {
    width: 400px;
  }
}
@media screen and (min-width: 768px) {
  .products_diversion_title .content_subtitle {
    margin-bottom: 0px;
    line-height: 1.5em;
  }
}

@media screen and (min-width: 768px) {
  .products_diversion_btn {
    line-height: 1em;
    flex: 1;
  }
}
@media screen and (min-width: 1080px) {
  .products_diversion_btn .btn_standard {
    max-width: 210px;
  }
}

.btn_youtube.ver_first {
  max-width: 50%;
  margin: 11px auto 10px;
}
@media screen and (min-width: 1080px) {
  .btn_youtube.ver_first {
    max-width: 210px;
  }
}

.btn_youtube a {
  background-color: #EAEAEA;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 1.2rem;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  transition: all 0.5s;
}
.btn_youtube a .ico {
  display: block;
  margin-right: 8px;
  line-height: 1;
}
.btn_youtube a .ico svg {
  vertical-align: middle;
}
.btn_youtube a .txt {
  font-size: 1em;
  color: #0C1C96;
  line-height: 1;
}
.btn_youtube a:hover {
  background-color: rgb(20, 208, 41);
}
.btn_youtube a:hover .txt {
  color: #fff;
}
.btn_youtube a:hover .ico svg path {
  fill: #fff;
}

@media screen and (max-width: 768px) {
  .btn_youtube a {
    font-size: 0.9rem;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    transition: all 0.5s;
  }
  .btn_youtube a .ico {
    width: 15px;
    height: 15px;
  }
  .btn_youtube a .ico svg {
    width: 100%;
    height: 100%;
  }
  .btn_youtube a:hover {
    background-color: #EAEAEA;
  }
  .btn_youtube a:hover .txt {
    color: #0C1C96;
  }
  .btn_youtube a:hover .ico svg path {
    fill: rgb(180, 0, 0);
  }
}
@media screen and (max-width: 768px) {
  .products_books_post_thumb {
    width: 38%;
  }
  .products_books_post_thumb .thumb {
    margin-bottom: 10px;
  }
  .products_books_post_intro {
    width: 57%;
  }
}
#ft_recommend {
  overflow: hidden;
  position: relative;
  background-color: #EAEAEA;
  padding: 40px 5vw;
}
@media screen and (min-width: 768px) {
  #ft_recommend {
    padding: 60px 30px;
  }
}
@media screen and (min-width: 1080px) {
  #ft_recommend {
    padding: 80px 35px 80px 35px;
  }
}
@media screen and (min-width: 1180px) {
  #ft_recommend {
    padding: 80px 40px 80px 40px;
  }
}
#ft_recommend .contents_inner {
  max-width: 1200px;
}
@media screen and (min-width: 1280px) {
  #ft_recommend .contents_inner {
    position: relative;
  }
}

.ft_recommend_fig {
  position: absolute;
}
.ft_recommend_fig img {
  width: 100%;
  height: auto;
}
.ft_recommend_fig._fig01 {
  left: 0px;
  top: 0px;
  width: 26.6666666667vw;
}
@media screen and (min-width: 768px) {
  .ft_recommend_fig._fig01 {
    width: 20.8333333333vw;
  }
}
@media screen and (min-width: 1080px) {
  .ft_recommend_fig._fig01 {
    width: 18.5185185185vw;
  }
}
@media screen and (min-width: 1280px) {
  .ft_recommend_fig._fig01 {
    width: 256px;
    top: -44px;
    left: -168px;
  }
}
.ft_recommend_fig._fig02 {
  right: 0px;
  bottom: 0px;
  width: 26.6666666667vw;
}
@media screen and (min-width: 768px) {
  .ft_recommend_fig._fig02 {
    width: 20.8333333333vw;
  }
}
@media screen and (min-width: 1080px) {
  .ft_recommend_fig._fig02 {
    width: 18.5185185185vw;
  }
}
@media screen and (min-width: 1280px) {
  .ft_recommend_fig._fig02 {
    width: 256px;
    right: -168px;
    bottom: -80px;
  }
}

.ft_recommend_box {
  position: relative;
  z-index: 11;
  background-color: #fff;
  padding: 30px 5vw;
  border-radius: 10px;
  max-width: 1200px;
  margin: 0px auto;
}
@media screen and (min-width: 768px) {
  .ft_recommend_box {
    padding: 40px 30px;
    border-radius: 20px;
  }
}
@media screen and (min-width: 1080px) {
  .ft_recommend_box {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0px 5%;
    padding: 50px 0px 50px 50px;
  }
}
@media screen and (min-width: 1280px) {
  .ft_recommend_box {
    gap: 0px 60px;
    padding: 50px 0px 50px 100px;
  }
}
@media screen and (min-width: 1080px) {
  .ft_recommend_box .content_title {
    margin-bottom: 0px;
  }
}
.ft_recommend_box .splide__arrow {
  background-color: #939393;
  z-index: 22;
}
@media screen and (min-width: 1080px) {
  .ft_recommend_box .splide__arrow {
    width: 40px;
    height: 40px;
  }
}
.ft_recommend_box .splide__arrow svg path {
  fill: #fff;
}
.ft_recommend_box .splide__arrow--prev, .ft_recommend_box .splide__arrow--next {
  margin-top: 0px;
}
@media screen and (min-width: 1080px) {
  .ft_recommend_box .splide__arrow--next {
    right: calc(30% + 30px);
  }
}
@media screen and (min-width: 1280px) {
  .ft_recommend_box .splide__arrow--next {
    margin-right: -20px;
    left: 515px;
  }
}
@media screen and (min-width: 1080px) {
  .ft_recommend_box:before {
    content: "";
    width: 10%;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    background: linear-gradient(270deg, #fff 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 11;
  }
}

.ft_recommend_slide {
  background-color: #EDEDED;
  border-radius: 10px;
  padding: 15px 20px;
}
@media screen and (min-width: 768px) {
  .ft_recommend_slide {
    padding: 25px 25px;
  }
}
@media screen and (min-width: 1080px) {
  .ft_recommend_slide {
    width: 65%;
  }
}
@media screen and (min-width: 1280px) {
  .ft_recommend_slide {
    padding: 30px 30px;
    width: 535px;
  }
}

.ft_recommend_slide_inner {
  display: flex;
  gap: 0px 5%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .ft_recommend_slide_inner {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1079px) {
  .ft_recommend_slide_inner {
    align-items: flex-start;
  }
}
@media screen and (min-width: 1180px) {
  .ft_recommend_slide_inner {
    gap: 0px 30px;
  }
}
.ft_recommend_slide_inner .img {
  border-radius: 5px;
  width: 35%;
  aspect-ratio: 8/6;
}
@media screen and (min-width: 1080px) {
  .ft_recommend_slide_inner .img {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .ft_recommend_slide_inner .img {
    width: 150px;
  }
}
.ft_recommend_slide_inner .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ft_recommend_slide_inner .intro {
  flex: 1;
}
.ft_recommend_slide_inner .name {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .ft_recommend_slide_inner .name {
    font-size: 1.8rem;
    margin-bottom: 0.2em;
  }
}
@media screen and (min-width: 1080px) {
  .ft_recommend_slide_inner .name {
    font-size: 2rem;
    line-height: 1.4em;
    min-height: 2.8em;
    margin-bottom: 0.3em;
  }
}
.ft_recommend_slide_inner .textarea .text {
  font-weight: 500;
  font-size: 1.3rem;
}
@media screen and (min-width: 1080px) {
  .ft_recommend_slide_inner .textarea .text {
    line-height: 1.6em;
  }
}
.ft_recommend_slide_inner .ft_recommend_btn {
  margin-top: 10px;
  line-height: 1em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .ft_recommend_slide_inner .ft_recommend_btn {
    text-align: center;
    width: 100%;
  }
}
@media screen and (min-width: 1080px) {
  .ft_recommend_slide_inner .ft_recommend_btn {
    margin-top: 15px;
    margin-right: -15px;
  }
}
.ft_recommend_slide_inner .ft_recommend_btn .btn_standard {
  line-height: 1em;
  max-width: 180px;
}

#ft_sponsor {
  overflow: hidden;
  position: relative;
  padding: 30px 5vw;
}
@media screen and (min-width: 768px) {
  #ft_sponsor {
    padding: 40px 30px;
  }
}
@media screen and (min-width: 1080px) {
  #ft_sponsor {
    padding: 40px 35px 40px 35px;
  }
}
@media screen and (min-width: 1180px) {
  #ft_sponsor {
    padding: 40px 40px 40px 40px;
  }
}
#ft_sponsor .contents_inner {
  max-width: 1200px;
}
@media screen and (min-width: 1280px) {
  #ft_sponsor .contents_inner {
    position: relative;
  }
}

.ft_sponsor_box {
  position: relative;
  z-index: 11;
  background-color: #EAEAEA;
  padding: 30px 5vw;
  border-radius: 10px;
  max-width: 1200px;
  margin: 0px auto;
}
@media screen and (min-width: 768px) {
  .ft_sponsor_box {
    padding: 40px 30px;
    border-radius: 20px;
  }
}
@media screen and (min-width: 1080px) {
  .ft_sponsor_box {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0px 5%;
    padding: 50px 50px 50px 50px;
  }
}
@media screen and (min-width: 1280px) {
  .ft_sponsor_box {
    gap: 0px 0px;
    padding: 48px 50px 48px 100px;
  }
}
@media screen and (min-width: 1080px) {
  .ft_sponsor_box .content_title {
    margin-bottom: 0px;
  }
}
.ft_sponsor_box .splide__arrow {
  background-color: #0C1C96;
  z-index: 22;
}
@media screen and (min-width: 1080px) {
  .ft_sponsor_box .splide__arrow {
    width: 40px;
    height: 40px;
  }
}
.ft_sponsor_box .splide__arrow svg path {
  fill: #fff;
}
.ft_sponsor_box .splide__arrow--prev, .ft_sponsor_box .splide__arrow--next {
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  .ft_sponsor_box .splide__arrow--prev {
    margin-left: -32px;
  }
}
@media screen and (max-width: 767px) {
  .ft_sponsor_box .splide__arrow--next {
    margin-right: -32px;
  }
}

@media screen and (min-width: 1080px) {
  .ft_sponsor_title {
    min-width: 318px;
  }
}
@media screen and (min-width: 1280px) {
  .ft_sponsor_title {
    width: 350px;
  }
}

@media screen and (min-width: 1080px) {
  .ft_sponsor_body {
    flex: 1;
  }
}
@media screen and (min-width: 1280px) {
  .ft_sponsor_body {
    width: 700px;
  }
}

@media screen and (min-width: 768px) {
  #ft_sponsor .ft_sponsor_slider {
    display: flex;
    gap: 0px 2%;
  }
}
@media screen and (min-width: 1280px) {
  #ft_sponsor .ft_sponsor_slider {
    gap: 0px 20px;
  }
}

@media screen and (min-width: 768px) {
  .ft_sponsor_slide {
    width: 32%;
  }
}
@media screen and (min-width: 1180px) {
  .ft_sponsor_slide {
    width: 220px;
  }
}
.ft_sponsor_slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 320/180;
}/*# sourceMappingURL=index.css.map */