/*!
/*!
   * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
   * http://cssreset.com
   */
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho&text=0123456789');

@font-face {
  font-family: number;
  src: local('Sawarabi+Mincho');
  unicode-range: U+0030-0039;
}

#feature-brand-pmauthentic .f {
  font-family: number;
}

#feature-brand-pmauthentic {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

#feature-brand-pmauthentic article,
#feature-brand-pmauthentic aside,
#feature-brand-pmauthentic details,
#feature-brand-pmauthentic figcaption,
#feature-brand-pmauthentic figure,
#feature-brand-pmauthentic footer,
#feature-brand-pmauthentic header,
#feature-brand-pmauthentic hgroup,
#feature-brand-pmauthentic menu,
#feature-brand-pmauthentic nav,
#feature-brand-pmauthentic section {
  display: block;
}

#feature-brand-pmauthentic * {
  margin: 0;
  padding: 0;
  min-width: 0;
  min-height: 0;
}

#feature-brand-pmauthentic .pc {
  display: block;
}

#feature-brand-pmauthentic .sp {
  display: none;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .pc {
    display: none;
  }

  #feature-brand-pmauthentic .sp {
    display: block;
  }
}

#feature-brand-pmauthentic {
  scroll-behavior: smooth;
}

#feature-brand-pmauthentic .fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

#feature-brand-pmauthentic ol,
#feature-brand-pmauthentic ul {
  list-style: none;
}

#feature-brand-pmauthentic blockquote,
#feature-brand-pmauthentic q {
  quotes: none;
}

#feature-brand-pmauthentic blockquote:before,
#feature-brand-pmauthentic blockquote:after,
#feature-brand-pmauthentic q:before,
#feature-brand-pmauthentic q:after {
  content: none;
}

#feature-brand-pmauthentic table {
  border-collapse: collapse;
  border-spacing: 0;
}

#feature-brand-pmauthentic p {
  line-height: 2.4;
  text-align: left;
}

#feature-brand-pmauthentic {
  color: #323232;
  font-family: 'Sawarabi+Mincho', 'Cormorant Garamond', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", 'Noto Serif JP', serif;
  font-size: 16px;
  letter-spacing: 0.15em;
  position: relative;
  margin: 0px;
  line-height: 1;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic {
    font-size: 4.2667vw;
  }
}

#feature-brand-pmauthentic img {
  max-width: 100%;
  height: auto;
}

/*ローディングアニメーションここから*/
#feature-brand-pmauthentic #logo_loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  pointer-events: none;
  background: #40444f;
}

#feature-brand-pmauthentic #logo_loader .f_logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 359px;
  height: 94px;
  text-align: center;
}

#feature-brand-pmauthentic #logo_loader .f_logo svg {
  display: block;
  margin: auto;
  width: 359px;
  height: 94px;
  padding: 10px;
  fill: #fff;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic #logo_loader .f_logo svg {
    display: block;
    margin: auto;
    width: 299px;
    height: 78px;
    padding: 10px;
    fill: #fff;
  }
}

#feature-brand-pmauthentic #logo_loader .f_logo:before {
  content: "";
  display: block;
  width: 110%;
  height: 110%;
  background-color: #40444f;
  position: absolute;
  top: 0;
  left: 100%;
  animation: loadLogo 5s;
}

@keyframes loadLogo {
  0% {
    left: 0;
  }

  50% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

#feature-brand-pmauthentic #logo_loader .f_logo:before {
  animation: loadLogo 5s;
}

#feature-brand-pmauthentic #logo_loader.open {
  animation-name: slideOut;
  animation-fill-mode: both;
  animation-duration: 2s;
  animation-delay: 8s;
}

@keyframes slideOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*ローディングアニメーションここまで*/
#feature-brand-pmauthentic .def-logo {
  display: none;
}

#feature-brand-pmauthentic .main-visual {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 40px;
}

#feature-brand-pmauthentic .main-visual h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 3.5rem;
  line-height: 1.2;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-family: 'Cormorant Garamond', serif;
  color: #fff;
  z-index: 90;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}

#feature-brand-pmauthentic .main-visual h1 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 0.15em;
  font-family: 'Cormorant Garamond', serif;
  text-transform: capitalize;
  white-space: nowrap;
  color: #fff;
  margin-top: 130px;
  z-index: 91;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}

#feature-brand-pmauthentic h2 {
  margin: auto;
  position: relative;
  text-align: center;
  font-size: 36px !important;
  letter-spacing: 0.15em;
  font-family: 'Cormorant Garamond', 'Noto Serif JP', serif;
  text-transform: uppercase;
  margin-top: 30px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .main-visual h1 {
    font-size: 270%;
    top: 45%;
  }

  #feature-brand-pmauthentic .main-visual h1 span {
    font-size: 40%;
    margin-top: 90px;
  }
}

#feature-brand-pmauthentic .main-visual .wrapper {
  position: relative;
  margin: auto;
}

/*スライダー*/
#feature-brand-pmauthentic .swiper-pagination {
  text-align: left;
  margin-left: 30px;
  padding-bottom: 80px;
}

#feature-brand-pmauthentic .swiper-pagination-bullet {
  position: relative;
  width: 50px;
  height: 1px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 1;
  /* margin: 0 20px; */
  margin: 0 4px;
}

#feature-brand-pmauthentic .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0;
  height: 300%;
  background-color: #fff;
  margin-top: -1px;
}

#feature-brand-pmauthentic .swiper-pagination-bullet-active::before {
  animation: paginationActive 5s linear forwards;
}

@keyframes paginationActive {
  100% {
    width: 100%;
  }
}

#feature-brand-pmauthentic .swiper {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
}

#feature-brand-pmauthentic .left {
  width: 50vw !important;
  height: 100vh !important;
  margin: 0 0 !important;
  padding: 0 !important;
  background: rgba(0, 0, 0, 0.2);
  vertical-align: bottom;
  top: 0;
  left: 0;
  overflow: hidden;
}

#feature-brand-pmauthentic .right {
  width: 50vw !important;
  height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important;
  background: rgba(0, 0, 0, 0.2);
  vertical-align: bottom;
  top: 0;
  right: 0;
  overflow: hidden;
}

#feature-brand-pmauthentic .swiper-slide {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  vertical-align: bottom;
}

#feature-brand-pmauthentic .swiper-slide.swiper-slide-active::before {
  opacity: 1;
}

#feature-brand-pmauthentic .swiper-slide img {
  margin: 0 auto !important;
}

#feature-brand-pmauthentic .swiper-wrapper {
  transition-timing-function: linear;
}

/*　背景画像設定　*/
#feature-brand-pmauthentic .slider-item01 {
  background: url("/img/brand/pmauthentic/top_pc_left1.jpg");
  background-position: 50% 10% !important;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50vw !important;
  height: 100vh !important;
}

#feature-brand-pmauthentic .slider-item02 {
  background: url("/img/brand/pmauthentic/top_pc_left2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50vw !important;
  height: 100vh !important;
}

#feature-brand-pmauthentic .slider-item03 {
  background: url("/img/brand/pmauthentic/top_pc_left3.jpg");
  background-position: top 20% center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50vw !important;
  height: 100vh !important;
}

#feature-brand-pmauthentic .slider-item04 {
  background: url("/img/brand/pmauthentic/top_pc_left4.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50vw !important;
  height: 100vh !important;
}

#feature-brand-pmauthentic .slider-item05 {
  background: url("/img/brand/pmauthentic/top_pc_left5.jpg");
  background-position: top 20% center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50vw !important;
  height: 100vh !important;
}

#feature-brand-pmauthentic .slider-item06 {
  background: url("/img/brand/pmauthentic/top_pc_right1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50vw !important;
  height: 100vh !important;
}

#feature-brand-pmauthentic .slider-item07 {
  background: url("/img/brand/pmauthentic/top_pc_right2.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50vw !important;
  height: 100vh !important;
}

#feature-brand-pmauthentic .slider-item08 {
  background: url("/img/brand/pmauthentic/top_pc_right3.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50vw !important;
  height: 100vh !important;
}

#feature-brand-pmauthentic .slider-item09 {
  background: url("/img/brand/pmauthentic/top_pc_right4.jpg");
  background-position: top 30% center !important;
  width: 50vw !important;
  height: 100vh !important;
  background-repeat: no-repeat;
  background-size: cover;
}

#feature-brand-pmauthentic .slider-item10 {
  background: url("/img/brand/pmauthentic/top_pc_right5.jpg");
  background-position: top 0 center !important;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50vw !important;
  height: 100vh !important;
}

#feature-brand-pmauthentic .slider-item img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

#feature-brand-pmauthentic .slider-item01 {
  object-position: 0 -60px;
}

#feature-brand-pmauthentic .slider-item02 {
  object-position: 0 0;
}

#feature-brand-pmauthentic .slider-item03 {
  object-position: 0 -60px;
}

#feature-brand-pmauthentic .slider-item04 {
  object-position: 0 -60px;
}

#feature-brand-pmauthentic .slider-item05 {
  object-position: 0 -90px;
}

#feature-brand-pmauthentic .slider-item06 {
  object-position: 0 -60px;
}

#feature-brand-pmauthentic .slider-item07 {
  object-position: 0 65%;
}

#feature-brand-pmauthentic .slider-item08 {
  object-position: 0 -60px;
}

#feature-brand-pmauthentic .slider-item09 {
  object-position: 0 -60px;
}

#feature-brand-pmauthentic .slider-item10 {
  object-position: 0 10%;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .swiper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

  #feature-brand-pmauthentic .left {
    width: 100vw !important;
    height: 50vh !important;
    margin: 0;
    padding: 0;
  }

  #feature-brand-pmauthentic .right {
    width: 100vw !important;
    height: 50vh !important;
    margin: 0;
    padding: 0;
  }

  #feature-brand-pmauthentic .swiper-slide {
    width: 100vw;
    height: 50vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  #feature-brand-pmauthentic .slider-item01 {
    background: url("/img/brand/pmauthentic/top_sp_left1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw !important;
    height: 50vh !important;
    background-color: #1c202b;
  }

  #feature-brand-pmauthentic .slider-item02 {
    background: url("/img/brand/pmauthentic/top_sp_left2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw !important;
    height: 50vh !important;
    background-color: #859c58;
  }

  #feature-brand-pmauthentic .slider-item03 {
    background: url("/img/brand/pmauthentic/top_sp_left3.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw !important;
    height: 50vh !important;
    background-color: #607576;
  }

  #feature-brand-pmauthentic .slider-item04 {
    background: url("/img/brand/pmauthentic/top_sp_left4.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw !important;
    height: 50vh !important;
    background-color: #b4b4aa;
  }

  #feature-brand-pmauthentic .slider-item05 {
    background: url("/img/brand/pmauthentic/top_sp_left5.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw !important;
    height: 50vh !important;
    background-color: #fafafa;
  }

  #feature-brand-pmauthentic .slider-item06 {
    background: url("/img/brand/pmauthentic/top_sp_right1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw !important;
    height: 50vh !important;
  }

  #feature-brand-pmauthentic .slider-item07 {
    background: url("/img/brand/pmauthentic/top_sp_right2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw !important;
    height: 50vh !important;
  }

  #feature-brand-pmauthentic .slider-item08 {
    background: url("/img/brand/pmauthentic/top_sp_right3.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw !important;
    height: 50vh !important;
  }

  #feature-brand-pmauthentic .slider-item09 {
    background: url("/img/brand/pmauthentic/top_sp_right4.jpg");
    background-position: top center !important;
    background-size: cover;
    width: 100vw !important;
    height: 50vh !important;
  }

  #feature-brand-pmauthentic .slider-item10 {
    background: url("/img/brand/pmauthentic/top_sp_right5.jpg");
    background-position: top 0 center !important;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw !important;
    height: 50vh !important;
  }
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .main-visual {
    border: 0;
  }
}

#feature-brand-pmauthentic .main-visual-logo {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 16px;
  left: 30px;
  z-index: 95;
}

#feature-brand-pmauthentic .main-visual-logo svg {
  display: block;
  width: 299px;
  height: 78px;
  padding: 10px;
  fill: #fff;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .main-visual-logo {
    top: 0;
    left: 0;
    margin-left: -10px;
  }

  #feature-brand-pmauthentic .main-visual-logo svg {
    margin: inherit;
    width: 239px;
    height: 62px;
    fill: #fff !important;
    padding: 10px 0;
  }
}

#feature-brand-pmauthentic .main-visual .main-visual-lead p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #fff;
  font-family: "游明朝体", 'Yu Mincho', 'YuMincho', 'Cormorant Garamond', 'Noto Serif JP', serif;
  text-align: left;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #feature-brand-pmauthentic .main-visual .main-visual-inner {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 20vh;
    text-align: center;
    position: relative;
    margin: 0 auto 40px;
    margin-top: auto !important;
  }

  #feature-brand-pmauthentic .android.main-visual .main-visual-inner {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  #feature-brand-pmauthentic .main-visual .main-visual-inner .main-visual-logo svg {
    width: 275px;
    height: 56px;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
  }
}

@media screen and (max-width: 768px) {
  #feature-brand-pmauthentic .main-visual .main-visual-inner.main-visual-lead {
    margin: 0 auto;
  }

  #feature-brand-pmauthentic .main-visual .main-visual-inner .main-visual-lead {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    padding-top: 40px;
  }

  #feature-brand-pmauthentic .main-visual .main-visual-inner .main-visual-lead img {
    width: 260px;
    height: 26px;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
  }
}

#feature-brand-pmauthentic .main-visual .scroll_call {
  position: absolute;
  right: 0;
  bottom: -65px !important;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 500 !important;
}

@media screen and (max-width: 768px) {
  #feature-brand-pmauthentic .main-visual .scroll_call {
    bottom: -40px;
  }
}

#feature-brand-pmauthentic .main-visual .scroll_call a {
  display: inline-block;
  vertical-align: top;
  font-family: 'Cormorant Garamond', serif;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 768px) {
  #feature-brand-pmauthentic .main-visual .scroll_call a {
    font-size: 14px;
    color: #fff;
  }

  #feature-brand-pmauthentic .main-visual .scroll_call a::after {
    content: '';
    margin: 4px auto 0;
    display: block;
    width: 1px;
    height: 30px;
    background-color: #fff;
  }
}

#feature-brand-pmauthentic .main-visual .scroll_call a::after {
  content: "";
  margin: 6px auto 0;
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background-color: #fff;
  animation: pathmove 2s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }

  30% {
    height: 30px;
    opacity: 1;
  }

  100% {
    height: 0;
    top: 70px;
    opacity: 0;
  }
}

@media screen and (max-width: 768px) {
  #feature-brand-pmauthentic .main-visual .scroll_call a::after {
    content: '';
    margin: 4px auto 0;
    display: block;
    width: 1px;
    height: 30px;
    background-color: #fff;
  }
}

#feature-brand-pmauthentic .main-visual .scrolldown {
  position: absolute;
  left: 50%;
  bottom: -15px;
  height: 50px;
  z-index: 500;
  pointer-events: auto;
}

#feature-brand-pmauthentic .main-visual .scrolldown span {
  position: absolute;
  left: -25px;
  top: -20px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.15em;
  animation-name: scroll_blink;
  animation-duration: 1600ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@-webkit-keyframes scroll_blink {
  0% {
    opacity: 0.2;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.2;
  }
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .main-visual .scrolldown {
    position: absolute;
    left: 50%;
    bottom: -65px;
    height: 30px;
    margin-bottom: 50px;
    pointer-events: auto;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  }

  #feature-brand-pmauthentic .android .main-visual .scrolldown {
    margin-bottom: 40px;
  }

  #feature-brand-pmauthentic .main-visual .scrolldown span {
    font-size: 1rem;
  }
}

#feature-brand-pmauthentic .main-visual .scroll-item {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

#feature-brand-pmauthentic .main-visual .scroll-item .scroll-item__txt {
  line-height: 1;
  color: #fff;
  font-size: 18px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}

#feature-brand-pmauthentic .main-visual .scroll-item .scroll-item__txt a {
  text-decoration: none !important;
  color: #fff;
}

#feature-brand-pmauthentic .main-visual .scroll-item .scroll-item__wrap {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

#feature-brand-pmauthentic .main-visual .scroll-item .scroll-item__icon {
  display: block;
  border-radius: 9999px;
  background-color: #fff;
  will-change: transform, opacity;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}

#feature-brand-pmauthentic .ipad .main-visual .scroll-item {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

#feature-brand-pmauthentic .ipad .main-visual .scroll-item .scroll-item__txt {
  font-size: 1.3rem;
}

#feature-brand-pmauthentic .ipad .main-visual .scroll-item .scroll-item__wrap {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

@keyframes scrollItem-pc {
  0% {
    transform: translateY(0);
    opacity: 0;
  }

  20% {
    transform: translateY(0);
    opacity: 1;
  }

  90% {
    transform: translateY(860%);
    opacity: 0.6;
  }

  100% {
    transform: translateY(860%);
    opacity: 0;
  }
}

@keyframes scrollItem-sp {
  0% {
    transform: translateY(0);
    opacity: 0;
  }

  20% {
    transform: translateY(0);
    opacity: 1;
  }

  90% {
    transform: translateY(560%);
    opacity: 0.6;
  }

  100% {
    transform: translateY(560%);
    opacity: 0;
  }
}

#feature-brand-pmauthentic .main-visual .scroll-item {
  height: 12vw;
}

#feature-brand-pmauthentic .main-visual .scroll-item .scroll-item__txt {
  font-size: 10px;
  font-size: 1rem;
}

#feature-brand-pmauthentic .main-visual .scroll-item .scroll-item__wrap {
  height: 7.3333333333vw;
}

#feature-brand-pmauthentic .main-visual .scroll-item .scroll-item__icon {
  width: 0.5555555555vw;
  height: 0.5555555555vw;
  animation: scrollItem-sp infinite cubic-bezier(0.65, 0, 0.35, 1) 2.4s;
}

#feature-brand-pmauthentic .main-visual .scroll-item .scroll-item__icon {
  animation: scrollItem-pc infinite cubic-bezier(0.65, 0, 0.35, 1) 2.4s;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .main-visual .scroll-item {
    height: 6.25vw;
    bottom: 65px;
  }

  #feature-brand-pmauthentic .main-visual .scroll-item .scroll-item__txt {
    font-size: 1.2rem;
  }

  #feature-brand-pmauthentic .main-visual .scroll-item .scroll-item__wrap {
    bottom: -20px;
    height: 4.1666666667vw;
  }

  #feature-brand-pmauthentic .main-visual .scroll-item .scroll-item__icon {
    width: 1.4861111111vw;
    height: 1.4861111111vw;
  }
}

#feature-brand-pmauthentic .main-visual .mv-button a {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  bottom: 0px;
  right: 0;
  color: #fff;
  z-index: 200;
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}
#feature-brand-pmauthentic .main-visual .mv-button a > span{
  position: relative;
  z-index: 2;
}

#feature-brand-pmauthentic .main-visual .mv-button a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* z-index: -1; */
  z-index: 1;
  background: #c4c2b6;
  transform: scaleY(1.3) perspective(.9em) rotateX(5deg);
  transform-origin: bottom right;
  opacity: .8;
}

#feature-brand-pmauthentic .main-visual .mv-button a::before {
  content: '';
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/img/brand/pmauthentic/icon_playbutton.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  margin-left: 20px;
  z-index: 2;
}

#feature-brand-pmauthentic .main-visual .mv-button a:hover {
  opacity: 0.8;
  transition: .5s;
  text-decoration: none;
  text-decoration-line: none;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .main-visual .mv-button a {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 36px;
    bottom: 0px;
    right: 0;
    color: #fff;
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
    letter-spacing: 0.1em;
    text-decoration: none;
  }

  #feature-brand-pmauthentic .main-visual .mv-button a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* z-index: -1; */
    z-index: 1;
    background: #c4c2b6;
    transform: scaleY(1.3) perspective(.9em) rotateX(3deg);
    transform-origin: bottom right;
    opacity: .8;
  }

  #feature-brand-pmauthentic .main-visual .mv-button a::before {
    content: '';
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("/img/brand/pmauthentic/icon_playbutton.svg");
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
    margin-left: 20px;
  }

  #feature-brand-pmauthentic .main-visual .mv-button a:hover {
    opacity: 0.8;
    transition: .5s;
    text-decoration: none;
    text-decoration-line: none;
  }
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
#feature-brand-pmauthentic .modaal-close:after,
#feature-brand-pmauthentic .modaal-close:before {
  background: #ccc;
}

#feature-brand-pmauthentic .modaal-close:focus:after,
#feature-brand-pmauthentic .modaal-close:focus:before,
#feature-brand-pmauthentic .modaal-close:hover:after,
#feature-brand-pmauthentic .modaal-close:hover:before {
  background: #666;
}

/*動画表示のモーダル：余白を変更したい場合*/
#feature-brand-pmauthentic .modaal-video .modaal-inner-wrapper {
  padding: 0;
}

/* modaal.css　動画の縦横サイズ */
#feature-brand-pmauthentic .modaal-video-container {
  max-width: 1152px !important;
  max-height: 648px !important;
}

#feature-brand-pmauthentic .section-block {
  min-height: 600px;
}

#feature-brand-pmauthentic .section-block.section-block-white {
  background-color: #fff;
}

#feature-brand-pmauthentic .section-block .section-block-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

#feature-brand-pmauthentic .section-block .section-block-title {
  text-align: center;
}

#feature-brand-pmauthentic .section-block .section-block-title span {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Cormorant Garamond', serif;
  text-transform: uppercase;
  font-size: 1rem;
  margin: 80px 0 50px;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .section-block .section-block-title span {
    font-size: 5.8667vw;
  }
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .section-block .section-block-title span::after {
    margin-top: 6px;
    width: 69px;
  }
}

#feature-brand-pmauthentic .concept-block {
  padding: 30px 0 48px;
  background-image: url("/img/brand/pmauthentic/concept_back.jpg");
  background-repeat: no-repeat;
  background-position: right -250px top 0;
  background-size: 135%;
  text-align: center;
  background-color: #c4c3b7;
  position: relative;
  margin-top: -42px;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .concept-block {
    padding: 38px 0 0;
    background-image: url("/img/brand/pmauthentic/concept_back_sp.jpg");
    background-repeat: no-repeat;
    background-position: right -120px top -50px;
    background-size: 170% auto;
  }
}

#feature-brand-pmauthentic .concept-block h2 {
  margin: auto;
  position: relative;
  text-align: center;
  font-size: 36px !important;
  letter-spacing: 0.15em;
  font-family: 'Cormorant Garamond', serif;
  text-transform: uppercase;
  margin-top: 90px;
  margin-bottom: 100px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .concept-block h2 {
    margin-top: -60px;
    margin-left: 30px;
    margin-bottom: 60px;
    text-align: left !important;
    font-size: 1.2rem !important;
  }
}

#feature-brand-pmauthentic .concept-block .section-block-title span {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Cormorant Garamond', serif;
  text-transform: uppercase;
  font-size: 1rem;
}

#feature-brand-pmauthentic .concept-block h3.concept-title {
  display: block;
  margin: 20px auto 100px;
  font-size: 2.4vw;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .concept-block .section-block-title span {
    font-size: 1.2rem;
  }

  #feature-brand-pmauthentic .concept-block h3.concept-title {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .concept-block h3.concept-title {
    margin: 26px 0 36px;
  }
}

#feature-brand-pmauthentic .concept-block .concept-title img {
  display: inline-block;
  vertical-align: top;
  width: 357px;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .concept-block .concept-title img {
    width: 60vw;
  }
}

#feature-brand-pmauthentic .concept-block .concept-text {
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .concept-block .concept-text {
    padding-bottom: 50px;
  }
}

#feature-brand-pmauthentic .concept-block .concept-text-inner {
  display: inline-block;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.3em;
  margin-top: -90px;
  padding-bottom: 100px;
}

#feature-brand-pmauthentic .concept-block .concept-text-inner p {
  display: block;
  margin-bottom: 80px;
  font-weight: 400;
}

#feature-brand-pmauthentic .concept-block .concept-text .concept-text-inner .mixed {
  text-orientation: mixed;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .concept-block .concept-text-inner {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    white-space: nowrap;
    text-align: center;
    font-size: .9rem;
    letter-spacing: 0.2em;
    width: 90vw;
  }
}

#feature-brand-pmauthentic .concept-block .concept-text .concept-text-inner p {
  margin-left: 2.85em;
  line-height: 2.85;
  font-size: 17px;
}

@media screen and (max-width: 900px) {
  #feature-brand-pmauthentic .concept-block .concept-text .concept-text-inner p {
    margin-left: 2.4em;
    line-height: 2.4;
    font-size: .9rem;
    text-align: center !important;
  }
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .concept-block .concept-text-inner p {
    margin-left: 0;
    margin-bottom: 2.5em;
    line-height: 2.85;
    font-size: .9rem;
    text-align: center !important;
  }
}

#feature-brand-pmauthentic .concept-block .concept-text .concept-text-inner p:last-child {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .concept-block .concept-text .concept-text-inner p:last-child {
    margin-bottom: 0;
  }
}

#feature-brand-pmauthentic .concept-block .concept-image img {
  display: block;
  width: 100%;
  height: auto;
}

#feature-brand-pmauthentic .about-block {
  padding: 0;
  background-color: rgb(56, 69, 77, 0.8);
  color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .about-block {
    padding-right: 0;
    padding-bottom: 34px;
    padding-left: 0;
  }
}

#feature-brand-pmauthentic .about-block .section-block-title {
  position: absolute;
  top: 50%;
  left: 92%;
  transform: translateY(-50%) translateX(-92%);
  margin-right: -40px;
  width: 50px;
}

#feature-brand-pmauthentic .about-block .section-block-title span {
  font-family: 'Cormorant Garamond', serif;
  text-transform: uppercase;
  font-size: 1rem;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#feature-brand-pmauthentic .about-block .about-block-layout {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1056px;
  line-height: 2.5;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .about-block .about-block-layout {
    display: block;
    font-size: 2.9333vw;
  }
}

#feature-brand-pmauthentic .about-section {
  margin: auto;
  position: relative;
}

#feature-brand-pmauthentic .about-section h2.about-title {
  position: absolute;
  top: 17%;
  right: 0;
  margin-right: 13px;
  width: 50px;
  padding: 20vh 0 40vh;
}

#feature-brand-pmauthentic .about-section h2.about-title span {
  font-family: 'Cormorant Garamond', serif;
  text-transform: uppercase;
  font-size: 1.4vw !important;
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .about-section h2.about-title {
    position: relative;
    margin-top: -60px;
    margin-left: 30px;
    margin-bottom: 60px;
  }

  #feature-brand-pmauthentic .about-section h2.about-title span {
    transform: none;
    text-align: left !important;
    font-size: 1.2rem !important;
    writing-mode: horizontal-tb;
  }
}

#feature-brand-pmauthentic .contents {
  display: flex;
  position: relative;
  margin: auto;
}

#feature-brand-pmauthentic .background {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-position: center center;
  opacity: 0;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.5s ease 0.5s;
  -moz-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
  /* z-index: -1; */
  z-index: 1;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .background {
    width: 100%;
    height: 100%;
  }
}

#feature-brand-pmauthentic .show .background {
  opacity: 1;
}

#feature-brand-pmauthentic .contents .wrap {
  padding: 30vh 0 30vh;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .contents .wrap {
    padding: 5vh 0 5vh;
    position: relative;
    z-index: 2;
  }
}

/* design*/
#feature-brand-pmauthentic #content01_bg {
  background-image: url("/img/brand/pmauthentic/aboutback_1.jpg");
}

#feature-brand-pmauthentic #content02_bg {
  background-image: url("/img/brand/pmauthentic/aboutback_2.jpg");
}

#feature-brand-pmauthentic #content03_bg {
  background-image: url("/img/brand/pmauthentic/aboutback_3.jpg");
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic #content01_bg {
    background-image: url("/img/brand/pmauthentic/aboutback_1_sp.jpg");
  }

  #feature-brand-pmauthentic #content02_bg {
    background-image: url("/img/brand/pmauthentic/aboutback_2_sp.jpg");
  }

  #feature-brand-pmauthentic #content03_bg {
    background-image: url("/img/brand/pmauthentic/aboutback_3_sp.jpg");
  }
}

#feature-brand-pmauthentic .text-box {
  padding: 50px 25px;
  max-width: 640px;
  color: #fff;
  margin-top: 350px;
  margin-left: 260px;
}

#feature-brand-pmauthentic .ipad .text-box {
  padding: 50px 25px;
  max-width: 640px;
  color: #fff;
  margin-top: 350px;
  margin-left: 80px;
}

#feature-brand-pmauthentic .text-box .catch {
  display: block;
  margin-bottom: 40px;
  white-space: nowrap;
  text-align: left;
  line-height: 2;
  font-size: 2.4vw;
}

#feature-brand-pmauthentic .text-box .copy {
  text-align: left;
  line-height: 3;
  white-space: nowrap;
  display: block;
}

@media only screen and (max-width : 767px) {
  #feature-brand-pmauthentic .text-box {
    padding: 20px 0;
    max-width: 90%;
    color: #fff;
    margin: auto;
    margin-bottom: 100px !important;
    text-align: center !important;
  }

  #feature-brand-pmauthentic #content01 .text-box {
    margin-top: -240px !important;
  }

  #feature-brand-pmauthentic #content01 .text-box .catch,
  #feature-brand-pmauthentic #content03 .text-box .catch {
    display: block;
    margin-bottom: 40px;
    white-space: nowrap;
    text-align: left;
    line-height: 2;
    font-size: 1.6rem;
  }

  #feature-brand-pmauthentic #content02 .text-box .catch {
    font-size: 1.2rem !important;
    padding-top: 150px;
    padding-bottom: 200px;
    text-align: left;
  }

  #feature-brand-pmauthentic .text-box .copy {
    text-align: left;
    line-height: 3;
    white-space: nowrap;
    display: block;
    font-size: .8rem;
    letter-spacing: 0.1em;
  }
}

#feature-brand-pmauthentic .about-block .about-block-layout .about-image {
  text-align: center;
}

#feature-brand-pmauthentic .about-block .about-block-layout .about-image img {
  display: inline-block;
  vertical-align: top;
}

#feature-brand-pmauthentic .about-block .about-block-layout .about-text-image {
  text-align: center;
}

#feature-brand-pmauthentic .about-block .about-block-layout .about-text-image img {
  display: inline-block;
  vertical-align: top;
}

#feature-brand-pmauthentic .about-block .about-block-layout-01 {
  padding-top: 105px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .about-block .about-block-layout-01 {
    padding-top: 49px;
    padding-right: 54px;
    padding-left: 54px;
  }
}

#feature-brand-pmauthentic .about-block .about-block-layout-01 .about-text-image {
  width: 41.2879%;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .about-block .about-block-layout-01 .about-text-image {
    padding-bottom: 36px;
    width: 100%;
  }
}

#feature-brand-pmauthentic .about-block .about-block-layout-01 .about-text-image img {
  width: 125px;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .about-block .about-block-layout-01 .about-text-image img {
    width: 16.8vw;
  }
}

#feature-brand-pmauthentic .about-block .about-block-layout-01 .about-image {
  width: 41.7613%;
  position: relative;
  z-index: 1;
  text-align: left;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .about-block .about-block-layout-01 .about-image {
    width: 100%;
  }
}

#feature-brand-pmauthentic .about-block .about-block-layout-01 .about-image .about-image-border {
  position: relative;
  z-index: 1;
}

#feature-brand-pmauthentic .about-block .about-block-layout-01 .about-image .about-image-border::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: -165px;
  z-index: 2;
  width: 225px;
  height: 12px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .about-block .about-block-layout-01 .about-image .about-image-border::after {
    bottom: -4px;
    height: 8px;
  }
}

#feature-brand-pmauthentic .about-block .about-block-layout-01 .about-image .about-image-border img {
  position: relative;
  z-index: 1;
}

#feature-brand-pmauthentic .about-block .about-block-layout-02 {
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .about-block .about-block-layout-02 {
    padding-top: 38px;
    padding-right: 54px;
    padding-left: 54px;
  }
}

#feature-brand-pmauthentic .about-block .about-block-layout-02 .about-text {
  margin-top: -.5em;
  width: 49.8106%;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .about-block .about-block-layout-02 .about-text {
    width: 100%;
  }
}

#feature-brand-pmauthentic .about-block .about-block-layout-02 .about-image {
  width: 41.2879%;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .about-block .about-block-layout-02 .about-image {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;
    padding-right: 36px;
    padding-left: 36px;
    width: 100%;
  }
}

#feature-brand-pmauthentic .about-block .about-block-layout-02 .about-image img {
  width: 100%;
}

#feature-brand-pmauthentic .about-block .about-block-layout-03 {
  padding-top: 64px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .about-block .about-block-layout-03 {
    padding-top: 45px;
  }
}

#feature-brand-pmauthentic .about-block .about-block-layout-03 .about-text-image {
  width: 41.2879%;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .about-block .about-block-layout-03 .about-text-image {
    width: 100%;
  }
}

#feature-brand-pmauthentic .about-block .about-block-layout-03 .about-text-image .about-image-border {
  margin: 0 auto;
  width: 218px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .about-block .about-block-layout-03 .about-text-image .about-image-border {
    width: 40vw;
  }
}

#feature-brand-pmauthentic .about-block .about-block-layout-03 .about-text-image .about-image-border::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 458px;
  height: 12px;
  background-color: #fff;
}

#feature-brand-pmauthentic .about-block .about-block-layout-03 .about-text-image .about-image-border img {
  width: 232px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .about-block .about-block-layout-03 .about-text-image .about-image-border img {
    width: 40vw;
  }
}

#feature-brand-pmauthentic .about-block .about-block-layout-03 .about-image {
  width: 49.8106%;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .about-block .about-block-layout-03 .about-image {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 45px;
    padding-right: 38px;
    padding-left: 38px;
    width: 100%;
  }
}

#feature-brand-pmauthentic .about-block .about-block-layout-04 {
  padding-top: 118px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .about-block .about-block-layout-04 {
    padding-top: 45px;
  }
}

#feature-brand-pmauthentic .about-block .about-block-layout-04 .about-text {
  width: 49.8106%;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .about-block .about-block-layout-04 .about-text {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 100px;
  }
}

#feature-brand-pmauthentic .about-block .about-block-layout-04 .about-text .about-text-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#feature-brand-pmauthentic .about-block .about-block-layout-04 .about-text .about-text-inner .about-text-image {
  padding: 0 17.4905% 0 6.0837%;
}

@media screen and (max-width: 1100px) {
  #feature-brand-pmauthentic .about-block .about-block-layout-04 .about-text .about-text-inner .about-text-image {
    padding-right: 12%;
    padding-left: 3%;
  }
}

@media screen and (max-width: 1000px) {
  #feature-brand-pmauthentic .about-block .about-block-layout-04 .about-text .about-text-inner .about-text-image {
    padding-right: 10%;
    padding-left: 0;
  }
}

@media screen and (max-width: 900px) {
  #feature-brand-pmauthentic .about-block .about-block-layout-04 .about-text .about-text-inner .about-text-image {
    padding-right: 8%;
  }
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .about-block .about-block-layout-04 .about-text .about-text-inner .about-text-image {
    padding-right: 20px;
    padding-left: 38px;
  }
}

#feature-brand-pmauthentic .about-block .about-block-layout-04 .about-text .about-text-inner .about-text-image img {
  display: block;
  max-width: none;
  width: 68px;
}

@media screen and (max-width: 1100px) {
  #feature-brand-pmauthentic .about-block .about-block-layout-04 .about-text .about-text-inner .about-text-image img {
    width: 60px;
  }
}

@media screen and (max-width: 1000px) {
  #feature-brand-pmauthentic .about-block .about-block-layout-04 .about-text .about-text-inner .about-text-image img {
    width: 56px;
  }
}

@media screen and (max-width: 900px) {
  #feature-brand-pmauthentic .about-block .about-block-layout-04 .about-text .about-text-inner .about-text-image img {
    width: 52px;
  }
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .about-block .about-block-layout-04 .about-text .about-text-inner .about-text-image img {
    width: 9.0667vw;
  }
}

#feature-brand-pmauthentic .about-block .about-block-layout-04 .about-text .about-text-inner .about-text-inner-text {
  margin-top: -.5em;
}

#feature-brand-pmauthentic .about-block .about-block-layout-04 .about-image {
  width: 41.2879%;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .about-block .about-block-layout-04 .about-image {
    padding-left: 12px;
    width: 95px;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

#feature-brand-pmauthentic .about-block .about-block-layout-04 .about-image img {
  width: 190px;
  width: 43.577981651%;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .about-block .about-block-layout-04 .about-image img {
    width: 95px;
  }
}

#feature-brand-pmauthentic .about-block .about-project-block {
  margin: 100px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  max-width: 616px;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .about-block .about-project-block {
    margin-top: 30px;
    display: block;
  }
}

#feature-brand-pmauthentic .about-block .about-project-block .about-project-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 2.5;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .about-block .about-project-block .about-project-text {
    padding: 0 38px;
    font-size: 2.9333vw;
  }
}

#feature-brand-pmauthentic .about-block .about-project-block .about-project-logo {
  padding-right: 74px;
  width: 82px;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .about-block .about-project-block .about-project-logo {
    margin: 32px auto 0;
    padding: 0;
    width: 60px;
  }
}

#feature-brand-pmauthentic .about-block .about-project-block .about-project-logo img {
  display: block;
  width: 82px;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .about-block .about-project-block .about-project-logo img {
    width: 60px;
  }
}

#feature-brand-pmauthentic .products-section {
  margin: 0 auto;
  position: relative;
  background-image: url("/img/brand/pmauthentic/productsback.jpg");
  background-repeat: round;
  background-position: top center;
  background-size: auto;
  text-align: center;
  padding-top: 140px;
  font-family: 'Cormorant Garamond', 'Noto Serif JP', serif !important;
}

#feature-brand-pmauthentic .products-section .story {
  width: 100vw;
  min-height: 640px;
  margin: -20px auto 180px !important;
  background-image: url("/img/brand/pmauthentic/story_top.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: left;
  position: relative;
}

#feature-brand-pmauthentic .products-section .story h2 {
  display: block;
  margin: 130px auto 160px;
  text-align: left;
  font-size: 3.2vw;
  letter-spacing: 0.25em;
  font-family: 'Cormorant Garamond', 'Noto Serif JP', serif;
  z-index: inherit;
}

#feature-brand-pmauthentic .products-section .story h2 span {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  text-transform: capitalize;
  font-size: 1.4vw;
  letter-spacing: 0.2em;
  white-space: nowrap;
  padding-top: 30px;
}

#feature-brand-pmauthentic .products-section .story .inner {
  display: block;
  margin: 10px 0 0;
  text-align: center;
  height: 50px;
}

#feature-brand-pmauthentic .products-section .story .inner .playbutton a {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
  background-image: url("/img/brand/pmauthentic/icon_playbutton.svg");
  background-position: 0 center;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  font-family: 'Cormorant Garamond', serif;
  color: #fff;
  font-size: 1.4vw;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-decoration-line: none;
}

#feature-brand-pmauthentic .products-section .story .inner .playbutton a:hover {
  opacity: 0.6;
  transition: .5s;
}

#feature-brand-pmauthentic .blinking {
  animation: blink 1.5s ease-in-out infinite alternate;
}

@keyframes blink {
  0% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  #feature-brand-pmauthentic .products-section .story {
    margin: -10px auto 0 !important;
    min-height: 400px;
    padding: 0;
    background-image: url("/img/brand/pmauthentic/story_top_sp.jpg");
    background-size: 100% auto;
    background-position: center center;
  }

  #feature-brand-pmauthentic .android .products-section .story {
    margin-top: -5px;
  }

  #feature-brand-pmauthentic .products-section .story h2 {
    margin: 10px auto 40px;
    font-size: 1.6rem !important;
  }

  #feature-brand-pmauthentic .products-section .story h2 span {
    margin-top: 10px;
    margin-bottom: -10px;
    font-size: 16px !important;
  }

  #feature-brand-pmauthentic .products-section .story .inner {
    display: block;
    margin-top: 30px;
    text-align: center;
    position: relative;
  }

  #feature-brand-pmauthentic .products-section .story .inner .playbutton a {
    background-size: 30px 30px !important;
    font-size: 16px !important;
  }
}

#feature-brand-pmauthentic .products-section .section-block-title {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 280px;
  margin-right: -25px;
}

#feature-brand-pmauthentic .products-section .section-block-title span {
  font-family: 'Cormorant Garamond', serif;
  text-transform: uppercase;
  font-size: 1.4vw;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .section-block-title {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 30px;
    margin-left: 25px;
    margin-bottom: 120px !important;
    text-align: left !important;
  }

  #feature-brand-pmauthentic .products-section .section-block-title span {
    transform: none;
    text-align: left !important;
    font-size: 1.2rem !important;
    writing-mode: horizontal-tb;
  }
}

#feature-brand-pmauthentic .products-section .products-list .section-inner {
  width: 100vw;
  height: auto;
  margin: 0 auto;
  position: relative;
  text-align: center;
  font-family: 'Cormorant Garamond', 'Noto Serif JP', serif;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-list .section-inner {
    width: 90vw !important;
    margin-top: 30px !important;
  }
}

#feature-brand-pmauthentic .products-section .products-list .section-inner:not(:last-of-type):after {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #333;
  margin: 60px auto 130px !important;
}

#feature-brand-pmauthentic .products-section .products-list .section-inner h2.section-title {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 210px !important;
  margin-right: -90px !important;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#feature-brand-pmauthentic .products-section .products-list .section-inner h2.section-title.mrg-top {
  margin-top: 250px !important;
  right: -40px !important;
}

#feature-brand-pmauthentic .products-section .products-list .section-inner h2.section-title span {
  font-family: 'Cormorant Garamond', serif;
  text-transform: capitalize;
  font-size: 1vw;
  font-weight: 500;
  color: #fff;
}

#feature-brand-pmauthentic .products-section .products-list .section-inner h3 {
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 1.8;
}

#feature-brand-pmauthentic .products-section .products-list .section-inner h3 span {
  display: block;
  text-transform: uppercase;
  font-size: 1.4vw;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-list .section-inner:not(:last-of-type):after {
    margin: 30px auto 50px !important;
  }

  #feature-brand-pmauthentic .products-section .products-list .section-inner h2.section-title {
    margin-top: 410px !important;
    margin-right: -170px !important;
  }

  #feature-brand-pmauthentic .products-section .products-list .section-inner h2.section-title:not(:first-of-type) {
    margin-right: -250px !important;
  }

  #feature-brand-pmauthentic .products-section .products-list .section-inner h2.section-title.mrg-top {
    margin-top: 440px !important;
    margin-right: -207px !important;
  }

  #feature-brand-pmauthentic .products-section .products-list .section-inner h2.section-title span {
    font-size: 2.4vw;
  }

  #feature-brand-pmauthentic .products-section .products-list .section-inner h3 {
    font-size: 1.2rem !important;
    white-space: nowrap;
    font-weight: 600;
  }

  #feature-brand-pmauthentic .products-section .products-list .section-inner h3 span {
    font-size: .9rem;
  }
}

#feature-brand-pmauthentic .products-section .products-list .section-inner .manager-img {
  margin: auto;
  max-width: 980px;
  position: relative;
  display: flex;
  text-align: left;
  box-sizing: border-box;
  color: #fff;
}

#feature-brand-pmauthentic .products-section .products-list .section-inner .manager-img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  margin: 0 auto 50px;
}

#feature-brand-pmauthentic .products-section .products-list .section-inner .manager-img .manager-name {
  position: absolute;
  left: 3% !important;
  bottom: 15% !important;
}

#feature-brand-pmauthentic .products-section .products-list .section-inner .manager-img .manager-name p {
  line-height: 1.2;
}

#feature-brand-pmauthentic .products-section .products-list .section-inner .manager-img .manager-name p.large {
  font-size: 125%;
}

#feature-brand-pmauthentic .products-section .products-list .section-inner .manager-img .manager-name p span {
  font-size: 75%;
}

#feature-brand-pmauthentic .products-section .products-list .section-inner .text-area {
  margin: 40px auto;
  max-width: 980px;
  height: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-list .section-inner .text-area {
    width: 90%;
  }

  #feature-brand-pmauthentic .products-section .products-list .section-inner .text-area p {
    font-size: .9rem;
    letter-spacing: .1em;
  }

  #feature-brand-pmauthentic .products-section .products-list .section-inner .manager-img .manager-name {
    top: 80px;
    bottom: 20px !important;
  }

  #feature-brand-pmauthentic .android .products-section .products-list .section-inner .manager-img .manager-name {
    top: 95px !important;
    bottom: 30px !important;
  }

  #feature-brand-pmauthentic .products-section .products-list .section-inner .manager-img .manager-name p {
    font-size: .85rem;
    line-height: 1;
  }

  #feature-brand-pmauthentic .android .products-section .products-list .section-inner .manager-img .manager-name p {
    font-size: .85rem;
    line-height: 1.2 !important;
  }

  #feature-brand-pmauthentic .products-section .products-list .section-inner .manager-img .manager-name p.large {
    font-size: 110%;
  }

  #feature-brand-pmauthentic .products-section .products-list .section-inner .manager-img .manager-name .br {
    display: block;
    content: "";
    margin: 1px 0 !important;
  }

  #feature-brand-pmauthentic .android .products-section .products-list .section-inner .manager-img .manager-name .br {
    display: block;
    content: "";
    margin: 2px 0 !important;
  }
}

#feature-brand-pmauthentic .products-section .products-list .section-inner .text-area .img-area {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  box-sizing: border-box;
  padding: 50px 0;
}

#feature-brand-pmauthentic .products-section .products-list .section-inner .text-area .img-area img {
  width: 49%;
  height: auto;
}

#feature-brand-pmauthentic .products-section .products-list .link-button a {
  position: relative;
  color: #323232;
  height: 60px;
  line-height: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  outline: none;
  width: 946px !important;
  margin: 30px auto 80px;
  padding-left: 40px;
  cursor: pointer;
  border: 1px solid #323232;
}

/*線の設定*/
#feature-brand-pmauthentic .link-button a::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: 50%;
  right: 0;
  margin-right: 40px;
  background: #333;
  width: 300px;
  height: 1px;
  transition: all .5s;
}

/*hover時に伸びる線の形状*/
#feature-brand-pmauthentic .link-button a::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  right: 0;
  margin: auto;
  margin-right: 328px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #333;
  transition: all .5s;
}

/*hover時に100%に伸びる*/
#feature-brand-pmauthentic .link-button a:hover::after {
  transform: translateX(287px);
}

#feature-brand-pmauthentic .link-button a span {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  display: block;
  margin-left: 0;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-list .link-button a {
    width: 90% !important;
    padding-left: 10px;
    font-size: .7rem !important;
  }

  #feature-brand-pmauthentic .link-button a::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: 50%;
    right: 0;
    margin-right: 10px;
    background: #333;
    width: 65px;
    height: 1px;
    transition: all .5s;
  }

  #feature-brand-pmauthentic .link-button a::after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 50%;
    right: 0;
    margin-right: 65px !important;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #333;
    transition: all .5s;
  }

  #feature-brand-pmauthentic .link-button a:active::after {
    transform: translateX(56px);
  }
}

#feature-brand-pmauthentic .products-section .product-text-inner {
  position: relative;
  display: block;
  white-space: nowrap;
  padding-top: 100px;
  padding-left: 300px;
  text-align: left;
}

#feature-brand-pmauthentic .ipad .products-section .product-text-inner {
  padding-left: 100px;
}

#feature-brand-pmauthentic .products-section .product-text-inner .product-title {
  display: block;
  margin: 20px auto 60px;
  font-size: 2.4vw;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: left;
}

#feature-brand-pmauthentic .products-section .product-text-inner p {
  display: block;
  font-size: 1rem;
  line-height: 3;
  letter-spacing: 0.3em;
}

@media only screen and (max-width : 767px) {
  #feature-brand-pmauthentic .products-section .product-text-inner {
    position: relative;
    display: block;
    margin: auto;
    white-space: nowrap;
    padding-top: 100px;
    padding-left: 0;
    text-align: center;
    width: 90vw;
  }

  #feature-brand-pmauthentic .products-section .product-text-inner .product-title {
    display: block;
    margin: 60px auto;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: left;
  }

  #feature-brand-pmauthentic .products-section .product-text-inner p {
    display: block;
    font-size: .9rem;
    line-height: 3;
    letter-spacing: 0.1em;
  }
}

#feature-brand-pmauthentic .products-section .movie {
  width: 1000px;
  height: 280px;
  margin: 90px auto 180px;
  background-image: url("/img/brand/pmauthentic/storyback_pc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  padding: 10px 30px 10px 80px;
  text-align: left;
  position: relative;
}

#feature-brand-pmauthentic .products-section .movie h3 {
  font-size: 2.4vw;
  letter-spacing: .16em;
}

#feature-brand-pmauthentic .products-section .movie h3 span {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  white-space: nowrap;
  padding-top: 30px;
}

@media only screen and (max-width : 767px) {
  #feature-brand-pmauthentic .products-section .movie {
    width: 85%;
    max-height: 170px;
    margin: 50px auto 50px !important;
    background-image: url("/img/brand/pmauthentic/storyback_sp.jpg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left bottom;
    flex-direction: column;
    flex-wrap: nowrap;
    color: #fff;
    padding: 10px 0 0;
    text-align: center;
    box-sizing: border-box;
  }

  #feature-brand-pmauthentic .products-section .movie h3 {
    font-size: 1.6rem;
    letter-spacing: .1em;
    margin: 15px auto;
    white-space: nowrap;
    text-align: center;
  }

  #feature-brand-pmauthentic .products-section .movie h3 span {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.9rem;
    letter-spacing: .1em;
    white-space: nowrap;
    padding-top: 15px;
  }
}

#feature-brand-pmauthentic .products-section .movie .inner {
  margin-right: 0;
  margin-left: -100px;
  flex-basis: 70%;
}

@media only screen and (max-width : 767px) {
  #feature-brand-pmauthentic .products-section .movie .inner {
    margin: inherit;
    padding: inherit;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px !important;
  }
}

#feature-brand-pmauthentic .products-section .movie .inner .interview a {
  margin-left: -14px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
  background-image: url("/img/brand/pmauthentic/icon_interview.svg");
  background-position: 0 center;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  letter-spacing: 0.16em;
  color: #fff;
  text-decoration: none;
  text-decoration-line: none;
  white-space: nowrap;
}

#feature-brand-pmauthentic .products-section .movie .inner .playbutton a {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
  background-image: url("/img/brand/pmauthentic/icon_playbutton.svg");
  background-position: 0 center;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  font-family: 'Cormorant Garamond', serif;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-decoration-line: none;
  white-space: nowrap;
}

#feature-brand-pmauthentic .products-section .movie .inner .interview a::hover,
#feature-brand-pmauthentic .products-section .movie .inner .playbutton a::hover {
  opacity: 0.7;
  transition: .5s;
}

@media only screen and (max-width : 767px) {
  #feature-brand-pmauthentic .products-section .movie .inner .interview a {
    margin-top: 50px;
    font-size: .9rem;
    background-size: 24px 24px;
    padding-left: 35px;
  }

  #feature-brand-pmauthentic .products-section .movie .inner .playbutton a {
    margin-top: 50px;
    font-size: .9rem;
    background-size: 24px 24px;
    padding-left: 35px;
  }

  #feature-brand-pmauthentic .products-section .movie .inner .interview a::active,
  #feature-brand-pmauthentic .products-section .movie .inner .playbutton a::active {
    opacity: 0.7;
    transition: .5s;
  }
}

#feature-brand-pmauthentic .products-section .products-list {
  margin: auto;
  padding: 0;
  width: 100vw;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-list {
    padding: 0;
    margin-top: -60px;
    margin-bottom: 90px;
  }
}

#feature-brand-pmauthentic .products-section .products-list .products-list-item {
  position: relative;
  z-index: 1;
  text-align: center;
}

#feature-brand-pmauthentic .products-section .products-list .products-list-item.in-view .products-list-item-num::before {
  opacity: 1;
}

#feature-brand-pmauthentic .products-section .products-list .products-list-item .products-list-item-image {
  margin: -50px auto -10px;
  max-width: 700px;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-list .products-list-item .products-list-item-image {
    text-align: center;
    padding-top: 20px;
  }

  #feature-brand-pmauthentic .products-section .products-list .products-list-item .products-list-item-image img {
    margin: 0 auto;
    display: block;
    height: auto;
  }
}

#feature-brand-pmauthentic .products-section .products-list .products-list-item .products-list-item-logo {
  margin-top: 170px;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-list .products-list-item .products-list-item-logo {
    margin-top: 60px;
  }
}

#feature-brand-pmauthentic .products-section .products-list .products-list-item .products-list-item-logo svg {
  margin: 0 auto;
  display: block;
  width: 184px;
  height: 48px;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-list .products-list-item .products-list-item-logo svg {
    width: 184px;
    height: 47px;
  }
}

#feature-brand-pmauthentic .products-section .products-list .products-list-item .products-list-item-num {
  margin-top: 18px;
  font-family: 'EB Garamond', serif;
  font-size: 54px;
  letter-spacing: 0.2em;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-list .products-list-item .products-list-item-num {
    font-size: 2.4rem;
  }
}

#feature-brand-pmauthentic .products-section .products-list .products-list-item .products-list-item-num span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 2;
}

#feature-brand-pmauthentic .products-section .products-list .products-list-item .products-list-item-note {
  margin-top: 10px;
  font-size: 13px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-list .products-list-item .products-list-item-note {
    font-size: 2.6667vw;
  }
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-list .products-list-item .products-list-item-data {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
  }
}

#feature-brand-pmauthentic .products-section .products-list .products-list-item .products-list-item-intro {
  position: relative;
  z-index: 2;
  text-align: center;
  white-space: nowrap;
  line-height: 2.625;
  letter-spacing: .38em;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-list .products-list-item .products-list-item-intro {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: .8rem;
    line-height: 3;
    letter-spacing: .1em;
  }
}

#feature-brand-pmauthentic .products-section .products-list .products-list-item .products-list-item-intro .sp {
  display: none;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-list .products-list-item .products-list-item-intro .sp {
    display: block;
  }
}

#feature-brand-pmauthentic .products-section .products-list .products-list-item .products-list-item-anchors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  color: #323232;
  background-color: #fff;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  text-decoration: none;
}

#feature-brand-pmauthentic .products-section .products-list .products-list-item a {
  text-decoration: none;
  color: #323232;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-list .products-list-item .products-list-item-anchors {
    display: block;
  }
}

#feature-brand-pmauthentic .products-section .products-list .products-list-item .products-list-item-anchors .products-list-item-anchor {
  max-width: 458px;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-list .products-list-item .products-list-item-anchors .products-list-item-anchor {
    max-width: none;
  }
}

#feature-brand-pmauthentic .products-section .products-list .products-list-item .products-list-item-anchors .products-list-item-anchor .products-list-item-anchor-image {
  clear: both;
  background-color: #fff;
}

#feature-brand-pmauthentic .products-section .products-list .products-list-item .products-list-item-anchors .products-list-item-anchor .products-list-item-anchor-image img {
  display: block;
  width: 100%;
}

#feature-brand-pmauthentic .products-section .products-list .products-list-item .products-list-item-anchors .products-list-item-anchor .products-list-item-anchor-button {
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-list .products-list-item .products-list-item-anchors .products-list-item-anchor .products-list-item-anchor-button {
    margin-top: 0;
    text-align: center;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

#feature-brand-pmauthentic .products-section .products-list .products-list-item .products-list-item-anchors .products-list-item-anchor .products-list-item-anchor-button span {
  border: 1px solid #323232;
  padding: 3px 22px;
  display: inline-block;
  vertical-align: top;
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-list .products-list-item .products-list-item-anchors .products-list-item-anchor .products-list-item-anchor-button span {
    padding: 3px 6px;
    font-size: 2.6667vw;
  }
}

#feature-brand-pmauthentic .products-section .products-list .products-list-item .products-list-item-anchors .products-list-item-anchor .products-list-item-anchor-colors {
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-list .products-list-item .products-list-item-anchors .products-list-item-anchor .products-list-item-anchor-colors {
    display: none;
  }
}

#feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-01 {
  margin-top: 115px;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-01 {
    margin-top: 78px;
  }
}

#feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-01 .products-list-item-intro {
  top: -90px;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-01 .products-list-item-intro {
    top: -15px;
    margin-bottom: 30px;
  }
}

#feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-01 .products-list-item-anchors {
  margin-top: 14px;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-01 .products-list-item-anchors {
    padding-top: 68px;
  }
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-01 .products-list-item-anchors .products-list-item-anchor:first-child {
    padding-right: 22%;
  }
}

#feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-01 .products-list-item-anchors .products-list-item-anchor:first-child .products-list-item-anchor-button {
  float: left;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-01 .products-list-item-anchors .products-list-item-anchor:first-child .products-list-item-anchor-button {
    display: none;
  }
}

#feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-01 .products-list-item-anchors .products-list-item-anchor:first-child .products-list-item-anchor-colors {
  margin-top: 14px;
  float: right;
}

#feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-01 .products-list-item-anchors .products-list-item-anchor:last-child {
  padding-top: 90px;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-01 .products-list-item-anchors .products-list-item-anchor:last-child {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-01 .products-list-item-anchors .products-list-item-anchor:last-child .products-list-item-anchor-image {
    width: 78%;
  }
}

#feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-01 .products-list-item-anchors .products-list-item-anchor:last-child .products-list-item-anchor-button {
  display: none;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-01 .products-list-item-anchors .products-list-item-anchor:last-child .products-list-item-anchor-button {
    display: block;
    width: 22%;
  }
}

#feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-02 {
  margin-top: 168px;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-02 {
    margin-top: 90px;
  }
}

#feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-02 .products-list-item-intro {
  top: 0;
  left: 7.6531%;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-02 .products-list-item-intro {
    top: -64px;
    left: 24px;
  }
}

#feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-02 .products-list-item-anchors {
  margin-top: 30px;
  margin-right: 50px;
  margin-left: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-02 .products-list-item-anchors {
    margin-top: 64px;
    margin-right: 0;
    margin-left: 0;
  }
}

#feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-02 .products-list-item-anchors .products-list-item-anchor:first-child {
  margin-left: -25px;
  padding-right: 0;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-02 .products-list-item-anchors .products-list-item-anchor:first-child {
    margin-left: 0;
    padding-left: 22%;
    position: static;
  }
}

#feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-02 .products-list-item-anchors .products-list-item-anchor:last-child .products-list-item-anchor-button {
  display: none;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-02 .products-list-item-anchors .products-list-item-anchor:last-child .products-list-item-anchor-button {
    display: block;
    width: 22%;
  }
}

#feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-03 {
  margin-top: 152px;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-03 {
    margin-top: 85px;
  }
}

#feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-03 .products-list-item-intro {
  bottom: -1em;
  left: 50%;
  margin-left: 64px;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-03 .products-list-item-intro {
    top: -8em;
    left: auto;
    bottom: auto;
    right: 24px;
  }
}

#feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-03 .products-list-item-anchors {
  margin-top: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-03 .products-list-item-anchors {
    margin-top: 58px;
  }
}

#feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-03 .products-list-item-anchors .products-list-item-anchor:first-child {
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-03 .products-list-item-anchors .products-list-item-anchor:first-child {
    padding-right: 22%;
  }
}

#feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-03 .products-list-item-anchors .products-list-item-anchor:first-child .products-list-item-anchor-button {
  float: right;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-03 .products-list-item-anchors .products-list-item-anchor:first-child .products-list-item-anchor-button {
    display: none;
  }
}

#feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-03 .products-list-item-anchors .products-list-item-anchor:last-child {
  padding-top: 114px;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-03 .products-list-item-anchors .products-list-item-anchor:last-child {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

#feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-03 .products-list-item-anchors .products-list-item-anchor:last-child .products-list-item-anchor-colors {
  margin-top: 14px;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-03 .products-list-item-anchors .products-list-item-anchor:last-child .products-list-item-anchor-image {
    width: 78%;
  }
}

#feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-03 .products-list-item-anchors .products-list-item-anchor:last-child .products-list-item-anchor-button {
  display: none;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-03 .products-list-item-anchors .products-list-item-anchor:last-child .products-list-item-anchor-button {
    margin-top: 14px;
    display: block;
    width: 22%;
  }
}

#feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-04 {
  margin-top: 156px;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-04 {
    margin-top: 93px;
  }
}

#feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-04 .products-list-item-intro {
  top: 150px;
  left: -.8em;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-04 .products-list-item-intro {
    top: -6em;
    left: 24px;
  }
}

#feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-04 .products-list-item-anchors {
  margin-top: 45px;
  margin-left: 90px;
  position: relative;
  right: -60px;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-04 .products-list-item-anchors {
    margin-top: 64px;
    margin-left: 0;
    right: auto;
  }
}

#feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-04 .products-list-item-anchors .products-list-item-anchor:first-child {
  margin-right: -38px;
  padding-right: 0;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-04 .products-list-item-anchors .products-list-item-anchor:first-child {
    margin-right: 0;
    padding-left: 22%;
  }
}

#feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-04 .products-list-item-anchors .products-list-item-anchor:first-child .products-list-item-anchor-colors {
  margin-top: 14px;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-04 .products-list-item-anchors .products-list-item-anchor:first-child .products-list-item-anchor-button {
    display: none;
  }
}

#feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-04 .products-list-item-anchors .products-list-item-anchor:last-child {
  padding-top: 80px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-04 .products-list-item-anchors .products-list-item-anchor:last-child {
    padding-top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

#feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-04 .products-list-item-anchors .products-list-item-anchor:last-child .products-list-item-anchor-colors {
  margin-bottom: 10px;
  float: right;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-04 .products-list-item-anchors .products-list-item-anchor:last-child .products-list-item-anchor-image {
    width: 78%;
  }
}

#feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-04 .products-list-item-anchors .products-list-item-anchor:last-child .products-list-item-anchor-button {
  display: none;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-list .products-list-item.products-list-item-04 .products-list-item-anchors .products-list-item-anchor:last-child .products-list-item-anchor-button {
    display: block;
    width: 22%;
  }
}

#feature-brand-pmauthentic .products-section .products-list .products-list-item .products-button a {
  position: relative;
  color: #333;
  padding: 10px 50px 10px 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  outline: none;
  width: 380px !important;
  margin: auto;
  cursor: pointer;
}

/*線の設定*/
#feature-brand-pmauthentic .products-button a::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: 50%;
  right: 0;
  background: #333;
  width: 170px;
  height: 1px;
  transition: all .5s;
}

/*hover時に伸びる線の形状*/
#feature-brand-pmauthentic .products-button a::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 210px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #333;
  transition: all .5s;
}

/*hover時に100%に伸びる*/
#feature-brand-pmauthentic .products-button a:hover::after {
  transform: translateX(157px);
}

#feature-brand-pmauthentic .products-button a span {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  display: block;
  margin-left: 0;
  cursor: pointer;
}

@media only screen and (max-width : 768px) {
  #feature-brand-pmauthentic .products-section .products-list .products-list-item .products-button a {
    position: relative;
    color: #333;
    padding: 10px 80px 10px 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    outline: none;
    width: 200px;
    margin: auto;
    cursor: pointer;
  }

  #feature-brand-pmauthentic .products-button a::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: 50%;
    right: 50px;
    background: #333;
    width: 120px;
    height: 1px;
    transition: all .5s;
  }

  #feature-brand-pmauthentic .products-button a::after {
    content: "";
    position: absolute;
    top: 12px;
    left: 209px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #333;
    transition: all .5s;
  }

  #feature-brand-pmauthentic .products-button a:hover::after,
  #feature-brand-pmauthentic .products-button a:active::after {
    transform: translateX(110px);
  }

  #feature-brand-pmauthentic .products-button a span {
    font-size: .9rem;
  }
}

#feature-brand-pmauthentic .products-section .products-gallery {
  margin: 216px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1280px;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-gallery {
    margin-top: 62px;
  }
}

#feature-brand-pmauthentic .products-section .products-gallery .products-gallery-item {
  margin-bottom: 50px;
  max-width: 368px;
  width: 33.3333%;
}

@media screen and (max-width: 900px) {
  #feature-brand-pmauthentic .products-section .products-gallery {
    justify-content: center;
  }

  #feature-brand-pmauthentic .products-section .products-gallery .products-gallery-item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-gallery {
    justify-content: space-between;
  }

  #feature-brand-pmauthentic .products-section .products-gallery .products-gallery-item {
    margin-bottom: 20px;
    max-width: none;
    width: 50%;
  }
}

#feature-brand-pmauthentic .products-section .products-gallery .products-gallery-item a {
  display: block;
  color: #323232;
  text-align: center;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

#feature-brand-pmauthentic .products-section .products-gallery .products-gallery-item a:hover,
#feature-brand-pmauthentic .products-section .products-gallery .products-gallery-item a:active {
  opacity: .7;
}

#feature-brand-pmauthentic .products-section .products-gallery .products-gallery-item a img {
  display: block;
}

#feature-brand-pmauthentic .products-section .products-gallery .products-gallery-item a .product-model-name {
  margin-top: 12px;
  display: inline-block;
  vertical-align: top;
  line-height: 1.6;
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-gallery .products-gallery-item a .product-model-name {
    line-height: 1.5;
    font-size: 2.9333vw;
  }
}

#feature-brand-pmauthentic .products-section .products-gallery .products-gallery-item a .product-model-num {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-gallery .products-gallery-item a .product-model-num {
    font-size: 3.2vw;
  }
}

#feature-brand-pmauthentic .products-section .products-gallery .products-gallery-item .sp {
  display: none;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-gallery .products-gallery-item .sp {
    display: block;
  }
}

#feature-brand-pmauthentic .products-section .products-project {
  margin: 50px auto 0;
  padding-bottom: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 710px;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-project {
    margin-top: 55px;
    padding-bottom: 95px;
    display: block;
    width: 90vw;
  }
}

#feature-brand-pmauthentic .products-section .products-project .products-project-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.75;
  font-size: 16px;
}

#feature-brand-pmauthentic .products-section .products-project .products-project-text p:first-child {
  margin-top: -6px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-project .products-project-text {
    text-align: center;
    padding: 0 3.2vw;
    line-height: 2.19;
    font-size: 2.8vw;
  }

  #feature-brand-pmauthentic .products-section .products-project .products-project-text p:first-child {
    margin-top: 35px;
    margin-bottom: 20px;
  }
}

#feature-brand-pmauthentic .products-section .products-project .products-project-logo {
  padding-right: 30px;
  width: 93px;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-project .products-project-logo {
    margin: 32px auto 0;
    padding: 0;
    width: 18.4vw;
  }
}

#feature-brand-pmauthentic .products-section .products-project .products-project-logo img {
  display: block;
  width: 93px;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-project .products-project-logo img {
    width: 100%;
  }
}

#feature-brand-pmauthentic .products-section .products-project .products-project-text .products-project-anchor {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-project .products-project-text .products-project-anchor {
    margin-top: 20px;
  }
}

#feature-brand-pmauthentic .products-section .products-project .products-project-text .products-project-anchor a {
  display: inline-block;
  vertical-align: top;
  width: 263px;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

#feature-brand-pmauthentic .products-section .products-project .products-project-text .products-project-anchor a:hover,
#feature-brand-pmauthentic .products-section .products-project .products-project-anchor a:active {
  opacity: .7;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-project .products-project-text .products-project-anchor a {
    width: 51.4666vw;
  }
}

#feature-brand-pmauthentic .products-section .products-project .products-project-text .products-project-anchor a img {
  display: block;
  margin-left: -50px;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .products-section .products-project .products-project-text .products-project-anchor a img {
    margin-left: inherit;
  }
}

#feature-brand-pmauthentic .mod-prodPanel {
  background-color: #fff;
}

#feature-brand-pmauthentic .mod-prodPanel-text p {
  text-align: center;
}

/*--youtube--*/
#feature-brand-pmauthentic .youtube {
  position: relative;
  padding: 0;
  margin: auto;
  min-width: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}

#feature-brand-pmauthentic .youtube div {
  text-align: center;
  vertical-align: middle;
  width: auto;
  margin: 30px auto;
  padding: 20px;
}

#feature-brand-pmauthentic .youtube p {
  display: inline-block;
  text-align: left;
  white-space: nowrap;
}

#feature-brand-pmauthentic .youtube div img {
  width: 100%;
  height: auto;
}

#feature-brand-pmauthentic .youtube .title {
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
  font-weight: 900;
}

#feature-brand-pmauthentic .youtube .title::before,
#feature-brand-pmauthentic .youtube span::after {
  content: "";
  flex-grow: 1;
  border-bottom: 2px solid #222;
}

#feature-brand-pmauthentic .youtube .title::before {
  margin-right: 15px;
  padding-left: 25px;
}

#feature-brand-pmauthentic .youtube .title::after {
  margin-left: 15px;
  padding-right: 25px;
}

#feature-brand-pmauthentic .youtube a:hover {
  opacity: .7;
}

#feature-brand-pmauthentic .scrolltop {
  position: fixed;
  right: -1px;
  bottom: 35px;
  opacity: 0;
  z-index: 5;
  transition: opacity .5s;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#feature-brand-pmauthentic .scrolltop.foot {
  position: absolute;
  right: 0;
  bottom: 150px;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .scrolltop {
    right: -20px;
    bottom: 200px;
  }

  #feature-brand-pmauthentic .scrolltop.foot {
    position: absolute;
    bottom: 30px;
  }
}

#feature-brand-pmauthentic .scrolltop.show {
  opacity: 1;
}

#feature-brand-pmauthentic .scrolltop a {
  display: block;
  color: #9fadad;
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  text-decoration: none;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  line-height: 1.5rem;
}

#feature-brand-pmauthentic .scrolltop a:hover,
#feature-brand-pmauthentic .scrolltop a:active {
  opacity: .7;
}

#feature-brand-pmauthentic .scrolltop a::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 80px;
  background: #9fadad;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
  right: -160px;
  bottom: 0;
  left: 0;
  margin: auto;
}

#feature-brand-pmauthentic .footer .footer-inner {
  margin: 0 auto;
  padding: 35px 20px 35px 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: center;
  background: #e4e8e9;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .footer .footer-inner {
    padding: 42px 0 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
  }
}

#feature-brand-pmauthentic .footer .footer-inner .footer-logo {
  width: 190px;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .footer .footer-inner .footer-logo {
    margin: 0 auto;
    width: 171px;
  }
}

#feature-brand-pmauthentic .footer .footer-inner .footer-logo a {
  display: block;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

#feature-brand-pmauthentic .footer .footer-inner .footer-logo a:hover,
#feature-brand-pmauthentic .footer .footer-inner .footer-logo a:active {
  opacity: .7;
}

#feature-brand-pmauthentic .footer .footer-inner .footer-copyright {
  font-size: 14px;
  text-align: center;
  margin-right: 60px;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .footer .footer-inner .footer-copyright {
    margin: 36px auto 0;
    font-size: 2.6667vw;
  }
}

#feature-brand-pmauthentic .fade {
  opacity: 0;
}

#feature-brand-pmauthentic .up {
  transform: translateY(50px);
  transition: transform .6s;
}

#feature-brand-pmauthentic .up.fade-end {
  transform: translateY(0);
}

#feature-brand-pmauthentic .pc {
  display: block;
}

#feature-brand-pmauthentic .sp {
  display: none;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .pc {
    display: none;
  }

  #feature-brand-pmauthentic .sp {
    display: block;
  }
}

/*20200921追加*/
#feature-brand-pmauthentic .item {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 4em;
  padding-bottom: 2.4em;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: auto;
  margin: 0 auto;
}

#feature-brand-pmauthentic .mutual {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 100%;
  min-height: auto;
  margin: 0 auto;
}

#feature-brand-pmauthentic .item-modelname {
  justify-content: center;
  align-items: center;
  padding: 5px 30px;
  min-width: 500px;
  text-align: center;
}

#feature-brand-pmauthentic .mutual .item-modelname {
  justify-content: center;
  align-items: center;
  padding: 5px 30px;
  min-width: 500px;
  margin-left: auto;
  margin-right: 0px;
  text-align: center;
}

#feature-brand-pmauthentic .item-modelname .products-list-item-image,
#feature-brand-pmauthentic .mutual .item-modelname .products-list-item-image {
  margin: 0 auto;
  text-align: center;
}

#feature-brand-pmauthentic .item-modelname .products-list-item-image img,
#feature-brand-pmauthentic .mutual .item-modelname .products-list-item-image img {
  max-width: 460px;
}

#feature-brand-pmauthentic .item-modelname .products-list-item {
  position: relative;
  z-index: 1;
}

#feature-brand-pmauthentic .item-modelname .products-list-item-num::before {
  opacity: 1;
}

#feature-brand-pmauthentic .item-modelname .products-list-item-logo {
  margin-top: 15px !important;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .item .item-modelname .products-list-item-logo {
    margin-top: 28px !important;
  }
}

#feature-brand-pmauthentic .item-modelname .products-list-item-logo svg {
  margin: 0 auto;
  display: block;
  width: 150px;
  height: 30px;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .item .item-modelname .products-list-item-logo svg {
    width: 119px;
    height: 24px;
  }
}

#feature-brand-pmauthentic .item-modelname .products-list-item-num {
  margin-top: 14px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
}

#feature-brand-pmauthentic .item-modelname .products-list-item-num::before {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 4px;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 8px;
  background-color: #e4e8e8;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .item .item-modelname .products-list-item-num {
    font-size: 6.6667vw;
    margin-bottom: 30px;
  }

  #feature-brand-pmauthentic .item-modelname .products-list-item-num span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 2;
  }
}

#feature-brand-pmauthentic .item-modelname .products-list-item-num span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 2;
}

#feature-brand-pmauthentic .item-modelname .products-list-item-note {
  margin-top: 10px;
  font-size: 13px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .item-modelname .products-list-item-note {
    font-size: 2.6667vw;
  }
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .item-modelname .products-list-item-data {
    position: relative;
    z-index: 1;
  }
}

#feature-brand-pmauthentic .item-modelname .text {
  position: relative;
  z-index: 2;
  text-align: center;
  white-space: nowrap;
  line-height: 2.625;
  letter-spacing: .32em;
  font-size: 16px;
  padding-top: 1.8em !important;
  padding: 0 10px;
  display: inline-block;
  width: auto;
}

#feature-brand-pmauthentic .mutual .item-modelname .text {
  position: relative;
  z-index: 2;
  text-align: center;
  white-space: nowrap;
  line-height: 2.625;
  letter-spacing: .32em;
  font-size: 16px;
  padding-top: 1.8em !important;
  padding: 0 10px;
  display: inline-block;
  width: auto;
}

#feature-brand-pmauthentic .item-modelname .text p {
  text-align: left;
}

#feature-brand-pmauthentic .item-image {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  max-width: 650px;
  height: 100%;
  padding: 0 5px;
}

#feature-brand-pmauthentic .mutual .item-image {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  max-width: 650px;
  padding: 0 5px;
}

#feature-brand-pmauthentic .item-image img {
  object-fit: content;
  max-width: 650px;
  height: auto;
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .item {
    display: flex;
    bottom: 2em;
    top: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 67vh;
    flex-wrap: wrap;
    position: relative;
  }

  #feature-brand-pmauthentic .mutual {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  #feature-brand-pmauthentic .item .item-modelname {
    padding: 5px 0 !important;
    justify-content: center;
    align-items: center;
    min-width: 100%;
  }

  #feature-brand-pmauthentic .item .item-modelname .products-list-item-image img {
    margin: 0 auto;
    margin-top: 0 !important;
    width: 77%;
    height: auto;
  }

  #feature-brand-pmauthentic .mutual .item-modelname .products-list-item-image img {
    margin: 0 auto;
    margin-top: 0 !important;
    width: 77%;
    height: auto;
  }

  #feature-brand-pmauthentic .item .item-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 325px;
    padding-bottom: 80px;
    padding-right: 100px;
    text-align: left;
    min-width: 0;
  }

  #feature-brand-pmauthentic .item .item-image img {
    max-width: 73vw;
    height: 73vw;
    object-fit: cover;
    padding: 0;
  }

  #feature-brand-pmauthentic .mutual .item-image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding-left: 100px;
    width: auto;
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  #feature-brand-pmauthentic .item .item-modelname .text {
    top: 40px;
    left: 97%;
    transform: translateX(-97%);
    font-size: 2.9333vw;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    display: flex;
    width: 25%;
    align-items: center;
  }

  #feature-brand-pmauthentic .mutual .item-modelname .text {
    top: 40px;
    left: -1%;
    transform: translate(3%);
    font-size: 2.9333vw;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }

  #feature-brand-pmauthentic .item-modelname .text p,
  #feature-brand-pmauthentic .mutual .item-modelname .text p {
    line-height: 1.9;
  }

  #feature-brand-pmauthentic .mutual .item-modelname .text p.top {
    margin-top: -43px !important;
  }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  #feature-brand-pmauthentic .pc {
    display: none;
  }

  #feature-brand-pmauthentic .sp {
    display: none;
  }

  #feature-brand-pmauthentic .tb {
    display: block;
  }

  #feature-brand-pmauthentic .main-visual {
    height: 0;
    border: 0;
    width: 100vw;
    min-height: 20vh;
    padding-top: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #feature-brand-pmauthentic .main-visual .main-visual-logo svg {
    margin: 0 auto;
    display: block;
    width: 460px !important;
    height: 120px !important;
    fill: #fff;
  }

  #feature-brand-pmauthentic .item {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-width: 100vw;
    height: auto;
    top: 0;
    left: -90px;
    padding: 0;
    margin: 0 auto;
  }

  #feature-brand-pmauthentic .item .item-modelname {
    text-align: center;
    flex: none;
    padding: 0;
    min-width: 40%;
  }

  #feature-brand-pmauthentic .item .item-image {
    min-width: 55%;
    padding: 10px;
  }

  #feature-brand-pmauthentic .item .item-image img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0px none;
    object-fit: cover;
  }

  #feature-brand-pmauthentic .item .item-modelname .text {
    position: relative;
    z-index: 2;
    text-align: left;
    white-space: nowrap;
    line-height: 1.8;
    letter-spacing: .15em;
    display: inline-block;
  }

  #feature-brand-pmauthentic .item-modelname .products-list-item-image {
    margin: 0 auto !important;
  }

  #feature-brand-pmauthentic .item-modelname .products-list-item-image img {
    max-width: 230px !important;
  }

  #feature-brand-pmauthentic .mutual {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    right: 0;
  }

  #feature-brand-pmauthentic .mutual .item-image {
    min-width: 55%;
    padding: 10px;
    right: 0;
  }
}

#feature-brand-pmauthentic .image-block {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 120px auto 100px;
  display: flex;
  box-sizing: border-box;
  overflow-x: hidden;
}

#feature-brand-pmauthentic .image-block img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width : 767px) {
  #feature-brand-pmauthentic .image-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100vw;
    flex-wrap: wrap;
    margin: 60px auto 80px !important;
    position: relative;
  }

  #feature-brand-pmauthentic .image-block div:nth-of-type(n+3) {
    margin-top: -4px !important;
    padding-bottom: 50px;
  }

  #feature-brand-pmauthentic .image-block div {
    max-width: 50vw;
  }
}

#feature-brand-pmauthentic .fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}

#feature-brand-pmauthentic .fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

#feature-brand-pmauthentic #movie {
  position: relative;
}

#feature-brand-pmauthentic #movie .movies {
  width: 80%;
  margin: 80px auto 250px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2em;
}

#feature-brand-pmauthentic #movie .movies figure {
  margin: 0;
}

#feature-brand-pmauthentic #movie .movies a {
  display: block;
}

#feature-brand-pmauthentic #movie .movies .img {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 56.25% 0 0;
}

#feature-brand-pmauthentic #movie .movies img {
  position: absolute;
  z-index: 1;
  left: -1px;
  top: -1px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  object-fit: contain;
  transition: opacity .2s ease-out;
}

#feature-brand-pmauthentic #movie .movies a:hover img {
  opacity: .7;
}

#feature-brand-pmauthentic #movie .movies svg {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 4em;
  height: 4em;
  transform: translateX(-50%) translateY(-50%);
  fill: #FFF;
  filter: drop-shadow(0 0 .25em rgba(0, 0, 0, .3));
  opacity: 0.9;
}

#feature-brand-pmauthentic #movie .movies figcaption {
  margin: .5em 0 0;
  text-align: center;
  font-size: 100%;
}

@media (max-width: 720px) {
  #feature-brand-pmauthentic #movie {
    margin-top: 120px;
  }

  #feature-brand-pmauthentic #movie h2 {
    font-size: 1.2rem !important;
    display: block;
    position: absolute;
    top: 30px;
    left: 0;
    margin-top: -70px;
    margin-left: 25px;
    text-align: left !important;
  }

  #feature-brand-pmauthentic #movie .movies figcaption {
    font-size: .8rem;
  }

  #feature-brand-pmauthentic #movie .movies {
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  #feature-brand-pmauthentic #movie .movies a:active img {
    opacity: .7;
  }

  #feature-brand-pmauthentic #movie .movies svg {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    width: 1.5em !important;
    height: 1.5em !important;
    transform: translateX(-50%) translateY(-50%);
    fill: #FFF;
    filter: drop-shadow(0 0 .25em rgba(0, 0, 0, .3));
  }
}
