@charset "UTF-8";

/* ---------- Settings ---------- */
html {
    font-size: 62.5%;
}
body {
    background: #ffffff;
	font-family: "kozuka-gothic-pr6n", sans-serif;
    color: #000000;
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 400;
}
img {
    vertical-align: bottom;
    max-width: 100%;
}
a {
    color: #000000;
    text-decoration: none;
}
li {
    list-style-type: none;
}


/* ---------- header .slider---------- */
.slider{
   position: relative;
   overflow: hidden;
   padding-top: 45.37%; /*幅に合わせて高さ可変*/
}
.slider_common {
   position: absolute;
   top:0;
   left:0;
   width: 100%;
   height: 100%;
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
}

/*PCメインビジュアル*/
.slider_img01{
   background-image: url('../img/mv_01.jpg');
   animation: slide-animation-01 12s;
}
.slider_img02{
   background-image: url('../img/mv_02.jpg');
   animation: slide-animation-02 12s;
}
.slider_img03{
   background-image: url('../img/mv_03.jpg');
   animation: slide-animation-03 12s;
}

/*SPメインビジュアル*/
.slider_img01_sp{
   background-image: url('../img/mv_01_sp.jpg');
   animation: slide-animation-01 12s;
}
.slider_img02_sp{
   background-image: url('../img/mv_02_sp.jpg');
   animation: slide-animation-02 12s;
}
.slider_img03_sp{
   background-image: url('../img/mv_03_sp.jpg');
   animation: slide-animation-03 12s;
}

@keyframes slide-animation-01 {
	0% {opacity: 0; transform: scale(0.85);}
  30% {opacity: 1;}
  40% {opacity: 0; transform: scale(1.0);}
  90% {opacity: 0}
100% {opacity: 0; transform: scale(0.85);}
}
@keyframes slide-animation-02 {
    0% {opacity: 0;}
  30% {opacity: 0; transform: scale(1.1);}
  40% {opacity: 1;}
  60% {opacity: 1;}
  70% {opacity: 0; transform: scale(1.0);}
100% {opacity: 0;}
}
@keyframes slide-animation-03 {
    0% {opacity: 0;}
  60% {opacity: 0;}
  70% {opacity: 1;}
100% {opacity: 1;}
}

@media screen and (min-width: 521px) {
	.slider_img01_sp,.slider_img02_sp,.slider_img03_sp {
	display: none;
	}
}

@media screen and (max-width: 520px) {
	.slider_img01,.slider_img02,.slider_img03 {
	display: none;
	}
	.slider_img01_sp, .slider_img02_sp, .slider_img03_sp {
	display: block;
	}
	.slider{
   		padding-top: 120.6%; /*幅に合わせて高さ可変*/
}
	.slider_common {
		background-size: cover;
	}
}


/* ---------- nav ---------- */
.nav_kokuuma {
	background: #472715;
}
.nav_kokuuma ul {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.nav_kokuuma ul li {
	width: 20%;
	border-left: solid #ffffff 1px; 
}
.nav_kokuuma ul li:last-child {
	border-right: solid #ffffff 1px;
}
@media screen and (min-width: 521px) { 
	.nav_kokuuma ul li a img.nav_sp {
		display: none;
	}
}
@media screen and (max-width: 520px) {
	.nav_kokuuma ul li a img.nav_sp {
		display: block;
	}
	.nav_kokuuma ul li a img.nav_pc {
		display: none;
	}
}

/* ---------- main .about_kokuuma ---------- */
.about_kokuuma {
	padding: 40px 0;
	max-width: 1000px;
	margin: 0 auto;
}
.about_kokuuma h1 {
	width: 86.7%;
	margin: 0 auto;
	padding: 0 10px;
}


/* ---------- .section_common ---------- */
.attention {
    font-size: 1.1rem;
}


/* ---------- main .section_feed ---------- */
.section_feed {
	background: #feebc8;
	padding: 95px 20px;
}
.section_feed .feed_box {
	display: flex;
	max-width: 1100px;
	margin: 0 auto;
}
.section_feed .feed_box .feed_box_L {
	width: 45%;
	margin-right: 3%;
	display: flex;
	align-items: center;
}
.section_feed .feed_box .feed_box_L .feed_box_L_inner {
	background: #ffffff;
    padding: 50px 45px;
}
@media screen and (max-width: 1000px) {
	.section_feed .feed_box .feed_box_L .feed_box_L_inner {
    	padding: 30px 25px;
	}
}
.section_feed .feed_box .feed_box_L h2 {
	margin-bottom: 20px;
}
.section_feed .feed_box .feed_box_L .desc {
	margin-bottom: 30px;
}
.section_feed .feed_box .feed_box_R {
	width: 52%;
}
@media screen and (max-width: 767px) {
	.section_feed {
		padding: 95px 40px;
	}
	.section_feed .feed_box {
		display: block;
	}
	.section_feed .feed_box .feed_box_L,.section_feed .feed_box .feed_box_R {
		width: 100%;
	}
	.section_feed .feed_box .feed_box_L {
		margin-bottom: 60px;
	}
	.section_feed .feed_box .feed_box_L h2 {
		width: 80%;
	}
}
@media screen and (max-width: 520px) {
	.section_feed {
		padding: 40px 20px;
	}
	.section_feed .feed_box .feed_box_L {
		margin-bottom: 20px;
	}
}


/* ---------- main .section_taste ---------- */
.section_taste {
	padding: 90px 20px;
}
.section_taste .taste_box {
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
}

.section_taste .taste_box .taste_box_L {
	width: 52%;
	margin-right: 8%;
}
.section_taste .taste_box .taste_box_R {
	width: 40%;
}
.section_taste .taste_box .taste_box_R h2 {
	margin-bottom: 20px;
}
.section_taste .taste_box .taste_box_R p {
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.section_taste {
		padding: 90px 40px;
	}
	.section_taste .taste_box {
		display: flex;
		flex-direction: column-reverse;
	}
	.section_taste .taste_box .taste_box_L,
	.section_taste .taste_box .taste_box_R {
		width: 100%;
	}
	.section_taste .taste_box .taste_box_L {
		margin: 0 auto 60px;
	}
	.section_taste .taste_box .taste_box_R {
		margin-bottom: 40px;
	}
	.section_taste .taste_box .taste_box_R h2 {
		width: 70%;
	}
}
@media screen and (max-width: 520px) {
	.section_taste {
		padding: 60px 30px 10px;
	}
}


/* ---------- main .section_quality ---------- */
.section_quality {
	background-image: url("../img/bg_nature.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-color:rgba(255,255,255,0.6);
	background-blend-mode:lighten;
	padding: 100px 50px;
	}
.section_quality .quality_box {
	background: #ffffff;
	max-width: 1100px;
	margin: 0 auto;
	padding: 65px 50px;
	box-sizing: border-box;
}
@media screen and (max-width: 520px) {
	.section_quality {
		padding: 60px 20px;
	}
	.section_quality .quality_box {
		padding: 50px 30px;
	}

}
.section_quality .quality_box .quality_box_inner_top {
	margin-bottom: 55px;
}
@media screen and (max-width: 520px) {
	.section_quality .quality_box .quality_box_inner_top 	{
		margin-bottom: 30px;
	}
}
.section_quality .quality_box .quality_box_inner_top h2 {
	max-width: 540px;
	margin-bottom: 20px;
}
.section_quality .quality_box .quality_box_inner_bottom {
	display: flex;
	justify-content: space-between;
}
.section_quality .quality_box .quality_box_inner_bottom .quality_box_L {
	width: 45%;
	margin-right: 5%;
}
.section_quality .quality_box .quality_box_inner_bottom .quality_box_L h3 {
	font-weight: 700;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 15px;
	font-size: 1.9rem;
}
.section_quality .quality_box .quality_box_inner_bottom .quality_box_L p {
	margin-bottom: 20px;
}
.section_quality .quality_box .quality_box_inner_bottom .quality_box_L .attention {
	text-align: right;
}

.section_quality .quality_box .quality_box_inner_bottom .quality_box_R {
	width: 50%;
}
.section_quality .quality_box .quality_box_inner_bottom .quality_box_R img {
	border: 1px solid #472715;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 9% 6% 6%;
}
@media screen and (max-width: 767px) {
	.section_quality .quality_box .quality_box_inner_bottom {
		display: block;
	}
	.section_quality .quality_box .quality_box_inner_bottom .quality_box_L,
	.section_quality .quality_box .quality_box_inner_bottom .quality_box_R {
		width: 100%;
	}
}


/* ---------- main .section_info ---------- */
.section_info {
	padding: 100px 20px 0;
	max-width: 1100px;
	margin: 0 auto;
}
@media screen and (max-width: 520px) {
	.section_info {
		padding: 60px 10px 0;
	}
}
.section_info h2 {
	max-width: 284px;
	margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
	.section_info h2 {
		width: 45%;
		margin-bottom: 40px;
	}
}
.section_info .section_award h3 {
	width: 71.7%;
	margin: 0 auto 50px;
}
@media screen and (max-width: 520px) {
	.section_info .section_award h3 {
		width: 80%;
		margin-bottom: 40px;
	}
}
.section_info .section_award .ITI {
	padding: 0 40px;
}
@media screen and (max-width: 520px) {
	.section_info .section_award .ITI {
		padding: 0 20px;

	}
}
.section_info .section_award .section_award_ITI {
	border: 1px solid #000000;
	padding: 25px 50px;
	margin: 50px auto 70px;
}
@media screen and (max-width: 520px) {
	.section_info .section_award .section_award_ITI {
		padding: 25px 30px;
	}
}
.section_info .section_award .section_award_ITI h4 {
	font-weight: 700;
	font-size: 1.8rem;
	margin-bottom: 15px;
}
.section_info .section_award .section_award_ITI p {
	margin-bottom: 15px;
}
.section_info .section_award .section_award_ITI a {
	text-decoration: underline;
}
.section_info .section_award .section_award_ITI a:hover{
	text-decoration: none;
	color: #fbcf00;
}
.section_info .section_stars {
	background: #f2f2f2;
	padding: 140px 50px;
	position: relative;
}
@media screen and (max-width: 520px) {
	.section_info .section_stars {
		padding: 80px 20px 100px;
	}
}
.section_info .section_stars:before,
.section_info .section_stars:after,
.section_info .section_stars_inner:before,
.section_info .section_stars_inner:after {
    content: "";
    width: 13.7%;
    height: 13.7%;
    background-image: url('../img/deco_corner.svg');
	background-repeat: no-repeat;
	position: absolute;
}
.section_info .section_stars:before {
	top: 50px;
	left: 50px;
}
.section_info .section_stars:after {
	top: 50px;
	right: 50px;
	transform: scale(-1, 1);
}
.section_info .section_stars_inner:before {
	bottom: 50px;
	left: 50px;
	transform: scale(1, -1);
}
.section_info .section_stars_inner:after {
	bottom: 50px;
	right: 50px;
	transform: scale(-1, -1);
}
@media screen and (max-width: 520px) {
	.section_info .section_stars:before {
		top: 30px;
		left: 20px;
	}
	.section_info .section_stars:after {
		top: 30px;
		right: 20px;
	}
	.section_info .section_stars_inner:before {
		bottom: 40px;
		left: 20px;
	}
	.section_info .section_stars_inner:after {
		bottom: 40px;
		right: 20px;
	}
}
.section_info .section_stars h3 {
	width: 60%;
	margin: 0 auto 80px;
}
@media screen and (max-width: 1000px) { 
	.section_info .section_stars h3 {
		width: 70%;
	}
}
@media screen and (max-width: 767px) {
	.section_info .section_stars h3 {
		width: 75%;
	}
}
@media screen and (max-width: 520px) {
	.section_info .section_stars h3 {
		width: 85%;
		margin: 0 auto 50px;
	}
}
.section_info .section_stars .evaluation {
	margin: 50px auto 60px;
	max-width: 900px;
}
@media screen and (max-width: 520px) {
	.section_info .section_stars .evaluation {
		margin: 50px auto;
	}
}
.section_info .section_stars .evaluation h4,
.section_info .section_stars .evaluation p {
	font-weight: 700;
}
.section_info .section_stars .attention {
	position: absolute;
	right: 50px;
	bottom: 20px;
}
@media screen and (max-width: 520px) {
	.section_info .section_stars .attention {
		right: 25px;
		bottom: 10px;
		font-size: 1.0rem;
	}
}


/* ---------- main .section_recipe ---------- */
.section_recipe {
	max-width: 1000px;
	margin: 0 auto;
	padding: 70px 20px 75px;
}
@media screen and (max-width: 520px) {
	.section_recipe {
		padding: 50px 10px 55px;
	}
}
.section_recipe h3 {
	width: 56%;
	margin: 0 auto 70px;;
}
@media screen and (max-width: 520px) {
	.section_recipe h3 {
		width: 85%;
		margin-bottom: 20px;
	}
}
.section_recipe ul {
	display: flex;
	flex-wrap: wrap;
}
.section_recipe ul li {
	width: 46%;
}

.section_recipe ul li:nth-child(odd) {
	margin-right: 8%;
}
.section_recipe ul li:nth-child(even) {
	margin-top: 35px; 
}
@media screen and (max-width: 520px) {
	.section_recipe ul {
		display: block;
	}
	.section_recipe ul li {
		width: 85%;
		margin: 35px auto 0;
	}
	.section_recipe ul li:nth-child(odd) {
		margin: 35px auto 0;
	}
}


/* ---------- main .section_label ---------- */
.section_label {
	background-image: url("../img/bg_gray.jpg");
	background-size: cover;
	padding: 85px 0 105px
}
.section_label .label_box {
	max-width: 1000px;
	margin: 0 auto;
}

.section_label .label_box h2 {
	width: 64.3%;
	margin: 0 auto 50px;
}
.section_label .label_box .kokuuma_label {
	width: 45.8%;
	margin: 0 auto;
}

/* ---------- footer ---------- */
footer .footer_logo {
	margin: 60px 0 35px 40px;
}
@media screen and (max-width: 520px) {
 	footer .footer_logo {
		margin: 40px auto;
	}
}
footer .footer_logo a {
    transition: 0.4s;
}
footer .footer_logo a:hover {
	opacity: 0.6;
}
footer .footer_corp {
	margin-bottom: 20px;
	font-size: 1.1rem;
	text-align: center;
}
@media screen and (max-width: 520px) {
	footer .footer_corp {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 767px) {
	footer .footer_logo {
		width: 40%;
	}
}


/* ---------- .pagetop ---------- */
.pagetop {
    position: fixed;
    bottom: 40px;
    right: 20px;
    width: 50px;
    display: none;
    z-index: 999;
}
.pagetop a img {
    transition: 0.4s;
    width: 100%;
}
.pagetop a:hover img {
    transform: translateY(-4px);
    transition: 0.2s;
}
@media screen and (max-width: 520px) {
    .pagetop {
        width: 8%;
        right: 5%;
    }
}


/* ---------- スクロールでフェイドイン ---------- */

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}


/*----------------------------
要素を時間差で表示
----------------------------*/
.timing02 {transition-delay: .2s;}
.timing03 {transition-delay: .4s;}
.timing04 {transition-delay: .6s;}
.timing05 {transition-delay: .8s;}


