/*
common.css
*/

/* Fonts
---------------------------------------- */
@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Regular.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Regular.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Regular.woff") format("woff");
}
@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Bold.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Bold.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Bold.woff") format("woff");
}
@font-face {
   font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 400;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format('opentype');
}

@font-face {
   font-family: 'Noto Sans JP';
   font-style: bold;
   font-weight: 700;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format('opentype');
 }


/* ==================================================== */
/* B A S E */
/* ==================================================== */
body, th, td {
  line-height: 2;
  color: #202021;
  background: #FFF;
  font-size: 16px;
  font-family: "YakuHanJPs", "Montserrat", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ",Helvetica, Arial,  sans-serif;
  font-weight:400;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  letter-spacing: 0em;
}
*, *:before, *:after {
  box-sizing: border-box;
}
del {
  text-decoration: line-through;
}
blockquote {
  margin: 1em;
}
.f-medium{
  font-weight:500;
}
.slider-controller button,
.hero button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.f-barlow{
  font-family: "YakuHanJPs", "Barlow Semi Condensed", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ",Helvetica, Arial,  sans-serif;
}
.f-noto{
  font-family: "YakuHanJPs", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ",Helvetica, Arial,  sans-serif; 
}


/* LINK
---------------------------------------- */
a:link {
  color:#202021;
  text-decoration: none;
}
a:visited {
  color:#202021;
  text-decoration: none;
}
a:hover {
  color: #202021;
  text-decoration: none;
}
a:active {
}
.clearfix::after {
  content:'';
  display:block;
  clear: both;
}
a {
  -webkit-tap-highlight-color:rgba(100, 100, 100, 0.5);
}
main{
  display:block;
}

.contact-inner input {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}
.contact-inner textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-slider {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.slick-list.draggable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* ==================================================== */
/* MODULE */
/* ==================================================== */
.wrapper{
  background-color: #f4f4f4;
}

.flex{
  display:flex;
}
.width-inner{
  width:100%;
  max-width:1259px;
  padding-left:28px;
  padding-right:28px;
  margin-left:auto;
  margin-right:auto;
}
.show-sml{
  display: none;
}
.align-c{
  text-align:center;
}
.align-r{
  text-align:right;
}
.sec-ttl{
  font-size:34px;
}
.dir-ttl{
  font-weight: bold;
  font-size:16px;
  line-height: 1;
  display: none;
}
.note{
  font-size:13px;
}
a.color-blue{
  color: #30b1fd;  
}

.btn-primary{
  display: inline-block;
  min-width: 230px;
  height: 48px;
  margin: 0 auto;
  padding: 15px 16px;
  border: 1px solid #dbdbdb;
  border-radius: 24px;
  text-align: center;
  line-height: 1;

  transition: background 0.4s ease-out, color 0.4s ease-out, border 0.4s ease-out;
}
.ua-desktop .btn-primary:hover,
.ua-desktop .btn-primary.hover{
  color: #fff;
  background-color: #30b1fd;
  border: 1px solid #30b1fd;
  transition: background 0.2s ease-out, color 0.2s ease-out, border 0.2s ease-out;
}
.sec-ttl{
  font-size:34px;
  font-weight: bold;
  line-height: 1.2;
}
.sec-sttl{
  font-size:14px;
}
.box-sec-ttl.white{
  color:#fff;
}
body.home .archive-unit.special-unit li{
  width:calc(33.3% - 16px);
  margin-bottom: 31px;
  margin-right:24px;
}
body.home .archive-unit.special-unit .item .metabox{
  padding:13px 0 0;
}
@media screen and (min-width:1001px){
  body.home .archive-unit.special-unit li:nth-child(n+6){
    margin-bottom: 0;
  }  
  body.home .archive-unit.special-unit li:nth-child(3n){
    margin-right:0;
  }
}

@media screen and (min-width:801px) and (max-width: 1000px){
  body.home .archive-unit.special-unit li{
    width:calc(50% - 12px);
  }
  body.home .archive-unit.special-unit li:nth-child(n+8){
    margin-bottom: 0;
  }  
  body.home .archive-unit.special-unit li:nth-child(2n){
    margin-right:0;
  }
  body.home .archive-unit.special-unit li:nth-child(9){
    display: none;
  }
}




.social-unit li{
  line-height: 1;
}
.social-unit li a{
  display: block;
  padding:10px;
  opacity: 1;
  transition: opacity 0.4s ease-out;  
}
.social-unit li a:hover{
  opacity: 0.5;
  transition: opacity 0.2s ease-out;
}
.archive-information-unit li{
  position: relative;
  border-bottom:1px solid #202021;
}
.hover-item::before{
  content: '';
  position: absolute;
  z-index: 0;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  display: block;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.47s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: transform 0.47s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hover-item.hover::before{
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);  
}
.archive-information-unit li a{
  display: block;
  position: relative;
  padding-top: 42px;
  padding-bottom: 40px;
  padding-right: 28px;
  font-size: 18px;
}
.archive-information-unit li .date{
  width:150px;
  position: absolute;
  top:0;
  left:0;
  height: 100%;
  padding-top: 43px;
  padding-left:30px;  
  letter-spacing: 0.04em;
}
.archive-information-unit li .date span{
  font-weight: bold;
}
.archive-information-unit li .ttl-item{
  padding-left:150px;
}
.archive-unit{
  flex-wrap:wrap;
  width:calc(100% + 0px);
}
.archive-unit .item{
  width:calc(25% + 0px);
  width:calc((100% - 3px) / 4 ) ;
  background-color: #fff; 
}
.archive-unit .item{

}
.archive-unit .item .imgbox{
  text-align: center;
  overflow:hidden;
}
.archive-unit .item img{
  width:auto;
  max-width: 100%;
  height: auto;
  transform: scale(1); 
  transition: transform 0.4s ease-out;
  will-change:transform;
}
.archive-unit .item:hover img{
  transform: scale(1.1);
  transition: transform 0.2s ease-out;
}
.archive-unit .item .metabox{
  padding: 16px 20px;
}
.archive-unit .item .metabox p{
  font-size:14px;
  line-height: 1.8;
}

@media screen and (min-width: 800px){
  .archive-unit .item:not(:nth-child(4n)){
    margin-right: 1px;
  }  
}

@media screen and (min-width:800px) and (max-width: 1000px){
  .archive-unit.download-unit .item{
    width:calc((100% - 3px) / 2);
  }
}


.archive-unit.novelsingle-unit .item{
  width:33.3%;
  margin-right:0;
}
.archive-unit.novelsingle-unit .item img{
  max-height: 300px;
}


.archive-unit.product-unit .item .imgbox{
  padding-top:100%;
  position: relative;
}
.archive-unit.product-unit .item .imgbox figure{
  position: absolute;
  top:0;
  left:0;
  text-align: center;
  width: 100%;
}
.archive-unit.product-unit .item .imgbox img{
  max-height: 300px;
}

.archive-unit.special-unit .metabox .num-item{
  color:#30b1fd;
}

.archive-unit.special-unit .item .imgbox{
  max-height: 223px;
  padding-top:74.33%;
  position: relative;
}  
.archive-unit.special-unit .item .imgbox figure{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  text-align: center;
}




.archive-unit.onlinestore-unit .item .metabox p.detail{
  margin-top: 6px;
  font-size: 13px;
  overflow:hidden;
}
.archive-unit.onlinestore-unit .detail .price{
  float: right;
  color: #29affc;
}

.archive-unit.works-unit .item{
  width:300px;
}


.works .works-unit .metabox{
  min-height: 90px;
}
.works .box-slider .slick-list{
  overflow:visible;
}
.works .slider-controller{
  position: absolute;
  top:0;
  left:30px;
  width:90px;
  height: 100%;
}
.works .slider-controller .arrow{
  background-color: #202021;

  width:90px;
  height:90px;
  transition: background 0.4s ease-out;
}
.works .slider-controller .arrow:hover{
  background-color: #363637;
  transition: background 0.2s ease-out;
}
.works .slider-controller .arrow span{
  position: relative;
  display: block;
  height: 100%;
  padding-left: 34px;
  padding-top: 37px;
  color:transparent;
}
.works .slider-controller .arrow span:before{
  content:'';
  display: block;
  width:15px;
  height:15px;
  border-top:1px solid #fff;
  border-right:1px solid #fff;
  transform: rotate(45deg);
}
.works .slider-controller .arrow.prev{
  transform:rotate(180deg);
}

/* MENUICON==================================================== */
.menu-icon{
  display: block;
  position:absolute;
  top:30px;
  right:16px;
  z-index:20;
  width:44px;
  padding: 15px 12px;
  cursor: pointer;
}


.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
}
.menu-trigger {
  display:block;
  position: relative;
  z-index: 100;
  width: 20px;
  height: 14px;  
}
.menu-trigger span {
  position: absolute;
  z-index:2;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  will-change:transform;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
  width: 100%;
}
.menu-trigger span:nth-of-type(2) {
  top: 6px;
  width: 100%;
  transition: width 0.2s ease-out;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
  width: 100%;
  transition: width 0.2s ease-out;
}
.menu-icon.active .menu-trigger span{
  background:#000;
  transition:400ms;
}
.menu-icon.active .menu-trigger span:nth-of-type(1) {
  transform-origin:left top;
  transform-origin:center;
  -webkit-transform: translateY(6px) translateX(0px) rotate(45deg);
  transform: translateY(6px) translateX(0px) rotate(45deg);
}
.menu-icon.active .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}

.menu-icon.active .menu-trigger span:nth-of-type(3) {
  transform-origin:left bottom;
  transform-origin:center;
  -webkit-transform: translateY(-6px) translateX(0px) rotate(-45deg);
  transform: translateY(-6px) translateX(0px) rotate(-45deg);
  width: 100%;
}

.ua-desktop .menu-icon:hover .menu-trigger span:nth-of-type(2) {
  width: 80%;
  transition: width 0.2s ease-out;
}
.ua-desktop .menu-icon:hover .menu-trigger span:nth-of-type(3) {
  width: 60%;
  transition: width 0.2s ease-out;
}

/*
body.home .menu-trigger span{
  background-color: #fff;
}
body.home .menu-icon.active .menu-trigger span{
  background-color: #000;
}
*/
.menu-head{
  position: fixed;
  width:100%;
}
.menu-head .inner{
  position: relative;
  width:100%;
  max-width: 1260px;
  margin:0 auto;
}
.menu-close{
  
  display: none;
  position:absolute;
  top:30px;
  right: 10px;
  z-index:20;

  cursor: pointer;  
}
.menu-close a{
  display: block;
    width:45px;
  height:45px;
  padding: 12px 12px;
}
.menu-close a span{
  pointer-events: none;
  display: block;
  width:100%;
  height:100%;
  position: relative;
}
.menu-close a span::before,
.menu-close a span::after{
  content:'';
  display: block;
  position: absolute;
  background-color: #202021;
  width:100%;
  height:2px;
}
.menu-close a span::before{
  transform-origin:left top;
  transform: rotate(45deg);
  top:0;
}
.menu-close a span::after{
  transform-origin:left bottom;
  transform: rotate(-45deg);
  bottom: 4px;
}
/* HEADER ---------------------------------------- */
header{
  position: absolute;
  z-index:3;
  top:0;
  left:0;
  width:100%;
  height:100px;
  overflow: hidden;  
}
header .inner{
  position: relative;
  width:100%;
  max-width:1260px;
  margin:0 auto;
}
header::before{
  content: '';
  display: block;
  width:100%;
  width:100%;
  height: 100%;
  background-color:#fff;  

  position: absolute;
  top:0;
  left:0;
}
.subheader{
  position: fixed;
  top:0;
  left:0;
  z-index:10;
  width:100%;
  height:74px;
  background-color:rgba(255, 255, 255, 0.8);  
  transform:translateY(-74px);
  /*
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  */
  opacity:1;
  transition: transform 0.2s ease-out,opacity 0.4s ease-out;
}
.subheader .inner{
  position: relative;
  width:100%;
  max-width:1260px;
  margin:0 auto;
}
.subheader::before{
  content:'';
  display: block;
  position: absolute;
  top:0;
  left:0;
  z-index:0;
  width:100%;
  height:74px;  
  box-shadow: 0px 0px 50px 28px rgba(255, 255, 255, 0.5) inset;
}
.ua-safari .subheader::before,
.ua-edge .subheader::before{
  display:none;
}
.ua-safari .subheader
.ua-edge .subheader,
.ua-chrome .subheader{
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);  
}


.subheader .menu-icon{
  top:14px;
}
.subheader.is-show{
  transform:translateY(0px); 
  transition: transform 0.2s ease-out;
}
.subheader .site-logo{
  top:18px;
  width:57px;
  height: auto;
}
.site-logo{
  position: absolute;
  top:30px;
  left:28px;
  width:77px;
}
body.home header .site-logo img{
  opacity: 0;
}
body.home header .site-logo{
  background-image:url(../img/assets/age-logo.png);
  background-size:77px 47px;
  background-repeat: no-repeat;
  background-position: center left;
}
.site-logo a{
  display: block;
  opacity: 1;
  transition: opacity 0.4s ease-out;  
}
.ua-desktop .site-logo a:hover{
  opacity: 0.5;
  transition: opacity 0.2s ease-out;  
}
.site-logo img{
  width:100%;
  height: auto;
}
.header-nav{
  position: absolute;
  top: 0;
  right: 24px;
}
.gnav{
  position: relative;
  right: 57px;
}
.gnav li a{
  display: block;
  position: relative;
  padding: 43px 15px 43px;
  color:#000;
  font-size: 14px;
  line-height:1;
  letter-spacing: 0.04em;
}
.gnav li a::after{
  content:'';
  display: block;
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  height:5px;
  background-color: #30b1fd;
  background-color: transparent;
  transition: background 0.4s ease-out;
}
.gnav li.current a::after{
 background-color: #30b1fd;
}
.gnav li a:hover::after{
 background-color: #30b1fd;
 transition: background 0.2s ease-out;
}

body.home header::before{
  background-color:rgba(255, 255, 255, 0);
}
body.home .gnav li a{
  color:#fff;
}
body.home header .menu-trigger span{
  background-color: #fff;
}
/*
body.home header .gnav li a{
  color:#fff;
}*/
.btn-acount{
  position: absolute;
  top: 75px;
  right: 0;
  width:198px;
  height:49px;
  background-color:#fff;
  border-radius: 25px;
  overflow: hidden;
}
.btn-acount a{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn-acount .textbox{
  display: block;
  width:100%;
  text-align: center;
}
.btn-acount .imgbox{
  display: block;
  width:60px;
  height:49px;  
  background-color:#30b1fd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-acount .imgbox svg{
  width:16px;
  height:20px;
}
.btn-acount .imgbox svg .path{
  fill:#fff;
}


/* FOOTER ---------------------------------------- */
.footer{
  background-color: #fff;
  padding-top:80px;
  padding-bottom: 58px;
}
.footer-logo{
  position: relative;
  z-index:2;
  width:62px;
}
.footer-logo a{
  display: block;
  opacity: 1;
  transition: opacity 0.4s ease-out;  
}
.footer-logo a:hover{
  opacity: 0.5;
  transition: opacity 0.2s ease-out;
}
.footer .inner{
  position:relative;
  max-width:1310px;
  width:100%;
  margin: 0 auto;
  padding-left:30px;
  padding-right: 30px;
}
.footer-nav{
  position: relative;
  margin-top: -49px;
  margin-bottom: 39px;
  padding-left:30px;
  padding-right: 30px;
  font-size: 14px;
}
.footer-nav a{
  display: block;
  padding: 8px 0;
  opacity: 1;
  transition: opacity 0.4s ease-out;  
}
.footer-nav li.disabled a{
  color:#ccc;
  pointer-events: none;
}
.footer-nav a:hover{
  opacity: 0.5;
  transition: opacity 0.2s ease-out;
}
.footer-nav .nav-parent{
  display: inline-block;
}
.footer-nav .nav-parent:nth-child(1){
  position: relative;
  left:25%;
}
.footer-nav .nav-parent:nth-child(2){
  position: absolute;
  left:50%;
}
.footer-nav .nav-parent:nth-child(3){
  position: absolute;
  left:75%;
}
.footer .social-unit{
  margin-left: -10px;
  margin-bottom: 5px;
}
.footer .copyright{
  color: #b4b4b4;
  line-height: 1.7;
  font-size: 11px;
}


/* MENU ---------------------------------------- */
body .block-page,
body .home-block-page,
body .footer{
  transition: filter 0.2s ease-out;
}
body.is-menuopen .block-page,
body.is-menuopen .home-block-page,
body.is-menuopen .footer{
  filter:blur(5px);
}
.menu{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:10;
  display:none;
}
.menu-overlay{
  position:fixed;
  z-index:1;
  background:#000;
  opacity:0.5;
  top:0;
  left:0;
  width:100vw;
  height:100vh;
  opacity:0;
}
.menu-content{
  position: relative;
  z-index:2;
  padding:30px 30px 100px;
  background-color: #fff;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu-content .menu-logo-wrapper{
  max-width: 1260px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto 80px;
}
.menu-logo{
  position: relative;
}

@media screen and (min-width:801px){
  .menu-content{
    transform: translateY(-568px);  
  }
  body.is-menuopen .menu-content{
    transform: translateY(0px);
  }  
}

@media screen and (max-width:800px){
  .menu-content{
    transform: translateX(-290px);  
  }
  body.is-menuopen .menu-content{
    transform: translateX(0px);
  }  
}


.menu-head{
  position: fixed;
  z-index:3;
}
.menu-logo{
  /*
  position: absolute;
  z-index: 3;
  top:30px;
  left:28px;
  */
}
.menu-logo a{
  display: block;
  opacity:1;
  transition: opacity 0.4s ease-out;
}
.ua-desktop .menu-logo a:hover{
  opacity:0.5;
  transition: opacity 0.4s ease-out;  
}
.menu-content .inner{
  position: relative;
  max-width:1123px;
  width:100%;
  margin:0 auto;
  padding: 0 30px;
}

.menu-nav.primary{
  width: 50%;
}
.menu-nav.primary li{
  position: relative;
  padding-left:42px;
}
.menu-nav.primary li:before{
  content: '';
  display:block;
  position: absolute;
  top: 18px;
  left:0;
  background-repeat: no-repeat;
  background-size:14px 11px;
  width:14px;
  height:11px;
}
.menu-nav.primary li:nth-child(1):before{
  background-image:url(../img/assets/menunum-01.png);
  background-size:11px 11px;
  width:11px;
  height:11px;
}
.menu-nav.primary li:nth-child(2):before{
  background-image:url(../img/assets/menunum-02.png);
}
.menu-nav.primary li:nth-child(3):before{
  background-image:url(../img/assets/menunum-03.png);
}
.menu-nav.primary li:nth-child(4):before{
  background-image:url(../img/assets/menunum-04.png);
}
.menu-nav.primary li:nth-child(5):before{
  background-image:url(../img/assets/menunum-05.png);
}

.menu-nav.primary li,
.menu-nav.secondary li{
  margin-bottom: 12px;
}
.menu-nav.primary li:last-child,
.menu-nav.secondary li:last-child{
  margin-bottom: 0;
}

.menu-nav.primary a,
.menu-nav.secondary a{
  display: inline-block;
  padding: 10px 0px;  
  font-size:34px;
  font-weight: bold;
  line-height: 1;
  opacity:1;
  transition: opacity 0.4s ease-out;
}

.ua-desktop .menu-nav.primary a:hover,
.ua-desktop .menu-nav.secondary a:hover{
  opacity:0.5;
  transition: opacity 0.2s ease-out;
}
.menu-nav.secondary{
  position: absolute;
  left:calc(50% + 0px);
  top:0;
}
.menu-nav.sub{
  position: absolute;
  top: 230px;
  left:calc(50% - 15px)
}
.menu-nav.sub a{
  display: block;
  padding:15px;
  font-size:14px;
  opacity: 1;
  transition: opacity 0.4s ease-out;
}
.ua-desktop .menu-nav.sub a:hover{
  opacity: 0.5;
  transition: opacity 0.2s ease-out; 
}
.menu-nav.sub li.disabled a{
  color:#ccc;
  pointer-events: none;
}
.block-page{
  padding-top:100px;
  overflow: hidden;
  background-color: #f4f4f4;
}
span.grid{
  display: block;
  width:1px;
  height:100%;
  background-color: #fff;
  position: absolute;
  top:0;
}
body.information span.grid,
body.post-type-archive-information span.grid,
body.single-information span.grid{
  background-color: #525252;
}
span.grid:nth-child(1){
  left:-1px;
}
span.grid:nth-child(2){
  left:25%;
  left:calc( (100% - 3px) / 3);
}
span.grid:nth-child(3){
  left:calc( 1px + (100% - 3px) / 1.5);
}
span.grid:nth-child(4){
  right:-1px;
}
.block-page.black{
  background-color: #000;
}
.page-content{
  position: relative;
  z-index: 2;
}
.area-wrapper{
  position: relative;
  padding-top:96px;
  padding-bottom:110px;
}
body.product .block-page,
body.products-template-default .block-page,
body.post-type-archive-products .block-page,
body.special .block-page,
body.special-template-default .block-page,
body.post-type-archive-special .block-page,
body.support .block-page,
body.page-template-support .block-page{
  background-color: #f4f4f4;
}
.area-content{
  background-color: #fff;
}
body.single .area-content{
  padding: 59px 70px 30px;
}
body.archive.product .area-content,
body.post-type-archive-products .area-content,
body.archive.special .area-content,
body.post-type-archive-special .area-content,
body.archive.onlinestore .area-content,
body.fanclub .area-content,
body.page-template-fanclub .area-content,
body.recruit .area-content,
body.page-template-recruit .area-content{
  background-color: transparent;
}

/* SINGLE */
/* ==================================================== */
.ttl-article{
  font-size:26px;
  font-weight: normal;
  line-height:2;
  margin-bottom: 22px;
}
.article-meta .date{
  font-size:14px;
  color:#28a2e9;    
  margin-bottom: 11px;
}
.article-meta .social-unit{
  margin-bottom:62px;
  margin-left: -10px;
}
.base-content{
  margin-bottom: 0;
  color:#202021;
}
.base-content p{
  margin-bottom: 36px;
}
.base-content a{
  text-decoration:underline;
}
.base-content a:hover{
  cursor:pointer;
  text-decoration:none; 
}
.base-content p.caption{
  font-size:14px;
}
.base-content h3{
  margin-top: 25px;
  margin-bottom: 10px;
  font-size:18px;
}
.base-content .caption{
  font-size: 12px;
  font-weight: bold;
}
.base-content img{
  max-width:100%;
  height:auto;
}
.base-content p img{
  padding:7px 0 22px;
}
.base-content .box{
  display:inline-block;
  font-size:13px;
  padding:14px;
  border:1px solid #d5d5d5;
  margin-bottom:33px;
  margin-top: 8px;
}
.base-content .box p:last-child{
  margin-bottom:40px;
}

/* PRODUCT -------------------- */
.base-content .box-productimg{
  width: calc((100% - 1px) / 2);
  padding-right:40px;
  text-align: center;
}
.base-content .box-productimg .link-productpage a{
  display: block;
  height:80px;
  padding-top:25px;
  background-color: #30b1fd;
  text-decoration: none;
  font-size:15px;
  color:#fff;
  text-align: center;
  opacity: 1;
  transition:opacity 0.4s ease-out;
}
.base-content .box-productimg .link-productpage a:hover{
  opacity: 0.5;
  transition:opacity 0.2s ease-out;  
}
.base-content .box-productdetail{
  width: calc((100% + 1px) / 2);
}
.base-content .box-productdetail .ttl-detail{
  margin-bottom: 15px;
  color:#000;
  font-size:16px;
  font-weight: bold;
}
.base-content .box-productdetail .table-detail{
  margin-bottom: 28px;
}
.base-content .box-productdetail .table-detail tr:not(:last-child){
  border-bottom: 1px solid #fff;
}
.base-content .box-productdetail .table-detail th{  
  width: 140px;
  padding: 11px 20px;
  background-color: #f4f4f4;
  border-right: 1px solid #fff;
  font-size:14px;
  font-weight: bold;
  text-align: left;
}
.base-content .box-productdetail .table-detail td{
  padding: 11px 20px;
  font-size:14px;
  background-color: #fafafa;
}
.base-content .box-productdetail .productlink-unit{
  margin-top: 17px;
  margin-bottom: 26px;
}
.base-content .box-productdetail .productlink-unit li a{
  display: block;
  width:260px;
  height:70px;
  padding-top: 19px;
  background-color: #202021;
  border-radius: 5px;
  color:#fff;
  font-size:15px;
  text-align:center;
  text-decoration: none;
  opacity: 1;
  transition:opacity 0.4s ease-out;  
}
.base-content .box-productdetail .productlink-unit li a:hover{
  opacity: 0.5;
  transition:opacity 0.2s ease-out;    
}
.base-content .box-productdetail .productlink-unit li:nth-child(2){
  margin-left:12px;
}
.base-content .box-productdetail .text-area{
  font-size:15px;
  color:#202021;
  font-weight: bold;
  line-height: 1.6;
}
.base-content .box-productdetail .text-area h3{
  font-size:16px;
}
.base-content .box-productdetail .text-area p{
  margin-bottom: 8px;
}
.base-content .box-productdetail .text-area a{
  color:#30b1fd;
  text-decoration: none;
}
.base-content .box-productdetail .text-area strong{
  color:#f03c55;
}
.base-content .box-productdetail .text-area .attention-list li{
  font-size:13px;
}



/* archive */
/* ==================================================== */
.area-directory-ttl{
  margin-bottom:51px;
}


/* utility */
/* ==================================================== */
.utility-inner{
  padding: 51px 70px 64px;
}


/* article-nav */
/* ==================================================== */
.article-nav.flex{
  max-width: 1200px;
  margin:60px auto 0;
  padding:0 30px;
  justify-content: space-between;
  align-items:center;
}
.article-nav .arrow a{
  display: block;
  width:65px;
  height:46px;
  position: relative;
}
.article-nav .arrow a:before,
.article-nav .arrow a:after{
  content:'';
  display: block;
  width:100%;
  height:1px;
  position: absolute;
  left:0;

  background-color: #fff;
  transform-origin: right top;
}
.article-nav .arrow a:before{
  top:0;
  transform: rotate(-20deg);
}
.article-nav .arrow a:after{
  bottom:0;
  transform: rotate(20deg);
}
.article-nav .next{
  transform:rotate(180deg);
}

.article-nav .index{
  width: 80px;
  height: 50px;
}
.article-nav .index a{
  display:block;
  padding: 10px;
  height:100%;  
  position:relative;
  cursor:pointer;
}
.article-nav .index a .index-link-inner{
  position: relative;
  height: 100%;
}
.article-nav .index span{
  width:100%;
  height:1px;
  background:#fff;
  position:absolute;
  left:0;
}
.article-nav .index span:first-child{
  top:0;
}
.article-nav .index span:nth-child(2){
  top:50%;
  margin-top:-0.5px;
}
.article-nav .index span:nth-child(3){
 bottom:0; 
}
.article-nav.black .index span{
  background-color: #000;
}
.article-nav.black .arrow a:before,
.article-nav.black .arrow a:after{
  background-color: #000;
}
.article-nav li a{
  opacity: 1;
  transition: opacity 0.4s ease-out;
}
.article-nav li a:hover{
  opacity: 0.5;
  transition: opacity 0.2s ease-out;
}
.directory-indicator{
  position: fixed;
  z-index: 1;
  top: 0;
  left: 2%;
  display: inline-block; 
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1;

  width:200px;
  margin-top: 100px;
  text-align: center;
  transform-origin: left top;
  transform: translateY(50vh) rotate(-90deg);
}

body.category-news .directory-indicator,
body.post-type-archive-information .directory-indicator,
body.information-template-default .directory-indicator{
  color:#fff;
}
@media screen and (min-width: 1370px){
  .directory-indicator{
    left:60px;
  }
}
@media screen and (max-width: 1330px){
  .directory-indicator{
    display: none;
  }
}

/* ==================================================== */
/* L A Y O U T */
/* ==================================================== */



/* H O M E */
/* ==================================================== */
body.home{
  background-color: #f4f4f4;
}
.home-area-main{
  padding-bottom: 100px;
}
.hero{
  position: relative;
}
.hero-slider{
  height:100vh;
}
.hero-slider .slider-item {
  height:100vh;
  max-height: 100%;
  position: relative;
  /*
  display: flex;
  align-items: center;  
  */
}
.hero-slider .slider-item .bg-image{
  position: absolute;
  top:0;
  left:0;
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center center;
  width:100%;
  height:100%;
}
.hero-slider .metabox{
  position: absolute;
  color:#fff;
  width:100%;
  /*
  top: 50%;
  margin-top: -100px;
  */

  display: flex;
  height:100%;
  align-items: center;



}
.hero-slider .metabox .inner{
  width:100%;
  max-width:1260px;
  margin:0 auto;
  padding-left:30px;
  padding-right:30px;
}
.hero-slider .metabox .ttl-hero-box{
  max-width:50%;
  overflow:hidden;
  margin-bottom: 15px;
}
.hero-slider .metabox .box-ttl{
  transform:translateY(100%);
}
.hero-slider .metabox .ttl-hero{
  margin-bottom: 4px;
  font-size: 62px;
  line-height: 1;
  letter-spacing: 0.02em;
}
.hero .metabox .sttl-hero{
  font-weight: bold;
  font-size:16px;
  transform: scale( 0.86 , 1 );
  transform-origin: left center;  
}



.hero-slider .metabox .text-hero{
  max-width:50%;
  margin-bottom: 28px;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 1.6;
  transform: scale( 0.86 , 1 );
  transform-origin: left center;    
}
.hero-slider .metabox .text-hero p{
 margin-bottom: 30px; 
}
.hero-slider .metabox .text-hero p:last-child{
  margin-bottom: 0;
}

.hero .metabox.show .box-ttl{
  transform: translateY(0);
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);/*easeoutquart*/
}
.hero-slider .metabox a{
  display: inline-block;
  position: relative;
  padding-right: 50px;
  color: #fff;
  font-size: 15px;
  background-image: url(../img/assets/arrow-hero.svg);
  background-size: 30px 21px;
  background-repeat: no-repeat;
  background-position: center right;

  opacity:1;
  transition: opacity 0.4s ease-out;
}
.ua-desktop .hero-slider .metabox a:hover{
  opacity: 0.5;
  transition: opacity 0.2s ease-out; 
}
.hero .hero-linkarea{
  position: absolute;
  bottom: 0;
  left:0;
  width:100%;
}
.hero .hero-linkarea .inner p{
  height: 100px;
  background-color: #fff;
}
.hero .hero-linkarea .inner p a{
  display: inline-block;
  position: relative;
  padding-right: 50px;
  font-size: 15px;
  background-image: url(../img/assets/arrow-hero-black.svg);
  background-size: 30px 21px;
  background-repeat: no-repeat;
  background-position: center right;
  float: right;
  margin-top: 34px;
  margin-right: 50px;
  opacity:1;
  transition: opacity 0.4s ease-out;
}
.ua-desktop .hero .hero-linkarea .inner p a:hover{
  opacity:0.5;
  transition: opacity 0.2s ease-out;  
}

.hero .dots-container{
  width:100%;
  position: absolute;
  bottom: 140px;
  left: 0;
}
.hero .dots-inner{
  margin:0 auto;
    max-width: 1259px;
    padding-left: 28px;
    padding-right: 28px;
}
.hero .slick-dots li{
  float:left;
  width:70px;
  height: 2px;
  background-color:#fff;
  margin-right:10px;
  position: relative;
  overflow: hidden;
}
.hero .slick-dots li::after{
  content:'';
  display: block;
  width:100%;
  height:100%;
  position: absolute;
  top:0;
  left:0;
  background-color: #29affc;
  
  transform:translateX(-100%);
  will-change: transform;
  opacity:0;
}
.hero .slick-dots li.slick-active::after{
  transform:translateX(-0%);
  opacity:1;
  transition: transform 4.8s linear, opacity 0.2s linear;
}
.hero .slick-dots button{
  width:100%;
  height:100%;
  text-indent: -9999px;
  display: block;
}


.hero .scrolldown a{
  display: block;
  color:#fff;
  font-size:14px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.hero .scrolldown{
  position: absolute;
  bottom:95px;
  left:50%;
  margin-left:-36px;
  text-align: center;
  opacity:1;
  transition: opacity 0.4s ease-out;
}
.hero .scrolldown:hover{
  opacity:0.5;
  transition: opacity 0.2s ease-out;
}
.hero .scrolldown span{
  display: block;
  position: relative;
  width:73px;
  height:23px;
  margin-top: 13px;
  animation: scrolldown 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite 1s;
  /*easeinoutquad*/
}
.hero .scrolldown span::before,
.hero .scrolldown span::after{
  content: '';
  display: block;
  width:43px;
  height:2px;
  background-color: #fff;
  position: absolute;
  top:0;
}
.hero .scrolldown span::before{
  left:0;
  transform-origin: top left;
  transform: rotate(30deg);
}
.hero .scrolldown span::after{
  right:0;
  transform-origin: top right;
  transform: rotate(-30deg);
}

@keyframes scrolldown{
  0%{
    transform: translateY(0);
    opacity: 1;
  }
  16%{
    transform: translateY(10px);
    opacity: 0;    
  }
  32%{
    transform: translateY(-10px);
    opacity: 0;    
  } 
  50%{
    transform: translateY(0px);
    opacity: 1;    
  } 
  100%{
    transform: translateY(0px);
    opacity: 1;    
  }      
}






.works{
  margin-top: -90px;
  margin-bottom: 60px;
}
.works .inner{
  padding-left:120px;
  position: relative;
}
.works .box-slider{
  width:1200px;
}
.sec-primary{
  margin-bottom: 40px;
  background-color:#fff;
}
.sec-primary:nth-child(2){
  margin-bottom: 50px;
}
.sec-primary .imgbox{
  width:calc(50% + 0px);
}
.sec-primary .imgbox a{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-primary .imgbox img{
  max-width:100%;
}
.sec-primary .textbox{
  width:calc(50% + 0px);
  padding: 53px 70px 40px;
}
.sec-primary .textbox .text-sec-primary{
  
  font-size:15px;
}
@media screen and (min-width:801px){
  .sec-primary .textbox .text-sec-primary{
    min-height: 137px;  
  }
}

.sec-primary .textbox .box-sec-ttl{
      margin-bottom: 15px;
}
.sec-primary .textbox .sec-link{
  margin-top: 30px;
}
.sec-primary.sec-download .imgbox{
  order:2;
}
.sec-special{
  margin-bottom: 40px;
  background-color:#fff;
  max-width:873px;
  width:calc(100% - 330px);
  padding: 70px 70px 50px;
}
.sec-special .sec-link{
  text-align: center;
}
.sec-special .box-sec-ttl{
  margin-bottom: 40px;
}
body.home .archive-unit.special-unit{
  margin-bottom: 71px;
}
.sec-secondary{
  width:calc(50% - 10px);
  background-color: #fff;
}
.sec-secondary a{
  display: block;
  padding: 49px 30px;
}
.sec-secondary div.disabled{
  padding: 55px 30px;
}
.sec-secondary div.disabled .btn-primary{
  pointer-events: none;
  border: 1px solid transparent;
}
.sec-secondary a:hover .btn-primary{
  background-color: #30b1fd;
  border: 1px solid #dbdbdb;
  color:#fff;
  transition: background 0.2s ease-out, color 0.2s ease-out, border 0.2s ease-out;
}
.sec-secondary .box-sec-ttl{
  margin-top: 13px;
  margin-bottom: 14px;
}
.sec-secondary .box-btn{
  margin-top: 18px;
}
.content-link.l-row{
  justify-content: space-between;
}
.content-middle{
  position: relative;
}
.sidebar{
  position: absolute;
  top:37px;
  right:0;
  width:370px;
}

.innercontentlink{
  margin-bottom: 30px;
}
.innercontentlink-unit li:first-child{
  margin-bottom: 0px;
}
.innercontentlink-unit li a{
  height:146px;
  display: flex;
  background-color: #202021;
  border-radius: 5px;
  overflow: hidden; 
}
.innercontentlink-unit li .textbox{
  width:224px;
  height:100%;
  color: #fff;
  padding-top: 40px;
  padding-left: 39px;  
}
.innercontentlink-unit li .item-ttl{
  margin-bottom: 8px;
  font-size: 26px;
  line-height: 1.4;
}
.innercontentlink-unit li p{
  font-size: 14px;
  line-height: 1;
}
.innercontentlink-unit li .imgbox{
  width:146px;
  height:100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.4s ease-out;
}

.innercontentlink-unit li .imgbox svg path,
.innercontentlink-unit li .imgbox svg circle{
  fill: #fff;
  transition: fill 0.4s ease-out;
}


.innercontentlink-unit li.item-acount .imgbox{
  background-color: #30b1fd;
}
.innercontentlink-unit li.item-acount .imgbox svg{
  width:26px;
  height: 32px  
}
.innercontentlink-unit li.item-fanclub .imgbox{
  background-color: #ff7ba5;
}
.innercontentlink-unit li.item-fanclub .imgbox svg{
  width:32px;
  height: 28px;
}


.innercontentlink-unit li.item-acount a:hover .imgbox,
.innercontentlink-unit li.item-fanclub a:hover .imgbox{
  background-color: #fff;
  transition: background 0.2s ease-out;
}

.innercontentlink-unit li.item-acount a:hover .imgbox svg path,
.innercontentlink-unit li.item-acount a:hover .imgbox svg circle{
  fill: #30b1fd;
  transition: fill 0.2s ease-out;
}
.innercontentlink-unit li.item-fanclub a:hover .imgbox svg path,
.innercontentlink-unit li.item-fanclub a:hover .imgbox svg circle{
  fill: #ff7ba5;
  transition: fill 0.2s ease-out;
}
.box-information{
  padding: 44px 0px 0; 
  background-color: #e4e4e4 
}
.box-information .box-sec-ttl{
  margin-bottom: 33px;
  color: #202021;
}
.home-information-unit{
  padding: 0 40px 10px;
}
.home-information-unit li{
  border-top:1px solid #fff;
}
.home-information-unit li a{
  display: block;
  padding:23px 0;
  font-size: 14px;
  opacity: 1;
  transition: opacity 0.4s ease-out;
}
.home-information-unit li a:hover{
  opacity: 0.5;
  transition: opacity 0.2s ease-out;
}
.home-information-unit li .date{
  color:#30b1fd;
}
.box-information .sec-link a{
  display: block;
  height:80px;
  padding-top:24px;

  color:#fff;
  background-color: #101011;
  transition: background 0.4s ease-out;
}
.box-information .sec-link a:hover{
  background-color: #363637; 
  transition: background 0.2s ease-out;
}


/* INFORMATION - SINGLE */
/* ==================================================== */

/* SPECIAL - SINGLE */
/* ==================================================== */
.base-content.special{
  text-align:center;
}
.base-content.special img{
  max-width:500px;
}
body.special .article-meta .num-special{
  font-size:18px;
  color:#28a2e9;
}

/* archive lineup */
/* ==================================================== */
.sec-archive{
  margin-bottom: 100px;
}
.sec-archive:last-child{
  margin-bottom: 0;
}
.sec-archive .box-sec-ttl{
  margin-bottom: 44px;
}
.sec-archive .box-sec-ttl .sec-ttl{
  font-size:26px;
}


/* ==================================================== */
/* S T A T E */
/* ==================================================== */
.scroll-fade{
  opacity:0;
  transform:translateY(10px); 
  will-change:opacity;
}
.scroll-fade.done{
  opacity:1;
  transform:translateY(0px); 
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}
/* SUPPORT */
/* ==================================================== */
.sort-tab li{
  width:calc((100% - 3px) / 3 ) ;
  margin-right:1px;
}
.sort-tab li:last-child{
  margin-right: 0;
}
.sort-tab li a{
  height:200px;
  display: block;
  background-color: #e6e6e6;
  text-align: center;
  padding-top:63px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  cursor: pointer;
  color: #202021;
  transition: background 0.4s ease-out, color 0.4s ease-out;
}
.sort-tab li a h2{
  font-size:14px;
  font-weight:normal;
}
.sort-tab li a::before{
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  bottom: 0;
  left:50%;
  margin-left:-6px;
  opacity: 0;

  transition: opacity 0.4s ease-out;
}
.sort-tab li a.active,
.ua-desktop .sort-tab li a:hover{
  color: #fff;
  background-color: #30b1fd;
  transition: background 0.2s ease-out, color 0.2s ease-out;
}
.sort-tab li a.active{
  pointer-events: none;
}
.ua-desktop .sort-tab li a:hover::before,
.sort-tab li a.active::before{
  transition: opacity 0.2s ease-out;
  opacity: 1;
}
.sort-tab svg path{
  fill:#000;
  transition: fill 0.2s ease-out;
}

.sort-tab.sort-recruit li:nth-child(1) .cls-1,
.sort-tab.sort-recruit li:nth-child(1) .cls-2{
  stroke:#000;
  fill:transparent;
  transition: 0.2s ease-out;
}
.sort-tab.sort-recruit li:nth-child(1) svg path{
  transition: 0.2s ease-out;
}
.sort-tab.sort-recruit li:nth-child(1) a:hover .cls-1,
.sort-tab.sort-recruit li:nth-child(1) a:hover .cls-2,
.sort-tab.sort-recruit li:nth-child(1) a.active .cls-1,
.sort-tab.sort-recruit li:nth-child(1) a.active .cls-2{
  stroke:#fff;
  fill:transparent;
}
.sort-tab.sort-recruit li:nth-child(1) a:hover svg path,
.sort-tab.sort-recruit li:nth-child(1) a.active svg path{
  fill:#fff;
}
.sort-tab.sort-recruit li:nth-child(2) svg path{
  fill:transparent;
  transition: 0.2s ease-out;
}
.sort-tab.sort-recruit li:nth-child(2) .cls-1,
.sort-tab.sort-recruit li:nth-child(2) .cls-2{
  stroke:#000;
  transition: 0.2s ease-out;
}
.sort-tab li a.active svg path,
.ua-desktop .sort-tab li a:hover svg path{
  fill: #fff;
  transition: fill 0.2s ease-out;
}
.sort-tab.sort-recruit li:nth-child(2) a:hover .cls-1,
.sort-tab.sort-recruit li:nth-child(2) a:hover .cls-2,
.sort-tab.sort-recruit li:nth-child(2) a.active .cls-1,
.sort-tab.sort-recruit li:nth-child(2) a.active .cls-2{
  stroke:#fff;
}

.sort-tab.sort-recruit li:nth-child(2) a:hover svg path{
  fill:transparent;
}


.sort-tab .icon{
  display: block;
  height:35px;
  margin-bottom: 10px;
  text-align: center;
}
.sort-dl svg{
  width:32px;
  height: 28px;
}
.sort-cc svg{
  width:32px;
  height: 32px;
}
.sort-qa svg{
  width:28px;
  height: 32px;
}
.sort-mf svg{
  width:32px;
  height: 22px;
}
.sort-dl .icon{
  transform:translateY(3px);
}
.sort-mf .icon{
  transform:translateY(10px);
}
.sort-staff .icon{
  transform:translateY(2px);
}
.tab-unit{
  display: none;
  padding:60px 70px;
}
.tab-unit.active{
  display: block;
}
.tab-support .preface{
  margin-bottom: 60px;
  font-size: 16px;
}
.toggle-unit .item{
  border-top:1px solid #dbdbdb;
}
.toggle-unit .item:last-child{
  border-bottom:1px solid #dbdbdb;
}
.toggle-unit .ttl-toggle{
  position: relative;
  padding-top:40px;
  padding-bottom:40px;  
  cursor: pointer;
}
.toggle-unit .ttl-toggle p{
  transform: translateX(0);
  transition: transform 0.4s ease-out;
}
@media screen and (min-width: 800px){
  .toggle-unit .ttl-toggle:hover p{
    transform: translateX(10px);
    transition: transform 0.2s ease-out;
  }  
}

.toggle-unit .icon-toggle{
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -16px;
  
}
.toggle-unit .icon-toggle::before,
.toggle-unit .icon-toggle::after{
  content: '';
  display: block;
  background-color: #202021;
  position: absolute;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
  will-change:transform;
}
.toggle-unit .icon-toggle::before{
  width:100%;
  height: 1px;
  top:16px;
  left: 0;
  opacity:1;
}
.toggle-unit .icon-toggle::after{
  width:1px;
  height: 100%;
  top:0;
  left:16px;
}

.toggle-unit .item.active .icon-toggle::before,
.toggle-unit .item.active .icon-toggle::after{
  transform:rotate(90deg);
  transition: transform 0.4s ease-out, opacity 0.2s ease-out;
}
.toggle-unit .item.active .icon-toggle::before{
  opacity: 0;
}

.toggle-unit .ttl-toggle p{
  font-size: 16px;
  font-weight: bold;
}
.toggle-unit .content-toggle{
  margin-top: -14px;
  margin-bottom: 40px;
  font-size:14px;
}
.toggle-unit .dlbtn-unit{
  margin-top:30px;
  margin-bottom: 30px;
}
.toggle-unit .dlbtn-unit li{
  width:calc(50% - 10px);
}
@media screen and (min-width: 800px){
  .toggle-unit .dlbtn-unit li:first-child{
    margin-right: 20px;
  }
}
.toggle-unit .dlbtn-unit li a{
  display: block;
  height: 77px;
  padding-top:13px;
  background-color: #202021;
  border-radius: 40px; 

  font-size: 15px;
  color:#fff;
  text-align: center;
  line-height: 1.6;

  transition: background 0.4s ease-out;
}
.toggle-unit .dlbtn-unit li a:hover{
  background-color: #363637;
  transition: background 0.2s ease-out;
}
.toggle-unit .dlbtn-unit li a span{
  font-size: 13px;
}
.toggle-unit .item .content-toggle{
  display: none;
}
.toggle-unit .item.active .content-toggle{
  display: block;
}
.toggle-unit .item.active .content-toggle p.note{
  margin-bottom: 12px;
}

.toggle-unit .item-cc{
  margin-bottom: 12px;
}
.tab-support.tab-mf .box-mf{
  margin-bottom:44px;
  font-size:14px;
}
.tab-support.tab-mf .box-mf li{
  font-weight: bold;
}
.tab-support.tab-mf .box-mf .qa-ttl{
  font-size: 16px;
  margin-bottom: 17px;
}
.tab-support.tab-mf .box-mf:last-child{
  margin-bottom: 0;
}
.tab-support.tab-mf .link-mf{
  margin-top:12px;
}
.tab-support.tab-mf .link-mf a{
  color:#30b1fd;
  opacity: 1;
  transition: opacity 0.4s ease-out;  
}
.tab-support.tab-mf .link-mf a:hover{
  opacity: 0.5;
  transition: opacity 0.2s ease-out;    
}
.tab-support.tab-qa .qa-unit li{
  border-top:1px solid #dbdbdb;
  border-bottom:1px solid #dbdbdb;
}
.tab-support.tab-qa .qa-unit a{
  padding: 30px 0;
  display: inline-block;  
  text-decoration: underline;
}
.tab-support.tab-qa .qa-unit a:hover{
  text-decoration: none;
}
.tab-support.tab-dl ul.link-list a{
  text-decoration: underline;
}
.tab-support.tab-dl ul.link-list a:hover{
  text-decoration: none;
}

.ua-desktop .tab-unit.tab-dl .hide-desktop{
  display: none;
}
.ua-mobile .tab-unit.tab-dl .hide-desktop{
  display: block;
}
.ua-mobile .tab-unit.tab-dl .show-desktop{
  display: none;
}
.a2a_kit,
#wpfront-scroll-top-container{
  display: none!important;
}

/* faq */
/* ==================================================== */
.faq-inner h2{
  margin-bottom: 27px;
  font-size:16px;
}
.faq-inner h2:not(:first-child){
  margin-top: 48px;
}
.faq-inner dl{
  font-size: 14px;
  line-height: 1.8;
}
.faq-inner dt{
  font-weight: bold;
}
.faq-inner dd{
  margin-bottom: 14px;
}
.faq-inner dd:last-child{
  margin-bottom: 0;
}
.faq-inner dd a{
  color:#30b1fd;
}

/* law */
/* ==================================================== */
body.law .sec-ttl .small,
body.page-template-law .sec-ttl .small{
  font-size: 24px;
}
.law-inner .preface{
  margin-bottom: 34px;
}
.law-inner table{
  width:100%;
  table-layout: fixed;
  letter-spacing: 0.04em;
}
.law-inner th{
  width:250px;
  padding: 14px 20px;
  text-align:left;
  font-size:14px;
  font-weight: bold;
  background-color: #f4f4f4;
  border-left:1px solid #fff;
  border-bottom:1px solid #fff;
}
.law-inner td{
  padding: 14px 20px 14px 27px;
  font-size:14px;
  background-color: #fafafa; 
  border-bottom:1px solid #fff;
}

.law-inner td a{
  color:#30b1fd;
}
.law-inner td .note{
  line-height: 1.6;
  display: block;
}



/* fanclub */
/* ==================================================== */
.announce{
  margin-bottom: 40px;
  background-color: #fff;
}
.announce .box-head{
  width: 300px;
  
  padding:30px;
  font-size: 16px;
  color:#fff;
  background-color: #f03c55;
}
.announce .box-content{
  flex:1;
  padding:28px 30px;
  font-size: 16px;
  line-height: 1.9;
}

.logo-fanclub{
  margin-bottom: 48px;
}


.fanclub-inner{
  background-color: #fff;
  padding: 47px 70px 67px; 
}
.fanclubbenefit-list{
  counter-reset: listnum;
}
.fanclubbenefit-list li{
  position: relative;
  counter-increment: listnum;
  padding-left:1em;
}
.fanclubbenefit-list li::before{
  content: counter(listnum) '.';
  position: absolute;
  top:0;
  left:0;
  font-weight:bold;
}
.fanclubbenefit-list li:first-child::before{
  left:2px;
}
.toggle-unit .item.item-inquiry .content-toggle p:first-child{
  margin-bottom: 1em;
}

.price-fanclub{
  font-weight: bold;
}
.price-fanclub strong{
  font-size: 28px;
  
}
.item-inquiry a{
  color:#30b1fd;
}

/* contact */
/* ==================================================== */
.contact-inner input{
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}
.contact-inner select{
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}
.contact-inner select:focus{
  outline:none;
}
.contact-inner textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}
.contact-inner .preface{
  padding-bottom: 42px;
  font-size:16px;
  border-bottom: 1px solid #dbdbdb;
}
.contact-inner .preface .attention{
  position: relative;
  margin-top: 12px;
  padding-left:1em;
  font-size:13px;
  font-weight: bold;
}
.contact-inner .preface .attention::before{
  content:'※';
  display: block;
  position: absolute;
  top:0;
  left:0;

}
.contact-inner .preface .attention a{
  color:#30b1fd;
}
.contact-inner .form-wrapper{
  padding-top:50px;
}

.item-form{
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: bold;
}
.item-form::after{
  content:'';
  display: block;
  clear:both;
}
.item-form input,
.item-form textarea{
  display: block;
  width: 100%;
  padding: 15px 8px;
  background-color: #f4f4f4;
  font-size: 16px;
}
.item-form textarea{
  height: 248px;
}
.item-form select{
  display: inline-block;
  padding: 15px 8px;
  background-color: #f4f4f4;
  font-size: 13px;
  width: 130%;
  border-radius: 0;
}
.contact-inner .wpcf7-form-control-wrap.service::before{
  content: '';
  display: block;
  position: absolute;
  bottom: 21px;
  right: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #202021 transparent transparent transparent;  
}
.item-form .select-wrapper{
  display: block;
  position: relative;

  width: 626px;
  margin-left: auto;
  margin-bottom: 0;  
  float:right;
}
.contact-inner .wpcf7-form-control-wrap.service{
    width: 165px;
    overflow: hidden;
    float: none;
    margin-left: 0;
    position: relative;
}
.item-form .wpcf7-form-control-wrap{
  width:626px;
  display: block;
  float:right;
  margin-bottom: 0;
}
.item-form .item-ttl{
  position: relative;
  display: inline-block;
  padding-top: 7px;
}
.item-form .item-ttl::after{
  content:'  *';
  display: inline;
  color:#f03c55;
}
.contact-inner .wpcf7-form-control-wrap{
    width: 626px;
    margin-left: auto;
    margin-bottom: 0;
}
.contact-inner .item-submit{
     width: 626px;
    margin-left: auto; 
}
.contact-inner .wpcf7-submit{
  width:230px;
  height: 48px;
  font-size:15px;
  border-radius: 24px;
  margin-top: 30px;
  background-color:#202021;
  color:#fff;
  -webkit-appearance:none;
}


@media screen and (max-width: 1080px) and (min-width: 801px){
  .item-form .item-ttl{
    margin-bottom: 10px;
  }
  .item-form .wpcf7-form-control-wrap{
    float:none;
    margin-left:0;
  }
  .item-form .select-wrapper{
    width:100%;
  }
}





.pagenation-area{
  max-width: 1200px;
  margin: 60px auto 0;
  padding: 0 30px;
}
.pagenation{
  width:100%;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-wrap:wrap;
  padding: 0 80px;
}
.pagenation .page-numbers{
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 25px;
  display: block;
  margin:0 7px 14px;
  text-align: center;
  padding-top: 8px;
  transition: background 0.4s ease-out, color 0.4s ease-out;
}

@media screen and (min-width: 800px){
  .pagenation a.page-numbers:hover{
    background-color: #30b1fd;
    color:#fff;
    transition: background 0.2s ease-out, color 0.2s ease-out;
  }
  .pagenation .page-numbers.prev:hover,
  .pagenation .page-numbers.next:hover{
    background-color: transparent;
    opacity:0.5;
    transition: opacity 0.2s ease-out;
  }
}
.pagenation .page-numbers.current{
  background-color: #30b1fd;
  color:#fff;
}
.pagenation .page-numbers.prev,
.pagenation .page-numbers.next{
  display: block;
  width: 65px;
  height: 46px;
  position: absolute;
  top:0;
  background-color: transparent;
  text-indent: -9999px;
  margin:0;
  opacity:1;
  transition: opacity 0.4s ease-out;
}
.pagenation .page-numbers.prev:before,
.pagenation .page-numbers.prev:after,
.pagenation .page-numbers.next:before,
.pagenation .page-numbers.next:after{
  content:'';
  display: block;
  width:100%;
  height:1px;
  position: absolute;
  left:0;

  background-color: #fff;
  transform-origin: right top;
}
.pagenation .page-numbers.prev:before,
.pagenation .page-numbers.next:before{
  top:0;
  transform: rotate(-20deg);
}
.pagenation .page-numbers.prev:after,
.pagenation .page-numbers.next:after{
  bottom:0;
  transform: rotate(20deg);
}
.pagenation .page-numbers.prev{
  left:0;
}
.pagenation .page-numbers.next{
  transform:rotate(180deg);
  right:0;

}



/* RECRUIT */
/* ==================================================== */
.message-recruit{
  margin-bottom: 52px;
}
.message-recruit p{
  font-weight: bold;
}
.tab-recruit.active{
  display: block;
}
.tab-recruit {
  display: none;
  padding: 60px 70px;
}
.sort-recruit li {
  width: calc((100% - 1px) / 2 );
  margin-right: 1px;
}
.sort-line svg{
  width:30px;
  height:33px;
}
.sort-staff svg{
  width:34px;
  height: 34px;
}


.tab-recruit{
  background-color: #fff;
}

.recruit-unit .item{
  border-top: 1px solid #dbdbdb;
  padding-top: 40px;
  padding-bottom: 40px;
}
.recruit-unit .item:last-child{
  border-bottom: 1px solid #dbdbdb;
}
.recruit-unit .item p{
  font-size: 16px;
  font-weight: bold;  
}
.ua-desktop .recruit-unit .item p a:hover{
  text-decoration: underline;
}
.tab-wrapper{
  background-color: #fff;
}
.recruit-detail .ttl-box,
.page-template-recruit-child .ttl-box{
  margin-bottom: 46px;
}
.recruit-detail .ttl-box p,
.page-template-recruit-child .ttl-box p{
  font-size:14px;
  color: #f03c55;
}
.recruit-detail .utility-inner dl.job-detail,
.page-template-recruit-child .utility-inner dl.job-detail{
  margin-bottom: 66px;
  font-size:14px;
  line-height: 1.8;
}
.recruit-detail .utility-inner dl.job-detail dt,
.page-template-recruit-child .utility-inner dl.job-detail dt{
  float:left;
  font-weight: bold;
}
.recruit-detail .utility-inner dl.job-detail dd,
.page-template-recruit-child .utility-inner dl.job-detail dd{
  padding-left:190px;
  margin-bottom: 30px;
}
.recruit-detail .utility-inner dl.job-detail dd .note,
.page-template-recruit-child .utility-inner dl.job-detail dd .note{
  margin-top: 14px;
}
.recruit-detail .utility-inner dl.job-detail dd:last-child,
.page-template-recruit-child .utility-inner dl.job-detail dd:last-child{
  margin-bottom: 0;
}
.recruit-detail .attention-list,
.page-template-recruit-child .attention-list{
  margin-top:0.5em;
  margin-bottom: 1em;
}
.recruit-detail .attention-list li,
.page-template-recruit-child .attention-list li{
  position: relative;
  padding-left: 1em;
  font-size:13px;
}
.recruit-detail .attention-list li::before,
.page-template-recruit-child .attention-list li::before{
  content:'※';
  display: inline;
  position: absolute;
  top:0;
  left:0;
}
.recruit-detail .list-dot,
.page-template-recruit-child .list-dot{
  margin-top:0.5em;
  margin-bottom: 1em;
}
.recruit-detail .list-dot > li,
.page-template-recruit-child .list-dot > li{
  position: relative;
  padding-left: 1em;
  /*font-size:13px;*/
}
.recruit-detail .list-dot > li::before,
.page-template-recruit-child .list-dot > li::before{
  content:'・';
  display: inline;
  position: absolute;
  top:0;
  left:0;
}
.recruit-detail .list-dot.sub > li,
.page-template-recruit-child .list-dot.sub > li{
  font-size:13px;
}

.recruit-detail .ttl-apply,
.page-template-recruit-child .ttl-apply{
  height:60px;
  margin-bottom: 36px;
  font-size:16px;
  color:#fff;
  padding:12px 30px 0 30px;
  background-color: #202021;
}
.recruit-detail .destination,
.page-template-recruit-child .destination{
  margin-bottom: 35px;
  padding:24px 30px 25px 30px;
  border:1px solid #202021;
  font-size:14px;
  line-height: 1.8;
}
.recruit-detail .box-apply,
.page-template-recruit-child .box-apply{
  font-size: 14px;
  line-height: 1.8;
}
.recruit-detail .box-apply h4,
.page-template-recruit-child .box-apply h4{
  font-size: 16px;
  margin-bottom: 10px;
}
.recruit-detail .box-apply p,
.page-template-recruit-child .box-apply p{
  margin-bottom: 32px;
}
.recruit-detail .box-apply p em,
.page-template-recruit-child .box-apply p em{
  color:#f03c55;
  font-style:normal;
  font-weight: bold;
}
.download-unit.archive-unit .item .metabox{
  padding: 21px 25px 24px;
}
.download-unit.archive-unit .item:hover img{
  transform:scale(1);
}
.download-unit .item .ttl{
  margin-bottom: 6px;
  font-size:14px;
  line-height: 1.8;
}
.download-unit .item .meta-head{
  min-height: 126px;
}
.archive-unit.download-unit .item .metabox p.price{
  font-size:13px;
  line-height: 1.6;
}
.download-unit .item .price strong{
  font-size:23px;
}
.archive-unit.download-unit .item .metabox p{
  font-size: 12px;
}
.archive-unit.download-unit .item .metabox p.attention{
  font-size:11px;
  font-weight: bold;
  color:#f03c55;
}
.download-unit .item .supported-os{
  font-size:12px;
  margin-bottom: 18px;
}
.download-unit .item .supported-os span,
.download-unit .item .supported-os .note{
  font-weight: bold;
}
.download-unit .item .link-purchase{
  display: block;
  width:100%;
  height: 55px;
  background-color: #30b1fd;
  color:#fff;
  padding-top: 10px;
  opacity:1;
  transition: opacity 0.4s ease-out;
}
.download-unit .item .link-purchase:hover{
  opacity:0.5;
  transition: opacity 0.2s ease-out; 
}