@charset "UTF-8";
/*///////////////////////////////////////////////////////
    製品トップスタイル
///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////
    変数設定
///////////////////////////////////////////////////////*/
/* custom style */
/*///////////////////////////////////////////////////////
    mixin設定
///////////////////////////////////////////////////////*/
.contents .contents-body {
  margin-bottom: 12rem;
}

@media screen and (min-width: 961px) {
  .contents .contents-body {
    margin-bottom: 16rem;
  }
}
.p-read {
  margin-bottom: 3.6rem;
  line-height: 1.8;
}
.p-read .p-read--main {
  margin-bottom: 3rem;
}
.p-read .p-read--main .p-read--top {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto auto 2rem;
  padding: 0 1.5rem;
  text-align: center;
  line-height: 1.2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  border-left: 1px solid #191919;
  border-right: 1px solid #191919;
}
.p-read .p-read--main .p-read--ttl {
  margin-bottom: 1.2rem;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
}
.p-read .p-read--main .p-read--body {
  text-align: center;
  font-size: 1.2rem;
}
.p-read .p-read--main .p-read--body + .p-read--ttl {
  margin-top: 2.8rem;
}
.p-read .p-read--box {
  margin-bottom: 4.8rem;
  padding: 2rem 1.2rem;
  text-align: center;
  border: 1px solid #E0E0E0;
}
.p-read .p-read--box .p-read--box-ttl {
  margin-bottom: 0.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
}
.p-read .p-read--box .p-read--box-body {
  font-size: 1rem;
}
.p-read .links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
}
.p-read .links .item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1em;
  align-items: center;
  justify-content: space-between;
  height: 5rem;
  padding: 0 1.5rem;
  font-weight: 700;
  font-size: 1.2rem;
  background: #F0F0F0;
}
.p-read .links .item .icon {
  width: 0.8rem;
  aspect-ratio: 1/1;
  border-right: 1px solid #191919;
  border-bottom: 1px solid #191919;
  transform: rotate(45deg);
}

.sec-cont + .sec-cont {
  margin-top: 5rem;
}
.sec-cont .sec-cont--ttl {
  height: 5rem;
  margin-bottom: 2.6rem;
  padding: 0 1.5rem;
  line-height: 5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  background: #F0F0F0;
  border-radius: 2px;
}
.sec-cont .sec-cont--subttl {
  margin-bottom: 1.6rem;
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
  line-height: 1.6;
  font-weight: 700;
  font-size: 1.5rem;
}
.sec-cont .sec-cont--subttl::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.4rem;
  height: 1em;
  margin-right: 0.8em;
  background: #191919;
  transform: translateY(-0.1em);
}
.sec-cont .sec-cont--body {
  margin-bottom: 2rem;
  line-height: 1.8;
  font-size: 1.2rem;
}
.sec-cont .sec-cont--img {
  margin-bottom: 2rem;
}
.sec-cont .sec-cont--img .sec-cont--img-ttl {
  margin-bottom: 1em;
  font-size: 1.5rem;
}
.sec-cont .title-belt {
  height: 3rem;
  margin-bottom: 1rem;
  line-height: 3rem;
  letter-spacing: 0.2em;
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 1.2rem;
  background: #191919;
}
.sec-cont .sec-cont--flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 2rem;
}
.sec-cont .sec-cont--list {
  margin-bottom: 2rem;
}
.sec-cont .sec-cont--list .sec-cont--list-item {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  margin-bottom: 3.2rem;
  padding-bottom: 3.2rem;
  border-bottom: 1px solid #E0E0E0;
}
.sec-cont .sec-cont--list .sec-cont--list-item .box + .box {
  margin-top: 3rem;
}
.sec-cont .sec-cont--list .sec-cont--list-item .img {
  margin-bottom: 3rem;
}
.sec-cont .sec-cont--list .sec-cont--list-item .txt {
  line-height: 1.8;
  font-size: 1.2rem;
}
.sec-cont .sub-list .sub-list--item + .sub-list--item {
  margin-top: 2rem;
}
.sec-cont .sub-list .sub-list--item .sub-list--item-ttl {
  margin-bottom: 0.8rem;
  font-weight: 700;
  font-size: 1.3rem;
}
.sec-cont .sub-list .sub-list--item .sub-list--item-body {
  line-height: 1.8;
  font-size: 1.2rem;
}
.sec-cont .sec-cont--sub {
  margin-top: 2.6rem;
}
.sec-cont .sec-cont--sub .sec-cont--sub-ttl {
  margin-bottom: 1.4rem;
  font-weight: 700;
  font-size: 1.5rem;
}
.sec-cont .sec-cont--sub .sec-cont--sub-body {
  margin-bottom: 1.4rem;
  line-height: 1.8;
  font-size: 1.3rem;
}
.sec-cont .sec-cont--sub .sec-cont--sub-body + .sec-cont--sub-body {
  margin-top: 2em;
}
.sec-cont .txt {
  line-height: 1.8;
  font-size: 1.2rem;
}

#section_01 .sec-cont--flex .sec-cont--flex-item {
  flex: 100%;
}
#section_01 .col_01 .img {
  text-align: center;
}
#section_01 .col_01 .img img {
  width: 30rem;
}
#section_01 .col_02 {
  display: flex;
  flex-flow: row wrap;
  gap: 2.4rem;
}
#section_01 .col_02 .sec-cont--subttl {
  order: 1;
  flex: 100%;
}
#section_01 .col_02 .sub-list {
  order: 3;
  flex: 100%;
}
#section_01 .col_02 .sub-img {
  order: 2;
  flex: 100%;
  text-align: center;
}
#section_01 .col_02 .sub-img img {
  width: 12rem;
}

#section_02 .sec-cont--subttl {
  margin-bottom: 3.6rem;
}
#section_02 .sec-cont--list .sec-cont--list-item .img {
  text-align: center;
}
#section_02 .sec-cont--list .sec-cont--list-item .img img {
  width: 25.4rem;
}

#section_03 .title-belt {
  margin-bottom: 2rem;
  font-size: 1.4rem;
}
#section_03 .sec-cont--list {
  display: flex;
  flex-flow: row wrap;
  gap: 3.6rem;
  margin-bottom: 4.2rem;
}
#section_03 .sec-cont--list .sec-cont--list-item {
  flex: 100%;
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
#section_03 .sec-cont--list .sec-cont--list-item .img {
  margin: 0;
  text-align: center;
}
#section_03 .sec-cont--list .sec-cont--list-item .img img {
  width: 26rem;
}
#section_03 .sec-cont--flex {
  margin-bottom: 3rem;
}
#section_03 .sec-cont--img {
  margin-bottom: 3rem;
}
#section_03 .sec-cont--box {
  margin-bottom: 2.6rem;
  padding: 2.8rem 0;
  border-top: 1px solid #191919;
  border-bottom: 1px solid #191919;
}
#section_03 .sec-cont--box .sec-cont--box-read {
  margin-bottom: 2.8rem;
}
#section_03 .sec-cont--box .sec-cont--box-read .ttl {
  margin-bottom: 2rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
}
#section_03 .sec-cont--box .sec-cont--box-read .body {
  line-height: 1.8;
  font-size: 1.2rem;
}
#section_03 .sec-cont--box .sec-cont--flex {
  margin: 0;
}
#section_03 .sec-cont--box .sec-cont--flex .col_01 {
  order: 2;
}
#section_03 .sec-cont--box .sec-cont--flex .col_02 {
  order: 1;
}

#section_04 .title-belt {
  margin-bottom: 2rem;
  font-size: 1.4rem;
}
#section_04 .sec-cont--list {
  display: flex;
  flex-flow: row wrap;
  gap: 3.6rem;
  margin-bottom: 4.2rem;
}
#section_04 .sec-cont--list .sec-cont--list-item {
  flex: 100%;
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
#section_04 .sec-cont--list .sec-cont--list-item .img {
  text-align: center;
}
#section_04 .sec-cont--flex {
  margin-bottom: 4.2rem;
}
#section_04 .sec-cont--flex .sec-cont--flex-item .img {
  margin-bottom: 2rem;
}

#section_06 .sec-cont--flex + .sec-cont--flex {
  margin-top: 2rem;
}

#section_07 .sec-cont--flex {
  margin-bottom: 4rem;
}
#section_07 .sec-cont--flex .sec-cont--flex-item .logo {
  margin-bottom: 2rem;
  text-align: center;
}
#section_07 .sec-cont--flex .sec-cont--flex-item .read {
  margin-bottom: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
#section_07 .sec-cont--flex .sec-cont--flex-item .read .read-main {
  font-size: 1.6rem;
}
#section_07 .sec-cont--flex .sec-cont--flex-item .img {
  margin-bottom: 2rem;
}
#section_07 .wft .sec-cont--flex-item .read {
  text-align: center;
}
#section_07 .wft .sec-cont--flex-item .read .read-main {
  font-size: 1.4rem;
}
#section_07 .wft .sec-cont--flex-item .read .read-en {
  font-size: 1.1rem;
}
#section_07 .wft .logo img {
  width: 22.6rem;
}
#section_07 .superchronme .logo {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  gap: 1.2em;
}
#section_07 .superchronme .logo img {
  width: 16rem;
}
#section_07 .superchronme .logo .attent {
  text-align: left;
  font-size: 1.1rem;
}
#section_07 .superchronme .img .cap {
  display: block;
  margin-top: 1em;
  text-align: right;
  font-size: 1.1rem;
}
#section_07 .superchronme .txt {
  margin-bottom: 2.4rem;
}
#section_07 .solidrim .attent {
  flex: 100%;
  font-size: 1.1rem;
}
#section_07 .solidrim .license {
  flex: 100%;
  margin-top: -1em;
  font-weight: 700;
  font-size: 1.4rem;
}
#section_07 .other .txt {
  margin-bottom: 2.4rem;
}
#section_07 .other .col_02 {
  flex: 100%;
  text-align: center;
}
#section_07 .other .col_02 img {
  width: 30rem;
}
#section_07 .box {
  gap: 3.6rem;
  padding: 4rem 0;
  border-top: 1px solid #191919;
  border-bottom: 1px solid #191919;
}
#section_07 .box .txt + .sec-cont--subttl {
  margin-top: 2.4rem;
}
#section_07 .box .col_01 {
  order: 2;
}
#section_07 .box .col_02 {
  order: 1;
}

#section_08 .title-belt {
  margin-bottom: 2rem;
  font-size: 1.4rem;
}
#section_08 .sec-cont--flex + .sec-cont--flex {
  margin-top: 4rem;
}
#section_08 .img {
  margin-bottom: 1.6rem;
}
#section_08 .taiou {
  margin-top: 2rem;
  border: 1px solid #191919;
}
#section_08 .taiou .taiou-ttl {
  height: 2.6rem;
  line-height: 2.6rem;
  letter-spacing: 0.2em;
  text-align: center;
  font-weight: 700;
  font-size: 1.2rem;
  color: #fff;
  background: #191919;
}
#section_08 .taiou .taiou-body {
  padding: 0.4em 1em;
  line-height: 1.8;
  font-size: 1.2rem;
}

@media screen and (min-width: 961px) {
  .contents .inner {
    width: 96rem;
  }
  .p-read {
    margin-bottom: 8rem;
  }
  .p-read .p-read--top {
    margin: auto auto 2.8rem;
    font-size: 1.8rem;
  }
  .p-read .p-read--main {
    margin-bottom: 3.6rem;
  }
  .p-read .p-read--main .p-read--ttl {
    margin-bottom: 1.4rem;
    font-size: 2.4rem;
  }
  .p-read .p-read--main .p-read--body {
    font-size: 1.4rem;
  }
  .p-read .p-read--main .p-read--body + .p-read--ttl {
    margin-top: 4.2rem;
  }
  .p-read .p-read--box {
    margin-bottom: 7.4rem;
    padding: 3.2rem 0;
  }
  .p-read .p-read--box .p-read--box-ttl {
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
  }
  .p-read .p-read--box .p-read--box-body {
    font-size: 1.2rem;
  }
  .p-read .links {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.3rem;
  }
  .p-read .links .item {
    height: 6rem;
    padding: 0 2rem;
    font-size: 1.5rem;
  }
  .p-read .links .item .icon {
    width: 1rem;
  }
  .sec-cont + .sec-cont {
    margin-top: 7rem;
  }
  .sec-cont .sec-cont--ttl {
    height: 6rem;
    margin-bottom: 3rem;
    padding: 0 2rem;
    line-height: 6rem;
    font-size: 2.2rem;
  }
  .sec-cont .sec-cont--subttl {
    margin-bottom: 4.2rem;
    font-size: 1.8rem;
  }
  .sec-cont .sec-cont--subttl::before {
    width: 0.5rem;
  }
  .sec-cont .sec-cont--body {
    margin-bottom: 2.4rem;
    font-size: 1.5rem;
  }
  .sec-cont .sec-cont--img {
    margin-bottom: 2.4rem;
  }
  .sec-cont .sec-cont--img .sec-cont--img-ttl {
    margin-bottom: 1em;
    font-size: 1.5rem;
  }
  .sec-cont .sec-cont--list {
    margin-bottom: 2.4rem;
  }
  .sec-cont .sec-cont--list .sec-cont--list-item {
    grid-template-columns: 10.6rem 1fr;
    padding: 2rem 0 2rem 5.4rem;
    gap: 3.2rem;
  }
  .sec-cont .sec-cont--list .sec-cont--list-item .txt {
    font-size: 1.4rem;
  }
  .sec-cont .sub-list .sub-list--item + .sub-list--item {
    margin-top: 3.2rem;
  }
  .sec-cont .sub-list .sub-list--item .sub-list--item-ttl {
    margin-bottom: 1.2rem;
    font-size: 1.5rem;
  }
  .sec-cont .sub-list .sub-list--item .sub-list--item-body {
    font-size: 1.4rem;
  }
  .sec-cont .sec-cont--sub {
    margin-top: 2.6rem;
  }
  .sec-cont .sec-cont--sub .sec-cont--sub-ttl {
    font-size: 1.8rem;
  }
  .sec-cont .sec-cont--sub .sec-cont--sub-body {
    margin-bottom: 3.4rem;
    font-size: 1.4rem;
  }
  .sec-cont .title-belt {
    height: 3.6rem;
    line-height: 3.6rem;
    font-size: 1.5rem;
  }
  .sec-cont .txt {
    font-size: 1.4rem;
  }
  #section_01 .sec-cont--flex .sec-cont--flex-item {
    flex: 100%;
  }
  #section_01 .sec-cont--flex .col_01 {
    flex: 40rem;
  }
  #section_01 .sec-cont--flex .col_01 .img img {
    width: 40rem;
  }
  #section_01 .sec-cont--flex .col_02 {
    flex: calc(100% - 46rem);
    justify-content: space-between;
    gap: 2.4rem;
  }
  #section_01 .sec-cont--flex .col_02 .sec-cont--subttl {
    flex: 100%;
    margin-bottom: 0;
  }
  #section_01 .sec-cont--flex .col_02 .sub-list {
    order: 2;
    flex: 0 0 auto;
    width: calc(100% - 18rem);
  }
  #section_01 .sec-cont--flex .col_02 .sub-img {
    order: 3;
    flex: 0 0 auto;
    width: 13.8rem;
  }
  #section_01 .sec-cont--flex .col_02 .sub-img img {
    width: 100%;
  }
  #section_02 .sec-cont--subttl {
    margin-bottom: 4.4rem;
  }
  #section_02 .sec-cont--list {
    display: flex;
    flex-flow: row wrap;
  }
  #section_02 .sec-cont--list .sec-cont--list-item {
    flex: 33.3333333333%;
    grid-template-columns: 1fr;
    align-content: start;
    padding: 2rem;
    border-bottom: none;
    border-right: 1px solid #E0E0E0;
  }
  #section_02 .sec-cont--list .sec-cont--list-item:last-child {
    border-color: transparent;
  }
  #section_02 .sec-cont--list .sec-cont--list-item .img img {
    width: 100%;
  }
  #section_03 .title-belt {
    margin-bottom: 2.8rem;
    font-size: 1.8rem;
  }
  #section_03 .sec-cont--list {
    justify-content: space-between;
    gap: 5.2rem;
    margin-bottom: 8.2rem;
  }
  #section_03 .sec-cont--list .sec-cont--list-item {
    flex: calc((100% - 10.4rem) / 3);
    grid-template-columns: 1fr;
    align-content: start;
    padding: 0;
  }
  #section_03 .sec-cont--list .sec-cont--list-item .img img {
    width: 100%;
  }
  #section_03 .sec-cont--flex {
    margin-bottom: 3rem;
  }
  #section_03 .sec-cont--flex .sec-cont--flex-item {
    flex: 0 0 auto;
    width: calc((100% - 7.8rem) / 2);
  }
  #section_03 .sec-cont--flex .col_01 {
    order: 1;
  }
  #section_03 .sec-cont--flex .col_02 {
    order: 2;
  }
  #section_03 .sec-cont--img {
    margin-bottom: 5rem;
    text-align: center;
  }
  #section_03 .sec-cont--img img {
    width: 84rem;
  }
  #section_03 .sec-cont--box {
    margin-bottom: 7rem;
    padding: 3.8rem 0;
  }
  #section_03 .sec-cont--box .sec-cont--box-read {
    margin-bottom: 4rem;
  }
  #section_03 .sec-cont--box .sec-cont--box-read .ttl {
    margin-bottom: 2.4rem;
    font-size: 1.8rem;
  }
  #section_03 .sec-cont--box .sec-cont--box-read .body {
    font-size: 1.4rem;
  }
  #section_03 .sec-cont--box .sec-cont--flex {
    margin: 0;
  }
  #section_03 .sec-cont--box .sec-cont--flex .col_01 {
    order: 1;
  }
  #section_03 .sec-cont--box .sec-cont--flex .col_02 {
    order: 2;
  }
  #section_04 .title-belt {
    margin-bottom: 4.4rem;
    font-size: 1.8rem;
  }
  #section_04 .sec-cont--list {
    justify-content: space-between;
    gap: 5.2rem;
    margin-bottom: 8.2rem;
  }
  #section_04 .sec-cont--list .sec-cont--list-item {
    flex: calc((100% - 10.4rem) / 3);
    grid-template-columns: 1fr;
    align-content: start;
    padding: 0;
  }
  #section_04 .sec-cont--list .sec-cont--list-item .img img {
    width: 100%;
  }
  #section_04 .sec-cont--flex {
    margin-bottom: 4.2rem;
  }
  #section_04 .sec-cont--flex .sec-cont--flex-item {
    flex: 0 0 auto;
    width: 44rem;
  }
  #section_04 .sec-cont--flex .sec-cont--flex-item .img {
    margin-bottom: 0;
  }
  #section_04 .sec-cont--flex .sec-cont--flex-item .sec-cont--subttl {
    margin-bottom: 1.6rem;
  }
  #section_05 .sec-cont--subttl {
    margin-bottom: 2.4rem;
  }
  #section_06 .sec-cont--flex + .sec-cont--flex {
    margin-top: 3.6rem;
  }
  #section_06 .sec-cont--flex .sec-cont--flex-item {
    flex: 0 0 auto;
    width: 44rem;
  }
  #section_07 .sec-cont--subttl {
    margin-bottom: 2.4rem;
  }
  #section_07 .sec-cont--flex {
    align-items: flex-end;
    margin-bottom: 4rem;
  }
  #section_07 .sec-cont--flex .sec-cont--flex-item {
    flex: 0 0 auto;
    width: 44rem;
  }
  #section_07 .sec-cont--flex .sec-cont--flex-item .logo {
    margin-bottom: 2.4rem;
    text-align: left;
  }
  #section_07 .sec-cont--flex .sec-cont--flex-item .read .read-main {
    font-size: 2.2rem;
  }
  #section_07 .sec-cont--flex .sec-cont--flex-item .img {
    margin-bottom: 0;
  }
  #section_07 .wft .sec-cont--flex-item .read {
    text-align: left;
  }
  #section_07 .wft .sec-cont--flex-item .read .read-main {
    font-size: 1.8rem;
  }
  #section_07 .wft .sec-cont--flex-item .read .read-en {
    font-size: 1.4rem;
  }
  #section_07 .wft .logo img {
    width: 29.2rem;
  }
  #section_07 .superchronme .logo {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }
  #section_07 .superchronme .logo img {
    width: 16.8rem;
  }
  #section_07 .superchronme .img .cap {
    text-align: left;
    font-size: 1.4rem;
  }
  #section_07 .superchronme .txt {
    margin-bottom: 2.4rem;
  }
  #section_07 .solidrim {
    align-items: flex-start;
  }
  #section_07 .solidrim .license {
    margin-top: 0;
  }
  #section_07 .other {
    align-items: flex-start;
  }
  #section_07 .other .txt {
    margin-bottom: 2.4rem;
  }
  #section_07 .other .col_02 img {
    width: 100%;
  }
  #section_07 .box {
    align-items: center;
    gap: 8rem;
  }
  #section_07 .box .sec-cont--subttl {
    margin-bottom: 1.6rem;
  }
  #section_07 .box .txt + .sec-cont--subttl {
    margin-top: 4rem;
  }
  #section_07 .box .col_01 {
    order: 1;
  }
  #section_07 .box .col_02 {
    order: 2;
  }
  #section_08 .title-belt {
    margin-bottom: 4.4rem;
    font-size: 1.8rem;
  }
  #section_08 .sec-cont--flex + .sec-cont--flex {
    margin-top: 5rem;
  }
  #section_08 .sec-cont--flex .sec-cont--flex-item {
    flex: 0 0 auto;
    width: 44rem;
  }
  #section_08 .img {
    margin-bottom: 0;
  }
  #section_08 .taiou {
    display: grid;
    grid-template-columns: auto 1fr;
  }
  #section_08 .taiou .taiou-ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 1em;
    line-height: 1;
    font-size: 1.5rem;
  }
  #section_08 .taiou .taiou-body {
    display: flex;
    align-items: center;
    padding: 1em;
    font-size: 1.4rem;
  }
}