@charset "UTF-8";

/* ====================================
	スライドショーPC&SP共通設定
 ==================================== */

/* メインビジュアル背景スライド設定*/
#bgVisual.swiper-outer {
  position: fixed;
  width: 100%;
  padding: 0;
  z-index: -1;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

#bgVisual .swiper-slide-active .slide-img,
#bgVisual .swiper-slide-duplicate-active .slide-img,
#bgVisual .swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 12s linear 0s;
  animation: zoomUp 12s linear 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#bgVisual .swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#bgVisual .slide-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}

#bgVisual .swiper-pagination {
  width: 100vw;
  top: 88vh
}

#bgVisual .swiper-pagination-bullet {
  width: 50px;
  height: 5px;
  margin: 0 10px;
  background: #aaa;
  border-radius: 0;
  opacity: .6;
}

#bgVisual .swiper-pagination-bullet-active {
  background: #878787;
}

/* 訴求ポイントスライド設定 */
.feature .swiper-outer {
  position: relative;
}

/* 訴求ポイントスライド：タイトルテキスト*/
.feature .slide-text {
  text-align: center;
}

/* 訴求ポイントスライド：NEXT/PREVボタン */
.feature .slide-next,
.feature .slide-prev {
  position: absolute;
  top: 43%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(0, -50%);
  transition: all 0.3s;
  cursor: pointer;
  z-index: 2;
}

.feature .slide-next {
  background-image: url(images/arrow-next-b.svg);
  left: auto;
}

.feature .slide-prev {
  background-image: url(images/arrow-prev-b.svg);
  right: auto;
}

/* 訴求ポイントスライド：ページネーション */
.feature .swiper-pagination {
  text-align: unset;
  left: auto;
  width: auto;
  height: auto;
}


/* ====================================
	SP&PC共通スタイル
 ==================================== */
.no-scroll {
  overflow: hidden;
}

main[data-footer-type] {
  padding-bottom: 0;
}

/* 背景色設定 */
#globalHeader,
#globalPageTitle,
#pageTop.default-v2,
#mainConcept,
.feature,
#sub04 {
  background-color: #fff;
}

/* フォント設定 */
#mainConcept,
#mainVisual,
.feature,
#sub04 {
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 400;
}

.feature .swiper-pagination {
  font-family: adobe-devanagari, sans-serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -.07em;
}



/* コンセプト文共通スタイル */
#mainConcept {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 60;
  animation: fade-out 1s 1s linear forwards;
}

@keyframes fade-out {
  100% {
    opacity: 0;
    z-index: -10;
  }
}

#mainConcept .main-title {
  position: absolute;
  top: 50vh;
  left: 50vw;
  width: 100%;
  transform: translate(-50%, -50%);
  animation: fade-in 1s 0s linear forwards;
}

#mainConcept img {
  position: absolute;
  top: 70vh;
  left: 50vw;
  transform: translateX(-50%);
  animation: fade-in 1s 0s linear forwards;
  display: inline-block;
  animation: fade-in 1s 0s linear forwards;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* 背景スライドキャッチコピー共通スタイル */
.main-title {
  line-height: 2.0;
  text-align: center;
  text-shadow:
    0 0 10px #fff,
    0 0 10px #fff,
    0 0 15px #fff;
}

/* PLAINLYブランドメッセージ共通スタイル */
.message {
  transition: all 0.6s;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 5%;
  padding-right: 5%;
}

.message.passed {
  transition: all 0.6s;
  background-color: rgba(242, 245, 238, .9);
}

.plainly-logo {
  max-width: 208px;
}

/* 訴求ポイント共通スタイル */
.scroll-in.move-tb:not(.passed) {
  transform: translate(0, 30px);
}

.scroll-in.fade:not(.passed) {
  opacity: 0;
}

.sub-title span {
  display: inline-block;
  position: relative;
}

.sub-title span::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  background-color: #000;
  transition: all 1.0s;
}

.sub-title.passed span::before {
  width: 100%;
}

.btn-more {
  display: inline-block;
}

.btn-more span {
  position: relative;
}

.btn-more span::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  background-color: #000;
}

.btn-more:hover {
  text-decoration: none;
}

.btn-more:hover span::before {
  width: 100%;
}

.has-arrow-left .text {
  font-size: 1.4rem;
}

.has-arrow-left {
  background-image: url(images/btn-arrow.svg);
  background-size: 2em 2em;
  background-position: left .2em top .6em;
  padding: .8em 0 .8em 3em;
}

/* 背景動画共通スタイル */
/* #sub03 {
  margin-bottom: 50vh;
} */

#bgMovie {
  width: 100%;
  opacity: 0;
}

#sub03.mv-scroll-in+#bgMovie {
  transition-duration: 0s;
}

#sub03.passed+#bgMovie {
  opacity: 1;
}

.object-fit {
  position: fixed;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 製品リンク共通スタイル */
#sub04 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #F2F5EEFF;
}

#sub04 .flex-item .flex-container {
  flex-wrap: nowrap;
}

#sub04 .plainly-logo {
  display: block;
  margin-left: auto;
  margin-right: 0;
  width: 25%;
}

.product-img {
  width: 125%;
}

.sub-sub-title {
  color: #535353;
}

.color {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
  color: #535353
}

.product-name {
  font-family: 'Noto Sans JP', sans-serif;
  ;
  font-weight: 500;
}

/* ====================================
	PCスタイル
===================================== */
@media print,
screen and (min-width: 768px) {

  .sp {
    display: none;
  }

  /* フレックスボックス4:6設定 */
  .flex-container.l4r6 {
    justify-content: space-between;
  }

  .flex-container.l4r6>.flex-item {
    width: 38%;
  }

  .flex-container.l4r6>.flex-item:last-of-type {
    width: 58%;
  }

  /* メインビジュアル背景スライド：PCスタイル */
  #bgVisual.swiper-outer,
  #bgVisual .slide-img,
  .ttl-container {
    height: calc(100vh - 60px);
  }

  #bgVisual.swiper-outer {
    top: 60px;
  }

  #bgVisual .bg1 {
    background-image: url(images/main-visual01.jpg);
  }

  #bgVisual .bg2 {
    background-image: url(images/main-visual02.jpg);
  }

  #bgVisual .bg3 {
    background-image: url(images/main-visual03.jpg);
  }

  #bgVisual .bg4 {
    background-image: url(images/main-visual04.jpg);
  }

  .main-title {
    font-size: 3.2rem;
    position: absolute;
    top: calc(50vh - 159px);
    left: 50vw;
    transform: translate(-50%, -50%);
  }

  /* コンセプトPCスタイル */
  #mainConcept p {
    font-size: 3.2rem;
  }

  /* PLAINLYブランドメッセージPCスタイル */
  .message {
    font-size: 1.7rem;
    line-height: 2.8;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .message img {
    width: 20%;
    margin-top: 7.2rem;
  }

  .message p:nth-of-type(n+2) {
    margin-top: 2.0em;
  }

  /* 訴求ポイントPCスタイル*/
  #sub01 {
    padding-top: 13.4rem;
  }

  #sub02,
  #sub03 {
    padding-top: 20rem;
  }

  .en-title+.flex-container {
    margin-top: 5.2rem;
  }

  #sub02 .flex-container {
    flex-direction: row-reverse;
  }

  .en-title {
    font-size: 1.4rem;
  }

  .sub-title {
    font-size: 3.7rem;
  }

  .sub-title span::before {
    bottom: -6px;
    height: 4px;
  }

  .ft-container {
    margin-top: 8.8rem;
  }

  .ft-container p {
    line-height: 2.5;
    font-size: 1.6rem;
  }

  .btn-more span::before {
    transition: all .6s;
  }

  .btn-more .has-arrow-left {
    transition: all .3s;
  }

  .btn-more:hover .has-arrow-left {
    background-position: left .5em top .6em;
    transition: all .3s;
  }

  .has-arrow-left {
    margin-top: 6.0rem;
  }

  /* 訴求ポイントスライド：PCスタイル */
  .feature .swiper-outer {
    padding: 0 5rem;
  }

  /* 訴求ポイントスライド：ページネーションPCスタイル */
  .feature .swiper-pagination {
    top: -9%;
    right: 12%;
    font-size: 6.7rem;
  }

  /* 訴求ポイントスライド：NEXT/PREV位置設定 */
  .feature .slide-next,
  .feature .slide-prev {
    width: 5%;
    height: 10%;
  }

  .feature .slide-next {
    right: 0;
  }

  .feature .slide-prev {
    left: 0;
  }

  /* 訴求ポイントスライド：NEXT/PREVマウスオーバー動作 */
  .feature .slide-next:hover {
    transform: translate(10px, -50%);
    transition: all 0.3s;
  }

  .feature .slide-prev:hover {
    transform: translate(-10px, -50%);
    transition: all 0.3s;
  }

  /* 訴求ポイントスライド：スライドテキストPCスタイル */
  .feature .slide-text {
    margin-top: 2.3rem;
    font-size: 1.4rem;
  }

  /* 訴求ポイント：Design PCスタイル */
  #sub03 {
    padding-bottom: 10rem;
  }

  /* 背景動画表示領域PCスタイル */
  /* #sub03 {
    margin-bottom: 50vh;
  } */

  /* 製品リンクPCスタイル */
  #sub04 {
    padding-top: 10rem;
  }

  #sub04 .sub-title {
    font-size: 3.0rem;
  }

  #sub04 .plainly-logo {
    margin-right: 7.0rem;
    width: 28%;
  }

  .sub-sub-title {
    font-size: 3.0rem;
  }

  ul.list-prod-about {
    margin-top: 5rem;
  }

  .product-name {
    font-size: 4.3rem;
  }

  .product-img {
    margin-left: -10rem;
  }

  .product-container .flex-container.half {
    margin-left: -1.0rem;
  }

  .product-container .flex-container.half>.flex-item {
    width: 50%;
  }

  #sub04 .has-arrow-left {
    margin-top: 1.0rem;
  }

  .btn-arrow {
    margin-top: 1.0rem;
  }

  #sub04 .btn-more span {
    font-size: 1.8rem;
  }
}

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {

  .pc {
    display: none;
  }

  body {
    font-size: 1.4rem;
  }

  .feature {
    padding-top: 6.0rem;
    padding-bottom: 6.0rem;
  }

  /* コンセプト文SPスタイル */
  #mainConcept p {
    font-size: 2.2rem;
  }

  #mainConcept img {
    width: 45%;
  }

  /* メインビジュアル背景スライド：SPスタイル*/
  #bgVisual.swiper-outer,
  #bgVisual .slide-img,
  .ttl-container {
    height: calc(100vh - 46px);
  }

  #bgVisual.swiper-outer {
    top: 46px;
  }

  #bgVisual .bg1 {
    background-image: url(images/main-visual01_sp.jpg);
  }

  #bgVisual .bg2 {
    background-image: url(images/main-visual02_sp.jpg);
  }

  #bgVisual .bg3 {
    background-image: url(images/main-visual03_sp.jpg);
  }

  #bgVisual .bg4 {
    background-image: url(images/main-visual04_sp.jpg);
  }

  /* 背景スライドキャッチコピーSPスタイル */
  .main-title {
    font-size: 2.2rem;
  }

  /* PLAINLYブランドメッセージSPスタイル */
  .message {
    line-height: 2.5;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .message img {
    width: 45%;
    margin-top: 5.0rem;
  }

  .message p:nth-of-type(n+2) {
    margin-top: 2.0em;
  }

  /* 訴求ポイントSPスタイル */
  .en-title+.flex-container {
    display: block;
    margin-top: 1.5rem;
  }

  .ft-container {
    margin-top: 3.0rem;
  }

  .ft-container p {
    line-height: 2.0;
  }

  .sub-title {
    font-size: 2.4rem;
  }

  .sub-title span::before {
    bottom: -5px;
    height: 2px;
  }

  .has-arrow-left {
    margin-top: 2.0rem;
  }

  /* 訴求ポイントスライド：SPスタイル */
  .feature .swiper-container {
    width: 95%;
  }

  .feature .swiper-outer {
    margin-top: 3.0rem;
  }

  /* 訴求ポイントスライド：NEXT/PREV位置設定 */
  .feature .slide-next,
  .feature .slide-prev {
    width: 5%;
    height: 10%;
  }

  .feature .slide-next {
    right: -4%;
  }

  .feature .slide-prev {
    left: -4%;
  }

  /* 訴求ポイントスライド：ページネーションSPスタイル */
  .feature .swiper-pagination {
    top: -10%;
    right: 8%;
    font-size: 5.2rem;
  }

  /* 訴求ポイントスライド：スライドテキストSPスタイル */
  .feature .slide-text {
    font-size: 1.2rem;
    margin-top: .5rem;
  }

  /* 背景動画表示領域PCスタイル */
  /* #sub03 {
    margin-bottom: 38vh;
  } */

  /* 製品リンクSPスタイル */

  #sub04 .plainly-logo {
    margin-right: 2.0rem;
    width: 30%;
  }

  #sub04 .flex-item .flex-container {
    margin-left: 1.0rem;
  }

  #sub04 .base-width {
    overflow: hidden;
  }

  .sub-sub-title {
    font-size: 2.0rem;
  }

  ul.list-prod-about {
    margin-top: 3.0rem;
  }

  .prod-category {
    font-size: 1.2rem;
  }

  .product-name {
    font-size: 3.0rem;
  }

  .product-img {
    margin-left: -4.5rem;
  }

  #sub04 .has-arrow-left {
    margin-top: 1.0rem;
  }

  .btn-arrow {
    margin-top: 1.6rem;
  }

  #sub04 .btn-more span {
    font-size: 1.6rem;
  }

  .flex-container>p.flex-item {
    margin-top: 0;
  }
}