@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');

html {
  -webkit-text-size-adjust: 100%;
}

body{
overflow-x: hidden;
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-style: normal;
font-weight: 500;
-webkit-text-size-adjust: 100%;
}



#main{
width: 100%;
height: 100vh;
position: relative;
display: flex;
justify-content: center;
align-items: center;
background-color: #204128;
}

#main h1{
width: 100%;
text-align: center;
display: block;

}
#main h1 img{
width: 500px;
height: auto;
}

#main h1 span{
width: 100%;
height: auto;
font-family: "Oswald", sans-serif;
font-optical-sizing: auto;
font-weight: 600;
font-style: normal;
font-size: 60px;
display: block;
padding-top: 24px;
color: #fff;
}


#lead{
width: 100%;
padding: 60px 0;
}

#lead dt{
width: 90%;
max-width: 600px;
margin: 0 auto 40px auto;
font-size: 16px;
font-weight: 600;
line-height: 2;
letter-spacing: 2px;
}

#lead dd{
width: 100%;
max-width: 500px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#lead dd a{
width: 45%;
font-family: "Oswald", sans-serif;
font-optical-sizing: auto;
font-weight: 600;
text-align: center;
background-color: #000;
color: #fff;
padding: 15px 0;
font-size: 20px;
line-height: 1;
text-decoration: none;
display: block;
}


#contWrap{
	width: 100%;
	position: relative;
	overflow: visible;
    background-image: url("../img/bg.gif");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 80px;
}


#iPadWrap{
background-color: #fff;
width: 100%;
max-width: 1024px;
margin: 0 auto;
padding-bottom: 30px;
}

.ttl{
background-color: #000;
padding: 20px 0;
width: 100%;
text-align: center;
}

.ttl img{
width: 240px;
height: auto;
}

.ttl span{
width: 100%;
height: auto;
font-family: "Oswald", sans-serif;
font-optical-sizing: auto;
font-weight: 600;
font-style: normal;
font-size: 30px;
display: block;
padding-top: 15px;
color: #fff;
}


.slideArea{
background-color: #333;
width: 100%;
padding-top: 30px;
}

.slideArea dl{
margin: 0 20px;
}

.slideArea dl dt{
margin-bottom: 20px;
}

.slideArea dl dt img{
width: 100%;
height: auto;
}

.slideArea dl dd{
font-family: "Oswald", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
font-size: 20px;
color: #fff;
text-align: center;
position: relative;
opacity : 0;
visibility: hidden;
transition: 2s;
transform: translateY(60px);
width: 300%;
margin-left: -100%;
}

.slick-slide{
opacity: 0.4;
}

.slick-current{
opacity: 1.0;
}

.slideArea .slick-current dd{
opacity: 1;
visibility: visible;
transform: translateY(0);
}



.modelWrap{
width: 100%;
padding: 60px 0;
}

.modelWrap .gifArea{
width: 90%;
margin: 0 auto 30px auto;
padding-bottom: 30px;
border-bottom: #000 1px solid;
}

.modelWrap .gifArea dt{
width: 70%;
margin: 0 auto 30px auto;
}

.videoWrap {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 20px auto;
}


.video {
  position: relative;
  height: 0;
  padding: 30px 0 171.5%;
  overflow: hidden;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}




.modelWrap .gifArea dt img{
width: 100%;
height: auto;
}

.modelWrap .gifArea dt span{
width: 100%;
display: block;
text-align: center;
padding-top: 15px;
font-size: 20px;
line-height: 1;
font-weight: 400;
font-family: "Oswald", sans-serif;
}


.modelWrap .gifArea dd{
width: 100%;
}

.modelWrap .gifArea dd strong{
width: 100%;
display: block;
margin-bottom: 20px;
font-size: 20px;
line-height: 1.6;
font-weight: 600;
}

.modelWrap .gifArea dd span{
width: 100%;
display: block;
margin-bottom: 20px;
font-size: 40px;
line-height: 1.6;
font-weight: 400;
font-family: "Oswald", sans-serif;
}

.modelWrap .gifArea dd p{
width: 100%;
display: block;
font-size: 18px;
line-height: 1.6;
font-weight: 400;
font-family: "Oswald", sans-serif;
}

.modelWrap .txtArea{
width: 90%;
margin: 0 auto;
}


.modelWrap .txtArea dt{
width: 100%;
font-size: 18px;
line-height: 1.6;
font-weight: 400;
font-family: "Oswald", sans-serif;
margin-bottom: 20px;
}

.modelWrap .txtArea dd{
width: 100%;
font-family: "Noto Sans JP", sans-serif;
font-size: 16px;
line-height: 1.6;
font-weight: 400;
letter-spacing: 2px;
}

.modelWrap .txtArea dd a{
width: auto;
font-family: "Oswald", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
text-align: center;
background-color: #000;
color: #fff;
padding: 6px 25px;
font-size: 16px;
line-height: 1;
text-decoration: none;
display: inline-block;
margin-top: 20px;
}






#wrapper-inner {
  display: table-cell;
  vertical-align:middle;
  width:100%;
  height:100%;
}

#scroll-down {
    display: block;
    position: relative;
    padding-top: 79px;
  text-align:center;
}
.arrow-down {
    display: block;
    margin: 0 auto;
    width: 10px;
    height: 38px;
}

#scroll-title {
    display: block;
    text-transform: uppercase;
    color: #000;
  font-size:14px;
  letter-spacing:2px;
  text-align: center;
  font-family: "montserrat", sans-serif;
font-weight: 400;
font-style: normal;
}

#scroll-down::before {
  -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: 0;
  width: 1px;
  height: 60px;
  background: #fff;
  content: ' ';
}
@-webkit-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-moz-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-o-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}





/*アニメーション要素のスタイル*/
.animation{
  opacity : 0;
  visibility: hidden;
  transition: 2s;
  transform: translateY(60px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}


#bnrLink{
width: 100%;
padding-top: 40px;
}

#bnrLink a{
width: 90%;
display: block;
margin: 0 auto 40px auto;
font-size: 0;
}

#bnrLink a img{
width: 100%;
height: auto;
}

#lastAll{
padding: 40px 0;
}

#lastAll a {
  width: 90%;
  margin: 0 auto;
  max-width: 600px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 15px 0;
  font-size: 28px;
  line-height: 1;
  text-decoration: none;
  display: block;
}




@media all and (max-width: 769px) {

#main h1 img {
  width: 180px;
  height: auto;
}

#main h1 span {
  font-size: 20px;
  padding-top: 14px;
}

#lead {
  width: 100%;
  padding: 20px 0;
}

#lead dt {
  width: 90%;
  max-width: 600px;
  margin: 0 auto 20px auto;
  font-size: 12px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 2px;
}


#lead dd {
  width: 90%;
}


#lead dd a {
  width: 48%;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 15px 0;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  display: block;
}

.ttl img {
  width: 120px;
  height: auto;
}


.ttl span {
  width: 100%;
  height: auto;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  display: block;
  padding-top: 10px;
  color: #fff;
}


.slideArea dl {
  margin: 0 2px;
}

.slideArea dl dd {
font-size: 18px !important;
}

.slideArea .slick-current dd {
font-size: 18px !important;
}



#scroll-down::before {
  height: 40px;
}

#scroll-down {
  padding-top: 60px;
}


.modelWrap {
  width: 100%;
  padding: 30px 0;
}

.modelWrap .gifArea dt {
  width: 100%;
  margin: 0 auto 10px auto;
}

.modelWrap .gifArea dt span {
  padding-top: 15px;
  font-size: 14px;
}

.modelWrap .gifArea dd strong {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
}

.modelWrap .gifArea dd span {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  text-align: center;
}


.modelWrap .gifArea dd p {
  width: 100%;
  display: block;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}


.modelWrap .gifArea {
  width: 90%;
  margin: 0 auto 20px auto;
  padding-bottom: 20px;
  border-bottom: #000 1px solid;
}


.modelWrap .txtArea dt {
  width: 100%;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  margin-bottom: 20px;
}

.modelWrap .txtArea dd {
  width: 100%;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 1px;
}


.modelWrap .txtArea dd a {
  width: 100%;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 10px 0px;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
}



#contWrap {
  width: 100%;
  position: relative;
  overflow: visible;
  background-image: url("../img/bg.gif");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0px;
}


#iPadWrap {
  padding-bottom: 0px;
}

#lastAll{
padding: 30px 0 0 0;
}

#lastAll a {
  font-size: 20px;
}



}
