@charset "UTF-8";

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

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

#mint-hairoil img {
  width: 100%;
  display: block;
  vertical-align: bottom;
}

#mint-hairoil a img {
  transition: opacity ease 0.3s;
}

#mint-hairoil .ma {
  margin-left: auto;
  margin-right: auto;
}

#mint-hairoil .pr {
  position: relative;
}

#mint-hairoil .pa {
  position: absolute;
}

#mint-hairoil .pf {
  position: fixed;
}

#mint-hairoil .db {
  display: block;
}

#mint-hairoil .di {
  display: inline;
}

#mint-hairoil .dib {
  display: inline-block;
}

#mint-hairoil .dn {
  display: none;
}

#mint-hairoil .df {
  display: flex;
}

#mint-hairoil .fww {
  flex-wrap: wrap;
}

#mint-hairoil .fwnw {
  flex-wrap: nowrap;
}

#mint-hairoil .jcc {
  justify-content: center;
}

#mint-hairoil .jcsb {
  justify-content: space-between;
}

#mint-hairoil .jcfs {
  justify-content: flex-start;
}

#mint-hairoil .jcfe {
  justify-content: flex-end;
}

#mint-hairoil .aic {
  align-items: center;
}

#mint-hairoil .aifs {
  align-items: flex-start;
}

#mint-hairoil .aife {
  align-items: flex-end;
}

#mint-hairoil .oxh {
  overflow-x: hidden;
}

#mint-hairoil .tl {
  text-align: left;
}

#mint-hairoil .tc {
  text-align: center;
}

#mint-hairoil .tr {
  text-align: right;
}

#mint-hairoil .tj {
  text-align: justify;
}

#mint-hairoil .hac {
  left: 50%;
  transform: translateX(-50%);
}

#mint-hairoil .vam {
  top: 50%;
  transform: translateY(-50%);
}

.marugo {
  font-family: dnp-shuei-mgothic-std, "Shuei MaruGo", sans-serif !important;
  font-weight: 400;
}

.bold,
.bold * {
  font-weight: 600 !important;
}

.orange {
  color: #ff8701;
}

/* layout */
body {
  scrollbar-width: none;
  /*Firefox対応のスクロールバー非表示コード*/
  -ms-overflow-style: none;
  /*Internet Explore対応のスクロールバー非表示コード*/
}

body::-webkit-scrollbar {
  display: none;
  /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}

body {
  background: #F4FDF9;
}

header {
  height: 7rem;
  width: 100%;
  max-width: 750px;
  position: fixed;
  z-index: 999;
  left: calc(50% - 375px);
  top: 0;
  padding: 2rem 4rem;
  background: rgba(255, 255, 255, 0.75);
}

header p {
  margin: 0 auto;
  max-width: 27%;
}

header nav .menu {
  background: #fffdeb;
}

header nav .menu__inner ul li a {
  color: #333;
  font-size: 1.8rem;
}

header nav .menu .closeBtn span {
  color: #333;
}

#mint-hairoil {
  max-width: 750px;
  background: #fff;
  box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.3);
  overflow-x: hidden;
  margin: auto;
}

#mint-hairoil main .inner {
  width: 89.334%;
  margin: 0 auto;
}

footer {
  height: unset;
  margin: 0 0 90px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  header {
    padding: 5vw 0 0 4vw;
  }

  header {
    height: 3.5rem;
    width: 100%;
    left: 0;
    top: 0;
    padding: 1rem;
  }

  header p {
    width: 11rem;
    display: block;
  }

  #mint-hairoil {
    box-shadow: none;
    max-width: 100%;
    position: relative;
    overflow: hidden;
  }

  footer {
    height: unset;
    padding-bottom: 0;
    margin: 0 0 12vw;
  }
}

.fixBanner {
  position: fixed;
  bottom: -30vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 750px;
  transition: 0.4s;
  z-index: 101;
}

.show02 .fixBanner {
  bottom: 0;
}

#mint-hairoil main {
  margin-top: 7rem;
}


#mint-hairoil .sec01 .pa,
#mint-hairoil .sec03 .pa,
#mint-hairoil .sec04 .pa,
#mint-hairoil .sec08 .pa,
#mint-hairoil .sec09 .pa {
  top: 0;
}

#mint-hairoil .fv  {
  margin-bottom: 9%;
}
#mint-hairoil .fv .fv02 {
  bottom: -5.5%;
}




#mint-hairoil .slide {
  position: absolute;
  top: 34%;
  width: 78%;
}


#mint-hairoil .btn01 {
  bottom: 9%;
  width: 83%;
}

#mint-hairoil .btn02 {
  bottom: 7%;
  width: 83%;
}

#mint-hairoil .btn03 {
  bottom: 8%;
  width: 83%;
}
#mint-hairoil .anchor {
  position: absolute;
  top: 90%;
  width: 83%;
}

@media screen and (max-width: 767px) {
  #mint-hairoil main {
    margin-top: 3.5rem;
  }

  #mint-hairoil #cart {
    padding-top: 3.5rem;
    margin-top: -3.5rem;
  }
}

/* ----------------------------------
    decorations
---------------------------------- */
#mint-hairoil .fadeIn,
#mint-hairoil .fadeIn.faded {
  transition: 1.2s;
}



/* ----------------------------------
    details
---------------------------------- */
#mint-hairoil .add {
  background: #fdf0ee;
}

#mint-hairoil .video {
  width: 78%;
  top: 26%;
}


#mint-hairoil footer .logo {
  width: 46.668%;
  padding: 70px 0;
  margin: 0 26.5%;
}
#mint-hairoil footer ul {
  font-size: 20px;
  margin-bottom: 40px;
}
#mint-hairoil footer ul li{
  padding: 0 7px;
}
#mint-hairoil footer ul li:nth-child(2){
  border-left: solid 1px #333;
  border-right: solid 1px #333;
}

#mint-hairoil footer small {
  font-size: 18px;
}

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


  #mint-hairoil #acc2 {
    margin: 0 0 6.667vw 0;
  }


  #mint-hairoil footer .logo {
    padding: 10vw 0;
    margin: 0 26.5%;
  }

  #mint-hairoil footer ul {
    font-size: 2.667vw;;
    margin-bottom: 6%;
  }
  #mint-hairoil footer ul li{
    padding: 0 1vw;
  }

  #mint-hairoil footer small {
    font-size: 2.2vw;
  }
}

/* anm */
.btn a {
  display: block;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes dokidoki {
  0% {
    transform: scale(1);
  }

  40% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  60% {
    transform: scale(1);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes dokidoki {
  0% {
    transform: scale(1);
  }

  40% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  60% {
    transform: scale(1);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes pulse {
  from {
    transform: translateX(0%);
  }

  5% {
    transform: translateX(2%);
  }

  10% {
    transform: translateX(0%);
  }

  to {
    transform: translateX(0%);
  }
}

@keyframes pulse {
  from {
    transform: translateX(0%);
  }

  5% {
    transform: translateX(2%);
  }

  10% {
    transform: translateX(0%);
  }

  to {
    transform: translateX(0%);
  }
}

/* ----------------------------------
    slide, slick
---------------------------------- */
.slide li {
  margin: 7px;
}
.slide .slick-prev {
  z-index: 10;
  border-radius: 50%;
  font-size: 0;
  opacity: 0.8;
  width: 100px;
  height: 100px;
  background: url(../img/btn_left.png) center no-repeat;
  background-size: contain;
  left: -10%;
  top: 47%;
}

.slide .slick-next {
  z-index: 10;
  border-radius: 50%;
  font-size: 0;
  opacity: 0.8;
  width: 100px;
  height: 100px;
  background: url(../img/btn_right.png) center no-repeat;
  background-size: contain;
  right: -10%;
  top: 47%;
}

.slide .slick-prev::before {
  content: "";
  border: 0px;
  transform: rotate(45deg);
  position: absolute;
}

.slide .slick-next::before {
  content: "";
  border: 0px;
  transform: rotate(45deg);
  position: absolute;
}

.slide .slick-slide img {
  display: block;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .slide {
    width: 100vw;
  }
  .slide .slick-prev {
    width: 12vw;
    height: 12vw;
    left: -10%;
    top: 48%;
  }
  .slide .slick-next {
    width: 12vw;
    height: 12vw;
    right: -10%;
    top: 48%;
  }
  .slide .slick-prev::before {
    width: 2.4vw;
    height: 2.4vw;
  }
  .slide .slick-next::before {
    width: 2.4vw;
    height: 2.4vw;
  }
  .slick-slide {
    width: 100vw;
    height: auto;
  }
  .slide .slick-prev::before {
    width: 2.667vw;
    height: 2.667vw;
  }
  .slide .slick-next::before {
    width: 2.667vw;
    height: 2.667vw;
  }
}
.slide-dots {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.slide-dots li {
  display: inline-block;
  margin: 0 8px;
}

.slide-dots li button {
  position: relative;
  text-indent: -9999px;
}

.slide-dots li button::before {
  background-image: url(../img/dots02.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  height: 13.5px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 24px;
  width: 2vw;
}

.slide-dots li.slick-active button::before {
  background-image: url(../img/dots01.png);
}

button {
  background: none;
  border: none;
  outline: none;
  padding: 0 7px;
}

.slide .slick-dots li {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  list-style: none;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  color: #d3cfc7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 767px) {
  .slide-dots {
    margin: -7% auto 0;
    padding: 0;
    text-align: center;
  }
  .slide-dots li {
    display: inline-block;
    margin: 0 0.8vw;
  }
}

.fixBanner a:hover img {
  opacity: 1;
}
