@charset "UTF-8";
.Campaign-Wrapper .Keyvisual {
  background: url("../img/visual-bg.jpg") no-repeat center center;
  background-size: cover;
  height: 300px;
  position: relative;
}
.Campaign-Wrapper .Keyvisual .Title_Content {
  width: 50%;
  padding: 0px 50px;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 798px) {
  .Campaign-Wrapper .Keyvisual .Title_Content {
    width: 90%;
  }
}
.Campaign-Wrapper .Keyvisual .Title_Content h1 {
  max-width: 600px;
  width: 100%;
  height: auto;
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  margin: 0px auto 0;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.Campaign-Wrapper .Campaign__Content {
  max-width: 1360px;
  padding: 0 30px;
  width: 100%;
  margin: 100px auto;
}
@media only screen and (max-width: 798px) {
  .Campaign-Wrapper .Campaign__Content {
    padding: 0 30px;
  }
}
.Campaign-Wrapper .Campaign__Content img {
  max-width: 100%;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .Campaign-Wrapper .Campaign__Content .PC {
    display: none;
  }
}
.Campaign-Wrapper .Campaign__Content .SP {
  display: none;
}
@media only screen and (max-width: 640px) {
  .Campaign-Wrapper .Campaign__Content .SP {
    display: block;
    margin: 30px 0;
  }
}
.Campaign-Wrapper .shop-period_box {
  margin: 40px auto;
}
@media only screen and (max-width: 640px) {
  .Campaign-Wrapper .shop-period_box {
    margin: 20px auto;
  }
}
.Campaign-Wrapper .shop-period_box h2 {
  text-align: center;
  font-size: 26px;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 640px) {
  .Campaign-Wrapper .shop-period_box h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.Campaign-Wrapper .shop-period_box h3 {
  line-height: 1.6;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 640px) {
  .Campaign-Wrapper .shop-period_box h3 {
    font-size: 18px;
  }
}
.Campaign-Wrapper .shop-period_box > .flex {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .Campaign-Wrapper .shop-period_box > .flex {
    display: block;
  }
}
.Campaign-Wrapper .shop-period_box > .flex > div {
  border: #222 solid 2px;
  padding: 20px;
  width: calc(50% - 20px);
}
@media only screen and (max-width: 640px) {
  .Campaign-Wrapper .shop-period_box > .flex > div {
    width: 100%;
    margin-bottom: 40px;
  }
}
.Campaign-Wrapper .shop-period_box > .flex > div * {
  text-align: center;
}
.Campaign-Wrapper .shop-period_box > .flex > div h4 {
  background-color: #222;
  color: #fff;
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  line-height: 1.6;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  .Campaign-Wrapper .shop-period_box > .flex > div h4 {
    padding: 10px;
    font-size: 16px;
  }
}
.Campaign-Wrapper .shop-period_box > .flex > div img.sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  .Campaign-Wrapper .shop-period_box > .flex > div img.sp {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .Campaign-Wrapper .shop-period_box > .flex > div img.pc {
    display: none;
  }
}
.Campaign-Wrapper .shop-period_box > .flex > div > .flex {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.Campaign-Wrapper .shop-period_box > .flex > div > .flex > ul {
  width: calc(50% - 5px);
}
@media only screen and (max-width: 640px) {
  .Campaign-Wrapper .shop-period_box > .flex > div > .flex > ul {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .Campaign-Wrapper .shop-period_box > .flex > div > .flex {
    display: block;
  }
}
.Campaign-Wrapper .shop-period_box .shop-period_list li {
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .Campaign-Wrapper .shop-period_box .shop-period_list li.pc {
    display: none;
  }
}

.Comment {
  max-width: 640px;
  width: 100%;
  margin: 60px auto;
}
.Comment ul li {
  line-height: 1.6;
  margin: 0.5em 0;
  padding-left: 2em;
  position: relative;
}
.Comment ul li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}