@charset "EUC-JP";

/* --- Base Layout --- */
body {
  color: #1b4229;
  background: #dce9d5;
  overflow-x: hidden;
  font-feature-settings: 'palt';
  line-height: 1.6;
}

#wrapper {
  padding-top: 20px;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
}
.container img{
  max-width: 100%;
}
.premium__ttlWrap{
      display: flex;
    align-items: center;
    gap: 44px;
    margin: 58px 0 23px;
    background: url('../img/roomba_premium/ttl_line.png')no-repeat;
    background-position: bottom;
    background-size: contain;
}
.premium__ttlTxt{
  text-align: center;
  font-weight: bold;
}
.premium__ttlTxt-sub{
  font-size: 46px;
}
.premium__ttlTxt-main{
  font-size: 108px;
}
.premium__txtWrap{
  padding: 60px 100px;
  background-color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
}
.premium__item{
      display: flex;
    flex-direction: column;
    gap: 17px;
}
.premium__accessaryWrap{
      display: flex;
      gap: 10px;
}
.premium__dateWrap{
      display: flex;
    justify-content: center;
    gap: 7px;
    margin: 40px 0 ;
}
.premium__dateTtl,.premium__dateNum{
  background-color: #f5f0ed;
  padding: 15px 26px;
}
.note{
  font-size: 18px;
  text-align: left;
  margin-bottom: 0px;
}
.premium__txtWrap-3{
  background-color: #f5f0ed;
  padding: 40px 30px;
}
.premium__accessaryTtl{
  margin-bottom: 30px;
}
.premium__content{
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 40px;
}
.note-gray{
  color: #221815;
}
.premium__product{
      background: #fff;
    margin: 90px 0;
    padding: 100px 0;
}
.premium__productTtl{
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 60px;
}
.premium__productItem{
      width: 49%;
    margin: 0 auto;
        display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
}
.c-btn{
      font-size: 20px;
    padding: 20px;
    line-height: 1;
    width: 50%;
    display: inline-block;
    border: 1px solid;
    border-radius: 50px;
    text-align: center;
}
.c-btn-buy{
  background-color: #1e1e1e;
  color: #fff;
}
a.c-btn-buy:hover{
  color: #fff;
  background-color: #395944;
}
.premium__btnWrap{
      width: 100%;
    display: flex;
    gap: 10px;
}
.premium__store{
  margin-bottom: 100px;
}
.premium__storeTtl{
      text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 45px;
}
.premium__storeWrap{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 64px;
}
.premium__storeWrap li{
  width: calc(100% / 4.14);
}
.premium__store__note{
  text-align: right;
  color: #1e1e1e;
  font-weight: 400;
  font-size: 16px;
}
.premium__dateAnnotation{
  font-size: 18px;
}
@media screen and (min-width: 1001px) {
  .pcHide {
    display: none;
  }
}


/*  (Mobile)--------------------- */
@media screen and (max-width: 1000px) {

  body{
    font-family: 13px;
  }

  .pcHide {
    display: block;
  }
  .spHide{
    display: none;
  }
.container{
  padding: 0 6%;
}
  .container img {
    width: 100%;
  }
  .premium__item{
    gap: 10px;
  }
  .premium__content{
    gap:20px;
    margin-bottom: 20px;
  }
  .premium__ttlWrap{
    flex-direction: column;
    gap: 15px;
    margin-top: 10px;
  }
  .premium__ttlWrap img{
    width: 25%;
  }
  .premium__ttlTxt-sub{
    font-size: 24px;
    line-height: 1;
  }
  .premium__ttlTxt-main{
    font-size: 50px;
  }
  .premium__txtWrap{
    padding: 23px;
    font-size: 17px;
  }
  .premium__dateWrap{
        flex-direction: column;
    font-size: 18px;
    margin: 10px 0;
  }
  .note{
    font-size: 14px;
  }
  .premium__accessaryWrap{
    flex-wrap: wrap;
  }
  .premium__accessaryItem{
    width: 30%;
  }
  .premium__accessaryTtl{
    margin-bottom: 20px;
  }
  .premium__product{
        margin: 50px 0;
    padding: 50px 0;
  }
  .premium__productTtl{
    font-size: 30px;
    margin-bottom: 30px;
  }
  .c-btn{
    font-size: 14px;
  }
  .premium__productItem{
    width: 90%;
  }
  img.premium__productItem-515{
    width: 60%;
  }
  .premium__storeTtl{
    font-size: 20px;
    margin-bottom: 30px;
  }
  .premium__storeWrap{
        gap: 2%;
    row-gap: 8px;
    margin-bottom: 40px;
  }
  .premium__storeWrap li {
    width: 49%;
}
.premium__store {
    margin-bottom: 40px;
}
.premium__dateAnnotation{
  font-size: 15px;
  display: block;
}
  
}