@charset "UTF-8";
/* Playforever用 */
/*playforever top
------------------------------------------------------------
*/
.main_img_pf {
  margin-top: 163px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .main_img_pf {
    margin-top: 80px;
  }
}
.main_img_pf .txt_wrap {
  width: 42%;
  max-width: 710px;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .main_img_pf .txt_wrap {
    width: 90%;
    top: 80%;
  }
}

.logo_playforever {
  text-align: center;
  margin: 0 auto 5em;
}
@media screen and (max-width: 767px) {
  .logo_playforever {
    width: 60%;
    margin: 0 auto 2em;
  }
}

.top_pf {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 0 0 5em;
}
@media screen and (max-width: 767px) {
  .top_pf {
    display: block;
    margin: 0 0 3em;
  }
}
.top_pf_img {
  width: 43%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_pf_img {
    width: 100%;
    margin: 0 0 1.5em;
  }
}
.top_pf_desc {
  width: 52%;
}
@media screen and (max-width: 767px) {
  .top_pf_desc {
    width: 100%;
  }
}
.top_pf_ttl {
  font-size: 2.25em;
  font-weight: 700;
  margin: 0 0 0.75em;
}
@media screen and (max-width: 767px) {
  .top_pf_ttl {
    font-size: 1.33em;
  }
}
.top_pf_txt:not(:last-child) {
  margin: 0 0 1em;
}

.bg_pf {
  background: url(../images/pf/bg_tri_01.svg) no-repeat top left/18%, url(../images/pf/bg_tri_02.svg) no-repeat bottom right/18%;
}

.section_pf_category:not(:last-child) {
  margin: 0 0 7.5em;
}
@media screen and (max-width: 767px) {
  .section_pf_category:not(:last-child) {
    margin: 0 0 5em;
  }
}

.ttl_pf_category {
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .ttl_pf_category {
    font-size: 2em;
    margin: 0 0 0.75em;
  }
}
.ttl_pf_category span {
  display: inline-block;
  padding: 5px 95px 0 0;
  background: url(../images/icon_ttl_dotline.svg) no-repeat right/84px 12px;
}
@media screen and (max-width: 767px) {
  .ttl_pf_category span {
    padding: 2px 70px 0 0;
    background-size: 60px 8px;
  }
}

.list_pf {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5% -5% 0;
}
@media screen and (max-width: 767px) {
  .list_pf {
    margin: 0;
  }
}
.list_pf li {
  width: 28.33%;
  margin: 0 5% 5% 0;
}
@media screen and (max-width: 767px) {
  .list_pf li {
    width: 100%;
    margin: 0;
  }
  .list_pf li:not(:last-child) {
    margin: 0 0 3em;
  }
}
.list_pf_img {
  margin: 0 0 1.5em;
}
.list_pf_img .item_slider {
  border: 1px solid #ccc;
}
.list_pf_img .item_slider a {
  display: block;
  position: relative;
}
.list_pf_img .item_slider a:hover {
  opacity: 0.8;
}
.list_pf_img .item_slider a::before {
  content: "";
  display: block;
  padding: 100% 0 0;
}
.list_pf_img .item_slider a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.list_pf_img .slick-track {
  margin: 0;
}
.list_pf_img .item_slide_thumbs {
  margin: 0 -2% 0 0;
}
.list_pf_img .item_slide_thumbs .slick-track {
  transform: unset !important;
  width: 100% !important;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}
.list_pf_img .item_slide_thumbs .slick-slide {
  width: 18% !important;
  margin: 2% 2% 0 0;
  display: block !important;
  float: none !important;
}
.list_pf_img .item_slide_thumbs .thumbnails {
  border: 1px solid #ccc;
  cursor: pointer;
  position: relative;
}
.list_pf_img .item_slide_thumbs .thumbnails::before {
  content: "";
  display: block;
  padding: 100% 0 0;
}
.list_pf_img .item_slide_thumbs .thumbnails img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.list_pf_ttl {
  font-size: 1.12em;
  font-weight: 700;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .list_pf_ttl {
    font-size: 1.37em;
    margin: 0 0 0.25em;
  }
}
.list_pf_price {
  margin: 0 0 0.25em;
}
.list_pf_price span {
  font-size: 1.25em;
  font-weight: 700;
}

.banner_instagram_pf a {
  display: block;
  max-width: 480px;
  margin: 0 auto;
}
.banner_instagram_pf a:hover {
  opacity: 0.8;
}

/*concept
------------------------------------------------------------
*/
.ttl_pf_concept {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/pf/bg_ttl_pf.jpg) no-repeat center/cover;
  position: relative;
}
.ttl_pf_concept::before {
  content: "";
  display: block;
  padding: 30% 0 0;
}
@media screen and (max-width: 767px) {
  .ttl_pf_concept::before {
    padding: 50% 0 0;
  }
}
.ttl_pf_concept::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.33);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .ttl_pf_concept::after {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
.ttl_pf_concept_txt {
  color: #000;
  font-size: 3.12em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ttl_pf_concept_txt {
    font-size: 2em;
  }
}
.ttl_pf_concept_txt span {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.44em;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.concept_pf {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .concept_pf {
    flex-wrap: wrap;
  }
}
.concept_pf_img {
  width: 28%;
}
@media screen and (max-width: 767px) {
  .concept_pf_img {
    width: 50%;
  }
  .concept_pf_img.img_01 {
    order: 1;
  }
  .concept_pf_img.img_02 {
    order: 2;
  }
}
.concept_pf_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.concept_pf_desc {
  display: flex;
  align-items: center;
  width: 400px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .concept_pf_desc {
    width: 100%;
    padding: 0 15px 3em;
    line-height: 1.8;
  }
}
.concept_pf_logo {
  margin: 0 auto 1.5em;
}
@media screen and (max-width: 767px) {
  .concept_pf_logo {
    width: 60%;
  }
}

.list_pf_point li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.list_pf_point li:nth-child(odd) {
  flex-direction: row-reverse;
}
.list_pf_point li:not(:last-child) {
  margin: 0 0 5em;
}
@media screen and (max-width: 767px) {
  .list_pf_point li:not(:last-child) {
    margin: 0 0 3em;
  }
}
.list_pf_point_img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .list_pf_point_img {
    width: 100%;
    margin: 0 0 1.25em;
  }
}
.list_pf_point_desc {
  display: flex;
  justify-content: space-between;
  width: 45%;
}
@media screen and (max-width: 767px) {
  .list_pf_point_desc {
    display: block;
    width: 100%;
  }
}
.list_pf_point_num {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.25em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .list_pf_point_num {
    font-size: 1em;
    margin: 0 0 0.5em;
  }
}
.list_pf_point_num .number {
  display: block;
  color: #CA5357;
  font-size: 5.5em;
  line-height: 1;
  margin: 0 0 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_pf_point_num .number {
    display: inline-block;
    font-size: 1.5em;
    margin: 0 5px 0 0;
  }
}
.list_pf_point_num .number::after {
  content: "";
  width: 40px;
  height: 1px;
  border-bottom: 1px solid #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .list_pf_point_num .number::after {
    content: none;
  }
}
.list_pf_point_txt {
  width: calc(100% - 190px);
}
@media screen and (max-width: 767px) {
  .list_pf_point_txt {
    width: 100%;
  }
}
.list_pf_point_ttl {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.7;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .list_pf_point_ttl {
    font-size: 1.25em;
  }
}

.pf_history_img {
  text-align: center;
  margin: 0 0 5em;
}
@media screen and (max-width: 767px) {
  .pf_history_img {
    margin: 0 0 2em;
  }
}

.pf_history_txt {
  max-width: 590px;
  margin: auto;
  padding: 0 15px;
}
.pf_history_txt p {
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pf_history_txt p {
    line-height: 1.8;
    text-align: left;
  }
}
.pf_history_txt p:not(:last-child) {
  margin: 0 0 1.5em;
}

.balloon_2_black {
  background: #000;
  width: 439px;
}
@media screen and (max-width: 1200px) {
  .balloon_2_black {
    width: 313.5714285714px;
  }
}
@media screen and (max-width: 767px) {
  .balloon_2_black {
    width: 300px;
  }
}
.balloon_2_black::before {
  border-top: 15px solid #000;
}/*# sourceMappingURL=layout-pf.css.map */