@charset "UTF-8";
.contentsWrap * {
  box-sizing: border-box;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.contentsWrap {
  font-size: 1rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳゴシック", sans-serif;
  color: #000;
  background-color: #f0ece4;
}

.secArea {
  padding-top: 70px;
}
.secArea.sec-method {
  padding-top: 200px;
  margin-top: -200px;
}
@media screen and (max-width: 768px) {
  .secArea {
    padding-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  .secArea {
    padding-top: 40px;
  }
}

.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 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8125rem;
  line-height: 1;
  color: #42210B;
  margin-bottom: 30px;
  padding-top: 30px;
}
@media screen and (max-width: 480px) {
  .secTitle {
    padding-top: 0;
    margin-bottom: 10px;
  }
}
.secTitle::before, .secTitle::after {
  content: "";
  display: block;
  flex-grow: 1;
  height: 6px;
  border-top: 1px solid #42210B;
  border-bottom: 1px solid #42210B;
}
.secTitle::before {
  margin-right: .75em;
}
.secTitle::after {
  margin-left: .75em;
}
.secTitle.secTitleTop {
  padding-top: 0;
}
.secTitle.methodTitle {
  padding-top: 70px;
}

.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: bold;
  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;
}

.kvBox > .pcImg {
  display: block;
}
@media screen and (max-width: 1300px) {
  .kvBox > .pcImg {
    display: none;
  }
}
.kvBox > .tbImg {
  display: none;
}
@media screen and (max-width: 1300px) {
  .kvBox > .tbImg {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .kvBox > .tbImg {
    display: none;
  }
}
.kvBox > .spImg {
  display: none;
}
@media screen and (max-width: 640px) {
  .kvBox > .spImg {
    display: block;
  }
}

.outline_wrap .cp01Box, .outline_wrap .cp02Box {
  color: #fff;
  border-radius: 10px;
  box-shadow: 7px 7px 0px 0px #c1c1c1;
}
.outline_wrap .cp01Box {
  position: relative;
  margin-bottom: 30px;
  background-color: #7EB0E4;
}
.outline_wrap .cp01Box .cpDl {
  padding: 30px 0 60px;
}
.outline_wrap .cp01Box .cpMore {
  position: absolute;
  left: calc(50% - 50px);
  bottom: -60px;
  width: 100px;
  height: 100px;
}
.outline_wrap .cp02Box {
  background-color: #4E72BE;
}
.outline_wrap .cp02Box .cpDl {
  padding: 45px 0 30px;
}
.outline_wrap .cpDl {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .outline_wrap .cpDl {
    flex-direction: column;
  }
}
.outline_wrap .cpDl .cpDt {
  width: 11%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .outline_wrap .cpDl .cpDt {
    width: 100%;
    border-bottom: 3px dotted #fff;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.outline_wrap .cpDl .cpDt .pcImg {
  display: block;
}
@media screen and (max-width: 767px) {
  .outline_wrap .cpDl .cpDt .pcImg {
    display: none;
  }
}
.outline_wrap .cpDl .cpDt .spImg {
  display: none;
}
@media screen and (max-width: 767px) {
  .outline_wrap .cpDl .cpDt .spImg {
    display: block;
  }
}
.outline_wrap .cpDl .cpDt > img {
  max-width: 50px;
}
@media screen and (max-width: 767px) {
  .outline_wrap .cpDl .cpDt > img {
    max-width: 150px;
  }
}
.outline_wrap .cpDl .cpDd {
  width: 89%;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.03em;
  padding-left: 5%;
  border-left: 5px dotted #fff;
}
@media screen and (max-width: 768px) {
  .outline_wrap .cpDl .cpDd {
    font-size: 1.5rem;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 767px) {
  .outline_wrap .cpDl .cpDd {
    font-size: 1.25rem;
    padding-left: 0;
    padding-right: 0;
    border-left: none;
  }
}
.outline_wrap .cpDl .cpDd > br {
  display: block;
}
@media screen and (max-width: 768px) {
  .outline_wrap .cpDl .cpDd > br {
    display: none;
  }
}
.outline_wrap .cpDl .cpDd > img {
  max-width: 90%;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .outline_wrap .cpDl .cpDd > img {
    min-width: 100%;
  }
}
.outline_wrap .cpDl .cpDd .cpDdP {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 20px;
}
.outline_wrap .cpDl .cpDd .cpDdP .cpDdSpan {
  display: block;
  font-size: 1rem;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 5px;
}

.targetBox .targetH3 {
  font-size: 1.625rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #42210B;
  padding: 24px 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .targetBox .targetH3 {
    line-height: 1.2;
    padding: 12px 0;
  }
}
.targetBox .targetH3 .tbBr {
  display: none;
}
@media screen and (max-width: 768px) {
  .targetBox .targetH3 .tbBr {
    display: block;
  }
}
.targetBox .targetH3 .spBr {
  display: none;
}
@media screen and (max-width: 480px) {
  .targetBox .targetH3 .spBr {
    display: block;
  }
}
.targetBox .targetFlex {
  width: 800px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 1024px) {
  .targetBox .targetFlex {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .targetBox .targetFlex {
    width: 100%;
  }
}
.targetBox .targetFlex:first-of-type {
  padding-top: 50px;
}
.targetBox .targetFlex .targetDl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .targetBox .targetFlex .targetDl {
    flex-direction: column;
    padding-top: 10px;
    margin-bottom: 30px;
  }
}
.targetBox .targetFlex .targetDl .targetDt {
  width: 330px;
}
@media screen and (max-width: 1024px) {
  .targetBox .targetFlex .targetDl .targetDt {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .targetBox .targetFlex .targetDl .targetDt {
    width: 100%;
    margin-bottom: 30px;
  }
}
.targetBox .targetFlex .targetDl .targetDd {
  width: 390px;
  padding-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .targetBox .targetFlex .targetDl .targetDd {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .targetBox .targetFlex .targetDl .targetDd {
    width: 100%;
  }
}
.targetBox .targetFlex .targetDl .targetDd .targetFig {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .targetBox .targetFlex .targetDl .targetDd .targetFig {
    width: 45%;
    margin: 0 auto 20px;
  }
}
.targetBox .targetFlex .targetDl .targetDd .targetFig > img {
  width: auto;
  max-height: 42px;
}
.targetBox .targetFlex .targetDl .targetDd .targetDdUl {
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  list-style-type: none;
  border: 1px solid #4c4948;
  background-color: #fff;
  padding: 15px 0;
}
.targetBox .targetFlex .targetDl .targetDd .targetDdUl .targetDdLi {
  display: inline-block;
  text-align: left;
}

.buyReq {
  text-align: center;
}
@media screen and (max-width: 490px) {
  .buyReq {
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
  }
}

.target_btn.common_Btn {
  width: 475px;
  height: 64px;
  font-size: 1.125rem;
  color: #fff;
  background-color: #A50034;
  border-radius: 6px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .target_btn.common_Btn {
    width: 80%;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 640px) {
  .target_btn.common_Btn {
    width: 100%;
  }
}

.shopListBtn {
  width: 100%;
  margin: 70px auto 0;
  position: relative;
  z-index: 15;
}
@media screen and (max-width: 768px) {
  .shopListBtn {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 480px) {
  .shopListBtn {
    margin: 35px auto 0;
  }
}
.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: #42210B;
}
.shopListBtn .shopListLink::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: inherit;
  margin-left: 1em;
}

@media screen and (max-width: 768px) {
  .methodTitle {
    line-height: 1.2;
  }
}
@media screen and (max-width: 480px) {
  .methodTitle > br {
    display: none;
  }
  .methodTitle.secTitle::before, .methodTitle.secTitle::after {
    content: none;
  }
}
.methodTitle.pt {
  padding-top: 0;
}

.methodBox {
  width: 100%;
  display: flex;
  border-radius: 12px;
  background-color: #fff;
  position: relative;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .methodBox {
    flex-direction: column;
    align-items: inherit;
  }
}
.methodBox:not(:last-of-type) {
  margin-bottom: 20px;
}

.methodStep {
  width: 120px;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .methodStep {
    width: 100%;
    padding: 20px 0 0;
  }
  .methodStep .pcImg {
    display: none;
  }
  .methodStep .spImg {
    display: block;
  }
}
.methodStep > img {
  max-width: 45px;
}
@media screen and (max-width: 768px) {
  .methodStep > img {
    max-width: 120px;
  }
}

.methodDescWrap {
  width: calc(100% - 120px);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding: 30px 30px 30px 0;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .methodDescWrap {
    width: 100%;
    flex-direction: column;
    padding: 30px;
  }
}
@media screen and (max-width: 480px) {
  .methodDescWrap {
    width: 100%;
    padding: 20px;
  }
}

.methodDescBox.descW {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .methodDescBox.descW {
    width: 100%;
  }
}
.methodDescBox.descSt04 {
  width: 57%;
}
@media screen and (max-width: 768px) {
  .methodDescBox.descSt04 {
    width: 100%;
  }
}
.methodDescBox.descSt02_02 {
  width: 73%;
}
@media screen and (max-width: 768px) {
  .methodDescBox.descSt02_02 {
    width: 100%;
  }
}

.methodDescLead {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: -0.02em;
  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: #d6333e;
}
.methodDescLead .method_sm {
  display: block;
  font-size: 1.1875rem;
}

.methodDescCaution {
  font-size: 0.8125rem;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}
.methodDescCaution:not(:last-of-type) {
  margin-bottom: 0.1rem;
}
.methodDescCaution .method_red {
  color: #d6333e;
}
.methodDescCaution .method_uline {
  text-decoration: underline;
}
.methodDescCaution .method_span {
  display: block;
}

.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: bold;
  line-height: 1;
  text-align: center;
  border-radius: 6px;
  color: #fff;
  background-color: #d6333e;
  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%;
  margin-left: auto;
  list-style-type: none;
}
@media screen and (max-width: 480px) {
  .methodImgBox.btn {
    width: 100%;
  }
}
.methodImgBox.imgSt04 {
  width: 43%;
}
@media screen and (max-width: 768px) {
  .methodImgBox.imgSt04 {
    width: 70%;
  }
}
@media screen and (max-width: 480px) {
  .methodImgBox.imgSt04 {
    width: 100%;
  }
}
.methodImgBox.imgSt02_02 {
  width: 22%;
}
.methodImgBox.imgSt02_02 > img {
  max-width: 160px;
}
@media screen and (max-width: 768px) {
  .methodImgBox.imgSt02_02 {
    width: 30%;
  }
  .methodImgBox.imgSt02_02 > img {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .methodImgBox.imgSt02_02 {
    width: 45%;
  }
}
@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;
  }
}

.method_trademark {
  font-size: 0.875rem;
  font-weight: bold;
  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;
}
.sec-rules .rulesTitle {
  font-size: 1.125rem;
  font-weight: bold;
  text-indent: -.5em;
  color: #d6333e;
}
.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 .rulesLiNo {
  text-indent: 0;
  padding-left: 0;
}
.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: #42210B;
  border: 3px solid #42210B;
  background-color: #f0ece4;
  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: bold;
  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: bold;
}
@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: bold;
  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: 600;
  position: absolute;
  right: 12.5%;
}

/*スクロールフッター固定ボタン*/
.fixedBtn {
  width: 100%;
}
.fixedBtn .fixedBtnBox {
  width: 100%;
  background-color: #f0ece4;
}
.fixedBtn .fixedBtnBox .fixedBtn_btn {
  display: block;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixedBtn .fixedBtnBox .fixedBtn_btn .fixedBtnLink {
  width: 300px;
  height: auto;
}

._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;
  }
}

/*指定販売店リスト*/
.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: 19%;
  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 .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;
}
