@charset "Shift_JIS";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');

html {
  scroll-behavior: smooth;
}

picture {
  display: block;
}


.haircare_container {
  margin: 0;
  padding: 0;
  width: 100%;
}

.main_title {
  text-align: center;
}

.all_contents {
  background-color: #ffffff;
}


.inner_01 {
  max-width: 1096px;
  width: 90%;
  margin: auto;
  padding: 0;
}

.inner_02 {
  background-color: #d6f4ff;
}

.inner_03 {
  text-align: center;
  margin: 0 auto -50px auto;
}

.inner_end {
  width: 100%;
}

.reviews {
  display: block;
  padding: 40px;
}

.ways {
  max-width: 1096px;
  width: 90%;
  margin: auto;
  background-color: #ffffff;
}

.ways01 {
  margin: 80px 0;
}

/* .list_01 {
  text-indent: 70px;
  padding-left: 440px;  
  list-style: none;
  font-size: 24px;
  color: black;
} */

.title_img {
  max-width: 1920px;
  margin: 0px auto;
}

.title_img01 {
  max-width: 1920px;
  margin: 0 auto;
}

.title_01_img {
  background-color: #f2fafd;
}

.title_02_img {
  background-color: #ffffff;
}

.id_head {
  scroll-margin-top: 80px;
}

/* -- start hamburger  --*/

.hamburger {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
}

.hamburger-button {
  position: fixed;
  z-index: 2;
  width: 80px;
  height: 80px;
  top: 48px;
  right: 48px;
  background-color: #046eb8;
  color: #fff;
  border-radius: 4px;
}

.hamburger-button-border {
  position: absolute;
  display: inline-block;
  width: 50%;
  height: 2.5%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 4px;
  transition: all 0.4s;
}

.hamburger-button-border:nth-child(1) {
  top: 25%;
}

.hamburger-button-border:nth-child(2) {
  top: 40%;
}

.hamburger-button-border:nth-child(3) {
  top: 55%;
}

.hamburger-button-border:nth-child(3)::after {
  color: #fff;
  font-size: 1.6rem;
}

.hamburger-button-text {
  position: absolute;
  width: 4em;
  top: 65%;
  left: 50%;
  transform: translateX(-50%);
}

.hamburger-button-text {
  font-size: 1.2rem;
}

.hamburger-content {
  position: fixed;
  top: 0;
  left: 100%;
  height: 100vh;
  overflow: auto;
  width: 320px;
  padding: 128px 16px;
  background-color: #036EB8;
  transition: all 0.4s;
}

.hamburger-list {
  margin-top: 48px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.hamburger-item {
  font-size: 1.4rem;
  list-style: none;
}

.hamburger-item:nth-child(n+2) {
  border-top: 1px solid #fff;
}

.clickable {
  cursor: pointer;
  transition: filter 0.1s ease;
}

.clickable:hover {
  opacity: 0.875;
  transition: 0.25s;
}

.hamburger-item-link {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 32px;
  color: #fff;
}

.hamburger-item-link:hover {
  text-decoration: none;
}

.hamburger-arrow {
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 1.6rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.active .hamburger-content {
  transform: translateX(-100%);
}

.active .hamburger-bg {
  width: 100vw;
  height: 100vh;
}

.active .hamburger-button-border {
  width: 50%;
  top: 50%;
  left: 25%;
}

.active .hamburger-button-border:nth-child(1) {
  transform: rotate(-45deg);
}

.active .hamburger-button-border:nth-child(2) {
  opacity: 0;
}

.active .hamburger-button-border:nth-child(3) {
  transform: rotate(45deg);
}

.active .hamburger-button-text {
  display: none;
}

.active .hamburger-bg {
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
}

.scroll-disable {
  overflow-y: hidden;
}

/* -- end   --*/

/* -- start sticky menu -- */

.sticky-anchor-link {
  position: sticky;
  top: 0;
  z-index: 5;
  padding: 0.8rem 0;
}


.sticky-anchor-link-list {
  display: flex;
  width: 960px;
  margin: auto;
}

.sticky-anchor-link-item {
  flex: 1;
  list-style: none;

}

.sticky-anchor-link-item img {
  max-width: 35%;
}

.sticky-anchor-link-item-link {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0.5rem 0rem;
}

.sticky-anchor-link {
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #046eb8;
  height: 80px;
}

.sticky-anchor-link-item {
  border-left: 1px solid #fff;

}
.sticky-anchor-link-item:last-child {

  border-right: 1px solid #fff;
}

.sticky-anchor-link-item-pickup {
  border-left: 1px solid #fff;
}

.sticky-anchor-link-item-link {
  color: #fff;
}


/* -- end sticky menu -- */

/* -- start �R���e���c�摜  --*/

.contents_img {
  max-width: 1920px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0;
}

/* -- end   --*/




/* -- start �\��{�^��  --*/
.cart01 {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 50px 0 80px 0;  
  display: block;
  margin: 0;
}

.cart02 {
  padding-bottom: 50px;  
  text-align: center;
  background-color: #f2fafd;
}

.cart-button_01 {
  width: 40%;
  position: absolute;
  top: 67%;
  left: 53%;
}



/* -- end  --*/


@media screen and (width < 768px) {
  .haircare_container {
    margin: auto;
    width: 100%;
  }

  .all_contents {
    background-color: #ffffff;
  }

  .inner_01 {
    padding: 15px 0;
    display: block;
  }

  .inner_01_01 {
    margin-top: -35%;
  }

  .inner_end {
    width: 100%;
  }

  .inner_03 {
    margin-top: 0px;
    display: block;
  }

  .cart01 {
    position: relative;
    padding: 15px 0px;
    display: block;
    margin-bottom: 20px;
  }

  .cart02 {
    padding-bottom: 25px;  
  }

  .ways {
    background-color: #fff;
    padding: 0px;
    display: block;

  }

  .ways01 {
    margin: 30px auto;
    width: 100%;
  }

  .ways01_01 {
    width: 100%;
  }


  .reviews {
    margin: 0px;
    padding: 20px;
  }

  /* .list_01 {
    list-style: none;
    font-size: 12px;
    display: block;
    padding-left: 10px;
    text-indent: 35px;
    text-align: center;
  } */

  .title_01_img {
    background-color: #f2fafd;
  }

  .id_head {
    scroll-margin-top: 0px;
  }


  /* -- start hamburger  --*/

  .hamburger-button {
    width: 6.4rem;
    height: 6.4rem;
    top: 5vw;
    right: 5vw;
  }

  .hamburger-button-border:nth-child(3)::after {
    font-size: 3vw;
  }

  .hamburger-content {
    width: 70vw;
    padding: 15vw 4vw 0;
  }

  .hamburger-list {
    margin-top: 7.5vw;
  }

  .hamburger-item-link {
    padding: 5vw;
  }

  .active .hamburger-button-border {
    top: 3.5rem;
    left: 2rem;
  }

  /* -- end  --*/


  /* -- start button  --*/


  .cart-button_01 {
    width: 85%;
    position: absolute;
    top: 80%;
    left: 8%;
  }


  .cart-button_02 {
    width: 85%;
    position: absolute;
    top: 48%;
    left: 8%;
  }




  /* -- end  --*/




/* -- start �R���e���c�摜  --*/

.contents_img {
  margin: 0;
}

.contents_space {
  padding: 10px 0;
}

/* -- end   --*/


}