/*====== sp css ======*/
@media (max-width: 768px) {

/*====== initial setting ======*/
  .pc{display: none !important;}
  .sp{display: block;}
  .sp-inline{display: inline-block; margin-right: 1em;}
  .pc-display {display: none !important; }
  .sp-display {display: block;}
  img { width: 100%; }

/*====== main contents ======*/

  .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;
  }
  
  .feature-3{
    margin-bottom: min(calc(100 / 375* 100* 1vw), calc(100px));
  }

  .feature-3 .headding-number{
    top: 1vw;
    color: #fff;
  }

  .feature-4 .headding-number{
    top: -5vw;
  }

  .feature-5 .headding-number{
    top: -9vw;
  }

  .main_visual .slick-slide {
    padding-bottom: calc(177.8 * 1vw);
  }

  .main_visual .video__wrap{
    margin-top: 0;
  }

  .slider-product {
    padding-left: 0;
  }

  .slider-product .slick-slide {
    padding-bottom: 0;
  }

  .slider_dots.slider_product_dots {
    margin-top: 10px;
    top: 0;
  }

  .slider_design_dots{
    margin-bottom: 20px;
  }

  .local-nav {
    display: none;
  }

  .local-nav__item{
    position: relative;
    border-bottom: 1px solid #fff;
  }

  .local-nav__item:first-of-type{
    border-top: 1px solid #fff;
  }

  .local-nav__item .local-nav__link{
    display: block;
    font-size: min(calc(16 / 375 * 100 * 1vw), calc(16px * 1.2));
    padding: min(calc(15 / 375 * 100 * 1vw), calc(15px * 1.2));
    padding-left: 0;
    letter-spacing: 0.03em;
  }

  .local-nav__item .small{
    font-size: min(calc(10 / 375 * 100 * 1vw), calc(10px));
  }

.local-nav__item::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -5px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url('/fmv/note_c/2501/images/local-nav-icon-img-01.svg') no-repeat 0 0;
  background-size: contain;
}

  .hamburger {
    display: flex;
  }
  .read-text__block {
    padding-top: calc(21.33 * 1vw);
    padding-bottom: calc(10 * 1vw);
  }

  .read-text {
    margin-bottom: calc(20 * 1vw);
    font-size: min(3.46 * 1vw, 20px);
    line-height: 3.2;
  }

  .main_contents {
    width: 100%;
  }

  .main_visual .slick-slide {
    height: calc(48.55 * 1vw);
  }

  .main_visual .main_visual_title {
    margin: calc(40 / 375 * 100 * 1vw) auto;
    font-size: min(calc(80 / 375 * 100 * 1vw), calc(80px * 1.5)); /* 修正 */
  }

  .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);
  }

  .purchase-btn{
    display: flex;
    z-index: 300;
    width: 100%;
    margin-left: 2rem;
    padding-right: 9rem;
  }

  .purchase-btn > a{
    display: block;
    width: 100%;
  }

  .purchase-btn > *{
    padding: 14px;
  }

  .purchase-btn--fixed {
    padding-right: 7rem;
    transition: opacity 0.3s linear;
  }

  .hamburger{
    position: relative;
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin-right: 15px;
    border-radius: 50%;
  }

  .hamburger .hamburger__line {
    height: 3px;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    width: 45%;
    z-index: 99;
    transition: transform 0.3s;
  }

  .hamburger .hamburger__line.line-top{top: 16px;}
  .hamburger .hamburger__line.line-center{top: 24px;}
  .hamburger .hamburger__line.line-bottom{top: 32px;}

  .hamburger.is-open .hamburger__line{top:0;bottom:0;}
  .hamburger.is-open .hamburger__line.line-top{transform: rotate(45deg);}
  .hamburger.is-open .hamburger__line.line-center{display: none;}
  .hamburger.is-open .hamburger__line.line-bottom{transform: rotate(-45deg);}

  .hamburger.js-hamburger01.is-open,
  .hamburger.js-hamburger02.is-open,
  .hamburger.is-open + a{visibility: hidden; opacity: 0;}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255, 0.7);
  z-index: 300;
  display: none;
}

.overlay.is-visible {
  display: block;
}

  .nav-menu {
    position: fixed;
    left: 0;
    bottom: 2rem;
    width: calc(340 / 375* 100* 1vw);
    min-height: 490px;
    background-color: #9EB7B5;
    z-index: 350;
    transform: translateX(-100%);
    transition: transform 0.5s ease;
    padding: 25px 20px 20px 20px;
  }

  .nav-menu.is-open {
    transform: translateX(0);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 20px;
  }

  .nav-menu .nav-menu__inner{
    position: relative;
  }

  .nav-menu__item {
    margin: 20px 0;
  }

  .nav-menu__link {
    color: white;
    text-decoration: none;
  }

  .nav-menu .hamburger.is-open{
    background: #789290;
    border: 0;
  }

  .nav-menu .nav-menu__title{
    margin-bottom: min(calc(35 / 375 * 100 * 1vw), calc(35px));
  }

  .nav-menu .nav-menu__title img{
    width: min(calc(134 / 375 * 100 * 1vw), calc(134px * 1.2));
  }

  .nav-menu ul{
    margin-bottom: min(calc(71 / 375 * 100 * 1vw), calc(71px));
  }

  .md-text-align--center {
    text-align: center;
  }

  .sns-icon__box{
    margin-bottom: 1vw;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    margin: 0 auto;
  }

  .sns-icon__title {
    font-size: min(calc(14 / 375 * 100 * 1vw), calc(14px * 1.2));
    margin:0 0 min(calc(14 / 375 * 100 * 1vw), calc(14px * 1.2)) 0;
    color: #fff;
  }

  .sns-icon__list {
    display: flex;
    justify-content: center;
    gap: min(calc(20 / 375 * 100 * 1vw), calc(20px * 1.2));
  }

  .sns-icon__item {
    display: inline-block;
  }

  .sns-icon__image {
    width: 35px;
    height: 35px;
  }
  

  .slider_design {
    margin: 0 auto calc(50 / 375 * 100 * 1vw);
  }

  .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;
  }

  .text_slider_animate a {
    font-size: min(calc(26 / 375 * 100 * 1vw), calc(26px * 1.5));
  }

  .text_slider_animate a span {
    top: 0;
    left: 0;
  }

  .md-radius--left{
    border-radius: 20px 0 0 20px;
    overflow: hidden;
  }

  .md-radius--right{
    border-radius: 0 30px 30px 0;
    overflow: hidden;
  }

  .md-radius--bottom{
    border-radius: 0 0 20px 20px;
    overflow: hidden;
  }

  .md-shadow--black{
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 20px;
  }


.f_card-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.feature-2{
  margin-bottom: min(calc(70 / 375* 100* 1vw), calc(100px));
}
.feature-4{
  margin-bottom: min(calc(100 / 375* 100* 1vw), calc(100px));
}

.feature-4 .container {
  padding: 20px 3% 0;
  line-height: 1.7;
}
.feature-4 .f_card-wrap {
  margin-bottom: 30px;
}
.feature-4 .f_card-wide {
  padding: 15.6% 6.4% 7%;
}
.feature-4 .f_card-wide .movie {
  width: 100%;
}
.feature-4 .f_card-wide .f_card-text {
  width: 100%;
}
.feature-4 .f_card-wide .f_card-text .f_card-text__lead {
  padding-top: 7%;
  font-size: 16px;
  font-weight: 600;
}
.feature-4 .f_card-wide .f_card-text h3 {
  padding-top: 2.8%;
  font-size: 26px;
  font-weight: bold;
}
.feature-4 .f_card-wide .f_card-text .f_card-text__text {
  padding-top: 6%;
  font-size: 14px;
  font-weight: 500;
}

.feature-5{
  margin-bottom: min(calc(80 / 375* 100* 1vw), calc(100px));
}

.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;
}
.feature-5 .f_card-3column {
  display: flex;
  justify-content: space-between;
}
.feature-5 .f_card h3 {
  margin-bottom: 15px;
  font-size: min(calc(16 / 375* 100* 1vw), calc(16px * 1.5));
  font-weight: 600;
}

.feature-5 .f_card .f_card-text--medium{
  font-size: min(calc(30 / 375* 100* 1vw), calc(30px * 1.5));
  font-weight: bold;
}

.feature-5 .f_card .f_card-text--large{
  font-size: min(calc(28 / 375* 100* 1vw), calc(28px * 1.5));
  font-weight: bold;
}

 .feature-5 .f_card .f_card-text--xlarge{
  font-size: min(calc(31 / 375* 100* 1vw), calc(31px * 1.5));
  font-weight: bold;
} 

.feature-5 .f_card-2column-02 {
  display: flex;
  flex-direction: column;
}
.feature-5 .f_card-2column-02 .f_card-wrap:first-child {
  width: 100%;
}
.feature-5 .f_card-2column-02 .f_card-left {
  display: flex;
  gap: 5px;
  padding: 20px 3vw 15px 3vw;
}

.feature-5 .f_card-2column-02 .f_card-left h3 {
  padding-bottom: 13px;
  margin-bottom: 0;
}

.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));
}

.feature-5 .f_card-2column-02 .f_card-left h3 > span{
  display: inline-block;
  margin-bottom: 5px;
}

.feature-5 .f_card-2column-02 .f_card-left h3 > span:last-of-type{
  margin-bottom: 0;
}

.feature-5 .f_card-2column-02 .f_card-right {
  justify-content: center;
  align-items: center;
  gap:5px;
  padding: 20px 3vw 15px 3vw;
}
.feature-5 .f_card-2column-02 .f_card-right h3 {
  margin-bottom: 16px;
}

.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;
}

.feature-5 .f_card-2column-02 .f_card-right .size__text {
  font-size: 16px;
}
.feature-5 .f_card-2column-02 .f_card-right .heading__text {
  width: 14vw;
  margin-right: 9px;
}
.feature-5 .f_card-2column-02 .f_card-right .size__text--value {
  font-size: min(calc(30 / 375* 100* 1vw), calc(30px* 1.5));
}

.feature-5 .f_card-2column-02 .f_card-right img {
  width: 90%;
  margin-left: 0;
}

.feature-5 .f_card-left .f_text-2column {
  display: block;
	padding: 0;
}

.feature-5 .f_text-2column .size__text--value {
  font-size: min(calc(30 / 375* 100* 1vw), calc(30px* 1.5));
}

.feature-5 .f_card-3column .f_card-wrap {
  width: calc(100% / 2 - 5px);
}
.feature-5 .f_card-3column .f_card-center {
  margin-right: 0;
}
.feature-5 .f_card-3column .f_card-left,
.feature-5 .f_card-3column .f_card-center {
  padding: 14px;
  min-height: 130px;
}
.feature-5 .f_card-3column .f_card-left p {
  margin: auto 0;
  font-size: 14px;
  font-weight: 400;
}
.feature-5 .f_card-3column .f_card-left p span.large {
  font-size: 28px;
  font-weight: bold;
}
.feature-5 .f_card-3column .f_card-center p {
  margin: auto 0;
  font-size: 24px;
  font-weight: 400;
}
.feature-5 .f_card-3column .f_card-center p span.large {
  font-size: 40px;
  font-weight: bold;
}
.feature-5 .f_card-wide {
  padding: 20px 3vw 20px;
}
.feature-5 .f_card-wide h3 {
  padding-bottom: 13px;
  font-size: 18px;
}
.feature-5 .f_card-wide .tab-list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.feature-5 .f_card-wide .tab-list li {
  margin-bottom: 33px;
  margin-right: 2%;
}
.feature-5 .f_card-wide .tab-list li:last-child {
  margin-right: 0;
}
.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;
}
.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;
}
.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;
}
.feature-5 .f_card-wide table td {
  padding: 6px;
  font-size: 28px;
  font-weight: 600;
  text-align: left;
}
.feature-5 .f_card-wide table td span.small {
  font-size: 18px;
}
.feature-5 .f_card-2column {
  display: flex;
}
.feature-5 .f_card-2column.f_card-2column02 {
  display: block;
}
.feature-5 .f_card-2column .f_card-2column-sp,
.feature-5 .f_card-2column .f_card-wrap {
  width: 100%;
}
.feature-5 .f_card-2column .f_card-2column-sp .f_card-left .f_card-flex {
  height: 100%;
}
.feature-5 .f_card-2column .f_card-left {
  padding: 7.2vw 3vw;
}
.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;
}
.feature-5 .f_card-2column .f_card-left span.large {
  font-size: 28px;
  font-weight: bold;
}
.feature-5 .f_card-2column .f_card-2column-sp .f_card-right {
  position: relative;
  padding: 0;
}
.feature-5 .f_card-2column .f_card-2column-sp .f_card-right h3 {
  position: absolute;
  left: 11px;
  bottom: 11px;
  color: #fff;
  text-align: left;
}
.feature-5 .f_card-2column > .f_card-wrap .f_card-right {
  padding: 9px 9px 24px;
}
.feature-5 .f_card-2column > .f_card-wrap .f_card-right p {
  padding-top: 18px;
  font-size: 24px;
  font-weight: bold;
}
.feature-5 .f_card-2column > .f_card-wrap .f_card-righ span.large {
  font-size: 40px;
  font-weight: bold;
}

.feature-6 {
  margin-bottom: 0;
  background: none;
  background-size: auto auto;
  transform: rotate(180deg);
}
.feature-6 .container {
  padding: 0 3% 0;
  line-height: 1.5;
  transform: rotate(-180deg);
}

.feature-6 .btn__container{
  flex-flow: column;
  gap: 15px;
}

.feature-6 .accessory {
  margin: 94px 0 24px;
}

.feature-6 .viewer_text, .feature-6 .accessory_text {
  top: 50%;
}

.feature-6 .accessory_text p:first-child {
  margin-bottom: 12px;
  font-size: 14px;
}
.feature-6 .accessory_text p span.large {
  font-size: 30px;
}
.feature-6 .accessory_btn {
  width: 140px;
  height: 30px;
  font-size: 14px;
}
.feature-6 a:active {
  background-color: rgba(245,245,245,.7);
}
.feature-6 a:active img {
  transform: scale(1.05,1.05);
  opacity: .7;
}

.feature-7 {
  padding: 30px 5% 30px;
  background: #2C9C65;
}
.feature-7 .container {
  padding: 40px 0 10px;
  line-height: 1.6;
}
.feature-7 .f_card {
  text-align: center;
}
.feature-7 .f_card-wrap {
  padding: 25px 5%;
  width: 100%;
}
.feature-7 .f_card-wide .f_card-text__lead {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 30px;
}
.feature-7 .f_card-wide h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}
.feature-7 .f_card-wide .f_card-text__text {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
}
.feature-7 .f_card-2column {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.feature-7 .f_card-2column .f_card-wrap {
  padding: 10px 0;
}
.feature-7 .f_card-2column .f_card-left {
  text-align: center;
}
.feature-7 .f_card-2column .f_card-left .f_card-text__lead {
  font-size: 16px;
  font-weight: 600;
}
.feature-7 .f_card-2column .f_card-left h3 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}
.feature-7 .f_card-2column .f_card-left .f_card-text__text {
  font-size: 14px;
  font-weight: 400;
}

.support .container {
  padding: 50px 3% 0;
  line-height: 1.8;
}
.support h2 {
  text-align: center;
}
.support h2 img {
  width: 66%;
  max-width: 400px;
}
.support ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
  gap: 20px;
  width: auto;
}
.support li {
  width: 100%;
  max-width: 320px;
}

.notes .container {
  padding: 60px 5% 0;
}

.f_card sup.small-sup {
  position: absolute;
  top: 0;
  left: unset;
  right: -5px;
  font-size: 10px;
}

.f_card span.adjust {
  position: relative;
}
.f_card sup.small-sup02 {
  font-size: 10px;
}

/* --------- background --------- */
.md-bg-img01.md-bg-img--full::before {
  content: "";
  display: block;
  position: absolute;
  top: -6vw;
  left: 0;
  z-index: -10;
  width: 100vw;
  height: 100vh;
  background: url(/fmv/note_c/2501/images/bg_img_01-sp.png) no-repeat left 0 top 0;
  background-size: 100% 80vh;
}

.md-bg-img02.md-bg-img--full::before{
  content: "";
  display: block;
  position: absolute;
  top: -40vw;
  left: -26vw;
  width: 240%;
  height: 500px;
  background: url(/fmv/note_c/2501/images/bg_img_02-sp.png) no-repeat left 0 top 0;
  background-size: cover;
}

.md-bg-img03.md-bg-img--full::before{
  background: url(/fmv/note_c/2501/images/bg_img_03-sp.png) no-repeat 0 0;
  background-size: 100%;
  top: -20vw;
  left: 0;
}

.md-bg-img04.md-bg-img--full::before{
  background: url(/fmv/note_c/2501/images/bg_img_03-sp.png) no-repeat 0 0;
  background-size: 100%;
  top: 37vw;
  left: 0;
  transform: scale(1, -1);
}

.md-bg-img05.md-bg-img--full::before{
  background: url(/fmv/note_c/2501/images/bg_img_03-sp.png) no-repeat 0 0;
  background-size: 120%;
  top: 60vw;
  left: 0;
  transform: scale(1, -1);
  z-index: -2;
}

/* ---------[modify style]--------- */
.sp-flex-box { display: flex; justify-content: flex-start; }
.sp-flex-left { justify-content: flex-start; }
.sp-flex-right { justify-content: flex-end; }
.sp-flex-center { justify-content: center; }
.sp-flex-box-center { align-items: center; }
.sp-flex-box-end { align-items: flex-end; }

/* ---------slick style--------- */
/* Arrows */
.slick-prev, .slick-next { width: calc(30 / 375 * 100 * 1vw); height: calc(30 / 375 * 100 * 1vw); margin-top: calc(-10 / 375 * 100 * 1vw); padding: 0; font-size: 0; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; }
.slick-prev:before, .slick-next:before { font-size: calc(13 / 375 * 100 * 1vw); }
.slick-prev { left: calc(13 / 375 * 100 * 1vw); transform: rotate(180deg); }
[dir='rtl'] .slick-prev { right: calc(-25 / 375 * 100 * 1vw); left: auto; }
.slick-next { right: calc(13 / 375 * 100 * 1vw); }
[dir='rtl'] .slick-next { right: auto; left: calc(-25 / 375 * 100 * 1vw); }
.slider-product .slick-prev{display: none !important; left: 5%;}
.slider-product .slick-next{display: none !important; right: 5%;}

/* Dots */
.slick-slider { margin-bottom: 20px; }
.slider_dots .slick-dots { width: 100%; padding: 0; }
.slider_dots .slick-dots li { width: calc(13 / 375 * 100 * 1vw); height: calc(13 / 375 * 100 * 1vw); margin: 0 calc(5 / 375 * 100 * 1vw); }
.slider_dots .slick-dots li button { width: calc(13 / 375 * 100 * 1vw); height: calc(13 / 375 * 100 * 1vw); padding: calc(5 / 375 * 100 * 1vw); font-size: 0; }
.slider_dots .slick-dots li button:before { width: calc(8 / 375 * 100 * 1vw); height: calc(8 / 375 * 100 * 1vw); }


}