@charset "UTF-8";
/*
Theme Name: archi-depot
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: archi-depot
Tags:

html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


/*---------------------------------------------------------------------------------------------------*/

html{
  width: 100%;
  min-height: 100%;
  font-size: 62.5%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body{
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  line-height: 2.0rem;
  font-family: "YakuHanJP", -apple-system, YuGothic, '游ゴシック', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  /*margin-bottom: 114px;*/
  margin-bottom: 103px;
}
/*body.home{
  margin-bottom: 433px;
}
body.home.close{
  margin-bottom: 233px;
}*/
body.en-US{
  width: 100%;
  height: 100%;
  font-size: 2.0rem;
  line-height: 2.2rem;
  font-family: 'DIN Next W01',"YakuHanJP", YuGothic, '游ゴシック', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  margin-bottom: 133px;
}
/*body.en-US.home{
  margin-bottom: 433px;
}
body.en-US.home.close{
  margin-bottom: 233px;
}*/
a{
  color: #000000;
  text-decoration: none;
}
a:hover{
  color: #cccccc;
}
br.sp{
  display: none;
}
.red{
  color: #ff0000;
}
::selection {background: #cccccc; color: #ffffff;}
::-moz-selection {background: #cccccc; color: #ffffff;}
/*------- header -------*/
header{
  width: 100%;
  position: fixed;
  top: 0;background-color: #ffffff;
  z-index: 9999;
}
.header-logo{
  width: 100%;
  border-bottom: solid 8px #000000;
}
.header-logo-inner{
  max-width: 1002px;
  position: relative;
  margin: 0 auto;
  padding: 16px 0;
  border-left: solid 1px #000000;
  border-right: solid 1px #000000;
  background-color: #ffffff;
  -webkit-transition: all 500ms cubic-bezier(1,0,0,1);
  -moz-transition: all 500ms cubic-bezier(1,0,0,1);
  -ms-transition: all 500ms cubic-bezier(1,0,0,1);
  -o-transition: all 500ms cubic-bezier(1,0,0,1);
  transition: all 500ms cubic-bezier(1,0,0,1);
}
.architects .header-logo-inner{
  border-left: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
}
header .header-logo .header-logo-inner h1{
  width: 248px;
  height: 80px;
  margin: 0 auto;
}
header .header-logo .header-logo-inner h1 a{
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(image/logo.svg);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
nav.main-nav{
  width: 100%;
  border-bottom: solid 1px #000000;
  /* font-family:'DIN Next W04', sans-serif; */
  font-family: urw-din-condensed, sans-serif;
  font-weight: 500;
  font-size: 3.0rem;
  line-height: 3.0rem;
  letter-spacing: 0.05em;
}
.main-nav-inner{
  max-width: 1002px;
  position: relative;
  padding: 6px 0;
  margin: 0 auto;
  border-left: solid 1px #000000;
  border-right: solid 1px #000000;
  background-color: #ffffff;
  text-align: center;
}
.architects .main-nav-inner{
  border-left: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
}
nav.main-nav .main-nav-inner li{
  display: inline-block;
  margin-right: 16px;
}
nav.main-nav .main-nav-inner li:last-child{
  margin-right: 0;
}
nav.main-nav .main-nav-inner li a{
  color: #cccccc;
}
nav.main-nav .main-nav-inner li.current_page_item a{
  color: #000000;
}
nav.main-nav .main-nav-inner li.current-menu-item a{
  color: #000000;
}
.single-event nav.main-nav .main-nav-inner li.menu-item-object-event a{
  color: #000000;
}
.single-exhibition nav.main-nav .main-nav-inner li.menu-item-object-exhibition a{
  color: #000000;
}
.single-news nav.main-nav .main-nav-inner li.menu-item-object-news a{
  color: #000000;
}
.exhibition-event nav.main-nav .main-nav-inner li.menu-item-exhibition-event a,
.single-exhibition nav.main-nav .main-nav-inner li.menu-item-exhibition-event a,
.single-event nav.main-nav .main-nav-inner li.menu-item-exhibition-event a{
  color: #000000;
}
.post-type-archive-event nav.main-nav .main-nav-inner li.menu-item-event a{
  color: #000000;
}
.post-type-archive-exhibition nav.main-nav .main-nav-inner li.menu-item-exhibition a{
  color: #000000;
}
.visit nav.main-nav .main-nav-inner li.menu-item-visit a{
  color: #000000;
}
.about nav.main-nav .main-nav-inner li.menu-item-about a{
  color: #000000;
}
li.menu-item-about{
  color: #cccccc;
}
li.menu-shop span{
  background-color: #ff5;
  padding: 0 .28em 0 .4em;
  margin-right: .1em;
  font-size: .8em;
  line-height: .8em;
  vertical-align: 0.1em;
}
nav.main-nav .main-nav-inner li a:hover{
  color: #000000;
}
nav.main-nav .main-nav-inner li.nav-none a:hover{
  color: #cccccc;
}
.home nav.main-nav .main-nav-inner li a,
.faq nav.main-nav .main-nav-inner li a,
.site-policy nav.main-nav .main-nav-inner li a,
.site-map nav.main-nav .main-nav-inner li a,
.contact nav.main-nav .main-nav-inner li a,
.post-type-archive-press nav.main-nav .main-nav-inner li a{
  color: #000000;
}
.home nav.main-nav .main-nav-inner li a:hover,
.faq nav.main-nav .main-nav-inner li a:hover,
.site-policy nav.main-nav .main-nav-inner li a:hover,
.site-map nav.main-nav .main-nav-inner li a:hover,
.contact nav.main-nav .main-nav-inner li a:hover,
.post-type-archive-press nav.main-nav .main-nav-inner li a:hover{
  color: #cccccc;
}
.home nav.main-nav .main-nav-inner li.nav-none a,
.faq nav.main-nav .main-nav-inner li.nav-none a,
.site-policy nav.main-nav .main-nav-inner li.nav-none a,
.site-map nav.main-nav .main-nav-inner li.nav-none a,
.contact nav.main-nav .main-nav-inner li.nav-none a,
.post-type-archive-press nav.main-nav .main-nav-inner li.nav-none a{
  color: #cccccc;
}
.lang-sns-wrapper{
  display: inline-block;
  position: absolute;
  right: 12px;
  bottom: 8px;
}
.lang-inner{
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #cccccc;
  list-style-type: none;
}
.lang-inner::after{
  content: '';
  display: block;
  clear: both;
}
.lang-inner li{
  display: inline-block;
  float: right;
}
.lang-inner .ja{
  border-right: solid 1px #000000;
  padding-right: 6px;
  margin-right: 4px;
}
.lang-inner .en{
/*  border-right: solid 1px #000000;
  padding-right: 4px;*/
  margin-left: 2px;
}
.lang-inner a{
  color: #cccccc;
}
.lang-inner a:hover{
  color: #000000;
}
.lang-inner .current a{
  color: #000000;
}

.sns-inner{
}
.page-template-toptest header .sns-inner{
  display: none;
}
.sns-inner ul{
}
.sns-inner ul li{
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.fix-content-inner .sns-inner{
  text-align: center;
  margin-top: 8px;
  margin-bottom: 28px;
}
.fix-content-inner .sns-inner ul li{
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 12px;
}
.sns-inner ul li:last-child{
  margin-right: 0;
}
.sns-inner ul li a{
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 50%;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.sns-inner ul li a:hover{
  background-color: #cccccc;
}
.sns-inner ul li.sns-twitter a{
  background-image: url(image/twi_icon.svg);
}
.sns-inner ul li.sns-facebook a{
  background-image: url(image/fb_icon.svg);
}
.sns-inner ul li.sns-instagram a{
  background-image: url(image/insta_icon.svg);
}
.sns-inner ul li.sns-youtube a{
  background-image: url(image/youtube_icon.svg);
}
.search-wrapper{
  display: none;
  width: 100%;
  text-align: left;
  border-bottom: solid 1px #000000;
}
.search-wrapper form{
  max-width: 1002px;
  margin: 0 auto;
  padding-left: 1px;
  padding-right: 6px;
  height: 30px;
  background-color: #ffffff;
  border-left: solid 1px #000000;
  border-right: solid 1px #000000;
}
.architects .search-wrapper form{
  border-left: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
}
.search-field{
  border: none;
  width: 90%;
  height: 28px;
  margin-top: -4px;
}
.search-field:focus {
  outline: none;
}
.search-submit-button{
  /* font-family:'DIN Next W04', sans-serif; */
  font-family: urw-din-condensed, sans-serif;
  font-weight: 500;
  font-size: 2.0rem;
  line-height: 2.0rem;
  letter-spacing: 0.02em;
  float: right;
  margin-top: 3px;
  cursor: pointer;
  border:none;
  background-color: transparent;
}
.search-submit-button:focus{
  outline: none;
}
.search-icon{
  width: 18px;
  height: 18px;
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(image/search.svg);
  bottom: 8px;
  right: 8px;
  cursor: pointer;
}
.sub-nav{
  width: 100%;
  border-bottom: solid 1px #000000;
  font-weight: bold;
}
.sub-nav-inner{
  max-width: 1002px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  border-left: solid 1px #000000;
  border-right: solid 1px #000000;
  font-size: 1.4rem;
  line-height: 1.6rem;
}
.en-US .sub-nav-inner{
  font-size: 1.6rem;
  line-height: 1.6rem;
}
.sub-nav li{
  display: inline-block;
  margin-left: 14px;
  padding-right: 14px;
  border-right: solid 1px #555555;
}
.sub-nav li a{
  color: #cccccc;
}
.sub-nav li a.current{
  color: #000000;
}
.sub-nav li a.sub-nav-top{
  color: #000000;
}
.sub-nav li a:hover{
  color: #000000;
}
.sub-nav li:first-child{
  padding-left: 0;
}
.sub-nav li:last-child{
  margin-right: 0;
  border-right: none;
}
.sp-navigation{
  display: none;
}
/*------- main -------*/
#main{
  width: 100%;
  margin-top: 164px;
}
.about #main,.visit #main,.visit_test #main,.faq #main,.post-type-archive-press #main{
  width: 100%;
  margin-top: 156px;
}
.section-wrapper{
  width: 100%;
}
.section-wrapper.exhibition-event{
  border-bottom: solid 1px #000000;
}
.section-wrapper::after{
  content: '';
  display: block;
  clear: both;
}
.section-inner{
  max-width: 1002px;
  height: 100%;
  margin: 0 auto;
  border-left: solid 1px #000000;
  border-right: solid 1px #000000;
}
.section-inner::after{
  content: '';
  display: block;
  clear: both;
}
.section-header{
  width: 100%;
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
}
.section-header-inner{
  max-width: 1002px;
  height: 100%;
  margin: 0 auto;  background-color: #ffffff;
  border-left: solid 1px #000000;
  border-right: solid 1px #000000;
}
.section-header-inner h1{
  /* font-family:'DIN Next W04', sans-serif; */
  font-family: urw-din-condensed, sans-serif;
  font-weight: 500;
  font-size: 4.0rem;
  line-height: 5.6rem;
  text-align: center;
}
/*------- slider -------*/
.slider-wrapper{
  position: relative;
  width: 100%;
  height: 420px;
  border-bottom: solid 1px #000000;
  overflow: hidden;
  width: 100%;
  height: auto;
  background-color: #000000;
}
.slider-wrapper.pc{
  display: block;
}
.slider-wrapper.sp{
  display: none;
}
.slider-inner{
  width:100%;
  left: 0;
  right: 0;
}
.slider-inner a:not(.slick-current){
  pointer-events: none;
}
.slider-inner a:hover{
  opacity: 0.6;
}
.slider-inner.pc{
  display: block;
}
.slider-inner.sp{
  display: none;
}
.closed-image{
  position: absolute;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  top: 0;
  z-index: 998;
  background-color: rgba(255,255,255,0.7);
}
.slider-image.pc{
  display: block;
}
.slider-image.sp{
  display: none;
}
.closed-image-inner{
  max-width: 1002px;
  margin: auto;
  border-left: solid 1px #000000;
  border-right: solid 1px #000000;
}
.closed-image img{
  width: 100%;
}
.closed-image img.pc{
  display: block;
}
.closed-image img.sp{
  display: none;
}
.slider-wrapper::after{
  content: '';
  display: block;
  clear: both;
}
.slider-image{
  width: 1002px;
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-right: solid 1px #000000;
}
.slider-image.active{
  animation: slide_left linear 1s;
  -webkit-animation: slide_left linear 1s;
  -moz-animation: slide_left linear 1s;
  -o-animation: slide_left linear 1s;
  -ms-animation: slide_left linear 1s;
}
@keyframes slide_left{
  0%{left:0}
  50%{left:-100%}
  90%{left:-100%}
  100%{left:0}
}
@-moz-keyframes slide_left{
  0%{left:0}
  50%{left:-100%}
  90%{left:-100%}
  100%{left:0}
}
@-webkit-keyframes slide_left {
  0%{left:0}
  50%{left:-100%}
  90%{left:-100%}
  100%{left:0}
}
@-o-keyframes slide_left {
  0%{left:0}
  50%{left:-100%}
  90%{left:-100%}
  100%{left:0}
}
@-ms-keyframes slide_left {
  0%{left:0}
  50%{left:-100%}
  90%{left:-100%}
  100%{left:0}
}

.top-open-wrapper{
  position: absolute;
  z-index: 999;
  right: 0;
  bottom: 0;
  /*width: 270px;*/
  width: 380px;
  padding: 14px;
  background-color: #ffffff;
  border: solid 1px #000000;
  border-right: none;
  border-bottom: none;
  font-size: 1.4rem;
  line-height: 2.0rem;
}

.close-info{
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom:0.8em;
  font-weight:700
}
.en-US .close-info{
  font-size: 1.2em;
  line-height: 1.3em;
  margin-top: 0.4em;
  margin-bottom:0.4em;
  font-weight:700
}
.state{
  width: 100%;
  /*margin-bottom: 14px;*/
}
.state li{
  list-style-type: none;
}
.state .en{
  /* font-family:'DIN Next W04', sans-serif; */
  font-family: urw-din-condensed, sans-serif;
  font-weight: 500;
  font-size: 3.0rem;
  line-height: 3.0rem;
  letter-spacing: 0.05em;
}
.state .jp{
  font-weight: bold;
}
.state .time{
  font-weight: bold;
}
.state .caption{
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.state .tovisit{
  margin-top: 6px;
}
.closed{
  width: 100%;
  border-top: solid 1px #000000;
  padding-top: 12px;
}
.closed .en{
  /* font-family:'DIN Next W04', sans-serif; */
  font-family: urw-din-condensed, sans-serif;
  font-weight: 500;
  font-size: 2.0rem;
  line-height: 2.4rem;
  letter-spacing: 0.03em;
}
.closed .jp{
  font-weight: bold;
}
.closed .special{
  font-size: 1.4rem;
  line-height: 2.0rem;
  font-weight: bold;
  color: #ff0000;
}
.closed .caption{
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.top-open-br{
  display: block;
}
.movie-wrapper{
  max-width: 1000px;
  /*height: 420px;*/
  overflow: hidden;
  margin: auto;
}
.movie-inner{
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  margin: auto;
}
.movie-inner iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#video{
  width: 100vw;
  height: 56.25vw;
  vertical-align: top;
}

/*------- text-slider -------*/
.text-slider-wrapper{
  width: 100%;
  border-bottom: solid 1px #000000;
  /*height: 138px;
  overflow: hidden;*/
}
.bx-wrapper{
  width: 100%;
  height: 126px;
}
.bx-viewport{
  max-width: 1002px;
  height: 126px;
  margin: 0 auto;
  padding: 0 12px;
  border-left: solid 1px #000000;
  border-right: solid 1px #000000;
}
.bx-viewport img{
  width: 100%;
}
.text-slider-inner{
}
.text-slider-box{
  padding: 24px 0;
}
.text-slider-box p{
  height: auto;
  font-size: 3.8rem;
  line-height: 4.6rem;
  font-weight: bold;
  text-align: center;
}
.text-1.text-en p{
  /*width: 100%;*/
  padding-top: 4px;
  height: auto;
  font-size: 3.6rem;
  line-height: 4.8rem;
  font-weight: bold;
  text-align: center;
  left:0;
  right: 0;
  top:0;
  bottom: 0;
  margin: auto;
  position: absolute;
  vertical-align: middle;
}
.text-1 img{
  vertical-align: middle;
}
.text-slider-br{
  display: none;
}
/*------- content -------*/
.content-wrapper{
  /* margin-top: -1px;
  margin-bottom: -1px; */
}
/* .section-inner.info-wrapper{
  display: flex;
  flex-direction: row;
} */
.archive .content-wrapper{
  margin-top: 0;
  margin-bottom: 0;
}
.content-wrapper::after{
  content: '';
  display: block;
  clear: both;
}
.content-inner{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px 42px;
}
.content-inner.cal{
  grid-template-columns: 1fr!important;
  gap: 0;
}
/* .content-inner::after{
  content: '';
  display: block;
  clear: both;
} */
.content-box{
  /* width: 306px; */
  /* width: 305px; */
  min-height: 330px;
  height: 100%;
  /* margin-right: 41px; */
  /* margin-top: 34px; */
  /* float: left; */
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
  padding-bottom: 10px;
}
.info-wrapper .content-box{
  display: flex;
  flex-direction: column;
  height: auto;
}
/* .content-box.event{
  margin-top: -1px;
  margin-bottom: -1px;
}
.content-box.event:nth-child(-n+3){
  border-top: none;
} */
.content-box.exhibition{
  /* width: calc(50% - 20px); */
  height: 430px;
  /* margin-right: 40px;
  margin-top: 34px; */
  float: left;
  background-color: #fff;
  border-top: none;
}
.ex-alert{
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 700;
  padding: 6px;
}
.home .content-box.exhibition{
  border-bottom: none;
}
.home .content-box:nth-child(-n+3){
  border-top: none;
}
.single .content-box.exhibition{
  border-right: solid 1px #000000!important;
  border-bottom: none;
}
.content-box.exhibition .content-thumb{
  /* height: 300px; */
}
/* .content-box.exhibition:last-child{
  margin-right: 0;
  border-right: none;
}
.content-box:nth-child(-n+3){
  margin-top: 0;
}
.content-box:nth-child(3n){
  margin-right: 0;
  border-left: solid 1px #000000;
}
.content-box:nth-child(3n-1){
  border-left: solid 1px #000000;
  border-right: solid 1px #000000;
}
.content-box:nth-child(3n-2){
  border-right: solid 1px #000000;
} */
.content-thumb{
  width: 100%;
  height: 200px;
  /*background-size: cover;*/
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f0f0f0;
  position: relative;
}
.state-label{
  /* font-family:'DIN Next W04', sans-serif; */
  font-family: urw-din-condensed, sans-serif;
  font-weight: 500;
  position: absolute;
  display: inline-block;
  padding: 4px;
  top: 0;
  left: 0;
  background-color: #000000;
  color: #ffffff;
  font-size: 2.0rem;
  line-height: 1;
}
.content-cate{
  /* font-family:'DIN Next W04', sans-serif; */
  font-family: urw-din-condensed, sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 2.4rem;
  padding: 4px;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  vertical-align: middle;
}
.content-cate .room{
  font-family: "YakuHanJP", YuGothic, '游ゴシック', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 0.7em;
  line-height: 1.1;
}
.content-title{
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: bold;
  padding: 4px;
  margin-bottom: 2px;
}
.en-US .content-title{
  font-size: 1.6rem;
  line-height: 1.8rem;
}
.content-title .label{
  /*display: inline-block;*/
  background-color: #000000;
  color: #ffffff;
  padding: 2px 4px;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.content-date{
  /* font-family:'DIN Next W01', sans-serif; */
  font-family: urw-din, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: #999999;
  padding-left: 6px;
  letter-spacing: 0;
}
.fix-content{
  background-color: #e6e6e6;
}
.page-template-toptest .content-box.fix-content{
  border-top: none;
}
.fix-content-header{
  /* font-family:'DIN Next W04', sans-serif; */
  font-family: urw-din-condensed, sans-serif;
  font-weight: 500;
  font-size: 4.2rem;
  line-height: 4.2rem;
  text-align: center;
  padding: 20px 0;
}
.fix-content-inner{
  font-size: 1.2rem;
  line-height: 2.2rem;
  font-weight: bold;
  text-align: justify;
  padding: 0 22px;
}
.en-US .fix-content-inner{
  font-size: 1.4rem;
  line-height: 2.0rem;
  text-align: left;
}
.fix-news-inner ul{
  list-style: none;
  overflow-x: auto;
  margin-bottom: 12px;
}
.fix-news-inner li{
  background-color: none;
  border-top: solid 1px #b2b2b2;
  font-size: 1.2rem;
  line-height: 1.8rem;
  padding: 8px 0 6px 0;
}
.fix-news-inner li:last-child{
  border-bottom: solid 1px #b2b2b2;
}
.fix-news-cate{
  /* font-family:'DIN Next W01', sans-serif; */
  font-family: urw-din, sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #b2b2b2;
  margin-top: 4px;
}
.fix-content-button{
  text-align: center;
}
.fix-content-button a{
  /* font-family:'DIN Next W01', sans-serif; */
  font-family: urw-din, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: bold;
  display: inline-block;
  padding: 6px 12px;
  padding-top: 9px;
  border: solid 1px #999999;
  background-color: #f0f0f0;
}
.fix-content-button a:hover{
  background-color: #ffffff;
  color: #999999;
}
.fix-content-button a i{
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 4px;
  vertical-align: 1px;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fix-content-button a:hover i{
  border-top: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
}
.fix-content-button a i:last-child{
  margin-left: -4px;
}
.support-box{
}
.support-inner{
  margin-bottom: 28px;
}
.newsletter-box{
}
.newsletter-form{
  width: 100%;
  margin-top: 20px;
}
.newsletter-form::after{
  content: '';
  display: block;
  clear: both;
}
.newsletter-form-notes{
  margin-bottom: 6px;
}
.newsletter-form-input{
  width: 80%;
  height: 30px;
  padding: 0 6px;
  margin: 0;
  /*margin-left: -1px;*/
  float: left;
  border: solid 1px #000000;
  border-radius: 0;
  font-family: "YakuHanJP", YuGothic, '游ゴシック', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
  border-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(left, #ffffff, #ffffff);
}
.newsletter-form-input:focus{
  outline: none;
}
input.newsletter-form-submit{
  width: 20%;
  height: 30px;
  padding: 0;
  margin: 0;
  float: left;
  border: none;
  background-color: #000000;
  color: #ffffff;
  font-family:'DIN Next W04', "YakuHanJP", YuGothic, '游ゴシック', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: bold;
  cursor: pointer;
  border-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
  background-image: -webkit-linear-gradient(left, #000000, #000000);
}
input.newsletter-form-submit.en{
  /* font-family:'DIN Next W04', sans-serif; */
  font-family: urw-din-condensed, sans-serif;
}
.press-box p{
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.en-US .press-box p{
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.fix-news-box .fix-content-header,
.press-box .fix-content-header{
  padding-bottom: 6px;
}
.press-inner{
  padding: 0 14px;
  margin-bottom: 10px;
}
.press-inner ul{
  list-style-type: none;
}
.press-inner ul li{
  width: 100%;
  border-bottom: solid 1px #b2b2b2;
  padding: 6px 0;
  display: table;
}
.press-inner ul li p{
  display: table-cell;
  vertical-align: middle;
}
.press-inner ul li p.press-pickup{
  width: calc(100% - 32px);
}
.press-icon{
  width: 21px;
  height: 21px;
  float: left;
  margin-left: 4px;
  margin-right: 11px;
  vertical-align: middle;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.press-icon.tv-radio{
  background-image: url(image/press_1.svg);
}
.press-icon.newspaper{
  background-image: url(image/press_2.svg);
}
.press-icon.magazine{
  background-image: url(image/press_3.svg);
}
.press-icon.online{
  background-image: url(image/press_4.svg);
}


.press-inner ul li::after{
  content: '';
  display: block;
  clear: both;
}
.press-inner ul li:first-child{
  border-top: solid 1px #b2b2b2;
  /*padding-top: 0;*/
}
.press-inner ul li:last-child{
  /*border-bottom: none;*/
  /*padding-bottom: 0;*/
}
.void-box{
  height: 320px;
  margin-top: 34px;
  float: left;
  border: solid 1px #000000;
  border-right: none;
  position: relative;
}
.void-box svg{
  position: absolute;
  width: 100%;
  height: 100%;
}
.void-box svg line{
  stroke: #000000;
  stroke-width: 1px;
  fill: none;
}
.void-box.void-2{
  width: 653px;
}
.void-box.void-1{
  width: 306px;
}
.void-box.void-0{
  display: none;
}
/*------- stock info -------*/
.stock-wrapper{
}
.stock-inner{
  background-color: #ffffff;
  padding: 24px 24px 0 24px;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 700;
}
.stock-inner p{
  margin-bottom: 12px;
}
.stock-inner .page-image{
  vertical-align: bottom;
}
.stock-inner .page-image img{
  width: 100%;
  border: solid 1px #cccccc;
}

/*------- instagram -------*/
.insta-wrapper{
}
.insta-inner{
  background-color: #ffffff;
  padding-bottom: 16px;
}
.insta-inner li{
  display: inline-block;
  width: 160px;
  margin: 16px;
}
.insta-inner li img{
  width: 100%;
  vertical-align: bottom;
}
#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a{
  /* font-family:'DIN Next W01', sans-serif; */
  font-family: urw-din, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: bold;
  display: inline-block;
  padding: 6px 12px;
  padding-top: 9px;
  border: solid 1px #999999!important;
  background-color: #f0f0f0;
  color: #000000;
  border-radius: 0;
  margin-top: -4px;
}
#sb_instagram{
  padding-bottom: 0!important;
}
/*------- news -------*/
.news-wrapper{
}
.news-inner{
  background-color: #ffffff;
}
.news-line{
  display: table;
  width: 100%;
  border-bottom: solid 1px #cccccc;
  padding: 8px 10px;
}
.news-line:hover{
  color: #000000;
  background-color: #f0f0f0;
}
.news-line:last-child{
  border-bottom: none;
}
.archive .news-line:last-child{
  border-bottom: solid 1px #cccccc;
}
.news-line:after{
  content: '';
  display: block;
  clear: both;
}
.news-line-cate{
  display: table-cell;
  width: 120px;
  /* font-family:'DIN Next W01', sans-serif; */
  font-family: urw-din, sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #7b7b7b;
  padding-top: 2px;
  vertical-align: middle;
}
.news-line-title{
  display: table-cell;
  width: calc(100% - 200px);
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: bold;
}
.en-US .news-line-title{
  font-size: 1.6rem;
  line-height: 1.8rem;
  vertical-align: bottom;
}
.news-line-date{
  display: table-cell;
  width: 80px;
  /* font-family:'DIN Next W01', sans-serif; */
  font-family: urw-din, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.2rem;
  text-align: right;
  vertical-align: middle;
  color: #aaaaaa;
  padding-top: 2px;
}
/*------- sponsors -------*/
.sponsors-wrapper{
  border-bottom: none;
}
.sponsors-inner{
  background-color: #ffffff;
  padding: 18px 0;
}
.sponsors-inner ul{
  text-align: center;
}
.sponsors-inner ul li{
  height: 80px;
  display: inline-block;
  margin-right: 40px;
}
.sponsors-inner ul li:last-child{
  margin-right: 0;
}
.sponsors-inner ul li img{
  height: 80px;
  vertical-align: bottom;
}
/*------- single -------*/
.single-wrapper{
}
.single-inner{
  padding: 0 1px;
  border: none;
}
.single-cate{
  width: 100%;
  padding: 4px;
  padding-top: 12px;
  /* font-family:'DIN Next W01', sans-serif; */
  font-family: urw-din, sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: #666666;
  border-top: solid 2px #cccccc;
  border-bottom: solid 2px #cccccc;
}
.single-news .single-cate{
  border-top: none;
}
.single-inner h1{
  font-size: 2.6rem;
  line-height: 3.6rem;
  text-align: justify;
  margin-bottom: 4px;
}
.en-US .single-inner h1{
  text-align: left;
}
.single-inner .date{
  /* font-family:'DIN Next W01', sans-serif; */
  font-family: urw-din, sans-serif;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 3.4rem;
  color: #aaaaaa;
  margin-bottom: 80px;
}
.single-inner .date .ex-alert{
  font-family: "YakuHanJP", YuGothic, '游ゴシック', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    padding: 0;
}
.single-head{
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: bold;
  margin-bottom: 6px;
}
.en-US .single-head{
  font-size: 2.2rem;
  line-height: 2.8rem;
  margin-bottom: 6px;
}
.single-box{
  max-width: 653px;
}
.single-box::after{
  content: '';
  display: block;
  clear: both;
}
.single-text{
  width: 100%;
  margin-bottom: 30px;
  font-size: 1.4rem;
  line-height: 2.6rem;
  text-align: justify;
}
.en-US .single-text{
  font-size: 1.6rem;
  line-height: 2.2rem;
  text-align: left;
}
.single-text p{
  margin-bottom: 1em;
}
.single-text a{
  text-decoration: underline;
}
.single-text .movie-box{
  width: 100%;
  padding:56.25% 0 0 0;
  position:relative;
  margin-bottom: 36px;
}
.single-text .movie-box iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.info-box{
  width: 100%;
  margin-bottom: 30px;
  font-size: 1.4rem;
  line-height: 2.6rem;
  text-align: justify;
  padding: 20px 8px;
  margin: 0;
  border-bottom: solid 1px #000000;
}
.en-US .info-box{
  font-size: 1.6rem;
  line-height: 2.2rem;
  text-align: left;
}
.info-box:first-child{
  border-top: solid 1px #000000;
}
.info-box:last-child{
  margin-bottom: 30px;
}
.home .info-wrapper{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 42px;
}
/* .info-wrapper::after{
  content: '';
  display: block;
  clear: both;
} */
.d-box{
  width: 100%;
  height: 1px;
}
.info-box .single-image{
  margin-top: 20px;
  margin-bottom: 0;
}
.info-box p{
  margin-bottom: 1em;
}
.info-box a{
  text-decoration: underline;
}

.single-text.info-box .single-head{
  margin-top: 4px;
  margin-bottom: 20px;
}
.single-image{
  width: 100%;
  margin-bottom: 30px;
}
.single-image img{
  max-width: 100%;
  vertical-align: bottom;
}
.single-logo{
  width: 100%;
  margin-bottom: 30px;
}
.single-logo img{
  /*width: 140px;*/
  height: 90px;
  vertical-align:middle;
  margin-right: 14px;
}
.single-main-image{
  width: 100%;
}
.single-main-image img{
  width: 100%;
  vertical-align: bottom;
  pointer-events: none;
}
.single-caption{
  font-size: 1.2rem;
  line-height: 2.0rem;
}

.single-supporter-box{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.supporter-image{
  width: 140px;
  padding-right: 18px;
}
.supporter-image img{
  width: 100%;
}
.supporter-image figcaption{
  font-size: 1.0rem;
  line-height: 1.6rem;
}
.supporter-profile{
  width: calc(100% - 140px);
}
.single-supporter-wrapper h2{
  /* font-family:'DIN Next W04', sans-serif; */
  font-family: urw-din-condensed, sans-serif;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 3.4rem;
}

/*------- event -------*/
.archive .content-box{
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  /* border-bottom: none; */
}
/* .archive .content-box:nth-child(3n){
  border-left: solid 1px #cccccc;
}
.archive .content-box:nth-child(3n-1){
  border-left: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
}
.archive .content-box:nth-child(3n-2){
  border-right: solid 1px #cccccc;
} */
.event-state-wrapper{
  /* border-top: solid 1px #000000;
  border-bottom: solid 1px #000000; */
}
.single .event-state-wrapper{
  border-top: none;
}
.event-state-wrapper.event-state-current{
  border-top: none;
}
.event-state-inner{
  border: solid 1px #000000;
  /* font-family:'DIN Next W04', sans-serif; */
  font-family: urw-din-condensed, sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 3.6rem;
  letter-spacing: 0.01em;
  padding-top: 6px;
  padding-left: 6px;
  padding-bottom: 24px;
  background-color: #ffffff;;
}
.event-state-current .content-box{
  width: 100%;
  height: auto;
  border: none;
}
/* .archive .event-state-current .content-box:nth-child(3n-2){
  border-right: none;
} */
.event-state-current .content-thumb{
  max-width: 652px;
  height: 400px;
}
/* .event-state-current .content-cate{
  border-top: solid 2px #cccccc;
  border-bottom: solid 2px #cccccc;
} */
.event-state-current .content-title{
  max-width: 652px;
  font-size: 2.6rem;
  line-height: 3.6rem;
  text-align: justify;
}
.en-US .event-state-current .content-title{
  text-align: left;
}
.event-state-current .content-date{
  max-width: 652px;
  /* font-family:'DIN Next W01', sans-serif; */
  font-family: urw-din, sans-serif;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 3.4rem;
  color: #aaaaaa;
  margin-bottom: 30px;
}
/*------- page -------*/
.page-main .section-wrapper{
  border-bottom: solid 1px #000000;
}
.page-main .section-wrapper:last-child{
  border-bottom: none;
}
.page-main .section-inner{
  border-left: solid 1px #000000;
  border-right: solid 1px #000000;
  background-color: #ffffff;
  padding: 42px 18px;
}
.page-main .section-inner h1{
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 50px;
}
.en-US .page-main .section-inner h1{
  font-size: 2.8rem;
  line-height: 3.2rem;
  margin-bottom: 50px;
}
.sp-h1-br{
  display: none;
}
.page-main .section-inner h2{
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin-bottom: 6px;
}
.en-US .page-main .section-inner h2{
  font-size: 2.2rem;
  line-height: 2.8rem;
  margin-bottom: 6px;
}
.page-box{
  width: 100%;
  margin-bottom: 30px;
}
.page-box::after{
  content: '';
  display: block;
  clear: both;
}
.page-text{
  width: 60%;
  padding-right: 50px;
  float: left;
  font-size: 1.4rem;
  line-height: 2.6rem;
  text-align: justify;
}
.en-US .page-text{
  font-size: 1.6rem;
  line-height: 2.2rem;
  text-align: left;
}
.page-text a{
  text-decoration: underline;
}
.page-image{
  width: 40%;
  float: left;
}
.page-image img{
  width: 100%;
  vertical-align: bottom;
}
.page-text.map{
  width: 50%;
}
.page-image.map{
  width: 50%;
}
.page-logo{
  width: 40%;
  float: left;
  text-align: center;
}
.page-logo img{
  width: 78%;
  vertical-align: bottom;
}
.page-icon{
  width: 40%;
  float: left;
  text-align: center;
}
.page-icon img{
  width: 34%;
  vertical-align: bottom;
}
/*------- architects -------*/
.architects-read{
  padding: 28px 6px;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.architects-read-caption{
  font-size: 1.2rem;
  line-height: 2.0rem;
}
.page-main .architects-inner{
  padding: 0;
  border-left: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
}
.architects-inner li{
  width: 100%;
  list-style-type: none;
  border-top: solid 1px #cccccc;
  padding: 10px;
}
.architects-inner li::after{
  content: '';
  display: block;
  clear: both;
}
.architects-li-inner{
  width: calc(100% - 140px);
  padding-left: 12px;
  margin-top: -2px;
  float: left;
}
.architects-portrait-wrapper{
  width: 140px;
  float: left;
}
.architects-portrait{
  width: 100%;
  height: 140px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f0f0f0;
}
.architects-portrait-credit{
  margin-top: 2px;
  font-size: 1.0rem;
  line-height: 1.2rem;
}
.architects-office-en{
  display: inline-block;
  /* font-family:'DIN Next W01', sans-serif; */
  font-family: urw-din, sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 2.8rem;
  letter-spacing: 0.01em;
  margin-right: 12px;
  vertical-align: middle;
}
.architects-name-en {
  display: inline-block;
  /* font-family:'DIN Next W01', sans-serif; */
  font-family: urw-din, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.2rem;
  letter-spacing: 0.01em;
  vertical-align: middle;
}
.architect-en-wrapper{
  margin-bottom: 2px;
}
.architects-office-jp{
  display: inline-block;
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin-right: 12px;
  font-weight: bold;
}
.architects-name-jp {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.architect-jp-wrapper{
  margin-bottom: 16px;
}
.architect-jp-wrapper::after{
  content: '';
  display: block;
  clear: both;
}
.architects-url{
  display: block;
  /* font-family:'DIN Next W01', sans-serif; */
  font-family: urw-din, sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.6rem;
  margin-bottom: 10px;
  display: inline-block;
  padding: 6px 8px 2px 6px;
  border: solid 1px #cccccc;
  /*background-color: #f0f0f0;*/
}
.architects-url i{
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 1px;
  vertical-align: 1px;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.architects-url:hover i{
  border-top: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
}
.architects-url i:last-child{
  margin-left: -3px;
}
/*-------- press --------*/
.press-page-inner{
  background-color: #ffffff;
}
.press-page-box{
  width: 100%;
  border-bottom: solid 1px #000000;
}
.press-page-inner h1{
  /* font-family:'DIN Next W04', sans-serif; */
  font-family: urw-din-condensed, sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 3.6rem;
  letter-spacing: 0.01em;
  padding-top: 6px;
  padding-left: 6px;
  padding-bottom: 24px;
  background-color: #ffffff;
}
.press-page-inner h2{
  font-size: 1.8rem;
  line-height: 2.6rem;
  padding: 12px 8px;
  border-top: solid 2px #000000;
}
.en-US .press-page-inner h2{
  font-size: 2.2rem;
  line-height: 2.8rem;
  padding-bottom: 10px;
}
.pressrelease-h2{
  border-bottom: solid 1px #cccccc;
}
.press-cate{
  font-size: 1.4rem;
  line-height: 2.1rem;
  vertical-align: middle;
  padding: 6px 8px;
  color: #555555;
  font-weight: bold;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  background-color: #f0f0f0;
}
.en-US .press-cate{
  font-size: 1.6rem;
  line-height: 2.1rem;
  padding-top: 8px;
}
.press-cate .press-icon{
  width: 21px;
  height: 21px;
  float: left;
  margin-top: -2px;
  margin-left: 2px;
  margin-right: 10px;
}
.press-line{
  display: block;
  width: 100%;
  border-bottom: solid 1px #cccccc;
  padding: 10px;
}
.press-line:last-child{
  border-bottom: none;
}
.press-line:after{
  content: '';
  display: block;
  clear: both;
}
.press-line-title{
  width:100%;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: bold;
}
.en-US .press-line-title{
  font-size: 1.6rem;
  line-height: 2.0rem;
  font-weight: bold;
}
.press-page-inner h2.press-contact{
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin-top: 10px;
  border-top: none;
}
.en-US .press-page-inner h2.press-contact{
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-top: 8px;
}
.press-page-inner .page-text{
  padding: 0 10px;
}
.press-pdf{
  /* font-family:'DIN Next W01', sans-serif; */
  font-family: urw-din, sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-left: 18px;
}
/*-------- contact --------*/
.contact-wrapper{
}
.page-main .contact-inner{
  /*background-color: transparent;*/
}
.contact-box{
  max-width: 635px;
  margin-bottom: 30px;
}
.contact-box .page-text{
  width: 100%;
}
.contact-box:after{
  content: '';
  display: block;
  clear: both;
}
.contact-box ul{
  list-style: none;
}
.contact-box li{
  width: 100%;
  margin-bottom: 18px;
}
.contact-box li:after{
  content: '';
  display: block;
  clear: both;
}
.contact-box li:last-child{
  /*margin-top: 42px;*/
}
.contact-label{
  display: inline-block;
  float: left;
  font-size: 1.2rem;
  line-height: 2.0rem;
  font-weight: bold;
  width: 20%;
  height: 30px;
}
.contact-about p{
  margin-bottom: 1em;
}
.contact-label p{
  vertical-align: middle;
  height: 30px;
}
.contact-form{
  float: left;
  width: 80%;
}
.contact-read{
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin-bottom: 40px;
}
.contact-form input{
  width: 100%;
  height: 30px;
  border: solid 1px #000000;
  font-family: "YakuHanJP", YuGothic, '游ゴシック', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 2.2rem;
  padding: 8px;
}
.contact-form input:focus{
  outline: none;
}
.contact-form .mwform-tel-field{
  display: block;
  width: 100%;
}
.contact-form textarea{
  width: 100%;
  height: 180px;
  font-family: "YakuHanJP", YuGothic, '游ゴシック', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 6px;
  border: solid 1px #000000;
}
.contact-form textarea:focus{
  outline: none;
}
.contact-form input[type=checkbox]{
  width: auto;
  padding-right: 0;
}
.contact-form input[type=submit]{
  display: block;
  width: 120px;
  height: 42px;
  border: none;
  background-color: #000000;
  color: #ffffff;
  font-family: "YakuHanJP", YuGothic, '游ゴシック', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: bold;
  cursor: pointer;
}
.contact-form input[type=submit]:hover{
  background-color: #cccccc;
}
.contact-terms{
  height: 200px;
  padding: 12px;
  overflow: scroll;
  font-size: 1.4rem;
  line-height: 2.4rem;
  border: solid 1px #cccccc;
  text-align: justify;
}
.contact-terms .head{
  font-weight: bold;
}
.contact-terms .head-main{
  font-weight: bold;
  margin-bottom: 16px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.contact-terms .content{
  margin-bottom: 16px;
}
/*-------- sitemap --------*/
.page-main .section-inner.sitemap-inner{
  padding: 0;
}
.page-main .section-inner.sitemap-inner h1{
  /* font-family:'DIN Next W04', sans-serif; */
  font-family: urw-din-condensed, sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 3.6rem;
  letter-spacing: 0.01em;
  padding-top: 6px;
  padding-left: 6px;
  padding-bottom: 32px;
  border-bottom: solid 1px #000000;
  background-color: #ffffff;
  margin-bottom: 12px;
}
#sitemap-menu{
  list-style-type: none;
}
#sitemap-menu li{
  /* font-family:'DIN Next W04', sans-serif; */
  font-family: urw-din-condensed, sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 2.8rem;
  margin-bottom: 16px;
  border-bottom: solid 1px #cccccc;
  padding: 0 6px;
  padding-bottom: 24px;
}
#sitemap-menu li:last-child{
  border-bottom: none;
  margin-bottom: 0;
}
#sitemap-menu li.nav-none a{
  color: #cccccc;
}
#sitemap-menu .sub-menu{
  list-style-type: none;
  margin-top: 4px;
}
#sitemap-menu .sub-menu li{
  display: inline-block;
  font-family: "YakuHanJP", YuGothic, '游ゴシック', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: bold;
  border-right: solid 1px #000000;
  border-bottom: none;
  margin-right: 2px;
  margin-bottom: 0;
  padding: 0;
  padding-right: 8px;
}
#sitemap-menu .sub-menu li:last-child{
  border-right: none;
  padding-right: none;
  margin-right: none;
}
/*-------- newsletter --------*/
.page-main .newsletter-inner{
  background-color: transparent;
  padding: 0;
  padding-top: 6px;
  padding-left: 6px;
}
.page-main .newsletter-inner h1{
  /* font-family:'DIN Next W04', sans-serif; */
  font-family: urw-din-condensed, sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 3.6rem;
  letter-spacing: 0.01em;
  margin-bottom: 12px;
}
/*-------- footer --------*/
footer{
  width: 100%;
  border-top: solid 1px #000000;
  position: absolute;
  bottom: 0;
}
.footer-inner{
  max-width: 1002px;
  margin: 0 auto;
  padding: 12px 8px;
  padding-bottom: 48px;
  background-color: #ffffff;
  border-left: solid 1px #000000;
  border-right: solid 1px #000000;
}
.architects .footer-inner{
  border-left: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
}
.footer-inner::after{
  content: '';
  display: block;
  clear: both;
}
.footer-inner-left{
  display: inline-block;
  float: left;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.footer-inner-left-head{
  font-weight: bold;
 }
.footer-inner-right{
  display: inline-block;
  float: right;
  /* font-family:'DIN Next W04', sans-serif; */
  font-family: urw-din-condensed, sans-serif;
  font-weight: 500;
  font-size: 2.0rem;
  line-height: 2.0rem;
  letter-spacing: 0.04em;
}
.footer-inner-right ul li{
  display: inline-block;
  margin-right: 10px;
}
.footer-inner-right ul li:last-child{
  margin-right: 0;
}
.copyright{
  text-align: right;
  margin-top: 8px;
  /* font-family:'DIN Next W01', sans-serif; */
  font-family: urw-din, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4rem;
}
/*.home .footer-inner{
  padding-bottom: 348px;
}
.home.close .footer-inner{
  padding-bottom: 148px;
}*/
/*-------- search --------*/
.search-summary{
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: bold;
  padding: 20px 10px;
  border-bottom: solid 2px #000000;
}
.search-none{
  padding: 10px;
}
.search-line{
  display: table;
  width: 100%;
  border-bottom: solid 1px #cccccc;
  padding: 12px 10px;
  font-weight: bold;
}
.search-line:hover{
  color: #000000;
  background-color: #f0f0f0;
}

/*-------- 404 --------*/
.error-inner{
  border: none;
  padding: 16px 8px;
}
.error-main h1{
  /* font-family:'DIN Next W04', sans-serif; */
  font-family: urw-din-condensed, sans-serif;
  font-weight: 500;
  font-size: 4.2rem;
  line-height: 4.2rem;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}
/*-------- bg-grid --------*/
#bg-grid{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.bg-grid-main{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1002px;
  height: 100%;
  margin: 0 auto;
  border-left: solid 1px #000000;
  border-right: solid 1px #000000;
  gap: 0 40px;
}
/*.archive .bg-grid-main,
.single .bg-grid-main,
.error404 .bg-grid-main{
  max-width: 1002px;
  border-left: solid 1px #000000;
  border-right: solid 1px #000000;
}*/

.bg-grid-vertical{
  /* width: 306px; */
  /* margin-right: 41px; */
  height: 100%;
  /* float: left; */
  border-left: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
}
.page-template-contact-en .bg-grid-vertical{
  border-left: none;
  border-right: none;
}
.home .bg-grid-vertical,
.exhibition-event .bg-grid-vertical{
  border-left: solid 1px #000000;
  border-right: solid 1px #000000;
}
.bg-grid-vertical:first-child{
  border-left: none;
}
.bg-grid-vertical:nth-child(3){
  margin-right: 0;
  border-right: none;
}

.renewal-info{
  position: fixed;
  width: 100%;
  height: 330px;
  background-color: #ffffff;
  border-top: solid 1px #000000;
  z-index: 99999;
  left: 0;
  bottom: -260px;
  transition: all 600ms cubic-bezier(0.5,0,0,1);
}
.en-US .renewal-info{
  height: 230px;
}
.renewal-info.open{
  bottom: 0;
}
.renewal-info.close{
  bottom: -250px;
}
.en-US .renewal-info.close{
  bottom: -150px;
}
.renewal-wrapper{
  max-width: 1002px;
  margin: auto;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding: 24px 18px 12px 18px;
}
.renewal-info h2{
  display: inline-block;
  width: 100%;
  font-size:  2.8rem;
  line-height: 3.0rem;
  margin-bottom: 32px;
  cursor: pointer;
}
.renewal-info h2 p{
  display: inline-block;
  border-bottom: solid 3px #000000;
  padding-bottom: 4px;
}
.renewal-info h2:hover{
  color: #cccccc;
}
.renewal-info h2:hover p{
  border-bottom: solid 3px #cccccc;
}
.renewal-info.close h2::after{
  background-image: url(image/open.svg);
}
.renewal-info h2::after{
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(image/close.svg);
  background-size: cover;
  vertical-align: middle;
  float: right;
}
.renewal-info h2:hover::after{
  opacity: 0.2;
}
.renewal-info a{
  text-decoration: underline;
}
.renewal-info ul{
  list-style: none;
}
.renewal-info ul li{
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin-bottom: 24px;
}
.renewal-info ul li .title{
  font-weight: 700;
  margin-bottom: 6px;
}

.en-US .renewal-info h2{
  margin-bottom: 28px;
}
.en-US .renewal-info h2 p{
  padding-bottom: 0;
}
.en-US .renewal-info ul li{
  font-size: 1.6rem;
  line-height: 2.0rem;
  margin-bottom: 24px;
}
.en-US .renewal-info ul li .title{
  font-size: 1.8rem;
  line-height: 2.0rem;
  margin-bottom: 6px;
}

.ticket-banner{
  font-family: YuGothic, '游ゴシック', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  position: fixed;
  z-index: 99999;
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  top: 150px;
  right: 0;
  background-color: #000000;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
}
.ticket-banner a{
  display: inline-block;
  padding: 24px 16px 24px 10px;
  color: #ffffff;
  border: solid 1px #ffffff;
  border-right: none;
}
.ticket-banner a:hover{
  background-color: #ffffff;
  color: #000000;
  border: solid 1px #000000;
  border-right: none;
}

/* 映像用モーダルウィンドウ */
.movie-popup-wrapper{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.8);
  color: #ffffff;
  z-index: 99999999999999;
}
.movie-popup-wrapper.active{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.movie-popup-inner{
  width: 70%;
  position: relative;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.movie-popup-inner::after{
  content: '';
  display: block;
  padding-bottom: 56.25%;
}
.movie-popup-inner iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie-popup-close{
  position: absolute;
  width: 50px;
  top: -60px;
  right: 0;
  cursor: pointer;
}
.movie-popup-close img{
  vertical-align: bottom;
}
/* /映像用モーダルウィンドウ */

/* カレンダー */

#calendar{
  background-color: #fff;
  border-bottom: solid 1px #000000;
}
.fc-toolbar.fc-header-toolbar {
  margin-bottom: 0;
  padding: 16px;
  vertical-align: middle;
}
.fc-unthemed td.fc-today {
  background: #ffffff;
}
.fc-day-number{
  /* font-family:'DIN Next W01', sans-serif; */
  font-family: urw-din, sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 22px;
  margin: 4px;
  text-align: center;
  vertical-align: middle;
}
.fc-today .fc-day-number{
  background-color: #000000;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  line-height: 25px;
}
a.gcal-exhibition:hover,
a.gcal-event:hover{
  opacity: 0.5;
}
a.gcal-exhibition:hover{
  color: #000000;
}

.fc-center h2{
  font-size: 2.4rem;
  font-weight: 700;
}
.fc-title{
  font-size: 1.3rem;
  font-weight: 700;
}
.gcal-event{
  color: #ffffff;
  border-color: rgba(80, 80, 80, 1);
  background-color: rgba(80, 80, 80, 1);
  padding: 2px;
}
.gcal-exhibition{
  color: #000000;
  border-color: rgba(230, 230, 230, 1);
  background-color: rgba(240, 240, 240, 0.8);
  padding: 2px;
}
.fc-prev-button,
.fc-next-button{
  padding: 0 4px!important;
  background-color: #ffffff;
  background-image: none;
  border-radius: 0!important;
  box-shadow: none;
  text-shadow: none;
  border: solid 1px #cccccc;
  outline: 0;
}
.fc-prev-button:hover,
.fc-next-button:hover{
  background-color: #f0f0f0;
}


@media screen and (max-width: 1000px) {
  .ticket-banner{
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    top: auto;
    bottom: 0;
    font-size: 1.8rem;
    font-weight: 700;
    border: none;
    border-top: solid 1px #000000;
    width: 100%;
  }
  .ticket-banner a{
    text-align: center;
    width: 100%;
  }
  .close-info{
    font-size: 1.05em;
    line-height: 1.4em;
  }
  br.sp{
    display: none;
  }
  body{
    margin-bottom: 192px;
  }
  body.en-US{
    margin-bottom: 192px;
  }
  .header-logo-inner{
    max-width: 652px;
  }
  nav.main-nav{
    font-size: 2.2rem;
    line-height: 1;
    letter-spacing: 0.04em;
  }
  .main-nav-inner{
    max-width: 652px;
  }
  nav.main-nav .main-nav-inner li {
    margin-right: 6px;
  }
  .sub-nav-inner{
    max-width: 652px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    border-left: solid 1px #000000;
    border-right: solid 1px #000000;
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  .search-wrapper form{
    max-width: 654px;
  }
  .search-wrapper form input{
    margin-top: 0;
  }
/*------- main -------*/
  #main{
    margin-top: 155px;
  }
  .architects #main.page-main{
    margin-top: 49px;
  }
  .about #main,.visit #main{
    width: 100%;
    margin-top: 141px;
  }
  .faq #main{
    width: 100%;
    margin-top: 157px;
  }
  .section-wrapper{
  }
  .section-inner{
    max-width: 652px;
  }
  .section-inner.info-wrapper{
    flex-direction: column;
  }
  .single .section-inner{
    max-width: 654px;
  }
  .section-header{
  }
  .section-header-inner{
    max-width: 652px;
  }
  .section-header-inner h1{
    font-size: 4.3rem;
    line-height: 5.2rem;
  }
  .home .info-wrapper{
    grid-template-columns: 1fr;
  }
  .info-wrapper .content-box{
    width: 100%;
    min-height: auto;
    padding-bottom: 24px;
    /* border-bottom: none; */
  }
  /* .info-wrapper .content-box:nth-child(2n) {
    width: 100%;
    border-left: none;
  }
  .info-wrapper .content-box:nth-child(-n+3) {
    margin-top: 0;
  }
  .info-wrapper .content-box:nth-child(2n-1) {
    border-right: none;
  }
  .info-wrapper .content-box:nth-child(3n) {
    border-bottom: solid 1px #000000;
  } */
/*------- slider -------*/
  .slider-wrapper{
  }
  .slider-wrapper.pc{
    display: block;
  }
  .slider-wrapper.sp{
    display: none;
  }
  .slider-inner{
    /*max-width: 652px;*/
  }
  .slider-image{
    width: 100vw;
  }
  .sp .slider-image.event{
    background-size: contain;
  }
/*------- text-slider -------*/
  .text-slider-wrapper{
    border-bottom: solid 1px #000000;
  }
  .text-slider-inner{
    width: 652px;
  }
  .text-slider-br{
    display: none;
  }
  /*------- text-slider -------*/
  .text-slider-wrapper{
    width: 100%;
    border-bottom: solid 1px #000000;
    /*height: 138px;
    overflow: hidden;*/
  }
  .bx-wrapper{
    width: 100%;
    height: 100px;
  }
  .bx-viewport{
    max-width: 652px;
    height: 100px;
    margin: 0 auto;
    padding: 0 12px;
    border-left: solid 1px #000000;
    border-right: solid 1px #000000;
  }
  .bx-viewport img{
    width: 100%;
  }
  .text-slider-box p{
    font-size: 2.8rem;
    line-height: 3.0rem;
    font-weight: bold;
    text-align: center;
    padding-top: 0;
  }
  .text-1.text-en p{
    width: 100%;
    font-size: 3.0rem;
    line-height: 3.6rem;
  }
  .text-slider-br{
    display: none;
  }
/*------- content -------*/
  .content-wrapper{
  }
  .content-inner{
    grid-template-columns: repeat(2, 1fr);
  }
  .content-box{
    /* width: 305px; */
    /* width: 304px; */
    /* height: 320px; */
    float: left;
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
  }
  /* .content-box:nth-child(-n+3){
    margin-top: 34px;
  }
  .content-box:nth-child(-n+2){
    margin-top: 0;
  }
  .content-box:nth-child(3n){
    margin-right: 41px;
    border-left: none;
  }
  .content-box:nth-child(2n){
    margin-right:0;
    width: 304px;
    border-left: solid 1px #000000;
  }
  .content-box:nth-child(3n-1){
    border-left: none;
    border-right: none;
  }
  .content-box:nth-child(3n-2){
    border-right: none;
  }
  .content-box:nth-child(2n-1){
    border-right: solid 1px #000000;
  }
  .content-box:nth-child(2n-2){
  }
  .content-box:nth-child(2){
    border-left: solid 1px #000000;
  } */
  .void-box.void-2{
    /*width: 304px;
    border-left: none;*/
    display: none;
  }
  .void-box.void-1{
    display: none;
  }
  .single-box{
    padding: 0 12px;
  }
/*------- instagram -------*/
  .insta-wrapper{
  }
  .insta-inner{
    background-color: #ffffff;
    padding: 24px;
  }
  .insta-inner li{
    display: inline-block;
    width: 160px;
    margin: 20px;
  }
  .insta-inner li img{
    width: 100%;
    vertical-align: bottom;
  }
  .insta-inner li.insta-blank{
    display: none;
  }
/*------- news_top -------*/
  .news-wrapper{
  }
  .news-inner{
    max-width: 652px;
  }
  .archive .news-inner{
    max-width: 652px;
  }
  .news-line{
    display: block;
    border-bottom: solid 1px #cccccc;
    padding: 8px;
    padding-top: 10px;
    padding-bottom: 4px;
  }
  .news-line-cate{
    display: inline-block;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.6rem;
    padding-top: 0;
    margin-bottom: 2px;
  }
  .news-line-title{
    display: inline-block;
    width: 100%;
    font-size: 1.4rem;
    line-height: 2.0rem;
    padding-top: 0;
    margin-bottom: 6px;
  }
  .news-line-date{
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.4rem;
    padding-top: 0;
  }
/*-------- footer --------*/
  .footer-inner{
    max-width: 652px;
  }
  .archive .footer-inner,
  .single .footer-inner{
    max-width: 654px;
  }
/*-------- bg-grid --------*/
  .bg-grid-main{
    max-width: 654px;
    grid-template-columns: repeat(2, 1fr);
    border:none;
  }
  .archive .bg-grid-main,
  .single .bg-grid-main{
    max-width: 654px;
  }
  .bg-grid-vertical:nth-child(2){
    /* width: 304px; */
    margin-right: 0;
    border-right: none;
  }
  .bg-grid-vertical:nth-child(3){
    display: none;
  }
}

@media screen and (max-width: 652px) {
  br.sp{
    display: block;
  }
  body{
    margin-bottom: 183px;
  }
  body.home{
    margin-bottom: 512px;
  }
  body.home.close{
    margin-bottom: 246px;
  }
  .header-logo-inner{
    max-width: 100%;
    padding: 12px 0;
    border: none;
  }
  header .header-logo .header-logo-inner h1{
    width: 200px;
    height: 64px;
  }
  .lang-sns-wrapper{
    display: none;
  }
  .main-nav{
    display: none;
  }
  .sp-navigation{
    display: block;
  }
  #menu-trigger,
  #menu-trigger span {
    display: inline-block;
    -webkit-transition: all 300ms cubic-bezier(0.5,0,0,1);
    -moz-transition: all 300ms cubic-bezier(0.5,0,0,1);
    -o-transition: all 300ms cubic-bezier(0.5,0,0,1);
    transition: all 300ms cubic-bezier(0.5,0,0,1);
    box-sizing: border-box;
  }
  #menu-trigger {
    position: fixed;
    width: 26px;
    height: 20px;
    z-index: 200;
    top:14px;
    left: 14px;
  }
  #menu-trigger span {
    position: absolute;
    left: 0;
    width: 26px;
    height: 2px;
    background-color: #000000;
    border-radius: 4px;
  }
  #menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  #menu-trigger span:nth-of-type(2) {
    top: 9px;
  }
  #menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  #menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
    transform: translateX(4px);
  }
  #menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
  .sp-navigation-inner{
    width: 70%;
    min-width: 160px;
    height: 100%;
    position: fixed;
    top:0;
    left: -100%;
    background-color: #ffffff;
    border-right: solid 1px #cccccc;
    padding: 52px 16px;
    /* font-family:'DIN Next W04', sans-serif; */
  font-family: urw-din-condensed, sans-serif;
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 2.8rem;
    letter-spacing: 0.016em;
    z-index: 100;
    -webkit-transition: all 400ms cubic-bezier(0.5,0,0,1);
    -moz-transition: all 400ms cubic-bezier(0.5,0,0,1);
    -o-transition: all 400ms cubic-bezier(0.5,0,0,1);
    transition: all 400ms cubic-bezier(0.5,0,0,1);
  }
  .sp-navigation-inner.active{
    left: 0;
  }
  .sp-navigation-inner ul li{
    margin-bottom: 6px;
  }
  .sp-navigation-inner li.nav-none a{
    color: #cccccc;
  }
  .sp-navigation-inner .lang{
    margin-top: 14px;
  }
  .sp-navigation-inner .ja{
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: bold;
  }
  .sp-search-field{
    border:0;
    padding-left:6px;
    padding-top: 4px;
    font-size: 1.6rem;
    line-height: 1.6rem;
    font-family : -apple-system, YuGothic, '游ゴシック', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color:#000000;
    border:solid 1px #cccccc;
    margin-top:14px;
    width:92%;
    max-width: 400px;
    border-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
    background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
  }
  .sp-search-field::-webkit-input-placeholder{
    color: #cccccc;
    font-size: 2.2rem;
    line-height: 2.2rem;
    /* font-family:'DIN Next W04', sans-serif; */
  font-family: urw-din-condensed, sans-serif;
    letter-spacing: 0.016em;
    text-transform: uppercase;
  }
  .sp-search-field:-ms-input-placeholder{
    color: #cccccc;
    font-size: 2.2rem;
    line-height: 2.2rem;
    /* font-family:'DIN Next W04', sans-serif; */
  font-family: urw-din-condensed, sans-serif;
    letter-spacing: 0.016em;
    text-transform: uppercase;
  }
  .sp-search-field::-moz-placeholder{
    color: #cccccc;
    font-size: 2.2rem;
    line-height: 2.2rem;
    /* font-family:'DIN Next W04', sans-serif; */
  font-family: urw-din-condensed, sans-serif;
    letter-spacing: 0.016em;
    text-transform: uppercase;
  }
  .search-submit-button{
    display: none;
  }
  .sub-nav-inner{
    border-left: none;
    border-right: none;
  }
  .sub-nav-inner{
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding: 4px;
    padding-top: 8px;
  }
  .sub-nav-inner li{
    margin-bottom: 4px;
    margin-left: 8px;
    padding-right: 8px;
  }
  .en-US .sub-nav-inner{
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
/*-------- main --------*/
  #main{
    margin-top: 96px;
  }
  .policy #main.page-main{
    margin-top: 59px;
  }
  .section-wrapper{
  }
  .section-inner{
    max-width: 100%;
    border: none;
  }
  .section-header{
  }
  .section-header-inner{
    max-width: 100%;
    border: none;
  }
  .section-header-inner h1{
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
/*------- slider -------*/
  .slider-wrapper{
    position: static;
    height: auto;
  }
  .slider-inner{
    max-width: 100%;
    /* height: 161px; */
    /* height: 240px; */
    height: auto;
    border: none;
  }
  .slider-wrapper.pc{
    display: none;
  }
  .slider-wrapper.sp{
    display: block;
  }
  .slider-inner.pc{
    display: none;
  }
  .slider-inner.sp{
    display: block;
  }
  .slider-image.pc{
    display: none;
  }
  .slider-image.sp{
    display: block;
  }
  .slider-image{
    max-width: 100%;
    height: auto;
    aspect-ratio: 23/ 10;
    /* height: 240px; */
    /* height: 320px; */
  }
  .top-open-wrapper{
    position: relative;
    width: 100%;
    padding: 6px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    border: none;
    border-top: solid 1px #000000;
  }
  .state{
    width: 100%;
    margin-bottom: 6px;
  }
  .state .en{
    font-size: 2.4rem;
    line-height: 2.4rem;
    margin-right: 6px;
  }
  .state .jp{
    font-size: 1.4rem;
    line-height: 2.4rem;
    vertical-align: middle;
  }
  .state .time{
    clear: both;
    font-size: 1.4rem;
    line-height: 2.0rem;
  }
  .state .caption{
    font-size: 1.2rem;
    line-height: 2.0rem;
  }
  .closed{
    width: 100%;
    border-top: solid 1px #000000;
    padding-top: 6px;
  }
  .closed .en{
    font-size: 1.6rem;
    line-height: 2.0rem;
  }
  .closed .jp{
    font-size: 1.4rem;
    line-height: 2.0rem;
  }
  .closed .special{
    font-size: 1.2rem;
    line-height: 2.0rem;
    font-weight: bold;
    color: #ff0000;
  }
  .top-open-br{
    display: none;
  }
/*------- text-slider -------*/
  .text-slider-wrapper{

  }
  .text-slider-inner{
    width: 100%;
  }
  .text-1{
    width: 100%;
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
  .text-1.text-en p{
    width: 100%;
    font-size: 2.0rem;
    line-height: 2.2rem;
  }
  .text-slider-br{
    display: block;
  }
  .closed-image img{
    width: 180%;
  }
  .closed-image-inner{
    border: none;
  }
/*------- text-slider -------*/
  .text-slider-wrapper{
    width: 100%;
    border-bottom: solid 1px #000000;
  }
  .bx-wrapper{
    width: 100%;
    height: 100px;
  }
  .bx-viewport{
    max-width: 100%;
    height: 100px;
    margin: 0 auto;
    padding: 0 12px;
    border-left: none;
    border-right: none;
  }
  .bx-viewport img{
    width: 100%;
  }
  .text-slider-inner{
    /*width: 1002px;
    height: 138px;
    margin: 0 auto;
    border-left: solid 1px #000000;
    border-right: solid 1px #000000;
    display: table;*/
  }
  .text-slider-box{
    padding: 12px 0;
  }
  .text-slider-box p{
    padding-top: 0;
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
  }
  .text-slider-br{
    display: block;
  }
/*------- content -------*/
  .content-wrapper{
  }
  .content-inner{
    grid-template-columns: 1fr;
  }
  /* .content-inner::after{
    content: '';
    display: block;
    clear: both;
  } */
  .content-box{
    width: 100%;
    /* height: 320px; */
    /* margin-right: 0;
    margin-top: 0; */
    float: left;
    border: none;
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
  }
  /* .content-box.event{
    margin-bottom: 0;
  }
  .content-box.event:last-child{
    border-bottom: none;
  }
  .content-box:nth-child(-n+3){
    margin-top: 0;
  }
  .content-box:nth-child(-n+2){
    margin-top: 0;
  }
  .content-box:nth-child(3n){
    margin-right: 0;
    border-left: none;
  }
  .content-box:nth-child(2n){
    margin-right:0;
    width: 100%;
    border-left: none;
  }
  .content-box:nth-child(3n-1){
    border-left: none;
    border-right: none;
  }
  .content-box:nth-child(3n-2){
    border-right: none;
  }
  .content-box:nth-child(2n-1){
    border-right: none;
  }
  .content-box:nth-child(2n-2){
  }
  .content-box:nth-child(2){
    border-left: none;
  }
  .content-box:first-child{
    margin-top:0;
  } */
  .void-box{
    display: none;
  }
/*------- instagram -------*/
  .insta-wrapper{
  }
  .insta-inner{
    background-color: #ffffff;
    padding: 5%;
  }
  .insta-inner li{
    display: inline-block;
    width: 40%;
    margin: 5%;
  }
  .insta-inner li img{
    width: 100%;
    vertical-align: bottom;
  }
  .insta-inner li.insta-blank{
    display: inline-block;
  }
/*------- news_top -------*/

/*------- sponsors -------*/
  .sponsors-wrapper{
  }
  .sponsors-inner{
    background-color: #ffffff;
    padding: 14px 0;
  }
  .sponsors-inner ul{
  }
  .sponsors-inner ul li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 14px;
  }
  .sponsors-inner ul li:last-child{
    margin-bottom: 0;
  }
  .sponsors-inner ul li img{
    width: 44%;
    height: auto;
  }
/*-------- single --------*/
  .single-inner{
    padding: 0;
  }
  .single-inner h1{
    font-size: 2.0rem;
    line-height: 2.8rem;
    margin-bottom: 4px;
  }
  .single-inner .date {
    font-size: 2.0rem;
    line-height: 2.4rem;
    margin-bottom: 50px;
  }
  .single-logo{
  }
  .single-logo img{
    width: 28%;
    height: auto;
    margin-right: 10px;
  }
  .single-supporter-box figure{
    margin-bottom: 16px;
  }
  .supporter-profile{
    width: 100%;
  }
/*-------- event --------*/
  .event-state-inner{
    font-size: 3.0rem;
    line-height: 3.0rem;
    padding-top: 4px;
    padding-left: 4px;
    padding-bottom: 12px;
  }
  .event-state-current .content-thumb{
    height: 200px;
  }
  .event-state-current .content-title{
    font-size: 2.0rem;
    line-height: 3.0rem;
  }
  .event-state-current .content-date{
    font-size: 2.0rem;
    line-height: 2.4rem;
    margin-bottom: 20px;
  }
/*-------- page --------*/
  #main.page-main{
    margin-top: 102px;
  }
  #main.policy-main{
    margin-top: 49px;
  }
  .page-main .section-inner{
    max-width: 100%;
    border: none;
  }
  .page-main .section-inner h1{
    font-size: 2.0rem;
    line-height: 3.2rem;
    margin-bottom: 50px;
  }
  .en-US .page-main .section-inner h1{
    font-size: 2.2rem;
    line-height: 2.8rem;
    margin-bottom: 50px;
  }
  .sp-h1-br{
    display: block;
  }
  .page-text{
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 2.6rem;
    text-align: justify;
  }
  .page-image{
    width: 100%;
  }
  .page-image img{
  }
  .page-text.map{
    width: 100%;
  }
  .page-image.map{
    width: 100%;
  }
  .page-logo{
    width: 100%;
  }
  .page-logo img{
    width: 78%;
  }
  .page-icon{
    width: 100%;
  }
  .page-icon img{
    width: 34%;
  }
/*-------- contact --------*/
  .contact-label{
    width: 100%;
  }
  .contact-form{
    width: 100%;
  }
  .content-box.exhibition{
    width: 100%;
    height: auto;
  }
/*--------　architects --------*/
  .architects-portrait-wrapper{
    width: 110px;
    float: left;
  }
  .architects-li-inner{
    width: calc(100% - 110px);
  }
  .architects-portrait{
    width: 110px;
    height: 110px;
  }
/*-------- footer --------*/
  .footer-inner{
    max-width: 100%;
    border: none;
    padding-bottom: 24px;
  }
  .footer-inner-left{
    width: 100%;
  }
  .footer-inner-right{
    width: 100%;
    margin-bottom: 16px;
  }
  .footer-inner-right ul li{
    margin-right: 6px;
  }
  .copyright{
    text-align: left;
  }
/*  .home .footer-inner{
    padding-bottom: 348px;
  }
  .home.close .footer-inner{
    padding-bottom: 80px;
  }*/
/*-------- bg-grid --------*/
  .bg-grid-main{
    max-width: 100%;
  }
  #bg-grid{
    display: none;
  }
  .renewal-info{
    position: fixed;
    width: 100%;
    height: 400px;
    bottom: -350px;
  }
  .en-US .renewal-info{
    height: 390px;
    bottom: -400px;
  }
  .renewal-info.close{
    bottom: -340px;
  }
  .en-US .renewal-info.open{
    bottom: 0;
  }
  .en-US .renewal-info.close{
    bottom: -330px;
  }
  .renewal-wrapper{
    max-width: 1002px;
    margin: auto;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding: 18px 12px 12px 12px;
  }
  .renewal-info h2{
    font-size:  5.5vw;
    line-height: 2.4rem;
    margin-bottom: 26px;
  }
  .renewal-info h2 p{
    border-bottom: solid 2px #000000;
  }
  .renewal-info h2:hover{
    color: #000000;
  }
  .renewal-info h2:hover p{
    border-bottom: solid 2px #000000;
  }
  .renewal-info.close h2::after{
    background-image: url(image/open.svg);
  }
  .renewal-info h2::after{
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(image/close.svg);
    background-size: cover;
    vertical-align: middle;
    float: right;
  }
  .renewal-info h2:hover::after{
    opacity:1;
  }
  .renewal-info ul li{
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 20px;
  }
  .renewal-info ul li .title{
    font-weight: 700;
    margin-bottom: 6px;
  }
  .closed-image img.pc{
    display: none;
  }
  .closed-image img.sp{
    display: block;
  }
  .movie-popup-inner{
    width: 94%;
  }
  .movie-popup-close{
    width: 30px;
    top: -40px;
  }
}