@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.sec-outline {
  margin-top: 70px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .secArea.sec-outline {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.secArea.sec-target {
  margin-top: 70px;
}
.secArea.sec-method {
  padding-top: 200px;
  margin-top: -200px;
}
@media screen and (max-width: 640px) {
  .secArea.sec-method {
    padding-top: 220px;
    margin-top: -220px;
  }
}
.secArea.methodCp2 {
  margin-top: 50px;
}
.secArea.sec-contact {
  margin-top: 70px;
}
.secArea.sec-rules {
  margin-top: 70px;
}

.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%;
  font-size: 1.8125rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  padding: 10px 0;
  background: #afd194;
  background: linear-gradient(90deg, #afd194 0%, #6daf67 100%);
}
@media screen and (max-width: 480px) {
  .secTitle {
    padding: 10px;
    margin-bottom: 15px;
  }
}
.secTitle.targetTitle {
  margin-bottom: 0;
}
.secTitle.rulesH2 {
  margin-bottom: 0;
}

.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;
}

.ancMenu_wrap {
  font-size: 1.8125rem;
  font-weight: bold;
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #f0ece4;
}
@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: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style-type: none;
}
@media screen and (max-width: 640px) {
  .ancMenu_wrap .ancMenuUl {
    height: auto;
    flex-wrap: wrap;
  }
}
.ancMenu_wrap .ancMenuUl .ancMenuLi {
  text-align: center;
}
.ancMenu_wrap .ancMenuUl .ancMenuLi:first-of-type {
  width: 6em;
}
@media screen and (max-width: 480px) {
  .ancMenu_wrap .ancMenuUl .ancMenuLi:first-of-type {
    width: 50%;
  }
}
.ancMenu_wrap .ancMenuUl .ancMenuLi:nth-of-type(2) {
  width: 8em;
}
@media screen and (max-width: 480px) {
  .ancMenu_wrap .ancMenuUl .ancMenuLi:nth-of-type(2) {
    width: 50%;
  }
}
.ancMenu_wrap .ancMenuUl .ancMenuLi:nth-of-type(3) {
  width: 7em;
}
@media screen and (max-width: 480px) {
  .ancMenu_wrap .ancMenuUl .ancMenuLi:nth-of-type(3) {
    width: 50%;
  }
}
.ancMenu_wrap .ancMenuUl .ancMenuLi:last-of-type {
  width: 9em;
}
@media screen and (max-width: 480px) {
  .ancMenu_wrap .ancMenuUl .ancMenuLi:last-of-type {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .ancMenu_wrap .ancMenuUl .ancMenuLi {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
  }
}
.ancMenu_wrap .ancMenuUl .ancMenuLi .ancMenu {
  display: flex;
  justify-content: center;
  color: #534741;
  line-height: 1;
  padding-bottom: 5px;
}
@media screen and (max-width: 480px) {
  .ancMenu_wrap .ancMenuUl .ancMenuLi .ancMenu {
    width: 100%;
  }
}
.ancMenu_wrap .ancMenuUl .ancMenuLi .ancMenu::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .ancMenu_wrap .ancMenuUl .ancMenuLi .ancMenu::after {
    margin-left: 0.5em;
  }
}
.ancMenu_wrap .ancMenuUl .ancMenuLi .ancMenu.link-current {
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #7fc858, #00a48a) 1;
}

.kv_wrap {
  width: 100%;
}
.kv_wrap .kvBox {
  max-width: 1200px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .kv_wrap .kvBox {
    margin: 0 auto 30px;
  }
}

.outline_wrap .cp01Box, .outline_wrap .cp02Box {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 7px 7px 0px 0px #7fc8a2;
}
.outline_wrap .cpDl {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 35px 0;
}
@media screen and (max-width: 768px) {
  .outline_wrap .cpDl {
    flex-direction: column;
    padding: 25px;
  }
}
.outline_wrap .cpDl .cpDt {
  width: 11%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .outline_wrap .cpDl .cpDt {
    width: 100%;
    border-bottom: 3px dotted #009187;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.outline_wrap .cpDl .cpDt .pcImg {
  display: block;
}
@media screen and (max-width: 768px) {
  .outline_wrap .cpDl .cpDt .pcImg {
    display: none;
  }
}
.outline_wrap .cpDl .cpDt .spImg {
  display: none;
}
@media screen and (max-width: 768px) {
  .outline_wrap .cpDl .cpDt .spImg {
    display: block;
  }
}
.outline_wrap .cpDl .cpDt > img {
  max-width: 35px;
}
@media screen and (max-width: 768px) {
  .outline_wrap .cpDl .cpDt > img {
    max-width: 120px;
  }
}
.outline_wrap .cpDl .cpDd {
  width: 89%;
  position: relative;
  line-height: 1.3;
  border-left: 3px dotted #009187;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .outline_wrap .cpDl .cpDd {
    padding: 0;
    width: 100%;
    border-left: none;
  }
}
.outline_wrap .cpDl .cpDd .FiPa {
  position: absolute;
  top: 60px;
  right: 35px;
  max-width: 180px;
}
@media screen and (max-width: 768px) {
  .outline_wrap .cpDl .cpDd .FiPa {
    top: 90px;
    right: -10px;
    max-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .outline_wrap .cpDl .cpDd .FiPa {
    position: static;
  }
}
.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 .cpDdUl {
  list-style-type: none;
  font-size: 1.0625rem;
  font-weight: bold;
  margin-top: 20px;
}
.outline_wrap .cpDl .cpDd .cpDdUl .cpDdLi {
  text-indent: -1em;
  padding-left: 1em;
}
.outline_wrap .cpDl .cpDd .cpDdUl .cpDdLi > br {
  display: block;
}
@media screen and (max-width: 768px) {
  .outline_wrap .cpDl .cpDd .cpDdUl .cpDdLi > br {
    display: none;
  }
}
.outline_wrap .cpDl .cpDd .cpDdUl .cpDdLi.cpDdLiEm {
  color: #d6333e;
}
.outline_wrap .cp01Box {
  margin-bottom: 30px;
}
.outline_wrap .cp01Box .cpDl .cpDd .cpDdDl .cpDdDt {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: -0.03em;
}
.outline_wrap .cp01Box .cpDl .cpDd .cpDdDl .cpDdDt > br {
  display: block;
}
@media screen and (max-width: 768px) {
  .outline_wrap .cp01Box .cpDl .cpDd .cpDdDl .cpDdDt > br {
    display: none;
  }
}
.outline_wrap .cp02Box .cpDl .cpDd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.outline_wrap .cp02Box .cpDl .cpDd .cpDdFi {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .outline_wrap .cp02Box .cpDl .cpDd .cpDdFi {
    width: 70%;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .outline_wrap .cp02Box .cpDl .cpDd .cpDdFi {
    width: 90%;
    margin: 20px auto 0;
  }
}
.outline_wrap .cp02Box .cpDl .cpDdDl .cpDdDt {
  font-size: 1.8125rem;
  font-weight: bold;
}
.outline_wrap .cp02Box .cpDl .cpDdDl .cpDdDt > br {
  display: block;
}
@media screen and (max-width: 768px) {
  .outline_wrap .cp02Box .cpDl .cpDdDl .cpDdDt > br {
    display: none;
  }
}
.outline_wrap .keepMailBox {
  width: 560px;
  margin: 70px auto;
}
@media screen and (max-width: 768px) {
  .outline_wrap .keepMailBox {
    margin: 50px auto;
  }
}
@media screen and (max-width: 767px) {
  .outline_wrap .keepMailBox {
    width: 100%;
  }
}

.targetBox {
  background-color: #fff;
  padding: 35px;
}
@media screen and (max-width: 767px) {
  .targetBox {
    padding: 25px 15px;
  }
}
.targetBox .targetH3 {
  width: 265px;
  margin: 0 auto;
}
.targetBox .targetFlex {
  width: 100%;
}
.targetBox .targetFlex .targetUl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-bottom: 30px;
}
.targetBox .targetFlex .targetUl .targetLi {
  width: 23.5%;
  position: relative;
  text-align: center;
  margin-top: 30px;
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  .targetBox .targetFlex .targetUl .targetLi.targetLiSp {
    margin-top: 35px;
  }
}
.targetBox .targetFlex .targetUl .targetLi:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  .targetBox .targetFlex .targetUl .targetLi {
    width: 32%;
  }
  .targetBox .targetFlex .targetUl .targetLi:nth-of-type(3) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .targetBox .targetFlex .targetUl .targetLi {
    width: 48%;
    margin-top: 20px;
  }
  .targetBox .targetFlex .targetUl .targetLi:nth-of-type(3) {
    margin-right: 2%;
  }
}
.targetBox .targetFlex .targetUl .targetLi .targetDl {
  width: 100%;
}
.targetBox .targetFlex .targetUl .targetLi .targetDl .targetDt {
  width: 70%;
  margin: 0 auto 5px;
}
.targetBox .targetFlex .targetUl .targetLi .targetDl .targetDdNa, .targetBox .targetFlex .targetUl .targetLi .targetDl .targetDdCo {
  width: 100%;
  font-size: .9rem;
  font-weight: bold;
  letter-spacing: -0.05em;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .targetBox .targetFlex .targetUl .targetLi .targetDl .targetDdNa, .targetBox .targetFlex .targetUl .targetLi .targetDl .targetDdCo {
    font-size: 0.8rem;
  }
}
.targetBox .targetFlex .targetUl .targetLi .targetDl .targetDd {
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 20px;
  margin-top: 5px;
}
@media screen and (max-width: 480px) {
  .targetBox .targetFlex .targetUl .targetLi .targetDl .targetDd {
    height: 34px;
    font-size: 1.2rem;
    border-radius: 17px;
  }
}
.targetBox .targetFlex .targetUl .targetLi .targetDl + span {
  display: block;
  font-size: 0.8125rem;
  position: absolute;
  bottom: -1.5rem;
  left: calc(50% - 4.5em);
}
.targetBox .targetNote {
  font-size: 1.0625rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .targetBox .targetNote {
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
  }
}

.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: #534741;
}
.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;
  }
}

@media screen and (max-width: 480px) {
  .cpTitle {
    font-size: 1.6rem;
    text-align: left;
  }
}

.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.descW2 {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .methodDescBox.descW2 {
    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;
}

.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;
}

.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;
}
.methodImgBox.imgW2 {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .methodImgBox.imgW2 {
    width: 60%;
  }
}
@media screen and (max-width: 640px) {
  .methodImgBox.imgW2 {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .methodImgBox.imgW3 {
    width: 60%;
  }
}
@media screen and (max-width: 640px) {
  .methodImgBox.imgW3 {
    width: 90%;
  }
}
@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 .rulesWrap {
  width: 100%;
  padding: 35px;
  background-color: #fff;
}
.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 .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: #009187;
  border: 3px solid #009187;
  background-color: #fff;
  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: 280px;
  height: auto;
  /*確定前*/
}
@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;
  }
}

/*指定販売店リスト*/
.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 {
  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;
}
