@charset "utf-8";

/* *****共通設定***** */

body{
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 300;
	margin: 0;
	padding: 0;
	color: #000000;	
}



main{
    display: block;
    background-color: #ffffff;
    
}
main .btn{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.5rem;
}
h1 { font-size: 4.5rem; }
h2, h3{
   color: #000000;
}

.img-thumbnail {
    width: 100%;
    padding: .25rem;
    background-color: transparent;
    border: none;
}

/* ヘッダー(navbar) */
.navbar{
    background-color: #ffffff;
}

.navbar-toggler-icon{
	color:#000;
}
.navbar .navbar-collapse{
    flex-grow: 0;
}
.navbar .navbar-brand{
    height: 50px;
    cursor: pointer;
            z-index: 80;
}
.navbar .navbar-brand img{
    height: 100%;
        cursor: pointer;
        z-index: 80;
}
.navbar .navbar-nav .active > .nav-link{
    color: #ffce11;
}
.navbar .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(251,251,241,1);
}

/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 99;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #555;
  -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: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

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

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

nav.globalMenuSp {
  position: fixed;
  z-index : 0;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba(0,0,0,0.8);
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  height: 100%;
}



nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 20% 0 0 0;
  width: 100%;
  height: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  text-decoration :underline;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}



/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  z-index: 90;
}

/* フッター */
#footer{
    background-color: #eee;
}
	

#footer #copyright{
    border-top: 1px solid #eee;
    background-color: #eee;
    color: #000000;
    font-size:12px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}


/* *****トップページ***** */


/* メインイメージスライダー */

  .main_imgBox {
    height: 680px;
  overflow: hidden;
  position: relative;
  top: 0;
  z-index: 10;
	background-color:rgba(0,0,0);
  }
  
	  

  .main_logo {
    z-index:11;
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:30%;
    height:auto;
    text-align: center;
}

.main_logo img{
width: 400px;
margin-top: 30px;
margin-bottom: 20px;
}

.main_text{
	font-family: 'Zen Kaku Gothic New', sans-serif;
 	text-align: center;
 	margin: 0 auto;
	width: 100%;
    height:auto;
    color: #000000;	
}

.main_subtext{
	font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 70%;
 	text-align: center;
	width: 100%;
    height:auto;
    color: #000000;	
}

.main_subtext a:visited,a:hover,a:active{
	color: inherit;
    text-decoration: none;
}

.about_link{
    background-color: #3169d1;
    border: 2px solid #3169d1;
    color: #fff !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.about_link :hover{
    background-color: transparent;
    border: 2px solid #998bfa;
    color: #998bfa !important;
}



.main_img {
    z-index:10;
    width: 100%;
    height: 680px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    left: 0;
    top: 0;
}






/* インタビューセクション */
.ttlimage{
    font-family: 'Zen Kaku Gothic New', sans-serif;
 	text-align: center;
 	margin: 0 auto;
	width: 100%;
    height:auto;
    color: #000000;	
    margin-bottom: 50px!important;
}
.ttlimage img{
    width: 300px;	
}
.interview_contents{
	margin: 0 auto;
	width: 90%
}
.interview_image{
	width: 45%;
	float: left;
	overflow: hidden;
}


.interview_image img{
	width: 100%;
}


.interview_right{
    float: right;
    width: 50%;
}

.interview_ttl{
	text-align: left;
    border-bottom: 1px solid #000000;
    margin-bottom: 10px;
    padding-bottom: 30px;
    color: #000000;
    font-family: 'Hina Mincho', serif;
    font-weight: bold;
    font-size: 18px;
}

.interview_subttl{
	text-align: left;
    margin-bottom: 10px;
    color: #000000;
    font-family: 'Hina Mincho', serif;
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px;
}

.interview_subttl a:hover{
    color: #000000;
    text-decoration: none;
}

.interview_read{
	width: 100%;
    color: #000000;
    position: relative;
    font-family: 'Hina Mincho', serif;
    font-size: 13px;
    line-height: 26px;
    text-align: justify;	
 }

 .interview_read p{
	text-align: left;
	font-size:14px;	
	color: #000000;
	    line-height: 25px;
	    margin-top:10px; 	
}

.interview_read p a::after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/more.svg) no-repeat;
    background-size: contain;
    margin-left: 4px;
    transform: translateY(7px);
}

.interview_read p a:hover{
    color: #000000;
    text-decoration: none;
}
	
.leftfloat{
margin: 0px 0px 0px 40px!important;	
}


.readmore_btn{
border: 1px solid #ae67a7;
    text-align: center;
    width: 140px;
    margin: 0 auto;
    padding: 6px;
    margin-top: 20px;
    display: block;
    font-size: 12px;
    letter-spacing: 4px;
    background: url(../img/ne_ttl_img_readmore.png)no-repeat;
    height: 40px;
    background-size: contain;
    background-position: center;
}	




.readmore_btn:hover{
border: 1px solid #ae67a7;
    text-align: center;
    width: 140px;
    margin: 0 auto;
    background-color: #ae67a7!important;
    padding: 6px;
    margin-top: 20px;
    display: block;
    font-size: 12px;
    letter-spacing: 4px;
    text-decoration: none;
    background: url(../img/ne_ttl_img_readmore_o.png)no-repeat;
    height: 40px;
    background-size: contain;
    background-position: center;
    }	

.back_btn{
border: 1px solid #ae67a7;
    text-align: center;
    width: 140px;
    margin: 0 auto;
    padding: 6px;
    margin-top: 20px;
    display: block;
    font-size: 12px;
    letter-spacing: 4px;
    background: url(../img/ne_ttl_img_back.png)no-repeat;
    height: 40px;
    background-size: contain;
    background-position: center;
}	




.back_btn:hover{
border: 1px solid #ae67a7;
    text-align: center;
    width: 140px;
    margin: 0 auto;
    background-color: #ae67a7!important;
    padding: 6px;
    margin-top: 20px;
    display: block;
    font-size: 12px;
    letter-spacing: 4px;
    text-decoration: none;
    background: url(../img/ne_ttl_img_back_o.png)no-repeat;
    height: 40px;
    background-size: contain;
    background-position: center;
    }	



.whiteback{
    background-color: #fff;
	}
	
.whiteback:hover{
    background-color: #ae67a7!important;
	}



/*アーカイブ*/  
.ttlimage{
    font-family: 'Zen Kaku Gothic New', sans-serif;
 	text-align: center;
 	margin: 0 auto;
	width: 100%;
    height:auto;
    color: #000000;	
    margin-bottom: 50px!important;
}
.ttlimage img{
    width: 300px;	
}
.archive_contents{
	margin: 0 auto;
	width: 100%
}
.archive_image{
    margin: 0 auto;
	width: 85%;
	overflow: hidden;
}


.archive_image img{
    margin: 0 auto;
	width: 100%;
}


.archive_ttl{
	text-align: left;
    border-bottom: 1px solid #000000;
    margin-bottom: 10px;
    padding-bottom: 30px;
    color: #000000;
    font-weight: bold;
    font-size: 18px;
}

.archive_subttl{
	text-align: left;
    margin-bottom: 10px;
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px;
}

.archive_subttl a:hover{
    color: #000000;
    text-decoration: none;
}

.archive_read{
	width: 100%;
    color: #000000;
    position: relative;
    padding: 12px 35px 12px 35px;
    font-family: 'Hina Mincho', serif;
    font-size: 13px;
    line-height: 26px;
    text-align: justify;	
}


/*担当*/    
.ttlimage{
    font-family: 'Zen Kaku Gothic New', sans-serif;
 	text-align: center;
 	margin: 0 auto;
	width: 100%;
    height:auto;
    color: #000000;	
    margin-bottom: 50px!important;
}
.ttlimage img{
    width: 300px;	
}
.writer_contents{
	margin: 0 auto;
	width: 100%
}
.writer_image{
    margin: 0 auto;
	width: 70%;
	overflow: hidden;
}


.writer_image img{
    margin: 0 auto;
	width: 100%;
}


.writer_ttl{
	text-align: center;
    border-bottom: 1px solid #000000;
    margin-bottom: 10px;
    padding-bottom: 30px;
    color: #000000;
    font-weight: bold;
    font-size: 18px;
}

.writer_subttl{
	text-align: center;
    margin-bottom: 10px;
    color: #000000;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px;
}

.writer_subttl a:hover{
    color: #000000;
    text-decoration: none;
}

.writer_read{
	width: 100%;
    color: #000000;
    position: relative;
    padding: 12px 35px 12px 35px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 13px;
    line-height: 26px;
    text-align: justify;	
}


	
/*アーティクル*/
.article_images{
	width: auto;
	overflow: hidden;
}

.article_images img{
	width: 100%;
	transition:0.5s all;
}

.article_images img:hover{
  transform:scale(1.07);
  transition:1s all;
}

.article_ttl{
	text-align: center;
	text-align: center;
    margin-top: 40px;
    border-bottom: 1px solid #000000;
    margin-bottom: 10px;
    padding-bottom: 30px;
    color: #000000;
    font-weight: bold;
    font-size: 18px;
}

.article_subttl{
width: 100%;
    color: #000000;
    position: relative;
    font-family: 'Hina Mincho', serif;
    margin-top: 25px;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
  	}

.article_read{
	width: 100%;
    color: #000000;
    position: relative;
    font-family: 'Hina Mincho', serif;
    margin-top: 25px;
    font-size: 12px;
    line-height: 24px;
    text-align: justify;	
}

.credit{
	text-align: center;
}


/* オンライン＆SNS */
.online{
}


.onlinestore_btn{
	border: 1px solid #000000;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    background-color: #000;
    color: #fff;
    padding: 18px;
    margin-top: 20px;
    display: block;
	font-size: 15px;
    letter-spacing: 2px;
}	



.onlinestore_btn:hover{
	border: 1px solid #000000;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    background-color: #000000;
    color: #fff;
    padding: 18px;
    margin-top: 20px;
    display: block;
	font-size: 15px;
    letter-spacing: 2px;
    text-decoration: none;
}

.social{
width: 300px;
    margin: 0 auto;
    margin-top: 30px;
}

.social ul{
	text-align: center;
    padding-left: 0px;
}

.social ul li{
list-style: none;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin: 7px;
        cursor: pointer;
        z-index: 80;
        }

.social a{
width: 25px;
    text-decoration: none;
    height: 25px;
    	}

.instagram{
background-image:url(https://tabio.pro/jp/wp-content/uploads/2018/12/instagramIcon.svg);	
background-repeat: no-repeat;
}

.youtube{
background-image:url(https://tabio.pro/jp/wp-content/uploads/2021/01/youtubeIcon.svg);
background-repeat: no-repeat;
	}

.line{
background-image:url(https://tabio.pro/jp/wp-content/uploads/2018/12/lineIcon.svg);
background-repeat: no-repeat;

}	

.twitter{
background-image:url(https://tabio.pro/jp/wp-content/uploads/2018/12/twitterIcon.svg);
background-repeat: no-repeat;
	
	}


/* 各セクション */
#page-top section{
    background-color: #fff;
	padding: 2rem 0;
	z-index: 20;
    position: relative;
}

#page-top section .container{
	z-index:30;
    background-color: #fff;
}

.colorback{
    background-color: f!important;
    padding-top: 30px;
    padding-bottom: 30px;
}


#page-top section .container > h2{
    margin-bottom: 30px;
    font-size: 1.8rem;
    letter-spacing: 0.2em
}
#page-top section .container > h2 + p{
    max-width: 700px;
	margin: 0 auto 50px;
}
}

/* インタビューページ */

.interview_topbox{
    z-index:11;
	position: relative;	
}

.eyecatch_ttl{
	font-family: 'Hina Mincho', serif;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;	
	top: 30px;
    left: 5%;
    }
    
.whitemat{
	background-color: #fff;
	padding: 5px;
	line-height: 3;
    font-size: 16px;
    width: fit-content;
}

.whitemat2{
background-color: #fff;
    padding: 0px 13px;
    line-height: 2;
    font-size: 23px;
    width: fit-content;
}

.eyecath_largettl{
position: relative;
    bottom: 100px;
    width: 200px;
    right: 4%;
    margin: 0 0 0 auto;
}

.eyecath_largettl h1{
	font-size:40px;
}


.interview_img{
	  position: absolute;	
	width: 100%;
}

.interview_img img{
	width: 100%;
}

.introducing{
	background-color: #eee;
	padding: 20px;
	width: 70%;
    margin: 0 auto;
}

.introducing h2{
	text-align: center;
	font-weight: bold;
    font-size: 18px;
    line-height: 30px;
	color: #000000;
	margin-bottom: 15px;
}

.introducing p{
	text-align: center;
	font-size:14px;	
	color: #000000;
    line-height: 25px;
}

.interview_teaser{
	width: 70%;
    margin: 30px auto;   	
}

.interview_teaser p{
	text-align: center;
	font-size:14px;	
	color: #000000;
	    line-height: 25px;
	    margin-top:10px; 	
}

.interview_line{
	background-image: url(../img/ne_interview_line.png);
    background-repeat: no-repeat;
    height: 13px;
    width: 100%;
    background-size: 100%;
}

.interview_cell{
	
}
.interview_cell h2{
	font-family: 'Hina Mincho', serif;
	color: #000000;
    margin-bottom: 40px;
    font-weight: 500;
}

.interview_images{
	width: 90%;
	overflow: hidden;
}

.interview_images img{
	width: 90%;
}


.interview_text{
	margin: 50px;
}

.interview_text .question{
    font-weight: bold;
    color:#000;
    line-height: 28px;
}

.question:before{
content: 'ー';
margin-right: 10px;
}

.interview_text .answer{
    font-family: 'Hina Mincho', serif;
	color: #000000;
    line-height: 32px;
}



.interview_text .answer_link a::before{
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/back.svg) no-repeat;
    background-size: contain;
    margin-right: 8px;
    transform: translateY(14px);
}

.interview_text p a:hover{
    color: #000000;
    text-decoration: none;
}

.fade{
	opacity : 0;
	transform : translate(0, 100px);
	transition : all 800ms;
}

.scrollin{
	opacity : 1!important;
	transform : translate(0, 0);
}

.slidein{
    animation-name: fadeup;
    animation-duration: 2s;
    animation-iteration-count: 1;
}

@keyframes fadeup {
from {
    opacity: 0;
    transform: translateY(-30px);
}
to {
    opacity: 1;
}
}


.item_info{
	width: 70%;
margin: 0 auto;
}


.item_info_images{
	width: 50%;
	overflow: hidden;
	display: inline-block;
}

.item_info_images img{
	width: 100%;
	
}

.item_info_text{
	display: inline-block;	
	vertical-align: top;
    margin: 0 30px;
    width: 40%;
}

.item_info_txt{
margin-bottom: 20px;
    font-size: 13px;
    line-height: 21px;
	}

.item_info_text p{
}
    	
.item_info_ttl{
border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: bold;	
    font-size: 13px;
}

.item_name{
	margin-bottom: 10px;
	font-size: 15px;
}

.color_name{
	margin-bottom: 10px;
	font-size: 12px;
}


.interview_guest{
	width: 70%;
    margin: 30px auto;   	
}

.guest{margin: 15px 0px;}

.guest_image{
	width: 50%;
	overflow: hidden;
	display: inline-block;	
}

.guest_name{
    font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 20px;
}
.guest_image img{
	width: 100%;	
}
.guest_info{
	display: inline-block;	
	vertical-align: top;
    margin: 0 30px;
    width: 40%;
    	}

.interview_guest p{
	text-align: left;
    font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size:14px;	
	color: #000000;
	    line-height: 25px;
	    margin-top:10px; 	
}

.interview_guest p a{
    text-decoration: underline;
}

.interview_guest p a::after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/link.svg) no-repeat;
    background-size: contain;
    margin-left: 4px;
    transform: translateY(6px);
}

.interview_guest p a:hover{
    color: #000000;
    text-decoration: none;
}

.check_btn{
border: 1px solid #ae67a7;
    text-align: center;
    width: 140px;
    background-color: #fff;
    padding: 6px;
    margin-top: 20px;
    display: block;
    font-size: 12px;
    letter-spacing: 4px;
    background: url(../img/ne_ttl_img_check.png)no-repeat;
    height: 40px;
    background-size: contain;
    background-position: center;
}	


.check_btn:hover{
border: 1px solid #ae67a7;
    text-align: center;
    width: 140px;
    background-color: #ae67a7!important;
    padding: 6px;
    margin-top: 20px;
    display: block;
    font-size: 12px;
    letter-spacing: 4px;
    text-decoration: none;
    background: url(../img/ne_ttl_img_check_o.png)no-repeat;
    height: 40px;
    background-size: contain;
    background-position: center;
    }	


/* アバウトページ */
.about_contents{
    text-align: center;
    width: 70%;
    margin: 0 auto;
        line-height: 170%;

    }