@charset "utf-8";
/*
Theme Name: 株式会社東京建築研究所
Theme URI: tkse2000.co.jp
Description: CMS
Version: 1.0
*/

/* #Reset & Basics
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }

	:root {
		scroll-padding-top: 3em;
		scroll-behavior: smooth;
        }


/* #Base styles
================================================== */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
* { -webkit-text-size-adjust: none; }
html {
  width:100%;
  height: 100%;
}

body {
  font-size:1.1em;
  color: #000;
  line-height: 1.8em;
  background-color:#f9f9f9;
  font-family: Arial, Verdana,'游ゴシック', 'Yu Gothic','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', メイリオ, Meiryo,sans-serif;
  font-weight: 500;
}

h1, h2, h3 {
  font-weight: bold;
}

strong { font-weight: bold; }

section {
	width: 100%;
}

a{
	color: #000;
	text-decoration: none;
	transition: 0.5s;
}
#footer a,.g_button a {
	color: #fff;
}
a:hover{
	opacity: 0.3;
}
h1{
    margin-top: 2em;
	font-size:1.8em;
	line-height: 1.6em;
    margin-bottom: 1.8em;
	font-weight: 600;
}
h2{
	font-size:2.6em;
	line-height: 1.6em;
    font-weight: normal;
    margin-bottom: 1.6em;
}
@supports (-ms-ime-align: auto) {
  h2 {
    font-weight: bold;
  }
}
h3{
	font-size:1.7em;
	line-height: 1.6em;
    margin-bottom: 1.8em;
	font-weight: 500;
}
h4{
	font-size:2.5em;
	line-height: 1.6em;
    font-weight: normal;
    letter-spacing: 0.1em;
}
h5{
    font-size:1.3em;
    color: #333;
    margin-top: 3em;
    margin-bottom: 0.2em;
    font-weight:bold;
    text-align: left;
    padding-left: 0.4em;
    border-left:6px #466ED2 solid;
}
h6{
    font-size:1.2em;
    color:#000;
    margin-top: 2em;
    margin-bottom: 0.2em;
    font-weight:bold;
    text-align: left;
}
img{
	display: block;
	max-width: 100%
}
strong{
	color: #000;
    font-size:1.1em;
}
p{
    font-size:1.1em;
    margin-bottom: 2.4em;
    line-height: 2.4em;
    letter-spacing: 0.05em;
}
b {
    color: #466ED2;
}
.onsp{
    display: none;
}

.view{
	font-size:1.5em;
	font-family: 'Futura', 'Futura PT', sans-serif;
	font-weight:300;
}

/* #Front
================================================== */
#head-box{
	position: fixed;
	width: 100%;
	height:8vh;
	display: flex;
    justify-content: center;
    align-items: center;
    font-size:1vw;
	background-color:#fff;
	z-index: 20;
    box-shadow: 0.1em 0.1em 0.5em rgba(0,0,0,0.1);
    
}
#head-box a{
    color:#000;
    letter-spacing: 0.15em;
}
.hbox{
    font-size:0.95em;
	position: absolute;
	right:4%;
    bottom:20%;
    letter-spacing: 0.05em;
    font-weight: 600;
}
.t_logo{
	position: absolute;
	left: 2%;
	width: 16%;
    margin-top: 0.2%;
	margin-right: 3%;
}
.cart{
   position: absolute;
   width:2.5%;
   right:2%;
}
.linkbox{
	position: absolute;
	left: 0;
	width: 30%;
	height:8vh;
	z-index: 1;
	display: block;
}
.main-v{
	width: 100%;
	position: relative;
    top:8vh;
	height: 45vh;
	background-image: url("img/demobg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 50%;
    display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
xmain-v::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(0,0,0,0.4);
    z-index: 0;
  }
.main-logo{
    margin-top: -1%;
    max-width:22%;
	animation-delay: 0.3s;
    animation: anime1 4.8s linear;
    position: relative;
    filter: drop-shadow(0px 0px 5px #000);
}
.top-box{
	width: 100%;
	position: relative;
	top:8vh;
	height: auto;
    padding:5em 0;
    box-sizing: border-box;
}
._ttl{
    font-size:1.1em;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 1em;
}
.main-ccd{
   max-width:20%;
	 animation-delay: 0.4s;
    animation: anime2 1.4s linear;
    position: relative;
}

.frontcopy {
    color:#fff;
    position:absolute;
    left:10%;
    z-index: 10;
    }
.frontcopy p{
    font-size:2.2vw;
    line-height: 2em; 
    font-weight: 600;
    letter-spacing: 0.15em;
    opacity: 0;
    margin: 0;
}
.ol{
    color:#fff;
    text-shadow:2px 2px 0 #466ED2, -2px -2px 0 #466ED2,
               -2px 2px 0 #466ED2, 2px -2px 0 #466ED2,
                0px 2px 0 #466ED2,  0-2px 0 #466ED2,
               -2px 0 0 #466ED2, 2px 0 0 #466ED2;
    
}
.a1{
    animation: copy 5s linear;
    animation-fill-mode:forwards;
}
.a2{
    animation: copy 5s linear .5s;
    animation-fill-mode:forwards;
}
.a3{
    opacity: 0;
    animation: copy 5s linear 1s;
    animation-delay: 1s;
    animation-fill-mode:forwards;
}
.a4{
    opacity: 0;
    animation: copy 5s linear 1s;
    animation-delay: 1.5s;
    animation-fill-mode:forwards;
}


@keyframes copy {
  0%{
      opacity: 0;
  }
  1%{
    opacity: 0;
    transform : translate(-1em, 0);
  }
  13%{
    opacity: 1;
    transform : translate(0, 0);
    }
  100% {
    opacity: 1;
    
      }
  }  

@keyframes d-ley {
	0% {opacity: 0; transform : translate(-3em, 0)}
	70% {opacity: 0;}
	100% {opacity: 1; transform : translate(0, 0)}
}

@keyframes anime1 {
	0% {opacity: 0;}
	70% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes anime2{
	0% {opacity: 0;bottom:-3%;}
	60% {opacity: 0;}
	100% {opacity: 1;bottom:0%;}
}
.none{
    display: none;
}
.sec{
	height: auto;
	text-align: left;
	padding: 2em 0 4em 0;
	box-sizing: border-box;
}

.box-margin{
    width:  60%;
    margin: 0 auto;
    text-align: left;
}
.bgw{
	background-color: #fff;
}
.bgg{
    background-color: #f6f6f6;
}
.bgb{
    background-color: #000;
		color:#fff;
}

.arrows {
  width: 60px;
  height: 72px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 0;
  z-index: 1;
  pointer-events: none;  
}

.arrows path {
    stroke: #fff;
  fill: transparent;
  stroke-width: 1px;  
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite; 
}

.wbg .arrows path {
  stroke: #000;
    }
    
@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

.arrows path.a1 {
  animation-delay:-1s;
  -webkit-animation-delay:-1s; 
}

.arrows path.a2 {
  animation-delay:-0.5s;
  -webkit-animation-delay:-0.5s;
}

.arrows path.a3 { 
  animation-delay:0s;
  -webkit-animation-delay:0s; 
}

.btm_link{
    z-index: 2;
    width: 100%;
    height: 10vh;
    position: absolute;
    bottom:0;
    display: block;
}

/* table
================================================== */

.column-2{
    min-width: 7em !important;
}

.tablepress thead tr:hover,
.tablepress thead th:hover {
	background-color: #eee !important;
	transition: background-color .3s ease;
}

.tablepress thead .sorting_asc,
.tablepress thead .sorting_desc {
    color:#fff;
    background-color: #466ed2 !important;    
}


/* #info
================================================== */

#info{
    margin-top: 5vh;
    padding-top: 2.5em;
    padding-bottom: 5em;
}
.news p{
    border-bottom:1px #ccc solid;
    position: relative;
    line-height: 1.6em;
    margin-bottom: 1.4em;
}
.news b{
    color:#ccc;
    position: absolute;
    right: 0;
}
.date{
    color:#666;
    letter-spacing: 0.15em;
    display: inline-block;
    width: 7em;
}
.newcat{
    font-size:0.8em;
    background-color:#466ED2;
    color:#fff;
    padding: 0em 1em;
    display: inline-block;
    width: 5em;
    margin-bottom: 0.5em;
    text-align: center;
    margin-right: 1em;
}
.more{
    color:#466ED2;
    text-align: right;
    font-weight: 400;
}
.btm0{
   padding-bottom: 0;
}

.btm2{
   padding-bottom: 2em;
}


/* #sec01
================================================== */
#overview{
	height: auto;
    background-size: cover;
	background-repeat: no-repeat;
	background-position: 90% center;
    background-image: url("img/img_bg.jpg");
    height: auto;
    padding-top: 2em;
    padding-bottom: 3em;
}

.exl{
	font-size: 0.9em;
	text-align: left;
	margin-top: 0.2em;
	position: absolute;
	left: 0.5em;
}
.exr{
	font-size: 0.9em;
	margin-top: 0.2em;
	position: absolute;
	right:0.5em;
}

.title-box{
    position: relative;
    text-align: left;
}
.title-box h1{
    margin-top: .5em;
    font-size:1.6em;
    letter-spacing: 0.1em;
    border-bottom: 3px solid #466ED2;
    display: inline-block;
    line-height: 1.3em;
    margin-bottom: 0;
}
.title-box h2{
    font-size:1.25em;
    color:#466ED2;
    letter-spacing: 0.08em;
    font-feature-settings: "palt";
    font-weight: bold;
    margin-top: 0.1em;
    margin-bottom: 1.5em;
}
.p-txt{
    text-align: justify;
    font-size:1.1rm;
    line-height: 1.8em;
    margin: 1em 0;
}
.link-box{
    font-weight: 600;
    letter-spacing: 0.05em;
    color:#466ED2;
    background-color: rgba(255,255,255,0.5);
    border:#466ED2 1px solid;
    display: inline-block;
    padding: 0.4em 1em;
    margin-top:2em;
    margin-right:3em;
}


/* #sec02
================================================== */

.sec02{
    padding-top: 6em;
    padding-bottom: 5em;  
}

.b_arrow{
	width: 6%;
	margin: 1em auto;
}

.tw_arrow{
	width: 4%;
}

.t-w{
    color:#fff;
    background-color: 000;
}


/* #sec03
================================================== */
.sec03{
   padding-bottom: 0;
}

.table-box{
    max-width: 100%;
    width: 600px;
    margin: 2em auto;    
}
.table-box p{
    border-bottom:1px #c0c0c0 solid;
    text-align: left;
    margin-bottom: 0.2em;
}
.tb{
    text-align: center;
}
.tb table{
    font-size:0.95em;
    line-height: 1.5em;    
    width: auto;
    min-width: 800px;
    max-width: 100%;
    margin: 0.5em auto;
    box-sizing: border-box;    
}

.tb th{
    min-width:3em; 
}
.tb thead{
    font-weight: bold;
    background-color: rgba(225,225,225,0.4)
}
.tb th,.tb td{
    text-align: left;
    padding: 0.25em 3em 0.25em 1em;
    border-bottom:1px #c0c0c0 solid;    
    background-color: rgba(255,255,255,0.5);
}
.tb th{
    padding-right:1em;
    font-weight: bold
}
.count{
    color:#999;
    font-size:0.9em;
    text-align: left;
    float: left;
}
.orderby{
    float: right;
    color:#000;
    background-color: #fff;
    border: 1px #999 solid;
    border-radius:0.2em;
}
.products{
    width:100%;
    height: auto;
    width: 64%;
    margin: 0 auto;
    position: relative;
    left:1%;
}
.s-box{
    font-size:1vw;
    background-color: #fff;
    width: 21%;
    height: 18.5em;
    display: inline-block;
    box-sizing: border-box;
    padding: 0.5em;
    border: #466ED2 solid 1px;
    position: relative;
    margin: 1.4%;
    text-align: center;
}
.s-box.wide{
    width: 45.1%;
}

.s-box img{
    width: 100%
}
.s-box_t{
    margin-top: 0.5em;
    font-size:1.1em;
    line-height: 2em;
    letter-spacing: 0.05em;
}
.s-box_b{
    font-size:0.8em;
    line-height: 1.4em;
    position:absolute;
    left:0;right:0;
    bottom:0.8em;
   }
.s-box b{
    font-weight: bold;
}

/* #loop-anime
================================================== */

.loop_wrap {
  display: flex;
  width: 100%;
  margin: 3em 0;
  overflow: hidden;
}

.loop_wrap img {
    width: auto;
  height: auto;
}


@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.loop_wrap img:first-child {
  animation: loop 200s -100s linear infinite;
}

.loop_wrap img:last-child {
  animation: loop2 200s linear infinite;
}


/* #sec05
================================================== */

.sns{
    text-align: center;
    margin: 1em 0;
}
.sns img{
    width: 5%;
    margin: 4em;
    display: inline-block;
}
.sns p{
    margin-top:3em;
}


/* #sec06
================================================== */

.about{
    text-align: center;
    margin: 4em 0;
}
.a-photo{
    float: right;
}
.a-photo img{
    width: 300px;
    margin-bottom: 1.5em;
}

.fphoto{
    position: absolute;
    top:2em;
    left:72vw
}

.fphoto1{
    width: 16vw;
    margin-top: 1em;
    height: auto;
    transform: rotate(3deg);
    display: inline-block;
    box-shadow: 6px 6px 6px 6px rgb(0, 0, 0, 0.1);
}
.fphoto2{
    width: 20vw;
    margin-top: 5em;
    margin-left: 0;
    height: auto;
    display: inline-block;
    box-shadow: 6px 6px 6px 6px rgb(0, 0, 0, 0.1);
}

/* voices
================================================== */

#voices h3{
   font-size:1.5em;
   margin-bottom: 0;     
    }
#voices h6{
    font-size:1.1em;
    color:#466ED2;
    margin-bottom: 0.5em;
    font-weight:bold;
    text-align: left;
    
}
.voice{
    float: left;
    width: 33%;
    margin-bottom: 1em;
    }
.flname{
    font-size:0.9vw;
    white-space: nowrap;
    }
.flname p{
  line-height:1.6em;
}
.faq{
    width:100%;
    background-color: #fff;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 2em;
    position: relative;
    margin: 1em auto;
    box-shadow: 3px 3px 5px 5px rgb(0, 0, 0, 0.05);
    border-radius: 0.5em;
    }
.face{
    width:8vw;
    float: left;
    margin-right: 1em;
    }
@media screen and (orientation: portrait) {
    .voice{
    width: 50%;
    margin-bottom: 2em;
    }
.flname{
    font-size:2vw;
    }
.face{
    width:20vw;
    }
    }

/* bg
================================================== */

.bg2{
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
    background-image: url("img/img_bg2.jpg");
}

.bg3{
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
    background-image: url("img/img_bg3.jpg");
}

.bg4{
	background-repeat: repeat;
	background-position: center;
    background-image: url("img/img_bg3.jpg");
}
.bg5{
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
    background-image: url("img/img_bg3.jpg");
}
.bg6{
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
    background-image: url("img/img_bg6.jpg");
}


 /* #form
 ================================================== */

.m800{
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    background-size: cover;
	background-repeat: no-repeat;
	background-position: left bottom;
    text-align: left;
}
.mrg800{
    max-width: 100%;
    width:800px;
    margin: auto;
    display: block;
}
.mrg900{
    max-width: 100%;
    width:900px;
    margin: auto;
    display: block;
}
.conf p{
    margin:0;margin-bottom: 0.5em;
}
.conf ul,.wpcf7-response-output{
    display: none;
}
.wpcf7-not-valid-tip{
    position: relative;
    top:-.5em;
    padding: .5em;
    box-sizing: border-box;
}
.wpcf7-not-valid-tip,.screen-reader-response,.wpcf7-response-output{
    text-indent: 1em;
    background-color: #ffffbf;
}
.con-th{
    width: 28%;
    padding: 0 0.5em;
    line-height: 2.4em;
    box-sizing: border-box;
    text-indent: 0.5em;
    position: relative;
    display:inline-block;
    background-color: rgba(0,0,0,0.1);
    position: relative;
    top:.1em;
}

input[type="text"],input[type="tel"],input[type="email"],input[type="date"]  {
    width: 72%;
    max-width: 100%;    
    height:3.3em;    
    padding:0.5em 1em;
    -webkit-appearance: none;
    border: 1px #333 solid;
    margin-bottom: 1.5em;
    box-sizing: border-box;
    display: inline-block;
}

input[type="radio"],input[type="checkbox"] {
    margin-left: 1em;
}

select{
    width: 12em;
    max-width: 100%;    
    height:3.3em;    
    padding:0.5em 1em;
    border: 1px #333 solid;
    background-color: #fff;
    box-sizing: border-box;
    display: inline-block;
}
textarea {
	padding:0.5em 2%;
	width:100%;
    height:20em;
	line-height:1.8em;
    -webkit-appearance: none;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border: 1px #333 solid;
    box-sizing: border-box;
	}
input[type="submit"] {
	-webkit-appearance: none;
    color:#fff;
    padding: 0.2em 0.8em;
    background-color:#466ED2;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -ms-transition: 0.6s;
    transition: 0.6s;
    border: none;
    font-size:1em;
    border-radius: 0.2em;
	}
.boshu{
    display: inline-block;
    padding: 0.1em 1em;
    color:#fff;
    background-color: #466ED2;
    border-radius: 0.2em;
    margin: 0.2em 0;
}
.shuryo{
    display: inline-block;
    padding: 0.1em 1em;
    color:crimson;
    border: 2px solid crimson;
    border-radius: 0.2em;
    margin: 0.2em 0;
}


 /* #footer
 ================================================== */

#footer{
    margin-top: 0;
    background-color: #fff;
    font-size:0.8em;
	line-height: 2em;
	width: 100%;
	padding: 3em 0;
	height: auto;
	position: relative;
    text-align: center;
}
#footer table{
    margin: 0.5em 2.5em;
    display: inline-block;
    vertical-align: top;
}
#footer thead th{
    padding: 0.4em 0;
    font-size: 1.1em;
}
#footer th,#footer td{
    border: #999 solid 1px;
    padding: 0.25em 2em;
    vertical-align: middle;
}
#footer th{
    font-weight: bold;
    border-left: none;
}
#footer thead th{
    border-right: none;
}
#footer td{
    border-right: none;
    line-height: 1.4em;
}


/* Animation
***************************************************************************/

.fadein_ {
    opacity : 0;
    transform : translate(0, 1.5em);
    transition : all 1s;
}

h1.fadein_, .link-box.fadein_ {
    opacity : 0;
    transform : translate(-1em, 0);
    transition : all 1s;
    transition-delay: 0.2s;
}

h2.fadein_ {
    opacity : 0;
    transform : translate(-1em, 0);
    transition : all 1.2s;
    transition-delay: 0.4s;
}

.fadein_.delay {
    transform : translate(0, 2.5em);
    transition : all 1.2s;
}
.fadein_.num{
	transform : translate(0, 0.5em);
	transition : all 0,5s;
}

.fadein_.scrollin_{
    opacity : 1;
    transform : translate(0, 0);
}


/* Responsive
***************************************************************************/
@media screen and (max-width:1200px) {
	body {
	  font-size:1vw;
	}
}

@media screen and (orientation: portrait) {
.onsp{
    display:block;
}
.offsp{
    display:none;
}    

body {
	font-size:2.1vw;
	}
.main-logo{
    max-width:50%;
}
.frontcopy p{
    font-size:4.5vw;
}
.con-th{
    width:fit-content;
    padding: 0 .5em;
    }
select{
    display: block;
    padding: 0 1em;
    }
input[type="text"],input[type="tel"],input[type="email"],input[type="date"]  {
    width: 100%;
    }
h1{
	white-space: nowrap;
}
p{
	font-size:1.5em;
	line-height: 1.8em;
}
.box-margin{
    width: 90%;
    }
#head-box{
	height:5vh;
    box-shadow: 0 0 0 rgba(0,0,0,0);
}
.top-box{
        font-size:1.2em;
    }
.t_logo{
    margin-top: 1%;
    left: 4%;
    width: 35%;
    }
.cart{
   right:12%;
   width:7%;
}
.hbox{
        display: none;
    }
.linkbox{
		width: 60%;
		height:5vh;
		}
.link-box{
		font-size:2.4vw;
		}
.main-v{
	top:6vh;
	height:25vh;
}
.main-ccd{
   max-width:60%;
	 margin-top: 8em;
	 animation: anime2 1.6s linear;
}
h3 br{
	display: none;
}
#sec02-1{
    min-height: 55em;
    height: auto;
}
.ccd02-left,.ccd02-right{
    width: 50%;
	height: 45em;
}
.orderby{
    font-size:2.5vw;
    position: relative;
    top:-0.5em;
}
.products{
    width: 93%;
    left:1%;
}

.s-box{
    font-size:3vw;
    width: 46%;
}
.s-box.wide{
    width: 95.4%;
}
.ccd_r,.ccd_l{
	height: 40em;
}
.inter{
    height: 15em;
}
.inter img{
 width: 6%;
}
#sec01{
	background-position: 90% 90% ;
    }
.ccd01{
    height: 5em;
		margin-bottom: 2em;
}
.sec02-ccd{
	width:80%;
}
.ft_ccd{
	font-family: 'Sinhala MN', 'TimesNewRomanPSMT', serif;
}
.ccd_full{
	height: 32em;
    }
.view{
	font-weight: 300;
}
.sns img{
    width: 8%;
    }
.spleft{
    text-align: left;
    padding: 0 1.5em;
    padding: 0 1.5em;
}
#footer table{
    font-size:2.4vw;
}
#footer th,#footer td{
    padding: 0.4em 1em;
}
.tb table{
    font-size:2.2vw;
    width: 100%;
    min-width: 0;
}
.tb th{
    min-width:2em; 
}
.tb th,.tb td{
    padding: 0.25em 1em 0.25em 0.5em;
}
.a-photo img{
    width: 75%;
    margin: 2em auto;
    margin-top: ;
    display: block;
    float: none;
}
.fphoto{
    display: none;
    }
input[type="text"],input[type="tel"],input[type="email"],input[type="date"]  {
    font-size:1.8vw;
}
.fadein_.a5{
    opacity: 1;
    transform : translate(0, 0);    
}
.newsline{
    display: block;
}
.access{
        font-size:1.5em;
    }
.vbox{
    width: 100%;
    display: block;
    margin:auto;
    }
.voice{
    float: none;
    width: 90%;
    margin:0 auto;
    }
}

/* DRAWER MENU
***************************************************************************/

.hamburger {
  display : block;
  position: fixed;
  z-index : 100;
  top: 1.2vh;
  right : 4vw;
  width : 5vw;
  height: 5vw;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 5vw;
  height  : 2px ;
  left    : 6px;
  background : #000;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 1vw;
}
.hamburger span:nth-child(2) {
  top: 2.5vw;
}
.hamburger span:nth-child(3) {
  top: 4vw;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 1.3vh;
  left: 6px;
  background :#000;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 1.3vh;
  background :#000;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : -1;
  top  : -100vh;
  left : 0;
  color: #000;
  background-color:#fff;
  text-align: center;
  width: 100%;
  height:100vh;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  box-sizing: border-box;
  white-space: nowrap;
  z-index : 99;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	font-weight: 500;
}
nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 1em 0;
  width: 100%;
  font-size:2em;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
  margin-bottom: 2em;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  text-decoration :none;
  pointer-events: none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  z-index : 3;
    top:0;
}
nav.globalMenuSp.active ul li a {
  pointer-events: auto;
}
