@font-face {
  font-family: "Zen Kaku Gothic Antique";
　font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  src:
    url("fonts/ZenKakuGothicAntique-Medium.woff") format("woff"),
    url("fonts/ZenKakuGothicAntique-Medium.ttf") format("ttf"),
  display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic Antique";
　font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src:
    url("fonts/ZenKakuGothicAntique-Bold.woff") format("woff"),
    url("fonts/ZenKakuGothicAntique-Bold.ttf") format("ttf"),
  display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic Antique";
　font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  src:
    url("fonts/ZenKakuGothicAntique-Black.woff") format("woff"),
    url("fonts/ZenKakuGothicAntique-Black.ttf") format("ttf"),
  display: swap;
}

.row::before,.row::after {
      display: none;
  }

body {
    font-size: 20px;
    line-height: 1.8;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    color: #000000;
    font-weight: 500;
	background: #00062a;
	position: relative;
	letter-spacing: 1px;
	font-feature-settings: 'palt' 1;
  	-webkit-text-size-adjust: 100%;
}
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000;
 text-decoration: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}
a:hover, a:focus, a:active {
  outline: none;
  text-decoration: none;
	color: #000;
}
img{
max-width:100%;
vertical-align: bottom;
height: auto;
}

.row-10 {
    margin-left:-5px;
    margin-right:-5px;
}	
.row-10>div {
    padding-right:5px;
    padding-left:5px;
}

*:focus {
  outline: none;
}
a , button{
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}
a:hover{
	text-decoration:none;
}

.sp{
	display:none;
}
a[href^="tel:"] {
    pointer-events: none;
}


/*モーション*/
.fadeup {
	opacity: 0;
	transform: translate(0, 50px);
	transition: opacity 0.75s linear,
		transform 2.5s cubic-bezier(0.19, 1, 0.22, 1),
		-webkit-transform 2.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.fadeup.scrollin{
    opacity: 1;
    transform: translate(0, 0);
}

.fadeIn{
animation-name:fadeInAnime;
animation-duration:2.0s;
animation-delay: 0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  transform: translateY(-50px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/*トップページ-------------------------------*/
/*ヘッダー*/

/*メインビジュアル*/
header {
 	width: 100%;
  margin: 0;
  padding: 0 0 200px;
  position: relative;
  overflow: hidden;
}
header::before {
    content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffde00;
  transform: skewY(-6deg) translateY(-120px);
  z-index: -1;
}

.header-wrap {
  position: relative;
  width: 100%;
	padding-top: 80px;
}

h1 {
	text-align: center;
}
h1 img {
  width: 85%;
	max-width: 1278px;
}
.logo {
  position: absolute;
  top: 20px;
  left: 0;
}
.header-camera {
  position: absolute;
  top: 0;
  right: 0;
}
.header-toptxt {
  font-size: 50px;
  font-weight: 900;
  letter-spacing: -1px;
  text-align: center;
}
.header-toptxt img {
  vertical-align: middle;
}
.header-toptxt img.midashi-left {
  margin-right: 10px;
}
.header-toptxt img.midashi-right {
  margin-left: 10px;
}
h1 {
  margin-top: 120px;
}
.header-bottom {
  margin-top: -120px;
  margin-right: -60px;
}




/*共通*/
.inner {
    padding: 80px 0 80px;
}
.inner-bottom{
	padding: 0 0 80px;
}
.cl-white {
  color: #fff !important;
}
.cl-blue {
  color: #003b72 !important;
}
.w100{
	width:100% !important;
}
ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
.f-size20{
	font-size: 2rem;
  line-height: 2.5;
	letter-spacing: 3px;
}
.f-size26{
	font-size: 26px;
	font-weight: 600;
}



/*ボタン*/
.mail a {
  display: inline-block;
  background: #0071bc;
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  padding: 0 50px;
  border: 3px solid #00062a;
  border-radius: 100px;
}
.mail a:hover{
	background: #fccb3f;
  color: #00062a;
}
input.submit-btn{
	width: 230px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	background: #fff;
	color: #000;
	border: 1px solid #000;
}
input.submit-btn:hover{
	background:#000;
	color: #fff;
}





/*トップページ*/
section.indexbox01 {
  color: #fff;
	margin-top: -50px;
}
h2.simple-h2 {
  color: #fff;
  text-align: right;
  font-size: 60px;
  letter-spacing: -1.5px;
  transform: scale(0.8, 1);
  font-weight: 600;
  transform-origin: top right;
  margin-bottom: 40px;
}
h2.simple-h2 .big {
  font-size: 90px;
  display: block;
  line-height: 1;
transform: scale(1, 1);
	font-weight: 900;
}

.feature-wrap {
  border: 3px solid #ffde00;
	padding-bottom: 30px;
  padding-right: 20px;
}
dl.feature {
  display: flex;
	gap: 10px;
	margin-bottom: 0;
}
dl.feature dt {
  color: #ffde00;
  font-size: 57px;
  line-height: 1;
  margin-top: -15px;
  letter-spacing: -2px;
  text-align: center;
  transform: scale(0.8, 1);
  transform-origin: top left;
}
dl.feature dd{
	margin-bottom: 0;
}
dl.feature dt span {
  font-size: 150px;
  font-weight: 900;
  display: block;
	transform: scale(1.2, 1);
	line-height: 0.8;
}

h3.feature-h3 {
  font-size: 68px;
  font-weight: 900;
  margin-top: 20px;
  margin-bottom: 20px;
}
figure {
  margin: 0;
}
section.contact-box {
  background: #fff;
  text-align: center;
}
.contact-midashi {
  font-size: 50px;
  font-weight: 600;
}
.contact-midashi img {
  vertical-align: middle;
}
.contact-midashi img.midashi-left {
  margin-right: 10px;
}
.contact-midashi img.midashi-right {
  margin-left: 10px;
}
section.indexbox02 {
  background: #ffde00;
}
h2.maru-h2 {
  background: #fff;
  font-size: 60px;
  font-weight: 900;
  display: inline-block;
  padding: 0 60px;
  border: 3px solid #000;
  border-radius: 60px;
}

.why-wrap {
  background: #fff;
  border: 3px solid #000;
  border-radius: 8px;
  text-align: center;
  padding: 60px 10px 30px;
	max-width: 1000px;
  margin: -40px auto 0;
}
ul.yubi  {
	display: inline-block;
  text-align: left;	
}
ul.yubi li {
  background: url("img/yubi.png") left center no-repeat;
  display: inline-block;
  padding: 18px 10px 18px 80px;
}
section.indexbox03 {
  background: #fff;
}
dl.flow {
  display: flex;
  gap: 30px;
  padding-bottom: 60px;
  position: relative;
  margin: 0;
}
dl.flow::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background: #000;
  top: 30px;
  left: 180px;
	z-index: 0;
}
dl.flow:last-of-type::before {
	height: 80%;
}


dl.flow dt {
  width: 300px;
  flex-shrink: 0;
	z-index: 2;
}
h3.flow-h3 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
	margin-top: 20px;
}

section.indexbox04 {
  background: #0071bc;
	color: #fff;
}
h2.price-h2 {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  background: #fff;
  padding: 7px;
	color: #000;
}
.price-wrap {
  display: flex;
  align-items: center;
	justify-content: center;
}
.price {
  font-size: 130px;
  font-weight: 900;
  line-height: 1;
  transform: scale(1.2, 1);
  transform-origin: top left;
	padding: 0 80px 0 40px;
}
.price-en {
  font-size: 40px;
  line-height: 1.1;
	font-weight: 900;
}
.price-en span {
  font-size: 56px;
}
.price-tuki {
  font-size: 52px;
  font-weight: 900;
  line-height: 1;
	width: 1rem;
  flex-shrink: 0;
}
section.contact-form {
  background: #f2f2f2;
}
.inbox {
	background: #fff;
  overflow: auto;
  height: 150px;
  border: 1px solid #ccc;
  padding: 20px;
	font-size: 14px;
	line-height: 1.4;
	max-width: 1000px;
	margin:0 auto;
}
h3.contact-h3 {
  font-size: 22px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 15px;
}
.inbox h4 {
  font-size: 16px;
  font-weight: 600;
}


/*フッター*/
footer {
  padding: 40px 0;
  color: #fff;
}
.footer-company a {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}
.footer-company a svg {
  color: #ffde00;
  margin-left: 10px;
}
.copyright {
  font-size: 15px;
}
.sp-bottom{
	display:none;
}



/*ページトップへ*/
#page-top {
    position: fixed;
    bottom: 30px;
    right: 10px;
    font-size: 200%;
    z-index: 200;
	padding: 0;
	margin: 0;
}
#page-top a, #page-top a:focus, #page-top a:active, #page-top a:visited {
  background: #0071bc;
  text-decoration: none;
  color: #fff;
  width: 50px;
  padding: 0;
  text-align: center;
  display: block;
  height: 50px;
  line-height: 45px;
  border-radius: 50px;
  opacity: 1;
  letter-spacing: 0;
  border: 2px solid #fff;
  font-size: 20px;
}
#page-top a:hover {
    text-decoration: none;
	opacity: 1;
}















/*お問い合わせ*/

dl.contact {
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
	margin-bottom: 20px;
}
dl.contact dt {
  width: 360px;
  font-weight: normal;
	flex-shrink: 0;
}
dl.contact dd {
  margin-bottom: 0;
  margin-left: 0;
  width: 100%;
}
.cl-red {
 color: #e50012;
}
input[type="text"],input[type="tel"],input[type="email"], select, textarea{
	width: 100%;
	border: 1px solid #a7a9ac;
	border-radius: 8px;
	padding: 5px 10px;
	background: #fff;
}
label {
  margin-bottom: 0;
}

textarea {
  height: 13rem;
}
input[type="checkbox"] {
  margin-right: 10px;
  margin-top: 20px;
}
.submit-btn {
  display: inline-block;
  background: #0071bc;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  padding: 0 80px;
  border: 3px solid #00062a;
  border-radius: 100px;
}
.submit-btn:hover {
  background: #fccb3f;
  color: #00062a;
}

.mag {
  background: #fff;
  margin-top: 20px;
  color: red;
  border: 1px solid red;
  border-radius: 8px;
	text-align: center;
}


@media (max-width: 1399px) {
	.header-wrap {
	  padding-top: 60px;
	}
	h3.feature-h3 {
		font-size: 58px;
	}
	
}


@media (max-width: 1199px) {
	.header-toptxt {
		font-size: 40px;
	}
	h1 {
	  margin-top: 130px;
	}
	 h3.feature-h3 {
		font-size: 46px;
	  }
	.feature-wrap img {
	  max-height: 200px;
	  width: auto;
	}
	.point-wrap p {
	  line-height: 1.4;
	}

	
	
	
}


@media (max-width: 991px) {
	body{
		font-size:18px;
	}
	.header-camera img {
	  width: 280px;
	  height: auto;
	}
	.logo img {
	  width: 120px;
	  height: auto;
	}
	 .header-toptxt {
    font-size: 30px;
  }
	.header-toptxt img {
	  height: 38px;
	  width: auto;
	}
	.header-toptxt img.midashi-left {
	  margin-right: 5px;
	}
	.header-toptxt img.midashi-right {
	  margin-right: 5px;
	}
	.header-bottom {
		margin-top: -90px;
	}
	header {
		padding: 0 0 180px;
	}
	h2.simple-h2 {
		font-size: 50px;
	}
	h2.simple-h2 .big {
		font-size: 70px;
	}
	dl.feature {
		display: block;
	}
	dl.feature dt {
	  font-size: 40px;
	  margin-top: -10px;
	  transform-origin: top center;
	}
	dl.feature dt span {
		font-size: 90px;
	}
	h3.feature-h3 {
    font-size: 40px;
    text-align: center;
  }
	.feature-wrap {
	  padding: 0 15px 20px 15px;
	}
	.contact-midashi {
		font-size: 36px;
	}
	.contact-midashi img {
	  height: 45px;
	  width: auto;
	}
	.mail a {
		font-size: 38px;
	}
	h2.maru-h2 {
  		font-size: 40px;
		padding: 0 40px;
	}
	.why-wrap {
		padding: 40px 10px 20px;
	}
	dl.flow {
		gap: 20px;
		padding-bottom: 20px;
	}
	dl.flow dt {
		width: 200px;
	}
	dl.flow::before {
		left: 120px;
	}
	h3.flow-h3 {
		font-size: 26px;
		margin-top: 0;
		margin-bottom: 10px;
	}
	dl.flow p {
	  line-height: 1.5;
	  font-size: 18px;
	}
	dl.flow:last-of-type::before {
	  height: 50%;
	}
	h2.price-h2 {
		font-size: 30px;
	}
	.price {
		font-size: 90px;
		padding: 0 60px 0 30px;
	}
	.price-en {
		font-size: 26px;
	}
	.price-en span {
	  font-size: 40px;
	}
	.price-tuki {
		font-size: 40px;
	}
	h3.contact-h3 {
		font-size: 20px;
	}
	.footer-company a {
		font-size: 22px;
	}
	
	dl.contact {
		display: block;
	}
	dl.contact dt {
		width: 100%;
	}
	
}

/*--------------------------------------------
スマホ
-----------------------------------------------*/
@media (max-width: 767px) {	
	.pc{
		display:none !important;
	}
	.sp{
		display:block;
	}
	a[href^="tel:"] {
		pointer-events: none;
	}


	
/*共通*/
	.inner {
		padding: 45px 0 45px;
	}
	.inner-bottom {
  padding: 0 0 45px;
}
	
/*メインビジュアル*/
	 .header-camera img {
		 width: 200px;
	}
	.header-toptxt {
    font-size: 26px;
  }
	 .header-wrap {
    padding-top: 170px;
  }
	h1 {
    margin-top: 20px;
  }
	.header-bottom {
    margin-top: -60px;
    margin-right: -40px;
  }
h3.feature-h3 {
	font-size: 32px;
	}	
	  .feature-wrap img {
		  max-height: 150px;
	}
	.point-img {
	  width: 80px;
	  flex-shrink: 0;
	}
	  .contact-midashi {
    font-size: 30px;
  }
	.f-size26 {
	  font-size: 20px;
	  line-height: 1.5;
	}
	.mail a {
    font-size: 30px;
  }
	ul.yubi li {
  padding: 15px 0 15px 60px;
  background-size: 50px;
  line-height: 1.5;
}
	dl.flow dt {
    width: 140px;
  }
	dl.flow::before {
    left: 80px;
  }
	 dl.flow p {
    font-size: 16px;
  }
	h3.flow-h3 {
		font-size: 22px;
	}
	dl.flow:last-of-type::before {
    height: 20%;
  }
	section.indexbox04 img {
  width: 280px;
  margin-bottom: 30px;
}
	.footer-logo img {
  width: 120px;
}
	footer {
		padding: 40px 0 5px;
	}
	.copyright {
  font-size: 13px;
}
	
}


@media (max-width: 575px) {	
	body{
		font-size:16px;
	}
 .header-toptxt {
    font-size: 24px;
  }
	 .header-toptxt img {
		 height: 30px;
	}
	 .header-toptxt img.midashi-left {
    margin-right: 0px;
  }
	 .header-toptxt img.midashi-right {
    margin-left: 0px;
  }
	h1 img {
		width: 95%;
	}
	.header-bottom {
    margin-top: -35px;
    margin-right: -25px;
  }
	 header {
    padding: 0 0 160px;
  }
	 h2.simple-h2 {
    font-size: 30px;
		 margin-bottom: 10px;
  }
h2.simple-h2 .big {
    font-size: 50px;
  }
	dl.feature dt {
    font-size: 26px;
		margin-top: -7px;
	}
	 dl.feature dt span {
    font-size: 60px;
  }
	h3.feature-h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }
	.feature-wrap img {
    max-height: 120px;
  }
	.point-img img {
  transform: rotate(90deg);
  margin-bottom: 10px;
		width: 80px;
}
	.point-img {
		width: 100%;
	}
	 .contact-midashi {
    font-size: 22px;
  }
	.contact-midashi img {
		height: 30px;
	}
	.contact-midashi img.midashi-left {
  margin-right: 5px;
}
	.contact-midashi img.midashi-right {
  margin-left: 5px;
}
	.f-size26 {
		font-size: 18px;
	}
	 .mail a {
    font-size: 26px;
  }
	 h2.maru-h2 {
    font-size: 26px;
    padding: 0 20px;
  }
	 .why-wrap {
    padding: 20px 10px 10px;
    margin: -30px auto 0;
  }
	 dl.flow dt {
    width: 100px;
  }
	 dl.flow::before {
    left: 60px;
  }
	 dl.flow {
		 gap: 10px;
	}
	 dl.flow p {
    font-size: 14px;
  }
	h3.flow-h3 {
    font-size: 20px;
  }
	 section.indexbox04 img {
    width: 160px;
    margin-bottom: 20px;
  }
	 h2.price-h2 {
    font-size: 22px;
  }
	 .price {
    font-size: 60px;
    padding: 0 40px 0 20px;
  }
	.price-en {
    font-size: 20px;
  }
	 .price-en span {
    font-size: 30px;
  }
	.price-tuki {
    font-size: 28px;
  }
	 h3.contact-h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
	
	

}






