@charset "UTF-8";
.product-detail {
  font-family: 'Noto Sans Jp', sans-serif;
  -webkit-font-feature-settings: palt;
  -moz-font-feature-settings: palt;
  font-feature-settings: palt;
}
/*----------------------
 common
----------------------*/
img {
	width: 100%;
}
.inner {
	width: 87.5%;
	margin: auto;
	padding-top: 34px;
}
h2{
	padding-bottom: 22px;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: 500;
}
.shop-block h2{
	font-weight: 400;
}
/*----------------------
 topContent
----------------------*/
.topContent {
	padding-bottom: 30px;
}


/*----------------------
 content01
----------------------*/
.content01 {
	padding-bottom: 33px;
}
.content01 .inner {
	padding-top: 0;
}
.content01 p {
	padding-bottom: 20px;
	text-align: left;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
}
.content01 p span.small {
	font-size: 0.5em;
	vertical-align: super;
}
.content01 p.note {
	display: inline-block;
	color: #cd0000;
	padding-bottom: 0;
	padding-left: 1em;
	text-indent: -1em;
	text-align: left;
	font-size: 11px;
	font-size: 1.1rem;
}

/*----------------------
 content02
----------------------*/
.content02 {
	background-color: #629b32;
	color: #ffffff;
}
.content02 h2,
.content02 .inner p {
  text-shadow: 0 0 3px rgba(37,47,0,0.5);
}
.content02 .inner {
  width: 100%;
  background: url("/amazake/img/sports/bg01_sp.png") no-repeat center center;
  background-size: cover;
  padding-bottom: 31px;
}
.content02 .inner p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
}
.content02 .innerLeft {
  width: 87.5%;
  margin:0 auto;
}
.content02 .innerLeft .buttonWrap {
  text-align: center;
  padding: 25px 0;
}
.content02 .innerLeft .buttonWrap span {
	transition: all 0.2s ease-out;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
  color: #333;
	width: 64%;
	padding: 12px 0;
	text-align: center;
  background: #fff;
	cursor: pointer;
}
.content02 .innerLeft .buttonWrap span:hover {
	opacity: 0.6;
}
.content02 .comment {
  display: block;
  margin: 10px auto 0;
  font-size: 11px;
}
/*----------------------
 content03
----------------------*/
.content03 {
  background: #bedee8 url(/amazake/img/sports/bg02_1_sp.png) no-repeat top center;
  background-size: contain;
	padding-bottom: 40px;
}
.content03 .lineupContent {
	overflow: hidden;
	padding-bottom: 30px;
}
.content03 .lineupContent:last-child {
    padding-bottom: 0;
}
.content03 .lineupContent .productWrap {
	background-color: #ffffff;
	margin-bottom: 2px;
	padding-top: 23px;
	text-align: center;
}
.content03 .lineupContent .productWrap img {
	width: 74.73%;
}
.content03 .lineupContent .productWrap p {
	padding-bottom: 25px;
	line-height: 1.4;
	text-align: center;
	font-weight: 500;
}
.content03 .lineupContent .productWrap .buttonWrap {
  text-align: center;
  padding-bottom: 15px;
}
.content03 .lineupContent .productWrap .buttonWrap span {
  transition: all 0.2s ease-out;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
	width: 93%;
	padding: 12px 0;
	text-align: center;
  border: 1px solid #757575;
	cursor: pointer;
}
.content03 .lineupContent .linkWrap .link {
	width: calc(50% - 1px);
	float: left;
	margin-right: 2px;
	cursor: pointer;
}
.content03 .lineupContent .linkWrap .link:last-child {
	margin-right: 0;
}
/*----------------------
 content04
----------------------*/
.content04 {
  background: #bedee8 url(/amazake/img/sports/bg02_1_sp.png) no-repeat top center;
  background-size: contain;
	overflow: hidden;
}
.content04:after {
  width: 100%;
  background: url(/amazake/img/sports/bg02_2_sp.png) no-repeat top center;
  background-size: cover;
  display: block;
  content: "";
  padding-top: 4%;
}
.content04 h2 {
  line-height: 2.5;
	color: #333;
}
.content04 h2 span{
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
	color: #333;
}
.content04 .recipeContent {
	background-image: url("/amazake/img/sports/recipe01_sp.png");
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 25px;
	padding-top: 60.71%;
}
.content04 .recipeContent:nth-child(3) {
	background-image: url("/amazake/img/sports/recipe02_sp.png");
}
.content04 .recipeContent:nth-child(4) {
	background-image: url("/amazake/img/sports/recipe03_sp.png");
}
.content04 .recipeContent:nth-child(5) {
	background-image: url("/amazake/img/sports/recipe04_sp.png");
}
.content04 .recipeContent dl {
	padding-top: 34px;
}
.content04 .recipeContent dl dt {
	padding-bottom: 22px;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
  line-height: 1.7;
}
.content04 .recipeContent dl dd {
	width: 90%;
	margin: auto;
	padding-bottom: 25px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
}
.content04 .recipeContent .buttonWrap {
	text-align: center;
	padding-bottom: 25px;
}
.content04 .recipeContent .buttonWrap span {
	transition: all 0.2s ease-out;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
	width: 64%;
	padding: 12px 0;
	text-align: center;
    border: 1px solid #757575;
	cursor: pointer;
}
.content04 .recipeContent .buttonWrap span:hover {
	opacity: 0.6;
}
.content04 .buttonContent {
  width: 87.5%;
  margin: 25px auto;
  padding: 0 0 12%;
  text-align: center;
  position: relative;
  background: #fff;
}
.content04 .buttonContent span {
  width: 80%;
  margin: 0 auto;
  padding: 12px 0;
  font-size: 12px;
  font-size: 1.2rem;
  background: #fff;
  transition: all 0.2s ease-out;
  border: 1px solid #757575;
  display: inline-block;
  position: absolute;
  top: 54%;
  left: 0;
  right: 0;
}
.content04 .buttonContent span:hover {
	opacity: 0.6;
}
/*----------------------
 shopArea
----------------------*/
.shopArea {
	padding-bottom: 36px;
}
.shopArea .shopList {
	overflow: hidden;
	margin-bottom: 10px;
}
.shopArea .shopList .link {
    border: 1px solid #757575;
    margin-bottom: 12px;
}
.shopArea .shopList .link span {
	overflow: hidden;
    width: 100%;
	text-align: center;
	cursor: pointer;
}
.shopArea p.note {
	color: #cd0000;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.4;
}

@media screen and (min-width: 769px) {
	/*----------------------
	 common
	----------------------*/
	img {
		width: auto;
	}
	.inner {
		width: 960px;
		margin: auto;
		padding-top: 51px;
	}
	h2{
		padding-bottom: 35px;
		text-align: center;
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.6;
	}
	/*----------------------
	 topContent
	----------------------*/
	.topContent {
	    background-image: url("/amazake/img/sports/main_bg.jpg");
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-position: center center;
	    margin-bottom: 55px;
      padding-top: 60px;
	    padding-bottom: 0;
	    height: 610px;
	}
  .topContent > div {
    max-width: 1010px;
    position: relative;
    margin: 0 auto;
    text-align: center;
  }
	.topContent .ttl_img img {
    margin: auto;
	}
  .topContent .bg_parts_left {
    position: absolute;
    top: 0;
    left: -30px;
  }
  .topContent .bg_parts_right {
    position: absolute;
    top: 0;
    right: 0;
  }
  .topContent .topContentText {
    margin: 40px auto 0;
    font-size: 13px;
    font-size: 1.3em;
    font-style: italic;
    line-height: 1.7;
  }
	/*----------------------
	 content01
	----------------------*/
	.content01 {
		padding-bottom: 57px;
	}
  .content01 .inner {
    width: 808px;
  }
	.content01 p {
		padding-bottom: 29px;
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 1.6;
	}
	.content01 p.note {
		font-size: 14px;
		font-size: 1.4rem;
	}
	/*----------------------
	 content02
	----------------------*/
	.content02 {
		background: url("/amazake/img/sports/bg01.jpg") no-repeat center center;
    background-size: cover;
		padding-bottom: 0;
	}
	.content02 .inner {
    width: 960px;
    background: none;
		position: relative;
		height: 531px;
		padding-top: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
  .content02 .inner .innerLeft {
    width: 440px;
		float:left;
  }
	.content02 .inner h2 {
		padding-bottom: 33px;
	}
	.content02 .inner p {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.9;
	}
	.content02 .inner img {
		position: absolute;
	    bottom: 0;
	    right: 0;
	}
  .content02 .innerLeft .buttonWrap {
    padding-top: 32px;
  }
  .content02 .innerLeft .buttonWrap span {
    width: 218px;
    padding: 14px 0;
    font-size: 16px;
    font-size: 1.6rem;
  }

	/*----------------------
	 content03
	----------------------*/
	.content03 {
    background: url("/amazake/img/sports/bg02_1.png") no-repeat top center;
    background-size: cover;
		overflow: hidden;
		padding-bottom: 40px;
	}
	.content03 h2 {
		padding-bottom: 33px;
	}
	.content03 .lineupContent {
		width: calc(50% - 10px);
		float: left;
		padding-bottom: 20px;
	}
	.content03 .lineupContent:nth-child(2n) {
		margin-right: 20px;
	}
	.content03 .lineupContent:last-child {
	    padding-bottom: 20px;
	}
	.content03 .lineupContent .productWrap {
		padding-top: 50px;
	}
	.content03 .lineupContent .productWrap img {
		width: 81.91%;
	}
	.content03 .lineupContent .productWrap p {
		padding-bottom: 24px;
		line-height: 1.6;
		font-size: 20px;
		font-size: 2.0rem;
	}
  .content03 .lineupContent .productWrap .buttonWrap span{
    width: 440px;
    padding: 14px 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .content03 .lineupContent .productWrap .buttonWrap span:hover {
  	opacity: 0.6;
  }
	/*----------------------
	 content04
	----------------------*/
	.content04 {
    background: url("/amazake/img/sports/bg02_1.png") no-repeat top center;
    background-size: cover;
	}
  .content04:after {
    width: 100%;
    padding-top: 4%;
    background: url("/amazake/img/sports/bg02_2.png") no-repeat bottom center;
    background-size: cover;
    content: "";
    display: block;
  }
  .content04 h2 span {
    font-size: 18px;
    font-size: 1.8rem;
  }
	.content04 .inner {
		padding-top: 51px;
	}
	.content04 .recipeContent {
		position: relative;
		background-image: url("/amazake/img/sports/recipe01.png");
		width: 50%;
		height: 340px;
		margin-bottom: 20px;
		padding-top: 0;
		padding-left: 50%;
	}

	.content04 .recipeContent:nth-child(3) {
		background-image: url("/amazake/img/sports/recipe02.png");
	}
  .content04 .recipeContent:nth-child(4) {
    background-image: url("/amazake/img/sports/recipe03.png");
  }
  .content04 .recipeContent:nth-child(5) {
  	background-image: url("/amazake/img/sports/recipe04.png");
  }
  .content04 .recipeContent:nth-child(4),
  .content04 .recipeContent:nth-child(5) {
    background-position: top right;
    padding-right: 50%;
    padding-left: 0;
  }
	.content04 .recipeContent dl {
		padding-top: 47px;
	}
	.content04 .recipeContent dl dt {
		padding-bottom: 45px;
		text-align: center;
		font-size: 20px;
		font-size: 2.0rem;
	}
	.content04 .recipeContent dl dd {
		width: auto;
		padding: 0 40px;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.5;
	}
	.content04 .recipeContent .buttonWrap {
		position: absolute;
		bottom: 19px;
		left: 50%;
		right: 0;
		padding-bottom: 0;
	}
	.content04 .recipeContent .buttonWrap span {
		width: 218px;
		padding: 14px 0;
		font-size: 16px;
		font-size: 1.6rem;
	}
  .content04 .recipeContent:nth-child(4) .buttonWrap,
  .content04 .recipeContent:nth-child(5) .buttonWrap {
    left: 0;
		right: 50%;
  }
  .content04 .buttonContent {
    width: 750px;
    height: 86px;
    margin: 50px auto 30px;
    padding: 0;
    background: #fff url("/amazake/img/sports/button_bg.jpg") no-repeat top left;
    background-size: auto;
  }
  .content04 .buttonContent span {
    width: 355px;
    padding: 14px 0;
    font-size: 16px;
    font-size: 1.6rem;
    top: 25%;
    right:-47.5%;
  }

	/*----------------------
	 shopArea
	----------------------*/
	.shopArea {
		overflow: hidden;
		padding-bottom: 72px;
	}
	.shopArea .inner {
		padding-top: 67px;
	}
	.shopArea .inner h2 {
		padding-bottom: 32px;
	}
	.shopArea .shopList {
		margin-bottom: 0;
	}
	.shopArea .shopList .link {
		width: calc(50% - 12px);
		float: left;
	    border: 1px solid #757575;
	    margin: 0 20px 24px 0;
	}
	.shopArea .shopList .link:last-child {
		margin-right: 0;
	}
	.shopArea .shopList .link span {
		overflow: hidden;
	    width: 100%;
		text-align: center;
		cursor: pointer;
	}
	.shopArea p.note {
	    clear: both;
		text-align: center;
		line-height: 1.6;
	}


}
