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

/* ヘッダー */
  header {
    padding: 12px 20px;
  }

  header .flexB h1 {
    margin-left: unset;
  }

  header .flexB h1 a img {
    width: 120px;
    height: auto;
  }

  header .flexB .h_right ul {
    z-index: 999;
    position: absolute;
    width: 100%;
    top: 58px;
    right:0;
    background: #fff;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    display: none;
  }

  header .flexB .h_right ul li {
    color: #666;
    text-align: center;
    padding: 16px 0;
    margin: unset;
  }

  header .flexB .h_right ul li:first-child {
    border-top: 1px dashed #999;
  }

  header .flexB .h_right ul li:not(:last-child) {
    border-bottom: 1px dashed #999;
  }

  header .flexB .h_right ul.flexB {
    flex-direction: column;
  }

  header .flexB .h_right .instagram img {
    width: 32px;
  }

  header .flexB .h_right.flexB {
    gap: 12px;
  }

  header .flexB .h_right.flexB .burger {
    position: relative;
    top: 0;
    width: 30px;
    height: 34px;
  }

  header .flexB .h_right .burger {
    display: unset;
  }

  header .flexB .h_right .burger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #666;
    border-radius: 2px;
  }

  .burger span:first-child {
    top: 1px;
    transition: .3s;
  }
    
  .burger span:nth-child(2) {
     top: 10px;
     transition: .3s;
  }
    
  .burger span:nth-child(3) {
     top: 19px;
     transition: .3s;
  }

  .burger.open span:first-child{
    transform: rotate(45deg);
    top: 11px;
    transition: .3s;
  }

  .burger.open span:nth-child(2){
    opacity: 0;
    transition: .3s;
  }

  .burger.open span:nth-child(3){
    transform: rotate(-45deg);
    top: 11px;
    transition: .3s;
  }

  .burger p {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    font-size: 13px;
    font-weight: bold;
    line-height: 0.5;
  }

/* メインビジュアル */
  .mv {
    height: 320px;
  }

  .mv p {
    width: 100%;
    font-size: 32px;
    text-align: center;
    line-height: 28px;
  }

  .mv p span {
    font-size: 13px;
  }

  .inner {
    width: 100%;
  }

  .ttl h2 {
    font-size: 28px;
    line-height: 36px;
  }

  #sec1,
  #sec2 {
    padding: 60px 0;
  }
  
   #sec1 p {
    width: 78%;
   /* margin: 0 auto; */
	height: auto;
    margin-left: 11%;
	line-height: 2;
  }

  #sec2 ul.flexB {
    flex-direction: column;
  }

  #sec2 ul li {
    width: unset;
    height: unset;
    text-align: center;
    margin-bottom: 40px;
  }

  #sec2 dl {
    margin: 0 auto;
  }

  #sec3 {
    padding: 40px 0 0 ;
  }

  #sec3 .inner .w_box {
    margin-bottom: unset;
  }

  #sec3 .inner .w_box .selecter img{
    width: 90%;
    height: auto;
    margin-left: 5%;
  } 

  #sec3 .inner .w_box_inner {
    position: unset;
    width: 100%;
    padding: 48px 20px 60px;
  }

  #sec3 .inner .w_box_inner .selecter a {
    left: 50%;
    transform: translateX(-50%);
  }

  #sec4 .shop_ttl {
    height: 320px;
    /* background-position: center; */
    background-image: unset;
    background-attachment:unset;
    position: relative;
    margin-bottom: unset;
    border-bottom: 60px solid #fff;
  }

  #sec4 .shop_ttl::before {
    content:"";
    display:none;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background:url();
    background-size: cover;
  }

  #sec4 .shop_ttl.active::before {
    background:url(../imges/bath-balls-3006585_1920.jpg);
    display:block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }

  #sec4 .shop_ttl .ttl {
    width: 100%;
  }

  #sec4 .shop_ttl .ttl h2{
    font-size: 32px;
  }

  #sec4 .inner {
    margin-bottom: unset;
  }

  #sec4 .inner.flexB {
    flex-direction: column;
    border-bottom: 60px solid #fff;
  }

  #sec4 .inner.flexB .selecter a img {
    width: 90%;
    height: auto;
    margin-left: 5%;
    margin-bottom: 30px;
	margin-top: 20px;
  }

  #sec4 table {
    width: 100%;
    padding: 0 20px;
  }

  #sec4 table tbody tr th,
  #sec4 table tbody tr td {
    padding: 12px 20px;
  }

  #sec5 {
    padding: 40px 0 0;
  }

  #sec5 .inner.flexB {
    flex-direction: column;
  }

  #sec5 .inner.flexB h1 {
    margin-left: unset;
    text-align: center;
  }

  #sec5 .inner.flexB .h_right.flexB {
    margin: 28px 0 36px;
    flex-direction: column;
    align-items: center;
  }

  #sec5 .inner.flexB .h_right.flexB .flexB {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin-bottom: 28px;
  }

  #sec5 .inner.flexB .h_right.flexB .flexB li {
    margin-right: unset;
    padding: 12px 0;
    text-align: center;
  }

  #sec5 .inner.flexB .h_right.flexB .flexB li a {
    font-size: 16px;
    line-height: 20px;
  }


  footer .inner {
    padding: 12px 0;
    text-align: center;
  }
  footer .inner small{
    margin: unset;
  }

}