.c5-about {
  background: url("../images/bg_mv.jpg") no-repeat top center;
  background-attachment: fixed;
  background-size: cover;
  line-height: 1.8;
  position: relative;
}
@media only screen and (max-width: 756px) {
  .c5-about {
    /*background: url("../images/bg_mv_sp.jpg") no-repeat top center;
    background-size: 100%;*/
	position: relative;
    font-size: 14px;
  }
  /*.c5-about::after {
	content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
	height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
	background: url("../images/bg_mv_sp.jpg") no-repeat top center;
    background-size: cover;
	}*/
}
.c5-about img:not(.s5-iconInline) {
  max-width: 100%;
  vertical-align: bottom;
}
.c5-about * {
  box-sizing: border-box;
}
.c5-about p {
  margin-top: 0;
}
.c5-about p:last-child {
  margin-bottom: 0;
}

.c5-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.c5-mv {
  color: #fff;
  padding: 50px 0 70px 0;
  text-align: center;
  position: relative;
  max-width: 100%;
}
@media only screen and (max-width: 756px) {
  .c5-mv {
    padding: 10px 0 70px 0;
  }
}
/*.c5-mv::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 24vw;
	z-index: 0;
	background-image: linear-gradient(180deg, transparent 0 60%, #000 100%);
}*/
.c5-mv_wrap {
	position: relative;
	z-index: 1;
	max-width: 100%;
	margin: 0 auto;
	background: linear-gradient(rgba(0,0,0,0.01),rgba(0,0,0,0.3),rgba(0,0,0,0.48),rgba(0,0,0,0.4),rgba(0,0,0,0.01));
}
.c5-mv_wrap div {
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 40px 50px 40px;
	text-shadow: 1px 1px 2px #999;
}
@media only screen and (max-width: 756px) {
  .c5-mv_wrap div {
    padding: 15px 20px 30px 20px;
  }
}
.c5-mv_logo {
  margin-bottom: 40px;
}
@media only screen and (max-width: 756px) {
  .c5-mv_logo {
    margin-bottom: 30px;
  }
}
.c5-mv_logo img {
  width: 650px;
}
@media only screen and (max-width: 756px) {
  .c5-mv_logo img {
    width: 360px;
  }
}
.c5-mv_ttl {
  font-size: 30px;
  margin-bottom: 40px;
}

.c5-mv_lead {
  line-height: 1.8;
  text-align: center;
  font-size: clamp(18px, 2vw, 20px);
}
@media only screen and (max-width: 756px) {
  .c5-mv_ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .c5-mv_lead {
    text-align: left;
  }
}
.c5-section {
  color: #fff;
  background-color: #000;
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow-x: hidden;
}
@media only screen and (max-width: 756px) {
  .c5-section {
    padding: 60px 40px;
  }
}
.c5-section > * {
  position: relative;
  z-index: 2;
}
.c5-section._sect02 {
  padding-top: 80px;
  background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.5),rgba(0,0,0,0.8),rgba(0,0,0,1));
}
@media only screen and (max-width: 756px) {
  .c5-section._sect02 {
    /*padding-top: 390px;*/
  }
}
/*.c5-section._sect02::before {
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  content: '';
  background: url("../images/bg_section02_new.jpg") no-repeat center bottom;
  background-size: cover;
  width: 100%;
  height: 800px;
}
@media only screen and (max-width: 756px) {
  .c5-section._sect02::before {
    background: url("../images/bg_section02_new_sp.jpg") no-repeat center bottom;
    background-size: cover;
    height: 390px;
  }
}
.c5-section._sect03 {
  padding-top: 580px;
}
@media only screen and (max-width: 756px) {
  .c5-section._sect03 {
    padding-top: 390px;
  }
}
.c5-section._sect03::before {
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  content: '';
  background: url("../images/bg_section03_new.jpg") no-repeat center bottom;
  background-size: cover;
  width: 100%;
  height: 800px;
}
@media only screen and (max-width: 756px) {
  .c5-section._sect03::before {
    background: url("../images/bg_section03_new_sp.jpg") no-repeat center bottom;
    background-size: cover;
    height: 390px;
  }
}
.c5-section._sect04 {
  padding-top: 690px;
}
@media only screen and (max-width: 756px) {
  .c5-section._sect04 {
    padding-top: 390px;
  }
}
.c5-section._sect04::before {
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  content: '';
  background: url("../images/bg_section04_new.jpg") no-repeat center bottom;
  background-size: cover;
  width: 100%;
  height: 800px;
}
@media only screen and (max-width: 756px) {
  .c5-section._sect04::before {
    background: url("../images/bg_section04_new_sp.jpg") no-repeat center bottom;
    background-size: cover;
    height: 390px;
  }
}
.c5-section._sect05 {
  background-color: rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 756px) {
  .c5-section._sect05 {
    position: relative;
  }
  .c5-section._sect05::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/bg_mv_sp.jpg") no-repeat center top;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
  }
}*/
.c5-section._product {
  background-color: #262626;
}

.c5-ttl_sect {
  position: relative;
  text-align: center;
  font-weight: normal;
  font-size: clamp(20px,3vw,30px);
  margin: 0 auto 50px auto;
}
.c5-ttl_sect::after {
  position: absolute;
  display: block;
  content:"";
  width: 354px;
  height: 1px;
  background: rgba(255,255,255,1.00);
  max-width: 354px;
  left: calc(50% - 177px);
  bottom: 0;
}
@media only screen and (max-width: 756px) {
  .c5-ttl_sect {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.c5-ttl_border {
  text-align: center;
  margin-bottom: 50px;
  font-weight: normal;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 756px) {
  .c5-ttl_border {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.c5-ttl_border._sizeL {
  font-size: 26px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 756px) {
  .c5-ttl_border._sizeL {
    font-size: 20px;
  }
}
.c5-ttl_border span {
  display: inline-block;
  border-bottom: 1px solid #9F9F9F;
  padding-bottom: 10px;
}

.c5-ttl_img {
  margin-bottom: 80px;
}
@media only screen and (max-width: 756px) {
  .c5-ttl_img {
    margin-bottom: 50px;
  }
  .c5-ttl_img img {
    height: 28px;
  }
}
.c5-ttl_img + .c5-ttl_border {
  margin-top: 120px;
}
.c5-ttl_img span {
  margin-top: 15px;
  display: inline-block;
  color: #9F9F9F;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 756px) {
  .c5-ttl_img span {
    font-size: 15px;
  }
}

.c5-lead_sect {
  margin-bottom: 70px;
  text-align: center;
}
@media only screen and (max-width: 756px) {
  .c5-lead_sect {
    text-align: left;
    margin-bottom: 40px;
  }
}

.c5-list_feature {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -21px;
  margin-right: -21px;
}
@media only screen and (max-width: 756px) {
  .c5-list_feature {
    display: block;
    margin: 0;
  }
}
.c5-list_feature + .c5-ttl_border {
  margin-top: 120px;
}
@media only screen and (max-width: 756px) {
  .c5-list_feature + .c5-ttl_border {
    margin-top: 80px;
  }
}
.c5-list_feature__img {
  margin-bottom: 20px;
}
@media only screen and (max-width: 756px) {
  .c5-list_feature__img {
    margin-bottom: 15px;
  }
}
.c5-list_feature__ttl {
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
@media only screen and (max-width: 756px) {
  .c5-list_feature__ttl {
    margin-bottom: 5px;
    font-size: 16px;
  }
}
.c5-list_feature__txt {
  font-size: clamp(15px,2vw,16px);
}
.c5-list_feature > div {
  flex: 0 1 calc(100% / 4 - 33px);
}
@media only screen and (max-width: 756px) {
  .c5-list_feature > div {
    margin: 0 0 50px 0;
  }
  .c5-list_feature > div:last-child {
    margin-bottom: 0;
  }
}
.c5-list_feature > div:nth-child(n + 4) {
  /*margin-top: 80px;*/
}
@media only screen and (max-width: 756px) {
  .c5-list_feature > div:nth-child(n + 4) {
    margin-top: 0;
  }
}

.c5-block_series {
  margin-top: 120px;
}
@media only screen and (max-width: 756px) {
  .c5-block_series {
    margin-top: 80px;
  }
}
.c5-block_series._flex {
  justify-content: space-between;
  display: flex;
}
@media only screen and (max-width: 756px) {
  .c5-block_series._flex {
    display: block;
  }
}
@media only screen and (max-width: 756px) {
  .c5-block_series > div {
    margin-top: 80px;
  }
  .c5-block_series > div:first-child {
    margin-top: 0;
  }
}
.c5-block_series__ttl {
  font-size: 26px;
  letter-spacing: 0.1em;
  font-weight: normal;
  margin-bottom: 10px;
}
@media only screen and (max-width: 756px) {
  .c5-block_series__ttl {
    font-size: 20px;
  }
}
.c5-block_series__txt {
  margin-bottom: 60px;
}
@media only screen and (max-width: 756px) {
  .c5-block_series__txt {
    margin-bottom: 40px;
  }
}

.c5-list_products {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 756px) {
  .c5-list_products {
    margin-left: -8.5px;
    margin-right: -8.5px;
  }
}
@media only screen and (min-width: 757px) {
  .c5-list_products._verona > div {
    flex: 0 1 16.9%;
  }
  .c5-list_products._verona > div:nth-child(2) {
    margin-right: 40px;
  }
  .c5-list_products._verona > div:nth-child(3) {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 756px) {
  .c5-list_products._verona .c5-list_products__img {
    padding: 0 15px;
  }
}
.c5-list_products > div {
  flex: 0 1 41.7%;
  margin: 0 18.5px;
}
@media only screen and (max-width: 756px) {
  .c5-list_products > div {
    flex: 0 1 calc(50% - 17px);
    margin: 0 8.5px;
  }
  .c5-list_products > div:nth-child(n + 3) {
    margin-top: 50px;
  }
}
.c5-list_products__img {
  margin-bottom: -1.5em;
}
.c5-list_products__ttl {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: normal;
  line-height: 1.2;
}
@media only screen and (max-width: 756px) {
  .c5-list_products__ttl {
    font-size: 18px;
  }
}
.c5-list_products__ttl .sub {
  font-size: 13px;
}
@media only screen and (max-width: 756px) {
  .c5-list_products__ttl .sub {
    font-size: 12px;
  }
}
.c5-list_products__txt {
  font-size: 14px;
}
.c5-list_products__btn {
  margin-top: 40px;
}
.c5-list_products__notes {
  flex: 100% !important;
  text-align: right;
  font-size: 13px;
  margin: 30px 0 0 0 !important;
  max-width: 80%;
}

.c5-product {
	display: flex;
	justify-content: center;
	gap: 30px;
}
.c5-product__img {
	width: 250px;
}
.c5-product__text {
	font-size: clamp(16px,2vw,24px);
	color: rgba(255,255,255,1.00);
	text-align: left;
}
@media only screen and (max-width: 756px) {
  .c5-product {
	display: block;
	gap: 0;
  }
  .c5-product__img {
	margin: 0 auto 20px auto;
  }
  .c5-product__text {
	text-align: center;
  }
}

.c5-btns {
  margin-top: 120px;
  text-align: center;
}
@media only screen and (max-width: 756px) {
  .c5-btns {
    margin-top: 60px;
  }
}
.c5-btns._flex {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 756px) {
  .c5-btns._flex {
    display: block;
  }
}
.c5-btns._flex > div {
  margin: 0 15px;
}
@media only screen and (max-width: 756px) {
  .c5-btns._flex > div {
    margin: 0 0 20px 0;
  }
  .c5-btns._flex > div:last-child {
    margin-bottom: 0;
  }
}
.c5-btns._flex .s5-buttonV3 {
  display: flex;
  height: 100%;
  align-items: center;
}
@media only screen and (max-width: 756px) {
  .c5-btns._flex .s5-buttonV3 {
    display: inline-block;
    height: auto;
    min-width: 220px;
  }
}

.c5-contact {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  z-index: 99;
  position: sticky;
  position: -webkit-sticky;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 20px;
  box-sizing: border-box;
}

.c5-contact div {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.c5-btn_contact {
  display: inline-block;
  color: #fff;
  background-color: #F5683A;
  font-size: clamp(14px, 2vw, 20px);
  font-weight: bold;
  text-decoration: none;
  padding: 10px;
  min-width: 240px;
  box-sizing: border-box;
  border: 1px solid #F5683A;
}
.c5-btn_contact:first-of-type {
	background-color: #2d75c7;
    border-color: #2d75c7;
	border: 1px solid #2d75c7;
}
@media only screen and (max-width: 756px) {
  .c5-contact div {
	gap: 10px;
  }
  .c5-btn_contact {
    min-width: 165px;
  }
}
.c5-btn_contact:hover {
  text-decoration: none;
  color: #F5683A;
  background-color: #fff;
}
.c5-btn_contact:first-of-type:hover {
	text-decoration: none;
	color: #2d75c7;
    background-color: #fff;
}

.s5-returnToTop {
  z-index: 100;
}

.c5-bnr {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
}
.c5-bnr__img {
	position: relative;
}
.c5-bnr .s5-iconInline {
	position: absolute;
	top: 10px;
	right: 10px;
}
.c5-caption {
  text-align: center;
  font-weight: normal;
  font-size: clamp(17px,3vw,20px);
  margin: 0 auto 50px auto;
}

@media only screen and (max-width: 756px) {
  .c5-pc {
    display: none;
  }
}

.c5-sp {
  display: none;
}
@media only screen and (max-width: 756px) {
  .c5-sp {
    display: block;
  }
}

/*anime-----------------------------------------------------**/
._fadeSect::after {
  background-color: #000;
  content: '';
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 1s ease;
}
._fadeSect.visible::after {
  visibility: hidden;
  opacity: 0;
}

._fade {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease;
}
._fade.visible {
  opacity: 1;
  transform: translateY(0);
}

/*アニメーション間隔を開けたい（duration）*/
.duration01 {
  animation-duration: 0.4s;
  animation-delay: 1s;
}
.duration02 {
  animation-duration: 0.8s;
  animation-delay: 1.2s;
}
.duration03 {
  animation-duration: 1.2s;
  animation-delay: 1.4s;
}
.duration04 {
  animation-duration: 1.4s;
  animation-delay: 1.6s;
}
.duration05 {
  animation-duration: 1.6s;
  animation-delay: 1.8s;
}
.duration06 {
  animation-duration: 1.8s;
  animation-delay: 2s;
}
.duration07 {
  animation-duration: 2s;
  animation-delay: 2.2s;
}
.duration08 {
  animation-duration: 2.2s;
  animation-delay: 2.4s;
}
.duration09 {
  animation-duration: 2.4s;
  animation-delay: 2.6s;
}
.duration10 {
  animation-duration: 2.6s;
  animation-delay: 2.8s;
}
/*アニメーション表示を遅延（delay）*/

/*TOPのみのeffect*/
.fade_in {
animation-name:fadeInAnime;
animation-duration: 1.2s;
animation-delay: 1s; /*画面が表示されて0.5秒後に実行*/
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 下から */
.fadeUp{
animation-name:fadeUpAnime;
/*animation-duration: 1.4s;
animation-delay: 1.2s;*/
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

.zoom {
  animation: zoom-in 0.7s ease-in-out forwards; /*0.7秒かけてズームインさせる*/
  animation-delay: 1s; /*画面が表示されて0.5秒後に実行*/
  transform: scale(0,0);
}

@keyframes zoom-in {
  100% {
    transform: scale(1,1);
  }
}
/*TOPのみのeffect*/

a:hover {
	opacity: 0.8;
}

/*order-start add*/
.c5-border_notice {
    border: 1px solid #FFF;
    padding: 20px;
    width: 70%;
}
.c5-section._sect04 {
   padding-top : 0px;
}
/*order-start end*/

/*お問い合わせ変更*/


.c5-mentenance{
	width: 900px;
	text-align: left;
	border: 1px solid #c93434;
	padding: 15px;
	margin:0 auto 40px;
}

@media only screen and (max-width: 756px) {
	.c5-mentenance{
	width: 100%;
}
}

.c5-table--gray{
    background: #fbfbfd;
}