@charset "UTF-8";
header {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  width: 100%;
  height: 80px;
  justify-content: space-between;
  z-index: 999;
}

header h1 {
  padding: 10px 0 0 10px;
  flex-grow: 2;
}

header nav {
  flex-grow: 3;
  text-align: right;
  padding-right: 3em;
  padding-top: 50px !important;
}

header nav ul:nth-child(1) {
  line-height: 80px;
}

header nav ul:nth-child(1) li {
  display: block;
  list-style: none;
  padding: 0 1.0em;
}

header nav ul:nth-child(1) li a {
  text-decoration: none;
  display: block;
  text-align: left;
  color: #cb2434;
  font-size: 1.5rem;
  font-weight: bold;
}

header nav ul.sns-box {
  width: 100%;
  text-align: left;
  display: flex;
}

header nav ul.sns-box li {
  display: inline-block;
  width: 15%;
  padding: 0 0.5em;
}

header nav ul.sns-box li.change-lang {
  padding: 0 0 0 3em;
  margin-top: -5px;
}

header nav ul.sns-box li.change-lang span {
  background: #cb2434;
  border-radius: 20px;
  font-size: 90%;
  color: #fff;
  padding: 0.2em 1em;
  text-align: center;
}

header nav ul.sns-box.sns-en li {
  width: 20%;
}

header nav ul.sns-box.sns-en li.change-lang {
  padding: 0 0 0 1em;
  margin-top: -5px;
  width: 40%;
}

header .contact-icon {
  margin-right: 80px;
  background: #000;
}

header .contact-icon i {
  position: absolute;
  top: 38%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  font-size: 1.3rem;
}

header .contact-icon:after {
  content: "CONTACT";
  position: absolute;
  top: 62%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  font-size: 0.7rem;
}

#sp-menu {
  top: 80px;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 0  0 20px 0;
  overflow: hidden;
  height: 80vh;
  position: absolute;
}

.sp-menu {
  display: none;
}

.page footer {
  margin-top: 0;
}

/* BUTTON
================================================== */
.btn_hamburger {
  background: #cb2434;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 9999;
  right: 0;
}

.btn_hamburger a {
  position: relative;
  display: block;
  width: 35%;
  height: 20px;
  -webkit-transition: all .4s;
  transition: all .4s;
  box-sizing: border-box;
  z-index: 99999;
  top: 40%;
  left: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
}

.btn_hamburger a:after {
  content: "MENU";
  display: block;
  position: absolute;
  bottom: -28px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  font-size: 0.8rem;
}

.btn_hamburger.menu-txt a:after {
  content: "CLOSE" !important;
}

.btn_hamburger span {
  position: absolute;
  display: inline-block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: all .4s;
  transition: all .4s;
  box-sizing: border-box;
}

.btn_hamburger span:nth-of-type(1) {
  top: 0;
}

.btn_hamburger span:nth-of-type(2) {
  top: 9px;
}

.btn_hamburger span:nth-of-type(3) {
  bottom: 0;
}

.btn_hamburger span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.btn_hamburger .active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn_hamburger .active span:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.btn_hamburger .active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) scale(0);
  -ms-transform: translateY(20px) scale(0);
  transform: translateY(20px) scale(0);
}

.btn_hamburger .active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) scale(0);
  -ms-transform: translateY(-20px) scale(0);
  transform: translateY(-20px) scale(0);
}

#fv-area {
  height: 750px;
  position: relative;
}

#fv-area #bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  min-width: inherit;
  min-height: 100%;
  width: inherit !important;
  overflow: hidden;
  height: 750px;
  z-index: -100;
  background: url("poster.jpg") no-repeat;
  background-size: cover;
}

#fv-area h2 {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  color: #cb2434;
  text-shadow: 0px 0px 5px #fff,0px 0px 5px #fff,0px 0px 5px #fff,0px 0px 5px #fff,0px 0px 5px #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5em;
  letter-spacing: .05em;
}

#fv-area h2 span {
  display: none;
}

main {
  margin-top: 0;
}

.area {
  padding-top: 0;
  padding-bottom: 0;
}

.area-visual {
  background-size: cover;
  width: 100%;
  position: relative;
  height: 350px;
  z-index: 1;
}

.area-visual img {
  position: absolute;
  top: 35%;
  left: 50%;
  max-width: 80%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
}

.area-visual a {
  display: block;
  width: 75%;
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  color: #fff;
  border: 1px solid #fff;
  padding: 1em;
  text-align: center;
  transition: all 0.2s linear;
}

.area-visual a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.area-visual a:after {
  content: " ";
  border-bottom: 1px solid #fff;
  width: 50px;
  position: absolute;
  right: -25px;
  top: 47%;
}

.area-txt {
  position: relative;
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.area-txt h3 {
  margin-bottom: 3em;
  position: relative;
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.area-txt h3:before {
  content: " ";
  width: 5em;
  bottom: -1.5em;
  border-bottom: 1px solid #cb2434;
  position: absolute;
  left: 0;
}

.area-txt p {
  margin-bottom: 1.8em;
  line-height: 1.5em;
  letter-spacing: 0em;
  font-size: 1.12rem;
}

.area-txt p:nth-last-child(1) {
  margin-bottom: 0;
}

#video-area {
  position: relative;
  min-height: inherit;
}

#video-area .area-visual {
  margin-top: 0;
  left: 0;
  background-image: url(../images/top/video-back.png);
}

#video-area .area-visual img {
  position: absolute;
}

#video-area .area-txt {
  padding: 5em 1em 2em 1em;
  right: 0;
}

#audivisual-area {
  position: relative;
  min-height: 660px;
}

#audivisual-area .area-visual {
  right: 0;
  background-image: url(../images/top/audivisual-back.png);
}

#audivisual-area .area-visual img {
  max-width: 70%;
  position: absolute;
  top: 20%;
}

#audivisual-area .area-txt {
  padding: 5em 1em 1em 2em;
  margin-top: 0;
  left: 0;
  z-index: 2;
}

#audivisual-area .area-txt p {
  line-height: 1.5em;
}

#service-area {
  position: relative;
  margin-top: 130px;
}

#service-area img {
  width: 90%;
}

#service-area h3 {
  position: relative;
  z-index: 3;
  text-align: center;
  padding-top: 30px;
}

#service-area .box-01 {
  background-color: #cb2434;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 350px;
}

#service-area .box-02 {
  background-color: #cb2434;
  position: absolute;
  max-width: 1300px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  /* Safari用 */
  transform: translate(-50%, 0);
  font-size: 0.7rem;
  width: 100%;
  height: 100%;
}

#service-area .video-contents {
  max-width: 1100px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 10px;
}

#service-area .video-contents a {
  display: block;
  z-index: 1;
  position: relative;
  width: 48%;
  height: 100% !important;
  background-size: cover;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #777;
  margin-bottom: 20px;
}

#service-area .video-contents a video {
  width: 100%;
}

#service-area .video-contents h4 {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  /* Safari用 */
  transform: translate(-50%, 0);
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  width: 100%;
  z-index: 10;
}

#service-area .video-contents h4 span {
  display: block;
}

#partner-area .box-01, #partner-area .box-02 {
  display: none;
}

#partner-area h3 {
  z-index: 12;
}

#partner-area ul {
  background: #fff;
  width: inherit;
  margin: 0 15px;
}

#partner-area ul li {
  width: 25%;
  max-height: 100px;
}

#news-area {
  background: #fff;
  padding-top: 100px;
  margin-top: 100px;
  position: relative;
}

#news-area .area {
  position: relative;
  padding-bottom: 150px;
}

#news-area h3 {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

#news-area dl {
  display: block;
  flex-wrap: wrap;
  max-width: 995px;
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
}

#news-area dl dt, #news-area dl dd {
  border-bottom: 1px solid #f5f6f5;
  padding: 0;
  font-size: 1.1rem;
  letter-spacing: 0;
  line-height: 1.5em;
  width: 90%;
  margin: 0 auto;
}

#news-area dl dt {
  border-bottom: none;
  padding-top: 1em;
  padding-bottom: 0.2em;
}

#news-area dl dd {
  padding-bottom: 1em;
}

#news-area dl dd:nth-last-child(1) {
  border-bottom: none;
}

#news-area a.more {
  cursor: pointer;
  display: block;
  width: 200px;
  position: relative;
  bottom: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  color: #000;
  border: 1px solid #cb2434;
  padding: 1em;
  text-align: center;
  transition: all 0.2s linear;
  z-index: 15;
  margin-top: 3em;
}

#news-area a.more:hover {
  background: #cb2434;
  color: #fff;
}

#news-area a.more:after {
  content: " ";
  border-bottom: 1px solid #cb2434;
  width: 50px;
  position: absolute;
  right: -25px;
  top: 47%;
}

footer {
  padding-top: 120px;
  background: #f5f5f5;
}

footer section {
  display: block;
}

footer section ul li {
  list-style: none;
}

footer section div {
  width: 90%;
  padding: 0;
  margin: 0 auto;
}

footer section div:nth-child(1) {
  border-right: none;
  display: block;
}

footer section div:nth-child(1) img {
  padding-right: inherit;
  display: block;
  margin: 20px auto;
}

footer section div:nth-child(1) ul {
  padding-top: 10px;
  color: #333;
}

footer section div:nth-child(1) ul li {
  line-height: 1.4em;
}

footer section div:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  font-size: 0.9rem;
  width: 100%;
  padding: 15px;
  margin: 2em auto 0 auto;
}

footer section div:nth-child(2) dl, footer section div:nth-child(2) ul {
  display: block;
  padding-right: inherit;
  padding: 0.5em 0;
  line-height: 1.5em;
}

footer section div:nth-child(2) dl {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #b7b7b7;
  padding: 1em 0;
}

footer section div:nth-child(2) dt {
  padding-bottom: 0.5em;
}

footer section div:nth-child(2) dd {
  padding: 0.5em 0;
}

footer section div:nth-child(2) dd a {
  color: #333;
}

footer section div:nth-child(2) dd a:visited {
  color: #333;
}

footer section div:nth-child(2) dd a:before {
  content: "ー";
  padding-right: 0.2em;
}

footer section div:nth-child(2) ul {
  width: 50%;
}

footer section div:nth-child(2) ul li {
  border-bottom: 1px solid #b7b7b7;
  padding: 1em 0;
}

footer section div:nth-child(2) ul li:nth-last-child(1) {
  border-bottom: none;
}

footer section div:nth-child(2) ul li a {
  color: #333;
}

footer section div:nth-child(2) ul li a:visited {
  color: #333;
}

footer section div:nth-child(2) .sns-box {
  display: flex;
  margin-top: 50px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}

footer section div:nth-child(2) .sns-box li {
  width: 25%;
  text-align: center;
  border-bottom: none;
}

footer section div:nth-child(2) .sns-box li.change-lang {
  width: 100%;
}

footer small {
  display: block;
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: #333;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none !important;
  }
}
