@charset "UTF-8";
/*==================================================
                20250107
==================================================*/
html { scroll-behavior: smooth;}
.coupon{
    text-align: center;
    color: #d33232;
    border-top: 1.5px #d33232 dashed;
    font-size: 3rem;
    border-bottom: 1.5px #d33232 dashed;
    padding: 15px 50px;
    width: fit-content;
    margin: 0 auto 30px auto;
    line-height: 1.5;
    font-weight: 700;
}
.del{
  position: relative;
	text-decoration: none;
}
.del::before,
.del::after {
  position: absolute;
  content: "";
  display: block;
  transform: rotate(0);
  background-color: #d33232;
  width: 100%;
  height: 2px;
  left: 0;
}
.del::before {
  top: 50%;
}
.del::after {
  top: 0%;
}
.phone_coupon_price{
	color: #d33232;
	text-align: center;
}
.coupon_code{
	text-align: center;
	padding-top: 20px;
}
.coupon_code p{
	font-size: 1.5rem;
	margin-bottom: 20px;
}
.coupon_code h3{
	font-size: 5rem;
	font-weight: 700;
	margin-bottom: 15px;
}
.coupon_code .annotation{
	font-size: 12px;
}
@media screen and (max-width:992px) {
	.coupon{
		font-size: 4vw;
	}
}
@media screen and (max-width:768px) {
	.coupon{
		font-size: 5vw;
		padding: 15px 20px;
	}
	.coupon_code h3{
	font-size: 10vw;
	}
}
@media screen and (max-width:768px) {
.coupon_code .annotation {
    font-size: 10px;
}
}
/*==================================================
                 tenplate
==================================================*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin-top: 0px !important;
  font-feature-settings: "palt";
  color: #1a1311;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 50px;
  font-weight: 500;
  line-height: 1.5;
}

h1,
.h1 {
  font-size: 2.5rem
}

h2,
.h2 {
  font-size: 2rem
}

h3,
.h3 {
  font-size: 1.75rem
}

h4,
.h4 {
  font-size: 1.5rem
}

h5,
.h5 {
  font-size: 1.25rem
}

h6,
.h6 {
  font-size: 1rem
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media(min-width:768px) {
  .container {
    max-width: 720px
  }
}

@media(min-width:992px) {
  .container {
    max-width: 960px
  }
}

@media(min-width:1200px) {
  .container {
    max-width: 1140px
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

@media(min-width:769px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

}

@media(min-width:992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

}

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

.benefits_contents p span {
  font-size: 10px;
}

/* CSS Document */
* {
  margin: 0px;
  padding: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 1px;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a:hover {
  text-decoration: none !important;
}

p {
  line-height: 1.8;
  font-size: 16px;
}

li {
  line-height: 1.8;
}

main {
  width: 100%;
  margin: 0 auto;
}

/*==================================================
                   共通
==================================================*/
.n_768 {
  display: block;
}

.b_768 {
  display: none;
}

.n_480 {
  display: block;
}

.b_480 {
  display: none;
}

.n_992 {
  display: block;
}

.b_992 {
  display: none;
}

.text_center {
  text-align: center;
}

section {
  margin-top: -1px;
  position: relative;
}
.section {
  padding: 100px 0;
}

.bg_checkers {
  background-color: #fff;
  background-image: linear-gradient(-90deg, #DCDCDC 5%, transparent 5%), linear-gradient(#DCDCDC 5%, transparent 5%);
  background-size: 12px 12px;
}

.annotation {
  font-size: 10px;
  margin-bottom: 20px;
}


/*==================================================
                   header
==================================================*/
header {
  width: 100%;
  padding: 20px 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9;
}
header img {
  width: 300px;
}
/*==================================================
                  fv
==================================================*/
.fv{
	background-size: cover;
}
.fv .container .row{
	display: flex;
	flex-flow: row;
}
.fv_contents{
	display: flex;
	flex-flow: row;
}
.fv_text{
	background: url("../img/fv_text.webp")no-repeat center top;
	background-size: contain;	
	text-align: center;
	padding: 20px;
    line-height: 1.4;
    font-weight: 700;
}
.fv_text span{
	font-size: 10px;
	font-weight: 500;
}
.fv_slash{
	transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    font-size: 2rem;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 10px;
}
.fv_item{
	padding: 10px;
	width: 33.3333%
}
.fv_item .inner{
	background: #fff;
	border-radius: 10px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
	padding: 10px 5px;
	text-align: center;
}
.fv_item .inner img{
	width: 50px;
}
.fv_item .inner p{
	line-height: 1.5;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
	font-weight: 700;
	font-size: 14px;
}
.fv_h1{
	text-align: right;
    line-height: 20px;
    margin-bottom: 40px;
	font-weight: 700;
}
.fv_h1 span{
	display: flex;
    flex-flow: row;
    line-height: 1;
	justify-content: flex-end;
	align-items: center;
}
.fv_h1 img{
	width: 400px;
}
.fv_r p img{
	width: 60px;
	margin-right: 20px;
}
.fv_r p{
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	margin-bottom: 20px;
	font-weight:700;
}
.fv_l{
	max-width:450px;
	width: 100%;
	padding: 15px;
}
.fv_r{
	width: calc(100% - 450px);
	padding: 15px;
}
.fv_battery{
	margin-bottom: 10px;
}
.fv_battery img{
	max-width: 450px;
	width: 100%;
}
.fv_r{
	text-align: center;
}
.fv_r img{
	max-width: 550px;
	width: 100%;
}

.annotation_section{
	padding: 20px;
}
.annotation_section p{
	margin: 0 0 0 auto;
	width: fit-content;
}
/*==================================================
               about
==================================================*/
.about{
padding: 80px 0;
	text-align: center;
}
.cv_btn {
  display: inline-block;
  width: 650px;
  text-align: center;
  text-decoration: none;
  color: #fff;
 background: linear-gradient(#2190ea, #00329c);
	border-radius: 15px;
	padding: 35px 20px;
 transition: .3s;
}
.cv_btn a {
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #fff;
  position: relative;
}
.cv_btn a::before {
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
  bottom: 0;
  content: "";
  height: 15px;
  width: 15px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  transform: rotate(45deg);
  transition: right .3s;
}
.cv_btn a:hover::before {
  right: 10px;
}
.cv_btn:hover{
transform: translateY(4px);
}
.cv_btn .btn_obi{
	background: #fff;
	color: #1967D2;
	font-weight: 700;
	text-align: center;
	padding: 0px 10px;
	border-radius: 20px;
	margin-bottom: 10px;
	width: 80%;
	margin: 0 auto 10px auto;
	font-size: 16px;
}
.cv_btn .btn_obi span{
	font-size: 22px;
}
.cv_btn .btn_p{
font-size: 1.8rem;
    letter-spacing: 4px;
    font-weight: 700;
}
.about_h2{
	margin-top: 150px;
 position: relative;
	margin-bottom: 30px;
}
.about_h2:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -80px;
  display: inline-block;
  width: 60px;
  height: 3px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}
.about_h2 img{
	width: 100px;
}
.about_h2 h2{
	margin-top: 30px;
	font-size: 2.5rem;
}
.about_h2 h2 img{
	width: 60px;
	margin-right: 15px;
}
.about_h2 h2 span{
	font-size: 1.5rem;
}
.about_contents{
	width: 33.33%;
	padding: 20px;
}
.about_contents img{
	border-radius: 20px;
	margin-bottom: 20px;
}
.about_num{
	background: url("../img/num_bg.webp")no-repeat center;
	background-size: contain;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
	padding: 10px;
	font-weight: 700;
	margin-bottom: 15px;
}
.about_contents h3{
	font-size: 1.2rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}
.about_contents p{
	text-align: left;
}

/*==================================================
               lineup
==================================================*/
.lineup{
	padding: 100px 0;
	background: #F5F3F5;
}
.lineup_h2{
	margin-bottom: 60px;
}
.lineup_h2 h2{
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;
}
.rainbow_line{
  height: 5px;
  width: 60px;
	margin: 0 auto;
  background-image: linear-gradient(90deg, rgba(255, 97, 97, 1), rgba(233, 178, 45, 1) 20%, rgba(192, 202, 75, 1) 34%, rgba(53, 179, 56, 1) 58%, rgba(86, 110, 243, 1) 79%, rgba(154, 39, 238, 1));
}
.lineup .row{
	justify-content: center;
}
.lineup_contents{
	width: 33.33%;
	padding: 30px;
}
.lineup_contents .inner{
	background: #fff;
	border-radius: 20px;
	padding: 35px;
	text-align: center;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
.lineup_contents figure{
	margin-bottom: 20px;
}
.lineup_btn {
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #000;
 background: #fff;
	border-radius: 10px;
	padding: 8px 20px;
 transition: .3s;
	border: #000 solid 2px;
font-size: 1.3rem;
}
.lineup_btn a {
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #000;
  position: relative;
}
.lineup_btn a::before {
  border-right: 3px solid #000;
  border-top: 3px solid #000;
  bottom: 0;
  content: "";
  height: 10px;
  width: 10px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  transform: rotate(45deg);
  transition: right .3s;
}
.lineup_btn a:hover::before {
  right: 10px;
}
.lineup_btn:hover{
transform: translateY(4px);
}
.phone_type{
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1;
}
.amount span{
	font-size: 2.2rem;
}
.amount{
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 10px;
}
/*==================================================
                     video
==================================================*/
.video{
	background: url("../img/video_bg.webp")no-repeat center;
	background-size: cover;
	padding: 100px 0;
	text-align: center;
}
.video h2{
    color: #fff;
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 2rem;
}
.video_link{
	max-width: 700px;
	width: 100%;
	margin: 40px auto 0 auto;
}
.video_link {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.video_link iframe {
  width: 100%;
  height: 100%;
}
/*==================================================
                     cv
==================================================*/
.cv{
	padding: 100px 0;
	border-bottom: 1px solid #000;
	text-align: center;
}
.cv h2{
	font-weight: 700;
	margin-bottom: 0px;
	font-size: 2rem;
}
.cv h2 span{
	color: #DC2A27;
}
.cv .annotation{
	font-size: 12px;
	margin-bottom: 30px;
}
/*==================================================
                    reason
==================================================*/
.reason{
	padding: 100px 0;
}
.reason_h2{
	text-align: center;
	margin-bottom: 50px;
}
.reason_h2 h2{
	 color: #B6B4B6;
	font-size: 6rem;
	font-weight: 900;
	margin-bottom: 0px;
	line-height: 1.3;
}
.reason_h2 p{
	color: #000;
	font-weight: 700;
	font-size: 2rem;
	margin-bottom: 20px;
}
.reason_h2 .underline{
	display: flex;
	justify-content: center;
}
.reason_h2 .underline .line_red{
	width: 50px;
	height: 5px;
	background: #DC2A27;
	margin: 0 10px;
}
.reason_h2 .underline .line_green{
	width: 50px;
	height: 5px;
	background: #36993D;
	margin: 0 10px;
}
.reason_h2 .underline .line_blue{
	width: 50px;
	height: 5px;
	background: #3570F3;
	margin: 0 10px;
}
.reason_h2 .underline .line_yellow{
	width: 50px;
	height: 5px;
	background: #F5AD00;
	margin: 0 10px;
}
.reason_img{
	padding: 20px;
	max-width: 450px;
	width: 100%;
}
.reason_text{
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
	padding: 20px;
}
.reason_text span{
background: #36993D;
	color: #fff;
	font-size: 3rem;
	padding: 8px;
	margin-right: 10px;
}
.reason_row_01{
	display: flex;
	flex-flow: row;
	align-items: center;
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}
.reason_balloon {
  position: relative;
    padding: 7px 10px;
	max-width: 500px;
	width: 100%;
    color: #555;
    text-align: center;
    font-size: 16px;
    background: #FFF;
    border: solid 2px #F5AD00;
    box-sizing: border-box;
	margin: 20px auto;
}
.reason_balloon:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.reason_balloon:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -16px;
  border: 13px solid transparent;
  border-top: 13px solid #F5AD00;
  z-index: 1;
}
.reason_balloon p {
  margin: 0;
  padding: 0;
	color: #F5AD00;
	font-size: 2rem;
	font-weight: 700;
}
.reason_item{
	padding:20px 20px;
	width: 33.33%;
}
.reason_item .inner{
	background: #F5F3F5;
	padding:40px 20px;
	border-radius: 20px;
	text-align: center;
}
.reason_item .inner img{
	width: 150px;
	margin-bottom: 30px;
}
.reason_item_p{
	background: linear-gradient(transparent 70%, yellow 20%);
      display: inline-block;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 10px;
}
.reason_text_box{
	height: 50px;
    display: flex;
    flex-flow: column;
    width: fit-content;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
/*==================================================
                  metal
==================================================*/
.metal{
	background: url("../img/fv_bg.jpg")no-repeat center;
	background-size: cover;
	text-align: center;
}
.triangle{
  width: 0;
  height: 0;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 50px solid #fff;
	margin: 0 auto;
}
.metal .metal_obi{
	background: #000;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    padding: 15px 100px;
    border-radius: 50px;
    width: fit-content;
    margin: 0 auto 50px auto;
}
.metal .container{
	padding: 100px 20px;
}
.metal figure{
	width: 100%;
	text-align: center;
}
.metal img{
	max-width: 650px;
	width: 100%;
	margin: 0 auto 50px auto;
}
.metal_p{
	color: #000;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
		background: linear-gradient(transparent 70%, white 20%);
      display: inline-block;
	margin-bottom: 10px;

}
/*==================================================
                   trusted
==================================================*/
.trusted{
	padding: 100px 0;
	text-align: center;
}
.trusted_h2{
	text-align: center;
}
.trusted_h2 img{
	width: 80px;
	margin-bottom: 10px;
}
.trusted_h2 h2{
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 2.6rem;
}
.trusted h3{
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 30px;
}
/*==================================================
                   cv02
==================================================*/
.cv_02{
		background: url("../img/fv_bg.jpg")no-repeat center;
	background-size: cover;
	text-align: center;
	padding: 100px 0;
}
.cv_02 h2{
		font-weight: 700;
	margin-bottom: 10px;
	font-size: 2.6rem;
}
.cv_02 .cv_p{
	margin-bottom:20px;
}
/*==================================================
                   footer
==================================================*/
footer {
  text-align: center;
  padding: 60px 10px 20px 10px;
}

footer ul {
  list-style: none;
  display: flex;
  width: fit-content;
  margin: 0 auto 30px auto;
}

footer ul li a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}

footer ul li:hover a {
  color: #7A7A7A;
}

footer ul li {
  padding: 0 20px;
  border-right: 1px solid;
}

footer ul li:last-child {
  border-right: 0;
}

footer p {
  font-size: 14px;
  color: #868686;
}
@media screen and (max-width:1200px) {
.fv_l {
    max-width: 400px;
}
.fv_r {
    width: calc(100% - 400px);
}
.fv_h1 img {
    width: 350px;
}
.fv_text {
    padding: 10px;
    font-size: 14px;
	margin-bottom: 10px;
}
.fv_item .inner {
    padding: 10px 5px;
}
.fv_item .inner p {
    height: 40px;
    font-size: 12px;
}
.fv_item {
    padding: 8px;
}
.fv_h1 {
    margin-bottom: 30px;
}
.fv_slash {
    font-size: 1.5rem;
}
.fv_r img {
    max-width: 450px;
}
.about_contents h3 {
    font-size: 1rem;
}
	.about .row{
		flex-flow: column;
	}
.about_contents {
	max-width: 500px;
    width: 100%;
   margin: 0 auto 50px auto;
}
.about_contents h3 {
        font-size: 1.5rem;
    }
.lineup_contents .inner {
    padding: 25px;
}
.lineup_contents {
    padding: 20px;
}
.reason_item_p {
    font-size: 2vw;
}
.reason_item {
    padding: 20px 15px;
}
}
@media screen and (max-width:992px) {
  .b_992 {
    display: block;
  }
  .n_992 {
    display: none !important;
  }
.fv_l {
    max-width: 100%;
	width: 100%;
	text-align: center;
}
.fv_h1 img {
        width: calc(100% - 50px);
    }
    .fv_h1 {
        font-size: 3rem;
    }
    .fv_text {
        padding: 20px;
        font-size: 1.5rem;
        margin-bottom: 15px;
        width: 100%;
    }
.fv_text span {
    font-size: 14px;
}
    .fv_item .inner p {
        height: 55px;
        font-size: 16px;
    }
.fv_r {
	width: 100%;
	margin-bottom: 20px;
	}
.fv .container .row {
    flex-flow: column;
}
    .fv_r img {
        max-width: 550px;
    }
    .fv_h1 {
        margin-bottom: 20px;
    }
.fv_r p {
    margin-bottom: 10px;
}
    .fv_slash {
        font-size: 2.2rem;
        text-align: left;
    }
  footer ul li a {
    font-size: 16px;
  }

  footer {
    padding: 50px 0 30px 0 !important;
  }
header img {
    width: 250px;
}
.fv_battery img {
    width: 90%;
}
.lineup_contents {
    width: 50%;
}
.reason_row_01 {
    flex-flow: column;
}
.reason_text {
    text-align: center;
}
.reason_row_02 {
    flex-flow: column;
}
.reason_item {
        max-width: 500px;
        width: 100%;
        padding: 15px;
	margin: 0 auto;
    }
.reason_item .inner {
	display: flex;
    flex-flow: row;
    align-items: center;
	padding: 20px 20px;
}
.reason_text_box {
    align-items: flex-start;
}
	.reason_item figue{
		margin-right: 20px;
	}
.reason_item_p {
        font-size: 1.5rem;
    }
.reason_item .inner img {
    margin-bottom: 0px;
}
.reason_item .annotation {
    margin-bottom: 0px;
}
}

@media screen and (max-width:768px) {
  .b_768 {
    display: block;
  }

  .n_768 {
    display: none;
  }
  footer ul {
    flex-flow: column;
  }

  footer ul li {
    border-right: 0;
    margin-bottom: 10px;
  }
.phone_type {
    font-size: 3vw;
}
.amount {
    font-size: 3vw;
}
.amount span {
    font-size: 5vw;
	}
.cv_btn {
    max-width: 650px;
	width: 100%;
}
.cv h2 {
    font-size: 5vw;
}
p {
    font-size: 14px;
}
}

@media screen and (max-width:600px) {
  footer ul {
    flex-flow: column;
    margin-bottom: 10px;
  }
    .fv_text {
        font-size: 3.5vw;
    }
    .fv_h1 {
        font-size: 8vw;
    }
    .fv_slash {
        font-size: 5vw;
    }
    .fv_r {
        margin-bottom: 5px;
    }
.fv_r p img {
    width: 35px;
    margin-right: 10px;
}
.fv_r p {
    font-size: 1.5rem;
    font-weight: 500;
}
header img {
    width: 200px;
}
.cv_btn .btn_p {
    font-size: 4.4vw;
	letter-spacing: 2px;
}
.cv_btn .btn_obi {
    font-size: 3vw;
    line-height: 1.4;
}
.cv_btn .btn_obi span {
    font-size: 4vw;
}
.cv_btn {
    padding: 25px 10px;
}
.cv_btn a::before {
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    content: "";
    height: 12px;
    width: 12px;
    right: 8px;
}
.lineup_btn a {
    font-size: 3vw;
}
.lineup_contents {
        padding: 15px;
    }
    .cv h2 {
        font-size: 4.6vw;
    }
.video h2 {
    font-size: 6vw;
}
.trusted_h2 h2 {
    font-size: 2rem;
}
.cv_02 h2 {
    font-size: 2rem;
}
.metal .metal_obi {
    font-size: 1.5rem;
    padding: 10px 60px;
    margin: 0 auto 40px auto;
	line-height: 1.6;
}
.video {
    padding: 60px 0;
}
.about {
    padding: 50px 0 30px 0;
}
.lineup {
    padding: 60px 0;
}
.cv {
    padding: 60px 0;
}
.trusted {
    padding: 60px 0;
}
	.cv_02{
    padding: 60px 0;
	}
	.metal .container {
    padding: 60px 0;
}
.reason {
    padding: 60px 0;
}
}

@media screen and (max-width:480px) {
  .b_480 {
    display: block;
  }
  .n_480 {
    display: none;
  }
.fv_h1 {
    line-height: 15px;
}
    .fv_item .inner p {
        height: 50px;
        font-size: 3vw;
    }
    .fv_text {
        font-size: 3.5vw;
		padding: 10px;
    }
    .fv_text span {
        font-size: 10px;
    }
header img {
    width: 150px;
}
.lineup_contents {
        padding: 10px;
    }
    .lineup_contents .inner {
        padding: 15px;
    }
.lineup_btn a {
    font-size: 4vw;
}
.lineup_btn a::before {
    right: 0px;
}
.lineup_btn {
    padding:5px 10px 8px 10px;
    font-size: 1.3rem;
}
.reason_h2 h2 {
    font-size: 15vw;
}
.reason_text span {
    font-size: 8vw;
}
.reason_text {
    font-size: 6vw;
    padding: 20px 0;
}
.reason_img {
    padding: 0px;
}
    .reason_item_p {
        font-size: 5vw;
    }
    .reason_item .inner {
        padding: 10px 10px;
    }
.reason_item .inner img {
    width: 120px;
    margin-bottom: 0px;
}
.trusted_h2 h2 {
    font-size: 1.7rem;
	}
.cv_02 h2 {
    font-size: 1.7rem;
}
.metal_p {
    font-size: 6vw;
}
header {
    padding: 15px 15px;
}
.about_h2 h2 img {
    width: 40px;
    margin-right: 10px;
    margin-bottom: 4px;
}
.about_h2 h2 {
    font-size: 2rem;
	margin-bottom: 0px;
}
.about_h2 img {
    width: 70px;
}
.about_h2:before {
    top: -60px;
}
.about_h2 {
    margin-top: 100px;
}
.about_contents h3 {
    font-weight: 700;
}
.lineup_h2 h2 {
    font-size: 2.2rem;
    font-weight: 700;
}
.reason_h2 p {
    font-weight: 700;
    font-size: 1.6rem;
}
.reason_balloon p {
    font-size: 1.6rem;
}
.reason_balloon {
    width: 80%;
}
.reason_item_p {
    font-weight: 700;
}
}
