@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 {
  width: 100%;
  height: 50px;
  font-size: 1.875rem;
  line-height: 1;
  background-color: #8b7e79;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.secTitle .mark {
  width: 500px;
  position: relative;
}
.secTitle .mark::before, .secTitle .mark::after {
  content: "";
  width: 13px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 639px) {
  .secTitle .mark::before, .secTitle .mark::after {
    content: none;
  }
}
.secTitle .mark::before {
  background-image: url("/content/dam/channel/wcms/jp/images/promotion/styler/2025/rx-lg-styler-ambassador-campaign/img/title_mark_before.svg");
  left: -2px;
}
.secTitle .mark::after {
  background-image: url("/content/dam/channel/wcms/jp/images/promotion/styler/2025/rx-lg-styler-ambassador-campaign/img/title_mark_after.svg");
  right: -2px;
}
.secTitle .line {
  width: calc((100% - 500px) / 2);
  height: 2px;
  display: block;
  background-color: #fff;
}
@media screen and (max-width: 639px) {
  .secTitle .line {
    display: 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%;
}

.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: 767px) {
  .kvBox > .pcImg {
    display: none;
  }
}
.kvBox > .spImg {
  display: none;
}
@media screen and (max-width: 767px) {
  .kvBox > .spImg {
    display: block;
  }
}

.cpWrap {
  width: 100%;
  color: #717071;
  margin-bottom: 35px;
}
.cpWrap .cpCont {
  display: flex;
  justify-content: space-between;
  align-items: strech;
}
@media screen and (max-width: 768px) {
  .cpWrap .cpCont {
    flex-direction: column;
  }
}
.cpWrap .cpCont .cpBox {
  width: 48.8%;
  border-radius: 20px;
  border: 4px solid;
  background-color: #fff;
}
.cpWrap .cpCont .cpBox.cp01Box {
  border-color: #f05e4a;
}
@media screen and (max-width: 768px) {
  .cpWrap .cpCont .cpBox.cp01Box {
    margin-bottom: 30px;
  }
}
.cpWrap .cpCont .cpBox.cp02Box {
  border-color: #f18378;
}
@media screen and (max-width: 768px) {
  .cpWrap .cpCont .cpBox {
    width: 100%;
  }
}
.cpWrap .cpCont .cpBox .cpDt {
  width: 100%;
  height: 80px;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px 12px 0 0;
}
@media screen and (max-width: 640px) {
  .cpWrap .cpCont .cpBox .cpDt {
    font-size: 2.5rem;
    height: 70px;
  }
}
.cpWrap .cpCont .cpBox .cpDt::after {
  width: 60px;
  height: 60px;
  margin-left: 15px;
}
@media screen and (max-width: 640px) {
  .cpWrap .cpCont .cpBox .cpDt::after {
    width: 50px;
    height: 50px;
  }
}
.cpWrap .cpCont .cpBox .cpDt.cp01Dt {
  background-color: #f05e4a;
}
.cpWrap .cpCont .cpBox .cpDt.cp01Dt::after {
  content: url("/content/dam/channel/wcms/jp/images/promotion/styler/2025/rx-lg-styler-ambassador-campaign/img/outline_01_img.svg");
}
.cpWrap .cpCont .cpBox .cpDt.cp02Dt {
  background-color: #f18378;
}
.cpWrap .cpCont .cpBox .cpDt.cp02Dt::after {
  content: url("/content/dam/channel/wcms/jp/images/promotion/styler/2025/rx-lg-styler-ambassador-campaign/img/outline_02_img.svg");
}
.cpWrap .cpCont .cpBox .cpDd {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.47;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .cpWrap .cpCont .cpBox .cpDd {
    padding: 0 25px;
  }
}
@media screen and (max-width: 480px) {
  .cpWrap .cpCont .cpBox .cpDd {
    font-size: 1.625rem;
    text-align: justify;
  }
}
.cpWrap .cpCont .cpBox .cpDd .spNone {
  display: block;
}
@media screen and (max-width: 768px) {
  .cpWrap .cpCont .cpBox .cpDd .spNone {
    display: none;
  }
}
.cpWrap .cpCont .cpBox .cpDd > br {
  display: block;
}
@media screen and (max-width: 480px) {
  .cpWrap .cpCont .cpBox .cpDd > br {
    display: none;
  }
}
.cpWrap .cpCont .cpBox .cpDd.cp01Dd {
  color: #f05e4a;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .cpWrap .cpCont .cpBox .cpDd.cp01Dd {
    padding-bottom: 20px;
  }
}
.cpWrap .cpCont .cpBox .cpDd.cp01Dd > span {
  letter-spacing: -0.07em;
}
.cpWrap .cpCont .cpBox .cpDd.cp02Dd {
  color: #f18378;
  padding-top: 20px;
}
.cpWrap .cpCont .cpBox .cpDd.cp02Dd02 {
  font-size: 1.1875rem;
  color: #717071;
  margin-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .cpWrap .cpCont .cpBox .cpDd.cp02Dd02 {
    text-indent: -1em;
    padding-left: calc(25px + 1em);
  }
}
.cpWrap .cpBpxP {
  font-size: 1.1875rem;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .cpWrap .cpBpxP {
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
  }
}

.insWrap {
  width: 100%;
  color: #717071;
  margin-bottom: 40px;
}
.insWrap .insCont {
  width: 100%;
  border: 2px solid #717071;
}
.insWrap .insCont .insH3 {
  width: 100%;
  height: 73px;
  display: flex;
  align-items: center;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1;
  padding-left: 35px;
  border-bottom: 2px solid #717071;
}
@media screen and (max-width: 640px) {
  .insWrap .insCont .insH3 {
    padding-left: 25px;
  }
}
.insWrap .insCont .insBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 35px;
}
@media screen and (max-width: 768px) {
  .insWrap .insCont .insBox {
    padding: 30px;
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .insWrap .insCont .insBox {
    padding: 25px;
  }
}
.insWrap .insCont .insBox .insDl {
  width: 52%;
  line-height: 1.47;
}
@media screen and (max-width: 768px) {
  .insWrap .insCont .insBox .insDl {
    width: 100%;
  }
}
.insWrap .insCont .insBox .insDl .insDt {
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 35px;
}
@media screen and (max-width: 480px) {
  .insWrap .insCont .insBox .insDl .insDt {
    font-size: 1.625rem;
    margin-bottom: 25px;
  }
}
.insWrap .insCont .insBox .insDl .insDt > br {
  display: block;
}
@media screen and (max-width: 768px) {
  .insWrap .insCont .insBox .insDl .insDt > br {
    display: none;
  }
}
.insWrap .insCont .insBox .insDl .insDd {
  font-size: 1.625rem;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 480px) {
  .insWrap .insCont .insBox .insDl .insDd {
    font-size: 1.5rem;
  }
}
.insWrap .insCont .insBox .insDl .insDd > br {
  display: block;
}
@media screen and (max-width: 768px) {
  .insWrap .insCont .insBox .insDl .insDd > br {
    display: none;
  }
}
.insWrap .insCont .insBox .insDl .insDd .insDdUl {
  list-style-type: none;
}
.insWrap .insCont .insBox .insFig {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .insWrap .insCont .insBox .insFig {
    width: 70%;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 480px) {
  .insWrap .insCont .insBox .insFig {
    width: 100%;
  }
}
.insWrap .insCont .insMvBtn {
  width: 400px;
  height: 100px;
  display: block;
  margin: 0 auto 35px;
}
@media screen and (max-width: 480px) {
  .insWrap .insCont .insMvBtn {
    width: 300px;
    height: auto;
  }
}
.insWrap .insCont .noteBox {
  width: 100%;
}
.insWrap .insCont .noteBox .noteDl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  border-top: 2px solid #717071;
  padding: 20px 35px;
}
@media screen and (max-width: 768px) {
  .insWrap .insCont .noteBox .noteDl {
    padding: 30px;
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 640px) {
  .insWrap .insCont .noteBox .noteDl {
    padding: 25px;
  }
}
.insWrap .insCont .noteBox .noteDl .noteDt {
  width: 220px;
}
@media screen and (max-width: 768px) {
  .insWrap .insCont .noteBox .noteDl .noteDt {
    width: 300px;
  }
}
.insWrap .insCont .noteBox .noteDl .noteDt > .pcImg {
  display: block;
}
@media screen and (max-width: 768px) {
  .insWrap .insCont .noteBox .noteDl .noteDt > .pcImg {
    display: none;
  }
}
.insWrap .insCont .noteBox .noteDl .noteDt > .spImg {
  display: none;
}
@media screen and (max-width: 768px) {
  .insWrap .insCont .noteBox .noteDl .noteDt > .spImg {
    display: block;
  }
}
.insWrap .insCont .noteBox .noteDl .noteDd {
  font-size: 1.625rem;
  line-height: 1.47;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 480px) {
  .insWrap .insCont .noteBox .noteDl .noteDd {
    font-size: 1.5rem;
  }
}
.insWrap .insCont .noteBox .noteDl .noteDd .noteUl {
  list-style-type: none;
}

.actWrap {
  width: 100%;
}
.actWrap .actBox {
  width: 100%;
  border-radius: 20px;
  border: 4px solid #e04043;
  background-color: #fff;
}
.actWrap .actBox .actH3 {
  width: 100%;
  height: 80px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 12px 12px 0 0;
  background-color: #e04043;
}
@media screen and (max-width: 640px) {
  .actWrap .actBox .actH3 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .actWrap .actBox .actH3 {
    font-size: 2rem;
    text-align: center;
    height: auto;
    padding: 10px 0;
  }
}
.actWrap .actBox .actH3 > br {
  display: none;
}
@media screen and (max-width: 479px) {
  .actWrap .actBox .actH3 > br {
    display: block;
  }
}
.actWrap .actBox .actH3::before, .actWrap .actBox .actH3::after {
  width: 80px;
}
@media screen and (max-width: 768px) {
  .actWrap .actBox .actH3::before, .actWrap .actBox .actH3::after {
    width: 60px;
  }
}
@media screen and (max-width: 480px) {
  .actWrap .actBox .actH3::before, .actWrap .actBox .actH3::after {
    width: 50px;
  }
}
.actWrap .actBox .actH3::before {
  content: url("/content/dam/channel/wcms/jp/images/promotion/styler/2025/rx-lg-styler-ambassador-campaign/img/outline_active_title_before.svg");
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .actWrap .actBox .actH3::before {
    margin-right: 30px;
  }
}
@media screen and (max-width: 480px) {
  .actWrap .actBox .actH3::before {
    margin-right: 10px;
  }
}
.actWrap .actBox .actH3::after {
  content: url("/content/dam/channel/wcms/jp/images/promotion/styler/2025/rx-lg-styler-ambassador-campaign/img/outline_active_title_after.svg");
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .actWrap .actBox .actH3::after {
    margin-left: 30px;
  }
}
@media screen and (max-width: 480px) {
  .actWrap .actBox .actH3::after {
    margin-left: 10px;
  }
}
.actWrap .actBox .actDl {
  font-size: 1.5625rem;
  line-height: 1.47;
  text-align: center;
  padding: 25px 0;
}
.actWrap .actBox .actDl .actDt {
  color: #717071;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .actWrap .actBox .actDl .actDt {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 480px) {
  .actWrap .actBox .actDl .actDt {
    padding: 0 15px;
  }
}
.actWrap .actBox .actDl .actDt > br {
  display: block;
}
@media screen and (max-width: 480px) {
  .actWrap .actBox .actDl .actDt > br {
    display: none;
  }
}
.actWrap .actBox .actDl .actDd {
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #e04043;
}
.actWrap .actBox .actDl .actDd::before, .actWrap .actBox .actDl .actDd::after {
  height: 60px;
}
.actWrap .actBox .actDl .actDd::before {
  content: url("/content/dam/channel/wcms/jp/images/promotion/styler/2025/rx-lg-styler-ambassador-campaign/img/outline_active_slash_before.svg");
  margin-right: 25px;
}
@media screen and (max-width: 480px) {
  .actWrap .actBox .actDl .actDd::before {
    content: none;
  }
}
.actWrap .actBox .actDl .actDd::after {
  content: url("/content/dam/channel/wcms/jp/images/promotion/styler/2025/rx-lg-styler-ambassador-campaign/img/outline_active_slash_after.svg");
  margin-left: 25px;
}
@media screen and (max-width: 480px) {
  .actWrap .actBox .actDl .actDd::after {
    content: none;
  }
}
.actWrap .actBox .actDl .actDd > .pcImg {
  display: block;
  width: 100px;
  position: absolute;
  left: -115px;
}
@media screen and (max-width: 768px) {
  .actWrap .actBox .actDl .actDd > .pcImg {
    display: none;
  }
}
.actWrap .actBox .actDl .actDd > .spImg {
  display: none;
}
@media screen and (max-width: 768px) {
  .actWrap .actBox .actDl .actDd > .spImg {
    display: block;
    width: 120px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -65px;
  }
}

@media screen and (max-width: 480px) {
  .target_wrap {
    margin-bottom: 50px;
  }
}
.target_wrap .targetBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.target_wrap .targetBox .targetFig {
  padding-top: 20px;
  margin-bottom: 35px;
}
.target_wrap .targetBox .targetFig > img {
  height: 300px;
}
.target_wrap .targetBox .targetBtnBox {
  position: relative;
}
.target_wrap .targetBox .targetBtnBox .targetBtn {
  width: 380px;
  height: 60px;
  font-size: 1.875rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #717071;
  border: 1px solid #717071;
  border-radius: 30px;
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .target_wrap .targetBox .targetBtnBox .targetBtn {
    width: 320px;
    height: 50px;
  }
}
.target_wrap .targetBox .targetBtnBox .targetBtnUl {
  width: 280px;
  list-style-type: none;
  position: absolute;
  bottom: 5px;
  right: -300px;
}
@media screen and (max-width: 768px) {
  .target_wrap .targetBox .targetBtnBox .targetBtnUl {
    position: static;
    margin-top: 20px;
  }
}

.about_wrap {
  margin-bottom: 100px;
}
.about_wrap .aboutFig {
  width: 650px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about_wrap .aboutFig {
    width: 100%;
  }
}
.about_wrap .aboutFig > img {
  width: 100%;
  max-width: 650px;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .about_wrap .aboutFig > img {
    width: 90%;
    margin: 0 auto 50px;
  }
}
.about_wrap .aboutFig02 {
  width: 765px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about_wrap .aboutFig02 {
    width: 100%;
  }
}
.about_wrap .aboutFig02 > img {
  width: 100%;
  max-width: 765px;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .about_wrap .aboutFig02 > img {
    margin: 0 auto;
  }
}
.about_wrap .aboutFlex {
  width: 765px;
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .about_wrap .aboutFlex {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .about_wrap .aboutFlex {
    flex-direction: column;
  }
}
.about_wrap .aboutFlex .about01 {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .about_wrap .aboutFlex .about01 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.about_wrap .aboutFlex .about02 {
  width: 45%;
}
@media screen and (max-width: 640px) {
  .about_wrap .aboutFlex .about02 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.about_wrap .aboutFlex .about03 {
  width: 28.5%;
}
@media screen and (max-width: 640px) {
  .about_wrap .aboutFlex .about03 {
    width: 100%;
    margin-top: 50px;
  }
}
.about_wrap .aboutUl {
  width: 765px;
  margin: 20px auto 0;
  font-size: .75rem;
  list-style-type: none;
}
.about_wrap .aboutUl .aboutLi.ind {
  text-indent: -2em;
  padding-left: 2em;
}

.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 {
  width: calc(100% - 240px);
}
@media screen and (max-width: 768px) {
  .methodDescBox {
    width: 100%;
  }
}

.methodDescLead {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: -0.03em;
  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;
}
.methodDescCaution.ddNone {
  display: none;
}

.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: 240px;
  margin-left: auto;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .methodImgBox {
    margin-left: 0;
    margin-top: 20px;
  }
}
.methodImgBox > img {
  display: block;
  margin: 0 auto;
}
.methodImgBox .w230 {
  width: 230px;
}
.methodImgBox .w200 {
  width: 200px;
}
.methodImgBox .w150 {
  width: 150px;
}
.methodImgBox .w75 {
  width: 75px;
}

.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, .sec-rules .ind {
  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: #8b7e79;
  border: 3px solid #8b7e79;
  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%;
}
.fixedBtn .fixedBtnBox .fixedBtn_btn {
  display: block;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.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;
}
