@charset "UTF-8";

/*===========================
ui2008
===========================*/

.ui2008_newContents {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.ui2008 .seriesBanner-protrude .seriesBanner_img {
  margin-top: 0;
}

.seriesBanner-protrude .seriesBanner_note {
  margin-top: 10px;
}

.ui2008 .seriesRecommend_product {
  height: auto;
}

.tabBox_passive {
  display: none;
}

/* 共通
------------------------------------- */

.ui2008 .seriesFeature .contentsArea {
  /*! width: 1160px; */
  margin: 0 auto;
}

.ui2008 .seriesFeature .contentsArea .seriesFeature_heading {
  font-weight: 500;
}

.ui2008 .seriesFeature .contentsArea .readTxt {
  margin-top: 30px;
  font-size: 1.6rem;
}

.ui2008 .colImgTxt {
  display: flex;
  justify-content: space-between;
}

.ui2008 .colImgTxt .txtBox,
.ui2008 .colImgTxt .imgBox {
  width: 48%;
  text-align: left;
}

.ui2008 .colTwoTxt {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.ui2008 .colTwoTxt li {
  width: 48%;
  text-align: center;
}

.ui2008 .colTwoTxt li dt {
  margin-bottom: 5px;
  font-size: 160%;
  color: #666;
}

.ui2008 .colTwoTxt li dd {
  font-size: 3rem;
}

.ui2008 .colTwoTxt li dd .bigTxt {
  font-size: 5.5rem;
  padding: 0 5px;
}

.ui2008 .colTwoTxt li dd .smlTxt {
  font-size: 1.4rem;
}

.ui2008 .cauTxt {
  /*! display: flex; */
  margin-top: 20px;
  font-size: 1.3rem;
}

.ui2008 h3 .smlTxt {
  font-size: 1.3rem;
}

.ui2008 .f_card-2column {
  display: flex;
  justify-content: space-between;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.ui2008 .f_card-2column .f_card-wrap {
  /*! width: 48.5%; */
  /*! display: flex; */
  /*! flex-direction: column; */
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
}

.ui2008 .f_card-wrap .readTxt,
.ui2008 .f_card-wrap .cauTxt li {
  text-align: left;
}

.ui2008 .f_card-2column + .f_card-2column {
  margin-top: 60px;
}

.ui2008 .f_card-wrap .smlTxt {
  font-size: 1.3rem;
  vertical-align: top;
}

.ui2008 .f_card-2column .f_card {
  background-color: #fff;
  border-radius: 20px;
  /*! flex-grow: 1; */
  padding: 30px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}

.ui2008 .f_card .figure {
  margin-top: 30px;
}

.ui2008 .f_card-2column .f_card_black {
  flex-grow: 1;
  color: #fff;
}

.ui2008 .f_card_black .seriesFeature_heading {
  margin-top: 30px;
}

/* notec で追加 */
.container {
  position: relative;
  width: 1160px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.headding-Lv1 {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 40px auto;
  font-size: 80px;
  color: #fff;
}

.headding-Lv1 img {
  width: 20.83vw;
  max-width: 400px;
}

.headding-Lv2 {
  position: relative;
  margin: auto;
  color: #9eb7b5;
  font-family: Gotham, sans-serif;
  font-size: 60px;
  line-height: 1;
}

.headding-Lv2 img {
  width: 100%;
  vertical-align: text-top;
}

.common__wrapper {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.headding-design {
  max-width: 198px;
}

.headding-number {
  transform: translateX(0);
}

.common__wrapper:last-of-type {
  margin-bottom: 0;
}

.headding-number span {
  margin-right: 30px;
  color: #bed5d3;
  font-size: 159px;
}

@media (min-width: 769px) {
  .headding-number img {
    width: auto;
    max-height: 115px;
  }
  .feature-3 h2,
  .feature-4 h2,
  .ui2008 .ch01block05 .feature-5 h2 {
    margin-bottom: 25px;
    width: 576px;
    text-align: center;
  }
}

/* MVブラウザ高さ100%表示用class */
:root {
  --vh: 1px;
}

.v-max-picture {
  position: relative !important;
  width: 100% !important;
  height: 100vh;
  height: calc(var(--vh) * 100);
  overflow: hidden !important;
}

.v-max-picture .v-max-picture__inner {
  min-height: 99.9vh !important;
}

.v-max-picture img {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

.slider-product {
  position: relative;
  width: 100%;
}

.slick-slider.slider-product {
  margin-bottom: 0;
}

.slider-product .slick-slide {
  position: relative;
  width: 100%;
}

.slider-product .slick-slide img {
  width: 100%;
  height: auto;
}

.slider_dots.slider_product_dots {
  position: relative;
  top: -70px;
  height: 0;
}

.product-text_block {
  opacity: 0;
  transition: opacity 0.6s ease-out;
  width: 75%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 110px;
  margin: 0 auto;
}

.product-text_block.fadeIn {
  opacity: 1;
}

.product-text_title,
.product-text_paragraph {
  text-align: center;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.26) 2px 2px 4px;
}
.product-text_title {
  margin-bottom: 30px;
  font-size: 30px;
}

.product-text_paragraph {
  font-size: 16px;
}

.slider_design {
  opacity: 0;
  transition: opacity 0.5s ease;
  width: 100%;
  margin: 0 auto 50px;
  padding: 0;
  height: auto;
  text-align: center;
}
.slider_design .slick-slide img {
  display: inline;
  width: 80%;
  max-width: 757px;
}

.slider_dots .slick-dots {
  width: 158px;
}

.dot_nav .dot_nav_item {
  display: flex;
  justify-content: center;
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0;
  cursor: pointer;
  border-radius: 50%;
}

.dot_nav .dot_nav_item.icon-dots-current {
  border: solid 2px #8c8c8c;
}

.dot_nav {
  width: 200px;
  display: flex;
  justify-content: center;
  gap: 25px;
  margin: 0 auto 22px;
}

.dot_nav .dot_nav_item::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #222;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.dot_nav .dot_nav_item.bgcolor-01::after {
  background: #ece4d7;
}
.dot_nav .dot_nav_item.bgcolor-02::after {
  background: #adbfbf;
}
.dot_nav .dot_nav_item.bgcolor-03::after {
  background: #c2c1c3;
}
.dot_nav .dot_nav_item.bgcolor-04::after {
  background: #a79a45;
}

.dot_nav .dot_nav_item::before {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.dot_nav_item_color {
  margin-bottom: 35px;
  color: #8c8c8c;
}

.dot_nav_item_color_title {
  padding-right: 10px;
  font-size: 14px;
}

.dot_nav_item_color_name {
  padding-left: 10px;
  font-size: 18px;
  font-weight: bold;
}

.dot_nav_item_color .separator-line {
  position: relative;
}

.dot_nav_item_color .separator-line::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #8c8c8c;
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
}

/*ch01block01*/
.ui2008 .seriesFeature {
  width: 100%;
}
.ui2008 .ch01block01 .contentsArea {
  width: 100%;
  padding: 30px 0 0;
}
.ui2008 .ch01block01 .contentsArea .figure img {
  width: 100%;
}

/*ch01block02*/
.ui2008 .ch01block02 {
  overflow: hidden; /*3dview*/
}
.ui2008 .ch01block02 .contentsArea {
  padding: 100px 0;
}
.ui2008 .ch01block02 .feature-2 .container {
  max-width: 1920px;
  width: 100%;
}

/*ch01block03*/
.ui2008 .ch01block03 .contentsArea {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.ui2008 .ch01block03 .feature-3 {
  margin-bottom: 0;
  padding-top: 35px;
}
/* --スライダ-- */
.ui2008 .ch01block03 .userProduct_slide {
  position: relative;
}
.ui2008 .ch01block03 .userProduct_slide .change-btn-wrapper {
  position: absolute;
  width: 39%;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ui2008 .ch01block03 .userProduct_slide .change-btn {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  background-color: #fff;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
}
.ui2008 .ch01block03 .userProduct_slide .change-btn span {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}
.ui2008 .ch01block03 .userProduct_slide .prev-btn {
  left: 0;
}
.ui2008 .ch01block03 .userProduct_slide .prev-btn span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #606a76;
  border-left: 2px solid #606a76;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-30%, -50%) rotate(-45deg);
}
.ui2008 .ch01block03 .userProduct_slide .next-btn span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #606a76;
  border-left: 2px solid #606a76;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-70%, -50%) rotate(135deg);
}
.ui2008 .ch01block03 .userProduct_slide .slides {
  padding: 0;
  margin: 40px auto 30px;
  position: relative;
}
.ui2008 .ch01block03 .userProduct_slide .slide {
  display: none;
  width: calc(100% / 3 - -35px);
  margin: auto;
}
.ui2008 .ch01block03 .userProduct_slide .slide_active {
  display: block;
}
.ui2008 .ch01block03 .userProduct_slide .slide_active01 {
  display: block;
  position: absolute;
  top: 0px;
  left: -60px;
}
.ui2008 .ch01block03 .userProduct_slide .slide_active02 {
  display: block;
  position: absolute;
  top: 0px;
  right: -60px;
}
.ui2008 .ch01block03 .userProduct_slide .index-btn-wrapper {
  display: flex;
  justify-content: center;
  width: 58%;
  margin: 0 auto;
}
.ui2008 .ch01block03 .userProduct_slide .index-btn {
  background-color: #fff;
  border: 1px solid #606a76;
  width: 16px;
  height: 16px;
  margin: 0px 5px;
  border-radius: 50px;
  cursor: pointer;
  z-index: 10;
}
.ui2008 .ch01block03 .userProduct_slide .index-btn:hover {
  background-color: #606a76;
}
.ui2008 .ch01block03 .userProduct_slide .index-btn_active {
  background-color: #606a76;
}
@media screen and (max-width: 767px) {
  .ui2008 .ch01block03 .userProduct_slide .slides {
    margin: 80px auto 20px;
  }
  .ui2008 .ch01block03 .userProduct_slide .slide {
    width: calc(100% / 1 - 7vw);
  }
  .ui2008 .ch01block03 .userProduct_slide .slide_active01 {
    left: -90vw;
  }
  .ui2008 .ch01block03 .userProduct_slide .slide_active02 {
    right: -90vw;
  }
  .ui2008 .ch01block03 .userProduct_slide .change-btn-wrapper {
    position: absolute;
    width: 95vw;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .ui2008 .ch01block03 .userProduct_slide .change-btn {
    width: 45px;
    height: 45px;
  }
  .ui2008 .ch01block03 .userProduct_slide .change-btn span {
    width: 45px;
    height: 45px;
  }
}

/* 親御さんも安心 */
.ui2008 .ch01block03 .product_pointBox {
  width: 1160px;
  margin: 80px auto 100px;
  background-color: #f2f2f2;
  padding-bottom: 30px;
  border: 1px solid #b6b6bd;
}
.ui2008 .ch01block03 .product_pointTtl {
  font-size: 3.8rem;
  text-align: center;
  background-color: #fff;
  padding: 10px 0px 14px;
  color: #789290;
  font-weight: 500;
  letter-spacing: 0.2rem;
}
.ui2008 .ch01block03 .product_pointPikup {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 30px;
}
.ui2008 .ch01block03 .productContents {
  width: calc(100% / 3);
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  padding: 0px 30px;
}
.ui2008 .ch01block03 .productContents+dl{
  border-left: 1px solid #b6b6bd;
}
.ui2008 .ch01block03 .productContents dt {
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0px;
}
.ui2008 .ch01block03 .productContents dt span{
  width: 80px;
  margin-right: 10px;
}
.ui2008 .ch01block03 .productContents dd .productLinkTxt{
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .ui2008 .ch01block03 .product_pointBox {
    width: calc(100% / 1 - 6%);
    margin: 40px auto 80px;
  }
  .ui2008 .ch01block03 .product_pointTtl{
    font-size: 2.4rem;
    padding: 8px 0px 12px;
  }
  .ui2008 .ch01block03 .productContents{
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 0px;
    margin: 0 10px;
  }
  .ui2008 .ch01block03 .product_pointPikup{
    margin-top: 0px;
  }
  .ui2008 .ch01block03 .productContents dt{
    font-size: 2rem
  }
  .ui2008 .ch01block03 .productContents dt span {
    width: 16vw;
    margin-right: 8px;
  }
  .ui2008 .ch01block03 .productContents+dl{
  border-left: none;
  margin-top: 20px;
  border-top: 1px solid #b6b6bd;
  }
}

/*ch01block04*/
.ui2008 .ch01block04 .contentsArea {
  position: relative;
  /*width: 100%;*/
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.ui2008 .feature-4.md-bg-img--full::before {
  background: url(ui2008_25sp_bg_img_03.jpg) no-repeat 0 0;
  background-size: 100% min(100vh, 1000px);
  top: 0;
  left: 0;
}

.ui2008 .ch01block04 .feature-4 .container {
  padding: 170px 1% 100px;
  line-height: 1.5;
}

.ui2008 .ch01block04 .feature-4 .f_card-wrap {
  margin-bottom: 2.5%;
}
.ui2008 .ch01block04 .feature-4 .f_card-wrap:last-child {
  margin-bottom: 0;
}
.ui2008 .ch01block04 .feature-4 .f_card-wide {
  padding: 2.5% 3% 2.5% 2.5%;
  background: #f0f0f0;
  border-radius: 30px;
}
.ui2008 .ch01block04 .feature-4 .f_card-wide .movie {
  position: relative;
  width: 51%;
}
.ui2008 .ch01block04 .feature-4 .f_card-wide .movie video {
  width: 100%;
  vertical-align: top;
  cursor: pointer;
}
.ui2008 .ch01block04 .feature-4 .f_card-wide .movie .play_btn {
  width: 20%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.ui2008 .ch01block04 .feature-4 .f_card-wide .movie .play_btn.playActive {
  width: 0.1px;
} /*.play_btnを見えなくするため*/
.ui2008 .ch01block04 .feature-4 .f_card-wide .f_card-text {
  width: 46%;
  text-align: left;
}
.ui2008 .ch01block04 .feature-4 .f_card-wide .f_card-text .f_card-text__lead {
  font-size: 18px;
  font-weight: bold;
}
.ui2008 .ch01block04 .feature-4 .f_card-wide .f_card-text h3 {
  padding-top: 2.8%;
  font-size: 30px;
  font-weight: bold;
}
.ui2008 .ch01block04 .feature-4 .f_card-wide .f_card-text .f_card-text__text {
  padding-top: 7%;
  font-size: 16px;
  font-weight: 500;
}

/*ch01block05*/
.ui2008 .ch01block05 .contentsArea {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.ui2008 .feature-5.md-bg-img--full::before {
  background: url(ui2008_25sp_bg_img_04.png) no-repeat left 0 top 100px;
  background-size: 100% min(1995px, 200vh);
  height: 500vh;
}

.ui2008 .ch01block05 .feature-5 {
  margin-bottom: 100px;
}

.ui2008 .ch01block05 .feature-5 .container {
  padding: 100px 0% 10px;
  line-height: 1.3;
}
.ui2008 .ch01block05 .feature-5 .f_card-wrap {
  margin-bottom: 10px;
}
.ui2008 .ch01block05 .feature-5 .f_card-wrap .interface_img {
  width: calc(100%-40px);
}
.ui2008 .ch01block05 .feature-5 .f_card-2column,
.ui2008 .ch01block05 .feature-5 .f_card-2column-02,
.ui2008 .ch01block05 .feature-5 .f_card-3column {
  display: flex;
  justify-content: space-between;
}
.ui2008 .ch01block05 .feature-5 .f_card-2column .f_card-wrap,
.ui2008 .ch01block05 .feature-5 .f_card-2column-02 .f_card-wrap,
.ui2008 .ch01block05 .feature-5 .f_card-3column .f_card-wrap {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
}
.ui2008 .ch01block05 .feature-5 .f_card-2column .f_card-wrap:last-child,
.ui2008 .ch01block05 .feature-5 .f_card-2column-02 .f_card-wrap:last-child,
.ui2008 .ch01block05 .feature-5 .f_card-3column .f_card-wrap:last-child {
  margin-right: 0;
}
.ui2008 .ch01block05 .feature-5 .f_card-2column .f_card,
.ui2008 .ch01block05 .feature-5 .f_card-2column-02 .f_card,
.ui2008 .ch01block05 .feature-5 .f_card-3column .f_card {
  flex-grow: 1;
}
.ui2008 .ch01block05 .feature-5 .f_card {
  padding: 29px 36px 32px 28px;
  border-radius: 20px;
  text-align: center;
  color: #789290;
  background: #fff;
  font-weight: 500;
}
.ui2008 .ch01block05 .feature-5 .f_card p {
  color: inherit;
}

.ui2008 .ch01block05 .feature-5 .f_card .border-bottom--thin {
  border-bottom: solid 1px #7892907e;
}

.ui2008 .ch01block05 .feature-5 .f_card .f_text-2column .border-bottom {
  border-bottom: solid 2px #7892907e;
}

.ui2008 .ch01block05 .feature-5 .f_card .border-bottom--thin:last-of-type {
  border-bottom: none;
}

.ui2008 .ch01block05 .feature-5 .f_card h3 {
  font-size: clamp(
    18px,
    calc(6.621454993834771px + 1.4796547472256474vw),
    30px
  );
  margin-bottom: 10px;
  font-weight: 600;
}

.ui2008 .ch01block05 .feature-5 .f_card .f_card-text--medium {
  font-size: min(calc(20 / 375 * 100 * 1vw), calc(70px));
  font-weight: bold;
}

.ui2008 .ch01block05 .feature-5 .f_card .f_card-text--large {
  font-size: min(calc(14 / 375 * 100 * 1vw), calc(43px));
  font-weight: bold;
}

.ui2008 .ch01block05 .feature-5 .f_card .f_card-text--xlarge {
  font-size: min(calc(25 / 375 * 100 * 1vw), calc(105px));
  font-weight: bold;
}

.ui2008 .ch01block05 .feature-5 .f_card-2column-02 .f_card-wrap:first-child {
  width: 38%;
}
.ui2008 .ch01block05 .feature-5 .f_card-2column-02 .f_card-left {
  background: #fff;
}
.ui2008 .ch01block05 .feature-5 .f_card-2column-02 .f_card-left h3 {
  margin-bottom: 30px;
}

.ui2008
  .ch01block05
  .feature-5
  .f_card-2column-02
  .f_card-left
  h3
  .f_card-text--xlarge {
  font-size: inherit;
}

.ui2008 .ch01block05 .feature-5 .f_card-2column-02 .f_card-right {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
  padding: 29px 36px 32px 28px;
  background: #fff;
}
.ui2008 .ch01block05 .feature-5 .f_card-left .f_text-2column {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
  padding: 29px 36px 32px 28px;
  background: #fff;
}
.ui2008 .ch01block05 .feature-5 .f_card-2column-02 .f_card-right .f_card-text {
  text-align: left;
}
.ui2008 .ch01block05 .feature-5 .f_card-2column-02 .f_card-right h3 {
  margin-bottom: 22px;
  text-align: center;
}
.ui2008 .ch01block05 .feature-5 .f_card-2column-02 .f_card-right .size__text {
  padding-bottom: 6px;
  font-size: clamp(
    16px,
    calc(4.621454993834771px + 1.4796547472256474vw),
    28px
  );
  font-weight: bold;
}
.ui2008
  .ch01block05
  .feature-5
  .f_card-2column-02
  .f_card-right
  .heading__text {
  display: inline-block;
  width: min(calc(90 / 769 * 100 * 1vw), 160px);
  font-weight: 400;
  font-size: min(calc(16 / 375 * 100 * 1vw), calc(16px * 1.375));
  text-align: center;
}
.ui2008
  .ch01block05
  .feature-5
  .f_card-2column-02
  .f_card-right
  .size__text--value {
  font-size: clamp(
    26px,
    calc(3.2429099876695417px + 2.9593094944512948vw),
    50px
  );
}

.ui2008
  .ch01block05
  .feature-5
  .f_card-2column-02
  .f_card-right
  .size__text--unit {
  font-size: min(calc(16 / 375 * 100 * 1vw), calc(16px * 1.5));
}

.ui2008 .ch01block05 .feature-5 .f_card-2column-02 .f_card-right img {
  max-width: 328px;
  width: 90%;
  padding: 36px 0;
}

.ui2008 .ch01block05 .feature-5 .f_text-2column .size__text--value {
  font-size: clamp(
    26px,
    calc(3.2429099876695417px + 2.9593094944512948vw),
    50px
  );
  font-weight: bold;
}
.ui2008 .ch01block05 .feature-5 .f_text-2column .pc {
  font-size: 1.5rem;
}

.ui2008 .ch01block05 .feature-5 .f_card-3column .f_card-wrap {
  width: calc(100% / 3);
}
.ui2008 .ch01block05 .feature-5 .f_card-3column .f_card-left,
.ui2008 .ch01block05 .feature-5 .f_card-3column .f_card-center {
  display: flex;
  flex-direction: column;
  padding: 23px;
}
.ui2008 .ch01block05 .feature-5 .f_card-3column .f_card-left p,
.ui2008 .ch01block05 .feature-5 .f_card-3column .f_card-center p {
  margin: auto 0;
}
.ui2008 .ch01block05 .feature-5 .f_card-3column .f_card-left {
  background: #fff;
}
.ui2008 .ch01block05 .feature-5 .f_card-3column .f_card-left p {
  margin: auto 0;
  font-size: clamp(
    14px,
    calc(3.569667077681874px + 1.3563501849568433vw),
    25px
  );
  font-weight: 400;
}
.ui2008 .ch01block05 .feature-5 .f_card-3column .f_card-left p span.large {
  font-size: clamp(40px, calc(21.03575832305795px + 2.466091245376079vw), 60px);
  font-weight: 500;
}
.ui2008 .ch01block05 .feature-5 .f_card-3column .f_card-center {
  background: #f5f5f5;
}
.ui2008 .ch01block05 .feature-5 .f_card-3column .f_card-center h3,
.ui2008 .ch01block05 .feature-5 .f_card-3column .f_card-center p {
  color: #464646;
}
.ui2008 .ch01block05 .feature-5 .f_card-3column .f_card-center p {
  margin: auto 0;
  font-size: clamp(40px, calc(21.03575832305795px + 2.466091245376079vw), 60px);
  font-weight: 400;
}
.ui2008 .ch01block05 .feature-5 .f_card-3column .f_card-center p span.large {
  font-size: clamp(
    60px,
    calc(22.071516646115903px + 4.932182490752158vw),
    100px
  );
  font-weight: bold;
}
.ui2008 .ch01block05 .feature-5 .f_card-3column .f_card-right {
  position: relative;
}
.ui2008 .ch01block05 .feature-5 .f_card-3column .f_card-right h3 {
  position: absolute;
  top: 23px;
  left: 0;
  right: 0;
}
.ui2008 .ch01block05 .feature-5 .f_card-wide {
  padding: 33px;
  background-color: #fff;
}
.ui2008 .ch01block05 .feature-5 .f_card-wide h3 {
  padding-bottom: 30px;
}
.ui2008 .ch01block05 .feature-5 .f_card-wide table {
  width: 100%;
  border-collapse: collapse;
}
.ui2008 .ch01block05 .feature-5 .f_card-wide table th:not(.label) {
  vertical-align: bottom;
}
.ui2008 .ch01block05 .feature-5 .f_card-wide .label {
  width: 9%;
  min-width: 85px;
  padding: 6px;
  font-size: clamp(
    14px,
    calc(12.103575832305795px + 0.2466091245376079vw),
    16px
  );
  font-weight: 400;
  color: #787878;
}
.ui2008 .ch01block05 .feature-5 .f_card-wide .tab-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 150px;
  width: 18vw;
  height: 40px;
  margin: 0 auto 16px;
  border: 1px solid #789290;
  background-color: inherit;
  font-size: clamp(
    14px,
    calc(10.20715166461159px + 0.4932182490752158vw),
    18px
  );
  font-weight: 600;
  border-radius: 999px;
}
.ui2008 .ch01block05 .feature-5 .f_card-wide table td {
  padding: 6px;
  font-size: min(calc(25 / 769 * 100 * 1vw), 35px);
  font-weight: 500;
}
.ui2008 .ch01block05 .feature-5 .f_card-wide table span.small {
  font-size: clamp(
    18px,
    calc(16.103575832305797px + 0.2466091245376079vw),
    20px
  );
}

.ui2008 .ch01block05 .feature-5 .f_card-2column .f_card-2column,
.ui2008 .ch01block05 .feature-5 .f_card-2column .f_card-2column-sp,
.ui2008 .ch01block05 .feature-5 .f_card-2column .f_card-wrap {
  width: calc(50% - 5px);
}
.ui2008 .ch01block05 .feature-5 .f_card-2column .f_card-wrap:first-child {
  width: 100%;
}
.ui2008 .ch01block05 .feature-5 .f_card-2column .f_card-left {
  padding: 5.5% 9% 5.5% 5.5%;
  background: #fff;
}
.ui2008 .ch01block05 .feature-5 .f_card-2column h3 {
  margin-bottom: 20px;
  text-align: left;
}
.ui2008 .ch01block05 .feature-5 .f_card-2column h3.md-text-align--center {
  text-align: center;
}
.ui2008 .ch01block05 .feature-5 .f_card-2column .f_card-left p {
  font-size: clamp(
    18px,
    calc(6.621454993834771px + 1.4796547472256474vw),
    30px
  );
  font-weight: 400;
}
.ui2008 .ch01block05 .feature-5 .f_card-2column .f_card-right {
  padding: 5.5% 9% 5.5% 5.5%;
  background: #f5f5f5;
  color: #464646;
}
.ui2008 .ch01block05 .feature-5 .f_card-2column .f_card-right p {
  font-size: clamp(
    24px,
    calc(22.103575832305797px + 0.2466091245376079vw),
    26px
  );
  font-weight: bold;
  color: #464646;
}
.ui2008 .ch01block05 .feature-5 .f_card-2column .f_card span.large {
  font-size: clamp(
    30px,
    calc(11.035758323057951px + 2.466091245376079vw),
    50px
  );
  font-weight: bold;
}
.ui2008 .ch01block05 .feature-5 .f_card-wrap .f_card-flex .interface_img {
  margin-right: 20px;
}
.ui2008 .ch01block05 .small-sup {
  margin-top: 5px;
}

/* ch01block06 */
.ui2008 .ch01block06 .contentsArea{
  position: relative;
  width: 100%;
  margin: 0 auto 100px;
}
.ui2008 .ch01block06 .product_pointTtl {
  font-size: 2.4rem;
  text-align: center;
  background-color: #fff;
  padding: 10px 0px 14px;
  color: #789290;
  font-weight: 500;
  letter-spacing: 0.2rem;
}
.ui2008 .ch01block06 .product_pointPikup {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 30px;
}
.ui2008 .ch01block06 .productContents {
  width: 100%;
  font-size: 1.6rem;
  height: 100%;
}
.ui2008 .ch01block06 .productContents .product_pointTxt {
  padding: 0px 30px;
  margin-bottom: 15px;
  height: 30%;
}
.ui2008 .ch01block06 .productContents+dl{
  border-left: 1px solid #b6b6bd;
}
.ui2008 .ch01block06 .productContents dt {
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0px;
}
.ui2008 .ch01block06 .productContents dt span{
  width: 80px;
  margin-right: 10px;
}
.ui2008 .ch01block06 .productContents dd .productLinkTxt{
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .ui2008 .ch01block06 .contentsArea{
    padding: 18.7% 0% 10px;
    margin-bottom: 10px;
  }
  .ui2008 .ch01block06 .feature-3 .headding-number {
  top: 50px;
  width: 74vw;
  }
  .ui2008 .ch01block06 .product_pointTtl{
    font-size: 2rem;
    padding: 8px 0px 12px;
  }
  .ui2008 .ch01block06 .productContents .product_pointTxt{
    margin: 15px 0px 15px;
    padding: 0px;
    height: auto;
  }
  .ui2008 .ch01block06 .productContents{
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 0px;
    margin: 0 10px;
    height: 100%;
  }
  .ui2008 .ch01block06 .product_pointPikup{
    margin-top: 0px;
  }
  .ui2008 .ch01block06 .productContents dt{
    font-size: 2rem
  }
  .ui2008 .ch01block06 .productContents dt span {
    width: 16vw;
    margin-right: 8px;
  }
  .ui2008 .ch01block06 .productContents+dl{
  border-left: none;
  margin-top: 20px;
  border-top: 1px solid #b6b6bd;
  }
}

/* --スライダ-- */
.ui2008 .ch01block06 .userProduct_slide {
  position: relative;
}
.ui2008 .ch01block06 .userProduct_slide .change-btn-wrapper {
  position: absolute;
  width: 39%;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ui2008 .ch01block06 .userProduct_slide .change-btn {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  background-color: #fff;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
}
.ui2008 .ch01block06 .userProduct_slide .change-btn span {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}
.ui2008 .ch01block06 .userProduct_slide .prev-btn {
  left: 0;
}
.ui2008 .ch01block06 .userProduct_slide .prev-btn span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #606a76;
  border-left: 2px solid #606a76;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-30%, -50%) rotate(-45deg);
}
.ui2008 .ch01block06 .userProduct_slide .next-btn span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #606a76;
  border-left: 2px solid #606a76;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-70%, -50%) rotate(135deg);
}
.ui2008 .ch01block06 .userProduct_slide .slides {
  padding: 0;
  margin: 40px auto 30px;
  position: relative;
  display: flex;
}
.ui2008 .ch01block06 .userProduct_slide .slide {
  display: none;
  width: calc(100% / 3 - -35px);
  margin: auto;
  height: -webkit-fill-available;
  background-color: #f2f2f2;
  border: 1px solid #b6b6bd;
  padding-bottom: 40px;
}
.ui2008 .ch01block06 .userProduct_slide .slide_active {
  display: block;
}
.ui2008 .ch01block06 .userProduct_slide .slide_active01 {
  display: block;
  position: absolute;
  top: 0px;
  left: -60px;
}
.ui2008 .ch01block06 .userProduct_slide .slide_active02 {
  display: block;
  position: absolute;
  top: 0px;
  right: -60px;
}
.ui2008 .ch01block06 .userProduct_slide .index-btn-wrapper {
  display: flex;
  justify-content: center;
  width: 58%;
  margin: 0 auto;
}
.ui2008 .ch01block06 .userProduct_slide .index-btn {
  background-color: #fff;
  border: 1px solid #606a76;
  width: 16px;
  height: 16px;
  margin: 0px 5px;
  border-radius: 50px;
  cursor: pointer;
  z-index: 10;
}
.ui2008 .ch01block06 .userProduct_slide .index-btn:hover {
  background-color: #606a76;
}
.ui2008 .ch01block06 .userProduct_slide .index-btn_active {
  background-color: #606a76;
}
.ui2008 .ch01block06 .productContents .img-thumb {
  width: 200px;
  display: flex;
  align-items: center;
  margin: 15px auto 15px;
  justify-content: space-around;
}
.ui2008 .ch01block06 .productContents .img-thumb button {
  width: 20px;
  height: 20px;
  border: 1px solid #b6b6bd;
  border-radius: 50%;
  background-color: #fff;
}
.ui2008 .ch01block06 .productContents .img-thumb .img_btn.active {
    box-shadow: 0 0 1pt 1pt #005fcc;
}
@media screen and (max-width: 767px) {
  .ui2008 .ch01block06 .userProduct_slide{

  }
  .ui2008 .ch01block06 .userProduct_slide .slides {
    margin: 80px auto 20px;
  }
  .ui2008 .ch01block06 .userProduct_slide .slide {
    width: calc(100% / 1 - 7vw);
    padding-bottom: 0px;
  }
  .ui2008 .ch01block06 .userProduct_slide .slide_active01 {
    left: -90vw;
  }
  .ui2008 .ch01block06 .userProduct_slide .slide_active02 {
    right: -90vw;
  }
  .ui2008 .ch01block06 .userProduct_slide .change-btn-wrapper {
    position: absolute;
    width: 95vw;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .ui2008 .ch01block06 .userProduct_slide .change-btn {
    width: 45px;
    height: 45px;
  }
  .ui2008 .ch01block06 .userProduct_slide .change-btn span {
    width: 45px;
    height: 45px;
  }
}

/* 販売開始記念キャンペーン */
.recommend_campaignArea {
  width: 874px;
  margin: 80px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.recommend_campaignBox01 {
  width: 54%;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
.recommend_campaignBox02 {
  width: 40%;
}
.recommend_campaignTtl {
  font-size: 2.2rem;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
.recommend_campaignPeriod {
  margin: 35px 20px 0;
  padding: 3px 5px 5px;
  font-weight: 400;
  border: 2px solid #000;
  border-radius: 19px;
}

/* video
------------------------------------- */

.feature_accordion_img_02:before {
  content: none;
}

.feature_accordion_bg_02 .container {
  position: relative;
  /*! width: 1920px; */
  margin: 0 auto;
  height: 900px;
}

.feature_accordion_img_02 video {
  position: relative;
  top: 0;
  left: 50%;
  margin-left: -960px;
  width: auto;
  max-width: 1920px;
}

.feature_accordion_bg_02 .txtBox {
  position: absolute;
  margin: 0 auto;
  bottom: 10px;
  left: 50%;
  margin-left: -580px;
  padding-top: 750px;
}

/* アコーディオン
------------------------------------- */
.acdBtn {
  display: inline-block;
  width: 380px;
  padding: 16px 70px 17px;
  margin: 40px 0;
  background: #9eb7b5;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  /*! border-radius: 3px; */
  color: #fff;
  border-radius: 999px;
}

@media print, screen and (min-width: 768px) {
  .acdBtn:hover {
    opacity: 0.6;
  }
}

.acdBtn::after {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  margin: 0 0 -5px 10px;
  border: 7px solid transparent;
  border-top: 11px solid;
}

.acdBtn.active::after {
  margin: 0 0 2px 10px;
  border-top: none;
  border-bottom: 11px solid;
}

.acdSection.acdSection_close {
  display: none;
}

/* モーダル
------------------------------------- */

.mdlOverLay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
}

.mdlWrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
}

.mdlWin {
  position: relative;
  width: 844px;
  height: 475px;
  border: 3px solid #000;
}

/* youtubeエリア
------------------------------------- */

.link_youTube {
  margin: 0 auto;
  text-align: center;
}

.link_youTube + div {
  margin-top: 60px;
}

.link_youTube .link_youTube_list {
  width: 1054px;
  margin: 0 auto;
}

.link_youTube li {
  width: 49%;
}

.link_youTube .link_youTube_list span:hover {
  opacity: 0.7;
  cursor: pointer;
}

.link_youTube img {
  max-width: 100%;
  height: auto;
}

/*2カラム*/

.link_youTube .movie2col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/*1カラム*/

.link_youTube .movie1col li {
  width: 100%;
  text-align: center;
}

.link_youTube .movie1col li img {
  max-height: 290px;
}

/* 下部バナー
------------------------------------- */

.bannerBox {
  margin-top: 30px;
  text-align: center;
}

.bannerBox a {
  display: inline-block;
}

.bannerBox a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  /* 共通
------------------------------------- */
  /*.ui2008 .seriesFeature .subSection:nth-of-type(1) .contentsArea,
  .ui2008 .seriesFeature .subSection:nth-of-type(2) .contentsArea,
  .ui2008 .seriesFeature .subSection:nth-of-type(3) .contentsArea,
  .ui2008 .seriesFeature .subSection:nth-of-type(4) .contentsArea,
  .ui2008 .seriesFeature .subSection:nth-of-type(5) .contentsArea,
  .ui2008 .seriesFeature .subSection:nth-of-type(6) .contentsArea {
    width: 100%;
    padding: 0 10px;
  }*/
  .ui2008 .seriesFeature .contentsArea,
  .ui2008 .seriesFeature .uh02Box .contentsArea,
  .ui2008 .seriesFeature .uhzeroBox .contentsArea {
    width: 100%;
    /*! padding: 0 10px; */
  }

  .ui2008 .acdSection > div,
  .ui2008 .uh02Box .acdSection > div,
  .ui2008 .uhzeroBox .acdSection > div {
    /*! padding: 0 10px; */
  }

  .ui2008 .acdSection > div .contentsArea,
  .ui2008 .uh02Box .acdSection > div .contentsArea,
  .ui2008 .uhzeroBox .acdSection > div .contentsArea {
    /*! padding: 50px 0; */
  }

  .ui2008 .colImgTxt {
    display: block;
  }

  .ui2008 .colImgTxt .txtBox,
  .ui2008 .colImgTxt .imgBox {
    width: 100%;
  }

  .ui2008 .seriesFeature .subSection {
    padding: 0 0 0;
  }

  .ui2008 .seriesFeature .contentsArea .readTxt {
    margin: 15px 0 0;
    font-size: 1.4rem;
  }

  .ui2008 .colImgTxt .imgBox {
    margin-top: 15px;
  }

  .ui2008 .seriesFeature .subSection .imgBox img {
    max-width: 100%;
  }

  .ui2008 .colTwoTxt {
    margin-top: 20px;
  }

  .ui2008 .colTwoTxt li dt {
    margin-bottom: 5px;
    font-size: 1.6rem;
    color: #666;
  }

  .ui2008 .colTwoTxt li dd {
    font-size: 1.8rem;
  }

  .ui2008 .colTwoTxt li dd .bigTxt {
    font-size: 3.4rem;
  }

  .ui2008 .colTwoTxt li dd .smlTxt {
    font-size: 1.2rem;
  }

  .ui2008 .cauTxt {
    display: block;
    font-size: 1.2rem;
  }

  .ui2008 .seriesFeature_bottomNote {
    font-size: 1.4rem;
  }

  .ui2008 .f_card-2column {
    display: block;
  }
  .ui2008 .f_card-2column .f_card-wrap {
    width: 100%;
  }
  .ui2008 .f_card-2column + .f_card-2column {
    margin-top: 30px;
  }

  .ui2008 .f_card-2column .f_card {
    padding: 30px 20px;
  }

  /* notec で追加 */
  .headding-Lv1 {
    margin: min(calc(40 / 375 * 100 * 1vw), calc(30px)) auto;
    font-size: min(calc(80 / 375 * 100 * 1vw), calc(80px * 1.5));
  }

  .headding-Lv1 img {
    width: 56vw;
    max-width: 100%;
  }

  .headding-Lv2 {
    margin: auto;
    font-size: 8vw;
    font-size: min(calc(25 / 375 * 100 * 1vw), calc(25px * 1.5));
  }

  .headding-design {
    width: 26.4vw;
  }

  .headding-number {
    position: absolute;
    z-index: 100;
    left: -5px;
    top: -8vw;
    width: 51vw;
    color: #9eb7b5;
  }

  .headding-number span {
    margin-right: calc(7 / 375 * 100 * 1vw);
    font-size: calc(70 / 375 * 100 * 1vw);
    color: inherit;
  }

  .slider-product {
    padding-left: 0;
  }

  .slider-product .slick-slide {
    padding-bottom: 0;
  }

  .slider_dots.slider_product_dots {
    margin-top: 10px;
    top: 0;
  }

  .seriesFeature_new_item .slider_design_dots {
    margin-bottom: 20px;
  }

  .slider-product .slick-slide {
    padding-left: 15px;
  }

  .product-text_block {
    bottom: calc(44 / 375 * 100 * 1vw);
  }

  .product-text_title {
    font-size: min(calc(18 / 375 * 100 * 1vw), 26px);
  }

  .product-text_paragraph {
    font-size: min(calc(14 / 375 * 100 * 1vw), 22px);
  }

  .md-text-align--center {
    text-align: center;
  }

  .slider_design {
    margin: 0 auto calc(50 / 375 * 100 * 1vw);
  }

  .seriesFeature_new_item .slider_design .slick-slide img {
    width: 75%;
  }

  .slider_dots .slick-dots {
    width: calc(158 / 375 * 100 * 1vw);
  }

  .dot_nav {
    margin-bottom: 30px;
  }

  .dot_nav .dot_nav_item {
    width: 30px;
    height: 30px;
  }

  .dot_nav_item_color_title {
    font-size: 14px;
  }

  .dot_nav_item_color {
    align-items: center;
    font-size: min(calc(16 / 375 * 100 * 1vw), calc(16px * 1.5));
  }

  .dot_nav .slick-track {
    width: calc(158 / 375 * 100 * 1vw) !important;
  }

  .f_card-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  /*ch01block01*/
  .ui2008 .ch01block01 .contentsArea {
    padding: 0;
  }

  /*ch01block02*/
  .ui2008 .ch01block02 .feature-2 {
    margin-bottom: min(calc(70 / 375 * 100 * 1vw), calc(100px));
  }

  /*ch01block03*/
  .ui2008 .ch01block03 .feature-3 {
    margin-bottom: min(calc(100 / 375 * 100 * 1vw), calc(100px));
  }
  .ui2008 .ch01block03 .feature-3 .headding-number {
    top: 1vw;
    color: #fff;
  }

  /*ch01block04*/
  .ui2008 .ch01block04 .feature-4 .headding-number {
    top: -5vw;
  }
  .ui2008 .ch01block04 .feature-4 {
    margin-bottom: min(calc(100 / 375 * 100 * 1vw), calc(100px));
  }

  .ui2008 .ch01block04 .feature-4 .container {
    padding: 80px 3% 0;
    line-height: 1.7;
  }
  .ui2008 .ch01block04 .feature-4 .f_card-wrap {
    margin-bottom: 30px;
  }
  .ui2008 .ch01block04 .feature-4 .f_card-wide {
    padding: 15.6% 6.4% 7%;
  }
  .ui2008 .ch01block04 .feature-4 .f_card-wide .movie {
    width: 100%;
  }
  .ui2008 .ch01block04 .feature-4 .f_card-wide .f_card-text {
    width: 100%;
  }
  .ui2008 .ch01block04 .feature-4 .f_card-wide .f_card-text .f_card-text__lead {
    padding-top: 7%;
    font-size: 16px;
    font-weight: 600;
  }
  .ui2008 .ch01block04 .feature-4 .f_card-wide .f_card-text h3 {
    padding-top: 2.8%;
    font-size: 26px;
    font-weight: bold;
  }
  .ui2008 .ch01block04 .feature-4 .f_card-wide .f_card-text .f_card-text__text {
    padding-top: 6%;
    font-size: 14px;
    font-weight: 500;
  }
  /*ch01block05*/
  .ui2008 .ch01block05 .feature-5 {
    margin-bottom: 0px;
  }

  .ui2008 .ch01block05 .feature-5 .container {
    padding: 18.7% 3% 10px;
    line-height: 1.3;
    background: linear-gradient(180deg, #d2e2e4 10%, #d9e7e6 90%);
    border-radius: 12px 12px 0 0;
  }
  .ui2008 .ch01block05 .feature-5 .f_card-3column {
    display: flex;
    justify-content: space-between;
  }
  .ui2008 .ch01block05 .feature-5 .f_card h3 {
    margin-bottom: 15px;
    font-size: min(calc(16 / 375 * 100 * 1vw), calc(16px * 1.5));
    font-weight: 600;
  }

  .ui2008 .ch01block05 .feature-5 .f_card .f_card-text--medium {
    font-size: min(calc(30 / 375 * 100 * 1vw), calc(30px * 1.5));
    font-weight: bold;
  }

  .ui2008 .ch01block05 .feature-5 .f_card .f_card-text--large {
    font-size: min(calc(28 / 375 * 100 * 1vw), calc(28px * 1.5));
    font-weight: bold;
  }

  .ui2008 .ch01block05 .feature-5 .f_card .f_card-text--xlarge {
    font-size: min(calc(31 / 375 * 100 * 1vw), calc(31px * 1.5));
    font-weight: bold;
  }

  .ui2008 .ch01block05 .feature-5 .f_card-2column-02 {
    display: flex;
    flex-direction: column;
  }
  .ui2008 .ch01block05 .feature-5 .f_card-2column-02 .f_card-wrap:first-child {
    width: 100%;
  }
  .ui2008 .ch01block05 .feature-5 .f_card-2column-02 .f_card-left {
    display: flex;
    gap: 5px;
    padding: 20px 3vw 15px 3vw;
  }

  .ui2008
    .ch01block05
    .ui2008
    .ch01block05
    .feature-5
    .f_card-2column-02
    .f_card-left
    h3 {
    padding-bottom: 13px;
    margin-bottom: 0;
  }

  .ui2008
    .ch01block05
    .feature-5
    .f_card-2column-02
    .f_card-left
    h3
    .f_card-text--xlarge {
    font-size: min(calc(30 / 375 * 100 * 1vw), calc(30px * 1.5));
  }

  .ui2008 .ch01block05 .feature-5 .f_card-2column-02 .f_card-left h3 > span {
    display: inline-block;
    margin-bottom: 5px;
  }

  .ui2008
    .ch01block05
    .feature-5
    .f_card-2column-02
    .f_card-left
    h3
    > span:last-of-type {
    margin-bottom: 0;
  }

  .ui2008 .ch01block05 .feature-5 .f_card-2column-02 .f_card-right {
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 20px 3vw 15px 3vw;
  }
  .ui2008 .ch01block05 .feature-5 .f_card-2column-02 .f_card-right h3 {
    margin-bottom: 16px;
  }

  .ui2008 .ch01block05 .feature-5 .f_card-text h3 .f_card-text--midium {
    font-size: min(calc(28 / 375 * 100 * 1vw), calc(28px * 1.5));
    margin-right: 0.5rem;
  }

  .ui2008 .ch01block05 .feature-5 .f_card-2column-02 .f_card-right .size__text {
    font-size: 16px;
  }
  .ui2008
    .ch01block05
    .feature-5
    .f_card-2column-02
    .f_card-right
    .heading__text {
    width: 14vw;
    margin-right: 9px;
  }
  .ui2008
    .ch01block05
    .feature-5
    .f_card-2column-02
    .f_card-right
    .size__text--value {
    font-size: min(calc(30 / 375 * 100 * 1vw), calc(30px * 1.5));
  }

  .ui2008 .ch01block05 .feature-5 .f_card-2column-02 .f_card-right img {
    width: 90%;
    margin-left: 0;
  }

  .ui2008 .ch01block05 .feature-5 .f_card-left .f_text-2column {
    display: block;
    padding: 0;
  }

  .ui2008 .ch01block05 .feature-5 .f_text-2column .size__text--value {
    font-size: min(calc(30 / 375 * 100 * 1vw), calc(30px * 1.5));
  }

  .ui2008 .ch01block05 .feature-5 .f_card-3column .f_card-wrap {
    width: calc(100% / 2 - 5px);
  }
  .ui2008 .ch01block05 .feature-5 .f_card-3column .f_card-center {
    margin-right: 0;
  }
  .ui2008 .ch01block05 .feature-5 .f_card-3column .f_card-left,
  .ui2008 .ch01block05 .feature-5 .f_card-3column .f_card-center {
    padding: 14px;
    min-height: 130px;
  }
  .ui2008 .ch01block05 .feature-5 .f_card-3column .f_card-left p {
    margin: auto 0;
    font-size: 14px;
    font-weight: 400;
  }
  .ui2008 .ch01block05 .feature-5 .f_card-3column .f_card-left p span.large {
    font-size: 28px;
    font-weight: bold;
  }
  .ui2008 .ch01block05 .feature-5 .f_card-3column .f_card-center p {
    margin: auto 0;
    font-size: 24px;
    font-weight: 400;
  }
  .ui2008 .ch01block05 .feature-5 .f_card-3column .f_card-center p span.large {
    font-size: 40px;
    font-weight: bold;
  }
  .ui2008 .ch01block05 .feature-5 .f_card-wide {
    padding: 20px 3vw 20px;
  }
  .ui2008 .ch01block05 .feature-5 .f_card-wide h3 {
    padding-bottom: 13px;
    font-size: 18px;
  }
  .ui2008 .ch01block05 .feature-5 .f_card-wide .tab-list {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .ui2008 .ch01block05 .feature-5 .f_card-wide .tab-list li {
    margin-bottom: 33px;
    margin-right: 2%;
  }
  .ui2008 .ch01block05 .feature-5 .f_card-wide .tab-list li:last-child {
    margin-right: 0;
  }
  .ui2008 .ch01block05 .feature-5 .f_card-wide .tab-btn {
    max-width: 105px;
    width: 28.5vw;
    height: 30px;
    margin: 0 auto;
    font-size: min(calc(14 / 375 * 100 * 1vw), 14px);
    font-weight: 600;
    cursor: pointer;
  }
  .ui2008 .ch01block05 .feature-5 .f_card-wide .tab-list .active .tab-btn {
    border: 1px solid #789290;
    color: #fff;
    background-color: #789290;
  }
  .feature-5 .f_card-wide table {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
  .ui2008 .ch01block05 .feature-5 .f_card-wide .label {
    width: auto;
    min-width: 82px;
    padding: 6px 20px 6px 6px;
    font-size: min(calc(14 / 375 * 100 * 1vw), 14px);
    font-weight: 400;
    text-align: right;
    color: #789290;
  }
  .ui2008 .ch01block05 .feature-5 .f_card-wide table td {
    padding: 6px;
    font-size: 28px;
    font-weight: 600;
    text-align: left;
  }
  .ui2008 .ch01block05 .feature-5 .f_card-wide table td span.small {
    font-size: 18px;
  }
  .ui2008 .ch01block05 .feature-5 .f_card-2column {
    display: flex;
  }
  .ui2008 .ch01block05 .feature-5 .f_card-2column.f_card-2column02 {
    display: block;
  }
  .ui2008 .ch01block05 .feature-5 .f_card-2column .f_card-2column-sp,
  .ui2008 .ch01block05 .feature-5 .f_card-2column .f_card-wrap {
    width: 100%;
  }
  .ui2008
    .ch01block05
    .feature-5
    .f_card-2column
    .f_card-2column-sp
    .f_card-left
    .f_card-flex {
    height: 100%;
  }
  .ui2008 .ch01block05 .feature-5 .f_card-2column .f_card-left {
    padding: 7.2vw 3vw;
  }
  .ui2008 .ch01block05 .feature-5 .f_card-2column .f_card-left p {
    position: relative;
    width: fit-content;
    margin: auto;
    font-size: min(calc(14 / 375 * 100 * 1vw), calc(14px * 1.5));
    font-weight: 400;
  }
  .ui2008 .ch01block05 .feature-5 .f_card-2column .f_card-left span.large {
    font-size: 28px;
    font-weight: bold;
  }
  .ui2008
    .ch01block05
    .feature-5
    .f_card-2column
    .f_card-2column-sp
    .f_card-right {
    position: relative;
    padding: 0;
  }
  .ui2008
    .ch01block05
    .feature-5
    .f_card-2column
    .f_card-2column-sp
    .f_card-right
    h3 {
    position: absolute;
    left: 11px;
    bottom: 11px;
    color: #fff;
    text-align: left;
  }
  .ui2008 .ch01block05 .feature-5 .f_card-2column > .f_card-wrap .f_card-right {
    padding: 9px 9px 24px;
  }
  .ui2008
    .ch01block05
    .feature-5
    .f_card-2column
    > .f_card-wrap
    .f_card-right
    p {
    padding-top: 18px;
    font-size: 24px;
    font-weight: bold;
  }
  .ui2008
    .ch01block05
    .feature-5
    .f_card-2column
    > .f_card-wrap
    .f_card-righ
    span.large {
    font-size: 40px;
    font-weight: bold;
  }
  .ui2008 .ch01block05 .feature-5 .f_card-wrap .f_card-flex .interface_img {
    margin-bottom: 3vw;
    margin-right: 0px;
  }

  /* --------- background --------- */

  .ui2008 .md-bg-img02.md-bg-img--full::before {
    content: "";
    display: block;
    position: absolute;
    top: -40vw;
    left: -26vw;
    width: 240%;
    height: 500px;
    background: url(ui2008_25sp_bg_img_02-sp.png) no-repeat left 0 top 0;
    background-size: cover;
  }

  .ui2008 .md-bg-img03.md-bg-img--full::before {
    background: url(ui2008_25sp_bg_img_03-sp.png) no-repeat 0 0;
    background-size: 100%;
    top: -20vw;
    left: 0;
  }

  .ui2008 .md-bg-img04.md-bg-img--full::before {
    background: url(ui2008_25sp_bg_img_03-sp.png) no-repeat 0 0;
    background-size: 100%;
    top: 37vw;
    left: 0;
    transform: scale(1, -1);
  }
  .ui2008 .md-bg-img05.md-bg-img--full::before {
    background: url(ui2008_25sp_bg_img_05-sp.png) no-repeat 0 0;
    background-size: 100%;
    top: 37vw;
    left: 0;
    transform: scale(1, -1);
  }

  /* 販売開始記念キャンペーン */
  .recommend_campaignArea {
    width: 100%;
    display: block;
  }
  .recommend_campaignBox01 {
    width: 100%;
    font-size: 1.4rem;
  }
  .recommend_campaignBox02 {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
  .recommend_campaignTtl {
    font-size: 2rem;
  }

  /* video
------------------------------------- */
  .feature_accordion_bg_02 .container {
    margin: 0 auto;
    height: auto;
  }

  .feature_accordion_img_02 video {
    width: 100%;
    margin: 0 auto;
    left: 0;
    max-width: 100%;
    position: static;
  }

  .feature_accordion_bg_02 .txtBox {
    bottom: 10px;
    left: 0;
    margin-left: 0;
    padding-top: 750px;
  }

  /* アコーディオン
------------------------------------- */
  .acdBtn {
    width: 95%;
    padding: 20px 10px;
    margin: 30px 0;
    font-size: 1.4rem;
  }

  /* モーダル
------------------------------------- */
  .mdlWin {
    width: 100%;
    height: 425px;
    border: none;
  }

  /* youtubeエリア
------------------------------------- */
  .link_youTube {
    width: 100%;
    margin: 0 auto;
  }

  .link_youTube + div {
    margin-top: 30px;
  }

  .link_youTube .link_youTube_list {
    width: 90%;
  }

  .link_youTube li {
    width: 100%;
  }

  .link_youTube li + li {
    margin-top: 20px;
  }

  /*2カラム*/
  .link_youTube .movie2col {
    display: block;
  }

  /*1カラム*/
  .link_youTube .movie1col li img {
    max-height: 100%;
  }

  /* 下部バナー
------------------------------------- */
  .bannerBox {
    padding: 0 10px;
  }

  /* アンカーキャンペーン
------------------------------------- */
  .ankerBnrBox {
    width: 100%;
    padding: 0 10px;
    margin: 30px auto;
  }
  .contensSpecRec {
    width: 100%;
    margin: 0;
    padding: 20px 10px 15px;
  }
  .specRecTtl {
    font-size: 2rem;
    text-align: left;
    font-weight: 300;
  }

  .contensSpecRecBtn {
    width: 96%;
  }

  .contensSpecCam {
    display: block;
    font-size: 1.4rem;
  }
  .contensSpecCam + .contensSpecCam {
    margin-top: 15px;
  }
  .contensSpecCam dt,
  .contensSpecCam dd {
    width: 100%;
  }
  .contensSpecCam dd {
    margin-top: 10px;
  }
  .contensSpecCam dd span {
    font-size: 1.3rem;
    margin-left: 15px;
  }

}


/* キャンペーン
------------------------------------- */

.ankerBnrBox {
  width: 1050px;
  margin: 60px auto 0;
  /*! padding: 20px; */
  text-align: center;
  /*! border: 1px solid #ccc; */
}

.ankerBnrBox a {
  display: inline-block;
}

.notecAccArea {
  margin-top: 20px;
  position: relative;
}

.acdBtn02 {
  text-decoration: underline;
  color: #003490;
  position: absolute;
  top: -30px;
  left: 30%;
  font-size: 1.4rem
}

.acdBtn02:hover {
  cursor: pointer;
  color: #48c0eb
}

.notecAccContents {
  /*display: none;*/
  background: #f2f2f2;
  padding: 30px;
}

.notecAccSection {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}

.notecAccSection + .notecAccSection {
  margin-top: 40px;
}

.notecAccImgbox {
  width: 60%;
  text-align: center;
}

.notecAccTxtbox {
  width: 36%;
}

.notecAccTtl01 {
  font-size: 2.2rem;
  font-family: noto sans jp, sans-serif;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc
}

.notecAccTxt li + li {
  margin-top: 20px;
}

.notecAccTtl02 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 15px;
}

.notecAccRead {
  margin-top: 10px;
  font-size: 1.6rem;
}

.notecAcc-thumb{
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.notecAcc-thumb button{
  width: calc(100% / 3 - 20px);
}

.notecAcc-thumb .notecAcc_btn.active{
  box-shadow: 0 0 1pt 1pt #005fcc;
}

.contensSpecRec {
  /*! margin: 25px auto 20px; */
  /*!border: 2px solid #c7a587; */
  border-top: none;
  /*! border-radius: 3px; */
  text-align: left;
}

.specRecTtl {
  font-size: 2.4rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  text-align: center;
}

.specRecList {
  margin-top: 15px;
}

.specRecItem {
  padding: 8px 10px 5px 40px;
  line-height: 1.5;
  position: relative;
}

.specRecItem + .specRecItem {
  border-top: 1px solid #ccc;
}

.specRecItem:before {
  content: "●";
  font-size: 1.8rem;
  color: #ccc;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.specRecItem a {
  display: block;
  text-decoration: none;
}

.specRecItem a span {
  font-size: 1.6rem;
  text-decoration: underline;
}

.specRecItem a p {
  color: #333;
}

.contensSpecCam {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.6rem;
}

.contensSpecCam:nth-of-type(n+2) {
  margin-top: 20px;
}

.contensSpecCam dt {
  background: #232b35;
  width: 31%;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  font-weight: 700
}

.contensSpecCam dd {
  width: 66%;
}

.contensSpecCam dd span {
  font-size: 1.3rem;
  margin-left: 15px;
}



/*絞り込み*/

.seriesLineup_spSearch {
  width: 1160px;
  margin: 60px auto 0;
}

.spSearch_heading {
  margin-bottom: 20px;
  font-size: 3.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #333;
}

.spSearch_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.spSearch_list li {
  margin: 5px;
  text-align: center;
}

.spSearch_list li a {
  padding: 6px 20px 8px;
  display: block;
  border: 1px solid #232b35;
  border-radius: 20px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #333;
  text-decoration: none;
}

.spSearch_list li .spSearch_active {
  background: #232b35;
  border: 1px solid #232b35;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .spSearch_list li a:hover {
    background: #232b35;
    border: 1px solid #232b35;
    color: #fff;
  }
}

/*YouTubeエリア*/

.link_youTube_new {
  width: 800px;
  margin: 0 auto;
}

.moviecol_new {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.moviecol_new span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.moviecol_new span:hover {
  opacity: 0.7;
  cursor: pointer;
}

.moviecol_new iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media screen and (max-width: 767px) {
  /*絞り込み*/
  .seriesLineup_spSearch {
    width: 100%;
    margin-top: 40px;
    padding: 0 10px;
  }

  .spSearch_heading {
    font-size: 2.4rem;
  }

  .spSearch_heading {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }

  .spSearch_list li a {
    font-size: 1.4rem;
  }

  /*YouTubeエリア*/
  .link_youTube_new {
    width: 100%;
  }

  /*キャンペーン*/
  .notecAccArea {
    margin-top: 0;
    text-align: right;
  }
  .acdBtn02 {
    position: static;
    top: auto;
    left: auto;
    display: inline-block;
  }
  .notecAccContents {
    margin-top: 10px;
    padding: 15px 10px;
    text-align: left
  }
  .notecAccSection {
    display: block
  }
  .notecAccImgbox {
    width: 100%;
    margin: 0 auto
  }
  .notecAccTxtbox {
    width: 100%;
    margin: 15px auto 0;
  }
  .notecAccTtl01 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .notecAccTxt li + li {
    margin-top: 10px;
  }
  .notecAccTtl02 {
    font-size: 1.6rem;
  }
  .notecAccRead {
    font-size: 1.4rem;
  }
  .notecAcc-thumb{
    margin-top: 10px;
    width: 100%;
  }
  .notecAcc-thumb button{
  width: calc(100% / 3 - 4px);
}
}

/* 新デザイン編集エリア
------------------------------------- */

.seriesReview {
  margin-top: 60px;
}

/*メニュー追従*/

.seriesManu_inner {
  width: 1160px;
  margin: 0 auto;
  position: relative;
  font-family: noto sans jp, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
}

.seriesManu_inner a {
  text-decoration: none;
  color: #333;
}

.seriesManu_fixArea {
  background: #fff;
  width: 100%;
  display: none;
}

.seriesManu_fixArea .seriesManu_fixBlock {
  display: flex;
  height: 70px;
  align-items: center;
}

.seriesManu_heading {
  width: 15%;
  font-size: 2.2rem;
  font-weight: 700;
}

.seriesManuAnchor_list {
  width: 80%;
  display: flex;
  justify-content: start;
}

.seriesManuAnchor_list .seriesManuAnchor_item {
  width: 18%;
}

.seriesManuAnchor_list .seriesManuAnchor_item + li {
  margin-left: 2%;
}
.seriesManuAnchor_list .seriesManuAnchor_item .productCartBtn {
  display: block;
  width: 100%;
  text-decoration: none;
  background: #00a0e9;
  color: #fff;
  padding: 9px 10px;
  border-radius: 50px;
  border: 1px solid #00a0e9;
}
.seriesManuAnchor_list .seriesManuAnchor_item .productCartBtn:hover {
  background: #fff;
  color: #00a0e9;
}

.seriesManuAnchor_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.seriesManu_fixArea.seriesManufix {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 300;
  border-bottom: 1px solid #232b35;
  display: block;
}

.seriesManu_fixArea.seriesManufix {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.seriesManu_fixArea.seriesManufix .seriesManu_fixBlock {
  width: 1160px;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .seriesManuAnchor_item a {
    padding: 10px 5px 12px;
  }
  .seriesManuAnchor_item a:hover {
    color: #fff;
    background: #232b35;
    border-radius: 50px;
  }
}

@media screen and (max-width: 767px) {
  .seriesManu_inner {
    width: 100%;
    font-size: 1.4rem;
  }
  .seriesManu_fixArea .seriesManu_fixBlock {
    display: block;
    height: 115px;
    padding: 8px 10px 18px;
    margin: 10px auto;
  }
  .seriesManu_heading {
    width: 100%;
    font-size: 1.8rem;
  }
  .seriesManuAnchor_list {
    width: 100%;
    justify-content: center;
    margin-top: 5px;
    flex-wrap: wrap;
  }
  .seriesManuAnchor_list .seriesManuAnchor_item {
    width: 23%;
    padding: 6px 5px 8px;
    display: flex;
    align-items: center;
    position: relative;
  }
  .seriesManuAnchor_list .seriesManuAnchor_item + li {
    margin: 0px;
  }
  .seriesManuAnchor_list .seriesManuAnchor_item .productCartBtn {
    width: auto;
    height: auto;
    padding: 4px 20px;
  }
  .seriesManuAnchor_list .seriesManuAnchor_item::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 1px #232b35;
    border-right: solid 1px #232b35;
    transform: rotate(45deg);
    position: absolute;
    bottom: 0;
    left: 47%;
    bottom: -5px;
    margin: auto;
  }
  .seriesManuAnchor_list .seriesManuAnchor_item:last-child {
    display: none;
  }
  .seriesManuAnchor_list .seriesManuAnchor_item span {
    text-align: center;
  }
  .seriesManu_fixArea.seriesManufix .seriesManu_fixBlock {
    width: 100%;
  }
}

/*MV*/

.seriesNewContents_inner {
  max-width: 1160px;
  height: 400px;
  margin: 30px auto 0;
  background: url(ui2008_240116_mv.png) no-repeat 450px 0;
  background-size: auto;
  background-size: contain;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  letter-spacing: 0.2rem;
}

.seriesNewTitle_inner {
  width: 550px;
  font-family: noto sans jp, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  text-align: center;
}

.seriesNewContentsMv .seriesNewTitle {
  font-size: 3.8rem;
}

.seriesNewContentsMv .seriesNewTitle_product {
  margin-top: 50px;
  font-size: 3rem;
  line-height: 5rem;
}
.seriesNewContentsMv .seriesNewTitle_product span:nth-of-type(1) {
  margin-left: -80px;
}
.seriesNewContentsMv .seriesNewTitle_product span:nth-of-type(2) {
  margin-right: -100px;
}

@media screen and (max-width: 767px) {
  .seriesNewContents_inner {
    max-width: 100%;
    height: auto;
    background-position: top center;
    background-size: 80%;
    padding: 0 10px;
  }
  .seriesNewTitle_inner {
    width: 100%;
    padding: 62vw 0 0;
  }
  .seriesNewContentsMv .seriesNewTitle {
    font-size: 2.4rem;
  }
  .seriesNewContentsMv .seriesNewTitle_product {
    margin-top: 20px;
    font-size: 2rem;
    line-height: 4rem;
  }
}

/*おすすめ商品*/

.seriesRanking_new {
  margin: 40px auto 0;
}

.seriesRanking_new_list {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.seriesRanking_new_item {
  text-align: center;
}

.lineupList_imageBoxWrap {
  position: relative;
  margin: 0 auto;
}

.lineupList_imageBoxWrap img {
  height: auto;
}

.seriesRanking_new_num {
  position: absolute;
  top: -35px;
  left: -20px;
}

.seriesRanking_new_num p {
  background: #00a0e9;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  display: inline-block;
  padding: 4px 0 6px;
  position: relative;
  text-align: center;
}

.seriesRanking_new_num p::before {
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  width: 17px;
  height: 14px;
  top: 10px;
  left: 15px;
  background-image: url(../ui2012/icn_ranking02.svg);
}

.seriesRanking_new_num span {
  margin: 0;
  padding: 0 25px 0 40px;
}

.seriesRanking_new_num span::after {
  content: "";
  height: 0;
  position: absolute;
  width: 0;
}

.seriesRanking_new_num span::after {
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 17px 10px 17px 0;
  right: 0;
  top: 0;
}

.seriesRanking_new_label {
  position: absolute;
  top: -35px;
  right: -20px;
}

.seriesRanking_new_label p {
  background: #fff;
  color: #666;
  font-size: 1.6rem;
  font-weight: 600;
  display: inline-block;
  padding: 4px 5px 6px;
  text-align: center;
  border: 1px solid #ccc;
}

.lineupList_colorListWrap {
  margin-top: 5px;
}

.lineupList_color {
  border-radius: 10px;
  width: 20px;
  height: 20px;
}

.lineupList_colorItem {
  pointer-events: auto;
  /*! cursor:pointer; */
  margin: 2px !important;
  padding: 2px !important;
  border: 2px solid #fff;
  border-radius: 14px !important;
  height: auto;
  position: relative;
}

.lineupList_colorItem.active:before {
  position: absolute;
  pointer-events: none;
  top: -3px;
  left: -3px;
  content: "";
  display: block;
  height: 26px;
  width: 26px;
  border: 2px solid #fc0;
  border-radius: 16px !important;
}

.lineupList_linkBoxWrap {
  text-decoration: none;
}

.seriesRanking_new_name {
  padding-top: 15px;
  font-size: 2.2rem;
  font-weight: 600;
  color: #00a0e9;
  letter-spacing: 0.2rem;
}

.seriesRanking_new_name span {
  font-size: 1.5rem;
}

.seriesRanking_new_text {
  padding-top: 10px;
  font-size: 1.6rem;
  color: #666;
}

.seriesRanking_new_text span {
  font-weight: 600;
  color: #333;
}

.seriesRanking_new_price {
  padding-top: 10px;
  font-size: 1.3rem;
  font-weight: 600;
  color: #333;
}

.seriesRanking_new_price .price_ex {
  font-size: 2.2rem;
}

.seriesRanking_new_price .price_notes {
  color: #999;
}

.seriesRanking_new_btn {
  padding-top: 20px;
}

.seriesRanking_new_btn a {
  text-decoration: none;
}

.seriesRanking_new_btn p {
  display: block;
  width: 100%;
  text-decoration: none;
  background: #00a0e9;
  color: #fff;
  padding: 15px 10px;
  border-radius: 50px;
  font-size: 1.8rem;
  font-weight: 600;
  border: 1px solid #00a0e9;
}

.seriesRanking_new_spec {
  margin-top: 20px;
  font-size: 1.3rem;
}

.seriesRanking_new_spec li + li {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 10px;
}

.seriesRanking_new_spec li span {
  display: block;
}

.seriesRanking_new_specNote {
  font-size: 1.3rem;
}

.seriesRanking_new_container {
  position: relative;
  height: 700px;
  overflow: hidden;
  transition: 0.4s;
  box-sizing: border-box;
  padding: 40px 0 80px;
}

.seriesRanking_new_container:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 170px;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgb(255, 255, 255) 45%,
    rgba(255, 255, 255, 0) 100%
  );
  transition: 0.4s;
}

.seriesRanking_new_container + .seriesRanking_new_container {
  margin-top: 40px;
}

.seriesRanking_new_container.active:before {
  opacity: 0;
  visibility: hidden;
}

.seriesRanking_new_acdBtn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
  color: #003490;
  text-decoration: underline;
  font-size: 1.6rem;
}

.seriesRanking_new_acdBtn:hover {
  cursor: pointer;
  color: #48c0eb;
}

@media print, screen and (min-width: 768px) {
  .seriesRanking_new.column1 {
    padding-top: 40px;
    max-width: 400px;
    width: 90%;
  }
  .column1 .seriesRanking_new_item {
    width: 100%;
  }

  .seriesRanking_new.column2 {
    padding-top: 40px;
    min-width: 600px;
    max-width: 850px;
    width: 90%;
  }
  .column2 .seriesRanking_new_item {
    width: calc((100% - 80px) / 2);
  }

  .seriesRanking_new.column3 {
    padding-top: 40px;
    min-width: 1000px;
    max-width: 1000px;
    width: 90%;
  }
  .column3 .seriesRanking_new_item {
    width: calc((100% - 80px) / 3);
  }

  .seriesRanking_new.column4 {
    padding-top: 40px;
    min-width: 1160px;
    max-width: 1300px;
    width: 90%;
  }
  .column4 .seriesRanking_new_item {
    width: calc((100% - 80px) / 4);
  }

  .seriesRanking_new.column5 {
    padding-top: 40px;
    min-width: 1160px;
    max-width: 1600px;
    width: 90%;
  }
  .column5 .seriesRanking_new_item {
    width: calc((100% - 80px) / 5);
  }

  .lineupList_imageBoxWrap a:hover {
    opacity: 0.8;
  }
  .lineupList_linkBoxWrap:hover .seriesRanking_new_name,
  .lineupList_linkBoxWrap:hover .seriesRanking_new_text {
    text-decoration: underline;
  }
  .lineupList_linkBoxWrap:hover .seriesRanking_new_btn p {
    background: #fff;
    color: #00a0e9;
  }
  .seriesRanking_new_specNote {
    text-align: right;
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .seriesRanking_new {
    margin: 20px auto 0;
    padding-top: 45px;
  }
  .seriesRanking_new_list,
  .seriesLineupListSP_list {
    display: none;
  }
  .seriesRanking_new_list.slick-initialized {
    display: block;
  }
  .seriesRanking_new_list.slick-initialized {
    display: block;
    padding-top: 50px;
  }
  .seriesRanking_new_item {
    width: 230px;
  }
  .seriesRanking_new_item + li {
    margin-left: 20px;
  }
  .lineupList_imageBox img {
    margin: 0 auto;
  }
  .seriesRanking_new_num {
    left: 10px;
  }
  .seriesRanking_new_label {
    right: 10px;
  }
  .lineupList_colorListWrap {
    margin-top: 5px;
  }
  .seriesRanking_new_name {
    padding-top: 10px;
    font-size: 2rem;
    text-decoration: underline;
  }
  .seriesRanking_new_text {
    padding-top: 5px;
    font-size: 1.4rem;
  }
  .seriesRanking_new_price {
    padding-top: 5px;
  }
  .seriesRanking_new_btn {
    padding-top: 10px;
  }
  .seriesRanking_new_btn p {
    padding: 10px;
    font-size: 1.6rem;
  }
  .seriesRanking_new_spec {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .seriesRanking_new_spec li + li {
    margin-top: 6px;
    padding-top: 6px;
  }
  .seriesRanking_new_specNote {
    margin-top: 20px;
  }

  .seriesRanking_new_container {
    height: 625px;
    padding: 40px 0 50px;
  }
  .seriesRanking_new_container:before {
    z-index: 10;
    height: 80px;
  }
  .seriesRanking_new_acdBtn {
    z-index: 11;
    bottom: 15px;
  }
}

/*特長newタブ*/

.seriesFeature_new_item {
  margin-top: 80px;
}

.seriesFeature_tabListWrap_new {
  width: 100%;
  font-weight: 500;
  font-size: 1.8rem;
  position: relative;
}

.seriesFeature_tabListWrap_new::after {
  background-color: #232b35;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.seriesFeature_tabList_new {
  width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.seriesFeature_tabItem_new {
  width: calc((100% - 20px) / 3);
  border-top: 1px solid #232b35;
  border-left: 1px solid #232b35;
  border-right: 1px solid #232b35;
  background-color: #fff;
}

.seriesFeature_tabItem_new a {
  text-align: center;
  color: #333;
  height: 70px;
  display: flex;
  justify-content: center;
  text-decoration: none;
  align-items: center;
  position: relative;
}

.seriesFeature_tabItem_new.is-active {
  margin-bottom: -1px;
  height: 71px;
  z-index: 50;
  position: relative;
}

.seriesFeature_tabItem_new.is-active a {
  color: #333;
  padding-bottom: 1px;
}

.seriesFeature_tabItem_new.is-active::after {
  background-color: #232b35;
  content: "";
  height: 10px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media print, screen and (min-width: 768px) {
  .seriesFeature_tabItem_new a:hover {
    color: #999;
  }
  .seriesFeature_tabItem_new a:hover::after {
    background-color: #232b35;
    content: "";
    height: 10px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .seriesFeature_new_item {
    margin-top: 0px;
  }
  .seriesFeature_tabListWrap_new {
    font-size: 1.5rem;
    padding: 0 10px;
  }
  .seriesFeature_tabList_new {
    width: 100%;
    margin: 0 auto;
  }
  .seriesFeature_tabItem_new {
    width: calc((100% - 6px) / 3);
  }
  .seriesFeature_tabItem_new a {
    padding: 5px;
    line-height: 1.2;
  }
}

/* ---------[modify style]--------- */
.f_card-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.f_card img {
  width: 100%;
}
.md-btn-bg--gray > * {
  background: #9eb7b5;
  opacity: 0.7;
}
.md-btn-bg--gray > .is-open {
  background: #789290;
}
.md-btn-radius--large > * {
  border-radius: 10vw;
}
.md-text-color--white {
  color: #fff;
}
.md-text-color--gray {
  color: #666;
}
.md-text-color--bluegray {
  color: #60787b;
}
.md-text-color--juniper {
  color: #789290;
}
.md-text-align--center {
  text-align: center;
}
@media (min-width: 769px) {
  .md-hover-eff--fade {
    transition: all 0.3s;
  }
  .md-hover-eff--fade:hover {
    opacity: 0.6;
  }
}
.md-width--full-size {
  width: 100%;
  max-width: 100%;
}
.md-bg-img--full::before {
  content: "";
  position: absolute;
  left: 0;
  z-index: -1000;
  width: 100vw;
  height: 100%;
}
.flex-box {
  display: flex;
  justify-content: flex-start;
}
.flex-left {
  justify-content: flex-start;
}
.flex-right {
  justify-content: flex-end;
}
.flex-center {
  justify-content: center;
}
.flex-ratio-3 {
  flex: 3;
}
.flex-ratio-2 {
  flex: 2;
}
.flex-ratio-1 {
  flex: 1;
}
.flex-box-center {
  align-items: center;
}
.flex-box-end {
  align-items: flex-end;
}
.is-hidden {
  display: none;
}
.is-active {
  display: block;
}

/* ---------[slick style]--------- */
.seriesFeature_new_item button:not(.out_focus):hover {
  box-shadow: none;
}
.seriesFeature_new_item .slick-slide img {
  width: 100%;
}
/* Arrows */
.seriesFeature_new_item .slick-prev,
.seriesFeature_new_item .slick-next {
  z-index: 100;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 23px;
  height: 40px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  transition: all 0.5s ease;
}
@media (hover: hover) {
  .seriesFeature_new_item .slick-prev:hover,
  .seriesFeature_new_item .slick-next:hover {
    opacity: 0.6;
    color: transparent;
    outline: none;
  }
}
@media (hover: none) {
  .seriesFeature_new_item .slick-prev:active,
  .seriesFeature_new_item .slick-next:active {
    opacity: 0.6;
    color: transparent;
    outline: none;
  }
}
.seriesFeature_new_item .slick-prev.slick-disabled:before,
.seriesFeature_new_item .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.seriesFeature_new_item .slick-prev:before,
.seriesFeature_new_item .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.seriesFeature_new_item .slick-prev {
  left: 50px;
  background: url(slider_arrow_icon_02.png) no-repeat 0 0;
  background-size: contain;
}
[dir="rtl"] .seriesFeature_new_item .slick-prev {
  right: -25px;
  left: auto;
}
.seriesFeature_new_item .slick-prev:before,
[dir="rtl"] .seriesFeature_new_item .slick-prev:before {
  content: "";
}
.seriesFeature_new_item .slick-next {
  right: 50px;
  background: url(slider_arrow_icon_01.svg) no-repeat 0 0;
  background-size: contain;
}
[dir="rtl"] .seriesFeature_new_item .slick-next {
  right: auto;
  left: -25px;
}
.seriesFeature_new_item .slick-next:before,
[dir="rtl"] .seriesFeature_new_item .slick-next:before {
  content: "";
}

/* Dots */
.seriesFeature_new_item .slick-slider {
  /*! margin-bottom: 30px; */
}
.slider_dots .slick-dots {
  position: static;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slider_dots .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slider_dots .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 26px;
  height: 26px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slider_dots .slick-dots li button:hover,
.slider_dots .slick-dots li button:focus {
  outline: none;
}
@media (hover: hover) {
  .slider_dots .slick-dots li button:hover:before {
    opacity: 1;
  }
}
.slider_dots .slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 50%;
  background: #646464;
  content: "";
  text-align: center;
  opacity: 0.3;
  -ms-filter: "alpha(opacity=3)";
  filter: alpha(opacity=3);
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slider_dots .slick-dots li.slick-active button:before {
  opacity: 1; /*-ms-filter: "alpha(opacity=75)"; filter: alpha(opacity=70);*/
  color: black;
}
.slider_design_dots {
  margin-bottom: 50px;
}

/* 読み込み時、アニメーション */
[class*="js-slider"] {
  opacity: 0;
  transition: opacity 0.5s ease;
}
[class*="js-slider"].slick-initialized {
  opacity: 1;
}

/* 各パーツ用 */
.slider_design_inner {
  display: none;
  transition: all 0.5s ease;
}
.slider_design_inner.is-active {
  display: block;
}

.slider-product .slick-next,
.slider-product .slick-prev {
  transition: opacty 0.3s ease;
}

/* 各パーツ用（1921px以上のとき左右のスライド表示） */
@media (max-width: 1920px) {
  .slider-product .slick-list {
    overflow: hidden;
  }
}
@media (min-width: 1921px) {
  .slider-product .slick-list {
    overflow: visible;
  }
}

/* 製品紹介動画エリア
------------------------------------- */
.ch01video01 .videoArea {
  position: relative;
  width: 1160px;
  margin: 100px auto 0px;
}
.ch01video01 .Video-thumb {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  flex-wrap: wrap;
  width: 290px;
}
.ch01video01 .Video-thumb img {
  width: 156px;
}
.ch01video01 .Video-thumb button {
  display: flex;
  align-items: center;
  width: 290px;
  flex-wrap: wrap;
}
.ch01video01 .Video-thumb span {
  margin-left: 10px;
  font-size: 1.2rem;
}
.ch01video01 .Video-thumb button:nth-child(n + 2) {
  margin-top: 10px;
}
.ch01video01 #videoContents {
  width: 850px;
  position: relative;
}
.ch01video01 .play_btn {
  width: 20%;
  position: absolute;
  top: 50%;
  left: 37%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.ch01video01 .play_btn.playActive {
  width: 0.1px;
} /*.play_btnを見えなくするため*/

@media screen and (max-width: 767px) {
  .ch01video01 .videoArea {
    width: calc(100% / 1 - 20px);
    margin: 50px auto 40px;
  }
  .ch01video01 #videoContents {
    width: 100%;
    margin-bottom: 10px;
  }
  .ch01video01 .Video-thumb {
    position: unset;
    width: 100%;
    justify-content: space-between;
  }
  .ch01video01 .play_btn {
    width: 0.1px;
  }
  .ch01video01 .Video-thumb button:nth-child(n + 2) {
    margin-top: 0px;
  }
  .ch01video01 .Video-thumb button:nth-child(n + 3) {
    margin-top: 10px;
  }
  .ch01video01 .Video-thumb button {
    width: calc(100% / 2 - 5px);
  }
  .ch01video01 .Video-thumb img {
    width: 100%;
  }
  .ch01video01 .Video-thumb span {
    margin-left: 0px;
    font-size: 1.4rem;
    width: 100%;
    margin-top: 6px;
  }
}
/* 製品紹介動画エリア02
------------------------------------- */
.ch01video02 .videoArea {
  position: relative;
  width: 1160px;
  margin: 100px auto 0px;
}
.ch01video02 .videoArea .movieDetail {
  width: 650px;
  margin-bottom: 13px;
}
.ch01video02 .videoArea .movieDetail #movieTitle {
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 6px;
}
.ch01video02 .videoArea .movieDetail #movieTxt {
  font-size: 2rem;
}
.ch01video02 .Video-thumb {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  flex-wrap: wrap;
  width: 490px;
}
.ch01video02 .Video-thumb img {
  width: 250px;
}
.ch01video02 .Video-thumb button {
  display: flex;
  align-items: center;
  width: 490px;
  flex-wrap: wrap;
}
.ch01video02 .Video-thumb span {
  margin-left: 10px;
  font-size: 1.4rem;
  width: 230px;
  text-align: left;
}
.ch01video02 .Video-thumb span .thumbTitle {
  font-size: 1.6rem;
  font-weight: 500;
  margin-left: 0px;
}
.ch01video02 .Video-thumb button:nth-child(n + 2) {
  margin-top: 30px;
}
.ch01video02 #videoContents02 {
  width: 650px;
  position: relative;
}
.ch01video02 .play_btn02 {
  width: 20%;
  position: absolute;
  top: 60%;
  left: 28%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.ch01video02 .play_btn02.playActive {
  width: 0.1px;
} /*.play_btnを見えなくするため*/

@media screen and (max-width: 767px) {
  .ch01video02 .videoArea {
    width: calc(100% / 1 - 20px);
    margin: 50px auto;
  }
  .ch01video02 #videoContents02 {
    width: 100%;
    margin-bottom: 10px;
  }
  .ch01video02 .Video-thumb {
    position: unset;
    width: 100%;
    justify-content: space-between;
  }
  .ch01video02 .play_btn02 {
    width: 0.1px;
  }
  .ch01video02 .Video-thumb button:nth-child(n + 2) {
    margin-top: 0px;
  }
  .ch01video02 .Video-thumb button:nth-child(n + 3) {
    margin-top: 10px;
  }
  .ch01video02 .Video-thumb button {
    width: calc(100% / 2 - 5px);
  }
  .ch01video02 .Video-thumb img {
    width: 100%;
  }
  .ch01video02 .Video-thumb span {
    margin-left: 0px;
    font-size: 1.2rem;
    width: 100%;
    margin-top: 5px;
  }
  .ch01video02 .videoArea .movieDetail {
    width: 100%;
    margin-bottom: 10px;
  }
  .ch01video02 .videoArea .movieDetail #movieTitle {
    font-size: 2rem;
    margin-bottom: 3px;
  }
  .ch01video02 .videoArea .movieDetail #movieTxt {
    font-size: 1.4rem;
  }
}
/* モニター募集バナー
------------------------------------- */
#notecMonitorBnr {
  opacity: 1;
  transition: opacity 2.5s;
  position: fixed;
  bottom: 40px;
  right: 40px;
  max-width: 400px;
  z-index: 3000;
}

#notecCloseBtn {
  position: absolute;
  top: -14px;
  right: -14px;
}

/* 360°Viewerエリア
------------------------------------- */
@media (min-width: 768px) {
  .ch01block02 img {
    margin: 70px auto 90px;
  }
}
@media screen and (max-width: 767px) {
  #notecMonitorBnr {
    bottom: 120px;
    right: 24px;
    max-width: 270px;
  }
  .ch01block02 img {
    margin: 40px auto 90px;
    height: 110vw;
  }
}
/* みんなの投稿エリア
------------------------------------- */
.seriesPostArea {
  position: relative;
  margin: 50px 10px;
  text-align: center;
}
.seriesPostArea .basicSlider_heading{
  line-height: 1.3;
}
.seriesPostArea .seriesPostIcon{
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-left: 15px;
}
.seriesPostArea .seriesPostContents{
  display: flex;
  justify-content: space-between;
}
.seriesPostArea .seriesPostContents .my-container{
  width: calc(100% / 4 - 30px);
  position: relative;
}
.seriesPostTxt {
  margin: 10px 0px 30px;
}
.seriesPostArea .seriesPostContents .my-container img{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  padding: 10px;
}
.seriesPostArea .seriesPostContents .my-container p{
  position: absolute;
  bottom: 10px;
  width: 100%;
  z-index: -1;
}
@media (min-width: 768px) {
    .seriesPostArea {
      width: 1160px;
      margin: 70px auto;
    }
}
@media (max-width: 767px) {
  .seriesPostArea {
    margin: 0px 3% 50px;
    font-size: 1.4rem;
  }
  .seriesPostArea .seriesPostIcon {
    width: 3rem;
    height: 3rem;
    margin-left: 3%;
}
.seriesPostArea .seriesPostContents {
    display: block;
}
.seriesPostArea .seriesPostContents .my-container {
    width: 100%;
    margin-bottom: 20px;
}
.seriesPostArea .seriesPostContents .my-container img {
  top: 0px;
  left: 50%;
  transform: translate(-50%);
  padding: 10px;
}
}

/* みんなの投稿モーダルエリア
------------------------------------- */
.modal-background {
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1042;
  pointer-events: none;
}
.modal-background.is-active {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.6s ease-in-out;
}
.modal-container {
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1000px;
  z-index: 1043;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  background: rgb(255, 255, 255);
  transition: opacity 0.6s ease-in-out;
  border-radius: 10px;
  padding: 60px 10px;
  pointer-events: none;
  position: fixed;
}
.modal-container.is-active {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.6s ease-in-out;
}
.modal-heading {
  display: block;
  margin: 0 auto 1.25rem;
  text-align: left;
}
.modal-thumbnail {
  width: 400px;
  margin-right: 20px;
}
.modal-trigger {
  cursor: pointer;
  transition: opacity 0.3s;
  width: 100%;
  height: 290px;
  padding: 5px;
  border-radius: 10px;
  border: 1px solid #b6b6bd;
}
.modal-trigger:hover {
  background: rgba(255, 255, 255, 0.2);
}
.modal-inner{
  margin: 0px 60px 0px;
  text-align: left;
  display: flex;
}
.modal_delete{
  position: absolute;
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-indent: 0px;
  text-decoration: none;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  border-color: rgb(51, 51, 51);
  border-image: initial;
}
button.modal_delete::after {
    font-family: FontAwesome;
    content: "";
    color: rgb(51, 51, 51);
    line-height: 1;
    position: absolute;
    top: 5px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transform: rotate(0deg);
    font-size: 2.2rem;
    background: transparent;
    margin: auto;
}
@media print, screen and (min-width: 768px) {
  button.modal_delete {
      width: 50px;
      height: 50px;
      top: -25px;
      right: -25px;
  }
  button.modal_delete::after {
      font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .modal-container.is-active{
    padding: 60px 10px 30px;
  }
  button.modal_delete {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
  .modal-inner {
  display: block;
  margin: 0px;
  }
  .modal-thumbnail{
    width: 100%;
    margin: 0px 0px 10px;
  }
  .modal-trigger {
    max-height: 400px;
    height: auto; 
    aspect-ratio: 1 / 1.1;
}
}
/* レビュー動画エリア
------------------------------------- */
.seriesReviewMvArea {
  margin: 50px 10px;
  text-align: center;
}
.seriesReviewTxt {
  margin: 10px 0px 30px;
}
.seriesReviewVidTitleArea {
  padding: 10px;
  background: #eee;
  text-align: left;
}
.seriesReviewVidTitle {
  font-size: 1.4rem;
}
.seriesReviewMvArea .seriesReviewMv iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}
@media (min-width: 769px) {
  .seriesReviewMvArea {
    width: 850px;
    margin: 70px auto;
  }
  .seriesReviewVidTitle {
    font-size: 1.9rem;
  }
  .seriesReviewVidOwner {
    padding-left: 10px;
  }
  .seriesReviewMvArea .seriesReviewMv iframe {
    width: 850px;
  }
  .seriesReviewMvArea .seriesReviewMv iframe video {
    width: 1160px;
    left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .seriesReviewMvArea .seriesReviewMv iframe .ytp-cued-thumbnail-overlay-image {
    background-size: contain !important;
  }
  .seriesReviewTxt {
  font-size: 1.4rem;
}
}
/* お買い物応援エリア
------------------------------------- */
.recommend_pointBox {
  width: 1160px;
  margin: 80px auto 0px;
  border: 2px solid #9eb7b5;
  padding: 15px 30px 15px;
}
.recommend_pointTtl {
  font-size: 2.8rem;
  color: #789290;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2rem;
  border-bottom: 2px solid #9eb7b5;
  padding-bottom: 5px;
}
.recommendPointDeta {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.recommendPointDeta dt {
  width: 20%;
  text-align: center;
  color: #fff;
  margin-left: 5%;
}
.recommendPointDeta dt span {
  background-color: #789290;
  border-radius: 50px;
  display: inline-block;
  width: 100%;
  padding: 10px 0px;
}
.recommendPointDeta dd {
  width: 70%;
  margin-left: 5%;
}
.recommendTxtBold {
  font-weight: 500;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .recommend_pointBox {
    width: calc(100% / 1 - 20px);
    margin: 50px auto 0px;
    border: 2px solid #9eb7b5;
    padding: 10px 10px;
  }
  .recommend_pointTtl {
    font-size: 2rem;
  }
  .recommendTxtBold {
    font-size: 1.6rem;
  }
  .recommendPointDeta dt {
    margin-left: 0%;
  }
  .recommendPointDeta dd {
    width: 75%;
  }
  .recommendPointDeta {
    margin-top: 10px;
  }
  .recommendPointDeta small {
    font-size: 100%;
  }
}
