img {
  height: auto;
}

.nobr {
  display: inline-block;
}

.contents-wrap {
  overflow: hidden;
  background: url("/brand/fryingpancm/images/bg1.png") no-repeat 50% 487px;
  background-size: auto;
}

@media screen and (max-width: 1439px) {
  .contents-wrap {
    background: url("/brand/fryingpancm/images/bg1.png") no-repeat 50% 33.8vw;
    background-size: 145.83333% auto;
  }
}

@media screen and (max-width: 767px) {
  .contents-wrap {
    background: url("/brand/fryingpancm/images/bg1_sp.png") no-repeat 50% 118vw;
    background-size: 100% auto;
  }
}

.hero {
  position: relative;
  z-index: 2;
  text-align: center;
}

.hero-copy {
  display: none;
}

@media screen and (max-width: 767px) {
  .hero-copy {
    display: block;
    margin: 6% auto 0;
    max-width: 86.13333%;
  }
}

.tvcm-inr {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
}

.tvcm-inr2 {
  position: relative;
  z-index: 2;
  padding: 10.9375% 10px 7.8125%;
}

@media screen and (max-width: 767px) {
  .tvcm-inr2 {
    margin: 0 35px;
    padding: 13.33333% 0;
  }
}

.tvcm-title {
  text-align: center;
  margin: 0 0 40px;
}

@media screen and (max-width: 767px) {
  .tvcm-title {
    max-width: 71.96721%;
    margin: 0 auto 11.47541%;
  }
}

.tvcm-box-wrap {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .tvcm-box-wrap {
    display: block;
  }
}

.tvcm-box {
  width: 47.10938%;
}

@media screen and (max-width: 767px) {
  .tvcm-box {
    width: auto;
  }
}

.tvcm-box-catch {
  text-align: center;
  height: 50px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .tvcm-box-catch {
    margin: 0 auto 10px;
    height: auto;
  }
}

.tvcm-box-pic {
  text-align: center;
}

.tvcm-box-pic img {
  width: 100%;
}

.tvcm-box-pic-a {
  position: relative;
  display: block;
}

.tvcm-box-pic-a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background .3s;
  pointer-events: none;
}

.tvcm-box-pic-a:hover:before {
  background: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .tvcm-box-pic-a:before {
    content: none;
  }
}

.tvcm-box-title {
  text-align: center;
  margin: 20px 0 0;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .tvcm-box-title {
    margin: 15px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .tvcm-box-01 .tvcm-box-catch {
    width: 40.16393%;
  }
  .tvcm-box-01 .tvcm-box-title {
    width: 55.7377%;
  }
}

@media screen and (max-width: 767px) {
  .tvcm-box-02 {
    margin: 30px 0 0;
  }
  .tvcm-box-02 .tvcm-box-catch {
    width: 40.16393%;
  }
  .tvcm-box-02 .tvcm-box-title {
    width: 78.85246%;
  }
}

.recipe-section {
  background: url("/brand/fryingpancm/images/bg2.png") no-repeat 50% 120px, url("/brand/fryingpancm/images/bg3.png") no-repeat 50% 100%;
  background-size: auto auto,
 auto auto;
}

@media screen and (max-width: 1439px) {
  .recipe-section {
    background: url("/brand/fryingpancm/images/bg2.png") no-repeat 50% 8.3vw, url("/brand/fryingpancm/images/bg3.png") no-repeat 50% 100%;
    background-size: 145.83333% auto, 145.83333% auto;
  }
}

@media screen and (max-width: 767px) {
  .recipe-section {
    background: url("/brand/fryingpancm/images/bg2_sp.png") no-repeat 50% 35vw;
    background-size: 100% auto;
  }
}

.recipe-inr {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
}

.recipe-inr2 {
  position: relative;
  z-index: 2;
  padding: 2.34375% 10px 12.5%;
}

@media screen and (max-width: 767px) {
  .recipe-inr2 {
    margin: 0 35px;
    padding: 6.66667% 0 10.66667%;
  }
}

.recipe-title {
  text-align: center;
  margin: 0 0 50px;
}

@media screen and (max-width: 767px) {
  .recipe-title {
    max-width: 71.96721%;
    margin: 0 auto 11.47541%;
  }
}

.recipe-box-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .recipe-box-wrap {
    display: block;
  }
}

.recipe-box {
  width: 30.15625%;
  margin: 80px 0 0 4.76563%;
}

.recipe-box:nth-child(-n+3) {
  margin-top: 0;
}

.recipe-box:nth-child(3n+1) {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .recipe-box {
    width: auto;
  }
  .recipe-box:nth-child(n) {
    margin: 9.83607% 0 0;
  }
  .recipe-box:nth-child(1) {
    margin-top: 0;
  }
}

.recipe-box-pic img {
  width: 100%;
}

.recipe-box-pic-a {
  position: relative;
  display: block;
  overflow: hidden;
}

.recipe-box-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: opacity .3s;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .recipe-box-pic-a:hover .recipe-box-hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .recipe-box-pic-a.is-hover .recipe-box-hover {
    opacity: 1;
  }
}

.recipe-box-hover-inr {
  display: table;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.recipe-box-hover-inr2 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.recipe-box-hover-copy {
  font-size: 16px;
  margin: 0 0 5px;
}

@media screen and (max-width: 1024px) {
  .recipe-box-hover-copy {
    font-size: 1.43229vw;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .recipe-box-hover-copy {
    font-size: 12px;
    line-height: 1.7;
  }
}

.recipe-box-hover-title-sub {
  font-size: 18px;
  line-height: 1.3;
  margin: 0 0 5px;
}

@media screen and (max-width: 1024px) {
  .recipe-box-hover-title-sub {
    font-size: 1.95313vw;
  }
}

@media screen and (max-width: 767px) {
  .recipe-box-hover-title-sub {
    font-size: 14px;
  }
}

.recipe-box-hover-title {
  font-size: 22px;
  line-height: 1.3;
  font-weight: bold;
  margin: 0 0 5px;
}

@media screen and (max-width: 1439px) {
  .recipe-box-hover-title {
    font-size: 1.52778vw;
  }
}

@media screen and (max-width: 1024px) {
  .recipe-box-hover-title {
    font-size: 1.95313vw;
  }
}

@media screen and (max-width: 767px) {
  .recipe-box-hover-title {
    font-size: 17px;
  }
}

.recipe-box-hover-txt {
  font-size: 16px;
}

@media screen and (max-width: 1439px) {
  .recipe-box-hover-txt {
    font-size: 1.11111vw;
  }
}

@media screen and (max-width: 1024px) {
  .recipe-box-hover-txt {
    font-size: 1.30208vw;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .recipe-box-hover-txt {
    font-size: 12px;
    line-height: 1.7;
  }
}

.recipe-box-hover-btn {
  position: relative;
  background: #fff;
  color: #ff1210;
  padding: 10px 20px;
  text-align: center;
  width: 150px;
  margin: 15px auto 0;
  line-height: 1.3;
}

.recipe-box-hover-btn-icon {
  position: absolute;
  top: 52%;
  right: 10px;
  transform: translate(0, -50%);
  line-height: 0;
}

.recipe-box-title {
  font-size: 22px;
  line-height: 1.3;
  margin: 20px 0 0;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .recipe-box-title {
    margin: 6.55738% 0 0;
    font-size: 17px;
  }
}

.recipe-btn {
  margin-top: 80px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .recipe-btn {
    margin-top: 50px;
  }
}

.products-section {
  position: relative;
  z-index: 2;
  padding: 90px 0;
  background: url("/brand/fryingpancm/images/products_bg.jpg") no-repeat 50% 65%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .products-section {
    background: url("/brand/fryingpancm/images/products_bg_sp.jpg") no-repeat 50% 45%;
    background-size: cover;
    padding: 18.66667% 0;
  }
}

.products-inr {
  max-width: 1300px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .products-inr {
    margin: 0 35px;
  }
}

.products-title {
  text-align: center;
  margin: 0 0 100px;
}

@media screen and (max-width: 767px) {
  .products-title {
    max-width: 71.96721%;
    margin: 0 auto 14.09836%;
  }
}

.products-item-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .products-item-wrap {
    display: block;
    overflow: hidden;
    margin: 0 -35px;
  }
}

.products-item-title {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .products-item-title {
    font-size: 14px;
    margin: -5px 0 0;
  }
}

.products-item01 {
  margin: 0 0 0.78125% 7.8125%;
}

.products-item01 .products-item-title {
  width: 68.96552%;
}

.products-item02 {
  margin: 0 0 0 4.6875%;
}

.products-item02 .products-item-title {
  width: 73.02231%;
}

@media screen and (max-width: 767px) {
  .products-item01 {
    margin: 0 0 0 3.46667%;
    width: 65.73333%;
  }
  .products-item01 .products-item-title {
    width: 68.96552%;
  }
  .products-item02 {
    margin: -12% -14.66667% 0 auto;
    width: 71.2%;
  }
  .products-item02 .products-item-title {
    width: 74.90637%;
  }
}

.products-btn {
  margin-top: 60px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .products-btn {
    margin-top: 40px;
  }
}
