@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.contentsWrap * {
  box-sizing: border-box;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

.contentsWrap {
  font-size: 1rem;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  background-color: #efebe3;
}

.secArea {
  padding-top: 70px;
}
.secArea.sec_target {
  margin-bottom: 100px;
}
.secArea.sec_method {
  padding-top: 150px;
  margin-top: -150px;
}
@media screen and (max-width: 768px) {
  .secArea {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .secArea.sec_outline, .secArea.sec_target {
    padding-top: 90px;
  }
  .secArea.sec_method {
    padding-top: 220px;
    margin-top: -220px;
  }
}
@media screen and (max-width: 480px) {
  .secArea {
    padding-top: 40px;
  }
  .secArea.sec_method {
    padding-top: 160px;
    margin-top: -160px;
  }
}

.innerBox {
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .innerBox {
    max-width: 100%;
    width: 100%;
    padding: 0 3%;
  }
}

.pcImg {
  display: block;
}

.spImg {
  display: none;
}

@media screen and (max-width: 640px) {
  .pcImg {
    display: none;
  }

  .spImg {
    display: block;
  }
}
.tbBr {
  display: none;
}
@media screen and (max-width: 768px) {
  .tbBr {
    display: block;
  }
}

.spBr {
  display: none;
}
@media screen and (max-width: 640px) {
  .spBr {
    display: block;
  }
}

.secTitle {
  width: 100%;
  height: 59px;
  font-size: 1.625rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.secTitle::before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 20px;
  margin-left: -20px;
}
.secTitle.targetTitle {
  background: #c68903;
  background: linear-gradient(90deg, #c68903 0%, #efcb7e 25%, #f8f2e4 50%, #c68903 75%, #eec983 100%);
}
.secTitle.targetTitle::before {
  border-color: rgba(248, 242, 228, 0);
  border-top-color: #f8f2e4;
}
.secTitle.methodTitle {
  color: #fff;
  background: black;
  background: linear-gradient(90deg, black 0%, #4d4d4d 50%, black 100%);
}
.secTitle.methodTitle::before {
  border-top-color: #4d4d4d;
}

.normalLink {
  color: #000;
  text-decoration: none;
  transition: 0.3s linear;
}
.normalLink:hover {
  text-decoration: none;
  transition: 0.3s;
  opacity: 0.7;
}

.normalLimg {
  vertical-align: bottom;
  height: auto;
  width: 100%;
}

.common_BtnWrap {
  width: 100%;
}
.common_BtnWrap .common_Btn {
  font-size: 1.125rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-decoration: none;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .common_BtnWrap .common_Btn {
    width: 90%;
    height: 90%;
  }
}
.common_BtnWrap .common_Btn::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: calc(50% - 14px);
  right: 8%;
}
@media screen and (max-width: 480px) {
  .common_BtnWrap .common_Btn::after {
    right: 5%;
  }
}
.common_BtnWrap .common_Btn:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: 0.3s;
}

.ancMenu_wrap {
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #595757;
  position: sticky;
  top: 0;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .ancMenu_wrap {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 640px) {
  .ancMenu_wrap {
    font-size: 1.25rem;
  }
}
.ancMenu_wrap .ancMenuUl {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  list-style-type: none;
}
@media screen and (max-width: 640px) {
  .ancMenu_wrap .ancMenuUl {
    height: auto;
    flex-wrap: wrap;
  }
}
.ancMenu_wrap .ancMenuUl .ancMenuLi {
  width: 25%;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .ancMenu_wrap .ancMenuUl .ancMenuLi {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 40px;
  }
}
.ancMenu_wrap .ancMenuUl .ancMenuLi .ancMenu {
  color: #fff;
}
.ancMenu_wrap .ancMenuUl .ancMenuLi .ancMenu::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #fff;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .ancMenu_wrap .ancMenuUl .ancMenuLi .ancMenu::after {
    margin-left: 0.5em;
  }
}

.ancMenu_fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

.outline_wrap .outlineBox {
  position: relative;
  margin-bottom: 40px;
}
.outline_wrap .outlineBox::before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  position: absolute;
  pointer-events: none;
  border-width: 20px;
  margin-left: -20px;
}
.outline_wrap .outlineBox .outlineDl {
  width: 100%;
  font-weight: 700;
  display: flex;
  align-items: stretch;
  background-color: #4d4d4d;
  padding: 11px 30px;
}
@media screen and (max-width: 480px) {
  .outline_wrap .outlineBox .outlineDl {
    flex-direction: column;
    padding: 20px;
  }
}
.outline_wrap .outlineBox .outlineDl .outlineDt {
  width: 3em;
  font-size: 2.1875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .outline_wrap .outlineBox .outlineDl .outlineDt {
    font-size: 1.875rem;
    width: 100%;
  }
}
.outline_wrap .outlineBox .outlineDl .outlineDd {
  width: calc(100% - 3em);
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  color: #fff;
  margin-left: 15px;
}
@media screen and (max-width: 480px) {
  .outline_wrap .outlineBox .outlineDl .outlineDd {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.outline_wrap .outlineBox .outlineUl {
  font-weight: 700;
  list-style-type: none;
  background-color: #fff;
  padding: 25px 30px;
}
@media screen and (max-width: 768px) {
  .outline_wrap .outlineBox .outlineUl {
    padding: 20px;
  }
}
.outline_wrap .outlineBox .outlineUl .outlineLi {
  font-size: 1.5rem;
  padding: 0  0 10px 5px;
  border-bottom: 2px dotted #000;
  margin-bottom: 15px;
  padding-left: 2.25rem;
  text-indent: -2.25rem;
}
.outline_wrap .outlineBox .outlineUl .outlineLi:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}
.outline_wrap .outlineBox .outlineUl .outlineLi .outlineLiSpan01 {
  font-size: 1rem;
}
.outline_wrap .outlineBox .outlineUl .outlineLi .outlineLiSpan {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  margin-left: 2.25rem;
}
@media screen and (max-width: 768px) {
  .outline_wrap .outlineBox .outlineUl .outlineLi .outlineLiSpan {
    display: block;
    margin-left: 2.25rem;
  }
}
@media screen and (max-width: 480px) {
  .outline_wrap .outlineBox .outlineUl .outlineLi .outlineLiSpan {
    margin-left: 0;
    padding-left: 1em;
    text-indent: -1em;
  }
}
.outline_wrap .outlineImgBox .outlineImg {
  display: block;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.outline_wrap .outlineImgBox .outlineImgP {
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .outline_wrap .outlineImgBox .outlineImgP {
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
  }
}
.outline_wrap .outlineImgBox .outlineImgP > br {
  display: block;
}
@media screen and (max-width: 960px) {
  .outline_wrap .outlineImgBox .outlineImgP > br {
    display: none;
  }
}

.targetTitle {
  margin-bottom: 0;
}

.targetBox .targetFlex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 50px 13% 0;
}
@media screen and (max-width: 768px) {
  .targetBox .targetFlex {
    padding: 40px 5% 0;
  }
}
.targetBox .targetFlex .targetModel {
  max-width: 328px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .targetBox .targetFlex .targetModel {
    width: 47%;
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .targetBox .targetFlex .targetModel {
    width: 100%;
  }
}
.targetBox .targetFlex .targetModel .targetDl {
  width: 100%;
  text-align: center;
}
.targetBox .targetFlex .targetModel .targetDl .targetDt {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 3px 10px;
  margin-bottom: 7px;
  background: black;
  background: linear-gradient(90deg, black 0%, #4d4d4d 50%, black 100%);
}
.targetBox .targetFlex .targetModel .targetDl .targetDd {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
.targetBox .targetFlex .targetModel .targetDl .targetDd .targetDdUl {
  width: 100%;
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin-top: 15px;
}
.targetBox .targetFlex .targetModel .targetDl .targetDd .targetDdUl .targetDdLi {
  width: 18%;
  font-weight: 400;
}
.targetBox .targetFlex .targetModel .targetDl .targetDd .targetDdUl .targetDdLi:not(:last-of-type) {
  margin-right: 2.5%;
}
.targetBox .targetFlex .targetModel .targetDl .targetDd .targetDdUl .targetDdLi > a {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
}
.targetBox .targetNote {
  font-size: 0.875rem;
  color: #4d4d4d;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  .targetBox .targetNote {
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
  }
}

.targetLink {
  width: 490px;
  height: 90px;
  margin: 50px auto 0;
}
@media screen and (max-width: 480px) {
  .targetLink {
    width: 90%;
    margin: 30px auto 0;
  }
}
.targetLink .targetImg {
  width: 100%;
}

.methodBox {
  width: 100%;
  display: flex;
  background-color: #fff;
  position: relative;
  list-style-type: none;
  padding: 25px 0;
}
@media screen and (max-width: 768px) {
  .methodBox {
    flex-direction: column;
    align-items: inherit;
    padding: 25px;
  }
}
.methodBox:not(:last-of-type) {
  margin-bottom: 20px;
}

.methodStep {
  width: 170px;
  list-style-type: none;
  display: flex;
  align-items: center;
  border-right: 1px solid #000;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .methodStep {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #000;
    padding-left: 0;
    justify-content: center;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
.methodStep > img {
  width: 100px;
}

.methodDescWrap {
  width: calc(100% - 170px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: justify;
  position: relative;
  padding: 0 30px;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .methodDescWrap {
    width: 100%;
    flex-direction: column;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .methodDescWrap {
    width: 100%;
  }
}

.methodDescBox.descW {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .methodDescBox.descW {
    width: 100%;
  }
}

.methodDescLead {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .methodDescLead {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .methodDescLead {
    font-size: 1.25rem;
  }
}
.methodDescLead .method_red {
  color: #c0272d;
}

.methodDescCaution {
  font-size: 0.875rem;
  text-indent: -1em;
  padding-left: 1em;
}
.methodDescCaution:not(:last-of-type) {
  margin-bottom: 0.1rem;
}
.methodDescCaution .method_red {
  color: #c0272d;
}
.methodDescCaution .brNone {
  display: block;
  margin-left: 1em;
}

.methodDescLead br, .methodDescCaution br {
  display: block;
}
@media screen and (max-width: 768px) {
  .methodDescLead br, .methodDescCaution br {
    display: none;
  }
}

.methodNotice {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border-radius: 6px;
  color: #fff;
  background-color: #c0272d;
  margin-top: 15px;
  padding: 8px 0;
}
@media screen and (max-width: 768px) {
  .methodNotice {
    font-size: 1rem;
    line-height: 1.4;
    text-align: left;
    margin-top: 25px;
    padding: 10px;
  }
}

.methodImgBox {
  width: 30%;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .methodImgBox {
    width: 45%;
    margin-left: 0;
    margin: 25px auto 0;
  }
}
@media screen and (max-width: 640px) {
  .methodImgBox {
    width: 70%;
  }
}
@media screen and (max-width: 480px) {
  .methodImgBox {
    margin: 15px auto 0;
  }
}
.methodImgBox .imgStep3 {
  max-width: 250px;
  display: block;
  margin: 0 auto;
}
.methodImgBox .imgStep4 {
  max-width: 200px;
  display: block;
  margin: 0 auto;
}

.method_trademark {
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
}
.method_trademark br {
  display: none;
}
@media screen and (max-width: 480px) {
  .method_trademark br {
    display: block;
  }
}

/*応募規約*/
.sec-rules {
  position: relative;
  z-index: 10;
  text-align: justify;
}
.sec-rules .rulesTitle {
  font-size: 1.125rem;
  font-weight: 700;
  text-indent: -.5em;
  color: #c0272d;
}
.sec-rules .rulesP + .rulesTitle, .sec-rules .rulesUl + .rulesTitle, .sec-rules .rulesUl + .rulesUl {
  margin-top: 15px;
}
.sec-rules .rulesPtop, .sec-rules .rulesUl .rulesLi {
  text-indent: -1em;
  padding-left: 1em;
}
.sec-rules .rulesUl, .sec-rules .rulesLi {
  list-style-type: none;
}
.sec-rules .rulesLink {
  color: #000;
  text-decoration: underline;
}
.sec-rules .seeMore {
  display: none;
}
.sec-rules .seeMore .rulesTitle:first-of-type {
  margin-top: 15px;
}
.sec-rules .moreBtnBox {
  margin: 30px auto 0;
}

.moreBtn.common_Btn {
  width: 400px;
  height: 64px;
  color: #4d4d4d;
  border: 3px solid #4d4d4d;
  background-color: #efebe3;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .moreBtn.common_Btn {
    width: 90%;
  }
}

/*お問い合わせ*/
.sec-contact {
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}
.sec-contact .outerBox {
  width: 100%;
  text-align: center;
  padding: 70px 0;
  background-color: #909090;
}
@media screen and (max-width: 480px) {
  .sec-contact .outerBox {
    padding: 40px 0 70px;
  }
}
.sec-contact .contactTitle {
  width: 72%;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 20px 0;
  margin: 0 auto 50px;
  border: 1px solid #fff;
  background-color: inherit;
}
@media screen and (max-width: 768px) {
  .sec-contact .contactTitle {
    width: 100%;
    font-size: 0.9375rem;
    padding: 15px 0;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 480px) {
  .sec-contact .contactTitle {
    line-height: 1.4;
  }
}
.sec-contact .contactTitle > br {
  display: none;
}
@media screen and (max-width: 480px) {
  .sec-contact .contactTitle > br {
    display: block;
  }
}
.sec-contact .contactP {
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .sec-contact .contactP {
    font-size: 1rem;
  }
}
.sec-contact .contactP > .contactSmall {
  font-size: 0.9375rem;
}
@media screen and (max-width: 480px) {
  .sec-contact .contactP > .contactSmall {
    font-size: 0.8125rem;
  }
}
.sec-contact .contactP > .spBr {
  display: none;
}
@media screen and (max-width: 480px) {
  .sec-contact .contactP > .spBr {
    display: block;
  }
}
.sec-contact .contact_time {
  color: #fff;
  margin: 15px 0;
}
.sec-contact .contact_time .contactPl1 {
  padding-left: 1em;
}
@media screen and (max-width: 480px) {
  .sec-contact .contact_time .contactPl1 {
    display: block;
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .sec-contact .contact_time {
    margin: 10px 0;
  }
}
.sec-contact .contact_caution {
  font-size: 0.9375rem;
  color: #fff;
  list-style-type: none;
}
@media screen and (max-width: 480px) {
  .sec-contact .contact_caution {
    font-size: 0.8125rem;
  }
}
.sec-contact .contact_caution .contactLi {
  list-style-type: none;
}
.sec-contact .contact_caution .contactLi > br {
  display: none;
}
@media screen and (max-width: 480px) {
  .sec-contact .contact_caution .contactLi > br {
    display: block;
  }
}
.sec-contact .contact_linkBtnBox {
  width: auto;
  margin: 50px 0 20px;
  background-color: inherit;
}
@media screen and (max-width: 480px) {
  .sec-contact .contact_linkBtnBox {
    margin: 30px 15px;
  }
}
.sec-contact .contact_linkBtnBox .contact_linkBtn {
  width: 400px;
  height: 64px;
  font-size: 1.125rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #000;
  border: 3px solid #000;
  border-radius: 6px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 480px) {
  .sec-contact .contact_linkBtnBox .contact_linkBtn {
    width: 90%;
    height: 58px;
  }
}
.sec-contact .contact_linkBtnBox .contact_linkBtn::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  right: 12.5%;
}

/*スクロールフッター固定ボタン*/
.fixedBtn {
  width: 100%;
}
.fixedBtn .fixedBtnBox {
  width: 100%;
  background-color: #efebe3;
}
.fixedBtn .fixedBtnBox .fixedBtn_btn {
  display: block;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixedBtn .fixedBtnBox .fixedBtn_btn .fixedBtnLink {
  width: 280px;
  height: auto;
  /*確定前*/
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .fixedBtn .fixedBtnBox .fixedBtn_btn .fixedBtnLink {
    width: 70%;
  }
}
@media screen and (max-width: 480px) {
  .fixedBtn .fixedBtnBox .fixedBtn_btn .fixedBtnLink {
    width: 90%;
  }
}

._fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 20;
  transition: 0.3s;
}

._fixed._ended {
  bottom: 60px;
  transition: 0.1s;
}
@media screen and (max-width: 480px) {
  ._fixed._ended {
    bottom: 40px;
  }
}

.shopListBtn {
  width: 100%;
  margin: 70px auto 100px;
  position: relative;
  z-index: 15;
}
@media screen and (max-width: 768px) {
  .shopListBtn {
    margin: 50px auto 70px;
  }
}
@media screen and (max-width: 480px) {
  .shopListBtn {
    margin: 35px auto 50px;
  }
}
.shopListBtn .shopListLink {
  width: 100%;
  height: 64px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  background-color: #595757;
}
.shopListBtn .shopListLink::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: inherit;
  margin-left: 1em;
}

/*指定販売店リスト*/
.shopListWrap {
  display: none;
}

#sec-shopList * {
  box-sizing: border-box;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

#sec-shopList {
  width: 100%;
  box-sizing: border-box;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳゴシック", sans-serif;
  padding: 25px 25px 0px 25px;
  background-color: #fff;
  border: 2px solid #534741;
}
@media screen and (max-width: 768px) {
  #sec-shopList {
    padding: 25px 25px 0px 25px;
  }
}
@media screen and (max-width: 480px) {
  #sec-shopList {
    padding: 20px 20px 0px 20px;
  }
}
#sec-shopList .shopListBox {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #sec-shopList .shopListBox {
    width: 100%;
  }
}
#sec-shopList .shopList_title {
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  letter-spacing: -0.03em;
  color: #534741;
  padding: 0 0 5px 0;
  margin: 0 0 40px 0;
  background-color: transparent;
  position: relative;
}
@media screen and (max-width: 768px) {
  #sec-shopList .shopList_title {
    font-size: 1.375rem;
    padding: 0;
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 480px) {
  #sec-shopList .shopList_title {
    font-size: 1rem;
  }
}
#sec-shopList .shopList_title br {
  display: none;
}
@media screen and (max-width: 768px) {
  #sec-shopList .shopList_title br {
    display: block;
  }
}
#sec-shopList .mainListBox {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  list-style-type: none;
}
#sec-shopList .mainListBox::after {
  content: "";
  width: 19%;
  display: block;
}
@media screen and (max-width: 768px) {
  #sec-shopList .mainListBox::after {
    width: 32%;
  }
}
@media screen and (max-width: 480px) {
  #sec-shopList .mainListBox::after {
    width: 48%;
  }
}
#sec-shopList .mainListBox .mainList {
  width: 23.5%;
  display: flex;
  align-items: strech;
  text-align: center;
  line-height: 2;
  margin-bottom: 20px;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  #sec-shopList .mainListBox .mainList {
    width: 32%;
  }
}
@media screen and (max-width: 480px) {
  #sec-shopList .mainListBox .mainList {
    width: 48%;
  }
}
#sec-shopList .mainListBox .mainList .mainListLink {
  display: block;
  border: 1px solid #777777;
  border-radius: 10px;
}
#sec-shopList .mainListBox .mainList .mainListLink.noLinks {
  pointer-events: none;
}
#sec-shopList .mainListBox .mainList .mainListLink.noLinks .mainListThisNone {
  background-color: transparent;
}
#sec-shopList .mainListBox .mainList .mainListLink .mainListImg {
  width: 100%;
  border-radius: 10px;
}
#sec-shopList .mainListBox .mainList .mainListName {
  font-size: 0.9375rem;
  line-height: 1;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #sec-shopList .mainListBox .mainList .mainListName {
    font-size: 0.875rem;
  }
}
#sec-shopList .mainListBox .mainList .mainListThis {
  width: 120px;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  display: inline-block;
  color: #fff;
  background-color: #fa0280;
  padding: 4px 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #sec-shopList .mainListBox .mainList .mainListThis {
    width: 70%;
  }
}
#sec-shopList .mainListBox .mainList .mainListThis::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-left: 0.5em;
}
#sec-shopList .otherListWrap {
  width: 100%;
}
#sec-shopList .otherListWrap .otherList_title {
  font-size: 1.25rem;
  text-align: center;
  color: #777777;
  padding-top: 30px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #sec-shopList .otherListWrap .otherList_title {
    padding-top: 10px;
  }
}
#sec-shopList .otherListWrap .otherList_title > br {
  display: none;
}
@media screen and (max-width: 480px) {
  #sec-shopList .otherListWrap .otherList_title > br {
    display: none;
  }
}
#sec-shopList .otherListWrap .otherListBox {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #sec-shopList .otherListWrap .otherListBox {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
#sec-shopList .otherListWrap .otherListBox .otherListFlex {
  width: 50%;
  list-style-type: none;
}
@media screen and (max-width: 480px) {
  #sec-shopList .otherListWrap .otherListBox .otherListFlex {
    width: 100%;
  }
}
#sec-shopList .otherListWrap .otherListBox .otherListFlex .otherList {
  font-size: 0.875rem;
  color: #777777;
  list-style-type: none;
}
#sec-shopList .otherListWrap .otherListBox .otherListFlex .otherList::before {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  background-color: #777777;
  margin-right: 0.2em;
  margin-left: 0.2em;
  vertical-align: 0.1em;
}
#sec-shopList .otherList_note {
  font-size: 0.875rem;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 10px;
}
