@charset "utf-8";

.top_message {
  padding: 20px 0;
  margin: 70px 0 30px;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.8;
  font-weight: 500;
  border: 1px solid #ccc;
}
@media screen and (max-width:767px){
  .top_message {
    padding: 5vw 3vw;
    margin: 10vw 0 2vw;
    font-size: 1.5rem;
    line-height: 1.8;
    font-weight: 500;
  }
}

/* section_pickup
---------------------------- */
#section_pickup {
	padding-top: 70px;
}
#section_pickup .contents {
	position: relative;	
}
#section_pickup .contents_l {
	margin-top: 70px;
}
#section_pickup .contents .img {
	width: 60%;
}
#section_pickup .contents_l .img {
	width: 60%;
	margin-left: 40%;
}
#section_pickup .contents .textBox {
	width: 58%;
	position: absolute;
	bottom: 12%;
	background:rgba(255,255,255,0.9);
	box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.1);
	padding: 50px 60px 60px;
}
#section_pickup .contents_r .textBox {
	right: 0;
}
#section_pickup .contents_l .textBox {
	left: 0;
}
#section_pickup .contents .textBox .title {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.6;
}
#section_pickup .contents .textBox .text {
	padding-top: 15px;
}
#section_pickup .contents .textBox .btn {
	position: absolute;
	bottom: -25px;
}
#section_pickup .contents_r .textBox .btn {
	right: 60px;
}
#section_pickup .contents_l .textBox .btn {
	left: 60px;
}
#section_pickup .contents .textBox .btn a {
	font-size: 1.4rem;
  width: 22em;
  margin: 0 auto;
  display: block;
  line-height: 50px;
  background: rgb(252,114,21);
  background: -moz-linear-gradient(90deg, rgba(252,114,21,1) 0%, rgba(252,162,21,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(252,114,21,1) 0%, rgba(252,162,21,1) 100%);
  background: linear-gradient(90deg, rgba(252,114,21,1) 0%, rgba(252,162,21,1) 100%);
  color: #fff;
  text-align: center;
  border-radius: 25px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
}
#section_pickup .contents .textBox .btn a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7%;
  margin: auto;
  content: "";
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#section_pickup .contents .textBox .btn a:hover {
  opacity: .7
}
#section_pickup .contents_choice {
	overflow: hidden;
	margin-top: 70px;
}
#section_pickup .contents_choice a {
	width: 40%;
	float: left;
	display: block;
	text-align: center;
}
#section_pickup .contents_choice a .img {
	width: 70%;
}
#section_pickup .contents_choice .text {
	width: 60%;
	float: right;
}
@media screen and (max-width:767px){
	#section_pickup {
		padding-top: 10%;
	}
	#section_pickup .contents_l {
		margin-top: 15%;
	}
	#section_pickup .contents .img {
		width: 100%;
	}
	#section_pickup .contents_l .img {
		width: 100%;
		margin-left: 0;
	}
	#section_pickup .contents .textBox {
		width: 96%;
		margin: -12% auto 0;
		position: relative;
		bottom: 0;
		padding: 5% 5% 10%;
	}
	#section_pickup .contents .textBox .title {
		font-size: 1.8rem;
		line-height: 1.6;
	}
	#section_pickup .contents .textBox .text {
		font-size: 1.4rem;
		padding-top: 10px;
	}
	#section_pickup .contents .textBox .btn {
		bottom: -20px;
		right: 0;
		left: 0;
	}
	#section_pickup .contents .textBox .btn a {
		font-size: 1.4rem;
	  width: 20em;
	  line-height: 40px;
	  border-radius: 20px;
		margin: 0 auto;
	}
	#section_pickup .contents .textBox .btn a::after {
	  right: 5%;
	}
	#section_pickup .contents_choice {
		margin-top: 70px;
	}
	#section_pickup .contents_choice a {
		width: 100%;
		float: none;
	}
	#section_pickup .contents_choice a .img {
		width: 50%;
	}
	#section_pickup .contents_choice .text {
		width: 100%;
		float: none;
		padding-top: 20px;
		font-size: 1.4rem;
	}
}

/* section_products
---------------------------- */
#section_products {
	padding: 100px 0 70px;
}
#section_products h2 {
  font-size: 3rem;
  border-left: 5px solid #fc7215;
  padding-left: 15px;
  margin-bottom: 40px;
}
@media screen and (max-width:1150px){
	#section_products .slide01 {
		width: 90%;
		margin: 0 auto;
	}
}
#section_products .slide01 .slick-slide {
  margin: 0 15px;
}
#section_products .slide01 .slide01_item .img {
	position: relative;
	padding-bottom: 50%;
}
#section_products .slide01 .slide01_item .img .pack {
	position: absolute;
	bottom: 0;
	left: 0;
}
#section_products .slide01 .slide01_item h3 {
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
}
#section_products .slide01 .slide01_item p {
  font-size: 1.4rem;
  padding-top: 5px;
}
#section_products .slide01 .slick-prev::before,
#section_products .slide01 .slick-next::before {
  background-color: #fc7215;
}
#section_products .slide01 .slick-prev::after {
  width: 16px;
  height: 16px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
#section_products .slide01 .slick-next::after {
  width: 16px;
  height: 16px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
}
#section_products .slide01 .slick-prev,
#section_products .slide01 .slick-next {
  width: 50px;
  height: 50px;
}
#section_products .slide01 .slick-prev::before, .slick-next::before {
  height: 50px;
  width: 50px;
}
#section_products .slide01 .slick-prev::after {
  left: 20px;
}
#section_products .slide01 .slick-next::after {
  left: 14px;
}
#section_products .btn {
	padding-top: 5%;
}
#section_products .btn a {
  width: 18em;
  margin: 0 auto;
  display: block;
  line-height: 50px;
  background: rgb(252,114,21);
  background: -moz-linear-gradient(90deg, rgba(252,114,21,1) 0%, rgba(252,162,21,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(252,114,21,1) 0%, rgba(252,162,21,1) 100%);
  background: linear-gradient(90deg, rgba(252,114,21,1) 0%, rgba(252,162,21,1) 100%);
  color: #fff;
  text-align: center;
  border-radius: 25px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
}
#section_products .btn a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7%;
  margin: auto;
  content: "";
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#section_products .btn a:hover {
  opacity: .7
}
@media screen and (max-width:767px){
	#section_products {
		padding: 15% 0 10%;
	}
	#section_products h2 {
	  font-size: 2rem;
	  margin-bottom: 5%;
	}
	#section_products .slide01 .slick-slide {
	  margin: 0 10px;
	}
	#section_products .slide01 .slide01_item h3 {
		font-size: 1.4rem;
		line-height: 1.4;
	}
	#section_products .slide01 .slide01_item p {
	  font-size: 1.3rem;
		line-height: 1.4;
	}
	.slick-prev {
    left: -30px;
	}
	.slick-next {
	  right: -30px;
	}
	#section_products .slide01 .slick-prev::after {
	  width: 12px;
	  height: 12px;
	  border-left: 3px solid #fff;
	  border-bottom: 3px solid #fff;
	}
	#section_products .slide01 .slick-next::after {
	  width: 12px;
	  height: 12px;
	  border-top: 3px solid #fff;
	  border-right: 3px solid #fff;
	}
	#section_products .slide01 .slick-prev,
	#section_products .slide01 .slick-next {
	  width: 35px;
	  height: 35px;
	}
	#section_products .slide01 .slick-prev::before, .slick-next::before {
	  height: 35px;
	  width: 35px;
	}
	#section_products .slide01 .slick-prev::after {
	  left: 14px;
	}
	#section_products .slide01 .slick-next::after {
	  left: 10px;
	}
	#section_products .btn {
		padding-top: 15%;
	}
	#section_products .btn a {
	  width: 16em;
	  font-size: 1.4rem;
	  line-height: 40px;
	  border-radius: 20px;
	}
}

/* section_about
---------------------------- */
#section_about {
	position: relative;
}
#section_about .section_inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	text-align: center;
	padding-top: 10%;
}
#section_about a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#section_about h2 {
	font-size: 3rem;
}
#section_about .text {
	font-size: 2rem;
	padding: 20px 0 30px;
}
#section_about .btn{
  width: 18em;
  margin: 0 auto;
  display: block;
  line-height: 50px;
  border: 1px solid #a2a2a2;
  text-align: center;
  border-radius: 25px;
  position: relative;
}
#section_about .btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7%;
  margin: auto;
  content: "";
  width: 9px;
  height: 9px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#section_about a:hover {
  opacity: .5;
}
@media screen and (max-width:767px){
	#section_about .section_inner {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		text-align: center;
		padding-top: 14%;
	}
	#section_about h2 {
		font-size: 2rem;
	}
	#section_about .text {
		font-size: 1.6rem;
		line-height: 1.6;
		padding: 10px 0 15px;
	}
	#section_about .btn{
	  width: 16em;
	  font-size: 1.4rem;
	  line-height: 40px;
	  border-radius: 20px;
	}
}

/* section_column
---------------------------- */
#section_column {
	padding: 70px 0;
}
#section_column a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#section_column a:hover {
  opacity: .5;
}
#section_column .columBox {
	background-color: #fbf7e8;
	padding-bottom: 30px;
}
#section_column ul {
	padding: 30px 60px;
}
#section_column ul li {
  border-bottom: 1px dotted #afafaf;
  padding: 22px 0;
}
#section_column ul li a {
	position: relative;
	display: block;
	padding-right: 30px;
}
#section_column ul li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #fc7215;
  border-right: 2px solid #fc7215;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#section_column ul li p span.date {
	color: #777777;
	font-size: 1.4rem;
	display: block;
	float: left;
	width: 12rem;
}
#section_column ul li p span.text {
	display: block;
	padding-left: 12rem;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
}
#section_column ul li p span.small {
	display: block;
	font-size: 1.6rem;
	font-weight: normal;
	padding-top: 5px;
}
#section_column .btn a {
  border: 1px solid #cdcdcd;
  width: 12em;
  margin: 0 auto;
  display: block;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
}
#section_column .btn a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7%;
  margin: auto;
  content: "";
  width: 9px;
  height: 9px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width:767px) {
	#section_column {
		padding: 10% 0 10%;
	}
	#section_column .columBox {
		padding-bottom: 10%;
	}
	#section_column ul {
		padding: 0 5% 5%;
	}
	#section_column ul li {
	  padding: 5% 0;
	}
	#section_column ul li a {
		padding-right: 20px;
	}
	#section_column ul li a::after {
	  width: 8px;
	  height: 8px;
	}
	#section_column ul li p span.date {
		font-size: 1.2rem;
		float: none;
		width: 100%;
	}
	#section_column ul li p span.text {
		padding-left: 0;
		font-size: 1.6rem;
	}
	#section_column ul li p span.small {
		font-size: 1.4rem;
	}
	#section_column .btn a {
	  font-size: 1.4rem;
	  width: 10em;
	  display: block;
	  line-height: 34px;
	  border-radius: 17px;
	}
	#section_column .btn a::after {
	  width: 7px;
	  height: 7px;
	}
}

/* section_school
---------------------------- */
#section_school a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#section_school a:hover {
  opacity: .5;
}

/* section_topics
---------------------------- */
#section_topics {
	padding: 120px 0 70px;
}
#section_topics h2 {
	font-size: 3rem;
	text-align: center;
	position: relative;
  padding-bottom: 25px;
  line-height: 1.5;
}
#section_topics h2::after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 3.5em;
  height: 1px;
  background-color: #fc7215;
}
#section_topics ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#section_topics ul li {
	width: 31.333%;
	margin: 40px 0 0 0;
}
#section_topics ul li .textBox h3 {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	padding-top: 20px;
}
#section_topics ul li .textBox .text {
	font-size: 1.4rem;
	padding-top: 10px;
}
@media screen and (max-width:767px) {
	#section_topics {
		padding: 15% 0 5%;
	}
	#section_topics h2 {
		font-size: 2rem;
		padding-bottom: 15px;
	}
	#section_topics ul {
		padding-top: 5%;
	}
	#section_topics ul li {
		width: 100%;
		margin: 5% 0 0 0;
		overflow: hidden;
		border-bottom: 1px dotted #c9c9c9;
		padding-bottom: 5%;
	}
	#section_topics ul li:last-child {
		border-bottom: none;
	}
	#section_topics ul li .img {
		float: left;
		width: 35%;
	}
	#section_topics ul li .textBox {
		float: right;
		width: 60%;
	}
	#section_topics ul li .textBox h3 {
		font-size: 1.6rem;
		padding-top: 0;
	}
	#section_topics ul li .textBox .text {
		line-height: 1.6;
	}
}

/* section_voice
---------------------------- */
#section_voice {
	padding: 70px 0;
	background-color: #fbf7e8;
}
#section_voice h2 {
	font-size: 3rem;
	text-align: center;
	position: relative;
  padding-bottom: 25px;
  line-height: 1.5;
}
#section_voice h2::after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 3.5em;
  height: 1px;
  background-color: #fc7215;
}
#section_voice ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 40px;
}
#section_voice ul li {
	width: 48%;
	background-color: #fff;
}
#section_voice ul li .textBox {
	padding: 25px;
}
#section_voice ul li .textBox h3 {
	font-size: 2rem;
	line-height: 1.5;
}
#section_voice ul li .textBox .name {
	font-size: 1.4rem;
	padding-top: 15px;
}
#section_voice .btn {
	padding-top: 40px;
}
#section_voice .btn a {
  width: 18em;
  margin: 0 auto;
  display: block;
  line-height: 50px;
  background: rgb(252,114,21);
  background: -moz-linear-gradient(90deg, rgba(252,114,21,1) 0%, rgba(252,162,21,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(252,114,21,1) 0%, rgba(252,162,21,1) 100%);
  background: linear-gradient(90deg, rgba(252,114,21,1) 0%, rgba(252,162,21,1) 100%);
  color: #fff;
  text-align: center;
  border-radius: 25px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
}
#section_voice .btn a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7%;
  margin: auto;
  content: "";
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#section_voice .btn a:hover {
  opacity: .7
}
@media screen and (max-width:767px) {
	#section_voice {
		padding: 10% 0;
	}
	#section_voice h2 {
		font-size: 2rem;
		padding-bottom: 15px;
	}
	#section_voice ul {
		padding-top: 5%;
	}
	#section_voice ul li {
		width: 100%;
		margin-top: 5%;
	}
	#section_voice ul li .textBox {
		padding: 5%;
	}
	#section_voice ul li .textBox h3 {
		font-size: 1.6rem;
	}
	#section_voice ul li .textBox .name {
		font-size: 1.2rem;
	}
	#section_voice .btn {
		padding-top: 10%;
	}
	#section_voice .btn a {
	  width: 16em;
	  font-size: 1.4rem;
	  line-height: 40px;
	  border-radius: 20px;
	}
}

/* section_news
---------------------------- */
#section_news {
	padding: 70px 0 0;
}
#section_news .section_inner {
	position: relative;
}
#section_news h2 {
  font-size: 3rem;
  border-left: 5px solid #fc7215;
  padding-left: 15px;
  margin-bottom: 25px;
}
#section_news .btn {
	position: absolute;
	top: 7px;
	right: 4%;
}
#section_news .btn a {
  border: 1px solid #cdcdcd;
  width: 12em;
  margin: 0 auto;
  display: block;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
}
#section_news .btn a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7%;
  margin: auto;
  content: "";
  width: 9px;
  height: 9px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#section_news .btn a:hover {
  opacity: .7
}
#section_news .list {
	border-top: 1px solid #c9c9c9;
}
#section_news .list li {
	border-bottom: 1px dotted #c9c9c9;
}
#section_news .list li a {
	display: block;
	padding: 15px 0;
	position: relative;
}
#section_news .list li a:hover .title {
	text-decoration: underline;
}
#section_news .list li .text {
	overflow: hidden;
}
#section_news .list li .sub {
	color: #878787;
	font-size: 1.4rem;
	float: left;
}
#section_news .list li .sub span {
	display: inline-block;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.8em;
	width: 9em;
	text-align: center;
	margin-left: 15px;
}
#section_news .list li.info .sub span {
	background-color: #fc7215;
}
#section_news .list li.press .sub span {
	background-color: #f8bf12;
}
#section_news .list li.media .sub span {
	background-color: #71b421;
}
#section_news .list li .title {
	font-size: 1.6rem;
	padding-left: 14.5em;
}
@media screen and (max-width:767px) {
	#section_news {
		padding: 10% 0 0;
	}
	#section_news h2 {
		font-size: 2rem;
		margin-bottom: 3%;
	}
	#section_news .btn {
		top: 0;
		right: 4%;
	}
	#section_news .btn a {
		font-size: 1.4rem;
	  width: 10em;
	  line-height: 34px;
	  border-radius: 17px;
	}
	#section_news .btn a::after {
	  right: 7%;
	  width: 7px;
	  height: 7px;
	}
	#section_news .list li a {
		padding: 5% 0;
	}
	#section_news .list li .sub {
		float: none;
	}
	#section_news .list li .sub span {
	  font-size: 1.1rem;
	  width: auto;
	  margin-left: 10px;
	  padding: 0 10px;
	}
	#section_news .list li .title {
	  font-size: 1.4rem;
	  padding: 5px 0 0;
	}
}

/* section_bana
---------------------------- */
#section_bana {
	padding: 70px 0 0;
}
#section_bana ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#section_bana ul li {
	width: 48%;
}
#section_bana a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#section_bana a:hover {
  opacity: .5;
}
@media screen and (max-width:767px) {
	#section_bana {
		padding: 5% 0 0;
	}
	#section_bana ul li {
		width: 100%;
		margin-top: 5%;
	}
}

/* section_buy
---------------------------- */
#section_buy {
	padding: 70px 0 0;
}
#section_buy h2 {
  font-size: 3rem;
  border-left: 5px solid #fc7215;
  padding-left: 15px;
  margin-bottom: 25px;
}
#section_buy .contents {
  border-top: 1px solid #c9c9c9;
  padding-top: 40px;
}
#section_buy .btn a {
  width: 34em;
  display: inline-block;
  border: 1px solid #dbdbdb;
  text-align: center;
  line-height: 1.6;
  border-radius: 45px;
  height: 90px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin-right: 20px;
}
#section_buy .btn a:hover {
  opacity: .5
}
#section_buy .btn a .img {
	width: 170px;
	padding-right: 2em;
}
#section_buy .btn02 a .img {
	vertical-align: baseline;
}
#section_buy .btn a span {
	display: inline-block;
	width: 23em;
}
#section_buy .btn01 a {
	padding-top: 30px;
}
#section_buy .btn02 {
	margin-top: 20px;
}
#section_buy .btn02 a {
	padding-top: 18px;
}
#section_buy .btn .notes {
	display: inline-block;
	text-align: center;
	margin-top: 5px;
	font-size: 1.4rem;
}
#section_buy .shop_btn {
	padding-top: 40px;
}
#section_buy .shop_btn span {
  text-decoration: underline;
}
#section_buy .shop_btn span:hover {
  text-decoration: none;
  cursor: pointer;
}
#section_buy .shop {
	padding-top: 30px;
	display: none;
}
#section_buy .shop a {
  text-decoration: underline;
  position: relative;
  padding: 2px 0 2px 30px;
  display: inline-block;
}
#section_buy .shop a:hover {
  text-decoration: none;
}
#section_buy .shop a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 18px;
  height: 18px;
  background: url('../img/common/icon_blank.png') 50% no-repeat;
  background-size: auto;
  background-size: contain;
}
#section_buy .notice {
	font-size: 1.4rem;
	display: block;
	padding-top: 25px;
}
@media screen and (max-width:767px) {
	#section_buy {
		padding: 10% 0 0;
	}
	#section_buy h2 {
		font-size: 2rem;
		margin-bottom: 3%;
	}
	#section_buy .contents {
	  padding-top: 10%;
	}
	#section_buy .btn a {
	  width: 100%;
	  display: block;
	  margin: 0 auto;
	  font-size: 1.3rem;
	  border-radius: 10px;
		height: 110px;
	}
	#section_buy .btn01 a {
	  padding-top: 27px;
	}
	#section_buy .btn02 a {
	  padding-top: 10px;
	}
	#section_buy .btn a .img {
		margin-top: 5px;
	}
	#section_buy .btn .notes {
		font-size: 1.3rem;
		width: 100%;
	}
	#section_buy .shop_btn {
		text-align: center;
	}
	#section_buy .shop {
		padding-top: 7%;
	}
	#section_buy .shop a {
	  padding: 2px 0 2px 25px;
	}
	#section_buy .notice {
		font-size: 1.2rem;
		padding-top: 5%;
	}
}

/* fadein
---------------------------- */
.fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
