@charset "utf-8";
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    font-size: 16px;
}
body{
    overflow-x: hidden; /*スクロールバーを隠す*/
}
a{
    display: block;
    text-decoration: none;
}
li{
    text-decoration: none;
}
ul {
    list-style: none;
}
body{
    font-size:16px;
    line-height: 1.7;
    letter-spacing: .1rem;
    color:rgba(62,58,57,1);
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
.fadein {
    opacity : 0;
    transform: translateY(20px);
    transition: all 1s;
}

.hamburger ,.globalMenuSp{
    display: none;
}

.pc{
    display: block;
}
.sp{
    display: none;
}



/* @media screen and (max-width: 480px){
    body{
        line-height: 1.5;
        letter-spacing: 0;
    }    
} */
/* 横幅が1500px以上の時は内側は1400px以上にはならない */
/* @media(min-width:1500px){
    .area01{
        max-width: 1400px;
    }
} */
/* #home{
    background-image: url(../image/top01.jpg);
    min-height: 100vh;
} */
/* .big-bg{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
} */

/* ナビ */
.header-nav{
    width: 90vw;
    /* max-width: 1200px; */
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
}
.header-logo{
    display: flex;
    align-items: center;
}
.header-logo h1{
    margin-top: 0.5rem;
}
.header-logo p{
    margin-left: 1.5rem;
    font-size: 1.1rem;
    /* font-weight: 500; */
    letter-spacing: 0;
}
.header-nav-in{
    display: flex;
    text-decoration: none;
    justify-content: space-between;
}
.header-nav-in li{
    margin-left: 2rem;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 0.95rem;
}
.header-nav-in li a{
    color: rgb(89,87,87);
}

/* 取り扱い商品 */
.item-wrapper01{
    max-width: 1200px;
    /* width: 80vw; */
    margin: 0 auto;
    padding: 8rem 1rem 8rem 1rem;
    background-image: url(../image/back03.jpg);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: left 0 bottom 18%;
}
.item-wrapper01 h2{
    /* display: inline-block; */
    font-size: 2rem;
    margin-bottom: -2rem;
}
.item-top{
    position: relative;
    height: 75vh;
    background: url(../image/item-top.jpg) no-repeat center;
    background-size: cover;
    margin: 0 0 3rem 25%;
}

.sub-top-cap{
    width: 75vw;
    padding: 0 1rem 2rem 2.5rem;
}
.sub-top-cap h3{
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 2rem;
}
.sub-top-cap p{
    color: #fff;
}

/* 富士山熔岩プレート */

.item-wrapper02{
    padding: 8rem 1rem 6rem 1rem;
    color:rgb(62,58,57);
}
.item-wrapper02 h3{
    max-width: 1300px;
    padding: 0 1rem;
    margin: 0 auto;
    font-size: 1.8rem;
    font-weight: 500;  
    position:relative;
}
.item-wrapper02 h3::after{
    margin: 0 auto;
    content:"";
    display:block;
    width: 100%;
    max-width: 1200px;
    height:1rem;
    background-color: rgb(201,202,202);
    position:absolute;
    bottom:-1rem;
    left: -5px;
    /* padding: 0 1rem; */
 }
.item-grid{
    max-width: 1100px;
    margin: 6rem auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 5%;
    place-items: center;
    padding: 0 1rem;
}
.item-photo{
    display: grid;
    grid-template-rows: 70% 30%;
}
.item-photo02{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 3%;
}
.item-grid img{
    width: 100%;
}
.item-grid h4{
    text-align: left;
    font-size: 1.35rem;
    font-weight: 500;
    position:relative;
}
.item-grid h4::after{
    margin: 0 auto;
    content:"";
    display:block;
    width:40px;
    height:0.25rem;
    background-color: rgb(201,202,202);
    position:absolute;
    bottom: -1.5em;
    text-align: center;
    left:43%;
 }
 .item-det-os{
    margin-top: 4rem;
 }



.item-size-os{
    font-size: 0.9rem;
}
.item-price-os{
    font-size: 1.5rem;
    font-weight: 500;
}
.item-tax-os{
    font-size: 0.9rem;
    font-weight: 500;
}
.item-cau{
    font-size: 0.9rem;
    margin-top: 1rem;
    line-height: 1.2;
}
/* .item-qua{
    display: inline-block;
    margin-top: 2rem;
    vertical-align: middle;
    align-items: center;
} */
.os-cart-con textarea{
    width: 60%;
    border: 1px solid rgb(89,87,87);
}
.os-cart-con select{
    width: 60%;
    border: 1px solid rgb(89,87,87);
}
.os-cart{
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: center;
    margin-top: 2rem;    
}
.os-cart-con{
    display: grid;
    grid-template-columns: 30% 70%;
    align-items: center;
}
.os-cart a{
    color: #fff;
    background-color: rgb(195,13,35);
    text-align: center;
    padding: 0.5rem 1rem;
    width: 90%;
}

.os-cart input{
    color: #fff;
    background-color: rgb(195,13,35);
    text-align: center;
    padding: 0.5rem 1rem;
    width: 90%;
}

/* ↓↓↓ おすすめポイント　プレート・石鹸リスト部分 ↓↓↓ */

.item-grid-point{
    max-width: 1000px;
    margin: 2rem auto;
    padding: 0 2rem;
}
.item-grid-point p{
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 2rem;
}
.item-wrapper02 div ol{
    counter-reset:number; /*数字をリセット*/
    list-style-type: none!important; /*数字を一旦消す*/
    padding:0.5em;
    /* background: #f5faff; */
}
.item-wrapper02 div ol li{
    position: relative;
    padding-left: 30px;
     line-height: 1.5em;
    padding: 0.5em 0.5em 0.5em 30px;
}
.item-wrapper02 div ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: rgb(160,160,160);
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* ↑↑↑ おすすめポイント プレート・石鹸リスト部分 ↑↑↑ */

/* 石鹸のみ */
.soap-det{
    margin-bottom: 1rem;
}
.soap-pat{
    font-size: 0.8rem;
    color: #fff;
    background-color: rgb(113,113,113);
    padding: 0.3rem 0.5rem;
    border-radius: 1rem;
}
.soap-sale{
    font-size: 0.8rem;
    color: #fff;
    background-color: rgb(195,13,35);
    padding: 0.3rem 0.5rem;
    /* border-radius: 1rem; */
}

/* マリモのみ */
.item-grid-point .os-marimo-grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 1%;
    letter-spacing: 0;   
}
.item-grid-point .os-marimo-con{
    padding: 1rem;
    background-color: rgb(220,220,220);
}
.item-grid-point div .os-marimo-det{
    margin-bottom: 0;
    font-size: 0.85rem;
}

.soap-price{
    color: rgb(195,13,35);
    font-weight: 500;
}
/* ↓↓↓ 通販共通部分 ↓↓↓ */
.os-postage{
    max-width: 1100px;
    margin: 0 auto 5rem auto;
}
.os-postage h3{
    padding: 3px;
    border-bottom:2px solid rgb(62,58,57);
}
.os-pos-area{
    display: grid;
    grid-template-columns: repeat(8,1fr);
    place-items: center;
    padding: 2rem;
    /* border: 1px solid rgb(62,58,57); */
}
/* .os-pos-area p{
    border: 1px solid rgb(62,58,57);
    padding: 1rem;
} */
.os-seller{
    color: #fff;
    background-color: rgb(181,181,181);
    font-size: 1.1rem;
    font-weight: 400;
    border: hidden;
    margin: 2rem 0 1.5rem 0;
    padding: 0.5rem 0;
}
.box {
    display: grid;
    /* width: calc(100% - 10px); */
    border-top: 1px solid rgb(62,58,57);
    border-left: 1px solid rgb(62,58,57);
    grid-auto-rows: auto;
    grid-template-columns: 25% 75%;    
  }
  .box__itmes {
    font-size: 16px;
    padding: .25rem .25rem .25rem .5rem;
    color: #444;
    border-right: 1px solid rgb(62,58,57);
    border-bottom: 1px solid rgb(62,58,57);
    background-color: #fff;
  }
  .box__title{
      background-color: rgb(220,220,220);
  }
  .os-seller-grid{
      display: grid;
      grid-template-columns: repeat(2,1fr);
      grid-column-gap: 3%;
      font-size: 0.9rem;
      letter-spacing: 0;
  }