@charset "UTF-8";
.contentsWrap * {
  box-sizing: border-box;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

.contentsWrap {
  font-size: 1rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #000;
  background-color: #efebe3;
}

.secArea {
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .secArea {
    padding-top: 50px;
  }
}
.secArea.sec_method {
  padding-top: 0;
}

.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: 50px;
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  background: #841230;
  background: linear-gradient(90deg, #841230 0%, #ac1d41 50%, #841230 100%);
}
@media screen and (max-width: 768px) {
  .secTitle {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .secTitle {
    font-size: 1.625rem;
  }
}
.secTitle.rules {
  color: #000;
  background: none;
}

.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%;
}
.normalLimg.ds {
  filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.3));
}

.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;
}

.pcImg1920 {
  display: block;
}

.pcImg1440 {
  display: none;
}

@media screen and (max-width: 1440px) {
  .pcImg1920 {
    display: none;
  }

  .pcImg1440 {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .pcImg1440 {
    display: none;
  }
}
.outline_wrap .outlineBox .cbArea {
  margin-bottom: 25px;
}
.outline_wrap .outlineBox .cbArea .cbDt {
  margin-bottom: 20px;
}
.outline_wrap .outlineBox .cbArea .cbDd {
  font-size: 0.9375rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .outline_wrap .outlineBox .cbArea .cbDd {
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
  }
}
.outline_wrap .outlineBox .courseArea .courseLead {
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 900;
  color: #ac1d41;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .outline_wrap .outlineBox .courseArea .courseLead {
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .outline_wrap .outlineBox .courseArea .courseLead {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 480px) {
  .outline_wrap .outlineBox .courseArea .courseLead {
    font-size: 1.5625rem;
  }
}
.outline_wrap .outlineBox .courseArea .courseLead > br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .outline_wrap .outlineBox .courseArea .courseLead > br {
    display: block;
  }
}
.outline_wrap .outlineBox .courseArea .courseLead > .spBr {
  display: none;
}
@media screen and (max-width: 512px) {
  .outline_wrap .outlineBox .courseArea .courseLead > .spBr {
    display: block;
  }
}
.outline_wrap .outlineBox .courseArea .selectBox {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .outline_wrap .outlineBox .courseArea .selectBox {
    margin-bottom: 40px;
  }
}
.outline_wrap .outlineBox .courseArea .selectBox .selectFlex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.outline_wrap .outlineBox .courseArea .selectBox .selectFlex .selectDl {
  width: 48.5%;
  font-weight: 700;
  border: 2px solid #ac1d41;
  border-top: none;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .outline_wrap .outlineBox .courseArea .selectBox .selectFlex .selectDl {
    width: 100%;
  }
}
.outline_wrap .outlineBox .courseArea .selectBox .selectFlex .selectDl.courseA {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .outline_wrap .outlineBox .courseArea .selectBox .selectFlex .selectDl.courseA {
    margin-bottom: 65px;
  }
}
.outline_wrap .outlineBox .courseArea .selectBox .selectFlex .selectDl.courseA::after {
  content: url("../img/outline_or_img.svg");
  width: 94px;
  height: 94px;
  position: absolute;
  top: -15px;
  right: -62px;
}
@media screen and (max-width: 1024px) {
  .outline_wrap .outlineBox .courseArea .selectBox .selectFlex .selectDl.courseA::after {
    top: inherit;
    right: inherit;
    bottom: -80px;
    left: calc(50% - 47px);
  }
}
.outline_wrap .outlineBox .courseArea .selectBox .selectFlex .selectDl .selectDt {
  height: 64px;
  font-size: 2.125rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #841230;
  background: linear-gradient(90deg, #841230 0%, #ac1d41 50%, #841230 100%);
}
.outline_wrap .outlineBox .courseArea .selectBox .selectFlex .selectDl .selectDd {
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 25px 25px 0;
  padding-bottom: 20px;
  padding-left: 1.25em;
  position: relative;
}
@media screen and (max-width: 412px) {
  .outline_wrap .outlineBox .courseArea .selectBox .selectFlex .selectDl .selectDd {
    font-size: 1.25rem;
    margin: 15px 15px 0;
    padding-bottom: 15px;
  }
}
.outline_wrap .outlineBox .courseArea .selectBox .selectFlex .selectDl .selectDd::before {
  content: "";
  color: #ac1d41;
  position: absolute;
  left: 0;
}
.outline_wrap .outlineBox .courseArea .selectBox .selectFlex .selectDl .selectDd:first-of-type::before {
  content: "\2776";
}
.outline_wrap .outlineBox .courseArea .selectBox .selectFlex .selectDl .selectDd:nth-of-type(2)::before {
  content: "\2777";
}
.outline_wrap .outlineBox .courseArea .selectBox .selectFlex .selectDl .selectDd:last-of-type::before {
  content: "\2778";
}
.outline_wrap .outlineBox .courseArea .selectBox .selectFlex .selectDl .selectDd > br {
  display: block;
}
@media screen and (max-width: 1024px) {
  .outline_wrap .outlineBox .courseArea .selectBox .selectFlex .selectDl .selectDd > br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .outline_wrap .outlineBox .courseArea .selectBox .selectFlex .selectDl .selectDd > br {
    display: block;
  }
}
@media screen and (max-width: 512px) {
  .outline_wrap .outlineBox .courseArea .selectBox .selectFlex .selectDl .selectDd > br {
    display: none;
  }
}
.outline_wrap .outlineBox .courseArea .selectBox .selectFlex .selectDl .selectDd .tbBr {
  display: none;
}
@media screen and (max-width: 960px) {
  .outline_wrap .outlineBox .courseArea .selectBox .selectFlex .selectDl .selectDd .tbBr {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .outline_wrap .outlineBox .courseArea .selectBox .selectFlex .selectDl .selectDd .tbBr {
    display: none;
  }
}
.outline_wrap .outlineBox .courseArea .selectBox .selectFlex .selectDl .selectDd > p {
  font-size: 0.9375rem;
  font-weight: 500;
  margin-top: 10px;
  margin-left: -1.875rem;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 412px) {
  .outline_wrap .outlineBox .courseArea .selectBox .selectFlex .selectDl .selectDd > p {
    font-size: 0.875rem;
  }
}
.outline_wrap .outlineBox .courseArea .selectBox .selectFlex .selectDl .selectDd > p > br {
  display: block;
}
@media screen and (max-width: 1024px) {
  .outline_wrap .outlineBox .courseArea .selectBox .selectFlex .selectDl .selectDd > p > br {
    display: none;
  }
}
.outline_wrap .outlineBox .courseArea .selectBox .selectFlex .selectDl .selectDd:not(:last-of-type) {
  border-bottom: 3px dotted #000;
}
.outline_wrap .outlineBox .courseArea .selectBox .selectFlex .selectDl .selectDd.selectA, .outline_wrap .outlineBox .courseArea .selectBox .selectFlex .selectDl .selectDd.selectB {
  position: relative;
}
.outline_wrap .outlineBox .courseArea .selectBox .selectFlex .selectDl .selectDd.selectA .selectA_Img, .outline_wrap .outlineBox .courseArea .selectBox .selectFlex .selectDl .selectDd.selectA .selectB_Img, .outline_wrap .outlineBox .courseArea .selectBox .selectFlex .selectDl .selectDd.selectB .selectA_Img, .outline_wrap .outlineBox .courseArea .selectBox .selectFlex .selectDl .selectDd.selectB .selectB_Img {
  position: absolute;
}
.outline_wrap .outlineBox .courseArea .selectBox .selectFlex .selectDl .selectDd.selectA .selectA_Img, .outline_wrap .outlineBox .courseArea .selectBox .selectFlex .selectDl .selectDd.selectB .selectA_Img {
  width: 90px;
  top: -30px;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .outline_wrap .outlineBox .courseArea .selectBox .selectFlex .selectDl .selectDd.selectA .selectA_Img, .outline_wrap .outlineBox .courseArea .selectBox .selectFlex .selectDl .selectDd.selectB .selectA_Img {
    right: 10%;
  }
}
@media screen and (max-width: 768px) {
  .outline_wrap .outlineBox .courseArea .selectBox .selectFlex .selectDl .selectDd.selectA .selectA_Img, .outline_wrap .outlineBox .courseArea .selectBox .selectFlex .selectDl .selectDd.selectB .selectA_Img {
    top: -30px;
  }
}
@media screen and (max-width: 512px) {
  .outline_wrap .outlineBox .courseArea .selectBox .selectFlex .selectDl .selectDd.selectA .selectA_Img, .outline_wrap .outlineBox .courseArea .selectBox .selectFlex .selectDl .selectDd.selectB .selectA_Img {
    width: 60%;
    position: static;
    padding-right: 1.25em;
    display: block;
    margin: 15px auto 0;
  }
}
.outline_wrap .outlineBox .courseArea .selectBox .selectFlex .selectDl .selectDd.selectA .selectB_Img, .outline_wrap .outlineBox .courseArea .selectBox .selectFlex .selectDl .selectDd.selectB .selectB_Img {
  width: 265px;
  top: 10px;
  right: -10px;
}
@media screen and (max-width: 512px) {
  .outline_wrap .outlineBox .courseArea .selectBox .selectFlex .selectDl .selectDd.selectA .selectB_Img, .outline_wrap .outlineBox .courseArea .selectBox .selectFlex .selectDl .selectDd.selectB .selectB_Img {
    width: 100%;
    position: static;
    padding-right: 1.25em;
    display: block;
    margin: 15px auto 0;
  }
}
.outline_wrap .outlineBox .chanceArea {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .outline_wrap .outlineBox .chanceArea {
    text-align: left;
  }
}
.outline_wrap .outlineBox .chanceArea .chanceP {
  font-size: 0.9375rem;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .outline_wrap .outlineBox .chanceArea .chanceP {
    margin-top: 10px;
    text-indent: -1em;
    padding-left: 1em;
  }
}

.targetTitle {
  height: auto;
  padding: 5px 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .targetTitle {
    flex-direction: column;
  }
}
@media screen and (max-width: 375px) {
  .targetTitle > span {
    font-size: 1.5rem;
  }
}

.targetBox {
  border: 2px solid #ac1d41;
  border-top: none;
  background-color: #fff;
  padding: 40px 12% 20px;
}
@media screen and (max-width: 768px) {
  .targetBox {
    padding: 30px 4% 20px;
  }
}
.targetBox .targetFlex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: strech;
  flex-wrap: wrap;
}
.targetBox .targetFlex .targetModel {
  max-width: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 35px;
}
@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;
  margin-top: 10px;
}
.targetBox .targetFlex .targetModel .targetDl .targetDt {
  width: 170px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin: 5px auto 7px;
  background: #841230;
  background: linear-gradient(90deg, #841230 0%, #ac1d41 50%, #841230 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: 10px;
}
.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.9375rem;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .targetBox .targetNote {
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
  }
}
.targetBox .targetNote > span {
  display: block;
}
.targetBox .targetNote.mtNone {
  margin-top: 5px;
}

.target_wrap.selectB {
  margin-top: 50px;
}
.target_wrap.selectB .targetBox {
  padding: 40px 0 20px;
}
@media screen and (max-width: 768px) {
  .target_wrap.selectB .targetBox {
    padding: 30px 0 20px;
  }
}
.target_wrap.selectB .targetBox .pcImg {
  max-width: 770px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .target_wrap.selectB .targetBox .pcImg {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .target_wrap.selectB .targetBox .pcImg {
    width: 100%;
  }
}
.target_wrap.selectB .targetBox .targetNote {
  margin: 20px 4% 0;
}

.methodBox {
  width: 100%;
  display: flex;
  background-color: #fff;
  position: relative;
  padding: 25px 0;
  border: 2px solid #ac1d41;
}
@media screen and (max-width: 768px) {
  .methodBox {
    flex-direction: column;
    align-items: inherit;
    text-align: justify;
    letter-spacing: -0.02em;
    padding: 25px 4%;
  }
}
.methodBox:not(:last-of-type) {
  margin-bottom: 20px;
}
.methodBox ul, .methodBox li {
  list-style-type: none;
}

.methodStep {
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ac1d41;
}
@media screen and (max-width: 768px) {
  .methodStep {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ac1d41;
    padding-left: 0;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
.methodStep > img {
  width: 100px;
}

.methodDescWrap {
  width: calc(100% - 180px);
  position: relative;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .methodDescWrap {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .methodDescWrap {
    width: 100%;
  }
}

.methodDescFlex {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.methodDescFlex > figure, .methodDescFlex > a {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .methodDescFlex > figure, .methodDescFlex > a {
    margin-left: 0;
    margin-top: 25px;
  }
}
.methodDescFlex .w250 {
  width: 250px;
}
.methodDescFlex .w165 {
  width: 165px;
  padding-bottom: 20px;
}
.methodDescFlex .w195 {
  width: 195px;
}
.methodDescFlex .w280 {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .methodDescFlex {
    flex-direction: column;
  }
}

.methodDescLead {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .methodDescLead {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .methodDescLead {
    font-size: 1.25rem;
  }
}

.methodDescLead br, .methodDescCaution br {
  display: block;
}
@media screen and (max-width: 768px) {
  .methodDescLead br, .methodDescCaution br {
    display: none;
  }
}

.methodDescCautionDl:not(:last-of-type) {
  margin-bottom: 20px;
}
.methodDescCautionDl .methodDescCautionDt {
  width: 100%;
  height: 34px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  display: flex;
  align-items: center;
  text-indent: 0;
  padding-left: 10px;
  margin-bottom: 10px;
  background: #841230;
  background: linear-gradient(90deg, #841230 0%, #ac1d41 50%, #841230 100%);
}
.methodDescCautionDl .methodDescCautionDd {
  font-size: 1.375rem;
  font-weight: 700;
}
.methodDescCautionDl .methodDescCautionDd .methodDescCautionDdP {
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #514742;
}
@media screen and (max-width: 512px) {
  .methodDescCautionDl .methodDescCautionDd .methodDescCautionDdP {
    text-align: left;
  }
}
.methodDescCautionDl .methodDescCautionDd .methodDescCautionDdP > span {
  font-size: 1rem;
}
.methodDescCautionDl .methodDescCautionDd .methodDescCautionDdP > span br {
  display: block;
}
@media screen and (max-width: 512px) {
  .methodDescCautionDl .methodDescCautionDd .methodDescCautionDdP > span br {
    display: none;
  }
}

.methodDescCautionP {
  font-size: 0.875rem;
  text-indent: -1em;
  padding-left: 1em;
}

.methodDescCautionUl {
  margin-top: 10px;
}
.methodDescCautionUl .methodDescCautionli {
  font-size: .875rem;
  text-indent: -1em;
  padding-left: 1em;
}

.methodNotice {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border-radius: 6px;
  color: #fff;
  background-color: #ac1d41;
  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;
  }
}

.method_red {
  color: #ac1d41;
}

/*応募規約*/
.sec-rules {
  font-weight: 400;
  position: relative;
  z-index: 10;
  text-align: justify;
}
.sec-rules .rulesTitle {
  font-size: 1.125rem;
  font-weight: 700;
  text-indent: -.5em;
  color: #ac1d41;
}
.sec-rules .rulesP + .rulesTitle, .sec-rules .rulesUl + .rulesTitle, .sec-rules .rulesUl + .rulesUl {
  margin-top: 15px;
}
.sec-rules .rulesPtop, .sec-rules .rulesUl .rulesLi, .sec-rules .ind {
  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;
}

._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: 515px;
  margin: 70px auto 100px;
  position: relative;
  z-index: 15;
}
@media screen and (max-width: 768px) {
  .shopListBtn {
    width: 90%;
    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: #514742;
}
.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;
}
