
.bg-wrap {
  background-color: #f7f5e9; /* 薄いベージュ */
  padding: 40px 0;
}


.small_text {
  font-size: 12px; /* 小さい文字サイズ */
  color: #555; /* 少し淡い色にする（任意） */
	}
	

.clear {
  clear: both;
}

.sp_clear {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_clear {
    clear: both;
  }
}
.pc_block {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc_block {
    display: none;
  }
}
.pc_inline {
  display: inline;
}

@media screen and (max-width: 767px) {
  .pc_inline {
    display: none;
  }
}
.sp_block, .sp_inline {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_block {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sp_inline {
    display: inline;
  }
}
figure {
  margin: 0;
  padding: 0;
  width: 100%;
}
figure img {
  width: 100%;
}

#main_image_background {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
#main_image_background #main_read {
  margin-top: 25px;
}
#main_image_background #main_read h2 {
  letter-spacing: -0.05em; /* カーニングを詰める */
  font-size: 65px;
  text-align: center;
  font-family: "ads-ayumin", sans-serif;
  font-weight: 900;
  color: #691e17;
}
#main_image_background #main_read h3 {
  margin-top: 20px;
  font-size: 31px;
	font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #691e17;
  text-align: left;
  line-height: 2; /* ここで行間を倍に */
}
@media screen and (max-width: 767px) {
  #main_image_background {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  #main_image_background #main_read h2 {
  letter-spacing: -0.05em; /* カーニングを詰める */
    font-size: 33px;
  }
}
@media screen and (max-width: 767px) {
  #main_image_background #main_read h3 {
    font-size: 19px;
    line-height: 1.6em;
  }
}
#contents {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #contents {
    width: 90%;
  }
}
#contents .ttl {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000000;
  border-radius: 9px;
  height: 47px;
  color: white; /* 文字色を白に変更 */
  font-family: "ads-ayumin", sans-serif;
  font-size: 23px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1.8px;
  background-color: #691e17
}

}
#contents #lineup {
  margin-top: 35px;
  margin-bottom: 53px;
}
#contents #lineup .flex_box {
  display: flex;
  justify-content: center;
  align-items: center; /* 縦方向中央配置 */
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #contents #lineup .flex_box {
    display: block;
    margin-left: 0px;
    margin-right: 0px;
  }
}
#contents #lineup .flex_box .left_box, #contents #lineup .flex_box .right_box {
  display: block;
  width: 100%;
}
#contents #lineup .flex_box .left_box .product_image_box, #contents #lineup .flex_box .right_box .product_image_box {
  width: 500px;
  height: 300px;
}
@media screen and (max-width: 767px) {
  #contents #lineup .flex_box .left_box .product_image_box, #contents #lineup .flex_box .right_box .product_image_box {
    width: 100%;
    height: auto;
  }
}
#contents #lineup .flex_box .left_box .product_image_box .product_image, #contents #lineup .flex_box .right_box .product_image_box .product_image {
  width: 100%;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contents #lineup .flex_box .left_box .product_image_box .product_image img, #contents #lineup .flex_box .right_box .product_image_box .product_image img {
  width: 100%;
}
#contents #lineup .flex_box .left_box .product_ttl, #contents #lineup .flex_box .right_box .product_ttl {
  margin-bottom: 15px;
  text-align: center; /* テキスト中央揃え */
  color: #691e17;
  font-family: "ads-ayumin", sans-serif;
  font-size: 65px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  #contents #lineup .flex_box .left_box .product_ttl, #contents #lineup .flex_box .right_box .product_ttl {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 15px;
    font-size: 29px;
  }
}
#contents #lineup .flex_box .left_box .product_detail, #contents #lineup .flex_box .left_box .product_allergy, #contents #lineup .flex_box .right_box .product_detail, #contents #lineup .flex_box .right_box .product_allergy {
  text-align: center; /* テキスト中央揃え */
  margin-top: 20px;
  font-size: 31px;
	font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #691e17;
  text-align: left;
  line-height: 2; /* ここで行間を倍に */
}
@media screen and (max-width: 767px) {
  #main_image_background {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  #main_image_background #main_read h2 {
  letter-spacing: -0.08em; /* カーニングを詰める */
    font-size: 33px;
  }
}
@media screen and (max-width: 767px) {
  #main_image_background #main_read h3 {
    font-size: 19px;
    line-height: 1.6em;
  }
}
#contents #lineup .flex_box .left_box {
  display: flex;
  flex-direction: column; /* 縦方向に整列 */
  align-items: center; /* 中央揃え */
  text-align: center; /* テキスト中央揃え */
  margin-right: 0; /* 余白調整 */
}
@media screen and (max-width: 767px) {
  #contents #lineup .flex_box .left_box {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
#contents #lineup .flex_box .right_box {
  margin-right: 0px;
}
#contents #lineup .product_note {
  margin-top: 47px;
  font-size: 17px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #contents #lineup .product_note {
    margin-top: 30px;
  }
}
#contents #original_sticker {
  margin-top: 22px;
  margin-bottom: 30px;
}
#contents #original_sticker .sticker_ttl {
  margin-bottom: 38px;
  font-family: "ads-ayumin", sans-serif;
  font-size: 31px;
  font-weight: 900;
  text-align: center;
  color: #727171;
}
@media screen and (max-width: 767px) {
  #contents #original_sticker .sticker_ttl {
    font-size: 29px;
  }
}
#contents #original_sticker .sticker_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #contents #original_sticker .sticker_box {
    justify-content: left;
  }
}
#contents #original_sticker .sticker_box .sticker_image_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 164px;
  height: 164px;
  margin-right: 65px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #contents #original_sticker .sticker_box .sticker_image_box {
    width: 46%;
    height: auto;
    margin-right: 8%;
    margin-bottom: 8%;
  }
}
#contents #original_sticker .sticker_box .sticker_image_box img {
  width: 100%;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
}
#contents #original_sticker .sticker_image_box:nth-of-type(5) {
  margin-right: 0px;
}
@media screen and (max-width: 767px) {
  #contents #original_sticker .sticker_image_box:nth-of-type(5) {
    margin-right: 8%;
  }
}
@media screen and (max-width: 767px) {
  #contents #original_sticker .sticker_image_box:nth-child(even) {
    margin-right: 0;
  }
}
#contents #original_sticker hr {
  height: 1px;
  background-color: #231815;
  border: none;
  color: #231815;
}
#contents #campaign_detail {
  margin-top: 22px;
}
#contents #campaign_detail .detail_txt {
  font-size: 23px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #contents #campaign_detail .detail_txt {
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 15px;
	}
	
	
}/*# sourceMappingURL=sanrio202406.css.map */

.product_image img[src*="lineup01.webp"],
.product_image img[src*="lineup02.webp"] {
  width: 20%;
  height: 20%;
	
	@media screen and (max-width: 767px) {
  #contents #lineup .flex_box .left_box .product_detail,
  #contents #lineup .flex_box .right_box .product_detail {
    font-size: 19px;   /* #main_read h3 と揃える */
    line-height: 1.6em;
  }
}
