@charset "UTF-8";

.l-scene .c-title_cate {
	margin-bottom: 20px;
}
.l-scene .c-title_cate > img {
	width: 100%;
}
.l-scene .c-title_cate .c-sp {
	display: none;
}
.l-scene .c-menuList {
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0;
	text-align: center;
}
.c-menuList .c-menuList_list {
	width: calc((100% - 3px * 4) / 4);
	margin-right: 3px;
	font-size: 1.4rem;
	font-weight: bold;
}
.l-sceneList .c-menuList .c-menuList_list {
	width: calc((100% - 3px * 3) / 3);
}
.l-scene .c-menuList .c-menuList_list:nth-child(4n) {
	margin-right: 0;
}
.l-scene .c-menuList .c-menuList_list a,
.l-scene .c-menuList .c-menuList_list.is-current {
	display: flex;
	height: 60px;
	padding: 0 10px;
	flex-direction: column;
	justify-content: center;
}
.l-scene .c-menuList .c-menuList_list.is-current a{
	color: #FF758B;
    background-color: #FFDE00
}
.l-scene .c-menuList .c-menuList_list a {
	width: 100%;
	color: #fff;
	background-color: #FF758B;
	transition: 0.2s ease;
}
.l-scene .c-menuList .c-menuList_list a:hover {
	opacity: 0.5;
}
.l-scene .c-menuList .c-menuList_list.is-current {
	color: #FF758B;
	background-color: #FFDE00;
}
.l-scene .l-sceneContent_list {
	margin-bottom: 70px;
	display: flex;
	flex-wrap: wrap;
}
.l-scene .l-sceneContent_list .p-listBlock {
	width: calc((100% - 30px) / 2);
	margin-right: 30px;
}
.l-scene .l-sceneContent_list .p-listBlock:nth-of-type(2n){
	margin-right: 0;
}
.l-scene .l-sceneContent_list .p-listBlock:nth-of-type(n+3){
	margin-top: 40px;
}
.l-scene .l-sceneContent_list .p-listBlock .c-img {
	margin-bottom: 15px;
	position: relative;
}
.l-scene .l-sceneContent_list .p-listBlock .c-img a img {
	transition: 0.2s ease;
}
.l-scene .l-sceneContent_list .p-listBlock .c-img a:hover img {
	opacity: 0.5;
}
.l-scene .l-sceneContent_list .p-listBlock .c-dataList {
	margin-top: 15px;
}
.l-scene .l-sceneContent_list .p-listBlock .c-dataList dt {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
.l-scene .l-sceneContent_list .p-listBlock .c-dataList dd {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	margin-top: 12px;
    overflow: hidden;
	font-size: 1.4rem;
	line-height: 1.2;
    max-height: 4.2em;
}
.l-scene .l-sceneContent_list .p-listBlock .c-btnMore {
	margin: 36px auto 0;
	width: 128px;
}
.l-scene .l-sceneContent_list .p-listBlock .c-btnMore a {
	display: block;
	width: 100%;
	height: 35px;
	border-radius: 17.5px;
	background-color: #FFDE00;
	line-height: 37px;
	text-align: center;
	transition: 0.2s ease;
}
.l-scene .l-sceneContent_list .p-listBlock .c-btnMore a:hover {
	opacity: 0.5;
}
.l-sceneDetail .l-sceneArticle_recommend .p-coordinate_items h4 {
	margin-bottom: 20px;
}
.l-scene .l-pager {
	margin: 40px 0 70px;
}
.l-scene .l-sceneContent_list .p-listBlock .c-btnMore {
	display: none;
}
.l-sceneDetail .l-sceneArticle_recommend .p-coordinate_items h4 {
	font-size: 1.2rem;
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
	/* .l-scene .l-sceneContent_list .p-listBlock .c-img {
		height: 250px;
	} */
	/* .l-scene .l-sceneContent_list .p-listBlock .c-img img {
		height: 100%;
	} */
}

@media screen and (max-width: 768px) {
	.l-scene .c-title_cate {
		margin: 20px;
	}
	.l-scene .c-title_cate .c-sp {
		display: block;
	}
	.l-scene .c-title_cate .c-pc {
		display: none;
	}
	.l-scene_content {
		margin: 0 20px;
	}
	.l-scene .c-menuList .c-menuList_list {
		width: calc((100% - 3px) / 2);
	}
	.l-scene .c-menuList .c-menuList_list:nth-child(2n) {
		margin-right: 0;
	}
	.l-scene .c-menuList .c-menuList_list:nth-child(n+3) {
		margin-top: 3px;
	}
	.l-scene .l-sceneContent_list {
		margin-bottom: 40px;
		display: block;
	}
	.l-scene .l-sceneContent_list .p-listBlock {
		width: 100%;
		margin-right: 0;
	}
	.l-scene .l-sceneContent_list .p-listBlock:nth-of-type(n+2){
		margin-top: 40px;
	}
	.l-scene .l-sceneContent_list .p-listBlock .c-dataList dt {
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.2;
		text-align: center;
	}
	.l-scene .l-pager {
		margin: 30px 0 50px;
	}
}

/* detail */
.l-sceneDetail .c-menuList_arrow a {
	padding: 0 20px 0 10px;
	background: #FF758B url(../images/order/arrow_lnav.svg) no-repeat right 15px center;
}
.l-sceneDetail .c-page-h2 {
	margin-bottom: 30px;
	font-size: 2.2rem;
	text-align: center;
}
.l-sceneDetail .c-page-h2 .en {
	display: block;
	margin-bottom: 7px;
	font-size: 6.4rem;
	line-height: 1;
}
.l-sceneDetail .c-page-h3 {
	margin-bottom: 0;
	border-bottom: none;
}
.l-sceneDetail .c-btn {
	width: 304px;
	margin: 30px auto 0;
}
.l-sceneDetail .c-btn a {
	display: block;
	width: 100%;
	padding: 17px 0;
	border-radius: 28px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #000;
	transition: 0.2s ease;
}
.l-sceneDetail .c-btn a:hover {
	opacity: 0.5;
}
.l-sceneDetail .l-sceneArticle_content  {
	padding: 50px 24px;
}
.l-sceneDetail .l-sceneArticle_recommend {
	background-color: #EBEBEB;
}
.l-sceneDetail .l-sceneArticle_pickup {
	background-color: #FFDE00;
}
.l-sceneDetail .l-sceneArticle_design {
	position: relative;
	padding-top: 90px;
	background-color: #FF758B;
}
.l-sceneDetail .l-sceneArticle_recommend .c-page-h3 {
	margin-top: 40px;
	padding: 10px 20px;
	font-size: 1.6rem;
	text-align: center;
	color: #fff;
	background-color: #FF758B;
}
.l-sceneDetail .l-sceneArticle_recommend .p-coordinate {
	display: flex;
	margin-top: 20px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.l-sceneDetail .l-sceneArticle_recommend .c-img {
	width: 47.7%;
}
.l-sceneDetail .l-sceneArticle_recommend .c-img img {
	width: 100%;
}
.l-sceneDetail .l-sceneArticle_recommend .p-coordinate_items {
	width: 46.2%;
}
.l-sceneDetail .l-sceneArticle_recommend .p-coordinate_items_block:nth-of-type(n+2) {
	margin-top: 40px;
}
.l-sceneDetail .l-sceneArticle_recommend .p-coordinate_items_block .c-page-h4 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 2px solid #000;
	font-size: 1.4rem;
}
.l-sceneDetail .l-sceneArticle_recommend .p-coordinate_items_block .c-productNumber {
	display: block;
	line-height: 1;
}
.l-sceneDetail .l-sceneArticle_recommend .p-coordinate_items_block .c-text {
	padding: 0 5px;
	font-size: 1.4rem;
}
.l-sceneDetail .l-sceneArticle_recommend .p-coordinate_items_block .c-text + .c-text {
	margin-top: 20px;
}
.l-sceneDetail .l-sceneArticle_recommend .p-coordinate_items h4 {
	font-size: 1.2rem;
}
.l-sceneDetail .l-sceneArticle_pickup .p-pickupItems {
	display: flex;
	margin-bottom: 30px;
	padding: 0 10px;
	flex-wrap: wrap;
}
.l-sceneDetail .l-sceneArticle_pickup .p-pickupItems .p-pickupItems_block {
	width: calc((100% - 50px * 3) / 4);
	margin-right: 50px;
}
.l-sceneDetail .l-sceneArticle_pickup .p-pickupItems .p-pickupItems_block:nth-of-type(4n) {
	margin-right: 0;
}
.l-sceneDetail .l-sceneArticle_pickup .p-pickupItems .p-pickupItems_block:nth-of-type(n+5) {
	margin-top: 30px;
}
.l-sceneDetail .l-sceneArticle_pickup .p-pickupItems .c-page-h3 {
	margin-top: 10px;
	font-size: 1.4rem;
	line-height: 1.2;
	text-align: center;
	min-height: 50px;
}
.l-sceneDetail .l-sceneArticle_pickup .p-pickupItems .c-page-h3 .c-productNumber {
	display: block;
	margin-bottom: 4px;
	line-height: 1;
	color: #8B8B8B;
}
.l-sceneDetail .l-sceneArticle_pickup .p-pickupItems .c-text {
	margin-top: 8px;
	font-size: 1.4rem;
	line-height: 1.2;
}
.l-sceneDetail .l-sceneArticle_design .c-text_balloon {
	display: block;
	position: absolute;
	top: 40px;
	left: 50%;
	width: 200px;
	height: 34px;
	border-radius: 17px;
	transform: translateX(-50%);
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
	color: #FF758B;
	background-color: #fff;
}
.l-sceneDetail .l-sceneArticle_design .c-text_balloon:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border: 5px solid transparent;
	border-top: 7px solid #fff;
}
.l-sceneDetail .l-sceneArticle_design .c-page-h3 {
	margin-bottom: 18px;
	font-size: 1.4rem;
	text-align: center;
	color: #fff;
}
.l-sceneDetail .l-sceneArticle_design .p-designImage {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 30px 0 38px;
}
.l-sceneDetail .l-sceneArticle_design .p-designImage_block {
	width: 34%;
}
.l-sceneDetail .l-sceneArticle_design .p-designImage_block:nth-of-type(n+2) {
	position: relative;
	width: 54%;
}
.l-sceneDetail .l-sceneArticle_design .p-designImage_block:nth-of-type(n+2)::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: -36px;
	width: 22px;
	height: 15px;
	transform: translateY(-50%) rotate(-90deg);
	background: url(../images/scene/icon-arrow.svg) no-repeat center center;
	background-size: cover;
}
.l-sceneDetail .l-sceneArticle_design .p-designImage + .c-text {
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.l-sceneDetail .l-sceneArticle_design .c-btn a {
	padding: 14px 0;
	border: 3px solid #000;
	color: #000;
	background-color: #FFDE00;
}
.l-sceneDetail .l-sceneArticle_template .c-page-h3 {
	margin-bottom: 20px;
	font-size: 1.6rem;
	line-height: 1.2;
	text-align: center;
}
.l-sceneDetail .l-sceneArticle_template .p-templateList {
	display: flex;
	flex-wrap: wrap;
	padding: 0 16px;
}
.l-sceneDetail .l-sceneArticle_template .c-page-h3 {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 2px solid #EBEBEB;
}
.l-sceneDetail .l-sceneArticle_template .p-templateList_block {
	width: calc((100% - 20px) / 3);
	margin-right: 10px;
}
.l-sceneDetail .l-sceneArticle_template .p-templateList_block:nth-of-type(3n) {
	margin-right: 0;
}
.l-sceneDetail .l-sceneArticle_template .p-templateList_block:nth-of-type(n + 4) {
	margin-top: 30px;
}
.l-sceneDetail .l-sceneArticle_template .p-templateList .c-text {
	margin-top: 4px;
	font-size: 1.6rem;
	text-align: center;
}
.l-sceneDetail .l-sceneArticle_template .p-templateList .c-text a {
	font-weight: bold;
	color: #00B300;
}
.l-sceneDetail .l-sceneArticle_template .p-templateFeature .p-templateList_block {
	width: calc((100% - 60px) / 3);
	margin-right: 30px;
}
.l-sceneDetail .l-sceneArticle_template .p-templateFeature .p-templateList_block:nth-of-type(3n) {
	margin-right: 0;
}
.l-sceneDetail .l-sceneArticle_template .p-templateFeature .c-title {
	margin-top: 10px;
	font-weight: bold;
	text-align: center;
}
.l-sceneDetail .l-sceneArticle_template .p-templateFeature .c-text {
	font-size: 1.4rem;
	text-align: left;
}
.l-sceneDetail .l-sceneArticle_template .p-templateFeature .c-text > a {
	margin-top: 10px;
	transition: 0.2s ease;
	text-decoration: underline;
	font-weight: normal;

}
.l-sceneDetail .l-sceneArticle_template .p-templateFeature .c-text > a:hover {
	opacity: 0.5;
	text-decoration: underline;
}

/* .l-sceneDetail .l-sceneArticle_template .p-templateFeature .c-text > a:before {
	content: "→";
	display: inline-block;
	margin-right: 4px;
} */
.l-sceneDetail + .l-detail-case {
	margin-bottom: 50px;
	padding: 272px 0;
	background-color: #ff758b;
	background-image: url(../images/detail/case-bg.png), url(../images/detail/history-bg.png);
	background-repeat: no-repea;
	background-position: center top, center bottom;
}


@media screen and (max-width: 768px) {
	.l-sceneDetail .c-page-h2 {
		font-size: 1.6rem;
	}
	.l-sceneDetail .c-page-h2 .en {
		margin-bottom: 3px;
		font-size: 3.6rem;
	}
	.l-sceneDetail .c-text {
		line-height: 1.5;
	}
	.l-sceneDetail .c-btn a {
		font-size: 1.4rem;
		transition: none;
	}
	.l-sceneDetail .l-sceneArticle_content  {
		padding: 40px 20px;
	}
	.l-sceneDetail .l-sceneArticle_recommend .c-page-h3 {
		font-size: 1.4rem;
	}
	.l-sceneDetail .l-sceneArticle_recommend .p-coordinate_items_block:nth-of-type(n+2) {
		margin-top: 20px;
	}
	.l-sceneDetail .l-sceneArticle_recommend .p-coordinate_items_block .c-page-h4,
	.l-sceneDetail .l-sceneArticle_recommend .p-coordinate_items_block .c-text {
		font-size: 1rem;
	}
	.l-sceneDetail .l-sceneArticle_recommend .p-coordinate_items_block .c-text + .c-text {
		margin-top: 15px;
	}
	.l-sceneDetail .l-sceneArticle_pickup .p-pickupItems {
		justify-content: space-between;
	}
	.l-sceneDetail .l-sceneArticle_pickup .p-pickupItems .p-pickupItems_block {
		width: 44.4%;
		margin-right: 0;
	}
	.l-sceneDetail .l-sceneArticle_pickup .p-pickupItems .p-pickupItems_block:nth-of-type(n+3) {
		margin-top: 30px;
	}
	.l-sceneDetail .l-sceneArticle_pickup .p-pickupItems .c-page-h3,
	.l-sceneDetail .l-sceneArticle_pickup .p-pickupItems .c-text {
		font-size: 1.2rem;
	}
	.l-sceneDetail .l-sceneArticle_design .c-page-h2 {
		padding-top: 60px;
	}
	.l-sceneDetail .l-sceneArticle_design .p-designImage {
		display: block;
	}
	.l-sceneDetail .l-sceneArticle_design .p-designImage_block,
	.l-sceneDetail .l-sceneArticle_design .p-designImage_block:nth-of-type(n+2) {
		width: 100%;
	}
	.l-sceneDetail .l-sceneArticle_design .p-designImage_block:nth-of-type(n+2) {
		margin-top: 72px;
	}
	.l-sceneDetail .l-sceneArticle_design .p-designImage_block:nth-of-type(n+2)::before {
		content: "";
		display: inline-block;
		position: absolute;
		top: -42px;
		left: 50%;
		width: 22px;
		height: 15px;
		transform: translate(-50%, 0) rotate(0deg);
		background: url(../images/scene/icon-arrow.svg) no-repeat center center;
		background-size: cover;
	}
	.l-sceneDetail .l-sceneArticle_design .p-designImage + .c-text {
		font-size: 1.2rem;
		text-align: left;
	}
	.l-sceneDetail .l-sceneArticle_template .p-templateList_block {
		width: calc((100% - 15px) / 2);
	}
	.l-sceneDetail .l-sceneArticle_template .p-templateList_block,
	.l-sceneDetail .l-sceneArticle_template .p-templateList_block:nth-of-type(3n) {
		margin-right: 15px;
	}
	.l-sceneDetail .l-sceneArticle_template .p-templateList_block:nth-of-type(2n) {
		margin-right: 0;
	}
	.l-sceneDetail .l-sceneArticle_template .p-templateList_block:nth-of-type(n + 3) {
		margin-top: 10px;
	}
	.l-sceneDetail .l-sceneArticle_template .p-templateFeature .p-templateList_block {
		width: calc((100% - 30px) / 2);
	}
	.l-sceneDetail .l-sceneArticle_template .p-templateFeature .p-templateList_block:nth-of-type(3n) {
		margin-right: 30px;
	}
	.l-sceneDetail .l-sceneArticle_template .p-templateFeature .p-templateList_block:nth-of-type(2n) {
		margin-right: 0;
	}
	.l-sceneDetail + .l-detail-case {
		padding: 90px 0 120px;
		background-position: center top -67px, center bottom -92px;
	}
}
/**
 * Scene
 */
 @media print, screen and (max-width: 767px) {
	.Scene {
		zoom: 0.6;
	}
 }
 .Scene .number {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }
  
  .Scene .Scene__inner {
	padding: 0 28px;
  }
  
  .Scene .Scene__kv {
	margin-left: -28px;
	margin-right: -28px;
  }
  
  .Scene.-baseball .Scene__h2.-title1 {
	width: 358px;
  }
  
  .Scene.-baseball .Scene__h2.-title2 {
	width: 423px;
  }
  
  .Scene.-baseball .Scene__h2.-title3 {
	width: 173px;
  }
  
  .Scene.-baseball .Scene__h2.-title4 {
	width: 269px;
  }
  
  .Scene.-baseball .Scene__h2.-title5 {
	width: 383px;
  }
  
  .Scene.-baseball .Scene__h2.-title7 {
	width: 342px;
  }
  
  .Scene .Scene__h2 {
	margin: 0 auto 30px;
  }
  
  .Scene .Scene__lead {
	font-size: 20px;
	line-height: 1.53;
	text-align: center;
  }
  
  .Scene .Scene__btn {
	margin: 0 auto;
	width: 450px;
  }
  
  .Scene .Scene__btnLink {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #231815;
	border-radius: 35px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	height: 70px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: -0.01em;
	width: 100%;
  }
  
  .Scene .Scene__menuList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 40px 0;
	text-align: center;
  }
  
  .Scene .Scene__menuItem {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 49%;
	flex: 0 0 49%;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
  }
  
  .Scene .Scene__menuItem a {
	background: #FF758B url(/user_data/packages/default/images/scene/baseball/arrow_lnav.svg) no-repeat right 15px center;
	background-color: #FF758B;
	background-size: 20px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 10px;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
	width: 100%;
  }
  
  @media print, screen and (min-width: 768px) {
	.Scene {
	  padding: 0px 0px;
	}
	.Scene .Scene__inner {
	  margin: 0 auto;
	  max-width: 960px;
	  padding: 0 0px;
	  width: 100%;
	}
	.Scene .Scene__kv {
	  margin-left: 0px;
	  margin-right: 0px;
	}
	.Scene .Scene__kv img {
	  width: 100%;
	}
	.Scene .Scene__h2 {
	  margin: 0 auto 23px;
	}
	.Scene .Scene__lead {
	  font-size: 13px;
	  letter-spacing: 0.02em;
	}
	.Scene .Scene__btnLink {
	  font-size: 22px;
	}
	.Scene .Scene__menuList {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
	  justify-content: space-between;
	  margin: 40px 0;
	  text-align: center;
	}
	.Scene .Scene__menuItem {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 24%;
	  flex: 0 0 24%;
	  font-size: 14px;
	  margin-bottom: 0px;
	  max-width: 24%;
	}
	.Scene .Scene__menuItem a {
	  background-size: 12px;
	  height: 60px;
	}
  }
  
  /**
   * SceneDesign
   */
  .SceneDesign {
	background-image: url(/user_data/packages/default/images/scene/baseball/design_bg.png);
	background-repeat: repeat;
	background-size: 31px 27px;
	margin-left: -28px;
	margin-right: -28px;
	padding: 60px 28px;
  }
  
  .SceneDesign .SceneDesign__title {
	margin: 0 auto;
	width: 489px;
  }
  
  .SceneDesign .SceneDesign__contets {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 40px;
  }
  
  .SceneDesign .SceneDesign__left {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 43%;
	flex: 0 0 43%;
  }
  
  .SceneDesign .SceneDesign__left figure {
	width: 100%;
  }
  
  .SceneDesign .SceneDesign__right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 55%;
	flex: 0 0 55%;
  }
  
  .SceneDesign .SceneDesign__right figure {
	width: 100%;
  }
  
  .SceneDesign .SceneDesign__lead {
	color: #fff;
	font-size: 17px;
	line-height: 1.58;
	margin-top: 40px;
  }
  
  .SceneDesign .SceneDesign__note {
	color: #fff;
	font-size: 16px;
	letter-spacing: -0.01em;
	line-height: 1.16;
	margin-bottom: 15px;
	text-align: center;
  }
  
  @media print, screen and (min-width: 768px) {
	.SceneDesign {
	  margin-left: 0px;
	  margin-right: 0px;
	  padding: 42px 45px 50px 90px;
	}
	.SceneDesign .SceneDesign__title {
	  left: -14%;
	  position: relative;
	  width: 489px;
	}
	.SceneDesign .SceneDesign__contets {
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  align-items: center;
	  margin-bottom: 50px;
	}
	.SceneDesign .SceneDesign__left {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 36%;
	  flex: 0 0 36%;
	  max-width: 36%;
	}
	.SceneDesign .SceneDesign__right {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 58%;
	  flex: 0 0 58%;
	  max-width: 58%;
	}
	.SceneDesign .SceneDesign__lead {
	  font-size: 14px;
	  margin-bottom: 35px;
	  margin-top: 25px;
	}
	.SceneDesign .SceneDesign__note {
	  font-size: 12px;
	  margin-bottom: 10px;
	}
  }
  
  /**
   * SceneFont
   */
  .SceneFont {
	background-image: url(/user_data/packages/default/images/scene/baseball/bg_dot.png);
	background-position: left 0 bottom 0;
	background-repeat: repeat-x;
	background-size: 77px 4px;
	padding: 60px 0px;
  }
  
  .SceneFont .SceneFont__img {
	margin: 40px 0;
  }
  
  @media print, screen and (min-width: 768px) {
	.SceneFont {
	  background-image: none;
	  overflow: hidden;
	  padding: 115px 0px 80px;
	  position: relative;
	}
	.SceneFont:after {
	  background-image: url(/user_data/packages/default/images/scene/baseball/bg_dot.png);
	  background-position: center;
	  background-repeat: repeat-x;
	  background-size: 77px 4px;
	  bottom: 0;
	  content: '';
	  display: block;
	  height: 4px;
	  left: 50%;
	  position: absolute;
	  -webkit-transform: translateX(-50%);
	  transform: translateX(-50%);
	  width: 850px;
	}
	.SceneFont .SceneFont__img {
	  margin: 10px 0 40px;
	}
	.SceneFont .SceneFont__img img {
	  margin: 0 auto;
	}
  }
  
  /**
   * SceneMenu
   */
  .SceneMenu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-weap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
	margin-top: 20px;
  }
  
  .SceneMenu .SceneMenu__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 19%;
	flex: 0 0 19%;
	position: relative;
  }
  
  .SceneMenu .SceneMenu__item:after {
	background-color: rgba(0, 0, 0, 0.56);
	content: '';
	display: block;
	height: 70px;
	position: absolute;
	right: -5px;
	top: 10px;
	width: 1px;
  }
  
  .SceneMenu .SceneMenu__item:last-child:after {
	display: none;
  }
  
  .SceneMenu .SceneMenu__link {
	display: block;
  }
  
  .SceneMenu .SceneMenu__thumb {
	margin: 0 auto 0px;
	min-height: 50px;
  }
  
  .SceneMenu .SceneMenu__thumb img {
	width: 100%;
  }
  
  .SceneMenu .SceneMenu__thumb.-icon1 {
	margin-bottom: 5px;
	width: 60px;
  }
  
  .SceneMenu .SceneMenu__thumb.-icon2 {
	width: 51px;
  }
  
  .SceneMenu .SceneMenu__thumb.-icon3 {
	margin-bottom: 10px;
	width: 45px;
  }
  
  .SceneMenu .SceneMenu__thumb.-icon4 {
	width: 55px;
  }
  
  .SceneMenu .SceneMenu__thumb.-icon5 {
	width: 48px;
  }
  
  .SceneMenu .SceneMenu__text {
	font-size: 14px;
	letter-spacing: -0.03em;
	line-height: 1.21;
	text-align: center;
  }
  
  @media print, screen and (min-width: 768px) {
	.SceneMenu {
	  margin: 40px 35px 45px;
	}
  }
  
  /**
   * ScenePickup
   */
  .ScenePickup {
	padding: 60px 0px;
  }
  
  .ScenePickup .ScenePickup__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 20px;
  }
  
  .ScenePickup .ScenePickup__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 46%;
	flex: 0 0 46%;
	margin-bottom: 40px;
  }
  
  .ScenePickup .ScenePickup__link {
	display: block;
  }
  
  .ScenePickup .ScenePickup__num {
	background-color: #505050;
	color: #fff;
	font-size: 16px;
	letter-spacing: -0.02em;
	line-height: 1;
	margin: 15px auto 10px;
	padding: 5px 0 3px;
	text-align: center;
	width: 50%;
  }
  
  .ScenePickup .ScenePickup__name {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -0.02em;
	line-height: 1.23;
	margin-bottom: 15px;
	text-align: center;
  }
  
  .ScenePickup .ScenePickup__exp {
	font-size: 18px;
	letter-spacing: -0.05em;
	line-height: 1.58;
  }
  
  @media print, screen and (min-width: 768px) {
	.ScenePickup {
	  padding: 65px 0px 80px;
	}
	.ScenePickup .ScenePickup__list {
	  margin: 0 75px;
	  padding: 0 20px;
	}
	.ScenePickup .ScenePickup__item {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 22%;
	  flex: 0 0 22%;
	  margin-bottom: 35px;
	}
	.ScenePickup .ScenePickup__num {
	  font-size: 15px;
	  margin: 17px auto 6px;
	  padding: 2px 0 2px;
	  width: 80px;
	}
	.ScenePickup .ScenePickup__name {
	  font-size: 13px;
	  margin-bottom: 10px;
	}
	.ScenePickup .ScenePickup__exp {
	  font-size: 12px;
	  padding: 0 5px;
	}
  }
  
  /**
   * SceneProduce
   */
  .SceneProduce {
	background-color: #f3f3f3;
	margin-left: -28px;
	margin-right: -28px;
	padding: 60px 28px;
  }
  
  .SceneProduce .SceneProduce__left {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 36%;
	flex: 0 0 36%;
  }
  
  .SceneProduce .SceneProduce__thumb {
	margin: 30px auto;
	width: 70%;
  }
  
  .SceneProduce .SceneProduce__right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	padding: 0 20px;
  }
  
  .SceneProduce .SceneProduce__title {
	border-bottom: 1px solid rgba(0, 0, 0, 0.56);
	font-size: 22px;
	font-weight: bold;
	line-height: 1.12;
	margin-bottom: 30px;
	padding-bottom: 10px;
  }
  
  .SceneProduce .SceneProduce__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  }
  
  .SceneProduce .SceneProduce__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32%;
	flex: 0 0 32%;
	margin-bottom: 30px;
	margin-right: 2%;
  }
  
  .SceneProduce .SceneProduce__item:nth-child(3n) {
	margin-right: 0;
  }
  
  .SceneProduce .SceneProduce__link {
	display: block;
  }
  
  .SceneProduce .SceneProduce__num {
	background-color: #505050;
	color: #fff;
	font-size: 18px;
	letter-spacing: -0.02em;
	line-height: 1;
	margin: 10px auto;
	padding: 5px 0 3px;
	text-align: center;
	width: 70%;
  }
  
  .SceneProduce .SceneProduce__name {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.02em;
	line-height: 1.23;
	text-align: center;
  }
  
  .SceneProduce .SceneProduce__note {
	font-size: 16px;
	letter-spacing: -0.04em;
	line-height: 1.4;
	margin-bottom: 20px;
  }
  
  @media print, screen and (min-width: 768px) {
	.SceneProduce {
	  margin-left: 0px;
	  margin-right: 0px;
	}
	.SceneProduce .SceneProduce__contents {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
	  justify-content: space-between;
	  margin-top: 40px;
	  padding: 0 22px;
	}
	.SceneProduce .SceneProduce__left {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 47%;
	  flex: 0 0 47%;
	}
	.SceneProduce .SceneProduce__thumb {
	  margin: 0;
	  width: 100%;
	}
	.SceneProduce .SceneProduce__thumb img {
	  width: 100%;
	}
	.SceneProduce .SceneProduce__right {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 49.5%;
	  flex: 0 0 49.5%;
	  padding: 0 0px;
	}
	.SceneProduce .SceneProduce__title {
	  font-size: 26px;
	  line-height: 1.076;
	  margin-bottom: 28px;
	  padding-bottom: 7px;
	}
	.SceneProduce .SceneProduce__list {
	  margin-bottom: 7px;
	}
	.SceneProduce .SceneProduce__item {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 31%;
	  flex: 0 0 31%;
	  margin-bottom: 28px;
	  margin-right: 3.5%;
	}
	.SceneProduce .SceneProduce__num {
	  font-size: 15px;
	  margin: 13px auto 6px;
	  padding: 2px 0 2px;
	  width: 80px;
	}
	.SceneProduce .SceneProduce__name {
	  font-size: 13px;
	}
	.SceneProduce .SceneProduce__note {
	  font-size: 10px;
	  margin-bottom: 20px;
	}
  }
  
  /**
   * SceneSample
   */
  .SceneSample {
	padding: 60px 0px;
  }
  
  .SceneSample .SceneSample__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 40px 20px 0px;
  }
  
  .SceneSample .SceneSample__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 46%;
	flex: 0 0 46%;
	margin-bottom: 40px;
  }
  
  .SceneSample .SceneSample__text {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -0.01em;
	line-height: 1.23;
	margin-bottom: 15px;
	margin-top: 20px;
  }
  
  .SceneSample .SceneSample__text span {
	padding-left: 26px;
	position: relative;
  }
  
  .SceneSample .SceneSample__text span:before {
	background-image: url(/user_data/packages/default/images/scene/baseball/icon_sample.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: block;
	height: 18px;
	left: 0;
	position: absolute;
	top: 2px;
	width: 21px;
  }
  
  .SceneSample .SceneSample__exp {
	font-size: 18px;
	letter-spacing: -0.04em;
	line-height: 1.58;
  }
  
  .SceneSample .SceneSample__exp a {
	font-weight: bold;
  }
  
  @media print, screen and (min-width: 768px) {
	.SceneSample {
	  padding: 115px 0px;
	}
	.SceneSample .SceneSample__list {
	  padding: 55px 30px 0px;
	}
	.SceneSample .SceneSample__item {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 30%;
	  flex: 0 0 30%;
	  margin-bottom: 40px;
	  max-width: 30%;
	}
	.SceneSample .SceneSample__item figure {
	  width: 100%;
	}
	.SceneSample .SceneSample__item figure img {
	  width: 100%;
	}
	.SceneSample .SceneSample__text {
	  font-size: 18px;
	  margin-bottom: 10px;
	  text-align: center;
	}
	.SceneSample .SceneSample__text span {
	  padding-left: 24px;
	}
	.SceneSample .SceneSample__text span:before {
	  top: 2px;
	}
	.SceneSample .SceneSample__exp {
	  font-size: 12px;
	  padding: 0 40px;
	}
  }
  
  /**
   * SceneTemplate
   */
  .SceneTemplate {
	background-image: url(/user_data/packages/default/images/scene/baseball/bg_dot.png);
	background-position: left 0 bottom 0;
	background-repeat: repeat-x;
	background-size: 77px 4px;
	padding: 60px 0px;
  }
  
  .SceneTemplate .SceneTemplate__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 40px 20px 20px;
  }
  
  .SceneTemplate .SceneTemplate__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 46%;
	flex: 0 0 46%;
	margin-bottom: 40px;
  }
  
  .SceneTemplate .SceneTemplate__link {
	display: block;
  }
  
  .SceneTemplate .SceneTemplate__num {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.02em;
	line-height: 1.23;
	text-align: center;
  }
  
  @media print, screen and (min-width: 768px) {
	.SceneTemplate {
	  background-image: none;
	  overflow: hidden;
	  padding: 105px 0px 80px;
	  position: relative;
	}
	.SceneTemplate:after {
	  background-image: url(/user_data/packages/default/images/scene/baseball/bg_dot.png);
	  background-position: center;
	  background-repeat: repeat-x;
	  background-size: 77px 4px;
	  bottom: 0;
	  content: '';
	  display: block;
	  height: 4px;
	  left: 50%;
	  position: absolute;
	  -webkit-transform: translateX(-50%);
	  transform: translateX(-50%);
	  width: 850px;
	  z-index: 1;
	}
	.SceneTemplate .SceneTemplate__list {
	  padding: 35px 10px 20px;
	}
	.SceneTemplate .SceneTemplate__item {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 33%;
	  flex: 0 0 33%;
	  margin-bottom: 30px;
	  max-width: 33%;
	}
	.SceneTemplate .SceneTemplate__fig {
	  width: 100%;
	}
	.SceneTemplate .SceneTemplate__fig img {
	  width: 100%;
	}
	.SceneTemplate .SceneTemplate__num {
	  font-size: 12px;
	}
  }
  
  /**
   * Sdgs
   */
  .Sdgs {
	color: #604c3f;
	margin: 0 auto;
	max-width: 960px;
  }
  
  .Sdgs p, .Sdgs ul, .Sdgs ol {
	line-height: 1.6;
  }
  
  .Sdgs .Sdgs__mv {
	margin: 30px 0 80px;
  }
  
  .Sdgs .Sdgs__section {
	margin: 0 0 160px;
  }
  
  .Sdgs .Sdgs__section.-border {
	border-bottom: 1px solid #604c3f;
	padding: 0 0 80px;
  }
  
  .Sdgs .Sdgs__lead {
	margin: 0 0 26px;
	text-align: center;
  }
  
  .Sdgs .Sdgs__leadInner {
	display: inline-block;
	font-size: 22.4px;
	letter-spacing: 0;
	line-height: 1.55;
	position: relative;
  }
  
  .Sdgs .Sdgs__leadInner::before, .Sdgs .Sdgs__leadInner::after {
	background-color: #604c3f;
	content: '';
	display: block;
	height: 50px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
  }
  
  .Sdgs .Sdgs__leadInner::before {
	left: -30px;
	-webkit-transform: translateY(-50%) rotate(-28deg);
	transform: translateY(-50%) rotate(-28deg);
  }
  
  .Sdgs .Sdgs__leadInner::after {
	right: -28px;
	-webkit-transform: translateY(-50%) rotate(28deg);
	transform: translateY(-50%) rotate(28deg);
  }
  
  .Sdgs .Sdgs__title1 {
	margin: auto;
	width: 330px;
  }
  
  .Sdgs .Sdgs__title1Note {
	display: block;
	font-size: 16px;
	letter-spacing: 0;
	margin: 6px 0 0;
	text-align: center;
  }
  
  .Sdgs .Sdgs__list1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 50px 0 0;
  }
  
  .Sdgs .Sdgs__list1 li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24%;
	flex: 0 0 24%;
	margin: 0 4%;
	max-width: 24%;
  }
  
  .Sdgs .Sdgs__list1 li figure {
	margin: 0 0 25px;
  }
  
  .Sdgs .Sdgs__list1 li p {
	font-size: 16px;
	margin: 0 0 30px;
	text-align: center;
	white-space: nowrap;
  }
  
  @media print, screen and (max-width: 1000px) and (min-width: 768px) {
	.Sdgs .Sdgs__list1 li p {
	  letter-spacing: 0;
	}
  }
  
  @media print, screen and (max-width: 1000px) and (min-width: 768px) {
	.Sdgs .Sdgs__list1 li .Sdgs__btn.-large {
	  border-radius: 30px;
	  font-size: 18px;
	  font-weight: bold;
	  height: 60px;
	}
	.Sdgs .Sdgs__list1 li .Sdgs__btn.-large::after {
	  right: 10px;
	}
  }
  
  .Sdgs .Sdgs__btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #00a456;
	border-radius: 30px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	height: 60px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	position: relative;
	width: 200px;
  }
  
  .Sdgs .Sdgs__btn::after {
	background-image: url(/user_data/packages/default/images/scene/sdgs/icon_btn_arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: block;
	height: 16px;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
  }
  
  .Sdgs .Sdgs__btn.-large {
	border-radius: 31.2px;
	font-size: 22px;
	font-weight: bold;
	height: 62.4px;
	width: 216px;
  }
  
  .Sdgs .Sdgs__btn.-large::after {
	right: 20px;
  }
  
  .Sdgs .Sdgs__btn.-wide {
	border-radius: 25px;
	height: 50px;
	width: 230px;
  }
  
  .Sdgs .Sdgs__btn.-black {
	background-color: #000;
  }
  
  @media print, screen and (min-width: 768px) {
	.Sdgs .Sdgs__btn {
	  -webkit-transition: 300ms;
	  transition: 300ms;
	}
	.Sdgs .Sdgs__btn:hover {
	  opacity: .7;
	}
  }
  
  .Sdgs .Sdgs__title2 {
	margin: auto;
	width: 478px;
  }
  
  .Sdgs .Sdgs__sectionLead {
	font-size: 20px;
	margin: 20px 0 0;
	text-align: center;
  }
  
  .Sdgs .Sdgs__list2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px;
  }
  
  .Sdgs .Sdgs__list2 li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	margin: 70px 0 0;
	max-width: 25%;
	padding: 0 20px;
  }
  
  .Sdgs .Sdgs__list2 li figure {
	aspect-ratio: 1/1;
	background-color: #f0f0f0;
	position: relative;
  }
  
  .Sdgs .Sdgs__list2 li figure img {
	height: 100%;
	width: 100%;
  }
  
  .Sdgs .Sdgs__list2Title {
	font-size: 20.8px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.3;
	margin: 16px 0 0;
	text-align: center;
	white-space: nowrap;
  }
  
  .Sdgs .Sdgs__list2Text {
	font-size: 12.8px;
	margin: 10px 0 0;
  }
  
  .Sdgs .Sdgs__priceWrapper {
	margin: 30px 0 12px;
  }
  
  .Sdgs .Sdgs__price {
	line-height: 1;
	text-align: center;
  }
  
  .Sdgs .Sdgs__priceMain {
	color: #00a456;
	font-family: 'Poppins', sans-serif;
	font-size: 60px;
	font-weight: 600;
	line-height: 1;
  }
  
  .Sdgs .Sdgs__priceYen {
	color: #00a456;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
  }
  
  .Sdgs .Sdgs__priceNote {
	font-size: 10px;
	margin: -4px 0 0;
	text-align: center;
  }
  
  .Sdgs .Sdgs__recommendTitle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ececec;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 55px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  }
  
  .Sdgs .Sdgs__recommendTitleInner {
	display: inline-block;
	font-size: 22.4px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1;
	position: relative;
  }
  
  .Sdgs .Sdgs__recommendTitleInner::before, .Sdgs .Sdgs__recommendTitleInner::after {
	background-color: #604c3f;
	content: '';
	display: block;
	height: 30px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
  }
  
  .Sdgs .Sdgs__recommendTitleInner::before {
	left: -30px;
	-webkit-transform: translateY(-50%) rotate(-28deg);
	transform: translateY(-50%) rotate(-28deg);
  }
  
  .Sdgs .Sdgs__recommendTitleInner::after {
	right: -28px;
	-webkit-transform: translateY(-50%) rotate(28deg);
	transform: translateY(-50%) rotate(28deg);
  }
  
  .Sdgs .Sdgs__recommendList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  }
  
  .Sdgs .Sdgs__recommendList li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(50% - 30px);
	flex: 0 0 calc(50% - 30px);
	max-width: calc(50% - 30px);
  }
  
  .Sdgs .Sdgs__recommendList li figure img {
	width: 100%;
  }
  
  .Sdgs .Sdgs__recommendTitle2 {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 4px;
	margin: 30px 0 12px;
	text-align: center;
  }
  
  .Sdgs .Sdgs__recommendText {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0;
	margin: 18px 0;
	text-align: center;
  }
  
  @media print, screen and (max-width: 767px) {
	.Sdgs {
		zoom: 0.6;
	}
	.Sdgs .Sdgs__mv {
	  margin: 0 0 80px;
	  overflow: hidden;
	}
	.Sdgs .Sdgs__leadInner::before, .Sdgs .Sdgs__leadInner::after {
	  height: 100px;
	}
	.Sdgs .Sdgs__leadInner::before {
	  left: -50px;
	}
	.Sdgs .Sdgs__leadInner::after {
	  right: -50px;
	}
	.Sdgs .Sdgs__list1 {
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	  margin: 0 0px;
	}
	.Sdgs .Sdgs__list1 li {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 50%;
	  flex: 0 0 50%;
	  margin: 0;
	  margin: 80px 0 0;
	  max-width: 50%;
	  padding: 0 20px;
	}
	.Sdgs .Sdgs__list1 li p {
	  font-size: 20px;
	}
	.Sdgs .Sdgs__btn {
	  border-radius: 30px;
	  font-size: 20px;
	  height: 60px;
	  width: calc(100% - 20px);
	}
	.Sdgs .Sdgs__btn.-large {
	  font-size: 22px;
	  height: 62.4px;
	}
	.Sdgs .Sdgs__btn.-wide {
	  border-radius: 30px;
	  height: 60px;
	  width: 260px;
	}
	.Sdgs .Sdgs__sectionLead {
	  font-size: 24px;
	}
	.Sdgs .Sdgs__list2 {
	  margin: 0 0px;
	}
	.Sdgs .Sdgs__list2 li {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 50%;
	  flex: 0 0 50%;
	  max-width: 50%;
	}
	.Sdgs .Sdgs__list2Title {
	  font-size: 24px;
	}
	.Sdgs .Sdgs__list2Text {
	  font-size: 18px;
	}
	.Sdgs .Sdgs__priceNote {
	  font-size: 14px;
	  margin: 0;
	}
	.Sdgs .Sdgs__recommendTitle {
	  height: 65px;
	}
	.Sdgs .Sdgs__recommendTitleInner {
	  font-size: 26px;
	}
	.Sdgs .Sdgs__recommendList {
	  display: block;
	  margin: 60px 0 0;
	}
	.Sdgs .Sdgs__recommendList li {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  margin: 0 0 80px;
	  max-width: 100%;
	}
	.Sdgs .Sdgs__recommendTitle2 {
	  font-size: 26px;
	  margin: 40px 0 20px;
	}
	.Sdgs .Sdgs__recommendText {
	  font-size: 20px;
	  margin: 25px 0;
	}
  }
  
  /**
   * SdgsMv
   */
  .SdgsMv .SdgsMv__wrapper {
	background-image: url(/user_data/packages/default/images/scene/sdgs/mv_bg1.png);
	background-size: 100% 100%;
	padding: 4% 7%;
	position: relative;
  }
  
  .SdgsMv .SdgsMv__image2 {
	max-width: 40%;
	position: absolute;
	right: -24px;
	top: 10px;
	width: 390px;
  }
  
  .SdgsMv .SdgsMv__title {
	padding: 40px 1% 0;
  }
  
  .SdgsMv .SdgsMv__titleMain {
	display: block;
	max-width: 70.5%;
	width: 570px;
  }
  
  .SdgsMv .SdgsMv__titleSub {
	display: block;
	margin: 14px 4px 0;
	max-width: 65.9%;
	width: 533px;
  }
  
  .SdgsMv .SdgsMv__text {
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1.75;
	padding: 30px 10px 0;
  }
  
  .SdgsMv .SdgsMv__image1 {
	margin: 40px 0;
  }
  
  @media print, screen and (max-width: 767px) {
	.SdgsMv .SdgsMv__image2 {
	  max-width: 38%;
	  right: -7%;
	}
	.SdgsMv .SdgsMv__titleMain {
	  max-width: 72%;
	}
	.SdgsMv .SdgsMv__titleSub {
	  margin: 5% 0 0;
	  max-width: 90%;
	}
	.SdgsMv .SdgsMv__text {
	  font-size: 20px;
	}
  }
