body.comics .popup {
  display: none;
  max-width: 70%;
}
body.comics .popup .pc {
  display: block;
}
body.comics .popup .sp {
  display: none;
}
body.comics .popup img {
  display: block;
  width: 100%;
}
body.comics .fancybox-close-small {
  position: fixed;
  color: #fff !important;
  transform-origin: right top;
  transform: scale(1.5);
}
@media screen and (max-width: 768px), screen and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  body.comics .popup {
    max-width: 95%;
  }
  body.comics .popup .pc {
    display: none;
  }
  body.comics .popup .sp {
    display: block;
  }
  body.comics .popup img {
    width: 100%;
  }
  body.comics .popup .fancybox-close-small {
    color: #000 !important;
  }
}

#comics h1 {
  width: 432px;
  margin: 152px auto 60px auto;
}
#comics h1 img {
  width: 100%;
}
#comics h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 960px;
  height: 52px;
  font-size: 24px;
  color: #fff;
  line-height: 1;
  margin: 0 auto 12px;
  padding: 10px 0 10px 0;
  background-image: url("/img/new-com-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#comics a span {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  text-shadow: 0px 0px 5px #000000;
}
#comics p {
  width: 258px;
  margin: 0 auto 96px auto;
}
#comics p img {
  width: 100%;
}
@media screen and (max-width: 768px), screen and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  #comics h1 {
    margin: 0 auto 4.8vw auto;
    padding-top: 28.666666666vw;
    width: 43.733333333vw;
  }
  #comics h2 {
    width: 84vw !important;
    height: 10.6666666667vw !important;
    font-size: 3.4666666667vw !important;
    padding: 0 !important;
    line-height: 1 !important;
    background-image: url("/img/new-com-bg-sp.png") !important;
    background-size: cover !important;
    margin: 0 auto 4vw auto;
  }
  #comics ul {
    margin-bottom: 0px !important;
  }
  #comics li {
    width: 40.2666666667vw !important;
  }
  #comics a span {
    font-size: 2.9333333333vw !important;
  }
  #comics p {
    width: 83.7333333333vw !important;
    margin-bottom: 11.7333333333vw !important;
  }
}

#comics .gallery-list {
  width: 960px;
  margin: auto auto 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  justify-content: flex-start;
}
#comics .gallery-list-big {
  margin-bottom: 102px;
}
#comics .gallery-list__item {
  width: 300px;
  overflow: hidden;
  position: relative;
  margin: auto 30px 50px 0;
  box-sizing: border-box;
}
#comics .gallery-list__item:nth-child(3n) {
  margin-right: 0;
}
#comics .gallery-list__item br.sp {
  display: none;
}
#comics .gallery-list__item a img {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}
#comics .gallery-list__item a img.nofit {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
#comics .gallery-list__item a span {
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  letter-spacing: 0.05em;
  font-weight: bold;
}
#comics .gallery-list__item .span {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 120px;
  margin: 25px 0 0 -60px;
}
#comics .gallery-list__item .span img {
  width: 100%;
}
#comics .gallery-list__item-big {
  width: 600px;
  margin: auto auto 30px auto;
}
#comics .gallery-list__item-big a img {
  width: 100%;
  height: 341px;
}
#comics .gallery-list__item-big .span {
  margin: 106px 0 0 -80.25px;
}
@media screen and (max-width: 768px), screen and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  #comics .gallery-list {
    width: 84vw;
    margin-bottom: 0px;
    justify-content: space-between;
    /* flex-direction: column; */
  }
  #comics .gallery-list-sq {
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
  }
  #comics .gallery-list__item {
    width: 84vw;
    position: relative;
    /* margin: 0 0 4.5333333333vw 0; */
    margin: 0 0 10% 0;
  }
  #comics .gallery-list__item br.sp {
    display: inline;
  }
  #comics .gallery-list__item-sq {
    width: 40.2666666667vw;
    height: 54.6666666667vw;
    margin: 0;
  }
  /* #comics .gallery-list__item:last-child {
    margin-bottom: 11.2vw;
  } */
  #comics .gallery-list__item a img {
    /* height: 47.2vw; */
    height: 30vw;
  }
  #comics .gallery-list__item a span {
    margin-top: 1.3333333333vw;
    font-size: 2.9333333333vw;
    font-weight: bold;
  }
  #comics .gallery-list__item .span {
    position: absolute;
    top: 0;
    left: 50%;
    display: inline-block;
    /* width: 28.5333333333vw; */
    width: 20vw;
    /* margin: 9.6vw 0 0 -14.4vw; */
    margin: 6vw 0 0 -10vw;
  }
  #comics .gallery-list__item .span img {
    width: 100%;
  }
}

#gallery * {
  outline: none;
}

#gallery .gallery-ttl {
  width: 486px;
  margin: 152px auto 70px auto;
}
#gallery .gallery-ttl img {
  width: 100%;
}
@media screen and (max-width: 768px), screen and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  #gallery .gallery-ttl {
    margin: 0 auto 18px auto;
    padding-top: 28.666666666vw;
    width: 61.6vw;
  }
}

#gallery .gallery-ttl-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  height: 52px;
  width: 920px;
  font-size: 24px;
  color: #fff;
  margin: auto auto 13px auto;
  padding: 10px 0 10px 0;
  background-image: url("/img/new-com-bg.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  box-sizing: border-box;
}
@media screen and (max-width: 768px), screen and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  #gallery .gallery-ttl-sub {
    width: 84vw;
    height: 10.6666666667vw;
    font-size: 3.4666666667vw;
    padding: 0;
    line-height: 1;
    background-image: url("/img/new-com-bg-sp.png");
    background-size: cover;
    margin: 0 auto 4vw auto;
  }
}

#gallery .gallery-list {
  width: 920px;
  margin: auto auto 42px auto;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#gallery .gallery-list-big {
  margin-bottom: 102px;
}
#gallery .gallery-list__item {
  width: 449px;
  overflow: hidden;
  position: relative;
  margin: auto 0 60px 0;
  box-sizing: border-box;
}
#gallery .gallery-list__item br.sp {
  display: none;
}
#gallery .gallery-list__item a img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
#gallery .gallery-list__item a img.nofit {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
#gallery .gallery-list__item a span {
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  letter-spacing: 0.05em;
  font-weight: bold;
}
#gallery .gallery-list__item .span {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 160.5px;
  margin: 45px 0 0 -80.25px;
}
#gallery .gallery-list__item .span img {
  width: 100%;
}
#gallery .gallery-list__item-big {
  width: 600px;
  margin: auto auto 30px auto;
}
#gallery .gallery-list__item-big a img {
  width: 100%;
  height: 341px;
}
#gallery .gallery-list__item-big .span {
  margin: 106px 0 0 -80.25px;
}
@media screen and (max-width: 768px), screen and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  #gallery .gallery-list {
    width: 84vw;
    margin-bottom: 0px;
    flex-direction: column;
  }
  #gallery .gallery-list-sq {
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
  }
  #gallery .gallery-list__item {
    width: 84vw;
    position: relative;
    margin-bottom: 4.5333333333vw;
  }
  #gallery .gallery-list__item br.sp {
    display: inline;
  }
  #gallery .gallery-list__item-sq {
    width: 40.2666666667vw;
    height: 54.6666666667vw;
    margin: 0;
  }
  #gallery .gallery-list__item:last-child {
    margin-bottom: 11.2vw;
  }
  #gallery .gallery-list__item a img {
    height: 47.2vw;
  }
  #gallery .gallery-list__item a span {
    margin-top: 1.3333333333vw;
    font-size: 2.9333333333vw;
    font-weight: bold;
  }
  #gallery .gallery-list__item .span {
    position: absolute;
    top: 0;
    left: 50%;
    display: inline-block;
    width: 28.5333333333vw;
    margin: 9.6vw 0 0 -14.4vw;
  }
  #gallery .gallery-list__item .span img {
    width: 100%;
  }
}

#gallery .gallery-list-square {
  width: 920px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 80px auto;
}
#gallery .gallery-list-square__img {
  display: block;
  width: 294px;
  height: 294px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#gallery .gallery-list-square__img.img1 {
  background-image: url(/img/illust01.jpg);
}
#gallery .gallery-list-square__img.img2 {
  background-image: url(/img/illust02.jpg);
}
#gallery .gallery-list-square__img.img3 {
  background-image: url(/img/illust03.jpg);
}
#gallery .gallery-list-square__img.img4 {
  background-image: url(/img/illust04.jpg);
}
#gallery .gallery-list-square__img.img5 {
  background-image: url(/img/illust05.jpg);
}
#gallery .gallery-list-square__img.img6 {
  background-image: url(/img/illust06.jpg);
}
#gallery .gallery-list-square__img.img-service-start1 {
  background-image: url(/img/illust-service-start1.jpg);
}
#gallery .gallery-list-square__img.img-service-start2 {
  background-image: url(/img/illust-service-start2.jpg);
}
#gallery .gallery-list-square__img.img-service-start3 {
  background-image: url(/img/illust-service-start3.jpg);
}
#gallery .gallery-list-square__img.img-service-start4 {
  background-image: url(/img/illust-service-start4.jpg);
}
#gallery .gallery-list-square__img.img-service-start5 {
  background-image: url(/img/illust-service-start5.jpg);
}
#gallery .gallery-list-square__item {
  width: 294px;
  margin-bottom: 30px;
}
#gallery .gallery-list-square__item a {
  display: block;
  width: 294px;
  color: #fff;
  font-weight: bold;
}
#gallery .gallery-list-square__item a span {
  display: inline-block;
  margin-top: 10px;
}
#gallery .gallery-list-square__item a img {
  width: 100%;
}
@media screen and (max-width: 768px), screen and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  #gallery .gallery-list-square {
    width: 84vw;
    margin-bottom: 0;
  }
  #gallery .gallery-list-square__img {
    width: 40.2666666667vw;
    height: 40.2666666667vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  #gallery .gallery-list-square__item {
    width: 40.2666666667vw;
    position: relative;
  }
  #gallery .gallery-list-square__item a {
    display: block;
    width: 40.2666666667vw;
    font-weight: bold;
  }
  #gallery .gallery-list-square__item a img {
    width: 100%;
  }
  #gallery .gallery-list-square__item span {
    margin: 0 !important;
    font-size: 2.9333333333vw;
  }
}

#gallery .fancybox-image {
  pointer-events: none !important;
}
#gallery .fancybox-content {
  pointer-events: none !important;
}

#gallery .special-area {
  justify-content: center;
}

#support .support-inq__bg-top,
#support .support-faq__bg-top,
#support .support-form__bg-top {
  width: 944px;
  margin: 0 auto 0 auto;
  padding: 40px 0 22px 0;
  background-image: url("/img/new-s-bg-top.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  box-sizing: content-box;
}
#support .support-inq__bg-in,
#support .support-faq__bg-in,
#support .support-form__bg-in {
  width: 946px;
  margin: 0 auto 0 auto;
  background-image: url("/img/new-s-bg.png");
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: center top;
  box-sizing: content-box;
}
#support .support-inq__bg-bottom,
#support .support-faq__bg-bottom,
#support .support-form__bg-bottom {
  width: 944px;
  height: 31px;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  background-image: url("/img/new-s-bg-bottom.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media screen and (max-width: 768px), screen and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  #support .support-inq__bg-top,
#support .support-faq__bg-top,
#support .support-form__bg-top {
    width: 84vw;
    padding: 8vw 0 0 0;
    background-image: url("/img/new-s-bg-top-sp.png");
  }
  #support .support-inq__bg-in,
#support .support-faq__bg-in,
#support .support-form__bg-in {
    padding: 1.3333333333vw 0 0 0;
    width: 82vw;
    background-image: url("/img/new-s-bg-in-sp.png");
    background-repeat: repeat-y;
  }
  #support .support-inq__bg-bottom,
#support .support-faq__bg-bottom,
#support .support-form__bg-bottom {
    margin-top: -0.5333333333vw;
    width: 84vw;
    height: 8vw;
    background-image: url("/img/new-s-bg-bottom-sp.png");
  }
}
#support .support-inq__ttl,
#support .support-faq__ttl,
#support .support-form__ttl {
  width: 507px;
  margin: 155px auto 55px auto !important;
}
#support .support-inq__ttl img,
#support .support-faq__ttl img,
#support .support-form__ttl img {
  width: 100%;
}
#support .support-inq__ttl-sub,
#support .support-faq__ttl-sub,
#support .support-form__ttl-sub {
  width: 812px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  margin: 0 auto 22px auto;
  padding: 13px 0 13px 0;
  background-color: #8c5d9b;
  box-sizing: border-box;
}
#support .support-inq__ttl-sub--mb,
#support .support-faq__ttl-sub--mb,
#support .support-form__ttl-sub--mb {
  margin-bottom: 40px;
}
#support .support-inq__ttl-sub br.sp,
#support .support-faq__ttl-sub br.sp,
#support .support-form__ttl-sub br.sp {
  display: none;
}
#support .support-inq__body,
#support .support-faq__body,
#support .support-form__body {
  width: 812px;
  margin: 0 auto 0 auto;
  font-size: 17px;
  line-height: 1.7em;
}
#support .support-inq__body--ct,
#support .support-faq__body--ct,
#support .support-form__body--ct {
  text-align: center;
}
#support .support-inq__body--bold,
#support .support-faq__body--bold,
#support .support-form__body--bold {
  font-weight: bold;
}
#support .support-inq__body--color,
#support .support-faq__body--color,
#support .support-form__body--color {
  color: #ff0000;
  padding-bottom: 20;
}
#support .support-inq__body--error,
#support .support-faq__body--error,
#support .support-form__body--error {
  color: #ff0000 !important;
  font-weight: bold;
  font-size: 14px;
  padding: 0 1em;
  margin-bottom: 1em;
}
#support .support-inq__body--error-center,
#support .support-faq__body--error-center,
#support .support-form__body--error-center {
  padding: 1em;
  background: rgba(255, 0, 0, 0.2);
  text-align: center;
  margin-bottom: 1em;
}
#support .support-inq__body--mb,
#support .support-faq__body--mb,
#support .support-form__body--mb {
  margin-bottom: 25px;
}
#support .support-inq__body span,
#support .support-faq__body span,
#support .support-form__body span {
  margin: 0 0 3px 0;
  display: inline-block;
  color: #ff0000;
}
#support .support-inq__list,
#support .support-faq__list,
#support .support-form__list {
  width: 815px;
  margin: 10px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px), screen and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  #support .support-inq,
#support .support-faq,
#support .support-form {
    width: 84vw;
  }
  #support .support-inq__ttl,
#support .support-faq__ttl,
#support .support-form__ttl {
    width: 57.866666667vw;
    margin: 0 auto 4vw auto !important;
    padding-top: 28.666666666vw;
  }
  #support .support-inq__ttl img,
#support .support-faq__ttl img,
#support .support-form__ttl img {
    width: 100%;
  }
  #support .support-inq__ttl-sub,
#support .support-faq__ttl-sub,
#support .support-form__ttl-sub {
    width: 74.6666666667vw;
    font-size: 3.4666666667vw;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.05em;
    margin: 0 auto 4vw auto;
    padding: 2.6666666667vw 0 2.6666666667vw 0;
    background-color: #8c5d9b;
    box-sizing: border-box;
  }
  #support .support-inq__ttl-sub--mb,
#support .support-faq__ttl-sub--mb,
#support .support-form__ttl-sub--mb {
    margin-bottom: 2.6666666667vw;
  }
  #support .support-inq__ttl-sub br.sp,
#support .support-faq__ttl-sub br.sp,
#support .support-form__ttl-sub br.sp {
    display: inline;
  }
  #support .support-inq__body,
#support .support-faq__body,
#support .support-form__body {
    width: 74.6666666667vw;
    margin: 0 auto 0.8vw auto;
    font-size: 2.9333333333vw;
    line-height: 1.7em;
  }
  #support .support-inq__body--ct,
#support .support-faq__body--ct,
#support .support-form__body--ct {
    text-align: left;
  }
  #support .support-inq__body--color,
#support .support-faq__body--color,
#support .support-form__body--color {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #support .support-inq__body--mb,
#support .support-faq__body--mb,
#support .support-form__body--mb {
    margin-bottom: 6.6666666667vw;
  }
  #support .support-inq__body--sp,
#support .support-faq__body--sp,
#support .support-form__body--sp {
    font-weight: normal;
    margin-bottom: 0;
  }
  #support .support-inq__body span,
#support .support-faq__body span,
#support .support-form__body span {
    margin: 0 0 0.8vw 0;
  }
  #support .support-inq__body--error-center,
#support .support-faq__body--error-center,
#support .support-form__body--error-center {
    padding: 2em 1em;
    width: auto;
    margin: 0 0vw 1em;
  }
  #support .support-inq__list,
#support .support-faq__list,
#support .support-form__list {
    width: 74.6666666667vw;
    margin: 2.6666666667vw auto 0 auto;
    flex-direction: column;
  }
}

#support .support-inq__btn {
  width: 258px;
}
#support .support-inq__btn img {
  width: 100%;
}
#support .support-inq__btn--1 {
  margin: 36px auto 43px auto;
}
#support .support-inq__item {
  margin: 0 18px 19px 0;
}
#support .support-inq__item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px), screen and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  #support .support-inq__btn {
    width: 74.6666666667vw;
  }
  #support .support-inq__btn img {
    width: 100%;
  }
  #support .support-inq__btn--1 {
    margin: 6.6666666667vw auto 6.6666666667vw auto;
  }
  #support .support-inq__item {
    margin: 0 0 1.8666666667vw 0;
  }
  #support .support-inq__item:nth-child(3n) {
    margin-right: 0;
  }
}

#support .support-faq__border {
  display: block;
  width: 813px;
  margin: 40px auto 40px auto;
  border-bottom: 1px solid #87879b;
}
#support .support-faq__cate {
  width: 812px;
  font-size: 22px;
  font-weight: bold;
  color: #48009a;
  margin: 0 auto 0 auto;
}
#support .support-faq__item {
  width: 813px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 19px 0;
  padding: 20px 60px 20px 32px;
  background-color: #48009a;
  line-height: 1.8em;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
}
#support .support-faq__item--q {
  width: 813px;
  margin-bottom: 5px;
  box-sizing: border-box;
  cursor: pointer;
}
#support .support-faq__item--q span {
  display: inline-block;
  width: 16px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 12px 38px 0 0;
  transform-origin: 50% 70%;
  transition: all 300ms ease-out;
}
#support .support-faq__item--q span img {
  width: 100%;
}
#support .support-faq__item--q.on span {
  transform: rotate(90deg);
}
#support .support-faq__item--a {
  font-size: 17px;
  font-weight: normal;
  background-color: #c8bed7;
  color: #000;
  height: 0;
  opacity: 0;
  padding: 0 55px;
  transition: all 800ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transform: translate3d(0, -3%, 0);
}
#support .support-faq__item--a.on {
  height: auto;
  opacity: 1;
  padding: 20px 55px;
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 768px), screen and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  #support .support-faq__border {
    width: 74.6666666667vw;
  }
  #support .support-faq__cate {
    font-size: 3.4666666667vw;
    font-weight: bold;
    width: 74.6666666667vw;
  }
  #support .support-faq__list {
    align-items: center;
    justify-content: center;
  }
  #support .support-faq__item {
    margin: 0 0 0.5333333333vw auto;
    padding: 1.5em 2.5em 1.5em 4vw;
    border-radius: 1.3333333333vw;
    line-height: 1.3;
  }
  #support .support-faq__item--q {
    font-size: 3.2vw;
    width: 74.6666666667vw;
  }
  #support .support-faq__item--q span {
    top: 50%;
    width: 2.1333333333vw;
    margin: -2.4vw 4vw 0 0;
  }
  #support .support-faq__item--a {
    font-size: 3.2vw;
    width: 74.6666666667vw;
    padding: 0 5.3333333333vw;
  }
  #support .support-faq__item--a.on {
    padding: 5.3333333333vw;
  }
  #support .support-faq__item:nth-child(3n) {
    margin-right: 0;
  }
}

#support .support-form {
  margin: auto;
}
#support .support-form br.pc {
  display: block;
}
#support .support-form br.sp {
  display: none;
}
#support .support-form__border {
  display: block;
  width: 813px;
  margin: 40px auto 50px auto;
  border-bottom: 1px solid #87879b;
}
#support .support-form__group {
  font-size: 22px;
  font-weight: bold;
  color: #48009a;
  margin: 0 auto 0 auto;
  padding-bottom: 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: top;
}
#support .support-form__group--pb {
  padding-bottom: 0;
}
#support .support-form__group--wide {
  justify-content: flex-start;
  width: 636px;
  margin: 0 auto 0 250px;
}
#support .support-form__group--wide-center {
  justify-content: center;
  width: 636px;
  margin: 0 auto 0 250px;
}
#support .support-form__group .box-read {
  width: 636px;
  height: 350px;
  font-size: 17px;
  font-weight: normal;
  color: #000;
  padding: 15px 25px 15px 25px;
  background-color: #fff;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #c8c8c8;
  box-sizing: border-box;
  margin: auto 0 10px 0;
  overflow: scroll;
  overflow-x: auto;
  overflow-y: scroll;
  line-height: 1.8em;
}
#support .support-form__group .frame-terms {
  width: 636px;
  height: 350px;
  background-color: #fff;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #c8c8c8;
  box-sizing: border-box;
  margin: auto 0 10px 0;
  padding-left: 25px;
}
#support .support-form__group .box-read .inner {
  display: block !important;
  width: auto !important;
}
#support .support-form__group .box-read--inner {
  width: 100%;
}
#support .support-form__group .box-read p, #support .support-form__group .box-read h3, #support .support-form__group .box-read h2, #support .support-form__group .box-read h1, #support .support-form__group .box-read dl, #support .support-form__group .box-read dt, #support .support-form__group .box-read dd {
  margin: 0 0 1em 0 !important;
  padding: 0;
  width: auto;
}
#support .support-form__group .box-read h1, #support .support-form__group .box-read h2, #support .support-form__group .box-read h3 {
  font-size: 14px;
}
#support .support-form__group .box-read * {
  font-size: 12px;
  word-wrap: break-word;
  word-break: break-all;
}
#support .support-form__group .box-text {
  width: 813px;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  line-height: 1.8em;
}
#support .support-form__group .box-text--big {
  align-items: baseline;
  line-height: 1.8em;
}
#support .support-form__group .ttl {
  width: 180px;
  font-size: 17px;
  font-weight: bold;
  color: #48009a;
  padding-top: 15px;
  margin: 0 0 0 0;
  box-sizing: border-box;
  text-align: right;
  padding-right: 25px;
}
#support .support-form__group .box {
  font-weight: normal;
  color: #000;
  display: block;
  width: 636px;
  font-size: 17px;
  line-height: 1.8em;
  padding: 10px 25px 10px 25px;
  background-color: #fff;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #c8c8c8;
  box-sizing: border-box;
  margin: 10px auto 0 auto;
}
#support .support-form__group .box-big {
  font-weight: normal;
  color: #000;
  min-height: 20em;
  display: block;
  width: 636px;
  font-size: 17px;
  line-height: 1.8em;
  padding: 10px 25px 10px 25px;
  background-color: #fff;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #c8c8c8;
  box-sizing: border-box;
  margin: auto;
}
#support .support-form__group .span-pc {
  color: #e14019;
}
#support .support-form__group .wrap {
  display: flex;
  align-items: center;
}
#support .support-form__group .wrap label {
  margin-top: 0;
}
#support .support-form__group .inner {
  display: flex;
  align-items: center;
  width: 636px;
}
#support .support-form__group label {
  width: 180px;
  font-size: 17px;
  padding-right: 25px;
  margin: 0;
  line-height: 1;
  padding-top: 20px;
  display: block;
  text-align: right;
  box-sizing: border-box;
}
#support .support-form__group label span {
  color: #e14019;
}
#support .support-form__group .select {
  padding-left: 1em;
  -webkit-appearance: button;
  border: 1px solid #c8c8c8;
  display: block;
  height: 55px;
  font-size: 17px;
  border-radius: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  width: 636px;
}
#support .support-form__group .select::-ms-expand {
  display: none;
}
#support .support-form__group .text {
  width: 636px;
  border: 1px solid #c8c8c8;
  box-sizing: border-box;
  display: block;
  border-radius: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.8em;
  padding: 13px 25px 10px 25px;
}
#support .support-form__group .file-wrap {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#support .support-form__group .file-img {
  display: block;
  width: 64vw;
  max-width: 640px;
  margin: 0.5vw 0vw 0vw 18vw;
  line-height: 0;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  #support .support-form__group .file-img {
    margin: 5px 0px 0px 180px;
  }
}
#support .support-form__group .file-img img {
  max-width: 100%;
}
#support .support-form__group .file {
  width: auto;
  font-size: 14px;
}
#support .support-form__group p {
  width: 636px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.8em;
  color: #000;
  margin: 0 0 0 200px;
}
#support .support-form__group textarea {
  height: 350px;
  border: 1px solid #c8c8c8;
  padding: 15px 25px 15px 25px;
  display: block;
  box-sizing: border-box;
}
#support .support-form__group .p-small {
  width: 200px;
  margin: 0 auto 0 10px;
  font-size: 18px;
}
#support .support-form__group .checkbox-p {
  text-align: left;
  padding: 0;
  width: auto;
  font-size: 17px;
  color: #000;
  font-weight: normal;
  display: inline-block;
  margin: 0 0 0 4px;
}
#support .support-form__btn {
  margin: 25px auto 0 auto;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#support .support-form__btn picture {
  opacity: 0.5;
  width: 258px;
  margin: 0 15px 0 15px;
}
#support .support-form__btn picture img {
  width: 100%;
}
#support .support-form__btn picture.on {
  opacity: 1;
}
#support .support-form__cap {
  margin: 25px auto 0 auto;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#support .support-form__cap .support-form__body--error {
  text-align: center;
}
@media screen and (max-width: 768px), screen and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  #support .support-form {
    width: 84vw;
  }
  #support .support-form br.pc {
    display: none;
  }
  #support .support-form br.sp {
    display: block;
  }
  #support .support-form__wrap-body p {
    text-align: center;
  }
  #support .support-form__border {
    width: 74.6666666667vw;
    margin: 5.3333333333vw auto 5.3333333333vw auto;
  }
  #support .support-form__group {
    width: 80vw;
    font-size: 2.4vw;
    margin: 0 auto 0 auto;
    padding-bottom: 2.6666666667vw;
    flex-direction: column;
  }
  #support .support-form__group label br {
    display: none;
  }
  #support .support-form__group--pb {
    padding-bottom: 0;
  }
  #support .support-form__group--wide {
    width: 72vw;
    margin: 0 auto 0 auto;
  }
  #support .support-form__group .frame-terms {
    width: 74.6666666667vw;
    height: 53.3333333333vw;
    border-radius: 1.3333333333vw 1.3333333333vw 1.3333333333vw 1.3333333333vw;
    margin: auto auto 2.6666666667vw auto;
    padding-left: 3.4666666667vw;
  }
  #support .support-form__group .box-read {
    width: 74.6666666667vw;
    height: 53.3333333333vw;
    font-size: 2.9333333333vw;
    margin: auto auto 2.6666666667vw auto;
    padding: 2.6666666667vw 6.4vw 2.6666666667vw 3.4666666667vw;
    border-radius: 1.3333333333vw 1.3333333333vw 1.3333333333vw 1.3333333333vw;
  }
  #support .support-form__group .box-text {
    width: 80vw;
    margin: auto;
    flex-direction: column;
  }
  #support .support-form__group .span-pc {
    display: none;
  }
  #support .support-form__group .ttl {
    width: 74.6666666667vw;
    font-size: 2.9333333333vw;
    font-weight: bold;
    color: #48009a;
    margin: 0 auto 1.3333333333vw auto;
    text-align: left;
    padding-right: 0;
  }
  #support .support-form__group .box {
    display: block;
    width: 74.6666666667vw;
    font-size: 2.9333333333vw;
    line-height: 1.8em;
    padding: 2.6666666667vw 3.2vw 2.6666666667vw 3.2vw;
    background-color: #fff;
    border-radius: 1.3333333333vw 1.3333333333vw 1.3333333333vw 1.3333333333vw;
    border: 1px solid #c8c8c8;
    box-sizing: border-box;
    margin: auto;
  }
  #support .support-form__group .box-big {
    min-height: 18em;
    display: block;
    width: 74.6666666667vw;
    font-size: 2.9333333333vw;
    line-height: 1.8em;
    padding: 5.0666666667vw 3.2vw 5.0666666667vw 3.2vw;
    background-color: #fff;
    border-radius: 1.3333333333vw 1.3333333333vw 1.3333333333vw 1.3333333333vw;
    border: 1px solid #c8c8c8;
    box-sizing: border-box;
    margin: auto;
  }
  #support .support-form__group .wrap {
    width: 74.6666666667vw;
    flex-direction: column;
    margin: 0 auto 0 auto;
  }
  #support .support-form__group .wrap label {
    margin-top: 0;
  }
  #support .support-form__group .inner {
    align-items: flex-start;
    width: 74.6666666667vw;
    margin: 0 auto 0 auto;
  }
  #support .support-form__group .wide {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 74.6666666667vw;
  }
  #support .support-form__group label {
    width: 74.6666666667vw;
    font-size: 2.9333333333vw;
    padding: 0;
    margin: 0 auto 1.3333333333vw auto;
    text-align: left;
  }
  #support .support-form__group .label-small {
    width: 74.6666666667vw;
    margin: auto;
  }
  #support .support-form__group .none {
    display: none;
  }
  #support .support-form__group .text {
    -webkit-appearance: button;
    background-color: white;
    width: 74.6666666667vw;
    border-radius: 1.3333333333vw;
    margin: 0 auto 1.3333333333vw auto;
    font-size: 16px;
    padding: 1.3333333333vw 3.2vw 1.3333333333vw 3.2vw;
  }
  #support .support-form__group .select {
    height: 10.6666666667vw;
    background-color: white;
    width: 74.6666666667vw;
    border-radius: 1.3333333333vw;
    margin: 0 auto 1.3333333333vw auto;
    font-size: 16px;
    padding: 1.3333333333vw 3.2vw 1.3333333333vw 3.2vw;
  }
  #support .support-form__group .file {
    font-size: 2.6666666667vw;
  }
  #support .support-form__group .file-wrap {
    height: auto;
  }
  #support .support-form__group .file-img {
    width: 74.6666666667vw;
    margin: 0 auto 0 auto;
    text-align: center;
  }
  #support .support-form__group .file-img img {
    width: auto;
    max-width: 100%;
  }
  #support .support-form__group p {
    width: 74.6666666667vw;
    font-size: 2.4vw;
    margin: 0 auto 0 auto;
    line-height: 1.4;
  }
  #support .support-form__group p br {
    display: none;
  }
  #support .support-form__group textarea {
    height: 53.3333333333vw;
    padding: 2.6666666667vw 3.2vw 2.6666666667vw 3.2vw;
  }
  #support .support-form__group .p-small {
    width: 44vw;
    margin: 0 auto 0 4vw;
    font-size: 2.9333333333vw;
  }
  #support .support-form__group .checkbox-wrap {
    display: flex;
    align-items: center;
  }
  #support .support-form__group .checkbox-p {
    font-size: 2.9333333333vw;
    margin: 0 0 0 2.1333333333vw;
  }
  #support .support-form__btn {
    margin: 0 auto 0 auto;
    padding-top: 6.6666666667vw;
    padding-bottom: 0;
    flex-direction: column;
  }
  #support .support-form__btn picture {
    width: 74.6666666667vw;
    margin: 0 0 1.3333333333vw 0;
  }
  #support .support-form__cap {
    margin: 0 auto 0 auto;
    transform: scale(0.8);
    transform-origin: center;
  }
}

#support .support-form__group .box-read {
  line-height: 1.8;
  position: relative;
}
#support .support-form__group .box-read .frame__dl {
  margin: 30px 0;
}
#support .support-form__group .box-read .frame__dl--small {
  font-size: 12px;
}
#support .support-form__group .box-read .frame__dl--nospace {
  margin: 0;
}
#support .support-form__group .box-read .frame__dl--top30 {
  margin-top: 30px !important;
}
#support .support-form__group .box-read .frame__dl--btm30 {
  margin-bottom: 30px !important;
}
#support .support-form__group .box-read .frame__dt {
  float: left;
  padding-right: 1em;
  margin-bottom: 0 !important;
}
#support .support-form__group .box-read .frame__dt--nospace {
  padding-right: 0;
}
#support .support-form__group .box-read .frame__dd {
  margin: 0 !important;
  overflow: hidden;
}
#support .support-form__group .box-read table {
  width: 100% !important;
  table-layout: fixed;
  word-break: break-all;
  border-collapse: collapse;
  border-spacing: 0;
}
#support .support-form__group .box-read table td {
  border: solid 1px #999;
  padding: 4px 8px;
  font-size: 12px;
}
#support .support-form__group .box-read table.table-2ln td {
  width: 50%;
}
#support .support-form__group .box-read p + p {
  margin-top: 20px!important;
}



#formLoading {
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 99999;
  transition: all 200ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
}
#formLoading.on {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (min-width: 48.0625em) {
  #inquiryPrivacy a:link, #inquiryPrivacy a:visited {
    text-decoration: underline;
  }
  #inquiryPrivacy .inner {
    padding: 20px;
  }
  #inquiryPrivacy .inner table tbody tr td {
    font-size: 13px;
    line-height: 1.6;
  }
  #inquiryPrivacy .inner table tbody tr th {
    font-size: 13px;
    line-height: 1.6;
  }
  #inquiryPrivacy .inquiry_btm .formArea .form .agree-check-area {
    margin-bottom: 30px;
    text-align: center;
  }
  #inquiryPrivacy .inquiry_btm .formArea .form .agree-check-area label input.checkbox {
    min-height: 0;
  }
  #inquiryPrivacy .inquiry_btm .formArea .form .large-btn {
    display: table;
    opacity: 0.5;
    position: relative;
    margin: 0 auto;
    padding: 15px 75px;
    background: #4c71a6;
    border-radius: 5px;
  }
  #inquiryPrivacy .inquiry_btm .formArea .form .large-btn a {
    display: none;
  }
  #inquiryPrivacy .inquiry_btm .formArea .form .large-btn.checked {
    opacity: 1;
  }
  #inquiryPrivacy .inquiry_btm .formArea .form .large-btn.checked a {
    display: block;
  }
  #inquiryPrivacy .inquiry_btm .formArea .form .large-btn.checked:hover {
    background: #357bde;
  }
  #inquiryPrivacy .inquiry_btm .formArea .form .large-btn p {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.7em;
    text-align: center;
  }
  #inquiryPrivacy .inquiry_btm .formArea .form .large-btn a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  #inquiryPrivacy .faqArea {
    position: relative;
    padding: 40px 0 0;
  }
  #inquiryPrivacy .faqArea:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #cfcfcf;
  }
  #inquiryPrivacy .faqArea .faqBlock {
    margin-bottom: 60px;
  }
  #inquiryPrivacy .faqArea .faqBlock:last-child {
    margin-bottom: 0;
  }
  #inquiryPrivacy .faqArea .faqBlock h3 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 16px;
  }
  #inquiryPrivacy .faqArea .faqBlock .list li {
    margin-bottom: 10px;
  }
  #inquiryPrivacy .faqArea .faqBlock .list li:last-child {
    margin-bottom: 0;
  }
  #inquiryPrivacy .faqArea .faqBlock .list li .q_area {
    position: relative;
    padding: 15px 0;
    background: #4c71a6;
    border-radius: 5px;
    color: #fff;
    letter-spacing: -0.4em;
    text-align: left;
    cursor: pointer;
  }
  #inquiryPrivacy .faqArea .faqBlock .list li .q_area:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 48px;
    width: 1px;
    height: 80%;
    margin: auto;
    background: #8bafc9;
  }
  #inquiryPrivacy .faqArea .faqBlock .list li .q_area:after {
    content: "";
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 11px;
    height: 11px;
    margin: auto;
    background: url("../img/in/common/open.png") center center no-repeat;
    background-size: contain;
  }
  #inquiryPrivacy .faqArea .faqBlock .list li .q_area.open:after {
    background: url("../img/in/common/close.png") center center no-repeat;
    background-size: contain;
  }
  #inquiryPrivacy .faqArea .faqBlock .list li .q_area .iconQ {
    display: inline-block;
    position: relative;
    width: 48px;
    vertical-align: middle;
    letter-spacing: normal;
  }
  #inquiryPrivacy .faqArea .faqBlock .list li .q_area .iconQ p {
    font-size: 20px;
    line-height: 1.6em;
    text-align: center;
  }
  #inquiryPrivacy .faqArea .faqBlock .list li .q_area .txtQ {
    display: inline-block;
    padding: 0 15px;
    vertical-align: middle;
    letter-spacing: normal;
  }
  #inquiryPrivacy .faqArea .faqBlock .list li .q_area .txtQ p {
    font-size: 14px;
    line-height: 1.6em;
  }
  #inquiryPrivacy .faqArea .faqBlock .list li .a_area {
    display: none;
    position: relative;
    width: 720px;
    margin-top: 2px;
    margin-left: auto;
    padding: 15px;
    background: #dbdbdb;
    border-radius: 5px;
    color: #000;
  }
  #inquiryPrivacy .faqArea .faqBlock .list li .a_area p {
    font-size: 14px;
    line-height: 1.6em;
  }
  #inquiryPrivacy .inquiry__list {
    font-size: 0;
    letter-spacing: -0.4em;
    text-align: left;
  }
  #inquiryPrivacy .inquiry__list-item {
    display: inline-block;
    position: relative;
    width: 48%;
    margin: 0 1% 2%;
    padding: 15px 40px;
    background: #4c71a6;
    border-radius: 5px;
    vertical-align: top;
    letter-spacing: normal;
  }
  #inquiryPrivacy .inquiry__list-item.noLink {
    display: none;
  }
  #inquiryPrivacy .inquiry__list-item:hover {
    background: #8c8c8c;
  }
  #inquiryPrivacy .inquiry__list-item p {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.7em;
    text-align: center;
  }
  #inquiryPrivacy .inquiry__list-item a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  #inquiryPrivacy .comfirmBox {
    position: relative;
    width: 870px;
    margin: 0 auto 35px;
  }
  #inquiryPrivacy .comfirmBox:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 99%;
    margin: auto;
    background: url("../img/in/pc/base01/base_repeat.png");
    background-size: 100% auto;
  }
  #inquiryPrivacy .comfirmBox .box_inner {
    position: relative;
    padding: 65px 45px;
    background: url("../img/in/pc/base01/base_top.png"), url("../img/in/pc/base01/base_btm.png");
    background-position: top center, bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  #inquiryPrivacy .comfirmBox .box_inner .comfirm_top {
    position: relative;
    margin-bottom: 30px;
  }
  #inquiryPrivacy .comfirmBox .box_inner .comfirm_top .ttl {
    font-weight: bold;
    font-size: 22px;
  }
  #inquiryPrivacy .comfirmBox .box_inner .comfirmItem {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
    padding-top: 35px;
  }
  #inquiryPrivacy .comfirmBox .box_inner .comfirmItem:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #cfcfcf;
  }
  #inquiryPrivacy .comfirmBox .box_inner .comfirmItem dl {
    margin-bottom: 25px;
  }
  #inquiryPrivacy .comfirmBox .box_inner .comfirmItem dl:last-child {
    margin-bottom: 0;
  }
  #inquiryPrivacy .comfirmBox .box_inner .comfirmItem dl dt {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 18px;
  }
  #inquiryPrivacy .comfirmBox .box_inner .comfirmItem dl dd {
    font-size: 14px;
    line-height: 1.6em;
    word-break: break-all;
  }
  #inquiryPrivacy .comfirmBox .box_inner .checkArea {
    letter-spacing: -0.4em;
    text-align: center;
  }
  #inquiryPrivacy .comfirmBox .box_inner .checkArea .btn {
    display: inline-block;
    position: relative;
    margin: 0 35px;
    padding: 15px 75px;
    background: #8c8c8c;
    border-radius: 5px;
    vertical-align: top;
    letter-spacing: normal;
  }
  #inquiryPrivacy .comfirmBox .box_inner .checkArea .btn:hover {
    background: #4c71a6;
  }
  #inquiryPrivacy .comfirmBox .box_inner .checkArea .btn p {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.7em;
    text-align: center;
  }
  #inquiryPrivacy .comfirmBox .box_inner .checkArea .btn input {
    width: 100%;
    border: none;
  }
  #inquiryPrivacy .comfirmBox .box_inner .checkArea .btn input, #inquiryPrivacy .comfirmBox .box_inner .checkArea .btn a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
  }
  #inquiryPrivacy .thanksBox {
    position: relative;
    width: 870px;
    margin: 0 auto 35px;
  }
  #inquiryPrivacy .thanksBox:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 98%;
    margin: auto;
    background: url("../img/in/pc/base01/base_repeat.png");
    background-size: 100% auto;
  }
  #inquiryPrivacy .thanksBox .box_inner {
    position: relative;
    padding: 65px 45px;
    background: url("../img/in/pc/base01/base_top.png"), url("../img/in/pc/base01/base_btm.png");
    background-position: top center, bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  #inquiryPrivacy .thanksBox .box_inner .thanks_top {
    margin-bottom: 50px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.7em;
    text-align: center;
  }
  #inquiryPrivacy .thanksBox .box_inner .thanks_mdl {
    margin-bottom: 20px;
  }
  #inquiryPrivacy .thanksBox .box_inner .thanks_mdl p {
    width: 590px;
    margin: 0 auto;
  }
  #inquiryPrivacy .thanksBox .box_inner .thanks_btm .btn {
    display: table;
    position: relative;
    margin: 0 auto;
    padding: 15px 75px;
    background: #8c8c8c;
    border-radius: 5px;
  }
  #inquiryPrivacy .thanksBox .box_inner .thanks_btm .btn:hover {
    background: #4c71a6;
  }
  #inquiryPrivacy .thanksBox .box_inner .thanks_btm .btn p {
    color: #fff;
    font-size: 18px;
    line-height: 1.7em;
    text-align: center;
  }
  #inquiryPrivacy .thanksBox .box_inner .thanks_btm .btn a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 48em) {
  #inquiryPrivacy .tab_support {
    position: relative;
    width: 91.3%;
    margin: 0 auto;
  }
  #inquiryPrivacy .tab_support .list {
    letter-spacing: -0.4em;
    text-align: center;
  }
  #inquiryPrivacy .tab_support .list li {
    display: inline-block;
    position: relative;
    width: 50%;
    vertical-align: middle;
    letter-spacing: normal;
  }
  #inquiryPrivacy .tab_support .list li p {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
  }
  #inquiryPrivacy .tab_support .list li.noLink p {
    color: #555;
  }
  #inquiryPrivacy .tab_support .list li.active p {
    color: #000;
  }
  #inquiryPrivacy .box_inner {
    position: relative;
    width: 89.3%;
    margin: 0 auto;
    padding: 30px 20px;
    background: url("../img/in/pc/base01/base_repeat.png");
    background-size: 100% auto;
  }
  #inquiryPrivacy .box_inner:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 30px;
    margin: auto;
    background: url("../img/in/pc/base01/base_btm.png");
    background-position: bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  #inquiryPrivacy .inquiry_top {
    margin-bottom: 30px;
  }
  #inquiryPrivacy .inquiry_top .for_aico {
    position: relative;
    padding: 0 0 22px;
  }
  #inquiryPrivacy .inquiry_top .for_faq {
    padding: 22px 0 0;
  }
  #inquiryPrivacy .inquiry_top .ttl {
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 18px;
  }
  #inquiryPrivacy .inquiry_top .cap {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.6em;
  }
  #inquiryPrivacy .inquiry_top .link_faq {
    display: table;
    position: relative;
    margin: 0 auto;
    padding: 12px 50px;
    background: #4c71a6;
    border-radius: 2px;
  }
  #inquiryPrivacy .inquiry_top .link_faq.noLink {
    display: none;
  }
  #inquiryPrivacy .inquiry_top .link_faq p {
    color: #fff;
    font-size: 15px;
    line-height: 1.7em;
    text-align: center;
  }
  #inquiryPrivacy .inquiry_top .link_faq a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  #inquiryPrivacy .inquiry_mdl {
    position: relative;
    padding: 22px 0;
  }
  #inquiryPrivacy .inquiry_mdl:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #cfcfcf;
  }
  #inquiryPrivacy .inquiry_mdl:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #cfcfcf;
  }
  #inquiryPrivacy .inquiry_mdl .cap {
    font-size: 14px;
    line-height: 1.6em;
  }
  #inquiryPrivacy .inquiry_btm {
    padding: 25px 0;
  }
  #inquiryPrivacy .inquiry_btm .cap {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4em;
    text-align: center;
  }
  #inquiryPrivacy .inquiry_btm .required {
    margin-bottom: 25px;
    color: #dd3822;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
  }
  #inquiryPrivacy .inquiry_btm .formArea .form .inpuItem {
    max-width: 100%;
    height: 40px;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  #inquiryPrivacy .inquiry_btm .formArea .form .inpuItem {
    width: 100%;
    padding: 5px;
    background: #dbdbdb;
    border: solid 1px #dbdbdb;
    border-radius: 4px;
    font-size: 16px;
    font-size: 12px;
  }
  #inquiryPrivacy .inquiry_btm .formArea .form .inpuItem:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #dbdbdb inset;
  }
  #inquiryPrivacy .inquiry_btm .formArea .form .inpuItem.is-active {
    background-color: #ffbcbc;
  }
  #inquiryPrivacy .inquiry_btm .formArea .form textarea {
    min-height: 200px;
  }
  #inquiryPrivacy tbody {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  #inquiryPrivacy tbody tr {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto 20px;
  }
  #inquiryPrivacy tbody tr:last-child {
    margin-bottom: 0;
  }
  #inquiryPrivacy tbody tr th {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
  }
  #inquiryPrivacy tbody tr th .require {
    color: #dd3822;
  }
  #inquiryPrivacy tbody tr td {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  #inquiryPrivacy tbody tr td .txt-description {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.5em;
  }
  #inquiryPrivacy tbody tr td .pull-down, #inquiryPrivacy tbody tr td .datetimepicker {
    position: relative;
    background: url("../img/in/pc/base01/arrow.png") center right 15px no-repeat #dbdbdb;
  }
  #inquiryPrivacy tbody tr td .txt-error {
    display: none;
    margin-top: 5px;
    color: #dd3822;
    font-weight: bold;
    font-size: 12px;
  }
  #inquiryPrivacy tbody tr td .txt-error.is-active {
    display: block;
  }
  #inquiryPrivacy .inner {
    padding: 10px;
  }
  #inquiryPrivacy .inner table tbody tr td {
    font-size: 12px;
    line-height: 1.6;
  }
  #inquiryPrivacy .inner table tbody tr th {
    font-size: 12px;
    line-height: 1.6;
  }
  #inquiryPrivacy .inquiry_btm .formArea .form .agree-check-area {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 12px;
    text-align: center;
  }
  #inquiryPrivacy .inquiry_btm .formArea .form .agree-check-area label input.checkbox {
    min-height: 0;
  }
  #inquiryPrivacy .inquiry_btm .formArea .form .large-btn {
    display: table;
    opacity: 0.5;
    position: relative;
    margin: 0 auto;
    padding: 12px 60px;
    background: #8c8c8c;
    border-radius: 2px;
  }
  #inquiryPrivacy .inquiry_btm .formArea .form .large-btn a {
    display: none;
  }
  #inquiryPrivacy .inquiry_btm .formArea .form .large-btn.checked {
    opacity: 1;
    background: #4c71a6;
  }
  #inquiryPrivacy .inquiry_btm .formArea .form .large-btn.checked a {
    display: block;
  }
  #inquiryPrivacy .inquiry_btm .formArea .form .large-btn p {
    color: #fff;
    font-size: 15px;
    line-height: 1.7em;
    text-align: center;
  }
  #inquiryPrivacy .inquiry_btm .formArea .form .large-btn a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  #inquiryPrivacy .inquiry__list-item {
    position: relative;
    width: 100%;
    margin: 0 1% 2%;
    padding: 12px 10px;
    background: #4c71a6;
    border-radius: 2px;
  }
  #inquiryPrivacy .inquiry__list-item.noLink {
    display: none;
  }
  #inquiryPrivacy .inquiry__list-item p {
    color: #fff;
    font-size: 15px;
    line-height: 1.7em;
    text-align: center;
  }
  #inquiryPrivacy .inquiry__list-item a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  #inquiryPrivacy .faqArea {
    position: relative;
    padding: 30px 0 0;
  }
  #inquiryPrivacy .faqArea:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #cfcfcf;
  }
  #inquiryPrivacy .faqArea .faqBlock {
    margin-bottom: 30px;
  }
  #inquiryPrivacy .faqArea .faqBlock:last-child {
    margin-bottom: 0;
  }
  #inquiryPrivacy .faqArea .faqBlock h3 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
  }
  #inquiryPrivacy .faqArea .faqBlock .list li {
    margin-bottom: 10px;
  }
  #inquiryPrivacy .faqArea .faqBlock .list li:last-child {
    margin-bottom: 0;
  }
  #inquiryPrivacy .faqArea .faqBlock .list li .q_area {
    position: relative;
    padding: 15px 0;
    background: #4c71a6;
    border-radius: 5px;
    color: #fff;
    letter-spacing: -0.4em;
    text-align: left;
    cursor: pointer;
  }
  #inquiryPrivacy .faqArea .faqBlock .list li .q_area:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 38px;
    width: 1px;
    height: 80%;
    margin: auto;
    background: #8bafc9;
  }
  #inquiryPrivacy .faqArea .faqBlock .list li .q_area:after {
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 11px;
    height: 11px;
    margin: auto;
    background: url("../img/in/common/open.png") center center no-repeat;
    background-size: contain;
  }
  #inquiryPrivacy .faqArea .faqBlock .list li .q_area.open:after {
    background: url("../img/in/common/close.png") center center no-repeat;
    background-size: contain;
  }
  #inquiryPrivacy .faqArea .faqBlock .list li .q_area .iconQ {
    display: inline-block;
    position: relative;
    width: 38px;
    vertical-align: middle;
    letter-spacing: normal;
  }
  #inquiryPrivacy .faqArea .faqBlock .list li .q_area .iconQ p {
    font-size: 20px;
    line-height: 1.6em;
    text-align: center;
  }
  #inquiryPrivacy .faqArea .faqBlock .list li .q_area .txtQ {
    display: inline-block;
    width: 75%;
    padding: 0 8px;
    vertical-align: middle;
    letter-spacing: normal;
  }
  #inquiryPrivacy .faqArea .faqBlock .list li .q_area .txtQ p {
    font-size: 12px;
    line-height: 1.6em;
  }
  #inquiryPrivacy .faqArea .faqBlock .list li .a_area {
    display: none;
    position: relative;
    width: 88%;
    margin-top: 2px;
    margin-left: auto;
    padding: 10px;
    background: #dbdbdb;
    border-radius: 5px;
    color: #000;
  }
  #inquiryPrivacy .faqArea .faqBlock .list li .a_area p {
    font-size: 12px;
    line-height: 1.6em;
  }
  #inquiryPrivacy .comfirmBox {
    position: relative;
    width: 89.3%;
    margin: 0 auto;
  }
  #inquiryPrivacy .comfirmBox:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 99.9%;
    margin: auto;
    background: url("../img/in/pc/base01/base_repeat.png");
    background-size: 100% auto;
  }
  #inquiryPrivacy .comfirmBox .box_inner {
    position: relative;
    padding: 20px 20px;
    background: url("../img/in/pc/base01/base_top.png"), url("../img/in/pc/base01/base_btm.png");
    background-position: top center, bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  #inquiryPrivacy .comfirmBox .box_inner .comfirm_top {
    position: relative;
    margin-bottom: 20px;
  }
  #inquiryPrivacy .comfirmBox .box_inner .comfirm_top .ttl {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6em;
  }
  #inquiryPrivacy .comfirmBox .box_inner .comfirmItem {
    position: relative;
    width: 100%;
    margin-bottom: 60px;
    padding-top: 20px;
  }
  #inquiryPrivacy .comfirmBox .box_inner .comfirmItem:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #cfcfcf;
  }
  #inquiryPrivacy .comfirmBox .box_inner .comfirmItem dl {
    margin-bottom: 25px;
  }
  #inquiryPrivacy .comfirmBox .box_inner .comfirmItem dl:last-child {
    margin-bottom: 0;
  }
  #inquiryPrivacy .comfirmBox .box_inner .comfirmItem dl dt {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
  }
  #inquiryPrivacy .comfirmBox .box_inner .comfirmItem dl dd {
    font-size: 12px;
    line-height: 1.6em;
    word-break: break-all;
  }
  #inquiryPrivacy .comfirmBox .box_inner .checkArea .btn {
    display: table;
    position: relative;
    width: 90%;
    margin: 0 auto 10px;
    padding: 12px 0;
    border-radius: 2px;
  }
  #inquiryPrivacy .comfirmBox .box_inner .checkArea .btn.back {
    background: #8c8c8c;
  }
  #inquiryPrivacy .comfirmBox .box_inner .checkArea .btn.go {
    background: #4c71a6;
  }
  #inquiryPrivacy .comfirmBox .box_inner .checkArea .btn p {
    color: #fff;
    font-size: 15px;
    line-height: 1.7em;
    text-align: center;
  }
  #inquiryPrivacy .comfirmBox .box_inner .checkArea .btn input {
    width: 100%;
    border: none;
  }
  #inquiryPrivacy .comfirmBox .box_inner .checkArea .btn input, #inquiryPrivacy .comfirmBox .box_inner .checkArea .btn a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
  }
  #inquiryPrivacy .thanksBox {
    position: relative;
    width: 89.3%;
    margin: 0 auto;
  }
  #inquiryPrivacy .thanksBox:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 99.9%;
    margin: auto;
    background: url("../img/in/pc/base01/base_repeat.png");
    background-size: 100% auto;
  }
  #inquiryPrivacy .thanksBox .box_inner {
    position: relative;
    padding: 50px 20px 20px;
    background: url("../img/in/pc/base01/base_top.png"), url("../img/in/pc/base01/base_btm.png");
    background-position: top center, bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  #inquiryPrivacy .thanksBox .thanks_top {
    margin-bottom: 50px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.7em;
    text-align: center;
  }
  #inquiryPrivacy .thanksBox .thanks_mdl {
    margin-bottom: 20px;
  }
  #inquiryPrivacy .thanksBox .thanks_mdl p {
    width: 90%;
    margin: 0 auto;
  }
  #inquiryPrivacy .thanksBox .thanks_btm .btn {
    display: table;
    position: relative;
    margin: 0 auto 10px;
    padding: 12px 30px;
    background: #8c8c8c;
    border-radius: 2px;
  }
  #inquiryPrivacy .thanksBox .thanks_btm .btn p {
    color: #fff;
    font-size: 15px;
    line-height: 1.7em;
    text-align: center;
  }
  #inquiryPrivacy .thanksBox .thanks_btm .btn a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.news-body-center {
  text-align: center;
}

.news-table {
  padding: 20px 0;
}
.news-table table {
  width: 100%;
  border-collapse: collapse;
}
.news-table th, .news-table td {
  background: #fff;
  border: solid 1px #ccc;
  padding: 0.5em;
  text-align: left;
}
.news-table th {
  background: #DBEEF3;
}

.news-center {
  text-align: center;
}

.news-hr {
  display: block;
  margin: 2em 0;
}

.news__contents p small {
  font-size: 0.8em;
}

.news__contents p {
  word-break: break-all;
}

.news-img80 {
  width: 80%;
  display: block;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .news-img80 {
    width: auto;
  }
}

.news__btn {
  width: auto;
}
.news__btn img {
  margin: 12px auto 0;
}
@media screen and (max-width: 768px), screen and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .news__btn {
    width: 44.8vw;
    margin: auto;
  }
  .news__btn img {
    width: 100% !important;
  }
}

.new-top-video {
  /* width: 404px; */
  width: 400px;
  margin-bottom: 26px;
  position: relative;
}
.new-top-video * {
  outline: none;
}
.new-top-video img {
  width: 100%;
  border: none;
}

.new-top-video .span img {
  width: 100%;
}

.new-top-list {
  width: 404px;
  display: flex;
}

.new-top-sns {
  width: 59px !important;
  max-width: 59px;
  margin-right: 5px;
}
.new-top-sns img {
  width: 100%;
}

.new-top-sound {
  width: 189px !important;
  max-width: 189px;
  margin-left: 25px;
  cursor: pointer;
}
.new-top-sound img {
  width: 100%;
}
.new-top-sound .img-on {
  display: block;
}
.new-top-sound .img-off {
  display: none;
}
.new-top-sound.off .img-on {
  display: none;
}
.new-top-sound.off .img-off {
  display: block;
}

.visual__logo img {
  display: none;
}


#new-top .new-top-ttl {
  width: 368px;
  padding-top: 26px;
  margin: 0 auto 45px;
  box-sizing: border-box;
}
#new-top .new-top-ttl img {
  width: 100%;
}

#new-top .ttl {
  width: 368px;
  padding-top: 26px;
  margin: 0 0 45px 193px;
  box-sizing: border-box;
}
#new-top .ttl img {
  width: 100%;
}
#new-top .btn-wrap {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 0 0 0;
}
#new-top .btn-app {
  width: 265px;
  margin: 0vw 1vw 0vw 1vw;
  box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
  #new-top .btn-app {
    margin: 0px 10px 0px 10px;
  }
}
#new-top .btn-app img {
  width: 100%;
}
#new-top .sns-wrap {
  width: 706px;
  margin: 3.1vw auto 0vw auto;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
  #new-top .sns-wrap {
    margin: 31px auto 0px auto;
  }
}
#new-top .btn-sns {
  width: 222px;
  box-sizing: border-box;
}
#new-top .btn-sns img {
  width: 100%;
}
@media screen and (max-width: 768px), screen and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  #new-top .btn-app {
    width: 50vw;
    position: absolute;
    top: 50%;
    left: 0;
  }
  #new-top .btn-app--1 {
    margin: -16vw 0 0 17.066666667vw;
  }
  #new-top .btn-app--2 {
    margin: 2.666666667vw 0 0 16.533333333vw;
  }
  #new-top .btn-app--3 {
    display: none;
  }
  #new-top .sns-wrap {
    width: 84vw;
    margin: 0 auto 50px auto;
  }
  #new-top .btn-sns {
    width: 26.266666667vw;
  }
  #new-top .new-top-ttl {
    position: absolute;
    width: 35.6vw;
    top: 0;
    left: 50%;
    margin: -25px 0 0 -17.8vw;
  }
}

.info {
  width: 95vw;
  max-width: 950px;
  margin: 10vw auto 0vw auto;
  position: relative;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 1000px) {
  .info {
    margin: 100px auto 0px auto;
  }
}
.info__bg1 {
  background: rgba(41, 42, 112, 0.3);
  padding: 0.5vw 0.5vw 0.5vw 0.5vw;
}
@media screen and (min-width: 1000px) {
  .info__bg1 {
    padding: 5px 5px 5px 5px;
  }
}
.info__bg2 {
  background: rgba(41, 42, 112, 0.85);
  padding: 1vw 1vw 1vw 1vw;
}
@media screen and (min-width: 1000px) {
  .info__bg2 {
    padding: 10px 10px 10px 10px;
  }
}
.info__bg3 {
  background: #C4C2D8;
  border: solid 10px #000;
}
.info__wrap {
  position: relative;
  z-index: 2;
  padding: 6vw 0vw 2.5vw 0vw;
}
@media screen and (min-width: 1000px) {
  .info__wrap {
    padding: 60px 0px 25px 0px;
  }
}
.info__ttl {
  position: absolute;
  width: 37.6vw;
  max-width: 376px;
  z-index: 3;
  top: 0;
  left: 0;
  margin: -5vw 0vw 0vw 3.8vw;
}
@media screen and (min-width: 1000px) {
  .info__ttl {
    margin: -50px 0px 0px 38px;
  }
}
.info__subttl {
  text-align: center;
  font-size: 2.2vw;
  line-height: 1;
  margin: 0vw 0vw 2.7vw 0vw;
  font-weight: bold;
}
@media screen and (min-width: 1000px) {
  .info__subttl {
    font-size: 22px;
  }
}
@media screen and (min-width: 1000px) {
  .info__subttl {
    margin: 0px 0px 27px 0px;
  }
}
.info__body {
  font-size: 1.7vw;
  line-height: 1.764705882;
  margin: 0vw 0vw 3.5vw 0vw;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .info__body {
    font-size: 17px;
  }
}
@media screen and (min-width: 1000px) {
  .info__body {
    margin: 0px 0px 35px 0px;
  }
}
.info__link {
  text-decoration: underline;
}
.info__line {
  width: 85.7vw;
  max-width: 857px;
  margin: 0vw auto 4vw auto;
}
@media screen and (min-width: 1000px) {
  .info__line {
    margin: 0px auto 40px auto;
  }
}
.info__new {
  display: inline-block;
  width: 4.9vw;
  max-width: 49px;
}
.info__br-sp {
  display: none;
}
@media screen and (max-width: 768px), screen and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .info {
    width: 87vw;
    margin-top: 10vw;
    position: relative;
    letter-spacing: -0.05em;
  }
  .info__bg1 {
    padding: 3px;
  }
  .info__bg2 {
    padding: 6px;
  }
  .info__bg3 {
    border: solid 6px #000;
  }
  .info__wrap {
    padding: 8.5vw 2vw 3.5vw 2vw;
  }
  .info__ttl {
    width: 40vw;
    margin: -4.1vw 0 0 3vw;
  }
  .info__subttl {
    font-size: 3vw;
    margin-bottom: 4vw;
    line-height: 1.3;
  }
  .info__body {
    font-size: 2.6vw;
    margin-bottom: 1em;
    text-align: center;
  }
  .info__body br {
    display: none;
  }
  .info__link {
    display: block;
    padding: 1em 10vw;
    word-break: break-all;
  }
  .info__line {
    width: 90%;
    margin-bottom: 8.5vw;
  }
  .info__new {
    width: 6vw;
  }
  .info__br-sp {
    display: inline !important;
  }
}

.news .icon:after {
  display: none;
}

.news .icon span {
  color: #fff;
  padding: 2px 5px;
  margin-left: 10px;
  font-size: 10px;
  line-height: 1;
  background: #750196;
}

.bnr {
  margin-top: 12vw;
}
@media screen and (min-width: 1000px) {
  .bnr {
    margin-top: 120px;
  }
}
.bnr__ttl {
  width: 20.7vw;
  max-width: 207px;
  margin: 0vw auto 5vw auto;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  .bnr__ttl {
    margin: 0px auto 50px auto;
  }
}
.bnr__body {
  line-height: 1;
  width: 113vw;
  max-width: 1130px;
  margin: 0vw auto 2vw auto;
}
@media screen and (min-width: 1000px) {
  .bnr__body {
    margin: 0px auto 20px auto;
  }
}
.bnr__body img {
  width: 100%;
}
@media screen and (max-width: 768px), screen and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .bnr {
    margin-top: 6vw;
  }
  .bnr__ttl {
    width: 30vw;
  }
  .bnr__body {
    width: 84vw;
  }
}

#cp20191031HintChara {
  cursor: pointer;
}

.cp20191031-hint-chara {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1139px;
  height: auto;
  margin-left: -569.5px;
}
.cp20191031-hint-chara img {
  width: 250px;
  height: 230px;
  position: absolute;
  top: 120px;
  right: -150px;
  opacity: 0;
  transition: all 400ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
}
.cp20191031-hint-chara img.is-active {
  opacity: 1;
}
@media screen and (max-width: 768px), screen and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .cp20191031-hint-chara {
    left: 0;
    width: 100vw;
    height: auto;
    margin: 0;
  }
  .cp20191031-hint-chara img {
    width: 63.3333333333vw;
    height: 58.2666666667vw;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.fancybox-button {
  transform-origin: right top;
  transform: scale(1.5);
}

@media screen and (max-width: 768px), screen and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .fancybox-slide {
    padding: 0 5px !important;
  }
}

.fancybox-button--zoom {
  display: none !important;
}

.news__subttl {
  border-bottom: solid 1px #999;
  font-size: 2vw;
  margin: 1em 0;
  padding: 1em 0;
}
@media screen and (min-width: 1000px) {
  .news__subttl {
    font-size: 20px;
  }
}
.news__img-s {
  max-width: 50% !important;
}
.news br.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .news br.pc {
    display: none;
  }
  .news br.sp {
    display: inline;
  }
  .news__subttl {
    font-size: 4vw;
  }
  .news__img-s {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 768px), screen and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .footer__list--copyright-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .footer__list--copyright-text li {
    width: auto;
    margin-right: 0 !important;
    box-sizing: border-box;
    text-align: center;
    padding-top: 5px !important;
  }
  .footer__list--copyright-text li:nth-child(1) {
    margin-right: 10px !important;
  }
  .footer__list--copyright-text li:nth-child(3) {
    width: 90%;
  }
}
.campaign20200401 {
  display: block;
  width: 400px;
  margin: 50px auto 0;
}
.top-banner-area {
  display: block;
  width: 354px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .campaign20200401,
  .top-banner-area {
    width: 80vw;
  }
}

#wallpaper {
  padding-top: 100px;
}

#maintenance h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 52px;
  font-size: 24px;
  color: #fff;
  line-height: 1;
  margin: 0 auto 12px;
  padding: 10px 0 10px 0;
  background-image: url("/img/new-com-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#maintenance .contents {
  margin: 0 auto;
  padding-top: 20px;
}

#maintenance p {
  margin-top: 40px;
}

@media screen and (max-width: 768px), screen and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  #maintenance h2 {
    /* width: 84vw !important; */
    height: 10.6666666667vw !important;
    font-size: 3.4666666667vw !important;
    padding: 0 !important;
    line-height: 1 !important;
    background-image: url("/img/new-com-bg-sp.png") !important;
    background-size: cover !important;
    margin: 0 auto 4vw auto;
  }

  #maintenance p {
    margin-top: 2em;
  }
}

#settlement h1 img {
  width: 429px;
  height: auto;
}

@media screen and (max-width: 768px), screen and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  #settlement h1 img {
    width: 62.6666667%;
    height: auto;
  }
}

#settlement h2:first-child {
  margin-top: 0;
}


