@charset "UTF-8";


/* --------------------------------------------------
		overrie
-------------------------------------------------- */
.p-relative {
	padding: 80px 0;
}

@media screen and (max-width: 736px) {
.p-relative {
	padding: 50px 0;
}
}


/* --------------------------------------------------
		component
-------------------------------------------------- */
.tc-title--h2 {
	width: 404px;
	margin: 0 auto 30px;
}
.tc-lead {
	text-align: center;
	margin-bottom: 40px;
}
.tc-button {
	width: 320px;
	margin: 0 auto;
}

@media screen and (max-width: 736px) {
.tc-title--h2 {
	width: 252px;
}
.tc-lead {
	text-align: left;
	margin-bottom: 30px;
}
.tc-button {
	width: 88.73239436619718%;
}
}


/* --------------------------------------------------
		visual
-------------------------------------------------- */
.visual {
	padding-top: 40px;
}
.visual-slide-list {
	position: relative;
	overflow: hidden;
	border-radius: 70px 70px;
}
.visual-slide-item {
	position: relative;
}
.visual-slide-item .text {
	position: absolute;
	display: block;
	opacity: 0;
}
.visual-slide-item.item--01 .text  {
	top: 5.833333333333333%;
	left: 71.61016949152542%;
	width: 26.52542372881356%;
}
.visual-slide-item.item--02 .text  {
	top: 27.66666666666667%;
	left: 76.86440677966102%;
	width: 17.71186440677966%;
}
.visual-slide-item.item--03 .text  {
	top: 12.5%;
	left: 67.3728813559322%;
	width: 12.71186440677966%;
}
.visual-slide-list .slick-dots {
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	letter-spacing: -0.4em;
}
.visual-slide-list .slick-dots li {
	display: inline-block;
	letter-spacing: 0;
	margin: 0 8px;
}
.visual-slide-list .slick-dots li button {
	width: 12px;
	height: 12px;
	border-radius: 50% 50%;
	border: none;
	font-size: 0;
	outline: none;
	background-color: #FFFFFF;
	cursor: pointer;
}
.visual-slide-list .slick-dots li.slick-active button {
	background-color: #001D4B;
}
.visual-box {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
}
.visual__text {
	padding-top: 5.593220338983051%;
	margin: 0 0 3.050847457627119% 6.355932203389831%;
	width: 34.06779661016949%;
	position: relative;
	opacity: 0;
}
.visual__title {
	width: 25.42372881355932%;
	margin: 0 0 2.542372881355932% 5.932203389830508%;
	position: relative;
	opacity: 0;
}
.visual__item {
	width: 34.15254237288136%;
	margin-left: 4.661016949152542%;
	transform: rotate(-9deg);
	position: relative;
	opacity: 0;
}

@media screen and (max-width: 736px) {
.visual {
	padding-top: 25px;
}
.visual-slide {
	padding: 29.33333333333333vw 5.333333333333333% 0;
}
.visual-slide-list {
	border-radius: 30px 30px;
}
.visual-slide-item.item--01 .text  {
	top: 12.833333333333333%;
	left: 55.61016949152542%;
	width: 46.56716417910448%;
}
.visual-slide-item.item--02 .text  {
	top: 27.66666666666667%;
	left: 16.86440677966102%;
	width: 31.19402985074627%;
}
.visual-slide-item.item--03 .text  {
	top: 17.5%;
	left: 55.3728813559322%;
	width: 22.38805970149254%;
}
.visual__text {
	padding-top: 0;
	margin: 0 auto 5.866666666666667%;
	width: 70.4%;
}
.visual__title {
	width: 54.13333333333333%;
	margin: 0 auto 59.66666666666667%;
}
.visual__item {
	width: 60%;
	margin: 0 auto;
}
}


/* --------------------------------------------------
		products
-------------------------------------------------- */
.products {
	padding: 100px 0;
}
.products-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.products-item li {
	width: 166px;
	/* width: 189px; */
	padding: 0 12px;
	position: relative;
	opacity: 0;
}
.products-item li img {
	transform: rotate(5deg);
}

@media screen and (max-width: 736px) {
.products {
	padding: 70px 0 70px;
  /* 商品紹介の上バナー掲載前の数値
  padding: calc(24vw + 20px) 0 70px; */
}
.products-item {
	margin: -15px 0 40px;
}
.products-item li {
	width: 33.3333333333333%;
	padding: 0 1.690140845070423%;
	margin-top: 15px;
}
}


/* --------------------------------------------------
		recipe
-------------------------------------------------- */
.recipe {
	padding: 100px 0;
	background-image: url(../img/img_recipe01.png),
					  url(../img/bg_recipe.jpg);
	background-position: 50% 30px, center center;
	background-repeat: no-repeat, no-repeat;
	background-size: 1100px 150px, cover;
}
.recipe-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px 50px;
}
.recipe-item li {
	position: relative;
	width: 343px;
	padding: 0 15px;
}
.recipe-item li .frame {
	position: relative;
	opacity: 0;
}
.recipe-item li .frame_inner {
	border: 6px solid #FFFFFF;
}
.recipe-item li .frame .text_caution {
	box-sizing: content-box;
	margin-top: 10px;
	font-size: 13px;
	text-align: right;
	text-shadow: 1px 1px 0 #fff;
}
.recipe-item li .icon {
	position: absolute;
	display: block;
	z-index: 1;
	opacity: 0;
}
.recipe-item li:nth-child(1) .icon {
	width: 34.10404624277457%;
	top: 2.5%;
	left: 63%;
}
.recipe-item li:nth-child(2) .icon {
	width: 31.21387283236994%;
	top: 37%;
	left: 6%;
}
.recipe-item li:nth-child(3) .icon {
	width: 33.8150289017341%;
	top: 65%;
	left: 57%;
}

@media screen and (max-width: 736px) {
.recipe {
	padding: 70px 0;
	background-position: 50% 30px, center center;
	background-size: 1100px 150px, cover;
}
.recipe-item {
	margin: -10px -1.408450704225352% 30px;
}
.recipe-item li {
	width: 50%;
	padding: 0 1.333333333333333%;
	margin-top: 10px;
}
.recipe-item li .frame {
	border-width: 5px;
}
}


/* --------------------------------------------------
		history
-------------------------------------------------- */
.history {
	padding: 200px 0 170px;
}
.history:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/img_history06.png);
	background-position: 50% -390px;
	background-repeat: no-repeat;
	background-size: 1253px auto;
	opacity: 0;
	transition: opacity 0.4s ease;
}
.history.light-on:before {
	opacity: 1;
}
.history:after {
	content: "";
	position: absolute;
	top: 0;
	left: calc(50% - 30px);
	width: 60px;
	height: 100px;
	background-image: url(../img/img_history05.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 53px auto;
}
.history-item li {
	position: absolute;
	opacity: 0;
}
.history-item li:nth-child(3) {
	top: -18px;
	left: calc(50% + 555px);
	width: 226px;
}
.history-item li:nth-child(2) {
	top: -141px;
	left: calc(50% + 337px);
	width: 222px;
}
.history-item li:nth-child(4) {
	top: 200px;
	left: calc(50% + 320px);
	width: 188px;
}
.history-item li:nth-child(1) {
	top: -108px;
	left: calc(50% - 993px);
	width: 616px;
}

@media screen and (max-width: 736px) {
.history {
	padding: 70px 0;
}
.history:before {
	background-position: 50% -50px;
	background-size: 120% calc(100% + 50px);
}
.history:after {
	left: calc(50% - 15px);
	width: 30px;
	height: 55px;
	background-position: center top;
	background-size: 28px auto;
}
.history-item {
	position: relative;
	height: 60.66666666666667vw;
	margin-bottom: 30px;
}
.history-item li:nth-child(3) {
	display: none;
}
.history-item li:nth-child(2) {
	top: 0;
	left: 78.59154929577465%;
	width: 37.1830985915493%;
}
.history-item li:nth-child(4) {
	top: 32.26666666666667vw;
	left: 54.08450704225352%;
	width: 31.26760563380282%;
}
.history-item li:nth-child(1) {
	top: 3.466666666666667vw;
	left: -25.35211267605634%;
	width: 75.77464788732394%;
}
}

/* --------------------------------------------------
		bnr
-------------------------------------------------- */

.banner{
  position: relative;
  max-width: 1040px;
  padding: 90px 0 0;
  margin: 0 auto;
}

.th-bnr {
  text-align: center;
  position: relative;
  opacity: 0;
}

.th-bnr a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-radius: 10px 10px;
  transition: transform .1s ease;
  border: 2px solid #1a5192;
}

.th-bnr a:hover {
  transform: scale(1.03);
}

@media screen and (max-width: 736px) {
  .banner{
    /*KV上のスライスチーズが重ならないようにcalc*/
    padding: calc(14vw + 20px) 0 0;
  }

  .th-bnr a:hover {
    transform: scale(1);
  }

}
