@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;500;700&display=swap");
.link-hover {
  cursor: pointer;
}

.link-hover:hover {
  opacity: .7;
}

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

.w100 {
  width: 100%;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

a:hover {
  text-decoration: none;
}

.block {
  display: block;
}

.clearboth {
  clear: both;
}

.bold {
  font-weight: bold;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pc-none {
  display: none !important;
}

.sp-none {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc-none {
    display: block !important;
  }
  .sp-none {
    display: none;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.list-asterisk li::before {
  content: '※';
}

#seibo2021 .brTb {
  display: none;
}

#seibo2021 .brXs {
  display: none;
}

#seibo2021 .section {
  padding: 40px 40px;
}

#seibo2021 .title {
  margin-bottom: 40px;
}

#seibo2021 .title .titleH3 {
  font-family: "Noto Serif JP", serif;
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  position: relative;
  text-align: center;
}

#seibo2021 .title .titleH3 .small {
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0;
}

#seibo2021 .flexColumn3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#seibo2021 .flexColumn3 .item a {
  display: block;
}

#seibo2021 .viewAll {
  position: relative;
  z-index: 2;
}

#seibo2021 .viewAll a {
  background-color: #cb7650;
  height: 60px;
  color: #fff;
  font-size: 18px;
  line-height: 1.22;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 600px;
}

#seibo2021 .navigation {
  background-color: #a3b3cf;
  margin-bottom: 30px;
  padding: 30px;
}

#seibo2021 .anchorLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

#seibo2021 .anchorLinks .anchorLinkBtn {
  height: 70px;
  width: calc((100% - (10px * 3)) / 4);
}

#seibo2021 .anchorLinks .anchorLinkBtn:not(:nth-child(4n)) {
  margin-right: 10px;
}

#seibo2021 .anchorLinks .anchorLinkBtn a {
  background-color: #fff;
  background-image: url(icon-arrow-anchor-blue01.svg);
  background-position: calc(100% - 12px) 54%;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3d65a8;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  text-align: center;
}

#seibo2021 .attentionAnchorLink {
  text-align: center;
}

#seibo2021 .attentionAnchorLink a {
  background-image: url(icon-arrow-anchor-white01.svg);
  background-position: calc(100% - 25px) 54%;
  background-repeat: no-repeat;
  background-size: 17.96px 17.96px;
  border: 1px solid #fff;
  height: 70px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

#seibo2021 .sectionCampaign {
  padding: 0;
}

#seibo2021 .sectionCampaign .campaign {
  background-color: #d73541;
  padding: 10px;
}

#seibo2021 .sectionCampaign .campaign .campaignContent {
  background-color: #fff;
  background-image: url(bg-campaign01.png);
  padding: 60px 30px 30px;
  position: relative;
}

#seibo2021 .sectionCampaign .campaign .campaignContent:not(:last-child) {
  margin-bottom: 5px;
}

#seibo2021 .sectionCampaign .campaign .campaignContent::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 171.01px;
  left: 0;
  position: absolute;
  top: 0;
  width: 170px;
}

#seibo2021 .sectionCampaign .campaign .campaignContent:first-child::before {
  background-image: url(icon-campaign-number01.svg);
}

#seibo2021 .sectionCampaign .campaign .campaignContent:first-child .title {
  position: relative;
}

#seibo2021 .sectionCampaign .campaign .campaignContent:first-child .title::before {
  background-image: url(icon-present01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 94.18px;
  position: absolute;
  right: 70px;
  top: -28px;
  width: 77.76px;
}

#seibo2021 .sectionCampaign .campaign .campaignContent:nth-child(2) {
  padding: 48px 30px 30px;
}

#seibo2021 .sectionCampaign .campaign .campaignContent:nth-child(2)::before {
  background-image: url(icon-campaign-number02.svg);
}

#seibo2021 .sectionCampaign .campaign .campaignContent:nth-child(2) .titleH3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#seibo2021 .sectionCampaign .campaign .campaignContent:nth-child(2) .titleH3 img {
  margin-right: 10px;
}

#seibo2021 .sectionCampaign .title {
  font-family: "Noto Serif JP", serif;
}

#seibo2021 .sectionCampaign .title .subTitle {
  color: #d73541;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 19px;
  text-align: center;
}

#seibo2021 .sectionCampaign .title .subTitle .small {
  font-size: 20px;
}

#seibo2021 .sectionCampaign .title .subTitle .small:first-child {
  display: inline;
}

#seibo2021 .sectionCampaign .title .titleH3 {
  color: #d73541;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.03em;
}

#seibo2021 .sectionCampaign .title .titleH3 .small {
  font-size: 33px;
}

#seibo2021 .sectionCampaign .code {
  border: 3px solid #d73541;
  margin: 0 auto 10px;
  max-width: 800px;
  padding: 0 15px 30px;
  text-align: center;
}

#seibo2021 .sectionCampaign .code .codeTitle {
  color: #262626;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 12px;
}

#seibo2021 .sectionCampaign .code .codeTitle span {
  background-color: #fff;
  display: inline-block;
  margin-top: -18px;
  padding: 0 13px;
}

#seibo2021 .sectionCampaign .code .codeText {
  color: #d73541;
  font-size: 80px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 24px;
  text-shadow: 3px 3px 0 #d4d0d0;
}

#seibo2021 .sectionCampaign .code .codeDate {
  color: #262626;
  font-size: 20px;
  line-height: 1.2;
}

#seibo2021 .sectionCampaign .attention {
  margin: 0 auto;
  max-width: 800px;
}

#seibo2021 .sectionCampaign .attention dl {
  color: #262626;
  font-size: 16px;
  line-height: 1.56;
}

#seibo2021 .sectionCampaign .attention dl dt {
  font-weight: bold;
  margin-bottom: 5px;
  margin-left: -0.5em;
}

#seibo2021 .sectionCampaign .attention dl dd {
  font-size: 14px;
  line-height: 25px;
  padding-left: 1em;
  text-indent: -1em;
}

#seibo2021 .sectionCampaign .attention dl dd::before {
  content: "※";
}

#seibo2021 .sectionCampaign .attention dl dd .emphasis {
  color: #d65b60;
}

#seibo2021 .sectionCampaign .summry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}

#seibo2021 .sectionCampaign .summry .icon {
  height: 76px;
  margin-right: 10px;
  width: 76px;
}

#seibo2021 .sectionCampaign .summry .text {
  text-align: center;
}

#seibo2021 .sectionCampaign .summry .text .lead {
  color: #2a2a2a;
  font-size: 18px;
  line-height: 1.22;
  margin-bottom: 7px;
}

#seibo2021 .sectionCampaign .summry .text .lead .large {
  font-size: 22px;
}

#seibo2021 .sectionCampaign .summry .text .catch {
  color: #2a2a2a;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.21;
}

#seibo2021 .sectionCampaign .summry .text .catch .large {
  color: #d73541;
  font-size: 30px;
}

#seibo2021 .sectionCampaign .date {
  color: #262626;
  font-size: 18px;
  line-height: 1.67;
  margin-bottom: 14px;
  text-align: center;
}

#seibo2021 .sectionCampaign .endDate {
  margin-top: -20px;
}

#seibo2021 .sectionCampaign .coupon {
  margin-bottom: 28px;
  position: relative;
  text-align: center;
}

#seibo2021 .sectionCampaign .coupon .end {
  left: 50%;
  max-width: 700px;
  min-width: 500px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70%;
  z-index: 1;
}

#seibo2021 .sectionCampaign .coupon .catch {
  color: #2a2a2a;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 17px;
}

#seibo2021 .sectionCampaign .coupon .case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 23x;
}

#seibo2021 .sectionCampaign .coupon .case div {
  width: calc((100% - (15px * 2)) / 3);
}

#seibo2021 .sectionCampaign .coupon .case div:not(:last-child) {
  margin-right: 15px;
}

#seibo2021 .sectionCampaign .coupon .case div .caseLabel {
  color: #fff;
  font-size: 18px;
  line-height: 1.39;
  margin-bottom: 25px;
  padding: 13px 5px;
  position: relative;
}

#seibo2021 .sectionCampaign .coupon .case div .caseLabel .large {
  font-size: 25px;
  font-weight: 500;
}

#seibo2021 .sectionCampaign .coupon .case div .caseLabel::before {
  border-color: #007bff transparent transparent transparent;
  border-style: solid;
  border-width: 14px 18px 0 18px;
  bottom: -14px;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
}

#seibo2021 .sectionCampaign .coupon .case div .casePrice {
  color: #fff;
  font-size: 43px;
  font-weight: 600;
  line-height: 1.19;
}

#seibo2021 .sectionCampaign .coupon .case div .casePrice .small1 {
  font-size: 30px;
}

#seibo2021 .sectionCampaign .coupon .case div .casePrice .small2 {
  color: #2a2a2a;
  font-size: 25px;
}

#seibo2021 .sectionCampaign .coupon .case div:first-child .caseLabel {
  background-color: #d5823a;
}

#seibo2021 .sectionCampaign .coupon .case div:first-child .caseLabel::before {
  border-color: #d5823a transparent transparent transparent;
}

#seibo2021 .sectionCampaign .coupon .case div:first-child .casePrice {
  color: #d5823a;
}

#seibo2021 .sectionCampaign .coupon .case div:nth-child(2) .caseLabel {
  background-color: #4c72b1;
}

#seibo2021 .sectionCampaign .coupon .case div:nth-child(2) .caseLabel::before {
  border-color: #4c72b1 transparent transparent transparent;
}

#seibo2021 .sectionCampaign .coupon .case div:nth-child(2) .casePrice {
  color: #4c72b1;
}

#seibo2021 .sectionCampaign .coupon .case div:last-child .caseLabel {
  background-color: #d73541;
}

#seibo2021 .sectionCampaign .coupon .case div:last-child .caseLabel::before {
  border-color: #d73541 transparent transparent transparent;
}

#seibo2021 .sectionCampaign .coupon .case div:last-child .casePrice {
  color: #d73541;
}

#seibo2021 .sectionCampaign .content2 {
  margin-left: -82px;
  position: relative;
}

#seibo2021 .sectionCampaign .content2.endWrap {
  margin-left: -22px;
}

#seibo2021 .sectionCampaign .content2.endWrap .date {
  margin-left: 26px;
}

#seibo2021 .sectionCampaign .content2.mt70 {
  margin-top: 70px;
}

#seibo2021 .sectionCampaign .content2.mt70 .divider2 {
  border-top: 1px solid #ccc;
  margin: 32px auto;
  width: calc(80% - 22px);
}

#seibo2021 .sectionCampaign .content2 .end {
  left: 52%;
  max-width: 500px;
  min-width: 400px;
  position: absolute;
  top: 90%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70%;
  z-index: 1;
}

#seibo2021 .sectionCampaign .content2 .date {
  margin-left: 96px;
}

#seibo2021 .sectionCampaign .divider {
  background: -webkit-gradient(linear, left top, right top, from(#a7a7a7), color-stop(50%, #a7a7a7), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))) 0 0;
  background: linear-gradient(to right, #a7a7a7, #a7a7a7 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0 0;
  background-size: 10px 2px;
  height: 2px;
  height: 2px;
  margin: 32px 0;
  width: 100%;
}

#seibo2021 .service {
  background-color: #cbe7ff;
  padding-bottom: 40px;
  padding-top: 40px;
}

#seibo2021 .service .title {
  margin-bottom: 0;
}

#seibo2021 .service .title p {
  color: #494747;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.42;
  margin-bottom: 17px;
  text-align: center;
}

#seibo2021 .service .title .notes {
  color: #494747;
  font-size: 14px;
  line-height: 1.21;
  margin-bottom: 20px;
}

#seibo2021 .service .title .titleH3 {
  background-color: #5597d1;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  height: 70px;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: calc(100% - 20px);
}

#seibo2021 .service .title .titleH3::before {
  background-image: url(icon-arrow-service01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 8.517px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  width: 18.726px;
}

#seibo2021 .service .title .titleH3::after {
  border: 1px solid #fff;
  content: "";
  display: block;
  height: calc(100% - 10px);
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: calc(100% - 10px);
}

#seibo2021 .service .titleH3.open::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#seibo2021 .service .content {
  background-color: #e9f5ff;
  margin: 0 auto;
  padding: 32px 10px;
  width: calc(100% - 20px);
}

#seibo2021 .service .steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

#seibo2021 .service .steps .step {
  background-color: #fff;
  padding-bottom: 18px;
  position: relative;
  width: calc((100% - 10px) / 2);
}

#seibo2021 .service .steps .step:first-child {
  margin-right: 10px;
}

#seibo2021 .service .steps .step::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 60px;
  left: 0;
  position: absolute;
  top: 24px;
  width: 100px;
}

#seibo2021 .service .steps .step:not(:last-of-type) {
  margin-bottom: 10px;
}

#seibo2021 .service .steps .step:nth-of-type(1)::before {
  background-image: url(title-step01.svg);
}

#seibo2021 .service .steps .step:nth-of-type(2)::before {
  background-image: url(title-step02.svg);
}

#seibo2021 .service .steps .step:nth-of-type(3)::before {
  background-image: url(title-step03.svg);
}

#seibo2021 .service .steps .step:nth-of-type(4)::before {
  background-image: url(title-step04.svg);
}

#seibo2021 .service .steps .width100 {
  padding: 0 16px 0 50px;
  width: 100%;
}

#seibo2021 .service .steps .stepColumn {
  padding-bottom: 20px;
  padding-top: 20px;
}

#seibo2021 .service .steps .stepLast {
  padding-bottom: 28px;
  padding-top: 73px;
}

#seibo2021 .service .titleH4 {
  color: #494747;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  text-align: center;
}

#seibo2021 .service .desc {
  color: #363636;
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  text-align: center;
}

#seibo2021 .service .stepTextTitle {
  color: #000;
  font-size: 18px;
  line-height: 1.67;
  text-align: center;
}

#seibo2021 .service .stepImage {
  margin-bottom: 8px;
}

#seibo2021 .service .stepColumn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-bottom: 20px;
  padding-top: 20px;
}

#seibo2021 .service .stepColumn .stepText {
  text-align: left;
}

#seibo2021 .service .stepColumn .stepText {
  padding: 63px 15px 0 0;
  width: calc((571 / 944) * 100%);
}

#seibo2021 .service .stepColumn .stepImage {
  margin-bottom: 0;
  width: calc((373 / 944) * 100%);
}

#seibo2021 .service .stepText {
  color: #000;
  font-size: 18px;
  line-height: 1.67;
  text-align: center;
}

#seibo2021 .service .notes {
  color: #262626;
  font-size: 14px;
  line-height: 1.79;
  text-align: center;
}

#seibo2021 .service .stepTextTitle {
  margin-bottom: 13px;
  text-align: left;
}

#seibo2021 .service .flow {
  margin-left: 37px;
}

#seibo2021 .service .flow li {
  list-style-type: decimal;
}

@media screen and (max-width: 1100px) {
  #seibo2021 .service .flow li br {
    display: none;
  }
}

#seibo2021 .service .attention {
  margin: 0 auto;
  max-width: 807px;
}

#seibo2021 .service .attention dl dt {
  color: #262626;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.19;
  margin-bottom: 10px;
  margin-left: -0.5em;
}

#seibo2021 .service .attention dl dd {
  color: #262626;
  font-size: 14px;
  line-height: 1.79;
  padding-left: 1em;
  text-indent: -1em;
}

#seibo2021 .service .attention dl dd::before {
  content: "※";
}

#seibo2021 .sectionRanking {
  background-image: url(bg-ranking01.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 40px;
  padding: 10px;
  text-align: center;
}

#seibo2021 .sectionRanking .sectionInner {
  background-color: #fff;
  background-image: url(bg-rankingInner01.png);
  background-position: center top;
  background-size: cover;
  border-radius: 5px;
  padding: 45px 40px;
}

#seibo2021 .sectionRanking .title {
  margin-bottom: 40px;
  position: relative;
}

#seibo2021 .sectionRanking .title::after, #seibo2021 .sectionRanking .title::before {
  background-color: #d65b60;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

#seibo2021 .sectionRanking .title::after {
  bottom: -16px;
}

#seibo2021 .sectionRanking .title::before {
  bottom: -20px;
}

#seibo2021 .sectionRanking .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#seibo2021 .sectionRanking .item {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  width: calc((100% - (20px * 2)) / 3);
}

#seibo2021 .sectionRanking .item a::before {
  background-image: url(icon-number01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 64.33px;
  margin: 0 auto 14px;
  width: 73.39px;
  z-index: 2;
}

#seibo2021 .sectionRanking .item:hover a::before {
  opacity: 0.7;
}

#seibo2021 .sectionRanking .item:nth-child(2) a:before {
  background-image: url(icon-number02.svg);
}

#seibo2021 .sectionRanking .item:nth-child(3) a:before {
  background-image: url(icon-number03.svg);
}

#seibo2021 .sectionRanking .item:not(:nth-child(3n)) {
  margin-right: 20px;
}

#seibo2021 .sectionRanking .item .itemImg {
  margin-bottom: 13px;
}

#seibo2021 .sectionRanking a {
  color: #272727;
  display: block;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

#seibo2021 .sectionRanking .itemName {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 2px;
}

#seibo2021 .sectionRanking .itemPrice {
  font-size: 16px;
}

#seibo2021 .sectionRanking .itemPrice span {
  font-size: 16px;
}

#seibo2021 .sectionRanking .itemPrice .number {
  font-size: 20px;
  letter-spacing: 0;
}

#seibo2021 .hashCategories {
  margin-bottom: 50px;
  margin-top: 40px;
}

#seibo2021 .hashCategories ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#seibo2021 .hashCategories ul li {
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

#seibo2021 .hashCategories ul li a {
  border: 1px solid #707070;
  border-radius: 50px;
  height: 40px;
  color: #000;
  font-size: 16px;
  line-height: 1.19;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 35px;
}

#seibo2021 .hashCategories ul li a::before {
  content: "#";
  margin-right: 3px;
}

#seibo2021 .sectionCatalog {
  padding-left: 0;
  padding-right: 0;
}

#seibo2021 .sectionCatalog .item {
  width: calc((100% - (16px * 2)) / 3);
}

#seibo2021 .sectionCatalog .item:not(:nth-child(3n)) {
  margin-right: 16px;
}

#seibo2021 .sectionCatalog .item:nth-last-child(n + 4) {
  margin-bottom: 16px;
}

#seibo2021 .sectionCatalog .item .itemImg {
  margin-bottom: 6px;
}

#seibo2021 .sectionCatalog .item .itemDescription {
  color: #000;
  font-size: 16px;
  line-height: 1.56;
}

#seibo2021 .sectionCatalog .item:nth-last-child(-n + 4) {
  width: calc((100% - (16px * 3)) / 4);
}

#seibo2021 .sectionCatalog .item:nth-last-child(-n + 4):not(:nth-child(3n)) {
  margin-right: 0;
}

#seibo2021 .sectionCatalog .item:nth-last-child(-n + 4):not(:nth-child(4n)) {
  margin-right: 16px;
}

#seibo2021 .sectionCatalog .item:nth-last-child(-n + 4):nth-last-child(n + 4) {
  margin-bottom: 0;
}

#seibo2021 .sectionCatalog .endItem a {
  position: relative;
}

#seibo2021 .sectionCatalog .endItem a .endBnr {
  padding: 0 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

#seibo2021 .sectionLocalSpecialty {
  background-color: #ffe9df;
}

#seibo2021 .sectionLocalSpecialty .item {
  width: calc((100% - (15px * 3)) / 4);
}

#seibo2021 .sectionLocalSpecialty .item:not(:nth-child(4n)) {
  margin-right: 15px;
}

#seibo2021 .sectionLocalSpecialty .item:nth-last-child(n + 5) {
  margin-bottom: 15px;
}

#seibo2021 .sectionLocalSpecialty .endItem {
  position: relative;
}

#seibo2021 .sectionLocalSpecialty .endItem .endBnr {
  padding: 0 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

#seibo2021 .sectionLocalSpecialty .content {
  margin-bottom: 13px;
}

#seibo2021 .sectionShop {
  background-color: #d4e2cf;
}

#seibo2021 .sectionShop .item {
  width: calc((100% - (15px * 4)) / 5);
}

#seibo2021 .sectionShop .item:not(:nth-child(5n)) {
  margin-right: 15px;
}

#seibo2021 .sectionShop .item:nth-last-child(n + 6) {
  margin-bottom: 15px;
}

#seibo2021 .sectionShop .content {
  margin-bottom: 30px;
}

#seibo2021 .sectionShop .viewAll a {
  background-color: #608d51;
}

#seibo2021 .sectionBest {
  margin-bottom: 25px;
  padding: 40px 0 0;
}

#seibo2021 .sectionBest .item {
  border: 10px solid #ce0312;
  padding: 13px 10px 10px;
  width: calc((100% - (1px * 2)) / 3);
}

#seibo2021 .sectionBest .item:not(:nth-child(3n)) {
  margin-right: 1px;
}

#seibo2021 .sectionBest .item:nth-last-child(n + 4) {
  margin-bottom: 1px;
}

#seibo2021 .sectionBest .item .itemTitle {
  color: #ce0312;
  font-size: 21px;
  line-height: 1.33;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  text-align: center;
}

#seibo2021 .sectionBest .item .itemLead {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: center;
}

#seibo2021 .sectionBest .endItem a {
  position: relative;
}

#seibo2021 .sectionBest .endItem a .endBnr {
  bottom: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}

#seibo2021 .gojitakuBnr {
  margin-bottom: 40px;
}

#seibo2021 .gojitakuBnr .lead {
  color: #000;
  font-size: 16px;
  line-height: 1.56;
  margin-top: 6px;
}

#seibo2021 .sectionSelect {
  background-color: #ae3624;
  padding: 10px;
}

#seibo2021 .sectionSelect:not(:last-child) {
  margin-bottom: 1px;
}

#seibo2021 .sectionSelect .sectionInner {
  background-color: #fff;
  border-radius: 5px;
  padding: 40px 30px;
}

#seibo2021 .sectionSelect .title {
  margin-bottom: 40px;
}

#seibo2021 .sectionSelect .titleH3 {
  color: #272727;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  text-align: center;
}

#seibo2021 .sectionSelect .titleH3 .small {
  font-size: 25px;
}

#seibo2021 .sectionSelect .titleH3::after {
  background-color: #cf7679;
  bottom: -12px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
}

#seibo2021 .sectionSelect .item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#seibo2021 .sectionSelect .item ul li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #cf7679;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  color: #000;
  font-size: 16px;
  line-height: 1.56;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 24px;
  position: relative;
  width: 100%;
}

#seibo2021 .sectionSelect .item ul li a::after {
  background-image: url(icon-arrow-right01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 16.903px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7.8441px;
}

#seibo2021 .sectionItem .item ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#seibo2021 .sectionItem .item ul li {
  width: calc((100% - (5px * 4)) / 5);
}

#seibo2021 .sectionItem .item ul li:nth-last-child(n + 6) {
  margin-bottom: 5px;
}

#seibo2021 .sectionItem .item ul li:not(:nth-child(5n)) {
  margin-right: 5px;
}

#seibo2021 .sectionItem .item ul li a {
  padding: 0 20px 0 10px;
}

#seibo2021 .sectionPrice {
  padding: 10px;
}

#seibo2021 .sectionPrice .sectionInner {
  padding: 40px 15px;
}

#seibo2021 .sectionPrice .item ul li {
  margin: 0 7.5px;
  max-width: 300px;
  width: calc((100% - (7.5px * 6)) / 3);
}

#seibo2021 .sectionPrice .item ul li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#seibo2021 .sectionPrice .item ul li a .baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#seibo2021 .sectionPrice .item ul li a .small {
  font-size: 16px;
}

#seibo2021 .sectionPrice .item ul li:nth-last-child(n + 4) {
  margin-bottom: 15px;
}

#seibo2021 .sectionSearch {
  margin-bottom: 60px !important;
}

#seibo2021 .sectionSearch p {
  color: #000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 18px;
}

#seibo2021 .sectionSearch .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#seibo2021 .sectionSearch .inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - (185px + 10px));
}

#seibo2021 .sectionSearch .inputs li {
  font-size: 16px;
  width: calc((100% - (5px * 5)) / 6);
}

#seibo2021 .sectionSearch .inputs li:not(:nth-child(6)) {
  margin-right: 5px;
}

#seibo2021 .sectionSearch .inputs li input {
  border-color: #aaa;
  height: 50px;
  text-align: center;
  width: 100%;
}

#seibo2021 .sectionSearch .submit {
  margin-left: 10px;
  width: 185px;
}

#seibo2021 .sectionSearch .submit .submitButtom {
  background-color: #bb3939;
  color: #fff;
  font-size: 18px;
  height: 50px;
  letter-spacing: 0.2em;
  line-height: 1;
  width: 100%;
}

#seibo2021 .sectionSearch ::-webkit-input-placeholder {
  color: #bcbcbc;
  letter-spacing: 0.16em;
}

#seibo2021 .sectionSearch :-ms-input-placeholder {
  color: #bcbcbc;
  letter-spacing: 0.16em;
}

#seibo2021 .sectionSearch ::-ms-input-placeholder {
  color: #bcbcbc;
  letter-spacing: 0.16em;
}

#seibo2021 .sectionSearch ::placeholder {
  color: #bcbcbc;
  letter-spacing: 0.16em;
}

#seibo2021 .sectionSearch ::-moz-placeholder {
  color: #bcbcbc;
  letter-spacing: 0.16em;
}

#seibo2021 .sectionSearch ::-webkit-input-placeholder {
  color: #bcbcbc;
  letter-spacing: 0.16em;
}

#seibo2021 .sectionSearch :-ms-input-placeholder {
  color: #bcbcbc;
  letter-spacing: 0.16em;
}

#seibo2021 .bnrWrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 71px auto 5em;
  max-width: 880px;
  width: 100%;
}

#seibo2021 .bnrWrap .categoryLink,
#seibo2021 .bnrWrap .topBtn {
  width: 100%;
}

#seibo2021 .bnrWrap .topBtn {
  margin-right: 10px;
}

#seibo2021 .bnrWrap .topBtn a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #7a7778;
  color: #7a7778;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 23px;
  height: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 360px;
}

#seibo2021 .bnrWrap .categoryLink a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #bc7b2d;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 23px;
  font-weight: bold;
  height: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 480px;
}

#seibo2021 .sectionAttention {
  background-color: #f6f6f6;
  padding: 45px 63px 50px;
}

#seibo2021 .sectionAttention .title {
  margin-bottom: 28px;
}

#seibo2021 .sectionAttention .title .h2 {
  font-family: "Noto Sans JP", sans-serif;
  color: #272727;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}

#seibo2021 .sectionAttention .title span {
  position: relative;
}

#seibo2021 .sectionAttention .title span::before {
  background-color: #bc7b2d;
  bottom: -12px;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 50px;
}

#seibo2021 .sectionAttention p,
#seibo2021 .sectionAttention dt,
#seibo2021 .sectionAttention dd {
  color: #272727;
  font-size: 18px;
  line-height: 1.67;
}

#seibo2021 .sectionAttention dl {
  padding-left: 17px;
}

#seibo2021 .sectionAttention dt {
  font-size: 20px;
  font-weight: bold;
  margin-left: -12px;
}

#seibo2021 .sectionAttention dd:not(:last-child) {
  margin-bottom: 12px;
}

#seibo2021 .sectionAttention dd li {
  line-height: 1.6;
  padding-left: 1em;
  position: relative;
}

#seibo2021 .sectionAttention dd li .emphasis {
  color: #bb3939;
  font-weight: bold;
}

#seibo2021 .sectionAttention dd li .emphasisBlack {
  color: #272727;
}

#seibo2021 .sectionAttention dd li::before {
  content: "・";
  display: inline;
  left: 0;
  position: absolute;
}

#seibo2021 .sectionAttention dd li li {
  margin-bottom: 1px;
  padding-left: 1em;
  position: relative;
}

#seibo2021 .sectionAttention dd li li::before {
  content: "※";
  display: inline;
  left: 0;
  position: absolute;
}

#seibo2021 .sectionAttention p {
  margin-bottom: 12px;
}

#seibo2021 .sectionAttention .proviso {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 5px;
}

@media screen and (max-width: 1360px) and (min-width: 768px) {
  #seibo2021 .casePrice .brTb {
    display: block;
  }
  #seibo2021 .sectionBest .itemLead .mdNone {
    display: none;
  }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  #seibo2021 .sectionCampaign .brTb {
    display: block;
  }
  #seibo2021 .anchorLinks .anchorLinkBtn {
    height: 6.36vw;
  }
  #seibo2021 .anchorLinks .anchorLinkBtn a {
    background-size: 1.27vw 1.27vw;
    font-size: 1.82vw;
    line-height: 2.18vw;
  }
  #seibo2021 .anchorLinks .anchorLinkBtn a .brTb {
    display: block;
  }
  #seibo2021 .attentionAnchorLink a {
    background-size: 1.63vw 1.63vw;
    font-size: 1.82vw;
    height: 6.36vw;
    line-height: 2.18vw;
  }
  #seibo2021 .title .titleH3 {
    font-size: 3.64vw;
    line-height: 5.18vw;
  }
  #seibo2021 .title .titleH3::before {
    background-size: contain;
    height: 1.64vw;
    width: 7.45vw;
  }
  #seibo2021 .item .itemDescription {
    font-size: 1.64vw;
    line-height: 2.36vw;
  }
  #seibo2021 .viewAll a {
    font-size: 1.82vw;
    line-height: 2.09vw;
  }
  #seibo2021 .sectionCampaign {
    margin-bottom: 40px;
  }
  #seibo2021 .sectionCampaign .campaign {
    padding: 10px;
  }
  #seibo2021 .sectionCampaign .campaign .campaignContent {
    padding: 60px 30px 30px;
  }
  #seibo2021 .sectionCampaign .campaign .campaignContent:not(:last-child) {
    margin-bottom: 5px;
  }
  #seibo2021 .sectionCampaign .campaign .campaignContent::before {
    height: 15.55vw;
    width: 15.45vw;
  }
  #seibo2021 .sectionCampaign .campaign .campaignContent:first-child .title::before {
    height: 8.56vw;
    right: 6.36vw;
    top: -2.55vw;
    width: 7.07vw;
  }
  #seibo2021 .sectionCampaign .campaign .campaignContent:nth-child(2) {
    padding: 48px 30px 30px;
  }
  #seibo2021 .sectionCampaign .campaign .campaignContent:nth-child(2) .titleH3 img {
    margin-right: 10px;
  }
  #seibo2021 .sectionCampaign .title .subTitle {
    font-size: 2.73vw;
    line-height: 3.27vw;
  }
  #seibo2021 .sectionCampaign .title .subTitle .small {
    font-size: 1.82vw;
  }
  #seibo2021 .sectionCampaign .title .titleH3 {
    font-size: 4.55vw;
    line-height: 5.45vw;
  }
  #seibo2021 .sectionCampaign .title .titleH3 .small {
    font-size: 3vw;
  }
  #seibo2021 .sectionCampaign .code .codeText {
    font-size: 7.27vw;
    line-height: 8.73vw;
  }
  #seibo2021 .sectionCampaign .code .codeDate {
    font-size: 1.82vw;
    line-height: 2.18vw;
  }
  #seibo2021 .sectionCampaign .attention dl {
    color: #262626;
    font-size: 16px;
    line-height: 1.56;
  }
  #seibo2021 .sectionCampaign .attention dl dd {
    font-size: 14px;
    line-height: 25px;
  }
  #seibo2021 .sectionCampaign .summry {
    margin-bottom: 8px;
  }
  #seibo2021 .sectionCampaign .summry .icon {
    height: 76px;
    margin-right: 10px;
    width: 76px;
  }
  #seibo2021 .sectionCampaign .summry .text .lead {
    font-size: 1.64vw;
    line-height: 2vw;
  }
  #seibo2021 .sectionCampaign .summry .text .lead .large {
    font-size: 2vw;
  }
  #seibo2021 .sectionCampaign .summry .text .catch {
    font-size: 2.18vw;
    line-height: 2.73vw;
  }
  #seibo2021 .sectionCampaign .summry .text .catch .large {
    display: inline;
    font-size: 2.73vw;
    margin-top: 6px;
  }
  #seibo2021 .sectionCampaign .date {
    font-size: 1.64vw;
    line-height: 2.73vw;
  }
  #seibo2021 .sectionCampaign .coupon .catch {
    font-size: 1.82vw;
    line-height: 2.18vw;
  }
  #seibo2021 .sectionCampaign .coupon .case div .caseLabel {
    font-size: 1.64vw;
    line-height: 2.27vw;
  }
  #seibo2021 .sectionCampaign .coupon .case div .caseLabel .large {
    font-size: 2.27vw;
  }
  #seibo2021 .sectionCampaign .coupon .case div .casePrice {
    font-size: 3.91vw;
    line-height: 4.64vw;
  }
  #seibo2021 .sectionCampaign .coupon .case div .casePrice .small1 {
    font-size: 2.73vw;
  }
  #seibo2021 .sectionCampaign .coupon .case div .casePrice .small2 {
    font-size: 2.27vw;
  }
  #seibo2021 .sectionCampaign .content2 {
    margin-left: auto;
  }
  #seibo2021 .sectionCampaign .content2.endWrap {
    margin-left: auto;
  }
  #seibo2021 .sectionCampaign .content2.mt70 .divider2 {
    margin: 25px auto;
    width: 100%;
  }
  #seibo2021 .sectionCampaign .content2 .date {
    margin-left: auto;
  }
  #seibo2021 .sectionBest .itemLead .tbNone {
    display: none;
  }
  #seibo2021 .sectionSelect .sectionInner .item ul li a {
    font-size: 1.45vw;
    height: 5.45vw;
  }
  #seibo2021 .sectionSelect .sectionInner .spNone {
    display: none;
  }
  #seibo2021 .sectionPrice {
    padding: 10px;
  }
  #seibo2021 .sectionPrice .sectionInner {
    padding: 40px 15px;
  }
  #seibo2021 .sectionPrice .item ul li a {
    font-size: 2vw !important;
  }
  #seibo2021 .sectionPrice .item ul li a .small {
    font-size: 1.45vw !important;
  }
  #seibo2021 .sectionSearch .inputs {
    width: calc(100% - (100px + 10px));
  }
  #seibo2021 .sectionSearch .submit {
    width: 100px;
  }
}

#seibo2021 .sectionLocalSpecialty20211219 {
  margin-top: 70px;
}

#seibo2021 .gojitakuBnr20211219 {
  margin-top: 40px;
}

#seibo2021 .sectionBest20211219 {
  margin-bottom: 64px;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  #seibo2021 .bnrWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #seibo2021 .bnrWrap .categoryLink a {
    margin: 0 auto;
    max-width: 480px;
    width: 95%;
  }
  #seibo2021 .bnrWrap .topBtn a {
    height: 50px;
    margin: 20px auto 0;
    width: 80%;
  }
}

@media screen and (max-width: 980px) and (min-width: 768px) {
  #seibo2021 .price .item ul li {
    width: calc((100% - (20px * 1)) / 2);
  }
  #seibo2021 .price .item ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  #seibo2021 .price .item ul li:not(:nth-child(2n)) {
    margin-right: 20px;
  }
  #seibo2021 .price .item ul li:nth-last-child(n + 4) {
    margin-bottom: 0;
  }
  #seibo2021 .price .item ul li:nth-last-child(n + 3) {
    margin-bottom: 20px;
  }
  #seibo2021 .sectionSearch li input {
    font-size: 11px;
  }
}

@media screen and (max-width: 788px) and (min-width: 768px) {
  #seibo2021 .sectionItem .item ul li a {
    padding: 0 20px 0 7px;
  }
}

@media screen and (max-width: 767px) {
  #seibo2021 {
    margin-bottom: 5em;
  }
  #seibo2021 .section {
    padding: 25px 0 40px;
  }
  #seibo2021 .title {
    margin-bottom: 35px;
  }
  #seibo2021 .title .titleH3 {
    font-size: 26px;
    line-height: 28px;
  }
  #seibo2021 .title .titleH3 .small {
    font-size: 15px;
  }
  #seibo2021 .flexColumn3 .item {
    width: calc((100% - (10px * 1)) / 2);
  }
  #seibo2021 .flexColumn3 .item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  #seibo2021 .flexColumn3 .item:nth-last-child(n + 4) {
    margin-bottom: 0;
  }
  #seibo2021 .flexColumn3 .item a {
    display: block;
  }
  #seibo2021 .flexColumn3 .item .itemImg {
    margin-bottom: 8px;
  }
  #seibo2021 .flexColumn3 .item .itemDescription {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 2px;
  }
  #seibo2021 .viewAll {
    padding: 0 20px;
    text-align: center;
  }
  #seibo2021 .viewAll a {
    font-size: 18px;
    height: 60px;
    line-height: 20px;
    max-width: none;
  }
  #seibo2021 .mainvisual {
    margin-left: -14px;
    margin-right: -14px;
  }
  #seibo2021 .navigation {
    margin-left: -14px;
    margin-right: -14px;
    padding: 25px 10px;
  }
  #seibo2021 .anchorLinks {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
  #seibo2021 .anchorLinks .anchorLinkBtn {
    height: 50px;
    width: 100%;
  }
  #seibo2021 .anchorLinks .anchorLinkBtn:not(:nth-child(4n)) {
    margin-right: 0;
  }
  #seibo2021 .anchorLinks .anchorLinkBtn:not(:last-child) {
    margin-bottom: 10px;
  }
  #seibo2021 .anchorLinks .anchorLinkBtn a {
    background-position: calc(100% - 10px) 50%;
    background-size: 12.5px 12.5px;
    font-size: 18px;
  }
  #seibo2021 .attentionAnchorLink {
    text-align: center;
  }
  #seibo2021 .attentionAnchorLink a {
    background-position: calc(100% - 10px) 50%;
    background-size: 14px 14px;
    font-size: 18px;
    height: 50px;
  }
  #seibo2021 .sectionCampaign {
    margin-bottom: 20px;
    margin-left: -14px;
    margin-right: -14px;
    padding: 0;
  }
  #seibo2021 .sectionCampaign .campaign {
    padding: 5px;
  }
  #seibo2021 .sectionCampaign .campaign .campaignContent {
    background-image: url(bg-campaign01-sp.png);
    background-size: contain;
    padding: 28px 15px;
  }
  #seibo2021 .sectionCampaign .campaign .campaignContent::before {
    height: calc(175.69px / 2);
    width: calc(174.65px / 2);
  }
  #seibo2021 .sectionCampaign .campaign .campaignContent:first-child::before {
    background-image: url(icon-campaign-number01-sp.svg);
  }
  #seibo2021 .sectionCampaign .campaign .campaignContent:first-child .title::before {
    height: 48.18px;
    right: -8px;
    top: -7px;
    width: 40.76px;
  }
  #seibo2021 .sectionCampaign .campaign .campaignContent:nth-child(2) {
    padding: 38px 15px 28px;
  }
  #seibo2021 .sectionCampaign .campaign .campaignContent:nth-child(2)::before {
    background-image: url(icon-campaign-number02-sp.svg);
  }
  #seibo2021 .sectionCampaign .campaign .campaignContent:nth-child(2) .title {
    margin-bottom: 20px;
  }
  #seibo2021 .sectionCampaign .campaign .campaignContent:nth-child(2) .titleH3 {
    line-height: 39px;
    margin-left: -7%;
  }
  #seibo2021 .sectionCampaign .campaign .campaignContent:nth-child(2) .titleH3 img {
    margin-right: 3px;
    width: 37px;
  }
  #seibo2021 .sectionCampaign .title .subTitle {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  #seibo2021 .sectionCampaign .title .subTitle .smallNone {
    display: none !important;
  }
  #seibo2021 .sectionCampaign .title .subTitle .small {
    display: inline;
  }
  #seibo2021 .sectionCampaign .title .titleH3 {
    font-size: 30px;
    line-height: 28px;
  }
  #seibo2021 .sectionCampaign .title .titleH3 .small {
    font-size: 16.5px;
  }
  #seibo2021 .sectionCampaign .code {
    border-width: 1.5px;
    margin: 0 auto 14px;
    padding: 0 6px 18px;
  }
  #seibo2021 .sectionCampaign .code .codeTitle {
    font-size: 18px;
    margin-bottom: 14px;
  }
  #seibo2021 .sectionCampaign .code .codeTitle span {
    margin-top: -11px;
  }
  #seibo2021 .sectionCampaign .code .codeText {
    font-size: 50px;
    margin-bottom: 24px;
    text-shadow: 1.5px 1.5px 0 #d4d0d0;
  }
  #seibo2021 .sectionCampaign .code .codeDate {
    font-size: 16px;
  }
  #seibo2021 .sectionCampaign .attention {
    margin: 0 auto;
    max-width: 800px;
  }
  #seibo2021 .sectionCampaign .attention dl {
    font-size: 15px;
  }
  #seibo2021 .sectionCampaign .attention dl dd {
    line-height: 22.5px;
  }
  #seibo2021 .sectionCampaign .summry {
    display: block;
    margin-bottom: 8px;
  }
  #seibo2021 .sectionCampaign .summry .icon {
    height: 55px;
    margin: 0 auto 13px;
    width: 55px;
  }
  #seibo2021 .sectionCampaign .summry .text {
    text-align: center;
  }
  #seibo2021 .sectionCampaign .summry .text .lead {
    line-height: 1.5em;
    margin-bottom: 10px;
  }
  #seibo2021 .sectionCampaign .summry .text .catch {
    line-height: 1.5em;
  }
  #seibo2021 .sectionCampaign .date {
    font-size: 16px;
    letter-spacing: -0.2px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 0;
    text-align: left;
  }
  #seibo2021 .sectionCampaign .coupon {
    margin-bottom: 15px;
    text-align: center;
  }
  #seibo2021 .sectionCampaign .coupon .end {
    left: 50%;
    min-width: 350px;
    top: 0;
  }
  #seibo2021 .sectionCampaign .coupon .end img {
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
    width: 98%;
  }
  #seibo2021 .sectionCampaign .coupon .catch {
    font-size: 18px;
    line-height: 28px;
  }
  #seibo2021 .sectionCampaign .coupon .case {
    display: block;
    margin-bottom: 0;
  }
  #seibo2021 .sectionCampaign .coupon .case div {
    width: 100%;
  }
  #seibo2021 .sectionCampaign .coupon .case div:not(:last-child) {
    margin-bottom: 25px;
    margin-right: 0;
  }
  #seibo2021 .sectionCampaign .coupon .case div .caseLabel {
    margin-bottom: 19px;
    padding: 11px 5px 13px;
  }
  #seibo2021 .sectionCampaign .coupon .case div .caseLabel .large {
    font-size: 23px;
  }
  #seibo2021 .sectionCampaign .coupon .case div .caseLabel::before {
    border-width: 14px 18px 0 18px;
    bottom: -14px;
  }
  #seibo2021 .sectionCampaign .coupon .case div .casePrice {
    font-size: 42.5px;
    line-height: 51px;
  }
  #seibo2021 .sectionCampaign .coupon .case div .casePrice .small1 {
    font-size: 24.5px;
  }
  #seibo2021 .sectionCampaign .coupon .case div .casePrice .small2 {
    font-size: 24.5px;
  }
  #seibo2021 .sectionCampaign .content2 {
    margin-left: 0;
  }
  #seibo2021 .sectionCampaign .content2 .end img {
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
    width: 98%;
  }
  #seibo2021 .sectionCampaign .content2.endWrap {
    margin-left: auto;
  }
  #seibo2021 .sectionCampaign .content2.endWrap .date {
    margin-left: auto;
  }
  #seibo2021 .sectionCampaign .content2.mt70 {
    margin-top: 30px;
  }
  #seibo2021 .sectionCampaign .divider {
    background-size: 5px 1px;
    height: 1px;
    height: 1px;
    margin: 30px 0;
  }
  #seibo2021 .sectionCampaign .content2.mt70 .divider2 {
    margin: 15px auto;
    width: 90%;
  }
  #seibo2021 .sectionCampaign .content2 .end {
    left: 50%;
    min-width: 350px;
    top: 70%;
  }
  #seibo2021 .sectionCampaign .content2 .date {
    margin-left: auto;
  }
  #seibo2021 .sectionCampaign .pcNoneInline {
    display: inline;
  }
  #seibo2021 .service {
    margin-bottom: 0;
    margin-bottom: 40px;
  }
  #seibo2021 .service .title {
    cursor: auto;
  }
  #seibo2021 .service .title :hover {
    opacity: 1;
  }
  #seibo2021 .service .title p {
    font-size: 18px;
    line-height: 1.5em;
  }
  #seibo2021 .service .title .notes {
    line-height: 1.5em;
  }
  #seibo2021 .service .title .titleH3 {
    font-size: 18px;
    height: 60px;
  }
  #seibo2021 .service .title .titleH3::before {
    height: 8.517px;
    right: 20px;
    top: 50%;
    width: 18.726px;
  }
  #seibo2021 .service .title .titleH3::after {
    height: calc(100% - 5px);
    width: calc(100% - 5px);
  }
  #seibo2021 .service .content {
    padding: 30px 10px;
  }
  #seibo2021 .service .steps {
    margin-bottom: 17px;
  }
  #seibo2021 .service .steps .step {
    padding: 60px 15px 15px;
    padding-bottom: 18px;
    width: 100%;
  }
  #seibo2021 .service .steps .step:first-child {
    margin-right: 0;
  }
  #seibo2021 .service .steps .step::before {
    height: 30px;
    left: 0;
    position: absolute;
    top: 15px;
    width: 80px;
  }
  #seibo2021 .service .steps .step:not(:last-of-type) {
    margin-bottom: 10px;
  }
  #seibo2021 .service .steps .width100 {
    padding: 15px;
  }
  #seibo2021 .service .steps .stepColumn {
    padding-top: 57px;
  }
  #seibo2021 .service .steps .stepColumn .stepImage {
    margin-bottom: 13px;
  }
  #seibo2021 .service .steps .stepLast {
    padding-bottom: 13px;
    padding-top: 57px;
  }
  #seibo2021 .service .titleH4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  #seibo2021 .service .desc {
    font-size: 14px;
    line-height: 22.5px;
    margin-bottom: 10px;
  }
  #seibo2021 .service .stepTextTitle {
    font-size: 16px;
    line-height: 22.5px;
  }
  #seibo2021 .service .stepImage {
    margin-bottom: 8px;
  }
  #seibo2021 .service .stepImage img {
    margin: 0 auto;
  }
  #seibo2021 .service .stepColumn {
    display: block;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  #seibo2021 .service .stepColumn .stepText {
    padding: 0;
    width: 100%;
  }
  #seibo2021 .service .stepColumn .stepImage {
    margin-bottom: 0;
    width: 100%;
  }
  #seibo2021 .service .stepText {
    font-size: 16px;
    line-height: 26px;
  }
  #seibo2021 .service .notes {
    font-size: 14px;
    line-height: 23px;
    margin-top: 4px;
  }
  #seibo2021 .service .stepTextTitle {
    font-size: 16px;
    margin-bottom: 13px;
    text-align: center;
  }
  #seibo2021 .service .flow {
    line-height: 26px;
    margin-bottom: 10px;
    margin-left: 25px;
  }
  #seibo2021 .service .attention {
    margin: 0 auto;
    max-width: 807px;
  }
  #seibo2021 .service .attention dl dt {
    font-size: 16px;
    margin-bottom: 8px;
  }
  #seibo2021 .service .attention dl dd {
    font-size: 14px;
    line-height: 24px;
  }
  #seibo2021 .sectionRanking {
    background-repeat: repeat;
    background-size: contain;
    margin-bottom: 50px;
    padding: 10px;
  }
  #seibo2021 .sectionRanking .sectionInner {
    background-image: url(bg-rankingInner01-sp.png);
    background-size: contain;
    border-radius: 5px;
    padding: 10px 15px 20px;
  }
  #seibo2021 .sectionRanking .title {
    margin: 0 -22.5px 42px;
  }
  #seibo2021 .sectionRanking .title::after, #seibo2021 .sectionRanking .title::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - (25px * 2));
  }
  #seibo2021 .sectionRanking .lists {
    display: block;
    padding: 0;
  }
  #seibo2021 .sectionRanking .item {
    width: 100%;
  }
  #seibo2021 .sectionRanking .item::before {
    background-image: url(icon-number01.svg);
    height: 42.5px;
    top: -18px;
    width: 60px;
  }
  #seibo2021 .sectionRanking .item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  #seibo2021 .sectionRanking .item:not(:last-child) {
    margin-bottom: 22px;
  }
  #seibo2021 .sectionRanking .item .itemImg {
    margin-bottom: 6px;
  }
  #seibo2021 .sectionRanking .item .itemName {
    font-size: 18px;
    margin-bottom: 5px;
  }
  #seibo2021 .sectionRanking .item .itemPrice {
    font-size: 9px;
  }
  #seibo2021 .sectionRanking .item .itemPrice span {
    font-size: 12px;
  }
  #seibo2021 .sectionRanking .item .itemPrice .number {
    font-size: 18px;
  }
  #seibo2021 .hashCategories {
    margin-bottom: 40px;
  }
  #seibo2021 .hashCategories ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #seibo2021 .hashCategories ul li {
    margin-bottom: 10px;
    margin-left: 0;
  }
  #seibo2021 .hashCategories ul li:not(:last-child) {
    margin-left: 0;
    margin-right: 0;
  }
  #seibo2021 .hashCategories ul li:not(:last-child) {
    margin-right: 10px;
  }
  #seibo2021 .hashCategories ul li a {
    padding: 0 15px;
  }
  #seibo2021 .sectionCatalog {
    padding: 25px 0 20px;
  }
  #seibo2021 .sectionCatalog .item {
    width: calc((100% - (10px * 1)) / 2);
  }
  #seibo2021 .sectionCatalog .item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  #seibo2021 .sectionCatalog .item:nth-child(2n-1) {
    margin-right: 10px;
  }
  #seibo2021 .sectionCatalog .item:nth-last-child(n + 4) {
    margin-bottom: 0;
  }
  #seibo2021 .sectionCatalog .item:nth-last-child(n + 3) {
    margin-bottom: 15px;
  }
  #seibo2021 .sectionCatalog .item .itemImg {
    margin-bottom: 6px;
  }
  #seibo2021 .sectionCatalog .item .itemDescription {
    font-size: 14px;
  }
  #seibo2021 .sectionCatalog .item:nth-last-child(-n + 4) {
    width: calc((100% - (10px * 1)) / 2);
  }
  #seibo2021 .sectionCatalog .item:nth-last-child(-n + 4):not(:nth-child(4n)) {
    margin-right: 0;
  }
  #seibo2021 .sectionCatalog .item:nth-last-child(-n + 4):nth-child(2n-1) {
    margin-right: 10px;
  }
  #seibo2021 .sectionCatalog .endItem a .endBnr {
    padding: 0 13px;
  }
  #seibo2021 .sectionCatalog .endItem a .endBnr img {
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
    width: 98.34%;
  }
  #seibo2021 .sectionLocalSpecialty {
    padding: 25px 10px 30px;
  }
  #seibo2021 .sectionLocalSpecialty .title {
    margin-bottom: 23px;
  }
  #seibo2021 .sectionLocalSpecialty .item {
    width: calc((100% - (10px * 1)) / 2);
  }
  #seibo2021 .sectionLocalSpecialty .item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  #seibo2021 .sectionLocalSpecialty .item:not(:nth-child(4n)) {
    margin-right: 0;
  }
  #seibo2021 .sectionLocalSpecialty .item:nth-last-child(n + 4) {
    margin-bottom: 0;
  }
  #seibo2021 .sectionLocalSpecialty .item:nth-child(2n-1) {
    margin-right: 10px;
  }
  #seibo2021 .sectionLocalSpecialty .item:not(:last-child) {
    margin-bottom: 10px;
  }
  #seibo2021 .sectionLocalSpecialty .item .itemImg {
    margin-bottom: 0;
    text-align: center;
  }
  #seibo2021 .sectionLocalSpecialty .endItem .endBnr img {
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
    width: 98.34%;
  }
  #seibo2021 .sectionLocalSpecialty .content {
    margin-bottom: 0;
  }
  #seibo2021 .sectionShop {
    padding: 25px 10px 30px;
  }
  #seibo2021 .sectionShop .title {
    margin-bottom: 23px;
  }
  #seibo2021 .sectionShop .item {
    width: calc((100% - (10px * 2)) / 3);
  }
  #seibo2021 .sectionShop .item:not(:nth-child(5n)) {
    margin-right: 0;
  }
  #seibo2021 .sectionShop .item:not(:nth-child(3n)) {
    margin-right: 10px;
  }
  #seibo2021 .sectionShop .item:nth-last-child(n + 6) {
    margin-bottom: 0;
  }
  #seibo2021 .sectionShop .item:nth-last-child(n + 4) {
    margin-bottom: 10px;
  }
  #seibo2021 .sectionShop .item .itemImg {
    margin-bottom: 0;
  }
  #seibo2021 .sectionShop .content {
    margin-bottom: 30px;
  }
  #seibo2021 .sectionShop .viewAll a {
    background-color: #608d51;
  }
  #seibo2021 .sectionBest {
    margin-bottom: 25px;
    padding: 25px 0 0;
  }
  #seibo2021 .sectionBest .title {
    margin-bottom: 23px;
  }
  #seibo2021 .sectionBest .item {
    border: 5px solid #ce0312;
    padding: 10px;
    width: calc((100% - (1px * 1)) / 2);
  }
  #seibo2021 .sectionBest .item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  #seibo2021 .sectionBest .item:nth-child(2n + 1) {
    margin-right: 1px;
  }
  #seibo2021 .sectionBest .item:nth-last-child(n + 4) {
    margin-bottom: 0;
  }
  #seibo2021 .sectionBest .item:nth-last-child(n + 3) {
    margin-bottom: 1px;
  }
  #seibo2021 .sectionBest .item .itemImg {
    margin-bottom: 0;
  }
  #seibo2021 .sectionBest .item .itemTitle {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 5px;
  }
  #seibo2021 .sectionBest .item .itemLead {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 7px;
  }
  #seibo2021 .sectionBest .item .itemLead .tbNone {
    display: none;
  }
  #seibo2021 .sectionBest .endItem a .endBnr img {
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
    width: 98%;
  }
  #seibo2021 .gojitakuBnr {
    margin-bottom: 25px;
  }
  #seibo2021 .gojitakuBnr .lead {
    font-size: 14px;
  }
  #seibo2021 .sectionSelect {
    border-width: 10px;
    padding: 10px;
  }
  #seibo2021 .sectionSelect .title {
    margin-bottom: 30px;
  }
  #seibo2021 .sectionSelect .sectionInner {
    padding: 15px 12.5px 15px;
  }
  #seibo2021 .sectionSelect .titleH3 {
    font-size: 26px;
    margin-bottom: 17px;
  }
  #seibo2021 .sectionItem .item ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #seibo2021 .sectionItem .item ul li {
    width: calc((100% - (10px * 1)) / 2);
  }
  #seibo2021 .sectionItem .item ul li:nth-last-child(n + 6) {
    margin-bottom: 0;
  }
  #seibo2021 .sectionItem .item ul li:nth-last-child(n + 3) {
    margin-bottom: 10px;
  }
  #seibo2021 .sectionItem .item ul li:not(:nth-child(5n)) {
    margin-right: 0;
  }
  #seibo2021 .sectionItem .item ul li:not(:nth-child(2n)) {
    margin-right: 10px;
  }
  #seibo2021 .sectionItem .item ul li a {
    line-height: 1.2;
    padding: 0 24px 0 10px;
  }
  #seibo2021 .sectionPrice .sectionInner {
    padding: 15px;
  }
  #seibo2021 .sectionPrice .item ul {
    display: block;
  }
  #seibo2021 .sectionPrice .item ul li {
    margin-left: 0;
    margin-right: 0 !important;
    max-width: none;
    width: 100%;
  }
  #seibo2021 .sectionPrice .item ul li a {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    font-size: 16px;
    height: 43px;
    padding-top: 10px;
  }
  #seibo2021 .sectionPrice .item ul li a span {
    font-size: 14px;
  }
  #seibo2021 .sectionPrice .item ul li a::after {
    background-size: contain;
    height: 16px;
    right: 15px;
    width: 7px;
  }
  #seibo2021 .sectionPrice .item ul li:not(:last-child) {
    margin-bottom: 15px;
  }
  #seibo2021 .sectionSearch p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 16px;
    text-align: center;
  }
  #seibo2021 .sectionSearch .form {
    display: block;
  }
  #seibo2021 .sectionSearch .inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 13px;
    width: 100%;
  }
  #seibo2021 .sectionSearch .inputs li {
    font-size: 12px;
    width: calc((100% - (10px * 2)) / 3);
  }
  #seibo2021 .sectionSearch .inputs li:not(:nth-child(6)) {
    margin-right: 0;
  }
  #seibo2021 .sectionSearch .inputs li:not(:nth-child(3n)) {
    margin-right: 10px;
  }
  #seibo2021 .sectionSearch .inputs li:nth-last-child(n + 4) {
    margin-bottom: 10px;
  }
  #seibo2021 .sectionSearch .inputs li input {
    height: 40px;
  }
  #seibo2021 .sectionSearch .submit {
    margin-left: 0;
    padding: 0 74px;
    width: 100%;
  }
  #seibo2021 .sectionSearch .submit .submitButtom {
    font-size: 18px;
    height: 50px;
    width: 100%;
  }
  #seibo2021 .sectionSearch ::-webkit-input-placeholder {
    font-size: 12px;
  }
  #seibo2021 .sectionSearch :-ms-input-placeholder {
    font-size: 12px;
  }
  #seibo2021 .sectionSearch ::-ms-input-placeholder {
    font-size: 12px;
  }
  #seibo2021 .sectionSearch ::placeholder {
    font-size: 12px;
  }
  #seibo2021 .sectionSearch ::-moz-placeholder {
    font-size: 12px;
  }
  #seibo2021 .sectionSearch ::-webkit-input-placeholde {
    font-size: 12px;
  }
  #seibo2021 .sectionSearch :-ms-input-placeholder {
    font-size: 12px;
  }
  #seibo2021 .sectionAttention {
    padding: 20px;
  }
  #seibo2021 .sectionAttention p,
  #seibo2021 .sectionAttention dt,
  #seibo2021 .sectionAttention dd {
    font-size: 14px;
    line-height: 25px;
  }
  #seibo2021 .sectionAttention dl {
    padding-left: 17px;
  }
  #seibo2021 .sectionAttention dt {
    font-size: 14px;
    margin-left: -9px;
  }
  #seibo2021 .sectionAttention dd:not(:last-child) {
    margin-bottom: 5px;
  }
  #seibo2021 .sectionAttention dd li {
    line-height: 22px;
    margin-bottom: 4px;
    padding-left: 1em;
    position: relative;
  }
  #seibo2021 .sectionAttention p {
    margin-bottom: 3px;
  }
  #seibo2021 .sectionAttention .proviso {
    font-size: 12px;
    margin-bottom: 5px;
  }
  #seibo2021 .bnrWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  #seibo2021 .bnrWrap .categoryLink a {
    font-size: 19px;
    margin: 0 auto;
    max-width: 480px;
    width: 95%;
  }
  #seibo2021 .bnrWrap .topBtn {
    margin-right: 0;
  }
  #seibo2021 .bnrWrap .topBtn a {
    font-size: 16px;
    height: 50px;
    line-height: 1.4;
    margin: 20px auto 0;
    text-align: center;
    width: 80%;
  }
  #seibo2021 .contents {
    padding: 0;
  }
  #seibo2021 .sectionLocalSpecialty20211219 {
    margin-top: 45px;
  }
  #seibo2021 .gojitakuBnr20211219 {
    margin-top: 30px;
  }
  #seibo2021 .sectionBest20211219 {
    margin-top: -20px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 374px) {
  #seibo2021 .bnrWrap .categoryLink a {
    font-size: 17px;
  }
  #seibo2021 .attentionAnchorLink a {
    padding: 0 36px;
  }
  #seibo2021 .sectionCampaign .campaign .campaignContent::before {
    height: calc(153.69px / 2);
    width: calc(154.65px / 2);
  }
}

@media screen and (max-width: 354px) {
  #seibo2021 .attentionAnchorLink .brXs {
    display: block;
  }
  #seibo2021 .sectionCampaign .summry .text .lead {
    font-size: 16px;
  }
  #seibo2021 .sectionCampaign .summry .text .catch {
    font-size: 20px;
  }
  #seibo2021 .sectionCampaign .summry .text .catch .large {
    color: #d73541;
    font-size: 27px;
  }
}

@media screen and (max-width: 320px) {
  #seibo2021 .sectionItem .item ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #seibo2021 .sectionItem .item ul li a {
    font-size: 13px;
    height: 50px;
  }
  #seibo2021 .sectionSearch p {
    font-size: 12px;
  }
  #seibo2021 .sectionSearch .inputs li input {
    font-size: 11px;
  }
  #seibo2021 .sectionSearch ::-webkit-input-placeholder {
    font-size: 11px;
  }
  #seibo2021 .sectionSearch :-ms-input-placeholder {
    font-size: 11px;
  }
  #seibo2021 .sectionSearch ::-ms-input-placeholder {
    font-size: 11px;
  }
  #seibo2021 .sectionSearch ::placeholder {
    font-size: 11px;
  }
  #seibo2021 .sectionSearch ::-moz-placeholder {
    font-size: 11px;
  }
  #seibo2021 .sectionSearch ::-webkit-input-placeholder {
    font-size: 11px;
  }
  #seibo2021 .sectionSearch :-ms-input-placeholder {
    font-size: 11px;
  }
}

#footer .toTop {
  display: none !important;
}

body .contents {
  margin: 0 auto 5em;
}

@media screen and (max-width: 767px) {
  .toTop {
    bottom: 0 !important;
  }
  body .contents {
    margin: 0;
  }
}
