/* ==============================
		  home.scss
================================= */
/* ===========
	mainv
============== */
.topMainV_wrap {
	position: relative;
}

.topMainV_fig {
	max-width: 1470px;
	margin: 0 auto;
}

.topMainV_ttl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 42%;
	left: 50%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 43.2%;
	max-width: 750px;
	height: 27%;
	padding-right: 1%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.3;
}

/* ================
  TOP foodCulture
=================== */
.topFoodCulture_box {
	position: relative;
	padding: 3.2% 0 0 0;
}

.topFoodCulture_img {
	z-index: 3;
	position: absolute;
	top: 0;
	left: 0;
}

.topFoodCulture_txtbox {
	z-index: 2;
	position: relative;
	width: 69.9%;
	margin: 0 0 0 auto;
	padding: 2em 6em 4em 10.6em;
	background-color: #fff;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 2.2;
}

.topFoodCulture_txtbox .common-btn01 {
	position: absolute;
	top: calc(100% - 29px);
	left: calc(50% - 130px);
}

.topFoodCulture_txtbox::after {
	display: block;
	position: absolute;
	top: -170px;
	right: -176px;
	width: 337px;
	height: 342px;
	background-image: url(../img/home/foodculture_deco01.png);
	background-repeat: no-repeat;
	background-size: 100%;
	content: "";
}

/* ================
  	TOP study
=================== */
.topStudy {
	margin-top: 147px;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #c41a1d), to(#c41a1d));
	background: -webkit-linear-gradient(top, transparent 0% 50%, transparent 50%, #c41a1d 50% 100%, #c41a1d 100%);
	background: linear-gradient(to bottom, transparent 0% 50%, transparent 50%, #c41a1d 50% 100%, #c41a1d 100%);
}

.topStudy .secTitle-common {
	margin-bottom: 20px;
}

.topStudy_allLink {
	padding: 0 0 15px;
	text-align: right;
}

.topStudy_allLink > a {
	display: inline-block;
	position: relative;
	padding: 8px 0 8px 27px;
}

.topStudy_allLink > a::before {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 17px;
	height: 17px;
	margin-top: auto;
	margin-bottom: auto;
	background-image: url(../img/common/link-iconright.png);
	background-repeat: no-repeat;
	background-size: 100%;
	content: "";
	-webkit-transition: all 0.3s 0s ease;
	transition: all 0.3s 0s ease;
}

.topStudy_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 0 63px;
}

.topStudy_item {
	display: block;
	position: relative;
	width: 22.65%;
	margin-left: 3.13%;
	padding: 0 0 50px 0;
	background-color: #fff;
}

.topStudy_item:nth-child(4n+1) {
	margin-left: 0;
}

.topStudy_item .itemore {
	right: 23px;
	bottom: 20px;
}

.topStudy_itemtag {
	display: inline-block;
	z-index: 5;
	position: absolute;
	top: 0;
	left: 0;
	padding: 7px 16px;
	background-color: #938c3d;
	color: #fff;
	font-size: 15px;
}

.topStudy_itemfig {
	width: 100%;
	overflow: hidden;
}

.topStudy_itemfig > img {
	width: 100%;
	-webkit-transition: all 0.3s 0s ease;
	transition: all 0.3s 0s ease;
}

.topStudy_itemttl {
	margin: 14px 0 12px;
	padding: 0 14px;
	color: #c41a1d;
	font-size: 18px;
}

.topStudy_itemtxt {
	padding: 0 14px;
	font-size: 17px;
	line-height: 1.4;
}

/* ================
  	TOP Author
=================== */
.topAuthor_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.topAuthor_item {
	display: block;
	width: 49.2%;
}

.topAuthor_fig {
	z-index: 2;
	position: relative;
	margin-bottom: -70px;
	padding: 0 18%;
	-webkit-transition: all 0.3s 0s ease;
	transition: all 0.3s 0s ease;
}

.topAuthor_fig > img {
	width: 100%;
}

.topAuthor_txtbox {
	z-index: 1;
	position: relative;
	padding: 100px 18% 28px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 6px rgba(190, 190, 190, 0.3);
	box-shadow: 0px 0px 6px rgba(190, 190, 190, 0.3);
}

.topAuthor_txtbox::after {
	display: block;
	position: absolute;
	top: -63px;
	left: 20px;
	width: 70px;
	height: 80px;
	background-image: url(../img/home/outhor_deco01.png);
	background-repeat: no-repeat;
	background-size: 100%;
	content: "";
}

.topAuthor_txtbox .itemore {
	right: 18%;
	bottom: 28px;
}

.topAuthor_txtbox_ttl span {
	display: inline-block;
	padding: 4px 12px;
	background-color: #c41a1d;
	color: #fff;
}

.topAuthor_txtbox_txt {
	margin-top: 20px;
	font-size: 30px;
}

/* ================
  	TOP Interview
=================== */
.topInterview {
	margin-top: 110px;
}

.topInterview .mainInner {
	padding: 1px 5%;
	background-color: #c41a1d;
}

.topInterview .secTitle-common {
	margin-top: 76px;
	color: #fff;
}

.topInterview .secTitle-common::after {
	background-color: #fff;
}

.topInterview_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1600px;
	margin: 0 auto;
}

.topInterview_item {
	display: block;
	position: relative;
	width: 30.62%;
}

.topInterview_tag {
	display: block;
	z-index: 5;
	position: absolute;
	top: 0;
	left: 0;
	padding: 6px 16px;
	background-color: #938c3d;
	color: #fff;
	font-size: 15px;
}

.topInterview_fig {
	overflow: hidden;
}

.topInterview_fig > img {
	-webkit-transition: all 0.3s 0s ease;
	transition: all 0.3s 0s ease;
}

.topInterview_txtbox {
	position: relative;
	padding: 26px 36px 50px;
	background-color: #fff;
}

.topInterview_txtbox .itemore {
	right: 20px;
	bottom: 20px;
}

.topInterview_txtbox_ttl {
	margin-bottom: 12px;
	color: #c41a1d;
	font-size: 20px;
}

.topInterview_txtbox_txt {
	line-height: 1.8;
}

.topInterview .common-btn01 {
	margin: 40px auto 74px;
	border-color: #fff;
	background-color: #fff;
	color: #c41a1d;
}

.topInterview .common-btn01::after {
	right: -1px;
	width: 36px;
	height: 1px;
	background-color: #c41a1d;
}

.topInterview .common-btn01:hover {
	background-color: #c41a1d;
	color: #fff;
}

.topInterview .common-btn01:hover::after {
	right: -18px;
	background-color: #fff;
}

/* ================
  	TOP Cooperation
=================== */
.topCooperation {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
}

.topCooperation_fig {
	width: 50%;
}

.topCooperation_fig > img {
	width: 100%;
}

.topCooperation_box {
	width: 50%;
	padding-right: 5%;
	padding-left: 60px;
}

.topCooperation .secTitle-common {
	margin: 19% 0 3%;
	line-height: 1.2;
	text-align: left;
}

.topCooperation .secTitle-common::after {
	left: 0;
}

.topCooperation_boxtxt {
	word-wrap: break-word;
	max-width: 540px;
	font-size: 18px;
	line-break: strict;
	line-height: 1.8;
	/*  word-break: break-all;*/
	overflow-wrap: break-word;
}

.topCooperation .common-btn01 {
	margin-top: 55px;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
	.topMainV_wrap {
		padding: 0;
	}

	.topMainV_wrap .topMainV_ttl {
		position: relative;
		top: unset;
		left: unset;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		width: 100%;
		height: 100%;
		padding: 18px 5% 20px;
		-webkit-transform: unset;
		transform: unset;
		background-color: #fff;
		font-size: 17px;
		font-size: 4.5vw;
	}

	.topMainV_wrap .topMainV_ttl::before {
		display: block;
		position: absolute;
		bottom: 0;
		left: 5%;
		width: 90%;
		height: 5px;
		background-color: #c41a1d;
		content: "";
	}

	.topMainV_wrap .topMainV_ttl::after {
		display: block;
		position: absolute;
		top: 18px;
		right: 6%;
		width: 9vw;
		height: 9.9vw;
		background-image: url(../img/home/spdeco_topmainv.png);
		background-repeat: no-repeat;
		background-size: 100%;
		content: "";
	}

	.topFoodCulture_box {
		padding: 0;
	}

	.topFoodCulture_img {
		position: relative;
		margin-bottom: -35px;
		padding: 0 5%;
	}

	.topFoodCulture_txtbox .common-btn01 {
		top: calc(100% - 25px);
		left: calc(50% - 100px);
	}

	.topFoodCulture_txtbox {
		width: 100%;
		padding: 60px 5% 45px;
	}

	.topFoodCulture_txtbox p {
		font-size: 15px;
		line-height: 1.4;
	}

	.topFoodCulture_txtbox::after {
		display: none;
		position: static;
	}

	.topFoodCulture {
		padding: 0;
	}

	.topFoodCulture .secTitle-common {
		margin-top: 52px;
	}

	.topStudy {
		margin-top: 78px;
		background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(24%, transparent), color-stop(24%, #c41a1d), to(#c41a1d));
		background: -webkit-linear-gradient(top, transparent 0% 24%, transparent 24%, #c41a1d 24% 100%, #c41a1d 100%);
		background: linear-gradient(to bottom, transparent 0% 24%, transparent 24%, #c41a1d 24% 100%, #c41a1d 100%);
	}

	.topStudy .secTitle-common {
		margin-bottom: 0;
	}

	.topStudy_allLink > a {
		padding-left: 20px;
		font-size: 13px;
	}

	.topStudy_allLink > a::before {
		width: 14px;
		height: 14px;
	}

	.topStudy_box {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-bottom: 50px;
	}

	.topStudy_item .itemore {
		right: 11px;
		bottom: 10px;
	}

	.topStudy_item {
		width: 47.5%;
		margin-bottom: 5%;
		margin-left: 0;
		padding-bottom: 28px;
	}

	.topStudy_itemtag {
		padding: 5px 13px;
		font-size: 13px;
	}

	.topStudy_itemttl {
		font-size: 13px;
	}

	.topStudy_itemtxt {
		font-size: 14px;
	}

	.topAuthor_item {
		width: 48%;
	}

	.topAuthor_item:nth-child(2n) .topAuthor_fig::after {
		right: 3vw;
		left: unset;
	}

	.topAuthor_fig {
		margin-bottom: 0;
		padding: 0;
	}

	.topAuthor_fig::after {
		display: block;
		position: absolute;
		top: -6vw;
		left: 3vw;
		width: 8vw;
		height: 9.139vw;
		background-image: url(../img/home/outhor_deco01.png);
		background-repeat: no-repeat;
		background-size: 100%;
		content: "";
	}

	.topAuthor_txtbox {
		padding: 0 0 40px;
	}

	.topAuthor_txtbox::after {
		display: none;
	}

	.topAuthor_txtbox .itemore {
		right: 13px;
		bottom: 13px;
	}

	.topAuthor_txtbox_ttl span {
		padding: 6px 12px;
		font-size: 12px;
		font-size: 3vw;
	}

	.topAuthor_txtbox_txt {
		padding: 0 5%;
		font-size: 17px;
		font-size: 5vw;
	}

	.topAuthor .secTitle-common {
		margin-top: 36px;
	}

	.topInterview {
		margin-top: 53px;
	}

	.topInterview .secTitle-common {
		margin-top: 50px;
	}

	.topInterview_box {
		display: block;
	}

	.topInterview_item {
		width: 100%;
	}

	.topInterview_item + .topInterview_item {
		margin-top: 5%;
	}

	.topInterview_txtbox {
		padding: 26px 20px 50px;
	}

	.topInterview_txtbox_txt {
		font-size: 15px;
		line-height: 1.4;
	}

	.topCooperation {
		display: block;
	}

	.topCooperation_fig {
		width: 100%;
	}

	.topCooperation_box {
		width: 100%;
		padding: 0 5%;
	}

	.topCooperation .secTitle-common {
		margin: 7% 0 3%;
	}

	.topCooperation_boxtxt {
		font-size: 15px;
		font-size: 4vw;
	}

	.topCooperation .common-btn01 {
		margin: 28px auto 0;
	}
}

@media screen and (max-width: 1730px) {
	.topMainV_ttl {
		width: 46%;
	}
}

@media screen and (max-width: 1630px) {
	.topMainV_ttl {
		font-size: 2.4vw;
	}
}

@media screen and (max-width: 1000px) {
	.topMainV_ttl {
		font-size: 24px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1320px) {
	.topFoodCulture_img {
		width: 34vw;
	}

	.topFoodCulture_txtbox {
		padding: 2em 3em 4em 8em;
		font-size: 1.4vw;
	}
}

@media screen and (max-width: 1530px) {
	.topFoodCulture_txtbox::after {
		top: -150px;
		right: -70px;
		width: calc(337px * 0.8);
		height: calc(342px * 0.8);
	}
}

@media screen and (min-width: 1100px) {
	.topStudy_allLink > a:hover {
		color: #c41a1d;
	}

	.topStudy_allLink > a:hover::before {
		left: 5px;
	}

	.topStudy_item:hover .topStudy_itemfig > img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	.topStudy_item:hover .itemore::before {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		/*animation-name: morebtnanim;
  			animation-duration: 1.5s;
  			animation-iteration-count: infinite;
  			animation-timing-function: ease-out;*/
		opacity: 0;
	}

	.topAuthor_item:hover .itemore::before {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		/*animation-name: morebtnanim;
		  			animation-duration: 1.5s;
		  			animation-iteration-count: infinite;
		  			animation-timing-function: ease-out;*/
		opacity: 0;
	}

	.topAuthor_item:hover .topAuthor_fig {
		opacity: 0.8;
	}

	.topInterview_item:hover .itemore::before {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		/*animation-name: morebtnanim;
		  			animation-duration: 1.5s;
		  			animation-iteration-count: infinite;
		  			animation-timing-function: ease-out;*/
		opacity: 0;
	}

	.topInterview_item:hover .topInterview_fig img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}
