@charset "UTF-8";

main{
  background:#ebb3b9;
}

main a, main figcaption{
  color: #ebb3b9;
}

.btn--type02{
  border: solid 1px #ebb3b9;
  color: #ebb3b9;
}

.btn--type02 .btn__link::after{
  border-top: 1px solid #ebb3b9;
  border-right: 1px solid #ebb3b9;
}

.btn--type02 .btn__link:hover{
  background-color: #ebb3b9;
  color: #262626;
}

.btn--type02 .btn__link:hover::after{
  border-top: 2px solid #262626;
  border-right: 2px solid #262626;
}

.pswp__caption__center{
  color: #ebb3b9!important;
}

.pswp__caption small{
  color: #999!important;
}

.nav__local{
  background-color: #F4DFE7;
}

.nav__link{
  color: #6b6b6b;
  font-weight: bold;
}

.nav__link:hover{
  opacity:0.8;
}


.nav__link::after{
  background-color:#ebb3b9;
}

.el_btn_pageTop{
  background: #fff!important;
}

.el_btn_pageTop:before{
  border-top: 3px solid #ebb3b9!important;
  border-left: 3px solid #ebb3b9!important;
}


.section--app {
  margin-top: 74px;
  padding-top: 86px;
}

.app__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.app__ttl span {
  margin-top: 18px;
  font-size: 32px;
  font-weight: bold;
}

.app__grid {
  display: flex;
  justify-content: center;
  margin-top: 56px;
}

.app__grid a {
  display: block;
  text-align: center;
}

.app__note {
  margin-top: 16px;
  font-size: 12px;
}

.app__note-item {
  position: relative;
  padding-left: 1em;
}

.app__note-head {
  position: absolute;
  top: 0;
  left: 0;
}

.btn__shopping {
  margin-top: 120px;
}

.btn__shopping-link {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 9px;
  background: linear-gradient(0deg, #262626 0%, #333333 100%);
  box-shadow: 0 0 16px rgba(10, 10, 10, 0.5);
}

.btn__shopping-txt {
  position: relative;
  color: #fff;
  font-weight: bold;
}

.btn__shopping-txt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  margin: auto;
  background: url(/mini_evo/common/img/icn_shopping_01.png) no-repeat 50% 50%/100% auto;
  box-shadow: 0 0 16px rgba(10, 10, 10, 0.5);
}

.btn__shopping-txt span {
  display: block;
  font-size: 32px;
}

.article {
  padding-top: 0;
  padding-bottom: 0;
}

.nav__local {
  position: static;
}

@-webkit-keyframes fade_in_out {
  0% {
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    z-index: 0;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade_in_out {
  0% {
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    z-index: 0;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.pc_show { display: inline-block !important; }
.sp_show { display: none !important; }
 
@media only screen and (max-width: 768px) {
    .pc_show { display: none !important; }
    .sp_show { display: inline-block !important; }
}

.pc_show_banner { display: inline-block !important; }
.sp_show_banner { display: none !important; }
 
@media only screen and (max-width: 499px) {
    .pc_show_banner  { display: none !important; }
    .sp_show_banner  { display: inline-block !important; }
}


.kv_pc_show { display: block !important; }
.kv_sp_show { display: none !important; }
 
@media only screen and (max-width: 768px) {
    .kv_pc_show { display: none !important; }
    .kv_sp_show { display: block !important; }
}

@media not all and (min-width: 768px) {
    .nav__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 22px;
    background-color: #ebb3b9;
    font-size: 15px
  }
    .nav__link::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    background-color: #fff
  }

  .nav__link:hover::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
  }
}

@media only screen and (max-width: 768px) {

.nav__list-item:first-child{
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.nav__list-item:last-child{
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}



#uni_footer_overlay{
  background: transparent!important;
}

}

.el_btn_pageTop{
  z-index: 1!important;
}


.menu__lang-head button {
  position: relative;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 136px;
  height: 40px;
  padding: 0;
  border-radius: 0 0 4px 4px;
  border: none;
  background-color: #fff;
  color: #6b6b6b;
  font-size: 14px;
  cursor: pointer
}

@media only screen and (max-width: 768px) {
  .menu__lang-head button {
  width: 240px;
    border-radius: 4px;
}
}


.menu__lang-item:last-child{
  padding: 0 0 20px;
}


.rose_kv{
  width: 100%;
  background-color: #ebb3b9;
  text-align: center;
    position: relative;
}


.mini_evo_rose_image{
    display: inline-block;
  width: 100%;
  max-width: 1920px;

}

.kv_box{
  width: 40%;
  position: absolute;
  right:5%;
  bottom:7%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap:2vw;
}

.app_box{
  width: 45%;
}

.tag_box{
  width: 55%;
}



.kv_sp_title{
  width: 100%;
  position: absolute;
  top:5%;
  left: 50%;
  transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.kv_sp_app{
  display: flex;
  flex-direction: column;
  align-items: center;
    width: 100%;
  position: absolute;
  bottom:4%;
  left: 50%;
  transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    gap:10px;
}


.app_blocks{
  display: flex;
  gap: 1vw;
  align-items: center;
  justify-content: center;
  flex-direction: row; 
  margin-left: auto;
  margin-right: auto;
}


.block--left{
  width: 25%;                 
}


.app_right{
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 0.5vw;
}


.block--top{
  flex: 0 0 40%;
}

.app_bottom{
  flex: 1;
  display: flex;
  gap: 5px;
}

.app_bottom .block{
  flex: 1;
}

.kv_caution{
  margin-top: 5px;
  font-size: .5vw;
  white-space: nowrap;
  color: #fff;
}

.kv_pc_evo_logo{
  vertical-align: bottom;
}

.kv_pc_app_logo{
  vertical-align: top;
}

@media only screen and (max-width:768px) {

  .tag_box{
  width: 45%;
}

  .title_logo{
  max-width: 75%;
  margin: 0 auto;
}

.app_blocks{
  max-width: 45%;
   align-items: end;
  gap:10px;
}

.app_right{
  width: 70%;
  gap: 1vw;
}

.kv_sp_app{
    gap:1.5vw;
}

.kv_caution{
  font-size: 1.1vw;
}
}

    .section--info {
      margin-top: 80px!important;
    }

.info{
  display: flex;
  position: relative;
  align-items: flex-start;
  padding: 24px 20px 0 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}


.info__ttl {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

.info__cnt {
  height: 1.5em;
    min-height: 3em;
  overflow: hidden;
  transition: height 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.info__cnt-item {
  display: flex;
  font-size: 15px;
}

.info__cnt-item + .info__cnt-item {
  margin-top: 21px;
}

.info__cnt-link {
  display: inline-flex;
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.info__cnt .date {
  color: #fff;
  min-width: 70px;
}

.info__cnt .new {
  width: 2.5em;
  margin-left: 24px;
  color: #e5839c;
  font-weight: bold;
}

.info__cnt .new::after {
  content: none;
}

.info__cnt .detail {
  color: #fff;
}

.info__btn {
  position: relative;
  margin-left: auto;
  padding: 0 8px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

.info__btn::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 3px;
  transition: -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  background-image: linear-gradient(0deg, rgba(38, 38, 38, 0) calc(50% - 1px), #FFF calc(50% - 1px), #FFF calc(50% + 1px), rgba(38, 38, 38, 0) calc(50% + 1px)), linear-gradient(90deg, rgba(38, 38, 38, 0) calc(50% - 1px), #FFF calc(50% - 1px), #FFF calc(50% + 1px), rgba(38, 38, 38, 0) calc(50% + 1px));
}

.is-active .info__btn::before {
  background-image: linear-gradient(0deg, rgba(38, 38, 38, 0) calc(50% - 1px), #FFF calc(50% - 1px), #FFF calc(50% + 1px), rgba(38, 38, 38, 0) calc(50% + 1px));
}


@media only screen and (max-width:768px) {
  .section--info {
    margin-top: 60px!important;
  }
  .info {
    flex-direction: column;
    padding: 24px 0 0 0;
  }
  .info__cnt {
    height: 3em;
    min-height: 110px;
    margin-top: 16px;
  }
  .info__cnt-item {
    flex-wrap: wrap;
  }
  .info__cnt-link {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .info__cnt .detail {
    width: 100%;
    margin-top: 5px;
  }
  .info__btn {
    margin-top: 8px;
  }

  .info__ttl {
    margin-left: 24px;
  }
  .info__cnt {
    flex: 1 1;
    margin-left: 40px;
    padding-right: 24px;
  }
  .info__cnt-link {
    transition: opacity 0.3s ease;
  }
  .info__cnt-link:hover {
    opacity: 0.6;
  }
  .info__cnt .new + .detail {
    margin-left: 8px;
  }
  .info__cnt .detail {
    flex: 1 1;
    margin-left: 0;
  }
  .info__btn {
    margin-right: 28px;
  }
  .info__btn:hover::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}



.discription{
  text-align: center;
  margin: 70px auto 50px;
}

.discription h2{
font-size: clamp(18px, 2vw, 25px);
font-weight: bold;
letter-spacing: 0.1em;
}


@media only screen and (max-width:768px) {
  .discription{
    margin: 40px auto;
  }

  .discription h2{
    font-size: clamp(19px, 3.5vw, 22px);
    }

}


.section--pd {
  margin-top: -100px;
  padding-top: 120px;
}

@media only screen and (max-width:768px) {
  .section--pd {
  margin-top: -80px;
  padding-top: 100px;
}
}

.section--pd .txt__lead {
  margin-top: 26px;
  text-align: center;
}

.pd__ttl {
  display: flex;
  justify-content: center;
  color: #ebb3b9;
  font-size: 56px;
  font-weight: bold;
}

.pd__box {
  display: flex;
  align-items: flex-start;
  margin-top: 64px;
}

.pd__box-rotate {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 560px;
}

.pd__box-rotate #mamImgAround {
  cursor: -webkit-grab;
  cursor: grab;
}

.pd__box-rotate__txt {
  display: flex;
  position: relative;
  justify-content: center;
  color: #c3c3c3;
  font-size: 18px;
  font-weight: bold;
}

.pd__box-rotate__txt::before, .pd__box-rotate__txt::after {
  content: "";
  width: 21px;
  height: 1.5em;
}

.pd__box-rotate__txt::before {
  margin-right: 10px;
  background: url(/mini_evo/index/img/icn_pd_01.png) no-repeat 50% 50%/100% auto;
}

.pd__box-rotate__txt::after {
  margin-left: 10px;
  background: url(/mini_evo/index/img/icn_pd_02.png) no-repeat 50% 50%/100% auto;
}

.pd__box-info-item {
  display: flex;
  opacity: 0;
}

.pd__box-info.is-show .pd__box-info-item {
  -webkit-animation: fade_in_up 0.9s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
  animation: fade_in_up 0.9s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
}

.pd__box-info.is-show .pd__box-info-item:nth-of-type(1) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.pd__box-info.is-show .pd__box-info-item:nth-of-type(2) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.pd__box-info.is-show .pd__box-info-item:nth-of-type(3) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.pd__box-info-item + .pd__box-info-item {
  margin-top: 32px;
}

.pd__box-info__head {
  flex: 0 0 auto;
}

.pd__box-info__body {
  margin-left: 24px;
}

.pd__box-info__img01, .pd__box-info__img02, .pd__box-info__img03 {
  position: relative;
  border: 1px solid #535353;
  box-shadow: 0 0 16px rgba(10, 10, 10, 0.5);
}

.pd__box-info__img-item01, .pd__box-info__img-item02, .pd__box-info__img-item03 {
  position: absolute;
  transition: -webkit-transform 1.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 1.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 1.2s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 1.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.pd__box-info__img-item01 {
  top: 38px;
  left: 20px;
}

.pd__box-info__img-item02 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.pd__box-info__img-item03 {
  top: 20px;
  left: 10px;
}

.pd__box-info__ttl {
  color: #ebb3b9;
  font-size: 20px;
}

.pd__box-info__txt {
  margin-top: 8px;
}




@-webkit-keyframes touch {
  0% {
    -webkit-transform: translateY(100%) scale(0.9);
    transform: translateY(100%) scale(0.9);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0%) scale(1.1);
    transform: translateY(0%) scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes touch {
  0% {
    -webkit-transform: translateY(100%) scale(0.9);
    transform: translateY(100%) scale(0.9);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0%) scale(1.1);
    transform: translateY(0%) scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes touch02 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes touch02 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}



@media screen and (min-width: 768px) {
  .app__grid-item01 {
    width: 216px;
  }
  .app__grid-item02 {
    width: 242px;
    margin-left: 32px;
  }
  .btn__shopping {
    padding-right: 40px;
    padding-left: 40px;
  }
  .btn__shopping-link {
    height: 194px;
  }
  .btn__shopping-link:hover {
    text-decoration: none;
  }
  .btn__shopping-txt {
    padding-left: 100px;
  }
  .btn__shopping-txt::before {
    bottom: 0;
  }
  .btn__shopping .btn--type01 {
    position: absolute;
    top: 0;
    right: 32px;
    bottom: 0;
    margin: auto;
  }
  .info__cnt {
    flex: 1 1;
    margin-left: 40px;
    padding-right: 24px;
  }
  .info__cnt-link {
    transition: opacity 0.3s ease;
  }
  .info__cnt-link:hover {
    opacity: 0.6;
  }
  .info__cnt .new + .detail {
    margin-left: 8px;
  }
  .info__cnt .detail {
    color: #fff;
    flex: 1 1;
  }

  .info__btn {
    color: #fff;
    margin-right: 28px;
  }
  .info__btn:hover::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .section--slide .slider__list-item img {
    width: 100%;
  }
  .video__box {
    width: 800px;
    margin-top: 80px;
    margin-right: auto;
  }
  .video__box + .video__box {
    margin-left: auto;
  }
  .video__box__btn {
    transition: opacity 0.3s ease;
  }
  .video__box__btn:hover {
    opacity: 0.6;
  }
  .pd__box-info {
    margin-left: 40px;
  }
  .pd__box-info__body {
    margin-top: 24px;
  }
  .pd__box-info__img01:hover .pd__box-info__img-item01 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .pd__box-info__img02:hover .pd__box-info__img-item02 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .pd__box-info__img03:hover .pd__box-info__img-item03 {
    -webkit-transform: rotate(-50deg) translate(-115%, 15px);
    transform: rotate(-50deg) translate(-115%, 15px);
  }

  .section--nf-in::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 48.5903814262%;
    height: 100%;
    background: url(/mini_evo/index/img/img_nf_02.webp) no-repeat 50% 50%/cover;
  }
  .is-noWebp .section--nf-in::after {
    background: url(/mini_evo/index/img/img_nf_02.png) no-repeat 50% 50%/cover;
  }
  .nf__img {
    margin-left: 32px;
  }
  .film__body {
    margin-left: 194px;
  }
  .film__body::before {
    content: "";
    position: absolute;
    top: 0;
    left: -150px;
    width: 1px;
    height: 100%;
    background-color: #262626;
  }
  .film__list-product-item + .film__list-product-item {
    margin-left: 56px;
  }
  .film__list-product-cnt {
    margin-top: 12px;
  }
}
@media screen and (max-width: 1120px) {
  .btn__shopping-link {
    flex-direction: column;
    padding: 40px 38px;
  }
  .btn__shopping .btn--type01 {
    position: relative;
    top: 16px;
    right: auto;
  }
  .section--nf-in::after {
    content: none;
  }
  .section--film {
    margin-top: 84px;
    padding-right: 16px;
    padding-bottom: 26px;
    padding-left: 16px;
  }
  .film__grid {
    flex-direction: column;
    padding-right: 14px;
    padding-bottom: 91px;
    padding-left: 14px;
  }
  .film__btn {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .film__btn__link {
    width: 274px;
    margin-right: auto;
    margin-left: auto;
    padding: 16px 0;
  }
  .film__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 32px;
    margin-left: 0;
  }
  .film__body::before {
    content: none;
  }
  .film__list-spec {
    display: none;
  }
  .film__list-product-item {
    padding: 8px;
  }
  .film__list-product-item .film__list-spec {
    display: block;
    margin-top: 16px;
  }
  .film__list-product-item .film__list-spec .film__br {
    display: inline;
  }
  .film__list-product-cnt {
    margin-left: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .nav__local:not(.is-clone) .nav__list {
    margin: -10px;
  }
    .section--pd {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .video__ttl {
    font-size: 24px;
  }
}
main a {
  outline: revert;
}
main a:focus {
  outline: revert;
}
main .btn--type03,
main .btn--type02,
main .btn--type01 {
  overflow: visible;
}
main .btn--type03 .btn__link,
main .btn--type02 .btn__link,
main .btn--type01 .btn__link {
  overflow: hidden;
  border-radius: 50px;
}
main .js-fade_in_up,
main .js-fade_in {
  visibility: visible;
}

#footer {
  margin-top: 0;
}

.tw-inline-block {
  display: inline-block;
}

.kv-sp-photo{
    position: absolute;
    width: 85%;
    left:0;
    bottom: -10px;
}


.variation {
  background-color: #E5839C;
  border-radius: 2vw;
  box-shadow: 0 0 10px #b98b9c;
  text-align: center;
}
@media screen and (min-width: 768.02px), print {
  .variation {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .variation {
    padding-top: 40px;
    padding-bottom: 60px;
    margin-top: 20px;
  }
}


.products__title {
  font-size:clamp(22px, 3vw, 30px);
  font-weight: 700;
  line-height: 1.5em;
  color: #6b6b6b;
  text-align: center;
}

.products__sub_title {
  text-align: center;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: bold;
  color: #6b6b6b;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .products__title {
  font-size:20px;
}

.products__sub_title {
  font-size: 16px;
}
}


.variation__title {
  font-weight: 700;
  line-height: 1.5em;
  color: #6b6b6b;
  text-align: center;
}

.variation_sub_title{
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 0 20px ;
  border-radius: 10px;
  display: inline-block;
  margin-top: 10px;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768.02px), print {
  .variation__title {
    font-size: 40px;
    font-family: "Roboto", "Noto Sans", sans-serif;
  }
}
@media screen and (max-width: 768px) {
  .variation__title {
    font-size: 30px;
  }

  .variation_sub_title{
  font-size: 18px;
}
}

.variation__buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  width: max-content;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768.02px), print {
  .variation__buttons {
    column-gap: 32px;
  }
}
@media screen and (max-width: 768px) {
  .variation__buttons {
    column-gap: 12px;
  }
}
.variation__buttons button {
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: 700;
  color: #fff;
  border: 1.5px solid #fff;
  border-radius: 20px;
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (min-width: 768.02px), print {
  .variation__buttons button {
    width: 148px;
  }
}
@media screen and (max-width: 768px) {
  .variation__buttons button {
    width: 93px;
    font-size: small;
  }
}
.variation__buttons button.is-active {
  color: #E5839C;
  background-color: #fff;
}
@media (hover: hover) {
  .variation__buttons button:where(:any-link, :enabled, summary):hover {
    color: #E5839C;
    background-color: #fff;
  }
}

.variation__list {
  position: relative;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768.02px), print {
  .variation__list {
    width: max-content;
    padding-right: 82px;
    padding-left: 82px;
  }
}
@media screen and (max-width: 1060px) and (min-width: 768px) {
  .variation__list {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .variation__list {
    column-gap: 16px;
    padding-right: 44px;
    padding-left: 44px;
  }
}

.variation__image {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768.02px), print {
  .variation__image {
    width: 280px;
    height: 380px;
  }
}
@media screen and (max-width: 768px) {
  .variation__image {
    height: 0;
    padding-bottom: 135.7142857143%;
  }
}
.variation__image picture {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 85%;
  transition: opacity 0.3s;
}
.variation__image picture[aria-hidden=true] {
  z-index: 0;
  opacity: 0;
}

.variation__name {
  display: block;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768.02px), print {
  .variation__name {
    margin-top: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .variation__name {
    margin-top: 18px;
    font-size: 12px;
  }
}

.variation__arrow {
  position: absolute;
  border-top: 2px solid #fff;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768.02px), print {
  .variation__arrow {
    top: calc(50% - 34px);
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .variation__arrow {
    top: calc(50% - 26px);
    width: 11px;
    height: 11px;
  }
}
@media (hover: hover) {
  .variation__arrow:where(:any-link, :enabled, summary):hover {
    opacity: 0.5;
  }
}
.variation__arrow.variation__arrow--right {
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media screen and (min-width: 768.02px), print {
  .variation__arrow.variation__arrow--right {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .variation__arrow.variation__arrow--right {
    right: 18px;
  }
}
.variation__arrow.variation__arrow--left {
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
}
@media screen and (min-width: 768.02px), print {
  .variation__arrow.variation__arrow--left {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .variation__arrow.variation__arrow--left {
    left: 18px;
  }
}

.animation-delay-3.js-fade_in_up.is-show {
  animation-delay: 0.3s;
}


.AppHeading {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  font-weight: 700;
  color: #c0f2ea;
  text-align: center;
}
@media screen and (min-width: 768.02px), print {
  .AppHeading {
    height: 400px;
    font-size: 44px;
    line-height: 1.2727272727;
  }
}
@media screen and (max-width: 768px) {
  .AppHeading {
    height: 310px;
    font-size: 32px;
    line-height: 1.375;
  }
}
.AppHeading h2 {
  position: absolute;
  width: 10em;
}
.AppHeading h2:not(:lang(ja)) {
  width: 12em;
  font-family: "Roboto", "Noto Sans", sans-serif;
}

.AppHeading__Image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.AppHeading__Image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.border_01{
  width: 60%;
  height: 3.5px;
  background-color: #F4DFE7;
  margin: 50px 0 ;
  border-radius: 10px;
}

.border_02{
  text-align: end;
  width: 50%;
  height: 3.5px;
  background-color: #F4DFE7;
  margin: 50px 0 50px auto;
  border-radius: 10px;
}


@media screen and (max-width: 768px) {
  .border_01{
    width: 70%;
    height: 4px;
  }
  .border_02{
    width: 70%;
    height: 4px;
    margin: 50px 0 80px auto;
  }
}


.monitor_slider{
  width:100%;
  max-width: 2560px;
  margin: 180px auto 220px;
  position: relative;
}

.slider-list{
  margin: 0;
  padding: 0;
}

.slider-list img{
  width: 51%;
}

.camera_monitor{
  position: absolute;
  top:-29%;
  left: 19.35%;
}

.camera_monitor img{
  width: 17.5vw;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5 ));
}

.slider-text{
  position: absolute;
  bottom: -50%;
  left: 55%;
  font-weight: bold;
  color: #999;
}

.slide_text_show { display: none !important; }
 
@media only screen and (max-width: 1024px) {
    .slide_text_show { display: inline-block !important; }
}


@media screen and (min-width:1125px) and ( max-width:1349px) {
  .camera_monitor{
    left: 20%;
  }
  
}

@media screen and (min-width:769px) and ( max-width:1124px) {
  .camera_monitor{
    left: 21.2%;
  }
  .camera_monitor img{
    width: 24.3vw;
  }
}

@media screen and (max-width: 768px) {
  .monitor_slider{
    width: 85%;
    margin: 55vw 0;
  }

  .slider-list img{
    width: 40%;
    margin: 0 auto;
    
  }

  .camera_monitor{
    position: absolute;
    top:-30%;
    left: 18%;
  }

  .camera_monitor img{
    width: 65vw;
  }

  .slider-text{
    width: 100%;
    top:-75%;
    bottom: 0;
    left: 15%;
    right: 0;
  }
}


.banner-area{
  text-align: center;
  width: 100%;
  max-width: 1120px;
  margin: 100px auto 0;
  
}

.banner-bg{
background-color: #fff;
display: inline-block;
}


.banner-area img{
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.banner-area img:hover{
  opacity: 0.85;
}

@media screen and (max-width: 768px) {
  .banner-area{
    margin: 40px auto;
  }

  .banner-bg{
display: contents;
}
}


.caution-area{
  width: 100%;
  max-width: 1120px;
  margin: 80px auto;
  padding:0 20px;
}

.caution-area li{
  font-size: 13px;
  color: #6b6b6b;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 6px;
}

@media screen and (max-width: 768px) {
  .caution-area{
    margin: 30px auto;
  }
  .caution-area li{
    font-size: 11px;
  }
}

.nav__btn-sp{
  border: 1px solid #ebb3b9;
}

.nav__btn-sp__in, .nav__btn-sp__in::before, .nav__btn-sp__in::after{
  background-color: #ebb3b9;
}

[data-js_nav].is-active .nav__btn-sp__in::before, [data-js_nav].is-active .nav__btn-sp__in::after{
  background-color: #ebb3b9;
}


.slide_anim{
  width: 100%;
  max-width: 1120px;
  margin: 120px auto;
}


.camera_image{
  text-align: center;
}

.camera_image video{
  width: 60%;
}

.monitor-text{
  margin: 30px auto 10px;
  font-weight: bold;
  color: #999;
  line-height: 2em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .slide_anim{
    margin: 80px auto;
  }

  .camera_image{
    width: 100%;
  }

  .monitor-text{
    margin: 50px auto;
  }

}

.pc_show_photo_text { display: block !important; }

.sp_show_photo_text { display: none !important; }
 
@media only screen and (max-width: 768px) {
    .pc_show_photo_text { display: none !important; }

    .sp_show_photo_text { display: block !important; }
}


.products_area{
  margin: 50px 0 80px;
  padding: 20px;
}

.produsts_box{
  display: flex;
  flex-direction: row;
    align-items: flex-start;
  justify-content: center;
  gap:40px;
}

.attachment, .accessories{
  width: 50%;
}

.products_image_box{
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 0 30px;
}

.produsts_box .products__title{
  margin-top: 30px;
}

.produsts_box .products__sub_title{
  margin-bottom: 30px;
}

.products__sub_title span{
  font-size: 12px;
}

.products_caution{
  text-align: center;
  font-size: 13px;
  color: #6b6b6b;
}

.product_color_name{
  text-align: center;
  margin-top: 30px;
  font-size: clamp(20px, 1.6vw, 25px);
  letter-spacing: .1rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {

  .products_area{
  margin: 0;
}

  .produsts_box{
  flex-direction: column;
    align-items: flex-start;
  justify-content: center;
  gap:20px;
}

.attachment, .accessories{
  width: 100%;
}

.products_image_box{
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.attachment .products_image_box{
  padding: 0 20px 20px;
}

.produsts_box .products__title{
  margin-top: 40px;
}

.produsts_box .products__sub_title{
  margin-bottom: 20px;
}

.produsts_box .attachment .products__sub_title{
  margin-bottom: 0;
}

.products_caution{
  font-size: 12px;
}

.product_color_name{
  font-size: 15px;
}

.products_caution{
  text-align: left;
}

}

.gl_slide_box {
    max-width: 1920px;
    margin: 30px auto;
}

.gl_slide_box img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
.gl_slide_box img {
  max-width: 70%;
}

}



    .gl_slide_box .slick-list {
  overflow: visible!important;
}
.gl_slide_box .slick-slide {
  margin: 0 6vw!important;
}

.gl_slide_box .slick-prev, 
.gl_slide_box .slick-next {
  top: 50%;               
  transform: translateY(-50%);
  z-index: 1;
}

.gl_slide_box .slick-prev {
  left: 32%;
}

.gl_slide_box .slick-next {
  right: 35%;
}


.gl_slide_box .slick-next:before,
.gl_slide_box .slick-prev:before{
 content: '';
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border: none;
  opacity: 1;
    transition: all .3s ease;
}

.gl_slide_box .slick-next::after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-left: 13px solid #EBB3B9;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(10px);
  bottom: 0;
  margin: auto;
}

.gl_slide_box .slick-prev::after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-right: 13px solid #EBB3B9;
  border-bottom: 8px solid transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(5px);
  bottom: 0;
  margin: auto;
}

.gl_slide_box .slick-prev:hover::before,
.gl_slide_box .slick-next:hover::before
{
opacity: 0.7;
}

@media only screen and (max-width: 768px) {
.gl_slide_box .slick-prev {
  left: 5%;
}

.gl_slide_box .slick-next {
  right: 8%;
}

.gl_slide_box .slick-next:before,
.gl_slide_box .slick-prev:before{
  width: 30px;
  height: 30px;
}

.gl_slide_box .slick-next::after{
  border-left: 8px solid #EBB3B9;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  left: 10%;
}

.gl_slide_box .slick-prev::after{
  border-top: 4px solid transparent;
  border-right: 8px solid #EBB3B9;
  border-bottom: 4px solid transparent;
  left: 10%;
}

}