.main_content {
	color:#000000;
}

.main_content a {
	color:#000000;
}

.main_content a:visited {
	color:rgb(0 0 0);
}


.head_wrap_bunner {
	opacity:0;
	-webkit-animation: example 0.5s ease 0.5s 1 forwards;
	animation: example 0.9s ease 0.9s 1 forwards;
}

.info_text {
	text-align:center;
	line-height:2.4;
	margin:90px 0;
	font-size:23px;
	opacity:0;
	-webkit-animation: example 0.5s ease 0.5s 1 forwards;
	animation: example 1.2s ease 1.2s 1 forwards;
}

.lazyload{
 opacity: 0;
}

.lazyloaded{
  opacity: 1;
  transition: all 0.5s;
	width: 100%;
}

@-webkit-keyframes example {
 100% {
 opacity: 1;
}
}
@keyframes example {
 100% {
 opacity: 1;
}
}

.head_wrap_bunner img {
	width:100%
}

.grid_wrap_info_text {
	flex-basis: 100%;
	text-align:center;
	color:#FFFFFF;
}

.btn_wrap {
	width:50%;
	margin:0 auto;
	padding:2% 0;
	border:solid 1px #000000;
	font-size:20px;
}

.line {
    width: 80%;
    margin: 65px auto 0;
    height: 1px;
    background-color: #ccc;
}

/*PC*/
@media screen and (min-width: 768px) {

.detail_img{
	width:65%;
	margin-top: 40px
}

.sp_only {
	display: none;
}

.main_content {
	width: 100%;
	max-width: 1200px;
	margin: 50px auto 0;
	font-size: 1.3vw;
}

section{
	margin: 45px 0;
	text-align: center;
}

section img{
	width: 100%;
}

section p{
	text-align: center;
	font-size: 18px;
	margin: 8px 0;
	line-height:20px;
}

h1{
	font-weight : normal;
}

h2 {
	text-align: center;
	font-size: 35px;
	font-weight : normal;
	margin: 45px 0 0 0 ;
}

.pickup_wrap{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.pickup_main{
	width: 50%;
}

.pickup_main img{
	width: 100%;
}


.pickup_list{
	width: 50%;
}


.pickup_list li:first-child{
	width: 100%;
}

.pickup_list li:first-child p{
	font-size: 30px;
	margin: 30px 0 15px 0 ;
}

.pickup_list li{
	text-align:center;
	width: 50%;
	margin-bottom: 25px;
}

.pickup_list img{
	width: 75%;
}

.pickup_main p{
	font-size: 15px;
	margin: 0;
	line-height: 30px;
}

.pickup_list p{
	font-size: 15px;
	margin: 0;
	line-height: 25px;
}

.grid_wrap_info_text {
	font-size:21px;
	margin:130px 0;
}

.lazyloaded{
	width: 45%;
}

}

	/*tablet*/
@media screen and (min-width: 415px) and (max-width: 768px) {
.info_text {
	font-size:20px;
}

.grid_wrap_info_text {
	font-size:20px;
	margin:90px 0;
}

.lazyloaded{
	width: 100%;
}

}

	/*sp*/
@media screen and (max-width: 455px) {

h1{
	font-weight: normal;
	line-height: normal;
	font-size: 23px;
}

h2 {
	text-align: center;
	font-size: 23px;
	font-weight : normal;
	margin: 20px 0 0 0 ;
}

section{
	margin: 45px 0;
}

section img{
	width: 100%;
}

section p{
	text-align: center;
	font-size: 13px;
	margin: 20px 0;
	line-height:20px;
}


.pickup_wrap{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.pickup_main{
	width: 100%;
}

.pickup_main img{
	width: 100%;
}


.pickup_list{
	width: 100%;
}


.pickup_list li:first-child{
	width: 100%;
	margin: 25px 0 25px 0;
}

.pickup_list li:first-child p{
	font-size: 30px;
}

.pickup_list li{
	text-align:center;
	width: 50%;
	margin-bottom: 25px;
}

.pickup_list img{
	width: 80%;
}

.pickup_main p{
	font-size: 15px;
	margin: 0;
	line-height: 30px;
}

.pickup_list p{
	font-size: 15px;
	margin: 0;
	line-height: 25px;
}

.detail_img{
	margin-top: 40px;
}

.info_text {
	font-size:14px;
	margin:20px 0 50px 0;
}

.grid_wrap_info_text {
	font-size:18px;
	margin:70px 0;
}

.lazyloaded{
	width: 100%;
}

}
