.main_content {
	color:#000000;
}

.main_content a {
	color:#000000;
}

.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: 25px 0 100px 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;
}



.detail_img_wrap{
		overflow: hidden;
		width: 100%;
		height: 350px;
		position: relative;
	  width: 75%;
		margin: 0 auto;
	}
.detail_img{
		position: absolute;
		top: -191%;
		left: 0%;
		width: 100%;
	}


	.specialtopic{
  margin-bottom: 50px;
}

.specialtopic h2{
  color: rgb(0 0 0);
}

.specialtopic ul{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.specialtopic li:first-child{
  width: 100%;
  height: 100px;
  margin-bottom: 30px;
	grid-column: 1 / 5;
}

.specialtopic li{
  width: 100%;
  text-align: center;
  margin-top: 20px;
  height: 300px;
	list-style-type: none;
}

.specialtopic li img{
  width: 80%;
}

.specialtopic li img:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.specialtopic li a p{
  color: rgb(0 0 0);
}

.specialtopic li p{
  margin: 0 auto;
  width: 80%;
  font-size: 15px;
  line-height: 25px;
}







/*PC*/
@media screen and (min-width: 768px) {


.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: 45px 0;
	line-height:40px;
}

h1{
	font-weight : normal;
}

h2 {
	text-align: center;
	font-size: 35px;
	font-weight : normal;
	margin: 45px 0 0 0 ;
}

h3 {
	text-align: center;
	font-size: 35px;
	font-weight : normal;
}

.pickup_wrap{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-bottom: 50px;
 justify-content: space-between;
}

.pickup_main{
	width: 50%;
}

.pickup_main img{
	width: 100%;
}


.pickup_list{
	width: 45%;
	display: grid;
	grid-template-columns: 50% 50%;
}

.pickup_list li:first-child{
	    width: 95%;
	    grid-column: 1 / 3;
}

.pickup_list li:first-child p{
	font-size: 30px;
	margin: 30px 0 15px 0 ;
}

.item_wrap li:first-child div{
	width: 80%;
	margin: 0 auto;
	padding: 10px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
}


.pickup_list li{
	text-align:center;
	width: 90%;
	margin-bottom: 25px;
	list-style-type: none;
}

.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;
}

.item_wrap{
	margin-top: 50px;
}


.item_wrap ul{
	overflow: hidden;
	display: grid;
  grid-template-columns: 1fr 1fr 1fr;

}

.item_wrap li:first-child{
	width: 100%;
	grid-column: 1 / 4;
}

.item_wrap li:first-child p{
	font-size: 15px;
	margin: 0 0 10px 0 ;
}

.item_wrap li{
	text-align: center;
	width: 100%;
	margin-bottom: 25px;
	list-style-type: none;
}

.item_wrap li p{
	text-align:center;
	margin: 0 0 6px 0;
	line-height: 15px;
}

.item_wrap img{
	width: 85%;
}


.grid_wrap_info_text {
	font-size:21px;
	margin:130px 0;
}

.lazyloaded{
	width: 45%;
}
.head_wrap_bunner{
	width: 100%;
	height: 600px;
	position: relative;
	overflow: hidden;
}
.head_wrap_bunner .head_bunner_a{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
}
.head_wrap_bunner .head_bunner_b{
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
}



}

	/*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%;
}

.detail_img {
    position: absolute;
    top: -95%;
    left: 0%;
    width: 100%;
}

}

	/*sp*/
@media screen and (max-width: 455px) {

.pc_only{
		display: none;
	}

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 ;
}

h3 {
	text-align: center;
	font-size: 25px;
	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%;
	display: grid;
 	grid-template-columns: 1fr 1fr;
}


.pickup_list li:first-child{
	width: 100%;
	margin: 25px 0 25px 0;
	grid-column: 1 / 3
}

.pickup_list li:first-child p{
	font-size: 30px;
}

.pickup_list li{
	text-align:center;
	width: 100%;
	margin-bottom: 25px;
	list-style-type: none;
}

.pickup_list img{
	width: 80%;
}

.pickup_main p{
	font-size: 13px;
	margin: 0;
	line-height: 30px;
}

.pickup_list p{
	font-size: 15px;
	margin: 0;
	line-height: 25px;
}

.item_wrap ul{
	overflow: hidden;
	display: grid;
  grid-template-columns: 1fr 1fr;
}

.item_wrap li:first-child{
	width: 100%;
   grid-column: 1 / 3;
}

.item_wrap li:first-child div{
	width: 80%;
	margin: 0 auto;
	padding: 15px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
}

.item_wrap li:first-child p{
	font-size: 10px;
	margin: 0;
}

.item_wrap li{
	text-align:center;
	width: 100%;
	margin-bottom: 25px;
	list-style-type: none;
}

.item_wrap li p{
	text-align:center;
	margin: 0 0 3px 0;
	line-height: 16px;
}

.item_wrap img{
	width: 85%;
}

.detail_img_wrap {
    overflow: hidden;
    width: 100%;
    height: 350px;
    position: relative;
}


.detail_img {
    position: absolute;
    top: -90px;
    left: 0;
}


.info_text {
	font-size:14px;
	margin:20px 0 50px 0;
}

.grid_wrap_info_text {
	font-size:18px;
	margin:70px 0;
}

.head_wrap_bunner{
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
}
.head_wrap_bunner .head_bunner_a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.lazyloaded{
	width: 100%;
}

.specialtopic{
margin-bottom: 30px;
}

.specialtopic ul{
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.specialtopic li:first-child {
    width: 100%;
    height: 100px;
    margin-bottom: 30px;
    grid-column: 1 / 3;
}

.specialtopic li{
width: 100%;
text-align: center;
margin-top: 20px;
height: 230px;
}


.specialtopic li p{
margin: 0 auto;
width: 80%;
font-size: 10px;
line-height: 18px;
}
.specialtopic li img{
width: 90%;
}

}
