@charset "UTF-8";
* {
  margin: 0;
}

.contentsWrap * {
  -webkit-box-sizing: border-box;
          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: #fff;
  background-color: #000;
}
.contentsWrap .mt30 {
  margin-top: 30px !important;
}
.contentsWrap .mb40 {
  margin-bottom: 40px !important;
}
.contentsWrap .pt70 {
  padding-top: 70px !important;
}
.contentsWrap .pt100 {
  padding-top: 100px !important;
}
.contentsWrap .pb40 {
  padding-bottom: 40px !important;
}
.contentsWrap .pcImg {
  display: block;
}
@media screen and (max-width: 480px) {
  .contentsWrap .pcImg {
    display: none;
  }
}
.contentsWrap .spImg {
  display: none;
}
@media screen and (max-width: 480px) {
  .contentsWrap .spImg {
    display: block;
  }
}
.contentsWrap .normalLimg {
  vertical-align: bottom;
  height: auto;
  width: 100%;
}
.contentsWrap a .normalLimg:hover {
  opacity: 0.7;
}
.contentsWrap .red {
  color: red;
}
.contentsWrap a.normalTxtLink {
  color: #666;
  text-decoration: none;
}
.contentsWrap a.normalTxtLink:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.contentsWrap a.normalTxtLink:visited {
  color: #666;
}
.contentsWrap br.brpc {
  display: block !important;
}
@media screen and (max-width: 769px) {
  .contentsWrap br.brpc {
    display: none !important;
  }
}
.contentsWrap br.brsp {
  display: none !important;
}
@media screen and (max-width: 480px) {
  .contentsWrap br.brsp {
    display: block !important;
  }
}
.contentsWrap .indent {
  text-indent: -1em;
  padding-left: 1em;
}
.contentsWrap ul {
  list-style: none;
}
.contentsWrap .innerBox {
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1179px) {
  .contentsWrap .innerBox {
    max-width: 100%;
    width: 100%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 640px) {
  .contentsWrap .innerBox {
    padding: 0 6%;
  }
}
.contentsWrap .gr_wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1600px;
}
.contentsWrap .grBox {
  width: 100%;
  margin: 0 auto 20px;
}
.contentsWrap .grBox > .pcImg {
  display: block;
}
@media screen and (max-width: 769px) {
  .contentsWrap .grBox > .pcImg {
    display: none;
  }
}
.contentsWrap .grBox > .spImg {
  display: none;
}
@media screen and (max-width: 769px) {
  .contentsWrap .grBox > .spImg {
    display: block;
    height: 100%;
  }
}
.contentsWrap h2.itemH2 {
  width: 100%;
  font-size: 2.1875rem;
  text-align: center;
  color: #fff;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .contentsWrap h2.itemH2 {
    font-size: 1.75rem;
    height: auto;
  }
}
.contentsWrap h3.itemH3 {
  width: 100%;
  font-size: 1.625rem;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 480px) {
  .contentsWrap h3.itemH3 {
    font-size: 1.4rem;
  }
}
.contentsWrap {
  /*アンカーメニュー*/
}
.contentsWrap .anchor {
  width: 100%;
}
.contentsWrap .anchor .anchorBox {
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto 120px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .contentsWrap .anchor .anchorBox {
    max-width: 100%;
    width: 100%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 768px) {
  .contentsWrap .anchor .anchorBox {
    margin: 0 auto 70px;
  }
}
@media screen and (max-width: 480px) {
  .contentsWrap .anchor .anchorBox {
    margin: 0 auto 50px;
  }
}
.contentsWrap .anchor .anchorBox .anchorList {
  width: 33.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contentsWrap .anchor .anchorBox .anchorList:nth-child(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.contentsWrap .anchor .anchorBox .anchorList > a {
  width: 100%;
  height: 36px;
  font-size: 1.125rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #fff;
  background-color: #404040;
}
@media screen and (max-width: 480px) {
  .contentsWrap .anchor .anchorBox .anchorList > a {
    font-size: 1rem;
  }
}
.contentsWrap .anchor .anchorBox .anchorList > a:visited {
  color: #fff;
}
.contentsWrap .anchor .anchorBox .anchorList > a:hover {
  opacity: 0.6;
}
.contentsWrap {
  /*キャンペーン概要*/
}
.contentsWrap .overview {
  margin-bottom: 110px;
}
@media screen and (max-width: 480px) {
  .contentsWrap .overview {
    margin-bottom: 60px;
  }
}
.contentsWrap .overview .termBox, .contentsWrap .overview .buyBox {
  width: 100%;
  margin-bottom: 100px;
}
.contentsWrap .overview .termBox .termBoxUl, .contentsWrap .overview .termBox .buyBoxUl, .contentsWrap .overview .buyBox .termBoxUl, .contentsWrap .overview .buyBox .buyBoxUl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .contentsWrap .overview .termBox .termBoxUl, .contentsWrap .overview .termBox .buyBoxUl, .contentsWrap .overview .buyBox .termBoxUl, .contentsWrap .overview .buyBox .buyBoxUl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contentsWrap .overview .termBox .termBoxUl .termBoxLi, .contentsWrap .overview .termBox .termBoxUl .buyBoxLi, .contentsWrap .overview .termBox .buyBoxUl .termBoxLi, .contentsWrap .overview .termBox .buyBoxUl .buyBoxLi, .contentsWrap .overview .buyBox .termBoxUl .termBoxLi, .contentsWrap .overview .buyBox .termBoxUl .buyBoxLi, .contentsWrap .overview .buyBox .buyBoxUl .termBoxLi, .contentsWrap .overview .buyBox .buyBoxUl .buyBoxLi {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .contentsWrap .overview .termBox .termBoxUl .termBoxLi, .contentsWrap .overview .termBox .termBoxUl .buyBoxLi, .contentsWrap .overview .termBox .buyBoxUl .termBoxLi, .contentsWrap .overview .termBox .buyBoxUl .buyBoxLi, .contentsWrap .overview .buyBox .termBoxUl .termBoxLi, .contentsWrap .overview .buyBox .termBoxUl .buyBoxLi, .contentsWrap .overview .buyBox .buyBoxUl .termBoxLi, .contentsWrap .overview .buyBox .buyBoxUl .buyBoxLi {
    width: 100%;
  }
  .contentsWrap .overview .termBox .termBoxUl .termBoxLi:last-child, .contentsWrap .overview .termBox .termBoxUl .buyBoxLi:last-child, .contentsWrap .overview .termBox .buyBoxUl .termBoxLi:last-child, .contentsWrap .overview .termBox .buyBoxUl .buyBoxLi:last-child, .contentsWrap .overview .buyBox .termBoxUl .termBoxLi:last-child, .contentsWrap .overview .buyBox .termBoxUl .buyBoxLi:last-child, .contentsWrap .overview .buyBox .buyBoxUl .termBoxLi:last-child, .contentsWrap .overview .buyBox .buyBoxUl .buyBoxLi:last-child {
    margin-top: 40px;
  }
}
.contentsWrap .overview .revBox {
  width: 100%;
}
.contentsWrap .overview .revBox .revH4 {
  font-size: 1.75rem;
  font-weight: normal;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .contentsWrap .overview .revBox .revH4 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .contentsWrap .overview .revBox .revH4 {
    font-size: 1.2rem;
  }
}
.contentsWrap .overview .revBox .revDl {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #fff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .contentsWrap .overview .revBox .revDl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contentsWrap .overview .revBox .revDl.mb50 {
  margin-bottom: 50px;
}
.contentsWrap .overview .revBox .revDl .revDt {
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .contentsWrap .overview .revBox .revDl .revDt {
    width: 80%;
    margin-bottom: 20px;
  }
}
.contentsWrap .overview .revBox .revDl .revDt > img {
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
}
.contentsWrap .overview .revBox .revDl .revDd {
  width: 460px;
}
@media screen and (max-width: 640px) {
  .contentsWrap .overview .revBox .revDl .revDd {
    width: 100%;
  }
}
.contentsWrap .overview .revBox .revDl .revDd > img {
  width: 100%;
  max-width: 460px;
}
@media screen and (max-width: 640px) {
  .contentsWrap .overview .revBox .revDl .revDd > img {
    max-width: inherit;
  }
}
.contentsWrap .overview .note {
  width: 100%;
  margin-top: 40px;
}
.contentsWrap .overview .note .noteList {
  font-size: 1rem;
  text-indent: -1em;
  padding-left: 1em;
}
.contentsWrap {
  /*対象モデル*/
}
.contentsWrap .model {
  margin-bottom: 120px;
}
@media screen and (max-width: 480px) {
  .contentsWrap .model {
    margin-bottom: 110px;
  }
}
.contentsWrap .model .mBox {
  width: 100%;
}
.contentsWrap .model .mBox .mBoxUl {
  width: 750px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .contentsWrap .model .mBox .mBoxUl {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.contentsWrap .model .mBox .mBoxUl:last-child {
  margin-top: 180px;
}
@media screen and (max-width: 640px) {
  .contentsWrap .model .mBox .mBoxUl:last-child {
    margin-top: 100px;
  }
}
.contentsWrap .model .mBox .mBoxUl:last-child .mBoxDd {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .contentsWrap .model .mBox .mBoxUl:last-child .mBoxDd {
    margin-top: 0;
  }
}
.contentsWrap .model .mBox .mBoxUl .picLi {
  width: 380px;
  margin-right: 100px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .contentsWrap .model .mBox .mBoxUl .picLi {
    width: 100%;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 480px) {
  .contentsWrap .model .mBox .mBoxUl .picLi {
    margin: 15px auto 0;
  }
}
.contentsWrap .model .mBox .mBoxUl .picLi > figure img.styler {
  max-width: 376px;
}
.contentsWrap .model .mBox .mBoxUl .picLi > figure img.seijoki {
  max-width: 198px;
}
.contentsWrap .model .mBox .mBoxUl .picLi > figure figcaption {
  font-size: 1.125rem;
  margin-top: 15px;
}
@media screen and (max-width: 480px) {
  .contentsWrap .model .mBox .mBoxUl .picLi > figure figcaption {
    font-size: 1rem;
    margin-top: 5px;
  }
}
.contentsWrap .model .mBox .mBoxUl .nameLi {
  width: 270px;
}
@media screen and (max-width: 640px) {
  .contentsWrap .model .mBox .mBoxUl .nameLi {
    width: 100%;
    text-align: center;
  }
}
.contentsWrap .model .mBox .mBoxUl .nameLi .nameH3 {
  margin-bottom: 45px;
}
@media screen and (max-width: 480px) {
  .contentsWrap .model .mBox .mBoxUl .nameLi .nameH3 {
    margin-bottom: 25px;
  }
}
.contentsWrap .model .mBox .mBoxUl .nameLi .nameH3 > img {
  width: auto;
}
.contentsWrap .model .mBox .mBoxUl .nameLi .nameH3 > img.styler {
  height: 50px;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .contentsWrap .model .mBox .mBoxUl .nameLi .nameH3 > img.styler {
    margin-top: 0;
  }
}
.contentsWrap .model .mBox .mBoxUl .nameLi .nameH3 > img.seijoki {
  height: 40px;
}
.contentsWrap .model .mBox .mBoxUl .nameLi .nameH4 {
  font-size: 1.6875rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 35px;
}
@media screen and (max-width: 640px) {
  .contentsWrap .model .mBox .mBoxUl .nameLi .nameH4 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .contentsWrap .model .mBox .mBoxUl .nameLi .nameH4 {
    font-size: 1.3em;
    margin-bottom: 20px;
  }
}
.contentsWrap .model .mBox .mBoxUl .nameLi .nameLiLi {
  color: #808080;
  font-size: 1.9375rem;
  font-weight: bold;
  margin-top: 25px;
}
@media screen and (max-width: 480px) {
  .contentsWrap .model .mBox .mBoxUl .nameLi .nameLiLi {
    font-size: 1.75rem;
    margin-top: 20px;
  }
}
.contentsWrap {
  /*お問い合わせ*/
}
.contentsWrap .sec-contact {
  position: relative;
  z-index: 1;
}
.contentsWrap .sec-contact .outerBox {
  width: 100%;
  text-align: center;
  padding: 70px 0;
  background-color: #909090;
}
@media screen and (max-width: 480px) {
  .contentsWrap .sec-contact .outerBox {
    padding: 40px 0 70px;
  }
}
.contentsWrap .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) {
  .contentsWrap .sec-contact .contactTitle {
    width: 100%;
    font-size: 1.375rem;
    padding: 15px 0;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 480px) {
  .contentsWrap .sec-contact .contactTitle {
    line-height: 1.4;
  }
}
.contentsWrap .sec-contact .contactTitle > br {
  display: none;
}
@media screen and (max-width: 480px) {
  .contentsWrap .sec-contact .contactTitle > br {
    display: block;
  }
}
.contentsWrap .sec-contact .contactP {
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .contentsWrap .sec-contact .contactP {
    font-size: 1rem;
  }
}
.contentsWrap .sec-contact .contactP > .contactSmall {
  font-size: 0.9375rem;
}
@media screen and (max-width: 480px) {
  .contentsWrap .sec-contact .contactP > .contactSmall {
    font-size: 0.8125rem;
  }
}
.contentsWrap .sec-contact .contactP > .spBr {
  display: none;
}
@media screen and (max-width: 480px) {
  .contentsWrap .sec-contact .contactP > .spBr {
    display: block;
  }
}
.contentsWrap .sec-contact .contact_time {
  color: #fff;
  margin: 15px 0;
}
.contentsWrap .sec-contact .contact_time .contactPl1 {
  padding-left: 1em;
}
@media screen and (max-width: 480px) {
  .contentsWrap .sec-contact .contact_time .contactPl1 {
    display: block;
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .contentsWrap .sec-contact .contact_time {
    margin: 10px 0;
  }
}
.contentsWrap .sec-contact .contact_caution {
  font-size: 0.9375rem;
  color: #fff;
  list-style-type: none;
}
@media screen and (max-width: 480px) {
  .contentsWrap .sec-contact .contact_caution {
    font-size: 0.8125rem;
  }
}
.contentsWrap .sec-contact .contact_caution .contactLi {
  list-style-type: none;
}
.contentsWrap .sec-contact .contact_caution .contactLi > br {
  display: none;
}
@media screen and (max-width: 480px) {
  .contentsWrap .sec-contact .contact_caution .contactLi > br {
    display: block;
  }
}
.contentsWrap .sec-contact .contact_linkBtnBox {
  width: auto;
  margin: 50px 0 20px;
  background-color: inherit;
}
@media screen and (max-width: 480px) {
  .contentsWrap .sec-contact .contact_linkBtnBox {
    margin: 30px 15px;
  }
}
.contentsWrap .sec-contact .contact_linkBtnBox .contact_linkBtn {
  width: 400px;
  height: 64px;
  font-size: 1.125rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #000;
  border: 3px solid #000;
  border-radius: 6px;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .contentsWrap .sec-contact .contact_linkBtnBox .contact_linkBtn {
    width: 90%;
    height: 58px;
  }
}
.contentsWrap .sec-contact .contact_linkBtnBox .contact_linkBtn img.rightarw {
  position: absolute;
  width: 13px;
  right: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contentsWrap {
  /*フッタークレジット*/
}
.contentsWrap .f_credit {
  width: 100%;
  height: 180px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contentsWrap .f_credit {
    height: 100px;
  }
}
@media screen and (max-width: 480px) {
  .contentsWrap .f_credit {
    height: 60px;
  }
}
.contentsWrap .f_credit > p {
  width: 100%;
  font-size: 1rem;
  text-align: center;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .contentsWrap .f_credit > p {
    padding-top: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 480px) {
  .contentsWrap .f_credit > p {
    font-size: 0.8rem;
  }
}

.fade-carousel {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.fade-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  z-index: 0;
}

.fade-slide.is-active {
  opacity: 1;
  z-index: 1;
}

.fade-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}