@charset "utf-8";

/**
 *
 * index: TOPページ
 *
 */

body {
 background: #FFF url(../img/bg.gif) left top no-repeat;
 -webkit-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
}

/*======================
 main-visual
=======================*/
#Main_visual {
/*  width: 100%; */
 margin: 0 auto;
 position: relative;
/*  z-index: -1; */
 overflow: hidden;
 /* height: calc(100vh - 125px); */
 max-width: 1536px;
  height: auto;
  border: 1.5px solid #000;
  aspect-ratio: 16/9;
}
#Main_visual .sp { display: none;}

#Main_visual .mov-wrap {
 width: 100%;
 height: 0;
 margin-top: 25px;
 padding-top: 41.6666%;
 background: #FFF;
}
#Main_visual .mov-wrap::after {
 content: "";
 width: 100%;
 height: 100%;
 position: absolute;
 left: 0;
 top: 0;
 /* background: url(../img/raster_dot.png) left top;
 -webkit-background-size: 4px 4px;
      -o-background-size: 4px 4px;
         background-size: 4px 4px; */
}
/* #Main_visual .mov-wrap #iframe_bgndVideo {
 width: 100% !important;
 margin: -6.8% auto 0 !important;
 position: absolute;
 left: 0;
}
 */

/* #Main_visual {
 width: 100%;
 margin: 0 auto;
 z-index: -1;
}
#Main_visual .video-wrap {
 height: 0;
 padding-top: 42.15462%;
 position: relative;
 overflow: hidden;
}
#Main_visual video {
 margin: 0 auto;
 z-index: 1;
 width: 100%;
 position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translateY(-50%) translateX(-50%);
 transform: translateY(-50%) translateX(-50%);
}
#Main_visual .video-wrap::after {
 content: "";
 display: block;
 width: 100%;
 height: 100%;
 background: rgba(0 ,0, 0 ,.2);
 position: absolute;
 top: 0;
 left: 0;
 z-index: 100;
} */

#Main_visual video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
 transform: translateY(-50%) translateX(-50%);
 z-index: -1;
}
#Main_visual .full-btn{
  width: 250px;
  background-color:#000;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 999;
}
#Main_visual .full-btn a{
  padding: 2% 0;
  font-size: 14px;
  text-align: center;
  color:  #fff;
  display: block;
  cursor: pointer;
}
#Main_visual .full-btn a:hover{opacity: .8;}
#Main_visual .full-btn a i{
  display: inline-block;
  width: 12px;
  margin-right: 10px;
  vertical-align: middle;
  color:  #fff;
}


@media screen and (max-width: 1281px){
/*   #Main_visual{
    height: calc(100vh - 100px);
  } */
}

@media screen and (max-width: 920px) {
/*    #Main_visual{ height: calc(100vh - 60px);} */
}

@media screen and (max-width: 768px) {
 #Main_visual{
  /* height: 50vh; */
  border: 1px solid #000;
  border-left: none;
  border-right: none;
}
 #Main_visual .full-btn{
  width: 150px;
}
#Main_visual .full-btn a{
  padding: 1.5% 0;
  font-size: 10px;
}
#Main_visual .full-btn a i{
  width: 8px;
  margin-right: 5px;
}

}
@media screen and (max-width: 640px) {
 #Main_visual .copy {
  letter-spacing: 0.2em;
  font-size: 18px
 }
}

/*======================
 lead
=======================*/
#lead {}
#lead p {
 text-align: center;
 line-height: 2.375;
}
#lead p strong {
 margin: 0 auto 30px;
 display: block;
 width: 80%;
 /* letter-spacing: 0.3em;
 line-height: 1.4;
 font-size: 38px; */
}
#lead .btn {
 width: 360px;
 margin: 50px auto 0;
 position: relative;
}
#lead .btn a {
 display: block;
 text-align: center;
 letter-spacing: .04em;
 line-height: 64px;
 font-size: 16px;
 font-weight: bold;
 position: relative;
 border: 1px solid #787878;
 -webkit-border-radius: 32px;
         border-radius: 32px;
}
#lead .btn a:hover {
  color: #fff;
  border-color: #1d1d1d;
  background: #1d1d1d;
}
#lead i {
 font-size: 1em;
 position: absolute;     
 top: 50%; 
 right: 1.2em;
 transform: translateY(-50%); 
}


@media screen and (max-width: 1280px) {
 #lead p {
  line-height: 2;
  font-size: 14px;
 }
/*  #lead p strong {
  letter-spacing: 0.2em;
  font-size: 28px;
 } */
 #lead .btn { 
  width: 290px;
  margin-top: 40px;
 }
 #lead .btn a {
  line-height: 52px;
  font-size: 14px;
  position: relative;
  -webkit-border-radius: 26px;
          border-radius: 25px;
 }
}
@media screen and (max-width: 980px) {
 #lead p { text-align: left;}
 #lead p br { display: none;}
 #lead p strong {
  width:90%;
  /* text-align: center;
  font-size: 32px; */
 }
 #lead p strong br { display: inline !important;}
}
@media screen and (max-width: 768px) {
/*  #lead p strong {
  margin-bottom: 20px;
  font-size: 28px;
 } */
}
@media screen and (max-width: 640px) {
 #lead p { font-size: 12px;}
 #lead p strong {
  width:100%;
  margin-bottom: 20px;
  /* letter-spacing: 0.1em;
  font-size: 24px; */
 }
 #lead .btn {
  width: 240px;
  margin-top: 25px;
 }
 #lead .btn a {
  margin-top: 20px;
  line-height: 44px;
  font-size: 12px;
  position: relative;
  -webkit-border-radius: 22px;
          border-radius: 22px;
 }
}
@media screen and (max-width: 360px) {
 #lead p strong {
  letter-spacing: 0.04em;
  font-size: 22px;
 }
}

/*======================
 movie
=======================*/
#movie {
 margin-top: 120px;
 padding: 40px 0 0;
 text-align: center;
 background: #000;
 position: relative;
}
#movie h2 {
 width: 144px;
 margin: 0 auto;
 line-height: 0;
 position: absolute;
 top: 40px;
 left: 50%;
 -webkit-transform: translateX(-50%);
 transform: translateX(-50%);
}

@media screen and (max-width: 640px) {
 #movie { display: none;}
}

/*======================
 news
=======================*/
#news {}
#news ul {
 border-top: 2px solid #333;
 border-bottom: 2px solid #333;
 background: #FFF;
 /* -ms-overflow-y: scroll;
     overflow-y: scroll; */
}
#news ul li {
 padding: 1.5%;
 font-size: 0;
 letter-spacing: -5px;
 background: url(../common/img/dotline.png) left top repeat-x;
 -webkit-background-size: 4px 1px;
      -o-background-size: 4px 1px;
         background-size: 4px 1px;
}
#news ul li:first-child { background: none;}
#news ul li * {
 display: inline-block; *display: inline; *zoom: 1;
 vertical-align: top;
 letter-spacing: normal;
 font-size: 14px;
}
#news ul li span {
 width: 10%;
 padding: 3px 28px;
 text-align: center;
 color: #FFF;
 font-weight: bold;
}
#news ul li span.event { background: #33ccff;}
#news ul li span.news { background: #66cc66;}
#news ul li i {
 width: 10%;
 padding: 3px 28px;
 text-align: center;
 font-style: normal;
}
#news ul li b {
 width: 80%;
 padding: 3px 0;
 font-weight: normal;
}
#news ul li b a {
 color: #88774D;
 text-decoration: underline;
}
#news ul li b a:hover {
 color: #1d1d1d;
 text-decoration: none;
}

@media screen and (max-width: 1280px) {
 #news ul li span,
 #news ul li i {
  width: 15%;
  padding: 3px 18px;
 }
 #news ul li * { font-size: 12px;}
 #news ul li b { width: 70%;}
}
@media screen and (max-width: 640px) {
 #news ul li { padding: 3%;}
 #news ul li * { font-size: 10px;}
 #news ul li span {
  width: auto;
  padding: 2px 15px;
 }
 #news ul li i {
  width: auto;
  padding: 2px 0 3px 15px;
  text-align: left;
 }
 #news ul li b {
  width: 100%;
  padding: 7px 0 0 0;
  display: block;
 }
}

/*======================
 crosstalk
=======================*/
#crosstalk {
 padding-bottom: 20px;
 letter-spacing: -5px;
 font-size: 0;
}
#crosstalk .txt-wrap {
 width: 28.5%;
 margin-right: 4%;
 margin-bottom: 64px;
 display: inline-block; *display: inline; *zoom: 1;
 vertical-align: middle;
 letter-spacing: normal;
}
#crosstalk .txt-wrap h2 {}
#crosstalk .txt-wrap h2 .sp { display: none;}
#crosstalk .txt-wrap p {
 margin-top: 40px;
 letter-spacing: 0.18em;
 line-height: 1.875;
 font-size: 16px;
 font-weight: bold;
}
#crosstalk .crosstalk-content {
 width: 67.5%;
 padding-right: 5.83333%;
 display: inline-block; *display: inline; *zoom: 1;
 vertical-align: middle;
 letter-spacing: normal;
 font-size: 16px;
 position: relative;
 overflow: hidden;
}
#crosstalk .crosstalk-content .box { position: relative;}
#crosstalk .crosstalk-content .box .inner {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
#crosstalk .crosstalk-content .box .inner .swiper-container { overflow: visible;}
#crosstalk .crosstalk-content .box .inner a {
 display: block;
 position: relative;
}
#crosstalk .crosstalk-content .box .inner a figure {
 display: block;
 position: relative;
 overflow: hidden;
}
#crosstalk .crosstalk-content .box::before,
#crosstalk .crosstalk-content .box .inner a figure::before {
 content: "";
 padding-top: 66.666%;
 display: block;
}
#crosstalk .crosstalk-content .box .inner a figure img {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 -moz-transition: -moz-transform 0.4s ease-out;
 -webkit-transition: -webkit-transform 0.4s ease-out;
 -o-transition: -o-transform 0.4s ease-out;
 -ms-transition: -ms-transform 0.4s ease-out;
 transition: transform 0.4s ease-out;
}
#crosstalk .crosstalk-content .box .inner a:hover figure img {
 -webkit-transform: scale(1.05);
 -moz-transform: scale(1.05);
 -o-transform: scale(1.05);
 -ms-transform: scale(1.05);
 transform: scale(1.05);
}

#crosstalk .crosstalk-content .bg {
 width: 420px;
 height: 210px;
 text-align: center;
 position: absolute;
 right: -70px;
 bottom: -64px;
 left: auto;
 z-index: 10;
}
#crosstalk .crosstalk-content .bg::before {
 position: absolute;
 top: 0;
 left: 0;
 display: block;
 width: 100%;
 height: 100%;
 background-color: #faec21;
 content: '';
 -webkit-transform: skewX(-22deg);
 transform: skewX(-22deg);
 -webkit-transform-origin: 0 100%;
 transform-origin: 0 100%
}
#crosstalk .crosstalk-content .bg h3 {
 width: 100%;
 padding-left: 30px;
 letter-spacing: 0.22em;
 line-height: 1;
 font-size: 12px;
 position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translateY(-62%) translateX(-50%);
 transform: translateY(-62%) translateX(-50%);
 z-index: 30;
}
#crosstalk .crosstalk-content .bg h3 b {
 margin-top: 15px;
 display: block;
 letter-spacing: 0.12em;
 line-height: 1;
 font-size: 24px;
}

#crosstalk .crosstalk-content .controll {
 width: 100%;
 margin-top: 20px;
 position: relative;
}
#crosstalk .crosstalk-content .controll * {
 position: static;
 display: inline-block; *display: inline; *zoom: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
#crosstalk .crosstalk-content .controll .swiper-pagination {
 width: auto;
 padding: 0 2em;
 font-size: 16px;
 font-weight: bold;
}
#crosstalk .crosstalk-content .controll  .swiper-button-prev,
#crosstalk .crosstalk-content .controll  .swiper-button-next {
 vertical-align: middle;
 -webkit-background-size: 14px 20px;
      -o-background-size: 14px 20px;
         background-size: 14px 20px;
}

@media screen and (max-width: 1280px) {
 #crosstalk {}
 #crosstalk .txt-wrap { margin-bottom: 64px;}
 #crosstalk .txt-wrap h2 {}
 #crosstalk .txt-wrap p {
  margin-top: 30px;
  font-size: 14px;
 }
 #crosstalk .crosstalk-content .bg {
  width: 340px;
  height: 158px;
  bottom: -44px;
 }
 #crosstalk .crosstalk-content .bg h3 {
  padding-left: 20px;
  font-size: 10px;
 }
 #crosstalk .crosstalk-content .bg h3 b {
  margin-top: 15px;
  font-size: 18px;
 }
 #crosstalk .crosstalk-content .controll { margin-top: 10px;}
 #crosstalk .crosstalk-content .controll .swiper-pagination { font-size: 14px;}
 #crosstalk .crosstalk-content .controll  .swiper-button-prev,
 #crosstalk .crosstalk-content .controll  .swiper-button-next {
  vertical-align: middle;
  -webkit-background-size: 12px 16px;
       -o-background-size: 12px 16px;
          background-size: 12px 16px;
 }
}
@media screen and (max-width: 768px) {
 #crosstalk { width: 100%;}
 #crosstalk .txt-wrap {
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0 5%;
  display: block;
 }
 #crosstalk .txt-wrap h { text-align: center;}
 #crosstalk .txt-wrap h2 .pc { display: none;}
 #crosstalk .txt-wrap h2 .sp {
  width: auto;
  height: 30px;
  margin: 0 auto;
  display: block;
 }
 #crosstalk .txt-wrap p {
  margin-top: 20px;
 }
 #crosstalk .crosstalk-content {
  width: 100%;
  padding-right: 0;
  display: block;
 }
 #crosstalk .crosstalk-content .box .inner a:hover figure img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
 }
 #crosstalk .crosstalk-content .bg {
  width: 55%;
  height: 170px;
  right: auto;
  left: 0;
  bottom: -44px;
  right: auto;
 }
 #crosstalk .crosstalk-content .bg::before {
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
 }
 #crosstalk .crosstalk-content .bg h3 {
  padding-left: 0;
  padding-right: 25px;
 }
 #crosstalk .crosstalk-content .bg h3 b {}
 #crosstalk .crosstalk-content .controll {
  padding-right: 5%;
  text-align: right;
 }
}
@media screen and (max-width: 640px) {
 #crosstalk { padding-bottom: 50px;}
 #crosstalk .txt-wrap h2 {}
 #crosstalk .txt-wrap h2 .sp { height: 24px;}
 #crosstalk .txt-wrap p { font-size: 12px;}
 #crosstalk .crosstalk-content .bg {
  width: 58%;
  height: 100px;
  bottom: -36px;
 }
 #crosstalk .crosstalk-content .bg h3 {
  padding-right: 15px;
  font-size: 9px;
 }
 #crosstalk .crosstalk-content .bg h3 b {
  margin-top: 10px;
  font-size: 16px;
 }
 #crosstalk .crosstalk-content .controll { margin-top: 10px;}
 #crosstalk .crosstalk-content .controll .swiper-pagination { font-size: 12px;}
 #crosstalk .crosstalk-content .controll  .swiper-button-prev,
 #crosstalk .crosstalk-content .controll  .swiper-button-next {
  vertical-align: middle;
  -webkit-background-size: 10px 14px;
       -o-background-size: 10px 14px;
          background-size: 10px 14px;
 }
}

/*======================
 bnr
=======================*/
#bnr {
 margin-bottom: 60px;
 line-height: 0;
 position: relative;
}
#bnr a .member {
 width: 100%;
 height: auto;
 position: absolute;
 left: 0;
 top: 0;
}
#bnr a .serif {
 width: 100%;
 height: auto;
 display: block;
 position: absolute;
 opacity: 0;
 -webkit-transform: scale(0);
 -moz-transform: scale(0);
 -o-transform: scale(0);
 -ms-transform: scale(0);
 transform: scale(0);
}
#bnr a:hover .serif {
 opacity: 1;
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -o-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
 -webkit-transition: opacity 400ms linear, -webkit-transform 200ms ease-out;
 -o-transition: opacity 400ms linear, -o-transform 200ms ease-out;
 transition: opacity 400ms linear, transform 200ms ease-out;
}

@media screen and (max-width: 640px) {
 #footer { margin-top: 0;}
 #bnr {
  width: 100%;
  margin-bottom: 0;
 }
 #bnr a .member,
 #bnr a .serif,
 #bnr a:hover .member,
 #bnr a:hover .member { display: none;}
}

#guideline {}
#guideline dl {
 margin-top: 60px;
 font-size: 0;
 letter-spacing: -5px;
 background: #f7f7f7;
 border-bottom: 1px solid #dfdfdf;
}
#guideline dl dt {
 width: 25%;
 padding: 2em;
 letter-spacing: 0.08em;
 line-height: 2.2;
 font-size: 14px;
 font-weight: bold;
 display: inline-block; *display: inline; *zoom: 1;
 vertical-align: top;
 border-top: 1px solid #dfdfdf;
}
#guideline dl dd {
 width: 75%;
 padding: 2em 0 2em 2em;
 letter-spacing: 0.08em;
 line-height: 2.2;
 font-size: 14px;
 display: inline-block; *display: inline; *zoom: 1;
 vertical-align: top;
 background: #FFF;
 border-top: 1px solid #dfdfdf;
}
#guideline dl dd .mb {
 margin-bottom: 1em;
 display: block;
}
#guideline dl dd .indent {
 padding-left: 4.25em;
}

@media screen and (max-width: 1280px) {
 #guideline dl { margin-top: 40px;}
 #guideline dl dt,
 #guideline dl dd {
  line-height: 2;
  font-size: 12px;
 }
 #guideline #btn { margin: 60px auto;}
 #guideline #btn a {
  display: block;
  line-height: 74px;
  font-size: 18px;
  -webkit-border-radius: 37px;
          border-radius: 37px;
 }
 #guideline #btn .material-icons { font-size: 20px;}
}
@media screen and (max-width: 640px) {
 #guideline { width: 100%;}
 #guideline dl { border-bottom: none;}
 #guideline dl dt {
  width: 100%;
  padding: 0.75em 1em;
  text-align: center;
  display: block;
 }
 #guideline dl dd {
  width: 100%;
  padding: 5% 5% 10%;
  display: block;
 }
 #guideline dl dd .indent { padding-left: 0;}
 #guideline #btn {
  width: 90%;
  margin: 16px auto 40px;
 }
}

/*======================
 flow
=======================*/
#flow h3 {
 width: 100px;
 margin:  0 auto;
 margin-top: 40px;
 line-height: 0;
}
#flow h3 + p {
 margin: 13px auto 0;
 text-align: center;
 font-size: 12px;
}
#flow picture{
  margin: 0 auto;
  width: 70%;
  margin-top: 30px;
  display: block;
}
#flow #btn {
 width: 100%;
 max-width: 500px;
 margin: 100px auto;
}
#flow #btn a {
 display: block;
 text-align: center;
 line-height: 90px;
 color: #FFF;
 font-size: 22px;
 font-weight: bold;
 background: #2DCCFF;
 position: relative;
 -webkit-border-radius: 45px;
         border-radius: 45px;
}
#flow #btn a:hover { background: #1d1d1d;}
#flow #btn .material-icons {
 line-height: 1;
 font-size: 24px;
 position: absolute;
 top: 50%;
 right: 28px;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
 #flow h3 { width: 72px;}
 #flow h3 + p {
  margin: 0 auto 0;
  font-size: 10px;
 }
 #flow picture{
  margin: 0 auto;
  width: 100%;
  margin-top: 20px;
  display: block;
}
 
 #flow #btn {
  width: 90%;
  margin: 60px auto;
 }
 #flow #btn a {
  display: block;
  line-height: 60px;
  font-size: 16px;
  -webkit-border-radius: 30px;
          border-radius: 30px;
 }
 #flow #btn .material-icons {
  right: 15px;
  font-size: 18px;
 }
}