@charset "UTF-8";
html.is-hidden {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  html.is-hidden {
    height: 100%;
  }
}

html.is-hidden body {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  html.is-hidden body {
    height: 100%;
  }
}

.pf-wrapper {
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  width: 100%;
}

.pf-wrapper *,
.pf-wrapper *:before,
.pf-wrapper *:after {
  box-sizing: border-box;
}

#hdArea {
  position: absolute;
}

.p-main-title.is-fixed {
  position: relative;
  top: auto;
}

.p-main-title.is-fixed .p-main-title__sp-upper {
  display: flex;
}

.p-main-title.is-fixed .sp-lower__links {
  top: 63px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 40px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
}

.slick-dots li .slick-active button:before {
  color: black;
  opacity: 0.75;
}

.pf-article-bottom {
  margin: 60px 0;
}

@media screen and (min-width: 768px), print {
  .pf-article-bottom {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    margin: 75px 0;
  }
}

.pf-article-bottom > p {
  text-align: center;
  font-size: 14px;
  margin: 0 0 30px;
}

@media screen and (min-width: 768px), print {
  .pf-article-bottom > p {
    margin: 0;
    font-size: 15px;
  }
}

.pf-article-bottom__share {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pf-article-bottom__share p {
  margin-right: 22px;
  font-size: 12px;
}

.pf-article-bottom__share a {
  display: block;
  width: 45px;
}

.pf-article-bottom__share a + a {
  margin-left: 10px;
}

.pf-article-bottom__share a img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.pf-article-form {
  margin: 60px 0;
}

.pf-article-form .mktoForm input,
.pf-article-form .mktoForm select,
.pf-article-form .mktoForm textarea {
  border: solid 1px rgb(118, 118, 118);
}


@media screen and (min-width: 768px), print {
  .pf-article-form {
    margin: 75px 0;
  }
}

.pf-article-head {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px), print {
  .pf-article-head {
    margin-bottom: 45px;
  }
}

.pf-article-head__date {
  font-size: 12px;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px), print {
  .pf-article-head__date {
    font-size: 15px;
  }
}

.pf-article-head__ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px), print {
  .pf-article-head__ttl {
    font-size: 23px;
    margin-bottom: 30px;
  }
}

.pf-article-head__mv {
  display: block;
  width: 100%;
}

.pf-article-head__lead {
  margin-top: 30px;
  padding: 15px;
  border: 1px solid #D5DAE2;
  font-size: 14px;
  line-height: 1.7;
}

@media screen and (min-width: 768px), print {
  .pf-article-head__lead {
    margin-top: 45px;
    padding: 30px;
    font-size: 15px;
    line-height: 1.8;
  }
}

.pf-article-main section + section {
  padding-top: 40px;
}

@media screen and (min-width: 768px), print {
  .pf-article-main section + section {
    padding-top: 90px;
  }
}

.pf-article-main h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px), print {
  .pf-article-main h2 {
    font-size: 21px;
    margin-bottom: 20px;
  }
}

.pf-article-main p {
  font-size: 14px;
  line-height: 1.8;
  margin: 1em 0 2em;
}

@media screen and (min-width: 768px), print {
  .pf-article-main p {
    font-size: 15px;
    margin: 1.5em 0 2.5em;
    margin-bottom: 37px;
  }
}

.pf-article-main p a {
  color: #0f67b8;
  font-weight: bold;
}

.pf-article-main p a:hover {
  text-decoration: underline;
}

.pf-article-main p.catch {
  margin: 1em 0;
  font-weight: bold;
}

.pf-article-main p.note {
  margin: 1em 0;
  color: #666666;
  font-size: 13px;
}

@media screen and (min-width: 768px), print {
  .pf-article-main p.note {
    font-size: 14px;
  }
}

.pf-article-main p .b {
  font-weight: bold;
}

.pf-article-main p.mb-0 {
  margin-bottom: 0;
}

.pf-article-main p.caption {
  margin-top: 0;
  font-size: 13px;
}

.pf-article-main p.align-r {
  text-align: right;
  margin: 0 0 20px;
}

@media screen and (min-width: 768px), print {
  .pf-article-main p.align-r {
    margin: 0 0 40px;
  }
}

.pf-article-main figure {
  margin: 0 0 28px;
}

@media screen and (min-width: 768px), print {
  .pf-article-main figure {
    margin: 0 0 30px;
  }
}

.pf-article-main figure img {
  display: block;
  max-width: 100%;
}

.pf-article-main figure figcaption {
  font-size: 11px;
  color: #666;
  line-height: 1.8;
  margin-top: 1em;
}

@media screen and (min-width: 768px), print {
  .pf-article-main figure figcaption {
    font-size: 13px;
  }
}

.pf-article-main .pf-article-main__txt-sub {
  font-size: 11px;
  color: #666;
  line-height: 1.8;
}

@media screen and (min-width: 768px), print {
  .pf-article-main__2col {
    display: flex;
    justify-content: center;
    margin-right: -10px;
    margin-top: 20px;
  }
}

.pf-article-main_item {
  margin-bottom: 10px;
}

.pf-article-main_item img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .pf-article-main_item {
    width: 50%;
    margin-right: 10px;
    margin-bottom: 0;
  }
}

.pf-article-main__list {
  font-size: 14px;
}

@media screen and (min-width: 768px), print {
  .pf-article-main__list {
    font-size: 15px;
  }
}

.pf-article-main__list li {
  list-style: disc inside;
  margin-bottom: 15px;
}

.pf-article-main__list a {
  color: #0f67b8;
  font-weight: bold;
}

.pf-article-main__list a:hover {
  text-decoration: underline;
}

.pf-article-outline {
  background-color: #F5F5F5;
  padding: 15px 15px 20px;
  margin-bottom: 60px;
}

@media screen and (min-width: 768px), print {
  .pf-article-outline {
    margin-bottom: 75px;
    padding: 30px;
  }
}

.pf-article-outline__heading {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px), print {
  .pf-article-outline__heading {
    font-size: 15px;
  }
}

.pf-article-outline__list li {
  font-size: 12px;
  line-height: 1.6;
}

@media screen and (min-width: 768px), print {
  .pf-article-outline__list li {
    font-size: 13px;
  }
}

.pf-article-outline__list li + li {
  margin-top: 10px;
  padding: 10px 0 0;
  border-top: 1px solid #D5DAE2;
}

.pf-article-outline__list a {
  color: #000;
}

.pf-article-outline__list a:hover {
  text-decoration: underline;
}

.pf-article-overview {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px), print {
  .pf-article-overview {
    margin-bottom: 45px;
  }
}

.pf-article-overview__heading {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px), print {
  .pf-article-overview__heading {
    font-size: 15px;
  }
}

.pf-article-overview__list {
  font-size: 11px;
  color: #666666;
  line-height: 1.8;
}

.pf-article-profile {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px), print {
  .pf-article-profile {
    display: flex;
    margin-bottom: 45px;
  }
}

.pf-article-profile__img {
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .pf-article-profile__img {
    width: 200px;
    margin-bottom: 0;
  }
}

.pf-article-profile__img img {
  max-width: 100%;
}

@media screen and (min-width: 768px), print {
  .pf-article-profile__img--l {
    width: 250px;
  }
}

@media screen and (min-width: 768px), print {
  .pf-article-profile__data {
    flex: 1;
    margin-left: 20px;
  }
}

.pf-article-profile__lead {
  margin-bottom: 5px;
  font-size: 14px;
}

.pf-article-profile__lead--l {
  font-size: 15px;
}

.pf-article-profile__name {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
}

.pf-article-profile__name--l {
  font-size: 16px;
}

.pf-article-profile__description {
  line-height: 1.8;
  font-size: 12px;
}

.pf-article-related {
  margin: 60px 0;
  padding: 0 15px;
}

@media screen and (min-width: 768px), print {
  .pf-article-related {
    padding: 0;
  }
}

.pf-article-related li {
  list-style: disc inside;
  margin-bottom: 10px;
  font-size: 14px;
}

@media screen and (min-width: 768px), print {
  .pf-article-related li {
    font-size: 15px;
  }
}

.pf-article-summary {
  font-size: 15px;
  background-color: #F5F5F5;
  padding: 15px 15px 20px;
  margin-top: 20px;
  margin-bottom: 60px;
}

@media screen and (min-width: 768px), print {
  .pf-article-summary {
    margin-top: 40px;
    margin-bottom: 75px;
    padding: 30px;
  }
}

.pf-article-summary dl {
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 2em;
}

@media screen and (min-width: 768px), print {
  .pf-article-summary dl {
    margin: 0 0 2.5em;
  }
}

.pf-article-summary dt {
  float: left;
}

.pf-article-summary dd {
  margin-left: 80px;
}

.pf-article-summary dd p {
  margin: 0 0 10px;
}

.pf-article-wrap {
  padding: 15px 15px 75px;
}

@media screen and (min-width: 768px), print {
  .pf-article-wrap {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 0 0;
  }
}

.pf-case {
  margin: 0 25px 40px;
  padding-top: 30px;
}

@media screen and (min-width: 768px), print {
  .pf-case {
    margin-bottom: 120px;
    padding-top: 60px;
  }
}

.pf-case_ttl {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .pf-case_ttl {
    margin-bottom: 60px;
    font-size: 24px;
  }
}

.pf-case_ttl span {
  display: inline-block;
  margin: 0 -1px;
  border: #D5DAE2 1px solid;
  padding: 0 3px;
  background: #ffffff;
}

@media screen and (min-width: 768px), print {
  .pf-case_ttl span {
    padding: 5px;
  }
}

@media screen and (min-width: 768px), print {
  .pf-case_item {
    display: flex;
    flex-direction: row-reverse;
    max-width: 1040px;
    margin: 0 auto;
  }
}

.pf-case_item + .pf-case_item {
  margin-top: 40px;
  border-top: 1px solid #D5DADF;
  padding-top: 40px;
}

@media screen and (min-width: 768px), print {
  .pf-case_item + .pf-case_item {
    margin-top: 80px;
    padding-top: 80px;
  }
}

@media screen and (min-width: 768px), print {
  .pf-case_data {
    width: 48.07692%;
  }
}

@media screen and (min-width: 768px), print {
  .pf-case-photo {
    width: 48.07692%;
    margin-right: auto;
  }
}

.pf-case-photo_img + .pf-case-photo_img {
  margin-top: 30px;
}

.pf-case-photo_img img {
  width: 100%;
}

.pf-case-photo_caption {
  margin-top: 10px;
  font-size: 12px;
}

.pf-case-product {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px), print {
  .pf-case-product {
    margin-bottom: 0;
  }
}

.pf-case-product_ttl {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (min-width: 768px), print {
  .pf-case-product_ttl {
    font-size: 16px;
  }
}

.pf-case-product_item {
  border: 1px solid #D5DADF;
}

.pf-case-product_item + .pf-case-product_item {
  margin-top: 15px;
}

.pf-case-product_link {
  display: flex;
  padding: 10px 10px 10px 0;
  color: #000;
  background: url(../img/common/icon_external_link.svg) calc(100% - 15px) calc(100% - 22px) no-repeat;
  background-size: 15px auto;
}

@media screen and (min-width: 768px), print {
  .pf-case-product_link {
    padding: 15px 10px;
    background-position: calc(100% - 20px) 50%;
    transition: 200ms;
  }
}

.pf-case-product_link:hover {
  color: #000;
  text-decoration: none;
}

@media screen and (min-width: 768px), print {
  .pf-case-product_link:hover {
    background-position: calc(100% - 15px) calc(50% - 3px);
  }
}

.pf-case-product_img {
  width: 90px;
}

.pf-case-product_img img {
  width: 100%;
}

.pf-case-product_data {
  flex: 1;
  margin-left: 5px;
  padding-top: 10px;
}

.pf-case-product_lead {
  line-height: 2;
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 500;
}

@media screen and (min-width: 768px), print {
  .pf-case-product_lead {
    line-height: 1.7;
    font-size: 12px;
  }
}

.pf-case-product_logo {
  height: 17px;
}

.pf-case-product_logo img {
  width: auto;
  height: 100%;
}

.pf-case-voice {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px), print {
  .pf-case-voice {
    margin-bottom: 35px;
  }
}

.pf-case-voice_inner {
  position: relative;
  margin-bottom: 15px;
  padding: 20px;
  background: #EEEEEE;
}

@media screen and (min-width: 768px), print {
  .pf-case-voice_inner {
    padding: 30px;
  }
}

.pf-case-voice_inner:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -20px;
  left: 25px;
  width: 20px;
  height: 20px;
  background: url(../img/case/icon_arrow.svg) center center no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .pf-case-voice_inner:after {
    bottom: -32px;
    width: 32px;
    height: 32px;
  }
}

.pf-case-voice_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 90px;
  height: 26px;
  border-radius: 13px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  background: #3CC8DB;
}

@media screen and (min-width: 768px), print {
  .pf-case-voice_ttl {
    top: 26px;
    right: 26px;
    font-size: 12px;
  }
}

.pf-case-voice_area, .pf-case-voice_area--noicon {
  margin-bottom: 10px;
  padding-right: 90px;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (min-width: 768px), print {
  .pf-case-voice_area, .pf-case-voice_area--noicon {
    margin-bottom: 15px;
    font-size: 20px;
  }
}

.pf-case-voice_area--noicon {
  padding-right: 0;
}

.pf-case-voice_profile {
  line-height: 1.5;
  margin-bottom: 5px;
  font-size: 13px;
}

@media screen and (min-width: 768px), print {
  .pf-case-voice_profile {
    font-size: 14px;
  }
}

.pf-case-voice_name {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (min-width: 768px), print {
  .pf-case-voice_name {
    margin-bottom: 15px;
    font-size: 16px;
  }
}

.pf-case-voice_comment {
  line-height: 1.7;
  font-size: 14px;
}

@media screen and (min-width: 768px), print {
  .pf-case-voice_comment {
    font-size: 15px;
  }
}

.pf-case-voice_detail {
  text-align: right;
  padding-right: 15px;
}

@media screen and (min-width: 768px), print {
  .pf-case-voice_detail {
    padding-right: 20px;
  }
}

.pf-case-voice_detail a {
  position: relative;
  display: inline-block;
  padding-right: 18px;
  color: #000;
  font-size: 14px;
}

.pf-case-voice_detail a:after {
  position: absolute;
  top: 4px;
  right: 0;
  content: '';
  display: block;
  width: 15px;
  height: 12px;
  background: url(../img/common/icon_external_link.svg) center center no-repeat;
  background-size: contain;
  transition: 200ms;
}

.pf-case-voice_detail a:hover {
  color: #000;
  text-decoration: none;
}

@media screen and (min-width: 768px), print {
  .pf-case-voice_detail a:hover:after {
    top: 2px;
    right: -3px;
  }
}

.pf-auth {
  width: 290px;
  margin: 0 auto 80px;
}

@media screen and (min-width: 768px), print {
  .pf-auth {
    display: flex;
    justify-content: center;
    max-width: 900px;
    width: 95%;
    margin-bottom: 130px;
  }
}

.pf-auth__logo {
  width: 160px;
  margin: 0 auto 15px;
}

@media screen and (min-width: 768px), print {
  .pf-auth__logo {
    margin: 0;
    margin-right: 30px;
  }
}

.pf-auth__logo img {
  width: 100%;
  height: auto;
}

.pf-auth__text {
  padding-top: 10px;
}

.pf-auth__ttl {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .pf-auth__ttl {
    margin-bottom: 10px;
    text-align: left;
  }
}

.pf-auth__lead {
  line-height: 2.2;
  margin-bottom: 10px;
  font-size: 12px;
}

@media screen and (min-width: 768px), print {
  .pf-auth__lead {
    font-size: 14px;
  }
}

.pf-auth__links {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 768px), print {
  .pf-auth__links {
    flex-direction: row;
  }
}

.pf-auth__link {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  color: #000;
  font-size: 12px;
  transition: 200ms;
  line-height: 2;
}

@media screen and (min-width: 768px), print {
  .pf-auth__link {
    font-size: 14px;
  }
}

.pf-auth__link:hover {
  color: #3CC8DB;
  text-decoration: none;
}

@media screen and (min-width: 768px), print {
  .pf-auth__link:hover:after {
    top: -2px;
    left: 3px;
  }
}

.pf-auth__link:after {
  content: '';
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  width: 15px;
  height: 12px;
  margin-left: 5px;
  background: url(../img/common/icon_external_link.svg) center center no-repeat;
  background-size: contain;
  transition: 200ms;
}

@media screen and (max-width: 767px) {
  .pf-auth__link:after {
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.pf-info {
  margin-bottom: 60px;
}

@media screen and (min-width: 768px), print {
  .pf-info {
    max-width: 1038px;
    margin: 0 auto 30px;
  }
}

.pf-info__subttl {
  line-height: 2;
  margin-bottom: 30px;
  font-size: 12px;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .pf-info__subttl {
    margin-bottom: 75px;
    font-size: 15px;
  }
}

.pf-info__list {
  padding: 0 45px;
}

@media screen and (min-width: 768px), print {
  .pf-info__list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .pf-info__item:not(:first-child) {
    margin-top: 45px;
  }
}

@media screen and (min-width: 768px), print {
  .pf-info__item {
    width: 50%;
    margin-bottom: 60px;
    padding: 0 23px;
  }
}

@media screen and (min-width: 992px), print {
  .pf-info__item {
    width: 33.33333%;
  }
}

.pf-info__link {
  display: block;
}

.pf-info__link:hover {
  text-decoration: none;
}

.pf-info__img {
  margin-bottom: 20px;
  border: #D5DAE2 1px solid;
}

.pf-info__img img {
  width: 100%;
  height: auto;
}

.pf-info__ttl {
  position: relative;
  line-height: 1.8;
  padding-right: 15px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  transition: 200ms;
}

@media screen and (min-width: 992px), print {
  .pf-info__ttl {
    font-size: 15px;
  }
}

@media screen and (max-width: 374px) {
  .pf-info__ttl {
    font-size: 13px;
  }
}

.pf-info__ttl:after {
  content: '';
  display: block;
  position: absolute;
  right: -15px;
  top: 50%;
  width: 30px;
  height: 30px;
  background: center center no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: 200ms;
}

.pf-info__link--link .pf-info__ttl:after {
  background-image: url(../img/common/icon_link_blue.svg);
}

.pf-info__link--link:hover .pf-info__ttl:after {
  right: -20px;
  margin-top: -3px;
}

.pf-info__link--dl .pf-info__ttl:after {
  background-image: url(../img/common/icon_download.svg);
}

.pf-info__link--dl:hover .pf-info__ttl:after {
  margin-top: 5px;
}

.pf-info__link:hover .pf-info__ttl {
  color: #3CC8DB;
}

@media screen and (min-width: 768px), print {
  .pf-modal-about {
    display: flex;
  }
}

@media screen and (min-width: 768px), print {
  .pf-modal-about__always {
    width: 50%;
  }
}

@media screen and (min-width: 768px), print {
  .pf-modal-about__if {
    width: 50%;
    border-left: #D5DAE2 1px solid;
  }
}

.pf-modal-about__catch {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 75px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (min-width: 768px), print {
  .pf-modal-about__catch {
    width: 150px;
    height: 90px;
    font-size: 24px;
  }
  .pf-modal-about__always .pf-modal-about__catch {
    position: relative;
    top: -35px;
    left: -25px;
  }
}

.pf-modal-about__always .pf-modal-about__catch {
  background: #6EDCEB;
}

.pf-modal-about__if .pf-modal-about__catch {
  background: #FE939F;
}

[data-modal_contents="modal02"] .pf-modal-about__box02 .pf-modal-about__catch {
  background: #6EDCEB;
}

.pf-modal-about__catch span {
  margin-top: -5px;
  font-size: 12px;
}

@media screen and (min-width: 768px), print {
  .pf-modal-about__catch span {
    font-size: 15px;
  }
}

.pf-modal-about__box {
  position: relative;
  border-bottom: #D5DAE2 1px solid;
  padding: 35px 25px 30px;
}

@media screen and (min-width: 768px), print {
  .pf-modal-about__always .pf-modal-about__box:last-child {
    border-bottom: none;
  }
  .pf-modal-about__if .pf-modal-about__box:last-child {
    border-bottom: none;
  }
}

.pf-modal-about__img {
  margin-bottom: 30px;
  padding-left: 120px;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .pf-modal-about__img {
    padding-left: 0;
  }
  .pf-modal-about__if .pf-modal-about__img {
    padding-left: 150px;
  }
  .pf-modal-about__always .pf-modal-about__img {
    margin-bottom: 50px;
  }
  [data-modal_contents="modal02"] .pf-modal-about__always .pf-modal-about__img {
    margin-bottom: 70px;
  }
  [data-modal_contents="modal02"] .pf-modal-about__box03 .pf-modal-about__img {
    margin-bottom: 10px;
  }
}

.pf-modal-about__img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  [data-modal_contents="modal03"] .pf-modal-about__always .pf-modal-about__img img {
    width: 50%;
  }
  [data-modal_contents="modal03"] .pf-modal-about__box02 .pf-modal-about__img img {
    width: 50%;
  }
  [data-modal_contents="modal03"] .pf-modal-about__box03 .pf-modal-about__img img {
    width: 80%;
  }
}

@media screen and (min-width: 768px), print {
  [data-modal_contents="modal01"] .pf-modal-about__always .pf-modal-about__img img {
    width: 270px;
  }
  [data-modal_contents="modal01"] .pf-modal-about__if .pf-modal-about__img img {
    width: 225px;
  }
  [data-modal_contents="modal02"] .pf-modal-about__always .pf-modal-about__img img {
    width: 300px;
  }
  [data-modal_contents="modal02"] .pf-modal-about__box02 .pf-modal-about__img img {
    width: 173px;
  }
  [data-modal_contents="modal02"] .pf-modal-about__box03 .pf-modal-about__img img {
    width: 245px;
  }
  [data-modal_contents="modal03"] .pf-modal-about__always .pf-modal-about__img img {
    width: 180px;
  }
  [data-modal_contents="modal03"] .pf-modal-about__box02 .pf-modal-about__img img {
    width: 108px;
  }
  [data-modal_contents="modal03"] .pf-modal-about__box03 .pf-modal-about__img img {
    width: 183px;
  }
  [data-modal_contents="modal04"] .pf-modal-about__always .pf-modal-about__img img {
    width: 272px;
  }
  [data-modal_contents="modal04"] .pf-modal-about__box02 .pf-modal-about__img img {
    width: 254px;
  }
  [data-modal_contents="modal04"] .pf-modal-about__box03 .pf-modal-about__img img {
    width: 180px;
  }
  [data-modal_contents="modal05"] .pf-modal-about__always .pf-modal-about__img img {
    width: 179px;
  }
  [data-modal_contents="modal05"] .pf-modal-about__box02 .pf-modal-about__img img {
    width: 192px;
  }
  [data-modal_contents="modal05"] .pf-modal-about__box03 .pf-modal-about__img img {
    width: 149px;
  }
  [data-modal_contents="modal06"] .pf-modal-about__always .pf-modal-about__img img {
    width: 259px;
  }
  [data-modal_contents="modal06"] .pf-modal-about__box02 .pf-modal-about__img img {
    width: 256px;
  }
  [data-modal_contents="modal06"] .pf-modal-about__box03 .pf-modal-about__img img {
    width: 173px;
  }
}

.pf-modal-about__description {
  line-height: 1.7;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 500;
}

@media screen and (min-width: 768px), print {
  .pf-modal-about__description {
    margin-bottom: 20px;
    font-size: 18px;
  }
}

.pf-modal-about__item {
  position: relative;
  line-height: 1.8;
  padding-left: 30px;
  font-size: 14px;
}

@media screen and (min-width: 768px), print {
  .pf-modal-about__item {
    font-size: 15px;
  }
}

.pf-modal-about__item:not(:first-child) {
  margin-top: 12px;
}

.pf-modal-about__item:before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 2px;
  width: 15px;
  height: 12px;
  background: center center no-repeat;
  background-size: contain;
}

.pf-modal-about__always .pf-modal-about__item:before {
  background-image: url(../img/index/icon_check_blue.svg);
}

.pf-modal-about__if .pf-modal-about__item:before {
  background-image: url(../img/index/icon_check_pink.svg);
}

[data-modal_contents="modal02"] .pf-modal-about__box02 .pf-modal-about__item:before {
  background-image: url(../img/index/icon_check_blue.svg);
}

.pf-modal-products {
  padding: 25px 30px 40px;
}

@media screen and (min-width: 768px), print {
  .pf-modal-products {
    display: flex;
    flex-direction: row-reverse;
    border-top: #D5DAE2 1px solid;
    padding: 50px 85px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .pf-modal-products {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.pf-modal-products__img {
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .pf-modal-products__img {
    width: 300px;
    margin-left: auto;
  }
}

.pf-modal-products__img img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px), print {
  .pf-modal-products__info {
    padding-right: 10px;
  }
}

.pf-modal-products__names {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px), print {
  .pf-modal-products__names {
    margin-bottom: 15px;
  }
}

.pf-modal-products__logo {
  margin-right: 10px;
}

@media screen and (min-width: 768px), print {
  .pf-modal-products__logo {
    margin-right: 20px;
  }
}

[data-modal_contents="modal01"] .pf-modal-products__logo {
  width: 120px;
}

@media screen and (min-width: 768px), print {
  [data-modal_contents="modal01"] .pf-modal-products__logo {
    width: 150px;
  }
}

[data-modal_contents="modal02"] .pf-modal-products__logo {
  width: 100px;
}

@media screen and (min-width: 768px), print {
  [data-modal_contents="modal02"] .pf-modal-products__logo {
    width: 140px;
  }
}

[data-modal_contents="modal03"] .pf-modal-products__logo {
  width: 180px;
}

@media screen and (min-width: 992px), print {
  [data-modal_contents="modal03"] .pf-modal-products__logo {
    width: 210px;
  }
}

[data-modal_contents="modal06"] .pf-modal-products__logo {
  width: 120px;
}

@media screen and (min-width: 992px), print {
  [data-modal_contents="modal06"] .pf-modal-products__logo {
    width: 130px;
  }
}

.pf-modal-products__logo img {
  width: 100%;
  height: auto;
}

.pf-modal-products__name {
  font-size: 12px;
  font-weight: 500;
}

@media screen and (min-width: 768px), print {
  .pf-modal-products__name {
    font-size: 15px;
  }
}

.pf-modal-products__description {
  margin-bottom: 15px;
  line-height: 2.2;
  font-size: 11px;
}

@media screen and (min-width: 768px), print {
  .pf-modal-products__description {
    line-height: 2;
    font-size: 15px;
  }
}

.pf-modal-products__btn {
  display: block;
  position: relative;
  border-radius: 30px;
  padding: 16px 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  background: #3CC8DB;
  transition: 200ms;
}

.pf-modal-products__btn:hover {
  color: #fff;
  text-decoration: none;
  background: #24BDD1;
}

.pf-modal-products__btn:hover:after {
  right: 15px;
  margin-top: -3px;
}

.pf-modal-products__btn:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 30px;
  height: 30px;
  background: url(../img/common/icon_link_white.svg) center center no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: 200ms;
}

@media screen and (min-width: 768px), print {
  .pf-modal-products__btn {
    width: 270px;
  }
}

.pf-modal-products2 {
  padding: 25px 30px 40px;
}

@media screen and (min-width: 768px), print {
  .pf-modal-products2 {
    display: flex;
    border-top: #D5DAE2 1px solid;
    padding: 50px;
  }
}

@media screen and (min-width: 768px), print {
  .pf-modal-products2 div.col {
    width: 50%;
  }
}

.pf-modal-products2__info {
  display: flex;
  flex-direction: column-reverse;
}

@media screen and (min-width: 768px), print {
  .pf-modal-products2__info {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px), print {
  .pf-modal-products2 .pf-modal-products__img {
    margin-left: 20px;
    width: 30%;
  }
}

.pf-modal-products2 .pf-modal-products__btn {
  margin: auto;
}

.pf-modal-products2 .mt-50 {
  margin-top: 50px;
}

@media screen and (min-width: 768px), print {
  .pf-modal-products2 .mt-50 {
    margin-top: 0;
  }
}

.pf-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.6);
}

.pf-modal.is-show {
  display: block;
}

.pf-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.pf-modal__contents {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .pf-modal__contents {
    width: calc(100% - 30px);
  }
}

@media screen and (min-width: 768px), print {
  .pf-modal__contents {
    max-width: 960px;
    width: 90%;
  }
}

.pf-modal__close {
  position: absolute;
  top: -10px;
  right: -15px;
  z-index: 10;
  width: 30px;
  height: 30px;
  background: url(../img/common/icon_close.svg) center center no-repeat;
  background-size: contain;
  cursor: pointer;
}

@media screen and (min-width: 768px), print {
  .pf-modal__close {
    top: -45px;
    right: -45px;
  }
}

.pf-modal__scroll,
.pf-modal__noscroll {
  position: relative;
  width: 100%;
  max-height: calc(100vh - 30px);
  background: #ffffff;
}

@media screen and (min-width: 768px), print {
  .pf-modal__scroll,
  .pf-modal__noscroll {
    max-height: calc(100vh - 100px);
  }
}

.pf-modal__scroll {
  height: 100%;
  overflow-y: scroll;
  overflow-scrolling: touch;
}

.pf-modal__frame {
  width: 100%;
  height: 100%;
  line-height: 1.8;
  font-size: 16px;
}

.pf-modal__frame-mv {
  position: relative;
}

.pf-modal__mv-wrap {
  padding-top: 56.25%;
}

.pf-modal__mv-wrap iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.pf-nav {
  margin-bottom: 70px;
}

@media screen and (min-width: 768px), print {
  .pf-nav {
    min-height: 90px;
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 768px), print {
  .pf-nav__inner {
    position: relative;
    padding: 35px 0;
    background: #ffffff;
  }
  .pf-nav__inner.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
  }
}

.pf-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (min-width: 992px), print {
  .pf-nav__list {
    padding-right: 210px;
  }
}

@media screen and (min-width: 1200px), print {
  .pf-nav__list {
    padding-right: 0;
  }
}

.pf-nav__item {
  padding: 0 15px;
  text-align: center;
}

.pf-nav__item:not(:last-child) {
  border-right: #D5DAE2 1px solid;
}

@media screen and (max-width: 991px) {
  .pf-nav__item {
    width: 100%;
    margin-bottom: 15px;
    border-right: none;
  }
}

@media screen and (min-width: 992px), print {
  .pf-nav__item {
    padding: 0 20px;
  }
}

@media screen and (min-width: 1200px), print {
  .pf-nav__item {
    padding: 0 40px;
  }
}

.pf-nav__link {
  color: #000;
  font-size: 12px;
  transition: 200ms;
}

.pf-nav__link:hover {
  color: #3CC8DB;
  text-decoration: none;
}

@media screen and (min-width: 768px), print {
  .pf-nav__link {
    font-size: 15px;
  }
}

@media screen and (max-width: 374px) {
  .pf-nav__link {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .pf-nav__contact {
    display: none;
  }
}

@media screen and (min-width: 768px), print {
  .pf-nav__contact {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 0;
    width: 170px;
    height: 50px;
    border-radius: 25px 0 0 25px;
    padding-left: 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    background: #3CC8DB;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    transition: 200ms;
  }
  .pf-nav__contact:hover {
    color: #fff;
    text-decoration: none;
    background: #24BDD1;
  }
  .pf-nav__contact:hover:after {
    right: 15px;
    margin-top: -3px;
  }
}

@media screen and (min-width: 992px), print {
  .pf-nav__contact {
    width: 210px;
    height: 60px;
    border-radius: 30px 0 0 30px;
  }
}

.pf-nav__contact:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url(../img/common/icon_link_white.svg) center center no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: 200ms;
}

@media screen and (min-width: 992px), print {
  .pf-nav__contact:after {
    width: 30px;
    height: 30px;
  }
}

.pf-office {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px), print {
  .pf-office {
    max-width: 1062px;
    margin: 140px auto;
  }
}

@media screen and (max-width: 767px) {
  .pf-office .pf-top-ttl {
    width: 300px;
  }
}

.pf-office__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 25px;
}

@media screen and (min-width: 768px), print {
  .pf-office__list {
    margin: 0;
  }
}

.pf-office__item {
  width: 76%;
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .pf-office__item:nth-child(even) {
    margin-left: auto;
  }
}

@media screen and (min-width: 768px), print {
  .pf-office__item {
    width: 50%;
    padding: 0 27px;
  }
}

@media screen and (min-width: 992px), print {
  .pf-office__item {
    width: 33.33333%;
    margin-bottom: 15px;
  }
  .pf-office__item:nth-child(3n + 2) {
    margin-top: 67px;
  }
}

.pf-office__link {
  display: block;
  position: relative;
  cursor: pointer;
}

.pf-office__link:hover:after {
  right: -20px;
  bottom: -12px;
}

.pf-office__link:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: url(../img/common/icon_link_blue.svg) center center no-repeat;
  background-size: contain;
  transition: 200ms;
}

.pf-office__img {
  position: relative;
  margin: 0 auto 35px;
}

@media screen and (min-width: 768px), print {
  .pf-office__img {
    height: 250px;
    margin-bottom: 65px;
  }
}

.pf-office__img img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px), print {
  .pf-office__img img {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.pf-office__img01 {
  width: 150px;
}

@media screen and (min-width: 768px), print {
  .pf-office__img01 {
    width: 200px;
  }
}

.pf-office__img02 {
  width: 150px;
}

@media screen and (min-width: 768px), print {
  .pf-office__img02 {
    width: 209px;
  }
}

.pf-office__img03 {
  width: 90px;
}

@media screen and (min-width: 768px), print {
  .pf-office__img03 {
    width: 123px;
  }
}

.pf-office__img04 {
  width: 105px;
}

@media screen and (min-width: 768px), print {
  .pf-office__img04 {
    width: 124px;
  }
}

.pf-office__img05 {
  width: 120px;
}

@media screen and (min-width: 768px), print {
  .pf-office__img05 {
    width: 144px;
  }
}

.pf-office__img06 {
  width: 120px;
}

@media screen and (min-width: 768px), print {
  .pf-office__img06 {
    width: 140px;
  }
}

.pf-office__text {
  position: relative;
}

.pf-office__catch-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pf-office__catch {
  display: inline-block;
  padding: 4px 15px;
  border-radius: 15px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  background: #3CC8DB;
}

@media screen and (min-width: 768px), print {
  .pf-office__catch {
    padding: 6px 15px;
    font-size: 15px;
  }
}

.pf-office__description {
  line-height: 1.8;
  border: #D5DAE2 1px solid;
  padding: 25px 1px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  transition: 100ms;
}

@media screen and (min-width: 768px), print {
  .pf-office__description {
    line-height: 1.5;
    font-size: 18px;
  }
}

.pf-office__link:hover .pf-office__description {
  border: #3CC8DB 2px solid;
  padding: 24px 0;
}

.pf-office__supplement {
  margin-top: 5px;
  text-align: right;
  color: #000;
  font-size: 10px;
}

@media screen and (min-width: 768px), print {
  .pf-office__supplement {
    margin-top: 10px;
    font-size: 12px;
  }
}

.pf-partner {
  width: 290px;
  margin: 0 auto 40px;
  border-top: #DBDFE6 1px solid;
  border-bottom: #DBDFE6 1px solid;
  padding: 30px 0 40px;
}

@media screen and (min-width: 768px), print {
  .pf-partner {
    display: flex;
    justify-content: center;
    max-width: 1015px;
    width: 95%;
    margin-bottom: 150px;
    padding: 40px 0;
  }
}

.pf-partner__logo {
  width: 150px;
  margin: 0 auto 20px;
}

@media screen and (min-width: 768px), print {
  .pf-partner__logo {
    margin: 0;
    margin-left: 20px;
    padding-top: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .pf-partner__logo {
    width: 180px;
    margin-right: 30px;
  }
}

@media screen and (min-width: 992px), print {
  .pf-partner__logo {
    width: 195px;
    margin-right: 50px;
  }
}

.pf-partner__logo img {
  width: 100%;
  height: auto;
}

.pf-partner__lead {
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .pf-partner__lead {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: left;
  }
}

@media screen and (min-width: 992px), print {
  .pf-partner__lead {
    font-size: 18px;
  }
}

.pf-partner__description {
  line-height: 1.8;
  margin-bottom: 10px;
  font-size: 12px;
}

@media screen and (min-width: 768px), print {
  .pf-partner__description {
    font-size: 14px;
  }
}

.pf-partner__links {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 768px), print {
  .pf-partner__links {
    flex-direction: row;
  }
}

.pf-partner__link {
  display: inline-block;
  color: #000;
  font-size: 12px;
  transition: 200ms;
}

@media screen and (min-width: 768px), print {
  .pf-partner__link {
    font-size: 14px;
  }
}

.pf-partner__link:hover {
  color: #3CC8DB;
  text-decoration: none;
}

.pf-partner__link:hover:after {
  top: -2px;
  left: 3px;
}

.pf-partner__link:after {
  content: '';
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  width: 15px;
  height: 12px;
  margin-left: 5px;
  background: url(../img/common/icon_external_link.svg) center center no-repeat;
  background-size: contain;
  transition: 200ms;
}

.pf-products {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px), print {
  .pf-products {
    max-width: 1040px;
    margin: 0 auto 60px;
  }
}

@media screen and (max-width: 767px) {
  .pf-products .pf-top-ttl {
    width: 270px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .pf-products__list {
    width: 520px;
    margin: 50px auto 0;
  }
}

@media screen and (min-width: 992px), print {
  .pf-products__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .pf-products__item:not(:first-child) {
    margin-top: 55px;
  }
}

@media screen and (min-width: 768px), print {
  .pf-products__item {
    display: flex;
    align-items: center;
    margin: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .pf-products__item {
    width: 100%;
  }
  .pf-products__item:not(:first-child) {
    margin-top: 50px;
  }
}

@media screen and (min-width: 992px), print {
  .pf-products__item {
    width: 50%;
  }
  .pf-products__item:nth-child(n + 3) {
    margin-top: 120px;
  }
}

.pf-products__img {
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .pf-products__img {
    width: 36.53846%;
    margin: 0;
  }
}

.pf-products__img img {
  height: auto;
}

.pf-products__img01 img {
  width: 118px;
}

@media screen and (min-width: 768px), print {
  .pf-products__img01 img {
    width: 126px;
  }
}

.pf-products__img02 img {
  width: 72px;
}

@media screen and (min-width: 768px), print {
  .pf-products__img02 img {
    width: 78px;
  }
}

.pf-products__img03 img {
  width: 117px;
}

@media screen and (min-width: 768px), print {
  .pf-products__img03 img {
    width: 125px;
  }
}

.pf-products__img04 img {
  width: 190px;
}

@media screen and (min-width: 768px), print {
  .pf-products__img04 img {
    width: 100%;
    max-width: 203px;
  }
}

.pf-products__data {
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .pf-products__data {
    width: 63.46154%;
  }
}

.pf-products__lead {
  line-height: 1.8;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (min-width: 768px), print {
  .pf-products__lead {
    font-size: 15px;
  }
}

.pf-products__logo {
  margin-bottom: 20px;
}

.pf-products__date {
  display: inline-block;
  border: #3CC8DB 1px solid;
  border-radius: 20px;
  padding: 6px 15px;
  font-size: 12px;
}

@media screen and (min-width: 768px), print {
  .pf-products__date {
    border-radius: 20px;
    padding: 9px 20px;
    font-size: 15px;
  }
}

.pf-products__date a {
  color: #3CC8DB;
}

.pf-products__date a:hover {
  text-decoration: none;
}

.pf-products__date:hover {
  color: #3CC8DB;
  text-decoration: none;
}

@media screen and (min-width: 768px), print {
  .pf-products__date:hover:after {
    top: -2px;
    left: 3px;
  }
}

.pf-products__date:after {
  content: '';
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  width: 15px;
  height: 12px;
  margin-left: 5px;
  background: url(../img/common/icon_external_link.svg) center center no-repeat;
  background-size: contain;
  transition: 200ms;
}

.pf-top-subttl {
  margin-bottom: 40px;
  font-size: 11px;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .pf-top-subttl {
    font-size: 18px;
  }
}

.pf-top-subttl span {
  display: inline-block;
  margin: 0 -1px;
  border: #D5DAE2 1px solid;
  padding: 0 3px;
  background: #ffffff;
}

@media screen and (min-width: 768px), print {
  .pf-top-subttl span {
    padding: 5px;
  }
}

.pf-top-subttl.product {
  font-size: 18px;
}

@media screen and (min-width: 768px), print {
  .pf-top-subttl.product {
    font-size: 24px;
  }
}

.pf-top-subttl.product span {
  padding: 3px;
}

@media screen and (min-width: 768px), print {
  .pf-top-subttl.product span {
    padding: 8px;
  }
}

.pf-top-ttl {
  margin: 0 auto 30px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
}

@media screen and (min-width: 768px), print {
  .pf-top-ttl {
    margin-bottom: 40px;
    font-size: 24px;
  }
}

@media screen and (min-width: 1200px), print {
  .pf-top-ttl {
    font-size: 27px;
  }
}

@media screen and (min-width: 768px), print {
  .pf-top-ttl.product_ttl {
    margin: 80px auto;
  }
}

.pf-top-ttl__sec {
  display: block;
  margin: 20px 0;
}

@media screen and (min-width: 768px), print {
  .pf-top-ttl__sec {
    display: inline;
    margin: 0;
  }
}

.pf-top-ttl__sec--l {
  text-align: left;
}

.pf-top-ttl__sec--r {
  text-align: right;
}

.pf-top-ttl__key {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (min-width: 768px), print {
  .pf-top-ttl__key {
    font-size: 27px;
  }
}

@media screen and (min-width: 1200px), print {
  .pf-top-ttl__key {
    font-size: 30px;
  }
}

.pf-top-ttl__key:before {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: 0.4em;
  width: 3px;
  height: 3px;
  border-radius: 2px;
}

@media screen and (min-width: 768px), print {
  .pf-top-ttl__key:before {
    top: 0;
    width: 5px;
    height: 5px;
    border-radius: 3px;
  }
}

.pf-top-ttl__key:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
}

@media screen and (min-width: 768px), print {
  .pf-top-ttl__key:after {
    bottom: -5px;
  }
}

.pf-top-ttl__always {
  color: #6EDCEB;
}

.pf-top-ttl__always:before {
  background: #6EDCEB;
  box-shadow: 1em 0 0 #6EDCEB, 2em 0 0 #6EDCEB;
}

.pf-top-ttl__always:after {
  background: #6EDCEB;
}

.pf-top-ttl__if {
  color: #FE939F;
}

.pf-top-ttl__if:before {
  background: #FE939F;
  box-shadow: 1em 0 0 #FE939F, 2em 0 0 #FE939F;
}

.pf-top-ttl__if:after {
  background: #FE939F;
}

.pf-mv-about {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #ffffff;
}

.pf-mv-about__inner {
  padding-top: 15px;
}

@media screen and (min-width: 768px), print {
  .pf-mv-about__inner {
    display: flex;
    flex-direction: row-reverse;
    max-width: 950px;
    width: 90%;
    padding-top: 130px;
  }
}

.pf-mv-about__img {
  width: 180px;
  margin: 0 auto 15px;
  opacity: 0;
}

@media screen and (min-width: 768px), print {
  .pf-mv-about__img {
    width: 38.63158%;
    margin: 0;
    margin-left: auto;
  }
}

.pf-mv-about__img.is-show {
  opacity: 1;
  transition: opacity 600ms 400ms;
}

.pf-mv-about__img-inner {
  position: relative;
  width: 100%;
  padding-top: 88.94736842105263%;
}

.pf-mv-about__img-inner svg, .pf-mv-about__img-inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pf-mv-about__lead {
  line-height: 1.9;
  font-size: 13px;
  font-weight: 500;
  opacity: 0;
}

@media screen and (min-width: 768px), print {
  .pf-mv-about__lead {
    line-height: 2.4;
    padding-top: 50px;
    font-size: 16px;
  }
}

@media screen and (min-width: 992px), print {
  .pf-mv-about__lead {
    font-size: 21px;
  }
}

.pf-mv-about__lead.is-show {
  opacity: 1;
  transition: 600ms;
}

.pf-mv-about__key {
  display: inline-block;
  position: relative;
  margin: 0 5px;
  font-size: 15px;
  font-weight: 700;
}

@media screen and (min-width: 768px), print {
  .pf-mv-about__key {
    font-size: 20px;
  }
}

@media screen and (min-width: 992px), print {
  .pf-mv-about__key {
    font-size: 24px;
  }
}

br + .pf-mv-about__key {
  margin-left: 0;
}

.pf-mv-about__key:before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 0.4em;
  width: 3px;
  height: 3px;
  border-radius: 2px;
}

@media screen and (min-width: 768px), print {
  .pf-mv-about__key:before {
    top: 6px;
    width: 5px;
    height: 5px;
    border-radius: 3px;
  }
}

.pf-mv-about__key:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 2px;
}

@media screen and (min-width: 768px), print {
  .pf-mv-about__key:after {
    bottom: 5px;
  }
}

.pf-mv-about__always {
  color: #6EDCEB;
}

.pf-mv-about__always:before {
  background: #6EDCEB;
  box-shadow: 1em 0 0 #6EDCEB, 2em 0 0 #6EDCEB;
}

.pf-mv-about__always:after {
  background: #6EDCEB;
}

.pf-mv-about__if {
  color: #FE939F;
}

.pf-mv-about__if:before {
  background: #FE939F;
  box-shadow: 1em 0 0 #FE939F, 2em 0 0 #FE939F;
}

.pf-mv-about__if:after {
  background: #FE939F;
}

.pf-mv-dots {
  position: absolute;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 374px) {
  .pf-mv-dots {
    left: 15px;
  }
}

@media screen and (min-width: 768px), print {
  .pf-mv-dots {
    bottom: 50px;
    left: 50%;
    max-width: 950px;
    width: 90%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (min-width: 1200px), print {
  .pf-mv-dots {
    bottom: 100px;
  }
}

.pf-mv-dots.is-show {
  opacity: 1;
  pointer-events: auto;
}

.pf-mv-dots__item {
  display: inline-block;
  width: 38px;
  height: 20px;
  overflow: hidden;
  padding-right: 18px;
}

.pf-mv-dot {
  position: relative;
}

.pf-mv-dot:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: -14px;
  width: 2px;
  height: 2px;
  border-radius: 1px;
  background: #666666;
  box-shadow: -4px 0 #666666, -8px 0 #666666;
}

li:last-child .pf-mv-dot:after {
  display: none;
}

.pf-mv-dot__gauge {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-radius: 10px;
  transition: background-color 300ms;
}

[data-slidetype="none"] .pf-mv-dot__gauge {
  border-color: #CCCCCC;
}

[data-slidetype="always"] .pf-mv-dot__gauge {
  border-color: #B6EDF5;
}

[data-slidetype="if"] .pf-mv-dot__gauge {
  border-color: #FEC9CF;
}

.pf-mv-dot__left,
.pf-mv-dot__right {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pf-mv-dot__left:before,
.pf-mv-dot__right:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

[data-slidetype="none"] .pf-mv-dot__left:before, [data-slidetype="none"]
.pf-mv-dot__right:before {
  background: #ffffff;
}

[data-slidetype="always"] .pf-mv-dot__left:before, [data-slidetype="always"]
.pf-mv-dot__right:before {
  background: #F0FDFF;
}

[data-slidetype="if"] .pf-mv-dot__left:before, [data-slidetype="if"]
.pf-mv-dot__right:before {
  background: #FFF5F6;
}

.pf-mv-dot__left {
  left: -10px;
}

.pf-mv-dot__left:before {
  -webkit-transform-origin: center right;
          transform-origin: center right;
}

.is-current .pf-mv-dot__left:before {
  -webkit-animation: gauge_left 5000ms linear forwards;
          animation: gauge_left 5000ms linear forwards;
}

.is-auto-end .pf-mv-dot__left:before {
  -webkit-animation: none;
          animation: none;
}

.pf-mv-dot__right {
  right: -10px;
}

.pf-mv-dot__right:before {
  -webkit-transform-origin: center left;
          transform-origin: center left;
}

.is-current .pf-mv-dot__right:before {
  -webkit-animation: gauge_right 5000ms linear forwards;
          animation: gauge_right 5000ms linear forwards;
}

.is-auto-end .pf-mv-dot__right:before {
  -webkit-animation: none;
          animation: none;
}

.pf-mv-dot__center {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  overflow: hidden;
  border-radius: 4px;
  text-indent: 100%;
  white-space: nowrap;
  background: #CCCCCC;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

[data-dottype="none"] .pf-mv-dot__center {
  background: #CCCCCC;
}

[data-dottype="always"] .pf-mv-dot__center {
  background: #B6EDF5;
}

[data-dottype="if"] .pf-mv-dot__center {
  background: #FEC9CF;
}

@-webkit-keyframes gauge_left {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@keyframes gauge_left {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@-webkit-keyframes gauge_right {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@keyframes gauge_right {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.pf-mv {
  position: relative;
  margin-bottom: 70px;
}

@media screen and (min-width: 768px), print {
  .pf-mv {
    margin-bottom: 100px;
  }
}

.pf-mv__inner {
  position: relative;
  height: 435px;
  overflow: hidden;
}

@media screen and (min-width: 768px), print {
  .pf-mv__inner {
    height: 655px;
  }
}

.pf-mv-logo {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 20;
  transition: 500ms 100ms;
  opacity: 0;
}

.pf-mv-logo.is-show {
  opacity: 1;
}

@media screen and (min-width: 768px), print {
  .pf-mv-logo {
    left: 50%;
    max-width: 950px;
    width: 90%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.pf-mv-logo__ttl {
  width: 195px;
  margin-top: 15px;
}

@media screen and (min-width: 768px), print {
  .pf-mv-logo__ttl {
    width: 308px;
    margin-top: 40px;
  }
}

.pf-mv-logo__ttl img {
  width: 100%;
  height: auto;
}

.p-mv-movie-btn {
  position: absolute;
  bottom: 20px;
  right: 15px;
  width: 75px;
  cursor: pointer;
}

@media screen and (min-width: 768px), print {
  .p-mv-movie-btn {
    width: 120px;
    right: 30px;
    bottom: 30px;
  }
}

.p-mv-movie-btn img {
  width: 100%;
  height: auto;
}

.p-mv-movie-btn__imgs {
  position: absolute;
  top: -13px;
  left: 50%;
  width: 80px;
  height: 45px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 768px), print {
  .p-mv-movie-btn__imgs {
    top: 0;
    width: 100px;
    height: 56px;
  }
}

.p-mv-movie-btn__imgs::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 25px;
  background: url(../img/index/mv_movie_play.png) center center no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-mv-movie-btn__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}

.p-mv-movie-btn__img.is-current {
  opacity: 1;
}

.pf-mv-opening {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #ffffff;
}

.pf-mv-opening__inner.is-hide {
  -webkit-transform: translateY(-70px);
          transform: translateY(-70px);
  transition: 500ms;
}

.pf-mv-opening__copy {
  display: flex;
  flex-wrap: wrap;
  width: 320px;
  margin-bottom: 30px;
  opacity: 0;
}

@media screen and (min-width: 768px), print {
  .pf-mv-opening__copy {
    width: 640px;
    margin-bottom: 65px;
  }
}

.pf-mv-opening__copy.is-show {
  opacity: 1;
  transition: 800ms;
}

.pf-mv-opening__text {
  width: 25px;
  margin: -2px 2px;
}

@media screen and (min-width: 768px), print {
  .pf-mv-opening__text {
    width: 54px;
    margin: -5px 2px;
  }
}

.pf-mv-opening__text img {
  width: 100%;
  height: auto;
}

.pf-mv-opening__lead {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  opacity: 0;
}

@media screen and (min-width: 768px), print {
  .pf-mv-opening__lead {
    font-size: 21px;
  }
}

.pf-mv-opening__lead.is-show {
  opacity: 1;
  transition: 400ms;
}

.pf-mv-slide {
  transition: 200ms;
}

.pf-mv-slide[data-slidetype="none"] {
  background: #ffffff;
}

.pf-mv-slide[data-slidetype="always"] {
  background: #F0FDFF;
}

.pf-mv-slide[data-slidetype="if"] {
  background: #FFF8F9;
}

.pf-mv-slide__list {
  height: 435px;
}

@media screen and (min-width: 768px), print {
  .pf-mv-slide__list {
    height: 655px;
  }
}

.pf-mv-slide__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 300ms;
}

.pf-mv-slide__item.is-current {
  opacity: 1;
}

.pf-mv-slide__item02 {
  transition-duration: 1500ms;
}

.pf-mv-slide__item02.is-current {
  transition-duration: 300ms;
}

.pf-mv-slide__item03 {
  transition-duration: 300ms;
}

.pf-mv-slide__item03.is-current {
  transition-duration: 1500ms;
}

.pf-mv-slide__item04 {
  transition-duration: 1500ms;
}

.pf-mv-slide__item04.is-current {
  transition-duration: 300ms;
}

.pf-mv-slide__item05 {
  transition-duration: 300ms;
}

.pf-mv-slide__item05.is-current {
  transition-duration: 1500ms;
}

.pf-mv-slide__img {
  position: absolute;
  top: 15px;
  left: 50%;
  width: 510px;
  height: 293px;
  margin-left: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 768px), print {
  .pf-mv-slide__img {
    top: 50%;
    width: 1379px;
    height: 793px;
    margin-left: 245px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .pf-mv-slide__img {
    margin-left: 0;
  }
}

.pf-mv-slide__img img {
  width: 100%;
  height: 100%;
}

.pf-mv-slide__text {
  position: absolute;
  bottom: 70px;
  left: 30px;
}

@media screen and (max-width: 374px) {
  .pf-mv-slide__text {
    left: 15px;
  }
}

@media screen and (min-width: 768px), print {
  .pf-mv-slide__text {
    bottom: 140px;
    left: 50%;
    max-width: 950px;
    width: 90%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (min-width: 1200px), print {
  .pf-mv-slide__text {
    bottom: 165px;
  }
}

.pf-mv-slide__text-inner {
  position: relative;
  left: 30px;
  transition: 300ms 1000ms;
  opacity: 0;
}

.is-current .pf-mv-slide__text-inner {
  transition: 500ms 500ms;
  left: 0;
  opacity: 1;
}

.pf-mv-slide__text-main {
  line-height: 2;
  font-size: 19px;
  font-weight: 500;
}

@media screen and (min-width: 768px), print {
  .pf-mv-slide__text-main {
    font-size: 36px;
  }
}

.pf-mv-slide__text-main span {
  display: inline-block;
  position: relative;
  margin-right: 5px;
  font-weight: 700;
}

@media screen and (min-width: 768px), print {
  .pf-mv-slide__text-main span {
    margin-right: 10px;
  }
}

.pf-mv-slide__text-main span:before {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 0.4em;
  width: 4px;
  height: 4px;
  border-radius: 2px;
}

@media screen and (min-width: 768px), print {
  .pf-mv-slide__text-main span:before {
    top: 2px;
    width: 8px;
    height: 8px;
    border-radius: 3px;
  }
}

.pf-mv-slide__text-main span:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
}

@media screen and (min-width: 768px), print {
  .pf-mv-slide__text-main span:after {
    bottom: -7px;
    height: 3px;
  }
}

.pf-mv-slide__item[data-slidetype="always"] .pf-mv-slide__text-main span {
  color: #6EDCEB;
}

.pf-mv-slide__item[data-slidetype="always"] .pf-mv-slide__text-main span:before {
  background: #6EDCEB;
  box-shadow: 1em 0 0 #6EDCEB, 2em 0 0 #6EDCEB;
}

.pf-mv-slide__item[data-slidetype="always"] .pf-mv-slide__text-main span:after {
  background: #6EDCEB;
}

.pf-mv-slide__item[data-slidetype="if"] .pf-mv-slide__text-main span {
  color: #FE939F;
}

.pf-mv-slide__item[data-slidetype="if"] .pf-mv-slide__text-main span:before {
  background: #FE939F;
  box-shadow: 1em 0 0 #FE939F, 2em 0 0 #FE939F;
}

.pf-mv-slide__item[data-slidetype="if"] .pf-mv-slide__text-main span:after {
  background: #FE939F;
}

.pf-catalog {
  margin: 40px 20px;
}

@media screen and (min-width: 768px), print {
  .pf-catalog {
    max-width: 1040px;
    margin: 80px auto 120px;
  }
}

.pf-catalog_area {
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .pf-catalog_area {
    display: flex;
  }
}

.pf-catalog_area li {
  border: 1px solid #D5DAE2;
  padding: 40px 10px;
  text-align: center;
  font-size: 13px;
  line-height: 2;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px), print {
  .pf-catalog_area li {
    width: 50%;
    padding: 45px 5px;
    margin-bottom: 0;
  }
  .pf-catalog_area li:hover {
    border: 2px solid #3CC8DB;
    padding: 44px 4px;
  }
}

.pf-catalog_area li a {
  display: block;
  color: #000;
}

.pf-catalog_area li a:hover {
  text-decoration: none;
}

.pf-catalog_area li p.catalog_ttl {
  font-size: 16px;
  font-weight: bold;
  margin: 30px auto 15px;
}

.pf-catalog_area li .pf-detail__link {
  padding-right: 0;
}

@media screen and (min-width: 768px), print {
  .pf-catalog_area li:not(:last-child) {
    margin-right: 40px;
  }
}

.pf-detail {
  margin: 20px;
}

@media screen and (min-width: 768px), print {
  .pf-detail {
    max-width: 1040px;
    margin: 80px auto 40px;
  }
}

.pf-detail__subttl {
  line-height: 2;
  font-size: 13px;
  text-align: left;
  width: 88%;
  margin: 0  auto 30px;
}

@media screen and (min-width: 768px), print {
  .pf-detail__subttl {
    width: auto;
    font-size: 15px;
  }
}

.pf-detail__subttl.center {
  text-align: center;
}

.pf-detail_item {
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .pf-detail_item {
    margin-bottom: 40px;
    display: flex;
  }
}

.pf-detail_img01 {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px), print {
  .pf-detail_img01 {
    width: 258px;
    margin-bottom: 0;
    margin-right: 15px;
  }
}

.pf-detail_img02 {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px), print {
  .pf-detail_img02 {
    width: 258px;
    margin-bottom: 0;
    margin-right: 40px;
  }
}

.pf-detail_text {
  width: 88%;
  margin: auto;
}

@media screen and (min-width: 768px), print {
  .pf-detail_text {
    width: 495px;
  }
}

.pf-detail_text p {
  font-size: 12px;
  line-height: 2;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .pf-detail_text p {
    font-size: 15px;
  }
}

.pf-detail_text p.sm {
  font-size: 13px;
}

.pf-detail_text p:first-child {
  font-weight: bold;
  font-size: 15px;
  line-height: 2;
  margin-top: -3px;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .pf-detail_text p:first-child {
    text-align: left;
    font-size: 18px;
    line-height: 1.6;
  }
}

.pf-detail_text p + p {
  margin-top: 5px;
}

.pf-detail_box-wrapper {
  border: 1px solid #D5DAE2;
  padding: 45px 50px;
}

.pf-detail_box {
  border: 1px solid #D5DAE2;
  padding: 45px 50px;
  font-size: 13px;
}

@media screen and (min-width: 768px), print {
  .pf-detail_box {
    display: flex;
  }
}

.pf-detail_box .pf-auth__text {
  line-height: 1.8;
}

.pf-detail_box2 {
  font-size: 13px;
}

@media screen and (min-width: 768px), print {
  .pf-detail_box2 {
    display: flex;
  }
}

.pf-detail_box2 .pf-auth__text {
  line-height: 1.8;
}

.pf-detail_box2 + .pf-detail_box2 {
  margin-top: 20px;
}

.pf-detail__link {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  color: #000;
  font-size: 12px;
  transition: 200ms;
  margin-top: 5px;
}

@media screen and (min-width: 768px), print {
  .pf-detail__link {
    font-size: 13px;
  }
}

.pf-detail__link:hover {
  color: #3CC8DB;
  text-decoration: none;
}

@media screen and (min-width: 768px), print {
  .pf-detail__link:hover:after {
    top: -2px;
    left: 3px;
  }
}

.pf-detail__link:after {
  content: '';
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  width: 15px;
  height: 12px;
  margin-left: 5px;
  background: url(../img/common/icon_external_link.svg) center center no-repeat;
  background-size: contain;
  transition: 200ms;
}

@media screen and (max-width: 767px) {
  .pf-detail__link:after {
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (min-width: 768px), print {
  .pf-detail_list--solos img {
    width: 100%;
    height: auto;
  }
}

.pf-movie {
  margin: 40px 20px;
}

@media screen and (min-width: 768px), print {
  .pf-movie {
    max-width: 1040px;
    margin: 80px auto 40px;
  }
}

.pf-multis_mv {
  background: url("../img/product/multis_bg_sp.png") repeat-x;
  margin: auto;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .pf-multis_mv {
    background: url("../img/product/multis_bg_pc.png") repeat-x;
    position: relative;
    z-index: -1;
  }
}

.pf-multis_mv .multis_mv {
  background: url("../img/product/multis_mv_sp.png") no-repeat 50% 50%;
  height: 300px;
}

@media screen and (min-width: 768px), print {
  .pf-multis_mv .multis_mv {
    background: url("../img/product/multis_mv_pc.png") no-repeat 50% 50%;
    background-size: contain;
    height: 600px;
  }
}

@media screen and (max-width: 767px) {
  .multis_logo {
    display: none;
  }
}

@media screen and (min-width: 768px), print {
  .multis_logo {
    max-width: 1085px;
    margin: 0 auto;
    text-align: left;
    padding: 50px 0 0;
  }
}

.multis_logo img {
  width: 244px;
}

.pf-grabis_mv {
  background: url("../img/product/grabis_bg_sp.png") repeat-x;
  margin: auto;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .pf-grabis_mv {
    background: url("../img/product/grabis_bg_pc.png") repeat-x;
  }
}

.pf-multis {
  margin: 20px;
}

@media screen and (min-width: 768px), print {
  .pf-multis {
    max-width: 1040px;
    margin: 40px auto;
  }
}

.pf-solos_mv {
  background: url("../img/product/solos_bg_sp.png") repeat-x;
  margin: auto;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .pf-solos_mv {
    background: url("../img/product/solos_bg_pc.png") repeat-x;
  }
}

.pf-solos_mv-inner {
  background: url(../img/product/solos_mv_sp.png) center center no-repeat;
  height: 300px;
}

@media screen and (min-width: 768px), print {
  .pf-solos_mv-inner {
    background-image: url(../img/product/solos_mv_pc.png);
    height: 600px;
  }
}

.pf-subnav {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px), print {
  .pf-subnav {
    width: 80%;
  }
}

.pf-subnav li {
  width: auto;
  padding: 0 15px;
  margin-bottom: 15px;
}

.pf-subnav li:not(:last-child) {
  border-right: #D5DAE2 1px solid;
}

@media screen and (min-width: 768px), print {
  .pf-subnav li {
    font-size: 15px;
    padding: 0 30px;
    width: auto;
    margin-bottom: 0;
  }
}

.pf-product-ttl {
  margin: 0 auto 30px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
}

@media screen and (min-width: 768px), print {
  .pf-product-ttl {
    margin-bottom: 50px;
    font-size: 21px;
  }
}

.pf-product-ttl__sec {
  display: block;
  margin: 20px 0;
}

.pf-product-ttl__key {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (min-width: 768px), print {
  .pf-product-ttl__key {
    font-size: 24px;
  }
}

.pf-product-ttl__key:before {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  left: 0.4em;
  width: 3px;
  height: 3px;
  border-radius: 2px;
}

@media screen and (min-width: 768px), print {
  .pf-product-ttl__key:before {
    top: -5px;
    width: 5px;
    height: 5px;
    border-radius: 3px;
  }
}

.pf-product-ttl__key:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
}

@media screen and (min-width: 768px), print {
  .pf-product-ttl__key:after {
    bottom: -5px;
  }
}

h3.pf-product-subttl {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 30px auto 20px;
}

@media screen and (min-width: 768px), print {
  h3.pf-product-subttl {
    margin: 60px auto 40px;
    font-size: 21px;
  }
}

.pf-product-nav-wrapper {
  min-height: 70px;
}

@media screen and (min-width: 768px), print {
  .pf-product-nav-wrapper {
    min-height: 100px;
  }
}

.pf-product-nav {
  position: relative;
  z-index: 9999;
  border-bottom: 1px solid #E3E3E3;
  background: #ffffff;
}

.pf-product-nav.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .pf-product-nav__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    background: #ffffff;
  }
}

.pf-product-nav__inner .logo {
  width: 195px;
  margin: 15px;
}

@media screen and (min-width: 768px), print {
  .pf-product-nav__inner .logo {
    width: 180px;
    margin: 0 0 0 10px;
  }
}

@media screen and (min-width: 992px), print {
  .pf-product-nav__inner .logo {
    width: 220px;
  }
}

@media screen and (min-width: 1200px), print {
  .pf-product-nav__inner .logo {
    margin: 0 20px 0 30px;
  }
}

.pf-product-nav__list {
  display: none;
}

@media screen and (max-width: 767px) {
  .pf-product-nav__list {
    border-top: #E3E3E3 1px solid;
    overflow-y: scroll;
    overflow-scrolling: touch;
    padding-bottom: 100px;
    height: calc(100vh - 115px - 70px);
  }
  .pf-product-nav__list.is-open {
    display: block;
  }
  .is-fixed .pf-product-nav__list {
    height: calc(100vh - 70px);
  }
}

@media screen and (min-width: 768px), print {
  .pf-product-nav__list {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 170px;
  }
}

@media screen and (min-width: 992px), print {
  .pf-product-nav__list {
    padding-right: 210px;
  }
}

@media screen and (min-width: 1200px), print {
  .pf-product-nav__list {
    padding-right: 100px;
  }
}

@media screen and (min-width: 768px), print {
  .pf-product-nav__item {
    padding: 40px 0;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .pf-product-nav__item a {
    padding: 20px;
  }
}

.arrow {
  position: relative;
}

@media screen and (max-width: 767px) {
  .arrow:after {
    content: '';
    width: 15px;
    height: 12px;
    margin-left: 5px;
    background: url(../img/common/icon_external_link.svg) center center no-repeat;
    background-size: contain;
    transition: 200ms;
    position: absolute;
    top: 50%;
    left: auto;
    right: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.pf-product-nav__item-sp {
  padding: 30px 0;
  border-top: #E3E3E3 1px solid;
}

@media screen and (min-width: 768px), print {
  .pf-product-nav__item-sp {
    display: none;
  }
}

@media screen and (min-width: 768px), print {
  .pf-product-nav__item-open.is-hover .menu_contents {
    display: block;
  }
}

.pf-product-nav__link {
  display: block;
  padding: 30px 0;
  color: #000;
  font-size: 14px;
  transition: 200ms;
}

.pf-product-nav__link:hover {
  color: #3CC8DB;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .pf-product-nav__item:not(:first-child) .pf-product-nav__link {
    border-top: #E3E3E3 1px solid;
  }
}

@media screen and (max-width: 374px) {
  .pf-product-nav__link {
    font-size: 11px;
  }
}

@media screen and (min-width: 768px), print {
  .pf-product-nav__link {
    padding: 0 10px;
    border-bottom: none;
    font-size: 12px;
  }
  .pf-product-nav__item:not(:first-child) .pf-product-nav__link {
    border-left: #D5DAE2 1px solid;
  }
}

@media screen and (min-width: 992px), print {
  .pf-product-nav__link {
    padding: 0 15px;
    font-size: 14px;
  }
}

@media screen and (min-width: 1200px), print {
  .pf-product-nav__link {
    padding: 0 20px;
  }
}

.pf-product-nav__contact {
  display: flex;
  align-items: center;
  position: relative;
  width: 170px;
  height: 50px;
  margin: auto;
  border-radius: 25px;
  padding-left: 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  background: #3CC8DB;
}

@media screen and (min-width: 768px), print {
  .pf-product-nav__contact {
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0;
    border-radius: 25px 0 0 25px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    transition: 200ms;
  }
  .pf-product-nav__contact:hover {
    color: #fff;
    text-decoration: none;
    background: #24BDD1;
  }
  .pf-product-nav__contact:hover:after {
    right: 15px;
    margin-top: -3px;
  }
}

@media screen and (min-width: 992px), print {
  .pf-product-nav__contact {
    width: 210px;
    height: 60px;
    border-radius: 30px 0 0 30px;
  }
}

.pf-product-nav__contact:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url(../img/common/icon_link_white.svg) center center no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: 200ms;
}

@media screen and (min-width: 992px), print {
  .pf-product-nav__contact:after {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .pf-product-nav__contact-pc {
    display: none;
  }
}

@media screen and (min-width: 768px), print {
  .menu_contents {
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100vw;
    border-top: #E3E3E3 1px solid;
    padding: 30px 0;
    background: #ffffff;
  }
}

@media screen and (min-width: 768px), print {
  .menu_contents ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 1200px), print {
  .menu_contents ul {
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .menu_contents ul li {
    padding: 0 30px 0 0;
  }
}

@media screen and (min-width: 768px), print {
  .menu_contents ul li {
    width: 50%;
    padding: 0 20px;
  }
}

@media screen and (min-width: 1200px), print {
  .menu_contents ul li {
    width: auto;
    padding: 0 10px;
  }
}

.menu_contents a {
  color: #000000;
  text-decoration: none;
}

.menu_contents p {
  margin-bottom: 10px;
  line-height: 18px;
  font-size: 12px;
}

.menu_contents .product_nv {
  display: flex;
  align-items: center;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .menu_contents .product_nv img {
    width: 100px;
    margin-right: 12px;
  }
}

@media screen and (min-width: 768px), print {
  .menu_contents .product_nv img {
    max-width: 100%;
    height: auto;
    margin-right: 10px;
  }
}

.pf-product-nav__switch {
  display: block;
  position: absolute;
  top: 27px;
  right: 15px;
  width: 15px;
  height: 14px;
}

.pf-product-nav__switch:before, .pf-product-nav__switch:after {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 2px;
  background: #3CC8DB;
  transition: 200ms;
}

.pf-product-nav__switch:before {
  top: 0;
  box-shadow: 0 6px 0 #3CC8DB;
}

.pf-product-nav__switch:after {
  bottom: 0;
}

.pf-product-nav__switch.is-open:before {
  top: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  box-shadow: none;
}

.pf-product-nav__switch.is-open:after {
  bottom: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.pf-multis_seen {
  margin: 20px;
}

@media screen and (min-width: 768px), print {
  .pf-multis_seen {
    max-width: 1040px;
    margin: 40px auto;
  }
}

.pf-seen {
  position: relative;
}

@media screen and (min-width: 768px), print {
  .pf-seen {
    display: flex;
  }
}

.pf-seen .pf-product_slider {
  width: 100%;
  margin-top: 15px;
}

@media screen and (min-width: 768px), print {
  .pf-seen .pf-product_slider {
    width: 60%;
    margin-top: 0;
  }
}

.pf-seen .pf-product_slider img {
  width: 100%;
}

.pf-seen_text {
  font-size: 15px;
  width: 88%;
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .pf-seen_text {
    width: 40%;
    padding-right: 30px;
  }
}

.pf-seen__links {
  border: 1px solid #D5DAE2;
  padding: 10px;
  width: 88%;
  margin: 50px auto 40px;
  line-height: 1.8;
}

@media screen and (min-width: 768px), print {
  .pf-seen__links {
    width: 405px;
    margin: 0 auto;
    position: absolute;
    bottom: 30px;
    left: 0;
  }
}

.pf-product_slider {
  display: none;
}

.pf-product_slider.slick-initialized {
  display: block;
}

.pf-variation {
  margin: 40px 20px;
}

@media screen and (min-width: 768px), print {
  .pf-variation {
    max-width: 1040px;
    margin: 80px auto 40px;
  }
}

@media screen and (min-width: 768px), print {
  .pf-variation_group {
    display: flex;
    align-items: center;
  }
}

.pf-variation_group-ttl {
  font-size: 15px;
}

@media screen and (min-width: 768px), print {
  .pf-variation_group-ttl {
    flex-shrink: 0;
    margin-right: auto;
  }
}

.pf-variation_list {
  text-align: center;
  font-size: 15px;
  margin: auto;
}

@media screen and (min-width: 768px), print {
  .pf-variation_list {
    width: 80%;
    display: flex;
    justify-content: space-around;
  }
}

@media screen and (min-width: 768px), print {
  .pf-variation_list--solos {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .pf-variation_list--solos li {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 768px), print {
  .pf-variation_list--solos li {
    width: 25%;
    margin: 0 15px;
  }
}

@media screen and (min-width: 768px), print {
  .pf-variation_list--solos img {
    max-width: 100%;
    height: auto;
  }
}

.pf-variation_color {
  font-size: 15px;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .pf-variation_color {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
}

@media screen and (min-width: 768px), print {
  .pf-variation_color.grabis {
    width: 45%;
  }
}

.pf-variation_color + .pf-variation_color {
  margin-top: 20px;
}

.pf-variation_color .item1 {
  margin-right: 15px;
  width: 50px;
  text-align: center;
  margin: auto;
}

@media screen and (min-width: 768px), print {
  .pf-variation_color .item1 {
    text-align: left;
    margin: 0;
  }
}

.pf-variation_color .item1 .ttl01 {
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .pf-variation_color .item1 .ttl01 {
    text-align: left;
    margin-top: 75%;
  }
}

@media screen and (min-width: 768px), print {
  .pf-variation_color .item1 .ttl01.gr {
    margin-top: 45%;
  }
}

@media screen and (min-width: 768px), print {
  .pf-variation_color .item1 .ttl02 {
    margin-top: 50%;
  }
}

.pf-variation_color .item2 {
  margin-right: 15px;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .pf-variation_color .item2 {
    text-align: left;
    margin-bottom: 0;
  }
}

.pf-variation_color .item3 {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px), print {
  .pf-variation_color .item3 {
    text-align: left;
    margin-bottom: 0;
  }
}

.pf-variation_color--solos {
  width: 74.62687%;
  margin: auto;
}

@media screen and (min-width: 768px), print {
  .pf-variation_color--solos {
    flex-direction: column;
    width: 90%;
    max-width: 770px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px), print {
  .pf-variation_color--solos .group {
    display: flex;
  }
}

.pf-variation_color--solos .group-head {
  margin-right: -15px;
  font-size: 15px;
  font-weight: normal;
}

@media screen and (min-width: 768px), print {
  .pf-variation_color--solos .group-head {
    margin-top: 10px;
    margin-right: auto;
    padding-top: 12px;
  }
}

@media screen and (max-width: 767px) {
  .pf-variation_color--solos .color {
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px), print {
  .pf-variation_color--solos .color {
    width: 544px;
  }
}

.pf-variation_color--solos .color li {
  width: calc(50% - 12px);
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px), print {
  .pf-variation_color--solos .color li {
    width: auto;
  }
}

.color {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 10px;
  text-align: center;
  margin-right: -15px;
}

@media screen and (min-width: 768px), print {
  .color {
    text-align: left;
  }
}

.color li {
  margin-right: 15px;
  font-size: 12px;
  text-align: center;
  width: 30%;
}

@media screen and (min-width: 768px), print {
  .color li {
    width: auto;
  }
}

.color li img {
  width: 100%;
}

.color li span {
  font-weight: normal;
}

.pf-variation_siaa {
  margin-top: 40px;
}

@media screen and (min-width: 768px), print {
  .pf-variation_siaa {
    display: flex;
    justify-content: center;
    margin: 60px auto 0;
    width: 90%;
  }
}

@media screen and (min-width: 768px), print {
  .pf-variation_siaa .pf-variation_siaa-inner {
    display: flex;
    justify-content: center;
    margin: auto;
  }
}

.pf-variation_siaa ul.siaa_area {
  display: flex;
  align-items: flex-end;
  padding: 0 10px;
}

.pf-variation_siaa ul.siaa_area.sm-sp {
  margin-bottom: 20px;
}

.pf-variation_siaa ul.siaa_area li {
  padding: 0 10px;
  line-height: 1.6;
}

.pf-variation_siaa .pvc {
  margin-top: 20px;
}

.pf-variation_siaa .pvc .siaa_area {
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .pf-variation_siaa .pvc .siaa_area {
    display: block;
  }
}

.pf-variation_siaa .pvc .sm {
  margin-top: 5px;
  font-size: 10px;
}

.pf-variation_siaa--solos {
  margin-top: 0;
}

@media screen and (min-width: 768px), print {
  .pf-variation_siaa--solos .pf-variation_siaa-inner {
    border-top: #DBDFE6 1px solid;
    padding-top: 30px;
  }
}

p.bt_txt {
  font-size: 10px;
  margin-top: 3px;
  padding-left: 20px;
}

.kome {
  text-align: center;
  font-size: 11px;
  margin-top: 20px;
}

@media screen and (min-width: 768px), print {
  .kome {
    font-size: 13px;
  }
}

p.img_bt {
  font-size: 10px;
}

.list-kome {
  font-size: 12px;
  line-height: 1.8;
}

.list-kome.sm {
  font-size: 10px;
}

.list-kome li {
  margin-left: 15px;
  text-indent: -15px;
}

.list-kome li:before {
  content: '※';
}

.pf-product_option {
  text-align: center;
  font-size: 15px;
}

@media screen and (min-width: 768px), print {
  .pf-product_option {
    display: flex;
    text-align: center;
  }
}

.pf-product_option li {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px), print {
  .pf-product_option li {
    width: 25%;
    margin-bottom: 0;
  }
}

.pf-product_option li p {
  margin-top: 10px;
  font-size: 12px;
}

@media screen and (min-width: 768px), print {
  .pf-product_option li p {
    font-size: 15px;
  }
}

.pf-grabis_option {
  text-align: center;
  font-size: 15px;
}

.pf-grabis_option p {
  margin-top: 10px;
}

@media screen and (min-width: 768px), print {
  .pf-product_option--solos {
    justify-content: center;
  }
}

.pf-product_option-sub {
  line-height: 1.7;
  margin-top: 20px;
  font-size: 12px;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .pf-product_option-sub {
    margin-top: 35px;
    font-size: 15px;
  }
}

.pf-variation_sub {
  margin-top: 70px;
}

@media screen and (min-width: 768px), print {
  .pf-variation_sub {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 900px;
    margin: 80px auto 50px;
    padding: 25px 0;
    border: #DBDFE6 1px solid;
  }
}

.pf-variation_sub p {
  margin-bottom: 30px;
  font-size: 15px;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .pf-variation_sub p {
    margin-bottom: 0;
    padding-right: 10px;
  }
}

.pf-variation_sub ul {
  display: flex;
}

.pf-variation_sub li {
  width: 33.33333%;
}

@media screen and (min-width: 768px), print {
  .pf-variation_sub li {
    width: 150px;
    margin: 0 8px;
  }
}

.pf-variation_sub img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px), print {
  .u-br-sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-br-pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-show-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px), print {
  .u-show-sp {
    display: none !important;
  }
}

.mContactpanel{display: none;}

/*# sourceMappingURL=style.css.map */