@charset "utf-8";

/*----------------------------------------------------
 elements
----------------------------------------------------*/
html {
	font-size: 62.5%;
}

body {
	position: relative;
	color: #181818;
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.020em;
	line-height: 1.5;

}

body:after {
	content: '';
	width: 100%;
	height: 100vh;
	background: url('/img/kago_img/quality-bg.jpg') center center no-repeat;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

.enFont {
	font-family: 'Libre Caslon Display', serif;
}

div {
	box-sizing: border-box;
}

img{
	vertical-align:top;
	max-width: 100%;
	height: auto;
}

a {
	outline: none;
	color: #000;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:focus, *:focus {
	outline:none;
}

a:visited {
	color: #212121;
}

a img {
	-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-ms-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
}

.post, .page {
	margin: 0;
}

.center {
	text-align: center;
}

.clearfix:after {
	content:" ";
	display:block;
	clear:both;
}

.clear {
	clear:both;
	height: 0;
}

small {
	font-weight: 500;
}

ul, ol {
	padding: 0;
	margin: 0;
}

li > ul, li > ol {
	margin-left: 0;
}

ul li {
	list-style: none;
	box-sizing: border-box;
}

dl {
	margin: 0;
}

dt {
	font-weight: 500;
	box-sizing: border-box;
}

dd {
	margin: 0;
	box-sizing: border-box;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table th,
table td {
	box-sizing: border-box;
}

h1, h2, h3, h4, h5 {
	font-weight: 500;
}

p {
	margin: 0;
}

/*----------------------------------------------------
 fadeIn
----------------------------------------------------*/

.fadeIn {
	transform: translate3d(0, -10px, 0);
	transition: 1s;
	opacity: 0;
}

.fadeIn.animated {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

/*----------------------------------------------------
 inner
----------------------------------------------------*/
.inner {
	width: calc(100% - 3.6rem);
	max-width: 1400px;
	margin: 0 auto;
}

/*----------------------------------------------------
 button
----------------------------------------------------*/

.button {
	width: 100%;
	max-width: 240px;
}

.button a {
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
	line-height: 48px;
	border-radius: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgb(223,0,0);
	background: -moz-linear-gradient(180deg, rgba(223,0,0,1) 0%, rgba(223,0,0,1) 50%, rgba(193,0,0,1) 50%, rgba(193,0,0,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(223,0,0,1) 0%, rgba(223,0,0,1) 50%, rgba(193,0,0,1) 50%, rgba(193,0,0,1) 100%);
	background: linear-gradient(180deg, rgba(223,0,0,1) 0%, rgba(223,0,0,1) 50%, rgba(193,0,0,1) 50%, rgba(193,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#df0000",endColorstr="#c10000",GradientType=1);
}

.button a:after {
	content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: rgb(255,69,69);
	background: -moz-linear-gradient(180deg, rgba(255,69,69,1) 0%, rgba(255,69,69,1) 50%, rgba(242,24,24,1) 50%, rgba(242,24,24,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255,69,69,1) 0%, rgba(255,69,69,1) 50%, rgba(242,24,24,1) 50%, rgba(242,24,24,1) 100%);
	background: linear-gradient(180deg, rgba(255,69,69,1) 0%, rgba(255,69,69,1) 50%, rgba(242,24,24,1) 50%, rgba(242,24,24,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff4545",endColorstr="#f21818",GradientType=1);
  opacity: 0;
  transition: .3s;
}

.button a .icon {
	width: 25px;
	line-height: 20px;
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	position: relative;
	z-index: 1;
}

.button a .text {
	font-size: 17px;
	font-weight: 900;
	color: #fff;
	letter-spacing: 0.1em;
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
	position: relative;
	z-index: 1;
}

/*----------------------------------------------------
 header
----------------------------------------------------*/

#header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding: 15px 0 16px 0;
	background: #181818;
	transform: translateY(-100%);
	transform: translateY(-100%);
	z-index: 1000;
	transition: all 0.3s ease;
}

#header.is-fixed {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

#header .inner {
	width: calc(100% - 6rem);
	max-width: initial;
}

#header .header-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#header .header-flex .logoArea {}

#header .header-flex .logoArea h1 a {
	display: flex;
	align-items: center;
}

#header .header-flex .logoArea h1 .image {
	width: 146px;
	margin-right: 30px;
}

#header .header-flex .logoArea h1 .text {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.12em;
	color: #fff;
}

/*----------------------------------------------------
 pageTop
----------------------------------------------------*/

#pageTop {
	position: fixed;
	right: 29px;
	bottom: 32px;
	width: 50px;
	z-index: 10000;
}

/*----------------------------------------------------
 footer
----------------------------------------------------*/

#footer {
	padding: 28px 0 28px;
	position: relative;
	background: #181818;
}

#footer .inner {
	max-width: initial;
}

#footer .logo {
	position: absolute;
	width: 162px;
	top: 50%;
	left: 1.6%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#footer .footer-flex {
	display: flex;
	justify-content: center;
	margin: 0 0 21px;
}

#footer .footer-nav ul {
	display: flex;
	justify-content: center;
}

#footer .footer-nav ul li {
	position: relative;
	padding: 0 44px;
}

#footer .footer-nav ul li:after {
	content: '';
	width: 1px;
	height: 18px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 0;
}

#footer .footer-nav ul li:last-child:after {
	display: none;
}

#footer .footer-nav ul li a {
	display: flex;
	align-items: center;
}

#footer .footer-nav ul li a .icon {
	width: 8px;
	line-height: 8px;
	-webkit-transform: translate(-7px, 2px);
	transform: translate(-7px, 2px);
}

#footer .footer-nav ul li a .text {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.05em;
	color: #fff;
}

#footer .copy {
	text-align: center;
}

#footer .copy p {
	font-size: 12px;
	color: #fff;
	letter-spacing: 0.1em;
}

/*----------------------------------------------------
 Visual
----------------------------------------------------*/

#visual {
	margin: 0 0 -966px 0;
	padding: 28px 0 1136px;
	position: relative;
	background: url('/img/kago_img/visual-bg.jpg') center top no-repeat;
	background-size: cover;
}

#visual .visualHead-flex {}

#visual .visualHead-flex .inner {
	width: calc(100% - 6rem);
	max-width: initial;
	display: flex;
	justify-content: space-between;
}

#visual .visualHead-flex .inner .logoArea {
	padding: 0 0 0 10px;
	width: 202px;
}

#visual .visual-conts {
	padding: 183px 0 0 0;
}

#visual .visual-flex {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

#visual .visual-flex .visualHead {
	text-align: center;
	color: #fff;
	padding: 60px 0 0 0;
	width: 35%;
}

#visual .visual-flex .visualHead h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 0 42px;
}

#visual .visual-flex .visualHead h2 small {
	font-size: 36px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 17px;
}

#visual .visual-flex .visualHead h2 b {
	font-size: 64px;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 2;
}

#visual .visual-flex .visualHead h2 b span {
	font-style: italic;
}

#visual .visual-flex .visualHead p {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0em;
}

#visual .visual-flex .visual-enText {
	width: 33.4%;
}

#visual .visual-flex .visual-enText img {
	width: 443px;
}

#visual .visual-obj {
	width: 855px;
	position: absolute;
	top: 12px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: 1;
}

#visual .scrolldown {
	position: absolute;
	bottom: 52%;
	left: 47px;
	animation: arrowmove 1s ease-in-out infinite;
	z-index: 1;
}

@keyframes arrowmove {
	0% { bottom: 52%; }
	50% { bottom: 54%; }
	100% { bottom: 52%; }
}

#visual .scrolldown span{
	position: absolute;
	left: -20px;
	bottom: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-family: 'Noto Sans JP', sans-serif;
}

#visual .scrolldown:before {
	content: "";
	position: absolute;
	bottom: -69px;
	left: 21px;
	width: 1px;
	height: 12px;
	background: #fff;
	-webkit-transform: skewX(-53deg);
	transform: skewX(-53deg);
}

#visual .scrolldown:after{
	content: "";
	position: absolute;
	bottom: -69px;
	left: 13px;
	width: 1px;
	height: 70px;
	background: #fff;
}

/*----------------------------------------------------
 cvArea
----------------------------------------------------*/

#cvArea {
	padding: 142px 0 100px;
	position: relative;
	background: url('/img/kago_img/cv-bg.png') center top no-repeat;
	background-size: cover;
}

#cvArea.visual-cv {
	background: none;
}

#cvArea .cvHead {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 43px;
}

#cvArea .cvHead .logo {
	width: 194px;
}

#cvArea .cvHead .yeatText {
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 57px 0 12px;
	-webkit-transform: translateX(8px);
	transform: translateX(8px);
}

#cvArea .cvHead .yeatText span:nth-child(1) {
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	font-family: 'Libre Caslon Display', serif;
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
}

#cvArea .cvHead .yeatText span:nth-child(2) {
	font-size: 86px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	font-family: 'Libre Caslon Display', serif;
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}

#cvArea .cvHead .yeatText span:nth-child(3) {
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.12em;
}

#cvArea .cvHead .itemType {
	color: #fff;
}

#cvArea .cvHead .itemType h2 {
	display: flex;
	flex-direction: column;
}

#cvArea .cvHead .itemType h2 small {
	font-size: 28px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	margin: 0 0 10px;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

#cvArea .cvHead .itemType h2 b {
	font-size: 74px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
}

#cvArea .cvBox {
	background: url('/img/kago_img/visual-itemBox-bg.png') center top no-repeat;
	background-size: cover;
	border-radius: 10px;
	width: 1400px;
}

#cvArea .cvBox .itemFlex {
	display: flex;
	justify-content: space-between; /* ← これ */
	padding: 17px 22px 50px 22px;
}

#cvArea .cvBox .itemFlex .itemBox {
	position: relative;
	width: 50%; /* ← これ */
}


#cvArea .cvBox .itemFlex .itemBox.italyBox {
	background: url('/img/kago_img/kagoshima-item-bg.png') center top no-repeat;
	background-size: 680px 456px;
	padding: 93px 0 62px 280px;
}

#cvArea .cvBox .itemFlex .itemBox.italyBox .flap {
	width: 148px;
	position: absolute;
	left: -26px;
	top: -24px;
}

#cvArea .cvBox .itemFlex .itemBox.spainBox {
	background: url('/img/kago_img/kagoshima25-item-bg.png') center top no-repeat;
	background-size: 677px 456px;
	padding: 93px 0 62px 93px;
}

#cvArea .cvBox .itemFlex .itemBox.spainBox .flap {
	width: 148px;
	position: absolute;
	right: -26px;
	top: -24px;
}

#cvArea .cvBox .itemFlex .itemBox .boxConts {}

#cvArea .cvBox .itemFlex .itemBox .boxConts .itemName-flex {
	display: flex;
	align-items: center;
	color: #fff;
	margin: 0 0 13px;
}

#cvArea .cvBox .itemFlex .itemBox .boxConts .itemName-flex .country {
	font-size: 40px;
	font-weight: 400;
	line-height: 1;
	font-family: "Noto Serif JP", serif;
	margin: 0 23px 0 0;
}

#cvArea .cvBox .itemFlex .itemBox .boxConts .itemName-flex .country-weight {
	display: flex;
	flex-direction: column;
}

#cvArea .cvBox .itemFlex .itemBox .boxConts .itemName-flex .country-weight small {
	text-align: right;
	position: relative;
	font-size: 20px;
	font-family: 'Libre Caslon Display', serif;
}

#cvArea .cvBox .itemFlex .itemBox .boxConts .itemName-flex .country-weight small:before {
	content: '';
	width: 60px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#cvArea .cvBox .itemFlex .itemBox .boxConts .itemName-flex .country-weight b {
	font-size: 22px;
	font-weight: 500;
}

#cvArea .cvBox .itemFlex .itemBox .boxConts .strikeName {
	color: #fff;
	font-size: 18px;
	margin: 0 0 -3px;
	padding: 0 0 0 48px;
}

#cvArea .cvBox .itemFlex .itemBox .boxConts .strikeName b {
	font-size: 22px;
	font-family: 'Libre Caslon Display', serif;
}

#cvArea .cvBox .itemFlex .itemBox .boxConts .strikeName small {
	font-size: 14px;
}

#cvArea .cvBox .itemPrice {
	color: #fcff00;
	display: flex;
	align-items: flex-end;
	margin: 0 0 10px;
	padding: 0 0 0 16px;
}

#cvArea .cvBox .itemPrice .left {
	display: flex;
	flex-direction: column;
	align-items: center;
	-webkit-transform: translateY(-13px);
	transform: translateY(-13px);
	margin-right: 4px;
}

#cvArea .cvBox .itemPrice .left b {
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
}

#cvArea .cvBox .itemPrice .left small {
	font-size: 20px;
	font-family: 'Libre Caslon Display', serif;
	line-height: 1;
}

#cvArea .cvBox .itemPrice .center {
	font-size: 60px;
	font-family: 'Libre Caslon Display', serif;
	line-height: 1;
}

#cvArea .cvBox .itemPrice .right {
	display: flex;
	flex-direction: column;
	align-items: center;
	-webkit-transform: translate(-11px, -12px);
	transform: translate(-11px, -12px);
}

#cvArea .cvBox .itemPrice .right b {
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
}

#cvArea .cvBox .itemPrice .right small {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

#cvArea .cvBox .itemFlex .itemBox .boxConts .button {
	margin: 0 0 0 5px;
	max-width: 298px;
}

#cvArea .cvBox .itemFlex .itemBox .boxConts .button a {
	line-height: 60px;
}

#cvArea .cvBox .itemFlex .itemBox .boxConts .button a .icon {
	width: 30px;
	line-height: 26px;
}

#cvArea .cvBox .itemFlex .itemBox .boxConts .button a .text {
	font-size: 21px;
}

/*----------------------------------------------------
 About
----------------------------------------------------*/

#about {
	padding: 179px 0 185px;
	background: #fff;
}

#about .border-head {
	margin: 0 0 32px;
	text-align: center;
}

#about .border-head span {
	font-size: 14px;
	font-weight: 400;
	color: #181818;
	border: 1px solid #181818;
	font-family: 'Libre Caslon Display', serif;
	line-height: 30px;
	display: inline-block;
	padding: 0 44px;
	border-radius: 15px;
	position: relative;
}

#about .border-head span:before {
	content: '';
	width: 60px;
	height: 1px;
	background: #181818;
	position: absolute;
	top: 50%;
	left: -71px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#about .border-head span:after {
	content: '';
	width: 60px;
	height: 1px;
	background: #181818;
	position: absolute;
	top: 50%;
	right: -71px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#about .section-head {
	margin: 0 0 111px;
	text-align: center;
}

#about .section-head h2 {
	font-size: 50px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0;
}

#about .about-flex {
	display: flex;
}

#about .about-flex > div {
	width: 33.3333%;
}

#about .about-flex .center {
	padding: 31px 75px 0 90px;
	display: flex;
	justify-content: center;
}

#about .about-flex .center .textBlock {
	max-width: 302px;
}

#about .about-flex .center p {
	font-size: 18px;
	font-weight: 400;
	line-height: 2.17;
	text-align: left;
	letter-spacing: 0;
	margin: 0 0 29px;
}

#about .about-flex .center p b {
	font-size: 28px;
}

/*----------------------------------------------------
 Farm
----------------------------------------------------*/

#farm {
	background: url('/img/kago_img/farm-bg.jpg') center top no-repeat;
	background-size: cover;
	padding: 120px 0;
}

#farm .inner {
	max-width: 1200px;
}

#farm .farm-flex {
	display: flex;
	justify-content: space-between;
}

#farm .farm-flex .conts {
	width: 384px;
	text-align: center;
	padding: 80px 0 0 0;
}

#farm .farm-flex .conts .head {
	margin: 0 0 36px;
}

#farm .farm-flex .conts .head h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#farm .farm-flex .conts .head small {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.63;
	margin: 0 0 40px;
}

#farm .farm-flex .conts .head b {
	width: 153px;
}

#farm .farm-flex .conts p {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.78;
}

#farm .farm-flex .image-box {
	width: calc(100% - 429px);
	display: flex;
	justify-content: space-between;
}

#farm .farm-flex .image-box .left-image {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	width: 48%;
}

#farm .farm-flex .image-box .left-image .top {
	margin: 0 0 29px;
}

#farm .farm-flex .image-box .right-image {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	width: 48%;
}

#farm .farm-flex .image-box .right-image .top {
	margin: 0 0 29px;
}

/*----------------------------------------------------
 Recommend
----------------------------------------------------*/

#recommend {
	position: relative;
	padding: 150px 0 0;
}

#recommend:before {
	content: '';
	width: 100%;
	height: 81.6%;
	position: absolute;
	left: 0;
	top: 0;
	background: url('/img/kago_img/recommend-bg.jpg') center top no-repeat;
	background-size: cover;
	z-index: 0;
}

#recommend .inner {
	position: relative;
	z-index: 1;
}

#recommend .border-head {
	margin: 0 0 32px;
	text-align: center;
}

#recommend .border-head span {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	border: 1px solid #fff;
	font-family: 'Libre Caslon Display', serif;
	line-height: 30px;
	display: inline-block;
	padding: 0 22px;
	border-radius: 15px;
	position: relative;
	text-transform: uppercase;
}

#recommend .border-head span:before {
	content: '';
	width: 60px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: -71px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#recommend .border-head span:after {
	content: '';
	width: 60px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 50%;
	right: -71px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#recommend .section-head {
	margin: 0 0 93px;
	text-align: center;
}

#recommend .section-head h2 {
	font-size: 50px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0;
	color: #fff;
}

#recommend .recommend-list {
	margin: 0 0 100px;
	padding: 0 20% 0 41%;
}

#recommend .recommend-list li {
	margin: 0 0 10px;
	padding: 11px 20px 2px 21px;
	border-radius: 10px;
	display: flex;
	background: rgb(53,80,19);
	background: -moz-linear-gradient(90deg, rgba(53,80,19,0.7) 0%, rgba(98,157,47,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(53,80,19,0.7) 0%, rgba(98,157,47,1) 100%);
	background: linear-gradient(90deg, rgba(53,80,19,0.7) 0%, rgba(98,157,47,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#355013",endColorstr="#629d2f",GradientType=1);
}

#recommend .recommend-list li .icon {
	width: 34px;
	line-height: 35px;
	margin-right: 13px;
}

#recommend .recommend-list li .text {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.2;
	color: #fff;
}

#recommend .recommend-box {
	width: 85.8%;
	margin: 0 auto 0;
	padding: 81px 81px 81px 81px;
	border-radius: 10px;
	background: url('/img/kago_img/recommend-box-bg.png') center top no-repeat;
	background-size: 100% auto;
}

#recommend .recommend-box .box-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#recommend .recommend-box .box-flex  .image {
	width: 47.5%;
}

#recommend .recommend-box .box-flex .conts {
	width: 47.5%;
}

#recommend .recommend-box .box-flex .conts .box-head {
	margin: 0 0 29px;
}

#recommend .recommend-box .box-flex .conts .box-head h3 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.64;
	color: #4c7821;
	text-align: center;
}

#recommend .recommend-box .box-flex .conts p {
	font-size: 18px;
	font-weight: 400;
	line-height: 2;
	text-align: center;
}

/*----------------------------------------------------
 Quality
----------------------------------------------------*/

#quality {
	padding: 150px 0 0;
}

#quality .border-head {
	margin: 0 0 38px;
	text-align: center;
}

#quality .border-head span {
	font-size: 14px;
	font-weight: 400;
	color: #181818;
	border: 1px solid #181818;
	font-family: 'Libre Caslon Display', serif;
	line-height: 30px;
	display: inline-block;
	padding: 0 37px;
	border-radius: 15px;
	position: relative;
	text-transform: uppercase;
}

#quality .border-head span:before {
	content: '';
	width: 60px;
	height: 1px;
	background: #181818;
	position: absolute;
	top: 50%;
	left: -71px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#quality .border-head span:after {
	content: '';
	width: 60px;
	height: 1px;
	background: #181818;
	position: absolute;
	top: 50%;
	right: -71px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#quality .section-head {
	margin: 0 0 56px;
	text-align: center;
}

#quality .section-head h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #181818;
}

#quality .section-head h2 small {
	font-size: 32px;
	font-weight: 500;
}

#quality .section-head h2 b {
	font-size: 70px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	-webkit-transform: translateY(-17px);
	transform: translateY(-17px);
}

#quality .section-head h2 b span {
	font-size: 100px;
	letter-spacing: 0.06em;
	font-family: 'Libre Caslon Display', serif;
}

#quality .quality-topSection {
	padding: 0 0 151px;
}

#quality .quality-topSection .inner {
	max-width: 1200px;
}

#quality .quality-pointBox {
	padding: 120px 79px 19px 79px;
	border-radius: 10px;
	background: rgba(255,255,255,0.85);
}

#quality .quality-pointBox .point-flex {
	display: flex;
	justify-content: space-between;
	margin: 0 0 100px;
}

#quality .quality-pointBox .point-flex.point02,
#quality .quality-pointBox .point-flex.point04 {
	flex-direction: row-reverse;
}

#quality .quality-pointBox .point-flex .imageArea {
	width: 52.3%;
}

#quality .quality-pointBox .point-flex .contsArea {
	width: 43%;
	padding: 28px 0 0 36px;
}

#quality .quality-pointBox .point-flex.point02 .contsArea {
	padding: 28px 0 0 0;
}

#quality .quality-pointBox .point-flex.point03 .contsArea {
	padding-top: 43px;
}

#quality .quality-pointBox .point-flex.point04 .contsArea {
	padding: 46px 0 0 0;
}

#quality .quality-pointBox .point-flex.point05 .contsArea {
	padding-top: 48px;
}

#quality .quality-pointBox .point-flex .contsArea .point-obj {
	margin: 0 0 10px;
	padding: 2px 113px 1px 8px;
	border-radius: 0 20px 20px 0;
	display: inline-block;
	background: rgb(53,80,19);
	background: -moz-linear-gradient(90deg, rgba(53,80,19,1) 0%, rgba(98,157,47,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(53,80,19,1) 0%, rgba(98,157,47,1) 100%);
	background: linear-gradient(90deg, rgba(53,80,19,1) 0%, rgba(98,157,47,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#355013",endColorstr="#629d2f",GradientType=1);
}

#quality .quality-pointBox .point-flex .contsArea .point-obj p {
	font-size: 24px;
	color: #fff;
	letter-spacing: 0;
}

#quality .quality-pointBox .point-flex .contsArea .point-head {
	margin: 0 0 15px;
}

#quality .quality-pointBox .point-flex .contsArea .point-head h3 {
	display: flex;
	align-items: center;
	padding: 0 0 0 6px;
}

#quality .quality-pointBox .point-flex .contsArea .point-head h3 b {
	font-size: 90px;
	letter-spacing: 0em;
	line-height: 1;
	color: #325c1b;
	margin-right: 27px;
	font-family: 'Libre Caslon Display', serif;
}

#quality .quality-pointBox .point-flex .contsArea .point-head h3 small {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0;
	color: #000000;
}

#quality .quality-pointBox .point-flex .contsArea .point-text p {
	font-size: 18px;
	line-height: 2;
	color: #000000;
}

#quality .quality-bottomSection {
	position: relative;
	background: #fff;
	margin: 0 0 -96px;
	padding: 208px 0 240px 0;
}

#quality .quality-bottomSection:after {
	content: '';
	width: 618px;
	height: 752px;
	background: url('/img/kago_img/kagoshima_oil-obj.png') center bottom no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 67px;
	left: 44.4%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: 0;
}

#quality .quality-bottomSection .inner {
	max-width: 1200px;
}

#quality .quality-bottomSection .world-qualityBox {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

#quality .quality-bottomSection .world-qualityBox .left {
	padding: 31px 0 0 0;
	width: 35%;
	position: relative;
}

#quality .quality-bottomSection .world-qualityBox .left h4 {
	display: flex;
	flex-direction: column;
}

#quality .quality-bottomSection .world-qualityBox .left h4 small {
	font-size: 60px;
	font-weight: 500;
	letter-spacing: 0.14em;
}

#quality .quality-bottomSection .world-qualityBox .left h4 b {
	font-size: 80px;
	font-weight: 500;
	letter-spacing: 0.14em;
	line-height: 1.4;
}

#quality .quality-bottomSection .world-qualityBox .left .cv-logo {
	width: 182px;
	position: absolute;
	right: 21px;
	top: 161px;
}

#quality .quality-bottomSection .world-qualityBox .right {
	width: 34%;
}

#quality .quality-bottomSection .world-qualityBox .right .proof {
	margin: 0 0 15px;
}

#quality .quality-bottomSection .world-qualityBox .right .association-flex {
	display: flex;
	padding: 0 0 0 24px;
}

#quality .quality-bottomSection .world-qualityBox .right .association-flex .image {
	width: 42%;
}

#quality .quality-bottomSection .world-qualityBox .right .association-flex .conts {
	width: 48%;
	text-align: center;
	padding: 43px 0 0 0;
}

#quality .quality-bottomSection .world-qualityBox .right .association-flex .conts p {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#quality .quality-bottomSection .world-qualityBox .right .association-flex .conts p b {
	font-size: 26px;
	font-weight: 500;
}

#quality .quality-bottomSection .world-qualityBox .right .association-flex .conts small {
	font-size: 20px;
	letter-spacing: 0;
}

#quality .quality-bottomSection .world-qualityBox .right .association-flex .conts span {
	font-size: 18px;
}

#quality .quality-bottomSection .olive-bottle {
	width: 709px;
	position: absolute;
	top: 181px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: 1;
}

/*----------------------------------------------------
 Feature
----------------------------------------------------*/

#feature {
	background: #fff;
	padding: 181px 0 0;
}

#feature .border-head {
	margin: 0 0 30px;
	text-align: center;
}

#feature .border-head span {
	font-size: 14px;
	font-weight: 400;
	color: #181818;
	border: 1px solid #181818;
	font-family: 'Libre Caslon Display', serif;
	line-height: 30px;
	display: inline-block;
	padding: 0 37px;
	border-radius: 15px;
	position: relative;
	text-transform: uppercase;
}

#feature .border-head span:before {
	content: '';
	width: 60px;
	height: 1px;
	background: #181818;
	position: absolute;
	top: 50%;
	left: -71px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#feature .border-head span:after {
	content: '';
	width: 60px;
	height: 1px;
	background: #181818;
	position: absolute;
	top: 50%;
	right: -71px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#feature .section-head {
	margin: 0 0 110px;
	text-align: center;
}

#feature .section-head h2 {
	font-size: 50px;
	font-weight: 500;
	color: #000000;
	margin: 0 0 25px;
}

#feature .section-head p {
	font-size: 18px;
	font-weight: 400;
	line-height: 2;
	color: #000000;
	letter-spacing: 0.05em;
}

#feature .feature-flex {
	display: flex;
	justify-content: space-between;
	margin: 0 0 118px;
}

#feature .feature-flex.reverse {
	flex-direction: row-reverse;
	margin: 0 0 150px;
}

#feature .feature-flex .image {
	width: 56%;
}

#feature .feature-flex.reverse .image {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

#feature .feature-flex .conts {
	width: 39.5%;
	color: #000000;
	padding: 53px 6% 0 0;
}

#feature .feature-flex.reverse .conts {
	padding: 89px 0 0 7%;
}

#feature .feature-flex .conts h3 {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.42;
	margin: 0 0 22px;
}

#feature .feature-flex .conts p {
	font-size: 18px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.05em;
}

#feature .feature-greenBox {
	position: relative;
	z-index: 1;
	max-width: 1200px;
	margin: 0 auto 0;
	padding: 63px 5.7% 79px 5.7%;
	border-radius: 10px;
	background: rgb(53,80,19);
	background: -moz-linear-gradient(90deg, rgba(53,80,19,1) 0%, rgba(98,157,47,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(53,80,19,1) 0%, rgba(98,157,47,1) 100%);
	background: linear-gradient(90deg, rgba(53,80,19,1) 0%, rgba(98,157,47,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#355013",endColorstr="#629d2f",GradientType=1);
}

#feature .feature-greenBox .box-flex {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

#feature .feature-greenBox .box-flex .image {
	width: 47.5%;
	margin: 17px 0 0 0;
}

#feature .feature-greenBox .box-flex .conts {
	width: 48%;
	color: #fff;
}

#feature .feature-greenBox .box-flex .conts h3 {
	font-size: 28px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.02em;
	margin: 0 0 14px;
}

#feature .feature-greenBox .box-flex .conts p {
	font-size: 18px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.05em;
	margin: 0 0 22px;
}

#feature .feature-greenBox .box-flex .conts .olive-objBox {
	background: #fff;
	border-radius: 10px;
	width: 99%;
	text-align: center;
	padding: 19px 10px 16px;
}

/*----------------------------------------------------
 Cooking
----------------------------------------------------*/

#cooking {
	position: relative;
	background: #fff;
	margin: 0 0 -105px;
	padding: 181px 0 210px;
}

#cooking:before {
	content: '';
	width: 100%;
	height: calc(100% + 255px);
	background: url('/img/kago_img/cooking-bg.jpg') center center no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: -255px;
}

#cooking .border-head {
	margin: 0 0 37px;
	text-align: center;
}

#cooking .border-head span {
	font-size: 14px;
	font-weight: 400;
	color: #181818;
	border: 1px solid #181818;
	font-family: 'Libre Caslon Display', serif;
	line-height: 30px;
	display: inline-block;
	padding: 0 37px;
	border-radius: 15px;
	position: relative;
	text-transform: uppercase;
}

#cooking .border-head span:before {
	content: '';
	width: 60px;
	height: 1px;
	background: #181818;
	position: absolute;
	top: 50%;
	left: -71px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#cooking .border-head span:after {
	content: '';
	width: 60px;
	height: 1px;
	background: #181818;
	position: absolute;
	top: 50%;
	right: -71px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#cooking .section-head {
	margin: 0 0 69px;
	text-align: center;
	position: relative;
}

#cooking .section-head h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#cooking .section-head h2 small {
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin: 0 0;
}

#cooking .section-head h2 b {
	font-size: 50px;
	font-weight: 500;
	letter-spacing: 0;
}

#cooking .cookingBox {
	position: relative;
	border: 1px solid #181818;
	border-radius: 10px;
	margin: 0 0 74px;
	padding: 29px;
}

#cooking .cookingBox .boxInner {
	background: #181818;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	padding: 100px 7.4%;
}

#cooking .cookingBox .boxInner .imageArea {
	width: 35.2%;
}

#cooking .cookingBox .boxInner .imageArea .imageHead {
	font-size: 22px;
	font-weight: 500;
	line-height: 59px;
	letter-spacing: 0em;
	text-align: center;
	border-radius: 30px;
	color: #fff;
	border: 1px solid #fff;
	margin: 0 0 27px;
}

#cooking .cookingBox .boxInner .conts {
	color: #fff;
	width: 60%;
	padding: 13px 0 0;
}

#cooking .cookingBox .boxInner .conts h3 {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.07em;
	margin: 0 0 23px;
}

#cooking .cookingBox .boxInner .conts p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.888;
	letter-spacing: 0.05em;
}

#cooking .cooking-flex {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 60px;
	padding: 0 6.8% 0 0;
}

#cooking .cooking-flex.reverse {
	flex-direction: row-reverse;
	padding: 0 0 0 6.8%;
}

#cooking .cooking-flex .imageArea {
	width: 48%;
}

#cooking .cooking-flex .conts {
	width: 45%;
}

#cooking .cooking-flex .conts h4 {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.42;
	letter-spacing: 0.06em;
	margin: 0 0 17px 0;
}

#cooking .cooking-flex .conts p {
	font-size: 18px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.05em;
	-webkit-transform: translate(4px, 4px);
	transform: translate(4px, 4px);
}

#cooking .cooking-borderBox {
	position: relative;
	border: 1px solid #181818;
	border-radius: 10px;
	margin: 81px auto 74px;
	padding: 31px 2% 31px 4.8%;
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
}

#cooking .cooking-borderBox .boxHead {
	width: 38%;
	border-right: 1px solid #181818;
}

#cooking .cooking-borderBox .boxHead h5 {
	display: flex;
	flex-direction: column;
	margin: 0 0 17px;
}

#cooking .cooking-borderBox .boxHead h5 small {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.02em;
}

#cooking .cooking-borderBox .boxHead h5 b {
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 0;
	-webkit-transform: translateX(-16px);
	transform: translateX(-16px);
}

#cooking .cooking-borderBox .boxHead .address p {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.71;
}

#cooking .cooking-borderBox .boxConts {
	width: 56%;
	padding: 19px 0 0;
}

#cooking .cooking-borderBox .boxConts .boxFlex {
	display: flex;
	margin: 0 0 23px;
}

#cooking .cooking-borderBox .boxConts .boxFlex:last-child {
	margin: 0;
}

#cooking .cooking-borderBox .boxConts .boxFlex .flexHead {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.06em;
	width: 100px;
	position: relative;
}

#cooking .cooking-borderBox .boxConts .boxFlex .flexHead:after {
	content: '';
	width: 1px;
	height: 18px;
	background: #181818;
	position: absolute;
	right: 19px;
	top: 3px;
}

#cooking .cooking-borderBox .boxConts .boxFlex .flexConts {
	width: calc(100% - 100px);
}

/*----------------------------------------------------
 PC
----------------------------------------------------*/
@media screen  and (min-width: 769px) and (max-width: 1920px) {
	/*-----------------------
	button
	-----------------------*/

	.button {
		max-width: 12.5vw;
	}

	.button a {
		line-height: 2.5vw;
		border-radius: 3.125vw;
	}

	.button a .icon {
		width: 1.302vw;
		line-height: 1.042vw;
		-webkit-transform: translateY(0.104vw);
		transform: translateY(0.104vw);
	}

	.button a .text {
		font-size: 0.885vw;
		-webkit-transform: translateX(0.208vw);
		transform: translateX(0.208vw);
	}

	/*-----------------------
	header
	-----------------------*/

	#header {
		padding: 0.781vw 0 0.833vw 0;
	}

	#header .header-flex .logoArea h1 .image {
		width: 7.604vw;
		margin-right: 1.563vw;
	}

	#header .header-flex .logoArea h1 .text {
		font-size: 0.833vw;
	}

	/*-----------------------
	pageTop
	-----------------------*/

	#pageTop {
		right: 1.51vw;
		bottom: 1.667vw;
		width: 2.604vw;
	}

	/*-----------------------
	footer
	-----------------------*/

	#footer {
		padding: 1.458vw 0 1.458vw;
	}

	#footer .logo {
		width: 8.438vw;
	}

	#footer .footer-flex {
		margin: 0 0 1.094vw;
	}

	#footer .footer-nav ul li {
		padding: 0 2.292vw;
	}

	#footer .footer-nav ul li:after {
		width: 0.052vw;
		height: 0.938vw;
	}

	#footer .footer-nav ul li a .icon {
		width: 0.417vw;
		line-height: 0.417vw;
		-webkit-transform: translate(-0.365vw, 0.104vw);
		transform: translate(-0.365vw, 0.104vw);
	}

	#footer .footer-nav ul li a .text {
		font-size: 0.625vw;
	}

	#footer .copy p {
		font-size: 0.625vw;
	}

	/*-----------------------
	Visual
	-----------------------*/

	#visual {
		margin: 0 0 -50.313vw 0;
		padding: 1.458vw 0 59.167vw;
	}

	#visual .visualHead-flex .inner .logoArea {
		padding: 0 0 0 0.521vw;
		width: 10.521vw;
	}

	#visual .visual-conts {
		padding: 9.531vw 0 0 0;
	}

	#visual .visual-flex .visualHead {
		padding: 3.125vw 0 0 0;
	}

	#visual .visual-flex .visual-enText img {
		width: 23.073vw;
	}

	#visual .visual-flex .visualHead h2 {
		margin: 0 0 2.188vw;
	}

	#visual .visual-flex .visualHead h2 small {
		font-size: 1.875vw;
		margin: 0 0 0.885vw;
	}

	#visual .visual-flex .visualHead h2 b {
		font-size: 3.333vw;
	}

	#visual .visual-flex .visualHead p {
		font-size: 1.042vw;
	}

	#visual .visual-obj {
		width: 44.531vw;
	}

	#visual .scrolldown {
		left: 2.448vw;
	}

	#visual .scrolldown span{
		left: -1.042vw;
		bottom: 0.521vw;
		font-size: 0.833vw;
	}

	#visual .scrolldown:before {
		bottom: -3.594vw;
		left: 1.094vw;
		width: 0.052vw;
		height: 0.625vw;
	}

	#visual .scrolldown:after{
		bottom: -3.594vw;
		left: 0.677vw;
		width: 0.052vw;
		height: 3.646vw;
	}

	/*-----------------------
	cvArea
	-----------------------*/

	#cvArea {
		padding: 7.396vw 0 5.208vw;
	}

	#cvArea .cvHead {
		margin: 0 0 2.24vw;
	}

	#cvArea .cvHead .logo {
		width: 10.104vw;
	}

	#cvArea .cvHead .yeatText {
		margin: 0 2.969vw 0 0.625vw;
		-webkit-transform: translateX(0.417vw);
		transform: translateX(0.417vw);
	}

	#cvArea .cvHead .yeatText span:nth-child(1) {
		font-size: 1.563vw;
		-webkit-transform: translateY(-0.313vw);
		transform: translateY(-0.313vw);
	}

	#cvArea .cvHead .yeatText span:nth-child(2) {
		font-size: 4.479vw;
		-webkit-transform: translateY(-0.208vw);
		transform: translateY(-0.208vw);
	}

	#cvArea .cvHead .yeatText span:nth-child(3) {
		font-size: 2.083vw;
	}

	#cvArea .cvHead .itemType h2 small {
		font-size: 1.458vw;
		margin: 0 0 0.521vw;
		-webkit-transform: translateY(-0.521vw);
		transform: translateY(-0.521vw);
	}

	#cvArea .cvHead .itemType h2 b {
		font-size: 3.854vw;
	}

	#cvArea .cvBox {
		border-radius: 0.521vw;
		width: 72.917vw;
		margin: 0 auto;
	}

	#cvArea .cvBox .itemFlex {
		padding: 0.885vw 1.146vw 2.604vw 1.146vw;
	}

	#cvArea .cvBox .itemFlex .itemBox.italyBox {
		padding: 4.844vw 0 3.229vw 14.583vw;
		background-size: 35.417vw 23.75vw;
	}

	#cvArea .cvBox .itemFlex .itemBox.italyBox .flap {
		width: 7.708vw;
		left: -1.354vw;
		top: -1.25vw;
	}

	#cvArea .cvBox .itemFlex .itemBox.spainBox {
		padding: 4.844vw 0 3.229vw 4.844vw;
		background-size: 35.26vw 23.75vw;
	}

	#cvArea .cvBox .itemFlex .itemBox.spainBox .flap {
		width: 7.708vw;
		right: -1.354vw;
		top: -1.25vw;
	}

	#cvArea .cvBox .itemFlex .itemBox .boxConts .itemName-flex {
		margin: 0 0 0.677vw;
	}

	#cvArea .cvBox .itemFlex .itemBox .boxConts .itemName-flex .country {
		font-size: 2.5vw;
		margin: 0 1.198vw 0 0;
	}

	#cvArea .cvBox .itemFlex .itemBox .boxConts .itemName-flex .country-weight small {
		font-size: 1.042vw;
	}

	#cvArea .cvBox .itemFlex .itemBox .boxConts .itemName-flex .country-weight small:before {
		width: 3.125vw;
		height: 0.052vw;
	}

	#cvArea .cvBox .itemFlex .itemBox .boxConts .itemName-flex .country-weight b {
		font-size: 1.146vw;
	}

	#cvArea .cvBox .itemFlex .itemBox .boxConts .strikeName {
		font-size: 0.938vw;
		margin: 0 0 -0.156vw;
		padding: 0 0 0 2.5vw;
	}

	#cvArea .cvBox .itemFlex .itemBox .boxConts .strikeName b {
		font-size: 1.146vw;
	}

	#cvArea .cvBox .itemFlex .itemBox .boxConts .strikeName small {
		font-size: 0.729vw;
	}

	#cvArea .cvBox .itemPrice {
		margin: 0 0 0.521vw;
		padding: 0 0 0 0.833vw;
	}

	#cvArea .cvBox .itemPrice .left {
		-webkit-transform: translateY(-0.677vw);
		transform: translateY(-0.677vw);
		margin-right: 0.208vw;
	}

	#cvArea .cvBox .itemPrice .left b {
		font-size: 1.042vw;
	}

	#cvArea .cvBox .itemPrice .left small {
		font-size: 1.042vw;
	}

	#cvArea .cvBox .itemPrice .center {
		font-size: 4.479vw;
	}

	#cvArea .cvBox .itemPrice .right {
		-webkit-transform: translate(-0.573vw, -0.625vw);
		transform: translate(-0.573vw, -0.625vw);
	}

	#cvArea .cvBox .itemPrice .right b {
		font-size: 2.083vw;
	}

	#cvArea .cvBox .itemPrice .right small {
		font-size: 0.729vw;
	}

	#cvArea .cvBox .itemFlex .itemBox .boxConts .button {
		margin: 0 0 0 0.26vw;
		max-width: 15.521vw;
	}

	#cvArea .cvBox .itemFlex .itemBox .boxConts .button a {
		line-height: 3.125vw;
	}

	#cvArea .cvBox .itemFlex .itemBox .boxConts .button a .icon {
		width: 1.563vw;
		line-height: 1.354vw;
	}

	#cvArea .cvBox .itemFlex .itemBox .boxConts .button a .text {
		font-size: 1.094vw;
	}

	/*-----------------------
	About
	-----------------------*/

	#about {
		padding: 9.323vw 0 9.635vw;
	}

	#about .border-head {
		margin: 0 0 1.667vw;
	}

	#about .border-head span {
		font-size: 0.729vw;
		line-height: 1.563vw;
		padding: 0 2.292vw;
		border-radius: 0.781vw;
	}

	#about .border-head span:before {
		width: 3.125vw;
		height: 0.052vw;
		left: -3.698vw;
	}

	#about .border-head span:after {
		width: 3.125vw;
		height: 0.052vw;
		right: -3.698vw;
	}

	#about .section-head {
		margin: 0 0 5.781vw;
	}

	#about .section-head h2 {
		font-size: 2.604vw;
	}

	#about .about-flex .center {
		padding: 1.615vw 3.906vw 0 4.688vw;
	}

	#about .about-flex .center .textBlock {
		max-width: 15.729vw;
	}

	#about .about-flex .center p {
		font-size: 0.938vw;
		margin: 0 0 1.51vw;
	}

	#about .about-flex .center p b {
		font-size: 1.458vw;
	}

	/*-----------------------
	Farm
	-----------------------*/

	#farm {
		padding: 6.25vw 0;
	}

	#farm .inner {
		max-width: 62.5vw;
	}

	#farm .farm-flex .conts {
		width: 20vw;
		padding: 4.167vw 0 0 0;
	}

	#farm .farm-flex .conts .head {
		margin: 0 0 1.875vw;
	}

	#farm .farm-flex .conts .head small {
		font-size: 1.146vw;
		margin: 0 0 2.083vw;
	}

	#farm .farm-flex .conts .head b {
		width: 7.969vw;
	}

	#farm .farm-flex .conts p {
		font-size: 1.458vw;
	}

	#farm .farm-flex .image-box {
		width: calc(100% - 22.344vw);
	}

	#farm .farm-flex .image-box .left-image .top {
		margin: 0 0 1.51vw;
	}

	#farm .farm-flex .image-box .right-image {
		width: 48%;
	}

	#farm .farm-flex .image-box .right-image .top {
		margin: 0 0 1.51vw;
	}

	/*-----------------------
	Recommend
	-----------------------*/

	#recommend {
		padding: 7.813vw 0 0;
	}

	#recommend .border-head {
		margin: 0 0 1.667vw;
	}

	#recommend .border-head span {
		font-size: 0.729vw;
		line-height: 1.563vw;
		padding: 0 1.146vw;
		border-radius: 0.781vw;
	}

	#recommend .border-head span:before {
		width: 3.125vw;
		height: 0.052vw;
		left: -3.698vw;
	}

	#recommend .border-head span:after {
		width: 3.125vw;
		height: 0.052vw;
		right: -3.698vw;
	}

	#recommend .section-head {
		margin: 0 0 4.844vw;
	}

	#recommend .section-head h2 {
		font-size: 2.604vw;
	}

	#recommend .recommend-list {
		margin: 0 0 5.208vw;
	}

	#recommend .recommend-list li {
		margin: 0 0 0.521vw;
		padding: 0.573vw 1.042vw 0.104vw 1.094vw;
		border-radius: 0.521vw;
	}

	#recommend .recommend-list li .icon {
		width: 1.771vw;
		line-height: 1.823vw;
		margin-right: 0.677vw;
	}

	#recommend .recommend-list li .text {
		font-size: 1.042vw;
	}

	#recommend .recommend-box {
		width: 85.8%;
		padding: 4.219vw 4.219vw 4.219vw 4.219vw;
		border-radius: 0.521vw;
	}

	#recommend .recommend-box .box-flex .conts {}

	#recommend .recommend-box .box-flex .conts .box-head {
		margin: 0 0 1.51vw;
	}

	#recommend .recommend-box .box-flex .conts .box-head h3 {
		font-size: 1.458vw;
	}

	#recommend .recommend-box .box-flex .conts p {
		font-size: 0.938vw;
	}

	/*-----------------------
	Quality
	-----------------------*/

	#quality {
		padding: 7.813vw 0 0;
	}

	#quality .border-head {
		margin: 0 0 1.979vw;
	}

	#quality .border-head span {
		font-size: 0.729vw;
		line-height: 1.563vw;
		padding: 0 1.927vw;
		border-radius: 0.781vw;
	}

	#quality .border-head span:before {
		width: 3.125vw;
		height: 0.052vw;
		left: -3.698vw;
	}

	#quality .border-head span:after {
		width: 3.125vw;
		height: 0.052vw;
		right: -3.698vw;
	}

	#quality .section-head {
		margin: 0 0 2.917vw;
	}

	#quality .section-head h2 small {
		font-size: 1.667vw;
	}

	#quality .section-head h2 b {
		font-size: 3.646vw;
		-webkit-transform: translateY(-0.885vw);
		transform: translateY(-0.885vw);
	}

	#quality .section-head h2 b span {
		font-size: 5.208vw;
	}

	#quality .quality-topSection {
		padding: 0 0 7.865vw;
	}

	#quality .quality-topSection .inner {
		max-width: 62.5vw;
	}

	#quality .quality-pointBox {
		padding: 6.25vw 4.115vw 0.99vw 4.115vw;
		border-radius: 0.521vw;
	}

	#quality .quality-pointBox .point-flex {
		margin: 0 0 5.208vw;
	}

	#quality .quality-pointBox .point-flex .contsArea {
		padding: 1.458vw 0 0 1.875vw;
	}

	#quality .quality-pointBox .point-flex.point02 .contsArea {
		padding: 1.458vw 0 0 0;
	}

	#quality .quality-pointBox .point-flex.point03 .contsArea {
		padding-top: 2.24vw;
	}

	#quality .quality-pointBox .point-flex.point04 .contsArea {
		padding: 2.396vw 0 0 0;
	}

	#quality .quality-pointBox .point-flex.point05 .contsArea {
		padding-top: 2.5vw;
	}

	#quality .quality-pointBox .point-flex .contsArea .point-obj {
		margin: 0 0 0.521vw;
		padding: 0.104vw 5.885vw 0.052vw 0.417vw;
		border-radius: 0 1.042vw 1.042vw 0;
	}

	#quality .quality-pointBox .point-flex .contsArea .point-obj p {
		font-size: 1.25vw;
	}

	#quality .quality-pointBox .point-flex .contsArea .point-head {
		margin: 0 0 0.781vw;
	}

	#quality .quality-pointBox .point-flex .contsArea .point-head h3 {
		padding: 0 0 0 0.313vw;
	}

	#quality .quality-pointBox .point-flex .contsArea .point-head h3 b {
		font-size: 4.688vw;
		margin-right: 1.406vw;
	}

	#quality .quality-pointBox .point-flex .contsArea .point-head h3 small {
		font-size: 1.458vw;
	}

	#quality .quality-pointBox .point-flex .contsArea .point-text p {
		font-size: 0.938vw;
	}

	#quality .quality-bottomSection {
		margin: 0 0 -5vw;
		padding: 10.833vw 0 12.5vw 0;
	}

	#quality .quality-bottomSection:after {
		width: 32.188vw;
		height: 39.167vw;
		top: 3.49vw;
	}

	#quality .quality-bottomSection .inner {
		max-width: 62.5vw;
	}

	#quality .quality-bottomSection .world-qualityBox .left {
		padding: 1.615vw 0 0 0;
	}

	#quality .quality-bottomSection .world-qualityBox .left h4 small {
		font-size: 3.125vw;
	}

	#quality .quality-bottomSection .world-qualityBox .left h4 b {
		font-size: 4.167vw;
	}

	#quality .quality-bottomSection .world-qualityBox .left .cv-logo {
		width: 9.479vw;
		right: 1.094vw;
		top: 8.385vw;
	}

	#quality .quality-bottomSection .world-qualityBox .right .proof {
		margin: 0 0 0.781vw;
	}

	#quality .quality-bottomSection .world-qualityBox .right .association-flex {
		padding: 0 0 0 1.25vw;
	}

	#quality .quality-bottomSection .world-qualityBox .right .association-flex .conts {
		padding: 2.24vw 0 0 0;
	}

	#quality .quality-bottomSection .world-qualityBox .right .association-flex .conts p b {
		font-size: 1.354vw;
	}

	#quality .quality-bottomSection .world-qualityBox .right .association-flex .conts small {
		font-size: 1.042vw;
	}

	#quality .quality-bottomSection .world-qualityBox .right .association-flex .conts span {
		font-size: 0.938vw;
	}

	#quality .quality-bottomSection .olive-bottle {
		width: 36.927vw;
		top: 9.427vw;
	}

	/*-----------------------
	Feature
	-----------------------*/

	#feature {
		padding: 9.427vw 0 0;
	}

	#feature .border-head {
		margin: 0 0 1.563vw;
	}

	#feature .border-head span {
		font-size: 0.729vw;
		line-height: 1.563vw;
		padding: 0 1.927vw;
		border-radius: 0.781vw;
	}

	#feature .border-head span:before {
		width: 3.125vw;
		height: 0.052vw;
		left: -3.698vw;
	}

	#feature .border-head span:after {
		width: 3.125vw;
		height: 0.052vw;
		right: -3.698vw;
	}

	#feature .section-head {
		margin: 0 0 5.729vw;
	}

	#feature .section-head h2 {
		font-size: 2.604vw;
		margin: 0 0 1.302vw;
	}

	#feature .section-head p {
		font-size: 0.938vw;
	}

	#feature .feature-flex {
		margin: 0 0 6.146vw;
	}

	#feature .feature-flex.reverse {
		margin: 0 0 7.813vw;
	}

	#feature .feature-flex.reverse .image {
		-webkit-transform: translateX(0.521vw);
		transform: translateX(0.521vw);
	}

	#feature .feature-flex .conts {
		padding: 2.76vw 6% 0 0;
	}

	#feature .feature-flex.reverse .conts {
		padding: 4.635vw 0 0 7%;
	}

	#feature .feature-flex .conts h3 {
		font-size: 1.458vw;
		margin: 0 0 1.146vw;
	}

	#feature .feature-flex .conts p {
		font-size: 0.938vw;
	}

	#feature .feature-greenBox {
		max-width: 62.5vw;
		padding: 3.281vw 5.7% 4.115vw 5.7%;
		border-radius: 0.521vw;
	}

	#feature .feature-greenBox .box-flex .image {
		margin: 0.885vw 0 0 0;
	}

	#feature .feature-greenBox .box-flex .conts h3 {
		font-size: 1.458vw;
		margin: 0 0 0.729vw;
	}

	#feature .feature-greenBox .box-flex .conts p {
		font-size: 0.938vw;
		margin: 0 0 1.146vw;
	}

	#feature .feature-greenBox .box-flex .conts .olive-objBox {
		border-radius: 0.521vw;
		padding: 0.99vw 0.521vw 0.833vw;
	}

	/*-----------------------
	Cooking
	-----------------------*/

	#cooking {
		margin: 0 0 -5.469vw;
		padding: 9.427vw 0 10.938vw;
	}

	#cooking:before {
		height: calc(100% + 13.281vw);
		top: -13.281vw;
	}

	#cooking .border-head {
		margin: 0 0 1.927vw;
	}

	#cooking .border-head span {
		font-size: 0.729vw;
		line-height: 1.563vw;
		padding: 0 1.927vw;
		border-radius: 0.781vw;
	}

	#cooking .border-head span:before {
		width: 3.125vw;
		height: 0.052vw;
		left: -3.698vw;
	}

	#cooking .border-head span:after {
		width: 3.125vw;
		height: 0.052vw;
		right: -3.698vw;
	}

	#cooking .section-head {
		margin: 0 0 3.594vw;
	}

	#cooking .section-head h2 small {
		font-size: 1.667vw;
	}

	#cooking .section-head h2 b {
		font-size: 2.604vw;
	}

	#cooking .cookingBox {
		border-radius: 0.521vw;
		margin: 0 0 3.854vw;
		padding: 1.51vw;
	}

	#cooking .cookingBox .boxInner {
		border-radius: 0.521vw;
		padding: 5.208vw 7.4%;
	}

	#cooking .cookingBox .boxInner .imageArea {
		width: 35.2%;
	}

	#cooking .cookingBox .boxInner .imageArea .imageHead {
		font-size: 1.146vw;
		line-height: 3.073vw;
		border-radius: 1.563vw;
		margin: 0 0 1.406vw;
	}

	#cooking .cookingBox .boxInner .conts {
		padding: 0.677vw 0 0;
	}

	#cooking .cookingBox .boxInner .conts h3 {
		font-size: 1.458vw;
		margin: 0 0 1.198vw;
	}

	#cooking .cookingBox .boxInner .conts p {
		font-size: 0.938vw;
	}

	#cooking .cooking-flex {
		margin: 0 0 3.125vw;
		padding: 0 6.8% 0 0;
	}

	#cooking .cooking-flex .conts h4 {
		font-size: 1.458vw;
		margin: 0 0 0.885vw 0;
	}

	#cooking .cooking-flex .conts p {
		font-size: 0.938vw;
		-webkit-transform: translate(0.208vw, 0.208vw);
		transform: translate(0.208vw, 0.208vw);
	}

	#cooking .cooking-borderBox {
		border-radius: 0.521vw;
		margin: 4.219vw auto 3.854vw;
		padding: 1.615vw 2% 1.615vw 4.8%;
		max-width: 62.5vw;
	}

	#cooking .cooking-borderBox .boxHead h5 {
		margin: 0 0 0.885vw;
	}

	#cooking .cooking-borderBox .boxHead h5 small {
		font-size: 0.938vw;
	}

	#cooking .cooking-borderBox .boxHead h5 b {
		font-size: 1.458vw;
		-webkit-transform: translateX(-0.833vw);
		transform: translateX(-0.833vw);
	}

	#cooking .cooking-borderBox .boxHead .address p {
		font-size: 0.729vw;
	}

	#cooking .cooking-borderBox .boxConts {
		padding: 0.99vw 0 0;
	}

	#cooking .cooking-borderBox .boxConts .boxFlex {
		margin: 0 0 1.198vw;
	}

	#cooking .cooking-borderBox .boxConts .boxFlex .flexHead {
		font-size: 0.729vw;
		width: 5.208vw;
	}

	#cooking .cooking-borderBox .boxConts .boxFlex .flexHead:after {
		width: 0.052vw;
		height: 0.938vw;
		right: 0.99vw;
		top: 0.156vw;
	}

	#cooking .cooking-borderBox .boxConts .boxFlex .flexConts {
		width: calc(100% - 5.208vw);
		font-size: 0.729vw;
	}

}

@media screen and (min-width: 769px) {
	.pc_hidden {
		display: none !important;
	}

	.button a:hover:after {
		opacity: 1;
	}

	#pageTop a:hover {
		opacity: 0.7;
	}

	#header .header-flex .logoArea h1 a:hover {
		opacity: 0.7;
	}

	#footer .logo a:hover {
		opacity: 0.7;
	}

	#footer .footer-nav ul li a:hover {
		opacity: 0.7;
	}
}

@media screen  and (min-width: 769px) and (max-width: 1000px) {
	#about .about-flex .center .textBlock {
    max-width: 18.729vw;
	}
}

/*----------------------------------------------------
 SP
----------------------------------------------------*/

@media screen and (max-width: 768px){
	.sp_hidden {
		display: none !important;
	}

	body:after {
		content: '';
		width: 100%;
		height: 100vh;
		background: url('/img/kago_img/quality-bg-sp.jpg') center bottom no-repeat;
		background-size: cover;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
	}

	.inner {
		width: calc(100% - 5rem);
	}

	/*-----------------------
	Button
	-----------------------*/

	.button {
		max-width: 38.667vw;
	}

	.button a {
		line-height: 7.467vw;
	}

	.button a .text {
		font-size: 2.667vw;
	}

	.button a .icon {
		width: 4vw;
		line-height: 3.2vw;
	}

	/*-----------------------
	Header
	-----------------------*/

	#header {
		position: fixed;
		padding: 2.933vw 0 2.933vw 0;
		transform: translateY(0%);
		transform: translateY(0%);
	}

	#header .inner {
		width: calc(100% - 2rem);
	}

	#header .header-flex .logoArea {
		width: 34.933vw;
	}

	/*-----------------------
	pageTop
	-----------------------*/

	#pageTop {
		right: 2.667vw;
		bottom: 5.067vw;
		width: 7.2vw;
	}

	/*-----------------------
	Footer
	-----------------------*/

	#footer .inner {
		width: calc(100% - 6.2rem);
	}

	#footer .footer-flex {
		margin: 0 0 7.2vw;
		align-items: center;
		justify-content: space-between;
	}

	#footer .logo {
		position: relative;
		top: 0;
		left: 0;
		transform: initial;
		padding: 0 0 0 1.333vw;
		width: 31.733vw;
	}

	#footer .footer-nav {
		width: 50%;
	}

	#footer .footer-nav ul {
		display: block;
	}

	#footer .footer-nav ul li {
		padding: 0;
	}

	#footer .footer-nav ul li:after {
		display: none;
	}

	#footer .footer-nav ul li a {
		border-top: 1px solid #fff;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: row-reverse;
		width: 100%;
		padding: 3.467vw 0 3.2vw 2.133vw;
	}

	#footer .footer-nav ul li:last-child a {
		border-bottom: 1px solid #fff;
	}

	#footer .footer-nav ul li a .text {
		font-size: 2.667vw;
		font-weight: 400;
		letter-spacing: 0.06em;
	}

	#footer .footer-nav ul li a .icon {
		width: 1.6vw;
		-webkit-transform: translate(-2.933vw, 0px);
		transform: translate(-2.933vw, 0px);
	}

	#footer .copy p {
		font-size: 2.667vw;
		text-align: left;
		zoom: 0.7;
		-webkit-transform: translateX(-5.867vw);
		transform: translateX(-5.867vw);
	}

	/*-----------------------
	Visual
	-----------------------*/

	#visual {
		overflow: hidden;
		margin: 13.333vw 0 -260.533vw 0;
		padding: 0 0 329.867vw;
		background: url('/img/kago_img/visual-bg-sp.jpg') center top no-repeat;
		background-size: cover;
	}

	#visual .visual-conts {
		padding: 10.667vw 0 0 0;
	}

	#visual .visual-flex {
		display: block;
	}

	#visual .visual-flex .visualHead {
		width: 100%;
		margin: 0 0 9.333vw;
		padding: 0;
	}

	#visual .visual-flex .visual-enText {
		width: 82%;
		margin: 0 auto 0;
	}

	#visual .visual-flex .visualHead h2 {
		margin: 0 0 2.933vw;
	}

	#visual .visual-flex .visualHead h2 small {
		font-size: 5.067vw;
		margin: 0 0 2.933vw;
	}

	#visual .visual-flex .visualHead h2 b {
		font-size: 9.067vw;
		line-height: 1;
	}

	#visual .visual-flex .visualHead p {
		font-size: 2.933vw;
	}

	#visual .visual-obj {
		width: 94%;
		top: 47.3vw;
	}

	#visual .scrolldown {
		zoom: 0.5;
		top: 32.5%;
		left: 9.867vw;
		bottom: initial;
	}

	@keyframes arrowmove {
		0% { bottom: initial; }
		50% { bottom:initial; }
		100% { bottom: initial; }
	}

	/*-----------------------
	cvArea
	-----------------------*/
	#cvArea {
		padding: 17.6vw 0 10.933vw;
		position: relative;
		background: url('/img/kago_img/cv-bg-sp.png') center top no-repeat;
		background-size: cover;
	}

	#cvArea.visual-cv {
		padding: 37.867vw 0 10.667vw;
	}

	#cvArea.cooking-cv {
		padding: 10.933vw 0 10.667vw;
	}

	#cvArea .cvHead {
		flex-wrap: wrap;
		margin: 0 0 6.667vw;
	}

	#cvArea .cvHead .logo {
		width: 32.267vw;
		-webkit-transform: translateX(-1.333vw);
		transform: translateX(-1.333vw);
	}

	#cvArea .cvHead .yeatText {
		margin: 0;
	}

	#cvArea .cvHead .yeatText span:nth-child(1) {
		font-size: 5.067vw;
	}

	#cvArea .cvHead .yeatText span:nth-child(2) {
		font-size: 14.133vw;
	}

	#cvArea .cvHead .yeatText span:nth-child(3) {
		font-size: 6.533vw;
	}

	#cvArea .cvHead .itemType {
		width: 100%;
		margin: 4.8vw 0 0;
	}

	#cvArea .cvHead .itemType h2 {
		align-items: center;
	}

	#cvArea .cvHead .itemType h2 small {
		font-size: 4.533vw;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	#cvArea .cvHead .itemType h2 b {
		font-size: 11.733vw;
	}

	#cvArea .cvBox {
		background: url('/img/kago_img/visual-itemBox-bg-sp.png') center top no-repeat;
    background-size: cover;
    border-radius: 1.6vw;
    width: 100%;
	}

	#cvArea .cvBox .itemFlex {
		display: block;
		padding: 4.267vw 5.333vw 7.467vw 5.333vw;
	}

	#cvArea .cvBox .itemFlex .itemBox {
		width: 100%;
	}

	#cvArea .cvBox .itemFlex .itemBox .boxConts .itemName-flex .country {
		font-size: 6.5vw;
	}

	#cvArea .cvBox .itemFlex .itemBox .boxConts .itemName-flex .country-weight b {
		font-size: 2.933vw;
	}

	#cvArea .cvBox .itemFlex .itemBox .boxConts .itemName-flex .country-weight small {
		font-size: 2.667vw;
	}

	#cvArea .cvBox .itemFlex .itemBox .boxConts .itemName-flex .country-weight small:before {
		width: 8vw;
	}

	#cvArea .cvBox .itemFlex .itemBox .boxConts .strikeName {
		font-size: 2.667vw;
		zoom: 0.9;
	}

	#cvArea .cvBox .itemFlex .itemBox .boxConts .strikeName b {
		font-size: 2.933vw;
	}

	#cvArea .cvBox .itemFlex .itemBox .boxConts .strikeName small {
		font-size: 2.667vw;
		zoom: 0.7;
	}

	#cvArea .cvBox .itemPrice {
		margin: 0 0 9.6vw;
	}

	#cvArea .cvBox .itemPrice .left {
		-webkit-transform: translateY(-1.333vw);
		transform: translateY(-1.333vw);
	}

	#cvArea .cvBox .itemPrice .left small {
		font-size: 2.667vw;
	}

	#cvArea .cvBox .itemPrice .left b {
		font-size: 2.667vw;
	}

	#cvArea .cvBox .itemPrice .center {
		font-size: 11.467vw;
		letter-spacing: 0;
	}

	#cvArea .cvBox .itemPrice .right {
		-webkit-transform: translate(-1.333vw, -1.333vw);
		transform: translate(-1.333vw, -1.333vw);
	}

	#cvArea .cvBox .itemPrice .right small {
		font-size: 2.667vw;
		zoom: 0.7;
		white-space: nowrap;
	}

	#cvArea .cvBox .itemPrice .right b {
		font-size: 5.333vw;
	}

	#cvArea .cvBox .itemFlex .itemBox .boxConts .button {
		max-width: 62.4vw;
	}

	#cvArea .cvBox .itemFlex .itemBox .boxConts .button a {
		line-height: 10.4vw;
	}

	#cvArea .cvBox .itemFlex .itemBox .boxConts .button a .icon {
		width: 5.867vw;
		line-height: 5.067vw;
	}

	#cvArea .cvBox .itemFlex .itemBox .boxConts .button a .text {
		font-size: 3.867vw;
	}


	#cvArea .cvBox .itemFlex .itemBox.italyBox {
		background: url('/img/kago_img/kagoshima-item-bg-sp.png') center top no-repeat;
		background-size: 83.733vw 70.4vw;
		margin: 0 0 4vw;
		padding: 15.467vw 7.2% 5.6vw 7.2%;
	}

	#cvArea .cvBox .itemFlex .itemBox.italyBox .flap {
		width: 16vw;
		left: -5.6vw;
		top: -2.133vw;
	}

	#cvArea .cvBox .itemFlex .itemBox.italyBox .itemPrice {
		padding: 0 0 0 25.067vw;
	}

	#cvArea .cvBox .itemFlex .itemBox.italyBox .boxConts .itemName-flex .country {
		margin: 0 3.2vw 0 0;
	}

	#cvArea .cvBox .itemFlex .itemBox.italyBox .boxConts .itemName-flex {
		margin: 0 0 2.133vw;
		padding: 0 0 0 15.2vw;
	}

	#cvArea .cvBox .itemFlex .itemBox.italyBox .boxConts .strikeName {
		padding: 0 0 0 32.533vw;
	}

	#cvArea .cvBox .itemFlex .itemBox.spainBox {
		background: url('/img/kago_img/kagoshima25-item-bg-sp.png') center top no-repeat;
		background-size: 83.733vw 70.667vw;
		padding: 15.467vw 7.2% 5.6vw 7.2%;
	}

	#cvArea .cvBox .itemFlex .itemBox.spainBox .flap {
		width: 16vw;
		right: -5.067vw;
		top: -2.133vw;
	}

	#cvArea .cvBox .itemFlex .itemBox.spainBox .itemPrice {
		padding: 0 0 0 2.4vw;
	}

	#cvArea .cvBox .itemFlex .itemBox.spainBox .boxConts .itemName-flex .country {
		margin: 0 2.667vw 0 0;
	}

	#cvArea .cvBox .itemFlex .itemBox.spainBox .boxConts .itemName-flex {
		margin: 0 0 2.4vw;
	}

	#cvArea .cvBox .itemFlex .itemBox.spainBox .boxConts .strikeName {
		padding: 0 0 0 7.467vw;
		margin: 0 0 -0.267vw;
	}

	/*-----------------------
	About
	-----------------------*/

	#about {
		padding: 24vw 0 23.733vw;
	}

	#about .border-head {
		zoom: 0.5;
	}

	#about .section-head {
		margin: 0 0 14.4vw;
	}

	#about .section-head h2 {
		font-size: 6.667vw;
	}

	#about .about-flex {
		display: block;
		padding: 0 6%;
	}

	#about .about-flex > div {
		width: 100%;
	}

	#about .about-flex .center {
		padding: 13.333vw 5.867vw 6.933vw 6.667vw;
	}

	#about .about-flex .center .textBlock {
		max-width: initial;
	}

	#about .about-flex .center p {
		font-size: 4vw;
	}

	#about .about-flex .center p:first-child {
		white-space: nowrap;
		margin: 0 0 6.667vw;
	}

	#about .about-flex .center p b {
		font-size: 5.867vw;
	}

	/*-----------------------
	Farm
	-----------------------*/

	#farm {
		background: url('/img/kago_img/farm-bg-sp.jpg') center top no-repeat;
		background-size: cover;
		padding: 16.533vw 0 18.933vw;
	}

	#farm .farm-flex {
		display: block;
	}

	#farm .farm-flex .conts {
		width: 100%;
		margin: 0 0 14.133vw;
		padding: 0;
	}

	#farm .farm-flex .conts .head {
		margin: 0 0 6.133vw;
	}

	#farm .farm-flex .conts .head small {
		font-size: 4.267vw;
		margin: 0 0 7.2vw;
	}

	#farm .farm-flex .conts .head b {
		width: 29.867vw;
	}

	#farm .farm-flex .conts p {
		font-size: 5.333vw;
	}

	#farm .farm-flex .image-box {
		width: 100%;
	}

	#farm .farm-flex .image-box .left-image .top {
		margin: 0 0 3.467vw;
	}

	#farm .farm-flex .image-box .right-image .top {
		margin: 0 0 3.467vw;
	}

	/*-----------------------
	Recommend
	-----------------------*/

	#recommend {
		padding: 23.733vw 0 0;
	}

	#recommend:before {
		height: 76%;
		background: url('/img/kago_img/recommend-bg-sp.jpg') center top no-repeat;
		background-size: cover;
	}

	#recommend .border-head {
		zoom: 0.5;
	}

	#recommend .section-head {
		margin: 0 0 14.933vw;
	}

	#recommend .section-head h2 {
		font-size: 6.667vw;
	}

	#recommend .recommend-list {
		margin: 0 0 16vw;
		padding: 0 6% 0 6%;
	}

	#recommend .recommend-list li {
		border-radius: 1.6vw;
		margin: 0 0 2.4vw;
		padding: 3.733vw 2.667vw 2.667vw 2.133vw;
		align-items: center;
		border-radius: 1.6vw;
	}

	#recommend .recommend-list li:nth-child(2) {
		padding: 2.4vw 2.667vw 1.333vw 2.133vw;
	}

	#recommend .recommend-list li:nth-child(3) {
		padding: 2.4vw 2.667vw 1.333vw 2.133vw;
	}

	#recommend .recommend-list li .icon {
		width: 6.4vw;
		line-height: 6.667vw;
		margin-right: 0.533vw;
	}

	#recommend .recommend-list li .text {
		font-size: 3.733vw;
		width: calc(100% - 6.933vw);
		-webkit-transform: translateY(-0.533vw);
		transform: translateY(-0.533vw);
	}

	#recommend .recommend-box {
		width: 100%;
		margin: 0 auto 0;
		padding: 13.067vw 6% 8vw;
		border-radius: 2.667vw;
		background: url('/img/kago_img/recommend-box-bg-sp.png') center top no-repeat;
		background-size: 100% auto;
	}

	#recommend .recommend-box .box-flex {
		display: block;
	}

	#recommend .recommend-box .box-flex .image {
		width: 100%;
	}

	#recommend .recommend-box .box-flex .conts {
		width: 100%;
		padding: 8.8vw 0 0 0;
	}

	#recommend .recommend-box .box-flex .conts .box-head {
		margin: 0 0 5.067vw;
	}

	#recommend .recommend-box .box-flex .conts .box-head h3 {
		font-size: 5.067vw;
	}

	#recommend .recommend-box .box-flex .conts p {
		font-size: 4vw;
		line-height: 2.19;
	}

	/*-----------------------
	Quality
	-----------------------*/

	#quality {
		padding: 24vw 0 0;
	}

	#quality .quality-topSection {
		padding: 0 0 24vw;
	}

	#quality .border-head {
		zoom: 0.5;
	}

	#quality .section-head {
		margin: 0 0 10.4vw;
	}

	#quality .section-head h2 small {
		font-size: 4.267vw;
		margin: 0 0 2.133vw;
	}

	#quality .section-head h2 b {
		font-size: 9.333vw;
	}

	#quality .section-head h2 b span {
		font-size: 13.333vw;
	}

	#quality .quality-pointBox {
		border-radius: 1.6vw;
		padding: 13.333vw 6% 8.533vw 6%;
	}

	#quality .quality-pointBox .point-flex {
		display: block;
		margin: 0 0 3.467vw;
	}

	#quality .quality-pointBox .point-flex.point02 {
		margin: 0 0 -0.533vw;
	}

	#quality .quality-pointBox .point-flex.point03 {
		margin: 0 0 -0.8vw;
	}

	#quality .quality-pointBox .point-flex.point04 {
		margin: 0 0 -1.867vw;
	}

	#quality .quality-pointBox .point-flex .contsArea {
		width: 100%;
		padding: 0 0 0 0;
	}

	#quality .quality-pointBox .point-flex .imageArea {
		width: 100%;
	}

	#quality .quality-pointBox .point-flex .imageArea .image {
		margin: 0 0 5.067vw;
	}

	#quality .quality-pointBox .point-flex .imageArea p {
		font-size: 4vw;
		line-height: 2.2;
		letter-spacing: 0.05em;
		color: #000;
		padding: 0 9%;
	}

	#quality .quality-pointBox .point-flex .contsArea .point-obj {
		margin: 0 0 1.6vw;
		padding: 0.533vw 20.267vw 0.267vw 2.4vw;
	}

	#quality .quality-pointBox .point-flex .contsArea .point-obj p {
		font-size: 4.533vw;
	}

	#quality .quality-pointBox .point-flex .contsArea .point-head {
		margin: 0 0 5.333vw;
		padding: 0 0 0 4.8vw;
	}

	#quality .quality-pointBox .point-flex .contsArea .point-head h3 b {
		font-size: 16.8vw;
		margin-right: 2.667vw;
	}

	#quality .quality-pointBox .point-flex .contsArea .point-head h3 small {
		font-size: 5.067vw;
	}

	#quality .quality-bottomSection {
		margin: 0 0 -6.4vw;
		padding: 20.533vw 0 64vw 0;
	}

	#quality .quality-bottomSection .world-qualityBox {
		display: block;
	}

	#quality .quality-bottomSection .world-qualityBox .left {
		width: 100%;
		margin: 0 0 6.933vw;
		padding: 0 8%;
	}

	#quality .quality-bottomSection .world-qualityBox .right {
		width: 100%;
	}

	#quality .quality-bottomSection .world-qualityBox .left h4 small {
		font-size: 10.933vw;
		white-space: nowrap;
	}

	#quality .quality-bottomSection .world-qualityBox .left h4 b {
		font-size: 14.667vw;
	}

	#quality .quality-bottomSection .world-qualityBox .left .cv-logo {
		width: 33.067vw;
		right: 6.933vw;
		top: 22.4vw;
	}

	#quality .quality-bottomSection .world-qualityBox .right .proof {
		margin: 0 auto 11px;
		width: 62.667vw;
	}

	#quality .quality-bottomSection .world-qualityBox .right .association-flex {
		justify-content: center;
	}

	#quality .quality-bottomSection .world-qualityBox .right .association-flex .image {
		width: 24.5%;
	}

	#quality .quality-bottomSection .world-qualityBox .right .association-flex .conts {
		width: 42%;
		padding: 4.533vw 0 0 0;
		-webkit-transform: translateX(-3.733vw);
		transform: translateX(-3.733vw);
	}

	#quality .quality-bottomSection .world-qualityBox .right .association-flex .conts p b {
		font-size: 3.467vw;
	}

	#quality .quality-bottomSection .world-qualityBox .right .association-flex .conts span {
		font-size: 2.667vw;
		zoom: 0.9;
	}

	#quality .quality-bottomSection .world-qualityBox .right .association-flex .conts small {
		font-size: 2.667vw;
	}

	#quality .quality-bottomSection .olive-bottle {
		width: 80.8vw;
		top: 107.733vw;
	}

	#quality .quality-bottomSection:after {
		background-size: 100% auto;
		width: 79.467vw;
		height: 99.2vw;
		top: 86.4vw;
	}

	/*-----------------------
	Feature
	-----------------------*/

	#feature {
		padding: 23.2vw 0 0;
	}

	#feature .border-head {
		zoom: 0.5;
	}

	#feature .section-head {
		margin: 0 0 16.267vw;
	}

	#feature .section-head h2 {
		font-size: 6.667vw;
		margin: 0 0 12.533vw;
	}

	#feature .section-head p {
		font-size: 4vw;
		line-height: 2.18;
		white-space: nowrap;
	}

	#feature .feature-flex {
		display: block;
		margin: 0 0 16.8vw;
	}

	#feature .feature-flex.reverse {
		margin: 0 0 16.267vw;
	}

	#feature .feature-flex .image {
		width: calc(100% + 5rem);
		margin: 0 0 9.067vw -2.5rem;
	}

	#feature .feature-flex .conts {
		width: 100%;
		padding: 0 6%;
	}

	#feature .feature-flex .conts h3 {
		font-size: 5.067vw;
		margin: 0 0 4.533vw;
	}

	#feature .feature-flex .conts p {
		font-size: 4vw;
		line-height: 2.18;
	}

	#feature .feature-flex.reverse .image {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	#feature .feature-flex.reverse .conts {
		width: 100%;
		padding: 0 6%;
	}

	#feature .feature-greenBox {
		border-radius: 1.6vw;
		padding: 6.133vw 5.7% 10.667vw 5.7%;
	}

	#feature .feature-greenBox .box-flex {
		display: block;
	}

	#feature .feature-greenBox .box-flex .image {
		width: 100%;
		margin: 0 0 7.467vw;
	}

	#feature .feature-greenBox .box-flex .conts {
		width: 100%;
		padding: 0 9%;
	}

	#feature .feature-greenBox .box-flex .conts h3 {
		font-size: 4.533vw;
		margin: 0 0 6.133vw;
		white-space: nowrap;
	}

	#feature .feature-greenBox .box-flex .conts p {
		font-size: 4vw;
		line-height: 2.18;
		letter-spacing: 0.04em;
	}

	#feature .feature-greenBox .box-flex .conts .olive-objBox {
		border-radius: 1.333vw;
		padding: 5.067vw 2.667vw 5.333vw;
	}

	#feature .feature-greenBox .box-flex .conts .olive-objBox img {
		width: 55.467vw;
	}

	/*-----------------------
	Cooking
	-----------------------*/

	#cooking {
		margin: 0 0 -7.733vw;
		padding: 24vw 0 11.467vw;
	}

	#cooking:before {
		top: -92.8vw;
		height: calc(100% + 92.8vw);
    background: url('/img/kago_img/cooking-bg-sp.jpg') center center no-repeat;
	}

	#cooking .border-head {
		zoom: 0.5;
	}

	#cooking .section-head {
		margin: 0 0 14.133vw;
	}

	#cooking .section-head h2 small {
		font-size: 4.267vw;
	}

	#cooking .section-head h2 b {
		font-size: 6.667vw;
	}

	#cooking .cookingBox {
		border-radius: 1.333vw;
		margin: 0 0 16.8vw;
		padding: 2.667vw;
	}

	#cooking .cookingBox .boxInner {
		border-radius: 1.333vw;
		display: block;
		padding: 10.667vw 11.2% 8vw;
	}

	#cooking .cookingBox .boxInner .imageArea {
		width: 100%;
		margin: 0 0 5.867vw;
	}

	#cooking .cookingBox .boxInner .imageArea .imageHead {
		font-size: 3.2vw;
		font-weight: 500;
		line-height: 9.067vw;
		border-radius: 8vw;
		margin: 0 0 3.733vw;
	}

	#cooking .cookingBox .boxInner .conts {
		width: 100%;
	}

	#cooking .cookingBox .boxInner .conts h3 {
		font-size: 4.533vw;
		white-space: nowrap;
		margin: 0 0 7.733vw;
	}

	#cooking .cookingBox .boxInner .conts p {
		font-size: 4vw;
		line-height: 2.19;
		text-align: justify;
	}

	#cooking .cooking-flex .conts {
		width: 100%;
	}

	#cooking .cooking-flex.reverse {
		padding: 0;
		display: block;
	}

	#cooking .cooking-flex {
		margin: 0 0 15.733vw;
		padding: 0;
		display: block;
	}

	#cooking .cooking-flex .imageArea {
		width: 100%;
		margin: 0 0 4vw;
	}

	#cooking .cooking-flex .imageArea .imageHead {
		margin: 0 0 7.2vw;
	}

	#cooking .cooking-flex .imageArea .imageHead h4 {
		font-size: 5.067vw;
		font-weight: 500;
		line-height: 1.47;
		letter-spacing: 0.09em;
		text-align: center;
	}

	#cooking .cooking-flex .conts {
		padding: 0 5%;
	}

	#cooking .cooking-flex .conts p {
		font-size: 4vw;
		line-height: 2.2;
		letter-spacing: 0.07em;
	}

	#cooking .cooking-borderBox {
		border-radius: 1.333vw;
		margin: 17.067vw auto 19.733vw;
		padding: 6.667vw 7% 8.267vw 7%;
		display: block;
	}

	#cooking .cooking-borderBox .boxHead {
		width: 100%;
		padding: 0 4vw 6.133vw;
		border-right: none;
		border-bottom: 1px solid #181818;
	}

	#cooking .cooking-borderBox .boxHead h5 {
		margin: 0 0 3.467vw;
	}

	#cooking .cooking-borderBox .boxHead h5 small {
		font-size: 3.2vw;
	}

	#cooking .cooking-borderBox .boxHead h5 b {
		font-size: 5.067vw;
		-webkit-transform: translate(-2.667vw, 0.533vw);
		transform: translate(-2.667vw, 0.533vw);
	}

	#cooking .cooking-borderBox .boxHead .address p {
		font-size: 2.667vw;
	}

	#cooking .cooking-borderBox .boxConts {
		width: 100%;
	}

	#cooking .cooking-borderBox .boxConts .boxFlex {
		width: 100%;
		margin: 0 0 4vw;
		padding: 0 4vw;
	}

	#cooking .cooking-borderBox .boxConts .boxFlex .flexHead {
		font-size: 2.667vw;
		width: 17.067vw;
	}

	#cooking .cooking-borderBox .boxConts .boxFlex .flexHead:after {
		height: 3.467vw;
		right: 2.4vw;
	}

	#cooking .cooking-borderBox .boxConts .boxFlex .flexConts {
		width: calc(100% - 17.067vw);
	}

	#cooking .cooking-borderBox .boxConts .boxFlex .flexConts p {
		font-size: 2.667vw;
	}
	#cvArea .cvBox .itemFlex .itemBox.spainBox .itemPrice .left {
        	display: flex;
        	flex-direction: column;
        	align-items: center;
    	}

}
