@charset "UTF-8";
/* # =================================================================
 * # Header
 * # ================================================================= */
/* # =================================================================
 * # Content
 * # ================================================================= */
/* # =================================================================
 * # Footer
 * # ================================================================= */
/* # =================================================================
 * # TOP
 * # ================================================================= */
body {
  overflow-x: hidden;
  position: relative;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
}

img {
  max-width: 100%;
}

/* ページトップへ */
.pagetop {
  width: 40px;
  height: 40px;
  background-image: url(../..//assets/images/pagetop.svg);
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  z-index: 4;
  border-radius: 50%;
}
@media (orientation: landscape) and (min-width: 600px) and (max-width: 1024px) {
  .pagetop {
    bottom: 100px;
  }
}
@media screen and (min-width: 1025px) {
  .pagetop {
    bottom: 30px;
    width: 50px;
    height: 50px;
    right: 30px;
  }
}

.pagetop:hover {
  opacity: 0.7;
}

.l-cosme .c-inner {
  max-width: 1020px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}
@media screen and (min-width: 1025px) {
  .l-cosme .c-inner {
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  .l-cosme .content-section {
    padding: 0;
    padding-bottom: 100px;
  }
}
.l-cosme .-bg {
  background-image: url(../../assets/images/bg.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  height: 100%;
}
.l-cosme__mainV h1 {
  max-width: 1700px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}
@media screen and (min-width: 1025px) {
  .l-cosme__mainV h1 {
    padding: 0;
    width: 90%;
    min-width: 1000px;
  }
}
.l-cosme__menu {
  background-color: #fff;
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: 0 auto;
  padding: 30px 0;
  position: relative;
}
@media screen and (min-width: 600px) {
  .l-cosme__menu {
    padding: 50px 0;
  }
}
@media screen and (min-width: 1025px) {
  .l-cosme__menu {
    width: 90%;
    min-width: 1000px;
    padding: 60px 0 65px;
  }
}
.l-cosme__menu h2 {
  font-size: 7.47vw;
  line-height: 1.33;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .l-cosme__menu h2 {
    font-size: 3.82vw;
  }
}
@media screen and (min-width: 1025px) {
  .l-cosme__menu h2 {
    font-size: 45px;
    margin-bottom: 40px;
  }
}
.l-cosme__menu .-txt {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 3px;
}
.l-cosme__menu .-txt img {
  width: 40px;
}
@media screen and (min-width: 600px) {
  .l-cosme__menu .-txt img {
    width: 100px;
    gap: 0 10px;
  }
}
@media screen and (min-width: 1025px) {
  .l-cosme__menu .-txt img {
    width: 124px;
    gap: 0 3px;
  }
}
@media screen and (min-width: 600px) {
  .l-cosme__menu .-txt {
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .l-cosme__menu .-txt {
    margin-bottom: 30px;
    font-size: 19px;
  }
}
.l-cosme__menu h3 {
  border-top: 1px solid #231815;
  padding-top: 30px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .l-cosme__menu h3 {
    margin-bottom: 30px;
    font-size: 37px;
  }
}
.l-cosme__menu .-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .l-cosme__menu .-link {
    gap: 15px;
    flex-direction: row;
  }
}
@media screen and (min-width: 1025px) {
  .l-cosme__menu .-link {
    gap: 15px 10px;
  }
}
@media screen and (min-width: 1381px) {
  .l-cosme__menu .-link {
    gap: 15px;
  }
}
.l-cosme__menu .-link li {
  width: 100%;
  max-width: 495px;
  background-color: #ff83a2;
  border-radius: 36px;
  height: 60px;
}
@media screen and (min-width: 600px) {
  .l-cosme__menu .-link li {
    width: 100%;
    height: 72px;
  }
}
@media screen and (min-width: 1025px) {
  .l-cosme__menu .-link li {
    width: 49.5%;
    height: 72px;
  }
}
.l-cosme__menu .-link li:hover {
  opacity: 0.8;
}
.l-cosme__menu .-link li a {
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2vw;
  font-weight: 700;
  position: relative;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .l-cosme__menu .-link li a {
    font-size: 18px;
  }
}
.l-cosme__menu .-link li a .-small {
  font-size: 3.2vw;
}
@media screen and (min-width: 600px) {
  .l-cosme__menu .-link li a .-small {
    font-size: 15px;
  }
}
.l-cosme__menu .-link li a::before {
  content: "";
  background-image: url(../../assets/images/bg_menu_01.png);
  mix-blend-mode: soft-light;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  height: 100%;
  position: absolute;
  left: 0;
}
.l-cosme__menu .-link li a::after {
  content: "";
  background-image: url(../../assets/images/icon_03.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.l-cosme__menu .-link li a .-icon {
  width: 23px;
  margin-right: 3px;
}
@media screen and (min-width: 600px) {
  .l-cosme__menu .-link li a .-icon {
    margin-right: 0;
    width: 34px;
  }
}
.l-cosme__menu .-link li.-pink a::after {
  width: 23px;
  height: 33px;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
@media screen and (min-width: 600px) {
  .l-cosme__menu .-link li.-pink a::after {
    width: 34px;
    height: 53px;
  }
}
.l-cosme__menu .-link li.-yellow {
  background-color: #f7b851;
}
.l-cosme__menu .-link li.-yellow a::after {
  background-image: url(../../assets/images/icon_06.svg);
  width: 23px;
  height: 25px;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
@media screen and (min-width: 600px) {
  .l-cosme__menu .-link li.-yellow a::after {
    width: 33px;
    height: 36px;
  }
}
.l-cosme__menu .-link li.-blue {
  background-color: #52bfdc;
}
.l-cosme__menu .-link li.-blue a::after {
  background-image: url(../../assets/images/icon_05.svg);
  width: 23px;
  height: 27px;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
@media screen and (min-width: 600px) {
  .l-cosme__menu .-link li.-blue a::after {
    width: 35px;
    height: 38px;
  }
}
.l-cosme__menu .-link li.-purple {
  background-color: #b670d1;
}
.l-cosme__menu .-link li.-purple a::after {
  background-image: url(../../assets/images/icon_04.svg);
  width: 23px;
  height: 27px;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
@media screen and (min-width: 600px) {
  .l-cosme__menu .-link li.-purple a::after {
    width: 35px;
    height: 38px;
  }
}
.l-cosme__menu .-link li.-purple a:before {
  background-image: url(../../assets/images/bg_menu_02.png);
  mix-blend-mode: color-dodge;
}
.l-cosme__item .-secTtl {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #ff83a2;
  position: relative;
  padding: 23px 0;
}
@media screen and (min-width: 600px) {
  .l-cosme__item .-secTtl {
    font-size: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .l-cosme__item .-secTtl {
    font-size: 56px;
  }
}
.l-cosme__item .-secTtl .-small {
  font-size: 21px;
}
@media screen and (min-width: 600px) {
  .l-cosme__item .-secTtl .-small {
    font-size: 26px;
  }
}
@media screen and (min-width: 1025px) {
  .l-cosme__item .-secTtl .-small {
    font-size: 45px;
  }
}
.l-cosme__item .-secTtl::before {
  content: "";
  background-image: url(../../assets/images/bg_ttl_01.png);
  mix-blend-mode: soft-light;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 30%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 600px) {
  .l-cosme__item .-secTtl::before {
    background-position: center;
  }
}
.l-cosme__item .-secTtl::after {
  content: "";
  background-image: url(../../assets/images/icon_03.svg);
  width: 25px;
  height: 38px;
  left: 7%;
  top: 50%;
  transform: translateY(-40%);
  position: absolute;
  background-repeat: no-repeat;
}
@media screen and (min-width: 600px) {
  .l-cosme__item .-secTtl::after {
    width: 40px;
    height: 61px;
    left: 16%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1025px) {
  .l-cosme__item .-secTtl::after {
    width: 73px;
    height: 116px;
    transform: translateY(-40%);
  }
}
@media screen and (min-width: 1381px) {
  .l-cosme__item .-secTtl::after {
    left: 25%;
  }
}
.l-cosme__item .-box {
  background-color: #ffe6ec;
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: 0 auto;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 30px;
  border-radius: 25px;
}
@media screen and (min-width: 1025px) {
  .l-cosme__item .-box {
    padding-bottom: 55px;
    margin-bottom: 60px;
    border-radius: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .l-cosme__item .-box {
    width: 90%;
    min-width: 1000px;
  }
}
.l-cosme__item .-box .-itemTtl {
  background-color: #ffdae3;
  margin-bottom: 15px;
}
.l-cosme__item .-box .-itemTtl.-br {
  border-radius: 25px 25px 0 0;
}
@media screen and (min-width: 1025px) {
  .l-cosme__item .-box .-itemTtl.-br {
    border-radius: 50px 50px 0 0;
  }
}
.l-cosme__item .-box .-itemTtl .-flex {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 20px 15px;
  gap: 10px 40px;
}
@media screen and (min-width: 600px) {
  .l-cosme__item .-box .-itemTtl .-flex {
    gap: 0 40px;
    padding: 34px 25px;
    align-items: center;
    flex-direction: row;
  }
}
@media screen and (min-width: 1025px) {
  .l-cosme__item .-box .-itemTtl .-flex {
    padding: 34px 15px;
  }
}
@media screen and (min-width: 1381px) {
  .l-cosme__item .-box .-itemTtl .-flex {
    padding: 34px 0;
  }
}
.l-cosme__item .-box .-itemTtl h4 {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .l-cosme__item .-box .-itemTtl h4 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .l-cosme__item .-box .-itemTtl h4 {
    font-size: 45px;
  }
}
.l-cosme__item .-box .-itemTtl p {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .l-cosme__item .-box .-itemTtl p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .l-cosme__item .-box .-itemTtl p {
    font-size: 30px;
  }
}
.l-cosme__item .-box .-gentei {
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
  gap: 0 10px;
}
@media screen and (min-width: 600px) {
  .l-cosme__item .-box .-gentei {
    gap: 0 20px;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1025px) {
  .l-cosme__item .-box .-gentei {
    padding: 0 10px;
  }
}
@media screen and (min-width: 1201px) {
  .l-cosme__item .-box .-gentei {
    padding: 0;
  }
}
.l-cosme__item .-box .-gentei .-copy {
  font-size: 16px;
  font-weight: 700;
  color: #e73736;
  line-height: 1.44;
}
@media screen and (min-width: 600px) {
  .l-cosme__item .-box .-gentei .-copy {
    margin-top: 30px;
    font-size: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .l-cosme__item .-box .-gentei .-copy {
    margin-top: 20px;
    font-size: 26px;
  }
}
.l-cosme__item .-box .-gentei .-txt {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.44;
  margin-top: 5px;
}
@media screen and (min-width: 600px) {
  .l-cosme__item .-box .-gentei .-txt {
    margin-top: 15px;
    font-size: 19px;
  }
}
.l-cosme__item .-box .-gentei img {
  width: 20%;
  object-fit: contain;
}
@media screen and (min-width: 600px) {
  .l-cosme__item .-box .-gentei img {
    width: 15%;
  }
}
@media screen and (min-width: 1025px) {
  .l-cosme__item .-box .-gentei img {
    width: auto;
  }
}
.l-cosme__item .-box .-genteiItem {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px 40px;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .l-cosme__item .-box .-genteiItem {
    gap: 0 10px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1025px) {
  .l-cosme__item .-box .-genteiItem {
    justify-content: flex-end;
    align-items: center;
    gap: 0 40px;
    flex-direction: row;
    margin-top: -40px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 600px) {
  .l-cosme__item .-box .-genteiItem img {
    width: 54%;
  }
}
@media screen and (min-width: 1025px) {
  .l-cosme__item .-box .-genteiItem img {
    width: auto;
  }
}
.l-cosme__item .-box .-genteiItem .-txtBox {
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .l-cosme__item .-box .-genteiItem .-txtBox {
    width: 48%;
  }
}
@media screen and (min-width: 1025px) {
  .l-cosme__item .-box .-genteiItem .-txtBox {
    width: 34%;
  }
}
.l-cosme__item .-box .-genteiItem .-txtBox .-txt {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
  padding-bottom: 15px;
  border-bottom: 1px solid #000000;
}
@media screen and (min-width: 600px) {
  .l-cosme__item .-box .-genteiItem .-txtBox .-txt {
    font-size: 19px;
    padding-bottom: 25px;
  }
}
.l-cosme__item .-box .-genteiItem .-txtBox .-set {
  font-size: 16px;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000000;
}
@media screen and (min-width: 600px) {
  .l-cosme__item .-box .-genteiItem .-txtBox .-set {
    font-size: 19px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.l-cosme__item .-box .-genteiItem .-txtBox .-price {
  font-size: 15px;
  font-weight: 500;
  margin-top: 25px;
  line-height: 1.6;
}
@media screen and (min-width: 600px) {
  .l-cosme__item .-box .-genteiItem .-txtBox .-price {
    margin-top: 35px;
  }
}
.l-cosme__item .-box .-genteiItem .-txtBox .-price .-gram {
  display: inline-block;
  margin-bottom: 15px;
}
.l-cosme__item .-box .-itemList {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 15px;
}
@media screen and (min-width: 600px) {
  .l-cosme__item .-box .-itemList {
    margin-top: 30px;
    gap: 30px 20px;
    padding: 0 10px;
    justify-content: center;
  }
}
@media screen and (min-width: 1025px) {
  .l-cosme__item .-box .-itemList {
    margin-top: 40px;
    gap: 40px 50px;
    padding: 0 10px;
    justify-content: center;
  }
}
@media screen and (min-width: 1201px) {
  .l-cosme__item .-box .-itemList {
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  .l-cosme__item .-box .-itemList.-mtminus {
    margin-top: -30px;
  }
}
.l-cosme__item .-box .-itemList li {
  width: 47%;
  max-width: 300px;
}
@media screen and (min-width: 600px) {
  .l-cosme__item .-box .-itemList li {
    width: 29%;
  }
}
@media screen and (min-width: 1201px) {
  .l-cosme__item .-box .-itemList li {
    width: 30%;
  }
}
.l-cosme__item .-box .-itemList li a:hover {
  opacity: 0.8;
}
.l-cosme__item .-box .-itemList li img {
  width: 100%;
}
.l-cosme__item .-box .-itemList li .-name {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.44;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 600px) {
  .l-cosme__item .-box .-itemList li .-name {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .l-cosme__item .-box .-itemList li .-name {
    font-size: 19px;
  }
}
.l-cosme__item .-box .-itemList li .-note {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  margin-top: 10px;
  line-height: 1.8;
}
@media screen and (min-width: 600px) {
  .l-cosme__item .-box .-itemList li .-note {
    font-size: 15px;
    margin-top: 15px;
  }
}
.l-cosme__item .-box .-itemList li.-nolink .-note::before {
  content: none;
}
.l-cosme__item .-box .-btn {
  margin: 20px auto 0;
}
@media screen and (min-width: 600px) {
  .l-cosme__item .-box .-btn {
    margin: 30px auto 0;
  }
}
.l-cosme__item .-box .-btn a {
  margin: 0 auto;
  display: block;
  max-width: 150px;
  width: 100%;
  filter: drop-shadow(3px 3px 3px #aaa);
}
@media screen and (min-width: 600px) {
  .l-cosme__item .-box .-btn a {
    width: 160px !important;
  }
}
.l-cosme__item .-box .-btn a:hover {
  opacity: 0.8;
}
.l-cosme__item .-box .-btn a img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .l-cosme__item .-box.-rarosh .-genteiItem, .l-cosme__item .-box.-dama .-genteiItem, .l-cosme__item .-box.-kansousan .-genteiItem {
    margin-top: -80px;
  }
}
.l-cosme__item .-box.-kansousan .-genteiItem {
  justify-content: center;
  margin-right: 0;
}
@media screen and (min-width: 1025px) {
  .l-cosme__item .-box.-kansousan .-genteiItem {
    gap: 0 50px;
  }
}
.l-cosme__item .-box.-kansousan .-genteiItem figure {
  text-align: center;
}
@media screen and (min-width: 600px) {
  .l-cosme__item .-box.-kansousan .-genteiItem figure {
    width: 54%;
  }
}
@media screen and (min-width: 1025px) {
  .l-cosme__item .-box.-kansousan .-genteiItem figure {
    max-width: 552px;
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .l-cosme__item .-box.-kansousan .-genteiItem figure img {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .l-cosme__item .-box.-kansousan .-genteiItem .-txtBox {
    width: 32%;
  }
}
.l-cosme__item .-box.-excel .-genteiItem {
  justify-content: center;
  margin-right: 0;
  margin-top: 20px;
}
@media screen and (min-width: 1025px) {
  .l-cosme__item .-box.-excel .-genteiItem {
    margin-top: 0;
    gap: 0 50px;
  }
}
.l-cosme__item .-box.-excel .-genteiItem figure {
  width: 30%;
  text-align: center;
}
.l-cosme__item .-box.-excel .-genteiItem .-txtBox {
  margin-top: 15px;
}
@media screen and (min-width: 1025px) {
  .l-cosme__item .-box.-excel .-genteiItem .-txtBox {
    margin-top: 0;
    width: 32%;
  }
}
.l-cosme__item .-box .-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 25px 0;
  padding: 30px 0 0;
}
@media screen and (min-width: 600px) {
  .l-cosme__item .-box .-list {
    padding: 40px 10px 0;
  }
}
@media screen and (min-width: 1201px) {
  .l-cosme__item .-box .-list {
    padding: 40px 0 0;
  }
}
.l-cosme__item .-box .-list li {
  width: 48%;
  background-color: #fff;
  max-width: 230px;
  border-radius: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .l-cosme__item .-box .-list li {
    width: 32%;
    border-radius: 40px;
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .l-cosme__item .-box .-list li {
    width: 25%;
  }
}
.l-cosme__item .-box .-list li.-none {
  background-color: transparent;
  display: none;
}
@media screen and (min-width: 600px) {
  .l-cosme__item .-box .-list li.-none {
    display: block;
  }
}
.l-cosme__item .-box .-list li img {
  width: 100%;
  border-radius: 20px 20px 0 0;
}
@media screen and (min-width: 600px) {
  .l-cosme__item .-box .-list li img {
    border-radius: 40px 40px 0 0;
  }
}
.l-cosme__item .-box .-list li .-brand {
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
  text-align: center;
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  .l-cosme__item .-box .-list li .-brand {
    font-size: 16px;
    margin-top: 20px;
  }
}
.l-cosme__item .-box .-list li .-productname {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  margin-top: 5px;
  line-height: 1.6;
}
@media screen and (min-width: 767px) {
  .l-cosme__item .-box .-list li .-productname {
    height: 75px;
  }
  .l-cosme__item .-box .-list li .-productname.-h110 {
    height: 110px;
  }
}
@media screen and (min-width: 1025px) {
  .l-cosme__item .-box .-list li .-productname {
    font-size: 15px;
    margin-top: 10px;
    height: auto;
  }
  .l-cosme__item .-box .-list li .-productname.-h110 {
    height: auto;
  }
}
.l-cosme__item .-box .-list li .-check {
  margin: 15px auto 0;
  text-align: center;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e60012;
  color: #e60012;
  border-radius: 6px;
  font-weight: 500;
  font-size: 12px;
  padding: 5px 0;
  padding-right: 5px;
  position: relative;
}
.l-cosme__item .-box .-list li .-check:hover {
  color: #fff;
  background-color: #e60012;
}
.l-cosme__item .-box .-list li .-check:hover::before {
  background-image: url(../../assets/images/arrow_r.svg);
}
@media screen and (min-width: 600px) {
  .l-cosme__item .-box .-list li .-check {
    margin: 20px auto 0;
    width: 100px;
    font-size: 15px;
  }
}
.l-cosme__item .-box .-list li .-check::before {
  content: "";
  background-image: url(../../assets/images/arrow.svg);
  width: 10px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  right: 6px;
}
.l-cosme__item .-box .-list li .-check:hover {
  opacity: 0.8;
}
.l-cosme__item .-box.-prize {
  position: relative;
}
.l-cosme__item .-box.-prize::before, .l-cosme__item .-box.-prize::after {
  content: "";
  width: 125px;
  height: 64px;
  position: absolute;
  background-image: url(../../assets/images/decoration_02.png);
  left: 0;
  top: 0;
  mix-blend-mode: screen;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 600px) {
  .l-cosme__item .-box.-prize::before, .l-cosme__item .-box.-prize::after {
    width: 310px;
    height: 158px;
  }
}
.l-cosme__item .-box.-prize::after {
  left: auto;
  right: 0;
  background-image: url(../../assets/images/decoration_03.png);
}
.l-cosme__item .-box .-prizeBox {
  text-align: center;
  padding-top: 40px;
}
.l-cosme__item .-box .-prizeBox .-date {
  font-size: 20px;
  font-weight: 700;
  color: #e60012;
  background-color: #fff;
  display: inline-block;
  padding: 15px 10px;
  height: 50px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .l-cosme__item .-box .-prizeBox .-date {
    font-size: 28px;
    height: 63px;
  }
}
@media screen and (min-width: 1025px) {
  .l-cosme__item .-box .-prizeBox .-date {
    font-size: 45px;
    height: 80px;
  }
}
.l-cosme__item .-box .-prizeBox .-date::before, .l-cosme__item .-box .-prizeBox .-date::after {
  content: "";
  background-image: url(../../assets/images/decoration_01.png);
  width: 16px;
  height: 50px;
  position: absolute;
  left: -15px;
  top: 0;
  background-size: contain;
}
@media screen and (min-width: 600px) {
  .l-cosme__item .-box .-prizeBox .-date::before, .l-cosme__item .-box .-prizeBox .-date::after {
    width: 20px;
    height: 63px;
    left: -19px;
  }
}
@media screen and (min-width: 1025px) {
  .l-cosme__item .-box .-prizeBox .-date::before, .l-cosme__item .-box .-prizeBox .-date::after {
    width: 25px;
    height: 80px;
    left: -24px;
  }
}
.l-cosme__item .-box .-prizeBox .-date::after {
  left: auto;
  right: -15px;
  transform: rotate(180deg);
}
@media screen and (min-width: 600px) {
  .l-cosme__item .-box .-prizeBox .-date::after {
    right: -19px;
  }
}
@media screen and (min-width: 1025px) {
  .l-cosme__item .-box .-prizeBox .-date::after {
    right: -24px;
  }
}
.l-cosme__item .-box .-prizeBox p {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .l-cosme__item .-box .-prizeBox p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .l-cosme__item .-box .-prizeBox p {
    font-size: 26px;
  }
}
.l-cosme__item .-box .-prizeBox .-flex {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .l-cosme__item .-box .-prizeBox .-flex {
    margin-top: 45px;
  }
}
.l-cosme__item .-box .-prizeBox .-flex figure {
  width: 33%;
}
.l-cosme__item .-box .-prizeBox .-kome {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .l-cosme__item .-box .-prizeBox .-kome {
    font-size: 22px;
  }
}
.l-cosme__item .-box .-prizeBox .-purpleBox {
  max-width: 700px;
  margin: 0 auto;
  border-radius: 20px;
  text-align: center;
  padding: 0 0 15px;
  background-color: #e9d4f1;
}
.l-cosme__item .-box .-prizeBox .-purpleBox .-ttl {
  font-size: 16px;
  font-weight: 500;
  background-color: #e2c6ed;
  border-radius: 20px 20px 0 0;
  padding: 5px 0;
}
@media screen and (min-width: 600px) {
  .l-cosme__item .-box .-prizeBox .-purpleBox .-ttl {
    font-size: 22px;
  }
}
.l-cosme__item .-box .-prizeBox .-purpleBox .-shopname {
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
}
@media screen and (min-width: 600px) {
  .l-cosme__item .-box .-prizeBox .-purpleBox .-shopname {
    font-size: 22px;
  }
}
.l-cosme__item .-box .-prizeBox .-purpleBox .-kome {
  margin-top: 0;
}
.l-cosme__item .-box .-prizeBox .-officialBtn {
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  .l-cosme__item .-box .-prizeBox .-officialBtn {
    max-width: 300px;
  }
}
.l-cosme__item .-box .-prizeBox .-officialBtn a {
  font-size: 14px;
  color: #fff;
  background-color: #023669;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  line-height: 1;
  font-weight: 700;
  filter: drop-shadow(3px 3px 3px #aaa);
}
@media screen and (min-width: 600px) {
  .l-cosme__item .-box .-prizeBox .-officialBtn a {
    font-size: 17px;
  }
}
.l-cosme__item .-box .-prizeBox .-officialBtn a span {
  color: #F4F410;
}
.l-cosme__item .-box .-prizeBox .-officialBtn a:hover {
  opacity: 0.8;
}
.l-cosme__item.-yellow .-secTtl {
  background-color: #f7b851;
}
.l-cosme__item.-yellow .-secTtl::before {
  background-image: url(../../assets/images/bg_ttl_02.png);
}
.l-cosme__item.-yellow .-secTtl::after {
  width: 30px;
  height: 32px;
  background-image: url(../../assets/images/icon_06.svg);
  left: 7%;
  top: 27%;
}
@media screen and (min-width: 600px) {
  .l-cosme__item.-yellow .-secTtl::after {
    width: 39px;
    height: 42px;
    top: 50%;
  }
}
@media screen and (min-width: 1025px) {
  .l-cosme__item.-yellow .-secTtl::after {
    width: 63px;
    height: 68px;
    top: 50%;
  }
}
@media screen and (min-width: 1381px) {
  .l-cosme__item.-yellow .-secTtl::after {
    left: 17%;
  }
}
@media screen and (min-width: 1600px) {
  .l-cosme__item.-yellow .-secTtl::after {
    left: 23%;
  }
}
.l-cosme__item.-yellow .-box {
  background-color: #fdf1dc;
}
.l-cosme__item.-yellow .-box .-itemTtl {
  background-color: #fdeacb;
}
.l-cosme__item.-blue .-secTtl {
  background-color: #52bfdc;
}
.l-cosme__item.-blue .-secTtl::before {
  background-image: url(../../assets/images/bg_ttl_03.png);
}
.l-cosme__item.-blue .-secTtl::after {
  width: 30px;
  height: 35px;
  background-image: url(../../assets/images/icon_05.svg);
  left: 2%;
  top: 30%;
}
@media screen and (min-width: 600px) {
  .l-cosme__item.-blue .-secTtl::after {
    width: 39px;
    height: 46px;
    left: 12%;
    top: 50%;
  }
}
@media screen and (min-width: 1025px) {
  .l-cosme__item.-blue .-secTtl::after {
    width: 68px;
    height: 78px;
    left: 7%;
    top: 50%;
  }
}
@media screen and (min-width: 1381px) {
  .l-cosme__item.-blue .-secTtl::after {
    left: 22%;
  }
}
@media screen and (min-width: 1600px) {
  .l-cosme__item.-blue .-secTtl::after {
    left: 25%;
  }
}
.l-cosme__item.-blue .-box {
  background-color: #dcf2f8;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.l-cosme__item.-purple .-secTtl {
  background-color: #b670d1;
  padding: 35px 0;
}
@media screen and (min-width: 600px) {
  .l-cosme__item.-purple .-secTtl {
    padding: 55px 0;
  }
}
.l-cosme__item.-purple .-secTtl::before {
  mix-blend-mode: screen;
  background-image: url(../../assets/images/bg_ttl_06.png);
}
.l-cosme__item.-purple .-secTtl::after {
  width: 23px;
  height: 28px;
  background-image: url(../../assets/images/icon_04.svg);
  left: 2%;
  top: 30%;
}
@media screen and (min-width: 600px) {
  .l-cosme__item.-purple .-secTtl::after {
    width: 40px;
    height: 43px;
    left: 11%;
    top: 50%;
  }
}
@media screen and (min-width: 1025px) {
  .l-cosme__item.-purple .-secTtl::after {
    width: 68px;
    height: 78px;
    left: 7%;
    top: 50%;
  }
}
@media screen and (min-width: 1381px) {
  .l-cosme__item.-purple .-secTtl::after {
    left: 21%;
  }
}
@media screen and (min-width: 1600px) {
  .l-cosme__item.-purple .-secTtl::after {
    left: 25%;
  }
}
.l-cosme__item.-purple .-box {
  background-color: #f0e2f6;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 0;
}
.l-cosme.l-footer {
  background-color: #092D54;
  padding: 35px 0;
}
@media screen and (min-width: 600px) {
  .l-cosme.l-footer {
    padding: 19px 10px;
  }
}
.l-cosme.l-footer .-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  flex-direction: column;
  gap: 40px 0;
}
@media screen and (min-width: 600px) {
  .l-cosme.l-footer .-flex {
    flex-direction: row;
    gap: 0;
  }
}
.l-cosme.l-footer .-flex p {
  font-family: "Zen Kaku Gothic New", Sans-serif;
  color: #fff;
  font-size: 13px;
}
.l-cosme.l-footer .-flex p a {
  transition: all 0.3s;
}
.l-cosme.l-footer .-flex p a:hover {
  color: #FFFF9C;
}
.l-cosme.l-footer .-flex p small {
  font-size: 10px;
}
.l-cosme.l-footer .-flex figure {
  max-width: 221px;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .l-cosme.l-footer .-flex figure {
    max-width: 190px;
  }
}
.l-cosme.l-footer .-flex2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 30px;
}
@media screen and (min-width: 600px) {
  .l-cosme.l-footer .-flex2 {
    gap: 0 60px;
  }
}

/* # =================================================================
 * # Utility
 * # ================================================================= */
.spNone {
  display: none;
}
@media screen and (min-width: 1025px) {
  .spNone {
    display: block;
  }
}

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

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

.tabBlock {
  display: none;
}
@media screen and (min-width: 600px) {
  .tabBlock {
    display: block;
  }
}

/* !Margin ------------------------------------------------------------------ */
.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt12 {
  margin-top: 12px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr0 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr12 {
  margin-right: 12px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml12 {
  margin-left: 12px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mAuto {
  margin-left: auto;
  margin-right: auto;
}

/* !Padding  ---------------------------------------------------------------- */
.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt12 {
  padding-top: 12px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr12 {
  padding-right: 12px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb12 {
  padding-bottom: 12px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl12 {
  padding-left: 12px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

/* !Txt ------------------------------------------------------------------ */
.alC {
  text-align: center;
}

.alR {
  text-align: right;
}

.fwB {
  font-weight: 700;
}
