@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
body {
  font-family: "Noto Sans Japanese", Verdana, "メイリオ", Meiryo, sans-serif;
}

.l-header .l-header__inner .l-header__inner__button-wrap,
.l-header__logo .camera-logo {
  display: none;
}

.l-header {
  padding: 0;
}

.l-header__logo img {
  width: 352px;
}

.l-header__logo > a {
  padding: 14px 0 0;
}
@media screen and (max-width: 768px) {
  .l-header__logo > a {
    padding: 0;
  }
}

html body p, html body a {
  letter-spacing: 0;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .l-header .l-header__sp-wrap {
    margin-right: 0 !important;
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .l-header {
    height: 85px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .l-header {
    height: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header .l-header__sp-wrap {
    border-bottom: none;
  }
}
.header {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .header {
    display: none;
  }
}
.header ul {
  display: flex;
  gap: 18px;
  position: relative;
}
.header span {
  display: block;
  font-size: 11px;
}
.header .text {
  font-weight: 700;
}
.header .phone {
  color: #115106;
  font-size: 33px;
  font-weight: 700;
  font-family: "Roboto";
  line-height: 1;
}
.header .time {
  font-size: 11px;
  color: #666;
  letter-spacing: -0.3px;
  padding-left: 5px;
}
.header .mail a {
  color: #fff;
  background: #E60012;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 50px;
}
.header .mail a:hover {
  opacity: 1;
  filter: brightness(1.2);
  -webkit-filter: brightness(1.2);
  -moz-filter: brightness(1.2);
  -o-filter: brightness(1.2);
  -ms-filter: brightness(1.2);
}
.header .tel {
  padding: 12px 0;
}
.header .tel a{
  display: flex;
  flex-direction: column;
  align-items: center;
}

nav {
  background: #F7F7F7;
  position: fixed;
  top: 91px;
  left: 0;
  right: 0;
  z-index: 99999;
}
@media screen and (max-width: 768px) {
  nav {
    display: none;
  }
}
nav ul {
  display: flex;
  justify-content: center;
  gap: 64px;
  padding:12px;
}

@media screen and (max-width: 768px) {
  .sp-menu-box {
    display: flex;
    padding: 19px 20px;
    gap: 11px;
    justify-content: center;
  }
  .sp-menu-box span {
    display: block;
    font-size: 10px;
    font-weight: 300;
    padding: 0 0 8px;
  }
  .sp-menu-mail {
    background: #E60012;
    text-align: center;
    font-size: 13px;
    padding: 18px 12px;
    font-weight: 700;
  }
  .sp-menu-mail a {
    color: #fff;
  }
  .sp-menu-tel {
    text-align: center;
    position: relative;
  }
  .sp-menu-tel a {
    border: 1px solid #E60012;
    background: #fff;
    display: block;
    padding: 18px 14px 24px;
  }
  .sp-menu-tel p {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    color: #115106;
    line-height: 1;
  }
  .sp-menu-tel:before {
    position: absolute;
    content: "平日 9:00~17:30";
    font-size: 10px;
    font-weight: 400;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -20px;
    color: #666;
  }
  .sp-menu-tel:after {
    position: absolute;
    content: "（土・日・祝除く）";
    font-size: 10px;
    font-weight: 400;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -34px;
    color: #666;
  }
  .sp-menu-list {
    font-size: 20px;
    padding: 0 24px;
  }
  .sp-menu-list li {
    padding: 40px 0;
    border-bottom: 1px solid #d8d8d8;
  }
}
h1 {
  font-size: 40px;
  font-weight: 700;
  margin-left:-24px;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 38px;
    line-height: 1.4;
    margin: 0 0 32px;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
    white-space: nowrap;
  }
  h1 span {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) and (max-width: 374px) {
  h1 span {
    font-size: 28px;
  }
}
@media screen and (max-width: 374px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 40px;
  font-weight: 500;
  margin: 0 0 80px;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 24px;
    margin: 0 0 32px;
    padding: 0 24px;
  }
}
@media screen and (max-width: 374px) {
  h2{
    font-size: 20px;
  }
}
h2 span {
  color: #E60012;
}

h3 {
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 48px;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 24px;
    text-align: left;
    margin: 0 0 32px;
  }
}
.wrap {
  text-align: center;
  margin-top: 139px;
}
.logged-in .wrap{
  margin-top: 107px;
}
@media screen and (max-width: 768px) {
  .wrap {
    margin-top: 50px;
  }
  .logged-in .wrap{
    margin-top: 0;
  }
}

.fv {
  background-image: url("../images/lp-camera/fv-bg-pc.jpg");
  background-size: contain;
  background-position: right top;
  background-color: #f9f9f9;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fv {
    background-image: url("../images/lp-camera/fv-bg-sp.jpg");
    background-size: cover;
  }
  .fv img {
    margin: auto;
  }
}
.fv:after {
  position: absolute;
  content: "";
  background: url("../images/lp-camera/fv-camera.png") no-repeat;
  background-size: contain;
  width: 806px;
  height: 392px;
  bottom: -195px;
  right: 0;
}
@media screen and (max-width: 991px) {
  .fv:after {
    width: 500px;
    height: 392px;
    bottom: -270px;
  }
}
@media screen and (max-width: 768px) {
  .fv:after {
    background: url("../images/lp-camera/fv-camera-sp.png") no-repeat;
    background-size: cover;
    width: 284px;
    height: 147px;
    bottom: -80px;
    z-index: 2;
  }
}
.fv p {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 54px;
}
@media screen and (max-width: 768px) {
  .fv p {
    font-size: 18px;
    margin: 0 0 24px;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  }
}
.fv .left {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  padding: 90px 16px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .fv .left {
    text-align: center;
    padding: 64px 24px 0;
  }
}
.fv .img {
  padding: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .fv .img {
    padding: 0 0 32px;
  }
}

.contact-btn {
  padding: 0 0 74px;
}
@media screen and (max-width: 768px) {
  .contact-btn {
    padding: 0 0 90px;
  }
}
.contact-btn a {
  background: #E60012;
  color: #fff;
  font-size: 15px;
  padding: 32px 48px 32px 32px;
  border-radius: 8px;
  font-weight: 700;
  position: relative;
  display: block;
  max-width: 426px;
}
@media screen and (max-width: 768px) {
  .contact-btn a {
    display: block;
    font-size: 12px;
    padding: 24px 16px 24px 14px;
    text-align: left;
  }
}
@media screen and (max-width: 374px) {
  .contact-btn a {
    font-size: 10px;
    padding: 22px 16px;
  }
}
.contact-btn a:after {
  position: absolute;
  content: "";
  background: url("../images/lp-camera/arrow.png") no-repeat;
  background-size: contain;
  width: 8px;
  height: 13px;
  top: 41%;
  right: 32px;
}
@media screen and (max-width: 768px) {
  .contact-btn a:after {
    right: 16px;
  }
}
.contact-btn a:hover {
  opacity: 1;
  filter: brightness(1.2);
  -webkit-filter: brightness(1.2);
  -moz-filter: brightness(1.2);
  -o-filter: brightness(1.2);
  -ms-filter: brightness(1.2);
}

@media screen and (max-width: 768px) {
  .cta-btn {
    padding: 0;
  }
}
.cta-btn a {
  display: block;
  background: #E60012;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 8px;
  padding: 40px 56px 40px 48px;
  width: 400px;
  max-width: 100%;
  margin: 0 auto 32px;
  position: relative;
}
.cta-btn a:after {
  position: absolute;
  content: "";
  background: url("../images/lp-camera/arrow.png") no-repeat;
  background-size: contain;
  width: 8px;
  height: 13px;
  top: 44%;
  right: 32px;
}
@media screen and (max-width: 768px) {
  .cta-btn a:after {
    right: 28px;
  }
}
@media screen and (max-width: 768px) {
  .cta-btn a {
    font-size: 16px;
    text-align: center;
    width: 100%;
    padding: 26px 40px 26px 32px;
  }
}
@media screen and (max-width: 374px) {
  .cta-btn a {
    padding: 20px 8px;
    text-align: center;
  }
  .cta-btn a:after {
    content: none;
  }
}
.cta-btn a:hover {
  opacity: 1;
  filter: brightness(1.2);
  -webkit-filter: brightness(1.2);
  -moz-filter: brightness(1.2);
  -o-filter: brightness(1.2);
  -ms-filter: brightness(1.2);
}

.problem {
  max-width: 1200px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .problem {
    margin: 0 auto 40px;
  }
  .problem h2 {
    margin-bottom: 0;
  }
}
.problem .text-box {
  background: url("../images/lp-camera/problem-bg-pc.png") no-repeat;
  background-size: contain;
  margin: 90px auto 64px;
  padding: 70px 0 0;
}
@media screen and (max-width: 768px) {
  .problem .text-box {
    background: url("../images/lp-camera/problem-bg-sp.png") no-repeat;
    background-size: 90%;
    margin: 80px auto 0;
    padding: 32px 0 40px;
  }
}
.problem p {
  font-size: 28px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .problem p {
    font-size: 20px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .problem p{
    font-size: 18px;
  }
}
.problem img {
  margin: 0 0 80px;
}
@media screen and (max-width: 768px) {
  .problem img {
    margin: 0;
    padding: 0 24px 40px;
  }
}
.problem ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
}

.sub_text {
  font-size: 20px;
  font-weight: 500;
  padding: 0 0 24px;
  margin: 0 0 48px;
}
@media screen and (max-width: 768px) {
  .sub_text {
    font-size: 13px;
    padding: 0 0 12px;
    margin: 0 0 24px;
  }
}
.sub_text span {
  position: relative;
}
.sub_text span:after {
  content: "";
  position: absolute;
  background: #E60012;
  width: 100%;
  height: 1px;
  right: 0;
  left: 0;
  bottom: -24px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .sub_text span:after {
    bottom: -12px;
  }
}

.solution {
  margin: -48px 0 0;
  background-image: url("../images/lp-camera/solution-bg01-pc.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 50%;
}
@media screen and (min-width: 1688px) {
  .solution {
    margin: -5.8vh 0 0;
  }
}
@media screen and (max-width: 768px) {
  .solution {
    margin: -24px 0 0;
    background-image: url("../images/lp-camera/solution-bg01-sp.jpg");
    background-size: 50%;
  }
  .solution h2{
    padding: 0 0 16px;
  }
}
@media screen and (max-width: 374px) {
  .solution h2{
    font-size: 21px;
    padding: 0 0 24px;
  }
  .solution h2 br.sp{
    display: none;
  }
}
.solution .inner {
  max-width: 1200px;
  background-image: url("../images/lp-camera/solution-bg02-pc.png");
  background-repeat: no-repeat;
  background-position: left 15%;
  background-size: 25%;
  margin: 0 auto;
  padding: 80px 0 0;
}
@media screen and (min-width: 1688px) {
  .solution .inner{
    padding:6% 0 0;
  }
}
@media screen and (max-width: 768px) {
  .solution .inner {
    background-image: url("../images/lp-camera/solution-bg02-sp.png");
    background-position: left 6%;
    background-size: 50%;
    padding: 108px 0 0;
  }
}
.solution .inner ul {
  display: flex;
  gap: 100px;
  justify-content: center;
  margin: 0 16px 32px;
  text-align: center;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .solution .inner ul {
    flex-direction: column;
    gap: 48px;
    align-items: center;
    padding: 0 32px;
    margin: 0 auto 80px;
  }
  .solution .inner ul.pc {
    display: none;
  }
}
.solution .inner li {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.solution .inner li img {
  margin: 0 auto 24px;
}

.solution-title {
  color: #115106;
  font-size: 18px;
  font-weight: 500;
  min-height: 53px;
}
@media screen and (min-width: 1095px) {
  .solution-title{
    min-height: auto;
    margin-bottom:16px;
  }
}
@media screen and (max-width: 768px) {
  .solution-title {
    min-height: auto;
    margin-bottom: 12px;
  }
  .solution .inner li img {
    margin: 0 auto 16px; 
  }
}

.solution-text {
  font-weight: 400;
  line-height: 1.8;
  min-height: 143px;
}
@media screen and (max-width: 768px) {
  .solution-text {
    font-weight: 300;
    min-height: auto;
  }
}

.cta {
  background: #000;
  color: #fff;
  text-align: left;
}
.cta .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .cta .inner {
    flex-direction: column;
    padding: 80px 24px 72px;
  }
}
.cta p {
  color: #fff;
  font-size: 20px;
  margin: 0 0 40px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .cta p {
    text-align: left;
    font-size: 15px;
    margin: 0 0 24px;
  }
}
.cta a {
  color: #fff;
  white-space: nowrap;
}
.cta .attention {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .cta .attention {
    font-size: 11px;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.8;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .cta .attention {
    font-size: 9px;
  }
}
.cta .faq {
  font-size: 15px;
  position: relative;
}
.cta .faq a {
  display: block;
}
.cta .faq a:after {
  position: absolute;
  content: "";
  background: url("../images/lp-camera/arrow.png") no-repeat;
  background-size: contain;
  width: 6px;
  height: 10px;
  top: 27%;
  right: 88px;
}
@media screen and (max-width: 768px) {
  .cta .faq a:after {
    right: 38px;
  }
}
.cta .left {
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  .cta .left {
    margin-left: 0;
    text-align: center;
    max-width: 100%;
  }
}
.cta .right {
  text-align: center;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .cta .right {
    margin-right: 0;
    width: 100%;
  }
}

.line-up .text-box {
  max-width: 1200px;
  background-image: url("../images/lp-camera/line-up-bg-pc.png");
  background-repeat: no-repeat;
  background-size: 50%;
  margin: 80px auto 0;
  padding: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .line-up .text-box {
    background-image: url("../images/lp-camera/line-up-bg-sp.png");
    background-size: 90%;
    padding: 14px 0 0;
  }
}
.line-up h2 {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .line-up h2 {
    margin-bottom: 10px;
  }
}
.line-up p {
  margin: 0 0 80px;
}
@media screen and (max-width: 768px) {
  .line-up p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 48px;
  }
}
.line-up01 {
  margin: 0 0 80px auto;
}
@media screen and (max-width: 768px) {
  .line-up01 {
    margin: 0 0 48px;
  }
}

@media screen and (max-width: 768px) {
  .line-up02 {
    margin: 0 0 48px;
  }
}

.accessory {
  background: #F9F9F9;
  margin: -24px 0 80px;
  padding: 0 0 80px;
}
@media screen and (max-width: 768px) {
  .accessory {
    margin: 0 0 48px;
    padding: 0 0 32px;
  }
}
.accessory .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .accessory .inner {
    padding: 64px 20px 48px;
  }
}
.accessory .inner p {
  margin: 0 0 48px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .accessory .inner p {
    font-size: 14px;
    margin: 0 0 32px;
  }
}
.accessory h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .accessory h3 {
    font-size: 18px;
    text-align: center;
  }
}
.accessory ul {
  display: flex;
  gap: 30px;
  margin: 0 16px;
}
@media screen and (max-width: 768px) {
  .accessory ul {
    flex-direction: column;
    align-items: center;
    margin: 0;
  }
  .accessory ul.pc {
    display: none;
  }
}
.accessory p {
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .accessory p {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 24px;
  }
}
.accessory .btn {
  margin: 0;
}
.accessory .btn a {
  color: #fff;
}
.accessory .accessory-btn {
  padding: 0 24px;
}
.accessory .accessory-btn .cta-btn a {
  font-size: 14px;
  text-align: center;
}
.scene {
  margin: 0 0 64px;
}
@media screen and (max-width: 768px) {
  .scene {
    margin: 0 0 16px;
  }
}
.scene h3 {
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .scene h3 {
    font-size: 18px;
    margin: 0 0 24px;
    padding-top: 24px;
    font-weight: 300;
  }
}
.scene h3 span {
  color: #E60012;
  font-weight: 600;
  font-size: 40px;
}
.scene .number {
  font-family: Roboto;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .scene .number {
    font-size: 40px;
  }
}

.movie {
  margin: 0 auto 80px;
  max-width: 1200px;
  background-image: url("../images/lp-camera/movie-bg-pc.png");
  background-repeat: no-repeat;
  background-size: 25%;
}
@media screen and (max-width: 768px) {
  .movie {
    background-image: url("../images/lp-camera/movie-bg-sp.png");
    background-size: 40%;
    padding: 0 24px;
    margin: 0 auto 48px;
  }
}
.movie h3 {
  font-size: 24px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .movie h3 {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8;
    margin: 0 0 40px;
    padding: 24px 0 0;
    text-align: center;
  }
}
.movie h3 span {
  color: #E60012;
  font-weight: 600;
  font-size: 40px;
}

.support {
  background: linear-gradient(180deg, #fff 0%, #fff 45%, #f7f7f7 45%, #f7f7f7 100%);
}
.support h3 {
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .support h3 {
    font-size: 18px;
    margin: 0 0 24px;
    text-align: center;
  }
}
.support .inner {
  max-width: 1248px;
  margin: 0 auto;
}
.support ul {
  display: flex;
  gap: 40px;
  padding: 0 24px 64px;
}
@media screen and (max-width: 768px) {
  .support ul {
    flex-wrap: wrap;
    gap: 7px;
    justify-content: center;
    padding: 0 18px 64px;
  }
  .support ul.pc {
    display: none;
  }
}
.support p {
  margin: 0 0 80px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .support p {
    font-size: 14px;
    margin-bottom: 24px;
  }
}
.support li {
  background-color: #fff;
  box-shadow: 0px 2px 16px 0px rgba(217, 217, 217, 0.4);
  padding: 48px 24px 32px;
  max-width: 270px;
  min-height: 330px;
  flex: 1;
  font-size: 0.9vw;
  display: flex;
  gap: 8px;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .support li {
    flex: 0 0 calc(50% - 3.5px);
    padding: 40px 18px 24px;
    min-height: 227px;
  }
}
.support li img {
  margin: 0 auto;
}
.support li .title {
  font-size: 16px;
  font-weight: 300;
  color: #115106;
}
@media screen and (max-width: 768px) {
  .support li .title {
    font-size: 14px;
  }
}
.support li .text {
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  min-height: 126px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .support li .text {
    font-size: 12px;
    min-height: 97px;
  }
}
.support li a {
  color: #E60012;
  text-decoration: underline;
}

.flow {
  max-width: 1200px;
  margin: 160px auto 100px;
}
@media screen and (max-width: 768px) {
  .flow {
    margin: 96px auto 80px;
  }
}
.flow h2 {
  margin: 0 0 28px;
}
@media screen and (max-width: 768px) {
  .flow h2 {
    margin: 0 0 16px;
  }
}
.flow p {
  margin: 0 0 80px;
}
@media screen and (max-width: 768px) {
  .flow p {
    margin: 0 0 40px;
    font-size: 14px;
    font-weight: 300;
  }
}
.flow img {
  margin: 0 0 48px;
  padding: 0 16px;
}
@media screen and (max-width: 768px) {
  .flow img {
    margin: 0 0 8px;
  }
}
.flow .note {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .flow .note {
    font-size: 14px;
    padding: 0 20px;
  }
}

.voice {
  background: #f9f9f9;
}
@media screen and (max-width: 768px) {
  .voice {
    background: #fff;
  }
}
.voice .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 160px 0 100px;
}
@media screen and (max-width: 768px) {
  .voice .inner {
    padding: 20px 0 0;
  }
}
.voice h2 {
  margin: 0 0 28px;
}
@media screen and (max-width: 768px) {
  .voice h2 {
    margin: 0 0 16px;
  }
}
.voice p {
  margin: 0 0 80px;
  line-height: 1.8;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .voice p {
    font-size: 14px;
    margin: 0 0 8px;
  }
}
.voice img {
  padding: 0 16px 48px;
}
@media screen and (max-width: 768px) {
  .voice img {
    padding: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .voice .sp-box {
    background: #f9f9f9;
    padding: 40px 0;
  }
}

.question {
  padding: 160px 0 120px;
}
@media screen and (max-width: 768px) {
  .question {
    padding: 80px 0 80px;
  }
}
.question h2 {
  margin: 0 0 28px;
}
@media screen and (max-width: 768px) {
  .question h2 {
    margin: 0 0 16px;
  }
}
.question p {
  margin: 0 0 64px;
}
@media screen and (max-width: 768px) {
  .question p {
    font-size: 14px;
    font-weight: 300;
  }
}
.question .qa-list {
  max-width: 928px;
  margin: 0 auto;
  text-align: left;
  padding: 0 24px;
}
.question dt {
  padding: 24px 80px 24px 90px;
  background: #fff;
  border: 1px solid #d9d9d9;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.44;
  margin-top: 23px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .question dt {
    padding: 24px 40px 24px 48px;
    font-size: 15px;
  }
}
.question dt:before {
  content: "";
  position: absolute;
  background: url("../images/lp-camera/q-icon.png") no-repeat center top;
  background-size: contain;
  width: 16px;
  height: 18px;
  left: 24px;
  top: 40%;
}
@media screen and (max-width: 768px) {
  .question dt:before {
    left: 16px;
  }
}
.question dt:after {
  position: absolute;
  content: "";
  background-image: url("../images/lp-camera/open-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  right: 20px;
  top: 40%;
}
.question dt.open {
  border-bottom: none;
}
.question dt.open:after {
  background-image: url("../images/lp-camera/close-icon.png");
  height: 2px;
  top: 48%;
}
.question dd {
  padding: 24px 40px 20px 90px;
  border: 1px solid #d9d9d9;
  border-top: none;
  background-color: #fcfcfc;
  position: relative;
  display: none;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .question dd {
    padding: 24px 16px 32px 16px;
  }
}

.form {
  background: #f9f9f9;
  padding: 160px 0 120px;
}
@media screen and (max-width: 768px) {
  .form {
    padding: 100px 0 64px;
  }
}
.form h2 {
  margin: 0 0 28px;
}
@media screen and (max-width: 768px) {
  .form h2 {
    margin: 0 0 16px;
  }
}
.form .form_text {
  font-family: "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  padding: 0 0 48px;
}
@media screen and (max-width: 768px) {
  .form .form_text {
    font-size: 14px;
    padding: 0 0 24px;
  }
}
.form .rule {
  border: 1px solid #e0e0e0;
  padding: 40px 32px;
  text-align: left;
  margin: 0 0 32px;
}
@media screen and (max-width: 768px) {
  .form .rule {
    padding: 32px 20px;
  }
}
.form .rule p {
  font-family: "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  text-align: left;
  color: #115106;
  margin: 0 0 24px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .form .rule p {
    margin: 0 0 8px;
  }
}
.form .rule li {
  font-family: "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  position: relative;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.8;
}
.form .rule li:before {
  content: "・";
}
.form .rule a{
  color: #115106;
  text-decoration: underline;
}
.form-inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 64px 80px 80px;
  background: #fff;
  box-shadow: 0px 8px 24px 0px rgba(212, 220, 212, 0.25);
}
@media screen and (max-width: 768px) {
  .form-inner {
    padding: 64px 24px 48px;
  }
}
.form-inner dl {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  margin: 0 0 40px;
  padding: 0 0 24px;
}
@media screen and (max-width: 768px) {
  .form-inner dl {
    gap: 8px;
    padding: 0 0 18px;
    margin: 0 0 18px;
  }
}
.form-inner dl.textarea {
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .form-inner dl.textarea {
    border: none;
  }
}
.form-inner dt {
  font-weight: 300;
  font-size: 18px;
  flex: 1;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .form-inner dt {
    width: 100%;
  }
}
.form-inner dt span {
  font-size: 12px;
  color: #E60012;
  border: 1px solid #E60012;
  padding: 5px 12px 6px;
  height: 25px;
  line-height: 1;
  font-weight: 600;
}
.form-inner dt span.optional {
  color: #115106;
  border: 1px solid #115106;
}
.form-inner dd {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .form-inner dd {
    width: 100%;
  }
}
.form-inner dd span {
  font-size: 14px;
  color: #999;
  font-weight: 300;
}
.form-inner dd span.error{
  display: block;
  color: #E60012;
}
.form-inner dd span.wpcf7-not-valid-tip {
  color: #E60012;
}
.form-inner select {
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  background-color: #fcfcfc;
  background-image: url("../images/lp-camera/select-icon.png");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: right 16px center;
  color: #999;
  padding: 8px 24px 8px 8px;
  min-height: 56px;
  width: 400px;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 768px) {
  .form-inner select {
    width: 100%;
  }
}
.form-inner select::-ms-expand {
  display: none;
}
.form-inner input {
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  background-color: #fcfcfc;
  min-height: 56px;
  width: 400px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .form-inner input {
    width: 100%;
    max-width: 100%;
  }
}
.form-inner input[type=checkbox] {
  border: 1px solid #c7c7c7;
  background: #fff;
  width: 24px;
  height: 24px;
  min-height: 24px;
  color: #115106;
  padding: 0;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  display: none;
}
.form-inner input[type=submit] {
  background-color: #666;
  background-image: url("../images/lp-camera/arrow.png");
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: right 62px center;
  width: 360px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 6px;
  padding: 32px;
  position: relative;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .form-inner input[type=submit] {
    padding: 24px;
  }
}
.form-inner input[type=submit]:hover {
  filter: brightness(1.2);
  -webkit-filter: brightness(1.2);
  -moz-filter: brightness(1.2);
  -o-filter: brightness(1.2);
  -ms-filter: brightness(1.2);
}
.form-inner textarea {
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  background: #fcfcfc;
  min-height: 200px;
  width: 400px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .form-inner textarea {
    width: 100%;
    max-width: 100%;
  }
}

.policy {
  font-family: "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  align-items: center;
  max-width: 500px;
}
.policy label {
  position: relative;
  padding: 0 50px 32px 0;
  cursor: pointer;
  display: inline-block;
}
.policy label:after {
  position: absolute;
  content: "";
  display: block;
  top: 8px;
  right: 0;
  margin: -9px 0 0 0;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #cfcfcf;
  background: #FFF;
  z-index: 1;
}
.policy label:before {
  position: absolute;
  content: "";
  display: block;
  top: 8px;
  right: 6px;
  margin-top: -10px;
  width: 11px;
  height: 20px;
  border-right: 3px solid #115106;
  border-bottom: 3px solid #115106;
  transform: rotate(45deg);
  opacity: 0;
  z-index: 2;
}
.policy input[type=checkbox]:checked ~ label::before {
  opacity: 1 !important;
}

#terms_of_use:checked ~ input[type=submit] {
  background-color: #E60012;
  cursor: pointer;
  pointer-events: auto;
}

.wpcf7 p {
  display: inline;
}

.sub_title {
  color: #999;
  font-size: 16px;
  position: relative;
  padding: 0 0 32px;
  margin: 0 0 48px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .sub_title {
    font-size: 12px;
    padding: 0 0 24px;
    margin: 0 0 32px;
  }
}
.sub_title:after {
  position: absolute;
  content: "";
  background: #E60012;
  width: 40px;
  height: 1px;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
}

footer {
  text-align: center;
  padding: 50px 0 0;
}
footer .logo {
  margin: 0 0 48px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .logo {
    margin: 0 auto 40px;
    display: flex;
    justify-content: center;
  }
}
footer ul {
  display: flex;
  gap: 48px;
  justify-content: center;
  padding: 0 0 32px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  footer ul {
    font-size: 12px;
  }
}
footer li {
  position: relative;
}
footer li:after {
  position: absolute;
  content: "";
  background-color: #d8d8d8;
  width: 1px;
  height: 10px;
  right: -24px;
  top: 20%;
}
footer li:last-child::after {
  content: none;
}
footer .copyright {
  background: #000;
  color: #fff;
  font-size: 10px;
  padding: 16px 0;
}
.header .tel a:hover{
  opacity: 1;
  color: #333;
}
.form .note{
  color: #E60012;
  font-size: 14px;
  margin:40px 0 0;
}
.line-up01{
  width:1200px;
  max-width: 100%;
  position: relative;
  margin:0 auto 80px;
}
.line-up01 .inner{
  text-align: left;
  margin-right: calc(50% - 50vw);
  padding-left: calc(10vw - 50% + 20px);
  display: flex;
  justify-content: space-between;
  gap:60px;
}
.line-up02{
  width:1200px;
  max-width: 100%;
  position: relative;
  margin:0 auto -32px;
}
.line-up02 .inner{
  text-align: left;
  margin-left: calc(50% - 50vw);
  padding-left: calc(10vw - 50% + 20px);
  display: flex;
  justify-content: space-between;
  gap:60px;
}
.line-up01 .inner .text{
  flex:1;
  padding: 1% 0 1% 8px;
}
.line-up02 .inner .text{
  flex:1;
  padding: 2% 0 0 0;
}
.line-up01 .inner .text img{
  width: 95%;
}
.line-up02 .inner .text img{
  width: 77%;
}
.line-up01 .inner .image,
.line-up02 .inner .image{
  flex:1;
}
.line-up01 .inner .image img,
.line-up02 .inner .image img{
  width:100%;
}

@media screen and (max-width: 1200px) {
  .line-up01 .inner{
    margin-right: initial;
    padding-left: initial;
  }
}
@media screen and (max-width: 768px) {
  .accessory .cta-btn{
    margin:0 24px;
  }
  .line-up02{
    margin-bottom: 48px;
  }
}

.line-up-banner{
  display: block;
  margin-top: 10px;
}

.line-up-banner.sp{
  display: none;
}

@media screen and (max-width: 767px) {
  .line-up-banner.pc{
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .line-up-banner.sp{
    display: block;
    margin: 10px 20px 0;
  }
}

.page-template-temp-lp-camera-en{
  word-break: normal;
}

.page-template-temp-lp-camera-en .header .mail a{
  height: 90px;
}

.page-template-temp-lp-camera-en h1{
  margin-left: 0;
  white-space: normal;
  font-size: 30px;
}

.page-template-temp-lp-camera-en h1 span{
  font-size: 28px;
}

.page-template-temp-lp-camera-en .contact-btn a{
  padding: 21px 48px 21px 32px;
}

.page-template-temp-lp-camera-en .cta-btn a{
  white-space: normal;
  padding: 27px 56px 27px 48px;
}

.page-template-temp-lp-camera-en .problem p{
  padding: 0 24px;
}

@media screen and (max-width: 550px) {
  .page-template-temp-lp-camera-en .cta-btn a{
    padding-left: 27px;
  }
  .page-template-temp-lp-camera-en .flow p,
  .page-template-temp-lp-camera-en .accessory p,
  .page-template-temp-lp-camera-en .line-up p,
  .scene h3,
  .support p,
  .voice p,
  .question p,
  .form .form_text{
    padding: 0 24px;
  }
}
@media screen and (max-width: 374px) {
  .page-template-temp-lp-camera-en .cta-btn a{
    padding-right: 27px;
  }
}

.logged-in .wrap{
  margin-top: 0 !important;
}

.page-template-temp-lp-camera-en .cta .faq a:after{
  right: 44px;
  top: 33%;
}
@media screen and (max-width: 768px) {
  .page-template-temp-lp-camera-en .cta .faq a{
    display: inline-block;
    position: relative;
  }

  .page-template-temp-lp-camera-en .cta .faq a:after{
    right: -16px;
  }
}
@media screen and (max-width: 326px) {
  .page-template-temp-lp-camera-en .cta .faq a:after{
    right: -10px;
  }
}

.page-template-temp-lp-camera-en .bfb-cta-left a{
  height: 73px;
  display: block;
}