/* 終了期間 */
.end-comment {
    color: #fff;
    background: #1e2381;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.5;
    padding: 0.5em;
    margin: -3rem auto 2rem;
    text-align: center;
    max-width: 1066px;
    border-radius: 10px;
}
.end-thanks {
    color: red;
    text-align: center;
    padding-top: 20px;
}
/* 共通 */
.sp {
  display: none;
}
@media (max-width: 600px) {
  .sp {
    display: block;
  }
}
img {
  //width: 100%;
}
a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.center {
  text-align: center;
}
section {
  width: 95%;
  margin: 0 auto;
  max-width: 1200px;
}
.oubo-button {
  padding: 5% 0 0;
}
.oubo-button a {
  display: block;
  width: 60%;
  max-width: 500px;
  margin: 0 auto;
}
.title {
  width: 80%;
  margin: 0 auto;
  padding: 8% 0 3%;
}
.sub-title {
  margin-top: 8%;
  text-align: center;
  background-image: linear-gradient(
    90deg,
    #ffffff,
    #ffe138 5% 50%,
    #ffff86 95%,
    #ffffff
  );
  font-size: clamp(0.875rem, 0.6458rem + 1.2222vw, 1.5625rem);
  font-weight: bold;
  line-height: 1.5;
}
p {
  //font-size: clamp(0.875rem, 0.6458rem + 1.2222vw, 1.5625rem);
  font-weight: bold;
  line-height: 1.5;
}
.red {
  color: red;
}
.green {
  color: green;
}
.small {
  font-size: clamp(0.625rem, 0.5rem + 0.6667vw, 1rem);
  font-weight: normal;
}
.right {
  text-align: right;
}
ul li {
  position: relative;
  padding-left: 1.5em;
  //font-size: clamp(0.8125rem, 0.625rem + 1vw, 1.375rem);
  line-height: 1.4;
}
ul li::before {
  content: "◎";
  position: absolute;
  left: 0.25em;
}
/* トップ */
.top {
  background-image: url(../img/top/background.png);
  padding: 5% 5% 2%;
}
.top img {
  width: 70%;
  margin: 0 auto;
  display: block;
}
@media (max-width: 600px) {
  .top img {
    width: 85%;
  }
}
.top-header {
  padding-top: 3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 2rem;
  width: 90%;
  max-width: 1200px;
}
.top-header .button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1% 0.5%;
  padding: 1.5% 0 1.75em;
  font-size: 1.2em;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  border: solid 1px rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0.62);
  border-radius: 8px;
  box-shadow: none;
  width: 22%;
}
.top-header .button::after {
  content: "\f078";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.5em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
}
@media (max-width: 600px) {
  .top-header .button {
    width: 45%;
    margin: 0.5rem 2%;
    font-size: 0.8em;
  }
}

/* キャンペーン概要 */
.overview {
  width: 90%;
  margin: 0 auto;
}
.overview .movie {
  padding-top: 5%;
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
}
.overview .campaign-overview-schedule {
  width: 70%;
  margin: 3.5% auto 0;
  font-size: 1.4em;
  line-height: 1.9;
  font-weight: bolder;
  border: solid 1px #000;
  padding: 3%;
  box-sizing: border-box;
  font-size: clamp(1rem, 0.75rem + 1.3333vw, 1.75rem);
}
@media (max-width: 600px) {
  .overview .campaign-overview-schedule {
    width: 90%;
  }
}
.overview .policy-text {
  padding: 20px;
  background-color: #e8db97;
  border-radius: 10px;
  font-size: clamp(0.8125rem, 0.625rem + 1vw, 1.375rem);
  line-height: 1.4;
  font-weight: normal;
}
.overview .inquiry-text {
  text-align: center;
}
.overview .inquiry-text span {
  font-size: 1.2rem;
}

/* 対象商品･ブランド */
.campaign-products-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ttl {
  display: block;
  max-width: 900px;
  margin: -4% auto 0;
}
.campaign-item {
  width: 48%;
  margin: 1%;
  border: #c02170 3px solid;
  border-radius: 20px;
  padding: 20px 20px 40px;
  display: flex;
  height: auto;
}
@media (max-width: 600px) {
  .campaign-item {
    width: 100%;
  }
}
.products-box.r3 .campaign-item {
  border: #ff9933 3px solid;
}
.products-box.r2 .campaign-item {
  border: #008dbb 3px solid;
}
.campaign-item-picture {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 22%;
  margin-right: auto;
  padding: 3%;
}
.campaign-item-picture img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 115px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .campaign-item-picture {
  width: 35%;
}
  .campaign-item-picture img {
    max-height: 100px;
  }
}
.campaign-item-content {
  width: 73%;
  margin-left: 3%;
}
@media (max-width: 600px) {
  .campaign-item-content {
    width: 60%;
    margin-left: 3%;
  }
}
.campaign-item-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 3%;
}
.campaign-item-header img:nth-of-type(1) {
  max-width: 20%;
  width: auto;
}
.campaign-item-header img:nth-of-type(2) {
  max-width: 50%;
  width: auto;
}
.campaign-products-title {
  margin-top: 4%;
  font-size: clamp(1rem, 0.75rem + 1.3333vw, 1.75rem);
  text-align: center;
  font-weight: bold;
  line-height: 2;
  color: #c02170;
  background-color: #ffdfe6;
  border: none;
  width: 100%;
  margin-bottom: 2%;
}
.products-box.r3 .campaign-products-title {
  color: #ff9933;
  background-color: #fcf5ce;
}
.products-box.r2 .campaign-products-title {
  color: #008dbb;
  background-color: #deeef4;
}
.products-box {
  border: 3px solid #c02170;
  margin: 6% 2% 2%;
  padding: 0 2% 4%;
  margin-bottom: 50px
}
.products-box.r3 {
  border: 3px solid #ff9933;
}
.products-box.r2 {
  border: 3px solid #008dbb;
}
.products-box ul li {
  display: inline-block;
  position: relative;
  padding-left: 1.5em;
  font-size: clamp(0.625rem, 0.5rem + 0.6667vw, 1rem);
}
.products-box ul li span {
  color: #c02170;
  font-weight: 600;
}
.products-box .small span {
  color: #c02170;
}
.products-box ul li::before {
  content: "●";
  color: #c02170;
  position: absolute;
  left: 0.25em;
}
.products-box.r2 ul li span {
  color: #008dbb;
  font-weight: 600;
}
.products-box.r3 ul li span {
  color: #ff9933;
  font-weight: 600;
}
.products-box.r2 .small span {
  color: #008dbb;
}
.products-box.r2 ul li::before {
  content: "●";
  color: #008dbb;
  position: absolute;
  left: 0.25em;
}
.products-box.r3 ul li::before {
  content: "●";
  color: #ff9933;
  position: absolute;
  left: 0.25em;
}

/* プレゼントの紹介 */
.gifts .box {
  margin: 5% 2% 15%;
  border: 8px solid #d65f2e;
  border-radius: 20px;
  background-color: #fff;
}
.gifts .box.box-present1000 {
  border: 8px solid #00944d;
}
.gifts .box.box-present500 {
  border: 8px solid #004086;
}
.gifts .box.box-w {
  border: 8px solid #b66b6b;
}
@media (max-width: 600px) {
  .gifts .box {
    border: 3px solid #d65f2e;
  }
  .gifts .box.box-present1000 {
    border: 3px solid #00944d;
  }
  .gifts .box.box-present500 {
    border: 3px solid #004086;
  }
  .gifts .box.box-w {
    border: 3px solid #b66b6b;
  }
}
.campaign-gifts-title {
  width: 60%;
  display: block;
  margin-left: -5%;
}
.pin-center {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.gifts .box-contents {
  display: flex;
  justify-content: space-between;
  padding: 5% 5% 0;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .gifts .box-contents {
    padding: 5% 5% 5%;
  }
}
.gifts .box-contents .item-contents {
  width: 49%;
}
.gifts .box-contents .text-contents {
  width: 49%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 600px) {
  .gifts .box-contents .item-contents {
    width: 100%;
  }
  .gifts .box-contents .text-contents {
    width: 100%;
  }
}
.gifts .box-contents .text-contents .small {
  margin: 3% 0;
}
@media (max-width: 600px) {
  .gifts .box-contents .text-contents .small {
    margin: 0 0 3%;
  }
}
.gifts .box-contents .item-contents p {
  margin: 3% 0;
}
.gifts .box p span {
  color: #e7372f;
  font-weight: 600;
}
.gifts .box.box-present1000 p span {
  color: #187d41;
  font-weight: 600;
}
.gifts .box.box-present500 p span {
  color: #00a0e9;
  font-weight: 600;
}
.gifts .present-company {
  order: -1;
  display: flex;
  padding: 0.5em;
  justify-content: space-between;
  border-radius: 10px;
}
@media (max-width: 600px) {
  .gifts .present-company {
    order: 0;
    flex-direction: column;
  }
}
.gifts .cr1500 {
  background-color: #f2ae94;
}
.gifts .cr1000 {
  background-color: #ddf8c1;
}
.gifts .cr500 {
  background-color: #b2e3f8;
}
.gifts .present-company b {
  width: 70%;
}
@media (max-width: 600px) {
  .gifts .present-company b {
    width: 100%;
  }
}
.gifts .present-company span {
  font-size: clamp(0.625rem, 0.5rem + 0.6667vw, 1rem);
  color: #000 !important;
}
.gifts .button-outline-present1500 {
  display: inline-flex;
  align-items: center;
  background: #d65f2e;
  color: #ffffff;
  font-size: clamp(0.625rem, 0.5rem + 0.6667vw, 1rem);
  font-weight: normal;
  border-radius: 10px;
  padding: 1rem;
  line-height: 1;
  height: auto;
  align-self: flex-start;
  margin: 0.5rem 0;
  border: none;
}
.gifts .button-outline-present1000 {
  display: inline-flex;
  align-items: center;
  background: #00944d;
  color: #ffffff;
  font-size: clamp(0.625rem, 0.5rem + 0.6667vw, 1rem);
  font-weight: normal;
  border-radius: 10px;
  padding: 1rem;
  line-height: 1;
  height: auto;
  align-self: flex-start;
  margin: 0.5rem 0;
  border: none;
}
.gifts .button-outline-present500 {
  display: inline-flex;
  align-items: center;
  background: #006fbc;
  color: #ffffff;
  font-size: clamp(0.625rem, 0.5rem + 0.6667vw, 1rem);
  font-weight: normal;
  border-radius: 10px;
  padding: 1rem;
  line-height: 1;
  height: auto;
  align-self: flex-start;
  margin: 0.5rem 0;
  border: none;
}
@media (max-width: 600px) {
  .gifts .button-outline-present1500 {
    width: 100%;
    justify-content: center;
  }
  .gifts .button-outline-present1000 {
    width: 100%;
    justify-content: center;
  }
  .gifts .button-outline-present500 {
    width: 100%;
    justify-content: center;
  }
}
.gifts .present-company .campaign-gifts-image {
  margin-left: 5px;
  width: auto;
  width: clamp(0.625rem, 0.5rem + 0.6667vw, 1rem);
}

.gifts .box.box-w .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.gifts .box.box-w .row img {
  width: 50%;
}
@media (max-width: 600px) {
  .gifts .box.box-w .row img {
    width: 90%;
    margin: 0 auto;
  }
}

/* 実施店舗 */
.stores h5 {
  margin-top: 3%;
  font-size: clamp(0.875rem, 0.6458rem + 1.2222vw, 1.5625rem);
}
/* 
.stores .campaign-store-region {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0.5% auto 1%;
  padding: 2% 0;
  border-bottom: 3px dashed #000;
  width: 100%;
}
@media (max-width: 600px) {
  .stores .campaign-store-region {
    justify-content: center;
  }
}
 */
.stores .campaign-store-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  margin: 10px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #666666;
  border-radius: 8px;
  box-shadow: -2px 2px 10px -6px rgba(0, 0, 0, 0.6);
}
.stores .campaign-store-item img {
  max-width: 70px;
  max-height: 70px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
/* 協力店舗 */
.stores .campaign-cooperation-region {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 1% auto;
  align-items: center;
}
.stores .campaign-cooperation-region picture {
  width: 21%;
  margin: 2%;
}
@media (max-width: 600px) {
  .stores .campaign-cooperation-region picture {
    width: 25%;
    margin: 4%;
  }
}
.stores .campaign-cooperation-region picture img {
  max-width: 100%;
  max-height: 70px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
