@charset "UTF-8";
.area_products .tab_name {
  margin: 35px auto 0;
}

@media screen and (max-width: 768px) {
  .area_products .tab_name {
    width: 600px;
    margin: 8vw auto 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .area_products .tab_name li {
    padding: 1.6vw 2.2%;
    font-size: 3.73333vw;
    letter-spacing: .05em;
  }
  .area_products .tab_body > div {
    margin: 8vw auto 0;
  }
}

.area_products .ul_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.area_products .ul_category li {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .area_products .ul_category li {
    margin-left: 45px;
  }
  .area_products .ul_category li:nth-child(n+4) {
    margin-top: 50px;
  }
  .area_products .ul_category li:nth-child(3n+1) {
    margin-left: 0;
  }
}

.area_products .ul_category li a {
  display: block;
}

.area_products .ul_category li a .img {
  width: 370px;
  height: 250px;
  line-height: .8;
  position: relative;
  overflow: hidden;
}

.area_products .ul_category li a .img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.area_products .ul_category li a .img::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 1;
}

.area_products .ul_category li a p {
  margin: 16px 0 0;
  letter-spacing: .08em;
}

.area_products .ul_category li a:hover .img {
  -webkit-box-shadow: inset 0px 0px 0px 12px rgba(231, 82, 152, 0.5);
  box-shadow: inset 0px 0px 0px 12px rgba(231, 82, 152, 0.5);
}

.area_products .ul_category li a:hover .img::before {
  -webkit-box-shadow: inset 0px 0px 0px 12px rgba(231, 82, 152, 0.5);
  box-shadow: inset 0px 0px 0px 12px rgba(231, 82, 152, 0.5);
}

.area_products .ul_category li a:hover p {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: #e75298;
}

@media screen and (max-width: 768px) {
  .area_products .ul_category li {
    width: 48%;
  }
  .area_products .ul_category li:nth-child(even) {
    margin-left: 4%;
  }
  .area_products .ul_category li:nth-child(n+3) {
    margin-top: 6vw;
  }
  .area_products .ul_category li a .img {
    width: 100%;
    height: 29.8vw;
  }
  .area_products .ul_category li a p {
    margin: 2vw 0 0;
    line-height: 1.4;
    letter-spacing: initial;
    font-size: 3.73333vw;
  }
}

.area_products .body_tag .ul_tag {
  margin: -10px 0 0 -7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.area_products .body_tag .ul_tag li {
  margin: 10px 0 0 7px;
}

.area_products .body_tag .ul_tag li a {
  padding: 5px 10px;
  display: block;
  background: #f7f5f0;
  font-size: 13px;
}

.area_products .body_problem {
  padding: 45px 40px;
  background: #f7f5f0;
}

.area_products .body_problem .ul_problem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.area_products .body_problem .ul_problem li {
  width: 300px;
  padding: 0 0 0 20px;
  position: relative;
}

.area_products .body_problem .ul_problem li:nth-child(n+4) {
  margin: 30px 0 0;
}

.area_products .body_problem .ul_problem li::before {
  content: '\f105';
  font-family: "FontAwesome";
  position: absolute;
  color: #e75298;
  font-size: 13px;
  top: 2px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .area_products .body_problem {
    padding: 8vw 10%;
  }
  .area_products .body_problem .ul_problem {
    display: block;
  }
  .area_products .body_problem .ul_problem li {
    width: initial;
    padding: 0 0 0 1em;
  }
  .area_products .body_problem .ul_problem li:nth-child(n+2) {
    margin: 1.2em 0 0;
  }
}

.area_products .body_keyword {
  padding: 50px 0 80px;
  text-align: center;
  background: #f7f5f0;
}

.area_products .body_keyword .box_search {
  width: 390px;
  margin: 30px auto 0;
  position: relative;
}

.area_products .body_keyword .box_search input[type="text"] {
  width: 100%;
  padding: 20px 20px;
  background: #fff;
  font-size: 18px;
  border-radius: 50px;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

.area_products .body_keyword .box_search input[type="image"] {
  width: 22px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

@media screen and (max-width: 768px) {
  .area_products .body_keyword {
    padding: 10vw 0 14vw;
  }
  .area_products .body_keyword .box_search {
    width: 90%;
    margin: 6vw auto 0;
  }
  .area_products .body_keyword .box_search input[type="text"] {
    padding: .8em 6%;
    font-size: 4vw;
  }
  .area_products .body_keyword .box_search input[type="image"] {
    width: 5vw;
    right: 4%;
  }
}

/* $ 関連スライダー
/* ---------------------------------- */
.ul_related {
  margin: 50px auto 0;
  display: none;
}

.ul_related.slick-initialized {
  display: block;
}

.ul_related li.slick-slide {
  width: 275px !important;
}

.ul_related li.slick-slide + li {
  margin-left: 32px;
}

.ul_related li.slick-slide img {
  width: 100%;
}

.ul_related li.slick-slide a {
  background: none;
  text-align: left;
}

.ul_related li.slick-slide a .thumb {
  height: 275px;
  line-height: .8;
  position: relative;
  overflow: hidden;
}

.ul_related li.slick-slide a .thumb img {
  width: 100%;
}

.ul_related li.slick-slide a .thumb::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 2;
  -webkit-box-shadow: inset 0px 0px 0px 0 rgba(231, 82, 152, 0.5);
  box-shadow: inset 0px 0px 0px 0 rgba(231, 82, 152, 0.5);
}

.ul_related li.slick-slide a:hover .thumb::before {
  -webkit-box-shadow: inset 0px 0px 0px 12px rgba(231, 82, 152, 0.5);
  box-shadow: inset 0px 0px 0px 12px rgba(231, 82, 152, 0.5);
}

.ul_related li.slick-slide a .tit {
  margin: 10px 0 0;
  font-weight: bold;
}

.ul_related li.slick-slide a:focus {
  outline: none;
}

@media screen and (max-width: 768px) {
  .ul_related li.slick-slide {
    width: 45vw !important;
  }
  .ul_related li.slick-slide + li {
    margin-left: 2vw;
  }
  .ul_related li.slick-slide a .thumb {
    height: 45vw;
  }
  .ul_related li.slick-slide a .tit {
    margin: 2vw 0 0;
    font-size: 4.13333vw;
  }
  .ul_related li.slick-slide a .txt {
    font-size: 3.73333vw;
  }
}

.ul_related .slick-arrow {
  width: 58px;
  position: absolute;
  z-index: 2;
}

.ul_related .slick-arrow img {
  width: 100%;
}

.ul_related .slick-arrow.prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: -30px;
  top: 100px;
}

.ul_related .slick-arrow.next {
  right: -30px;
  top: 110px;
}

@media screen and (max-width: 768px) {
  .ul_related .slick-arrow {
    width: 10vw;
  }
  .ul_related .slick-arrow.prev {
    left: -4%;
    top: 15vw;
  }
  .ul_related .slick-arrow.next {
    right: -4%;
    top: 18vw;
  }
}

.btn_back {
  width: 240px;
  margin: 50px auto 0;
}

.btn_back a {
  width: 100%;
  padding: 14px 0;
  display: block;
  border: 1px solid #222;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  color: #222;
  position: relative;
  padding: 10px 0;
}

.btn_back a::after {
  content: '\f105';
  font-family: "FontAwesome";
  position: absolute;
  font-size: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

.btn_back a:hover {
  background: #222;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .btn_back {
    width: 80%;
    margin: 10vw auto 0;
  }
  .btn_back a {
    padding: 3vw 0;
  }
}

.article .area_mainvisual {
  background-image: url(/assets/img/products/mainvisual.jpg);
}

@media screen and (max-width: 768px) {
  .article .area_mainvisual {
    background-image: url(/assets/img/products/mainvisual_sp.jpg);
  }
}

.box_youtube {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.box_youtube iframe {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.area_products {
  line-height: 1.5;
  letter-spacing: 0;
}

.txt_result {
  margin: 30px 0 0;
}

.ul_products_item {
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.ul_products_item > li {
  width: 275px;
  margin-left: 30px;
}

.ul_products_item > li:nth-child(n+5) {
  margin-top: 30px;
}

.ul_products_item > li:nth-child(4n+1) {
  margin-left: 0;
}

.ul_products_item > li > a {
  width: 100%;
  height: 275px;
  display: block;
  background: #f9f9f9;
  position: relative;
}

.ul_products_item > li > a .img {
  line-height: .8;
}

.ul_products_item > li > a .img img {
  width: 100%;
}

.ul_products_item > li > a .hover_img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  overflow: hidden;
  line-height: .8;
}

.ul_products_item > li > a .hover_img img {
  max-width: 100%;
  max-height: 100%;
  min-height: 275px;
}

.ul_products_item > li > a .hover_img::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 2;
  -webkit-box-shadow: inset 0px 0px 0px 0 rgba(231, 82, 152, 0.5);
  box-shadow: inset 0px 0px 0px 0 rgba(231, 82, 152, 0.5);
}

.ul_products_item > li > a:hover .hover_img {
  opacity: 1;
}

.ul_products_item > li > a:hover .hover_img::before {
  -webkit-box-shadow: inset 0px 0px 0px 12px rgba(231, 82, 152, 0.5);
  box-shadow: inset 0px 0px 0px 12px rgba(231, 82, 152, 0.5);
}

.ul_products_item > li .box {
  margin: 30px auto 0;
}

.ul_products_item > li .box .name {
  font-size: 17px;
  text-align: center;
}

.ul_products_item > li .box .txt {
  margin: 10px auto 0;
}

@media screen and (max-width: 768px) {
  .ul_products_item {
    margin: 5vw auto 0;
  }
  .ul_products_item > li {
    width: 48%;
    margin-left: 4%;
  }
  .ul_products_item > li:nth-child(n+3) {
    margin-top: 5vw;
  }
  .ul_products_item > li:nth-child(2n+1) {
    margin-left: 0;
  }
  .ul_products_item > li > a {
    width: 100%;
    height: 44.16vw;
  }
  .ul_products_item > li > a .hover_img img {
    min-height: 100%;
  }
  .ul_products_item > li .box {
    margin: 3vw auto 0;
    text-align: left;
  }
  .ul_products_item > li .box .name {
    font-size: 4vw;
    line-height: 1.5;
  }
  .ul_products_item > li .box .txt {
    margin: 3vw auto 0;
  }
}

.ul_cat_child {
  margin: 10px auto 0;
}

.ul_cat_child li {
  display: inline-block;
  line-height: 1;
  margin-right: 6px;
}

.ul_cat_child li a {
  padding: 4px 15px;
  color: #e75298;
  font-size: 12px;
  border-radius: 15px;
  border: 1px solid #e75298;
  line-height: 2.8;
}

.ul_cat_child li a:hover {
  background: #e75298;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .ul_cat_child {
    margin: 3vw auto 0;
  }
  .ul_cat_child li {
    display: inline-block;
  }
  .ul_cat_child li + li {
    margin-right: 2vw;
  }
  .ul_cat_child li a {
    padding: .5vw 2vw;
    font-size: 3.2vw;
    letter-spacing: 0;
  }
}

.single .box_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single .box_content {
  margin-top: 60px;
}

.single .box_content .tit_line {
  margin-bottom: 20px;
}

.single .box_content.box_detail .tit_line::before {
  width: 100px;
}

@media screen and (max-width: 768px) {
  .single .box_content {
    margin-top: 11vw;
  }
  .single .box_content .tit_line {
    margin-bottom: 4vw;
  }
  .single .box_content.box_detail .tit_line::before {
    width: 16vw;
  }
}

.single .txt_att {
  color: #999;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .single .txt_att {
    font-size: 3.2vw;
  }
}

.single .area_lead .box_slide {
  width: 490px;
}

.single .area_lead .box_text {
  width: 620px;
}

.single .area_lead .box_text .code {
  color: #e75298;
  font-weight: bold;
}

.single .area_lead .box_text .tit {
  padding: 0 0 20px;
  line-height: 1.6;
  letter-spacing: -0.01em;
  font-size: 30px;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
}

.single .area_lead .box_text .txt {
  margin: 20px 0 0;
}

.single .area_lead .box_text .dl_lead {
  margin: 40px 0 0;
  padding: 20px 40px 30px;
  background: #f9f9f9;
}

.single .area_lead .box_text .dl_lead dt, .single .area_lead .box_text .dl_lead dd {
  margin-top: 18px;
  line-height: 1.4;
}

.single .area_lead .box_text .dl_lead dt {
  width: 170px;
  float: left;
}

.single .area_lead .box_text .dl_lead dd {
  margin-left: 180px;
}

.single .area_lead .box_text .area_online .ul_onlineshop {
  width: 100%;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single .area_lead .box_text .area_online .ul_onlineshop li {
  width: 300px;
}

.single .area_lead .box_text .area_online .ul_onlineshop li:nth-child(n + 3) {
  margin-top: 10px;
}

.single .area_lead .box_text .area_online .ul_onlineshop li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.single .area_lead .box_text .area_online .ul_onlineshop li a span {
  display: inline-block;
  position: relative;
  margin: auto;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.13em;
}

.single .area_lead .box_text .area_online .ul_onlineshop li a span::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.single .area_lead .box_text .area_online .ul_onlineshop li a.cuq {
  width: 100%;
  padding: 14px 0;
  display: block;
  border: 1px solid #e75298;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #e75298;
  position: relative;
}

.single .area_lead .box_text .area_online .ul_onlineshop li a.cuq::after {
  content: '\f105';
  font-family: "FontAwesome";
  position: absolute;
  font-size: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

.single .area_lead .box_text .area_online .ul_onlineshop li a.cuq:hover {
  color: #e75298;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .single .area_lead .box_text .area_online .ul_onlineshop li a.cuq {
    font-size: 4vw;
  }
}

.single .area_lead .box_text .area_online .ul_onlineshop li a.cuq:hover {
  color: #fff;
  background: #e75298;
}

.single .area_lead .box_text .area_online .ul_onlineshop li a.cuq span {
  padding-left: 66px;
}

.single .area_lead .box_text .area_online .ul_onlineshop li a.cuq span::before {
  width: 54px;
  height: 50px;
  background: url(../img/products/shop_cuq.png) no-repeat center;
  background-size: 100%;
  left: 3px;
}

.single .area_lead .box_text .area_online .ul_onlineshop li a.rakuten {
  width: 100%;
  padding: 14px 0;
  display: block;
  border: 1px solid #bf0000;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #bf0000;
  position: relative;
}

.single .area_lead .box_text .area_online .ul_onlineshop li a.rakuten::after {
  content: '\f105';
  font-family: "FontAwesome";
  position: absolute;
  font-size: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

.single .area_lead .box_text .area_online .ul_onlineshop li a.rakuten:hover {
  color: #bf0000;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .single .area_lead .box_text .area_online .ul_onlineshop li a.rakuten {
    font-size: 4vw;
  }
}

.single .area_lead .box_text .area_online .ul_onlineshop li a.rakuten:hover {
  color: #fff;
  background: #bf0000;
}

.single .area_lead .box_text .area_online .ul_onlineshop li a.rakuten span {
  padding-left: 34px;
}

.single .area_lead .box_text .area_online .ul_onlineshop li a.rakuten span::before {
  width: 29px;
  height: 50px;
  background: url(../img/products/shop_rakuten.png) no-repeat center;
  background-size: 100%;
  left: 0;
}

.single .area_lead .box_text .area_online .ul_onlineshop li a.amazon {
  width: 100%;
  padding: 14px 0;
  display: block;
  border: 1px solid #ccc;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  color: #ccc;
  position: relative;
}

.single .area_lead .box_text .area_online .ul_onlineshop li a.amazon::after {
  content: '\f105';
  font-family: "FontAwesome";
  position: absolute;
  font-size: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

.single .area_lead .box_text .area_online .ul_onlineshop li a.amazon:hover {
  background: #ccc;
  color: #fff;
}

.single .area_lead .box_text .area_online .ul_onlineshop li a.amazon::after {
  color: #222;
}

.single .area_lead .box_text .area_online .ul_onlineshop li a.amazon span {
  color: #222;
}

.single .area_lead .box_text .area_online .ul_onlineshop li a.amazon:hover {
  color: #222;
  background: #fff;
}

.single .area_lead .box_text .area_online .ul_onlineshop li a.amazon span {
  padding-left: 50px;
}

.single .area_lead .box_text .area_online .ul_onlineshop li a.amazon span::before {
  width: 36px;
  height: 50px;
  background: url(../img/products/shop_amazon.png) no-repeat center;
  background-size: 100%;
  left: 3px;
}

.single .area_lead .box_text .area_online .ul_onlineshop li a.contact {
  width: 100%;
  padding: 14px 0;
  display: block;
  border: 1px solid #e75298;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  color: #e75298;
  position: relative;
}

.single .area_lead .box_text .area_online .ul_onlineshop li a.contact::after {
  content: '\f105';
  font-family: "FontAwesome";
  position: absolute;
  font-size: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

.single .area_lead .box_text .area_online .ul_onlineshop li a.contact:hover {
  background: #e75298;
  color: #fff;
}

.single .area_lead .box_text .area_online .ul_onlineshop li a.contact span {
  color: #e75298;
}

.single .area_lead .box_text .area_online .ul_onlineshop li a.contact:hover {
  color: #e75298;
  background: #fff;
}

.single .area_lead .box_text .area_online .ul_onlineshop li a::after {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.single .area_lead .box_text .area_online .ul_onlineshop li a:hover::after {
  right: 10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 768px) {
  .single .area_lead .box_text .area_online .ul_onlineshop {
    margin: 7vw auto 0;
  }
  .single .area_lead .box_text .area_online .ul_onlineshop li {
    width: 21vw;
  }
  .single .area_lead .box_text .area_online .ul_onlineshop li:nth-child(n + 3) {
    margin-top: 0;
  }
  .single .area_lead .box_text .area_online .ul_onlineshop li a {
    width: 21vw;
    height: 21vw;
  }
  .single .area_lead .box_text .area_online .ul_onlineshop li a span {
    position: static;
    font-size: 0;
    color: transparent;
  }
  .single .area_lead .box_text .area_online .ul_onlineshop li a span::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    margin: auto;
  }
  .single .area_lead .box_text .area_online .ul_onlineshop li a.cuq span {
    padding-left: 0;
  }
  .single .area_lead .box_text .area_online .ul_onlineshop li a.cuq span::before {
    width: 13vw;
    height: 10vw;
    left: 0;
    top: 1vw;
  }
  .single .area_lead .box_text .area_online .ul_onlineshop li a.rakuten span {
    padding-left: 0;
  }
  .single .area_lead .box_text .area_online .ul_onlineshop li a.rakuten span::before {
    width: 7vw;
    height: 8vw;
  }
  .single .area_lead .box_text .area_online .ul_onlineshop li a.amazon span {
    padding-left: 0;
  }
  .single .area_lead .box_text .area_online .ul_onlineshop li a.amazon span::before {
    width: 9vw;
    height: 9vw;
    left: 0;
  }
  .single .area_lead .box_text .area_online .ul_onlineshop li a.contact {
    padding: 0;
  }
  .single .area_lead .box_text .area_online .ul_onlineshop li a.contact::before {
    content: '\f0e0';
    font-family: "FontAwesome";
    font-size: 5.46667vw;
    line-height: 20vw;
  }
  .single .area_lead .box_text .area_online .ul_onlineshop li a::after {
    content: none !important;
  }
}

.single .area_lead .box_text .area_online .btn_filtan {
  margin: 20px auto 0;
  position: relative;
}

.single .area_lead .box_text .area_online .btn_filtan::before {
  content: '';
  display: block;
  width: 63px;
  height: 41px;
  background: url(/assets/img/products/btn_filtan.png) no-repeat center top;
  position: absolute;
  bottom: -4px;
  left: 27px;
  z-index: 2;
}

.single .area_lead .box_text .area_online .btn_filtan a {
  width: 100%;
  padding: 14px 0;
  display: block;
  border: 1px solid #00afec;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  color: #00afec;
  position: relative;
  padding: 13px 0;
  font-size: 16px;
  font-weight: 600;
}

.single .area_lead .box_text .area_online .btn_filtan a::after {
  content: '\f105';
  font-family: "FontAwesome";
  position: absolute;
  font-size: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

.single .area_lead .box_text .area_online .btn_filtan a:hover {
  background: #00afec;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .single .area_lead .box_text .area_online .btn_filtan {
    margin: 9.7vw auto 0;
  }
  .single .area_lead .box_text .area_online .btn_filtan::before {
    width: 11.8vw;
    height: 8vw;
    bottom: initial;
    top: -7vw;
    left: 49%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-size: 100%;
  }
  .single .area_lead .box_text .area_online .btn_filtan a {
    padding: 2vw 0;
    font-size: 4.26667vw;
  }
}

.single .area_lead .ul_cat_child {
  margin: 5px auto 0;
}

.single .area_lead .ul_cat_child li + li {
  margin-left: 10px;
}

.single .area_lead .ul_cat_child li a {
  padding: 1px 15px;
}

@media screen and (max-width: 768px) {
  .single .area_lead {
    margin-top: 5vw;
  }
  .single .area_lead .box_slide {
    width: 100%;
  }
  .single .area_lead .box_text {
    width: 100%;
    margin: 9vw auto 0;
  }
  .single .area_lead .box_text .tit {
    padding: 2vw 0 5vw;
    font-size: 6.4vw;
    letter-spacing: -.01em;
  }
  .single .area_lead .box_text .txt {
    margin: 5vw 0 0;
  }
  .single .area_lead .box_text .ul_cat_child {
    margin: 3vw auto 0;
  }
  .single .area_lead .box_text .dl_lead {
    margin: 9vw 0 0;
    padding: 4vw 4% 10vw;
  }
  .single .area_lead .box_text .dl_lead dt, .single .area_lead .box_text .dl_lead dd {
    margin-top: 5vw;
  }
  .single .area_lead .box_text .dl_lead dt {
    width: 9em;
  }
  .single .area_lead .box_text .dl_lead dd {
    margin-left: 10em;
  }
  .single .area_lead .box_text .box_btn .txt_att {
    margin: 3vw 0 0;
    font-size: 3.46667vw;
    text-align: center;
  }
}

.single .heart {
  color: #e75298;
}

.single .heart span {
  color: #222;
}

.single .area_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.single .area_detail .box_detail {
  width: 580px;
}

.single .area_detail .box_detail:nth-child(even) {
  margin-left: 40px;
}

.single .area_detail .box_detail .ul_dotts {
  margin: 20px 0 0;
  font-weight: 600;
}

.single .area_detail .box_detail .txt_att {
  margin: 15px 0 0;
}

@media screen and (max-width: 768px) {
  .single .area_detail .box_detail {
    width: 100%;
    margin-top: 28vw;
  }
  .single .area_detail .box_detail + .box_detail {
    margin-top: 11vw;
  }
  .single .area_detail .box_detail:nth-child(even) {
    margin-left: 0;
  }
  .single .area_detail .box_detail .ul_dotts {
    margin: 6vw 0 0;
  }
  .single .area_detail .box_detail .ul_dotts > li {
    margin: 5vw 0 0;
    line-height: 1.4;
    font-size: 3.73333vw;
  }
  .single .area_detail .box_detail .ul_dotts > li::before {
    top: 1.5vw;
  }
}

.single .area_detail .dl_devices {
  width: 100%;
  margin: 30px 0 0;
  border-top: 1px solid #ccc;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single .area_detail .dl_devices dt {
  width: 490px;
  padding: 14px 0 14px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}

.single .area_detail .dl_devices dd {
  width: 90px;
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
  background: #fff;
  text-align: center;
  position: relative;
}

.single .area_detail .dl_devices dd img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .single .area_detail .dl_devices {
    margin: 6vw 0 0;
  }
  .single .area_detail .dl_devices dt {
    width: 84%;
    padding: 3.6vw 0 3.6vw 4%;
    float: none;
  }
  .single .area_detail .dl_devices dd {
    width: 16%;
    padding-left: 80%;
    padding: 3.6vw 0;
  }
  .single .area_detail .dl_devices dd img {
    width: 8vw;
  }
  .single .area_detail .dl_devices dd img.no {
    width: 6.4vw;
  }
}

.single .area_detail .ul_colorsample {
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.single .area_detail .ul_colorsample li {
  text-align: center;
  margin-left: 15px;
}

.single .area_detail .ul_colorsample li:nth-child(3n+1) {
  margin-left: 0;
}

.single .area_detail .ul_colorsample li:nth-child(n+4) {
  margin-top: 20px;
}

.single .area_detail .ul_colorsample li figure {
  display: block;
}

.single .area_detail .ul_colorsample li figure img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .single .area_detail .ul_colorsample {
    margin: 3vw auto 0;
  }
  .single .area_detail .ul_colorsample li figcaption {
    font-size: 3.73333vw;
    line-height: 1.4;
  }
}

.single .wrap_youtube {
  width: 640px;
  margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
  .single .wrap_youtube {
    width: 100%;
    margin: 6vw auto 0;
  }
}

.single .ul_variation li img {
  width: 100%;
}

.single .ul_variation li .tit {
  font-weight: bold;
  line-height: 1.6;
  margin: 6px 0 0;
  letter-spacing: .09em;
}

.single .ul_variation li .dl_variation {
  margin: 3px 0 0;
}

.single .ul_variation li .dl_variation dt {
  width: 4em;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.single .ul_variation li .dl_variation dd {
  width: calc(100% - 4em - 10px);
  display: inline-block;
  margin-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.single .ul_variation li .dl_variation .mark {
  width: 9em;
}

.single .ul_variation li .dl_variation .mark + dd {
  width: calc(100% - 9em - 10px);
}

@media screen and (max-width: 768px) {
  .single .ul_variation li .dl_variation .mark {
    display: block;
    width: 100%;
  }
  .single .ul_variation li .dl_variation .mark + dd {
    width: 100%;
    margin: 0;
  }
}

.single .ul_variation li .tb_variation {
  margin: 10px 0 0;
}

.single .ul_variation li .tb_variation th,
.single .ul_variation li .tb_variation td {
  letter-spacing: 0;
}

.single .ul_variation li .tb_variation th {
  padding-right: 1em;
  font-weight: 400;
  max-width: 5.9em;
}

@media screen and (max-width: 768px) {
  .single .ul_variation {
    margin: 7vw auto 0;
  }
  .single .ul_variation li .tit {
    margin: 0vw 0 0;
    letter-spacing: .09em;
  }
  .single .ul_variation li .dl_variation {
    margin: 1vw 0 0;
  }
  .single .ul_variation li .dl_variation dt {
    width: 3.4em;
  }
  .single .ul_variation li .dl_variation dd {
    width: calc(100% - 4em - 4%);
    margin-left: 4%;
    font-size: 3.46667vw;
  }
  .single .ul_variation li .dl_variation .mark {
    display: block;
    width: 100%;
  }
  .single .ul_variation li .dl_variation .mark + dd {
    width: 100%;
    margin: 0;
  }
  .single .ul_variation li .tb_variation {
    margin: 1vw 0 0;
  }
  .single .ul_variation li .tb_variation th,
  .single .ul_variation li .tb_variation td {
    display: inline-block;
    line-height: 1.5;
  }
  .single .ul_variation li .tb_variation th {
    max-width: 100%;
    margin-top: 1.4vw;
  }
  .single .ul_variation li .tb_variation td {
    font-size: 3.46667vw;
  }
}

.single .area_sns {
  margin: 70px auto 0;
  padding: 80px 0 80px;
  background: #f9f9f9;
  text-align: center;
}

.single .area_sns .btn_instagram {
  min-width: 400px;
  margin: 0 auto;
}

.single .area_sns .btn_instagram a {
  min-width: 400px;
  height: 70px;
  padding: 20px 20px 20px 70px;
  display: inline-block;
  background: url(/assets/img/products/btn_instagram_bg.png) no-repeat center;
  background-size: cover;
  color: #fff;
  font-size: 18px;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  line-height: 1.6;
}

.single .area_sns .btn_instagram a span {
  text-align: center;
  position: relative;
}

.single .area_sns .btn_instagram a span::before {
  content: '\f16d';
  font-family: "FontAwesome";
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 0;
  left: -40px;
  line-height: 1;
}

.single .area_sns .btn_instagram a:hover {
  opacity: .7;
}

.single .area_sns .btn_instagram p {
  margin: 17px auto 0;
}

.single .area_sns .ul_sns {
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single .area_sns .ul_sns li {
  width: calc( (100% - 2px) / 3);
}

.single .area_sns .ul_sns li a {
  width: 100%;
  padding: 14px 0;
  display: block;
  color: #fff;
}

.single .area_sns .ul_sns li a:hover {
  opacity: .7;
}

.single .area_sns .ul_sns li a span {
  position: relative;
  left: 16px;
  letter-spacing: .03em;
}

.single .area_sns .ul_sns li a span::before {
  content: '';
  width: 25px;
  font-family: "FontAwesome";
  position: absolute;
  font-size: 30px;
  top: -3px;
  left: -35px;
  line-height: 1;
}

.single .area_sns .ul_sns li a.facebook {
  background: #315096;
}

.single .area_sns .ul_sns li a.facebook span::before {
  content: '\f09a';
}

.single .area_sns .ul_sns li a.twitter {
  background: #1ea1f1;
}

.single .area_sns .ul_sns li a.twitter span::before {
  content: '\f099';
}

.single .area_sns .ul_sns li a.line {
  background: #2abe12;
}

.single .area_sns .ul_sns li a.line span::before {
  display: block;
  width: 30px;
  height: 30px;
  background: url(/assets/img/products/icon_line.png) no-repeat center top;
  background-size: 100%;
  left: -39px;
  top: -5px;
}

@media screen and (max-width: 768px) {
  .single .area_sns {
    margin: 11vw auto 0;
    padding: 9vw 0;
  }
  .single .area_sns .btn_instagram {
    min-width: 100%;
  }
  .single .area_sns .btn_instagram a {
    min-width: 85%;
    height: initial;
    padding: 3.8vw 4% 3.8vw 12%;
    position: relative;
    font-size: 3.73333vw;
  }
  .single .area_sns .btn_instagram a span::before {
    font-size: 4vw;
    position: absolute;
    top: 50%;
    left: -5vw;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: initial;
  }
  .single .area_sns .btn_instagram p {
    margin: 1vw auto 0;
    font-size: 3.2vw;
  }
  .single .area_sns .ul_sns {
    margin: 4vw auto 0;
  }
  .single .area_sns .ul_sns li a {
    padding: 2vw 0;
    line-height: 1;
  }
  .single .area_sns .ul_sns li a span {
    position: relative;
    font-size: 0;
    left: 0;
  }
  .single .area_sns .ul_sns li a span::before {
    font-size: 4vw;
    margin: auto;
    line-height: inherit;
    position: relative;
    left: initial;
    top: initial;
  }
  .single .area_sns .ul_sns li a.line {
    height: 100%;
    position: relative;
  }
  .single .area_sns .ul_sns li a.line span {
    position: absolute;
    width: 4vw;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .single .area_sns .ul_sns li a.line span::before {
    width: 4vw;
    height: 4vw;
    left: 0;
    top: 0;
  }
}

.single .area_related {
  margin: 60px auto 0;
}

.single .area_related .tit_section {
  padding: 0 0 10px;
}

.single .area_related .ul_products_item.ul_related {
  margin: 50px auto 0;
}

.single .area_related .no_item {
  text-align: center;
  margin: 50px auto 0;
}

@media screen and (max-width: 768px) {
  .single .area_related {
    margin: 10vw auto 0;
  }
  .single .area_related .tit_section {
    padding: 0 0 1vw;
  }
  .single .area_related .ul_products_item.ul_related {
    margin: 10vw auto 0;
  }
  .single .area_related .no_item {
    margin: 10vw auto 0;
  }
}

.mv_slider .slider {
  display: none;
}

.mv_slider .slider.slick-initialized {
  display: block;
}

@media screen and (min-width: 769px) {
  .mv_slider .slider {
    width: 490px;
  }
  .mv_slider .slider > li {
    width: 100%;
    height: 490px;
  }
}

.mv_slider .slider .slick-slide {
  height: 490px;
  position: relative;
  background: #f9f9f9;
}

.mv_slider .slider .slick-slide img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .mv_slider .slider {
    width: 90%;
    margin: 0 auto;
  }
  .mv_slider .slider .slick-slide {
    width: 100%;
    height: initial;
    position: relative;
  }
  .mv_slider .slider .slick-slide::before {
    content: '';
    display: block;
    padding-top: 100%;
  }
}

.mv_slider .slick-dots {
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mv_slider .slick-dots li {
  width: 89px;
  height: 89px;
  margin-left: 10px;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.mv_slider .slick-dots li:nth-child(5n+1) {
  margin-left: 0;
}

.mv_slider .slick-dots li:nth-child(n+6) {
  margin-top: 10px;
}

.mv_slider .slick-dots li.slick-active::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 1;
  -webkit-box-shadow: inset 0px 0px 0px 3px #e8619f;
  box-shadow: inset 0px 0px 0px 3px #e8619f;
}

.mv_slider .slick-dots li img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.mv_slider .slick-dots li:hover {
  cursor: pointer;
  opacity: .7;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 768px) {
  .mv_slider .slick-dots {
    margin: 3vw auto 0;
  }
  .mv_slider .slick-dots li {
    width: 14.4vw;
    height: 14.4vw;
  }
  .mv_slider .slick-dots li:nth-child(n+6) {
    margin-top: 2vw;
  }
}

.mv_slider .slick-arrow {
  width: 58px;
  height: 58px;
  position: absolute;
  top: 215px;
  display: block;
  z-index: 10;
}

.mv_slider .slick-arrow img {
  width: 100%;
}

.mv_slider .slick-arrow.slick-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: -29px;
}

.mv_slider .slick-arrow.slick-next {
  right: -29px;
}

@media screen and (max-width: 768px) {
  .mv_slider .slick-arrow {
    width: 11vw;
    height: 11vw;
    top: 40vw;
  }
  .mv_slider .slick-arrow.slick-prev {
    left: -6%;
  }
  .mv_slider .slick-arrow.slick-next {
    right: -6%;
  }
}

.mv_image {
  position: relative;
  overflow: hidden;
}

.mv_image img {
  width: 100%;
}

.mv_image .ul_thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mv_image .ul_thumb li {
  width: 89px;
  position: relative;
  line-height: .8;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.mv_image .ul_thumb li + li {
  margin-left: 10px;
}

.mv_image .ul_thumb li:hover {
  cursor: pointer;
  opacity: .7;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.mv_image .ul_thumb li.select {
  position: relative;
}

.mv_image .ul_thumb li.select::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 1;
  -webkit-box-shadow: inset 0px 0px 0px 3px #e8619f;
  box-shadow: inset 0px 0px 0px 3px #e8619f;
}

.movie .ul_movies {
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.movie .ul_movies li {
  margin-left: 43px;
  text-align: center;
}

.movie .ul_movies li:nth-child(3n+1) {
  margin-left: 0;
}

.movie .ul_movies li:nth-child(n+4) {
  margin-top: 70px;
}

.movie .ul_movies li .img {
  width: 370px;
  height: 208px;
  line-height: .8;
  overflow: hidden;
  position: relative;
}

.movie .ul_movies li .img img {
  max-width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.movie .ul_movies li .tit {
  margin: 10px auto 0;
  font-size: 17px;
}

.movie .ul_movies li a .img::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 1;
}

.movie .ul_movies li a:hover .img::before {
  -webkit-box-shadow: inset 0px 0px 0px 12px rgba(231, 82, 152, 0.5);
  box-shadow: inset 0px 0px 0px 12px rgba(231, 82, 152, 0.5);
}

@media screen and (max-width: 768px) {
  .movie .wrap_sp {
    width: 100%;
    overflow-x: scroll;
  }
  .movie .tab_name {
    width: 1200px;
    margin: 0 auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .movie .tab_name li {
    max-width: 160px;
    min-width: 104px;
    height: 15vw;
    margin: 0 1%;
    padding: 2vw 1%;
  }
  .movie .tab_body > div {
    margin: 30px auto 0;
  }
  .movie .ul_movies li {
    width: 48%;
    margin-left: 4%;
  }
  .movie .ul_movies li:nth-child(odd) {
    margin-left: 0;
  }
  .movie .ul_movies li:nth-child(even) {
    margin-left: 4%;
  }
  .movie .ul_movies li:nth-child(n+3) {
    margin-top: 10vw;
  }
  .movie .ul_movies li .img {
    width: 100%;
    height: initial;
    width: 100%;
    position: relative;
  }
  .movie .ul_movies li .img::after {
    content: '';
    display: block;
    padding-top: 56%;
  }
  .movie .ul_movies li .tit {
    margin: 2vw auto 0;
    font-size: 3.73333vw;
    line-height: 1.4;
  }
}

.modal-open {
  cursor: pointer;
  display: block;
}

.modal_bg {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  text-align: center;
  overflow: auto;
  z-index: 100000;
  cursor: pointer;
  overflow: hidden;
}

.modalInner {
  width: 808px;
  margin: auto;
  padding: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: default;
  background: #000;
  z-index: 10000;
}

.modalInner iframe {
  width: 768px;
  height: 432px;
}

.modalInner .btn {
  width: 300px;
  margin: 5px auto 0;
}

.modalInner .btn a {
  width: 100%;
  padding: 14px 0;
  display: block;
  border: 1px solid #e75298;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #e75298;
  position: relative;
}

.modalInner .btn a::after {
  content: '\f105';
  font-family: "FontAwesome";
  position: absolute;
  font-size: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

.modalInner .btn a:hover {
  color: #e75298;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .modalInner .btn a {
    font-size: 4vw;
  }
}

@media screen and (max-width: 768px) {
  .modalInner {
    width: 100%;
    padding: 12vw 4%;
  }
  .modalInner iframe {
    width: 100%;
    height: initial;
  }
  .modalInner .btn {
    width: 76%;
    margin: 5vw auto 0;
  }
  .modalInner .btn a {
    padding: 2.4vw 0;
  }
}

.modalInner .close_btn {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: -40px;
  right: 0;
}

.modalInner .close_btn::before, .modalInner .close_btn::after {
  content: '';
  width: 40px;
  height: 2px;
  position: absolute;
  display: block;
  top: 14px;
  left: -5px;
  background: #fff;
}

.modalInner .close_btn::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modalInner .close_btn::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .modalInner .close_btn {
    width: 8vw;
    height: 8vw;
    top: -9vw;
  }
  .modalInner .close_btn::before, .modalInner .close_btn::after {
    width: 8vw;
    top: 3vw;
    left: -1.5vw;
  }
}
