@charset "utf-8";
/* CSS Document */


/*--style----------------------------------------------------------*/
header, main, footer {
  width: 100%;
  overflow: hidden;
}

body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

/*--Link------------------------------------------------------------*/
a, a:link { color: #c30d23; }
a:visited { color: #ccc; }
a:hover, a:active { text-decoration: none; }
a:focus { outline: none; }

/*-- .contents-inner ----------------------------------------------------------*/
.contents-inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

/*--header----------------------------------------------------------*/
header {
  height: 100vh;
  background: url("../images/head_back.png") no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}

header h1 {
  z-index: 10;
}

header h1 img {
  max-width: 90%;
}

.btn_scroll {
  position: absolute;
  bottom: 10vh;
  z-index: 10;
}
.btn_scroll span {
  font-size: 0.75rem;
  margin-bottom: 20px;
  display: block;
  color: #fff;
}

#video-area {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#video {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
}


/*--Retina--*/
@media screen and (max-width:768px) {
  .btn_scroll img { zoom: 0.8; }
}


/*--#main ----------------------------------------------------------*/
main section {
  padding: 80px 0;
  text-align: center;
}

section h2 {
  font-size: 2.5rem;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
  font-style: normal;
  position: relative;
  display: inline-block;
  padding: 0 2.5rem;
  text-align: center;
  line-height: 1.4;
}
section h2:before,
section h2:after,
#sec03 .box-inner h3:before,
#sec03 .box-inner h3:after {
  content: ' ';
  position: absolute;
  width: 80px;
  height: 1px;
  background-color: #000;
  transform: rotate(-15deg); 
}
section h2:before { left: 0; }
section h2:after { right: 0; bottom: 1.5rem; }

main section h2.sec-ttl {
  letter-spacing: 0.1rem;
}

main section h2.sec-ttl span {
  font-size: 1rem;
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  letter-spacing: 0;
}

main p { font-size: 1rem; }
main img { max-width: 100%; }


/*--Retina--*/
@media screen and (max-width:768px) {
  main section { padding: 40px 0; }
  section h2 { font-size: 1.85rem; }
  section h2:before,
  section h2:after,
  #sec03 .box-inner h3:before,
  #sec03 .box-inner h3:after { width: 60px; }
  section h2:after { bottom: 1.3rem; }
}


/*--#sec01-----------------------------------------------------*/
#sec01 p {
  margin-top: 40px;
  line-height: 2;
}

/*--Retina--*/
@media screen and (max-width:768px) {
  #sec01 p { margin-top: 20px; }
}

/*--#sec02-----------------------------------------------------*/
#sec02 {
  background: url("../images/sec02_back.png") no-repeat center center;
  background-size: cover;
  color: #fff;
}
#sec02 h2 {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 1);
}

#sec02 h2:before,
#sec02 h2:after {
  background-color: #fff;
}
#sec02 h2:after { bottom: 0; }
#sec02 h2 span { font-size: 2rem; }

#sec02 ul.img-list {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
#sec02 ul.img-list li {
  padding: 0 20px;
}

#sec02 p {
  margin-top: 40px;
  line-height: 1.6;
  font-weight: 600;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 1);
}

/*--Retina--*/
@media screen and (max-width:768px) {
  #sec02 h2 { padding: 0 1.3rem; }
  #sec02 h2 { line-height: 0.1.1; }
  #sec02 h2:after { bottom: -0.6rem; }
  #sec02 h2 span { font-size: 1.5rem; }
  #sec02 ul.img-list { margin: 50px 10px 0; }
  #sec02 ul.img-list li { padding: 0 10px; }
  #sec02 p { margin-top: 20px; }
}


/*--#sec03-----------------------------------------------------*/
#sec03 .sec-box {
  padding: 30px 0 40px;
  text-align: left;
}

#sec03 .box-inner {
  display: flex;
}

#sec03 .box-inner > img {
  max-width: 480px;
  width: 48%;
  margin-right: 20px;
}

#sec03 .box-txt {
  width: 50%;
  max-width: 380px;
  display: flex;
  align-items: center;
  position: relative;
}

#sec03 .box-txt h3 {
  font-size: 2.5rem;
  font-weight: 900;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
  display: inline-block;
  padding: 0 2.5rem;
}

#sec03 .box-txt h3 span {
  margin-top: 10px;
  font-size: 1rem;
  font-style: normal;
  display: block;
}
#sec03 .box-inner h3:before { left: 0; }
#sec03 .box-inner h3:after { right: 0; bottom: -0.2rem; }

#sec03 .box-txt p {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
}

#sec03 .sec-box p {
  margin-top: 10px;
  line-height: 1.6;
}

/*--Retina--*/
@media screen and (max-width:768px) {
  #sec03 .sec-box { padding: 10px 0 20px; }
  #sec03 .box-inner { display: block; }
  #sec03 .box-inner > img { max-width: 100%; width: 100%; margin-right: 0; }
  #sec03 .box-txt { width: 100%; max-width: 100%; display: block; text-align: center; }
  #sec03 .box-txt h3 { margin-top: 20px; font-size: 2rem; padding: 0 1.5rem; }
  #sec03 .box-txt p { margin-top: 20px; position: relative; }
}

/*--.page-top-----------------------------------------------------*/
.btn-top {
  text-align: center;
}

/*--Retina--*/
@media screen and (max-width:768px) {
  .btn-top img { zoom: 0.8; }
}


/*--footer----------------------------------------------------------*/
footer {
  margin-top: 80px;
  padding: 30px 0 20px;
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #000;
}

footer h2 {
  font-size: 1.5rem;
  font-family: din-condensed, sans-serif;
}
.copylight {
  margin-top: 10px;
  font-size: 0.75rem;
}

/*--Retina------------------------------------------------------------*/
@media screen and (max-width:768px) {
  footer { margin-top: 40px; padding: 20px 0; }
}


/*--style----------------------------------------------------------*/
.sp { display: none; }


/*--Retina------------------------------------------------------------*/
@media screen and (max-width:768px) {
  .pc { display: none; }
  .sp { display: block; }
}
