/*------------------------------
  共通
------------------------------*/

@media all and (min-width: 681px) {
  .sp_br {
    display: none;
  }
}

@media all and (max-width: 860px) {
  .sp_br {
    display: block;
  }
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #09080b;
}

body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  /* 背景カラー */
  z-index: 999999;
  /* 一番手前に */
  pointer-events: none;
  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0;
  /* 初期値 : 透過状態 */
  -webkit-transition: opacity 0.8s ease;
  /* アニメーション時間は 0.8秒 */
  transition: opacity 0.8s ease;
}

body.fadeout::after {
  opacity: 1;
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

img {
  max-width: 100%;
  height: auto;
}
.pc_br {
  display: block;
}
.pc_img {
  display: block;
}

.sp_img {
  display: none;
}

.se_none {
  display: none;
}

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 300ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

@media all and (max-width: 768px) {
  .pc_img {
    display: none;
  }

  .sp_img {
    display: block;
  }
}

@media all and (max-width: 380px) {
  .se_br {
    display: none !important;
  }
}

@media all and (max-width: 350px) {
  .se_none {
    display: block;
  }
}

/* === header === */
header {
  width: 100%;
  position: fixed;
  top: 0;
  /* height: 23px; */
  /* padding: 10px 0 14px; */
  padding: 15px 0;
  z-index: 99990;
}

#header.stickyadd {
  background-color: #fff;
}

header a {
  display: block;
  height: 100%;
  text-align: center;
}

header a img {
  height: 100%;
  width: auto;
}

/* === ドロワーメニュー === */
.d_menu {
  width: 900px;
  margin: 0 auto;
}

.d_menu .menu-btn {
  position: fixed;
  left: auto;
  right: auto;
  top: 0;
  margin: 0 0 0 970px;
}

@media all and (max-width: 1200px) {
  .d_menu .menu-btn {
    margin: auto !important;
    right: 0;
  }
}

.page_look header,
.page_sub header {
  background: #fff;
  position: fixed;
}

.wrapper {
  /* overflow-x: hidden; */
  max-width: 1200px;
  margin: 0 auto;
  /* padding-top: 60px; */
  position: relative;
}

.slick-dots {
  bottom: 35px !important;
  right: 5px !important;
  display: block !important;
  width: unset !important;
  position: absolute !important;
  height: 12px !important;
  text-align: center !important;
}
@media all and (min-width: 769px) {
  .slick-dots {
    bottom: 70px !important;
    right: 50px !important;
  }
}

.slick-dots li {
  display: inline-block !important;
  vertical-align: top !important;
  padding: 0 2px !important;
  margin: 0;
}
.slick-dots button {
  width: 12px !important;
  height: 12px !important;
  border: 1px solid #444 !important;
  display: block !important;
  text-indent: -9999px !important;
  background: #fff !important;
  cursor: pointer !important;
  padding: 0 !important;
  display: block !important;
  border-radius: 50% !important;
}
.slick-dots .slick-active button {
  background: #ff6e6b !important;
  border: none !important;
}

/*------------------------------
  TOP
------------------------------*/

.page_top .wrapper {
  padding-top: 0;
}

.page_top a {
  width: 100%;
  height: 100vh;
  background-image: url("../img/pc/KV_pc.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  display: block;
  transition: auto;
}

@media all and (max-width: 768px) {
  .page_top a {
    width: 100vw;
    background-image: url("../img/sp/KV_sp.jpg");
  }
}

/* 追加 */

h3,
h4,
.product_title_small {
  font-family: Avenir, sans-serif;
  letter-spacing: 0.1em;
}
h3 {
  font-size: 68px;
}
.br_414 {
  display: none;
}
.br_375 {
  display: none;
}
.br_320 {
  display: none;
}
#product {
  margin-top: 100px;
  text-align: center;
  z-index: 2;
  position: relative;
}

#product h3 {
  color: #444;
  line-height: 1;
  font-weight: 500;
}
#product h3 .title_sub {
  font-size: 20px;
  display: block;
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
}
.sandhill .product_img {
  background-color: #f1d3c1;
  height: 370px;
  margin-top: 150px;
  width: 100%;
  margin-bottom: 180px;
}
.sandhill {
  margin-bottom: 260px;
}
.sandhill .product_img .product_img_wrap {
  width: 88%;
  max-width: 1060px;
  position: relative;
  margin: 0 auto;
}
.sandhill .product_title_small {
  color: #cb7932;
  font-size: 20px;
  text-align: left;
  display: block;
}
.sandhill .product_title {
  color: #693a2d;
  font-size: 50px;
  text-align: left;
  font-weight: 600;
}
.sandhill .product_img img {
  position: absolute;
  right: 0;
  top: -90px;
  width: calc(640px * 0.9);
}
.sandhill .product_title_wrap {
  /* padding-top: 140px; */
  font-weight: 700;
  height: 370px;
}
.product_txt {
  display: flex;
  width: 100%;
}
.sandhill .product_txt .ph {
  width: 50%;
}
.sandhill .product_txt .description {
  width: 50%;
}
.sandhill .product_txt_img {
  max-width: 396px;
  position: relative;
}
.sandhill .palette_wrap {
  position: relative;
  display: inline-block;
}
.sandhill .palette_btn {
  position: absolute;
  bottom: -32px;
  right: -40px;
}
.sandhill .online_title {
  background-color: #cb7932;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.09em;
  max-width: 170px;
  padding: 10px 28px;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
  margin-bottom: 36px;
}
.sandhill .description .txt {
  color: #444;
  font-size: 18px;
  letter-spacing: 0.09em;
  line-height: 1.4;
  margin-bottom: 22px;
  font-weight: 700;
}
.sandhill .description .price {
  color: #444;
  font-size: 20px;
  letter-spacing: 0.09em;
  line-height: 1.4;
  margin-bottom: 42px;
  font-weight: 700;
}
.sandhill .link-detail {
  border: 3px solid #cb7932;
  background-color: #fff;
  color: #cb7932;
  padding: 27px 71px 25px 74px;
  font-size: 18px;
  letter-spacing: 0.09em;
  display: inline-block;
  font-weight: 700;
}

.sandhill .link-detail::after {
  content: "▶︎";
  margin-left: 5px;
}
.sandhill .show_sp {
  display: none;
}
.eyes_list li {
  text-indent: -1.4em;
  padding-left: 2em;
  white-space: nowrap;
}
.rosecrush .product_img {
  background-color: #ffd1c9;
  height: 370px;
  margin-top: 150px;
  width: 100%;
  margin-bottom: 180px;
}
.rosecrush {
  margin-bottom: 260px;
}
.rosecrush .product_img .product_img_wrap {
  width: 88%;
  max-width: 1060px;
  position: relative;
  margin: 0 auto;
}
.rosecrush .product_title_small {
  color: #ff6c65;
  font-size: 20px;
  text-align: right;
  display: block;
}
.rosecrush .product_title {
  color: #af3b41;
  font-size: 50px;
  text-align: right;
  font-weight: 600;
}
.rosecrush .product_img img {
  position: absolute;
  left: 0;
  top: -90px;
  width: calc(640px * 0.9);
}
.rosecrush .product_title_wrap {
  /* padding-top: 140px; */
  font-weight: 700;
  height: 370px;
}
.product_txt {
  display: flex;
  width: 100%;
}
.rosecrush .product_txt .ph {
  width: 50%;
}
.rosecrush .product_txt .description {
  width: 50%;
}
.rosecrush .product_txt_img {
  max-width: 396px;
  position: relative;
}
.rosecrush .palette_wrap {
  position: relative;
  display: inline-block;
}
.rosecrush .palette_btn {
  position: absolute;
  bottom: -32px;
  right: -40px;
}
.rosecrush .online_title {
  background-color: #ff6c65;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.09em;
  max-width: 170px;
  padding: 10px 28px;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
  margin-bottom: 36px;
}
.rosecrush .description .txt {
  color: #444;
  font-size: 18px;
  letter-spacing: 0.09em;
  line-height: 1.4;
  margin-bottom: 22px;
  font-weight: 700;
}
.rosecrush .description .price {
  color: #444;
  font-size: 20px;
  letter-spacing: 0.09em;
  line-height: 1.4;
  margin-bottom: 42px;
  font-weight: 700;
}
.rosecrush .link-detail {
  border: 3px solid #ff6c65;
  background-color: #fff;
  color: #ff6c65;
  padding: 27px 71px 25px 74px;
  font-size: 18px;
  letter-spacing: 0.09em;
  display: inline-block;
  font-weight: 700;
}

.rosecrush .link-detail::after {
  content: "▶︎";
  margin-left: 5px;
}
.rosecrush .show_sp {
  display: none;
}
@media all and (max-width: 768px) {
  .show_sp {
    display: block;
  }
}

.look_top_bg {
  background-image: url(../img/pc/makeup-look.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 210px;
  height: 306px;
}
@media all and (max-width: 768px) {
  .look_top_bg {
    background-image: url(../img/sp/makeup-look.png);
    height: 235px;
  }
}

.look_top_bg h3 {
  font-size: 68px;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1;
  text-align: center;
  margin-bottom: 54px;
  font-weight: 500;
}
.look_top_bg h3 span {
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #444;
  text-align: center;
  display: block;
  margin-top: 15px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}

.look_top_bg p {
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #444;
  text-align: center;
  font-weight: 700;
  margin-bottom: 42px;
  margin-top: 139px;
}
.btn_box {
  display: flex;
  justify-content: center;
  font-family: Avenir, sans-serif;
}
.ChangeElem_Btn {
  background: transparent;
  border: 3px #fff solid;
  border-bottom: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 42px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 34px 28px 30px;
  font-family: Avenir, sans-serif;
  font-weight: 700;
  outline: none;
}

.ChangeElem_Btn.is-active {
  background-color: #fff;
  border-bottom: 2px solid #fff;
}
.point01_btn {
  margin-right: 40px;
}
.ChangeElem_Btn_sh {
  color: #693a2d;
}
.ChangeElem_Btn_rc {
  color: #af3b41;
}
.ChangeElem_Btn_sh span {
  color: #cb7932;
  font-size: 80%;
}
.ChangeElem_Btn_rc span {
  color: #ff736c;
  font-size: 80%;
}
.box {
  padding-top: 38px;
}
.box .look_bg {
  text-align: center;
  margin-bottom: 98px;
}
.box .look_bg img {
  max-width: 454px;
  margin: auto;
}
#eyeshadow {
  width: 88%;
  margin: 0 auto;
}
#eyeshadow h5 {
  font-size: 38px;
  letter-spacing: 0.09em;
  display: block;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 700;
}
.product_list01 h5 {
  color: #693a2d;
  font-family: Avenir, sans-serif;
  font-weight: 700;
}
.rc_color {
  color: #cb7932;
}
.eye_wrap {
  position: relative;
  padding-top: 254px;
  padding-bottom: 38px;
  margin-bottom: 178px;
}
.eye_img {
  width: 80%;
  margin: 0 auto;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.eye_img .pallette,
.eyeshadow_description {
  margin: auto;
  width: 50%;
  text-align: center;
}
.eyeshadow_description .txt {
  font-size: 24px;
  margin-bottom: 22px;
  font-weight: 700;
  white-space: nowrap;
}
.eyeshadow_description .price {
  font-size: 18px;
  color: #cb7932;
  font-weight: 700;
}
.eye_up {
  background-color: #f8e9e0;
  width: 100%;
  height: 130px;
}
.eye_description {
  width: 100%;
  background-color: #eeeeee;
  color: #666;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.09em;
  line-height: 2.5;
  padding-top: 32px;
  padding-bottom: 38px;
}
.eyes_list {
  margin: 0 auto;
  max-width: 710px;
}
.eyes_color {
  color: #ef426f;
}
.eye_tips {
  background-color: #f1deca;
  width: 100%;
  color: #666;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.09em;
  padding-top: 38px;
  padding-bottom: 100px;
  text-align: center;
}
.eye_tips_title {
  color: #cb7932;
  margin-bottom: 14px;
  display: block;
}
.sh_color {
  color: #cb7932;
}
.link-detail-sh {
  border: 3px solid #cb7932;
  background-color: #fff;
  color: #cb7932;
  line-height: 1;
  padding: 30px 38px 29px 41px;
  font-size: 20px;
  letter-spacing: 0.09em;
  display: inline-block;
  margin: 0 auto;
  font-weight: 700;
}

.link-detail-sh::after {
  content: "▶︎";
  margin-left: 5px;
}
#eyeshadow .product_btn {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
}
.items {
  display: flex;
  justify-content: space-between;
  width: 88%;
  margin: 0 auto 100px;
  align-items: flex-start; /* 縦に伸びるのを防ぐ */
}
.items section {
  width: 100%;
}
.items h5 {
  font-size: 38px;
  color: #693a2d;
  letter-spacing: 0.09em;
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
}
.items .img_wrap {
  text-align: center;
  height: 360px;
  display: flex;
  margin-bottom: 42px;
}
.items .img_wrap img {
  margin: auto;
}
.mascara_img {
  max-height: 360px;
}
.base_img {
  max-height: 286px;
}
.lip_img {
  max-height: 298px;
}
.item_txt_wrap {
  display: flex;
  margin-bottom: 18px;
  height: 96px;
}
.items .txt {
  text-align: center;
  color: #444;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.09em;
  font-weight: 700;
  margin: auto;
}
.items .price {
  color: #cb7932;
  font-size: 18px;
  letter-spacing: 0.09em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 36px;
}
.items .product_btn {
  text-align: center;
}

.items .product_btn .link-detail-item {
  border: 3px solid #cb7932;
  background-color: #fff;
  color: #cb7932;
  line-height: 1;
  padding: 30px 38px 29px 41px;
  font-size: 20px;
  letter-spacing: 0.09em;
  display: inline-block;
  margin: 0 auto;
  font-weight: 700;
}
.items .product_btn .link-detail-item::after {
  content: "▶︎";
  margin-left: 5px;
}

#campaign {
  background-image: -moz-linear-gradient(
    -45deg,
    rgb(254, 159, 151) 0%,
    rgb(255, 200, 189) 100%
  );
  background-image: -webkit-linear-gradient(
    -45deg,
    rgb(254, 159, 151) 0%,
    rgb(255, 200, 189) 100%
  );
  background-image: -ms-linear-gradient(
    -45deg,
    rgb(254, 159, 151) 0%,
    rgb(255, 200, 189) 100%
  );
  padding-top: 98px;
  padding-bottom: 87px;
}
#campaign h3 {
  margin-bottom: 50px;
}
.campaign-en {
  color: #fff;
  font-size: 68px;
  letter-spacing: 0.1em;
  display: block;
  line-height: 1;
  margin-bottom: 18px;
  text-align: center;
  font-weight: 500;
}
.campaign-ja {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  display: block;
  line-height: 1;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
.campaign_description {
  text-align: center;
}
.campaign_up {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #444;
  line-height: 2;
}
.campaign_up .eyes_color {
  color: #ef426f;
  font-weight: 700;
}
.campaign_img {
  background: #fff;
  margin-top: 132px;
  margin-bottom: 126px;
  height: 190px;
  position: relative;
}
.campaign_img_wrap {
  width: 88%;
  margin: 0 auto;
  display: flex;
  position: absolute;
  top: -100px;
  right: 0;
  left: 0;
}
.campaign_bottom {
  margin: 154px auto auto;
  width: 50%;
  color: #444;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
.note {
  color: #fff;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 700;
  width: 88%;
  margin: 0 auto;
}
.product_list02 h5 {
  color: #af3b41;
  font-family: Avenir, sans-serif;
  font-weight: 700;
}
.rc_color {
  color: #ff6c65;
}
.product_list02 .eyeshadow_description .price {
  color: #ff6c65;
}
.product_list02 .eye_up {
  background-color: #fde4e0;
}
.product_list02 .eye_tips {
  background-color: #ffd1c9;
}
.product_list02 .eye_tips_title {
  color: #ff6c65;
}
.link-detail-rc {
  border: 3px solid #ff6c65;
  background-color: #fff;
  color: #ff6c65;
  line-height: 1;
  padding: 30px 38px 29px 41px;
  font-size: 20px;
  letter-spacing: 0.09em;
  display: inline-block;
  margin: 0 auto;
  font-weight: 700;
}
.link-detail-rc::after {
  content: "▶︎";
  margin-left: 5px;
}
.product_list02 .items .price {
  color: #ff6c65;
}
.product_list02 .items .product_btn .link-detail-item {
  color: #ff6c65;
  border-color: #ff6c65;
}

@media all and (max-width: 1100px) {
  .product_img img {
    width: 600px;
  }
}
@media all and (max-width: 1040px) {
  .product_img img {
    width: 530px;
  }
  .sandhill .product_img img,
  .rosecrush .product_img img {
    top: -44px;width: calc(640px * 0.8);
  }
}
@media all and (max-width: 1063px) {
  .items .txt {
    font-size: 18px;
  }
  .campaign_bottom {
    font-size: 22px;
  }
  .items .product_btn .link-detail-item {
    padding: 28px 36px 27px 39px;
    font-size: 18px;
  }
  .campaign_img_wrap img {
    width: 480px;
  }
  .eyeshadow_description .txt {
    font-size: 21px;
  }
  .eye_img .pallette,
  .eyeshadow_description {
    width: 48%;
  }
  .eye_wrap {
    padding-top: 224px;
  }
}
@media all and (max-width: 950px) {
  .product_img img {
    width: 480px;
  }
  .sandhill .product_img img,
  .rosecrush .product_img img {
    top: -29px;    width: calc(640px * 0.7);
  }
  .sandhill .product_img,
  .rosecrush .product_img {
    height: 340px;
  }
  .campaign_bottom {
    font-size: 20px;
  }
  .items .txt,
  .items .price {
    font-size: 17px;
  }
  .items .product_btn .link-detail-item {
    padding: 26px 34px 25px 37px;
    font-size: 17px;
  }
  .ChangeElem_Btn {
    font-size: 36px;
  }
  #product h3,
  .look_top_bg h3,
  .campaign-en {
    font-size: 58px;
  }
  #product h3 .title_sub,
  .look_top_bg h3 span,
  .campaign-ja {
    font-size: 17px;
  }
  .sandhill .product_title_wrap,
  .rosecrush .product_title_wrap {
    padding-top: 0;
    height: 340px;
  }
  .look_top_bg p {
    margin-top: 74px;
    margin-bottom: 58px;
  }
  .look_top_bg {
    height: 255px;
  }
}
@media all and (max-width: 900px) {
  .product_img img {
    width: 430px;
  }
  .sandhill .product_img img,
  .rosecrush .product_img img {
    top: -45px;
  }
  .sandhill .product_img,
  .rosecrush .product_img {
    height: 300px;
  }
  .campaign_bottom {
    font-size: 20px;
  }
  .sandhill .product_title_wrap,
  .rosecrush .product_title_wrap {
    padding-top: 0;
    height: 300px;
  }
  .sandhill .product_title_wrap{
width: 214px;
  }
  .rosecrush .product_title_wrap {

    width: 250px;
  }
  .eye_wrap {
    padding-top: 200px;
  }
  .eyeshadow_description .txt {
    font-size: 20px;
  }
  .ChangeElem_Btn {
    padding-bottom: 33px;
  }
}
@media all and (max-width: 860px) {
  .ChangeElem_Btn {
    width: 350px;
    padding-top: 38px;
  }
  .look_top_bg {
    height: 290px;
    padding-top: 150px;
  }
  .point01_btn {
    margin-right: 20px;
  }
  .look_top_bg h3 {
    margin-bottom: 44px;
  }
  .look_top_bg p {
    margin-top: 104px;
    margin-bottom: 65px;
  }
  .items .txt,
  .items .price {
    font-size: 16px;
  }
  .campaign_up,
  .campaign_bottom {
    font-size: 17px;
  }
  .campaign_bottom {
    margin: auto;
  }
  .campaign_img_wrap img {
    width: 400px;
  }
  .campaign_img_wrap {
    top: -70px;
  }
  .eyes_list {
    max-width: 540px;
  }
}
@media all and (max-width: 800px) {
  .product_img img {
    width: 360px;
  }
  .sandhill .product_img,
  .rosecrush .product_img {
    height: 250px;
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .sandhill .product_img img,
  .rosecrush .product_img img {
    top: -35px;
  }
  .sandhill .product_title_wrap,
  .rosecrush .product_title_wrap {
    padding-top: 0;
    height: 250px;
  }
  .sandhill .product_title,
  .rosecrush .product_title {
    font-size: 46px;
  }
  .sandhill .product_title_small,
  .rosecrush .product_title_small {
    font-size: 18px;
  }
  .product_txt {
    width: 90%;
    margin: 0 auto;
  }
  .sandhill .product_txt_img,
  .rosecrush .product_txt_img {
    max-width: 320px;
  }
  .sandhill .description .txt,
  .rosecrush .description .txt {
    font-size: 16px;
  }
  .sandhill .online_title,
  .rosecrush .online_title {
    margin-bottom: 28px;
  }
  .sandhill .description .price,
  .rosecrush .description .price {
    font-size: 18px;
  }
  .sandhill .link-detail,
  .rosecrush .link-detail {
    padding: 22px 45px 24px 54px;
    font-size: 16px;
  }
  .sandhill .product_txt .description,
  .rosecrush .product_txt .description {
    padding-top: 20px;
  }
  #product {
    margin-top: 70px;
  }
  .sandhill {
    margin-bottom: 190px;
  }
  .rosecrush {
    margin-bottom: 50px;
  }
  #eyeshadow h5,
  .items h5 {
    font-size: 34px;
  }
  .items .img_wrap {
    height: 300px;
    margin-bottom: 28px;
  }
  .mascara_img {
    max-height: 300px;
  }
  .items .txt {
    font-size: 15px;
  }
  .items .price {
    font-size: 14px;
  }
  .item_txt_wrap {
    margin-bottom: 10px;
  }
  .items .product_btn .link-detail-item {
    padding: 24px 32px 23px 35px;
    font-size: 15px;
  }
  .eye_wrap {
    margin-bottom: 120px;
  }
  .items {
    margin-bottom: 80px;
  }
  #campaign {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  #campaign h3 {
    margin-bottom: 34px;
  }
  .campaign_img {
    margin-top: 110px;
    margin-bottom: 120px;
  }
}
@media all and (max-width: 768px) {
  header {
    height: 40px;
    padding-top: 20px;
  }
  header a img {
    width: 80px;
    height: auto;
  }
  .sandhill .product_img,
  .rosecrush .product_img {
    height: 614px;
    width: 64%;
  }
  .rosecrush .product_img {
    margin-right: 0;
    margin-left: auto;
  }
  .sandhill,
  .rosecrush {
    position: relative;
  }
  .sp_img_sh {
    position: absolute;
    top: 50px;
    right: 0;
    width: 80%;
  }
  .sp_img_rc {
    position: absolute;
    top: 50px;
    left: 0;
    width: 80%;
  }
  .sandhill .product_title_wrap,
  .rosecrush .product_title_wrap {
    position: absolute;
    padding: 0;
    top: -143px;
  }
  .rosecrush .product_title_wrap {
    right: 0;
  }
  .sandhill .product_img .product_img_wrap,
  .rosecrush .product_img .product_img_wrap {
    width: 74%;
  }
  .product_txt {
    flex-direction: column;
  }
  .sandhill .product_txt .ph,
  .sandhill .product_txt .description,
  .rosecrush .product_txt .ph,
  .rosecrush .product_txt .description {
    width: 100%;
  }
  .sandhill .product_txt_img,
  .rosecrush .product_txt_img {
    max-width: unset;
    width: 90%;
  }
  .sandhill .palette_btn,
  .rosecrush .palette_btn {
    position: absolute;
    bottom: -40px;
    right: -20px;
  }
  .sandhill .product_txt .description,
  .rosecrush .product_txt .description {
    padding-top: 0;
    margin-top: 60px;
  }
  .sandhill .online_title,
  .rosecrush .online_title {
    margin-bottom: 38px;
  }
  .sandhill .description .txt,
  .rosecrush .description .txt {
    font-size: 18px;
  }
  .sandhill .description .price,
  .rosecrush .description .price {
    font-size: 22px;
  }
  .sandhill .link-detail,
  .rosecrush .link-detail {
    padding: 22px 0 24px 0;
    width: 50%;
  }
  .sandhill {
    margin-bottom: 170px;
  }
  .sandhill .product_img,
  .rosecrush .product_img {
    margin-bottom: 150px;
  }
  .ChangeElem_Btn {
    padding: 36px 0 20px;
    width: 290px;
    font-size: 34px;
  }
  .look_top_bg {
    height: 325px;
    padding-top: 220px;
  }
  .look_top_bg p {
    margin-bottom: 35px;
  }
  .look_top_bg h3 {
    margin-bottom: 50px;
  }
  .box {
    padding-top: 46px;
  }
  .box .look_bg img {
    max-width: none;
    margin-left: 0;
    margin-right: auto;
    width: 88%;
  }
  .box .look_bg {
    margin-bottom: 80px;
  }
  .eye_img {
    flex-direction: column;
    width: 100%;
  }
  #eyeshadow {
    width: 80%;
  }
  .eye_img .pallette,
  .eyeshadow_description {
    width: 100%;
    margin-top: 30px;
  }
  .img_wrap .sp_img {
    margin: 0 auto;
  }
  .eye_up {
    height: 360px;
  }
  .eyeshadow_description .txt .sp_br {
    display: none;
  }
  .eye_wrap {
    padding-top: 280px;
  }
  .eye_description {
    display: flex;
    padding: 26px 0;
    line-height: 2.2;
  }
  .eyes_list {
    max-width: none;
    margin: auto;
  }
  .eye_tips {
    padding-top: 20px;
    padding-bottom: 90px;
  }
  .link-detail-sh,
  .link-detail-rc,
  .link-detail-item {
    padding: 22px 0 24px 0;
    width: 50%;
  }
  .items {
    flex-direction: column;
  }
  .items .txt {
    font-size: 20px;
  }
  .items .price {
    font-size: 18px;
    margin-bottom: 26px;
  }
  .items section {
    position: relative;
    margin-bottom: 60px;
  }
  .item_bg {
    width: 100%;
    position: absolute;
    bottom: 34px;
    z-index: -1;
  }
  #mascara .item_bg {
    height: 270px;
  }
  #base .item_bg {
    height: 230px;
  }
  #lip .item_bg {
    height: 250px;
  }
  .product_list01 .item_bg {
    background-color: #f8e9e0;
  }
  .product_list02 .item_bg {
    background-color: #fce8e4;
  }
  .pc_br {
    display: none;
  }
  .item_txt_wrap {
    height: unset;
    margin-bottom: 12px;
  }
  .campaign_img {
    margin: 120px auto 200px;
    width: 80%;
  }
  .campaign_img_wrap {
    flex-direction: column;
    width: 100%;
  }
  .campaign_bottom {
    width: 100%;
  }
  .campaign_img_wrap img {
    margin: 0 auto 26px;
  }
  .campaign-en {
    margin-bottom: 14px;
  }
  .ChangeElem_Btn_sh span,
  .ChangeElem_Btn_rc span {
    font-size: 21px;
  }
  .ChangeElem_Btn .sp_br {
    display: none;
  }
  .ChangeElem_Btn span {
    display: block;
    margin-top: 8px;
  }
}
@media all and (max-width: 667px) {
  .eye_img .pallette,
  .eyeshadow_description {
    width: 90%;
  }
  .eye_up {
    height: 320px;
  }
  .sandhill .product_img,
  .rosecrush .product_img {
    height: 533px;
  }
}
@media all and (max-width: 568px) {
  .sandhill .product_img,
  .rosecrush .product_img {
    height: 454px;
  }
  .sandhill .product_txt .ph,
  .sandhill .product_txt .description,
  .rosecrush .product_txt .ph,
  .rosecrush .product_txt .description {
    width: 90%;
    margin: 0 auto 60px;
  }
  .sandhill .link-detail,
  .rosecrush .link-detail,
  .link-detail-sh,
  .link-detail-rc,
  .link-detail-item {
    padding: 22px 0 24px 0;
    width: 70%;
  }
  .items .product_btn .link-detail-item {
    width: 50%;
  }
  .look_top_bg {
    padding-top: 175px;
    height: 305px;
  }
  .look_top_bg h3 {
    margin-bottom: 40px;
  }
  .ChangeElem_Btn {
    width: 240px;
    padding: 32px 0 20px;
    font-size: 28px;
  }
  .point01_btn {
    margin-right: 20px;
  }
  .eye_up {
    height: 260px;
  }
  .eye_wrap {
    margin-bottom: 90px;
  }
}
@media all and (max-width: 414px) {
  header {
    height: 40px;
    padding: 10px 0 0;
  }
  header a img {
    width: 60px;
    height: auto;
  }
  #product h3,
  .campaign-en {
    font-size: 45px;
    margin-bottom: 8px;
    width: 60%;
    height: 60px;
  }
  .look_top_bg h3 {
    font-size: 40px;
    margin-bottom: 38px;
  }
  #product h3 .title_sub {
    font-size: 15px;
  }
  .campaign-ja {
    font-size: 14px;
  }
  .look_top_bg h3 span {
    margin-top: 10px;
    font-size: 14px;
  }
  .sandhill .product_title,
  .rosecrush .product_title {
    font-size: 30px;
    white-space: nowrap;
  }
  .sandhill .product_title_small,
  .rosecrush .product_title_small {
    font-size: 12px;
  }
  .sandhill .product_title_wrap {
    top: -137px;
    width: 163px;
  }
  .rosecrush .product_title_wrap {
    top: -137px;
    width: 185px;
  }
  .sandhill .product_img,
  .rosecrush .product_img {
    height: 331px;
    margin-top: 90px;
    margin-bottom: 120px;
  }
  #product {
    margin-top: 60px;
  }
  .palette_btn a img {
    max-width: 70%;
  }
  .sandhill .palette_btn,
  .rosecrush .palette_btn {
    position: absolute;
    bottom: -36px;
    right: -30px;
  }
  .sandhill .online_title,
  .rosecrush .online_title {
    margin-bottom: 34px;
  }
  .sandhill {
    margin-bottom: 0;
  }
  .rosecrush .product_img {
    height: 331px;
    margin-top: 30px;
    margin-bottom: 120px;
  }
  .sandhill .description .txt,
  .rosecrush .description .txt {
    font-size: 16px;
  }
  .sandhill .description .price,
  .rosecrush .description .price {
    font-size: 18px;
  }
  .sandhill .link-detail,
  .rosecrush .link-detail,
  .link-detail-sh,
  .link-detail-rc,
  .link-detail-item {
    width: 80%;
  }
  .look_top_bg p {
    font-size: 15px;
    margin-top: 94px;
    margin-bottom: 36px;
  }
  .ChangeElem_Btn {
    width: 170px;
    padding: 21px 0 20px;
    font-size: 21px;
  }
  .ChangeElem_Btn_sh span,
  .ChangeElem_Btn_rc span {
    font-size: 12px;
    margin-top: 3px;
  }
  .look_top_bg {
    padding-top: 115px;
    height: 224px;
  }
  #eyeshadow h5,
  .items h5 {
    font-size: 22px;
  }
  .box .look_bg {
    margin-bottom: 50px;
  }
  #eyeshadow h5 {
    margin-bottom: 0;
  }
  .eye_up {
    height: 250px;
  }
  .eye_img .pallette {
    margin-top: 25px;
  }
  .eye_wrap {
    padding-top: 170px;
  }
  .eyeshadow_description .txt {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .eyeshadow_description .price {
    font-size: 15px;
  }
  .eyeshadow_description {
    margin-top: 24px;
  }
  #eyeshadow {
    width: 86%;
  }
  .eye_description {
    font-size: 14px;
  }
  .eyes_list {
    padding-left: 8px;
  }
  .eye_tips {
    font-size: 15px;
    padding-bottom: 72px;
  }
  .link-detail-sh,
  .link-detail-rc {
    font-size: 16px;
  }

  .br_414 {
    display: block;
  }
  .items .txt {
    font-size: 16px;
  }
  .items .price {
    font-size: 15px;
  }
  #mascara .item_bg {
    height: 250px;
  }
  .items .product_btn .link-detail-item {
    font-size: 16px;
  }
  #lip .item_bg {
    height: 230px;
  }
  .items {
    margin-bottom: 20px;
  }
  #campaign {
    padding-top: 50px;
    padding-bottom: 35px;
  }
  .campaign_up {
    font-size: 14px;
  }
  .campaign_img {
    margin: 100px auto 160px;
    width: 80%;
    height: 135px;
  }
  .campaign_img_wrap {
    width: 90%;
  }
  .campaign_bottom {
    font-size: 15px;
  }
  .campaign_img_wrap img {
    margin: 0 auto 22px;
  }
  .note {
    font-size: 11px;
  }
  p.eye_tips_description {
    padding-left: 8px;
  }
  #base .item_bg {
    height: 220px;
  }
}

@media all and (max-width: 375px) {
  .sandhill .product_img,
  .rosecrush .product_img {
    height: 300px;
  }
  .ChangeElem_Btn {
    width: 160px;
  }
  .point01_btn {
    margin-right: 16px;
  }
  .eye_up {
    height: 230px;
  }
  .br_375 {
    display: block;
  }
  .items .img_wrap {
    height: 300px;
    margin-bottom: 18px;
  }
  #mascara .item_bg {
    height: 235px;
  }
  #base .item_bg {
    height: 190px;
  }
  #lip .item_bg {
    height: 204px;
  }
}
@media all and (max-width: 320px) {
  .sandhill .product_img,
  .rosecrush .product_img {
    height: 256px;
  }
  .sp_img_sh {
    top: 36px;
  }
  .sandhill .product_title,
  .rosecrush .product_title {
    font-size: 27px;
    white-space: nowrap;
  }
  .sandhill .product_title_small,
  .rosecrush .product_title_small {
    font-size: 11px;
  }
  .look_top_bg h3 {
    font-size: 33px;
    margin-bottom: 38px;
  }
  .look_top_bg {
    padding-top: 96px;
    height: 199px;
  }
  .look_top_bg h3 span {
    font-size: 13px;
  }
  .look_top_bg h3 {
    margin-bottom: 28px;
  }
  .ChangeElem_Btn {
    width: 134px;
    padding: 20px 0 13px;
    font-size: 19px;
  }
  .ChangeElem_Btn_sh span,
  .ChangeElem_Btn_rc span {
    margin-top: 3px;
  }
  .eye_up {
    height: 200px;
  }
  .eye_description {
    font-size: 12px;
  }
  .eye_tips {
    font-size: 14px;
    padding-bottom: 60px;
  }
  .br_320 {
    display: block;
  }
  .items .product_btn .link-detail-item {
    width: 55%;
  }
  .point01_btn {
    margin-right: 12px;
  }
  #base .item_bg {
    height: 210px;
  }
  .campaign_img {
    height: 95px;
    margin-top: 50px;
  }
  .campaign_img_wrap {
    top: -30px;
  }
  .campaign-en {
    font-size: 42px;
  }
  .campaign_bottom {
    font-size: 14px;
  }
  .campaign_img_wrap img {
    margin: 0 auto 16px;
  }
}
@media all and (min-width: 861px) {
  .ChangeElem_Btn span {
    margin-left: 18px;
  }
}
#palette_sh,
#palette_rc {
  padding-top: 180px;
  margin-top: -180px;
}
@media all and (max-width: 768px) {
  #palette_sh,
  #palette_rc {
    padding-top: 150px;
    margin-top: -150px;
  }
}
@media all and (max-width: 414px) {
  #palette_sh,
  #palette_rc {
    padding-top: 120px;
    margin-top: -120px;
  }
}
.sandhill .link-detail:hover {
  color: #fff;
  border: 3px solid #cb7932;
  background: #cb7932;
}
.rosecrush .link-detail:hover {
  color: #fff;
  border: 3px solid #ff6c65;
  background: #ff6c65;
}
.link-detail-sh:hover {
  color: #fff;
  border: 3px solid #cb7932;
  background: #cb7932;
}

.items .product_btn .link-detail-item:hover {
  color: #fff;
  border: 3px solid #cb7932;
  background: #cb7932;
}
.link-detail-rc:hover {
  color: #fff;
  border: 3px solid #ff6c65;
  background: #ff6c65;
}

.product_list02 .items .product_btn .link-detail-item:hover {
  color: #fff;
  border: 3px solid #ff6c65;
  background: #ff6c65;
}
@media all and (max-width: 768px) {
  .box .product_list02 .look_bg img {
    margin-left: auto;
    margin-right: 0;
  }
}

.slick01 li {
  outline: none;
}
p.eye_tips_description {
  font-weight: 500;
}

@media all and (-ms-high-contrast: none) {
  .slick-dots {
    right: -540px !important;
  }
  div.img_wrap {
    align-items: center;
  }
  .lip_img {
    width: 100%;
    max-width: 229px;
  }
  .base_img {
    width: 100%;
    max-width: 255px;
  }
}

.product_title_img {
  background-image: url(../img/pc/product_title.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 363px;
  height: 95px;
  margin: 0 auto;
}
.sandhill_title_img {
  background-image: url(../img/pc/sandhill_title.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 243px;
  height: 70px;
  text-align: left;
  display: block;
  margin: 0 auto 0 0;
}
.rosecrush_title_img {
  background-image: url(../img/pc/rosecrush_title.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 300px;
  height: 70px;
  text-align: right;
  display: block;
  margin: 0 0 0 auto;
}
.sanhillLook_img {
  background-image: url(../img/pc/sandhillLook.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 335px 32px;
  width: 445px;
  height: 96px;
  margin: 0 auto;
}
.rosecrushLook_img {
  background-image: url(../img/pc/rosecrushLook.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 382px 31px;
  width: 445px;
  height: 96px;
  margin: 0 auto;
}
.campaign_title_img {
  background-image: url(../img/pc/campaign_title.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 416px;
  height: 95px;
  margin: 0 auto;
}
/*  */
.sh_cheek_img {
  background-image: url(../img/pc/sh_cheek.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 462px;
  height: 31px;
  margin: 0 auto;
}
.rc_cheek_img {
  background-image: url(../img/pc/rc_cheek.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 462px;
  height: 31px;
  margin: 0 auto;
}
.sh_mascara_img {
  background-image: url(../img/pc/sh_mascara.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 207px;
  height: 29px;
  margin: 0 auto;
}
.sh_base_img {
  background-image: url(../img/pc/sh_base.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 103px;
  height: 29px;
  margin: 0 auto;
}
.sh_lip_img {
  background-image: url(../img/pc/sh_lip.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 56px;
  height: 27px;
  margin: 0 auto;
}
.rc_mascara_img {
  background-image: url(../img/pc/rc_mascara.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 207px;
  height: 29px;
  margin: 0 auto;
}
.rc_base_img {
  background-image: url(../img/pc/rc_base.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 103px;
  height: 29px;
  margin: 0 auto;
}
.rc_lip_img {
  background-image: url(../img/pc/rc_lip.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 56px;
  height: 27px;
  margin: 0 auto;
}
/*  */

@media all and (max-width: 968px) {
  .sanhillLook_img,
  .rosecrushLook_img {
    width: 400px;
  }
  .point01_btn {
    margin-right: 20px;
  }
}
@media all and (max-width: 768px) {
  .sanhillLook_img {
    background-image: url(../img/sp/sandhillLook.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 223px 68px;
    width: 334px;
    height: 151px;
    margin: 0 auto;
  }
  .rosecrushLook_img {
    background-image: url(../img/sp/rosecrushLook.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 276px 67px;
    width: 334px;
    height: 151px;
    margin: 0 auto;
  }
  .look_top_bg {
    height: 313px;
  }
}
@media all and (max-width: 667px) {
  .sanhillLook_img {
    background-image: url(../img/sp/sandhillLook.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-size: calc(223px * 0.8) calc(68px * 0.8);
    width: calc(334px * 0.8);
    height: calc(151px * 0.8);
    margin: 0 auto;
  }
  .rosecrushLook_img {
    background-image: url(../img/sp/rosecrushLook.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-size: calc(276px * 0.8) calc(67px * 0.8);
    width: calc(334px * 0.8);
    height: calc(151px * 0.8);
    margin: 0 auto;
  }
  .look_top_bg {
    height: 286px;
  }
}
@media all and (max-width: 568px) {
  .sanhillLook_img {
    background-image: url(../img/sp/sandhillLook.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-size: calc(223px * 0.7) calc(68px * 0.7);
    width: calc(334px * 0.7);
    height: calc(151px * 0.7);
    margin: 0 auto;
  }
  .rosecrushLook_img {
    background-image: url(../img/sp/rosecrushLook.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-size: calc(276px * 0.7) calc(67px * 0.7);
    width: calc(334px * 0.7);
    height: calc(151px * 0.7);
    margin: 0 auto;
  }
  .look_top_bg {
    height: 273px;
  }
  .sh_cheek_img,
  .rc_cheek_img {
    width: calc(462px * 0.8);
  }
  .sh_mascara_img {
    width: calc(207px * 0.8);
  }
  .sh_base_img {
    width: calc(103px * 0.8);
  }
  .sh_lip_img {
    width: calc(56px * 0.8);
  }
  .rc_mascara_img {
    width: calc(207px * 0.8);
  }
  .rc_base_img {
    width: calc(103px * 0.8);
  }
  .rc_lip_img {
    width: calc(56px * 0.8);
  }
}
@media all and (max-width: 414px) {
  .sanhillLook_img {
    background-image: url(../img/sp/sandhillLook.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-size: calc(223px * 0.5) calc(68px * 0.5);
    width: calc(334px * 0.5);
    height: calc(151px * 0.5);
    margin: 0 auto;
  }
  .rosecrushLook_img {
    background-image: url(../img/sp/rosecrushLook.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-size: calc(276px * 0.5) calc(67px * 0.5);
    width: calc(334px * 0.5);
    height: calc(151px * 0.5);
    margin: 0 auto;
  }
  .look_top_bg {
    height: 227px;
  }
  .campaign_title_img {
    width: 65%;
    display: block;
    margin: 0 auto;
  }
  .sh_cheek_img,
  .rc_cheek_img {
    width: calc(462px * 0.7);
  }
  .sh_mascara_img {
    width: calc(207px * 0.7);
  }
  .sh_base_img {
    width: calc(103px * 0.7);
  }
  .sh_lip_img {
    width: calc(56px * 0.7);
  }
  .rc_mascara_img {
    width: calc(207px * 0.7);
  }
  .rc_base_img {
    width: calc(103px * 0.7);
  }
  .rc_lip_img {
    width: calc(56px * 0.7);
  }
}
@media all and (max-width: 320px) {
  .sandhill .product_title_wrap {
    width: 133px;
  }
  .rosecrush .product_title_wrap {
    height: 250px;
  }
  .sanhillLook_img {
    background-image: url(../img/sp/sandhillLook.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-size: calc(223px * 0.4) calc(68px * 0.4);
    width: calc(334px * 0.4);
    height: calc(151px * 0.4);
    margin: 0 auto;
  }
  .rosecrushLook_img {
    background-image: url(../img/sp/rosecrushLook.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-size: calc(276px * 0.4) calc(67px * 0.4);
    width: calc(334px * 0.4);
    height: calc(151px * 0.4);
    margin: 0 auto;
  }
  .look_top_bg {
    height: 211px;
  }
  .campaign_title_img {
    width: 65%;
  }
  #campaign h3 {
    margin-bottom: 0;
  }.sh_cheek_img,
  .rc_cheek_img {
    width: calc(462px * 0.6);
  }
  .sh_mascara_img {
    width: calc(207px * 0.6);
  }
  .sh_base_img {
    width: calc(103px * 0.6);
  }
  .sh_lip_img {
    width: calc(56px * 0.6);
  }
  .rc_mascara_img {
    width: calc(207px * 0.6);
  }
  .rc_base_img {
    width: calc(103px * 0.6);
  }
  .rc_lip_img {
    width: calc(56px * 0.6);
  }
}
