@charset "UTF-8";
/*------------------------------
media query
------------------------------*/
/*------------------------------
変数の定義
--------------------------------*/
.img_wrap {
  margin: auto;
}

img {
  margin: auto;
  width: 100%;
  display: block;
}

a {
  display: inline-block;
  color: #000;
}

/*----------------------------------
FV
----------------------------------*/
.wrapper {
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .wrapper {
    min-width: 768px;
  }
}

main {
  text-align: center;
}
@media screen and (min-width: 769px) {
  main {
    background: linear-gradient(0deg, rgba(241, 190, 213, 0.4) 0%, rgba(234, 104, 162, 0.4) 100%);
    background-attachment: fixed;
  }
}
main .pc_bg_logo {
  position: fixed;
  width: 260px;
  left: 20px;
  bottom: 20px;
  transition: opacity 0.1s ease-out;
  z-index: 1;
}
main .pc_bg_logo.hidden {
  opacity: 0;
}

.page_content {
  max-width: 768px;
  width: 100%;
  margin: auto;
  background-color: #fff;
  z-index: 2;
  position: relative;
}

.big_txt {
  font-size: clamp(16px, 3.64vw, 28px);
  font-weight: 500;
  line-height: 1.5;
  display: block;
}

.middle_txt {
  font-size: clamp(14px, 3.12vw, 24px);
  font-weight: 500;
  line-height: 1.5;
  display: block;
}

.small_txt {
  font-size: clamp(12px, 2.6vw, 20px);
  font-weight: 500;
  line-height: 1.5;
  display: block;
}

.ttl_font {
  font-size: clamp(20px, 4.16vw, 32px);
  font-weight: 700;
}

.pink {
  color: #dd0066;
}

@media screen and (min-width: 450px) {
  .sm_view {
    display: none;
  }
}

.pink_btn {
  position: relative;
  width: 80%;
  max-width: 600px;
  background-color: white;
  font-size: clamp(15px, 3.9vw, 30px);
  font-weight: 700;
  color: #dd0066;
  border: 3px solid #dd0066;
  box-shadow: 0 7px 0 #dd0066;
  border-radius: 1px;
  padding: 3.9vw 0;
  display: inline-block;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .pink_btn {
    padding: 30px 0;
  }
}
.pink_btn::before {
  position: absolute;
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #dd0066;
  font-size: clamp(16px, 3.9vw, 30px);
  top: 50%;
  transform: translate(0%, -50%);
  right: 3.9vw;
  transition: all 0.4s ease-out;
}
@media screen and (min-width: 769px) {
  .pink_btn::before {
    right: 20px;
  }
}
.pink_btn:hover {
  background-color: white;
  color: #dd0066;
  transform: translateY(0px);
  box-shadow: 0 7px 0 #dd0066;
}
@media screen and (min-width: 769px) {
  .pink_btn:hover {
    background-color: #dd0066;
    color: white;
    transform: translateY(7px);
    box-shadow: 0 0 0 #dd0066;
  }
}
.pink_btn:hover::before {
  color: #dd0066;
}
@media screen and (min-width: 769px) {
  .pink_btn:hover::before {
    color: white;
  }
}

/*------------------------------
ファーストビュー
------------------------------*/
.fv_area {
  background-color: #000;
}
.fv_area .movie_wrap {
  width: 100%;
}
.fv_area .movie_wrap video {
  width: 100%;
  display: block;
}
.fv_area .img_wrap {
  width: 100%;
}

/*------------------------------
ページ内リンク
------------------------------*/
.page_link_area ul {
  display: flex;
}
.page_link_area ul li {
  width: 33.33%;
  border: 3px solid #fff;
  position: relative;
}
.page_link_area ul li:nth-of-type(1) {
  border-right: none;
}
.page_link_area ul li:nth-of-type(2) {
  border-right: none;
}
.page_link_area ul li a {
  background-color: #ff78ad;
  font-weight: 500;
  font-size: clamp(12px, 3.13vw, 24px);
  width: 100%;
  height: 13.02vw;
  min-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.page_link_area ul li a:hover {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .page_link_area ul li a {
    height: 100px;
  }
  .page_link_area ul li a:hover {
    opacity: 0.6;
  }
}
.page_link_area ul li:nth-of-type(3) a {
  font-size: clamp(12px, 2.34vw, 20px);
}
.page_link_area ul li::after {
  font: var(--fa-font-solid);
  content: "\f107";
  position: absolute;
  bottom: 5px;
  color: #fff;
  font-size: 12px;
}

/*------------------------------
RIIZE カールフィックスマスカラのキーヴィジュアル　スライダー
------------------------------*/
.new_mascara_kv_swiper {
  background-color: #000;
  padding: 60px 0 20px;
}
.new_mascara_kv_swiper .swiper {
  width: 80%;
  margin: auto;
}
.new_mascara_kv_swiper .swiper-pagination {
  position: relative;
  margin-top: 10px;
  left: 50%;
}
.new_mascara_kv_swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  opacity: 1;
  margin-right: 10px;
  background-color: #000;
  border: 1px solid #ff78ad;
}
.new_mascara_kv_swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff78ad;
}

/*------------------------------
商品情報
------------------------------*/
#product_info p {
  color: #000;
}
#product_info .point01 h3, #product_info .point02 h3, #product_info .point03 h3 {
  width: 28.65vw;
  margin: 0 auto 10px;
}
@media screen and (min-width: 769px) {
  #product_info .point01 h3, #product_info .point02 h3, #product_info .point03 h3 {
    width: 220px;
  }
}
#product_info .point01 p, #product_info .point02 p, #product_info .point03 p {
  letter-spacing: -0.03em;
  width: 90%;
  margin: auto;
}
#product_info .point01 .catch_txt, #product_info .point02 .catch_txt, #product_info .point03 .catch_txt {
  color: #ff0067;
  font-size: clamp(16px, 4.17vw, 32px);
  margin-bottom: 30px;
}
#product_info .point01 .black, #product_info .point02 .black, #product_info .point03 .black {
  font-weight: 800;
}
#product_info .point01 .strong, #product_info .point02 .strong, #product_info .point03 .strong {
  font-size: clamp(16px, 4.17vw, 32px);
  font-weight: 600;
}
#product_info .point01 .strong .pink, #product_info .point02 .strong .pink, #product_info .point03 .strong .pink {
  color: #ff0067;
}
#product_info .point01 .usually, #product_info .point02 .usually, #product_info .point03 .usually {
  font-size: clamp(14px, 3.65vw, 28px);
  font-weight: 500;
}
#product_info .point01 .note, #product_info .point02 .note, #product_info .point03 .note {
  font-weight: 500;
  text-align: right;
  font-size: clamp(10px, 2.6vw, 20px);
  margin-top: 20px;
}
#product_info .gray_bg {
  background-color: #e7e3e4;
  padding: 40px 0;
}
#product_info .point01 {
  margin-top: 60px;
}
#product_info .point01 .point01_ph {
  width: 90%;
  margin: 0 auto 30px;
}
#product_info .point02 {
  margin-top: 40px;
}
#product_info .point02 .point02_ph {
  width: 80%;
  margin: 0 auto 10px;
}
#product_info .point03 {
  margin-top: 60px;
  margin-bottom: 40px;
}
#product_info .point03 .point03_ph_01 {
  width: 80%;
  margin: 20px auto;
}
#product_info .point03 .point03_ph_02 {
  width: 90%;
  margin: 20px auto 0;
}
#product_info .tip {
  background-color: #f2f2f2;
  padding: 40px 0;
}
#product_info .tip h3 {
  width: 90%;
  margin: auto;
}
#product_info .tip .tip_ph {
  margin: 20px auto;
}
#product_info .tip .ttl {
  width: 13.54vw;
  min-width: 60px;
  margin: auto auto auto 0;
}
@media screen and (min-width: 769px) {
  #product_info .tip .ttl {
    width: 104px;
  }
}
#product_info .tip .b_txt {
  font-size: clamp(16px, 4.17vw, 32px);
  text-align: left;
  margin: 10px auto;
}
#product_info .tip .txt {
  font-size: clamp(14px, 3.65vw, 28px);
  font-weight: 500;
  text-align: left;
}
#product_info .tip .tip01, #product_info .tip .tip02, #product_info .tip .tip03, #product_info .tip .tip04 {
  width: 90%;
  margin: 0 auto 40px;
}
#product_info .mascara_info {
  margin: 60px auto;
}
#product_info .mascara_info img {
  width: 80%;
  margin: auto;
}
#product_info .mascara_info .name, #product_info .mascara_info .price {
  font-size: clamp(16px, 3.64vw, 28px);
  font-weight: 500;
}
#product_info .mascara_info .name {
  margin: 20px auto 10px;
}

/*------------------------------
取り扱い店舗
------------------------------*/
#stores {
  background-color: #ffebef;
  padding-bottom: 60px;
}
#stores h2 {
  margin: auto auto 40px;
}
#stores h3 {
  font-size: clamp(16px, 4.17vw, 32px);
  width: 90%;
  margin: auto;
  position: relative;
  color: #000;
}
#stores h3::before {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(50% - 3em);
  background-color: #000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#stores h3::after {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(50% - 3em);
  background-color: #000;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#stores .online .link_list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
#stores .online .link_list li {
  width: 50%;
  position: relative;
}
#stores .online .link_list li a {
  background-color: #dd0066;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 13.02vw;
  font-size: clamp(12px, 3.13vw, 24px);
  font-weight: 500;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}
#stores .online .link_list li a:hover {
  background-color: #dd0066;
  color: #fff;
}
#stores .online .link_list li a .f_80 {
  display: contents;
}
@media screen and (min-width: 769px) {
  #stores .online .link_list li a {
    height: 100px;
  }
  #stores .online .link_list li a:hover {
    background-color: #fff;
    color: #dd0066;
  }
  #stores .online .link_list li a:hover::after {
    color: #dd0066;
  }
}
#stores .online .link_list li a::after {
  font: var(--fa-font-solid);
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  #stores .online .link_list li a::after {
    font-size: 18px;
  }
}
#stores .online .link_list li:nth-of-type(1), #stores .online .link_list li:nth-of-type(3) {
  position: relative;
}
#stores .online .link_list li:nth-of-type(1)::before, #stores .online .link_list li:nth-of-type(3)::before {
  z-index: 2;
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  top: 0;
  right: 0;
}
#stores .online .link_list li:nth-of-type(3), #stores .online .link_list li:nth-of-type(4) {
  position: relative;
}
#stores .online .link_list li:nth-of-type(3)::after, #stores .online .link_list li:nth-of-type(4)::after {
  z-index: 2;
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  top: 0;
  right: 0;
}
@media screen and (min-width: 769px) {
  #stores .online .link_list li:hover {
    background-color: #fff;
    color: #dd0066;
  }
  #stores .online .link_list li:hover::after {
    color: #dd0066;
  }
}
#stores .real_store {
  margin-top: 40px;
}
#stores .real_store h3::before {
  width: calc(50% - 1.5em);
}
#stores .real_store h3::after {
  width: calc(50% - 1.5em);
}
#stores .real_store .store_logo_wrap {
  background-color: #fff;
  display: flex;
  margin: 30px auto;
}
#stores .real_store .store_logo_wrap .store_logo {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: auto;
}
#stores .real_store .store_logo_wrap .store_logo img {
  width: 45%;
}
#stores .real_store .btn {
  position: relative;
  width: 80%;
  max-width: 600px;
  background-color: #dd0066;
  font-size: clamp(16px, 3.64vw, 28px);
  font-weight: 500;
  color: #fff;
  height: 13.02vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
  cursor: pointer;
  transition: 0.3s;
}
#stores .real_store .btn:hover {
  background-color: #dd0066;
  color: #fff;
}
#stores .real_store .btn::after {
  font: var(--fa-font-solid);
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  #stores .real_store .btn::after {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  #stores .real_store .btn {
    height: 100px;
  }
  #stores .real_store .btn:hover {
    background-color: #fff;
    color: #dd0066;
  }
  #stores .real_store .btn:hover::after {
    color: #dd0066;
  }
}

/*----------------------------------
モーダル
----------------------------------*/
.screen {
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 20000;
}

.close_wrap {
  position: absolute;
  right: 0;
}

.close {
  cursor: pointer;
  right: 0;
  z-index: 20001;
  margin-left: 0;
  width: 50px;
  height: 50px;
  background-color: #dd0066;
  position: relative;
}
.close::after, .close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px; /* 棒の幅（太さ） */
  height: 30px; /* 棒の高さ */
  background: #fff;
}
.close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/*モーダルの高さ*/
.showbox {
  width: 100%;
  background-color: #fff;
  display: none;
  position: fixed;
  margin: auto;
  z-index: 20001;
}

.showbox .show_inner {
  width: 90%;
  max-width: 768px;
  background-color: #fff;
  position: fixed;
  top: 5vh;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 20001;
  text-align: center;
  overflow-y: scroll;
  height: 80vh;
  box-sizing: border-box;
  word-wrap: break-word;
}
.showbox .show_inner .stores_list {
  padding: 60px 0 40px;
  width: 90%;
  margin: auto;
  /*アコーディオン*/
}
.showbox .show_inner .stores_list li {
  padding: 5px 0;
  text-align: left;
}
.showbox .show_inner .stores_list .toggle {
  display: none;
}
.showbox .show_inner .stores_list .Label { /*タイトル*/
  padding: 1em;
  display: block;
  color: #fff;
  background: #ff78ad;
}
.showbox .show_inner .stores_list .Label::before { /*タイトル横の矢印*/
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(135deg);
}
.showbox .show_inner .stores_list .Label,
.showbox .show_inner .stores_list .content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.showbox .show_inner .stores_list .content { /*本文*/
  height: 0;
  padding: 0 20px;
  overflow: hidden;
}
.showbox .show_inner .stores_list .content .store_name {
  font-weight: 400;
  padding: 10px 0 10px;
  border-bottom: 1px solid #ebebeb;
}
.showbox .show_inner .stores_list .content .store_name:first-child {
  padding: 0 0 10px;
}
.showbox .show_inner .stores_list .toggle:checked + .Label + .content { /*開閉時*/
  height: auto;
  padding: 20px;
  transition: all 0.3s;
}
.showbox .show_inner .stores_list .toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
}

#information {
  background-color: #000;
  padding: 60px 0 40px;
  position: relative;
}
@media screen and (min-width: 769px) {
  #information {
    padding: 80px 0 60px;
  }
}
#information h2 {
  width: 80%;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: calc(60px - 5%);
}
@media screen and (min-width: 769px) {
  #information h2 {
    top: 45px;
    margin: 0 auto 40px;
  }
}
#information .attention {
  background-color: #000;
  border-radius: 0;
  border: 2px solid #fff;
  width: 90%;
  margin: auto;
  padding: 7.81vw 0 5.2vw;
}
@media screen and (min-width: 769px) {
  #information .attention {
    padding: 60px 0 40px;
  }
}
#information .attention h3 {
  width: 47.52vw;
  max-width: 366px;
  margin: auto;
  color: #ff77ad;
  font-size: clamp(16px, 4.17vw, 32px);
  font-weight: 700;
}
#information .attention .big_txt {
  margin: 3.9vw 0 5.2vw;
  color: #fff;
  padding: 0 5px;
}
@media screen and (min-width: 769px) {
  #information .attention .big_txt {
    margin: 30px 0 40px;
  }
}
#information .attention .icon_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.9vw;
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  #information .attention .icon_wrap {
    gap: 30px;
  }
}
#information .attention .icon_wrap a:hover {
  opacity: 0.7;
}

#about_riize {
  padding-bottom: 10.41vw;
  background-color: white;
}
@media screen and (min-width: 769px) {
  #about_riize {
    padding-bottom: 85px;
  }
}
#about_riize h2 {
  padding: 7.81vw 0 5.2vw;
  margin: auto;
  width: 28.64vw;
  max-width: 220px;
}
@media screen and (min-width: 769px) {
  #about_riize h2 {
    padding: 60px 0 40px;
  }
}
#about_riize h3 {
  font-size: clamp(16px, 4.17vw, 32px);
  font-weight: 700;
  background-color: #000;
  color: #fff;
  padding: 10px 0;
  letter-spacing: 0.1em;
}
#about_riize .middle_txt {
  width: 90%;
  margin: 40px auto;
  text-align: left;
}

/*----------------------------------
アイテムアーカイブ
----------------------------------*/
#item_archive .item_kv {
  padding: 9.11vw 0 5.2vw;
  background-image: url(../img/item_archive/bg_slider.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
@media screen and (min-width: 769px) {
  #item_archive .item_kv {
    padding: 70px 0 40px;
  }
}
#item_archive h2 {
  width: 68.61vw;
  max-width: 527px;
  margin: 0 auto 2.6vw;
}
@media screen and (min-width: 769px) {
  #item_archive h2 {
    margin: 0 auto 30px;
  }
}
#item_archive .swiper-pagination {
  position: relative;
  margin-top: 10px;
  left: 50%;
  transform: translatex(-50%);
}
#item_archive .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  opacity: 1;
  margin-right: 10px;
  background-color: #faedef;
  border: 1px solid #dd0066;
}
#item_archive .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #dd0066;
}
#item_archive .item_page_link {
  background-color: #ffe5f0;
}
#item_archive .item_page_link ul {
  padding: 40px 0;
}
@media screen and (min-width: 769px) {
  #item_archive .item_page_link ul {
    padding: 60px 0;
  }
}
#item_archive .item_page_link ul li {
  margin-bottom: 30px;
}
#item_archive .item_page_link ul li:last-of-type {
  margin-bottom: 0;
}
#item_archive .item_page_link ul li a::before {
  content: "\f13a";
}
@media screen and (max-width: 349px) {
  #item_archive .item_page_link ul li a {
    font-size: 12px;
  }
}
#item_archive .item_page_link ul .comming_soon a {
  pointer-events: none;
}
#item_archive .item_page_link ul .comming_soon a::before {
  display: none;
}
#item_archive #jelly_pang {
  background-color: #fef6e4;
  padding: 7.81vw 0 10.42vw;
}
@media screen and (min-width: 769px) {
  #item_archive #jelly_pang {
    padding: 80px 0;
  }
}
#item_archive #jelly_pang .swiper-pagination {
  position: relative;
  margin-top: 10px;
  left: 50%;
  transform: translatex(-50%);
}
#item_archive #jelly_pang .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  opacity: 1;
  margin-right: 10px;
  background-color: #faedef;
  border: 1px solid #dd0066;
}
#item_archive #jelly_pang .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #dd0066;
}
#item_archive #jelly_pang .jp_eyes, #item_archive #jelly_pang .jp_tint, #item_archive #jelly_pang .jp_lookat {
  margin-top: 10.42vw;
}
@media screen and (min-width: 769px) {
  #item_archive #jelly_pang .jp_eyes, #item_archive #jelly_pang .jp_tint, #item_archive #jelly_pang .jp_lookat {
    margin-top: 80px;
  }
}
#item_archive #jelly_pang .jp_eyes img, #item_archive #jelly_pang .jp_tint img, #item_archive #jelly_pang .jp_lookat img {
  width: 80%;
  margin: auto auto 4.55vw;
}
@media screen and (min-width: 769px) {
  #item_archive #jelly_pang .jp_eyes img, #item_archive #jelly_pang .jp_tint img, #item_archive #jelly_pang .jp_lookat img {
    margin: auto auto 40px;
  }
}
#item_archive #jelly_pang .jp_eyes .big_txt, #item_archive #jelly_pang .jp_tint .big_txt, #item_archive #jelly_pang .jp_lookat .big_txt {
  margin-bottom: 4.55vw;
}
@media screen and (min-width: 769px) {
  #item_archive #jelly_pang .jp_eyes .big_txt, #item_archive #jelly_pang .jp_tint .big_txt, #item_archive #jelly_pang .jp_lookat .big_txt {
    margin-bottom: 40px;
  }
}
#item_archive .item_kv_wrap {
  background-image: url(../img/common/bg_tint.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 7.81vw 0;
}
@media screen and (min-width: 769px) {
  #item_archive .item_kv_wrap {
    padding: 60px 0;
  }
}
#item_archive .item_kv_wrap .img_wrap {
  width: 80%;
}
#item_archive h3 {
  width: 90%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: 10.41vw;
  margin: 0 auto 6.51vw;
}
@media screen and (min-width: 769px) {
  #item_archive h3 {
    height: auto;
    margin: 0 auto 50px;
  }
}

.mascara {
  background-color: #faedef;
  padding-bottom: 10.41vw;
}
@media screen and (min-width: 769px) {
  .mascara {
    padding-bottom: 80px;
  }
}
.mascara .txt_wrap {
  position: relative;
}
.mascara .txt_wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 2.6vw);
  background-color: white;
}
@media screen and (min-width: 769px) {
  .mascara .txt_wrap::before {
    height: calc(100% - 20px);
  }
}
.mascara .txt_wrap h4 {
  position: relative;
  width: 60%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: 5.2vw;
  margin: -2.6vw auto 5.2vw;
}
@media screen and (min-width: 769px) {
  .mascara .txt_wrap h4 {
    height: auto;
    margin: -20px auto 60px;
  }
}
.mascara .txt_wrap .big_txt {
  position: relative;
  margin-bottom: 7.81vw;
}
@media screen and (min-width: 769px) {
  .mascara .txt_wrap .big_txt {
    margin-bottom: 60px;
  }
}
.mascara .txt_wrap .small_txt {
  position: relative;
  padding-bottom: 7.81vw;
}
@media screen and (min-width: 769px) {
  .mascara .txt_wrap .small_txt {
    padding-bottom: 60px;
  }
}
.mascara .mascara_black {
  position: relative;
}
.mascara .mascara_black::after {
  position: absolute;
  z-index: 1;
  content: "";
  right: -12%;
  top: 0;
  background-image: url(../img/common/bg_mascara_dot_r.png);
  background-size: cover;
  height: 55vw;
  width: 38vw;
}
@media screen and (min-width: 769px) {
  .mascara .mascara_black::after {
    height: 470px;
    width: 333px;
  }
}
.mascara .mascara_brown {
  position: relative;
}
.mascara .mascara_brown::after {
  position: absolute;
  z-index: 1;
  content: "";
  left: -12%;
  top: 4%;
  background-image: url(../img/common/bg_mascara_dot_l.png);
  background-size: cover;
  height: 55vw;
  width: 38vw;
}
@media screen and (min-width: 769px) {
  .mascara .mascara_brown::after {
    top: 40px;
    height: 470px;
    width: 333px;
  }
}
.mascara .swiper {
  position: relative;
  z-index: 2;
}
.mascara .mascara_swiper {
  padding: 7.81vw 0;
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .mascara .mascara_swiper {
    padding: 64px 0;
  }
}
.mascara .slider-thumbnail01, .mascara .slider-thumbnail02 {
  margin-top: 3.9vw;
}
@media screen and (min-width: 769px) {
  .mascara .slider-thumbnail01, .mascara .slider-thumbnail02 {
    margin-top: 30px;
  }
}
.mascara .slider-thumbnail01 .swiper-wrapper, .mascara .slider-thumbnail02 .swiper-wrapper {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mascara .slider-thumbnail01 .swiper-wrapper img, .mascara .slider-thumbnail02 .swiper-wrapper img {
  width: calc(100% - 40px);
  min-width: 19.53vw;
  border: 2px solid rgba(221, 0, 102, 0);
}
@media screen and (min-width: 769px) {
  .mascara .slider-thumbnail01 .swiper-wrapper img, .mascara .slider-thumbnail02 .swiper-wrapper img {
    min-width: 150px;
  }
}
.mascara .slider-thumbnail01 .swiper-slide.swiper-slide-thumb-active img, .mascara .slider-thumbnail02 .swiper-slide.swiper-slide-thumb-active img {
  border: 2px solid rgb(221, 0, 102);
}
.mascara .item_img {
  width: 59.89vw;
  max-width: 455px;
  margin: 0 auto 3.9vw;
}
@media screen and (min-width: 769px) {
  .mascara .item_img {
    margin: 0 auto 35px;
  }
}
.mascara .big_txt {
  margin-bottom: 4.55vw;
}
@media screen and (min-width: 769px) {
  .mascara .big_txt {
    margin-bottom: 40px;
  }
}

.tint {
  background-color: #ffe5f0;
  padding-bottom: 10.41vw;
}
@media screen and (min-width: 769px) {
  .tint {
    padding-bottom: 15px;
  }
}
.tint .item_kv_wrap {
  background-image: url(../img/common/bg_tint.jpg);
}
.tint .txt_wrap {
  background-color: white;
  padding: 7.81vw 0;
}
@media screen and (min-width: 769px) {
  .tint .txt_wrap {
    padding: 60px 0;
  }
}
.tint .txt_wrap .big_txt {
  margin-bottom: 5.2vw;
}
@media screen and (min-width: 769px) {
  .tint .txt_wrap .big_txt {
    margin-bottom: 35px;
  }
}

.tint_list {
  width: 80%;
  margin: 10.41vw auto;
}
@media screen and (min-width: 769px) {
  .tint_list {
    margin: 75px auto;
  }
}
.tint_list li {
  margin-top: 9.11vw;
  position: relative;
}
.tint_list li::after {
  position: absolute;
  z-index: 1;
  content: "";
  right: -12%;
  top: 20%;
  transform: translateY(-50%);
  background-image: url(../img/common/bg_dot.png);
  background-size: cover;
  height: 55vw;
  width: 38vw;
}
@media screen and (min-width: 769px) {
  .tint_list li::after {
    height: 470px;
    width: 333px;
  }
}
.tint_list li:nth-child(even)::after {
  left: -12%;
  background-image: url(../img/common/bg_dot_left.png);
}
@media screen and (min-width: 769px) {
  .tint_list li {
    margin-top: 80px;
  }
}
.tint_list li .img_wrap {
  position: relative;
  z-index: 2;
}
.tint_list li .itemimg_wrap {
  width: 90%;
  margin: 7.81vw auto 6.51vw;
}
@media screen and (min-width: 769px) {
  .tint_list li .itemimg_wrap {
    margin: 60px auto 60px;
  }
}
.tint_list li .big_txt {
  margin-bottom: 4.55vw;
}
@media screen and (min-width: 769px) {
  .tint_list li .big_txt {
    margin-bottom: 35px;
  }
}
.tint_list li .pink_btn {
  width: 100%;
}

footer.wrapper {
  background-color: #dd0066;
}/*# sourceMappingURL=style.css.map */