@charset "utf-8";

/* main_head
---------------------------- */
.main_head .search_box .text_search {
  float: left;
  width: 28%;
  text-align: right;
  font-weight: bold;
  line-height: 37px;
}
.main_head .search_box {
	position: absolute;
	bottom: 0;
	right: 2.5%;
	width: 30%;
}
.main_head .search_box select {
  color: #333;
  font-size: 1.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 8px 30px 8px 8px;
  border: solid 1px #bbb;
  background: url(../img/common/icon_arrow_down.png) 95% 50% no-repeat;
  background-size: 15px auto;
  float: left;
  width: 70%;
  margin-right: 2%;
}
@media screen and (max-width:767px) {
	.main_head .search_box .text_search {
		font-size: 1.4rem;
	}
	.main_head .search_box {
		position: static;
		width: 100%;
		padding-top: 10%;
	}
	.main_head .search_box select {
	  font-size: 1.4rem;
	}
}

/* section_main
---------------------------- */
.section h2 {
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	background-color: #fc7215;
	line-height: 45px;
	padding-left: 1em;
}
.section .series {
	margin-top: 60px;
}
.section .series_01 {
	margin-top: 30px;
}
.section .series .title_link {
	display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
	border-left: 5px solid #fc7215;
	padding: 50px 47% 50px 20px;
}
#section_alpharice .series_01 .title_link {
	background: #fbf7e8 url(../img/products/gohan_bg.jpg) top right no-repeat;
	background-size: contain;
}
#section_alpharice .series_04 .title_link {
	background: #fbf7e8 url(../img/products/onigiri_bg.jpg) top right no-repeat;
	background-size: contain;
}
#section_alpharice .series_05 .title_link {
	background: #fbf7e8 url(../img/products/plus_bg.jpg) top right no-repeat;
	background-size: contain;
}
#section_alpharice .series_06 .title_link {
	background: #fbf7e8 url(../img/products/eiyoplus_bg.jpg) top right no-repeat;
	background-size: contain;
}
#section_noodle .series_01 .title_link {
	background: #fbf7e8 url(../img/products/noodle_bg.jpg) top right no-repeat;
	background-size: contain;
	padding-right: 50%;
}
#section_cookies .series_01 .title_link {
	background: #fbf7e8 url(../img/products/cookies_bg.jpg) top right no-repeat;
	background-size: contain;
	padding-right: 45%;
}
#section_bread .series_01 .title_link {
	background: #fbf7e8 url(../img/products/bread_bg.jpg) top right no-repeat;
	background-size: contain;
}
#section_snack .series_01 .title_link {
	background: #fbf7e8 url(../img/products/snack_bg.jpg) top right no-repeat;
	background-size: contain;
}
#section_set .series_01 .title_link {
	background: #fbf7e8 url(../img/products/set_bg.jpg) top right no-repeat;
	background-size: contain;
	padding-right: 35%;
}
.section .series a.title_link {
	position: relative;
}
.section .series a.title_link::before,
.section .series a.title_link::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    content: "";
}
.section .series a.title_link::before {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fc7215;
}
.section .series a.title_link::after {
    right: 21px;
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.section .series a.title_link:hover {
  opacity: .5
}
.section .series h3.complex {
	font-size: 1.8rem;
	font-weight: bold;
}
.section .series h3.simple {
	font-size: 1.8rem;
	font-weight: bold;
	border-left: 5px solid #fc7215;
	padding-left: 15px;
}
.section .series .title_link p {
	font-size: 1.6rem;
	padding-top: 10px;
	min-height: 8em;
}
.section .series ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.section .series ul li {
	width: 23.875%;
	margin: 30px 1.5% 0 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.section .series ul li:nth-of-type(4n) {
	margin: 30px 0 0 0;
}
.section .series ul li:hover {
  opacity: .5
}
@media screen and (max-width:970px) {
	.section .series .title_link {
		padding: 5% 2% 50% 4% !important;
	}
	#section_alpharice .series_01 .title_link {
		background: #fbf7e8 url(../img/products/gohan_bg_sp.jpg) bottom right no-repeat;
		background-size: 100%;
	}
	#section_alpharice .series_04 .title_link {
		background: #fbf7e8 url(../img/products/onigiri_bg_sp.jpg) bottom right no-repeat;
		background-size: 100%;
	}
	#section_alpharice .series_05 .title_link {
		background: #fbf7e8 url(../img/products/plus_bg_sp.jpg) bottom right no-repeat;
		background-size: 100%;
	}
	#section_alpharice .series_06 .title_link {
		background: #fbf7e8 url(../img/products/eiyoplus_bg_sp.jpg) bottom right no-repeat;
		background-size: 100%;
	}
	#section_noodle .series_01 .title_link {
		background: #fbf7e8 url(../img/products/noodle_bg_sp.jpg) bottom right no-repeat;
		background-size: 100%;
	}
	#section_cookies .series_01 .title_link {
		background: #fbf7e8 url(../img/products/cookies_bg_sp.jpg) bottom right no-repeat;
		background-size: 100%;
	}
	#section_bread .series_01 .title_link {
		background: #fbf7e8 url(../img/products/bread_bg_sp.jpg) bottom right no-repeat;
		background-size: 100%;
	}
	#section_snack .series_01 .title_link {
		background: #fbf7e8 url(../img/products/snack_bg_sp.jpg) bottom right no-repeat;
		background-size: 100%;
	}
	#section_set .series_01 .title_link {
		background: #fbf7e8 url(../img/products/set_bg_sp.jpg) bottom right no-repeat;
		background-size: 100%;
	}
	.section .series .title_link p {
		min-height: auto;
	}
.}
@media screen and (max-width:767px) {
	#section_alpharice {
    padding: 10% 0 0;
	}
	.section h2 {
		font-size: 1.6rem;
		line-height: 40px;
	}
	.section .series {
		margin-top: 15%;
	}
	.section .series_01 {
		margin-top: 5%;
	}
	.section .series h3.complex {
		font-size: 1.6rem;
	}
	.section .series h3.simple {
		font-size: 1.6rem;
		padding-left: 3%;
		line-height: 1.5;
	}
	.section .series .title_link p {
		font-size: 1.4rem;
		padding-right: 45px;
	}
	.section .series .title_link p br {
		display: none;
	}
	.section .series a.title_link {
		padding: 5% 0 50% 4% !important;
	}
	.section .series a.title_link::before,
	.section .series a.title_link::after {
	  right: 10px;
	  top: 0;
		bottom: auto;
	}
	.section .series a.title_link::before {
	  width: 25px;
	  height: 25px;
	  top: 20vw;
	}
	.section .series a.title_link::after {
	  right: 19px;
	  top: 22.2vw;
		bottom: auto;
	  width: 10px;
	  height: 10px;
	}
	.section .series ul li {
		width: 48%;
		margin: 4% 4% 0 0;
	}
	.section .series ul li:nth-of-type(4n) {
		margin: 4% 4% 0 0;
	}
	.section .series ul li:nth-of-type(2n) {
		margin: 4% 0 0 0;
	}
}

/* section_new
---------------------------- */
.section_new {
	padding-top: 100px;
}
.section_new h4 {
	font-size: 2.4rem;
	font-weight: bold;
	border-bottom: 2px solid #fc7215;
}
.section_new .new_content {
	background-color: #e7e7e7;
	margin-top: 40px;
	padding: 100px 0;
	text-align: center;
}
@media screen and (max-width:767px) {
	.section_new {
		padding-top: 15%;
	}
	.section_new h4 {
		font-size: 2rem;
	}
	.section_new .new_content {
		margin-top: 5%;
	}
}
