@charset "UTF-8";

.AB_perfume video {
  width: 100%;
  height: auto;
}

.AB_perfume section {
  margin: 5% auto;
}

.AB_perfume section:last-of-type {
margin-bottom: 10%;
}

  .AB_perfume section.s3 {
    padding:5% 0 2%;
   }

.container {
  display: flex;
  align-items: center;
}

.s2 {
  position: relative;
}

.s2 .container {
  width: 20%;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 15%;
  left: 17%;
}

.container .item {
  align-items: start;
  display: flex;
}

.s2 .container .item {
  flex-direction: column;
  align-items: center;
  margin-bottom: 4%;
}

.s2 .container .item p,
.s2 .container .item h3 {
  text-align: center;
}

.s2 .container .item h3 {
  line-height: 1.3;
  margin-top: 0.1em;
}

.container .item img {
  width: 100%;
  height: auto;
}

.container .box1 {
  flex: 0 0 55%;
}

.container .box2 {
  flex: 1;
}

.AB_perfume .info-padding {
  width: 62%;
  margin: 0 auto;
  justify-content: center;
}

.AB_perfume .master-info {
  width: 61%;
  margin: 0 auto;
  justify-content: center;
}

.AB_perfume .master-info-box {
  position: relative;
  text-align: center;
}

.AB_perfume .master-info-box::before {
  content: "";
  background: url(../images/img-dot01.png) no-repeat center center;
  background-size: contain;
  width:2.35vw;
  height: 2.35vw;
  max-width: 30px;
  max-height: 30px;
  position: absolute;
  font-size: 60px;
  top: -20px;
  left: -45px;
}

.AB_perfume .master-info-box::after {
  content: "";
  background: url(../images/img-dot02.png) no-repeat center center;
  background-size: contain;
  width:2.35vw;
  height: 2.35vw;
  max-width: 30px;
  max-height: 30px;
  position: absolute;
  bottom: -20px;
  right: -45px;
}

@media (max-width: 1200px) {}

@media (max-width: 800px) {

  .container {
    flex-direction: column;
    padding: 0 8vw;
  }

  .AB_perfume .master-info {
    width: 92%;
    margin: 0 auto;
    justify-content: center;
  }

  .s2 .container {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    align-items: start;
    padding: 9vw 10vw 0;
  }

  .s2 .container .item {
    width: 100%;
    flex-direction: row;
    margin-bottom: 3.5vw;
  }

  .s2 .container .item p {
    letter-spacing: 0.1em;
    margin-right: 3vw;
  }

  .s2 .container .item h3 {
    letter-spacing: 0.05em;
    margin-top: 0;
    margin-bottom: 0;
  }


.AB_perfume .info-padding {
  width: 85%;
}

.AB_perfume .master-info-box::before {
  left: -5vw;
  top: -5vw;
  width: 4vw;
  height: 4vw;
}

.AB_perfume .master-info-box::after {
 right: -5vw;
  bottom: -5vw;
  width: 4vw;
  height: 4vw;
}
}

@media (max-width: 500px) {
  .container {
    display: block;
  }

  .AB_perfume .info-padding {
    width: 100%;
  }

  .container .box1,
  .container .box2 {
    padding: 8vw 0 0;
  }

 .s3 .container .box2 {
padding-top: 0;
  }

  .AB_perfume section {
  margin: 10vw auto;
  }

.AB_perfume section:last-of-type {
margin-bottom:20vw
}

  .s2>img {
    width: 84%;
    margin: auto;
  }

  .s2 .container .box2 {
    padding: 0;
  }

}

.anchor_menu {
  width: 100%;
  display: block;
  text-align: center;
  margin: 3em auto;
}

.anchor_menu a {
  letter-spacing: 0.1em;
  color: #000;
  margin-left: 2em;
  margin-right: 2em;
}

.anchor_menu a:first-of-type {
  margin-left: 0;
}

.anchor_menu a:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 800px) {
  .anchor_menu {
    margin: 5vw auto;
  }

  .anchor_menu a {
    margin-left: 5vw;
    margin-right: 5vw;
  }


}


/*********** btn ***********/

.btn {
  margin: 0 3px;
  color: #fff !important;
  background: #000;
  outline: 0;
  transition: all 0.5s ease;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border-radius: 0;
  border: 1px solid #000;
  box-shadow: 0 0 10px #fff;
  height: inherit;
  line-height: 1.3;
  width: 160px;
  font-size: 18px;
  padding: 10px 16px;
  margin: 2em auto;
  display: block;
}


.btn:hover,
.btn:focus,
.btn:active {
  border: 1px solid #000;
  color: #000 !important;
  background: #fff;
}

.shine-btn {
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}


.shine-btn:before {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/shine_light.png) center center no-repeat;
  background-size: cover;
  width: 200%;
  height: 200%;
  top: -5%;
  pointer-events: none;
  -webkit-animation: btn-shine 6s ease 2s infinite;
  animation: btn-shine 6s ease 2s infinite;
}


@keyframes btn-shine {
  0% {
    transform: translateX(-150%) skewX(-15deg);
    opacity: 1;
  }

  80% {
    transform: translateX(450%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    transform: translateX(450%) skewX(-15deg);
    opacity: 0;
  }
}


@media screen and (max-width: 1024px) {
  .btn {
    padding: 8px 12.8px;
    font-size: 14.5px;
    width: 128px;
  }
}

@media screen and (max-width: 800px) {
  .btn {
    font-size: 4vw;
    letter-spacing: 0.1em;
    width: 35vw;
    padding: 2vw 2.5vw;
    padding-left: 4vw;
  }
}