@charset "UTF-8";
/* ==============================================
 * ARTICLE COMMON
 *
 * memo:
 *
 * ============================================== */

	#content_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: rgb(249, 15, 64);
  opacity: 0.6;
  border-radius: 50%;
	z-index:1;
	margin: 0 16px 16px 0;
}
#content_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
	margin: 16px;
}
#content_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -6px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
	margin: -3px;
}

@media screen and (max-width: 768px) {
	br.block{
		display:block;
	}
}
/* ----------------------------------------------------------------------------------

  レイアウト

 ---------------------------------------------------------------------------------- */
#maincontent .container-fluid {
  overflow: hidden;
}
#maincontent hr {
  max-width: calc(100% - 50px);
  margin: 30px auto;
}
#maincontent .sx-article-body {
  background-color: #fff;
}
#maincontent .sx-article-body figure, #maincontent .sx-article-body img {
  max-width: 100%;
  height: auto;
}
.sx-article-page .sx-article-special img:hover{
	opacity: 0 !important;
}
.sx-article-footer {
  padding: 60px 0;
  overflow: hidden;
  background-color: #fff;
}
.sx-article-footer .experience-region > .experience-component > .container,
.sx-article-footer > .container {
  padding-right: 0;
  padding-left: 0;
}
.sx-bread-container + .sx-article-page,
.experience-layouts-breadcrumb + .experience-assets-pageTitle {
  display: block;
  margin-top: 25px;
}

/* ----------------------------------------------------------------------------------

  共通モジュール

 ---------------------------------------------------------------------------------- */
 .font-set{
	font-feature-settings: "palt";
 }
.no-gutters{
   margin: 0;
   padding: 0;
}
.no-gutters img{
   margin: 0;
   padding: 0;
}
a:hover{
	text-decoration: none;
}
ul{
	list-style-type: none;
	padding: 0;
}
ul.section02-list li{
	display: block;
}
br.sp-block{
 display: none;
}
.txt-left{
 text-align: left;
}
.img-margin{
	margin: 80px 0 30px;
}
.ttl-margin{
	margin-bottom: 40px;
}
.M-font{
  font-family: 'Noto Serif JP', serif, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
}
.Tb-font{
  font-family: "TazuganeInfoStdN-Bold", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
}
.Tl-font{
  font-family: "TazuganeInfoStdN-light", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
}

/* -----section00------ */
.sec00-imgbox{
	margin: 0 auto;
}
.sec00-imgbox img{
	max-width: 80%;
}
/* -----section01------ */
.ttl-bg{
	background-color: #ada298;
}
.ttl-deco{
	color: #fff;
}
.sx-section01-wrapper-ttl{
  padding: 60px 0 60px;
}
.sx-section01-container{
  background-image: url("../../images/sale/Inhouse-sale_cnl_20230310/section_01-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
.sx-section01-wrapper{
  padding: 70px 0 120px;
}
.sx-section01-lead_01{
  margin: 0 auto;
}
.sx-section01-lead-deco_01{
  font-size: 20px;
  line-height: 40px;
  text-align: center;
	margin: 0;
}
span.sx-section01-lead-Lasttxt{
  font-size: 32px;
}
.sx-section01-item-wrapper{
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.sx-section-ttl{
  color: #b6985b;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
}
h2.sx-ttl{
  position: relative;
  display: inline-block;
  padding: 0 65px;
  font-size: 30px;
}
h2.sx-ttl:before, h2.sx-ttl:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #b6985b;
}
h2.sx-ttl:before {
  left:0;
}
h2.sx-ttl:after {
  right: 0;
}
.sx-section01-item-list{
  max-width: 410px;
  margin: 10px 20px 0;
}
.sx-image-container{
  overflow: hidden;
}
.sx-image-container img{
  height: auto;
  transition: transform .6s ease; /* ゆっくり変化させる */
}
.sx-image-container:hover img{
  transform: scale(1.05); /* 拡大 */
}
.sx-image-container{
  box-shadow: 4px 3px 7px rgb(237, 237, 237);
}
.sx-section01-item-container{
  padding: 30px 15px;
}
li.sx-gold-message-itemtxt{
  color: #b6985b;
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
}
li.sx-section01-itemName{
  color: #2d2b2b;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  display: inline-block;
  margin: 0.5em 0 1.5em;
}
li.sx-section01-itemName a{
position: relative;
  display: inline-block;
  transition: .3s;
}
li.sx-section01-itemName a::after {
  position: absolute;
  bottom: .3em;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #b6985b;
  opacity: 0;
  transition: .3s;
}
li.sx-section01-itemName a:hover::after {
  bottom: 0;
  opacity: 1;
}
li.sx-section01-itemValue{
  color: #2d2b2b;
  font-size: 14px;
  line-height: 28px;
  display: inline-block;
}
.sx-sm-itemValue{
  color: #545454;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
	padding-bottom: 0;
}
.itemValue-weight{
	font-weight: bold;
	line-height: 2em;
}

.Annotation-wrapper{
  background-color: #f6f6f2;
  text-align: left;
  vertical-align: middle;
  padding: 30px 0;
}
.gold-Annotation{
  color: #b6985b;
  font-size: 12px;
  display: inline-block;
  margin-top: 50px;
  margin-left: 3em;
  margin-right: 3em;
}
.gold-Annotation p{
  font-size: 12px !important;
  line-height: 14px !important;
  padding-left: 1em;
  text-indent: -1em;
}


/* -----section02------ */

.sx-section02-container{
  background-image: url("../../images/sale/Inhouse-sale_cnl_20230310/section_02-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
.sx-section02-wrapper{
  padding: 85px 0 72px;
}
.sx-section02-lead_01{
  margin: 0 auto;
}
.sx-section02-lead-deco_01{
  font-size: 20px;
  line-height: 40px;
  text-align: center;
	color: #2d2b2b;
}
.sx-section02-lead-deco_02{
  font-size: 20px;
  line-height: 40px;
  text-align: center;
	color: #2d2b2b;
}
span.sx-section02-lead-Lasttxt{
  font-size: 32px;
  color: #b6985b;
	line-height: 1.5em;
}
.sx-section02-item-wrapper{
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.sx-section02-item-list{
  max-width: 720px;
  margin: 40px 20px 0;
}
.sx-section02-item-container{
  padding: 30px 15px;
  text-align: center;
}
.New-image{
	display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  background-color: #dddddd;
  font-size: 30px;
  border-radius: 3px;
  box-shadow: 0px 5px 15px 0px rgb(237, 237, 237);
}
/* -----section03------ */
.sx-section03-wrapper{
  padding: 85px 0 0px;
}
.sx-section03-item-wrapper{
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 130px;
}
.sx-section03-lead-deco_00{
  font-size: 18px;
  line-height: 1.5em;
	margin-bottom: 40px;
}
.sx-section03-lead-deco_01{
  font-size: 18px;
  line-height: 2em;
  text-align: Left;
	color: #2d2b2b;
	margin-bottom: 40px;
}
span.sx-section03-lead-Lasttxt{
  font-size: 32px;
  color: #b6985b;
  line-height: 1.5em;
	text-align: left;
	display: block;
	max-width: 878px;
	margin: 0 auto;
}
.bk-Annotation{
  font-size: 12px !important;
  line-height: 14px !important;
	margin: 2em;
}
.bk-Annotation-0{
  font-size: 12px !important;
  line-height: 14px !important;
	margin: 2em 0 0 0;
	color: #2d2d2d;
}
.bk-Annotation-3{
  font-size: 12px !important;
  line-height: 14px !important;
	margin: 2em 0;
}
.bk-Annotation-4{
  font-size: 12px !important;
  line-height: 14px !important;
	margin: 1em 0 0 0;
}
.sx-section03-item-list{
  max-width: 400px;
  margin: 10px 20px 0 0;
	line-height: 2em;
}
.Needle-btn{
	font-size: 18px;
	text-align: center;
	margin: 35px 0 20px 0;
	padding: 30px 120px;
  color: #fff;
	background-color: #ada298;
	transition: 0.3s;
}
.btn-fit a{
  position: relative;
  display: block;
  transition: .3s;
}
.btn-fit a:hover{
  opacity: 0.8;
}
/* -----section04------ */
.sx-sample-container{
  background-image: url("../../images/brand/cnl_series/sx-lead_sample-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
.pd-top{
	padding-top: 100px;
}
/* -----section05------ */
.sx-section04-container{
	background-color: #f8f8f8;
	padding:0 0 80px 0;
}
.sx-subttl-box{
	margin: 50px 0 30px 0;
}
.triangle{
	position: relative;
}
/* ラベル部分 左上に表示 */
.triangle::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 3em solid transparent;
    border-left: 3em solid #b6985b; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 1;
}
.triangle::after {
    content: "";
    display: block;
    top: 5px;
    transform: rotate(-45deg);
    color: #fff; /* 文字色はここで変更 */
    left: 0;
    position: absolute;
    z-index: 101;
}
.sx-subttl-box-inner{
	background-color: #fff;
	font-size: 20px;
	text-align: center;
	padding: 11px 28px 11px 28px;
	border-radius: 70px;
	display: inline-block;
}
.sx-section04-wrapper{
	max-width: 900px;
	margin: 0 auto;
}
.sx-section04-item-wrapper{
  padding: 85px 0 0px;
}
span.sx-section04-lead-Lasttxt{
  font-size: 32px;
  color: #b6985b;
  line-height: 2em;
	text-align: left;
}
.c04-inner{
	background-color: #fff;
	padding: 0 50px 50px 50px;
	margin: 50px 0 80px 0;
}
.imgbox-col1{
	margin: 30px 0 30px 0;
}
.imgbox-col2{
	margin: 0 0 0 0;
	font-size: 16px;
}
.imgbox-mg{
	margin: 15px 0;
}
.imgbox-mgbt{
	margin: 20px 0 20px 0;
}
.f-size{
	font-size: 22px;
	display: inline-block;
	border-bottom: 2px solid #b6985b;
	margin: 0 0 20px 0;
}
sup{
	font-size: 50%;
	line-height: 1em;
	vertical-align: 70%
}

.QA-box{
	background-color: #fff;
	padding: 2em;
}
.box-Q{
	margin: 1em 0;
}
.Q-txt{
	font-size: 30px;
	color: #b6985b;
}
.box-A{
	margin: 0 0 3em 0;
}


@media screen and (max-width: 991px) {
  .sx-section01-container{
    background-image: url("../../images/sale/Inhouse-sale_cnl_20230310/section_01-bg_sp.jpg");
    background-size: contain;
    content: "";
  }
  .sx-section02-container{
    background-image: url("../../images/sale/Inhouse-sale_cnl_20230310/section_02-bg_sp.jpg");
    background-size: contain;
    content: "";
  }
}
@media screen and (max-width: 1200px) {
	br.tb-none{
		display: none;
	}
}





@media screen and (max-width: 768px) {
		.sx-section04-container{
			background-color: #f8f8f8;
			padding: 0;
		}
		.img-margin{
			margin: 25px 0 7px;
		}
		.ttl-margin{
			margin-bottom: 20px;
		}
		.sx-section01-wrapper-ttl{
		  padding: 30px 0 30px;
		}
	.bk-Annotation{
	  font-size: 12px !important;
	  line-height: 14px !important;
		margin: 2em 0 2em 1em;
	}
	.bk-Annotation-0{
	  font-size: 12px !important;
	  line-height: 14px !important;
		margin: 1em 0 2em 0;
	}
	.bk-Annotation-3{
	  font-size: 12px !important;
	  line-height: 14px !important;
		margin: 2em 0 2em 0;
	}
	.bk-Annotation-4{
	  font-size: 12px !important;
	  line-height: 14px !important;
		margin: 1em 0 2em 0;
	}
  br{
    display: none;
  }
  br.block{
   display: block;
  }
  br.sp-block{
   display: block;
  }
  .sx-section01-container{
    background-image: url("../../images/sale/Inhouse-sale_cnl_20230310/section_01-bg_sp.jpg");
    background-size: contain;
    content: "";
  }
  .sx-section01-wrapper{
    padding: 30px 10px 60px 10px;
  }
  .sx-section01-lead-deco_01{
    font-size: 14px;
    line-height: 32px;
    text-align: center;
  }
  span.sx-section01-lead-Lasttxt{
    font-size: 20px;
  }

  .sx-section-ttl{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 25px;
  }
  h2.sx-ttl{
    padding: 0 50px;
    font-size: 22px;
  }
  h2.sx-ttl:before, h2.sx-ttl:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #b6985b;
  }
  .sx-section01-item-container{
    padding: 10px 5px 5px 5px;
  }
  .sx-section01-item-wrapper{
    max-width: 768px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .sx-section01-item-list{
    margin: 10px 0;
  }
	li.sx-gold-message-itemtxt{
    color: #b6985b;
    font-size: 16px;
    line-height: 24px;
  }
	li.sx-section01-itemName{
    font-size: 14px;
    line-height: 20px;
    margin: 0.5em 0 1em;
  }
	li.sx-section01-itemValue{
    font-size: 15px;
    line-height: 18px;
  }
	.sx-sm-itemValue{
	  font-size: 14px;
	  line-height: 16px;
		padding-bottom: 6px;
	}


/* -----sp section02------ */
  .sx-section02-container{
    background-image: url("../../images/sale/Inhouse-sale_cnl_20230310/section_02-bg_sp.jpg");
    background-size: cover;
    content: "";
  }
	.sx-section02-wrapper{
	  padding: 45px 0 10px;
	}
	.sx-section02-lead_01{
	  margin: 0 auto;
	}
	.sx-section02-lead-deco_01{
	  font-size: 17px;
	  line-height: 30px;
	  text-align: center;
	}
	.sx-section02-lead-deco_02{
	  font-size: 15px;
	  line-height: 25px;
	  text-align: left;
	}
	.sx-section02-item-container{
	  padding: 20px 0 0 0;
	}
	span.sx-section02-lead-Lasttxt{
	  font-size: 22px;
	  color: #b6985b;
		line-height: 1em;
	}
	.sx-section02-item-wrapper{
	  max-width: 768px;
	  margin: 0 auto;
	  margin-bottom: 50px;
	}
	.sp-mgb-50{
		margin-bottom: 50px;
	}

/* -----sp section03------ */
	.sx-section03-wrapper{
	  padding: 45px 0 10px;
	}
	.sx-section03-item-wrapper{
	  margin: 0 auto;
	  margin-bottom: 30px;
	}
	span.sx-section03-lead-Lasttxt{
	  font-size: 20px;
	}
	.sx-section03-lead-deco_01{
	  font-size: 15px;
	}
	.sx-section03-20viewBox{
		margin-top: 20px;
	}
	.sx-section03-item-list{
	  margin: 10px 20px 0 0;
		line-height: 2em;
	}
	.Needle-btn{
		margin: 10px 0 25px 0;
		padding: 18px 60px;
	  color: #fff;
		transition: 0.3s;
	}
/* -----sp section04------ */
.sx-sample-container{
  background-image: url("../../images/brand/cnl_series/sx-lead_sample-bg_sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
.pd-top{
	padding-top: 30px;
}
/* -----sp section05------ */
	.sx-section04-wrapper{
	  padding: 25px 0 10px;
	}
	.sx-section04-item-wrapper{
	  padding: 25px 0 0 0;
	}
	span.sx-section04-lead-Lasttxt{
	  font-size: 20px;
		line-height: 1.5em;
	}
	.c04-inner{
		padding: 0 25px 25px 25px;
		margin: 30px 0 40px 0;
	}
	.f-size{
		font-size: 18px;
		margin: 0 0 20px 0;
	}
	.neg-mg{
		margin-top: -25px;
	}
	.sx-subttl-box{
		margin: 24px 0 18px 0;
	}
	.mgb{
		padding-bottom: 20px;
	}
	.imgbox-mg{
		margin-bottom: 4px;
	}
	.sp-txt-L{
		text-align: left !important;
	}
}












.sx-layout-color-box {
  padding: 28px 25px;
  background-color: #F4F3ED;
}
.sx-layout-color-box .sx-title {
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
}
.sx-layout-color-box p {
  margin: 16px 0 0;
}

.photo-tile-container .row {
  margin-right: auto;
  margin-left: auto;
}
.photo-tile-container .photo-tile-figure {
  margin: 0;
}

/* ----------------------------------------------------------------------------------

  記事ボディ共通

 ---------------------------------------------------------------------------------- */
.sx-article-page .sx-article-body {
  padding: 40px 0 0;
  word-break: break-word;
}
.sx-article-page .sx-article-body p {
  font-size: 16px;
  line-height: 30px;
}
.sx-article-page .sx-article-body p a {
  color: rgb(249, 15, 64) !important;
  text-decoration: underline;
}
.sx-article-page .sx-article-body video {
  max-width: 100%;
  height: auto;
  outline: none;
}
.sx-article-page .sx-article-body p + figure,
.sx-article-page .sx-article-body figure + p {
  margin-top: 30px;
}
.sx-article-page .sx-article-body figure {
  margin-bottom: 30px;
}
.sx-article-page .sx-article-body figcaption {
  margin-top: 8px;
  font-size: 15px;
  line-height: 22px;
}
.sx-article-page .sx-article-body > .container,
.sx-article-page .sx-article-body > .experience-region > .experience-component > .container {
  margin-bottom: 40px;
  padding-right: 25px;
  padding-left: 25px;
}
.sx-article-page .sx-article-body > .container > .row + .row,
.sx-article-page .sx-article-body > .experience-region > .experience-component > .container > .row + .row {
  margin-top: 40px;
}
.sx-article-page .sx-article-body > .container:last-of-type,
.sx-article-page .sx-article-body > .experience-region > .experience-component:last-of-type > .container {
  margin-bottom: 0;
}
.sx-article-page .sx-article-body .sx-1col-submit .btn {
  width: 100%;
  max-width: 100%;
}
.sx-article-page .sx-title-wide {
  margin-bottom: 28px;
  padding-bottom: 6px;
  border-bottom: 1px solid #775F3F;
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.sx-article-page .sx-title-figure {
  display: table;
  margin: 50px 0 20px;
  padding: 1px 6px;
  background-color: #E8E7E4;
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}
.sx-article-page .sx-title-lg {
  margin-bottom: 30px;
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
}
.sx-article-page .sx-title-md {
  margin-bottom: 16px;
  color: #000;
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}
.sx-article-page .sx-title-md span {
  padding-bottom: 2px;
}
.sx-article-page .sx-title-sm {
  margin-bottom: 12px;
  color: #000;
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 28px;
}
.sx-article-page .sx-figure-wide + .sx-figure-wide {
  margin-top: 30px;
}
.sx-article-page .sx-movie-play {
  display: inline-block;
  position: relative;
}
.sx-article-page .sx-movie-play:before {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.16);
  content: "";
  opacity: 0;
}
.sx-article-page .sx-movie-play:after {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  margin: auto;
  border-radius: 30px;
  background: #fff url("../images/global/icon_play.svg") no-repeat 20px center;
  background-size: 27px auto;
  content: "";
  pointer-events: none;
}
.sx-article-page .sx-figure-full {
  margin: 60px auto;
}
.sx-article-page .sx-figure-full figure, .sx-article-page .sx-figure-full img {
  width: 100%;
  margin: 0 auto;
}

.sx-img_pos{
  text-align: center;
}

.sx-article-page p.sx-article-note {
  margin: 15px auto 0 !important;
}

/* ----------------------------------------------------------------------------------

  記事共通 テーブル

 ---------------------------------------------------------------------------------- */
.sx-layout-df-table .sx-layout-df-table-head dt, .sx-layout-df-table .sx-layout-df-table-head dd {
  background-color: #BAB9B3;
  color: #fff;
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-weight: bold;
}
.sx-layout-df-table .sx-layout-df-table-head dt {
  width: 30%;
  border-right: 1px solid #fff;
}
.sx-layout-df-table .experience-assets-tableRow {
  display: block;
  border: 1px solid #BAB9B3;
}
.sx-layout-df-table .experience-assets-tableRow + .experience-assets-tableRow {
  border-top: 0 none;
}
.sx-layout-df-table .experience-assets-tableRow dl {
  border: 0 none;
}
.sx-layout-df-table dl {
  display: table;
  width: 100%;
  margin: 0;
  border: 1px solid #BAB9B3;
  font-size: 15px;
  line-height: 22px;
}
.sx-layout-df-table dl + dl {
  border-top: 0 none;
}
.sx-layout-df-table dt p, .sx-layout-df-table dd p {
  margin: 0;
}
.sx-layout-df-table dt {
  display: table-cell;
  width: 30%;
  padding: 12px 15px;
  border-right: 1px solid #BAB9B3;
  color: #000;
}
.sx-layout-df-table dd {
  display: table-cell;
  padding: 12px 15px;
}

/* ----------------------------------------------------------------------------------

  記事共通 ボタンブロック

 ---------------------------------------------------------------------------------- */
.sx-layout-btn-block {
  justify-content: center;
  text-align: center;
}

/* ----------------------------------------------------------------------------------

  記事共通 プロフィールブロック

 ---------------------------------------------------------------------------------- */
.sx-layout-profile {
  padding: 25px;
  border: 1px solid #BAB9B3;
}
.sx-layout-profile .sx-layout-profile-title {
  margin-bottom: 16px;
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 17px;
  font-weight: bold;
}
.sx-layout-profile dt {
  margin-top: 20px;
  margin-bottom: 12px;
  color: #000;
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 17px;
  font-weight: bold;
}
.sx-layout-profile dd {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 26px;
}

/* ----------------------------------------------------------------------------------

  記事共通 関連する商品

 ---------------------------------------------------------------------------------- */
.sx-layout-relations-block {
  max-width: 900px;
  padding: 46px 10px 22px;
  background-color: #e8e7e4;
}

.sx-relations-head {
  display: table;
  position: relative;
  margin: 0 auto 40px;
  padding-bottom: 2px;
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.sx-relations-head:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c90012;
  content: "";
}

.sx-relations {
  max-width: calc((100% - 7px) / 2);
  margin-bottom: 10px;
  background-color: #fff;
}
.sx-relations:nth-of-type(odd) {
  margin-right: 7px;
}
.sx-relations .image-container {
  max-width: 342px;
}
.sx-relations .quickview {
  display: flex;
  visibility: hidden;
  position: absolute;
  right: 0;
  bottom: 30px;
  align-items: center;
  justify-content: center;
  width: 138px;
  height: 40px;
  transform: translate3d(0, 0, 0);
  border-radius: 4px 0 0 4px;
  background-color: #c90012;
  color: #fff !important;
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 13px;
  text-indent: 20px;
  white-space: nowrap;
  opacity: 0;
  transition: 0.3s;
}
.sx-relations .quickview:after {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: 0 0 0 6px;
  background: url("../images/global/icon_quickview.svg") no-repeat center;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.sx-relations .quickview.sx-is-link:after {
  right: 20px;
  width: 16px;
  height: 13px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20height%3D%2212.021%22%20viewBox%3D%220%200%2015.904%2012.021%22%20width%3D%2215.904%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%3E%3Cpath%20d%3D%22m1055.523%20564.742h15%22%20transform%3D%22translate(-1055.523%20-558.938)%22%2F%3E%3Cpath%20d%3D%22m1053.563%20578.742v8h8%22%20transform%3D%22matrix(-.70710678%20-.70710678%20.70710678%20-.70710678%20345.289%201165.882)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  content: "";
}
.sx-relations .sx-wishlist-icon {
  z-index: 99;
  position: absolute;
  top: 10px;
  right: 9px;
}
.sx-relations .image-container a {
  display: block;
  width: 100%;
}
.sx-relations .image-container img {
  width: 100%;
}
.sx-relations .tile-image {
  max-width: 100%;
}
.sx-relations .sx-relations-tile {
  height: 100%;
  padding: 10px 14px 15px;
  border-top: 2px solid #e8e7e4;
}
.sx-relations .sx-relations-tile .pdp-link,
.sx-relations .sx-relations-tile .pdp-link a {
  color: #000;
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 15px;
  font-weight: bold;
}
.sx-relations .sx-relations-tile .pdp-link {
  margin-bottom: 5px;
}
.sx-relations .sx-relations-tile .price,
.sx-relations .sx-relations-tile .sales {
  margin-bottom: 8px;
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 14px !important;
  font-weight: bold;
}
.sx-relations .sx-relations-tile .sx-tile-desc {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 22px;
}

/* ----------------------------------------------------------------------------------

  記事共通 タグ

 ---------------------------------------------------------------------------------- */
.sx-article-tags-block {
  margin-top: 60px;
}

.sx-article-footer .sx-article-tags-block {
  margin-top: 60px;
}
.sx-article-footer .sx-article-tags-block:first-of-type {
  margin-top: 0;
}

.sx-article-tags-head {
  display: table;
  position: relative;
  margin: 0 auto 12px;
  padding-bottom: 6px;
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 1 !important;
}
.sx-article-tags-head:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c90012;
  content: "";
}

.sx-article-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px auto 0;
  padding: 0;
}

.sx-article-tag {
  display: inline-block;
  margin: 0 2px 10px;
}
.sx-article-tag a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 37px;
  padding: 0 20px;
  border-radius: 22px;
  background-color: #8e867b;
  color: #fff !important;
  font-size: 14px;
  transition: 0.3s;
}

.sx-article-discount-bg{
  color: #fff;
  text-align: center;
  background-color: #e6556f;
  padding: 6px;
  margin: 6px;
}


/* ----------------------------------------------------------------------------------

  記事共通 シェアアイコン

 ---------------------------------------------------------------------------------- */
.sx-social-block {
  margin-top: 60px;
}
.sx-social-block .sx-social-head {
  display: table;
  position: relative;
  margin: 0 auto 20px;
  padding-bottom: 6px;
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1 !important;
}
.sx-social-block .sx-social-head:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c90012;
  content: "";
}
.sx-social-block .social-container .social-icons {
  padding: 0;
  font-size: 30px;
}
.sx-social-block .social-container .social-icons .share-icons {
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
}
.sx-social-block .social-container .social-icons li {
  list-style: none;
}
.sx-social-block .social-container .social-icons .fa-line:before {
  width: 36px;
  height: 36px;
}
.sx-social-block .social-container .social-icons a,
.sx-social-block .social-container .social-icons i {
  color: #8e867b;
}

/* ----------------------------------------------------------------------------------

  Youtube iframe レスポンシブ対応

 ---------------------------------------------------------------------------------- */
.sx-ytb-frame {
  position: relative;
  max-width: 100%;
  padding-top: 56.25%;
}
.sx-ytb-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ----------------------------------------------------------------------------------

  スペシャルページ

 ---------------------------------------------------------------------------------- */
.sx-article-special .sx-hero {
  position: relative;
}
.sx-article-special .sx-hero picture, .sx-article-special .sx-hero img {
  width: 100%;
  max-width: 100%;
}
.sx-article-special .sx-hero-title {
  display: flex;
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 0 30px;
  color: #fff;
  text-align: center;
}
.sx-article-special .sx-hero-title span {
  display: inline-block;
  padding: 0 6px;
  border: 1px solid #fff;
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 32px;
}
.sx-article-special .sx-special-lead {
  padding: 50px 30px;
  background-color: #E5F5F5;
}
.sx-article-special .sx-special-lead .col {
  max-width: 700px;
}
.sx-article-special .sx-lead-title {
  color: #008181;
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
.sx-article-special .sx-lead-info {
  margin-top: 12px;
  color: #008181;
  font-size: 14px;
}
.sx-article-special .sx-lead-text {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 24px;
  text-align: left;
}
.sx-article-special .sx-article-body p a {
  color: rgb(249, 15, 64) !important;
}
.sx-article-special .sx-article-body > .row {
  margin-bottom: 50px;
}
.ori-ora span {
  background: url("../images/global/line_orange.svg") repeat-x left bottom !important;
}
.ori-red span {
  background: url("../images/global/line_red.svg") repeat-x left bottom !important;
}
.sx-article-special .sx-title-md span {
  background: url("../images/global/line_blue.svg") repeat-x left bottom;
}

.sx-article-special .sx-layout-profile {
  border: 1px solid #008181;
}
.sx-article-special .sx-layout-profile .sx-layout-profile-title {
  color: #008181;
}

.sx-article-special-fucoidan .sx-special-lead {
  background-color: #515E42;
}
.sx-article-special-fucoidan .sx-lead-title,
.sx-article-special-fucoidan .sx-lead-info,
.sx-article-special-fucoidan .sx-lead-text {
  color: #fff;
}

/* ----------------------------------------------------------------------------------

  ストーリーページ

 ---------------------------------------------------------------------------------- */
.sx-article-story {
  background-color: #fff;
}
.sx-article-story .sx-hero {
  position: relative;
  padding: 0;
}
.sx-article-story .sx-hero picture, .sx-article-story .sx-hero img {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.sx-article-story .sx-hero-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 48px 25px;
  background-color: #2C4D30;
  color: #fff;
}
.sx-article-story .sx-hero-title {
  width: 100%;
  max-width: 425px;
  margin: 0 auto;
  color: #fff;
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
.sx-article-story .sx-hero-title span {
  background: url("../images/global/line_white.svg") repeat-x left bottom;
}
.sx-article-story .sx-hero-desc {
  width: 100%;
  max-width: 425px;
  margin: 28px auto 0;
  color: #fff;
  font-size: 17px;
  line-height: 32px;
}
.sx-article-story .sx-hero-date {
  width: 100%;
  max-width: 425px;
  margin: 50px auto 0;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
}
.sx-article-story .sx-article-body p a {
  color: rgb(249, 15, 64) !important;
}
.sx-article-story .sx-article-body > .row {
  margin-bottom: 50px;
}
.sx-article-story .sx-step-block p {
  margin-top: 22px;
  clear: both;
}
.sx-article-story .sx-step-block figure {
  text-align: center;
}
.sx-article-story .sx-step-title {
  display: flex;
  align-items: center;
  color: #2C4D30;
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
}
.sx-article-story .sx-step-title > span:first-of-type {
  display: block;
  width: 60px;
  min-width: 60px;
  height: 60px;
  margin: 0 24px 0 0;
  padding: 14px 10px;
  float: left;
  background-color: #2C4D30;
  color: #fff;
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.sx-article-story .sx-step-wide .sx-step-title > span:first-of-type {
  margin-right: 24px;
  margin-bottom: 0;
  float: left;
}
.sx-article-story .sx-interview-block dt {
  display: flex;
  margin-bottom: 20px;
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.sx-article-story .sx-interview-block dt:before {
  display: inline-block;
  position: relative;
  top: 12px;
  min-width: 30px;
  height: 1px;
  margin-right: 20px;
  background-color: rgb(249, 15, 64);
  vertical-align: middle;
  content: "";
}
.sx-article-story .sx-interview-block dd {
  font-size: 16px;
  line-height: 30px;
}
.sx-article-story .sx-interview-block dd p[data-comment-name]::before {
  margin-right: 10px;
  color: #2C4D30;
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-weight: bold;
  content: attr(data-comment-name) ":";
}
.sx-article-story .sx-interview-block dd + dd {
  margin-top: 20px;
}
.sx-article-story .sx-interview-block dd + dt {
  margin-top: 30px;
}
/* ----------------------------------------------------------------------------------

  ノーマルページ

 ---------------------------------------------------------------------------------- */
.sx-article-normal .sx-article-body {
  padding-top: 40px;
}
.sx-article-normal .sx-hero {
  position: relative;
}
.sx-article-normal .sx-hero picture, .sx-article-normal .sx-hero img {
  width: 100%;
  max-width: 100%;
}
.sx-article-normal .sx-title-block {
  align-items: center;
  padding-right: 0 !important;
  padding-left: 0 !important;
  background-color: #fff;
}
.sx-article-normal .sx-hero-title {
  margin: 0 0 0 36px;
  padding: 30px 25px 10px;
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  text-indent: -36px;
}
.sx-article-normal .sx-hero-title:before {
  display: inline-block;
  position: relative;
  top: 2px;
  width: 24px;
  height: 20px;
  margin: 0 12px 0 0;
  background: url("../images/global/icon_article.svg") no-repeat center;
  background-size: contain;
  content: "";
}
.sx-article-normal .sx-hero-date {
  margin: 0;
  padding: 0 25px 30px;
  font-size: 14px;
}
.sx-article-normal .sx-hero-date br {
  display: none;
}
.sx-article-normal .sx-hero-date span {
  margin-right: 0.5em;
}

/* ----------------------------------------------------------------------------------

  レシピページ

 ---------------------------------------------------------------------------------- */
.sx-article-recipe .sx-hero {
  position: relative;
  padding-right: 25px;
  padding-left: 25px;
  background-color: #fff;
}
.sx-article-recipe .sx-hero picture, .sx-article-recipe .sx-hero img {
  width: 100%;
  max-width: 100%;
}
.sx-article-recipe .sx-title-block {
  z-index: 10;
  position: relative;
  align-items: center;
  padding-right: 0 !important;
  padding-left: 0 !important;
  background-color: #fff;
}
.sx-article-recipe .sx-title-block .row {
  position: relative;
}
.sx-article-recipe .sx-title-block .col {
  position: static;
}
.sx-article-recipe .sx-hero-title-wrap {
  margin: 0;
  padding: 30px 15px 30px 25px;
  border-top: 2px solid #edb600;
  border-bottom: 2px solid #edb600;
  background-color: #fff;
}
.sx-article-recipe .sx-hero-title {
  display: flex;
  margin: 0;
  color: #775F3F;
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
}
.sx-article-recipe .sx-hero-title:before {
  display: inline-block;
  position: relative;
  top: 2px;
  min-width: 18px;
  height: 22px;
  margin: 0 8px 0 0;
  background: url("../images/global/icon_recipe.svg") no-repeat center;
  background-size: contain;
  content: "";
}
.sx-article-recipe .sx-hero-copy {
  margin: 8px 0 0;
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}
.sx-article-recipe .sx-hero-date {
  margin: 0 auto;
  padding: 15px 25px;
  font-size: 14px;
}
.sx-article-recipe .sx-hero-date br {
  display: none;
}
.sx-article-recipe .sx-hero-date span {
  margin-left: 0.5em;
}
.sx-article-recipe .sx-article-body {
  padding-top: 0;
}
.sx-article-recipe .sx-summary {
  margin-bottom: 0 !important;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}
.sx-article-recipe .sx-summary .sx-summary-text {
  margin: 0;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
}
.sx-article-recipe .sx-summary .sx-summary-data {
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid #BAB9B3;
  font-size: 16px;
}
.sx-article-recipe .sx-summary .sx-summary-data p {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}
.sx-article-recipe .sx-summary .sx-summary-time:before {
  display: inline-block;
  position: relative;
  top: 2px;
  width: 17px;
  height: 17px;
  margin: 0 10px 0 0;
  background: url("../images/global/icon_time.svg") no-repeat center;
  background-size: contain;
  content: "";
}
.sx-article-recipe .sx-summary .sx-summary-kcal {
  margin: 0;
}
.sx-article-recipe .sx-summary .sx-summary-kcal:before {
  display: inline-block;
  position: relative;
  top: 2px;
  width: 17px;
  height: 19px;
  margin: 0 10px 0 0;
  background: url("../images/global/icon_kcal.svg") no-repeat center;
  background-size: contain;
  content: "";
}
.sx-article-recipe .sx-foods {
  background-color: #F4F3ED;
}
.sx-article-recipe .sx-foods .col {
  padding: 30px 0 44px;
  background-color: #F4F3ED;
}
.sx-article-recipe .sx-foods .col > .d-flex {
  flex-wrap: wrap;
  justify-content: space-between;
}
.sx-article-recipe .sx-foods .col > .d-flex > .d-flex {
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 14px 0;
  border-top: 1px solid #BAB9B3;
  border-bottom: 1px solid #BAB9B3;
}
.sx-article-recipe .sx-foods .col > .d-flex > .d-flex span:first-of-type {
  padding-right: 15px;
}
.sx-article-recipe .sx-foods .col > .d-flex > .d-flex span:last-of-type {
  padding-left: 15px;
  white-space: nowrap;
}
.sx-article-recipe .sx-foods .sx-foods-list {
  padding: 50px 0;
}
.sx-article-recipe .sx-foods-title {
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.sx-article-recipe .sx-foods-title br {
  display: none;
}
.sx-article-recipe .sx-foods-title span {
  margin-top: 4px;
  font-size: 15px;
}
.sx-article-recipe .sx-title-wide {
  border-bottom: 1px solid #edb600;
}
.sx-article-recipe .sx-title-md span {
  background: url("../images/global/line_red.svg") repeat-x left bottom;
}
.sx-article-recipe .sx-step-block figure {
  margin-bottom: 0;
}
.sx-article-recipe .sx-step-caption {
  display: inline-block;
  margin: 0 0 10px;
  padding: 2px 14px;
  background-color: #F4F3ED;
  color: #775F3F;
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 15px;
  font-weight: bold;
}
.sx-article-recipe .sx-step-point {
  margin: 30px auto;
  padding: 25px 25px;
  border: 2px solid #E8E7E4;
}
.sx-article-recipe .sx-step-point dt {
  color: rgb(249, 15, 64);
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.sx-article-recipe .sx-step-point dt:before {
  display: inline-block;
  position: relative;
  top: 2px;
  width: 20px;
  height: 17px;
  margin: 0 6px 0 0;
  background: url("../images/global/icon_point.svg") no-repeat center;
  background-size: contain;
  content: "";
}
.sx-article-recipe .sx-step-point dd {
  margin-top: 8px;
  font-size: 15px;
  line-height: 26px;
}
@media screen and (min-width: 1200px) {
  #maincontent .sx-article-page .container.sx-bread-container {
    max-width: 1110px;
  }
  #maincontent .sx-article-page .container {
    max-width: 1080px;
  }
  .sx-article-recipe .sx-foods .col > .d-flex > .d-flex {
    width: 300px;
  }
}
@media screen and (min-width: 769px) {
  #maincontent hr {
    max-width: 900px;
    margin: 50px auto;
  }
  .sx-article-footer {
    padding: 80px 0 120px;
  }
  .sx-layout-color-box {
    padding: 50px 68px;
  }
  .sx-layout-color-box .sx-title {
    font-size: 20px;
    line-height: 28px;
  }
  .sx-layout-color-box p {
    margin: 20px 0 0;
  }
  .sx-article-page .sx-article-body {
    padding: 120px 0 0;
  }
  .sx-article-page .sx-article-body p {
    font-size: 17px;
    line-height: 32px;
  }
  .sx-article-page .sx-article-body p a {
    transition: opacity 0.3s;
  }
  .sx-article-page .sx-article-body p a:hover {
    opacity: 0.6;
  }
  .sx-article-page .sx-article-body figure {
    margin-bottom: 0;
  }
  .sx-article-page .sx-article-body > .container > .row + .row,
.sx-article-page .sx-article-body > .experience-region > .experience-component > .container > .row + .row {
    margin-top: 50px;
  }
  .sx-article-page .sx-title-wide {
    margin-bottom: 70px;
    font-size: 24px;
  }
  .sx-article-page .sx-title-figure {
    font-size: 18px;
    line-height: 26px;
  }
  .sx-article-page .sx-title-md {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 36px;
  }
  .sx-article-page .sx-title-sm {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .sx-article-page .sx-figure-wide + .sx-figure-wide {
    margin-top: 50px;
  }
  .sx-article-page .sx-movie-play:before {
    transition: 0.3s;
  }
  .sx-article-page .sx-movie-play:hover:before {
    opacity: 1;
  }
  .sx-article-page .sx-figure-full {
    margin: 120px auto;
  }
  .sx-article-page p.sx-article-note {
    font-size: 13px;
  }
  .sx-layout-df-table .sx-layout-df-table-head dt {
    width: 180px;
    padding: 18px 30px;
  }
  .sx-layout-df-table .sx-layout-df-table-head dd {
    max-width: 740px;
    padding: 18px 30px;
  }
  .sx-layout-df-table dl {
    font-size: 17px;
    line-height: 26px;
  }
  .sx-layout-df-table dt {
    width: 180px;
    padding: 18px 30px;
  }
  .sx-layout-df-table dd {
    width: auto;
    max-width: 740px;
    padding: 18px 30px;
  }
  .sx-layout-profile {
    padding: 30px 37px 40px;
  }
  .sx-layout-relations-block {
    padding: 46px 20px 22px;
  }
  .sx-relations-head {
    font-size: 24px;
  }
  .sx-article-tags-block {
    margin-top: 80px;
  }
  .sx-social-block .sx-social-head {
    font-size: 17px;
  }
  .sx-social-block .social-container .social-icons .share-icons {
    display: block;
    transition: opacity 0.3s;
  }
  .sx-social-block .social-container .social-icons .share-icons:hover {
    opacity: 0.7;
  }
  .sx-social-block .social-container {
    padding-top: 24px;
  }
  .sx-social-block .social-container .social-icons {
    font-size: 40px;
  }
  .sx-social-block .social-container .social-icons .share-icons {
    margin: 0 8px;
  }
  .sx-article-special .sx-hero-title {
    text-align: left;
  }
  .sx-article-special .sx-hero-title span {
    padding: 0 16px;
    font-size: 41px;
    line-height: 62px;
  }
  .sx-article-special .sx-special-lead {
    padding: 110px 0 120px;
  }
  .sx-article-special .sx-lead-title {
    font-size: 31px;
    line-height: 46px;
  }
  .sx-article-special .sx-lead-info {
    margin-top: 30px;
    font-size: 15px;
  }
  .sx-article-special .sx-lead-text {
    margin-top: 40px;
    font-size: 17px;
    line-height: 32px;
  }
  .sx-article-story .sx-hero img {
    object-fit: cover;
  }
  .sx-article-story .sx-step-block + .sx-step-block {
    margin-top: 140px;
  }
  .sx-article-story .sx-step-block p {
    clear: none;
  }
  .sx-article-story .sx-step-textarea.order-lg-1 {
    padding-right: 50px;
  }
  .sx-article-story .sx-step-textarea.order-lg-2 {
    padding-left: 50px;
  }
  .sx-article-story .sx-step-title {
    display: block;
    font-size: 31px;
    line-height: 46px;
  }
  .sx-article-story .sx-step-title > span:first-of-type {
    width: 80px;
    height: 80px;
    margin: 0 0 30px;
    float: none;
    font-size: 24px;
  }
  .sx-article-story .sx-step-wide .sx-step-title > span:first-of-type {
    margin-right: 55px;
    margin-bottom: 40px;
  }
  .sx-article-story .sx-interview-block dt {
    margin-bottom: 40px;
    font-size: 17px;
  }
  .sx-article-story .sx-interview-block dt:before {
    min-width: 60px;
  }
  .sx-article-story .sx-interview-block dd {
    font-size: 17px;
    line-height: 32px;
  }
  .sx-article-story .sx-interview-block dd + dd {
    margin-top: 30px;
  }
  .sx-article-story .sx-interview-block dd + dt {
    margin-top: 60px;
  }
  .sx-article-story .sx-interview-block .float-md-right {
    margin-bottom: 22px;
    margin-left: 22px;
  }
  .sx-article-story .sx-interview-block .float-md-left {
    margin-right: 22px;
    margin-bottom: 22px;
  }
  .sx-article-normal .sx-article-body {
    padding-top: 80px;
  }
  .sx-article-normal .sx-hero-title {
    font-size: 31px;
    line-height: 46px;
  }
  .sx-article-normal .sx-hero-title:before {
    width: 36px;
    height: 26px;
  }
  .sx-article-recipe .sx-article-body {
    padding-top: 0;
  }
}



@media screen and (min-width: 992px) {
  .sx-article-footer .experience-region > .experience-component > .container,
.sx-article-footer > .container {
    padding-right: 90px;
    padding-left: 90px;
  }
  .sx-article-page .sx-article-body > .container,
.sx-article-page .sx-article-body > .experience-region > .experience-component > .container {
    margin-bottom: 80px;
    padding-right: 90px;
    padding-left: 90px;
  }
  .sx-relations {
    max-width: 100%;
    margin-bottom: 0;
  }
  .sx-relations:nth-of-type(odd) {
    margin-right: 0;
  }
  .sx-relations + .sx-relations {
    margin-top: 10px;
  }
  .sx-relations .quickview {
    visibility: visible;
  }
  .sx-relations .quickview:hover {
    background-color: #000;
  }
  .sx-relations .sx-wishlist-icon {
    top: 18px;
    right: 16px;
  }
  .sx-relations .sx-relations-tile {
    padding: 38px 32px;
    border-top: 0 none;
    border-left: 2px solid #e8e7e4;
  }
  .sx-relations .sx-relations-tile .pdp-link,
.sx-relations .sx-relations-tile .pdp-link a {
    font-size: 17px;
  }
  .sx-relations .sx-relations-tile .pdp-link {
    margin-bottom: 24px;
  }
  .sx-relations .sx-relations-tile .price,
.sx-relations .sx-relations-tile .sales {
    margin-bottom: 22px;
    font-size: 15px !important;
  }
  .sx-relations .sx-relations-tile .sx-tile-desc {
    margin-bottom: 0;
    font-size: 15px;
  }
  .sx-relations .sx-relations-tile .tile-body-footer {
    position: absolute;
    bottom: 33px;
  }
  .sx-relations:hover .quickview {
    text-indent: 0;
    opacity: 1;
  }
  .sx-article-tags {
    justify-content: flex-start;
    width: 746px;
    padding: 0;
  }
  .sx-article-tag {
    width: calc((100% - 56px) / 4);
  }
  .sx-article-tag a {
    font-size: 15px;
  }
  .sx-article-tag a:hover {
    background-color: #c90012;
    text-decoration: none;
  }
  .sx-article-tag {
    margin-right: 14px;
    margin-left: 0;
  }
  .sx-article-tag:nth-of-type(4n) {
    margin-right: 0;
  }
  .sx-article-tag a {
    width: 100%;
    height: 44px;
    border-radius: 22px;
    background-color: #8e867b;
    color: #fff !important;
  }
  .sx-article-story .sx-hero {
    min-height: 700px;
  }
  .sx-article-story .sx-hero .col {
    min-height: 700px;
  }
  .sx-article-story .sx-hero-title {
    font-size: 41px;
    line-height: 56px;
  }
  .sx-article-story .sx-hero-desc {
    margin: 44px auto 0;
  }
  .sx-article-story .sx-hero-date {
    margin-top: 70px;
    font-size: 15px;
  }
  .sx-article-story .sx-step-block figure {
    text-align: left;
  }
  .sx-article-normal .sx-hero-title {
    margin-left: 44px;
    padding: 40px 60px;
    text-indent: -44px;
  }
  .sx-article-normal .sx-hero-date {
    padding: 0 60px 0 0;
    font-size: 15px;
    text-align: right;
  }
  .sx-article-normal .sx-hero-date br {
    display: inline;
  }
  .sx-article-normal .sx-hero-date span {
    margin: 0;
  }
  .sx-article-recipe .sx-hero {
    padding-right: 90px;
    padding-left: 90px;
  }
  .sx-article-recipe .sx-title-block {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }
  .sx-article-recipe .sx-hero-title-wrap {
    display: inline-block;
    position: relative;
    bottom: -40px;
    left: -30px;
    padding: 26px 40px;
    border: 2px solid #edb600;
  }
  .sx-article-recipe .sx-hero-title {
    font-size: 31px;
    line-height: 36px;
  }
  .sx-article-recipe .sx-hero-title:before {
    top: 4px;
    min-width: 24px;
    height: 29px;
    margin-right: 12px;
  }
  .sx-article-recipe .sx-hero-copy {
    font-size: 17px;
    line-height: 26px;
  }
  .sx-article-recipe .sx-hero-date br {
    display: inline;
  }
  .sx-article-recipe .sx-hero-date span {
    margin: 0;
  }
  .sx-article-recipe .sx-hero-date {
    margin: 0;
    padding: 70px 0 22px 60px;
    font-size: 15px;
  }
  .sx-article-recipe .sx-summary {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sx-article-recipe .sx-summary .sx-summary-text {
    margin: 0;
    padding: 0 26px 0 0;
    font-size: 17px;
    line-height: 32px;
  }
  .sx-article-recipe .sx-summary .sx-summary-data {
    padding: 0 50px 0 30px;
    border-top: 0 none;
    border-left: 1px solid #BAB9B3;
    font-size: 17px;
  }
  .sx-article-recipe .sx-summary .sx-summary-data p {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .sx-article-recipe .sx-foods {
    background-color: #fff;
  }
  .sx-article-recipe .sx-foods .col {
    padding: 26px 34px 56px;
  }
  .sx-article-recipe .sx-foods .sx-foods-list {
    padding: 50px 60px 60px 0;
  }
  .sx-article-recipe .sx-foods-title {
    padding-right: 70px;
    font-size: 20px;
  }
  .sx-article-recipe .sx-foods-title br {
    display: inline-block;
  }
  .sx-article-recipe .sx-foods-title span {
    display: block;
    font-feature-settings: "palt" 1;
  }
  .sx-article-recipe .sx-step-caption {
    width: 180px;
    margin: 0;
    padding: 2px 0 2px 14px;
    font-size: 17px;
  }
  .sx-article-recipe .sx-step-point {
    padding: 25px 30px;
  }
  .sx-article-recipe .sx-container-min {
    margin-top: -50px;
  }
}
@media screen and (min-width: 544px) {
  .sx-article-page .sx-article-body .sx-1col-submit-400 .col .btn {
    width: 400px;
    max-width: 400px;
    margin: 0 auto;
  }
  .sx-layout-profile dt {
    margin-top: 0;
  }
  .sx-article-tags {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .sx-article-page p.sx-article-note {
    font-size: 12px;
    line-height: 16px;
  }
  .sx-social-block .social-container .social-icons {
    margin-top: 10px;
  }
  .sx-bread-container + .sx-article-page {
    margin-top: 0;
  }
  .sx-article-recipe .sx-foods .col:first-of-type {
    padding-bottom: 16px;
  }
  .sx-article-recipe .sx-foods .col:last-of-type {
    padding-top: 0;
  }
  .sx-article-recipe .sx-foods .col > .d-flex > .d-flex span {
    width: 50%;
  }
  .sx-article-recipe .sx-container-min {
    margin-top: -20px;
  }
  br{
    display: none;
  }
}
@media screen and (min-width: 544px) and (max-width: 768px) {
  .sx-article-recipe .sx-foods .col > .d-flex > .d-flex {
    width: calc(50% - 15px);
  }
  .sx-article-recipe .sx-foods .col > .d-flex > .d-flex span:last-of-type {
    text-align: right;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .sx-article-recipe .sx-foods .sx-foods-list {
    padding-top: 0;
  }
  .sx-article-recipe .sx-container-min {
    margin-top: -15px;
  }
}
