@charset "utf-8";
body {
    -webkit-text-size-adjust: 100%;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 24px;
    margin: 0;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-family: 'Hiragino sans', sans-serif;
}

a{
    color: black;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-decoration: none;
}

/* top */
.contents-block{
    max-width: 490px;
    margin: auto;
}

.top-img{
    width: 100%;
}

/* メインコンテンツ */
.contents-container{
    margin: 0 16px;
    margin-bottom: 48px;
}

.contents-main-copy{
    /* height: 48px; */
    font-size: 18px;
    padding-bottom: 18px;
    margin-top: 14px;
    margin-bottom: 8px;
    border-bottom: solid 0.5px black;
}

.contents-sub-title{
    display: flex;
    height: 54px;
    width: auto;
}

.brand-logo{
    height: 100%;
}

.brand-name{
    width: 100%;
    font-size: 12px;
    line-height: 54px;
    margin-left: 4px;
}

.up-date{
    display: block;
    text-align: right;
    font-size: 11px;
    padding-bottom: 8px;
    color: rgba(78, 78, 78, 0.8);
}

.contents-duty{
    margin-top: 10px;
    margin-bottom: 48px;
}

.sale-period{
    margin: 30px 0;
}

.annotation{
    font-size: 11px; 
}


/*コンテンツ内商品 */
.contents-goods{
    width: 100%;
    margin-bottom: 48px;
}

.contents-goods img{
    width: 100%;
}

/* リスト罫線なし */
.contents-goods-li{
    display: flex;
    width: 100%;
    height: 120px;
    padding: 16px 0;
}

.contents-goods-li img{
    width: 120px;
    padding: 0 10px 0 0;
}

/* リスト罫線あり */
.contents-goods-li-ul{
    display: flex;
    height: 120px;
    border-top: solid 0.5px rgb(209, 209, 209);
    padding: 16px 0;
}

.contents-goods-li-ul:last-child{
    border-bottom: solid 0.5px rgb(209, 209, 209);
}

.contents-goods-li-ul img{
    width: 120px;
    padding: 0 10px 0 0;
}

.goods-block{
    display: block;
    position: relative;
    width: 100%;
}

.goods-name{
    width: 100%;
    font-size: 16px;
    margin: 4px 0 4px 0;
}
.goods-name-sub{
    font-size: 0.7rem;
    text-align: left;
    margin-bottom: 4px;
}

.goods-name-li{
    width: 100%;
    margin: 4px 0 4px 0;
}

.goods-date{
    font-size: 14px;
    width: 100%;
    margin: 16px 0 16px 0;
}
.goods-copy{
    font-size: 14px;
}

.goods-cost{
    margin: 0;
    position: absolute;
    font-size: 16px;
    right: 0;
    bottom: 0;
}

.goods-cost-li{
    font-size: 12px;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}

.goods-tan{
    font-size: 12px;
}

.goods-tan-li{
    font-size: 10px;
}

.goods-tan-sub{
    font-size: 9px;
}

.goods-icon{
    text-align: right;
    width: 28px;
    line-height: 108px;
    padding: 0 6px;
    margin: 0;
}

.goods-icon img{
    width: 50%;
}

/* 注釈 */
.contents-annotation{
    font-size: 12px;
    margin: 60px 0 40px 0;
    padding: 24px 16px 0 16px;
    border-top: solid 1px rgb(209, 209, 209);
}


/* 関連情報 */
.contents-relation-title{
    height: 38px;
    background-color: rgb(209, 209, 209);
    line-height: 38px;
    padding: 0 16px;
}

.contents-relation-title-no{
    height: 38px;
    line-height: 38px;
    padding: 0 16px;
}

/* 商品一覧*/
.contents-relation-goods{
    display: flex;
    border-bottom: solid 0.5px rgb(209, 209, 209);
    height: 120px;
    padding: 16px 16px;
}

.relation-goods-img{
    width: 120px;
}

.relation-goods-img img{
    width: 120px;
}

.relation-goods-info{
    position: relative;
    width: 100%;
    padding: 0 0 0 12px;
    font-size: 13px;
}

.relation-goods-name{
    margin: 0;
    height: 48px;
    padding-top: 6px;
}

.relation-goods-cost{
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-bottom: 6px;
}

.relation-goods-tan{
    font-size: 11px;
}

/* ボタン */
.contents-link-bt{
    margin: 60px 0 60px;
    }
    
    .contents-link{
      display: block;
      margin: 30px 0 42px;
      text-decoration: none;
      font-size: 0.9rem;
      padding: 12px 12px;
      border: 1px solid rgb(214, 214, 214);
      border-radius: 0.5rem;
      color: rgb(80, 80, 80);
    }
    
    .contents-link-br{
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
    .contents-link-nv{
     text-align: center;
     margin-top: 4px;
     font-size: 13px;
    }
    
    .contents-bt{
      font-size: 1rem;
      padding-left: 12px;
      line-height: 24px;
    }
    
    .contents-link img{
      width: 18%;
    }
    
    .contents-link-info{
      font-size: 0.7rem;
      text-align: center;
      margin-bottom: -24px;
    }
    