@media screen and (min-width: 800px){

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	list-style-type: none;
    font-family: YakuHanJP, "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

textarea { font-size: 100%; }

img {
	max-width: 100%;
	height: auto;
}

hr { display: none; }

html{
	min-height: 620px;
	height: 100%;
	overflow-y: scroll;
}

iframe[name="google_conversion_frame"] { position: absolute; top: 0; }

body{
	height: 100%;
	background: #fff;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a{text-decoration: none; color: #000;}
a:hover	{text-decoration: none; color: #444;}

a img{
  width: 100%;
  cursor: pointer;
}

a:hover img {
}

.s_text {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-variant-ligatures: no-common-ligatures;
    text-align: justify;
}

.sp_view{
	display: none !important;
}

#is-loading {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 100;
}

#loading {
    display: none;
    position: relative;
    z-index: 101;
    width: 100%;
}

#loading p{
    margin: 0;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 50%;
}

#loading img{
    width: 100%;
}

.button{
	font-family: "Open Sans", sans-serif;
    text-decoration: underline;
}

.center{
    text-align: center;
}

header {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #0068b7;
    width: 64px;
    height: 100%;
    z-index: 2;
}

header h1{
	text-align: center;
    width: 40px;
    margin: 56px auto 0;
}

.fat-nav {
    background: rgba(0,0,0,.9);
}

.fat-nav li{
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 1.8vw;
    text-align: left;
    padding: 1.6% 0;
    border-bottom: solid 1px #fff;
    width: 64%;
    line-height: 1em;
    margin: 0 auto;
    padding-left: 1.6%;
}

.fat-nav li:first-child{
}

.fat-nav li small{
    font-size: 1.4vw;
}

.hamburger__icon,
.hamburger__icon:after,
.hamburger__icon:before {
    background-color: #fff;
}

.fat-nav {
    margin-left: 64px;
}

.content{
	padding-left: 64px;
}

header .sns_nav{
	position: absolute;
    bottom: 20px;
    left: 20px;
}

header .sns_nav li{
	width: 24px;
    margin-top: 12px;
}

.hamburger {
    top: 4px;
    left: 8px;
}

.mainvisual{
	overflow: hidden;
    clear: both;
    margin-bottom: 80px;
}

.mainvisual .slide_block{
	width: 70.5%;
    float: left;
}

.mainvisual .slide_block img{
	width: 100%;
}

.mainvisual button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.mainvisual .slide-dots {
    text-align: center;
    margin-top: 16px;
}

.mainvisual .slide-dots li {
  display: inline-block;
  margin: 0 15px;
}

.mainvisual .slide-dots li button {
    position: relative;
    text-indent: -9999px;
}

.ie .mainvisual .slide-dots li button {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #000;
    border: solid 1px #000;
}

.ie .mainvisual .slide-dots li.slick-active button{
    background-color: #fff;
    border: solid 1px #000;
}

.mainvisual .slide-dots li button:before {
  content: '●';
  font-size: 20px;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
}

.mainvisual .slide-dots li.slick-active button:before {
  content: '○';
}

.mainvisual .right_block{
	float: left;
    width: 29.5%;
}

.mainvisual .right_block .middle_block{
	clear: both;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition-duration: 0.3s;
}

.mainvisual .right_block .middle_block:hover img{
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
    transition-duration: 0.3s;
}

.mainvisual .right_block .middle_block a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
    z-index: 2;
    border-bottom: solid 1px;
    box-sizing: border-box;
}

.mainvisual .right_block .middle_block .thumbnail{
	float: left;
    width: 36%;
    line-height: 0;
}

.mainvisual .right_block .middle_block .thumbnail img{
	width: 100%;
}

.mainvisual .right_block .middle_block .detail{
	width: 64%;
    float: left;
    height: 100%;
}

.mainvisual .right_block .middle_block .detail .detail_inner{
	position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 4%;
}

.mainvisual .right_block .middle_block .detail h2{
	font-size: 14px;
    line-height: 1em;
    margin-bottom: 8px;
    font-weight: bold;
}

.mainvisual .right_block .middle_block .detail .date {
    font-weight: bold;
    color: #666;
    margin-bottom: 2px;
    font-size: 12px;
}

.mainvisual .right_block .middle_block .detail h3{
    font-weight: bold;
    line-height: 1em;
    color: #666;
}

.mainvisual .right_block .middle_block:nth-child(even){
}

.mainvisual .right_block .middle_block:nth-child(odd){
}

.mainvisual .right_block .middle_block:nth-child(even) h2{
}

.mainvisual .right_block .middle_block:nth-child(odd) h2{
}

.mainvisual .right_block .middle_block:nth-child(even) p.date,
.mainvisual .right_block .middle_block:nth-child(even) h3{
    color: #666;
}

.mainvisual .right_block .middle_block:nth-child(odd) p.date,
.mainvisual .right_block .middle_block:nth-child(odd) h3{
    color: #999;
}

.mainvisual .right_block .middle_block:nth-child(even):hover p.date,
.mainvisual .right_block .middle_block:nth-child(even):hover h3{
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
    transition-duration: 0.3s;
}

.mainvisual .right_block .middle_block:nth-child(odd):hover p.date,
.mainvisual .right_block .middle_block:nth-child(odd):hover h3{

    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
    transition-duration: 0.3s;
}

.slide_block .slick-list {
    border-bottom: solid 1px;
}

h2.headline{
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	font-size: 40px;
}

.top_about {
    overflow: hidden;
    background-image: url(../img/bg_black.jpg);
    background-position: right 20% bottom 28%;
    background-size: 56% 48%;
    position: relative;
    background-repeat: no-repeat;
}

.top_about .inner{
	max-width: 1280px;
    margin: 0 auto 40px;
    width: 88%;
    position: relative;
    overflow: hidden;
}

.top_about .inner h2{
	margin-bottom: 24px;
}

.top_about .inner .left_block{
	float: left;
    width: 40%;
    margin-right: 4%;
}

.top_about .inner .left_block p {
    margin-bottom: 12%;
    width: 132%;
}

.top_about .inner .left_block img{
	width: 100%;
}

.top_about .inner .right_block{
	float: right;
    width: 56%;
}

.top_about .inner .right_block .middle_block {
    position: relative;
    padding-top: 52%;
}

.top_about .inner .right_block .middle_block img {
    position: absolute;
    width: 68%;
    top: 0;
    right: 0;
}

.top_about .inner .right_block p {
    color: #fff;
    padding-right: 28%;
    padding-bottom: 16%;
}

.top_about .button_pressrelease {
    position: absolute;
    bottom: 4%;
    right: 4%;
    line-height: 1em;
    width: 14%;
}

section.projects{
    overflow: hidden;
    margin-bottom: 80px;
}

section.projects h2{
	margin-bottom: 40px;
}

section.projects .inner{
	max-width: 1280px;
    margin: 0 auto;
    width: 88%;
    position: relative;
    overflow: hidden;
}

section.projects .projects_list {
    display: flex;
    align-items: stretch;
}

section.projects .inner .middle_block{
    border-right: solid 1px #000;
    width: 17.3%;
    margin-right: 1.6%;
    padding-right: 1.6%;
}

section.projects .inner .middle_block a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

section.projects .inner .middle_block:last-child{
	border-right: none;
    margin-right: 0;
    padding-right: 0;
}

section.projects .inner .middle_block .number{
	font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 48px;
    margin-bottom: 40px;
}

section.projects .inner .middle_block h2{
	font-weight: bold;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.2em;
}

section.projects .inner .middle_block img{
}

section.projects .inner .middle_block .date{
	font-weight: bold;
}

section.projects .inner .middle_block .place{
	font-weight: bold;
	margin-bottom: 16px;
}

.top_news{
    overflow: hidden;
    margin-bottom: 80px;
}

.top_news .inner{
	max-width: 1280px;
    margin: 0 auto;
    width: 88%;
    position: relative;
    overflow: hidden;
}

.top_news .inner h2.headline{
	margin-bottom: 40px;
    vertical-align: top;
    display: inline-block;
}

.top_news .inner .middle_block{
	display: inline-block;
    width: 60%;
    margin-left: 4%;
    vertical-align: top;
    margin-right: 4%;
}

.top_news .inner .middle_block dl{
    border-bottom: solid 1px #000;
}

.top_news .inner .middle_block dt {
    clear: left;
    float: left;
    width: 20%;
}

.top_news .inner .middle_block dd {
    padding-left: 20%;
    border-bottom: solid 1px #000;
    padding-bottom: 2.5%;
    margin-bottom: 2.5%;
    font-weight: bold;
}

.top_news .inner .middle_block dd:last-child{
    margin-bottom: 0;
    border-bottom: none;
}

.top_news .inner .button{
	vertical-align: bottom;
    display: inline-block;
    text-decoration: underline;
    font-size: 12px;
    font-weight: bold;
}

.top_sns{
    overflow: hidden;
    margin-bottom: 80px;
}

.top_sns .inner{
    max-width: 1280px;
    margin: 0 auto;
    width: 88%;
    position: relative;
    overflow: hidden;
}

.top_sns .inner .middle_block{
    float: left;
    border-right: solid 1px #000;
    padding-right: 2.4%;
    margin-right: 2.4%;
    width: 30%;
}

.top_sns.top_sns.ie .inner .middle_block{
    width: 47.5%;
}

.top_sns .inner .middle_block:last-child{
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

.top_sns .inner .middle_block h2{
    text-align: center;
    font-size: 24px;
    margin-bottom: 24px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
}

.facebook-wrapper {
    max-width: 500px; /* Facebook Page Plugin の最大幅 */
    margin: 0 auto;
}
 
.facebook-wrapper > .fb-page {
    width: 100%;
}
 
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}

footer{
    overflow: hidden;
    padding-bottom: 16px;
}

footer .inner {
    border-top: solid 1px #000;
    max-width: 1280px;
    margin: 0 auto;
    width: 80%;
    position: relative;
    overflow: hidden;
    padding: 24px 4% 40px;
    display: flex;
    justify-content: space-between;
}

footer .inner h2 {
    font-weight: bold;
    margin-bottom: 16px;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
}

footer .inner .left_block a{
    text-decoration: underline;
    font-weight: bold;
}

footer .copyright{
    font-size: 12px;
    text-align: center;
}

.othercontent{
    max-width: 1280px;
    width: 88%;
    margin: 80px auto;
}

.othercontent h2.headline{
    text-align: center;
    margin-bottom: 48px;
}

#about .about_block{
    margin-bottom: 48px;
    border-bottom:solid 1px #000;
    padding-bottom: 48px; 
}

#about .about_block img{
    width: 100%;
    margin-bottom: 24px;
}

#about .about_block .representative{
    font-size: 0;
    text-align: center;
    overflow: hidden;
    max-width: 980px;
    margin: 48px auto 0;
}

#about .about_block .representative .small_block{
    display: inline-block;
    vertical-align: top;
    width: 28%;
    margin: 0 4%;
}

#about .about_block .representative .small_block img{
    margin-bottom: 16px;
}

#about .about_block .representative .small_block h3{
    font-weight: bold;
}

#about .about_block .representative .small_block h4{
    font-weight: bold;
    margin-bottom: 16px;
}

#about .about_block .representative .small_block p{
    text-align: left;
}

#about .support_block{
}

#about .support_block .middle_block{
    border-bottom: solid 1px #000;
    padding-bottom: 48px;
    clear: both;
    overflow: hidden;
    max-width: 980px;
    margin: 0 auto 48px;
}

#about .support_block .middle_block.supportedby{
    border-bottom: none;
    padding-bottom: 0;
}

#about .support_block .middle_block .cooperation{
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-bottom: 16px;
}

#about .support_block .middle_block:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

#about .support_block .middle_block .headline{
    text-align: center;
    margin-bottom: 32px;
}

#about .support_block .middle_block .headline h3{
    font-size: 24px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
}

#about .support_block .middle_block .headline p{
    font-weight: bold;
    font-size: 20px;
}

#about .support_block .twocolumn{
    clear: both;
    width: 72%;
    margin: 0 auto;
    overflow: hidden;
}

#about .support_block .small_block{
    width: 46%;
}

#about .support_block .onecolumn{
    clear: both;
    width: 46%;
    margin: 0 auto;
    overflow: hidden;
}

#about .support_block .onecolumn .small_block{
    width: 100%;;
}

#about .support_block .twocolumn .small_block{
    float: left;
    margin-right: 8%;
}

#about .support_block .twocolumn .small_block:last-child{
    margin-right: 0;
}

#about .support_block .small_block img{
    width: 72%;
    margin: 0 14% 16px;
}

#about .support_block .small_block:last-child img{
    width: 60%;
    padding: 5%;
}

#about .support_block h4{
    font-weight: bold;
    margin-bottom: 8px;
}

#about .support_block .small_block p a{
    text-decoration: underline;
}

#about .support_block .supportedby .small_block{
    margin-right: 0;
}

.projects_block .projectmain_block{
    margin-bottom: 48px;
    position: relative;
}

.projects_block .projectmain_block img{
    width: 100%;
}

.projects_block .projectmain_block .project_title{
    position: relative;
    margin-top: -4%;
}

.projects_block .projectmain_block h2 {
    white-space: pre-wrap;
    background-color: #0068b7;
    color: #fff;
    font-size: 4.8vw;
    display: inline-block;
    line-height: 1em;
    font-family: "Open Sans", sans-serif;
    padding: 16px 40px;
}

#project05 .projects_block .projectmain_block h2 br{
}

.projects_block .projectdetail_block {
    margin: 0 auto 80px;
    max-width: 960px;
    width: 88%;
}

.projects_block .projectdetail_block h3 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 16px;
}

.projects_block .projectdetail_block .project_date{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 4px;
}

.projects_block .projectdetail_block .project_place{
    margin-bottom: 20px;
}

.projects_block .projectdetail_block .project_place p{
    font-weight: bold;
    font-size: 18px;
}

.projects_block .projectdetail_block .small_block{
}

.projects_block .projectdetail_block .small_block p{
    line-height: 1.8;
}

.projects_block .projectdetail_block .small_block a{
    text-decoration:underline;
}

.projects_block .artist_block {
    margin: 0 auto 80px;
    max-width: 960px;
    width: 88%;
}

.projects_block .artist_block h3.headline{
    font-weight: bold;
    font-size: 40px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 24px;
}

.projects_block .artist_block .small_block{
    overflow: hidden;
    margin-bottom: 48px;
}

.projects_block .artist_block .small_block:last-child{
    margin-bottom: 0;
}

.projects_block .artist_block .small_block h4 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 8px;
}

.projects_block .artist_block .small_block img{
    float: left;
    width: 32%;
}

.projects_block .artist_block .small_block .detail{
    float: right;
    width: 64%;
}

.projects_block .artist_block .small_block .detail h4{
    
} 

.projects_block .artist_block .small_block .detail p{
} 

.projects_block .artist_block .small_block .detail a{
    font-weight: bold;
    text-decoration: underline;
}

.projects_block .report_block {
    margin: 0 auto 80px;
    max-width: 960px;
    width: 88%;
}

.projects_block .report_block h3.headline{
    font-weight: bold;
    font-size: 40px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 24px;
}

.projects_block .report_block .middle_block{
    font-size: 0;
}

.projects_block .report_block .small_block{
    width: 18%;
    display: inline-block;
    vertical-align: top;
    margin-right: 2.4%;
}


.projects_block .report_block .small_block:nth-of-type(2n),
.projects_block .report_block .small_block:nth-of-type(4n),
.projects_block .report_block .small_block:nth-of-type(6n),
.projects_block .report_block .small_block:nth-of-type(8n){
}

.projects_block .report_block .small_block img{
    margin-bottom: 16px;
}

.projects_block .report_block .small_block p.date{
    font-weight: bold;
    font-size: 12px;
}

.projects_block .report_block .small_block h4{
    font-weight: bold;
}

.projects_block .report_block .button{
    display: inline-block;
    vertical-align: bottom;
    margin-left: 4%;
}

.singlepost h2.headline{
    font-size: 20px;
    margin-bottom: 0;
}

.othercontent.singlepost {
    max-width: 980px;
    width: 72%;
}

.singlepost .date{
    text-align: center;
    font-weight: bold;
    margin-bottom: 24px;
}

.singlepost .button{
    text-align: center;
    margin-top: 24px;
    font-size: 16px;
}

.singlepost .wp-post-image{
    margin-bottom: 24px;
    width: 100%;
}

.singlepost_block{
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: solid 1px #000;
}

.singlepost_block .detail{
}

.singlepost_block .detail h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.singlepost_block .detail p{
    margin-bottom: 8px;
}

.singlepost_block .detail div{
    margin-bottom: 8px;
}

.singlepost_block .detail a{
    font-weight: bold;
    text-decoration: underline;
}

.singlepost_block .detail img{
    margin-bottom: 16px;
}

.navigation{
    overflow: hidden;
    clear: both;
}

.navigation .navigation_prev{
    float: left;
    width: 44%;
    line-height: 1em;
}

.navigation .navigation_next{
    float: right;
    width: 44%;
    line-height: 1em;
    text-align: right;
}

.navigation .navigation_prev a,
.navigation .navigation_next a{
    font-size: 12px;
    font-weight: bold;
}

.singlepost_block{
    margin-bottom: 40px;
}

.news .detail{
    width: 80%;
    margin: 0 auto;
}

.news .detail dl{
}

.news .detail dt {
    clear: left;
    float: left;
    width: 16%;
    font-size: 14px;
}

.news .detail dd {
    padding-left: 16%;
    border-bottom: solid 1px #000;
    padding-bottom: 2.5%;
    margin-bottom: 2.5%;
    font-weight: bold;
    font-size: 16px;
}

.report .report_block{
}

.report .report_block .middle_block{
    font-size: 0;
}

.report .report_block .middle_block .small_block{
    display: inline-block;
    width: 22.6%;
    margin-right: 3.2%;
    vertical-align: top;
    margin-bottom: 4.8%;
}

.report .report_block .middle_block .small_block:nth-child(4n){
    margin-right: 0;
}

.report .report_block .middle_block .small_block img{
    width: 100%;
    margin-bottom: 16px;
}

.report .report_block .middle_block .small_block p{
    font-weight: bold;
}

.report .report_block .middle_block .small_block h3{
    font-weight: bold;
    font-size: 16px;
}

.report .report_block ul{
    text-align: center;
    font-size: 0;
    margin-bottom: 16px;
}

.report .report_block ul li{
    display: inline-block;
    margin: 0 16px;
    font-family: "Open Sans", sans-serif;
    vertical-align: top;
    font-size: 20px;
    margin-bottom: 16px;
}

.language_block{
    background-image: url(../img/button_language.png);
    background-repeat: no-repeat;
    position: fixed;
    z-index: 2;
    background-size: cover;
    width: 120px;
    height: 120px;
    top: 0;
    left: 64px;
}

.language_block .language_test{
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-top: 24px;
    margin-left: 12px;
}

.language_block .bogo-language-switcher{
    font-size: 0;
    margin-left: 6px;
}

.language_block .bogo-language-switcher li{
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    font-weight: bold;
    margin: 14px 6px;
}

.language_block .bogo-language-switcher li.current{
    border-bottom: solid 4px #000;
}

.en .fat-nav li small {
    display: none;
}

.en .button_pressrelease{
}

.en footer .inner .left_block p{
    margin-bottom: 16px;
}

.en#about .support_block .middle_block .headline p{
    display: none;
}

.en .projects_block .projectdetail_block h3 {
    display: none;
}


.en .mainvisual .right_block .middle_block .detail h2{
    font-size: 12px;
}

.en#about .support_block .middle_block .cooperation{
    width: 280px;
    margin: 0 auto 24px;
}

.fat-nav{
    -moz-transform:scale(1.4);
    -ms-transform:scale(1.4);
    -webkit-transform:scale(1.4);
    transform:scale(1.4);
    -moz-transition-property:-moz-transform;
    -o-transition-property:-o-transform;
    -webkit-transition-property:-webkit-transform;
    transition-property:transform;
    transition-duration:.4s;
}

/* ページネーション */

.pagenav{
    overflow: hidden;
    margin-bottom: 80px;
}

.pagenav ul {
    list-style: none;
    position: relative;
    left: 50%;
    float: left;
    font-size: 16px !important;
}

.pagenav ul li {
    margin: 0 8px;
    position: relative;
    left: -50%;
    float: left;
}

.pagenav ul li span,
.pagenav ul li a {
    display: block;
    font-size: 16px !important;
    border: none;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}





}






.gallery-columns-2 ul {
    display: flex;
    align-items: center;
    gap: 2%;
}

.gallery-columns-2 ul li{
    width: 49%;
}

.gallery-columns-2 ul li a{
    pointer-events: none;
}

.gallery-columns-3 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 2%;
}

.gallery-columns-3 ul li {
    width: 32%;
}

.gallery-columns-3 img, .gallery-columns-2 img {
    margin-bottom: 0 !important;
}

.footer_left_block{

}

.footer_right_block{

}

.footer_right_block a {
    border: solid 1px #000;
    padding: 8px 32px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 12px;
}

.singlepost_block .detail h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.alignleft {
    width: 24%;
    float: left;
    shape-outside: border-box;
    padding-right: 20px;
    padding-bottom: 20px;
}




@media screen and (min-width: 1080px){

.mainvisual .right_block .middle_block .detail h2{
    line-height: normal;
}

.mainvisual .right_block .middle_block .detail .date {
}

.mainvisual .right_block .middle_block .detail h3 {
}

header {
    width: 88px;
}

.content {
    padding-left: 88px;
}

.fat-nav {
    margin-left: 88px;
}

.language_block {
    left: 88px;
}

header h1 {
    width: 50px;
    margin-top: 72px;
}

.hamburger {
    left: 16px;
    top: 12px;
}

header .sns_nav {
    left: 32px;
}






}

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

.mainvisual .right_block .middle_block .detail h2,
.mainvisual .right_block .middle_block .detail p.date,
.mainvisual .right_block .middle_block .detail h3{
    font-size: 12px;
}




}




















