@charset "UTF-8";
/*************************************************

common

*************************************************/
/* products-com-flex
---------------------------------------*/
@media screen and (min-width: 768px) {
  .products-com-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .products-com-flex__left {
    width: 50%;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .products-com-flex__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    width: 48%;
  }
  .products-com-flex__right .products-com-nav01 {
    padding: 0 !important;
    border: none !important;
  }
  .products-com-flex__right .products-com-btns01 {
    padding: 0;
    border: none;
  }
}

/* products-com-nav01
---------------------------------------*/
.products-com-nav01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .products-com-nav01 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2.4rem 0;
  }
}
@media screen and (min-width: 768px) {
  .products-com-nav01.is-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.products-com-nav01__anchor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(18.5rem, 100%);
  min-height: 5rem;
  color: #05124A;
  font-weight: 700;
  text-decoration: none;
  border: #05124A solid 1px;
  border-radius: 0.5rem;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
}
@media screen and (min-width: 768px) {
  .products-com-nav01__anchor:hover {
    background-color: #F3F3F3;
  }
  .products-com-nav01__anchor:hover .products-com-nav01__anchor-arw .in-ov {
    opacity: 1;
  }
  .products-com-nav01__anchor.is-wide:hover {
    color: #05124A;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .products-com-nav01__anchor {
    width: calc(50% - 1rem);
    min-height: 4.3rem;
  }
}
@media screen and (max-width: 374px) {
  .products-com-nav01__anchor {
    font-size: 1.4rem;
  }
}
.products-com-nav01__anchor.is-wide {
  width: auto;
  padding: 0 2.5rem;
}
.products-com-nav01__anchor.is-blue {
  color: #fff;
  background-color: #05124A;
}

.products-com-nav01__anchor-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 374px) {
  .products-com-nav01__anchor-inner {
    gap: 1rem;
  }
}

.products-com-nav01__anchor-arw {
  position: relative;
  width: 1.8rem;
  line-height: 0;
}
.products-com-nav01__anchor-arw .in-df {
  position: relative;
  display: block;
  z-index: 1;
}
.products-com-nav01__anchor-arw .in-ov {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: 2;
}
.products-com-nav01__anchor-arw.is-dl {
  width: 1.4rem;
}
.products-com-nav01__anchor-arw.is-simple {
  width: 0.7rem;
}

/* products-com-btns01
---------------------------------------*/
.products-com-btns01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6rem;
  padding: 3rem 0;
  border-bottom: #507AB9 solid 1px;
}
@media screen and (max-width: 767px) {
  .products-com-btns01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.products-com-btns01__anchor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(21.5rem, 100%);
  min-height: 4.8rem;
  padding: 0.5rem 0;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border: #05124A solid 1px;
  background-color: #05124A;
  border-radius: 0.5rem;
  line-height: 1.3;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
}
@media screen and (min-width: 768px) {
  .products-com-btns01__anchor:hover {
    color: #05124A;
    background-color: #fff;
  }
  .products-com-btns01__anchor:hover .products-com-btns01__anchor-arw .in-ov {
    opacity: 1;
  }
}
@media screen and (max-width: 374px) {
  .products-com-btns01__anchor {
    font-size: 1.4rem;
  }
}
.products-com-btns01__anchor.is-wide {
  width: auto;
  padding: 0.5rem 2rem;
}

.products-com-btns01__anchor-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(13.5rem, 100%);
  padding-right: 2rem;
}
.is-wide .products-com-btns01__anchor-inner {
  width: auto;
}

.products-com-btns01__anchor-arw {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.7rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 0;
}
.products-com-btns01__anchor-arw .in-df {
  position: relative;
  display: block;
  z-index: 1;
}
.products-com-btns01__anchor-arw .in-ov {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: 2;
}
.products-com-btns01__anchor-arw.is-dl {
  width: 1.4rem;
}

/* products-com-list
---------------------------------------*/
.products-com-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4.6rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .products-com-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.2rem 0;
  }
}

.products-com-list__item {
  width: calc(33.3333333333% - 1.6rem);
}
@media screen and (max-width: 767px) {
  .products-com-list__item {
    width: 100%;
  }
}

.products-com-list__anchor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  color: #131313;
  text-decoration: none;
  background-color: #fff;
  -webkit-box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.1);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (min-width: 768px) {
  .products-com-list__anchor:hover {
    color: #234F90;
  }
  .products-com-list__anchor:hover .products-com-list__img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .products-com-list__anchor:hover .products-com-list-nav01__anchor-arw .in-ov {
    opacity: 1;
  }
}

.products-com-list__img {
  overflow: hidden;
  width: 100%;
  height: 18rem;
}
@media screen and (max-width: 767px) {
  .products-com-list__img {
    height: auto;
    aspect-ratio: 340/175;
  }
}
.products-com-list__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.products-com-list__title {
  position: relative;
  padding: 1.8rem 5.5rem 1.8rem 3.2rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .products-com-list__title {
    font-size: 1.6rem;
    padding: 1.5rem 4.5rem 1.5rem 1.6rem;
  }
}

.products-com-list__text {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 7rem 1.8rem 3.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .products-com-list__text {
    padding: 0 5rem 1.6rem 1.6rem;
    font-size: 1.4rem;
  }
}

.products-com-list-nav01__anchor-arw {
  position: absolute;
  top: 50%;
  right: 2.4rem;
  width: 2.8rem;
  line-height: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .products-com-list-nav01__anchor-arw {
    right: 1.6rem;
    width: 2.4rem;
  }
}
.products-com-list-nav01__anchor-arw .in-df {
  position: relative;
  z-index: 1;
}
.products-com-list-nav01__anchor-arw .in-ov {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 2;
}
.products-com-list-nav01__anchor-arw img {
  width: 100%;
}

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

category page

*************************************************/
/* products-article
---------------------------------------*/
.products-article + .products-article {
  margin-top: 12rem;
}
.products-article .products-com-nav01 {
  padding: 3rem 0;
  border-bottom: #507AB9 solid 1px;
}

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

detail page

*************************************************/
/* products-detail-head
---------------------------------------*/
.products-detail-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7rem;
  background-color: #F3F3F3;
}
@media screen and (max-width: 767px) {
  .products-detail-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 5rem;
  }
}

.products-detail-head__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: min(128rem, 100%);
  margin: 0 auto;
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  .products-detail-head__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4rem 1.8rem 3rem;
  }
}

.products-detail-head-letters {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(72rem, 100%);
}
@media screen and (max-width: 767px) {
  .products-detail-head-letters {
    width: 100%;
  }
}

.products-detail-head-letters__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: min(61.6rem, 100%);
  padding: 0 1.8rem;
}
@media screen and (max-width: 767px) {
  .products-detail-head-letters__inner {
    width: auto;
    padding: 0;
  }
}

.products-detail-head-img {
  width: 37.5%;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .products-detail-head-img {
    width: 100%;
    margin-top: 3rem;
  }
}

.products-detail-head-img__el {
  height: 20rem;
}
@media screen and (max-width: 767px) {
  .products-detail-head-img__el {
    height: auto;
    aspect-ratio: 34/19;
  }
}
.products-detail-head-img__el img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.products-detail-head-letters__texts {
  max-width: 56rem;
  margin-top: 4rem;
  line-height: 2;
}
@media screen and (max-width: 992px) {
  .products-detail-head-letters__texts {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .products-detail-head-letters__texts {
    max-width: none;
    margin-top: 2.4rem;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

/* products-detail-midtitle
---------------------------------------*/
.products-detail-midtitle {
  position: relative;
  margin: 8rem 0 4.5rem;
  padding-bottom: 1.5rem;
  color: #234F90;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: #C3C3C3 solid 3px;
}
.products-detail-midtitle::before {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  content: "";
  width: 12rem;
  height: 3px;
  background-color: #507AB9;
}
@media screen and (max-width: 767px) {
  .products-detail-midtitle {
    margin: 5rem 0 3.4rem;
    padding-bottom: 1rem;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 374px) {
  .products-detail-midtitle {
    font-size: 2.4rem;
  }
}

/* products-detail-body
---------------------------------------*/
.products-detail-body * {
  max-width: 100% !important;
}
.products-detail-body::after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}
.products-detail-body h1, .products-detail-body h2 {
  position: relative;
  margin: 8rem 0 4.5rem;
  padding-bottom: 1.5rem;
  color: #234F90;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: #C3C3C3 solid 3px;
}
.products-detail-body h1::before, .products-detail-body h2::before {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  content: "";
  width: 12rem;
  height: 3px;
  background-color: #507AB9;
}
@media screen and (max-width: 767px) {
  .products-detail-body h1, .products-detail-body h2 {
    margin: 5rem 0 3.4rem;
    padding-bottom: 1rem;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 374px) {
  .products-detail-body h1, .products-detail-body h2 {
    font-size: 2.4rem;
  }
}
.products-detail-body h3, .products-detail-body h4, .products-detail-body h5, .products-detail-body h6 {
  margin: 5rem 0 3.5rem;
  padding-left: 1.2rem;
  font-size: 2.4rem;
  border-left: #507AB9 solid 4px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .products-detail-body h3, .products-detail-body h4, .products-detail-body h5, .products-detail-body h6 {
    margin: 4rem 0 3rem;
    padding-left: 1rem;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 374px) {
  .products-detail-body h3, .products-detail-body h4, .products-detail-body h5, .products-detail-body h6 {
    font-size: 2rem;
  }
}
.products-detail-body h1:first-child, .products-detail-body h2:first-child, .products-detail-body h3:first-child, .products-detail-body h4:first-child, .products-detail-body h5:first-child, .products-detail-body h6:first-child {
  margin-top: 0;
}
.products-detail-body > * {
  margin-bottom: 3.5rem;
}
.products-detail-body li {
  position: relative;
  margin-bottom: 0.3em;
}
.products-detail-body ol {
  padding-left: 1.5em;
}
.products-detail-body ol li {
  list-style: decimal outside;
}
.products-detail-body ul {
  padding-left: 1.7em;
}
.products-detail-body ul li {
  list-style: disc outside;
}
.products-detail-body strong {
  font-weight: 700;
}
.products-detail-body em {
  font-style: italic;
}
.products-detail-body figcaption {
  font-size: 1rem;
  text-align: center;
}
.products-detail-body * + figcaption {
  margin-top: 1.5em;
}
.products-detail-body blockquote {
  display: block;
  margin: 15px 0;
  padding: 20px;
  background: #f5f5f5;
}
.products-detail-body blockquote p {
  margin-bottom: 0;
}
.products-detail-body hr {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 1px;
  margin: 8rem 0 5rem;
  padding: 0;
  border: none;
  background-color: #C3C3C3;
}
@media screen and (max-width: 767px) {
  .products-detail-body hr {
    margin: 5rem 0 4rem;
  }
}
.products-detail-body *:last-child {
  margin-bottom: 0;
}

/* products-detail-cols
---------------------------------------*/
.products-detail-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.products-detail-cols .in-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.3rem;
}
@media screen and (max-width: 767px) {
  .products-detail-cols .in-box {
    gap: 1rem;
  }
}
.products-detail-cols .in-box-text {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .products-detail-cols .in-box-text {
    font-size: 1.2rem;
  }
}
.products-detail-cols.is-col1 {
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .products-detail-cols.is-col1 {
    gap: 3rem;
  }
}
.products-detail-cols.is-col1 .in-box {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .products-detail-cols.is-col1 .in-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.products-detail-cols.is-col2 {
  gap: 4rem 12rem;
}
@media screen and (max-width: 767px) {
  .products-detail-cols.is-col2 {
    gap: 3rem;
  }
}
.products-detail-cols.is-col2 .in-box {
  width: calc(50% - 6rem);
}
@media screen and (max-width: 767px) {
  .products-detail-cols.is-col2 .in-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.products-detail-cols.is-col6 {
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .products-detail-cols.is-col6 {
    gap: 2rem;
  }
}
.products-detail-cols.is-col6 .in-box {
  width: calc(16.6666666667% - 2.5rem);
}
@media screen and (max-width: 767px) {
  .products-detail-cols.is-col6 .in-box {
    width: calc(33.3333333333% - 1.3333333333rem);
  }
}

.products-detail-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .products-detail-label {
    font-size: 1.4rem;
  }
}
.products-detail-label .in-el {
  display: block;
  padding: 0 0.5rem;
  background-color: #DCE2EA;
  border-radius: 0.4rem;
}

/* products-detail-caps
---------------------------------------*/
.products-detail-caps {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .products-detail-caps {
    font-size: 1.2rem;
  }
}
.products-detail-caps > * {
  position: relative;
  padding-left: 1em;
}
.products-detail-caps > *::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "※";
}