@charset "UTF-8";
html {

}
button,
*,
*:after,
*::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box; }
body {
	line-height: 1;
	-webkit-text-size-adjust: 100%; }
a {
	text-decoration: none; }
input[type="submit"],
a {
  cursor:pointer;
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out; }
input[type="submit"]:hover,
a:hover {
  cursor:pointer;
  opacity: .5; }
.clearfix {
  zoom: 1;
  overflow: hidden; }
.clearfix:after {
  content: "";
  display: block;
  clear: both; }
input {
  font-size: 16px; }
img {
  width: auto;
  max-width: 100%;
  line-height: 0;
  vertical-align: middle;
  border: none; }
.wysiwyg {
  word-break: break-word;
  line-height: 1.75; }
.wysiwyg table {
  width: 100%!important; }
.wysiwyg ol {
  margin-left: 16px;
  list-style-type: decimal; }
p {
  line-height: 1.75; }
ol,ul,li,dl,dt,dd {
  margin: 0;
  padding: 0; }
li {
  list-style: none; }
.sp-hide {
  display: block; }
.sp {
  display: none; }
.wrap {
  width: 100%;
  margin: 0 auto; }
.center {
  text-align: center; }
 time {
  display:inline-block; }
.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex; }
.sns-btn {
	letter-spacing: -.4em;
  margin:16px 0; }
.sns-btn a {
  display: inline-block;
  color: #fff;
  padding: 10px 8px;
  text-align: center;
  background: #B5B5B6;
  font-size: 12px;
  min-width: 16%;
  width: 33.3%;
letter-spacing: normal;}
.sns-btn a:nth-child(1) {
  background: #036EB8; }
.sns-btn a:nth-child(2) {
  background: #2EA7E0; }
.sns-btn a:nth-child(3) {
  background: #13AE67; }
    
@media screen and (max-width: 768px) {
.wysiwyg figure,	
.iframe-wrap {
  position: relative;
  padding-top: 56.25%; }
.wysiwyg figure iframe,
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.wysiwyg figure img {
  margin-top: -56.25%; }
.sp {
  display: block; }
.sp-hide{
  display: none; }
.prev-next a {
  width: 47%;
  margin: 0 1.5% 0 0; }
.prev-next a {
    display: inline-block;
    margin: 8px 16px;
}
.prev-next a:nth-child(2) {
  margin: 0 0 0 1.5%; }
.sns-btn a {
	padding: 10px 4px;
	font-size: 10px;
	width: 33.3%;}
}  

/*★サイトの基準設定 -------------------------------------------------------------------------*/  
body {
  background:#000;
  color: #fff;
  font-size: 12px;
  /*font-family: Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ",Osaka,verdana,"Meiryo", "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;*/
     font-family: "Zen Kaku Gothic Antique", sans-serif;
 }
a {
  color: #fff; }
.prev-next,
.wrap {
  max-width: 1200px; }
nav,h1,h2,h3,h4,h5 {
  letter-spacing: 0.1rem; } 
.prev-next {
  margin: 40px auto 0;
  text-align: center; }
.prev-next a {
  display: inline-block;
  font-size: 12px;
  padding: 4px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  background: #c9caca;
  width: 15%;
  margin: 0 8px;
  max-width: 230px;
  float: none; }
.contents {
}
  
@media screen and (max-width: 768px) {
.wrap,
.contents .wrap {
  padding: 0 16px; }
.prev-next a {
  width: 47%;
  margin: 0 1.5% 0 0; }
.prev-next a:nth-child(2) {
  margin: 0 0 0 1.5%; }
}

/*★header -------------------------------------------------------------------------*/
header {
  width: 100%;
  margin: auto;
  padding: 0;
  position: fixed;
  background: #eee;
  z-index: 9999; }
header > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 81px;
  height: 73px;
  padding: 0 24px;
}
header .logo {
}
header .logo a {
  display:block; }
header a i {
	margin-right: 4px; }

@media screen and (max-width:768px) {
.sp-hide{
  display: none; }
header .logo {
  width: 40%;
}
}


/*ハンバーガーメニュー*/
#menuToggle {
  position: fixed;
  top: 0;
  right: 0;
  padding: 23px 24px;
  z-index: 9999;
  -webkit-user-select: none;
  user-select: none;
}
#menuToggle a {
  text-decoration: none;
  color: #fff;
  transition: color 0.3s ease;
}
#menuToggle a:hover {
  opacity: .5;
}
#menuToggle input {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #000;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}
#menuToggle span:first-child {
  transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(4px, -1px);
  background: #fff;
}
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, 5px);
}
#menu {
  position: fixed;
  width: 100%;
  /* height: calc(100vh + 100px); */
  top: 72px;
  right: 0;
  margin: 0 0 0 0;
  padding: 40px 24px;
  /* padding-top: 24px; */
  /*background: rgba(0,0,0,.7);*/
  background: #000;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  text-align: center;
}
@media screen and (max-width:768px) {
  #menu {
    width: 100%;
    transform: translate(100%, 0);
  }
  /*#menu {
    top: 49px;
  }*/
  #menu > div {
    flex-wrap: wrap;
  }
  #menu > div ul {
    padding: 0;
    width: 100%;
  }
   #menu > div ul + ul{
    margin-top: 24px;
  }
}
#menu > div {
  display: flex;
  justify-content: center;
}
#menu > div ul {
  padding: 0 4%;
}
#menu li{
  padding: 10px 0;
  font-size: 16px;
}
#menuToggle input:checked ~ div
{
  transform: none;
}


/*画像エフェクト*/
.slide-bottom {
   opacity: 0;
   transform: translateY(70px);
   transition: all .5s 0s ease-out;
 }

/*★h1 -------------------------------------------------------------------------*/
h1 {  
  margin: 0;
  padding: 16px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  font-weight: normal;
  letter-spacing: normal; }
  
/*★h2 -------------------------------------------------------------------------*/
h2 {
  /*text-align: center;
  color: #231815;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
  padding:8px 0;
  margin:24px 0;*/
margin: 0;

    font-size: 48px;
    font-weight: bold;
     font-family: "Zen Kaku Gothic Antique", sans-serif;

}
h3 {
  /*line-height: 1.75;*/
        font-size: 35px;
    font-weight: bold;
     font-family: "Zen Kaku Gothic Antique", sans-serif;
line-height:1.3;
 }
 p {
  font-size:16px;
 }
@media screen and (max-width: 768px) {
h2 {
  /*margin: 24px 8px;*/ }
}
h4 {
  font-weight:bold;
  font-size:16px;
  margin-top:40px;
}

/*★TOP -------------------------------------------------------------------------*/
.catch {
  position:relative;
  padding-bottom:120px;
}
.catch h2 {
  position:absolute;
  top: 28px;
  left:28px;
    text-align: left;
    color: #fff;
    line-height: 1.3;
}
.catch .logo {
  /*position:absolute;
  bottom: 10%;
  left:0;*/
width:100%;
text-align: center;
padding-top:80px;
}
.catch img {
  width:100%;
}
.catch .logo img {
  width:auto;
  height:125px;
}


.bg {
  background:#000;
  color:#fff;
}
.catch + .bg .logox {
  display:flex;
  /*background: url(../img/bg-line.png) no-repeat center bottom;*/
justify-content: space-around;
    align-items: center;
        font-size: 35px;
    font-weight: bold;
line-height:1.3;
}
.catch + .bg > div .logo {
  width:274px;
}
.catch + .bg > div .logo + .logo {
  width:357px;
}
.l-slide {
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.l-slide dt {
  width:50%;
}
.l-slide dd {
  width:45%;
}
.wrap {
  max-width:1000px;
  margin:0 auto;
}
rt {
  font-size:12px;
}
.bg-lens {
 /* background: url(../img/bg-line.png) no-repeat left bottom;
    background-size: contain;*/
/*background: url(../img/bg2a.png) no-repeat left 40%;
    background-size: cover;*/
    /*background:url(../img/bg3.png) no-repeat center;
    background-size: cover;*/
    padding-bottom: 20px;
    color:#fff;
    /*padding-bottom: 100px;*/
}
.bg-lens1 {
  background:url(../img/bg2.png) no-repeat center top;
     background-size: cover;
    padding-bottom: 100px;
    padding-top:80px;
 color:#fff;
 position:relative;
 /*z-index:-1;*/
 clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% calc(100% - 7vw), 0 100%);
}
.bg-lens2 {
  background:url(../img/bg3.png) no-repeat center;
  background-size:cover;
 color:#fff;
 /*position:relative;
 z-index:-1;*/
 padding:40px 0 100px;
  clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% calc(100% - 7vw), 0 100%);
    margin-top: -135px;
    padding: 140px 0 100px;
}
.bg-lens{
    position: absolute;
    top: 23%;
    z-index: 99;
    width:100%;
}
.bg-lens .wrap {
  position:relative;
}
 .lens-bg {
width: 38%;
}
.bg-lens h2 {
position:absolute;
top: 0;
left: 0;
}
.lens-bg-wrap {
  position:relative;
}
.bg-lens1 dl,
.bg-lens dl {
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  padding-top:40px;
  padding-bottom:40px;
  position:relative;
}
.bg-lens1 dl dt,
.bg-lens dl dt {
   /*background:url(../img/lens.png) no-repeat left top; */
width:40%;
}
.bg-lens1 dl dt h2,
.bg-lens dl dt h2 {
  /*position:absolute;
  left:0;
  top: 0;*/
  line-height:1.3;
  display:none;
}
/*.bg-lens2 div,*/
.bg-lens1 dl dd,
.bg-lens dl dd {
  width:45%;
}
.bg-lens2 .wrap div {
  margin-left:55%;
   width:45%;
}
.bg-lens1 dl + div,
.bg-lens dl + div {
  margin-left:45%;
  margin-top: 100px;
}
.aegis {
background: url(../img/bg-line.png) no-repeat left bottom;
    background-size: contain;
    padding-bottom: 140px;
    padding-top:40px;
}
.aegis dl {
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
}
.aegis dl dt {
  width:45%;
  text-align:center;
    font-size:18px;
}
.aegis dl dt p {
  text-align:left;
  margin-top:40px;
}
.aegis dl dt div {
  margin:16px 0;

}
.aegis dl dd {
  width:45%;
}
.lensspec {
  padding-top:40px;
}
.lensspec dl {
    display:flex;
  justify-content:space-between;
  align-items:flex-start;
}
.lensspec dl dt {
  width:45%;
  text-align:center;
    font-size:18px;
}
.lensspec dl dd {
  width:45%;
}
/*-----------*/
.item {
  padding:140px 0 40px;
}
.item ul {
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  flex-wrap:wrap;
}
.item li {
  width:40%;
      font-size:16px;
  line-height:2;
  margin-bottom:40px;
}
.item li .flex {
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.item li .flex div {
  width:45%;

}
.item li:nth-child(1){
  margin:0 30% 40px;
}
.btn a {
  border:1px solid #fff;
  color:#fff;
  padding:12px 16px;
  display:inline-block;
  line-height:1;
  font-size:16px;
}
.link .btn a {
  padding:16px 24px;
}
.link {
  text-align:center;
  padding:24px 0;
}
@media screen and (min-width: 769px) {

}
@media screen and (max-width: 768px) {
h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 19px;
  }
  rt {
    font-size: 8px;
}
.catch h2 {
        top: 12px;
        left: 14px;
        line-height: 1.3;
}
.catch .logo {
    bottom: 10%;
  }
.catch .logo img {
    height: auto;
    width: 20%;
}
  .catch + .bg .logox {
    flex-wrap:wrap;
    font-size:20px;
  }
  .catch + .bg .logox > div:nth-child(1) {
    width:100%;
    text-align:center;
    margin-bottom: 16px;
  }
  .catch + .bg > div .logo {
    width: 40%;
}
  .catch + .bg > div .logo + .logo {
    width: 45%;
}
.bg-lens1 dl, .bg-lens dl,
.lensspec dl,
.aegis dl,
.bg-lens dl,
.l-slide {
  flex-wrap:wrap;
}
.bg-lens2 .wrap div,
.bg-lens1 dl dd, .bg-lens dl dd,
.bg-lens1 dl dt, .bg-lens dl dt,
.lensspec dl dt,.lensspec dl dd,
.aegis dl dt,.aegis dl dd,
.bg-lens2 div,
.bg-lens dl dt,.bg-lens dl dd,
.l-slide dt,.l-slide dd {
  width:100%;
}
.bg-lens1 {
  padding-bottom:160px;
}
.bg-lens1 dl dt h2 {
    margin: 56px 0 0;
}
/*
.lens-bg {
    width: 60%;
    position: absolute;
    top: 0;
    left: 20px;
  }*/
.bg-lens2 {
    padding: 60px 0 100px;
  }
  .bg-lens2 .wrap div {
    margin-left: 0;
}
.item li:nth-child(1) {
    margin: auto;
}
.item li {
    width:100%;
}
/*
.bg-lens1 dl dt h2 {
  display:block;
}
.bg-lens h2 {
  display:none;
}*/
.bg-lens {
    position: absolute;
    top: 120px;
    z-index: 99;
    width: 100%;
}
.bg-lens h2 {
    position: absolute;
    top: 140px;
    left: 16px;
    line-height: 1.2;
}
.bg-lens h2 br {
  display:none;
}
.bg-lens h2 {
    position: absolute;
    top: 140px;
    left: 16px;
    line-height: 1.2;
}
.lens-bg {
    width: 50%;
}
.bg-lens1 dt {
    padding-top: 200px;
  }
/**/
}


.swiper-pagination-bullet {
  background:#fff!important;
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 16px))!important;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 16px))!important;
opacity:1!important;
}

.swiper-pagination .swiper-pagination-bullet:nth-child(1) {
  background:#272727!important;
}
.swiper-pagination .swiper-pagination-bullet:nth-child(2) {
  background:#d9d9d9!important;
}
.swiper-pagination .swiper-pagination-bullet:nth-child(4) {
  background:#DB1B1B!important;
}
.swiper-pagination .swiper-pagination-bullet:nth-child(3) {
  background:#0516D3!important;
}

footer {
  background:#1a1a1a;
  padding:40px 0 0;
  line-height:1.75;
  color:#fff;
}
footer a {
  color:#fff;
  margin:0 16px;
}
footer nav {
  display:flex;
  justify-content:center;
  align-items:center;
}
footer .r-block {
  padding-bottom:40px;
  margin-top:40px;
}
footer .r-block nav{
  justify-content:flex-end;
}
.r-block {
  text-align:right;
}
footer div img {
  max-height: 97px;
  width:100%;
  object-fit: cover;
}
footer small {
  font-size:12px;
    margin-top: 16px;
    display: inline-block;
}

@media screen and (max-width: 768px) {
footer {
    padding: 24px 0 0;
    margin-top: 40px;
}
footer .r-block {
  padding-bottom:24px;
}
footer nav {
  flex-wrap:wrap;
}
footer small {
  font-size:10px;
}
footer a {
    color: #fff;
    margin: 0 8px;
  }
}
/*
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 200px);
  transition: 2s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

*/
/*画像エフェクト*/
.fadeIn{
animation-name:fadeInAnime;
animation-duration:5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(50px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.lens-bg.fadeUp{
animation-name:fadeUpAnime2;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime2{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.l-slide + .l-slide {
  margin-top:80px;
}
@media screen and (max-width: 768px) {
  .l-slide + .l-slide {
  margin-top:40px;
}
}

/* glitch */
.glitch-wrapper {
  width: 100%;
  height: 100%;



}

.glitch {
  position: relative;

  z-index: 1;
}

.glitch:before,
.glitch:after {
  display: block;
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
}

.glitch:before {
  animation: glitch-it 0.3s cubic-bezier(0.15, 0.36, 0.35, 0.84) both infinite;
  color: #00FFFF;
  z-index: -1;
}

.glitch:after {
  animation: glitch-it 0.3s cubic-bezier(0.15, 0.36, 0.35, 0.84) reverse both infinite;
  color: #FF00FF;
  z-index: -2;
}

@keyframes glitch-it {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(-1px, 1px);
  }
  40% {
    transform: translate(-1px, -1px);
  }
  60% {
    transform: translate(1px, 1px);
  }
  80% {
    transform: translate(1px, -1px);
  }
  to {
    transform: translate(0);
  }
}