/*
Theme Name: eオリーブ選び
Version: 1.0.0
Text Domain: eolive
*/

/* --- page default setting --- */

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/NotoSansCJKjp-Regular.woff2') format('woff2'),
	     url('./fonts/NotoSansCJKjp-Regular.woff') format('woff'),
	     url('./fonts/NotoSansCJKjp-Regular.ttf')  format('truetype'),
         url('./fonts/NotoSansCJKjp-Regular.eot') format('embedded-opentype');
}

*{
font-family: Open Sans, Helvetica, Arial, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

html,
body{
box-sizing:border-box !important;
line-height:1em;
color:#3a3a3a;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.preload * {
-webkit-transition: none !important;
-moz-transition: none !important;
-ms-transition: none !important;
-o-transition: none !important;
transition: none !important;
}

a, abbr[title] {
    text-decoration: none;
    transition:all 0.4s;
}

a:hover,
a:hover img{
	/*opacity:0.9;*/
}

::placeholder{
color:#3a3a3a;
}



.josefin{
font-family: Josefin Sans, Helvetica, Arial, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.semibold{
font-weight:SemiBold;
}

.text42{
font-size:42px;
line-height:1em;
}

.josefin{
font-family: "Noto Sans", serif !important;
letter-spacing: .2em;
}

.center{
text-align:center;
}

.globalhov{
opacity:0.7;
}




header, nav#the_header{
background-color:white;
}

nav#the_header{
opacity:0.96;
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.headerNav{
height:140px;
overflow:hidden;
border:none;
position:relative;
}

#the_header .headerNav{
height:100px;
}



#header_sns{
	position:absolute;
	right:35px;
	top:34px;
}
#header_sns ul{
	display:flex;
	justify-content: space-between;
	width:134px;
	list-style-type:none;
	transition:all .3s;
}

#header_sns_small{
	position:absolute;
	right:35px;
	top:36px;
}
#header_sns_small ul{
	display:flex;
	justify-content: space-between;
	width:134px;
	list-style-type:none;
}

#header_sns img,
#header_sns_small img,
.footerShare img{
	transition:all .3s;
}
#header_sns img:hover,
#header_sns_small img:hover,
.footerShare img:hover{

    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/*
#header_sns li:nth-child(1) img{
	width:30px;
	height:25px;
}
#header_sns li:nth-child(2) img{
	width:15px;
	height:28px;
}
#header_sns li:nth-child(3) img{
	width:27px;
	height:28px;
}
*/

#header_sns li:nth-child(1) img{
	width:30px;
	height:30px;
}
#header_sns li:nth-child(2) img{
	width:30px;
	height:30px;
}
#header_sns li:nth-child(3) img{
	width:30px;
	height:30px;
}

#header_sns_small li:nth-child(1) img{
	width:30px;
	height:30px;
}
#header_sns_small li:nth-child(2) img{
	width:30px;
	height:30px;
}
#header_sns_small li:nth-child(3) img{
	width:30px;
	height:30px;
}

#footer_sns li:nth-child(1) img{
	width:16px;
	height:26px;
}
#footer_sns li:nth-child(2) img{
	width:27px;
	height:25px;
}
#footer_sns li:nth-child(3) img{
	width:25px;
	height:25px;
}




.footer{
background-color:#435242;
padding:94px 0 60px 0;
height:auto;
}
.footerInner{
width:1200px;
margin:120px auto 0 auto;
}

.footerlogo img{
transition:all .4s;
}

nav#footer-nav ul{
	margin-top:4px;
	font-size:20px;
	list-style-type:none;
	display:flex;
	flex-wrap:wrap;
}
nav#footer-nav div{
	width:50%;
	margin:0 auto;
}
nav#footer-nav ul li{
/*
	display:inline-block;
	margin-right:50px;
*/
	font-size:16px;
	margin-bottom:24px;
	/*background:transparent url('assets/img/footer-arrow-invert.png') no-repeat 0 center;*/
	/*text-indent:16px;*/
	/*display:block;*/
}
nav#footer-nav ul li:nth-child(4){
	margin-right:0;
}
nav#footer-nav ul li a{
	color:white;
}

#footer-content1{
	margin-top:56px;
	margin-bottom:35px;
}
#footer-content1 a{
	color:white;
}

.footerShare{
	margin-top:34px;
}

.c-snsList{
	/*
	display: flex;
    justify-content: space-between;
    width: 140px;
	*/
    margin: 0 auto 20px auto;
    list-style-type:none;
}

.c-snsList li{
	display:inline-block;
	vertical-align:top;
	margin-right:24px;
}

#footerCopyright{
	font-size:11px;
	font-weight:normal;
	color:white;
}




.totop{
    transition: all .5s;
    opacity: 0;
    position: fixed;
    background-color:#555555;
    background-image: url('assets/img/totop@4x.png');
	background-size: contain;
    background-position: center;
    border-radius: 50%;
    visibility: hidden;
    z-index: 9998;
}

.totop.show{
	opacity: 1.0;
	visibility:visible;
}

.totop{
    bottom: 20px;
    right: 20px;
    width: 70px;
    height: 70px;
}



@media only screen and (max-width:767px){
	.header{height:70px}
}



@media only screen and (min-width:768px){
	.navList_link{
		cursor:pointer
	}
	.headerNav .navList_link{
		display:block;
		position:relative;
	}
}



.header_wrap{
    width: 100%;
    max-width: 1400px;
    margin:0 auto;
}

.logoarea{
    position: relative;
    display:inline-block;
    padding-top:16px;
}

.clone-nav .logoarea{
	padding-top:16px;
}

.logoarea_inner{
}

.headerTitle_logo{
width:auto;
height:auto;
}

a.headerlogo{
display:block;
}

a.headerlogo img{
width:280px;
transition:all .5s;
}

a.headerlogo_small:hover{
opacity:0.8;
}

a.headerlogo_small img{
width:280px;
transition:all .5s;
}

.logo-hov img{
opacity:0.8;
}




.headerNav .navList{
/*
display:inline-block;
width:75%;
vertical-align: top;
*/
display:block;
position:absolute;
top:0;
left:280px;
padding-top:0;
padding-left:64px;
}

.headerNav .navList li{
margin:0 30px 0 0 !important;
display: inline-block;
transition:all 0.3s;
}

.navnodehov{
opacity:0.6;
}



.headerNav .navList_link{
font-size:22px;
font-size:18px;
font-weight:normal;
font-weight: 600;
padding:40px 0 40px 0;
    text-indent: 42px;
font-family:"Noto Sans Japanese" !important;
font-weight: 400 !important;
-webkit-font-smoothing:antialiased;
color:white;
}

.clone-nav .headerNav .navList{
/*padding-left:36px;*/
}

.clone-nav .navList_link{
font-size:18px;
padding:40px 0 !important;
color:black;
}

.headerNav .navList li:nth-child(1){
background:url('assets/img2112/search_white.svg') no-repeat 0 52%;
    background-size: 33px 33px;
}
.headerNav .navList li:nth-child(2){
background:url('assets/img2112/read_know_white.svg') no-repeat 0 52%;
background-size: 33px 33px;
}
.headerNav .navList li:nth-child(2) a{
text-indent:48px;
}

.headerNav .navList li:nth-child(3){
background:url('assets/img2112/experience_white.svg') no-repeat 0 52%;
	background-size: 33px 33px;
}
.headerNav .navList li:nth-child(4){
background:url('assets/img2112/learn_white.svg') no-repeat 0 52%;
	background-size: 33px 33px;
}
.headerNav .navList li:nth-child(5){
background:url('assets/img2112/buy_white.svg') no-repeat 0 52%;
	background-size: 33px 33px;
}


#the_header .headerNav .navList li:nth-child(1){
background:url('assets/img2112/search_black.svg') no-repeat 0 51%;
    background-size: 33px 33px;
}
#the_header .headerNav .navList li:nth-child(2){
background:url('assets/img2112/read_know_black.svg') no-repeat 0 51%;
    background-size: 33px 33px;
}
#the_header .headerNav .navList li:nth-child(3){
background:url('assets/img2112/experience_black.svg') no-repeat 0 51%;
	background-size: 33px 33px;
}
#the_header .headerNav .navList li:nth-child(4){
background:url('assets/img2112/learn_black.svg') no-repeat 0 51%;
	background-size: 33px 33px;
}
#the_header .headerNav .navList li:nth-child(5){
background:url('assets/img2112/buy_black.svg') no-repeat 0 51%;
	background-size: 33px 33px;
}

.headerNav .navList_link:before{
display:none !important;
}




@media only screen and (min-width:768px){
	#the_header_wrap{
		position:relative;
	}
	.headerNav .navList{
	}
	nav#the_header{
		display:none;	
	}
	.clone-nav {
	display:block !important;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	transition: .6s;
	transform: translateY(-150%);
	z-index:9999;
	}
	.is-show {
	transform: translateY(0);
	}
	.clone-nav .navList_node:first-child{
		margin-left:190px;
	}
	.headerNav .navList_node-aboutShop .navList_link:after{
	    /*background-image: url('/wp-content/themes/spbs/assets/images/common/arrow-bottom-black.png');*/
	}
	.clone-nav .navList_subList a{
		margin-left:40px;
	}
	.clone-nav .navList_subList a:eq(0){
		margin-left:0;
	}
	.clone-nav .navList_subList_link:hover:after {
		width: 110%;
	}
	.clone-nav .navList_subList_link:after {
		transition: width .3s;
		content: "";
		position: absolute;
		right: -100%;
		bottom: 0;
		left: -100%;
		display: block;
		width: 0;
		height: 4px;
		margin: 0 auto;
		background-color: #000;
	}
	.clone-nav .navList_link{
	 padding:32px 0;
	}
	.clone-nav .navList_subList {
    position: absolute;
    bottom: -42px;
    left: 0;
    width: 100%;
    display: none;
    font-size: 0;
    background-color: #e6e6e6;
	}
	.clone-nav .navList_subList_node {
    display: inline-block;
	}
	.clone-nav .navList_subList_link {
    display: inline-block;
    padding: 15px 0;
    color: #000;
    font-size: 12px;
    font-weight: 700;
	}
	.headerSearchForm2{
	position:absolute;
	transition:all 0.2s;
	}
	.headerSearchButton2 {
    transition: opacity .3s;
    cursor: pointer;
    right: 10px;
    top: 58px;
    width: 22px;
    height: 22px;
    margin: auto 0;
	}
	.headerSearchButton2 {
    position: absolute;
	}
	.headerSearchButton2 svg{
	width: 100%;
	height: 100%;
	}
	.navList_subList{
		z-index:9;
	}
	.headerSearchForm{
		z-index:10;
	}
	.headerSearchForm2 {
		display: none;
		width: 100%;
		position: relative;
		background-color: #e6e6e6;
	}
	.headerSearchForm_button {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
	}
	.headerSearchForm2 input {
    font-size: 20px;
    padding: 35px 80px;
	}
	.headerSearchForm2 input{
    width: 100%;
    border: none;
    background-color: transparent;
	}
	}
	



.contents{
background-color:white !important;
}

#slider{
color:white;
}
#contents1{
padding-top:50px;
padding-bottom:63px;
}
#news{
padding-top:124px;
background-color:#92a08e;
padding-bottom:76px;
}
#contents2{
padding-top:80px;
padding-bottom:90px;
}
#contents3{
height:160px;
background-color:#efefef;
padding-top:50px;
}

section.wrap{
width:1200px;
margin:0 auto;
}

section.wrap.flex{
display:flex;
}

main.main{
width:70%;
}




#slider {
transition:all .2s;
min-height:600px;
/*
opacity: 0;
visibility: hidden;
*/
/*
transition: opacity .1s ease;
-webkit-transition: opacity .1s ease;
*/
}

#sliderLoader{
position: absolute;
top: 50%;
left: 50%;
z-index: 9000;
transform: translate(-50%,-50%);
transition: all .3s;
}

.slick-initialized {
/*
visibility: visible !important;
opacity: 1 !important;
*/
}

.slide{
position:relative;
}
.slider-text{
position:absolute;
top:50%;
z-index:9000;
width:100%;
text-align:center;
}

.slider-top{
width:75%;
top:0%;
left:50%;
transform: translate(-50%,0);
}

.slider-center{
width:75%;
left: 50%;
top: 15%;
transform: translate(-50%,0);
/*
transform: translate(-50%,-50%);
*/
}

.slider-bottom{
width:75%;
left: 50%;
top: 100%;
transform: translate(-50%,-100%);
}

.slider-bottom-80{
width:75%;
left: 50%;
top: 80%;
transform: translate(-50%,-80%);
}

.slider-text-exlarge{
display:inline-block;
font-size:38px;
line-height:1em;
font-weight:500;
padding-bottom:26px;
border-bottom:2px solid #edb34c;
letter-spacing:.2em;
margin-top:15vh;
text-shadow: 0px 4px 3px #333;
}

.slider-text-large{
display:block;
font-size:36px;
font-size: 1.8vw;
line-height:48px;
font-weight:700;
text-shadow: 0px 4px 3px #333;
}

.slider-text-medium{
display:block;
margin-top:48px;
font-size:1.5vw;
line-height:2em;
font-weight:500;
letter-spacing:.1em;
text-shadow: 0px 4px 3px #333;
}

/*
.slider-btn{
padding-top:80px;
}
*/

.slider-btn-sp{
display:none;
}

.slider-btn{
    position: absolute;
    bottom: 12%;
	width:100%;
}

.slider-btn-wrap{
position:relative;
width:75%;
margin:0 auto;
display: flex;
flex-wrap: nowrap;
flex-direction: row;
align-content: center;
justify-content: center;
align-items: center;
}

.slider-btn div.slider-btn-regular{
display:block;
text-align:left;
width:290px;
height:77px;
padding-top:66px;
color:white;
background-image:url('./assets/img2112/arrow_circle_white.svg');
background-position:right 50%;
background-size:6vw;
font-size:24px;
position:relative;
text-shadow: 0px 4px 3px #333;
}

.slider-btn div.slider-btn-wide{
display:block;
text-align:left;
width:400px;
height:77px;
padding-top:66px;
color:white;
background-image:url('./assets/img2112/arrow_circle_white.svg');
background-position:right 50%;
background-size:6vw;
font-size:24px;
position:relative;
text-shadow: 0px 4px 3px #333;
}

.slider-btn-marginleft-48{
margin-left:48px;
}

.slider-btn-wrap div a{
position:absolute;
display:block;
width:100%;
height:100%;
top:0;
left:0;
}





img.slider-icon{
max-height: 37px;
height:2vw;
width: auto !important;
display: inline-block;
vertical-align: text-top;
margin-top: 4px !important;
}



a.slider-circle-arrow{
	display:inline-block;
	vertical-align:unset;
	outline:none;
}

.slider-text-large a.slider-circle-arrow span{
    background-image: url('assets/img/slider-circle-arrow@2x.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: initial;
	background-size: 1.3vw;
    width:1.3vw;
    height:1.3vw;
	margin-left: 6px;
	display:inline-block;
}

.slider-text-medium a.slider-circle-arrow span{
	background-image: url('assets/img/slider-circle-arrow@2x.png');
    background-repeat: no-repeat;
    background-position: center 4px;
    background-size: 1vw;
    width: 1.5vw;
    height: 1.5vw;
    margin-left: -3px !important;
    display: inline-block;
    vertical-align: middle;
}

.slider-text p a.slider-circle-arrow span{
	background-image: url('assets/img/slider-circle-arrow@2x.png');
    background-repeat: no-repeat;
    background-position: center 4px;
    background-size: 1vw;
    width: 1.5vw;
    height: 1.5vw;
    margin-left: -3px !important;
    display: inline-block;
    vertical-align: middle;
}



a.anchor_fullsize{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9001;
}




#top-btns > div{
width:570px;
height:120px;
display:inline-block;
position:relative;
}

#top-btns > div:nth-child(1){
float:left;
}

#top-btns > div:nth-child(2){
float:right;
}

#top-btn1{
background:#222222;
padding:9px;
color:white;
}
#top-btn1 a{
color:white;
}



#top-btn1-inner{
transition:all .5s;
border:2px solid #9d9d9d;
border-image-slice: 1;
border-image-source: linear-gradient(135deg, #d3d3d3 0%, #696969 17%, #696969 83%, #d3d3d3 100%);
height:100%;
}

#top-btn1-inner2{
transition:all .5s;
border:2px solid #9d9d9d;
border-image-slice: 1;
border-image-source: linear-gradient(90deg, #d3d3d3 0%, #696969 17%, #696969 83%, #d3d3d3 100%);
    opacity: 0;
    position: absolute;
    top: 9px;
    left: 9px;
    height: calc(100% - 18px);
    width: calc(100% - 18px);
}

#top-btn1-inner2.topbtn1hov{
	opacity:1.0;
}





#top-btn2{
background-color:transparent;
}

#top-btn2::before{
content: "";
border:2px solid #222222;
display:block;
position:absolute;
top:0;
left:0;
width:560px;
height:110px;
margin-right:10px;
}

#top-btn2::after{
content: "";
border:1px solid #222222;
display:block;
width:560px;
height:110px;
position: absolute;
top: 10px;
left: 10px;
}

#top-btn2 a{
background: url('assets/img/icon-loupe.png') 145px 49px no-repeat;
}





#top-btn2,
#top-btn2::before,
#top-btn2::after{
	transition: top .1s linear, left .1s linear;
}
#top-btn2:hover::before{
	border:2px solid #222222;
	top: 0;
	left: 2px;
	margin-right:0;
}
#top-btn2:hover::after{
	border:1px solid #222222;
	top: 10px;
	left: 8px;
}






#top-btns div a{
display:block;
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
text-align:center;
padding-top:52px;
font-size:24px;
z-index:9;
}



.slick-slide img{
width: 100%;
margin:0 auto;
}





#articles{
display:flex;
justify-content: flex-start;
flex-wrap: wrap;
}

div#noresult{
font-size:16px;
padding:12px 0 124px 0;
text-align:center;
}

.articlelist1_top{
margin-top:80px;
}

.articlelist1 article{
width:344px;
position:relative;
font-size:18px;
transition:all 0.2s;
}

.articlelist1_top article{
padding-bottom: 60px;
margin-bottom: 40px;
border-bottom: 2px solid #222222;
}

.articlelist1_archive article{
padding-bottom:60px;
margin-bottom:30px;
/*border-bottom:2px solid #222222;*/
}

.articlelist1_archive article:nth-child(odd){
margin-right:70px;
}

article.empty{
border:none;
margin-bottom:0;
padding-bottom:0;
}

.articlelist1_top article:nth-child(4),
.articlelist1_top article:nth-child(5),
.articlelist1_top article:nth-child(6){
/*
border-bottom:none;
margin-bottom:0;
padding-bottom:0;
*/
}

.articlelist1_archive article:nth-child(7){
border-bottom:none;
}
.articlelist1_archive article:nth-child(8){
border:none;
}
.articlelist1_archive article:nth-child(9){
border:none;
}

.articlelist1 article:hover{
/*
opacity:0.9;
*/
}

.articlelist1 article.isnew::before{
/*
content:"NEW";
display:block;
position:absolute;
top:0;
left:0;
width:80px;
padding:9px 0 5px 0;
background-color:#555555;
font-size:16px;
font-family:Josefin Sans, sans-serif;
font-weight:SemiBold;
color:white;
text-align:center;
z-index:100;
line-height: 1em;
*/
content:"";
display:block;
position:absolute;
top:-18px;
left:-18px;
width:80px;
height:80px;
padding:0;
z-index:100;
background:url('assets/img2112/new.png') no-repeat center center;
background-size:80px 80px;
}

article div.article-info{
border-bottom:1px solid #a2ad9c;
padding-bottom:6px;
}

.articlelist1 article time{
display:inline-block;
margin-top:32px;
font-weight:500;
letter-spacing:.1em;
}

.articlelist1 article div.article-title{
margin-top:16px;
font-weight:normal;
line-height:1.5em;
}

.articlelist1 article aside.article-author{
font-size:16px;
margin-top:17px;
color:#999999;
}

.articlelist1 article aside.article-author a{
color:#999999;
}

.article-bg{
position:relative;
width:100%;
height:228px;
overflow:hidden;
line-height: 1em;
background-size:0 0;
background-color:#eaeaea;
}

.article-bg a{
display: flex;
justify-content: center;
flex-direction: row;
align-content: center;
align-items: center;
width: 100%;
height: 100%;
}

.article-bg img{
width:100%;
transition:all .7s;
/*height:228px;*/
display:block;
margin:0 auto;
object-fit: revert;
}

.article-bg:hover img{
	transform:scale(1.02);
}

.article-cat{
display:block;
position:absolute;
top:0;
right:0;
/*width:130px;*/
height:40px;
background:#435242 url('assets/img2112/tag.svg') no-repeat 13px center;
background-size:22px 22px;
font-size:14px;
transition:all .5s;
}

.article-cat ul{
list-style-type:none;
}

.article-cat-hov{
opacity:0.9;
}

.article-cat a{
display:block;
/*
position:absolute;
top:0;
left:0;
*/
width:100%;
height:100%;
padding: 11px 19px 0 40px;
color:white;
}

.article-cat a:hover{
opacity:0.8;
}




.newslist1{
margin-top:68px;
font-size:18px;
width:100%;
margin:68px auto 0 auto;
}

.newslist1 article{
padding-bottom:20px;
border-bottom:1px solid white;
margin-bottom:20px;
}

.newslist1 article:last-child{
/*border:none;*/
margin-bottom:none;
}

.newslist1 time{
/*font-weight:bold;*/
letter-spacing:.1em;
}

.newslist1 .news-title{
margin-top:20px;
font-size:min(18px, 3.5vw);
line-height: 1.5em;
height: 3em;
overflow: hidden;
}







.textsearch{
display:block;
margin-top:40px;
text-align:center;
position:relative;
}

.textsearch div{
width: 480px;
height: 50px;
margin:0 auto;
position:relative;
}

.textsearch div.fullwidth{
width:100%;
}

.textsearch input[type=text]{
width:480px;
height:50px;
border:2px solid #3e4c41;
padding-left:48px;
font-size:16px;
}

.textsearch div.fullwidth input[type=text]{
width:100%;
height:50px;
border:2px solid #e6e6e6;
padding-left:48px;
font-size:16px;
background-color:white;
transition:all .1s;
}

.textsearch div.fullwidth input[type=text]:focus{
border:2px solid #6D7707;
box-shadow: 0px 0px 5px 2px rgba(200,200,200,0.2);
}



.textsearch input[type=text]::-webkit-input-placeholder {
    padding-top: 0.2em;
}

.textsearch input[type=submit]{
border:none;
background:transparent url('assets/img2112/search_small.svg') no-repeat center center;
background-size:18px 18px;
position:absolute;
top:0;
left:0;
width:50px;
height:50px;
cursor:pointer;
}

.textsearch input[type=submit]:focus{
outline:0;
}




nav.readmore{
display:block;
margin-top:54px;
text-align:center;
font-size:18px;
position:relative;
transition:all 0.4s;
width:100px;
margin-left:auto;
margin-right:auto;
}

nav.readmore#readmore-posts{
margin-top:0;
margin-bottom:108px;
}

nav.readmore aside.readmore-icon{
display:inline-block;
width:50px;
height:50px;
border-radius:50px;
background:#222222 url('assets/img/readmore-arrow@2x.png') no-repeat center center;
background-size: 21px 6px;
position:relative;
transition:all 0.4s;
}

nav.readmore aside.readmore-icon:hover{
background-color:#666666;
}

nav.readmore aside.readmore-icon a{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
border-radius:50px;
}

nav.readmore{
display: block;
text-align: left;
width: 230px;
height: 76px;
padding-top: 22px;
background-image: url(./assets/img2112/arrow_circle_black.svg);
background-position: right 0;
background-size:77px 77px;
}

nav.readmore div.readmore-inner{
margin-top:12px;
font-weight:500;
font-size:20px;
padding-left:16px;
}

nav.readmore a.readmore-text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.btn1{
    display: block;
    height: 60px;
    border-radius: 30px;
    width: 360px;
    background: #222222 url('assets/img/icon-mail-invert@3x.png') no-repeat 104px 22px;
    background-size: 23px 17px;
    margin: 0 auto;
    color: white;
    font-size: 18px;
    text-align: center;
    padding-top: 22px;
    text-indent: 30px;
}



.wpcf7 p{
margin-bottom:12px !important;
}

.wpcf7 input{
border:2px solid #e6e6e6;
padding:2px 12px;
font-size:14px;
}

.wpcf7 input[type=submit]{
	border:none;
    display: block;
    font-size: 14px;
    line-height: 40px;
    /*
    background: #222222 url(loupe-invert@2x.png) no-repeat;
    background-size: 16px 16px;
    background-position: 58px 23px;
    text-indent: 16px;
    */
    background-color: #222;
    color: white;
    margin: 0 auto;
    cursor: pointer;
    width: 28.3%;
    transition: all .5s;
}

.wpcf7 input[type=submit]:hover{
	opacity:0.7;
	border-radius:10px;
}

.wpcf7 textarea{
border:2px solid #e6e6e6;
padding:8px 12px;
font-size:14px;
width:100%;
height:120px;
line-height:1.3em;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus{
outline:none;
border: 2px solid #6D7707;
box-shadow: 0px 0px 5px 2px rgba(200,200,200,0.2);
}

.wpcf7 input[type=submit]:focus{
border:none;
}

span.wpcf7-not-valid-tip{
font-size:12px !important;
}

.wpcf7-response-output{
    display: block;
    background-color: #e6e6e6 !important;
    border: none !important;
    padding: 16px !important;
    margin: 0 !important;
    line-height: 1em;
}

.wpcf7-response-output:empty{
	display:none;
}



#wpcf7-submit{
	line-height:1em;
}

#not-found-404{
	text-align:center;
}


.wp-pagenavi a, .wp-pagenavi span{
font-size:16px;
margin-right:16px;
display:inline-block;
color:#999999;
}

.wp-pagenavi > *:last-child{
margin-right:0;
}

.wp-pagenavi span.current{
color:#3a3a3a;
}

.wp-pagenavi a:hover{
color:#3a3a3a;
}
/*

.wp-pagenavi a, .wp-pagenavi span{
font-size: 16px;
line-height: 16px;
font-weight: bold;
padding: 12px 12px;
border: 2px solid #222222;
margin-right:12px;
display:inline-block;
}

.wp-pagenavi > *:last-child{
margin-right:0;
}

.wp-pagenavi span.current{
background-color:#222222;
color:white;
}

*/




#spheader,
#gloalMenuSpWrap{
display:none;
}

.pconly{
}
.sponly{
	display:none;
}



@media only screen and (max-width:1439px){
	.headerNav{
		padding-left:30px;
	}
	.headerNav .navList{
		left:310px;
	}
	
}



@media only screen and (max-width:1260px){
	#header_sns,
	#header_sns_small{
		display:none;
	}
}



@media only screen and (max-width:1200px){
	section.wrap{
		width:100%;
		padding:0 20px;
		overflow:hidden;
	}
	#top-btns > div{
		width:calc(100vw/2 - 40px);
	}
	#top-btns > div:nth-child(2){
		/*float:left;*/
	}
	#top-btn2 a{
	    background: url('assets/img/icon-loupe.png') 25% 50% no-repeat;
	}
	#top-btn2::before{
		width:calc(100% - 10px);
	}
	#top-btn2::after{
		width:calc(100% - 10px);
	}
	.articlelist1 article{
		width:calc(100vw/3 - 40px);
	}
}

@media only screen and (max-width: 1200px){
	img.slideImg{
		opacity:0 !important;
	}
	
	#articles{
		/*display:block;*/
		margin-top:50px;
	}
	
	#articles{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
	
	.articlelist1 article {
		width:48%;
		height:auto;
		margin-bottom:50px;
	}
	
	.articlelist1_archive article:nth-child(odd) {
	    margin-right: 0;
	}
	
	.articlelist1 article.isnew::before{
		width:10vw;
		height:10vw;
	    top: -2vw;
	    left: -2vw;
		background-size:cover;
	}
	
	
	
	.article-bg{
		background-position:center center;
		height:20vh;
	}
	.article-bg.cover{
		background-size:cover;
	}
	.article-bg.contain{
		background-size:contain;
	}
	
	
	
	.article-cat{
		width:50%;
		height:auto;
		background-size: 3vw 3vw;
		background-position:8px center;
	}
	
	.article-cat a{
		font-size:2.3vw;
		padding:5px 0 4px 0;
		text-align:center;
		text-indent:3vw;
	}

	.articlelist1 article time{
		font-size:min(20px, 3vw);
	}
	
	.article-meta{
		font-size:2.5vw !important;
	    padding: .1vw 7px .05vw 7px !important;
	    margin-top: 32px !important;
	}
	
	.articlelist1 article div.article-title{
		font-size:min(22px, 3.5vw);
		height:4.5em;
		overflow:hidden;
	}
	
	.article-author{
		margin-top:6px !important;
		font-size:2.5vw !important;
	}
	
	
	
	.articlelist1 img{
	/*
		width:100%;
		height:auto;
	*/
		opacity:0;
		width:100%;
		
	}
	/*
	.headerNav .navList li{
		margin-right:20px !important;
	}
	#header_sns ul{
		width:76px;
	}
	#header_sns li:nth-child(1) img{
		width:22px;
		height:18px;
	}
	#header_sns li:nth-child(2) img{
		width:9px;
		height:18px;
	}
	#header_sns li:nth-child(3) img{
		width:18px;
		height:18px;
	}
	#header_sns_small ul{
		width:76px;
	}
	#header_sns_small li:nth-child(1) img{
		width:22px;
		height:18px;
	}
	#header_sns_small li:nth-child(2) img{
		width:9px;
		height:18px;
	}
	#header_sns_small li:nth-child(3) img{
		width:18px;
		height:18px;
	}
	*/
	
	.footerInner{
		width:100%;
	}
}

@media only screen and (max-width: 1080px){
	.main
	.headerSearchForm{
		z-index:10;
	}
	
	#slider{
		/* margin-top:120px; */
	}
}

@media only screen and (max-width:1023px){

	header{
	    position: fixed !important;
		top: 0;
		width: 100%;
	    z-index: 10000;
	}
	#the_header{
		display:none;
	}

	.pconly{
		display:none;
	}
	.sponly{
		display:block;
	}

	.headerNav{
		display:none;
	}

	.wrapper{
		/*overflow-x:hidden;*/
	}
	section.wrap{
		width:auto !important;
		padding:0;
	}
	
	
	
	#slider{
		margin-top:70px;
	}
	
	#sliderLoader{
	}
	
	#slider,
	.slick-list,
	.slick-track,
	.slick-slide{
		min-height:33vh;
	}
	
	.slick-slide > div{
		min-height:33vh;
	}
	
	.slide{
		min-height:33vh;
	}
	
	.slick-prev, .slick-next{
		display:none !important;
	}
	.slick-dots{
		bottom:-26px;
	}
	
	.slider-center{
		width:100%;
	}
	
	.slider-bottom{
		width:75%;
	}
	
	/*
	.slider-text-exlarge{
	display:block;
	font-size:6vw;
	line-height:1.3em;
	font-weight:700;
	}

	.slider-text-large{
	display:block;
	font-size:0.9rem;
    font-size: 2.7vw;
    line-height:1.2em;
	font-weight:700;
	}

	.slider-text-medium{
	display:block;
	font-size:0.6rem;
	font-size:1.7vw;
	line-height:24px;
	font-weight:700;
	letter-spacing:0.3em;
	}

	.slider-text h3{
	font-size:32px;
	line-height:50px;
	}
	*/
	
	a.slider-circle-arrow span{
	    background-image: url('assets/img/slider-circle-arrow@2x.png');
	    background-repeat: no-repeat;
	    background-position: center center;
	    background-size: initial;
		background-size: 14px !important;
	    width:14px !important;
	    height:14px !important;
	    margin-left:2px !important;
	}
	
	.swiper-wrapper,
	.swiper-slide{
	/*min-height: 33vh;*/
	min-height:75vh;
	}
	
	
	
	#mainvisual .visual .sponly{
	min-height:75vh;
	background-size:cover;
	background-position:center center;
	}
	
	#mainvisual .visual .sponly img{
	display:none;
	}
	
	
	
	div.heading_top{
	padding:58px 16px 16px 16px !important;
	}
	
	
	
	#contents1,#news,#contents2,#contents3{
		padding-left:20px;
		padding-right:20px;
	}
	#contents1{
		padding-top:32px;
	}
	#top-btns > div {
		float:none;
		width:100%;
		height:76px;
	}
	#top-btns > div:last-child {
		margin-top:20px;
	}
	
	#top-btns div a{
		font-size:15px;
		padding-top:30px;
	}
	#top-btn2 > a{
		padding-top:28px !important;
	}
	#top-btn2 a{
		background:none;
	}
	#top-btn2 a::before{
		display:inline-block;
		vertical-align:bottom;
		content:"";
		background:url('assets/img/icon-loupe@2x.png') no-repeat left top;
		background-size:15px 15px;
	    width: 15px;
	    height: 15px;
	    margin-right:4px;
	}
	#top-btn2::before{
		width: calc(100% - 10px);
		height: calc(100% - 10px);
	}
	#top-btn2::after{
		width: calc(100% - 10px);
		height: calc(100% - 10px);
	}
	
	
	
	#category{
		padding-bottom:84px !important;
	}
	
	#news{
		padding-top:84px;
		padding-bottom:44px;
	}
	
	.newslist1{
		width:100%;
		margin-top:40px;
	}
	
	#articlelist_news article:last-child,
	#articlelist_pre_release article:last-child{
    border-bottom: 1px solid white !important;
    	margin-bottom:40px;
    }
	
	
	
	#articlelist_news nav.readmore{
		margin-bottom:88px !important;
	}
	
	#articlelist_news nav.readmore,
	#articlelist_pre_release nav.readmore{
		margin-top:64px !important;
	}
	
	
	
	.newslist1 .news-title{
		font-size:min(20px, 4vw) !important;
		line-height:1.3em;
		margin-top:6px;
		padding:0 20px;
		height:auto;
		max-height:calc(11vw + 1em);
		overflow:hidden;
	}	
	.newslist1 time{
		font-size:min(20px, 3vw) !important;
		padding:0 20px;
	}
	
	/*
	.articlelist1_top article:nth-child(4),
	.articlelist1_top article:nth-child(5){
		border-bottom:2px solid #222222;
		padding-bottom: 60px;
		margin-bottom:50px;
	}
	.articlelist1_top article:nth-child(6){
		border-bottom:none;
		margin-bottom:50px;
	}
	.articlelist1_archive article:nth-child(7){
		border-bottom:2px solid #222222;
	}
	.articlelist1_archive article:nth-child(8){
		border-bottom:2px solid #222222;
	}
	.articlelist1_archive article:nth-child(9){
		border:none;
		margin-bottom:0;
		padding-bottom:0;
	}
	*/
	
	div#noresult{
	font-size:min(18px, 4vw);
	}
	
	.textsearch{
		margin-top:58px;
	}
	.textsearch div{
		width:100%;
	}
	.textsearch input[type=text]{
		width:100%;
	}
	
	.btn1{
		width:75%;
		background-image:none;
		text-indent: 0;
		padding-top: 22px;
	}
	.btn1::before{
		/*
		display:inline-block;
		content:"";
		background:url('icon-mail-invert@3x.png') no-repeat left top;
		background-size:24px 17px;
	    width: 24px;
	    height: 17px;
	    margin-right:14px;
	    */
	    display: inline-block;
	    content: "";
	    background: url('assets/img/icon-mail-invert@3x.png') no-repeat left 0px;
	    background-size: 23px 16px;
	    width: 24px;
	    height: 20px;
	    vertical-align: middle;
	    margin-right: 8px;
	}
	
	
	
	nav.readmore{
		margin-top:48px;
	}
	
	nav.readmore#readmore-posts{
		margin-top:48px;
		margin-bottom:68px;
	}
	
	
	
	nav#footer-nav{
	}
	
	nav#footer-nav ul{
	    font-size: 16px;
	    margin-top: 42px;
	    padding-left: 0px;
	    display: flex;
	    flex-wrap: nowrap;
	    justify-content: flex-start;
	    align-items: flex-start;
	    align-content: center;
	}
	nav#footer-nav ul div{
		float:none;
		margin:0;
		text-align:left;
		display:block;
	}
	nav#footer-nav ul div:first-child{
		width:25%;
	}
	nav#footer-nav ul div:last-child{
		width:50%;
	}

	nav#footer-nav ul li{
		font-size:min(16px, 2.5vw);
		/*background:transparent url('assets/img/footer-arrow-invert@2x.png') no-repeat 0 center 5px 8px;*/
		margin-bottom:min(20px, 3vw);
	}
	
	nav#footer-nav ul li:nth-child(6){
		margin-bottom:0;
	    line-height: 1em;
	    padding-top: 4px !important;
	}

	nav#footer-nav ul li.column{
		display:inline-block;
		text-align:left;
		margin-right:0;
		width: 45%;
	}
	nav#footer-nav ul li.column100{
		display:inline-block;
		text-align:left;
		margin-right:0;
		width: 100%;
	}
	div.footer-nav-2column li:nth-child(even){
		width: 38% !important;
		float:right;		
	}
	div.footer-nav-2column li:nth-child(odd){
	}

	.footer{
		height:auto;
		padding-top: 25px;
	    padding-bottom: 80px;
		padding-top:88px;
	}
	.footerInner{
		width: auto;
		margin-top:0;
		padding-top:0 !important;
		padding:0 20px 0 20px;
	}

	#footer-content1{
		margin-top:40px;
	}
	
	#footer-logo-sp{
		margin-top:48px;
		text-align:center;
	}
	#footer-logo-sp img{
		width:50%;
	}
	
	#footer-left{
		position:absolute;
		right:40px;
		bottom:0;
		width:33% !important;
		text-align:right;
	}
	#footer_left_logo{
		display:none;
	}
	.footerShare{
		margin-top:0;
	}

	#footer-left .c-snsList{
		text-align:right;
		margin-bottom:4px;
	}
	
	#footer-left .c-snsList li{
		margin-right:0;
		margin-left:10px;
	}
	#footer_sns li:nth-child(1) img,
	#footer_sns li:nth-child(3) img{
		width:auto;
		height:18px;
	}
	
	#footer_sns li:nth-child(2) img{
		width:auto;
		height:16px;
		margin-top:1px;
	}
	
	#footerCopyright{
		text-align:right;
		font-size:min(12px, 1.8vw);
	    line-height: 1em;
	}

	
	/*
	.c-snsList{
		width:108px;
	}
	
	.c-snsList li:nth-child(1) img{
		width:22px !important;
		height:auto !important;
	}
	
	.c-snsList li:nth-child(2) img{
		width:11px !important;
		height:auto !important;
	}
	
	.c-snsList li:nth-child(3) img{
		width:20px !important;
		height:auto !important;
	}
	*/

	/*
	#footerCopyright{
		margin-bottom:70px;
	}
	*/
	


	.totop{
		bottom: 10px;
		right: 10px;
		width:70px;
		height:70px;
	}
	
	
	
	.wpcf7 input{
		width:100%;
		font-size:16px;
	}
	.wpcf7 textarea{
		font-size:16px;
	}
	
	.wpcf7-response-output{
		line-height:2em;
	}



/* --- Humburger Menu --- */

#spheader{
	position:relative;
	background-color:white;
	height:70px;
	z-index:9999;
	display:block;
}

#logoareaSp{
	position:absolute;
	top:6px;
	left:20px;
}

#logoareaSp img{
	/*
	width:148px;
	height:56px;
	*/
	width:220px;
	margin-top:4px;
}

#gloalMenuSpWrap{
    position: absolute;
    bottom: -70px;
    visibility:hidden;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:-5;
    display:block;
}

nav.globalMenuSp {
    z-index: 3;
    background: #fff;
    opacity:0;
    color: #000;
    text-align: center;
    /* transform: translateY(-100%); */
    transform: translate3d(0, -100%, 0);
    transition: all 0.2s cubic-bezier(0.150, 1.175, 0.085, 0.950);
    width: 100%;
    padding:0 20px;
}
nav.globalMenuSp ul.globalMenuSpInner {
    background: #FFF;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    padding-top: 40px;
}
 
nav.globalMenuSp ul.globalMenuSpInner li {
    font-size: 1rem;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #000;
    text-align:left;
}

nav.globalMenuSp ul.globalMenuSpInner li:first-child {
    border-top: 1px solid #000;
}

nav.globalMenuSp ul.globalMenuSpInner li:last-child {
    padding-bottom: 0;
    /*
    border-bottom: none;
    */
}
 
nav.globalMenuSp ul.globalMenuSpInner li a {
    display: block;
    color: #000;
    padding: 1em 0;
}





nav.globalMenuSp ul.globalMenuSpInner li:nth-child(1) a::before{
    background: transparent url('assets/img/menu-icon1-sp@2x.png') no-repeat 0 0px;
}
nav.globalMenuSp ul.globalMenuSpInner li:nth-child(2) a::before{
    background: transparent url('assets/img/menu-icon2-sp@2x.png') no-repeat 0 0px;
}
nav.globalMenuSp ul.globalMenuSpInner li:nth-child(3) a::before{
    background: transparent url('assets/img/menu-icon3-sp@2x.png') no-repeat 0 0px;
}
nav.globalMenuSp ul.globalMenuSpInner li:nth-child(4) a::before{
    background: transparent url('assets/img/menu-icon4-sp@2x.png') no-repeat 0 0px;
}
nav.globalMenuSp ul.globalMenuSpInner li:nth-child(5) a::before{
    background: transparent url('assets/img/menu-icon5-sp@2x.png') no-repeat 0 0px;
    margin-right:7px;
}
nav.globalMenuSp ul.globalMenuSpInner li:nth-child(6) a::before{
    background: transparent url('assets/img/menu-icon6-sp@2x.png') no-repeat 0 0px;
}
nav.globalMenuSp ul.globalMenuSpInner li:nth-child(7) a::before{
    background: transparent url('assets/img/menu-icon7-sp@2x.png') no-repeat 0 0px;
}

nav.globalMenuSp ul.globalMenuSpInner li a::before{
    content: "";
    background-size:contain !important;
    width: 22px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-right:6px;
}



.c-snsList-menu{
	width:162px;
	margin-top: 60px;
}

.c-snsList-menu li:nth-child(1) img{
	width:30px;
}
.c-snsList-menu li:nth-child(2) img{
	width:15px;
}
.c-snsList-menu li:nth-child(3) img{
	width:26px;
}



nav.globalMenuSp.active {
/*    transform: translateY(0%); */
    transform: translate3D(0, 0, 0);
    opacity:0.95;
    padding-bottom:1000px;
}

.navToggle {
    display: block;
    position: fixed;
    right: 13px;
    top: 12px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 100;
    background: white;
    text-align: center;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #000;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
 
.navToggle span:nth-child(1) {
    top: 15px;
}
 
.navToggle span:nth-child(2) {
    top: 24px;
}
 
.navToggle span:nth-child(3) {
    top: 33px;
}
 
.navToggle span:nth-child(4) {
	font-family:Josefin Sans, sans-serif;
    border: none;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    top: 32px;
	text-indent: -4px;
}

.navToggle.active span:nth-child(1) {
    top: 24px;
    left: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
 
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 24px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navToggle.active span:nth-child(2) {
    top: 24px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
}



}


@media only screen and (max-width:600px){


}

@media only screen and (max-width:450px){

	a.slider-circle-arrow span{
		background-size: 2.5vw;
	    width:2.5vw;
	    height:2.5vw;
	}


	.slider-text-medium{
		/*font-size:2.9vw;*/
	}

}


/* for iPhone5/iPhone SE (Gen1) */
@media only screen and (max-width:320px){

	a.slider-circle-arrow span{
		background-size: 2.5vw !important;
	    width:2.5vw !important;
	    height:2.5vw !important;
	}

	nav.globalMenuSp ul.globalMenuSpInner{
		padding-top:4px;
	}

	nav.globalMenuSp ul.globalMenuSpInner li a{
		padding:0.6em;
	}
	
	nav.globalMenuSp .textsearch{
		margin-top:8px;
	}
	
	.c-snsList-menu{
		margin-top:8px;
	}

	.slider-text-large{
		font-size:0.7rem;
	}
	
	.btn1{
		font-size:18px !important;
	}

}

/* for landscape */
@media screen and (orientation: landscape) and (max-width:767px){

	#mainvisual .visual .sponly{
		height:500px;
	}

	nav.globalMenuSp ul.globalMenuSpInner li:nth-child(2) {
	    border-top: 1px solid #000;
	}

	nav.globalMenuSp ul.globalMenuSpInner{
		padding-top:6px;
	}

	nav.globalMenuSp ul.globalMenuSpInner li a{
		padding:0.6em;
		font-size:0.7rem;
	}

	nav.globalMenuSp ul.globalMenuSpInner li{
		width:48%;
		float:left;
		/*display:inline-block;*/
	}
	
	nav.globalMenuSp .textsearch,
	nav.globalMenuSp .c-snsList-menu{
		display:none;
	}
	nav.globalMenuSp .c-snsList-menu{
		display:flex;
		right:10px;
		width:160px;
		padding-top:24px;
	}
	
	/*
	.slider-text-exlarge{
	display:block;
	width:75%;
	margin:0 auto;
	font-size:2rem;
	line-height:1.3em;
	font-weight:SemiBold;
	}

	.slider-text-large{
	display:block;
	font-size:1.2rem;
	line-height:1.2em;
	font-weight:700;
	}

	.slider-text-medium{
	display:block;
	font-size:0.9rem;
	line-height:24px;
	font-weight:700;
	letter-spacing:0.3em;
	}
	*/
	
}



::selection {
    background: #6DAA77;
    color:white;
    border-radius:20px;
}

//Firefox
::-moz-selection {
    background: #6DAA77;
    color:white;
}

.article-meta{
font-size: 19px;
float: right;
display: inline-block;
margin-top: 28px;
font-weight: bold;
background-color: #919297;
color: white;
padding: 4px 13px;
border-radius: 18px;
}

#article-meta-single-wrap{
display:block;
line-height:1em;
text-align:right;
margin-bottom:14px;
}

.article-meta-single{
font-size: 19px;
display: inline-block;
margin-top: 14px;
font-weight: bold;
background-color: #919297;
color: white;
padding: 4px 13px;
border-radius: 18px
}

.visual-article-meta-single{
font-size: 19px;
display: inline-block;
margin-top: 0;
font-weight: bold;
background-color: #919297;
color: white;
padding: 4px 13px;
border-radius: 18px;
line-height:1em !important;
}
#visual-article-meta-single-wrap{
line-height:1em;
text-align:right;
}

@media only screen and (max-width:1023px){

	.article-meta-single{
	margin-top:12px;
	font-size:2.5vw;
	font-weight:bold;
	padding:.1vw 7px .05vw 7px;
	letter-spacing:.1em;
	}
	#article-meta-single-wrap{
	margin-bottom:0;
	}
	#single-title-pr{
	margin-top:14px;
	}
	
	.visual-article-meta-single{
	margin-top:12px;
	font-size:2.5vw;
	font-weight:bold;
	padding:.2vw 7px .05vw 7px;
	letter-spacing:.1em;
	line-height:1.5em !important;
	}
	#visual-article-meta-single-wrap{
	margin-bottom:0;
	}
	
}




header#header_global.without_mainvisual .headerNav .navList_link{
color:#3a3a3a;
}

header#header_global.without_mainvisual a.headerlogo img{
/*filter: invert(1);*/
}

header#header_global.without_mainvisual .headerNav .navList li:nth-child(1){
background:url('assets/img2112/search_black.svg') no-repeat 0 51%;
    background-size: 33px 33px;
}
header#header_global.without_mainvisual .headerNav .navList li:nth-child(2){
background:url('assets/img2112/read_know_black.svg') no-repeat 0 51%;
    background-size: 33px 33px;
}
header#header_global.without_mainvisual .headerNav .navList li:nth-child(3){
background:url('assets/img2112/experience_black.svg') no-repeat 0 51%;
	background-size: 33px 33px;
}
header#header_global.without_mainvisual .headerNav .navList li:nth-child(4){
background:url('assets/img2112/learn_black.svg') no-repeat 0 51%;
	background-size: 33px 33px;
}
header#header_global.without_mainvisual .headerNav .navList li:nth-child(5){
background:url('assets/img2112/buy_black.svg') no-repeat 0 51%;
	background-size: 33px 33px;
}



.btn_contact{
margin:0 40px;
border:2px solid white;
display:block;
padding:157px 0 77px 0;
color:white;
font-size:28px;
letter-spacing:.1em;
text-align:center;
background-image:url('./assets/img2112/email.svg');
background-size:55px 50px;
background-position:center 70px;
}

div.heading{
text-align:center;
padding:120px 0 180px 0;
}

div.heading_top{
text-align:center;
padding:60px 0 140px 0;
}

div.heading_contents{
text-align:center;
padding:0 0 0 0;
}

div.heading_contents_withmargin{
text-align:center;
padding:0 0 80px 0;
}

h2.heading_jp{
font-size:32px;
letter-spacing:.1em;
line-height:1.5em;
font-weight:500;
}

#newslist{
display: flex;
align-content: center;
justify-content: space-between;
align-items: flex-start;
}

#articlelist_news,
#articlelist_pre_release{
width:48%;
}

#articlelist_news h2,
#articlelist_pre_release h2{
padding-left:48px;
}

#articlelist_news article,
#articlelist_pre_release article{
padding-left:48px;
padding-right:48px;
}



#top_categories{
    display: flex;
    flex-wrap:wrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    padding-top:88px;
}

.top_category_box{
	width:580px;
	margin-bottom:40px;
	border:2px solid #7c7c7c;
	padding:38px 0 34px 0;
	text-align:center;
	cursor:pointer;
}

.top_category_box h3{
	font-size:24px;
	font-weight:500;
}

.top_category_box h3::before{
	content:"";
	display:inline-block;
	width:21px;
	height:14px;
	background-image:url('assets/img2112/triangle_black.png');
	background-size:21px 14px;
	margin-right:6px;
	transition:all .1s;
	transform: rotate(-90deg);
}

.top_category_box p{
	margin-top:14px;
}

.top_category_box > div{
	overflow-y: hidden;
	max-height:0;
	transition:all .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.top_category_box_active h3::before{
	transform: rotate(0deg);
}

.top_category_box_active > div{
	max-height:300px;
	display:block;
}

.top_category_box > div ul{
	list-style-type:none;
	width:75%;
	margin:0 auto;
	text-align:left;
	padding-top:12px;
}

.top_category_box > div ul li{
    line-height: 1.8em;
}

.top_category_box > div ul li::before{
	content:"・";
	display:"inline";
}

.top_category_box > div ul li a:hover{
	text-decoration:underline;
}



.footerInner{
padding-left:40px;
padding-right:40px;
position:relative;
}

#footer-left{
float:left;
width:380px;
text-align:left;
}

#footer_left_logo{
width:374px;
}

#footer-right{
float:right;
width:490px;
}



@media only screen and (max-width:1300px){
	.logoarea{
	padding-top:20px !important;
	}
	a.headerlogo img{
	width:240px;
	}
	a.headerlogo_small img{
	width:240px;
	}
	.headerNav .navList{
	padding-left:4px;
	}
}

@media only screen and (max-width:1200px){

	section.wrap.flex{
	display:block;
	}
	nav.breadcrumb{
	width:100%;
	margin-top:0;
	margin-bottom:48px;
	line-height:1.7em;
	}
	
	.breadcrumb {
	font-size: 12px;
	margin-top: 70px !important;
	padding-top: 24px !important;
	padding-bottom: 32px !important;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom:0 !important;
	}
	
	nav.breadcrumb_without_mainvisual{
	margin-top:70px;
	}
	main.main{
	width:100%;
	}
	nav#sidebar{
	display:none;
	width:100% !important;
	padding:0 20px;
	}
	
	section#category h2{
	margin-bottom:64px;
	}
	#top_categories{
	padding:0 20px;
	}
	.top_category_box{
	width:100%;
	padding-top:18px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:14px;
	}
	.top_category_box > div ul{
	width:100%;
	}
	.top_category_box h3,
	.top_category_box p{
	line-height:1.5em;
	}
	
	
	
	#newslist{
	display:block;
	}
	.newslist1{
	height:auto;
	}
	#articlelist_news,
	#articlelist_pre_release{
	width: 100%;
	}
	#articlelist_news{
	margin-bottom:64px;
	}
	#articlelist_news h2,
	#articlelist_pre_release h2{
	text-align:center;
	padding-left:0;
	}
	#articlelist_news article,
	#articlelist_pre_release article{
	padding-left:0;
	padding-right:0;
	}
	
	.articlelist1_archive article{
	margin-bottom:0;
	}
	
	div.heading{
	padding:40px 16px 0 16px;
	}
	div.heading_contents_withmargin{
	padding:0;
	}
	h2.heading_jp{
	font-weight:bold;
	font-size:18px;
	}
	
	.contents_wide {
	width: 100%;
	padding: 0 40px;
	overflow: hidden;
	}
	
	#contents1,
	#news,
	#contents2,
	#contents3{
    padding-left: 40px;
    padding-right: 40px;
	}
	
	#top_categories{
    padding-left: 40px;
    padding-right: 40px;
	}
	
	.top_category_box{
	margin-bottom:12px;
	}
	
	.top_category_box h3{
	font-size:18px;
	font-weight:bold;
	}
	
	.top_category_box h3::before{
	background-size: 17px 10px;
    background-position: left 3px;
	}

	.top_category_box p{
    margin-top: 2px;
    font-size: 11px;
	}


	
	
	
	.text42{
	font-size:20px;
	}
	
	nav.readmore{
	width:164px;
	padding-top:5px;
	background-size:50px 45px;
	}
	
	div.readmore-inner{
	font-size:14px !important;	
	}
	
	
	
	table.about_authorinfo{
	width:100%;
	}
	
	.btn_contact{
	margin:0 40px;
	font-size:20px;
    padding: 102px 0 52px 0;
    background-size: 40px 32px;
    background-position: center 52px;
	}

	.navList_link{
	font-size:1vw !important;
	}
	
	.slider-center{
	top:20%;
	}

	div.slider-btn{
	display:none;
	}
	
	div.slider-btn-sp{
	display:block;
	margin-top:24px;
	}

	div.slider-btn-wrap-sp{
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    }

	div.slider-btn-sp{
	}
	
	.slider-btn-sp a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	}
	
	.slider-btn-sp div.slider-btn-regular,
	.slider-btn-sp div.slider-btn-wide{
	position:relative;
	padding-top:0;
	text-align:center;
	width:42%;
	height:auto;
	font-size:2.5vw !important;
	letter-spacing:.1em;
	background:none;
	}
	.slider-btn-sp div.slider-btn-regular:after,
	.slider-btn-sp div.slider-btn-wide:after{
	content:"";
	display:inline-block;
	width:40px;
	height:35px;
	background:transparent url('./assets/img2112/arrow_circle_white.svg') no-repeat left top;
	background-size:40px 35px;
	vertical-align: middle;
	margin-left:6px;
	margin-bottom:.5vh;
	}
	
	.slider-btn-marginleft-48{
	margin-left:0;
	}
	
	
	
	.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
	bottom:60px !important;
	}
	
	
	.breadcrumb h2{
	font-size:8vw !important;
	}
	
	#category_description_without_mainvisual p{
	margin-top:12px;
	font-size:3vw;
	line-height:1.5em;
	}
	
	
}

@media only screen and (max-width:1024px){
	.navList_link{
	font-size:1rem !important;
	}
	
	.slider-text-exlarge{
	width:75%;
	margin-top:10px !important;
	font-size:6vw !important;
	padding-bottom:8px;
	line-height:2em;
	border:none;
	}
	.slider-text-exlarge span{
	border-bottom:2px solid #edb34c;
	}
	
	.slider-text-medium{
    margin-top: 10px !important;
    font-size: 2.7vw !important;
    line-height: calc(3.8vw * 1.5);
    width: 75%;
    margin: 0 auto;
	}
	
	.visual-text{
	top:42% !important;
	}
	img.visual-icon{
	width:20vw !important;
	max-width:150px !important;
	}
	
	#footer-left,
	#footer-right{
	float:none;
	width:100%;
	}
}

/* for iPhone5/iPhone SE (Gen1) */
@media only screen and (max-width:320px){
	div.slider-btn{
	bottom:15% !important;
	}
	#contents1,
	#news,
	#contents2,
	#contents3{
		padding-left:20px;
		padding-right:20px;
	}
	#top_categories{
		padding-left:20px;
		padding-right:20px;
	}
	.contents_wide{
		padding:0 20px;
	}

	.btn_contact{
	    margin: 0 20px;
	}
	.footerInner{
		padding:0 20px;
	}
	
}
