#sh_cosme {
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 120px;
}
@media screen and (max-width: 780px) {
  #sh_cosme {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 60px;
    padding-inline: 15px;
  }
}
#sh_cosme img {
  vertical-align: bottom;
}
#sh_cosme .mv {
  margin-top: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 780px) {
  #sh_cosme .mv {
    margin: 0 -15px 15px;
  }
}
#sh_cosme .bnr {
  margin-bottom: 120px;
}
@media screen and (max-width: 780px) {
  #sh_cosme .bnr {
    margin: 0 -15px 30px;
  }
}
#sh_cosme .coupon {
  margin-bottom: 120px;
}
@media screen and (max-width: 780px) {
  #sh_cosme .coupon {
    margin-bottom: 60px;
  }
}
#sh_cosme .coupon .lead {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #E9091A;
  margin-bottom: 40px;
}
@media screen and (max-width: 780px) {
  #sh_cosme .coupon .lead {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
#sh_cosme .coupon .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 780px) {
  #sh_cosme .coupon .box {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
#sh_cosme .coupon .box_item {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 780px) {
  #sh_cosme .coupon .box_item {
    width: 100%;
  }
}
#sh_cosme .coupon .code {
  margin-bottom: 15px;
  border-radius: 10px;
  border: 1px solid #BBBBBB;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  #sh_cosme .coupon .code {
    margin-bottom: 10px;
  }
}
#sh_cosme .coupon .code dt {
  padding: 15px;
  font-size: 20px;
}
@media screen and (max-width: 780px) {
  #sh_cosme .coupon .code dt {
    padding: 8px;
    font-size: 16px;
  }
}
#sh_cosme .coupon .code dd {
  padding: 15px;
  font-size: 40px;
}
@media screen and (max-width: 780px) {
  #sh_cosme .coupon .code dd {
    font-size: 30px;
  }
}
#sh_cosme .coupon .box_item._seven-eleven .code dt {
  background: #FFD6DA;
}
#sh_cosme .coupon .box_item._seven-eleven .code dd {
  color: #E90D1A;
}
#sh_cosme .coupon .box_item._itoyokado .code dt {
  background: #D7FAFF;
}
#sh_cosme .coupon .box_item._itoyokado .code dd {
  color: #089FE7;
}
#sh_cosme .coupon .box_item._york .code dt {
  background: #FEFCD8;
}
#sh_cosme .coupon .box_item._york .code dd {
  color: #EBAB26;
}
#sh_cosme .coupon .box_item._york-benimaru .code dt {
  background: #E7FEF0;
}
#sh_cosme .coupon .box_item._york-benimaru .code dd {
  color: #248C23;
}
#sh_cosme .coupon .box_item._group .code dt {
  background: #FFECDB;
}
#sh_cosme .coupon .box_item._group .code dd {
  color: #E77D1E;
}
#sh_cosme .coupon .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 170px;
  height: 40px;
  margin-inline: auto;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 15px;
  font-weight: 700px;
  background: #444444;
  border-radius: 30px;
  color: #FFF;
  font-weight: 700;
  cursor: pointer;
}
#sh_cosme .coupon .copy:hover {
  opacity: 0.7;
}
#sh_cosme .coupon .notes {
  padding-inline: 30px;
}
@media screen and (max-width: 780px) {
  #sh_cosme .coupon .notes {
    padding-inline: 15px;
  }
}
#sh_cosme .wrap {
  margin-bottom: 120px;
}
@media screen and (max-width: 780px) {
  #sh_cosme .wrap {
    margin-bottom: 60px;
  }
}
#sh_cosme .ttl {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 780px) {
  #sh_cosme .ttl {
    font-size: 20px;
  }
  #sh_cosme .ttl:has(+ .text) {
    margin-bottom: 20px;
  }
}
#sh_cosme .text {
  color: #E9091A;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
}
@media screen and (max-width: 780px) {
  #sh_cosme .text {
    font-size: 16px;
  }
}
#sh_cosme .text span {
  text-decoration: underline;
}
#sh_cosme .pnl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
  padding-inline: 50px;
}
@media screen and (max-width: 780px) {
  #sh_cosme .pnl {
    gap: 27px;
    padding-inline: 15px;
  }
}
#sh_cosme .pnl a {
  display: block;
  width: calc((100% - 200px) / 5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 780px) {
  #sh_cosme .pnl a {
    width: calc((100% - 54px) / 3);
  }
}
#sh_cosme .pnl a:has(span) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #000000;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 780px) {
  #sh_cosme .pnl a:has(span) {
    font-size: 12px;
    line-height: 1.5;
  }
}
#sh_cosme .pnl a:has(span) span:after {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: translateY(-2px) rotate(45deg);
          transform: translateY(-2px) rotate(45deg);
  margin-left: 7px;
}
@media screen and (max-width: 780px) {
  #sh_cosme .pnl a:has(span) span:after {
    width: 4px;
    height: 4px;
    margin-left: 5px;
  }
}
#sh_cosme .pnl a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#sh_cosme .btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 600px;
  height: 100px;
  width: 100%;
  margin: 0 auto 60px;
  font-size: 25px;
  font-weight: 700;
  border: 1px solid #AAAAAA;
  background-color: #FCDDE5;
  border-radius: 70px;
}
@media screen and (max-width: 780px) {
  #sh_cosme .btn {
    margin-bottom: 25px;
    height: 50px;
    max-width: 354px;
    font-size: 16px;
  }
}
#sh_cosme .btn:after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 30px;
}
@media screen and (max-width: 780px) {
  #sh_cosme .btn:after {
    width: 6px;
    height: 6px;
    right: 15px;
  }
}
#sh_cosme .btn--sh {
  margin-bottom: 120px;
  background-color: #3A4D63;
  color: #FFF;
}
@media screen and (max-width: 780px) {
  #sh_cosme .btn--sh {
    margin-bottom: 60px;
  }
}
#sh_cosme .btn--sh:after {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
#sh_cosme .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
#sh_cosme .links a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
  width: calc((100% - 60px) / 5);
  font-size: 15px;
  font-weight: 700;
  border: 1px solid #AAAAAA;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 780px) {
  #sh_cosme .links a {
    height: 60px;
    width: calc((100% - 15px) / 2);
    font-size: 14px;
  }
}
#sh_cosme .links a:after {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 20px;
}
#sh_cosme .links a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#sh_cosme .caution_ttl {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  color: #E9091A;
}
@media screen and (max-width: 780px) {
  #sh_cosme .caution_ttl {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
#sh_cosme .caution_list {
  padding-inline: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 780px) {
  #sh_cosme .caution_list {
    padding-inline: 15px;
    margin-bottom: 30px;
  }
}
#sh_cosme .caution_list li span {
  color: #E9091A;
}
#sh_cosme .caution_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 260px;
  height: 40px;
  width: 100%;
  margin-inline: auto;
  font-size: 15px;
  font-weight: 700;
  background: #444444;
  color: #FFF;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 780px) {
  #sh_cosme .caution_btn {
    height: 50px;
    max-width: 270px;
  }
}
#sh_cosme .caution_btn:after {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 20px;
}
#sh_cosme .caution_btn:hover {
  text-decoration: none;
  opacity: 0.7;
}/*# sourceMappingURL=sh_cosme.css.map */