@charset "UTF-8";
.cosme-brand a img, .cosme-brand a, .cosme-top a img, .cosme-top a {
  -webkit-transition: .3s;
  transition: .3s;
  color: #000;
}
.cosme-brand a img:hover, .cosme-brand a:hover, .cosme-top a img:hover, .cosme-top a:hover {
  opacity: .6;
}
.cosme-brand .pc-none, .cosme-top .pc-none {
  display: none;
}
.cosme-brand a.textLink, .cosme-top a.textLink {
  color: #bf8218;
  text-decoration: underline;
  display: inline;
  margin: 0;
}
.cosme-top .cosme-top-ttl {
  font-size: 36px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 500;
}
/*アイテムリスト*/
.cosme-brand .brand-item {
  margin: 20px auto;
}
.cosme-brand h3.brand-ttl {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.cosme-brand .brand-item-list {
  margin-top: 20px;
}
.cosme-brand .brand-item-list ul {
  margin: 20px auto;
  width: 630px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
}
.cosme-brand .brand-item-list ul li {
  float: left;
  margin: 0 20px 20px 0;
  white-space: nowrap;
  min-width: 90px;
}
.cosme-brand .brand-item-list ul li a {
  padding-left: 20px;
  background-image: url(/d_images/campaign/cosme/arrow_r.svg);
  background-repeat: no-repeat;
  background-position: left center;
  color: #000;
  background-size: 16px;
}
/*キャンペーン*/
.cosme-brand .campaign-wrap, .cosme-top .campaign-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cosme-brand .campaign-wrap .brand-campaign, .cosme-top .campaign-wrap .brand-campaign {
  padding: 20px;
  background-color: #F8F6F6;
  margin: 0 0 10px 0;
  width: calc((100% - 10px) / 2);
}
.cosme-brand .campaign-wrap .brand-campaign dl dt, .cosme-top .campaign-wrap .brand-campaign dl dt {
  font-size: 16px;
  font-weight: bold;
}
.cosme-brand .campaign-wrap .brand-campaign dl dd, .cosme-top .campaign-wrap .brand-campaign dl dd {
  margin-bottom: 10px;
  display: flex;
}
.cosme-brand .campaign-wrap .brand-campaign dl dd.img-box p, .cosme-top .campaign-wrap .brand-campaign dl dd.img-box p {
  width: calc(100% - 130px);
  display: block;
  margin-right: 10px;
}
.cosme-brand .campaign-wrap .brand-campaign dl dd .campaign-img, .cosme-top .campaign-wrap .brand-campaign dl dd .campaign-img {
  width: 120px;
  height: 120px;
  border: 1px solid #E6E6E6;
}
.cosme-brand .campaign-wrap .brand-campaign .campaign-link, .cosme-top .campaign-wrap .brand-campaign .campaign-link {
  font-weight: bold;
  color: #000;
}
/*キャンペーン1行用*/
.cosme-brand .campaign-wrap .brand-campaign.low, .cosme-top .campaign-wrap .brand-campaign.low {
  width: 100%;
  margin-right: 0;
}
.cosme-brand .campaign-wrap .brand-campaign.low dd, .cosme-top .campaign-wrap .brand-campaign.low dd {
  height: auto !important;
}
/*キャンペーン1行用・クーポンコード掲載可能記述*/
.cosme-top .campaign-wrap .brand-campaign-cp {
  padding: 20px;
  background-color: #F8F6F6;
  margin: 0 0 10px 0;
  width: calc((100% - 10px) / 2);
}
.cosme-top .campaign-wrap .brand-campaign-cp.low {
  width: 100%;
  margin-right: 0;
}
.cosme-top .campaign-wrap .brand-campaign-cp.low div {
  height: auto !important;
}
.cosme-top .campaign-wrap .brand-campaign-cp h4 {
  font-size: 16px;
  font-weight: bold;
}
.cosme-top .campaign-wrap .brand-campaign-cp h4 {
  font-size: 20px;
  font-weight: 500;
}
.cosme-top .campaign-wrap .brand-campaign-cp .img-cp-box .text_area{
  width: calc(100% - 130px);
  display: block;
  margin-right: 10px;
}
.cosme-top .campaign-wrap .attention_small li {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
}
.cosme-top .campaign-wrap .attention_small li::before{
    content: "※";
  }
.cosme-top .campaign-wrap .brand-campaign-cp .img-cp-box .pic_flex{
  display: flex;
}
.cosme-top .campaign-wrap .brand-campaign-cp .campaign-cp-img img{
  width: 120px;
  border: 1px solid #E6E6E6;
}

  /*キャンペーン1行用・クーポンコード*/
  .brand-campaign-cp .cp_code{
    margin: 5px 0 12px;
  }
.brand-campaign-cp .cp_codeBlack,.brand-campaign-cp .newchapter_coupon{
    font-size: 18px;
}
  .brand-campaign-cp .cp_codeBlack{
    background-color:#19191a;
    color: rgb(255, 255, 255);
    padding: 0px 10px;
    font-weight: 700;
    border: 1px solid #19191a;
  }
  .brand-campaign-cp .newchapter_coupon{
    border: 1px solid #19191a;
    padding-left: 15px;
    padding-right: 15px;
    background-color: rgb(255, 255, 255);
  }



/*クーポン（デザイン有）*/
.campaign-wrap-top{
  background-color: #e6477d;
  margin-bottom: 80px;
  padding: 20px;
}
.cosme-top .campaign-ttl {
  font-size: 36px;
  text-align: center;
  font-weight: 500;
  color:#fff;
  padding-bottom: 20px;
}
.cosme-top .campaign-wrap-top .cp-box {
  background-color: #fff;
  padding: 20px;
}
.cosme-top .campaign-wrap-top .cp-box h4 {
  font-size: 16px;
  font-weight: bold;
}
.cosme-top .campaign-wrap-top .cp-box h4 {
  font-size: 20px;
  font-weight: 500;
  color: #d2084a
}
.cosme-top .campaign-wrap-top .cp-box .img-cp-box .text_area{
  width: calc(100% - 130px);
  display: block;
  margin-right: 10px;
}
.cosme-top .campaign-wrap-top .attention_small li {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
}
.cosme-top .campaign-wrap-top .attention_small li::before{
    content: "※";
  }
.cosme-top .campaign-wrap-top .cp-box .img-cp-box .pic_flex{
  display: flex;
}
.cosme-top .campaign-wrap-top .cp-box .campaign-cp-img img{
  width: 120px;
  border: 1px solid #E6E6E6;
}

.cp-box .cp_codeBlack,.cp-box .newchapter_coupon{
    font-size: 20px;
}
  .cp-box .cp_codeBlack{
    background-color:#19191a;
    color: rgb(255, 255, 255);
    padding: 14px;
    font-weight: 700;
    border: 1px solid #19191a;
  }
  .cp-box .newchapter_coupon{
    border: 1px solid #19191a;
    background-color: rgb(255, 255, 255);
    padding: 14px;
  }
  .cp-box .cp_code{
    margin: 20px 0px;
}
  .cp-box .cp_price,.cp-box .cp_free{
    font-size: 26px;
    border-bottom: solid 5px #ffc947e5;
}
  .cp-box .date{
    font-size: 18px;
}
  .cp-box .cp-box p{
    margin: 5px 0px;
}

/*バナー*/
.cosme-brand .brand-bnr {
  margin: 60px auto 0;
  text-align: center;
}
.cosme-brand .brand-bnr .bnr-group {
  margin-bottom: 20px;
}
.cosme-brand .brand-bnr .bnr-group:last-child {
  margin-bottom: 0;
}
/*注目アイテム*/
.cosme-top .itemSection h3.brand-ttl, .cosme-brand .itemSection h3.brand-ttl {
  margin: 60px auto 0;
  text-align: center;
}
.cosme-top .itemSection .goodsStyle, .cosme-brand .itemSection .goodsStyle {
  align-items: flex-start;
  -webkit-box-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px auto 0;
}
.cosme-top .itemSection .goodsStyle .itemList, .cosme-brand .itemSection .goodsStyle .itemList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: calc((100% - (10px * 4)) / 4);
  margin-bottom: 0px;
  position: relative;
}
.cosme-top .itemSection .goodsStyle .itemList .icon span, .cosme-brand .itemSection .goodsStyle .itemList .icon span {
  width: 100%;
}
.cosme-top .itemSection .goodsStyle .itemList .icon, .cosme-brand .itemSection .goodsStyle .itemList .icon {
  padding: 0 0 .5em 0;
}
.cosme-top .itemSection .goodsStyle .itemList a img, .cosme-brand .itemSection .goodsStyle .itemList a img {
  width: 100%;
}
.cosme-brand .itemSection .goodsStyle .itemList .text {
  margin-bottom: 10px;
}
.cosme-brand .itemSection .goodsStyle .itemList .text .name {
  margin-bottom: 10px;
}
.cosme-top .itemSection .goodsStyle .itemList .name {
  margin: 10px 0;
}
.cosme-top .itemSection .goodsStyle .itemList .icon {
  margin-top: 10px;
}
/*新規アイテム*/
.cosme-top .fourColumn_flex {
  display: grid;
  grid-template-columns: 24% 24% 24% 24%;
  justify-content: space-between;
  width: 100%;
  margin: 0px auto;
  row-gap: 20px;
}
 .cosme-top .fourColumn_flex .item_4 a img {
  box-shadow: 5px 5px 9px -3px rgb(0 0 0 / 20%);
}
 .cosme-top .item_4 {
  position: relative;
}
 .cosme-top .item_4:nth-child(n + 5) {
  margin-top: 20px;
}
 .cosme-top .item_4 a {
  box-sizing: border-box;
  display: block;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
}
 .cosme-top .item_4 a img {
  width: 100%;
}
.cosme-top .item_4 .ttl {
  color: #313131;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.6;
  padding: 15px 18px;
  text-align: center;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cosme-top .item_4 a:hover {
  opacity: 0.7;
}
.cosme-top .fourColumn_flex .item_4 a .name {
  margin: 10px 0;
}
/*ブランド紹介*/
.cosme-brand .brand-introduction {
  padding: 30px;
  background-color: #F8F6F6;
  margin: 60px auto 60px;
}
.cosme-brand .brand-introduction dl {
  display: flex;
  justify-content: space-between;
}
.cosme-brand .brand-introduction dl dt {
  width: 260px;
  height: 130px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.cosme-brand .brand-introduction dl dt img {
  width: 80%;
}
.cosme-brand .brand-introduction dl dd {
  width: calc((100% - 260px) - 20px);
  margin-left: 20px;
  font-size: 14px;
}
/*もっと見るボタン*/
.cosme-top .seeMore a, .cosme-brand .seeMore a {
  background: #fff;
  color: #19191a;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .01em;
  letter-spacing: .1em;
  padding: .41em .5em;
  width: 250px;
}
.cosme-brand .seeMore a {
  width: 450px;
}
.cosme-top .seeMore a:hover, .cosme-brand .seeMore a:hover {
  background-color: #000;
  color: #fff;
  opacity: 1;
}
/*---------------------------
コスメトップ関連
---------------------------*/
/*メインビジュアル*/
.cosme .mainvisual {
  margin: 0 auto 50px;
  max-width: 1000px;
}
.cosme .mainvisual .slick-dots {
  background-color: #f8f6f6;
  bottom: 0;
  position: relative;
}
.cosme .mainvisual .slick-dots li {
  height: 40px;
}
.cosme .mainvisual .slick-dots li button {
  border: 1px solid #7c7e80;
  border-radius: 50%;
  height: 10px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 10px;
}
.cosme .mainvisual .slick-dots li button:before {
  content: none;
}
.cosme .mainvisual .slick-dots .slick-active button:before {
  background-color: #7c7e80;
  border-radius: 50%;
  content: "";
  height: 10px;
  width: 10px;
}
/*アンカーリンク*/
.cosme-top .cosme-item {
  margin: 20px auto 60px;
}
.cosme-top .cosme-item-list {
  margin-top: 20px;
}
.cosme-top .cosme-item-list ul {
  margin: 20px auto;
  width: 700px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.cosme-top .cosme-item-list ul::after {
  content: "";
  display: block;
  width: calc(100% / 3);
  height: 0;
}
.cosme-top .cosme-item-list ul li {
  float: left;
  margin: 0 0 15px 0;
  white-space: nowrap;
  width: calc(100% / 3);
}
.cosme-top .cosme-item-list ul li a {
  padding-left: 40px;
  color: #000;
  font-size: 16px;
  position: relative;
}
.cosme-top .cosme-item-list ul li a::before {
  left: 0;
  top: 3px;
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  background-image: url(/d_images/campaign/cosme/arrow_r.svg);
  transform: rotate(90deg);
  background-repeat: no-repeat;
  background-position: left center;
}
/*バナー*/
.cosme-top .top-bnr-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cosme-top .top-bnr-wrap .bnr {
  width: calc((100% - 20px) / 2);
  margin-bottom: 20px;
}
.cosme-top .top-bnr-wrap .bnr.column {
  width: 100%;
  margin-right: 0;
}
.cosme-top .col2-bnr{
  margin-bottom: 80px;
}
/*コスメトップピックアップ*/
.cosme-top .campaign-wrap .brand-campaign:nth-of-type(even) {
  margin-right: 0;
}
.cosme-top .campaign-wrap .brand-campaign dl dd.img-box p span {
  font-size: 12px;
}
/*ピックアップ*/
.cosme-top .cosme-top-picup {
  /*! margin-top: 60px; */
  margin-bottom: 80px;
}
.cosme-top .campaign-wrap {
  /*margin-top: 30px;*/
}
.cosme-top .cosme-top-picup .more-btn .open-btn {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
  display: flex;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.cosme-top .cosme-top-picup .more-btn .open-btn::after {
  position: absolute;
  width: 16px;
  height: 13px;
  content: "";
  background-image: url(/d_images/campaign/cosme/arrow_d.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -15px;
}
.cosme-top .cosme-top-picup .more-btn .open-btn.opend::after {
  transform: rotate(-180deg);
}
.cosme-top .cosme-top-picup .more-btn .open-btn-pic {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
  display: flex;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.cosme-top .cosme-top-picup .more-btn .open-btn-pic::after {
  position: absolute;
  width: 16px;
  height: 13px;
  content: "";
  background-image: url(/d_images/campaign/cosme/arrow_d.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -15px;
}
.cosme-top .cosme-top-picup .more-btn .open-btn-pic.opend::after {
  transform: rotate(-180deg);
}
/*ブランドから探す*/
.cosme-top .cosme-top-brand {
  margin-top: 80px;
}
.cosme-top .cosme-top-brand .cosme-top-ttl {
  margin-bottom: 30px;
}
.cosme-top .cosme-top-brand .cosme-top-brand-wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
.cosme-top .cosme-top-brand .cosme-top-brand-wrap ul li {
  max-width: 150px;
  width: calc((100% - 100px) / 6);
  margin-right: 20px;
  background-color: #FFF;
  border: 1px solid #D8D8D8;
}
.cosme-top .cosme-top-brand .cosme-top-brand-wrap ul li:nth-of-type(6n) {
  margin-right: 0;
}
.cosme-top .cosme-top-brand .cosme-top-brand-wrap ul li:nth-of-type(n+7) {
  margin-top: 20px;
}
/*ランキング*/
.cosme-top .itemSection .goodsStyle .itemList {
  width: calc((100% - (10px * 4)) / 5);
}
.cosme-top .itemSection .goodsStyle .itemList a {
  box-shadow: 5px 5px 9px -3px rgb(0 0 0 / 20%)
}
.cosme-top .itemSection .goodsStyle .itemList a::before {
  background-size: 50% 50%;
  content: "";
  display: inline-block;
  height: 100px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100px;
  z-index: 1;
}
.cosme-top .itemSection .goodsStyle .itemList:nth-of-type(1) a::before {
  background: url(/d_images/campaign/cosme/rank1.svg) no-repeat;
}
.cosme-top .itemSection .goodsStyle .itemList:nth-of-type(2) a::before {
  background: url(/d_images/campaign/cosme/rank2.svg) no-repeat;
}
.cosme-top .itemSection .goodsStyle .itemList:nth-of-type(3) a::before {
  background: url(/d_images/campaign/cosme/rank3.svg) no-repeat;
}
.cosme-top .itemSection .goodsStyle .itemList:nth-of-type(4) a::before {
  background: url(/d_images/campaign/cosme/rank4.svg) no-repeat;
}
.cosme-top .itemSection .goodsStyle .itemList:nth-of-type(5) a::before {
  background: url(/d_images/campaign/cosme/rank5.svg) no-repeat;
}
/*アイテムから探す*/
.cosme-top .cosme-top-item {
  margin-top: 80px;
}
.cosme-top .cosme-top-item .cosme-top-item-wrap ul {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: center;*/
  max-width: 825px;
  width: 100%;
  margin: 0 auto;
}
.cosme-top .cosme-top-item .cosme-top-item-wrap ul li {
  max-width: 145px;
  width: calc((100% - 100px) / 5);
  margin-right: 25px;
  background-color: #FFF;
  border: 5px solid #D8D8D8;
}
.cosme-top .cosme-top-item .cosme-top-item-wrap ul li:nth-of-type(5n) {
  margin-right: 0;
}
.cosme-top .cosme-top-item .cosme-top-item-wrap ul li:nth-of-type(n+6) {
  margin-top: 25px;
}
.cosme-top .cosme-top-announce {
  border: solid 2px #ddd;
  margin-bottom: 60px;
  padding: 18px 24px 10px;
  margin-top: 80px;
}
.cosme-top .cosme-top-announce .title {
  font-weight: 700;
  margin-bottom: 10px;
}
.cosme-top .cosme-top-announce ul {
  margin: 0;
  padding: 0;
}
.cosme-top .cosme-top-announce ul li {
  margin-bottom: 10px;
}
.cosme-top .cosme-top-announce .textLink {
  margin-top: 0;
}
/**************************************************************
* お歳暮お買物ガイド
************************************************************ */
.cosme-top-guide .section .ttl {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: .01em;
  line-height: 36px;
  margin-bottom: 43px;
  padding: 0;
  text-align: center;
}
.cosme-top-guide .giftGuide .flex {
  align-items: flex-start;
  -webkit-box-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cosme-top-guide .giftGuide {
  background-color: #f6f6f8;
  margin-bottom: 60px;
}
.cosme-top-guide .giftGuideInner {
  margin: 0 auto;
  max-width: 1000px;
  padding: 40px 0;
}
.cosme-top-guide .giftGuide .section {
  margin-bottom: 0;
}
.cosme-top-guide .giftGuide .row .colomun:first-child {
  width: calc((390 / 1000) * 100%);
}
.cosme-top-guide .giftGuide .row .colomun:nth-child(2) {
  width: calc((350 / 1000) * 100%);
}
.cosme-top-guide .giftGuide .row .colomun:last-child {
  width: calc((170 / 1000) * 100%);
}
.cosme-top-guide .giftGuide .row .colomun .section:not(:last-child) {
  margin-bottom: 35px;
}
.cosme-top-guide .giftGuide .row .colomun .section {
  margin-bottom: 0;
}
.cosme-top-guide .giftGuide .row .colomun .section h3 {
  border-left: 3px solid #19191a;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .01em;
  line-height: 1.2;
  margin-bottom: 17px;
  padding-left: 10px;
}
.cosme-top-guide .giftGuide .row .colomun .section .register {
  display: inline-block;
}
.cosme-top-guide .giftGuide .row .colomun .section p, .cosme-top-guide .giftGuide .row .colomun .section dl dt, .cosme-top-guide .giftGuide .row .colomun .section dl dd, .cosme-top-guide .giftGuide .row .colomun .section ul, .cosme-top-guide .giftGuide .row .colomun .section ol {
  font-size: 12px;
  letter-spacing: .01em;
  line-height: 1.8;
}
.cosme-top-guide .giftGuide .row .colomun .section dl ol {
  font-size: 10px;
  letter-spacing: .01em;
}
.cosme-top-guide .giftGuide .row .colomun .section dl ol li {
  line-height: 1.5;
}
.cosme-top-guide .giftGuide .row .colomun .section p:not(:last-child), .cosme-top-guide .giftGuide .row .colomun .section dl:not(:last-child), .cosme-top-guide .giftGuide .row .colomun .section ul:not(:last-child), .cosme-top-guide .giftGuide .row .colomun .section ol:not(:last-child) {
  margin-bottom: 15px;
}
.cosme-top-guide .giftGuide .row .colomun .section p.mrb0, .cosme-top-guide .giftGuide .row .colomun .section dl.mrb0 {
  margin-bottom: 0;
}
.cosme-top-guide .giftGuide .row .colomun:first-child .section p:first-of-type {
  margin-bottom: 24px;
}
.cosme-top-guide .giftGuide .row .colomun .section .attention li {
  font-size: 12px;
  letter-spacing: .01em;
  padding-left: 1em;
  text-indent: -1em;
}
.cosme-top-guide .giftGuide .row .colomun .section .brackets li {
  line-height: 1.8;
  padding-left: 1.35em;
  position: relative;
  text-indent: -1.35em;
}
.cosme-top-guide .giftGuide .row .colomun .section .attention li::before {
  content: "※";
}

.cosme-top-guide .giftGuide .row .colomun .section .brackets li::before {
  content: "＞";
  font-size: 11px;
}
.cosme-top-guide .giftGuide .row .colomun .section .brackets a {
  border-bottom: 1px solid #19191a;
  font-size: 12px;
  letter-spacing: .01em;
}
.cosme-top-guide .giftGuide .row .colomun .section .flow li {
  counter-increment: number;
  font-size: 12px;
  letter-spacing: .01em;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.cosme-top-guide .giftGuide .row .colomun .section .flow li::before {
  content: counter(number)")";
  margin-right: 4px;
}
.cosme-top-guide .giftGuide .register .submitBtn {
  font-size: 16px;
  letter-spacing: .01em;
  margin-bottom: auto;
}
.cosme-top-guide .giftGuide .register .submitBtn:hover {
  background: #19191a;
  color: #fff;
  opacity: 1;
}
.cosme-top-guide .submitBtn, .cosme-top-guide input[type=submit].submitBtn {
  background: #fff;
  color: #19191a;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .1em;
  padding: .41em .5em;
  width: 250px;
}
/**
**************************************************************
* フッターバナー
************************************************************ */
.cosme-top .footerBanner .image {
  text-align: center;
}
/*クーポンコード*/
.campaign-wrap .coupon {
  text-align: center;
  background: #151515;
  padding-top: 20px;
  font-weight: bold;
}
.campaign-wrap .coupon_container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.campaign-wrap .coupon_text {
  background: #fff;
  padding: 0px 50px;
}
.campaign-wrap .coupon_number {
  color: #fff;
  padding: 0px 65px;
}
.campaign-wrap .coupon_text, .coupon_number {
  border: 2px solid #fff;
  font-size: 3rem;
}
.campaign-wrap .coupon_toggle {
  display: none;
}
.campaign-wrap .coupon_label {
  padding: 1rem;
  display: block;
  color: #fff;
  background: #151515;
  text-align: center;
  cursor: pointer;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.campaign-wrap .coupon_label span {
  position: relative;
  font-size: clamp(1.5rem, 3vw, 1.8rem);
  font-weight: bold;
}
.campaign-wrap .coupon_label span::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: calc(50% - 6px);
  right: -22px;
  transform: rotate(135deg);
}
.campaign-wrap .coupon_toggle:checked + .coupon_label span::after {
  transform: rotate(-45deg) !important;
}
.campaign-wrap .note {
  background-color: #f4f4f4;
  height: 0;
  padding: 0 20px;
  overflow: hidden;
  transition: all .3s;
}
.campaign-wrap .coupon_toggle:checked + .coupon_label + .note {
  height: auto;
  padding: 20px;
}

/*SP*/
@media screen and (max-width: 767px) {
  .cosme-brand .pc-none {
    display: block;
  }
  .cosme-brand .sp-none {
    display: none;
  }
  .contents-wrap .contents {
    margin-bottom: 0;
  }
  /*アイテムリスト*/
  .cosme-brand h3.brand-ttl {
    font-size: 20px;
  }
  .cosme-brand .brand-item-list {
    margin-top: 20px;
  }
  .cosme-brand .brand-item-list ul {
    margin: 20px auto;
    width: 90%;
    justify-content: space-between;
  }
  .cosme-brand .brand-item-list ul li {
    margin-right: 0;
    margin-bottom: 15px;
    min-width: 50%;
  }
  .cosme-brand .brand-item-list ul li a {
    background-position: left bottom;
  }
  .cosme-brand .brand-item-list ul li a span {
    font-size: 3.3vw !important;
  }
  /*キャンペーン*/
  .cosme-brand .campaign-wrap {
    flex-wrap: wrap;
    width: 90%;
    margin: 30px auto;
  }
  .cosme-brand .campaign-wrap .brand-campaign {
    padding: 20px;
    background-color: #F8F6F6;
    margin: 0 0 20px 0;
    width: 100%;
  }
  .cosme-brand .campaign-wrap .brand-campaign dl dt {
    font-size: 20px;
  }
  .cosme-brand .campaign-wrap .brand-campaign dl dd {
    height: auto !important;
  }
  /*キャンペーン1行用・クーポンコード掲載可能記述*/
  .cosme-top .campaign-wrap .brand-campaign-cp .img-cp-box .pic_flex{
  display: block;
}
  .cosme-top .campaign-wrap .brand-campaign-cp .img-cp-box .text_area{
    width:100%;
  }
  .cosme-top .campaign-wrap .brand-campaign-cp .campaign-cp-img{
    text-align: center;
    margin: 12px 0;
  }
  /*キャンペーン1行用・クーポンコード*/
  .coupon-box .cp_codeBlack,.coupon-box .newchapter_coupon{
    font-size: 17px;
}
    
    
    
    
    
  /*バナー*/
  .cosme-brand .brand-bnr {
    width: 90%;
    margin: 0 auto;
  }
  /*注目アイテム*/
  .cosme-brand .itemSection h3.brand-ttl {
    margin: 60px auto 0;
    text-align: center;
  }
  .cosme-top .itemSection .goodsStyle, .cosme-brand .itemSection .goodsStyle {
    margin: 0px auto 0;
  }
  .cosme-top .itemSection .goodsStyle .itemList a, .cosme-brand .itemSection .goodsStyle .itemList a {
    width: 100%;
  }
  .cosme-top .itemSection .goodsStyle .itemList, .cosme-brand .itemSection .goodsStyle .itemList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc((100% - (20px * 2)) / 2);
    margin-top: 20px;
    position: relative;
    padding: 0;
  }
  .cosme-top .itemSection .goodsStyle .itemList .name .cosme-brand .itemSection .goodsStyle .itemList .text .name {
    height: auto !important;
  }
  .cosme-top .itemSection .goodsStyle .itemList a img, .cosme-brand .itemSection .goodsStyle .itemList a img {
    width: 100%;
  }
  /*ブランド紹介*/
  .cosme-brand .brand-introduction {
    padding: 20px;
    width: 90%;
    margin: 50px auto;
  }
  .cosme-brand .brand-introduction dl {
    flex-wrap: wrap;
  }
  .cosme-brand .brand-introduction dl dt {
    width: 100%;
    height: 50%;
    background-color: #fff;
  }
  .cosme-brand .brand-introduction dl dt img {
    width: 70%;
  }
  .cosme-brand .brand-introduction dl dd {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    font-size: 16px;
  }
  /*もっと見るボタン*/
  .cosme-top .seeMore a, .cosme-brand .seeMore a {
    font-size: 15px;
    letter-spacing: .01em;
    width: 250px;
  }
  /*新規アイテム*/
   .cosme-top .fourColumn_flex {
    margin: 0px auto;
    width: 95%;
    display: grid;
  grid-template-columns: 48% 48%;
  }
  .cosme-top .fourColumn_flex .item_4:nth-child(n+3) {
    margin-top: 15px;
  }
  .cosme-top .fourColumn_flex .item_4 .ttl {
    font-size: 14px;
    padding: 9px 10px;
  }
  /*---------------------------
コスメトップ関連
---------------------------*/
  .cosme .mainvisual {
    margin: 0 auto 30px;
  }
  .cosme-top .cosme-item {
    margin-bottom: 0;
  }
  .cosme-top .cosme-item-list ul {
    width: 90%;
  }
  .cosme-top .cosme-item-list ul li {
    width: calc(100% / 2);
  }
  .cosme-top .cosme-item-list ul li a {
    padding-left: 25px;
  }
  .cosme-top .cosme-item-list ul li a span {
    font-size: 3.3vw !important;
  }
  .cosme-top .cosme-item-list ul li a::before {
    top: 20%;
  }
  .cosme-top .top-bnr-wrap {
    display: flex;
    width: 95%;
    margin: 0 auto;
  }
  .cosme-top .col2-bnr{
  margin-bottom: 80px;
}
  .cosme-top .top-bnr-wrap .bnr {
    width: 100%;
    margin-right: 0;
  }
  .cosme-top .cosme-top-ttl {
    font-size: 25px;
  }
  .cosme-top .itemSection .items {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-overflow-style: none;
    overflow-x: scroll;
    padding: 0 15px;
    scrollbar-width: none;
  }
  .cosme-top .itemSection .items::-webkit-scrollbar {
    display: none;
  }
  .cosme-top .itemSection .items .item {
    margin-bottom: 45px;
    min-width: 36vw;
    padding: 0;
    width: 36vw;
  }
  .cosme-top .itemSection .items .item a {
    position: relative;
    width: 100%;
  }
  .cosme-top .itemSection .items .item img {
    width: 100%;
  }
  .cosme-top .itemSection .items .item:not(:nth-child(5n)) {
    margin-right: 30px;
  }
  .cosme-top .itemSection .items .item:nth-child(5n) {
    margin-right: 30px;
  }
  .cosme-top .itemSection .items .item:last-child {
    margin-right: 0;
  }
  .cosme-top .hotSelling .items .item a {
    position: relative;
  }
  .cosme-top .hotSelling .items .item a::before {
    background: url(/d_images/top/sp/icon-ranking01.png);
    background-repeat: no-repeat !important;
    background-size: contain !important;
    content: "";
    display: inline-block;
    height: 52px;
    left: 0;
    max-height: 13.34vw;
    max-width: 12.4vw;
    position: absolute;
    top: 0;
    width: 49.5px;
    z-index: 1;
  }
  .cosme-top .campaign-wrap .brand-campaign dl dd .campaign-img {
    width: 122px;
    height: 122px;
  }
  .cosme-top .campaign-wrap .brand-campaign {
    width: 100%;
    margin-right: 0;
  }
  .cosme-top .campaign-wrap .brand-campaign dd {
    height: auto !important;
  }
  .cosme-top .cosme-top-brand .cosme-top-brand-wrap ul {
    width: 95%;
    margin: 0 auto;
    justify-content: flex-start;
  }
  .cosme-top .cosme-top-brand .cosme-top-brand-wrap ul li {
    width: calc((100% - 36px) / 3);
    max-width: 220px;
    margin-right: 18px;
    margin-bottom: 18px;
  }
  .cosme-top .cosme-top-brand .cosme-top-brand-wrap ul li:nth-child(3n) {
    margin-right: 0px;
  }
  .cosme-top .cosme-top-brand .cosme-top-brand-wrap ul li:nth-of-type(n+7) {
    margin-top: 0;
  }
  .cosme-top .cosme-top-item .cosme-top-item-wrap ul {
    width: 95%;
    margin: 0 auto;
    /*justify-content: space-between;*/
    align-items: flex-start;
  }
  .cosme-top .cosme-top-item .cosme-top-item-wrap ul li {
    width: calc((100% - 36px) / 3);
    max-width: 300px;
    margin-right: 18px;
    margin-bottom: 18px;
  }
  .cosme-top .cosme-top-item .cosme-top-item-wrap ul li:nth-child(3n) {
    margin-right: 0px;
  }
  .cosme-top .cosme-top-item .cosme-top-item-wrap ul li:nth-of-type(n+6) {
    margin-top: 0;
  }
  .cosme-top .cosme-top-item .cosme-top-item-wrap ul li:nth-of-type(5n) {
    margin-right: 18px;
  }
  .cosme-top .cosme-top-announce {
    width: 95%;
    margin: 50px auto 90px;
  }
  /**************************************************************
* お歳暮お買物ガイド
************************************************************ */
  .cosme-top-guide .section .ttl {
    font-size: 19px;
    letter-spacing: .01em;
    margin-bottom: 15px;
  }
  .cosme-top-guide .giftGuideInner {
    padding-top: 30px;
  }
  .cosme-top-guide .giftGuide .row .colomun:first-child {
    width: 95%;
    margin: 0 auto;
  }
  .cosme-top-guide .giftGuide .row .colomun:nth-child(2) {
    width: 95%;
    margin: 0 auto 35px;
  }
  .cosme-top-guide .giftGuide .row .colomun:last-child {
    width: 95%;
    margin: 0 auto;
  }
  .cosme-top-guide .giftGuide .row .colomun .section .register {
    display: block;
    margin: 0 auto;
  }
  .cosme-top .footerBanner .image {
    width: 95%;
    margin: 0 auto;
  }
/*クーポンコード*/
  .campaign-wrap .coupon {
    padding-top: 10px;
  }
  .campaign-wrap .coupon_text {
    padding: 0px 5px;
  }
  .campaign-wrap .coupon_number {
    padding: 0px 20px;
  }
  .campaign-wrap .coupon_text, .campaign-wrap .coupon_number {
    font-size: 1.7rem;
  }
/*キャンペーン（デザイン有）*/
  .cosme-top .campaign-wrap-top .campaign-ttl{
    font-size: 25px;
    margin: 0px auto;
    }
  .cp-box .date {
    font-size: 17px;
    }
  .cp-box .cp_code{
    margin: 30px 0px;
    text-align: center;
    margin-bottom: 40px;
    }
  .cosme-top .campaign-wrap-top .cp-box h4{
    margin-bottom: 6px;
    line-height: 1.5;
    }
  .cp-box .cp_codeBlack,.cp-box .newchapter_coupon{
    font-size: 18px;
}
}
@media screen and (max-width: 365px) {
  .cp-box .cp_code span{
    display: block;
    }
}
@charset "utf-8";
/* CSS Document */