/* ------------------------ */
/* 2021冬tiMeeBox用 */
/* ------------------------ */
/* 全体のフォントのデフォルト値 */
.box2021winter {
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  color: #666666;
}
/* 購入はこちらボタンのサイズ */
#box_common_scroll_button img {
  width: 80px;
}
/* セクション全体 */
#page_user_data .ec-layoutRole .ec-layoutRole__contents {
  max-width: initial;
}
.box2021winter .box_section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 800px;
  margin: auto;
  margin-bottom: 80px;
  padding: 0 0;
}
/* セクション2の幅調整 */
.box2021winter .section2 {
  max-width: 980px;
}

/* セクションTP,PC切り替え */
@media screen and (min-width: 600px) {
  .box2021winter .box_section {
    margin-bottom: 96px;
  }
}
/* セクション1商品説明文 */
.box2021winter .product_description {
  margin-right: 5%;
  margin-left: 5%;
  max-width: 90%;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (min-width: 600px) {
  .box2021winter .product_description {
    font-size: 1.8rem;
  }
}
/* セクション1画像幅100% */
.box2021winter .width100 img {
  width: 100%;
}

@media screen and (min-width: 600px) {
  /* セクション1margin調整 */
  .box2021winter .bottom48 {
    margin-bottom: 48px;
  }
}

/* セクション2見出し2 */
.box2021winter .font_headline2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.box2021winter .font_headline2_ruby {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2;
}
/* セクション2本文2 */
.box2021winter .font_desc2 {
  font-size: 1.2rem;
  font-weight: initial;
  line-height: 2;
}
/* セクション2リスト1 */
.box2021winter .font_list1 {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .box2021winter .font_headline2 {
    font-size: 2.8rem;
  }
  .box2021winter .font_headline2_ruby {
    font-size: 1.4rem;
  }
  .box2021winter .font_desc2 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .box2021winter .font_list1 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
/* ---------------------------- */
/* セクション2 */
/* ---------------------------- */
/* tiMeeBox商品詳細 */
.box2021winter .purchase_title {
  width: 100%;
  margin-bottom: 24px;
}
.box2021winter .purchase_product {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}
.box2021winter .purchase_introduction {
  width: 100%;
}
.box2021winter .purchase_list {
  width: 100%;
  margin-right: 5%;
  margin-bottom: 20px;
  list-style-type: square;
}
.box2021winter .purchase_action {
  width: 100%;
}
.box2021winter .purchase_action dt {
  width: 50%;
  text-align: right;
}
.box2021winter .purchase_action dd {
  width: 50%;
  text-align: right;
}
.box2021winter .purchase_price {
  display: flex;
  align-items: baseline;
  width: 100%;
}
.box2021winter .purchase {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}
.box2021winter .purchase_img_sp {
  display: block;
  margin-bottom: 24px;
}
.box2021winter .purchase_img_sp img {
  width: 100%;
}
.box2021winter .cart_button {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  text-decoration: none;
  background-color: #6c6c6c;
  border: 1px solid #707070;
  outline: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  cursor: pointer;
  padding: 8px;
  margin-bottom: 16px;
}
.box2021winter .cart_button:hover {
  transition: 0.4s;
  opacity: 0.6;
}
.box2021winter .cart_button_disabled {
  opacity: 0.6;
  cursor: default;
}
.box2021winter .purchase_product {
  margin-bottom: 48px;
}
@media screen and (min-width: 600px) {
  .box2021winter .purchase_product {
    margin-bottom: 96px;
  }
}

/* tiMeeBoxとは */
.box2021winter .timeebox_section {
  background-color: #f3f3f3;
  background-size: 100%;
  padding-top: 7%;
  padding-bottom: 10%;
  padding-left: 32px;
  padding-right: 32px;
  width: 80%;
  margin: 0 10%;
}
.box2021winter .timeebox_img {
  text-align: center;
  margin: 32px auto;
  max-width: 234px;
}
.box2021winter .timeebox_img img {
  width: 100%;
}
.box2021winter .timeebox_description {
  text-align: center;
}
@media screen and (min-width: 600px) {
  .box2021winter .timeebox_section {
    width: 70%;
    margin: 0 15%;
  }
  .box2021winter .timeebox_img {
    margin: 40px auto;
  }
}
