@charset "UTF-8";

/* Index =============================

    1. mvBlock
    2. mainBlock
    3. cptBox & ftrBox
    4. thmBox

       media screen

   =================================== */

/* -----------------------------------
    1. mvBlock
   ----------------------------------- */
.mvBlock {
  overflow: hidden;
  background: #f7e8c3;
  padding: 1px 0;
}

.mvBlock ul {
  position: relative;
  width: 1048px;
  margin: 0 auto;
  list-style-type: none;
}

.mvBlock li {
  position: relative;
  left: -116px;
	opacity: 0;
}

.mvBlock img {
  max-width: none;
}
.mvBlock li:first-child {
	-webkit-animation: fadeIn 0.7s 0s linear forwards;
	animation: fadeIn 0.7s 0s linear forwards;
}

.mvBlock li:nth-child(2) {
	-webkit-animation: change 4.7s 2.7s linear infinite alternate;
	animation: change 4.7s 2.7s linear infinite alternate;
	position: absolute;
	top: 0;
}

@-webkit-keyframes fadeIn {
  0% {		opacity: 0; }
  100% {	opacity: 1; }
}

@-webkit-keyframes change {
  0% {			opacity: 0; }
  42.55% {	opacity: 0; }
  57.44% {	opacity: 1; }
  100% {		opacity: 1; }
}

@keyframes fadeIn {
  0% {		opacity: 0; }
  100% {	opacity: 1; }
}

@keyframes change {
  0% {			opacity: 0; }
  42.55% {	opacity: 0; }
  57.44% {	opacity: 1; }
  100% {		opacity: 1; }
}

/* ----------------------------------- */


/* -----------------------------------
    2. mainBlock
   ----------------------------------- */
.mainBlock {
  margin: 0 auto;
  padding: 2.6rem 12px 2rem;
  width: 1024px;
}


/* ----------------------------------- */


/* -----------------------------------
    3. cptBox & ftrBox
   ----------------------------------- */
.cptBox {
  background: url(/kenko_recipe/common/img/top/bg_concept.svg) no-repeat center 205px transparent;
  margin: 0 0 17rem;
}

.ftrBox {
  margin: 0 0 6.4rem;
}

.cptBox h2, .ftrBox h2 {
  position: relative;
  margin: 0 0 6.6rem;
  padding: 0 0 0 33.7%;
  color: #e7c057;
}

.cptBox h2::before, .ftrBox h2::before {
  font-family: 'LumberjackR';
  font-size: 2.86rem;
  font-weight: normal;
  line-height: 1.75;
  position: absolute;
  bottom: -2.4rem;
  left: 0;
  display: inline-block;
  box-sizing: border-box;
  width: 30.6%;
  padding: 30px 32px;
  content: attr(data-title);
  text-align: center;
  color: #333;
  background: #e7c057;
}

.cptBox h2::after, .ftrBox h2::after {
  display: block;
  height: 6px;
  content: '';
  margin: .6rem 0 0;
  background: url(/kenko_recipe/common/img/bg_line.svg) repeat-x bottom left #333;
}

.cptBox b {
  color: #e7c057;
  display: inline-block;
  float: left;
  font-family: 'HGÃ÷³¯E', '£Í£Ó Ã÷³¯', serif;
  font-size: 4.24rem;
  line-height: 1.9;
	letter-spacing: 0.6rem;
  margin: 0 0 0.3rem 3.1%;
	position: relative;
  width: 73.9%;
}
@media screen and (max-width:1110px){
	.cptBox b {
		margin: 0 0 0.3rem 3%;
		width: 69%;
	}
}

.cptBox span {
  font-size: 11.2rem;
  line-height: 1.1;
	padding: 0 50px 0 32px;
}

.cptBox span::before {
  content: '¡¸';
	font-size: 8.0rem;
	left: 9px;
  margin: 0 0 0 -5.6rem;
	position: absolute;
	top: -10px;
}

.cptBox span::after {
  content: '¡¹';
	font-size: 8.0rem;
	left: 150px;
	position: absolute;
	top: 52px;
}

.cptBox p {
  box-sizing: border-box;
  clear: left;
  font-size: 2.62rem;
  line-height: 1.4;
  margin: 0 0 0 8.6%;
}

.cptBox figure {
  border-radius: 3px;
  float: right;
  margin: 4rem 0 0 1.2%;
  width: 19.8%;
}
@media screen and (max-width:1110px){
	.cptBox figure {
		width: 25%;
	}
}

.cptBox img {
  border-radius: 3px;
  max-width: 293px;
  max-height: 100%;
}

.cptBox::after {
  clear: both;
  content: '';
  display: table;
}

.ftrBox ol {
  counter-reset: table-ol;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  -ms-flex-wrap: wrap;
}

.ftrBox li {
  align-items: center;
  background: url(/kenko_recipe/common/img/top/feature01.jpg) no-repeat center center/100% auto transparent;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 310px;
  margin: 0 2% 1.6rem 0;
  position: relative;
  counter-increment: table-ol;
  width: 49%;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.ftrBox li:nth-child(2n) {
  background: url(/kenko_recipe/common/img/top/feature02.jpg) no-repeat center center/100% auto transparent;
  margin-right: 0;
}

.ftrBox li::before {
  background: #e7c057;
  border-radius: 3.5rem;
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, .75);
  color: #333;
  content: counter(table-ol);
  font-family: 'Lumberjack';
  font-size: 5.37rem;
  height: 7rem;
  left: -1rem;
  line-height: 1.4;
  position: absolute;
  text-align: center;
  top: -1rem;
  width: 7rem;
}

.ftrBox span {
  background: rgba(0, 0, 0, .75);
  display: block;
  font-size: 2.2rem;
  line-height: 1.6;
  padding: 16px 0;
  text-align: center;
  width: 100%;
  z-index: 1;
}


/* ----------------------------------- */


/* -----------------------------------
    4. thmBox
   ----------------------------------- */
.h2Box {
  border-bottom: 2px solid #f7e8c3;
  margin: 0 0 2.4rem;
  padding-bottom: 10px;
  position: relative;
}

.h2Box .fa {
  padding: 0 12px 0 8px;
}

.thmBox .h2Box .fa {
  font-size: 0.9em;
  line-height: 1.5;
  vertical-align: text-top;
}

.moreLink {
  bottom: 1.4rem;
  font-size: 2.1rem;
  position: absolute;
  right: 0;
}

.moreLink .fa {
  padding-right: 8px;
}

.moreLink a {
  font-weight: bold;
  transition: color .3s ease;
  -webkit-transition: color .3s ease;
}

.moreLink a:hover {
  color: #b1a794;
}

.thmBox, .rcpBox {
  margin: 0 0 3.6rem;
}

.thmBox ul, .rcpBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  -ms-flex-wrap: wrap;
}

.thmBox li, .rcpBox li {
  margin: 0 2% 2.4rem 0;
  width: 32%;
}

.thmBox li:nth-child(3n), .rcpBox li:nth-child(3n) {
  margin-right: 0;
}

.thmBox a, .rcpBox a {
  color: #f7e8c3;
  display: block;
  height: 100%;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
}

.thmBox li a::after, .rcpBox li a::after {
  background: rgba(247, 232, 195, .5);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(247, 232, 195, .5)), color-stop(.5, rgba(255, 255, 255, 0)), color-stop(1, rgba(247, 232, 195, .5)));
  background: -webkit-linear-gradient(right, rgba(247, 232, 195, .5) 0%, rgba(255, 255, 255, 0) 50%, rgba(247, 232, 195, .5) 100%);
  background: linear-gradient(-90deg, rgba(247, 232, 195, .5) 0%, rgba(255, 255, 255, 0) 50%, rgba(247, 232, 195, .5) 100%);
  content: '';
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .3s ease;
  width: 100%;
  zoom: 1;
  -webkit-transition: opacity .3s ease;
}

.thmBox li a:hover::after, .rcpBox li a:hover::after {
  opacity: 1;
}

.txtLink {
  border-top: 1px solid #f7e8c3;
  display: block;
  margin: 1.6rem 0 4.5rem;
  padding: 1.2rem 0 0 30px;
  position: relative;
}

.txtLink .fa {
  display: inline-block;
  font-size: .8em;
  left: 12px;
  position: absolute;
  top: 1.8rem;
}


/* ----------------------------------- */


/* -----------------------------------
      media screen
   ----------------------------------- */
@media screen and (max-width:767px) {
  .mvBlock ul, .mvBlock li {
    left: 0;
    width: 100%;
  }

  .mvBlock img {
    max-width: none;
    width: 100%;
  }

  .mainBlock {
    box-sizing: border-box;
    padding: 7rem 12px 3.2rem;
    width: 100%;
  }

  .cptBox h2, .ftrBox h2 {
    margin: 0 0 2.4rem;
    padding: 0;
    text-align: center;
  }

  .cptBox h2::before, .ftrBox h2::before {
    bottom: 100%;
    bottom: calc(100% + .5rem);
    font-size: 2.0rem;
    line-height: 1.6;
    margin: auto;
    padding: 13px 32px;
    right: 0;
    width: 216px;
  }

  .cptBox {
    background: none;
    margin: 0 0 12.8rem;
  }

  .cptBox b {
    font-size: 2.36rem;
    line-height: 1.8;
		letter-spacing: 0.28rem;
    margin: 0 0 1.2rem;
    width: 100%;
  }

  .cptBox span {
    font-size: 6.17rem;
		padding: 0 30px 0 18px;
  }

	.cptBox span::before {
		font-size: 4.0rem;
		left: 10px;
		margin: 0 0 0 -3rem;
		top: -4px;
	}

	.cptBox span::after {
		font-size: 4.0rem;
		left: 84px;
		top: 29px;
	}

  .cptBox figure {
    height: 178px;
    margin: 0 -12px 0 4%;
    overflow: hidden;
    width: 110px;
  }

  .cptBox img {
    margin: 0 0 0 -34px;
    max-width: none;
    max-height: 100%;
  }

  .cptBox p {
    font-size: 1.8rem;
    line-height: 1.6;
    margin: 0;
		padding-top: 7px;
  }

  .ftrBox {
    margin: 0 0 2.4rem;
  }

  .ftrBox span {
    border-radius: 3px;
    font-size: 1.8rem;
    z-index: 0;
  }

  .ftrBox ol {
    align-items: center;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }

  .ftrBox li {
    height: auto;
    margin-right: 0;
    width: 100%;
  }

  .ftrBox li::before {
    font-size: 3.07rem;
    height: 4rem;
    left: -.8rem;
    top: -.8rem;
    width: 4rem;
    z-index: 1;
  }

  .h2Box {
    padding-bottom: 6px;
  }

  .moreLink {
    font-size: 1.8rem;
    position: relative;
    text-align: right;
  }

  .h2Box .fa {
    padding: 0 8px;
  }

  .thmBox, .rcpBox {
    margin: 0 0 1.2rem;
  }

  .thmBox ul, .rcpBox ul {
    display: block;
    -js-display: block;
  }

  .thmBox li, .rcpBox li {
    margin-right: 0;
    width: 100%;
  }

  .thmBox li a, .rcpBox li a {
    overflow: hidden;
  }

  .thmBox .imgBox, .rcpBox .imgBox {
    float: left;
    width: 37.2%;
  }

  .thmBox li a::after, .rcpBox li a::after {
    background: none;
  }

  .txtLink {
    border-top: none;
    box-sizing: border-box;
    float: right;
    margin: 0;
    padding: 0 0 0 2.6rem;
    width: 62.8%;
  }

  .txtLink .fa {
    left: .8rem;
    top: .5rem;
  }
}


/* ----------------------------------- */