@charset 'UTF-8';

/**
 * Pomodorosa Page Settings
 * ================================================================================
 * Table of Contents:
 *
 * Pomodorosa Page Settings
 *  - Common
 *  - Key Visual
 *  - Products
 * ================================================================================
 */



/**
 * ================================================================================
 * Pomodorosa Page Settings
 * ================================================================================
 */

/**
 * Key Visual
 * -------------------------------
 */

body.page-contents-pomodorosa .cmn-kv-type1 {
  height: 42.4rem;
}

body.page-contents-pomodorosa .cmn-kv-type1::before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 7.4rem;
  opacity: 0.7;
  background: linear-gradient(135deg,rgba(191, 237, 191, 1) 10%, rgba(173, 221, 255, 1) 30%, rgba(255, 212, 139, 1) 70%, rgba(240, 194, 237, 1) 90%);
  content: '';
}

@media all and (max-width: 767px) {
  body.page-contents-pomodorosa .cmn-kv-type1 {
    height: 21.2rem;
  }

  body.page-contents-pomodorosa .cmn-kv-type1::before {
    height: 3.5rem;
  }
}


/**
 * Products
 * -------------------------------
 */

body.page-contents-pomodorosa .products {
  margin-top: 14.5rem;
}

body.page-contents-pomodorosa .products-list-item {
  position: relative;
  z-index: 1;
  padding-top: 7.0rem;
  padding-bottom: 7.0rem;
  margin-top: 15.0rem;
}

body.page-contents-pomodorosa .products-list-item:nth-of-type(1) {
  margin-top: 0;
}

body.page-contents-pomodorosa .products-list-item-bg {
  position: absolute;
  top: 0;
  z-index: -1;
  transform: scale(1, 1) !important;
  width: 0;
  height: 100%;
  overflow: hidden;
}

body.page-contents-pomodorosa .products-list-item-bg.is-animated {
  width: 100%;
}

body.page-contents-pomodorosa .products-list-item-bg[data-animate-type] {
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-duration: 1.4s;
}

body.page-contents-pomodorosa .products-list-item:nth-child(odd) .products-list-item-bg {
  left: 0;
}

body.page-contents-pomodorosa .products-list-item:nth-child(even) .products-list-item-bg {
  right: 0;
}

body.page-contents-pomodorosa .products-list-item-bg-inner {
  position: absolute;
  top: 0;
  width: calc(100vw - calc(100vw * (325 / 1920)));
  min-width: calc(128.0rem - (128.0rem * (325 / 1920)));
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

body.page-contents-pomodorosa .products-list-item:nth-child(odd) .products-list-item-bg-inner {
  left: 0;
}

body.page-contents-pomodorosa .products-list-item:nth-child(even) .products-list-item-bg-inner {
  right: 0;
}

body.page-contents-pomodorosa .products-list-item-kv {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

body.page-contents-pomodorosa .products-list-item:nth-child(odd) .products-list-item-kv {
  right: 0;
}

body.page-contents-pomodorosa .products-list-item:nth-child(even) .products-list-item-kv {
  left: 0;
}

body.page-contents-pomodorosa .products-list-item-kv img {
  width: auto;
  max-height: 72.4rem;
  min-height: calc(128.0rem * (724 / 1720));
  height: calc(100vw * (724 / 1720));
}

body.page-contents-pomodorosa .products-list-item .l-container {
  padding-left: 12.5rem;
  padding-right: 12.5rem;
}

body.page-contents-pomodorosa .products-list-item-inner {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 50%;
  min-height: calc(128.0rem * (724 / 1420));
  height: calc(100vw * (724 / 1720));
  max-height: 72.4rem;
  padding-left: 4.0rem;
  padding-right: 4.0rem;
}

body.page-contents-pomodorosa .products-list-item:nth-child(odd) .products-list-item-inner {
  float: left;
}

body.page-contents-pomodorosa .products-list-item:nth-child(even) .products-list-item-inner {
  float: right;
}

body.page-contents-pomodorosa .products-list-item-img {
  position: relative;
  width: 100%;
  margin-bottom: 5.0rem;
}

body.page-contents-pomodorosa .products-list-item-img-ttl {
  position: absolute;
  top: 0;
  width: 0.85rem;
}

body.page-contents-pomodorosa .products-list-item:nth-child(odd) .products-list-item-img-ttl {
  left: -4.0rem;
}

body.page-contents-pomodorosa .products-list-item:nth-child(even) .products-list-item-img-ttl {
  right: 0;
}

body.page-contents-pomodorosa .products-list-item-img-model {
  position: absolute;
  left: 50%;
  bottom: -0.5rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2;
}

body.page-contents-pomodorosa .products-list-item-detail {
  width: 100%;
}

body.page-contents-pomodorosa .products-list-item-ttl {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.03em;
}

body.page-contents-pomodorosa .products-list-item-txt {
  margin-top: 1.5rem;
  font-size: 2.1rem;
  font-weight: 700;
}

body.page-contents-pomodorosa .products-list-item-situation {
  margin-top: 2.5rem;
}

body.page-contents-pomodorosa .products-list-item-situation-ttl {
  display: block;
  position: relative;
  line-height: 1;
}

body.page-contents-pomodorosa .products-list-item-situation-ttl::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: calc(100% - 13.0rem);
  height: 0.1rem;
  content: '';
}

body.page-contents-pomodorosa .products-list-item-situation-ttl img {
  width: 11.7rem;
}

body.page-contents-pomodorosa .products-list-item-situation-txt {
  margin-top: 1.2rem;
  font-size: 1.5rem;
}

body.page-contents-pomodorosa .products-list-item-btn {
  margin-top: 2.5rem
}

/* -- Products01 -- */
body.page-contents-pomodorosa .products01 .products-list-item-bg-inner {
  background-image: url('/assets/pages/img/contents/pomodorosa/products01_bg.jpg');
}

body.page-contents-pomodorosa .products01 .products-list-item-img {
  padding-top: 6.0rem;
}

body.page-contents-pomodorosa .products01 .products-list-item-img-model {
  margin-left: 6.0rem;
}

body.page-contents-pomodorosa .products01 .products-list-item-situation-ttl::before {
  background-color: #9edeff;
}

/* -- Products02 -- */
body.page-contents-pomodorosa .products02 .products-list-item-bg-inner {
  background-image: url('/assets/pages/img/contents/pomodorosa/products02_bg.jpg');
}

body.page-contents-pomodorosa .products02 .products-list-item-img {
  padding-top: 10.0rem;
}

body.page-contents-pomodorosa .products02 .products-list-item-img-model {
  margin-left: 5.5rem;
}

body.page-contents-pomodorosa .products02 .products-list-item-situation-ttl::before {
  background-color: #ffb6a2;
}

/* -- Products03 -- */
body.page-contents-pomodorosa .products03 .products-list-item-bg-inner {
  background-image: url('/assets/pages/img/contents/pomodorosa/products03_bg.jpg');
}

body.page-contents-pomodorosa .products03 .products-list-item-img {
  padding-top: 5.0rem;
}

body.page-contents-pomodorosa .products03 .products-list-item-situation-ttl::before {
  background-color: #c5e8a6;
}

/* -- Products04 -- */
body.page-contents-pomodorosa .products04 .products-list-item-bg-inner {
  background-image: url('/assets/pages/img/contents/pomodorosa/products04_bg.jpg');
}

body.page-contents-pomodorosa .products04 .products-list-item-img {
  padding-top: 5.0rem;
}

body.page-contents-pomodorosa .products04 .products-list-item-ttl {
  color: #000;
}

body.page-contents-pomodorosa .products04 .products-list-item-situation-ttl::before {
  background-color: #ffa9d6;
}

body.page-contents-pomodorosa .products-copyright {
  margin-top: 1.5rem;
  font-size: 1.2rem;
  font-weight: 300;
  text-align: right;
}

@media all and (max-width: 767px) {
  body.page-contents-pomodorosa .products {
    margin-top: 7.0rem;
  }

  body.page-contents-pomodorosa .products-list-item {
    position: relative;
    z-index: 1;
    padding-top: 0;
    padding-bottom: 7.0rem;
    margin-top: 7.5rem;
  }
  
  body.page-contents-pomodorosa .products-list-item-bg {
    top: 14.5rem;
    height: calc(100% - 14.5rem);
  }

  body.page-contents-pomodorosa .products-list-item-bg[data-animate-type] {
    transition-duration: 1.3s;
  }

  body.page-contents-pomodorosa .products-list-item-bg-inner {
    width: 100vw;
    min-width: 100vw;
    height: 100%;
  }

  body.page-contents-pomodorosa .products-list-item-kv {
    top: 0;
    transform: translateY(0);
  }

  body.page-contents-pomodorosa .products-list-item-kv img {
    width: auto;
    max-height: 32.4rem;
    min-height: 32.4rem;
    height: 32.4rem;
  }

  body.page-contents-pomodorosa .products-list-item .l-container {
    padding-left: 5.5rem;
    padding-right: 3.7rem;
  }

  body.page-contents-pomodorosa .products-list-item-inner {
    display: block;
    width: 100%;
    min-height: initial;
    height: auto;
    max-height: initial;
    padding-top: 34.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  body.page-contents-pomodorosa .products-list-item:nth-child(odd) .products-list-item-inner,
  body.page-contents-pomodorosa .products-list-item:nth-child(even) .products-list-item-inner {
    float: none;
  }

  body.page-contents-pomodorosa .products-list-item-img {
    margin-bottom: 3.0rem;
  }

  body.page-contents-pomodorosa .products-list-item-img-ttl {
    width: 0.7rem;
  }

  body.page-contents-pomodorosa .products-list-item:nth-child(odd) .products-list-item-img-ttl {
    left: -3.0rem;
  }
  
  body.page-contents-pomodorosa .products-list-item:nth-child(even) .products-list-item-img-ttl {
    right: -1.0rem;
  }

  body.page-contents-pomodorosa .products-list-item-img-model {
    bottom: -0.5rem;
    font-size: 1.0rem;
  }

  body.page-contents-pomodorosa .products-list-item-ttl {
    margin-right: -1.2rem;
    font-size: 2.3rem;
    font-weight: 500;
    letter-spacing: normal;
  }

  body.page-contents-pomodorosa .products-list-item-txt {
    margin-top: 1.5rem;
    font-size: 1.8rem;
  }

  body.page-contents-pomodorosa .products-list-item-situation {
    margin-top: 2.5rem;
  }

  body.page-contents-pomodorosa .products-list-item-situation-ttl::before {
    width: calc(100% - 10.5rem);
  }

  body.page-contents-pomodorosa .products-list-item-situation-ttl img {
    width: 9.7rem;
  }

  body.page-contents-pomodorosa .products-list-item-situation-txt {
    margin-top: 1.3rem;
    font-size: 1.3rem;
  }

  body.page-contents-pomodorosa .products-list-item-btn {
    margin-top: 2.5rem
  }

  /* -- Products01 -- */
  body.page-contents-pomodorosa .products01 .products-list-item-bg-inner {
    background-image: url('/assets/pages/img/contents/pomodorosa/products01_bg_sp.jpg');
  }

  body.page-contents-pomodorosa .products01 .products-list-item-img {
    padding-top: 1.0rem;
  }

  body.page-contents-pomodorosa .products01 .products-list-item-img-model {
    margin-left: 4.5rem;
  }

  /* -- Products02 -- */
  body.page-contents-pomodorosa .products02 .products-list-item-bg-inner {
    background-image: url('/assets/pages/img/contents/pomodorosa/products02_bg_sp.jpg');
  }

  body.page-contents-pomodorosa .products02 .products-list-item-img {
    padding-top: 4.0rem;
  }

  body.page-contents-pomodorosa .products02 .products-list-item-img-model {
    margin-left: 6.0rem;
  }

  /* -- Products03 -- */
  body.page-contents-pomodorosa .products03 .products-list-item-bg-inner {
    background-image: url('/assets/pages/img/contents/pomodorosa/products03_bg_sp.jpg');
  }

  body.page-contents-pomodorosa .products03 .products-list-item-img {
    padding-top: 2.5rem;
  }

  /* -- Products04 -- */
  body.page-contents-pomodorosa .products04 .products-list-item-bg-inner {
    background-image: url('/assets/pages/img/contents/pomodorosa/products04_bg_sp.jpg');
  }

  body.page-contents-pomodorosa .products04 .products-list-item-img {
    padding-top: 3.0rem;
  }

  body.page-contents-pomodorosa .products04 .products-list-item-ttl {
    color: #fff;
  }

  body.page-contents-pomodorosa .products-copyright {
    margin-top: 1.5rem;
    font-size: 1.2rem;
  }
}
