@charset "UTF-8";
.lp-lineup {
  margin: 64px 0 48px;
}
@media screen and (max-width: 767px) {
  .lp-lineup {
    margin: 64px 0 48px;
  }
}

.lp-feat-title {
  max-width: 1332px;
  padding: 0 32px;
  margin: 160px auto 64px;
}
@media screen and (max-width: 767px) {
  .lp-feat-title {
    width: 286px;
    max-width: 100%;
    padding: 0;
    margin: 8rem 15px 3rem;
  }
}

.lp-caption {
  font-size: 12px;
  text-align: center;
}

.lp-cheftop-mv {
  text-align: center;
  margin: 112px 0 40px;
}
.lp-cheftop-nav {
  background: #000;
  padding: 40px 0 64px;
}
.lp-cheftop-nav-logo {
  text-align: center;
  margin: 0 0 40px;
}
.lp-cheftop-nav-title {
	margin: 0;
}
.lp-cheftop-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 656px;
  margin: 0 auto;
}
.lp-cheftop-nav-item {
  width: calc((100% - 48px) / 3);
}
.lp-cheftop-nav-item a {
  display: block;
  width: 200px;
  background: #FFF;
  border-radius: 100px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 12px 4px;
}
.lp-cheftop-inner {
  width: 1184px;
  padding: 0 32px;
  margin: 0 auto;
}
.lp-cheftop-relation {
  margin: 40px 0 16px;
}
.lp-cheftop-lead {
  text-align: center;
  padding: 55px 0;
}
.lp-cheftop-lead p {
  margin: 0;
}
.lp-cheftop-feature02,
.lp-cheftop-feature04 {
  background: -webkit-gradient(linear, left top, right top, from(#F5F5F5), color-stop(50%, #F5F5F5), color-stop(50%, #fff), to(#fff));
  background: linear-gradient(to right, #F5F5F5 0%, #F5F5F5 50%, #fff 50%, #fff 100%);
  margin: 0 0 152px;
  position: relative;
}
.lp-cheftop-feature02::before {
  content: "";
  display: block;
  width: 68px;
  height: 62px;
  background: url(/app/wp-content/themes/fmi/assets/img/products/lp/unox_cheftop_2309/ico_num02.svg) no-repeat 0 0;
  background-size: 68px 62px;
  position: absolute;
  top: -31px;
  right: 50%;
  -webkit-transform: translateX(-452px);
          transform: translateX(-452px);
}
.lp-cheftop-feature04::before{
  content: "";
  display: block;
  width: 68px;
  height: 62px;
  background: url(/app/wp-content/themes/fmi/assets/img/products/lp/unox_cheftop_2309/ico_num04.svg) no-repeat 0 0;
  background-size: 68px 62px;
  position: absolute;
  top: -31px;
  right: 50%;
  -webkit-transform: translateX(-452px);
          transform: translateX(-452px);
}
.lp-cheftop-feature01, 
.lp-cheftop-feature03 {
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(50%, #F5F5F5), to(#F5F5F5));
  background: linear-gradient(to right, #fff 0%, #fff 50%, #F5F5F5 50%, #F5F5F5 100%);
  margin: 0 0 144px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp-cheftop-feature01,
  .lp-cheftop-feature03 {
    margin-bottom: 88px;
  }
}
.lp-cheftop-feature01::before {
  content: "";
  display: block;
  width: 68px;
  height: 62px;
  background: url(/app/wp-content/themes/fmi/assets/img/products/lp/unox_cheftop_2309/ico_num01.svg) no-repeat 0 0;
  background-size: 68px 62px;
  position: absolute;
  top: -31px;
  left: 50%;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
.lp-cheftop-feature03::before{
  content: "";
  display: block;
  width: 68px;
  height: 62px;
  background: url(/app/wp-content/themes/fmi/assets/img/products/lp/unox_cheftop_2309/ico_num03.svg) no-repeat 0 0;
  background-size: 68px 62px;
  position: absolute;
  top: -31px;
  left: 50%;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}

/* レイアウト
----------------------------------------------------------*/
/* 2カラム */
.lp-col2 {
  width: 1120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #F5F5F5;
  padding: 48px 50px 48px 40px;
  margin: 0 auto;	
}
@media screen and (max-width: 767px) {
	.lp-col2 {
        width: 100%;
        display: block;
		padding: 0 0 48px;
	}
	.lp-col2:last-child {
		padding-bottom: 0;
	}
}
.lp-col2-img {
	width: 470px;	
}
.lp-col2-img figure + figure {
	margin-top: 48px;
}
@media screen and (max-width: 767px) {
	.lp-col2-img {
        width: 100%;
        text-align: center;
        margin: 0 0 32px;
	}
}

.lp-col2-text {
  width: 470px;
}
@media screen and (max-width: 767px) {
	.lp-col2-text {
		width: 100%;
	}
}

.lp-col2-text p {
  line-height: 2.3;
  margin: 0 0 16px;
}
.lp-col2-text p::last-child {
  margin: 0;
}
@media screen and (max-width: 767px) {
	.lp-col2-text p {
		font-size: 15px;
		line-height: 2;
		text-align: left;
		margin: 0 12px 24px;
	}
	.lp-col2-text p:last-of-type {
		margin-bottom: 0;
	}
}

.lp-col2-title {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.6;
	margin: 0 0 16px;
}
@media screen and (max-width: 767px) {
	.lp-col2-title {
		margin: 0 12px 16px;
	}
}

.lp-table {
    border: 1px solid #DDE2E5;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 24px 12px 0;
}

/* ブロックタイトル */
.lp-block-title,
.lp-block-subtitle {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 16px;
}
.lp-block-subtitle-description {
	display: inline-block;
	font-size: 22px;
	font-weight: normal;
	padding-left: 2em;
}
.lp-block-title-wrapper {
	width: 1120px;
	margin: 0 auto;
    background: #F5F5F5;
    padding: 48px 50px 10px 40px;
}
@media screen and (max-width: 767px) {
	.lp-block-title {
		text-align: left;
		margin: 0 12px 16px;
	}
	.lp-block-subtitle {
		margin: 0 12px 16px;
	}
	.lp-block-subtitle-description {
		padding-left: 1.7em;
	}
	.lp-block-title-wrapper {
		width: 100%;
		padding: 48px 12px 16px;
	}
}

/* LP共通パーツ
----------------------------------------------------------*/
.lp-visual {
  margin: 0 0 128px;
}
.lp-visual figure img {
  width: 100%;
}

.lp-table th {
    background: #ececec;
    border: 1px solid #BFBFBF;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    text-align: left;
    padding: 16px 8px;
}
.lp-table td {
	background: #FFF;
    border: 1px solid #BFBFBF;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
    padding: 16px 8px;
}

.lp-youtube {
	margin-top: 48px;
}
@media screen and (max-width: 767px) {
	.lp-youtube {
        width: 100%;
        height: 0;
        padding-top: 56.25%;
        position: relative;
	}
	.lp-youtube iframe {
        width: 100% !important;
        height: 100% !important;
        min-height: auto;
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
	}
}

/* 特徴01
----------------------------------------------------------*/
.lp-cheftop-feature01block {

}

/* 特徴02
----------------------------------------------------------*/
.lp-cheftop-feature02block {

}
.lp-cheftop-feature02 .lp-table {
  width: 70%;
	margin: 0;
}

/* 特徴03
----------------------------------------------------------*/
.lp-cheftop-feature03block {
}

/* 特徴04
----------------------------------------------------------*/
.lp-cheftop-feature04block {
}

/* ブランド
----------------------------------------------------------*/
.lp-cheftop-brand {
  padding: 42px 0 0;
}
.lp-cheftop-brand-inner {
  width: 1120px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.35);
  border-radius: 17px;
  padding: 56px 45px 72px;
  margin: 0 auto 80px;
  position: relative;
}
.lp-cheftop-brand-title {
  width: 256px;
  margin: 0;
  position: absolute;
  top: -42px;
  left: 45px;
}
.lp-cheftop-brand-lead {
  font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 33px;
  font-weight: normal;
  vertical-align: middle;
  margin: 0 0 48px;
}
.lp-cheftop-brand-lead::before {
  content: "";
  display: inline-block;
  width: 55px;
  height: 1px;
  background: #000;
  margin: 0 16px 0 0;
}
.lp-cheftop-brand-lead .-green {
  color: #38D430;
}
.lp-cheftop-brand-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lp-cheftop-brand-content-movie {
  width: 470px;
}
.lp-cheftop-brand-content-movie iframe {
  width: 470px;
  height: 264px;
  margin: 0 0 24px;
}
.lp-cheftop-brand-content-text {
  width: 470px;
  line-height: 2.3;
}
.lp-cheftop-brand-content-text p {
  margin: 0 0 24px;
}
.lp-cheftop-brand-content-text p::last-child {
  margin: 0;
}
.lp-cheftop-brand-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.lp-cheftop-brand-back a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
  padding: 14px 0px 0 11px;
}
.lp-cheftop-brand-back a img {
  width: 30px;
  height: 36px;
}
.lp-cheftop-brand-back a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .lp-cheftop-mv {
    margin: 16px 0 24px;
  }
  .lp-cheftop-mv img {
    width: 33%;
    min-width: 124px;
  }
  .lp-cheftop-nav {
    padding: 40px 0;
  }
  .lp-cheftop-nav-logo {
    text-align: center;
    margin: 0 0 16px;
  }
  .lp-cheftop-nav-list {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .lp-cheftop-nav-item {
    width: 186px;
    margin: 0 auto 24px;
  }
  .lp-cheftop-nav-item a {
    width: 186px;
    padding: 12px 4px;
  }
  .lp-cheftop-inner {
    width: auto;
    padding: 0;
    margin: 0 20px;
  }
  .lp-cheftop-relation {
    margin: 40px 0 32px;
  }
  .lp-cheftop-lead {
    padding: 24px 0 0;
    margin: 0 0 56px;
  }
  .lp-cheftop-lead p {
    width: auto;
    max-width: 295px;
    margin: 0 auto 24px;
  }
  .lp-cheftop-lead figure img {
    width: 100%;
  }
  .lp-cheftop-feature-title {
    width: auto;
    max-width: 296px;
    margin: 0 0 16px;
  }
  .lp-cheftop-feature01 {
    background: #F5F5F5;
    margin: 0 0 80px;
  }
  .lp-cheftop-feature01::before {
    display: none;
  }
  .lp-cheftop-feature02 {
    background: #F5F5F5;
    margin: 0 0 80px;
  }
  .lp-cheftop-feature02::before {
    display: none;
  }
  .lp-cheftop-feature02 {
    background: #F5F5F5;
    margin: 0 0 88px;
  }
  .lp-cheftop-feature03::before {
    display: none;
  }
	.lp-cheftop-feature04 {
		margin-bottom: 0;
	}
  .lp-cheftop-feature04::before {
    display: none;
  }

/* 特徴01
----------------------------------------------------------*/
  .lp-cheftop-feature01block {
    width: 100%;
    display: block;
    background: #F5F5F5;
    padding: 40px 8px;
    margin: 0 auto;
  }
  .lp-cheftop-feature01block .lp-block-title::before {
    content: "";
    display: block;
    width: 40px;
    height: 28px;
    background: url(/app/wp-content/themes/fmi/assets/img/products/lp/unox_cheftop_2309/ico_num01.svg) no-repeat 0 0;
    background-size: 40px 28px;
    margin: 0 0 16px;
  }

/* 特徴02
----------------------------------------------------------*/
  .lp-cheftop-feature02block {
    width: 100%;
    display: block;
    background: #F5F5F5;
    padding: 0 8px 40px;
    margin: 0 auto;
  }
  .lp-cheftop-feature02 .lp-block-title::before {
    content: "";
    display: block;
    width: 40px;
    height: 28px;
    background: url(/app/wp-content/themes/fmi/assets/img/products/lp/unox_cheftop_2309/ico_num02.svg) no-repeat 0 0;
    background-size: 40px 28px;
    margin: 0 0 16px;
  }
  .lp-cheftop-feature02 .lp-block-title.-indent::before {
    display: none;
  }
  .lp-cheftop-feature02 .lp-table {
    width: 95%;
    margin: 20px auto 0;
  }
/* 特徴03
----------------------------------------------------------*/
  .lp-cheftop-feature03block {
    width: 100%;
    display: block;
    background: #F5F5F5;
    padding: 40px 8px 32px;
    margin: 0 auto;
  }
  .lp-cheftop-feature03block .lp-block-title::before {
    content: "";
    display: block;
    width: 40px;
    height: 28px;
    background: url(/app/wp-content/themes/fmi/assets/img/products/lp/unox_cheftop_2309/ico_num03.svg) no-repeat 0 0;
    background-size: 40px 28px;
    margin: 0 0 16px;
  }


/* 特徴04
----------------------------------------------------------*/
  .lp-cheftop-feature04block {
    width: 100%;
    display: block;
    background: #F5F5F5;
    padding: 0 8px 32px;
    margin: 0 auto;
  }

  .lp-cheftop-feature04 .lp-block-title::before {
    content: "";
    display: block;
    width: 40px;
    height: 28px;
    background: url(/app/wp-content/themes/fmi/assets/img/products/lp/unox_cheftop_2309/ico_num04.svg) no-repeat 0 0;
    background-size: 40px 28px;
    margin: 0 0 16px;
  }
  .lp-cheftop-feature04 .lp-block-title.-indent::before,
  .lp-cheftop-feature04 .lp-block-title.-indent br {
    display: none;
  }
  .lp-cheftop-feature04 .lp-block-subtitle-description:first-of-type{
    margin-bottom: 10px;
  }
/* ブランド
----------------------------------------------------------*/
  .lp-cheftop-brand {
    padding: 60px 15px 0;
  }
  .lp-cheftop-brand-inner {
    width: 94%;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.35);
            box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.35);
    border-radius: 9px;
    padding: 65px 8px 24px;
    margin: 0 auto 48px;
    position: relative;
  }
  .lp-cheftop-brand-title {
    width: 171px;
    margin: 0 0;
    position: absolute;
    top: -24px;
    left: 16px;
  }
  .lp-cheftop-brand-title::after {
    content: "";
    display: block;
    width: 55px;
    height: 1px;
    background: #ACACAC;
    margin-top: 16px;
  }
  .lp-cheftop-brand-lead {
    font-size: 22px;
    line-height: 1.8;
    margin: 0 0 32px;
  }
  .lp-cheftop-brand-lead::before {
    display: none;
  }
  .lp-cheftop-brand-content {
    display: block;
  }
  .lp-cheftop-brand-content-movie {
    width: auto;
    margin: 0 0 24px;
  }
  .lp-cheftop-brand-content-movie-youtube {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
  }
  .lp-cheftop-brand-content-movie iframe {
    width: 100% !important;
    height: 100% !important;
    min-height: auto;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .lp-cheftop-brand-content-text {
    width: auto;
    font-size: 15px;
    line-height: 1.8;
    margin: 0 0 32px;
  }
  .lp-cheftop-brand-content-text p {
    margin: 0 0 24px;
  }
  .lp-cheftop-brand-content-text p::last-child {
    margin: 0;
  }
  .lp-cheftop-brand-content-text figure img {
    width: 100%;
  }
  
  /* .lp-card-txt {
    padding: 0 3%;
  } */
}