/*
 smallview.css

 ©2018 
 */

 /* ==================================================== */
 /* B A S E */
 /* ==================================================== */
 body, th, td {
   font-size: 15px;
 }
img {
   max-width: 100%;
   height: auto;
 }
.hide-sml{
  display: none;
}
 .show-sml{
  display: block;
 }
 .note{
  font-size: 12px;
 }

/* ==================================================== */
/* MODULE */
/* ==================================================== */
.box-sec-ttl{
  text-align:center;
}
.sec-ttl{
  font-size: 26px;
}
.dir-ttl{
  display: inline;
}
.sec-link{
  text-align:center;
}
.width-inner{
  padding-left:15px;
  padding-right:15px;
  width:100%;
}
.sec-primary{
  margin-bottom: 15px;
}
.sec-primary:nth-child(2){
 margin-bottom: 15px; 
}
.sec-primary.sec-download .imgbox{
  order:1;
}
.sec-primary .inner.flex{
  display: block;
}
.sec-primary .textbox p {
  font-size: 13px;
  line-height: 1.7;
}
.sec-primary .imgbox {
  width: 100%;
}
.sec-primary .textbox {
  width: 100%;
  padding: 16px 25px 24px;
}
.sec-primary .textbox .box-sec-ttl {
  margin-bottom: 12px;
}
.sec-primary .textbox .sec-link {
  margin-top: 22px;
}
.sidebar{
  position: relative;
  top: 0;
  width:100%;

  display: flex;
  flex-direction: column;  
}

.sec-secondary {
  width: 100%;
  background-color: #fff;
}
.sec-secondary:first-child{
  margin-bottom: 15px;
}
.sec-secondary a{
  padding: 39px 30px;
}
.sec-secondary p{
  font-size: 13px;
  line-height: 1.7;
}

.sec-archive .box-sec-ttl .sec-ttl{
  font-size: 21px;
}

.archive-unit .item{
  width:50%;

}
.archive-unit .item .metabox {
    padding: 12px 16px;
}
.archive-unit .item .metabox p{
  font-size: 11px;
  line-height: 1.5;
}
.archive-unit.novelsingle-unit .item{
  width:50%;
}
span.grid{
  display: none;
}
body.home .archive-unit.special-unit .item .metabox p{
  font-size: 14px;
}
body.home .archive-unit.special-unit .item .metabox {
    padding: 9px 0 0;
}
body.home .archive-unit.special-unit {
    margin-bottom: 19px;
}
.sec-special .sec-link .btn-primary{
  width:100%;
  max-width:295px;
}
.btn-primary{
  max-width: 295px;
  width:100%;
}
.ua-android .btn-primary{
  padding-top: 16px;
}
/* header ---------------------------------------- */
header{
  position: fixed;
  height:85px;
  -webkit-backdrop-filter: blur(3px);
}
body.home header{
  -webkit-backdrop-filter: blur(0);
}
.subheader{
  display: none;
}
body.home header::before{
  background-color: transparent; 
}
.site-logo {
  top: 25px;
  left: 25px;
}
body.home header .site-logo{
  background-image:url(../img/assets/age-logo.png);
  background-size:57px 35px;
  background-repeat: no-repeat;
  background-position: center left;
}
body.home .site-logo img{
  opacity:0;
}
.site-logo img{
  width:57px;
  height:auto;
}
header .btn-acount{
  display: none;
}
.gnav{
  display: none;
}

/* FOOTER ---------------------------------------- */
.footer {
  padding-top: 50px;
}
.footer .inner{
  text-align:center;
}
.footer .footer-logo{
  width: 100%;
  margin-bottom: 23px;
}
.footer .social-unit {
  display: none;
}
.footer-nav{
  display: none;
}


/* menu icon ---------------------------------------- */
.menu-icon{
  top: 20px;
  right: 15px;
  width: 57px;
  padding: 10px 13px;
  background-color: transparent;
  transition: background 0.4s ease-out;
}
.menu-trigger{
  width: 34px;
  height: 24px;
}
.menu-trigger span{
  background-color: #000;
}
body.home .menu-trigger span{
  background-color: #fff;
}
.menu-trigger span:nth-of-type(2) {
  top: 11px;
}
.menu-icon.active{
  background-color:#333;
  transition: background 0.2s ease-out;
}
.menu-icon.active .menu-trigger span{
  background-color: #fff;
}
body.home .menu-icon.active .menu-trigger span{
  background-color: #fff;
}
.menu-icon.active .menu-trigger span:nth-of-type(1) {
    transform-origin: left top;
    transform-origin: center;
    -webkit-transform: translateY(11px) translateX(0px) rotate(35deg);
    transform: translateY(11px) translateX(0px) rotate(35deg);
}
.menu-icon.active .menu-trigger span:nth-of-type(3) {
    transform-origin: left bottom;
    transform-origin: center;
    -webkit-transform: translateY(-11px) translateX(0px) rotate(-35deg);
    transform: translateY(-11px) translateX(0px) rotate(-35deg);
    width: 100%;
}

.menu-close{
  position: fixed;
  top: 13px;

}
.menu-close a{
  width: 60px;
  height: 55px;
  background-color: #333;  
}
.menu-close a span{
  left: 6px;
  top: 3px;
}
.menu-close a span::before,
.menu-close a span::after{
  background-color: #fff;
}

.block-page {
  padding-top: 85px;
}
.page-content{
  margin-top: 0;
  
}
.area-wrapper{
  padding-top: 30px;
  padding-bottom: 50px;
}
body.single .area-content {
  padding: 25px;
}
.page-main {
  padding-bottom: 0;
}

body.product.archive .page-main.width-inner,
body.special.archive .page-main.width-inner,
body.post-type-archive-products .page-main.width-inner,
body.post-type-archive-special .page-main.width-inner{
  padding-right: 0;
  padding-left: 0;
}
.menu{
  width:100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling:touch;
}
.menu-head{
  padding-top:25px;
  padding-left:25px;
}

.menu-content .menu-logo-wrapper{
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto 40px;
}
.menu-content{
  width: calc(100% - 85px);
  width:290px;
  height: auto;
  min-height: 100%;
  padding: 25px;
}
.menu-content .inner{
  padding:0;
}
.menu-nav.primary a,
.menu-nav.secondary a{
  font-size: 23px;
  padding: 6px 0px;
}
.menu-nav.primary{
  width:100%;
  margin-bottom: 34px;
}
.menu-nav.primary li{
  padding-left: 24px;
}
.menu-nav.primary li:before{
  top: 11px;
}
.menu-logo{
  position: relative;
  top:0;
  left:0;
  margin-bottom: 37px;
}
.menu-logo a{
  width:57px;
}
.menu-logo img{
  width:100%;
  height:auto;
}
.menu-nav.secondary {
  position: relative;
  left: 23px;
  top: 0;
  margin-bottom: 38px;
}

.menu-nav.sub a{
  padding: 7px 0;
  font-size: 14px;
  display: inline-block;
}
.menu-nav.sub {
  display: block;
  position: relative;
  top: 0;
  left: 23px;
}


/* ARCHIVE ---------------------------------------- */

.area-directory-ttl {
  margin-bottom: 26px;
}
.sec-archive .box-sec-ttl {
  margin-bottom: 21px;
}
.sec-archive {
  margin-bottom: 45px;
}
.archive-information-unit li{
  border-bottom: 3px solid #202021;
}
.base-content.product .inner.flex{
  display: block;
}
.base-content .box-productimg{
  width:100%;
  padding-right: 0;
}
.base-content .box-productimg .link-productpage a{
  height: 60px;
  padding-top: 16px;
  font-size: 14px;
}
.base-content .box-productdetail{
  width:100%;
}
.base-content .box-productdetail .table-detail th{
      width: 100px;
    padding: 8px 15px;
  font-size: 13px;
}
.base-content .box-productdetail .table-detail td{
      padding: 11px 20px;
    font-size: 12px;
    line-height: 1.6;
}
.base-content .box-productdetail .productlink-unit{
  display: block;
}
.base-content .box-productdetail .productlink-unit li a{
  width:100%;
  max-width: 295px;
}
.base-content .box-productdetail .productlink-unit li:nth-child(2){
  margin-top: 15px;
  margin-left:0;
}
.base-content .box-productdetail .text-area{
  font-size: 13px;
}
.base-content .box-productdetail .text-area h3{
  font-size: 15px;
}
/* SINGLE ---------------------------------------- */
.article-meta .date{
  margin-bottom: 4px;
  font-size: 13px;
}
.article-meta .ttl-article{
  margin-bottom:11px;
  font-size: 18px;
  line-height: 1.7;
}
.article-meta .social-unit{
  margin-bottom: 29px;
}
.base-content p{
  line-height: 1.8;
}
.base-content h3{
  font-size: 15px;
}

/* utility---------------------------------------- */
.utility-inner {
  padding: 21px 24px;
}

/* nav---------------------------------------- */
.article-nav .index {
  width: 50px;
  height: 37px;
}
.article-nav.flex{
  margin-top: 32px;
  padding: 0;
}
.article-nav .arrow a{
  width:28px;
  height: 20px;
}
.pagenation-area{
  margin: 40px auto 0;
  padding:0;
}
.pagenation{
  padding: 0 30px;
}
.pagenation .page-numbers.prev,
.pagenation .page-numbers.next{
  width:28px;
  height: 20px;  
  top:50%;
  margin-top: -17px;
}
.pagenation .page-numbers{
      width: 36px;
    height: 36px;
    font-size: 14px;
    padding-top: 3px;
}

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


/* H O M E */
/* ==================================================== */

/* hero
---------------------------------------- */
.hero-slider{
  height:100%;
}
.hero-slider .slider-item{
  height:100%;
}
.hero-slider .slider-item .bg-image{
  height:100%;
  background-position: center bottom;
}
.hero .scrolldown{
  display: none;
}
.hero-slider .metabox{
  top: auto;
  margin-top: 0;
  bottom: calc(20% + 20px);
  height:auto;
}
.hero-slider .metabox .inner{
  padding-left:15px;
  padding-right:15px;
}
.hero-slider .metabox .ttl-hero-box{
  max-width:100%;
}
.hero-slider .metabox .ttl-hero{
  max-width:100%;
  font-size: 43px;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.hero-slider .metabox .ttl-hero br{
  
}
.hero .metabox .sttl-hero{
  font-size:15px;
}
.hero-slider .metabox .text-hero {
  display: none;
}
.hero .hero-linkarea .inner p{
  height: 70px;
}
.hero .hero-linkarea .inner p a{
  margin-top: 20px;
  margin-right: 20px;
}

.hero .dots-container{
  bottom: 90px;
}
.hero .dots-inner{
  padding-left: 15px;
  padding-right: 15px;
}
.hero .slick-dots li{
  width:40px;
}
.innercontentlink.show-sml{
  max-width:400px;
  margin:0 auto 30px;
  padding-left:15px;
  padding-right:15px;
}
.innercontentlink-unit li a{
  height:100px;
  justify-content: space-between;
}
.innercontentlink-unit li .item-ttl {
  font-size: 23px;
  margin-bottom: 5px;
}
.innercontentlink-unit li .textbox{
  padding-top: 21px;
  padding-left: 25px;
}
.sec-special{
  width:100%;
  margin-bottom: 15px;
  padding: 30px 25px;
}
.sec-special .box-sec-ttl {
  margin-bottom: 20px;
}
body.home .archive-unit.special-unit li {
  width: 50%;
  width:calc(50% - 7.5px);
  margin-bottom: 14px;
  margin-right:15px;
}
body.home .archive-unit.special-unit li:nth-child(2n){
  margin-right: 0;
}
body.home .special-unit li:nth-child(9){
  display: none;
}
.content-link.l-row{
  display: block;
}
.home-information-unit {
    padding: 0 25px 10px;
}
.innercontentlink{
  order:2;
  margin-bottom: 15px;
}
.box-information{
  margin-bottom: 15px;
}
.sec-secondary.sec-support .inner img{
  width:42px;
  height: auto;
}
.sec-secondary.sec-onlinestore .inner img{
  width:44px;
  height: auto;
}
.sec-secondary .box-btn {
  margin-top: 26px;
}
.sec-secondary div.disabled {
    padding: 38px 30px;
}
.home-area-main {
  padding-bottom: 30px;
}
.innercontentlink-unit li .imgbox{
  width: 100px;
}
/* SPECIAL SINGLE */
/* ==================================================== */
.base-content.special img{
  max-width: 250px;
}
body.special .article-meta .num-special {
  font-size: 15px;
}

/* INFORMATION */
/* ==================================================== */
.archive-information-unit li a{
  padding: 15px 24px 18px;
  font-size: 14px;
  line-height: 1.6;
}
.archive-information-unit li .ttl-item {
    padding-left: 0;
}
.archive-information-unit li .date {
  width: auto;
  position: relative;
  height: auto;
  margin-bottom: 4px;
  padding-top: 0;
  padding-left: 0;
}

/* M E N U */
/* ==================================================== */

/* S T A T E */
/* ==================================================== */


/* SUPPORT */
/* ==================================================== */
.sort-tab .text{
  display: none;
}
.sort-tab li a{
  height:85.5px;
  padding-top: 31px;
}
.sort-dl svg {
  width: 26px;
  height: 26px;
}
.sort-cc svg {
  width: 26px;
  height: 26px;
}
.sort-qa svg {
  width: 23px;
  height: 26px;
}
.sort-mf svg {
  width: 26px;
  height: 18px;
}
.sort-dl .icon{
  transform:translateY(0);
}
.sort-mf .icon{
  transform:translateY(0);
}
.sort-staff .icon{
  transform:translateY(0);
}
.tab-unit{
  padding: 21px 24px;
}
.tab-unit .ttl-tab{
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: normal;
}
.tab-unit .content{
  line-height: 1.7;
}
.tab-unit .preface {
  margin-bottom: 23px;
  font-size: 15px;
  line-height: 1.7;
}
.toggle-unit .ttl-toggle{
  padding-top: 18px;
  padding-bottom: 18px;
}
.tab-support.tab-dl .icon-nosp{
  margin-bottom: 36px;
}
.toggle-unit .icon-toggle{
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.toggle-unit .icon-toggle::before{
  top: 10px;
}
.toggle-unit .icon-toggle::after{
  left: 10px;
}
.toggle-unit .ttl-toggle p{
  font-size: 14px;
}
.toggle-unit .item .content-toggle{
  margin-top: -6px;
  font-size: 13px;
}
.tab-support.tab-mf .box-mf .qa-ttl {
  font-size: 13px;
  margin-bottom: 17px;
}
.tab-support.tab-qa .qa-unit a{
  padding: 20px 0;
}

/* faq */
/* ==================================================== */
.faq-inner h2{
  margin-bottom: 10px;
  font-size: 13px;
}
.faq-inner h2:not(:first-child){
  margin-top: 27px;
}
.faq-inner dl{
  font-size: 13px; 
}

/* law */
/* ==================================================== */
body.law .sec-ttl .small,
body.page-template-law .sec-ttl .small{
  font-size: 16px;
  display: block;
}
.law-inner .preface {
  margin-bottom: 18px;
  line-height: 1.6;
}
.law-inner table{
  display: block;
}
.law-inner th{
  width:100%;
  display: block;
  padding:0;
  font-size: 13px;
  line-height: 1.6;
  background-color: transparent;
}
.law-inner td{
  width:100%;
  display: block;
  margin-bottom: 10px;
  padding:0;
  font-size: 13px;
  line-height: 1.6;
  background-color: transparent;  
}

/* fanclub */
/* ==================================================== */
.announce{
  display: block;
  margin-bottom: 18px;
}
.announce .box-head{
  width:100%;
  padding:8px;
  font-size: 15px;
  text-align: center;

}
.announce .box-content{
  padding: 20px 25px;
  font-size: 15px;
}
.fanclub-inner{
  padding: 20px 25px;
}
.logo-fanclub{
  margin-bottom: 30px;
}
.logo-fanclub img{
  width:244px;
  height: auto;
}
.price-fanclub strong {
  font-size: 21px;
  line-height: 1;
}
.fanclubbenefit-list li{
  padding-left:1.5em;
}

/* contact */
/* ==================================================== */
.utility-inner.contact-inner{
  padding-bottom:30px;
}
.contact-inner .preface{
  padding-bottom: 28px;
  font-size: 15px;
  line-height: 1.5;
}
.contact-inner .form-wrapper {
  padding-top: 30px;
}
.contact-inner .preface .attention{
  font-size: 13px;
}
.contact-inner .wpcf7-form-control-wrap{
  width: 100%;
}
.item-form .select-wrapper{
  width:100%;
}
.item-form{
  font-size: 13px;
}
.contact-inner .item-submit{
  width:100%;
}
.contact-inner .wpcf7-submit{
  width:100%;
}


.area-content{
  max-width: 600px;
  margin:0 auto;
}
.pagenation-area{
  max-width: 600px;
}
body.home .archive-unit.special-unit{
  max-width:600px;
  margin:0 auto 19px;
}
.sec-primary .inner.flex{
  max-width: 600px;
  margin:0 auto;
}

/* RECRUIT */
/* ==================================================== */
.message-recruit{
  margin-bottom: 22px;
}
.message-recruit p{
  padding-right: 10px;
  padding-left: 10px;
  text-align: left;
  font-size: 13px;
  line-height: 1.7;
}
.message-recruit br{
  display: none;
}
.recruit-unit .item{
  padding-top: 18px;
  padding-bottom: 18px;
}
.recruit-unit .item p a{
  display: block;
}
.recruit-detail .ttl-box ,
.page-template-recruit-child .ttl-box {
  margin-bottom: 23px;
}
.recruit-detail .utility-inner dl.job-detail,
.page-template-recruit-child .utility-inner dl.job-detail{
  font-size:13px;
}
.recruit-detail .utility-inner dl.job-detail dt,
.page-template-recruit-child .utility-inner dl.job-detail dt{
  float:none;
}
.recruit-detail .utility-inner dl.job-detail dd,
.page-template-recruit-child .utility-inner dl.job-detail dd{
  padding-left:0;
}
.recruit-detail .attention-list li,
.page-template-recruit-child .attention-list li{
  font-size: 12px;
}
.recruit-detail .list-dot.sub > li,
.page-template-recruit-child .list-dot.sub > li{
  /*font-size:12px;*/
}
.recruit-detail .ttl-apply,
.page-template-recruit-child .ttl-apply{
  height: 56px;
  margin-bottom: 20px;
  font-size: 15px;
  padding: 12px 20px 0 20px;
}
.recruit-detail .destination,
.page-template-recruit-child .destination{
  padding: 17px 20px 18px 20px;
  font-size: 13px;
}
.recruit-detail .box-apply,
.page-template-recruit-child .box-apply{
  font-size:13px;
}
.recruit-detail .box-apply h4,
.page-template-recruit-child .box-apply h4{
  font-size:15px;
}

body.download .page-main{
  padding-left:25px;
  padding-right: 25px;
}
body.download .area-content{
  background-color:transparent;
}
.download-unit.archive-unit .item{
  width: 100%;
  margin-bottom: 15px;
}
.download-unit.archive-unit .item .metabox{
  padding: 20px 25px 25px;
}
.download-unit .item .meta-head {
  min-height: 117px;
}
.download-unit .item .supported-os {
  min-height: auto;
  margin-bottom: 18px;
}