@charset "UTF-8";
.header_logo {
  position: absolute;
}

.yamacolor.page {
  position: relative;
}
.yamacolor.page .page_title {
  position: absolute;
}
.yamacolor.page .page_title h2 .ja span {
  padding-left: 0.1rem;
}
.yamacolor.page .page_title h2 .ja span:nth-of-type(10), .yamacolor.page .page_title h2 .ja span:nth-of-type(11), .yamacolor.page .page_title h2 .ja span:nth-of-type(12), .yamacolor.page .page_title h2 .ja span:nth-of-type(13), .yamacolor.page .page_title h2 .ja span:nth-of-type(14) {
  padding-left: 0;
}
.yamacolor.page .page_contents {
  width: 100%;
}
.yamacolor.page .mv {
  position: relative;
  padding: 0 10rem;
  height: 100vh;
}
.yamacolor.page .mv .title {
  width: 30%;
}
.yamacolor.page .mv .title .wrap {
  margin: auto;
}
.yamacolor.page .mv .title .wrap .heading {
  font-size: 1.3rem;
}
.yamacolor.page .mv .title .wrap h1 {
  margin-top: 1.6rem;
}
.yamacolor.page .mv .title .wrap h1 svg,
.yamacolor.page .mv .title .wrap h1 img {
  width: auto;
  height: 2.5rem;
}
.yamacolor.page .mv .visual {
  margin: auto 0;
  width: 35%;
}
.yamacolor.page .mv .visual .ratio {
  padding-top: 76vh;
}
.yamacolor.page .mv .text {
  padding-bottom: 12vh;
}
.yamacolor.page .mv .text .wrap .copy {
  display: block;
  font-size: 1.8rem;
  line-height: 1.8;
}
.yamacolor.page .mv .text .wrap button {
  display: inline-block;
  margin-top: 4.8rem;
  padding: 2.4rem 3rem;
  width: 25rem;
  height: fit-content;
  line-height: 1;
  color: #ffffff;
  background-color: #222222;
  border: 1px solid #222222;
  border-radius: 0.5rem;
  transition: background 0.2s ease-in-out;
}
.yamacolor.page .mv .text .wrap button i {
  right: 2rem;
  transform: rotate(90deg);
}
.yamacolor.page .mv .text .wrap button i:before {
  background-image: url("../images/icon/arrow_b.svg");
}
.yamacolor.page .mv .text .wrap button:hover {
  color: #222222;
  background-color: #ffffff;
}
.yamacolor.page .mv .introduction {
  position: absolute;
  left: 12rem;
  bottom: 4.8vh;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media only screen and (max-width: 860px) {
  .yamacolor.page .mv {
    padding: 0 0 12rem;
    padding: 0;
    height: auto;
  }
  .yamacolor.page .mv .title {
    margin: 30rem auto 0;
    width: calc(100% - 4.8rem);
  }
  .yamacolor.page .mv .title .wrap {
    width: 100%;
  }
  .yamacolor.page .mv .visual {
    width: 100%;
    order: 1;
  }
  .yamacolor.page .mv .visual .ratio {
    padding-top: 150%;
  }
  .yamacolor.page .mv .text {
    margin: 8rem auto;
    padding-bottom: 0;
    width: calc(100% - 4.8rem);
  }
  .yamacolor.page .mv .text .wrap {
    width: 100%;
  }
  .yamacolor.page .mv .text .wrap .copy {
    margin-left: auto;
    width: fit-content;
    font-size: 1.5rem;
  }
  .yamacolor.page .mv .text .wrap button {
    display: block;
    margin-top: 2.4rem;
    padding: 2.4rem 3rem;
    width: calc(100% - 6rem);
  }
}
.yamacolor.page .feature {
  display: none;
  position: relative;
  padding: 0 10rem 8rem;
}
.yamacolor.page .feature ul {
  position: relative;
}
.yamacolor.page .feature ul li {
  position: relative;
  margin-top: 12rem;
}
.yamacolor.page .feature ul li h3 {
  position: relative;
  padding: 2.4rem 3rem;
  background-color: #ffffff;
  border-top: 1px solid #222222;
}
.yamacolor.page .feature ul li h3:before, .yamacolor.page .feature ul li h3:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 1px;
  height: 30vh;
  background: linear-gradient(to bottom, #CCCCCC 0%, #FFFFFF 100%);
}
.yamacolor.page .feature ul li h3:before {
  left: 0;
}
.yamacolor.page .feature ul li h3:after {
  right: 0;
}
.yamacolor.page .feature ul li .wrap {
  padding: 2.4rem 12rem;
  background-color: #ffffff;
}
.yamacolor.page .feature ul li .wrap .text {
  width: 35%;
}
.yamacolor.page .feature ul li .wrap .text h4 {
  line-height: 1.8;
}
.yamacolor.page .feature ul li .wrap .text p {
  margin-top: 3.5rem;
  font-size: 1.3rem;
  line-height: 1.8;
}
.yamacolor.page .feature ul li .wrap .visual {
  width: 60%;
}
.yamacolor.page .feature ul li .wrap .visual .ratio {
  padding-top: 70%;
}
@media only screen and (max-width: 860px) {
  .yamacolor.page .feature {
    padding: 0 2.4rem 4.8rem;
  }
  .yamacolor.page .feature ul {
    position: relative;
  }
  .yamacolor.page .feature ul li {
    position: relative;
    margin-top: 8rem;
    height: auto;
  }
  .yamacolor.page .feature ul li h3 {
    padding: 2.4rem;
  }
  .yamacolor.page .feature ul li h3:before, .yamacolor.page .feature ul li h3:after {
    height: 46rem;
  }
  .yamacolor.page .feature ul li .wrap {
    padding: 2.4rem;
  }
  .yamacolor.page .feature ul li .wrap .text {
    width: 100%;
  }
  .yamacolor.page .feature ul li .wrap .text p {
    margin-top: 3.5rem;
  }
  .yamacolor.page .feature ul li .wrap .visual {
    margin-top: 4.8rem;
    width: 100%;
  }
  .yamacolor.page .feature ul li .wrap .visual .ratio {
    padding-top: 70%;
  }
}
.yamacolor.page .concept {
  position: relative;
  padding: 16rem 10rem 8rem;
}
.yamacolor.page .concept h2 {
  position: absolute;
  font-size: 1.3rem;
}
.yamacolor.page .concept .ratio {
  display: block;
  margin-top: auto;
  padding-top: 150%;
  width: 100%;
}
.yamacolor.page .concept .sub_image {
  width: 18rem;
}
.yamacolor.page .concept .text p {
  font-size: 1.3rem;
}
.yamacolor.page .concept .main_image {
  width: 48rem;
}
@media only screen and (max-width: 860px) {
  .yamacolor.page .concept {
    padding: 8rem 0 4.8rem;
  }
  .yamacolor.page .concept h2 {
    left: 2rem;
    font-size: 1.3rem;
  }
  .yamacolor.page .concept .sub_image {
    display: none;
    width: 16rem;
    order: 1;
  }
  .yamacolor.page .concept .text {
    padding: 6rem;
  }
  .yamacolor.page .concept .text p {
    font-size: 1.2rem;
  }
  .yamacolor.page .concept .main_image {
    margin-left: auto;
    width: 24rem;
    order: -1;
  }
}
.yamacolor.page .review {
  position: relative;
  padding: 12rem 10rem 24rem;
  background-color: #ffffff;
  z-index: 1;
}
.yamacolor.page .review:before {
  position: absolute;
  top: -30rem;
  left: 0;
  right: 0;
  display: block;
  height: 30rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.yamacolor.page .review .title h2 {
  font-size: 1.3rem;
}
.yamacolor.page .review .title span {
  position: relative;
  display: block;
  margin-left: 3.5rem;
  padding-left: 4.8rem;
  font-size: 1.3rem;
}
.yamacolor.page .review .title span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 3.5rem;
  width: 2.4rem;
  height: 0.1rem;
  background-color: #646464;
  background-color: #CCCCCC;
  transform: rotate(-60deg);
}
.yamacolor.page .review ul {
  margin-top: 8rem;
}
.yamacolor.page .review ul li {
  margin-right: 4.8rem;
  margin-bottom: 4.8rem;
  width: 20rem;
  height: 20rem;
}
.yamacolor.page .review ul li button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.yamacolor.page .review ul li button img {
  display: block;
  height: 100%;
  object-fit: cover;
}
.yamacolor.page .review ul li button .credit {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.yamacolor.page .review ul li button .credit .text {
  display: block;
  margin: auto;
  width: fit-content;
  height: fit-content;
  font-size: 1rem;
  color: #ffffff;
}
.yamacolor.page .review ul li button .credit .text .name {
  display: inline-block;
  margin-left: 0.4rem;
  font-size: 1.3rem;
  color: #ffffff;
}
.yamacolor.page .review ul li button .comment {
  display: none;
}
.yamacolor.page .review ul li button:hover .credit {
  opacity: 1;
}
.yamacolor.page .review ul li:nth-of-type(5n) {
  margin-right: 0;
}
.yamacolor.page .review .endless {
  margin-top: 4.8rem;
  padding: 6rem 0;
}
.yamacolor.page .review .endless .endless_item button {
  position: relative;
  margin-right: 4.8rem;
  display: block;
  width: fit-content;
  height: fit-content;
}
.yamacolor.page .review .endless .endless_item button img {
  display: block;
  object-fit: contain;
}
.yamacolor.page .review .endless .endless_item button .credit {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.yamacolor.page .review .endless .endless_item button .credit .text {
  display: block;
  margin: auto;
  width: fit-content;
  height: fit-content;
  font-size: 1.2rem;
  color: #ffffff;
}
.yamacolor.page .review .endless .endless_item button .credit .text .name {
  display: inline-block;
  margin-left: 0.4rem;
  color: #ffffff;
}
.yamacolor.page .review .endless .endless_item button .comment {
  display: none;
}
.yamacolor.page .review .endless .endless_item button:hover .credit {
  opacity: 1;
}
.yamacolor.page .review .endless .endless_item button.w_300 img {
  width: 30rem;
  width: 35rem;
  height: auto;
}
.yamacolor.page .review .endless .endless_item button.h_300 img {
  width: auto;
  height: 30rem;
  height: 35rem;
}
.yamacolor.page .review .endless .endless_item button.u_10 {
  transform: translate3d(0, -1rem, 0);
}
.yamacolor.page .review .endless .endless_item button.u_15 {
  transform: translate3d(0, -1.5rem, 0);
}
.yamacolor.page .review .endless .endless_item button.u_20 {
  transform: translate3d(0, -2rem, 0);
}
.yamacolor.page .review .endless .endless_item button.u_25 {
  transform: translate3d(0, -2.5rem, 0);
}
.yamacolor.page .review .endless .endless_item button.u_30 {
  transform: translate3d(0, -3rem, 0);
}
.yamacolor.page .review .endless .endless_item button.u_35 {
  transform: translate3d(0, -3.5rem, 0);
}
.yamacolor.page .review .endless .endless_item button.d_10 {
  transform: translate3d(0, 1rem, 0);
}
.yamacolor.page .review .endless .endless_item button.d_15 {
  transform: translate3d(0, 1.5rem, 0);
}
.yamacolor.page .review .endless .endless_item button.d_20 {
  transform: translate3d(0, 2rem, 0);
}
.yamacolor.page .review .endless .endless_item button.d_25 {
  transform: translate3d(0, 2.5rem, 0);
}
.yamacolor.page .review .endless .endless_item button.d_30 {
  transform: translate3d(0, 3rem, 0);
}
.yamacolor.page .review .endless .endless_item button.d_35 {
  transform: translate3d(0, 3.5rem, 0);
}
.yamacolor.page .review .endless.pause .endless_item {
  animation-play-state: paused;
}
.yamacolor.page .review .review_button {
  position: absolute;
  top: 0;
  left: 0;
  width: 12rem;
  height: 12rem;
  width: 120px;
  height: 120px;
  font-size: 1rem;
  color: #ffffff;
  text-align: center;
  opacity: 0;
  background-color: #222222;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}
@media only screen and (max-width: 860px) {
  .yamacolor.page .review {
    margin-top: -100vh;
    margin-top: 0;
    padding-bottom: 16rem;
    padding: 6rem 2rem 12rem;
  }
  .yamacolor.page .review .title span {
    margin-left: 2.4rem;
    margin-left: 0.2rem;
    padding-left: 2rem;
    font-size: 1rem;
  }
  .yamacolor.page .review .title span:before {
    width: 2rem;
  }
  .yamacolor.page .review ul {
    margin-top: 3.5rem;
  }
  .yamacolor.page .review ul li {
    margin-right: 1.2rem;
    margin-bottom: 1.2rem;
    width: calc(50% - 0.6rem);
    height: auto;
    aspect-ratio: 1/1;
  }
  .yamacolor.page .review ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .yamacolor.page .review ul li:nth-of-type(5n) {
    margin-right: auto;
  }
  .yamacolor.page .review .endless {
    margin-top: 2.4rem;
    padding: 4.8rem 0;
  }
  .yamacolor.page .review .review_button {
    position: relative;
    top: initial;
    left: initial;
    margin: 8rem auto 0;
    display: none;
    width: auto;
    height: auto;
    font-size: 1.2rem;
    color: #222222;
    text-align: center;
    opacity: 1;
    background-color: initial;
    border-radius: initial;
    pointer-events: initial;
  }
}
.yamacolor.page .presets {
  position: relative;
}
.yamacolor.page .presets:before {
  position: absolute;
  top: 0;
  left: -9.3rem;
  bottom: 0;
  display: block;
  width: 9.3rem;
  background-color: #F8F8F8;
  z-index: -1;
}
.yamacolor.page .presets .tab {
  top: 0;
  padding: 3.5rem 20rem 0;
  padding: 2.4rem 20rem 0;
  padding: 2rem 20rem 0;
  background-color: #ffffff;
  border-bottom: 1px solid #222222;
  z-index: 1;
}
.yamacolor.page .presets .tab .logo {
  margin-top: 1.6rem;
  margin-top: 1.2rem;
  width: auto;
  height: 2.4rem;
}
.yamacolor.page .presets .tab ul {
  width: 50%;
}
.yamacolor.page .presets .tab ul li {
  width: calc(33% - 0.8rem);
  width: calc(33% - 1rem);
}
.yamacolor.page .presets .tab ul li button {
  position: relative;
  padding: 1.6rem 0;
  padding: 1.3rem 0;
  width: 20rem;
  width: 100%;
  height: fit-content;
  text-align: center;
  border: 1px solid #CCCCCC;
  border-bottom: none;
  border-radius: 0.5rem 0.5rem 0 0;
  opacity: 0.5;
}
.yamacolor.page .presets .tab ul li button span {
  display: block;
  font-size: 1.2rem;
  font-size: 1rem;
  line-height: 1;
}
.yamacolor.page .presets .tab ul li button img,
.yamacolor.page .presets .tab ul li button svg {
  display: block;
  margin: 0.8rem auto 0;
  margin: 0.6rem auto 0;
  width: auto;
  height: 1.6rem;
  height: 1.5rem;
}
.yamacolor.page .presets .tab ul li button.active {
  opacity: 1;
  background-color: #222222;
}
.yamacolor.page .presets .tab ul li button.active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.6rem;
  display: block;
  margin: auto;
  display: block;
  width: 3rem;
  height: 1rem;
  background-image: url("../images/yamacolor/tab_arrow_b.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.yamacolor.page .presets .tab ul li button.active span {
  color: #ffffff;
}
.yamacolor.page .presets .tab ul li button.active img path,
.yamacolor.page .presets .tab ul li button.active svg path {
  fill: #ffffff;
}
.yamacolor.page .presets .tab ul li button.not_yet {
  cursor: help;
}
.yamacolor.page .presets .tab ul li button.not_yet:before, .yamacolor.page .presets .tab ul li button.not_yet:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
}
.yamacolor.page .presets .tab ul li button.not_yet:before {
  content: "";
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0.5rem 0.5rem 0 0;
}
.yamacolor.page .presets .tab ul li button.not_yet:after {
  content: "近日発売予定";
  top: -1rem;
  padding: 0.2rem 0.4rem 0.35rem;
  width: fit-content;
  height: fit-content;
  font-size: 1rem;
  line-height: 1;
  background-color: #ffffff;
  border: 1px solid #222222;
  border-radius: 0.4rem;
}
.yamacolor.page .presets .tab ul li:last-of-type {
  margin-right: 0;
}
.yamacolor.page .presets .tab_content {
  position: relative;
  padding: 6rem 20rem;
  background-color: #f8f8f8;
  z-index: 0;
}
.yamacolor.page .presets .tab_content .preset {
  position: relative;
  display: none;
}
.yamacolor.page .presets .tab_content .preset .wrap {
  position: relative;
}
.yamacolor.page .presets .tab_content .preset .wrap .gallery {
  top: 16rem;
  width: 44%;
}
.yamacolor.page .presets .tab_content .preset .wrap .gallery .ratio {
  padding-top: 100%;
}
.yamacolor.page .presets .tab_content .preset .wrap .gallery .visuals ul {
  margin-bottom: 2.4rem;
  padding-left: 0;
  list-style: none;
}
.yamacolor.page .presets .tab_content .preset .wrap .gallery .visuals ul li .ratio {
  padding-top: 100%;
}
.yamacolor.page .presets .tab_content .preset .wrap .gallery .controls ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  width: 100%;
}
.yamacolor.page .presets .tab_content .preset .wrap .gallery .controls ul li {
  flex-shrink: 0;
  margin-right: 1rem;
  margin-bottom: 1rem;
  width: 6rem;
  width: 4.8rem;
  width: calc(12.5% - 0.875rem);
}
.yamacolor.page .presets .tab_content .preset .wrap .gallery .controls ul li button {
  padding-top: 100%;
  padding-top: calc(100% - 4px);
  width: 100%;
  width: calc(100% - 4px);
  border: 2px solid transparent;
  border: 2px solid #CCCCCC;
  border: 2px solid rgba(204, 204, 204, 0.6);
}
.yamacolor.page .presets .tab_content .preset .wrap .gallery .controls ul li button.active {
  border-color: #222222;
}
.yamacolor.page .presets .tab_content .preset .wrap .gallery .controls ul li:nth-of-type(8n) {
  margin-right: 0;
}
.yamacolor.page .presets .tab_content .preset .wrap .gallery .controls ul li:last-of-type {
  margin-right: 3rem;
}
.yamacolor.page .presets .tab_content .preset .wrap .text {
  padding-top: 16rem;
  width: 50%;
}
.yamacolor.page .presets .tab_content .preset .wrap .text .title .heading {
  display: block;
}
.yamacolor.page .presets .tab_content .preset .wrap .text .title h3 {
  font-size: 3rem;
  line-height: 1.5;
}
.yamacolor.page .presets .tab_content .preset .wrap .text .title .price {
  display: block;
  margin-top: 2rem;
}
.yamacolor.page .presets .tab_content .preset .wrap .text .title .price .num {
  display: inline-block;
  font-size: 2rem;
  line-height: 1;
  color: #B19058;
}
.yamacolor.page .presets .tab_content .preset .wrap .text .purchase_links {
  margin-top: 6rem;
}
.yamacolor.page .presets .tab_content .preset .wrap .text .purchase_links .japan {
  display: block;
  padding: 2rem 2.4rem;
  width: 25.2rem;
  font-size: 1.3rem;
  color: #ffffff;
  text-decoration: none;
  background-color: #222222;
  border-radius: 0.5rem;
}
.yamacolor.page .presets .tab_content .preset .wrap .text .purchase_links .japan i {
  right: 2.4rem;
}
.yamacolor.page .presets .tab_content .preset .wrap .text .purchase_links .international {
  display: block;
  margin-top: 1.2rem;
}
.yamacolor.page .presets .tab_content .preset .wrap .text .purchase_links .international a {
  display: inline-block;
  color: #3BB2CC;
}
.yamacolor.page .presets .tab_content .preset .wrap .text .information {
  margin-top: 10rem;
}
.yamacolor.page .presets .tab_content .preset .wrap .text .information * {
  font-size: 1.3rem;
  word-break: break-word;
}
.yamacolor.page .presets .tab_content .preset .wrap .text .information h2 {
  margin-bottom: 4.8rem;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.5;
}
.yamacolor.page .presets .tab_content .preset .wrap .text .information h2 * {
  font-size: 2.5rem;
  line-height: 1.5;
}
.yamacolor.page .presets .tab_content .preset .wrap .text .information p {
  margin-bottom: 4.8rem;
}
.yamacolor.page .presets .tab_content .preset .wrap .text .information a {
  color: #3BB2CC;
  text-decoration: underline;
  text-underline-offset: 0.24rem;
}
.yamacolor.page .presets .tab_content .preset .wrap .text .information a:hover {
  text-decoration: initial;
}
.yamacolor.page .presets .tab_content .preset .wrap .text .information img {
  width: 100%;
}
.yamacolor.page .presets .tab_content .preset .wrap .text .information figure figcaption {
  display: block;
  margin-top: 0.4rem;
  font-size: 1rem;
}
.yamacolor.page .presets .tab_content .preset .wrap .text .information .wp-block-embed {
  margin-bottom: 4.8rem;
  width: 100%;
}
.yamacolor.page .presets .tab_content .preset .wrap .text .information .wp-block-embed .wp-block-embed__wrapper {
  position: relative;
  display: block;
  padding-top: 56.25%;
  overflow: hidden;
  backface-visibility: hidden;
}
.yamacolor.page .presets .tab_content .preset .wrap .text .information .wp-block-embed .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  backface-visibility: hidden;
}
.yamacolor.page .presets .tab_content .preset .wrap .text .information .wp-block-group p {
  margin-bottom: 0;
}
.yamacolor.page .presets .tab_content .preset .wrap .text .information blockquote {
  margin-bottom: 4.8rem;
  padding: 3rem 3.5rem;
  background-color: #f8f8f8;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 0.5rem;
}
.yamacolor.page .presets .tab_content .preset .wrap .text .information blockquote p {
  margin-bottom: 0;
}
.yamacolor.page .presets .tab_content .preset .wrap .text .information blockquote em {
  font-style: initial;
  font-size: 1.3rem;
}
.yamacolor.page .presets .tab_content .preset .wrap .text .information blockquote em a {
  font-size: 1.3rem;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.yamacolor.page .presets .tab_content .preset .wrap .text .information .wp-block-table {
  overflow: initial;
}
.yamacolor.page .presets .tab_content .preset .wrap .text .information .wp-block-table table {
  width: calc(100% - 2px);
}
.yamacolor.page .presets .tab_content .preset .wrap .text .information .wp-block-table table thead {
  border-bottom: none;
}
.yamacolor.page .presets .tab_content .preset .wrap .text .information .wp-block-table table thead th {
  background-color: #f2f2f2;
}
.yamacolor.page .presets .tab_content .preset .wrap .text .information .wp-block-table.is-style-stripes {
  margin-top: 4.8rem;
  padding-top: 4.8rem;
  border: none;
  border-top: 1px solid #222222;
}
.yamacolor.page .presets .tab_content .preset .wrap .text .information .wp-block-table.is-style-stripes table tr {
  background-color: initial;
}
.yamacolor.page .presets .tab_content .preset .wrap .text .information .wp-block-table.is-style-stripes table th, .yamacolor.page .presets .tab_content .preset .wrap .text .information .wp-block-table.is-style-stripes table td {
  padding: 0 0 1.6rem;
  border: none;
}
.yamacolor.page .presets .tab_content .preset .wrap .text .information .wp-block-table.is-style-stripes table th:first-of-type, .yamacolor.page .presets .tab_content .preset .wrap .text .information .wp-block-table.is-style-stripes table td:first-of-type {
  width: 30%;
}
.yamacolor.page .presets .tab_content .preset .wrap .text .information .wp-block-table.is-style-stripes table th:last-of-type, .yamacolor.page .presets .tab_content .preset .wrap .text .information .wp-block-table.is-style-stripes table td:last-of-type {
  width: 70%;
}
.yamacolor.page .presets .tab_content .preset .wrap .text .description {
  margin-top: 10rem;
}
.yamacolor.page .presets .tab_content .preset .wrap .text .catalog {
  margin-top: 4.8rem;
}
.yamacolor.page .presets .tab_content .preset .wrap .text .data {
  margin-top: 4.8rem;
  padding-top: 4.8rem;
  border-top: 1px solid #222222;
}
.yamacolor.page .presets .tab_content .preset.active {
  display: block;
}
@media only screen and (max-width: 860px) {
  .yamacolor.page .presets:before {
    position: absolute;
    top: 0;
    left: -9.3rem;
    bottom: 0;
    display: block;
    width: 9.3rem;
    background-color: #F8F8F8;
    z-index: -1;
  }
  .yamacolor.page .presets .tab {
    top: 0;
    padding: 3rem 2.4rem 0;
    padding: 2rem 2.4rem 0;
  }
  .yamacolor.page .presets .tab .logo {
    display: none;
    margin: auto;
    height: 2rem;
    height: 1.6rem;
  }
  .yamacolor.page .presets .tab ul {
    justify-content: flex-start;
    margin-top: 2.4rem;
    margin-top: 0.4rem;
    width: 100%;
  }
  .yamacolor.page .presets .tab ul li {
    margin-right: 0.8rem;
    width: calc(33% - 0.4rem);
    width: calc(30% - 1rem);
  }
  .yamacolor.page .presets .tab ul li button {
    padding: 1.2rem 0;
    padding: 0.8rem 0;
    width: 100%;
  }
  .yamacolor.page .presets .tab ul li button span {
    font-size: 1rem;
  }
  .yamacolor.page .presets .tab ul li button img,
  .yamacolor.page .presets .tab ul li button svg {
    margin: 0.6rem auto 0;
    height: 1.5rem;
    height: 1.2rem;
  }
  .yamacolor.page .presets .tab ul li button.active:after {
    content: none;
    bottom: -1.5rem;
    width: 2.4rem;
    height: 1rem;
  }
  .yamacolor.page .presets .tab ul li button.not_yet:after {
    top: -1.2rem;
    font-size: 1rem;
  }
  .yamacolor.page .presets .tab_content {
    padding: 4.8rem 2.4rem;
    padding: 4.8rem 0;
  }
  .yamacolor.page .presets .tab_content .preset .wrap .gallery {
    position: relative;
    top: initial;
    width: 100%;
  }
  .yamacolor.page .presets .tab_content .preset .wrap .gallery .visuals {
    padding: 0 2.4rem;
  }
  .yamacolor.page .presets .tab_content .preset .wrap .gallery .visuals ul {
    margin-bottom: 1.2rem;
  }
  .yamacolor.page .presets .tab_content .preset .wrap .gallery .controls ul {
    flex-wrap: nowrap;
    margin: auto;
    padding: 0 2.4rem;
    width: calc(100% - 4.8rem);
    width: fit-content;
    overflow: scroll;
    box-sizing: initial;
  }
  .yamacolor.page .presets .tab_content .preset .wrap .gallery .controls ul li {
    margin-right: 1rem;
    margin-bottom: 1rem;
    width: 4.8rem;
    width: 0;
  }
  .yamacolor.page .presets .tab_content .preset .wrap .gallery .controls ul li button {
    padding-top: calc(100% - 2px);
    width: calc(100% - 2px);
    border: 1px solid rgba(204, 204, 204, 0.6);
    border-width: 0.3rem;
    border-radius: 50%;
  }
  .yamacolor.page .presets .tab_content .preset .wrap .gallery .controls ul li:nth-of-type(8n) {
    margin-right: 1rem;
  }
  .yamacolor.page .presets .tab_content .preset .wrap .gallery .controls ul li:last-of-type {
    margin-right: 2.4rem;
    margin-right: 0;
  }
  .yamacolor.page .presets .tab_content .preset .wrap .text {
    padding-top: 2.4rem;
    width: 100%;
    padding: 2.4rem;
    padding-bottom: 0;
    width: calc(100% - 4.8rem);
  }
  .yamacolor.page .presets .tab_content .preset .wrap .text .title h3 {
    font-size: 2.4rem;
  }
  .yamacolor.page .presets .tab_content .preset .wrap .text .title .price {
    margin-top: 2rem;
  }
  .yamacolor.page .presets .tab_content .preset .wrap .text .title .price .num {
    font-size: 2rem;
  }
  .yamacolor.page .presets .tab_content .preset .wrap .text .purchase_links {
    margin-top: 3.5rem;
  }
  .yamacolor.page .presets .tab_content .preset .wrap .text .purchase_links .japan {
    padding: 2rem 2.4rem;
    width: 25.2rem;
    width: calc(100% - 4.8rem);
    font-size: 1.3rem;
  }
  .yamacolor.page .presets .tab_content .preset .wrap .text .purchase_links .japan i {
    right: 2.4rem;
  }
  .yamacolor.page .presets .tab_content .preset .wrap .text .purchase_links .international {
    margin-top: 1.2rem;
  }
  .yamacolor.page .presets .tab_content .preset .wrap .text .information {
    margin-top: 6rem;
  }
  .yamacolor.page .presets .tab_content .preset .wrap .text .information * {
    font-size: 1.3rem;
  }
  .yamacolor.page .presets .tab_content .preset .wrap .text .information h2 {
    margin-bottom: 3.5rem;
    font-size: 2rem;
  }
  .yamacolor.page .presets .tab_content .preset .wrap .text .information h2 * {
    font-size: 2rem;
  }
  .yamacolor.page .presets .tab_content .preset .wrap .text .information p {
    margin-bottom: 3.5rem;
  }
  .yamacolor.page .presets .tab_content .preset .wrap .text .information .wp-block-embed {
    margin-bottom: 3.5rem;
    padding: 3.5rem;
    width: calc(100% - 7rem);
  }
  .yamacolor.page .presets .tab_content .preset .wrap .text .information .wp-block-embed .wp-block-embed__wrapper {
    padding-top: 56.25%;
  }
  .yamacolor.page .presets .tab_content .preset .wrap .text .information blockquote {
    margin-bottom: 3.5rem;
    padding: 2rem 2.4rem;
  }
  .yamacolor.page .presets .tab_content .preset .wrap .text .information blockquote p {
    margin-bottom: 0;
  }
  .yamacolor.page .presets .tab_content .preset .wrap .text .information blockquote em {
    font-size: 1.3rem;
  }
  .yamacolor.page .presets .tab_content .preset .wrap .text .information blockquote em a {
    font-size: 1.3rem;
  }
  .yamacolor.page .presets .tab_content .preset .wrap .text .information .wp-block-table.is-style-stripes {
    margin-top: 3.5rem;
    padding-top: 3.5rem;
  }
  .yamacolor.page .presets .tab_content .preset .wrap .text .information .wp-block-table.is-style-stripes table {
    display: block;
  }
  .yamacolor.page .presets .tab_content .preset .wrap .text .information .wp-block-table.is-style-stripes table * {
    display: block;
  }
  .yamacolor.page .presets .tab_content .preset .wrap .text .information .wp-block-table.is-style-stripes table th:first-of-type, .yamacolor.page .presets .tab_content .preset .wrap .text .information .wp-block-table.is-style-stripes table td:first-of-type {
    padding-bottom: 0;
    width: 100%;
  }
  .yamacolor.page .presets .tab_content .preset .wrap .text .information .wp-block-table.is-style-stripes table th:last-of-type, .yamacolor.page .presets .tab_content .preset .wrap .text .information .wp-block-table.is-style-stripes table td:last-of-type {
    padding-bottom: 1.6rem;
    width: 100%;
  }
}
.yamacolor.page .page_links {
  padding: 0 10rem 12rem;
  background-color: #f8f8f8;
}
.yamacolor.page .page_links ul {
  padding-top: 4.8rem;
  text-align: right;
  border-top: 1px solid #BFBFBF;
}
@media only screen and (max-width: 860px) {
  .yamacolor.page .page_links {
    padding: 0 2.4rem 8rem;
  }
  .yamacolor.page .page_links ul {
    padding-top: 3.5rem;
  }
}

.yamacolor_modal .modal_contents .review_modal .modal_header {
  padding-left: 6rem;
}
.yamacolor_modal .modal_contents .review_modal .modal_content {
  padding: 6rem 6rem 0;
  height: calc(92vh - 6rem - 4.8rem - 4.8rem);
}
.yamacolor_modal .modal_contents .review_modal .modal_content .wrap {
  position: relative;
}
.yamacolor_modal .modal_contents .review_modal .modal_content .wrap .visual {
  top: 0;
  height: fit-content;
  height: calc(92vh - 6rem - 6rem - 4.8rem - 4.8rem);
}
.yamacolor_modal .modal_contents .review_modal .modal_content .wrap .visual .ratio {
  padding-top: calc(92vh - 6rem - 6rem - 4.8rem - 4.8rem);
}
.yamacolor_modal .modal_contents .review_modal .modal_content .wrap .visual img {
  margin-right: auto;
  width: auto;
  max-width: 100%;
  max-height: calc(92vh - 6rem - 6rem - 4.8rem - 4.8rem);
}
.yamacolor_modal .modal_contents .review_modal .modal_content .wrap .text .en {
  display: block;
  width: 100%;
  font-size: 1.3rem;
  color: #B19058;
  text-align: right;
}
.yamacolor_modal .modal_contents .review_modal .modal_content .wrap .text .comment {
  display: block;
  margin-top: auto;
  font-size: 1.3rem;
  line-height: 1.8;
  word-break: break-all;
}
.yamacolor_modal .modal_contents .review_modal .modal_content .wrap.horizontal .visual {
  width: 70%;
}
.yamacolor_modal .modal_contents .review_modal .modal_content .wrap.horizontal .text {
  width: 25%;
}
.yamacolor_modal .modal_contents .review_modal .modal_content .wrap.vertical .visual {
  width: 42%;
}
.yamacolor_modal .modal_contents .review_modal .modal_content .wrap.vertical .text {
  width: 48%;
}
@media only screen and (max-width: 860px) {
  .yamacolor_modal .modal_contents .review_modal .modal_header {
    padding-left: 3.5rem;
  }
  .yamacolor_modal .modal_contents .review_modal .modal_content {
    padding: 3.5rem;
    height: calc(92vh - 7rem - 4.8rem - 4.8rem);
    overflow: scroll;
  }
  .yamacolor_modal .modal_contents .review_modal .modal_content .wrap {
    position: relative;
  }
  .yamacolor_modal .modal_contents .review_modal .modal_content .wrap .visual {
    position: relative;
    top: initial;
    width: 100%;
    height: fit-content;
  }
  .yamacolor_modal .modal_contents .review_modal .modal_content .wrap .text {
    margin-top: 3.5rem;
    width: 100%;
  }
  .yamacolor_modal .modal_contents .review_modal .modal_content .wrap .text .en {
    display: block;
    width: 100%;
    font-size: 1.3rem;
    color: #B19058;
    text-align: right;
  }
  .yamacolor_modal .modal_contents .review_modal .modal_content .wrap .text .comment {
    margin-top: 1.6rem;
    font-size: 1.3rem;
  }
  .yamacolor_modal .modal_contents .review_modal .modal_content .wrap.horizontal .visual,
  .yamacolor_modal .modal_contents .review_modal .modal_content .wrap.horizontal .text, .yamacolor_modal .modal_contents .review_modal .modal_content .wrap.vertical .visual,
  .yamacolor_modal .modal_contents .review_modal .modal_content .wrap.vertical .text {
    width: 100%;
  }
}

footer .footer_content {
  padding-top: 16rem;
}
@media only screen and (max-width: 860px) {
  footer .footer_content {
    padding-top: 8rem;
  }
}

.black .yamacolor.page .mv .title .wrap h1 svg path {
  fill: #ffffff;
}
.black .yamacolor.page .mv .text button {
  color: #222222;
  background-color: #ffffff;
}
.black .yamacolor.page .mv .text button i:before {
  background-image: url("../images/icon/arrow_w.svg");
}
.black .yamacolor.page .mv .text button:hover {
  color: #ffffff;
  background-color: #222222;
  border-color: #ffffff;
}
.black .yamacolor.page .feature ul li h3 {
  background-color: #222222;
  border-color: #ffffff;
}
.black .yamacolor.page .feature ul li h3:before, .black .yamacolor.page .feature ul li h3:after {
  background: linear-gradient(to bottom, #CCCCCC 0%, #222222 100%);
}
.black .yamacolor.page .feature ul li .wrap {
  background-color: #222222;
}
.black .yamacolor.page .review {
  background-color: #222222;
}
.black .yamacolor.page .review:before {
  background: linear-gradient(to bottom, rgba(34, 34, 34, 0) 0%, rgb(34, 34, 34) 100%);
}
.black .yamacolor.page .presets .tab {
  background-color: #222222;
  border-color: #ffffff;
}
.black .yamacolor.page .presets .tab ul li button span {
  color: #ffffff;
}
.black .yamacolor.page .presets .tab ul li button img path,
.black .yamacolor.page .presets .tab ul li button svg path {
  fill: #ffffff;
}
.black .yamacolor.page .presets .tab ul li button.active {
  background-color: #ffffff;
}
.black .yamacolor.page .presets .tab ul li button.active:after {
  background-image: url("../images/yamacolor/tab_arrow.svg");
}
.black .yamacolor.page .presets .tab ul li button.active span {
  color: #222222;
}
.black .yamacolor.page .presets .tab ul li button.active img path,
.black .yamacolor.page .presets .tab ul li button.active svg path {
  fill: #222222;
}
.black .yamacolor.page .presets .tab ul li button.not_yet:after {
  color: #ffffff;
  background-color: #222222;
  border-color: #ffffff;
}
.black .yamacolor.page .presets .tab_content {
  background-color: #242424;
}
.black .yamacolor.page .presets .tab_content .preset .wrap .purchase_links .japan {
  color: #222222;
  background-color: #ffffff;
}
.black .yamacolor.page .presets .tab_content .preset .wrap .purchase_links .international a {
  color: #3BB2CC;
}
.black .yamacolor.page .presets .tab_content .preset .wrap .information * {
  color: #ffffff;
}
.black .yamacolor.page .presets .tab_content .preset .wrap .information blockquote {
  background-color: rgba(255, 255, 255, 0.05);
}
.black .yamacolor.page .presets .tab_content .preset .wrap .information .wp-block-table.is-style-stripes {
  border-color: #ffffff;
}
.black .yamacolor.page .page_links {
  background-color: #242424;
}