@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-feature-settings: "palt";
}

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%;
}

.main-contents-img img {
  width: 100%;
}

/* メインコンテンツ */
.contents-container {
  margin: 0 16px;
}

.contents-main-copy {
  /* height: 48px; */
  padding: 0 16px 18px;
  font-size: 20px;
  margin-top: 14px;
  margin-bottom: 8px;
  border-bottom: solid 0.5px rgb(209, 209, 209);
  line-height: 27px;
}

.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: 28px;
}

.sale-period {
  margin: 30px 0;
}

.annotation {
  font-size: 11px;
}

/*コンテンツ内商品 */
.contents-goods {
  width: 100%;
  margin-bottom: 40px;
}

.contents-goods img {
  width: 100%;
  vertical-align: top;
}

/* リスト罫線なし */
.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: 17.6px;
  margin: 10px 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;
  border-top: 1px solid rgb(209, 209, 209);
  border-bottom: 1px solid rgb(209, 209, 209);
  padding: 8px 0;
  margin: 10px 0;
}

.goods-cost {
  text-align: right;
}

.goods-cost-li {
  font-size: 12px;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}

.goods-tan {
  font-size: 12.8px;
}

.goods-tan-li {
  font-size: 10px;
}

.goods-tan-sub {
  font-size: 20px;
}

.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 6px 40px 0;
  padding: 24px 0 0 0;
  border-top: solid 1px rgb(209, 209, 209);
}

.contents-annotation-list {
  font-size: 0.8rem;
  line-height: 24px;
  text-indent: -1em;
  padding-left: 1em;
  margin: 0 16px 32px;
}

.contents-annotation-list li {
  line-height: 20px;
  margin-bottom: 6px;
  list-style: none;
}

/* 関連情報 */
.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: 20px 0 20px;
}

.contents-link {
  display: block;
  margin: 42px 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;
}

/* footer */
.ft-container {
  background: #e9e9e9;
  padding: 6% 2% 1%;
}

.ft-copy {
  color: #888888;
  font-size: 0.7rem;
  margin: 24px 10px 0;
}

.block-footernav {
  font-size: 12px;
}

.block-footernav ul {
  list-style: none;
}

.block-footernav a {
  text-decoration: none;
  color: #666666;
}

.block-footernav-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 10px;
}

.block-footernav-list a {
  margin-right: 24px;
}

.block-footernav-list li:before {
  display: inline-block;
  content: ">";
  margin: 0 6px 0 0;
}

.block-footernav-list-s {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 24px 10px;
}

.block-footernav-list-s li + li:before {
  display: inline-block;
  margin: 0 6px;
  content: "|";
  color: #c2c2c2;
}

.block-footernav a[target="_blank"]::after {
  background: #a8a8a8;
  right: 3px;
}

.block-footernav a[target="_blank"]::before {
  border-top: solid 1px #a8a8a8;
  border-right: solid 1px #a8a8a8;
  top: calc(50% - 6px);
}
