@charset "utf-8";
/*-----------------------------------------*/
/* 全体 */
/*-----------------------------------------*/
.seasonGift_wrap {
  width: 100%;
  box-sizing: border-box;
}
.seasonGift_wrap h1 {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}
.seasonGift_wrap h2 {
  font-size: 20px;
  text-align: center;
  background: none;
  padding-top: 0;
}
.seasonGift_wrap {
  font-size: 18px;
  text-align: center;
  background: none;
  padding-top: 0;
  font-family: "FOT-マティス Pro M";
}
.seasonGift_wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.listcContainer {
  width: 94%;
  margin: 0 auto;
}
/*-----------------------------------------*/
/* 10,800円以上で送料無料 */
/*-----------------------------------------*/
.postage_free {
  background-color: #b22222;
  width: 100%;
}
.postage_free p {
  font-size: 12px;
  text-align: center;
  color: #fff;
  line-height: 30px;
  margin: 0;
  letter-spacing: 0.08em;
}
.freesm {
  font-size: 10px;
}
.freelg {
  font-size: 14px;
}
/*-----------------------------------------*/
/* 贈り物サービス */
/*-----------------------------------------*/
.all_service {
  background-color: #F7F6EE;
  padding: 20px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}
.all_service div {
  width: 100%;
}
.all_service h2 {
  margin-bottom: 20px;
  margin-top: 0;
	font-size:22px;
}
.all_service p {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.all_service .btn {
  display: none;
}
.all_service .btn2 {
  font-size: 14px;
  display: block;
  width: 100%;
  margin: 20px auto 0;
  max-width: 200px;
  line-height: 20px;
  padding: 10px 20px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 60%, #ffffff 60%, #e5e5e5 100%);
  background: -webkit-linear-gradient(top, #ffffff 60%, #ffffff 60%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #ffffff 60%, #ffffff 60%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
  transition-duration: 0.1s;
  transition-timing-function: ease-in-out;
  position: relative;
}
.all_service .btn2 a {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  color: #DC5800;
  font-size: 20px;
  font-family: "FOT-ニューセザンヌ ProN M";
  text-align: center;
  font-weight: bold;
}
.all_service .btn2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 20px;
  height: 20px;
  margin: auto;
  background-color: #544232;
  border-radius: 50px;
  vertical-align: middle;
}
.all_service .btn2::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  right: 23px;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.all_guide {
  background-color: #F0EBDF;
  padding: 15px;
  margin-top: 10px;
}
.all_guide ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.all_guide li {
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  font-size: 14px;
  text-align: center;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 15px;
}
.all_guide li:nth-child(2n) {
  margin-right: 0;
}
.all_guide li:nth-child(3+4) {
  margin-bottom: 0;
}
.merit_title {
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  margin: 5px 0;
  color: #a15b5b;
}
.merit_txt {
  font-size: 12px;
  text-align: left;
  line-height: 1.5;
  padding: 0;
  margin: 5px 0;
}
.merit_icon {
  display: block;
  max-width: 50px;
  height: auto;
  margin: 0 auto 10px;
}
.online_merit_link {
  display: block;
  font-size: 12px;
  background-color: #F7F6EE;
  border-radius: 6px;
  line-height: 20px;
  margin: 5px 0;
  padding: 5px;
  text-align: center;
}
/*-----------------------------------------*/
/* 売れ筋ランキング */
/*-----------------------------------------*/
.ranking {
  width: 100%;
  margin: 40px 0 60px;
}
.ranking .title {
  background-color: #F0EBDF;
  padding: 10px 0;
}
.ranking .title:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-image: url(https://bunmeidokobe.itembox.design/item/img/free/campaign/wintergift_2022/ranking_crown_gold.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.ranking .strong {
  color: #b1941d;
}
.rankingBox {
  padding-bottom: 30px;
}
.rankingBox:last-of-type {
  padding-bottom: 0;
}
.fs-c-productListCarousel__list h2 {
  font-size: 1.4rem;
  text-align: left;
  font-family: none;
}
.fs-c-buttonContainer .btn_detail {
  padding: 3px 6px;
}
.HotSelling .slick-slide:nth-of-type(1)::before {
  content: '1位';
	margin-left:10px;
}
.HotSelling .slick-slide:nth-of-type(2)::before {
  content: '2位';
	margin-left:10px;
}
.HotSelling .slick-slide:nth-of-type(3)::before {
  content: '3位';
	margin-left:10px;
}
.HotSelling .slick-slide:nth-of-type(4)::before {
  content: '4位';
	margin-left:10px;
}
.HotSelling .slick-slide:nth-of-type(5)::before {
  content: '5位';
	margin-left:10px;
}
.HotSelling .slick-slide:nth-of-type(6)::before {
  content: '6位';
	margin-left:10px;
}
.HotSelling .slick-slide:nth-of-type(7)::before {
  content: '7位';
	margin-left:10px;
}
.HotSelling .slick-slide:nth-of-type(8)::before {
  content: '8位';
	margin-left:10px;
}
.HotSelling .slick-slide:nth-of-type(9)::before {
  content: '9位';
	margin-left:10px;
}
.HotSelling .slick-slide:nth-of-type(10)::before {
  content: '10位';
	margin-left:10px;
}
.ranking .btn2, .product_list .btn2 {
  font-size: 16px;
  display: block;
  width: 100%;
  margin: 30px auto 0;
  max-width: 230px;
  line-height: 20px;
  padding: 10px 20px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 60%, #ffffff 60%, #e5e5e5 100%);
  background: -webkit-linear-gradient(top, #ffffff 60%, #ffffff 60%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #ffffff 60%, #ffffff 60%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
  transition-duration: 0.1s;
  transition-timing-function: ease-in-out;
}
.ranking .btn2 a, .product_list .btn2 a {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  color: #DC5800;
  font-size: 20px;
  font-family: "FOT-ニューセザンヌ ProN M";
  text-align: center;
  font-weight: bold;
}
.ranking .btn2::before, .product_list .btn2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 20px;
  height: 20px;
  margin: auto;
  background-color: #544232;
  border-radius: 50px;
  vertical-align: middle;
}
.ranking .btn2::after, .product_list .btn2::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  right: 23px;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fs-c-productListItem__imageContainer{
	border:1px solid #dcdcdc;
}
.slick-track .fs-c-productListItem__notice{
	display: none;
	/*position: absolute!important;
	top:30px;
	left:16px;
	padding:2px 10px!important;
	font-size:13px!important;*/
}
/*-----------------------------------------*/
/* ピックアップ */
/*-----------------------------------------*/
.product_list {
  margin: 0 auto 60px;
}
.product_list h2 {
  background: #eee8aa;
  padding: 10px 0;
}
.product_list h3 {
  margin: 0 0 7px 0;
  text-align: left;
	font-size:16px;
}
.product_list h3:first-child {
  margin-top: 30px;
  text-align: left;
}
.product_list h3:first-child::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-image: url(https://bunmeidokobe.itembox.design/item/img/free/campaign/wintergift_2022/ranking_crown_gold.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.product_list h3:nth-of-type(2)::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-image: url(https://bunmeidokobe.itembox.design/item/img/free/campaign/wintergift_2022/ranking_crown_silver.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.product_list h3:nth-of-type(3)::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-image: url(https://bunmeidokobe.itembox.design/item/img/free/campaign/wintergift_2022/ranking_crown_copper.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
/*-----------------------------------------*/
/* 熟練の職人が焼き上げる手焼きのカステラ */
/*-----------------------------------------*/
.product_contents {
  width: 100%;
  padding: 0 15px 40px;
}
.product_contents ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 0;
}
.product_contents li {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
}
.product_contents h2 {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}
.product_contents h3 {
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 0;
}
.product_contents p {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 0;
	text-align: left;
}
.product_contents .castella_ttl {
  font-family: "FOT-マティス Pro M";
	color: brown;
	font-size:16px;
}
.product_contents .btn {
  font-size: 16px;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 300px;
  line-height: 35px;
  margin: 0 auto;
  padding: 10px 20px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 60%, #ffffff 60%, #e5e5e5 100%);
  background: -webkit-linear-gradient(top, #ffffff 60%, #ffffff 60%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #ffffff 60%, #ffffff 60%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
  transition-duration: 0.1s;
  transition-timing-function: ease-in-out;
}
.product_contents .btn a {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  color: #DC5800;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "FOT-ニューセザンヌ ProN M";
  text-align: center;
  font-weight: bold;
}
.product_img {
  margin-bottom: 20px;
}
.freepage_border_top {
  padding: 30px 0 20px;
  margin-top: 0;
}
.product_contents ul.castella_point li {
  width: 100%;
  display: flex;
}
.product_contents ul.castella_point li .material {
  width: 35%;
  margin-right: 5%;
}
.product_contents ul.castella_point li .material img {
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
}
.product_contents ul.castella_point li .material_txt {
  width: 60%;
}
/*-----------------------------------------*/
/* のし紙・包装・手さげ袋について */
/*-----------------------------------------*/
.campaign_service {
  flex-wrap: wrap;
}
.campaign_service p{
	font-size:14px;
}
.one, .two {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid gray;
}
.two:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.service_noshi2 {
  width: auto;
  height: 100%;
  max-height: 400px;
  margin-bottom: 20px;
  background: #fff;
}
.service_noshi, .service_noshi2, .service_package, .service_bag {
  background: #fff;
  padding: 15px;
  border-radius: 6px;
}
.list_box, .campaign_service, .all_service {
  position: relative;
  width: 100%;
  margin: 0 0 15px;
  display: flex;
  padding: 15px;
  background-color: #F0EBDF;
  border-radius: 4px;
}
.list_box {
  margin: 0 0 20px;
}
.list_img {
  width: 40%;
}
.listcContainer_block {
  padding: 0 0 0 10px;
  width: 60%;
}
.tag_list {
  padding: 0;
  width: 100%;
  color: #fff;
	text-align: left;
}
.castella_tag {
  display: inline-block;
  color: #fff;
  font-size: 11px;
  margin: 5px 0;
  border-radius: 5px;
  line-height: 20px;
  padding: 0 5px;
}
.buttonTypeC {
  border-radius: 5px;
  max-width: 300px;
}
.buttonTypeC a {
  font-size: 1.4rem;
  font-size: 14px;
  line-height: 28px;
  margin-top: 5px;
}
/* 金額 */
.set_ttl {
  font-size: 18px;
  font-family: "FOT-マティス Pro M";
  line-height: 1.2;
  margin: 0;
}
.castella_price, .set_price {
  color: #d65f1d;
  font-size: 14px;
  margin: 0 0 10px;
}
.castella_price span, .set_price span {
  font-size: 10px;
}
.season {
  background: #ff730c;
}
.egg {
  background: #ffa500;
}
.deliciousness {
  background: #fa8072;
}
.cut {
  background: #5572b2;
}
.limited {
  background: #c98136;
}
.package {
  background: #39bddb;
}
.listcContainer_block p {
  font-size: 14px;
  margin: 0;
	text-align: left;
}
.product_list ul li img {
  float: left;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  /*-----------------------------------------*/
  /* 全体 */
  /*-----------------------------------------*/
  .seasonGift_wrap {
    margin-top: 50px;
  }
  .listcContainer {
    width: 100%;
  }
  .mess {
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .seasonGift_header h1 {
    font-size: 18px;
  }
	.fs-c-buttonContainer form .btn_detail{
		font-size:14px;
	}
/*.seasonGift_wrap h2 {
  font-size: 24px;
}
.seasonGift_wrap h3 {
  font-size: 16px;
	margin:0 0 20px;
}*/
  /*-----------------------------------------*/
  /* 10,800円以上で送料無料 */
  /*-----------------------------------------*/
  .postage_free {
    margin-top: 8px;
    border-radius: 3px;
  }
  .postage_free p {
    font-size: 16px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    margin: 0;
    letter-spacing: 0.08em;
  }
  .freesm {
    font-size: 14px;
  }
  .freelg {
    font-size: 20px;
  }
  /*-----------------------------------------*/
  /* 贈り物サービス */
  /*-----------------------------------------*/
	#okurimono_advantage h2{
		font-size:22px;
	}
  .all_service h2 {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .all_service p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
	  text-align: left;
  }
  .all_service .btn {
    display: none;
  }
  .all_service .btn2 {
    font-size: 14px;
    display: block;
    width: 100%;
    margin: 20px auto 0;
    max-width: 200px;
    line-height: 20px;
    padding: 10px 20px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 60%, #ffffff 60%, #e5e5e5 100%);
    background: -webkit-linear-gradient(top, #ffffff 60%, #ffffff 60%, #e5e5e5 100%);
    background: linear-gradient(to bottom, #ffffff 60%, #ffffff 60%, #e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
    transition-duration: 0.1s;
    transition-timing-function: ease-in-out;
	position: relative;
  }
  .all_service .btn2 a {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    color: #DC5800;
    font-size: 20px;
    font-family: "FOT-ニューセザンヌ ProN M";
    text-align: center;
    font-weight: bold;
  }
  .all_service .btn2::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 20px;
    height: 20px;
    margin: auto;
    background-color: #544232;
    border-radius: 50px;
    vertical-align: middle;
  }
  .all_service .btn2::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    right: 23px;
    top: 0;
    bottom: 0;
    margin: auto;
    vertical-align: middle;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .all_guide {
    background-color: #F0EBDF;
    padding: 20px;
    margin-top: 10px;
    border-radius: 6px;
  }
  .all_guide li {
    text-align: center;
    width: 23%;
    margin-right: 2.5%;
    margin-bottom: 0;
    padding: 15px 15px 5px 15px;
  }
  .all_guide li:nth-child(2n) {
    margin-right: 2.5%;
  }
  .all_guide li:nth-child(4n) {
    margin-right: 0;
  }
  .merit_title {
    font-size: 15px;
    font-weight: bold;
  }
  .merit_txt {
    font-size: 14px;
    margin: 10px 0;
  }
  .merit_icon {
    display: block;
    max-width: 70px !important;
    height: auto;
    margin: 0 auto 10px;
  }
  .online_merit_link {
    font-size: 14px;
  }
  /*-----------------------------------------*/
  /* 売れ筋ランキング */
  /*-----------------------------------------*/
  .rankingBox {
    padding-bottom: 20px;
  }
  .ranking .title {
    padding: 10px 20px;
	  font-size:22px;
  }
  .fs-c-productListCarousel {
    width: 100%;
    margin: 0;
  }
  /*-----------------------------------------*/
  /* ピックアップ */
  /*-----------------------------------------*/
  .product_list h2 {
    background: #eee8aa;
    padding: 10px 20px;
    text-align: center;
  }
  .product_list h3 {
    margin: 25px 0 10px 0;
  }
  .listcContainer_block {
    padding: 0 0 0 20px;
  }
  .product_list .castella_ttl {
    font-size: 20px;
    font-family: "FOT-マティス Pro M";
	  text-align: left;
  }
  .buttonTypeC {
    margin: 0;
  }
  .buttonTypeC a {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 5px 40px 5px 40px;
  }
  /*-----------------------------------------*/
  /* 熟練の職人が焼き上げる手焼きのカステラ */
  /*-----------------------------------------*/
  .product_contents {
    width: 100%;
    padding: 0;
  }
  .product_contents .mess {
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 20px 0 10px;
  }
  .product_contents h2 {
    font-size: 27px;
    margin-bottom: 30px;
    margin-top: 0;
    text-align: center;
  }
  .product_contents p {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
  .product_contents li {
    margin-bottom: 20px;
  }
  .product_contents li:last-child {
    margin-bottom: 50px;
  }
  .castella_ttl span {
    display: inline-block;
    font-size: 22px;
    color: #800000;
  }
  .product_contents ul.castella_point {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .product_contents ul.castella_point li {
    width: 47%;
    margin-right: 6%;
    display: flex;
  }
  .product_contents ul.castella_point li:nth-child(2n) {
    margin-right: 0;
  }
  .product_contents ul.castella_point li .material {
    width: 30%;
    margin-right: 3%;
  }
  .product_contents ul.castella_point li .material_txt {
    width: 67%;
  }
  /*-----------------------------------------*/
  /* 贈り物サービス */
  /*-----------------------------------------*/
  .all_service {
    display: flex;
    flex-direction: row;
    padding: 30px;
    align-items: center;
  }
  .all_service div {
    width: 48%;
    margin-right: 4%;
  }
  .all_service div:nth-child(2n) {
    margin-right: 0;
  }
  .all_service img {
    width: 100%;
    display: block;
  }
  .all_service .btn {
    font-size: 16px;
    display: block;
    width: 100%;
    max-width: 350px;
    line-height: 25px;
    padding: 10px 20px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 60%, #ffffff 60%, #e5e5e5 100%);
    background: -webkit-linear-gradient(top, #ffffff 60%, #ffffff 60%, #e5e5e5 100%);
    background: linear-gradient(to bottom, #ffffff 60%, #ffffff 60%, #e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
    transition-duration: 0.1s;
    transition-timing-function: ease-in-out;
  }
  .all_service .btn a {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    color: #DC5800;
    font-size: 20px;
    font-family: "FOT-ニューセザンヌ ProN M";
    text-align: center;
    font-weight: bold;
  }
  .all_service .btn::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 20px;
    height: 20px;
    margin: auto;
    background-color: #544232;
    border-radius: 50px;
    vertical-align: middle;
  }
  .all_service .btn::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    right: 23px;
    top: 0;
    bottom: 0;
    margin: auto;
    vertical-align: middle;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .all_service .btn2 {
    display: none;
  }
  /*-----------------------------------------*/
  /* のし紙・包装・手さげ袋について */
  /*-----------------------------------------*/
  .service_advantage {
    padding: 20px 0 0;
  }
  .service_advantage h2 {
    text-align: center;
  }
  .service_advantage h3 {
    font-size: 20px;
  }
  .campaign_service img.service_img:first-child {
    width: 100%;
    max-width: 350px;
    height: auto;
    max-height: inherit;
    margin: inherit;
    padding-bottom: 30px;
  }
  .campaign_service img.service_img {
    width: 100%;
    max-width: 300px;
    height: auto;
    max-height: inherit;
    margin: inherit;
    padding-bottom: 30px;
  }
  .campaign_service {
    background-color: #F7F6EE;
    padding: 20px 40px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
  }
  .campaign_service .one {
    width: 100%;
    margin-bottom: 0;
    border-bottom: none;
  }
  .campaign_service .service_box_wrap {
    width: 100%;
    margin-bottom: 0px;
    border-bottom: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .campaign_service .service_box {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: none;
    display: flex;
    flex-direction: row;
  }
  .campaign_service .service_box:first-child {
    display: block;
  }
  .campaign_service .service_box:nth-child(2n) {
    margin-right: 0;
  }
  .campaign_service .two_box {
    width: 100%;
    display: flex;
  }
  .campaign_service .two {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 0px;
    border-bottom: none;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .campaign_service .two:nth-child(2n) {
    margin-right: 0;
  }
  .campaign_service .service_noshi {
    width: 80%;
    margin: 0 auto;
    height: auto;
    max-height: none;
  }
  .campaign_service .service_noshi2 {
    width: 80%;
    height: auto;
    max-height: none;
    margin: 0 3% 0 0;
  }
  .campaign_service .service_package {
    width: 100%;
    height: auto;
    max-height: none;
  }
  .campaign_service .service_bag {
    width: 100%;
    height: auto;
    max-height: none;
  }
  .campaign_service p {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.05em;
	  width: 80%;
	  margin: 20px auto;
	  text-align: left;
  }
  /*-----------------------------------------*/
  /* 熟練の職人が焼き上げる手焼きのカステラ */
  /*-----------------------------------------*/
  .product_contents {
    width: 100%;
    padding: 0;
  }
  .product_contents .mess {
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 20px 0 10px;
  }
  /* .product_contents h2 {
font-size: 27px;
margin-bottom: 30px;
margin-top: 0;
text-align: center;
}*/
  .product_contents p {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
  .product_contents li {
    margin-bottom: 20px;
  }
  .product_contents li:last-child {
    margin-bottom: 50px;
  }
  .product_contents ul.castella_point {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .product_contents ul.castella_point li {
    width: 47%;
    margin-right: 6%;
    display: flex;
  }
  .product_contents ul.castella_point li:nth-child(2n) {
    margin-right: 0;
  }
  .product_contents ul.castella_point li .material {
    width: 30%;
    margin-right: 3%;
  }
  .product_contents ul.castella_point li .material_txt {
    width: 67%;
  }
  .oseibo_set_list .listcContainer {
    width: 100%;
    margin-top: 30px;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
  }
  .list_box {
    position: relative;
    padding: 30px;
  }
  .listcContainer_block p {
    font-size: 16px;
    margin-bottom: 10px;
    letter-spacing: 0.03em;
	  text-align: left;
  }
  #castella .ctDifference ul li p, #set .ctDifference ul li p {
    padding: 0 20px 0 10px;
  }
  .listcContainer .listcContainer_block .castella_tag {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    margin: 5px 5px 10px 0;
    border-radius: 5px;
    line-height: 25px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 1199px) {
  .listcContainer_block {
    width: 60%;
    height: auto;
    position: static;
    padding: 0 0 0 10px;
  }
  .product_list ul li img {
    width: 100%;
    height: auto;
    position: static;
  }
  .seasonGift_wrap .listcContainer .buttonTypeC {
    position: static;
  }
  .oseibo_contents_02 .ctDifference ul {
    flex-direction: row;
  }
  .oseibo_contents_01 .gift_list li {
    padding: 10px;
  }
  .gift_point_txt::before {
    top: -30px;
  }
  .gift_point_txt::after {
    bottom: -30px;
  }
}
@media screen and (max-width: 768px) {
  .gift_point li img {
    width: 80%;
    margin: auto;
  }
  .oseibo_contents_01 .gift_list li .gift_list_ttl {
    padding: 10px;
    font-size: 2.6rem;
  }
  .oseibo_contents_01 .gift_list li .gift_list_ttl span {
    font-size: 1.6rem;
  }
  .gift_point_txt {
    font-size: 18px;
    position: static;
    transform: translateY(0);
    padding: 0 20px;
  }
  .gift_point_txt span {
    font-size: 16px;
  }
  .gift_point_txt::before {
    top: -20px;
  }
  .gift_point_txt::after {
    bottom: -20px;
  }
  .gift_point_txt p {
    z-index: 20;
  }
  .gift_point li, .gift_point li:nth-of-type(even) {
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }
  .gift_point li:last-of-type {
    height: auto;
  }
  .gift_point li:last-of-type .gift_point_txt {
    max-width: 100%;
    min-width: 100%;
  }
  .oseibo_contents_02 {
    padding-top: 40px;
    margin-top: -40px;
  }
  .oseibo_contents_02 .product_content_head p {
    padding: 30px 20px 20px;
  }
  .oseibo_contents_02 ul.castella_point {
    flex-direction: column;
    padding: 0 20px;
  }
  .oseibo_contents_02 ul.castella_point li {
    width: 100%;
  }
  .oseibo_contents_02 .ctDifference h3 span, .product_list h3 span, .oseibo_set_list h3 span {
    background-image: url(https://bunmeidokobe.itembox.design/item/img/free/2021_oseibo/img_oseibo_2021_deco_ribbon.svg);
    background-repeat: no-repeat;
    /*   background-position: left center;*/
    background-size: 40px;
    /*padding-left:50px;*/
  }
  .oseibo_contents_01 .gift_list li span.buttonTypeF a::after {
    top: -4px;
    right: 22px;
    -webkit-transform: rotate(125deg);
    transform: rotate(135deg);
  }
  .oseibo_contents_02 .ctDifference ul li::before {
    background-image: url(https://bunmeidokobe.itembox.design/item/img/free/2021_oseibo/bg_oseibo_2021_ctDifference_top-sp.png);
    top: -20px;
  }
  .oseibo_contents_02 .ctDifference ul li::after {
    background-image: url(https://bunmeidokobe.itembox.design/item/img/free/2021_oseibo/bg_oseibo_2021_ctDifference_bottom-sp.png);
    bottom: -20px;
  }
  .oseibo_contents_02 .ctDifference ul {
    padding: 15px;
    /*border-top: 1px solid #bd001d;*/
    /*flex-direction: column;*/
    display: flex;
  }
  .oseibo_contents_02 .ctDifference ul li {
    max-width: 460px;
  }
  #castella .ctDifference ul li {
    width: 47%;
    margin-right: 6%;
    max-width: 100%;
    margin: 20px auto;
  }
  .oseibo_contents_02 .ctDifference ul li section {
    padding: 0 10px;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
  }
  .oseibo_contents_02 .ctDifference ul li section h4 {
    display: none;
  }
  .oseibo_contents_02 .ctDifference ul li section img {
    width: 40%;
    height: auto;
    max-width: 120px;
    max-height: 120px;
    margin-bottom: 0;
    margin: 0 auto;
  }
  .product_list ul li img, .oseibo_set_list ul li:first-of-type img {
    float: none;
    position: static;
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
  .listcContainer_block .buttonTypeC {
    position: static;
    width: 100%;
  }
  .oseibo_contents_02 .set_contents ul li {
    width: 100%;
    margin: 0 auto;
  }
  .set_contents.ctDifference ul li h4 span {
    display: block;
  }
  .ctDifference ul li p {
    padding: 0 10px;
    font-size: 1.4rem;
    font-size: 1.4px;
  }
}
@media (max-width: 576px) {
  .oseibo_contents_02 .ctDifference ul li::before {
    top: -15px;
  }
  .oseibo_contents_02 .ctDifference ul li::after {
    bottom: -15px;
  }
}