@charset "UTF-8";

/*CSSDocument*/


/* share
===============================================================*/

.clearfix:after {
content: " ";  
display: block; 
visibility: hidden; 
clear: both; 
height: 0.1px; 
font-size: 0.1em; 
line-height: 0; 
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

.clear{ clear:both;}



/*header*/
.p-headerWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background: #000;
}
.p-header {
}
.p-headerInner {
  position: relative;
  transition: all 0.5s ease-out;
  height: 120px;
}
.p-headerLogoWrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 25px;
  margin: auto;
  z-index: 1;
  transition: all 0.5s ease-out;
  width: 300px;
}
.p-headerLogo {
  width: 175px;
  margin: 0 auto;
}
.p-headerLogo a {
  display: block;
}
.p-headerHeading {
  font-family: 'Rajdhani', sans-serif;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: .1em;
  color: #fff;
  margin-top: 10px;
  display: inline-block;
}
.p-headerInfoWrap {
  /*position: relative;
  z-index: 2;*/
}
.p-headerInfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.p-headerInfoTel {
  margin-right: 2.5%;
}
.p-headerInfoTelNum {
  font-family: 'Rajdhani', sans-serif;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  color: #fff;
}
.p-headerInfoTelNum__txt {
  font-size: 32px;
}
.p-headerInfoTelTxt {
  font-size: 14px;
  line-height: 1.25;
  font-weight: 400;
  text-align: left;
  color: #fff;
  text-indent: -1em;
  padding-left: 1em;
}
.p-headerInfoContact {
  max-width: 240px;
  width: 100%;
  height: 120px;
  transition: all 0.5s ease-out;
}
.p-headerInfoContact a {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #e10000;
  height: 100%;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  color: #fff;
}
.p-header.is-flow .p-headerInner {
  height: 100px;
}
.p-header.is-flow  .p-headerLogoWrap {
  top: 15px;
}
.p-header.is-flow .p-headerInfoContact {
  height: 100px;
}
@media screen and (min-width: 1921px) {
  .p-headerInfoTel {
    margin-right: 48px;
  }
}
@media screen and (max-width: 1700px) {
  .p-headerInfoTel {
    margin-right: 15px;
  }
  .p-headerInfoTelNum {
    font-size: 36px;
}
  .p-headerInfoTelNum__txt {
    font-size: 28px;
  }
  .p-headerInfoTelTxt {
    font-size: 12px;
  }
  .p-headerInfoContact {
    max-width: 140px;
  }
  .p-headerInfoContact a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1400px) {
  .p-headerLogo {
    margin: 0 auto 0 0;
  }
  .p-headerLogoWrap {
    left: 32px;
    right: auto;
    text-align: left;
  }
  .p-headerHeading {
    font-size: 16px;
  }
}
@media screen and (max-width: 1206px) {
  .p-headerLogoWrap {
    left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-headerInner {
    height: 70px;
  }
  .p-header.is-flow .p-headerInner {
    height: 70px;
  }
  .p-headerLogoWrap {
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
  }
  .p-header.is-flow  .p-headerLogoWrap {
    top: 50%;
  }
  .p-headerLogo {
    width: 130px;
    margin: 5px auto 0;
  }
  .p-headerHeading {
    font-size: 14px;
    margin-top: 4px;
  }
  .p-headerInfo {
    display: none;
  }
}



/*kv*/
/*.p-kvWrap {
  background-color: #000;
  padding-top: 120px;
  position: relative;
  transition: all 0.5s ease-out;
}*/
/*.p-kvWrap::before {
  content: "";
  display: block;
  width: 240px;
  height: 100%;
  background: #e10000;
  position: absolute;
  right: 0;
  top: 0;
}*/
.p-kv {
  background: url(../images/kv-bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
.p-kv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/kv-cover.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.p-kvInner {
  height: 720px;
}
.p-kvFrame {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: content-box;
}
.p-kvContent {
  text-align: left;
}
.p-kvOpen {
  display: inline-block;
  position: relative;
  padding: 20px 34px 10px;
  box-sizing: border-box;
  margin-top: 64px;
}
.p-kvOpen::before,
.p-kvOpen::after {
  content: "";
  display: block;
  width: 24px;
  height: 88px;
  position: absolute;
}
.p-kvOpen::before {
  border-top: 1px solid #d8ff00;
  border-left: 1px solid #d8ff00;
  top: 0;
  left: 0;
}
.p-kvOpen::after {
  border-bottom: 1px solid #d8ff00;
  border-right: 1px solid #d8ff00;
  bottom: 0;
  right: 0;
}
.p-kvOpenTxt {
  
}
.p-kvOpenTxtDate {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .1em;
  color: #d8ff00;
}
.p-kvOpenTxtDate__num {
  font-family: 'Rajdhani', sans-serif;
  font-size: 40px;
}
.p-kvOpenTxtMain {
  font-family: 'Rajdhani', sans-serif;
  font-size: 108px;
  line-height: 1;
  font-weight: 700;
  color: #d8ff00;
  margin-top: -12px;
}
.p-kvOpenTxtMain2 {
  font-size: 50px;
  line-height: 1.3;
  font-weight: 700;
  color: #d8ff00;
  margin-top: -12px;
  text-shadow: 0 0 5px rgba(0,0,0,1);
}
@media screen and (max-width: 1400px) {
  .p-kv {
    background: url(../images/kv-bg.jpg) no-repeat center left 20%;
    background-size: cover;
  }
  .p-kv::before {
    width: 50%;
    background: url(../images/kv-cover_sp.jpg) no-repeat center right 15%;
    background-size: cover;
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 1206px) {
  .p-kv::before {
    background: url(../images/kv-cover_sp.jpg) no-repeat center right 12%;
    background-size: cover;
  }
  .p-kvInner {
    height: 650px;
  }
  .p-kvFrame {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-kv {
    background: none;
  }
  .p-kv::before {
    width: 100%;
    background: url(../images/kv-cover_sp.jpg) no-repeat center right 18%;
    background-size: cover;
  }
  .p-kvInner {
    height: 420px;
  }
  .p-kvOpen {
    padding: 10px 20px 5px;
    margin-top: 25px;
  }
  .p-kvOpen::before,
  .p-kvOpen::after {
    width: 16px;
    height: 72px;
  }
  .p-kvOpenTxtDate {
    font-size: 20px;
    text-shadow: rgba(0, 0, 0, .2) 1px 1px 10px, rgba(0, 0, 0, .2) -1px 1px 10px, rgba(0, 0, 0, .2) 1px -1px 10px, rgba(0, 0, 0, .2) -1px -1px 10px;
  }
  .p-kvOpenTxtDate__num {
    font-size: 30px;
  }
  .p-kvOpenTxtMain {
    font-size: 84px;
    text-shadow: rgba(0, 0, 0, .2) 1px 1px 10px, rgba(0, 0, 0, .2) -1px 1px 10px, rgba(0, 0, 0, .2) 1px -1px 10px, rgba(0, 0, 0, .2) -1px -1px 10px;
  }
  .p-kvOpenTxtMain2 {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    color: #FFF;
    margin-top: -12px;
    padding: 30px 0;
    text-shadow: rgba(255, 255, 255, .2) 1px 1px 10px, rgba(255, 255, 255, .2) -1px 1px 10px, rgba(255, 255, 255, .2) 1px -1px 10px, rgba(255, 255, 255, .2);
  }
}

.p-kvN {
  position: relative;
  margin-bottom: 80px;
  /* padding: 0 0 80px; */
}
.p-kvNFRame {
  background: url("../images/kvn-img.jpg") no-repeat center center;
  background-size: cover;
  height: calc(100vh - 200px);
/*
  height: 980px;
*/
  position: relative;
}
.p-kvNFRame:before {
  display: block;
  content: '';
  background: url("../images/kvn-cover.png") repeat-x;
  height: 551px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-kvNFRame__title {
  position: relative;
  z-index: 10;
  padding: 79px 0 0 0;
}

/* .p-kvNBar {
  position: absolute;
  bottom:0;
  left: 0;
  width: 100%;
} */
.p-kvNBar {}
.p-kvNBarInner {
  width: 90.625%;
  margin: 0 auto 66px;
}
.p-kvNBarList {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.p-kvNBarList li {
  width: 23.86%;
}
@media screen and (max-width: 768px) {
  .p-kvN {
    position: relative;
    margin-bottom: 0px;
    padding: 0 0 0px;
  }
  .p-kvNFRame {
    background: url("../images/kvn-img-sp.jpg") no-repeat center top;
    background-size: cover;
    height: 497px;
  /*
    height: 980px;
  */
    position: relative;
  }
  .p-kvNFRame:before {
    background: url("../images/kvn-cover.png") repeat-x;
    background-size: auto 100%;
    height: 30vh;
    opacity: 0;
  }
  .p-kvNFRame__title {
    position: relative;
    z-index: 10;
    padding: 8vw 0 0 0;
    width: 76.82%;
    margin: 0 auto;
  }

  .p-kvNBar {
    position: static;
    bottom:0;
    left: 0;
    width: 100%;
    background: url("../images/kvn-img-sp2.jpg") no-repeat center top;
    background-size: cover;
    padding: 30px 0;

    margin-bottom: 30px;
  }
  .p-kvNBarInner {
    width: 83.333%;
    margin: 0 auto;
    /* -webkit-transform: translate(0, -13vw);
    transform: translate(0, -13vw); */
  }
  .p-kvNBarList {
    display : block;
  }
  .p-kvNBarList li {
    width: 100%;
  }
  .p-kvNBarList li:nth-of-type(n + 2) {
    margin-top: 12px;
  }
}
.p-bannerAutoSalonBtn {
  margin-top: 80px;
}
.p-bannerAutoSalonBtn a {
  display: block;
  max-width: 700px;
  margin: 0 auto;
  background: linear-gradient(135deg, rgba(229,229,229,1) 0%,rgba(229,229,229,1) 4%,rgba(221,221,221,1) 29%,rgba(229,229,229,1) 51%,rgba(229,229,229,1) 54%,rgba(221,221,221,1) 76%,rgba(229,229,229,1) 100%);
  border: #000 5px solid;
  color: #000;
  box-sizing: border-box;
  padding: 30px 30px 30px;
  position: relative;
  overflow: hidden;
}
.p-bannerAutoSalonBtn a:before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  transform: rotate(45deg) translate(74%,0%);
  transform-origin: center;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #CE0E0E;
}
.p-bannerAutoSalonBtn__title {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 10px;
}
.p-bannerAutoSalonBtn__title span {
  background: linear-gradient(to bottom, rgba(206,14,14,0) 0%,rgba(206,14,14,0) 75%,rgba(206,14,14,0.86) 77%,rgba(206,14,14,0.86) 100%);
}
.p-bannerAutoSalonBtn__txt {
  font-size: 20px;
  line-height: 1.7;
  font-weight: 500;
}
.p-bannerAutoSalonBtn__txt2 {
  font-size: 20px;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-bannerAutoSalonBtn {
    margin-top: 60px;
  }
  .p-bannerAutoSalonBtn a {
    border: #000 4px solid;
    padding: 20px 15px 24px;
  }
  .p-bannerAutoSalonBtn a:before {
    width: 40px;
    height: 40px;
    transform: rotate(45deg) translate(74%,0%);
  }
  .p-bannerAutoSalonBtn__title {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .p-bannerAutoSalonBtn__txt {
    font-size: 18px;
    line-height: 1.7;
  }
  .p-bannerAutoSalonBtn__txt2 {
    font-size: 16px;
    line-height: 1.7;
  }
}

.p-secHeadingWrap {
  padding-bottom: 32px;
  position: relative;
}
.p-secHeadingWrap::before {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  background: #e10000;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.p-secHeading {
  font-size: 46px;
  line-height: 1.25;
  font-weight: 400;
}
.p-secHeading.is-invert {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-secHeadingWrap {
    padding-bottom: 26px;
    position: relative;
  }
  .p-secHeadingWrap::before {
    width: 32px;
  }
  .p-secHeading {
    font-size: 30px;
  }
}


/*banner*/
.p-banner {
  padding: 0 0 40px;
}
.p-bannerInner {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: content-box;
}
.p-bannerListWrap {
  transform: translate(0, -33.333%);
}
.p-bannerList {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-bannerList__item {
  width: 22.976%;
  margin-right: 2.678%;
}
.p-bannerList__item:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1206px) {
  .p-bannerInner {
    padding: 0 15px;
  }
}
@media screen and (max-width: 900px) {
  .p-bannerListWrap {
    transform: translate(0, -9.803%);
    max-width: 792px;
    margin: 0 auto;
  }
  .p-bannerList__item {
    width: 48.75%;
    margin-right: 2.5%;
    margin-bottom: 30px;
  }
  .p-bannerList__item:last-of-type {
    margin-right: 0;
  }
  .p-bannerList__item:nth-of-type(2n) {
    margin-right: 0;
  }
  .p-bannerList__item:nth-of-type(n+3) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-banner {
    padding: 0 0 0px;
  }
  .p-bannerInner {
    padding: 0;
  }
  .p-bannerListWrap {
    transform: translate(0, 0);
    max-width: 792px;
    margin: 0 auto;
  }
  .p-bannerList__item {
    width: calc(50% - 1px);
    margin-right: 0;
    margin-left: 2px;
    margin-bottom: 0;
  }
  .p-bannerList__item:last-of-type {
    margin-right: 0;
  }
  .p-bannerList__item:nth-of-type(2n) {
    margin-left: 2px;
  }
  .p-bannerList__item:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .p-bannerList__item:nth-of-type(n+3) {
    margin-bottom: 0;
    margin-top: 2px;
  }
/*  .p-banner {
    padding: 30px 0 60px;
  }
  .p-bannerListWrap {
    transform: translate(0, 0);
  }*/
}
@media screen and (max-width: 500px) {
  .p-bannerList__item {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 0;
  }
  .p-bannerList__item:last-of-type {
    margin-right: 0;
  }
  .p-bannerList__item:nth-of-type(2n) {
    margin-left: 0px;
  }
  .p-bannerList__item:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .p-bannerList__item:nth-of-type(n+2) {
    margin-bottom: 0;
    margin-top: 2px;
  }
/*  .p-bannerList__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .p-bannerList__item:nth-of-type(n+3) {
    margin-bottom: 30px;
  }
  .p-bannerList__item:last-of-type {
    margin-bottom: 0;
  }*/
}



/*access*/
.p-access {
  padding: 0 0 72px;
}
.p-accessHeadingWrap {
  display: inline-block;
  padding: 20px 32px;
  box-sizing: border-box;
  background: #1b2557;
  position: relative;
  margin-bottom: 37px;
}
.p-accessHeadingWrap::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 21px solid #1b2557;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -21px;
}
.p-accessHeading {
  font-size: 34px;
  line-height: 1.25;
  font-weight: 700;
  color: #fff;
}
.p-accessMap {
  width: 100%;
  height: 570px;
  position: relative;
}
.p-accessMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-accessListWrap {
  margin-top: 32px;
}
.p-accessList {
  
}
.p-accessList__item {
  
}
.p-accessList__item + .p-accessList__item {
  margin-top: 8px;
}
.p-accessList__itemInner {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.p-accessListLabel {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  padding: 5px;
  box-sizing: border-box;
  width: 88px;
  background: #000;
  margin-right: 12px;
}
.p-accessListTxt {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  text-align: left;
  width: calc(100% - 100px);
}
.p-accessListTxt__noteBr {
  display: none;
}
.p-accessListTxt__note {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  display: inline-block;
  margin-left: 20px;
}
@media screen and (max-width: 1206px) {
  .p-accessListTxt__noteBr {
    display: block;
  }
  .p-accessListTxt__note {
    margin-left: 0;
    margin-top: 4px;
    text-indent: -1em;
    padding-left: 1em;
  }
}
@media screen and (max-width: 768px) {
  .p-access {
    padding: 0 0 52px;
  }
  .p-accessHeadingWrap {
    /*max-width: 420px;*/
    width: 100%;
    padding: 16px 15px;
    margin-bottom: 32px;
  }
  .p-accessHeadingWrap::before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 19px solid #1b2557;
    bottom: -19px;
  }
   .p-accessHeading {
    font-size: 20px;
    line-height: 1.5;
  }
  .p-accessMap {
    height: 300px;
  }
  .p-accessListWrap {
    margin-top: 28px;
  }
  .p-accessList__item + .p-accessList__item {
    margin-top: 12px;
  }
  .p-accessListLabel {
    font-size: 12px;
    width: 76px;
    margin-right: 10px;
  }
  .p-accessListTxt {
    font-size: 16px;
    line-height: 1.5;
    width: calc(100% - 86px);
  }
  .p-accessListTxt__note {
    font-size: 14px;
  }
}

/* media メディア掲載実績 */
.p-media {
  background: #f3f3f3;
  padding: 72px 0 80px;
  margin-bottom: 100px;
}
.p-mediaSliderOuter {
  margin-top: 80px;
}
.p-mediaSliderWrap {
  width: calc(100% + 48px);
  margin: 0 -24px;
}
.p-mediaSlider {
}
.p-mediaSlider__item{
}
.p-mediaSliderItemLinkAnc {
  display: block;
  margin: 0 24px;
}
.p-mediaSliderItemImage{
}
.p-mediaListItemLabel {
  background: #000;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 400;
  text-align: center;
  color: #fff;
  padding: 6px 10px;
  box-sizing: border-box;
}
.p-media .slick-prev, .p-media .slick-next {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 101;
}
.p-media .slick-prev,
.p-media .slick-next {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 101;
}
.p-media .slick-prev {
  background: url(../images/media-arrow-prev.png) no-repeat;
  background-size: contain;
  left: -40px;
}
.p-media .slick-next {
  background: url(../images/media-arrow-next.png) no-repeat;
  background-size: contain;
  right: -40px;
}
.p-media .slick-prev::before,
.p-media .slick-next::before {
  display: none;
}
@media screen and (max-width: 1304px) {
  .p-mediaSliderWrap {
    width: calc(100% - 80px);
    margin: 0 auto;
  }
  .p-mediaSliderItemLinkAnc {
    margin: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-media {
    padding: 52px 0 60px;
    margin-bottom: 60px;
  }
  .p-mediaSliderOuter {
    margin-top: 52px;
  }
  .p-mediaSliderItemLinkAnc {
    margin: 0 10px;
  }
  .p-mediaSliderItemImage img {
    width: 100%;
  }
  .p-mediaListItemLabel {
    font-size: 16px;
  }
  .p-media .slick-prev,
  .p-media .slick-next {
    width: 30px;
    height: 30px;
  }
  .p-media .slick-prev {
    left: -35px;
  }
  .p-media .slick-next {
    right: -35px;
  }
}
@media screen and (max-width: 480px) {
  .p-mediaSliderWrap {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
}

/*support*/
.p-support {
  background: #000;
  padding: 72px 0 80px;
}
.p-supportIntro {
  margin-top: 72px;
}
.p-supportIntroTxt {
  font-size: 16px;
  line-height: 1.75;
  color: #fff;
}
.p-supportListWrap {
  margin: 80px 0 0;
}
.p-supportList {
  margin: 0 40px;
}
.p-supportList__item {
}
.p-supportList__item + .p-supportList__item {
}
.p-supportList__item:nth-of-type(odd) {
}
.p-supportList__item:nth-of-type(even) {
}
.p-supportList__itemInner {
  margin: 0 20px;
}
.p-supportListPhotoWrap {
  
}
.p-supportListPhoto {
  
}
.p-supportListTxaAreaWrap {
  /* width: calc(100% - 420px);
  min-width: 400px;
  padding-left: 40px;
  box-sizing: border-box; */
  margin-top: 40px;
}
.p-supportListTxtArea {
  text-align: left;
}
.p-supportListLabel {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #e10000;
  box-sizing: border-box;
  display: inline-block;
  padding: 12px 18px;
  margin-bottom: 22px;
}
.p-supportListLabel.p-supportListLabel--onepoint {
  background: #1b2557;
}
.p-supportListHeadingWrap {
  padding-bottom: 22px;
  position: relative;
  margin-bottom: 24px;
}
.p-supportListHeadingWrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-supportListHeading {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 400;
  color: #fff;
}
.p-supportListHeading__samll {
  font-size: 18px;
}
.p-supportListTxt {
  font-size: 16px;
  line-height: 1.75;
  color: #fff;
}

.p-supportListWrap .slide-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  z-index: 100;
}
.p-supportListWrap .slick-prev,
.p-supportListWrap .slick-next {
  position: absolute;
  top: -45px;
  bottom: 0;
  margin: auto;
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  content: '';
  width: 40px;
  height: 40px;
  background-color: #c0c0c0;
  box-sizing: border-box;
  border-radius: 50%;
  z-index: 101;
}
.p-supportListWrap .slick-prev {
  left: -50px;
}
.p-supportListWrap .slick-next {
  right: -50px;
}
.p-supportListWrap .slick-prev::before,
.p-supportListWrap .slick-next::before {
  position: absolute;
  top: -1px;
  bottom: 0;
  margin: auto;
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  content: '';
  width: 13px;
  height: 13px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  z-index: 102;
}
.p-supportListWrap .slick-prev::before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 15px;
}
.p-supportListWrap .slick-next::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 15px;
}

@media screen and (max-width: 1206px) {
  .p-supportList__item:nth-of-type(odd) {
    margin-right: 0;
  }
  .p-supportList__item:nth-of-type(even) {
    margin-left: 0;
  }
  .p-supportListTxaAreaWrap {
    /* padding-left: 3.5026%; */
  }
}
@media screen and (max-width: 768px) {
  .p-support {
    padding: 52px 0 60px;
  }
  .p-supportIntro {
    margin-top: 52px;
  }
  .p-supportIntroTxt {
    font-size: 14px;
  }
  .p-supportListWrap {
    margin: 60px auto 0;
  }
  .p-supportList {
    margin: 0 30px;
  }
  .p-supportList__item + .p-supportList__item {
    
  }
  .p-supportList__itemInner {
    margin: 0 10px;
  }
  .p-supportListTxaAreaWrap {
    width: 100%;
    min-width: auto;
    padding-left: 0;
    padding-top: 28px;
    margin-top: 0;
  }
  .p-supportListLabel {
    font-size: 14px;
    padding: 10px 14px;
    margin-bottom: 18px;
  }
  .p-supportListHeadingWrap {
    padding-bottom: 18px;
    margin-bottom: 20px;
  }
  .p-supportListHeading {
    font-size: 22px;
  }
  .p-supportListHeading__samll {
    font-size: 15px;
  }
  .p-supportListTxt {
    font-size: 14px;
  }

  .p-supportListWrap .slide-arrow {
  }
  .p-supportListWrap .slick-prev,
  .p-supportListWrap .slick-next {
    top: -45px;
    width: 25px;
    height: 25px;
  }
  .p-supportListWrap .slick-prev {
    left: -28px;
  }
  .p-supportListWrap .slick-next {
    right: -28px;
  }
  .p-supportListWrap .slick-prev::before,
  .p-supportListWrap .slick-next::before {
    top: -1px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .p-supportListWrap .slick-prev::before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 10px;
  }
  .p-supportListWrap .slick-next::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 10px;
  }
}


/*about*/
.p-about {
  background: #f3f3f3;
  padding: 72px 0 80px;
}
.p-aboutFrame {
  margin-top: 80px;
}
.p-aboutContent {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.p-aboutPhotoWrap {
  width: 51.02%;
  margin-right: 3.401%;
}
.p-aboutPhoto {
  
}
.p-aboutTxtWrap {
  width: 45.578%;
}
.p-aboutTxt {
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-about {
    background: #f3f3f3;
    padding: 52px 0 60px;
  }
  .p-aboutFrame {
    margin-top: 60px;
  }
  .p-aboutContent {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-aboutPhotoWrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .p-aboutTxtWrap {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .p-aboutTxt {
    font-size: 14px;
  }
}



/*price*/
.p-price {
  padding: 72px 0 160px;
}
.p-priceIntro {
  margin-top: 72px;
}
.p-priceIntroTxt {
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
}
.p-priceTableOuter {
  margin-top: 80px;
}
.p-priceTableWrap {
  
}
/*.p-priceTableWrap + .p-priceTableWrap {
  margin-top: 40px;
}*/
.p-priceTableHeading {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
  margin-bottom: 22px;
}
.p-priceTable {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #000;
  /*table-layout: fixed;*/
}
.p-priceTable th {
  background: #000;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  padding: 3px 4px;
  box-sizing: border-box;
  height: 56px;
}
.p-priceTable tr:nth-of-type(1) th:nth-of-type(1) {
  width: 23.744%;
}
.p-priceTable.p-priceTable--5column tr:nth-of-type(1) th:nth-of-type(2),
.p-priceTable.p-priceTable--5column tr:nth-of-type(1) th:nth-of-type(3),
.p-priceTable.p-priceTable--5column tr:nth-of-type(1) th:nth-of-type(4) {
  width: 10.78%;
}
.p-priceTable.p-priceTable--4column tr:nth-of-type(1) th:nth-of-type(2),
.p-priceTable.p-priceTable--4column tr:nth-of-type(1) th:nth-of-type(3) {
  width: 16.17%;
}
.p-priceTable.p-priceTable--5column tr:nth-of-type(1) th:nth-of-type(5),
.p-priceTable.p-priceTable--4column tr:nth-of-type(1) th:nth-of-type(4){
  width: 43.829%;
}
.p-priceTable td {
  border-bottom: 1px solid #000;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  text-align: left;
  padding: 16px;
}
.p-priceTable td:nth-of-type(n+2) {
  border-left: 1px solid #000;
  box-sizing: border-box;
}
.p-priceTable td:nth-of-type(2),
.p-priceTable td:nth-of-type(3),
.p-priceTable.p-priceTable--5column td:nth-of-type(4) {
  text-align: right;
}
.p-priceTable.p-priceTable--5column td:nth-of-type(5),
.p-priceTable.p-priceTable--4column td:nth-of-type(4) {
  font-weight: 400;
}
.p-priceTableService {
  
}
.p-priceTableService__item {
  padding-left: 16px;
  position: relative;
}
.p-priceTableService__item::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #e10000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}
.p-priceTableService__item + .p-priceTableService__item {
  margin-top: 12px;
}
.p-priceTableTxt__note {
  display: inline-block;
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 4px;
}
.p-priceBtn {
  max-width: 480px;
  width: 100%;
  margin: 100px auto 0;
}
.p-priceBtn a {
  height: 100px;
  background: #e10000;
  border-radius: 320px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .4);
}
.p-priceTable__note {
  display: none;
}
.p-priceTableStrikeLine {
  display: inline-block;
  padding: 0 5px;
  position: relative;
}
.p-priceTableStrikeLine::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-priceTableArrow {
  display: inline-block;
  padding-top: 40px;
  position: relative;
  color: #e10b00;
}
.p-priceTableArrow::before {
  content: "";
  width: 6px;
  height: 10px;
  background-color: #9b9b9b;
  position: absolute;
  top: 0;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: auto;
}
.p-priceTableArrow::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #9b9b9b transparent transparent transparent;
  position: absolute;
  bottom: 28px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 875px) {
  .p-priceTable td {
    padding: 16px 10px;
  }
}
@media screen and (max-width: 1000px) {
  .p-priceTable th {
    font-size: 13px;
  }
  .p-priceTable td {
    font-size: 13px;
  }
  .p-priceTableService__item {
    padding-left: 15px;
  }
  .p-priceTableTxt__note {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .p-price {
    padding: 52px 0 120px;
  }
  .p-priceIntro {
    margin-top: 52px;
  }
  .p-priceIntroTxt {
    font-size: 14px;
  }
  .p-priceTableOuter {
    margin-top: 60px;
  }
  /*.p-priceTableWrap + .p-priceTableWrap {
    margin-top: 30px;
  }*/
  .p-priceTableHeading {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .p-priceTable th {
    font-size: 11px;
  }
  .p-priceTable td {
    font-size: 11px;
    padding: 15px 5px;
  }
  .p-priceTableService__item {
    padding-left: 10px;
  }
  .p-priceTableService__item::before {
    width: 4px;
    height: 4px;
    top: 6px;
  }
  .p-priceTableService__item + .p-priceTableService__item {
    margin-top: 10px;
  }
  .p-priceTableTxt__note {
    font-size: 10px;
  }
  .p-priceBtn {
    max-width: 320px;
    margin: 70px auto 0;
  }
  .p-priceBtn a {
    height: 70px;
    font-size: 20px;
  }

  .p-priceTableStrikeLine {
    padding: 0 3px;
  }
  .p-priceTableStrikeLine::after {
  }
  .p-priceTableArrow {
    padding-top: 30px;
  }
  .p-priceTableArrow::before {
    width: 4px;
    height: 8px;
    bottom: 21px;
  }
  .p-priceTableArrow::after {
    border-width: 8px 6px 0 6px;
    bottom: 21px;
  }
}
@media screen and (max-width: 600px) {
  .p-priceTableWrap {
    overflow-x: auto;
    margin-right: -15px;
    padding-right: 15px;
    padding-bottom: 4px;
  }
  .p-priceTable {
    width: 600px;
  }
  .p-priceTable__note {
    display: block;
    font-size: 10px;
    line-height: 1.25;
    font-weight: 400;
    margin-top: 4px;
    text-align: left;
  }
}


/*footer*/
.p-footer {
  
}
.p-footerTxtWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 48px;
  background: #000;
  padding: 0 15px;
  box-sizing: border-box;
}
.p-footerTxt {
  font-size: 14px;
  line-height: 1.25;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-footer {
    margin-bottom: 60px;
  }
  .p-footerTxtWrap {
    height: 40px;
  }
  .p-footerTxt {
    font-size: 12px;
  }
}


/*spCv*/
.p-spCv {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-spCv {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    background: rgba(0, 0, 0, .5);
    padding: 10px 10px;
    box-sizing: border-box;
    -webkit-transform: translate(0, 60px);
    transform: translate(0, 60px);
    transition: all 0.3s ease-out;
  }
  .p-spCv.is-active {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .p-spCvInner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-spCvTel {
    background: #000;
    width: calc(50% - 5px);
    margin: 0 10px 0 0;
  }
  .p-spCvTel a {
    font-family: 'Rajdhani', sans-serif;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 40px;
    padding-top: 3px;
    box-sizing: border-box;
  }
  .p-spCvTelAnc__xt {
    font-size: 13px;
    margin-right: 5px;
    margin-top: 2px;
  }
  .p-spCvContact {
    background: #e10000;
    width: calc(50% - 5px);
  }
  .p-spCvContact a {
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 40px;
  }
}


a.is-disabled {
  pointer-events: none;
  background-color: #bbb;
}



/*220711修正依頼対応分*/
.p-headerInfoForm {
  height: 120px;
  transition: all 0.5s ease-out;
}
.p-headerInfoForm a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #fff;
  height: 100%;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  color: #000;
  padding: 0 20px;
  box-sizing: border-box;
}
.p-header.is-flow .p-headerInfoForm {
  height: 100px;
}
@media screen and (max-width: 1700px) {
  .p-headerInfoForm a {
    font-size: 16px;
    padding: 0 15px;
  }
}

.p-accessSubway {
  margin-top: 72px;
}
.p-accessSubwayTitleWrap {
  display: inline-block;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
}
.p-accessSubwayTitleWrap::before,
.p-accessSubwayTitleWrap::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-accessSubwayTitleWrap::before {
  left: -80px;
}
.p-accessSubwayTitleWrap::after {
  right: -80px;
}
.p-accessSubwayTitle {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
}
.p-accessSubwayIntro {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  color: #1b2557;
  margin-top: 40px;
}
.p-accessSubwayIntroInner {
  display: inline-block;
  position: relative;
  padding-bottom: 2px;
}
.p-accessSubwayIntroInner::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #1b2557;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-accessSubwayTxt {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 20px;
}
.p-accessSubwayPhoto {
  /*max-width: 800px;*/
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .p-accessSubway {
    margin-top: 52px;
  }
  .p-accessSubwayTitleWrap {
    padding: 0 15px;
  }
  .p-accessSubwayTitleWrap::before,
  .p-accessSubwayTitleWrap::after {
    width: 40px;
  }
  .p-accessSubwayTitleWrap::before {
    left: -40px;
  }
  .p-accessSubwayTitleWrap::after {
    right: -40px;
  }
  .p-accessSubwayTitle {
    font-size: 18px;
  }
  .p-accessSubwayIntro {
    font-size: 16px;
    margin-top: 30px;
  }
  .p-accessSubwayTxt {
    font-size: 14px;
    margin-top: 18px;
    text-align: left;
  }
  .p-accessSubwayPhoto {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 374px) {
  .p-accessSubwayIntro {
    font-size: 14px;
    margin-top: 25px;
  }
}

.p-aboutTxtPhotoAreaWrap {
  margin-top: 36px;
}
.p-aboutTxtPhotoArea {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
}
.p-aboutTxtPhoto {
  width: calc(50% - 10px);
}
.p-aboutTxtPhoto + .p-aboutTxtPhoto {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .p-aboutTxtPhotoAreaWrap {
    margin-top: 24px;
  }
}
@media screen and (max-width: 500px) {
  .p-aboutTxtPhotoArea {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-aboutTxtPhoto {
    width: 100%;
  }
  .p-aboutTxtPhoto + .p-aboutTxtPhoto {
    margin-left: 0;
    margin-top: 20px;
  }
}

.p-priceFirstWrap {
  margin-top: 80px;
}
.p-priceFirst {
  display: inline-block;
  border: 1px solid #000;
  padding: 50px 40px 45px;
}
.p-priceFirstHeading {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 45px;
}
.p-priceFirstIntro {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .05em;
}
.p-priceFirstIntro__inner {
  background: -moz-linear-gradient(top, rgba(225, 0, 0, 0) 0%, rgba(225, 0, 0, 0) 80%, rgba(225, 0, 0, .8) 81%, rgba(225, 0, 0, .8) 100%);
  background: -webkit-linear-gradient(top, rgba(225, 0, 0, 0) 0%, rgba(225, 0, 0, 0) 80%, rgba(225, 0, 0, .8) 81%, rgba(225, 0, 0, .8) 100%);
  background: linear-gradient(to bottom, rgba(225, 0, 0, 0) 0%, rgba(225, 0, 0, 0) 90%, rgba(225, 0, 0, .8) 91%, rgba(225, 0, 0, .8) 100%);
  padding: 0 8px 2px;
  box-sizing: border-box;
}
.p-priceFirstTxtAreaWrap {
  margin-top: 35px;
}
.p-priceFirstTxtArea {
  
}
.p-priceFirstTxt {
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
}
.p-priceFirstTxt__note {
  display: inline-block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
.p-priceFirstExample {
  margin-top: 30px;
}
.p-priceFirstExample__title {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  text-align: left;
  padding-left: 12px;
  margin-bottom: 4px;
  position: relative;
}
.p-priceFirstExample__title::before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background: #e10000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-priceFirstExample__txt {
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-priceFirstWrap {
    margin-top: 60px;
  }
  .p-priceFirst {
    padding: 40px 15px 35px;
  }
  .p-priceFirstHeading {
    font-size: 24px;
    margin-bottom: 35px;
  }
  .p-priceFirstIntro {
    font-size: 16px;
  }
  .p-priceFirstIntro__inner {
    padding: 0 4px 2px;
  }
  .p-priceFirstTxtAreaWrap {
    margin-top: 25px;
  }
  .p-priceFirstTxt {
    font-size: 14px;
  }
  .p-priceFirstTxt__note {
    font-size: 12px;
  }
  .p-priceFirstExample {
    margin-top: 25px;
  }
  .p-priceFirstExample__title {
    font-size: 14px;
    padding-left: 10px;
    margin-bottom: 6px;
  }
  .p-priceFirstExample__txt {
    font-size: 13px;
  }
}

.p-priceOtherBtn {
  max-width: 480px;
  width: 100%;
  margin: 50px auto 0;
/*
  margin: 100px auto 0;
*/
}
.p-priceOtherBtn a {
  background: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 400;
  color: #fff;
  /*padding: 30px 20px;
  box-sizing: border-box;*/
  height: 128px;
  border-radius: 64px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .4);
  transition: all 0.5s ease-out;
}
.p-priceOtherBtn a:hover {
  box-shadow: none;
}
.p-priceOtherBtnAnc__emphasis {
  font-size: 28px;
  font-weight: 700;
  color: #d8ff00;
}
/*.p-priceOtherBtnAnc__line {
  display: inline-block;
  position: relative;
  padding: 0 4px 1px;
}*/
/*.p-priceOtherBtnAnc__line::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}*/
@media screen and (max-width: 768px) {
  .p-priceOtherBtn {
    max-width: 320px;
    margin: 40px auto 0;
}
  .p-priceOtherBtn a {
    font-size: 14px;
    height: 96px;
    border-radius: 48px;
  }
  .p-priceOtherBtnAnc__emphasis {
    font-size: 20px;
  }
}


.p-other {
  padding: 0 0 160px;
}
.p-otherFrame {
  
}
.p-otherContent {
  /*display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;*/
}
.p-otherSns {
  
}
.p-otherSnsTwitterWrap {
  max-width: 500px;
  margin: 0 auto;
}
.p-otherSnsTwitter {
  border: 1px solid rgba(15, 70, 100, .12);
}
@media screen and (max-width: 768px) {
  .p-other {
    padding: 0 0 120px;
  }
}


@media screen and (max-width: 768px) {
  .p-spCvForm {
    background: #fff;
    width: 33.3333%;
  }
  .p-spCvForm a {
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 48px;
  }
}

/* Campaign */
.p-campaignCopy {
  font-size: 35px;
  letter-spacing: .14em;
  line-height: 1.5;
  font-weight: 500;
  font-style: italic;
  color: #141313;
}
.p-campaignCopy__blackBig {
  font-size: 42px;
  font-weight: 700;
}
.p-campaignCopy__redBig {
  font-size: 42px;
  font-weight: 700;
  color: #e10b00;
}
.p-campaignCopy__caption {
  font-size: 12px;
  line-height: 1.25;
  font-weight: 400;
  margin-top: 4px;
  text-align: center;
}

.p-campaign {
  margin: 80px auto 0;
  padding: 0 0 33px;
}
.p-campaignBox {
  margin: 0 auto 66px;
}
.p-campaignBanner {
  display: inline-block;
}
.p-campaignCta .p-priceBtn {
  margin: 33px auto 40px;
}
.p-priceTableCampaign {
  margin: 69px auto 0;
}
.p-priceTableCampaign + .p-priceBtn {
  margin: 55px auto 0;
}

@media screen and (max-width: 768px) {
  .p-campaignCopy {
    font-size: 20px;
  }
  .p-campaignCopy__blackBig {
    font-size: 30px;
  }
  .p-campaignCopy__redBig {
    font-size: 30px;
  }

  .p-campaign {
    /* padding: 60px 0 30px; */
    padding: 0;
    margin: 60px auto 30px;
  }
  .p-campaignBox {
    margin: 60px auto 30px;
  }
  .p-campaignBanner {
    max-width: 500px;
    margin: 0 auto;
  }
  .p-campaignCta .p-priceBtn {
    margin: 33px auto 40px;
  }
  .p-priceTableCampaign {
    margin: 50px auto 0;
  }
  .p-priceTableCampaign + .p-priceBtn {
    margin: 30px auto 0;
  }
}

/*-----------------------------*/
/*Utility*/
.u-map {
  position: relative;
  width: 56.25%;
  padding-top: 355px;
  line-height: 0;
}
.u-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px){
  .u-map {
    width: 100%;
  }
}
/*---------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {.u-pcOnly { display: none !important;}}
@media screen and (min-width: 769px) {.u-spOnly { display: none !important;}}