.forpc {
  display: none !important;
}

body {
  color: #4c4c4c;
}

.wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}


/* top */

.top {
  background-position: center center;
  background-size: cover;
  width: 100%;
  min-height: 100px;
  height: 100vh;
  position: relative;
  overflow: hidden;
  /* background-color: #ccc; */
}

.top_pc {
  width: 100vw;
  top: auto;
}

.top_sp {
  display: none;
}

.toph1 {
  position: fixed;
  /* top: 17px; */
  left: 5vw;
  margin: 0;
}

.toph1 img {
  width: 28.8vw;
}

.top_text p {
  width: 30vw;
  margin: 0;
  font-family: YuMincho, /* Mac用 */
  'Yu Mincho';
  /* Windows用 */
  color: #FFF;
  font-size: 2.25vw;
  line-height: 2.4;
  letter-spacing: 0.5em;
  font-weight: 600;
}

.top_scroll {
  width: 1.3vw;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 94vw;
}


/* concept */

.concept {
  margin-top: 16.6vw;
  margin-bottom: 16.7vw;
}

.concept h2 {
  text-align: center;
  font-size: 1.67vw;
  line-height: 1.2;
  letter-spacing: 0.23em;
  font-family: Montserrat;
  font-weight: 500;
  margin: 0 0 6.3vw 0;
  position: relative;
}

.concept h2:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 160%;
  bottom: -15px;
  display: inline-block;
  width: 5vw;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #DBDBDB;
  border-radius: 2px;
}

.concept_imgs {
  width: 95vw;
  margin-left: auto;
  height: 76.5vw;
  /* position: relative; */
}

.concept_select {
  width: 1.3vw;
  height: auto;
  float: left;
}

.concept_img {
  width: 44vw;
  height: auto;
  float: right;
}

.concept_text {
  width: 25vw;
  font-family: YuMincho, /* Mac用 */
  'Yu Mincho';
  /* Windows用 */
  line-height: 2.4;
  font-size: 1.33vw;
  font-weight: 400;
  margin: 24.5vw 13.8vw 32.9vw 21.7vw;
  color: #4c4c4c;
}


/* profile */

.profile {
  background-color: #AAA8A9;
  padding: 6vw 11vw 6vw 16vw;
}

.profile_container {
  display: flex;
  position: relative;
}

.profile_img img {
  width: 17vw;
}

.profile_text {
  padding-left: 4vw;
}

.profile_name .producted {
  font-family: Montserrat;
  font-size: 1vw;
  letter-spacing: 0.23em;
  line-height: 1.25;
  margin: 2vw 0 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}

.profile_name .name {
  font-family: "Noto Sans JP";
  font-size: 1.67vw;
  letter-spacing: 0.2em;
  line-height: 2.4;
  margin: 0 0 5vw 0;
  color: rgba(255, 255, 255, 1);
  font-weight: 500;
}

.profile_describe p {
  font-family: "Noto Sans JP";
  font-size: 1.17vw;
  line-height: 1.7;
  margin: 0;
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
}

.profile_describe p:nth-child(1) {
  width: 38vw;
}

.profile_describe p:nth-child(2) {
  width: 29vw;
}

.profile_describe p:nth-child(3) {
  width: 32.6vw;
}

.sns-icons {
  position: absolute;
  bottom: 0;
  right: 0;
}

.icon {
  display: inline-block;
  width: 3.3vw;
  height: 3.3vw;
  line-height: 3.3vw;
  text-decoration: none;
  vertical-align: top;
  text-align: center;
}

.twitter {
  color: #969595;
  background-color: #FFF;
  border-radius: 50%;
  font-size: 1.5vw;
  margin-right: 2.5vw;
}

.instagram {
  color: #FFF;
  font-size: 3.3vw;
}


/* product */

.product {
  margin-top: 13vw;
  /* padding-bottom: 17vw; */
  height: 100vw;
  position: relative;
}

.product_bar_img {
  width: 79vw;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.product .product_img {
  width: 27vw;
  height: auto;
  position: absolute;
  top: 20vw;
  left: 60vw;
  z-index: 10;
}

.product_new {
  width: 1.3vw;
  height: auto;
  position: absolute;
  top: 37vw;
  left: 56vw;
}

.product .product-describe {
  width: 25vw;
  position: absolute;
  top: 40vw;
  left: 22vw;
  margin-bottom: 16.7vw;
}

.product .product-name p:nth-child(1) {
  font-family: "Noto Sans JP";
  font-size: 1.3vw;
  margin: 0 0 0.7vw 0;
  font-weight: 400;
}

.product .product-name p:nth-child(2) {
  font-family: "Noto Sans JP";
  font-size: 1.67vw;
  margin: 0 0 0.7vw 0;
  font-weight: 500;
}

.product .product-name p:nth-child(3) {
  font-family: "Noto Sans JP";
  font-size: 1.08vw;
  margin: 0;
  font-weight: 400;
}

.product .price {
  margin: 2vw 0 4vw 0;
  line-height: 2.4;
  /* letter-spacing: 0.37em; */
  font-size: 1.17vw;
  font-weight: 400;
  color: #4c4c4c;
}

.button {
  background-color: rgba(167, 141, 89, 0.5);
  width: 17vw;
  height: 4.6vw;
  text-align: center;
  margin-top: 1.3vw;
  line-height: 4.6vw;
  font-weight: 700;
  font-size: 1.08vw;
}

.button a {
  color: #FFF;
  text-decoration: none;
  display: block;
}


/* product-detail */

.product_detail {
  margin-bottom: 17vw;
  height: 70vw;
}

.product_detail_imgs {
  width: 100vw;
  padding: 0 4.2vw 0 0;
}

.product_detail_img {
  width: 44vw;
  height: auto;
  float: left;
}

.product_detail_foryou {
  width: 1.5vw;
  float: right;
  margin-right: 4.5vw;
}

.product_detail_text {
  padding-top: 8vw;
  margin: 0 0 7.3vw 53.6vw;
}

.product_detail_text h3 {
  margin: 0 0 4.6vw 0;
  font-family: "Noto Sans JP";
  font-size: 2.25vw;
  letter-spacing: 0.23em;
  font-weight: 400;
}

.product_detail_text .eng_name {
  margin: 0;
  font-family: "Montserrat";
  font-size: 1.6vw;
  font-weight: 500;
  line-height: 2.0;
  letter-spacing: 0.23em;
}

.product_detail_text .jpn_name {
  margin: 1.3vw 0 3.3vw;
  font-family: "Noto Sans JP";
  font-size: 1.3vw;
  font-weight: 500;
}

.product_detail_text .explanation {
  margin: 0;
  font-family: "Noto Sans JP";
  font-size: 1.16vw;
  font-weight: 400;
  line-height: 2.4;
  color: #4c4c4c;
}

.color {
  width: 50%;
  display: flex;
  margin: 0 auto;
  padding-top: 7vw;
  height: 14vw;
}

.rose_red {
  position: relative;
  width: 23vw;
  margin-right: 4vw;
}

.mauve_pink {
  position: relative;
  width: 23vw;
  margin-right: 4vw;
}

.natural_beige {
  position: relative;
  width: 23vw;
  margin-right: 4vw;
}

.color_text {
  margin: 3.6vw 0 2vw 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20
}

.color_eng {
  margin: 0;
  font-family: "Montserrat";
  font-size: 1.75vw;
  font-weight: 500;
  letter-spacing: 0.23em;
}

.color_jpn {
  margin: 1.2vw 0 2.7vw 0;
  font-family: "Noto Sans JP";
  font-size: 1.16vw;
  font-weight: 500;
  letter-spacing: 0.37em;
}

.rose_red img {
  width: 8.1vw;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.mauve_pink img {
  width: 8.1vw;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.natural_beige img {
  width: 8.1vw;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.rose_red .color_text:after {
  content: '';
  position: absolute;
  left: 12%;
  top: 100%;
  bottom: -1.25vw;
  display: inline-block;
  width: 4vw;
  height: 0.16vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #FACEAD;
  border-radius: 0.16vw;
}

.mauve_pink .color_text:after {
  content: '';
  position: absolute;
  left: 13%;
  top: 100%;
  bottom: -1.25vw;
  display: inline-block;
  width: 4vw;
  height: 0.16vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #F9C2AF;
  border-radius: 0.16vw;
}

.natural_beige .color_text:after {
  content: '';
  position: absolute;
  left: 14%;
  top: 100%;
  bottom: -1.25vw;
  display: inline-block;
  width: 4vw;
  height: 0.16vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #F9C2AF;
  border-radius: 0.16vw;
}

.movie {
  margin-bottom: 17vw;
  position: relative;
  text-align: center;
}

.movie h2 {
  text-align: center;
  font-size: 1.67vw;
  font-weight: 500;
  font-family: Montserrat;
  letter-spacing: 0.23em;
  line-height: 1.2;
  margin-bottom: 4.67vw;
}

.movie h2:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 160%;
  bottom: -1.25vw;
  display: inline-block;
  width: 4.6vw;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #DBDBDB;
  border-radius: 2px;
}

.video iframe {
  width: 67vw;
  height: 40vw;
}


/* product-again */

.product-again {
  height: 38vw;
  margin-left: 14vw;
  margin-bottom: 17vw;
  display: flex;
}

.product_again_new {
  width: 1.3vw;
  height: auto;
  vertical-align: top;
  margin-right: 2.6vw;
}

.product_again_img {
  width: 27vw;
  height: auto;
}

.product-again .product-describe {
  margin-left: 15.6vw;
}

.product-again .product-name p:nth-child(1) {
  font-family: "Noto Sans JP";
  font-size: 1.3vw;
  margin: 0 0 0.7vw 0;
  font-weight: 400;
}

.product-again .product-name p:nth-child(2) {
  font-family: "Noto Sans JP";
  font-size: 1.66vw;
  margin: 0 0 0.7vw 0;
  font-weight: 500;
}

.product-again .product-name p:nth-child(3) {
  font-family: "Noto Sans JP";
  font-size: 1.16vw;
  margin: 0;
  font-weight: 400;
}

.product-again .price {
  margin: 2vw 0 4vw 0;
  line-height: 2.4;
  font-size: 1.16vw;
}

footer {
  padding: 0 0 5vw 5vw;
}

.footer_container {
  display: flex;
}

.co_name img {
  width: 28.8vw;
}

.ope_company {
  margin: 2vw 4vw 0 5vw;
  font-size: 12px;
  font-weight: 400;
}

.scc {
  font-size: 1.16vw;
  font-weight: 400;
  margin-top: 2vw;
}

.copyright {
  color: #4c4c4c;
  font-size: 0.83vw;
  font-family: Montserrat;
  font-weight: 400;
}


/* top */

.top {
  /* background-image:url('../img/top_sp.jpg'); */
  background-position: center center;
  background-size: cover;
  width: 100%;
  min-height: 100px;
  height: 100vh;
  position: relative;
  overflow: hidden;
  /* background-color: #ccc; */
}

.top_pc {
  display: none;
}

.top_sp {
  display: block;
  width: 100vw;
  top: auto;
}

.toph1 {
  position: absolute;
  /* top: 25px; */
  left: 6.4vw;
  font-size: 6.4vw;
}

.top_text {
  position: absolute;
  bottom: 9.2vw;
  left: 8.8vw;
}

.top_text p {
  width: 65vw;
  font-size: 6.13vw;
}

.top_scroll {
  display: none;
}


/* concept */

.concept {
  margin-top: 26.7vw;
  margin-bottom: 26.7vw;
}

.concept h2 {
  font-size: 5.3vw;
  margin: 0 0 17vw 0;
}

.concept h2:after {
  width: 15vw;
}

.concept_select {
  float: none;
  width: 4.2vw;
}

.concept_img {
  width: 76.5vw;
}

.concept_text {
  width: 58vw;
  margin: 15vw 0 26.7vw 15vw;
  font-size: 3.7vw;
}


/* profile */

.profile {
  padding: 16.8vw 6.4vw 16.7vw 6.4vw;
}

.profile_container {
  display: block;
  position: static;
}

.profile_img img {
  width: 26.7vw;
  float: left;
}

.profile_text {
  padding-left: 0;
  margin-top: -33vw;
}

.profile_name {
  margin-left: 36.5vw;
  padding: 6.7vw 0 12.3vw 0;
}

.profile_name .producted {
  font-size: 3.2vw;
  margin: 0;
}

.profile_name .name {
  font-size: 5.3vw;
  margin: 0;
}

.profile_describe p {
  font-size: 3.46vw;
  margin-top: 6.8vw;
}

.profile_describe p:nth-child(1) {
  width: 100%;
}

.profile_describe p:nth-child(2) {
  margin-top: 6.8vw;
  width: 100%;
}

.profile_describe p:nth-child(3) {
  width: 100%;
  margin-top: 0;
}

.sns-icons {
  display: block;
  position: static;
  text-align: center;
  margin-top: 9.4vw;
}

.icon {
  display: inline-block;
  width: 10.7vw;
  height: 10.7vw;
  line-height: 10.7vw;
  text-decoration: none;
  vertical-align: top;
  text-align: center;
}

.twitter {
  font-size: 5vw;
  margin-right: 8.27vw;
}

.instagram {
  font-size: 10.7vw;
}


/* product */

.product {
  margin-top: 34vw;
  margin-bottom: 17vw;
  height: 200vw;
  position: relative;
}

.product_bar_img {
  width: 93.6vw;
}

.product .product_img {
  width: 42.5vw;
  top: 17.7vw;
  left: 0;
}

.product_new {
  width: 5vw;
  top: 56.5vw;
  left: 91.5vw;
}

.product .product-describe {
  width: 77vw;
  top: 91.5vw;
  left: 11.5vw;
}

.product .product-name p:nth-child(1) {
  font-size: 4vw;
  margin: 0 0 2.7vw 0;
}

.product .product-name p:nth-child(2) {
  font-size: 5vw;
  margin: 0 0 2.1vw 0;
}

.product .product-name p:nth-child(3) {
  font-size: 3.46vw;
  margin: 0;
}

.product .price {
  margin: 6.4vw 0 12.8vw 0;
  font-size: 3.46vw;
}

.button {
  width: 55.5vw;
  height: 14.9vw;
  text-align: center;
  margin: 4.2vw auto 0;
  line-height: 14.9vw;
  font-size: 3.46vw;
}


/* product-detail */

.product_detail {
  margin-bottom: 17vw;
  height: 220vw;
}

.product_detail_imgs {
  width: 100vw;
  padding: 0 1.3vw 0 0;
}

.product_detail_img {
  width: 76.5vw;
  height: auto;
  float: none;
}

.product_detail_foryou {
  width: 4.2vw;
  float: right;
}

.product_detail_text {
  padding-top: 0;
  margin: 12.8vw 0 12.8vw 10.6vw;
}

.product_detail_text h3 {
  margin: 0 0 4.2vw 0;
  font-size: 5vw;
}

.product_detail_text .eng_name {
  font-size: 5vw;
}

.product_detail_text .jpn_name {
  margin: 4.2vw 0 10.1vw;
  font-size: 4vw;
}

.product_detail_text .explanation {
  font-size: 3.4vw;
}

.color {
  width: 50%;
  display: block;
  margin: 0 auto;
  padding-top: 0;
  height: 200vw;
}

.rose_red {
  position: relative;
  width: 100%;
  height: 31.4vw;
  margin-right: 0;
  overflow: hidden;
}

.mauve_pink {
  position: relative;
  width: 100%;
  height: 31.4vw;
}

.natural_beige {
  position: relative;
  width: 100%;
  height: 31.4vw;
}

.color_text {
  margin: 8.7vw 0 4.5vw 0;
}

.color_eng {
  margin: 0;
  font-size: 3.46vw;
}

.color_jpn {
  margin: 3.5vw 0 6.9vw 0;
  font-size: 2.6vw;
  transform: scale(0.9) translateX(-7px);
  /* transform: translateX(-1px); */
}

.rose_red img {
  width: 19.1vw;
  height: auto;
  position: static;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.mauve_pink img {
  width: 19.1vw;
  height: auto;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
}

.natural_beige img {
  width: 19.1vw;
  height: auto;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
}

.rose_red .color_text:after {
  left: 8%;
  width: 6.3vw;
}

.mauve_pink .color_text:after {
  left: 9%;
  width: 6.3vw;
}

.natural_beige .color_text:after {
  left: 10%;
  width: 6.3vw;
}

.movie {
  margin-bottom: 34.1vw;
  position: relative;
  text-align: center;
}

.movie h2 {
  font-size: 5.3vw;
  margin-bottom: 17vw;
}

.movie h2:after {
  left: 50%;
  top: 160%;
  width: 15vw;
}

.video iframe {
  width: 87.2vw;
  height: 49vw;
}


/* product-again */

.product-again {
  height: 200vw;
  margin: 0;
  display: block;
}

.product_again_new {
  width: 5.3vw;
  margin-left: 4.2vw;
  margin-right: 15.5vw;
}

.product_again_img {
  width: 48.4vw;
}

.product-again .product-describe {
  margin-left: 0;
}

.product-again .product-text {
  margin-left: 11.2vw;
}

.product-again .product-name p:nth-child(1) {
  font-size: 4vw;
  margin: 0px 0 4.6vw 0;
}

.product-again .product-name p:nth-child(2) {
  font-size: 5vw;
  margin: 0 0 4.1vw 0;
}

.product-again .product-name p:nth-child(3) {
  font-size: 3.4vw;
}

.product-again .price {
  margin: 6.4vw 0 12.8vw 0;
  font-size: 3.4vw;
}

footer {
  padding: 0 0 8.5vw 7.7vw;
}

.footer_container {
  display: block;
}

.ope_company {
  margin: 10.6vw 0 8.5vw 0;
  font-size: 3.7vw;
  padding-top: 0;
}

.scc {
  font-size: 3.7vw;
  padding-top: 0;
  margin-bottom: 8.5vw;
}

.copyright {
  font-size: 2.6vw;
}


/*top_linet_set*/

.top .linet_set {
  transform-origin: right bottom;
  position: absolute;
  bottom: 0;
  right: 30px;
  z-index: 2
}

.top .linet_line_in {
  background: #fff;
}

.top .linet_line {
  background: rgba(255, 255, 255, 0.3);
  width: 81px;
}

.top .linet_text {
  font-size: 10px;
  color: #fff;
}


/*concept line_set*/

.concept {
  position: relative;
}

.concept .linet_set {
  transform-origin: left top;
  position: absolute;
  top: 23vw;
  left: 35px;
  z-index: 2
}

.concept .linet_line_in {
  background: #ACABAB;
}

.concept .linet_line {
  background: #EEEEEE;
}

.concept .linet_text {
  color: #ACABAB;
}


/*concept line_set*/

.product {
  position: relative;
}

.product .linet_set {
  transform-origin: left top;
  position: absolute;
  z-index: 2;
  height: auto;
  position: absolute;
  top: 57vw;
  left: 96vw;
  width: 300px;
}

.product .linet_line_in {
  background: #D7CAAF;
}

.product .linet_line {
  background: #F7F4EF;
}

.product .linet_text {
  color: #D7CAAF;
  font-size: 13px;
}


/*concept line_set*/

.product_detail {
  position: relative;
}

.product_detail .linet_set {
  transform-origin: left top;
  position: absolute;
  z-index: 2;
  height: auto;
  position: absolute;
  top: 0vw;
  left: 96vw;
  width: 300px;
}

.product_detail .linet_line_in {
  background: #D7CAAF;
}

.product_detail .linet_line {
  background: #F7F4EF;
}

.product_detail .linet_text {
  color: #D7CAAF;
  font-size: 13px;
}


/*concept line_set*/

.product-again {
  position: relative;
}

.product-again .linet_set {
  transform-origin: left top;
  position: absolute;
  z-index: 2;
  height: auto;
  position: absolute;
  top: 0vw;
  left: 10vw;
  width: 300px;
}

.product-again .linet_line_in {
  background: #D7CAAF;
}

.product-again .linet_line {
  background: #F7F4EF;
}

.product-again .linet_text {
  color: #D7CAAF;
  font-size: 13px;
}

.product_again_new {
  opacity: 0;
}

.ope_company, .scc {
  text-decoration: none;
  color: inherit;
  display: block;
}

.top_in {
  background-image: url('../img/top_sp.jpg');
}

/* add */

.c-main {
  padding: 20vw 8.5vw 7.7vw;
}

.c-title {
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}

.c-title h2 {
  text-align: center;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.23em;
  font-family: Montserrat;
  font-weight: 500;
  margin: 0 0 6.3vw 0;
  position: relative;
}

.c-title h2:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 160%;
  bottom: -15px;
  display: inline-block;
  width: 5vw;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #DBDBDB;
  border-radius: 2px;
}

.footer_container a {
  font-size: 1rem;
}




/* //////////////////////// */
/* productpage add (200930~)*/
/* //////////////////////// */

/* common */
.u-disabled a{
  pointer-events: none;
}

.product-again a:hover{
  color: #F7F4EF;
  text-decoration: none;
}

.product_page
.pc_br{
  display: none;
}

.product_page
.top_text p{
  font-size: 5.13vw;
  letter-spacing: 0;
}

/* top */
.read_more{
  margin-top: 10.1vw;
  width: 330px !important;
}

.read_more
.linet_line {
  width: 150px;
}

.read_more a{
  color: #D7CAAF;
  text-decoration: none;
}

.read_more a:hover{
  color: #F7F4EF;
}

/* product-again */
.product_page
.product-again{
  margin-top: 17vw;
}

/* fv */
.lip_plumper
.top_in {
  background-image: url('../img/product_page/product01_top_sp.jpg');
}

.lip_plumper_gloss
.top_in {
  background-image: url('../img/product_page/product02_top_sp.jpg');
}

/* point */ 
.point{
  margin-bottom: 17vw;
  margin-left: 0 !important;
  justify-content: center;
}

.point_detail{
  padding-left: 2.5vw !important;
}

.point_detail .linet_set {
  transform-origin: left top;
  position: absolute;
  z-index: 2;
  height: auto;
  position: absolute;
  top: 0vw;
  width: 300px;
}

.point_detail .linet_line_in {
  background: #D7CAAF;
}

.point_detail .linet_line {
  background: #F7F4EF;
  width: 100px;
}

.point_detail .linet_text {
  color: #D7CAAF;
  font-size: 13px;
}

.point_detail img{
  width: 100%;
}
.point_contents h2,
.product_introduction_contents h2 {
  text-align: center;
  font-size: 5.3vw;
  line-height: 1.2;
  letter-spacing: 0.23em;
  font-family: Montserrat;
  font-weight: 500;
  margin: 0 0 17vw 0;
  position: relative;
}

.point_contents h2:after,
.product_introduction_contents h2:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 160%;
  bottom: -15px;
  display: inline-block;
  width: 15vw;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #DBDBDB;
  border-radius: 2px;
}

.point_title{
  margin: 6vw 0 3vw 0;
  font-size: 3.4vw;
  font-family: "Noto Sans JP";
  font-weight: 500;
}

.point_explanation{
  font-size: 3vw;
  font-family: "Noto Sans JP";
}

/* product_introduction(商品詳細ブロック） */
.product_introduction {
  padding-bottom: 25vw;
}

.product_introduction_imgs {
  width: 100vw;
}

.product_introduction_img {
  width: 90%;
  height: auto;
  margin-right: 10vw;
}

.product_introduction_foryou {
  width: 1.5vw;
  float: right;
  margin-right: 4.5vw;
}

.product_introduction_text {
  /* padding-top: 8vw; */
  margin-left: 11.5vw;
  padding-top: 10vw;
  width: 100%;
}

.product_introduction_text h3 {
  margin: 0 0 4.6vw 0;
  font-family: "Noto Sans JP";
  font-size: 6vw;
  letter-spacing: 0.23em;
  font-weight: 400;
}

.product_introduction_text .eng_name {
  margin: 0;
  font-family: "Montserrat";
  font-size: 3.4vw;
  font-weight: 500;
  line-height: 2.0;
  letter-spacing: 0.23em;
}

.product_introduction_text .jpn_name {
  margin: 8vw 0 8vw;
  font-family: "Noto Sans JP";
  font-size: 3.4vw;
  font-weight: 500;
}

.product_introduction_text .explanation {
  margin: 0;
  font-family: "Noto Sans JP";
  font-size: 3.4vw;
  font-weight: 400;
  line-height: 2.4;
  color: #4c4c4c;
}
/*concept line_set*/

.product_introduction {
  position: relative;
}

.product_introduction .linet_set {
  transform-origin: left top;
  position: absolute;
  z-index: 2;
  height: auto;
  position: absolute;
  top: 0vw;
  left: 96vw;
  width: 400px;
}

.product_introduction .linet_line_in {
  background: #D7CAAF;
}

.product_introduction .linet_line {
  background: #F7F4EF;
}

.product_introduction .linet_text {
  color: #D7CAAF;
  font-size: 13px;
}

.product_introduction_text 
.jpn_name{
  line-height: 2.5;
  letter-spacing: 0.1em;
}

.product_introduction_imgs
.linet_line {
  width: 150px;
}

/* 各商品の色設定 */
.rose_red_detail{
  background: linear-gradient(90deg,white 0%,white 60%,rgba(209,55,67,3%) 60%,rgba(209,55,67,3%) 100%);
}

.mauve_pink_detail{
  background: linear-gradient(90deg,white 0%,white 60%,rgba(171,79,146,3%) 60%,rgba(171,79,146,3%) 100%);
}

.natural_beige_detail{
  background: linear-gradient(90deg,white 0%,white 60%,rgba(167,139,95,3%) 60%,rgba(167,139,95,3%) 100%);
}

.sakura_pink_detail{
  background: linear-gradient(90deg,white 0%,white 60%,rgba(146,56,76,3%) 60%,rgba(146,56,76,3%) 100%);
}

.aquamarine_detail{
  background: linear-gradient(90deg,white 0%,white 60%,rgba(91,127,172,3%) 60%,rgba(91,127,172,3%) 100%);
}

.planetarium_detail{
  background: linear-gradient(90deg,white 0%,white 60%,rgba(24,20,26,3%) 60%,rgba(24,20,26,3%) 100%);
}
