@charset "utf-8";

@media (prefers-reduced-motion: reduce) {
  * {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
      scroll-behavior: auto !important;
  }
}
html {
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%;
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 0.7320644217vw !important;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw !important;
  }
}

.pickupLayout #hairstandard {
  margin: 0 auto;
  padding: 0;
  font-size: 1.6rem;
  color: #f2f2f2;
  height: 100%;
  font-family: "Roboto","Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  position: relative;
  font-feature-settings: "palt";
  background: #363737;
}

@media screen and (max-width: 767px) {
  .pickupLayout #hairstandard {
    font-size: 1.4rem;
  }
}

.pickupLayout #hairstandard .en {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}




.pickupLayout #hairstandard img {
  vertical-align: bottom;
  border: none;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}


.pickupLayout #hairstandard a {
  outline:none;
  color: #f2f2f2;
}

.pickupLayout #hairstandard a:hover {
  text-decoration: none;
}

.pickupLayout #hairstandard a,.pickupLayout #hairstandard a:hover,.pickupLayout #hairstandard a:hover img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

.pickupLayout #hairstandard a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}

.pickupLayout #hairstandard * {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
.pickupLayout #hairstandard picture {
  display: block;
}
.pickupLayout #hairstandard .container {
  max-width: calc(110rem + 6rem);
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
}

@media only screen and ( max-width : 767px ) {
  .pickupLayout #hairstandard .container {
    max-width: 100%;
  }
}


/* ---------------------------------------------------------------------------------------------

　   FLEX

--------------------------------------------------------------------------------------------- */
.pickupLayout #hairstandard .d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.pickupLayout #hairstandard .flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.pickupLayout #hairstandard .flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.pickupLayout #hairstandard .justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.pickupLayout #hairstandard .justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.pickupLayout #hairstandard .justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.pickupLayout #hairstandard .justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.pickupLayout #hairstandard .justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.pickupLayout #hairstandard .align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.pickupLayout #hairstandard .align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.pickupLayout #hairstandard .align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}



@media (min-width: 768px) {
  .pickupLayout #hairstandard .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .pickupLayout #hairstandard .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .pickupLayout #hairstandard .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .pickupLayout #hairstandard .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .pickupLayout #hairstandard .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .pickupLayout #hairstandard .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .pickupLayout #hairstandard .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .pickupLayout #hairstandard .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .pickupLayout #hairstandard .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .pickupLayout #hairstandard .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .pickupLayout #hairstandard .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .pickupLayout #hairstandard .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .pickupLayout #hairstandard .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
}

@media (min-width: 1025px) {
  .pickupLayout #hairstandard .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .pickupLayout #hairstandard .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .pickupLayout #hairstandard .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .pickupLayout #hairstandard .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .pickupLayout #hairstandard .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .pickupLayout #hairstandard .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .pickupLayout #hairstandard .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .pickupLayout #hairstandard .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .pickupLayout #hairstandard .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .pickupLayout #hairstandard .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .pickupLayout #hairstandard .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .pickupLayout #hairstandard .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .pickupLayout #hairstandard .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
}

/* ---------------------------------------------------------------------------------------------

　   TEXT

--------------------------------------------------------------------------------------------- */
.pickupLayout #hairstandard .text-left {
  text-align: left !important;
}

.pickupLayout #hairstandard .text-right {
  text-align: right !important;
}

.pickupLayout #hairstandard .text-center {
  text-align: center !important;
}

@media (min-width: 768px) {
  .pickupLayout #hairstandard .text-md-left {
    text-align: left !important;
  }
  .pickupLayout #hairstandard .text-md-right {
    text-align: right !important;
  }
  .pickupLayout #hairstandard .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 1025px) {
  .pickupLayout #hairstandard .text-lg-left {
    text-align: left !important;
  }
  .pickupLayout #hairstandard .text-lg-right {
    text-align: right !important;
  }
  .pickupLayout #hairstandard .text-lg-center {
    text-align: center !important;
  }
}



/* -----------------------------------------------
 * COMMON
----------------------------------------------- */

.pickupLayout #hairstandard #pickup_mainContents {
  overflow: hidden;
}
.pickupLayout #hairstandard section {
  position: relative;
}

@media only screen and ( max-width : 767px ) {
  .pickupLayout {
    overflow-x: hidden;
  }
  .pickupLayout #hairstandard {
    overflow-x: hidden;
    max-width: 100vw;
  }
  .pickupLayout #hairstandard .container {
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
  }
  .pickupLayout #hairstandard .br_pc {
    display: none;
  }
  .pickupLayout #hairstandard .sp_none {
    display: none;
  }
}
@media print, screen and ( min-width : 768px ) {
  .pickupLayout #hairstandard .br_sp {
    display: none;
  }
  .pickupLayout #hairstandard .sp {
    display: none;
  }
}
/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
.pickupLayout #hairstandard #pickup_header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.5s ease-in-out;
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(0px);
}
.pickupLayout #hairstandard #pickup_header #h_logo,
.pickupLayout #hairstandard #pickup_header #h_logo a,
.pickupLayout #hairstandard #pickup_header #h_logo img {
  transition: all 0.5s;
}
.pickupLayout #hairstandard #pickup_header #h_logo a {
  display: block;
}
.pickupLayout #hairstandard #h_logo img {
  display: block;
}

@media only screen and ( max-width : 767px ) {
  .pickupLayout #hairstandard #pickup_header {
    position: sticky;
    padding: 0 3rem;
  }
  .pickupLayout #hairstandard #pickup_header .h_inner {
    height: 7.6rem;
  }
  .pickupLayout #hairstandard #pickup_header.scroll {
    background-color: rgba(255, 255, 255, 1);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  }
  .pickupLayout #hairstandard #pickup_header.scroll .h_inner,
  .open .pickupLayout #hairstandard #pickup_header .h_inner {
    height: 4rem;
  }
  .open .pickupLayout #hairstandard #pickup_header {
    /* position: fixed; */
    background-color: rgba(255, 255, 255, 1);
  }
  .pickupLayout #hairstandard #pickup_header.scroll #h_logo,
  .open .pickupLayout #hairstandard #pickup_header #h_logo {
    width: 8.6rem;
  }
  .pickupLayout #hairstandard #pickup_header.scroll #h_logo,
  .open .pickupLayout #hairstandard #pickup_header #h_logo {
    width: 4.8rem;
  }
  .pickupLayout #hairstandard #pickup_header.scroll #h_logo img,
  .open .pickupLayout #hairstandard #pickup_header #h_logo img {
    opacity: 0;
  }
  .pickupLayout #hairstandard #pickup_header.scroll #h_logo,
  .open .pickupLayout #hairstandard #pickup_header #h_logo {
    background: url(../img/logo-color.svg) no-repeat center center / contain;
  }

  .open .pickupLayout #hairstandard #pickup_header {
    /* height: 100%; */
  }
  .open .pickupLayout #hairstandard #pickup_header #h_logo {
    position: relative;
    z-index: 102; 
  }
  .pickupLayout #hairstandard #h_logo img {
    width: 7.6rem;
  }
  .pickupLayout #hairstandard #menu_btn {
    transition: .3s;
    cursor: pointer;
    position: absolute !important;
    z-index: 9999;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 7.6rem;
    height: 7.6rem;
    right: 2rem;
    top: 0;
    border-radius: 0 0 0 2rem;
  }
  .pickupLayout #hairstandard #pickup_header.scroll #menu_btn,
  .open .pickupLayout #hairstandard #pickup_header #menu_btn {
    width: 4rem;
    height: 4rem;
  }
  .pickupLayout #hairstandard #menu_btn.active {
    background: none;
  }
  .pickupLayout #hairstandard .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 0;
    transition: opacity .5s;
  }
  .pickupLayout #hairstandard .overlay.open {
    width: 100%;
    height: 100vh;
    opacity: 1;
  }
  .pickupLayout #hairstandard #pickup_mainContents {
    height: 100%;
    transition: all .5s;
  }
  .pickupLayout #hairstandard .menu-trigger {
    vertical-align: middle;
    text-align: center;
    position: relative;
    width: 2rem;
    height: 1.4rem;
  }
  .pickupLayout #hairstandard .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #f2f2f2;
    transition: all .5s;
  }
  .pickupLayout #hairstandard #pickup_header.scroll .menu-trigger span,
  .pickupLayout #hairstandard #menu_btn.active .menu-trigger span {
    background: #363737;
  }
  .pickupLayout #hairstandard .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .pickupLayout #hairstandard .menu-trigger span:nth-of-type(3) {
  }
  .pickupLayout #hairstandard #menu_btn.active .menu-trigger span:nth-of-type(1) {
    transform: translateY(.65rem) rotate(-45deg);
  }
  .pickupLayout #hairstandard .menu-trigger span:nth-of-type(2) {
    top: .65rem;
    left: auto;
    right: 0;
  }
  .pickupLayout #hairstandard #menu_btn.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .pickupLayout #hairstandard .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .pickupLayout #hairstandard #menu_btn.active .menu-trigger span:nth-of-type(3) {
    transform: translateY(-.65rem) rotate(45deg);
  }
  .pickupLayout #hairstandard #gNav {
    height: 6rem;
    overflow: auto;
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    top: 4rem;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 101;
    transition: all .5s;
    width: 100%;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    border-top: 1px solid #f2f2f2;
  }
  .pickupLayout #hairstandard #gNav.open {
    opacity: 1;
    visibility: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #363737;
  }
  .pickupLayout #hairstandard #gNav .pickup_nav li a {
    position: relative;
    font-size: 1.2rem;
    color: #363737;
    padding: 0 2rem;
    font-weight: 900;
  }
  .pickupLayout #hairstandard #gNav li {
    position: relative;
  }
  .pickupLayout #hairstandard #gNav li:after {
    content: "";
    width: 1px;
    background: #363737;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1em;
  }
  .pickupLayout #hairstandard #gNav li:last-child:after {
    display: none;
  }
}
@media print, screen and ( min-width : 768px ) {
  .pickupLayout #hairstandard #pickup_header {
    padding: 0 7vw;
  }
  .pickupLayout #hairstandard #pickup_header .h_inner {
    height: 16.8rem;
  }

  .pickupLayout #hairstandard #h_logo img {
    width: 19.6rem;
  }
  .pickupLayout #hairstandard #menu_btn,.pickupLayout #hairstandard .overlay {
    display: none;
  }
  .pickupLayout #hairstandard #gNav {
    margin-right: -1.5rem;
  }
  .pickupLayout #hairstandard #gNav li {
    font-weight: 600;
    font-size: 1.5rem;
    position: relative;
  }
  .pickupLayout #hairstandard #gNav li:after {
    content: "";
    width: 1px;
    background: #f2f2f2;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1.3rem;
  }
  .pickupLayout #hairstandard #pickup_header.scroll #gNav li:after {
    background: #f2f2f2;
    box-shadow: none;
  }
  .pickupLayout #hairstandard #gNav li:last-child:after {
    display: none;
  }
  .pickupLayout #hairstandard #gNav li a {
    letter-spacing: .05em;
    display: block;
    padding: 0 1.5rem;
  }
  .pickupLayout #hairstandard #gNav li:last-child {
    margin-right: 0;
  }
}


/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
.pickupLayout #hairstandard #f_nav {
  border-bottom: 1px solid #f2f2f2;
}
.pickupLayout #hairstandard #f_nav li {
  font-weight: 700;
  position: relative;
}
.pickupLayout #hairstandard #f_nav li:after {
  content: "";
  width: 1px;
  background: #f2f2f2;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1em;
}
.pickupLayout #hairstandard #f_nav li:last-child:after {
  content: none;
}
.pickupLayout #hairstandard #f_nav li a {
  display: block;
  padding: 0 1.5em;
  letter-spacing: 0.05em;
}
.pickupLayout #hairstandard #f_nav li:last-child a {
  padding-right: 0;
}
.pickupLayout #hairstandard #f_logo {
  margin: 0 auto;
}
.pickupLayout #hairstandard #f_products img {
  display: block;
}


@media only screen and ( max-width : 767px ) {
  .pickupLayout #hairstandard #pickup_footer {
    padding: 3.5rem 0;
  }
  .pickupLayout #hairstandard #f_products {
    padding: 6rem 0 2rem;
  }
  .pickupLayout #hairstandard #f_nav {
    padding-bottom: 2rem;
    margin-bottom: 4rem;
  }
  .pickupLayout #hairstandard #f_nav li {
    font-size: 1.2rem;
  }
  .pickupLayout #hairstandard #f_logo {
    max-width: 12.4rem;
  }
}

@media print, screen and ( min-width : 768px ) {
  .pickupLayout #hairstandard #pickup_footer {
    padding: 4rem 0;
  }
  .pickupLayout #hairstandard #f_products {
    padding: 5rem 0;
  }
  .pickupLayout #hairstandard #f_products img {
    margin: 0 auto;
    max-width: 84rem;
  }
  .pickupLayout #hairstandard #f_nav {
    padding-bottom: 3rem;
    margin-bottom: 5rem;
  }
  .pickupLayout #hairstandard #f_nav li {
    font-size: 1.5rem;
  }
  .pickupLayout #hairstandard #f_logo {
    max-width: 15.5rem;
  }
}


/* ---------------------------------------------------------------------------------------------

　   COMMON

--------------------------------------------------------------------------------------------- */

.pickupLayout #hairstandard .sec_title {
  letter-spacing: 0.075em;
  font-weight: 700;
  line-height: 1;
  color: #f2f2f2;
}

.pickupLayout #hairstandard .sec_subtit {
  position: relative;
}
.pickupLayout #hairstandard .sec_subtit_inner {
  position: relative;
  display: inline-block;
  line-height: 1.5;
  font-weight: 900;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  padding-right: 0.4em; /* Firefox/Safariで右端切れ防止（ラッパー幅を確保） */
}
/* 背景レイヤー：インラインで各行の後ろに表示（CLEND風） */
.pickupLayout #hairstandard .sec_subtit_bg {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: .2em .35em .2em .2em; /* 右余白を多めに（Firefox/Safariで右端切れ防止） */
  letter-spacing: 0.05em;
  color: transparent;
  vertical-align: top;
  box-sizing: border-box;
  background-image: linear-gradient(#f2f2f2, #f2f2f2);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position: left center;
}
/* テキストレイヤー：背景の上に重ねて表示 */
.pickupLayout #hairstandard .sec_subtit_text_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: visible; /* hiddenだとFirefox/Safariで右端が切れるため */
  color: #363737;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.pickupLayout #hairstandard .sec_subtit_text {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: .2em .35em .2em .2em; /* 右余白を多めに（Firefox/Safariで右端切れ防止） */
  letter-spacing: 0.05em;
  vertical-align: top;
  box-sizing: border-box;
}

@media only screen and ( max-width : 767px ) {
  .pickupLayout #hairstandard .sec_title {
    font-size: 3.6rem;
    margin-bottom: 2rem;
  }
  .pickupLayout #hairstandard .sec_subtit {
    font-size: 2.5rem;
    margin-bottom: 3rem;
  }
  .pickupLayout #hairstandard .sec_subtit_bg {
    white-space: nowrap;
  }
  .pickupLayout #hairstandard .sec_subtit_text_wrapper {
    white-space: nowrap;
  }
}
@media print, screen and ( min-width : 768px ) {
  .pickupLayout #hairstandard .sec_title {
    font-size: 4.5rem;
    margin-bottom: 3rem;
  }
  .pickupLayout #hairstandard .sec_subtit {
    font-size: 5.2rem;
    margin-bottom: 5rem;
  }
  .pickupLayout #hairstandard .sec_subtit_bg {
    white-space: nowrap;
  }
  .pickupLayout #hairstandard .sec_subtit_text_wrapper {
    white-space: nowrap;
  }
}


/* ---------------------------------------------------------------------------------------------

　   Flowing Text

--------------------------------------------------------------------------------------------- */
.pickupLayout #hairstandard .flowing_text {
  overflow: hidden;
  width: 100%;
}

.pickupLayout #hairstandard .flowing_text .en_flowing_text {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  line-height: 1;
  font-weight: 700;
  color: #797f7b;
  letter-spacing: 0.075em;
}

.pickupLayout #hairstandard .flowing_text .en_flowing_text .flowing_text_track {
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
  animation: flowing_text_scroll linear infinite;
  animation-duration: 40s; /* JSで上書き（一定速度用） */
  will-change: transform;
  backface-visibility: hidden;
}

.pickupLayout #hairstandard .flowing_text .en_flowing_text .flowing_text_group {
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
}

.pickupLayout #hairstandard .flowing_text .en_flowing_text span {
  flex-shrink: 0;
  line-height: 1;
}

@keyframes flowing_text_scroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
@media only screen and ( max-width : 767px ) {
  .pickupLayout #hairstandard .flowing_text {
    font-size: 8.8rem;
  }
  .pickupLayout #hairstandard .flowing_text span {
    padding-right: 5rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  .pickupLayout #hairstandard .flowing_text {
    font-size: 11rem;
  }
  .pickupLayout #hairstandard .flowing_text span {
    padding-right: 9rem;
  }
}


/* ---------------------------------------------------------------------------------------------

　   FV - ローディングアニメーション（CLEND風）

--------------------------------------------------------------------------------------------- */
.pickupLayout #hairstandard #fv {
  background: #363737;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pickupLayout #hairstandard .fv_img_wrapper {
  position: relative;
  z-index: 101;
}
.pickupLayout #hairstandard .fv_img {
  position: fixed;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
  overflow: hidden;
  max-height: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  max-width: 100%;
  z-index: 101;
}
.pickupLayout #hairstandard .fv_img img {
  display: block;
}

@media only screen and ( max-width : 767px ) {
  .pickupLayout #hairstandard .fv_img {
    width: 16rem;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(50%);
  }
}
@media print, screen and ( min-width : 768px ) {
  .pickupLayout #hairstandard .fv_img {
    width: 25rem;
  }
}


/* ---------------------------------------------------------------------------------------------

　   MV

--------------------------------------------------------------------------------------------- */
.pickupLayout #hairstandard #mv {
  position: relative;
  min-height: 50vh;
}
.pickupLayout #hairstandard .mv_img_wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* CLEND風：さりげない下から上へのフェードイン（opacity + y） */
}
.pickupLayout #hairstandard .mv_img_wrapper picture,
.pickupLayout #hairstandard .mv_img_wrapper img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.pickupLayout #hairstandard .mv_copy {
  position: absolute;
  z-index: 10;
  overflow: hidden;
  max-height: 0;
  /* PC: 上から下へ(max-height) / SP: 左から右へ(max-width) はJSで切替 */
}
.pickupLayout #hairstandard .mv_copy.mv_copy--visible {
  max-width: none;
  max-height: none;
}
.pickupLayout #hairstandard .mv_copy_inner {
  display: block;
}

@media only screen and ( max-width : 767px ) {
  .pickupLayout #hairstandard #mv {
    padding-top: 5.9rem;
  }
  .pickupLayout #hairstandard .mv_copy {
    width: 100%;
    left: 0;
    top: 0;
    padding: 0;
    max-height: none;
    max-width: 0;
  }
  /* 画像は固定幅のまま、コンテナのmax-widthで左から右へ見せる。paddingは内側に */
  .pickupLayout #hairstandard .mv_copy_inner {
    width: 100vw;
    padding: 0 3rem;
    box-sizing: border-box;
    flex-shrink: 0;
  }
}
@media print, screen and ( min-width : 768px ) {
  .pickupLayout #hairstandard #mv {
    padding-right: 7vw;
    margin-bottom: 8rem;
  }
  .pickupLayout #hairstandard .mv_copy {
    width: 18.15vw;
    right: 7vw;
    top: 0;
    max-width: none;
  }
}


/* ---------------------------------------------------------------------------------------------

　   ABOUT

--------------------------------------------------------------------------------------------- */
.pickupLayout #hairstandard .about_txt {
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.pickupLayout #hairstandard .about_marker_text_wrapper {
  margin: 3rem 0;
}
.pickupLayout #hairstandard .about_marker_text {
  box-decoration-break: clone;  
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: .1em 0;
  line-height: 1.6;
  font-weight: 900;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #f2f2f2;
}
.pickupLayout #hairstandard .about_content_img {
  position: relative;
}
.pickupLayout #hairstandard .about_content_img_bar {
  position: absolute;
  background: #f2f2f2;
  transform-origin: bottom center;
  z-index: 10;
}
.pickupLayout #hairstandard .line_wrapper {
  width: 21.6rem;
  height: 14.6rem;
  position: relative;
}
.pickupLayout #hairstandard .line {
  display: block;
  position: absolute;
  width: 120%;
  height: 1px;
  background: #f2f2f2;
  top: 0;
  left: 0;
  transform: rotate(34deg);
}
.pickupLayout #hairstandard .about_marker_text_span {
  position: relative;
}
.pickupLayout #hairstandard .about_marker_text_span:after {
  content: "";
  position: absolute;
  width: .2em;
  height: .2em;
  background: #f2f2f2;
  border-radius: 50%;
  top: -.4em;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and ( max-width : 767px ) {
  .pickupLayout #hairstandard #about {
    padding: 6rem 0 3rem;
  }
  .pickupLayout #hairstandard .about_content_img {
    padding-left: 6rem;
    margin-bottom: 3rem;
    margin-right: -3rem;
  }
  .pickupLayout #hairstandard .about_content_txt .about_marker_text {
    font-size: 2rem;
  }
  .pickupLayout #hairstandard #about .line_wrapper {
    margin-top: 3.4rem;
    width: 7.4rem;
    height: 5rem;
  }
  .pickupLayout #hairstandard .about_content_img_bar {
    width: .4rem;
    height: 8.6rem;
    right: 6rem;
    top: -4rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  .pickupLayout #hairstandard #about {
    padding: 8rem 0;
  }
  .pickupLayout #hairstandard .about_content_txt {
    width: 55rem;
    order: 2;
    font-size: 1.9rem;
  }
  .pickupLayout #hairstandard .about_content_img {
    width: 58rem;
    margin-right: -9rem;
    order: 3;
  }
  .pickupLayout #hairstandard .about_content_title {
    width: 100%;
    order: 1;
  }
  .pickupLayout #hairstandard .about_content_txt .about_marker_text {
    font-size: 2.8rem;
  }
  .pickupLayout #hairstandard #about .line_wrapper {
    margin-top: 5rem;
    width: 21.6rem;
  }
  .pickupLayout #hairstandard .about_content_img_bar {
    width: .8rem;
    height: 17.8rem;
    right: 12rem;
    top: -8.8rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　  PRODUCT

--------------------------------------------------------------------------------------------- */
.pickupLayout #hairstandard .product_content_txt .sec_subtit {
  white-space: nowrap;
}
.pickupLayout #hairstandard .product_content_txt .sec_subtit_bg,
.pickupLayout #hairstandard .product_content_txt .sec_subtit_text {
  letter-spacing: 0;
}
.pickupLayout #hairstandard .product_txt {
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.pickupLayout #hairstandard .product_content_fragrance {
  border: 1px solid #f2f2f2;
  position: relative;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.pickupLayout #hairstandard .product_content_fragrance:before,
.pickupLayout #hairstandard .product_content_fragrance:after {
  content: "";
  background: #363737;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  z-index: 2;
}
.pickupLayout #hairstandard .product_content_fragrance:before {
  top: -1px;
  left: -1px;
}
.pickupLayout #hairstandard .product_content_fragrance:after {
  bottom: -1px;
  right: -1px;
}
.pickupLayout #hairstandard .product_item_txt_marker .sec_subtit_inner {
  line-height: 1.5;
  padding-right: 0.5em; /* Firefox/Safariで#pickup_mainContentsのoverflow:hiddenによる右端切れ防止 */
}
.pickupLayout #hairstandard .product_item_txt_marker sup {
  font-size: 60%;
  vertical-align: 0.1em;
}
.pickupLayout #hairstandard .product_item_txt_title,
.pickupLayout #hairstandard .product_item_txt_small {
  opacity: 0.5;
}
.pickupLayout #hairstandard .product_item_txt_list {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}
.pickupLayout #hairstandard .product_item_txt_list li {
  border: 1px solid #f2f2f2;
  text-align: center;
  padding: .2em;
}
.pickupLayout #hairstandard .link_btn {
  display: block;
  position: relative;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: .5em;
}
.pickupLayout #hairstandard .link_btn:before {
  content: "";
  height: .2rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f2f2f2;
}
.pickupLayout #hairstandard .link_btn:after {
  content: "";
  height: .2rem;
  position: absolute;
  bottom: .4rem;
  right: 0;
  background: #f2f2f2;
  width: 1.4rem;
  transform: rotate(30deg);
}
.pickupLayout #hairstandard .product_content_img {
  position: relative;
}
.pickupLayout #hairstandard .product_content_img_bar {
  position: absolute;
  background: #f2f2f2;
  transform-origin: bottom center;
  z-index: 10;
}
@media only screen and ( max-width : 767px ) {
  .pickupLayout #hairstandard #product {
    margin-bottom: 7rem;
  }
  .pickupLayout #hairstandard .product_content_img {
    margin-bottom: 6rem;
    margin-right: -3rem;
    margin-left: -3rem;
  }
  .pickupLayout #hairstandard .product_content_img_bar {
    width: 1.8rem;
    height: 10.2rem;
    left: 3rem;
    bottom: -3rem;
  }
  .pickupLayout #hairstandard .product_txt {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
  .pickupLayout #hairstandard .product_content_fragrance {
    padding: 1rem;
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 4rem auto 8rem;
  }
  .pickupLayout #hairstandard .product_content_fragrance:before,
  .pickupLayout #hairstandard .product_content_fragrance:after {
    width: 1.5rem;
    height: 1.5rem;
  }
  .pickupLayout #hairstandard #the_shampoo {
    margin-bottom: 8rem;
  }
  .pickupLayout #hairstandard #the_shampoo .product_item_img {
    padding: 0 2rem;
  }
  .pickupLayout #hairstandard .product_item_img {
    margin-bottom: 3rem;
  }
  .pickupLayout #hairstandard .product_item_txt {
    min-width: 0;
    max-width: 100%;
  }
  /* スマホ：説明文が右にはみ出さないようビューポート幅で厳格に制限 */
  .pickupLayout #hairstandard .product_item_txt_marker.sec_subtit {
    font-size: 1.7rem;
    margin: 2.5rem 0;
    width: 100%;
    max-width: calc(100vw - 6rem) !important;
    box-sizing: border-box;
    overflow: hidden;
  }
  .pickupLayout #hairstandard .product_item_txt_marker.sec_subtit .sec_subtit_inner {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .pickupLayout #hairstandard .product_item_txt_marker.sec_subtit .sec_subtit_text_wrapper {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    left: 0 !important;
    right: 0 !important;
  }
  .pickupLayout #hairstandard .product_item_txt_marker.sec_subtit .sec_subtit_bg,
  .pickupLayout #hairstandard .product_item_txt_marker.sec_subtit .sec_subtit_text {
    letter-spacing: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
    /* white-space: normal !important; */
  }
  .pickupLayout #hairstandard .product_item .sec_title {
    font-size: 3.8rem;
    margin-bottom: 1rem;
  }
  .pickupLayout #hairstandard .product_item_txt_title {
    font-size: 1rem;
  }
  .pickupLayout #hairstandard .product_item_txt_small {
    font-size: 0.8rem;
    margin-bottom: 1.5rem;
  }
  .pickupLayout #hairstandard .product_item_txt_list {
    margin-bottom: 5rem;
    gap: .4rem;
  }
  .pickupLayout #hairstandard .product_item_txt_list li {
    font-size: 1.2rem;
    flex: 1;
    max-width: 10.2rem;
  }
  .pickupLayout #hairstandard .link_btn {
    font-size: 1.7rem;
    width: 19rem;
  }
  .pickupLayout #hairstandard .link_btn:after {
    bottom: .4rem;
    width: 1.4rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  .pickupLayout #hairstandard #product {
    margin-bottom: 16rem;
  }
  .pickupLayout #hairstandard .product_content_img_bar {
    width: 3.8rem;
    height: 22.2rem;
    left: 4rem;
    bottom: -13.8rem;
  }
  .pickupLayout #hairstandard .product_content_txt {
    width: 57rem;
    font-size: 1.9rem;
    margin-right: -2rem;
  }
  .pickupLayout #hairstandard .product_content_img {
    width: 58rem;
    margin-left: -9rem;
  }
  .pickupLayout #hairstandard .product_txt {
    font-size: 2.8rem;
  }
  .pickupLayout #hairstandard #the_shampoo {
    margin-top: 14rem;
  }
  .pickupLayout #hairstandard .product_content_fragrance {
    font-size: 1.9rem;
    padding: 2rem;
  }
  .pickupLayout #hairstandard #the_shampoo {
    flex-direction: row-reverse;
  }
  .pickupLayout #hairstandard #the_shampoo .product_item_img {
    width: 44rem;
  }
  .pickupLayout #hairstandard #the_shampoo .product_item_txt {
    width: 65.4rem;
  }
  .pickupLayout #hairstandard #the_treatment .product_item_img {
    width: 49rem;
    margin-left: -2.5rem;
  }
  .pickupLayout #hairstandard #the_treatment .product_item_txt {
    width: 54rem;
  }
  .pickupLayout #hairstandard .product_item_txt_marker {
    font-size: 2.5rem;
    margin: 2.5rem 0;
  }
  .pickupLayout #hairstandard .product_item .sec_title {
    font-size: 6.5rem;
    margin-bottom: 1.5rem;
  }
  .pickupLayout #hairstandard .product_item_txt_title {
    font-size: 1.4rem;
  }
  .pickupLayout #hairstandard .product_item_txt_title span {
    font-size: 1.5rem;
  }
  .pickupLayout #hairstandard .product_item_txt_small {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
  .pickupLayout #hairstandard .product_item_txt_list {
    margin-bottom: 5rem;
  }
  .pickupLayout #hairstandard .product_item_txt_list li {
    font-size: 1.5rem;
    width: 15rem;
  }
  .pickupLayout #hairstandard .link_btn {
    font-size: 2.5rem;
    width: 32rem;
  }
}


/* ---------------------------------------------------------------------------------------------

　   product_content_ingredients - クロス（×）

--------------------------------------------------------------------------------------------- */
.pickupLayout #hairstandard .product_content_ingredients_multiply {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pickupLayout #hairstandard .ingredients_cross {
  position: relative;
  width: 7.6rem;
  height: 5.2rem;
  overflow: hidden;
}

.pickupLayout #hairstandard .ingredients_cross_line {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #f2f2f2;
  opacity: 0;
  /* left/top/transformはGSAPで一括管理。アニメーション開始時にopacity:1にする */
}
@media only screen and ( max-width : 767px ) {
  .pickupLayout #hairstandard .product_content_ingredients_multiply {
    margin: 3rem 0;
  }
}

@media print, screen and ( min-width : 768px ) {
  .pickupLayout #hairstandard .product_content_ingredients {
    padding: 0 6rem;
    margin: 8rem 0 6rem;
  }
  .pickupLayout #hairstandard .ingredients_cross {
    width: 12rem;
    height: 8rem;
  }
  .pickupLayout #hairstandard .ingredients_cross_line {
    height: 1px;
  }
  .pickupLayout #hairstandard .product_content_ingredients_item {
    width: 39.9rem;
  }
  .pickupLayout #hairstandard .product_content_ingredients_multiply {
    width: 12rem;
  }
}

/* product_item_multiply - 同じ比率のクロス（PC: 20×13.6rem） */


@media only screen and ( max-width : 767px ) {
  .pickupLayout #hairstandard .product_item_multiply {
    display: none;
  }
}

@media print, screen and ( min-width : 768px ) {
  .pickupLayout #hairstandard .product_item_multiply {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .pickupLayout #hairstandard .product_item_multiply .ingredients_cross {
    width: 20rem;
    height: 13.6rem;
  }
}