.forsp {
  display: none !important;
}

body {
  color: #4c4c4c;
}

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


/* top */

.top {
  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: 54px;
  left: 5vw;
  margin: 0;
}

.toph1 img {
  width: 130px;
  height: auto;
}

.top_text {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 60vw;
}

.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: 44vw;
  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: -28.5vw 13.8vw 32.9vw 21.7vw;
  color: #666;
}


/* profile */

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

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

.profile_img img {
  height: auto;
  width: 17vw;
  display: block;
  max-width: 200px;
}

.profile_text {
  padding-left: 4vw;
}

.profile_name .producted {
  font-family: Montserrat;
  font-size: 1vw;
  letter-spacing: 0.23em;
  line-height: 1.25;
  margin: 0vw 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 50px 0;
  color: rgba(255, 255, 255, 1);
  font-weight: 500;
}

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

.profile_describe p:nth-child(1) {
  width: 45vw;
  margin-bottom: 30px;
}

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

.profile_describe p:nth-child(3) {
  width: 30vw;
  margin-bottom: 30px;
}

.profile_describe p:nth-child(4) {
  width: 33vw;
}

.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: 19vw;
  /* padding-bottom: 17vw; */
  height: 78vw;
  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: #666;
}

.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;
  height: 44vw;
}

.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: -44vw 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: 1.5;
  letter-spacing: 0.23em;
}

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

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

.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;
}

.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.25vw;
  font-weight: 500;
  letter-spacing: 0.23em;
}

.color_jpn {
  margin: 1.2vw 0 2.7vw 0;
  font-family: "Noto Sans JP";
  font-size: 1.1vw;
  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: 9vw;
  height: auto;
}

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

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

.copyright {
  color: #666;
  font-size: 0.83vw;
  font-family: Montserrat;
  font-weight: 400;
  margin-top: 20px;
}


/*top linet_set*/

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

.top .linet_line_in {
  background: #fff;
}

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

.top .linet_text {
  color: #fff;
}


/*concept line_set*/

.concept {
  position: relative;
}

.concept .linet_set {
  transform-origin: left top;
  position: absolute;
  top: 0;
  left: 0vw;
  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: 37vw;
  left: 57vw;
}

.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: 97vw;
  width: 350px;
}

.product_detail .linet_line_in {
  background: #ACABAB;
}

.product_detail .linet_line {
  background: #eeeeee;
}

.product_detail .linet_text {
  color: #ACABAB;
  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: 1vw;
  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 {
  font-size: 15px;
}


/*mouse_set*/

.mc_set {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 450;
  padding: 10px;
}

.mc_set1 {
  mix-blend-mode: multiply;
}

.mc_hover .mc_set1 {
  mix-blend-mode: difference;
}

.mc_set_in1 {
  background: rgba(0, 0, 0, 0.1);
}

.mc_hover .mc_set_in1 {
  background: #fff;
}

.mc_set2 {
  z-index: 460;
  mix-blend-mode: screen;
}

.mc_set_in {
  -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -moz-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -o-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
  /* easeOutExpo */
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%) scale(0.9);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  opacity: 1;
}

.mc_set_in2 {
  background: none;
  width: 25px;
  height: 25px;
  border: solid 1px #fff;
}

.mc_hover .mc_set_in1 {
  width: 60px;
  height: 60px;
}

.mc_hover .mc_set_in2 {
  width: 56px;
  height: 56px;
}

a * {
  pointer-events: none;
}

.button:hover, a:hover {
  opacity: 0.9;
}

.mc_if .mc_set_in {
  opacity: 0;
}

.video {
  padding: 2px;
  width: 67vw;
  margin: 0 auto;
  display: block;
}


/* add */

.c-main {
  padding:11vw 5vw 5vw;
}

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

.c-title 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;
}

.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{
  display: flex;
  flex-direction: row;
  align-items: center;
}




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

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

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

/* top */
.read_more{
  margin-top: 3.3vw;
  width: 100% !important;
}

.read_more
.linet_line{
  width: 100px;
}

.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_pc.jpg');
}

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

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

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

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

.point_detail .linet_line_in {
  background: #ACABAB;
}

.point_detail .linet_line {
  background: #eeeeee;
  width: 10vw;

}

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

.point_detail img{
  width: 100%;
}

.point_contents h2,
.product_introduction_contents 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;
}

.point_contents h2:after,
.product_introduction_contents 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;
}

.point_title{
  margin: 3.3vw 0 1vw 0;
  font-size: 1.16vw;
  font-family: "Noto Sans JP";
  font-weight: 500;
}

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

/* product_introduction(商品詳細ブロック） */
.product_introduction {
  display: flex;
  margin-bottom: 10vw;
  position: relative;
}

.product_introduction_imgs {
  width: 100vw;
}

.product_introduction_img {
  width: 44vw;
  height: auto;
  float: right;
  margin-right: 10vw;
  margin-top: 10vh;
}

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

.product_introduction_text {
  padding-left: 18vw;
  padding-top: 5vw;
  width: 100%;
}

.product_introduction_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_introduction_text .eng_name {
  margin: 0;
  font-family: "Montserrat";
  font-size: 1.6vw;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.23em;
}

.product_introduction_text .jpn_name,
.point .jpn_name {
  margin: 0 0 3.3vw;
  font-family: "Noto Sans JP";
  font-size: 1.3vw;
  line-height: 1.5;
  font-weight: 500;
}

.product_introduction_text .explanation ,
.point .explanation {
  margin: 0;
  font-family: "Noto Sans JP";
  font-size: 1.16vw;
  font-weight: 400;
  line-height: 1.5;
  color: #666;
}

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

.product_introduction .linet_line_in {
  background: #ACABAB;
}

.product_introduction .linet_line {
  background: #eeeeee;
}

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

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

.product_introduction_imgs
.linet_line {
  width: 10vw;
}

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

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

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

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

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

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