@charset "UTF-8";
html {
  visibility: hidden; }

body {
  color: #333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", Meiryo, Osaka, "sans-serif";
  line-height: 1; }

html.wf-active {
  visibility: visible; }

main p,
main li {
  font-size: 20px;
  color: #333; }

img {
  vertical-align: top; }

a:hover {
  text-decoration: none; }

.bg__all {
  background: #cdebeb; }

.bg__base {
  background: #f4fafa; }

.contents {
  width: 1040px;
  margin: 0 auto;
  position: relative;
  background: #f4fafa; }
  .contents img {
    width: 100%; }
  .contents_space {
    height: 80px;
    display: block; }
  .contents__inner {
    width: 880px;
    margin: 0 auto; }

.bread-crumb {
  margin: 0 !important;
  padding: 15px 0 20px 10px;
  background: #fff; }
  .bread-crumb li {
    font-size: 14px;
    line-height: 1.6; }

.btn a {
  font-size: 24px;
  font-weight: bold;
  width: 480px;
  padding: 10px 0;
  border-radius: 50px;
  display: block;
  text-align: center;
  margin: 0 auto; }

.btn--top a {
  color: #fff !important;
  background-color: #3db3b3;
  border: 2px solid #3db3b3;
  margin-top: 32px; }

.btn--list a {
  color: #3db3b3 !important;
  background-color: #fff;
  border: 2px solid #3db3b3; }

.btn--top {
  padding-bottom: 80px; }

.p-kv__inner {
  position: relative;
  width: 1040px;
  height: 100%;
  margin: 0 auto;
  background: #fff; }

.p-kv__title {
  width: 620px;
  margin: 0 auto; }

.p-kv__on {
  position: absolute;
  width: 100px;
  top: 120px;
  left: 90px; }

.p-kv__off {
  position: absolute;
  width: 100px;
  top: 110px;
  right: 90px; }

.p-kv__bg-text {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 98%;
  z-index: 1;
  pointer-events: none; }
  .p-kv__bg-text img {
    width: 100%;
    height: auto; }

.p-kv__content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 550px; }

.p-kv__model-list {
  position: relative;
  width: 100%;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0; }

.p-kv__model-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  opacity: 0;
  -webkit-animation: kvLoop 8s infinite;
  animation: kvLoop 8s infinite; }
  .p-kv__model-item img {
    max-width: 100%;
    height: auto; }
  .p-kv__model-item:nth-child(1) {
    -webkit-animation-delay: calc(8s / 4 * (1 - 1));
    animation-delay: calc(8s / 4 * (1 - 1)); }
  .p-kv__model-item:nth-child(2) {
    -webkit-animation-delay: calc(8s / 4 * (2 - 1));
    animation-delay: calc(8s / 4 * (2 - 1)); }
  .p-kv__model-item:nth-child(3) {
    -webkit-animation-delay: calc(8s / 4 * (3 - 1));
    animation-delay: calc(8s / 4 * (3 - 1)); }
  .p-kv__model-item:nth-child(4) {
    -webkit-animation-delay: calc(8s / 4 * (4 - 1));
    animation-delay: calc(8s / 4 * (4 - 1)); }

@-webkit-keyframes kvLoop {
  0% {
    opacity: 0; }
  5% {
    opacity: 1; }
  25% {
    opacity: 1; }
  30% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes kvLoop {
  0% {
    opacity: 0; }
  5% {
    opacity: 1; }
  25% {
    opacity: 1; }
  30% {
    opacity: 0; }
  100% {
    opacity: 0; } }

.p-phrase {
  padding-top: 120px;
  margin-top: -24px; }
  .p-phrase__title {
    width: 480px;
    margin: 0 auto 32px; }
  .p-phrase__text {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 2;
    margin-bottom: 100px; }
  .p-phrase__lineup {
    width: 120px;
    margin: 0 auto 32px; }

.navi_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 64px; }
  .navi_list li {
    width: 300px; }

.border-dot {
  margin: 0 auto;
  width: 880px;
  padding: 100px 0 80px; }

.p-item__header {
  text-align: center;
  margin-bottom: 40px; }

.p-item__title img {
  max-width: 500px;
  width: 100%; }

.p-item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 56px; }

.p-item__image-unit {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 360px;
  flex: 0 0 360px;
  padding: 16px; }

.p-item__image {
  margin: 0; }
  .p-item__image img {
    width: 100%;
    height: auto;
    display: block; }
  .p-item__image-option {
    position: absolute;
    width: 160px;
    bottom: 20px;
    right: -40px;
    z-index: 3; }

.p-item__image-decor {
  position: absolute;
  width: 60px;
  z-index: 1; }
  .p-item__image-decor--top {
    top: 0;
    left: 0; }
  .p-item__image-decor--bottom {
    bottom: 0;
    right: 0; }

.p-item__text-unit {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.p-item__lead {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 24px;
  color: #333; }
  .p-item__lead-sub {
    position: relative;
    display: inline-block;
    z-index: 1; }
    .p-item__lead-sub::before {
      content: "";
      position: absolute;
      bottom: 4px;
      left: -5px;
      width: calc(100% + 10px);
      height: 12px;
      background: url("../images/border_blue.svg") no-repeat center center;
      background-size: 100% 100%;
      z-index: -1;
      pointer-events: none; }
    .p-item__lead-sub--green::before {
      background: url("../images/border_green.svg") no-repeat center center; }

.p-item__description {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 48px;
  font-weight: 500; }

.p-item__icon {
  width: 320px; }

.p-slider {
  padding: 100px 0 0; }
  .p-slider__wide {
    margin-top: 100px; }
  .p-slider__title {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 8px;
    margin-bottom: 40px;
    text-align: center; }
    .p-slider__title--blue {
      border-bottom: 2px solid #44a4cc; }
    .p-slider__title--green {
      border-bottom: 2px solid #77c36c; }
    .p-slider__title-num {
      font-size: 32px;
      margin-right: 10px; }
      .p-slider__title-num--blue {
        color: #44a4cc; }
      .p-slider__title-num--green {
        color: #77c36c; }
  .p-slider__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 100%;
    margin: 0 auto 24px; }
  .p-slider__viewport {
    width: calc(100% - 100px);
    margin: 0 auto;
    overflow: hidden; }
  .p-slider__image-wrapper {
    position: relative; }
  .p-slider__img {
    width: 100%;
    height: auto;
    display: block; }
  .p-slider__decor {
    position: absolute;
    width: 60px;
    z-index: 2;
    pointer-events: none; }
    .p-slider__decor--top {
      top: -8px;
      left: 32px; }
    .p-slider__decor--bottom {
      bottom: -12px;
      right: 32px; }
  .p-slider__label {
    position: absolute;
    z-index: 3;
    width: 80px;
    pointer-events: none; }
    .p-slider__label--on {
      bottom: 3%;
      left: 4px; }
    .p-slider__label--off {
      top: 3%;
      right: 4px; }
  .p-slider__arrow {
    background: none;
    border: none;
    cursor: pointer;
    width: 110px;
    padding: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .p-slider__arrow:hover {
      opacity: 0.6; }
    .p-slider__arrow--prev {
      -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
      transform: scaleX(-1);
      margin-right: 16px; }
    .p-slider__arrow--next {
      margin-left: 16px; }
  .p-slider__dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    gap: 15px;
    padding: 0; }
  .p-slider__dot-item {
    cursor: pointer;
    width: 65px;
    height: 65px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    border-radius: 50%; }
    .p-slider__dot-item .black {
      fill: #333;
      stroke: #333;
      stroke-miterlimit: 10;
      -webkit-transition: .6s;
      -o-transition: .6s;
      transition: .6s; }
    .p-slider__dot-item .brown {
      fill: #5f504b;
      stroke: #5f504b;
      stroke-miterlimit: 10;
      -webkit-transition: .6s;
      -o-transition: .6s;
      transition: .6s; }
    .p-slider__dot-item .navy {
      fill: #324b63;
      stroke: #324b63;
      stroke-miterlimit: 10;
      -webkit-transition: .6s;
      -o-transition: .6s;
      transition: .6s; }
    .p-slider__dot-item .m-gray {
      fill: #737a7d;
      stroke: #737a7d;
      stroke-miterlimit: 10;
      -webkit-transition: .6s;
      -o-transition: .6s;
      transition: .6s; }
    .p-slider__dot-item .saxe {
      fill: #7ca8c0;
      stroke: #7ca8c0;
      stroke-miterlimit: 10;
      -webkit-transition: .6s;
      -o-transition: .6s;
      transition: .6s; }
    .p-slider__dot-item .white {
      fill: #fff; }
    .p-slider__dot-item img {
      width: 100%;
      height: 100%;
      display: block; }
    .p-slider__dot-item:hover .black {
      fill: #f4fafa;
      stroke: #333; }
    .p-slider__dot-item:hover .white.white-black {
      fill: #333; }
    .p-slider__dot-item:hover .brown {
      fill: #f4fafa;
      stroke: #5f504b; }
    .p-slider__dot-item:hover .white.white-brown {
      fill: #5f504b; }
    .p-slider__dot-item:hover .navy {
      fill: #f4fafa;
      stroke: #324b63; }
    .p-slider__dot-item:hover .white.white-navy {
      fill: #324b63; }
    .p-slider__dot-item:hover .m-gray {
      fill: #f4fafa;
      stroke: #737a7d; }
    .p-slider__dot-item:hover .white.white-m-gray {
      fill: #737a7d; }
    .p-slider__dot-item:hover .saxe {
      fill: #f4fafa;
      stroke: #7ca8c0; }
    .p-slider__dot-item:hover .white.white-saxe {
      fill: #7ca8c0; }
    .p-slider__dot-item.is-active .black {
      fill: #f4fafa;
      stroke: #333; }
    .p-slider__dot-item.is-active .white.white-black {
      fill: #333; }
    .p-slider__dot-item.is-active .brown {
      fill: #f4fafa;
      stroke: #5f504b; }
    .p-slider__dot-item.is-active .white.white-brown {
      fill: #5f504b; }
    .p-slider__dot-item.is-active .navy {
      fill: #f4fafa;
      stroke: #324b63; }
    .p-slider__dot-item.is-active .white.white-navy {
      fill: #324b63; }
    .p-slider__dot-item.is-active .m-gray {
      fill: #f4fafa;
      stroke: #737a7d; }
    .p-slider__dot-item.is-active .white.white-m-gray {
      fill: #737a7d; }
    .p-slider__dot-item.is-active .saxe {
      fill: #f4fafa;
      stroke: #7ca8c0; }
    .p-slider__dot-item.is-active .white.white-saxe {
      fill: #7ca8c0; }

.p-product-info {
  margin: 40px auto 0;
  text-align: center; }
  .p-product-info__name {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px; }
  .p-product-info__price-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 24px;
    font-weight: bold; }
  .p-product-info__price-num {
    font-size: 48px;
    line-height: 1;
    margin-right: 5px; }
  .p-product-info__price-unit {
    font-size: 18px; }
  .p-product-info__action {
    display: block; }
  .p-product-info__btn {
    display: inline-block;
    color: #fff !important;
    padding: 15px 50px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 8px;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .p-product-info__btn--blue {
      background-color: #44a4cc; }
    .p-product-info__btn--green {
      background-color: #77c36c; }
    .p-product-info__btn:hover {
      opacity: 0.8; }

@media screen and (min-width: 768px) {
  .spOnly {
    display: none; }
  .pcOnly {
    display: block; } }

@media screen and (max-width: 767px) {
  main p,
  main li {
    font-size: 14px; }
  .spOnly {
    display: block; }
  .pcOnly {
    display: none; }
  .contents {
    width: 92%;
    max-width: 380px; }
    .contents__inner {
      width: 92%;
      margin: 0 auto; }
  .sp_mt0 {
    margin-top: 0 !important; }
  .sp40 {
    margin-top: 40px !important; }
  .pt_80 {
    padding-top: 4% !important; }
  .box_btn {
    width: 64%;
    margin: 8px auto 0; }
    .box_btn .btn {
      font-size: 12px;
      padding: 4px 0; }
  .navi_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px; }
    .navi_list li {
      width: 150px; }
  .p-kv__inner {
    width: 92%;
    max-width: 380px; }
  .p-kv__title {
    width: 300px; }
  .p-kv__on {
    width: 48px;
    top: 72px;
    left: 4px; }
  .p-kv__off {
    width: 48px;
    top: 64px;
    right: 4px; }
  .p-kv__content {
    height: 260px; }
  .p-phrase {
    padding-top: 48px; }
    .p-phrase__title {
      width: 240px;
      margin: 0 auto 16px; }
    .p-phrase__text {
      font-size: 14px;
      font-weight: bold;
      margin-bottom: 40px; }
    .p-phrase__lineup {
      width: 80px;
      margin: 0 auto 16px; }
  .border-dot {
    width: 92%;
    padding: 40px 0; }
  .p-item__header {
    width: 280px;
    margin: 0 auto 24px; }
  .p-item__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px; }
  .p-item__image-unit {
    width: 280px;
    margin: 0 auto;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset; }
  .p-item__image-option {
    width: 120px; }
  .p-item__text-unit {
    width: 92%;
    max-width: 380px;
    margin: 0 auto; }
  .p-item__lead {
    font-size: 20px;
    text-align: center;
    margin-bottom: 16px; }
    .p-item__lead-sub--green {
      font-size: 19px; }
  .p-item__description {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 24px; }
  .p-item__icon {
    width: 240px;
    margin: 0 auto; }
  .p-slider {
    padding: 40px 0 0; }
    .p-slider__title {
      font-size: 15px;
      margin-bottom: 24px; }
      .p-slider__title-num {
        font-size: 20px;
        margin-right: 4px; }
    .p-slider__arrow {
      width: 40px; }
      .p-slider__arrow--prev {
        margin-right: 8px; }
      .p-slider__arrow--next {
        margin-left: 8px; }
    .p-slider__decor {
      width: 24px; }
      .p-slider__decor--top {
        top: -7px;
        left: 12px; }
      .p-slider__decor--bottom {
        bottom: -7px;
        right: 12px; }
    .p-slider__label {
      width: 32px; }
      .p-slider__label--on {
        bottom: 0; }
      .p-slider__label--off {
        top: 0; }
    .p-slider__dots {
      gap: 8px; }
    .p-slider__dot-item {
      width: 48px;
      height: 48px; }
    .p-slider__wide {
      margin-top: 40px; }
  .p-product-info {
    margin-top: 24px; }
    .p-product-info__name {
      font-size: 16px; }
    .p-product-info__price-box {
      margin-bottom: 16px; }
    .p-product-info__price-num {
      font-size: 32px; }
    .p-product-info__btn {
      font-size: 16px;
      padding: 12px 40px; }
  .btn a {
    width: 280px;
    font-size: 16px; } }

.u-fade-type-up {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0; }

.u-fade-type-up.is-active {
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

/*# sourceMappingURL=style.css.map */