@charset "utf-8";


/* =======================================
reset
======================================= */
/* Modern browser */
*, *::before, *::after {
  box-sizing: border-box
}
* {
  margin: 0
}
html, body {
  height: 100%
}
body {
  line-height: 1.5;
}
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%
}
input, button, textarea, select {
  font: inherit
}
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word
}
#root, #__next {
  isolation: isolate
}

/* addition */
body {
  min-width: auto;
  overflow: initial;
}
img,
video {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  display: inline-block;
}
figure {
  margin: 0;
  line-height: 1;
}
.lity-wrap {
  padding: 3em 5%;
}
@media screen and (max-width: 1100px) {
  img {
    width: 100%;
  }
}
.mens header {
  height: auto;
}


/* ---------------------------------------------
font
--------------------------------------------- */
html body {
  line-height: 1.6;
  color: #000;
  font-size: 22px;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 1100px) {
  html body {
    font-size: 1.9vw;
  }
}

#page_spcl_requaphantom strong,
#page_spcl_requaphantom em {
  font-weight: 600;
}


/* =======================================
base
======================================= */
a,
a:link,
a:visited {
  color: #1e87f0;
}
a:hover {
  color: #f01e1e;
  text-decoration: none;
  filter: saturate(110%);
}

#page_spcl_requaphantom a:hover img[src*="_on"],
#page_spcl_requaphantom a:hover img[src*="_off"] {
  filter: brightness(100%);
}


/* =======================================
cmn
======================================= */
#page_spcl_requaphantom .content_inner {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  #page_spcl_requaphantom .content_inner {
    width: 87.353%;
    margin: 0 auto;
  }
}

#page_spcl_requaphantom .sec {
  margin: 0 0 4em;
  padding: 0;
}

#page_spcl_requaphantom .sec p {
  margin-bottom: 1.5em;
}

#page_spcl_requaphantom .sec .secTtl {
  margin: 0 auto 2em;
  padding: 0;
  text-align: center;
  font-size: 44px;
  font-weight: 700;
  border: 0;
}
@media screen and (max-width: 1100px) {
  #page_spcl_requaphantom .sec .secTtl {
    font-size: 4vw;
  }
}

#page_spcl_requaphantom .sec h2,
#page_spcl_requaphantom .sec h3 {
  line-height: 1.4;
}

#page_spcl_requaphantom sup {
  font-size: 60%;
  font-weight: 400;
}

#page_spcl_requaphantom .ylw1 {
  color: #e4d6a5;
}

#page_spcl_requaphantom .note {
  line-height: 1.4;
  font-size: 20px;
  display: block;
}
@media screen and (max-width: 1100px) {
  #page_spcl_requaphantom .note {
    font-size: 1.8vw;
  }
}
#page_spcl_requaphantom small.note1,
#page_spcl_requaphantom .note1 li {
  padding-left: 1em;
  text-indent: -1em;
}
#page_spcl_requaphantom .note.note_taR {
  text-align: right;
}

#page_spcl_requaphantom .taR {
  text-align: right;
}

/* cta */
#page_spcl_requaphantom .cta {
  width: 906px;
  margin: 0 auto 4em;
  padding: 1em 0 2em;
  text-align: center;
  color: #fff;
  background-color: #6d6e7a;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1100px) {
  #page_spcl_requaphantom .cta {
    width: 82.365%;
  }
}
#page_spcl_requaphantom .cta .telArea {
  margin: 0 auto 1.5em;
  padding-top: 1.5em;
}
@media screen and (max-width: 1100px) {
  #page_spcl_requaphantom .cta .telArea {
    width: 50vw;
  }
}
#page_spcl_requaphantom .cta .btnArea {
  margin: 0 auto .5em;
}
@media screen and (max-width: 1100px) {
  #page_spcl_requaphantom .cta .btnArea {
    width: 80.203%;
  }
}
#page_spcl_requaphantom .cta .noteArea {
  margin: 0 2em;
  text-align: left;
}
#page_spcl_requaphantom .cta2 {
  padding-top: 12.5em;
}
#page_spcl_requaphantom .cta2 .campaignTtl {
  width: 994px;
  position: absolute;
  top: -.5em;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1100px) {
  #page_spcl_requaphantom .cta2 .campaignTtl {
    width: 90.3636vw;
  }
}

/* compare */
#page_spcl_requaphantom .compare .icv__control-line {
  width: 4px !important;
}
#page_spcl_requaphantom .icv__control::after {
  content: '';
  width: 121px;
  height: 111px;
  background: url(../images/compare_icon1.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: 2%;
  left: 50%;
  z-index: 1000;
  transform: translateX(-50%);
}
@media screen and (max-width: 1100px) {
  #page_spcl_requaphantom .icv__control::after {
    width: 11vw;
    height: 10.091vw;
  }
}
#page_spcl_requaphantom .icv__theme-wrapper {
  z-index: 1;
}
#page_spcl_requaphantom .compare .icv__theme-wrapper .icv__arrow-wrapper {
  width: 82px;
  height: 62px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  position: absolute;
  top: 5%;
}
@media screen and (max-width: 1100px) {
  #page_spcl_requaphantom .compare .icv__theme-wrapper .icv__arrow-wrapper {
    width: 7.455vw;
    height: 5.637vw;
  }
}
#page_spcl_requaphantom .compare .icv__theme-wrapper .icv__arrow-wrapper:first-child {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2281px%22%20height%3D%2262px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(228%2C%20214%2C%20165)%22%20d%3D%22M81.002%2C46.206%20L32.660%2C46.206%20L32.660%2C62.013%20L0.005%2C31.013%20L32.660%2C0.013%20L32.660%2C14.592%20L81.002%2C14.592%20L81.002%2C46.206%20Z%22%2F%3E%3C%2Fsvg%3E');
  right: calc(50% + 2.5em);
}
#page_spcl_requaphantom .compare .icv__theme-wrapper .icv__arrow-wrapper:last-child {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2283px%22%20height%3D%2262px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(228%2C%20214%2C%20165)%22%20d%3D%22M82.058%2C31.015%20L49.339%2C61.859%20L49.339%2C46.097%20L0.904%2C46.097%20L0.904%2C14.643%20L49.339%2C14.643%20L49.339%2C0.173%20L82.058%2C31.015%20Z%22%2F%3E%3C%2Fsvg%3E');
  left: calc(50% + 2.5em);
}
#page_spcl_requaphantom .compare .icv__theme-wrapper .icv__arrow-wrapper svg {
  display: none;
}

/* before after */
#page_spcl_requaphantom .sec .baArea {
  margin: 0 auto 1.5em;
}
#page_spcl_requaphantom .sec .baArea .baImg {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
#page_spcl_requaphantom .sec .baArea .baImg li {
  width: 354px;
  margin: 0 2em;
  position: relative;
}
@media screen and (max-width: 1100px) {
  #page_spcl_requaphantom .sec .baArea .baImg li {
    width: 32.182vw;
  }
}
#page_spcl_requaphantom .sec .baArea .baTtl {
  margin: 0 auto .7em;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  #page_spcl_requaphantom .sec .baArea .baTtl {
    width: 28.814%;
  }
}
#page_spcl_requaphantom .sec .baArea .baImg .figImg {
  margin: 0;
  position: relative;
  border-radius: 7px 7px 7px 0;
  display: block;
}
#page_spcl_requaphantom .sec .baArea .baImg .figImg::after {
  content: '';
  width: 27px;
  height: 49px;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228px%22%20height%3D%2249px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(192%2C%20180%2C%20140)%22%20d%3D%22M27.280%2C24.495%20L0.718%2C48.837%20L0.718%2C0.151%20L27.280%2C24.495%20Z%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: calc(100% + 1.5em);
  transform: translate(0, -50%);
}
@media screen and (max-width: 1100px) {
  #page_spcl_requaphantom .sec .baArea .baImg .figImg::after {
    width: 2.455vw;
    height: 4.455vw;
  }
}
#page_spcl_requaphantom .sec .baArea .baImg  li:last-child .figImg::after {
  display: none;
}

#page_spcl_requaphantom .sec .baArea .baImg a {
  display: block;
  position: relative;
}
#page_spcl_requaphantom .sec .baArea .baImg a::after {
  content: '';
  width: 34px;
  height: 33px;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229px%22%20height%3D%2230px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(255%2C%20255%2C%20255)%22%20d%3D%22M28.717%2C25.394%20L24.828%2C29.313%20L17.356%2C21.784%20C15.617%2C22.875%2013.567%2C23.504%2011.373%2C23.504%20C5.108%2C23.504%200.012%2C18.368%200.012%2C12.056%20C0.012%2C5.742%205.108%2C0.607%2011.373%2C0.607%20C17.638%2C0.607%2022.734%2C5.742%2022.734%2C12.056%20C22.734%2C14.152%2022.170%2C16.119%2021.190%2C17.809%20L28.717%2C25.394%20ZM11.373%2C3.933%20C6.928%2C3.933%203.312%2C7.577%203.312%2C12.056%20C3.312%2C16.534%206.928%2C20.178%2011.373%2C20.178%20C15.818%2C20.178%2019.434%2C16.534%2019.434%2C12.056%20C19.434%2C7.577%2015.818%2C3.933%2011.373%2C3.933%20ZM12.539%2C16.819%20L10.119%2C16.819%20L10.119%2C13.417%20L6.745%2C13.417%20L6.745%2C10.980%20L10.119%2C10.980%20L10.119%2C7.579%20L12.539%2C7.579%20L12.539%2C10.980%20L15.913%2C10.980%20L15.913%2C13.417%20L12.539%2C13.417%20L12.539%2C16.819%20Z%22%2F%3E%3C%2Fsvg%3E') no-repeat center rgba(0, 0, 0, .8);
  background-size: 65% auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  #page_spcl_requaphantom .sec .baArea .baImg a::after {
    width: 3.094vw;
    height: 3.003vw;
  }
}
#page_spcl_requaphantom .sec .baArea .baImg .icon {
  margin: 0;
  display: block;
  position: absolute;
  top: -1em;
  right: -0.7em;
}
@media screen and (max-width: 1100px) {
  #page_spcl_requaphantom .sec .baArea .baImg .icon {
    width: 7.7vw;
  }
}

/* luminous */
.lum-lightbox {
  background-color: rgba(0,0,0,.9);
  z-index: 1000;
}


/* =======================================
contents
======================================= */
#page_spcl_requaphantom {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #1a1d22;
}
@media screen and (max-width: 1100px) {
  #page_spcl_requaphantom {
    width: 100%;
  }
}


/* ---------
header
--------- */
#page_spcl_requaphantom .page_header {
  height: auto;
  box-shadow: 0 0 0 transparent;
  position: relative;
  z-index: 2;
}

#page_spcl_requaphantom .page_header .logo {
  position: relative;
  top: 0;
  left: 0;
}


/* ---------
main
--------- */
#page_spcl_requaphantom .page_main {
  position: relative;
  z-index: 1;
}
#page_spcl_requaphantom .page_main .lpHeader {
  height: auto;
}
#page_spcl_requaphantom .page_main .lpHeader .info_tel {
  background-color: #000;
}
#page_spcl_requaphantom .page_main .lpHeader .info_tel .btn {
  margin: 0;
  display: block;
}

#page_spcl_requaphantom .page_main .hero {
  padding-bottom: 2.5em;
}
#page_spcl_requaphantom .page_main .hero .pageTitle {
  margin-bottom: 2em;
}
#page_spcl_requaphantom .page_main .hero .cta {
  margin-bottom: 0;
}


#page_spcl_requaphantom #sec1 {
  margin-bottom: 0;
  padding-bottom: 1px;
  background-color: #505b6b;
}
#page_spcl_requaphantom #sec1 .bg1 {
  padding: 2.5em 0 0;
  background-color: #304352;
  background: url(../images/sec1_bg1.jpg) no-repeat center;
  background-size: 100% 100%;
}
#page_spcl_requaphantom #sec1 .secTtl {
  margin-bottom: .3em;
}
@media screen and (max-width: 1100px) {
  #page_spcl_requaphantom #sec1 .secTtl {
    width: 90.91%;
  }
}
#page_spcl_requaphantom #sec1 .baArea1 {
  position: relative;
}
#page_spcl_requaphantom #sec1 .baArea1 .before {
  width: 382px;
  position: absolute;
  top: 45%;
  right: 70px;
  z-index: 2;
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  #page_spcl_requaphantom #sec1 .baArea1 .before {
    width: 34.728%;
  }
}
#page_spcl_requaphantom #sec1 .baArea1 .after {
  width: 100%;
  position: relative;
  z-index: 1;
}
#page_spcl_requaphantom #sec1 .baArea1 .after .imgArea {
  width: 100%;
  position: relative;
  z-index: 1;
}
#page_spcl_requaphantom #sec1 .baArea1 .after .imgArea .img {
  width: 460px;
  margin: 0 auto;
  transform: translateX(-28%);
}
@media screen and (max-width: 1100px) {
  #page_spcl_requaphantom #sec1 .baArea1 .after .imgArea .img {
    width: 41.819%;
  }
}
#page_spcl_requaphantom #sec1 .sec1_sec {
  margin-bottom: 6em;
  text-align: center;
  color: #fff;
}
#page_spcl_requaphantom #sec1 .sec1_sec:last-child {
  margin-bottom: 5em;
}
#page_spcl_requaphantom #sec1 .sec1_sec .ttl {
  margin: 0 auto 2em;
}
#page_spcl_requaphantom #sec1 .sec1_sec .txtArea {
  margin: 0 auto 1.5em;
  text-align: left;
  font-size: 33px;
}
@media screen and (max-width: 1100px) {
  #page_spcl_requaphantom #sec1 .sec1_sec .txtArea {
    font-size: 3vw;
  }
}
#page_spcl_requaphantom #sec1 .sec1_sec .txtArea.taC {
  text-align: center;
}
@media screen and (max-width: 1100px) {
  #page_spcl_requaphantom #sec1 .sec1_sec .txtArea.taC {
    width: 74.204%;
  }
}
#page_spcl_requaphantom #sec1 .sec1_sec .txtArea p:last-child {
  margin-bottom: 0;
}
#page_spcl_requaphantom #sec1 .sec1_sec .figImg {
  margin-bottom: 4em;
}
#page_spcl_requaphantom #sec1 .sec1_sec .txtSt1 {
  position: relative;
}
#page_spcl_requaphantom #sec1 .sec1_sec .txtSt1 .txt {
  margin-bottom: 0;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -5.2%);
}
#page_spcl_requaphantom #sec1 .sec1_sec .txtSt1 .figImg {
  margin-bottom: 0;
}

#page_spcl_requaphantom #sec1 #sec1_1 {
  padding-top: 5em;
}
#page_spcl_requaphantom #sec1 #sec1_1 .ttl {
  position: relative;
}
#page_spcl_requaphantom #sec1 #sec1_1 .ttl .note {
  position: absolute;
  top: calc(100% + .5em);
  right: 0;
}
#page_spcl_requaphantom #sec1 #sec1_1 .compareArea {
  position: relative;
}
#page_spcl_requaphantom #sec1 #sec1_1 .compareArea #compare1 {
  position: relative;
  z-index: 1;
}
#page_spcl_requaphantom #sec1 #sec1_1 .compareArea #compare1::after,
#page_spcl_requaphantom #sec1 #sec1_1 .compareArea #compare1 .icv__wrapper::after {
  line-height: 1;
  color: #333;
  white-space: nowrap;
  font-size: 110%;
  position: absolute;
  bottom: 1em;
}
#page_spcl_requaphantom #sec1 #sec1_1 .compareArea #compare1::after {
  content: '従来品';
  left: 1em;
  z-index: 2;
}
#page_spcl_requaphantom #sec1 #sec1_1 .compareArea #compare1 .icv__wrapper::after {
  content: 'ネイティブフロント加工';
  color: #8b7000;
  font-size: 130%;
  font-weight: 700;
  right: 1em;
  z-index: 3;
}
#page_spcl_requaphantom #sec1 #sec1_3 .txtArea3 {
  margin-bottom: 0;
}
@media screen and (max-width: 1100px) {
  #page_spcl_requaphantom #sec1 #sec1_3 .txtArea3 {
    width: 60.674%;
  }
}

#page_spcl_requaphantom #sec2 {
  margin-bottom: 0;
  padding: 3em 0 1px;
}
#page_spcl_requaphantom #sec2 .layout1 {
  position: relative;
}
#page_spcl_requaphantom #sec2 .layout1 .secTtl {
  width: 1000px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
@media screen and (max-width: 1100px) {
  #page_spcl_requaphantom #sec2 .layout1 .secTtl {
    width: 90.91%;
  }
}
#page_spcl_requaphantom #sec2 .voiceArea {
  position: relative;
  z-index: 1;
}
#page_spcl_requaphantom #sec2 .voiceArea .voiceImg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#page_spcl_requaphantom #sec2 .voiceArea .voiceCont {
  width: 100%;
  position: relative;
  left: 0;
  z-index: 2;
}
#page_spcl_requaphantom #sec2 .voiceArea .voiceCont .voice {
  padding: 2em 2.5em;
  color: #fff;
  background-color: #505b6b;
}
#page_spcl_requaphantom #sec2 .voiceArea .voiceCont .voice .ttl {
  margin-bottom: 2em;
}
@media screen and (max-width: 1100px) {
  #page_spcl_requaphantom #sec2 .voice1 .voiceCont .voice .ttl {
    width: 92.133%;
  }
  #page_spcl_requaphantom #sec2 .voice2 .voiceCont .voice .ttl {
    width: 77.654%;
  }
}
#page_spcl_requaphantom #sec2 .voiceArea .voiceCont .voice .comment {
  font-size: 33px;
}
@media screen and (max-width: 1100px) {
  #page_spcl_requaphantom #sec2 .voiceArea .voiceCont .voice .comment {
    font-size: 3vw;
  }
}
#page_spcl_requaphantom #sec2 .voiceArea .voiceCont .voice .comment .data {
  font-size: 23px;
}

#page_spcl_requaphantom #sec2 .voice1 {
  z-index: 4;
}
#page_spcl_requaphantom #sec2 .voice1 .voiceCont {
  padding-top: 1000px;
}
@media screen and (max-width: 1100px) {
  #page_spcl_requaphantom #sec2 .voice1 .voiceCont {
    padding-top: 90.9091vw;
  }
}
#page_spcl_requaphantom #sec2 .voice2 {
  padding-bottom: 6em;
  z-index: 3;
}
#page_spcl_requaphantom #sec2 .voice2 .voiceCont {
  padding-top: 750px;
}
@media screen and (max-width: 1100px) {
  #page_spcl_requaphantom #sec2 .voice2 .voiceCont {
    padding-top: 68.1818vw;
  }
}


#page_spcl_requaphantom #sec3 {
  padding: 0 0 4em;
  background: rgb(214,198,132);
  background: linear-gradient(180deg, rgba(214,198,132,1) 0%, rgba(156,131,54,1) 100%);
}
#page_spcl_requaphantom #sec3 .secTtl {
  position: relative;
  top: -9px;
}
@media screen and (max-width: 1100px) {
  #page_spcl_requaphantom #sec3 .secTtl {
    top: -.8vw;
  }
}
#page_spcl_requaphantom #sec3 .ttl {
  margin-bottom: 1.5em;
}
#page_spcl_requaphantom #sec3 .txtArea1 {
  font-size: 33px;
}
@media screen and (max-width: 1100px) {
  #page_spcl_requaphantom #sec3 .txtArea1 {
    font-size: 3vw;
  }
}
#page_spcl_requaphantom #sec3 .figImg1 {
  margin: 0;
}
#page_spcl_requaphantom #sec3 .figImg1 .figTop {
  margin-bottom: 1em;
  border: 10px solid #e4d6a5;
}
#page_spcl_requaphantom #sec3 .figImg1 .figBtm {
  display: flex;
  justify-content: space-between;
}
#page_spcl_requaphantom #sec3 .figImg1 .figBtm .img {
  border: 4px solid #e4d6a5;
}
@media screen and (max-width: 1100px) {
  #page_spcl_requaphantom #sec3 .figImg1 .figBtm .img:nth-child(2) {
    margin: 0 1vw;
  }
}

#page_spcl_requaphantom #sec4 {
  padding: 8em  0;
  background-color: #292f38;
  clip-path: polygon(0 0, 50% 4em, 100% 0, 100% calc(100% - 4em), 50% 100%, 0 calc(100% - 4em));
  position: relative;
  z-index: 2;
}
#page_spcl_requaphantom #sec4 .ctaArea {
  margin-bottom: 4em;
  padding: 4em 0;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4em), 50% 100%, 0 calc(100% - 4em));
}
#page_spcl_requaphantom #sec4 .secTtl {
  margin-bottom: 0;
}
@media screen and (max-width: 1100px) {
  #page_spcl_requaphantom #sec4 .secTtl {
    width: 90.91%;
  }
}
#page_spcl_requaphantom #sec4 .flow li {
  padding-bottom: 1px;
}
#page_spcl_requaphantom #sec4 .flow li .ttl {
  margin: 0 auto 1.5em;
  text-align: center;
  transform: translateX(-5px);
}
@media screen and (max-width: 1100px) {
  #page_spcl_requaphantom #sec4 .flow li .ttl {
    width: 89.273%;
    transform: translateX(-.5vw);
  }
}
#page_spcl_requaphantom #sec4 .flow li .ttl2 {
  margin-bottom: 1em;
}
#page_spcl_requaphantom #sec4 .flow li .figImg {
  margin-bottom: 1em;
}
#page_spcl_requaphantom #sec4 .flow li .txtArea {
  margin: 0 1em 2em;
  color: #fff;
  font-size: 33px;
}
@media screen and (max-width: 1100px) {
  #page_spcl_requaphantom #sec4 .flow li .txtArea {
    font-size: 3vw;
  }
}
#page_spcl_requaphantom #sec4 .flow li .txtArea p:last-child {
  margin-bottom: 0;
}


#page_spcl_requaphantom #sec7 {
  margin-bottom: 0;
  padding: 0 0 2em;
  text-align: center;
}
#page_spcl_requaphantom #sec7 .secTtl {
  margin: 0 auto .5em;
}
@media screen and (max-width: 1100px) {
  #page_spcl_requaphantom #sec7 .secTtl {
    width: 90.91%;
  }
}
#page_spcl_requaphantom #sec7 .faq_list {
  margin: 0;
  padding-bottom: 2em;
}
#page_spcl_requaphantom #sec7 .faq_list .faq {
  margin: 0 0 1em;
  padding: 0;
  text-align: left;
  background-color: #fff;
}
#page_spcl_requaphantom #sec7 .faq_list .faq .ttl {
  margin: 0;
  padding: 0;
  font-size: 4vw;
  font-weight: 600;
  background-color: #4a586d;
  display: flex;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
}
#page_spcl_requaphantom #sec7 .faq_list .faq .ttl:after {
  content: '\FF0B';
  width: 100px;
  color: #fff;
  line-height: 1;
  font-size: 40px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .2s;
}
#page_spcl_requaphantom #sec7 .faq_list .faq .ttl.active:after {
  content: '\FF0D';
  transform: rotate(180deg);
}
@media screen and (max-width: 1100px) {
  #page_spcl_requaphantom #sec7 .faq_list .faq .ttl:after {
    width: 9vw;
    font-size: 3.8vw;
  }
}
#page_spcl_requaphantom #sec7 .faq_list .faq .ttl .icon {
  width: 108px;
  padding: 0 .5em;
  text-align: center;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  #page_spcl_requaphantom #sec7 .faq_list .faq .ttl .icon {
    width: 10vw;
  }
}
#page_spcl_requaphantom #sec7 .faq_list .faq .ttl .icon picture {
  display: flex;
  justify-content: center;
  align-items: center;
}
#page_spcl_requaphantom #sec7 .faq_list .faq .ttl .title_txt {
  width: 840px;
  margin: 0;
  padding: .8em 0 .8em 1em;
  line-height: 1.3;
  color: #fff;
  font-size: 28px;
}
@media screen and (max-width: 1100px) {
  #page_spcl_requaphantom #sec7 .faq_list .faq .ttl .title_txt {
    width: 76vw;
    font-size: 2.6vw;
  }
}
#page_spcl_requaphantom #sec7 .faq_list .faq .toggleCont {
  margin: 0;
  padding: 1em;
  line-height: 1.6;
  display: none;
}
#page_spcl_requaphantom #sec7 .faq_list .faq .toggleCont p:last-child {
  margin-bottom: 0;
}
#page_spcl_requaphantom #sec7 .faq_list .faq a {
  display: inline;
  text-decoration: underline;
}
#page_spcl_requaphantom #sec7 .faq_list .faq a:hover {
  text-decoration: none;
}


#page_spcl_requaphantom #sec9 {
  margin: 0;
  padding: 3em 0 0;
  background: rgb(214,198,132);
  background: linear-gradient(-70deg, rgba(231,213,135,1) 0%, rgba(193,162,66,1) 100%);
}
#page_spcl_requaphantom #sec9 .ttlArea {
  margin: 0 0 1em;
  text-align: center;
}
#page_spcl_requaphantom #sec9 .secTtl {
  margin: 0 auto;
  display: inline-block;
}
@media screen and (max-width: 1100px) {
  #page_spcl_requaphantom #sec9 .secTtl {
    width: 50%;
  }
}
#page_spcl_requaphantom #sec9 .content_inner {
  position: relative;
  z-index: 2;
}
#page_spcl_requaphantom #sec9 .info {
  margin: 0 auto;
  text-align: center;
  padding: 0 0 1.5em;
  position: relative;
  z-index: 2;
}
#page_spcl_requaphantom #sec9 .info .telBtn {
  margin: 0 auto 1em;
  display: inline-block;
}
@media screen and (max-width: 1100px) {
  #page_spcl_requaphantom #sec9 .info .telBtn {
    width: 69.8%;
  }
}
#page_spcl_requaphantom #sec9 .txtArea {
  text-align: center;
}
#page_spcl_requaphantom #sec9 .info .telTxt1 {
  margin: 0 0 .5em;
}
#page_spcl_requaphantom #sec9 .info .telTxt1 * {
  font-weight: 600;
}
#page_spcl_requaphantom #sec9 .info .telTxt1 .txt1 {
  margin: 0;
  display: block;
  font-size: 30px;
}
@media screen and (max-width: 1100px) {
  #page_spcl_requaphantom #sec9 .info .telTxt1 .txt1 {
    font-size: 2.72vw;
  }
}
#page_spcl_requaphantom #sec9 .info .telTxt1 .txt2 {
  font-size: 120%;
}
#page_spcl_requaphantom #sec9 .info .note {
  text-align: left;
  font-size: 18px;
  display: inline-block;
}
@media screen and (max-width: 1100px) {
  #page_spcl_requaphantom #sec9 .info .note {
    font-size: 1.64vw;
  }
}


/* ---------
footer
--------- */
#page_spcl_requaphantom .page_footer {
  margin: 0;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
#page_spcl_requaphantom .page_footer .footer_fixedBtn {
  margin: 0;
  background-color: #000;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
}
#page_spcl_requaphantom .page_footer .footer_fixedBtn ul {
  margin: 0;
  padding: 1em 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page_spcl_requaphantom .page_footer .footer_fixedBtn ul li {
  margin: 0 32px;
}
@media screen and (max-width: 1100px) {
  #page_spcl_requaphantom .page_footer .footer_fixedBtn ul li {
    margin: 0 3vw;
  }
}
#page_spcl_requaphantom .page_footer .footer_fixedBtn ul li:first-child {
  width: 363px;
}
@media screen and (max-width: 1100px) {
  #page_spcl_requaphantom .page_footer .footer_fixedBtn ul li:first-child {
    width: 33vw;
  }
}
#page_spcl_requaphantom .page_footer .footer_fixedBtn ul li:last-child {
  width: 536px;
}
@media screen and (max-width: 1100px) {
  #page_spcl_requaphantom .page_footer .footer_fixedBtn ul li:last-child {
    width: 45.637vw;
  }
}

#page_spcl_requaphantom .page_footer .copyright {
  margin: 0;
  padding: 1em 0;
  text-align: center;
  color: #888;
  font-size: 14px;
}
@media screen and (max-width: 1100px) {
  #page_spcl_requaphantom .page_footer .copyright {
    font-size: 1.4vw;
  }
}
