@charset "UTF-8";

body{
	font-family: 'Noto Sans JP', sans-serif;
	overflow-x: hidden;
	}
.grecaptcha-badge {
	visibility: hidden; 
}
.notoserif{font-family: 'Noto Serif JP', serif;
font-size: 1.6rem;
}
*:lang(en-US) {
  font-family: 'Noto Sans JP', sans-serif;
  }
img{
  width:100%;
  height:auto;
  }

a{
	color:inherit;
}
p,dt,dd,li{
  font-size: 1.6rem;
}
.wrap{
	opacity:1;
/*	transform:transition(opacity ,1.0s);
*/}
.wrap.on{
	opacity: 1;
}
#vegas {
  width: 100vw;
/*  height: 600px;*/
height: 100vh;
}
#loader-bg {
  /*display: none;*/
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
}
#loader {
  /*display: none;*/
  opacity: 0;
  position: absolute;
  /* top: 50%;
  left: 50%; */
	width:30%;
  max-width: 200px;
  /* height: 200px; */
  /* margin-top: -100px;
  margin-left: -100px; */
  text-align: center;
  color: #fff;
  z-index: 2;
	/* transform:translateY(30px); */
	transform:scale(.97);
  transition: all 1.2s;
}
#loader.on {
  opacity: 1;
	/* transform:translateY(0); */
	transform:scale(1);
  }
#loader.off{
	opacity: 0;
	transition-duration: .8s;
	transform:translateY(-20px);
}
.center_tx{
  display: inline-block;
  text-align: left;
}
.tc{
	text-align: center;
}
.tr{
  text-align: right;
}
.tl{
	text-align: left;
}
.w50{
	width:50%;
}
.pr50{
	padding-right: 50px;
}
.mt50{
	margin-top: 50px;
}
.mt20{
  margin-top: 20px;
}
.pt50{
	padding-top:50px;
}
.w3{
	width: calc(100% / 3 );
}
.h_herf{
	height:50%;
}
.h_herf img{
	overflow: hidden;
}
.cl{
	clear: both;
}
.p20{
	padding:20px;
}
.cc{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction:column;
}
.ti_1em{
  text-indent: 1em;
}
.ti_1emd{
  text-indent: -1em;
}
.fs12{
  font-size: 1.2rem
}
small,.small2{
  display: block;
  font-size:1.4rem;
  line-height: 2;
  color:#555;
}

.light_font{
	font-size: 1.6rem;
font-family: 'Noto Sans JP';
font-weight: 200;
line-height: 2.2;

}
.tl_bc{/*テキストを左揃えのまま中央*/
  text-align: left;
  display: inline-block;
}
  /*----------
  space
  ------------*/
  .mt_100_auto{
  	margin:100px auto;
  }
  .mt_50_auto{
    margin:50px auto;
  }
  .mb50{
  	margin-bottom: 50px;
  }
.inner1080{
	width: 80%;
	max-width: 1080px;
}

.inner680{
max-width: 680px;
    width: 80%;
}
.inner880{
max-width: 880px;
    width: 80%;
}
.mt100{
  margin-top: 100px;
}

.hero img{
  height: 80vh;
    object-fit: cover;
}
.ma_0_auto{
	margin: 0 auto;

}

h3.vertical{
 -webkit-writing-mode:vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 2.4rem;
  font-weight: 700;
  float: right;
  margin-right: 1em;

}
.site-header{
	position: absolute;
	width:100%;

}
.site-header_inner{
	display:flex;
	align-items: center;
	padding:1em 2em;
	color:#fff;
}


.site-branding{
	/* height: 100px; */
	max-width:240px;
	width:30%;
}
.site-branding h1 span{
  font-size: 1.8rem;
    letter-spacing: 0.2em;
    text-align: center;
    display: block;
    margin-top: 0.5em;
}
.site-branding h2 span{
    text-transform: uppercase;
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    font-weight: 100;
    text-align: center;
    display: block;
    margin-top: 0.5em;

}
.main-navigation{
	margin-left:auto;
	padding-left: 1em;
}
.main-menu,.main-menu_en{
	display:flex;
}
.menu-item{
	padding:1.5em 1em;
	position: relative;
	line-height: 1.7;
}

.main-menu >.menu-item >a,.main-menu_en >.menu-item >a{
	position: relative;
	z-index: 2;
	display: block;
}
.main-navigation .main-menu >.menu-item:hover >a:after,.main-navigation .main-menu_en >.menu-item:hover >a:after{
	-webkit-transform:scaleX(1);
	transform:scaleX(1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
}
.main-navigation .main-menu >.menu-item >a:after,.main-navigation .main-menu_en >.menu-item >a:after{
	content:"";
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	height:1px;
	background: #fff;
	-webkit-transform:scaleX(0);
	transform:scaleX(0);
	-webkit-transform-origin: right center;
	transform-origin: right center;
	transition:transform 0.4s cubic-bezier(0.75, 0, 0.2, 1),
	-webkit-transform 0.4s cubic-bezier(0.75, 0, 0.2, 1);
}

.top_pro{
	padding: 2em 10% 2em 2em;
	box-sizing: border-box;
}
.top_pro p{
	line-height:2;
}
.wrap-fl{
	display: flex;
	flex-wrap: wrap;
}
.nwrap-fl{
	display: flex;
	flex-wrap: nowrap;
}

.arttype_thum{
	height: 600px;
	background: #ccc;
	overflow: hidden;
}


.sec_inner{
	display: inline-block;
    text-align: left;
}
/*-----------color
----------------*/
.gray1{
	box-sizing: border-box;
	background:#ededeb;
	width: 50%;
    display: flex;
    justify-content: flex-end;
	}
.overphoto{
max-width: 550px;
    padding: 4em 0;
}
.catch {
   max-width: 800px;
      margin:100px auto 1em auto;
}
.catch p {

 font-weight: 100;

     font-family: "しまなみ JIS2004",'Noto Serif JP', serif;
    font-size: 2.5rem;
    line-height: 2.3;
    

}

.catch p.signt{
  width: 200px;
  height: auto;
 margin: 20px 65px 1em auto;

}
.signt img{
  width: 100%;
}
.news{
	text-align: center;
  font-size: 1.6rem;
  background-image: url("https://tomiyamataeko.org/tomiyamataeko/wp-content/uploads/2021/02/back_top.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: right bottom;
background-size:cover;
padding:50px 0;
}
.news dl{
  display: inline-block;
text-align: left;
}
.news .entry-meta{
	margin-right: 40px;
}
.news .wrap-fl{
	line-height: 2;
}
.newsletter{
text-align: center;
  font-size: 1.6rem;
}
.tl_bk{
	font-weight: 700;
	font-size: 2rem;
	letter-spacing: 0.2em;
}

.news dl>div{
  display: flex;
  flex-wrap: wrap;

}
.news dt{
  width: 200px;
   line-height: 2;
}
.news dd{
  flex: auto;
    line-height: 2;
}
.about_tomiyama .ttl,.about-tomiyama-taeko .ttl{
    color: #000;
    text-align: center;
    position: relative;
    font-size: 3rem;
    letter-spacing: 0.5em;
    line-height: 1.7;
    display: inline-block;
    border-bottom: 1px double #000;
    font-family: serif;
    text-indent: .5em;
    margin-top: 50px;
    }
    .about-tomiyama-taeko .ttl{
      letter-spacing: 0.1em;
    }
/*----------------
footer
----------------*/
.sitename {
    /* transform: translateY(30%); */
    line-height: 1.6;
    width: 30%;
    /* margin-top: 50px; */
    max-width: 200px;
    }
.site-footer{
	margin-top: 100px;
	background: #f7f7f7;
	padding: 5em 0;
  font-size: 1.4rem;
}
.sitename h2{
/*	width: 80%;*/
width:100%;
text-align: center;
	}
.sitename h2 span{
    text-transform: uppercase;
    font-size: 1.8rem;
    letter-spacing: 0;
    font-weight: 100;

}
.hidane_logo{
  width:50%;
  margin:10px auto ;  
}
footer li a{
  font-weight: 100;
}
.site-footer .site-info{
    max-width: 1000px;
    margin: 0 auto;
    font-size: 1.2rem;
}
.site-footer .footer_nav .list{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;

    letter-spacing: 0.1em;
    font-size: 1.5rem;
    justify-content: space-between;
    font-size: 1.5rem;line-height: 2;
}
.site-footer .menu .menu-item{
	padding: 0;
	margin-bottom:.3em;
  width: 33%;
  font-size: 1.4rem;
}
.site-footer .menu .menu-item .submenu >.menu-item{
	display: flex;
  width: 100%;
  padding-left: 1em;
}
.site-footer .menu .menu-item .submenu >.menu-item:before{
	content:"";
	height: 1px;
	width:1em;
	background: #000;
	display:block;
	margin:.8em .4em 0 0;
}
.site-footer .site-info {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 1.2rem;
}


.site-footer .footer_nav .list li a{
/* display: flex; */
/* align-items: center; */
display: block;
margin-bottom: .5em;

}
.site-footer .footer_nav .list li a >ul li a:before{
border-top: 1px solid;
content: "";
flex-grow: 1;
width:10px;
display: block;
}
.site-footer .footer_nav .list li a >ul li a:before {
margin-right: 1rem;
}
/*.title-border:after {
margin-left: 1rem;
}*/


.sitename{
    /* transform: translateY(30%); */
    line-height: 1.6;
    width: 30%;

}
.site-footer .footer_nav {
      /* padding: 2em 0; */
    width: 70%;
    margin-left: 50px;
}

footer{
	position: relative;
}





.site-main_header{
/*	padding: 13em 0 8em;
*/    padding: 20em;
	text-align:center;
}


.tax-serieswork .site-main_header:before{
	 /* 透過した黒を上から重ねるイメージ */
  background-color: rgba(0,0,0,0.5);
  /* 自由に位置指定 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';


}
.tax-serieswork .site-main_header{
	background-position: center;
	margin-bottom: 100px;
	position: relative;

}
.tax-serieswork article{
	margin-bottom: 150px;
}
.tax-serieswork .site-main_header .ttl{
    letter-spacing: 0.1em;
    background: #00000094;
}
.site-branding h2 a{
	display: inline-block;
}
.site-main_header .header_inner{
	display: inline-block;
	margin: 0 auto;
}
.site-main_header .ttl{
	color: #fff;
  text-align: center;
  position: relative;
  font-size: 3rem;
  letter-spacing: 0.5em;
	line-height: 1.7;
  display: block;
  font-family: serif;
	text-indent: .5em;
}
.site-main_header .ttl:after{
content: '';
	/* background: #fff; */
	/* position: absolute; */
	display: block;
	bottom: 0;
	left: 0;
	height:2px;
	width: 100%;
	/* transform: translateY(8px); */
}

.site-main_header .page_ttl{
	color: #fff;
  text-align: center;
  position: relative;
  font-size: 3rem;
  letter-spacing: 0.5em;
  display: block;
  font-family: serif;
	margin-top: .5em;
	text-indent: .5em;
}


.about_tomiyama .site-main_header ,.abouthidane .site-main_header,.about-tomiyama-taeko .site-main_header,.hidane-kobo .site-main_header{
    padding: 320px 0;
    background-size: auto 100%;
    background-position: right 178% center;
    background-size: 116% auto;
        background-size: cover;
}
.chronology .site-main_header,.biography .site-main_header{
    background-position:center;

}

.chronology .entry-content .list-anchor_container,.biography  .entry-content .list-anchor_container{
	position: relative;
	padding-top:160px;
}
.chronology .entry-content .list-wrap,.biography .entry-content .list-wrap{
	position: absolute;
	top:0;
	width:100%;
	height: 160px;
	background: #fff;
	z-index: 5;
  opacity: 0.8;
}
.chronology .entry-content .list-wrap.on,.biography .entry-content .list-wrap.on{
	position: fixed;
}
.chronology .entry-content .list-anchor,.biography .entry-content .list-anchor {
		display: flex;
		justify-content:space-between;
		align-items: center;
		width: 80%;
		height: 100%;
    text-align: center;
    background: #fff;
    margin: 0 auto;

	}
.chronology .entry-content .list-anchor li,.biography .entry-content .list-anchor li{
    position: relative;
    padding: 0 12px;
    font-size: 2rem;
    font-weight: 700;
}
.about_tomiyama .site-main_header .page_ttl:after{
content: '';
	background: #fff;
	/* position: absolute; */
	display: block;
	bottom: 0;
	left: 0;
	height:2px;
	width: 100%;
	/* transform: translateY(8px); */
}

.about_tomiyama .site-main_header .page_ttl{
	color: #fff;
  text-align: center;
  position: relative;
  font-size: 3rem;
  letter-spacing: 0.5em;
	line-height: 1.7;
  display: block;
  font-family: serif;
	text-indent: .5em;
}
.about_tomiyama .messeage p{
    font-family: "しまなみ JIS2004",'Noto Serif JP', serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.3;
    margin-bottom: 1em;
  }


/* artwork-------------------------- */
.artwork_category{
	font-size: 4rem;
	text-align: center;
	margin: 100px 0;
	font-weight: 700;
}
a.artwork_page_box{
	display: block;
  width: 100%;
}
.artwork_page_box{
	text-align: center;
	margin-top: 100px;
}
.artwork_page_box:nth-child(odd) .wrap-fl{

   flex-direction: row-reverse;

}
.artwork_page_box_title{
font-size: 2.3rem;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 0.5em;
}
.artwork_page_box_year{
	font-size: 4rem;
font-weight: bold;
line-height: 2;
}
.artwork_page_box figure{

	overflow: hidden;

}
.artwork_page_box figure img{
		height: 400px;
      object-fit: cover;
    width: 100%;
}
/*---------------
history
---------------*/
.cl::after {
    content: " ";
    display: block;
    clear: both;
}
.history_box h2{
  text-align: center;
    font-size: 2rem;
    letter-spacing: 0.2em;
    font-weight: 600;
}
.history_wrap{
	width:80%;
	margin:0 auto;
}
.history_box{
	position: relative;
	margin-top: 30px;
}
.history_box {
/*	display: flex;
	flex-wrap: nowrap;*/
	margin-top: -50px;
	padding-top: 80px;
}
.history_box.h_world dt,.history_box.h_world dd{
	padding-left: 50px;

}
.h_tomiyama{

 	width:50%;
 	clear: left;
    float: left;
}
.h_world{

 	width:50%;
 	clear: right;
    float: right;


}
.history_wrap .h_tomiyama dl{
	text-align:left;
}
.history_box{
	width:50%;

}
.biography .history_box{
	width:100%;
  display: flex;
}
.history_wrap .h_tomiyama dt{
	border-bottom: #e15f4d 1px solid;
    color: #e15f4d;
}

.history_wrap .h_world dt{
	 border-bottom: #000 1px solid;
    color: #000;
}

.history_wrap:before {
    content: "";
    position: absolute;
    top:0px;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background-color: #ddd;
    z-index: -1;
}
.biography .history_wrap:before {
  content: "";
  position: absolute;
  top:0px;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #fff;
  z-index: -1;
}
.biography .history_wrap dl{
  width: 70%;
}
.history_wrap .h_world dd:first-of-type:before{
    content: "";
    position: absolute;
    top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
     background-color: #000;
         left: -5px;
}
.history_wrap .h_tomiyama dd:first-of-type:before {
    content: "";
    position: absolute;
    top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
     background-color: #e15f4d;
     right:-5px;
}
.history_box dd{
	position: relative;
    padding-top: 1em;
    line-height: 1.6;
    padding:1em;
}
.history_wrap  dt{
font-size: 2rem;
    font-weight: 700;
}
.history_wrap figure{
	padding: 1em;
}
/*------------
シリーズシングルページ
---------------*/
article.page_series{
    width: 100%;
    /* width: 50%; */
    max-width: 700px;
   margin: 70px 14% 70px auto;
    text-align: right;
    display: flex;
    justify-content: space-between;


}
article.page_series .series_fug{
  width: 50%;
  padding-right: 20px;
}
article.page_series .series_fug:after{
  content: '©TOMIYAMA  Taeko';
  color:#999999;
}
article.page_series .series_txt{
      width: 50%;
    /* float: right; */
    margin-left: auto;
}
article.page_series:first-of-type .series_fug{
  width: 100%;
}
article.page_series:first-of-type{
width: 100%;
    /* width: 50%; */
    max-width: 1000px;
    margin: 0 auto;
    text-align: right;
    display: block;

}
article.page_series:first-of-type figure{
  width: 100%;
  }
.tl_single{
	text-align: right;
    font-size: 2rem;
    display: inline-block;
    border-bottom: 2px solid #000;
    margin-top: 0.4em;
    padding-bottom: 0.1em;
    font-weight: 700;
    line-height: 2;
}
.art_size p{
	display: inline;
}
blockquote.category_catch{
    font-family: "しまなみ JIS2004",'Noto Serif JP', serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.3;
    margin-bottom: 1em;
    display: block;
    text-indent: 1em;
    text-align: center;
	margin-bottom: 100px;

}

cite{
     width: 70%;
     font-size: 1.4rem;
    display: block;
    margin: 0 0 auto auto;
    color: #333;
    font-weight: 100;
    font-style: normal;
}





article.page_series:first-of-type  .tl_single{
    text-align: right;
    font-size: 2rem;
    display: inline-block;
    border-bottom: 2px solid #000;
    margin-top: 0.4em;
    padding-bottom: 0.1em;
    font-weight: 700;
    line-height: 2;
}

.work_no{
  color: #ccc;
}
/*------------ニュース
------------------*/
.newslist .item,.news_en .item{
	display: flex;
	line-height: 2;
	font-size: 1.6rem;
	    padding: 10px;
}
.newslist .item time,.news_en .item time{
	margin-right: 20px;
}
.review h2{
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.8;
	margin:10px 0;
}
.review .review_file a{
	margin-top: 20px;
	text-align: center;
    border: solid 1px #e5e5e5;
    position: relative;
    overflow: hidden;
    display: inline-block;
    font-size: 1.4rem;
    letter-spacing: .1em;
}

.news_ac_tl{
  text-align: left;

}


.file_btn,
a.file_btn,
button.file_btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a.btn-flat {
  overflow: hidden;
  padding: 1.5rem 6rem;
  background: #fff;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background: #9e9e9e70;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.inputnews{
	border: none;
    border-bottom: 1px solid #333;
    width: 50%;
    font-size: 2rem;
        font-weight: 100;
    font-family: 'Noto Sans JP';
}
.btn_news{
display: inline-block;
    /* border-radius: 5px; */
    background-color: #555;
    padding: 3px 10px;
    text-align: center;
    color: white;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    font-family: 'Noto Sans JP';
    text-transform: uppercase;
}
.mc4wp-form-fields{
	margin-top: 50px;
}

.pagetop-btn__cont:after {
    transition: transform 0.2s;
    height: 60px;
    margin-top: 20px;
}
.pagetop-btn__text {
    color: #B70031;
    font-size: 1.2rem;
}
.pagetop-btn__text {
    transition: transform 0.2s;
    transform: rotate(90deg);
}
.pagetop-btn__cont:after {
    content: '';
    display: block;
    background: #B70031;
    width: 1px;
    height: 14px;
    margin: 6px auto 0 auto;
    transform-origin: center bottom;
}
.inner {
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
    max-width: 1200px;
     margin-right: auto;
    margin-left: auto;
}

.pagetop-btn__cont {
    pointer-events: auto;
    display: inline-block;
    cursor: pointer;
}

.pagetop-btn {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 90;
}

.pagetop-btn.pagetop-btn--active {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}
.pagetop-btn {
    pointer-events: none;
    text-align: center;
    margin-bottom: 30px;
/*    visibility: hidden;
*/ /*   opacity: 0;*/
    transition: opacity 0.3s, visibility 0s ease 0.3s;
}


#back-top a{
    position: fixed;
    right:20px;
    bottom:80px;
    transition: 1s;
   transform: rotate(90deg);
        font-weight: 100;
            color: #B70031;
    font-size: 1.2rem;
}
#back-top a:after{
	content: '';
    display: inline-block;
    background: #B70031;
    /* transform: rotate(90deg); */
    width: 100px;
    height: 1px;
    position: absolute;
    text-align: center;
    /* left: 50%; */
    bottom: 50%;
    margin-left: 20px;

	}
 #back-top a:hover{
    opacity: 0.75;
}
.single .site-main_header .ttl:after{
	display: none;
}
.single h1.ttl{
    margin: 0 auto;
    font-size: 2rem;
    background: #000;
    color: #fff;
    /* border: none; */
    display: block;
}
.single h1.ttl:after{
	border: none;
}
.single .news_img{
	width:40%;
}

.single .news_txt{
	width: 60%;
	padding:0 2em;
	font-weight: 100;
  font-size: 1.4rem;
}
.post_date{
  text-align: right;
  border-bottom: 1px solid #000;
}
.news_txt h2{
  font-size: 2rem;
  margin-bottom: 10px;
  line-height: 1.7;
}
.single .news_txt p{
	font-weight: 100;
  line-height: 2;margin-top: 20px;
}

.nav-links{
  display: flex;
  justify-content: space-between;
}
/* .nav-previous{
  text-align: left;
}
.nav-next{
  text-align: right;
} */
.nav-title{
  font-size: 1.4rem;
  line-height: 1.7;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.links .entry-content{
  text-align: center;
}
.related{
  display: inline-block;
  text-align: left;
  line-height: 2;
  list-style: square;
  font-weight: 100;

}
.related li a{
 font-weight: 100;
 margin-top: 25px;
 display: block;
}

.publication_wrap{
  background: #222222;
  
/*     padding-top: 100px; */
}
.publication_wrap h3{
color: #fff;
    text-align: center;
    font-size: 1.6rem;
    padding-top: 70px;
    letter-spacing: 0.2em;
    font-weight: 100;

}
h3.artwork{

    text-align: center;
    font-size: 1.6rem;
    padding-top: 70px;
    letter-spacing: 0.2em;
    font-weight: 100;
}
.publication_fl{
align-items: flex-start;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.publication_file_box{
  width: 20%;
  color: #999999;
  padding:1%;
  margin-top: 70px;
  font-size: 1.4rem;
}
.publication_file_box p{
   font-size: 1.4rem;
  } 
.publication_file_box .review_file_box:after{
content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: rgba(0,0,0,1.0);
    z-index: -1;
    border-radius: 4px;
 box-shadow: 0px 1px 3px rgb(0 0 0 / 80%);

}
.tl_en{
margin-top: 30px;
    display: inline-block;
    font-size: 3rem;
    font-weight: 100;
    letter-spacing: 0.3em;
    position: relative;
    font-family: 'Josefin Slab', serif;
}
.tl_en2{
     font-family: 'Josefin Slab', serif;
     font-size: 1.5rem;
}
.tl_en:before{
 content:"";
   display:block;
   width:80px;
   height:1px;
   background-color:#999;
   position:absolute;
   top:0;
   left: 80px;
   margin-top: -10px;


}
.about_hidane{
    width: 50%;
  margin:100px auto;

}
.about_hidane .kagi{
     position: relative;
    padding:0.25em 1em;
    margin:130px auto 0px;
}
.hidane-kobo .about_hidane .kagi p{
  font-family: 'Noto Sans JP', sans-serif;
}
.about_hidane .kagi  p{
    margin: 0; 
/*    padding: 1rem;*/

    font-family: "しまなみ JIS2004",'Noto Serif JP', serif;
    font-size: 1.8rem;
    font-weight: 100;
    line-height: 2.3;
    margin-bottom: 0em;
    display: block;
    text-indent: 1em;
   /* font-style:italic;*/
}
.quo{
     width: 70%;

    display: block;
    margin: 0 0 auto auto;
    color: #333;
    font-weight: 100;
    font-style: normal;
}
/*.abouthidane .ttl{
  display: none;
}*/
.pryvacy .entry-content h2{
  text-align: center;
  font-size: 2rem;
  text-decoration: underline;
  margin-top: 80px;
  margin-bottom: 20px;
}
.hinode_txt2 p{
  line-height: 2;

}
.hinode_txt2{
  position: relative;
  margin-top: 150px;
}
.hinode_txt2:before{
position: absolute;
    content: '';
    display: block;
    background: #333;
    width: 50%;
    /* margin: 0 auto; */
    height: 1px;
    /* transform-origin: center bottom; */
    left: 25%;
    margin-top: -5em;
}


/*------------
お問い合わせ
------------*/
.wpcf7-form{
  width: 80%;
  margin: 100px auto;
  max-width: 700px;
}
dl.contact_wrap {
  display: flex;
  flex-wrap: wrap;
  
}
dl.contact_wrap dt {
  width: 35%;
  padding: 20px;
/*  background-color: #DADADA;*/
  margin: 0 0 10px 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  text-align: right;
  font-family: 'Josefin Slab', serif;
}
dl.contact_wrap dd {
  width: 65%;
  padding: 20px;
/*  background-color: #F3F3F3;*/
  margin: 0 0 10px 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;

}
dl.contact_wrap dd input{
  height: 40px;

}
dl.contact_wrap dd textarea{
  height: 200px;
}
dl.contact_wrap dd input,dl.contact_wrap dd textarea{
    width: 100%;
    display: block;
    border: 0;
    border-bottom: 1px solid #c9c9c9;
  font-size: 1.6rem;
    color: #393939;
   
  }
.wpcf7-submit{
      border-color: #141414;
    background: #141414;
    color: #fff;
    width: 100%;
}
.slide_list dt{
      font-size: 2.3rem;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 0.5em;
    margin-top: 50px;
}

.slide_list h2{
    color: #000;
    /* text-align: center; */
    position: relative;
    font-size: 3rem;
    letter-spacing: 0.5em;
    line-height: 1.7;
    display: block;
    border-bottom: 1px double #000;
    font-family: serif;
    text-indent: .5em;
    margin-top: 50px;
    margin-bottom: 50px;

}
.slide_list li{
  line-height: 2;
}
.art_link{
  display: block;
}


.link_s1 a {
  display: block;
  padding: 0.1em 0.3em;
  position: relative;
  display: inline-block;
  transition: .3s;
  color: #333;
}
.link_s1 a::after {
  position: absolute;
  bottom: .3em;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #333;
  opacity: 0;
  transition: .3s;
}
.link_s1 a:hover::after {
  bottom: 0;
  opacity: 1;
}
.banner_link{
  margin: 60px auto;
    width: 90%;
}
.banner_link ul{
display: flex;
    justify-content: center;
  }
.banner_link li{
    width: 18%;
    margin-right: 20px;
}
.mourir{
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  font-weight: 100;
  text-align: center;
}
/*----------年譜　修正
------------------*/
.chronology .m20{
  margin-top: 20px;
}
.chronology .m8{
  margin-top: 8px;
}
.chronology .m80p0{
padding-top: 0;
    margin-top: -80px;
  }
.m196{
    margin-top: 196px;

}
.chronology .m143{
    margin-top: 143px;
}
.en_hero{
  display: flex;
    flex-wrap: wrap;
/*     height: 100vh; */
}
.en_hero .w50{
background-color: #fff;
height: 100%;
}
.link_jp{
  text-align: center;
}
.link_jp p{
  text-align: center;
  margin-top: 60px;
  border: 6px #000 solid;
  display: inline-block;
  padding: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.link_jp p span{
  text-decoration: underline;
}
.content {
  /* display: flex; */
  justify-content: center;
  align-items: center;
  background-color: rgba(199, 64, 107, .8);
  /* height: 400px; */
  margin-top: 400px; /* コンテンツ間の余白 */
}

.content p {
  color: #fff;
  font-size: 26px;
}
.para{
  position: relative;

}
div.parallax-bg {
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 5%;
}
.parallax-bg {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50%;
}
 
/*スクロールするコンテンツ*/
.scrollbox1 {
  background-color: #000;
}


.en_txt1{
  margin-top: 250px;
  text-align: center;
  line-height: 2;
 margin-bottom: 250px;

  font-weight: 400;

}
.en_tomiyama_photo{
  background: #fff;


}
.en_tomiyama .newsletter{
  background: #fff;
}
.en_tomiyama_photo img{
  width: 50%;
}
.en_ga p{
  text-align: center;
  background: #fff;
}
.en_ga p img{
width: 60%;
padding: 100px;

}
.en_txt1{
  background: #fff;
  padding: 30px;
  width: 70%;
    padding: 100px;
    opacity: 0.9;
    margin-left: 30%;
}
.en_txt1 p{
  font-size: 2rem;
}
.title_en{
  margin-top: 20px;
  display: block;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.en_txt2{
 /* width: 70%; */
 /* max-width: 900px;
 margin: 100px auto; */
 padding: 70px;
 background: #000;
 height: 100%;

}
.en_tomiyama .content{
  margin: inherit;
}

.en_txt2 p{
  font-size:1.6rem;
  font-weight: 400;
  line-height: 2;
}
.en_txt2 p:nth-child(2){
  margin-top: 20px;
}
.en_tomiyama .nav_overlay{
  display: none;
}
.en_tomiyama .sec .en_l img{
object-fit: cover;
height: 100%;
}
.en_tomiyama {
  font-family:Arial, Helvetica, sans-serif;
}
.en_tomiyama h1{
  margin-top: 20px;
  font-family:Arial, Helvetica, sans-serif;

  font-weight: 400;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.1em;
  width: 300px;
}


.orig{
  font-style: italic;
}
.quo .orig{
font-weight:100;
}
.slide-works-produced-by-hidane-kobo .slide_list h2{
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0;
  font-weight: 700;
}
.slide-works-produced-by-hidane-kobo .site-main_header .ttl ,.biography .site-main_header .ttl{
  font-family: 'Noto Sans JP', sans-serif;
}

*:lang(en-US) .about-tomiyama-taeko .ttl,*:lang(en-US) .site-main_header .ttl {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.about_hidane.en{
  font-family: 'Noto Serif JP', serif!important;
  font-weight: 100;
}


@media screen and (max-width: 1200px) {
	.site-branding{
		width:23%;
	}
	.main-navigation{
		font-size: calc(4 * ((100vw - 768px) / 432) + 12px);
	}
}
@media screen and (max-width: 896px) {
.chronology .m8{
  margin-top: 85px;
}
.chronology .sm10{
  margin-top: 10px;
}
.m196{
    margin-top: 397px;

}.chronology .m143{
    margin-top: 298px;
}


	.chronology .entry-content .list-anchor_container,.biography .entry-content .list-anchor_container{
		height: 100px;
	}
	.chronology .entry-content .list-wrap,	.biography .entry-content .list-wrap{
		height: 100px;
	}
	.chronology .entry-content .list-wrap.on,.biography .entry-content .list-wrap.on{
		top:60px;

	}
	.chronology .entry-content .list-anchor,.biography .entry-content .list-anchor {
		width:100%;
		padding: 0 .5em;

		}
		.chronology .entry-content .list-anchor li,.biography .entry-content .list-anchor li{
			font-size: 1.3rem;
		}
}

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

  .biography .history_box{
    display: block;
  }
.single .news_img{
		width:100%;
	}
.single .news_txt{
				width:100%;
	}
  .en_hero{
    flex-direction: row-reverse;
   height: auto;
  }
 .en_tomiyama .site-header {
    display: none;
  }

  .en_txt1{
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
    padding: 40px;
    line-height: 3;
    margin-bottom: 50px;
  }
  
  .en_txt1 p{
    line-height: 3;
  }
  .en_txt2{
  width: 100%;
  padding: 10px;
  line-height: 1;
  margin: 50px auto;
  }
  .en_txt2 p {
 
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.8;
}
.en_ga p img{
  width: 100%;
  padding: 0;
  display: block;
  margin-bottom: 30px;
}
.banner_link ul{
    display: block;
    text-align: center;
  }
.banner_link li{
    width: 60%;
    text-align: center;
    margin: 20px auto;
}

.nbr{
  display: block;
}
.about_hidane .kagi p {
font-size: 1.7rem;
    line-height: 2;
    }
.review_file{
  text-align: center;
}
.publication_wrap .wrap-fl{
  display: flex;
}
.publication_file_box {
width: 50%;
    color: #999999;
padding: 4%;
margin-top: 40px;

  }
article.page_series .series_txt{
margin-right: 10px;
}
.slide_list h2{
  font-size: 2rem;
}
.slide_list dt {
font-size:1.8rem;
}
.slide_art .inner880,.slide_list,.about_tomiyama .inner880,.about-tomiyama-taeko .inner880{
width:90%;
	}
.inner880{
  width: 100%;
}
	.slide_art .inner880,.slide_list h2{
		letter-spacing:0;
	}
.site-branding h1 span ,.site-branding h2 span{
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    text-align: center;
    display: block;
    margin-top: 0em;
  }
  .site-branding{
        width: 50%;
    max-width: 200px;
   
  }
  .site-footer .footer_nav{
    width:100%;
  }
  .chronology .entry-content .list-anchor li{
    padding:0;
  }
  .site-footer .footer_nav {
    /* padding: 2em 0; */
    width: 70%;
    margin-left:0;
    }
  .site-main_header .ttl{
    font-size: 2rem;

  }
  p.category_catch{
    font-size:2rem;
    line-height: 2.5;
  }
  .page_series {
    width: 90%;
  }
  .tl_single{
  font-size: 2rem;
  }
  
  .footerlist{
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
  }
.footer_en .footerlist{
  margin-left: 20px;
}
.site-footer .menu .menu-item{
   width:100%;
    }
  dl.contact_wrap dd{
    width: 100%;
  }
dl.contact_wrap dt{
  width: 100%;
  text-align: left;
}
.site-footer .footer_nav .list {


    /* justify-content: space-between; */
    font-size: 1.5rem;
    text-align: left;
    line-height: 2;
    display: inline-block;

}

  .site-main_header {
    /* padding: 13em 0 8em; */
    padding: 30em 0;
    text-align: center;
  }
  .newslist .item{
    display: block;
  }
  .history_box.h_world dt, .history_box.h_world dd,.history_box dt,.history_box dd{
    padding-left:12px;
  }
  .history_wrap{
    width: 100%;
  }
  .about_tomiyama .ttl,.about-tomiyama-taeko .ttl{
    font-size: 2rem;
    font-weight: 600;
  }
  .about_tomiyama .messeage p{
    font-size: 1.6rem;
    font-weight: 100;
    line-height: 3;
  }
  .history_box dd{
    font-weight: 100;
    font-size: 1.5rem;

  }
  .catch p{
 margin: 0; 
    padding: 1rem;
font-size: 2rem;
  }
  .catch p.signt {

    margin: 0 auto;
}
.news dl>div{
  margin-bottom: 50px;
}
  .inputnews{
    width: 100%;
    margin-bottom: 1em;
  }
  .wrap-fl{
    display: block;
  }
  .gray1{
    width: 100%;
  }
  .w50{
    width:100%;
  }
  .arttype_thum{
    height: inherit;
  }
  .nwrap-fl{
    display: block;
  }
  .sitename {
    /* transform: translateY(30%); */
    line-height: 1.6;
    width: 80%;

    margin: 0 auto;
    text-align: center;
}
.sitename h2{
  width:100%;
  }

.about_hidane{
  width: 90%;
}
  .about_tomiyama .site-main_header,.abouthidane .site-main_header,.about-tomiyama-taeko .site-main_header,.hidane-kobo .site-main_header{
    background-position: center;
  }

.newslist article{
  text-align: left;
  margin-bottom: 50px;
}

/* history */
.h3.artwork{
      width: 90%;
    margin: 0 auto;
    line-height: 2;
    letter-spacing: 0;
}

blockquote.category_catch{
      font-size: 1.6rem;
    width: 90%;
    margin: 0 auto 50px auto;
}
/* fadeLeft */
article.page_series{
      width: 90%;
    margin: 50px auto;
    display: block;
}
article.page_series .series_fug{
      width: 100%;
    padding-right: 0;

}
h3.artwork {
    width: 90%;
    font-size: 1.4rem;
    letter-spacing: 0em;
    margin: 0 auto;
    line-height: 2;
    
}
.fadeLeft{
animation-name: fadeLeftAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
  transform: translateX(-100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* fadeRight */

.fadeRight{
animation-name: fadeRightAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger,
.fadeLeftTrigger,
.fadeRightTrigger{
    opacity: 0;
}


#history{
    position: relative;
    padding:0 70px;
    margin: 0 0 100px 0;
}

#history h2{
    position: absolute;
    right:45%;
    z-index: 2;
}


.history-area{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.history-img{
    background:url("../img/pict_02.jpg") no-repeat center;
    background-size: cover;
    height: 50vh;
    width:48%;
}

.history-content{
    width:45%;
    padding: 150px 0 0 0;
}

}

@media screen and (max-width: 480px) {
	.chronology .entry-content .list-wrap,.biography .entry-content .list-wrap {
		height: 80px;
	}
	.chronology .entry-content .list-anchor li,	.biography .entry-content .list-anchor li{
		font-size: 1.2rem;
	}
}
