@charset "UTF-8";
/* ---------------------------------------------------------------------------------------- */
/* Convatec _ 旧exhibition より移植 & 調整
/* ---------------------------------------------------------------------------------------- */
.dp_pc {
  display: block;
}

.dp_sp {
  display: none;
}

.fade {
  display: none;
}

@media screen and (max-width: 836px) {
  .dp_pc {
    display: none;
  }
  .dp_sp {
    display: block;
  }
}

#Booth .wrap-visual {
  position: relative;
}

#Booth .wrap-visual .booth_btn_area {
  position: relative;
  width: 63.02083vw;
  min-width: 650px;
  height: 100%;
  margin: 0 auto;
}

#Booth .wrap-visual .booth_btn_area ul {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#Booth .wrap-visual .booth_btn_area ul li {
  position: relative;
  list-style: none;
  width: 20.33058%;
  margin-top: -17.08333vw;
}

#Booth .wrap-visual .booth_btn_area ul li a span {
  position: absolute;
  top: -130px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 8.85417vw;
  min-width: 130px;
  height: 4.42708vw;
  min-height: 75px;
  background: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .5s;
  transform: translateY(25px) scale(1);
  font-size: .9rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  line-height: 1.3;
}

#Booth .wrap-visual .booth_btn_area ul li a span::before {
  content: '';
  border: 14px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -14px;
  bottom: -28px;
}

#Booth .wrap-visual .booth_btn_area ul li a span::after {
  content: '';
  border: 14px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -14px;
  bottom: -28px;
}

#Booth .wrap-visual .booth_btn_area ul li a:hover span {
  opacity: 1;
  transform: translateY(30px) scale(1);
}

#Booth .wrap-visual .booth_btn_area ul li a img.switch-on {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

#Booth .wrap-visual .booth_btn_area ul li a img.blink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

#Booth .wrap-visual .booth_btn_area ul li:nth-child(1) span {
  /* left: 0;*/
  background: #00978f;
  background: linear-gradient(90deg, rgba(0, 151, 143, 0.8) 0%, rgba(0, 147, 146, 0.8) 100%);
}

#Booth .wrap-visual .booth_btn_area ul li:nth-child(1) span::after {
  border-top-color: rgba(0, 148, 145, 0.8);
}

#Booth .wrap-visual .booth_btn_area ul li:nth-child(2) span {
  /*left: -15px;*/
  background: #009392;
  background: linear-gradient(90deg, rgba(0, 147, 146, 0.8) 0%, rgba(0, 143, 149, 0.8) 100%);
}

#Booth .wrap-visual .booth_btn_area ul li:nth-child(2) span::after {
  border-top-color: rgba(0, 145, 148, 0.8);
}

#Booth .wrap-visual .booth_btn_area ul li:nth-child(3) span {
  /*left: 0;*/
  background: #009095;
  background: linear-gradient(90deg, rgba(0, 144, 149, 0.8) 0%, rgba(0, 140, 152, 0.8) 100%);
}

#Booth .wrap-visual .booth_btn_area ul li:nth-child(3) span::after {
  border-top-color: rgba(0, 140, 152, 0.8);
}

#Booth .wrap-visual .booth_btn_area ul li:nth-child(4) span {
  /*left: 15px;*/
  background: #008c98;
  background: linear-gradient(90deg, rgba(0, 140, 152, 0.8) 0%, rgba(0, 136, 155, 0.8) 100%);
}

#Booth .wrap-visual .booth_btn_area ul li:nth-child(4) span::after {
  border-top-color: rgba(0, 136, 155, 0.8);
}

#Booth .wrap-visual .booth-02 .booth_btn_area {
  position: relative;
  width: 100%;
  min-width: 1024px;
}

#Booth .wrap-visual .booth-02 .booth_btn_area ul {
  width: 35.52083vw;
  min-width: 320px;
  height: 14.89583vw;
  padding-right: 14.27083vw;
  left: auto;
}

#Booth .wrap-visual .booth-02 .booth_btn_area ul li {
  margin-top: 0;
}

#Booth .wrap-visual .booth-02 .booth_btn_area ul li:nth-child(1) {
  margin-top: 82%;
}

#Booth .wrap-visual .booth-02 .booth_btn_area ul li:nth-child(2) {
  margin-top: 12%;
}

#Booth .wrap-visual .booth-02 .booth_btn_area ul li:nth-child(3) {
  margin-top: 78%;
}

#Booth .wrap-visual .btn_area {
  position: absolute;
  width: 47.70833vw;
  margin: 0 auto;
  top: 57.39583%;
  left: 0;
  right: 0;
}

#Booth .wrap-visual .btn_area img {
  width: 104px;
}

#Booth .wrap-visual .btn_area ul.area_01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 44.39%;
}

#Booth .wrap-visual .btn_area ul.area_01 li {
  width: 71.05%;
  list-style: none;
  margin-bottom: 1rem;
}

#Booth .wrap-visual .btn_area ul.area_01 li a {
  display: flex;
  background: #fff;
  align-items: center;
  font-size: 0.8rem;
  text-decoration: none;
  color: #18739f;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  transition: .5s;
}

#Booth .wrap-visual .btn_area ul.area_01 li a:hover {
  box-shadow: 0 0 8px #23a8eb;
}

#Booth .wrap-visual .btn_area ul.area_01 li a span {
  display: inline-block;
  padding-left: 15px;
  font-weight: bolder;
  text-align: left;
}

#Booth .wrap-visual .btn_area ul.area_01 li a sup {
  font-size: 1rem;
}

#Booth .wrap-visual .btn_area ul.area_01 li a img {
  width: 24%;
  max-width: 65px;
}

#Booth .wrap-visual .btn_area ul.area_01 li:nth-child(2) {
  position: absolute;
  right: 0;
}

#Booth .wrap-visual .btn_area ul.area_02 {
  width: 46%;
  display: flex;
  justify-content: space-between;
}

#Booth .wrap-visual .btn_area ul.area_02 li a {
  display: flex;
  background: #18739f;
  border: 1px solid #18739f;
  color: #fff;
  align-items: center;
  font-size: 1.6rem;
  text-decoration: none;
  text-align: center;
  justify-content: center;
  height: 60px;
  transition: .5s;
}

#Booth .wrap-visual .btn_area ul.area_02 li a:hover {
  opacity: .7;
}

#Booth .wrap-visual .btn_area ul.area_02 li:nth-child(1) {
  width: 54%;
}

#Booth .wrap-visual .btn_area ul.area_02 li:nth-child(2) {
  width: 44%;
}

.sp_booth {
  display: none;
}

/*@media screen and (max-width:836px) {

  .sp_booth {
    display: block;
    max-width: 100%;
    width: auto;
  }

  #Booth {
  
    .wrap-visual {
      
      .booth_btn_area {
        padding: 0 3%;
        margin-top: -13%;
        width: 100%;
        ul {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          li {
            position: relative !important;
            top: auto !important;
            left: auto !important;
            a {
              width: auto !important;
              height: auto !important;
              background: none !important;
              text-decoration: none;

              span {
                position: relative;
                top: auto !important;
                left: auto !important;
                width: auto;
                height: auto;
                opacity: 1;
                transform: translateY(0) scale(1);
                background: none !important;
                display: block;
                text-align: left;
                box-shadow: none;
                text-shadow: none;
                color: #18739f;
                font-weight: bolder;
  
                &::before {
                  display: none;
                }
                &::after {
                  display: none;
                }
              }
              &:hover {
                span {
                  transform: translateY(0) scale(1);
                }
              }

              img {
                opacity: 1 !important;
              }

              img.switch-on {
                display: none !important;
              }
            }
          }
  
          li:nth-child(1) {
            width: 48%;
            img {
              max-width: 100%;
              width: auto;
            }
          }
  
          li:nth-child(2) {
            width: 48%;
            img {
              max-width: 100%;
              width: auto;
            }
          }
  
          li:nth-child(3) {
            width: 100%;
            margin-top: 20px;
            a {
              display: flex;
              align-items: center;
              justify-content: space-between;
              box-shadow: 0 0 5px rgba($color: #000, $alpha: .2);
              span {
                width: 48%;
                padding-left: 20px;
              }
              img {
                width: 48%;
              }
            }
          }
  
          li:nth-child(4) {
            width: 100%;
            margin-top: 20px;
            a {
              display: flex;
              align-items: center;
              justify-content: space-between;
              box-shadow: 0 0 5px rgba($color: #000, $alpha: .2);
              span {
                width: 48%;
                padding-left: 20px;
              }
              img {
                width: 48%;
              }
            }
          }
  
          li:nth-child(5) {
            width: 100%;
            margin-top: 20px;
            a {
              display: flex;
              align-items: center;
              justify-content: space-between;
              box-shadow: 0 0 5px rgba($color: #000, $alpha: .2);
              span {
                width: 48%;
                padding-left: 20px;
              }
              img {
                width: 48%;
              }
            }
          }
  
          li:nth-child(6) {
            width: 100%;
            margin-top: 20px;
            a {
              display: flex;
              align-items: center;
              justify-content: space-between;
              box-shadow: 0 0 5px rgba($color: #000, $alpha: .2);
              span {
                width: 48%;
                padding-left: 20px;
              }
              img {
                width: 48%;
              }
            }
          }

        }
      }
  
      .btn_area {
        width: auto;
        padding: 0 3%;
        display: block;

        img {
          width: 104px;
        }

        ul.area_01 {
          width: 100%;
          display: block;

          li {
            width: 100%;
            margin-top: 20px;
            
            a {
              display: flex;
              flex-direction: row-reverse;
              box-shadow: 0 0 5px rgba($color: #000, $alpha: .2);
  
              &:hover {
                box-shadow: 0 0 5px rgba($color: #000, $alpha: .2);
              }

              &:hover {
                background: #fff;
              }
  
              span {
                width: 100%;

                br {
                  display: none;
                }
              }

              img {
                width: 90px;
              }
            }
          }
        }
        
        ul.area_02 {
          width: 100%;
          margin-top: 20px;
  
          li {
            
            a {
              height: 80px;

              &:hover {
                opacity: 1;
              }
            }
  
            &:nth-child(1) {
              width: 48%;
            }
            &:nth-child(2) {
              width: 48%;
            }
          }
        }
      }
    }
  }
}*/
.product_popup {
  position: relative;
  background: #fff;
  width: 900px !important;
  margin: 70px auto 40px;
}

.product_popup .product_head {
  display: flex;
  justify-content: space-between;
}

.product_popup .product_head .logo {
  padding: 10px;
}

.product_popup .product_head .logo img {
  width: 350px;
}

.product_popup .product_head .enav {
  display: flex;
  text-align: center;
}

.product_popup .product_head .enav a {
  font-size: 1em;
  color: #0075a1;
  color: #FFF;
  background: #0075a1;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 10px;
  line-height: 1.5;
  white-space: nowrap;;
  padding: .25em .5em;
  border-bottom: 2px solid #0075a1;
  border-left: 2px solid #0075a1;
  border-right: 2px solid #0075a1;
  transition: .5s;
}

.product_popup .product_head .enav a:hover {
  /*color: #fff;
  background: #0075a1;*/
  color: #0075a1;
  background: #FFF;
}

.product_popup .product_head .enav a span {
  font-size: 1.2rem;
  width: 100%;
  margin: -8px 0 0;
}

.product_popup .product_head .enav a:nth-child(1) {
  width: 119px;
}

.product_popup .product_head .enav a:nth-child(2) {
  width: 119px;
}

.product_popup .product_head .enav a:nth-child(3) {
  width: 210px;
}

.product_popup .image {
  margin-top: 10px;
}

.product_popup .product_btn {
  width: 400px;
  margin: 0 auto;
  position: relative;
  padding-top: 40px;
  padding-bottom: 30px;
}

.product_popup .product_btn .more {
  position: absolute;
  width: 130px;
  top: 0;
  left: 10px;
}

.product_popup .product_btn a {
  font-size: 2.2rem;
  text-align: center;
  line-height: 60px;
  text-decoration: none;
  background: #18739f;
  border: 2px solid #18739f;
  color: #fff;
  display: block;
  font-weight: bold;
  transition: .5s;
}

.product_popup .product_btn a:hover {
  opacity: .7;
}

.product_popup .popup-modal-dismiss {
  position: absolute;
  right: 0;
  top: -65px;
}

@media screen and (max-width: 836px) {
  .product_popup {
    width: 100% !important;
    margin: 70px auto 40px;
  }
  .product_popup .product_head .logo img {
    width: 300px;
  }
  .product_popup .product_head .enav {
    display: none;
  }
  .product_popup .image {
    margin-top: 0;
  }
  .product_popup .image img {
    max-width: 100%;
    width: auto;
  }
  .product_popup .product_btn {
    width: 100%;
    padding: 50px 3% 0;
  }
  .product_popup .product_btn .more {
    top: 10px;
    left: 10px;
    width: 115px;
  }
  .product_popup .product_btn .more a:hover {
    opacity: 1;
  }
  .product_popup .sp_enav {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 3% 20px;
  }
  .product_popup .sp_enav a {
    font-size: 1rem;
    color: #0075a1;
    text-decoration: none;
    display: flex;
    height: 60px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.5;
    border: 2px solid #0075a1;
    margin-top: 10px;
  }
  .product_popup .sp_enav a:nth-child(1) {
    width: 48%;
  }
  .product_popup .sp_enav a:nth-child(2) {
    width: 48%;
  }
  .product_popup .sp_enav a:nth-child(3) {
    width: 100%;
  }
}

.guide_popup {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  width: 500px;
  height: 233px;
  margin: 70px auto 40px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.guide_popup .inner {
  width: 100%;
  text-align: center;
}

.guide_popup .inner .title {
  width: 100%;
  font-size: 2.4rem;
  font-weight: bolder;
  color: #434343;
}

.guide_popup .inner .btn-box {
  margin-top: 25px;
}

.guide_popup .inner .btn-box a {
  font-size: 2rem;
  width: 150px;
  line-height: 50px;
  display: inline-block;
  background: #18739f;
  text-decoration: none;
  color: #fff;
  margin: 0 20px;
}

@media screen and (max-width: 836px) {
  .guide_popup {
    max-width: 500px;
    width: auto;
    height: 245px;
  }
  .guide_popup .inner .title {
    width: 100%;
  }
  .guide_popup .inner .btn {
    margin-top: 0;
  }
  .guide_popup .inner .btn a {
    width: 80%;
    margin-top: 20px;
  }
}
#Booth .wrap-visual .booth_btn_area .popup-mv {
  position: absolute;
  top: 32.77777%;
  left: 30%;
  width: 22.8125%;
  height: 17.9166%;
  background-color: #000;
  box-shadow: 0 0 .5em rgba(0,0,0,.2);
  z-index: 2;
}
#Booth .wrap-visual .booth_btn_area .popup-mv a {
  display: block;
  width: 100%;
  height: 100%;
}