@charset "UTF-8";

/* tomato
---------------------------------------------------------------------------*/
header {
	margin-bottom: 0;
}

/* .img-main
------------------------------------*/
.img-main {
	box-sizing: border-box;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 75px;
}

.img-main img {
	display: block;
	float: left;
	width: 49.5%;
	border-radius: 20px;
}

.img-main img:nth-child(even) {
	float: right;
}


/* .sec-title
---------------------------------------------------------------------------*/
.sec-title {
	margin-bottom: 215px;
	text-align: center;
}

.sec-title .mark {
	width: 102px;
	margin: 0 auto -25px;
	transform: translateY(-65px);
}

.sec-title .mark img {
	width: 100%;
	height: auto;
}

.sec-title h2 {
	margin-bottom: 35px;
}

.sec-title p {
	font-size: 15px;
	line-height: 2.2;
}


/* .sec-wrap
---------------------------------------------------------------------------*/
.sec-wrap {
	background-color: #FFFEEE;
	margin-bottom: 120px;
	padding-bottom: 120px;
}


/* .sec-component
---------------------------------------------------------------------------*/
.sec-component {
	position: relative;
	display: -webkit-box;
	display: flex;
	background-color: #FFFFFF;
	width: 1170px;
	margin: 0 auto -55px;
	text-align: center;
	transform: translateY(-130px);
}

.sec-component .title {
	box-sizing: border-box;
	border-top: 2px dashed #006C3E;
	border-bottom: 2px dashed #006C3E;
	border-left: 2px dashed #006C3E;
	border-radius: 18px 0 0 18px;
	width: 50%;
	padding: 48px 0 0;
}

.sec-component .title h2 {
	margin-bottom: 35px;
}

.sec-component .title h2 em {
	display: block;
	margin-bottom: 21px;
}

.sec-component .title h3 i {
	display: inline-block;
}

.sec-component .title h3 em {
	display: inline-block;
	margin: 0 0 12px 12px;
	font-size: 25px;
	line-height: 1.3;
	letter-spacing: 0.08em;
	transform: translateY(-13px);
}

.sec-component .title h3 strong {
	display: inline-block;
	padding-bottom: 8px;
	color: #00693A;
	font-size: 40px;
	letter-spacing: 0.02em;
	box-shadow: inset 0 -12px 0 0 #FFF000;
}

.sec-component .title h3 strong span {
	color: #E90000;
}

.sec-component .detail {
	box-sizing: border-box;
	background-color: #00693A;
	border-radius: 0 18px 18px 0;
	width: 50%;
	padding: 48px 0 50px;
	color: #FFFFFF;
}

.sec-component .detail h4 {
	margin-bottom: 28px;
}

.sec-component .detail h4 em {
	display: block;
	margin-bottom: 12px;
	font-size: 17px;
	letter-spacing: 0.06em;
}

.sec-component .detail h4 strong {
	font-size: 32px;
	letter-spacing: 0.06em;
}

.sec-component .detail .img {
	box-sizing: border-box;
	background-color: #FFFFFF;
	border-radius: 20px;
	width: 508px;
	margin: 0 auto 35px;
	padding: 25px;
}

.sec-component .detail dl {
	position: absolute;
	bottom: 45px;
	left: 40px;
	color: #00693A;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0.02em;
	text-align: left;
}

.sec-component .detail dl > div {
	display: -webkit-box;
	display: flex;
	margin-bottom: 1px;
}

.sec-component .detail dl > div:last-of-type {
	margin-bottom: 0;
}

.sec-component .detail dt {
	position: relative;
	width: 135px;
	min-width: 135px;
}

.sec-component .detail dt:after {
	display: block;
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	background: url(../img/share/border-dot-line.svg) repeat-x left bottom;
	background-size: 6px 2px;
	width: 100%;
	height: 2px;
	z-index: 0;
}

.sec-component .detail dt span {
	position: relative;
	background-color: #FFFFFF;
	padding-right: 6px;
	z-index: 1;
}

.sec-component .detail dd {
	padding-left: 6px;
}


/* .sec-type
---------------------------------------------------------------------------*/
.sec-type {
	position: relative;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border: 2px dashed #006C3E;
	border-radius: 18px;
	width: 1170px;
	margin: 0 auto 70px;
	padding: 47px 30px 35px;
}

.sec-type h2 {
	display: inline-block;
	margin: 0 40px 0 15px;
}

.sec-type h2 + p {
	display: inline-block;
	width: 320px;
	font-size: 17px;
	text-align: justify;
	line-height: 1.7;
	letter-spacing: 0.06em;
}

.sec-type > h3 {
	position: absolute;
	top: 60px;
	right: 53px;
	padding: 6px 24px 8px 20px;
}

.sec-type > h3:after {
	display: block;
	content: '';
	position: absolute;
	bottom: -65px;
	left: 50%;
	margin-left: -1px;
	background-color: #00683C;
	width: 2px;
	height: 65px;
}

.sec-type ul {
	display: -webkit-box;
	display: flex;
	background: url(../img/share/border-dot-line.svg) repeat-x left top;
	background-size: 6px 2px;
	margin-top: 40px;
	padding: 36px 0 10px;
	text-align: center;
}

.sec-type li {
	position: relative;
	box-sizing: border-box;
	padding: 0 22px 20px;
}

.sec-type li:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/share/border-dot-line.svg) repeat-x left top;
	background-size: 6px 2px;
	width: 236px;
	height: 2px;
	transform-origin: left top;
	transform: rotate(90deg);
}

.sec-type li:first-of-type:after {
	display: none;
}

.sec-type li:first-of-type {
	padding-left: 0;
}

.sec-type li:last-of-type {
	padding-right: 0;
}

.sec-type li h3 {
	margin-bottom: 25px;
}

.sec-type li:last-of-type h3 {
	padding: 11px 0;
}

.sec-type li h4 {
	color: #006C3E;
	font-size: 17px;
	line-height: 1.6;
	letter-spacing: 0.06em;
}

.sec-type li .season {
	display: inline-block;
	background-color: #E60012;
	border-radius: 20px;
	margin-top: 22px;
	padding: 5px 12px 6px 13px;
	color: #FFFFFF;
	font-size: 15px;
	letter-spacing: 0.02em;
	white-space: nowrap;
}


/* .sec-reason
---------------------------------------------------------------------------*/
.sec-reason {
	overflow: hidden;
	width: 100%;
	margin-bottom: 120px;
	padding-top: 175px;
}

.sec-reason .inner {
	background-color: #FEF200;
	padding-bottom: 70px;
}

.sec-reason .inner-s {
	position: relative;
	width: 1236px;
	margin: 0 auto;
}

.sec-reason .inner-s:before {
	display: block;
	content: '';
	position: absolute;
	top: -174px;
	right: -155px;
	background: url(../img/product/tomato/bg-reason@2x.png) no-repeat;
	background-size: 100% auto;
	width: 682px;
	height: 1014px;
	z-index: 0;
}

.sec-reason h2 {
	margin-bottom: -30px;
	transform: translateY(-85px);
}

.reason {
	position: relative;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border: 6px solid #00693A;
	border-radius: 30px;
	width: 570px;
	margin-left: 30px;
	padding: 74px 0 34px 40px;
}

.reason1 {
	margin-bottom: 56px;
}

.reason1:after {
	display: block;
	content: '';
	position: absolute;
	bottom: -52px;
	left: 50%;
	margin-left: -101px;
	background: url(../img/product/tomato/ico-arrow1.svg) no-repeat;
	width: 203px;
	height: 36px;
}

.reason2:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 32px;
	right: -93px;
	background: url(../img/product/tomato/ico-arrow2.svg) no-repeat;
	width: 47px;
	height: 255px;
}

.reason h3 {
	position: absolute;
	top: -6px;
	left: -6px;
	background-color: #006A38;
	border-radius: 30px 0 30px 0;
	padding: 18px 30px 15px 28px;
}

.reason h4 {
	margin-bottom: 16px;
}

.reason .img {
	display: block;
	position: absolute;
}

.reason1 .img {
	top: 110px;
	right: 21px;
}

.reason2 .img {
	top: 186px;
	right: 28px;
}

.reason p {
	margin-bottom: 7px;
	font-size: 17px;
	line-height: 1.6;
	letter-spacing: 0.02em;
}

.sec-reason .result {
	position: absolute;
	bottom: 25px;
	left: 720px;
}

.sec-reason .result:before {
	display: block;
	content: '';
	position: absolute;
	top: -100px;
	left: -47px;
	background: url(../img/share/parts-star.svg) no-repeat;
	background-size: 100% auto;
	width: 58px;
	height: 54px;
}

.sec-reason .result:after {
	display: block;
	content: '';
	position: absolute;
	bottom: -2px;
	right: -122px;
	background: url(../img/share/tomato.png) no-repeat;
	background-size: 100% auto;
	width: 114px;
	height: 130px;
	transform: rotate(30deg);
}


/* .sec-set
---------------------------------------------------------------------------*/
.sec-set {
	position: relative;
	width: 1180px;
	margin: 0 auto;
}


/* .sec-density
------------------------------------*/
.sec-density {
	float: left;
	width: 525px;
	margin-left: 10px;
	text-align: center;
}

.sec-density h2 {
	margin-bottom: 21px;
}

.sec-density h3 {
	margin-bottom: 35px;
}

.sec-density .img {
	position: relative;
	width: 282px;
	margin-left: 53px;
}

.sec-density .img:after {
	display: block;
	content: '';
	position: absolute;
	top: -14px;
	right: -151px;
	background: url(../img/product/tomato/img-density2.svg) no-repeat;
	width: 110px;
	height: 198px;
}

/* .sec-media
------------------------------------*/
.sec-media {
	position: absolute;
	bottom: -15px;
	left: 10px;
}

/* .sec-voice
------------------------------------*/
.sec-voice {
	float: right;
	width: 564px;
	margin-top: 18px;
	text-align: center;
}

.sec-voice .voice {
	margin-bottom: 36px;
}

.sec-voice h2 {
	position: relative;
	margin-bottom: 20px;
	z-index: 1;
}

.sec-voice h2:after {
	display: block;
	content: '';
	position: absolute;
	top: 32px;
	left: 0;
	background-color: #E90000;
	width: 100%;
	height: 4px;
	z-index: -1;
}

.sec-voice .inner {
	position: relative;
	border-bottom: 4px solid #E90000;
	margin-bottom: 40px;
	padding: 0 0 40px 195px;
	text-align: left;
}

.sec-voice .inner:last-of-type {
	margin-bottom: 0;
}

.sec-voice h3 {
	margin: 0 0 22px -1px;
	color: #00683C;
	font-size: 22px;
	line-height: 1.7;
	letter-spacing: 0.03em;
}

.sec-voice .voice2 h3 {
	letter-spacing: 0;
}

.sec-voice h3 span {
	border-bottom: 2px solid #006C3E;
}

.sec-voice h3 strong {
	color: #E50113;
}

.sec-voice figure {
	position: absolute;
	top: 0;
	left: 0;
}

.sec-voice figure img {
	display: block;
	border-radius: 10px;
	margin-bottom: 16px;
}

.sec-voice .name {
	position: absolute;
	left: 0;
	display: inline-block;
	background-color: #FFFFFF;
	border: 2px solid #00683C;
	border-radius: 20px;
	padding: 7px 11px 8px 14px;
	color: #00683C;
	font-size: 16px;
	letter-spacing: 0.08em;
}

.voice1 .name {
	top: 252px;
}

.voice2 .name {
	top: 176px;
}