.thesnkr {
  /* -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; */
}

.thesnkr .con-wrapper {
  width: 800px;
  margin: 0 auto;
}

.thesnkr .con-wrapper.b-bottom {
  border-bottom: 1px solid #000;
  padding: 0 0 40px 0;
}

.thesnkr .title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin: 30px 0 0 0;
}

.thesnkr .title span {
  font-size: 1.6rem;
}

.thesnkr .con-title {
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",times,serif;
  font-size: 3rem;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.6;
  font-weight: 400;
  width: 83%;
}

.thesnkr .description {
  font-size: 1.3rem;
  line-height: 2;
  margin: 25px 0 0 0;
}

.thesnkr .credit {
  font-size: 1.1rem;
  line-height: 1.7;
  margin: 30px 0 0 0;
  text-align: right;
  color: #666;
}

.thesnkr .quesion {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: bold;
  margin: 40px 0 20px;
}

.thesnkr .quesion:before {
  width: 100px;
  content: "";
  display: inline-block;
  border-top: 1px solid #000;
  margin: 0 15px 0 0;
  position: relative;
  top: -5px;
}

.thesnkr .answer {
  font-size: 1.5rem;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}

.thesnkr .item-name {
  font-size: 2rem;
  line-height: 1.8;
  font-weight: bold;
  margin: 40px 0 20px;
}

.thesnkr .item-photo {
  margin: 60px 0 0 0;
}

/* 上部プレゼント */
.thesnkr .head-present-box {
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  padding: 20px;
  margin: 50px 0 0 0;
  display: flex;
  flex-wrap: nowrap;
  text-decoration: none;
  -webkit-align-items: center;
  position: relative;
}

.thesnkr .head-present-box .ballon {
  position: absolute;
  top: -15px;
  right: 15px;
  background: #ff0066;
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 10px 12px 9px;
  border-radius: 100px;
}

.thesnkr .head-present-box .text-box {
  margin: 0 0 0 30px;
}

.thesnkr .head-present-box .text-box .head-present-title {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.5;
}

.thesnkr .head-present-box .text-box .head-present-detail {
  font-size: 1.2rem;
  line-height: 1.7;
  color: #666;
  margin: 5px 0 10px 0;
}

.thesnkr .head-present-box .text-box .head-present-button {
  display: inline-block;
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 16px 20px 14px;
}

/* 商品ボックス */
.thesnkr .item-box {
  border: 1px dotted #aaa;
  padding: 17px 25px;
  margin: 30px 0 0 0;
}

.thesnkr .item-box .button-box {
  display: flex;
  flex-wrap: nowrap;
  text-decoration: none;
  -webkit-align-items: center;
}

.thesnkr .item-box .button-box .product-img-box {
  flex-basis: 160px;
  height: 90px;
  background: #fff;
  overflow: hidden;
  position: relative;
}

.thesnkr .item-box .button-box .product-img-box img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -23px;
  bottom: 0;
  margin: auto;
}

.thesnkr .item-box .button-box .product-description {
  flex-basis: 70%;
  margin: 0 0 0 17px;
}

.thesnkr .item-box .button-box .product-description .name {
  font-size: 1.6rem;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 20px;
  margin: 0;
  line-height: 1;
  font-weight: bold;
}

.thesnkr .item-box .button-box .product-description .sell-text {
  font-size: 1.2rem;
  font-weight: normal;
  color: #777;
  margin: 4px 0 0 0;
  line-height: 1;
}

.thesnkr .item-box .button-box .product-description .price {
  color: #ff0030;
  font-size: 2rem;
  font-weight: bold;
  margin: 10px 0 0 0;
  line-height: 1;
}

.thesnkr .item-box .button-box .product-description .price span {
  font-size: 1rem;
  position: relative;
  top: -3px;
  left: 3px;
  background: #ff0030;
  border-radius: 2px;
  color: #fff;
  padding: 3px 6px 1px 5px;
  margin: 0;
  line-height: 1;
}

/* 下部プレゼント */

.thesnkr .bottom-present-box .bollon {
  background: #ff0066;
  color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
  padding: 12px 0 10px;
  display: block;
  width: 120px;
  box-sizing: border-box;
  text-align: center;
  margin: 80px auto 0;
}

.thesnkr .bottom-present-box .main-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  text-decoration: none;
  -webkit-align-items: center;
}

.thesnkr .bottom-present-box .main-img {
  display: block;
  width: 33%;
}

.thesnkr .bottom-present-box .text-box {
  margin: 0 0 0 30px;
}

.thesnkr .bottom-present-box .text-box .title {
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  padding: 0 0 5px 0;
  margin: 0;
}

.thesnkr .bottom-present-box .text-box-2 {
  border-top: 1px dotted #000;
  border-bottom: 1px solid #000;
  margin: 40px 0 0 0;
  padding: 40px 0 40px 0;
}

.thesnkr .bottom-present-box .text-box-2.none {
  border-top: none;
  margin: 0;
}

.thesnkr .bottom-present-box .text-box-2 .title {
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  padding: 0 0 5px 0;
  margin: 0;
}


.thesnkr .bottom-present-box .sub-title {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
  margin: 18px 0 0 0;
}

.thesnkr .bottom-present-box .text {
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.9;
  margin: 10px 0 0 0;
}

.thesnkr .bottom-present-box .detail-text {
  font-size: 1.1rem;
  color: #999;
  line-height: 1.8;
  margin: 20px 0 0 0;
}

/* プロフィール */

.thesnkr .profile {
}

.thesnkr .profile.b-top {
  border-top: 1px solid #000;
  margin-top: 60px;
}

.thesnkr .profile .name {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",times,serif;
  margin: 40px 0 0 0;
}

.thesnkr .profile .text {
  font-size: 1.2rem;
  color: #666;
  line-height: 1.7;
  margin: 10px 0 0 0;
}


/* シェア */

.thesnkr .share-box {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}

.thesnkr .share-box ul {
  display: inline-block;
}

.thesnkr .share-box ul li {
  display: inline-block;
  margin: 10px 0 0 5px;
}


/* バックナンバー */

.thesnkr .backnumber {
  border-top: 14px solid #eee;
  margin: 80px 0 0 0;
  padding: 60px 0 0 0;
}

.thesnkr .backnumber.index {
  border: none;
  margin: 0;
  padding: 0;
}

.thesnkr .backnumber .bn-title {
  font-size: 5.6rem;
  color: #000;
  font-weight: bold;
  font-family: helvetica;
  letter-spacing: -4px;
  margin: 0 0 20px 0;
}

.thesnkr .backnumber .bn-list {
  position: relative;
  width: 100%;
  height: 700px;
  display: block;
}

.thesnkr .backnumber .bn-list .bn-img {
  width: 100%;
  height: 550px;
  display: block;
  overflow: hidden;
  position: relative;
}

.thesnkr .backnumber .bn-list .bn-img img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.thesnkr .backnumber .bn-list .bn-text-box {
  position: absolute;
  right: 0;
  top: 500px;
  background: #fff;
  padding: 20px 0 20px 20px;
  box-sizing: border-box;
  width: 80%;
}

.thesnkr .backnumber .bn-list .bn-text-box .bn-num {
  font-weight: bold;
  font-size: 2rem;
  color: #000;
  letter-spacing: 0;
}

.thesnkr .backnumber .bn-list .bn-text-box .bn-num span {
  background: linear-gradient(transparent 60%, #c6ff00 50%);
}


.thesnkr .backnumber .bn-list .bn-text-box .bn-title {
  font-weight: bold;
  font-size: 3rem;
  color: #000;
  letter-spacing: 0;
  margin: 12px 0 16px;
  line-height: 1.2;
}

.thesnkr .backnumber .bn-list .bn-text-box .bn-date {
  font-weight: bold;
  font-size: 1.1rem;
  letter-spacing: 0;
  color: #999;
}

/* ---------- index ---------- */

.thesnkr .backnumber .page-title {
  font-size: 6rem;
  color: #000;
  font-weight: bold;
  letter-spacing: -2px;
  font-family: helvetica;
  margin: 0;
}

.thesnkr .backnumber .page-description {
  font-size: 1.6rem;
  color: #000;
  font-weight: bold;
  line-height: 1.8;
  margin: 0 0 30px 0;
}
