@import url("/annual/wp-content/themes/iamas-annual/css/reset.css");
@font-face {
  font-family: "IonIcons";
  src: url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1");
  src: url("https:https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"), url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.ttf?v=2.0.1") format("truetype"), url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.1") format("woff"), url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal
}

  /*2021定業參週は和の匯佩をコメントアウトをしてください。*/
/* .nav__icon { display: none; } */

html, body {
	font-family: 'Cambay', Helvetica, ＾HelveticaNeue￣, ＾Helvetica Neue, "Yu Gothic", "嗄ゴシック", YuGothic, "嗄ゴシック悶", "メイリオ", sans-serif !important;
  font-weight: normal;
}

p {
  line-height: 28px;
}

nav ul li {
  transition: opacity 0.2s;
}

nav ul li:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  zoom: 1;
}

dl dd a, dl dd a span {
  transition: opacity 0.2s;
  text-decoration: underline;
}

dl dd a:hover, dl dd a span:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  zoom: 1;
}


/*=================================================*/

.all-wrapper {
  width: calc(100% - 320px);
  margin: 0 auto;
}

header {
  width: 100%;
  height: 230px;
}

.content {
  padding: 60px 0 200px 0;
}

.content:after {
  content: "";
  display: block;
  clear: both;
}

.content.center {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.content.wide {
  width: 100%;
}

.content .left-block, .content .right-block {
  float: left;
}

.content .left-block {
  width: 160px;
}

.content .right-block {
  width: calc(100% - 160px);
}

footer {
  height: 160px;
}


/*=================================================*/

header {
  border-bottom: 1px solid #E0E0E0;
  position: relative;
}

header h1 {
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

header h1 a img,
footer h2 a img {
  transition: opacity 0.2s;
}

header h1 a img:hover,
footer h2 a img:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  zoom: 1;
}

header .global-menu {
  position: absolute;
  display: block;
  /*	width: 380px;
*/
  top: 157px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

header .global-menu ul {
  padding: 0px;
  margin: 0px;
}

header .global-menu ul li {
  display: inline;
  padding: 0 12px;
  padding-top: 2px;
  border-left: 1px solid #BABABA;
}

header .global-menu ul li:last-child {
  border-right: 1px solid #BABABA;
}

header .global-menu ul li a {
  font-weight: bold;
  color: #BABABA;
}

header .global-menu ul li.current a {
  color: #333;
}

header .global-menu .sp {
  display: none;
}

header .menu-year {
  position: absolute;
  top: 230px;
  left: 0;
  width: 100%;
  height: auto;
  background: #fff;
  z-index: 100;
  display: none;
}

header .menu-year ul {
  width: 100%;
}

header .menu-year ul li {
  width: 100%;
  border-bottom: 1px solid #E0E0E0;
  text-align: center;
}

header .menu-year ul li a {
  position: relative;
  width: 100%;
  padding: 35px 0;
  display: block;
}

header .menu-year ul li a img {
  width: 80px;
  transition: opacity 0.2s;
}

header .menu-year ul li a:before {
  line-height: 1em;
  z-index: 1;
  position: absolute;
  top: calc(50% - 9px);
  left: calc(50% - 70px);
  content: "\f30f";
  font-family: "IonIcons";
  font-size: 20px;
  font-weight: 600;
  transition: 0.2s;
  color: #333;
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0;
  zoom: 1;
}

header .menu-year ul li:hover a img {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  zoom: 1;
}

header .menu-year ul li:hover a:before {
  left: calc(50% - 65px);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  zoom: 1;
}

.nav__icon {
  width: 24px;
  height: 10px;
  position: absolute;
  top: 160px;
  left: 0px;
  cursor: pointer;
}

.nav__icon span {
  width: 100%;
  height: 2px;
  background-color: #333;
  position: absolute;
  left: 0;
  transition: 0.3s;
}

.nav__icon:hover span {
  background-color: #BABABA;
}

.nav__icon span:nth-child(1) {
  top: 0;
}

.nav__icon span:nth-child(2) {
  top: 8px;
}

.nav__icon.active span:nth-of-type(1) {
  -webkit-transform: translateY(4px) rotate(-30deg);
  transform: translateY(4px) rotate(-30deg);
}

.nav__icon.active span:nth-of-type(2) {
  -webkit-transform: translateY(-4px) rotate(30deg);
  transform: translateY(-4px) rotate(30deg);
}

footer {
  border-top: 1px solid #E0E0E0;
  position: relative;
}

footer h2 {
  /*width: 201px;*/
  position: absolute;
  top: 20px;
  left: 0;
}

footer small {
  position: absolute;
  top: 118px;
  left: 0;
/*  font-size: 11px;
*/}

footer small span {
  font-size: 11px;
  letter-spacing: -0.04em;
  display: inline-block;
}

.top-image img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.front-page-button {
  width: 100%;
  padding: 0px;
  margin-top: 60px;
}

.front-page-button:after {
  content: "";
  display: block;
  clear: both;
}

.front-page-button li {
  display: inline-block;
  width: calc(50% - 5px);
  margin: 0;
  float: left;
}

.front-page-button li:last-child {
  float: right;
}

.front-page-button li a {
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid;
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 0;
  position: relative;
  transition: opacity 0.2s;
}

.front-page-button li a .en {
  font-size: 14px;
  display: block;
}

.front-page-button li a:before {
  z-index: 1;
  position: absolute;
  right: 18%;
  top: 28px;
  content: "\f3d1";
  font-family: "IonIcons";
  font-size: 18px;
  font-weight: 600;
  transition: 0.2s;
}

.front-page-button li a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  zoom: 1;
}

.front-page-button li a:hover:before {
  right: 16%;
}

h1.sub-title {
  margin-bottom: 50px;
  text-align: center;
}

h1.sub-title .jp {
  font-weight: bold;
  font-size: 20px;
}

h1.sub-title .en {
  font-size: 16px;
}

.list-wrap.grid-list {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -25px 0 -25px;
  padding: 0;
}

.list-wrap.grid-list li {
  padding: 0;
  margin: 0 25px 45px 25px;
}

.list-wrap.grid-list li a {
  display: block;
  height: 100%;
  text-decoration: none;
  position: relative;
}

.list-wrap.grid-list li a:hover {
  -moz-opacity: 1.0;
  -khtml-opacity: 1.0;
  opacity: 1.0;
  zoom: 1;
}

.list-wrap.grid-list li a:hover img {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  zoom: 1;
}

.list-wrap.grid-list li .thumbnail-wrap {
  position: relative;
  width: 100%;
}

.list-wrap.grid-list li .thumbnail-wrap:before {
  content: "";
  display: block;
  padding-top: 65%;
  /* 互さを嫌の65%に耕協 */
}

.list-wrap.grid-list li img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  transition: opacity 0.2s;
  flex-shrink: 0;
}

.list-wrap.grid-list li .text-area {
  /*min-height: 130px;*/
  padding-top: 20px;
}

.list-wrap.grid-list li .text-area h1 {
  margin-bottom: 15px;
}

.list-wrap.grid-list li .text-area h1 .jp {
  font-weight: bold;
  font-size: 14px !important;
  line-height: 1.5em;
}

.list-wrap.grid-list li .text-area h1 .en {
  font-size: 12px !important;
  line-height: 1.5em;
}

.list-wrap.grid-list li .text-area h2 .jp {
  font-weight: bold;
  font-size: 12px !important;
  line-height: 1.5em;
}

.list-wrap.grid-list li .text-area h2 .en {
  font-size: 12px !important;
  line-height: 1.5em;
}

.list-wrap.grid-list li {
  width: calc(25% - 50px);
}

.single {
  position: relative;
}

.single .menu-type {
  position: absolute;
  top: 0;
  right: 0;
}

.single .menu-type ul {
  padding: 0px;
  margin: 0px;
}

.single .menu-type ul li {
  display: inline-block;
  border-radius: 3px;
  border: 1px solid;
}

.single .menu-type ul li a {
  display: block;
  width: 100%;
  padding: 0px 30px;
  padding-top: 2px;
  font-size: 12px;
}

.single .menu-type ul li.not-current {
  border-color: #BABABA !important;
}

.single .menu-type ul li.not-current a {
  color: #BABABA !important;
}

.single h1 {
  margin-bottom: 60px;
}

.single h1 .jp {
  font-size: 20px;
  font-weight: bold;
}

.single h1 .en {
  font-size: 16px;
}

.single h2 {
  margin-bottom: 30px;
}

.single h2.research-name p, .single h2.works-name p {
  font-weight: bold;
}

.single .the_text {
  margin-bottom: 60px;
}

.single .the_text p {
  margin-bottom: 30px;
}

.single .the_text .audio-area li {
  margin-bottom: 15px;
}

.single .the_text .audio-area li:last-child {
  margin-bottom: 0;
}

.single .the_text .audio-area li p {
  font-size: 12px;
  margin-bottom: 5px;
}

.single dl {
  border-bottom: 1px solid #E0E0E0;
  line-height: 28px;
}

.single dl::after {
  content: "";
  display: block;
  clear: both;
}

.single dl dt, .single dl dd {
  border-top: 1px solid #E0E0E0;
  padding: 15px 0;
}

.single dl dt {
  width: 200px;
  float: left;
  font-weight: bold;
}

.single dl dd {
  width: calc(100% - 200px);
  float: left;
}

.single .project-info {
  margin-bottom: 60px;
  font-weight: bold;
}

.single .back-button {
  font-size: 12px;
  font-weight: bold;
  position: relative;
  padding-left: 1em;
  color: #BABABA;
  transition: opacity 0.2s;
}

.single .back-button:before {
  z-index: 1;
  position: absolute;
  left: 0px;
  top: -3px;
  content: "\f3cf";
  font-family: "IonIcons";
  font-size: 18px;
  font-weight: 600;
  transition: 0.2s;
}

.single .back-button:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  zoom: 1;
}

.single .back-button:hover:before {
  left: -2px;
}


.single .the_text blockquote {
  border-left: 1px solid #707070;
  padding-left: 20px;
}

.single .the_text ol
 {
  margin-left: 14px;
}

/*.single .the_text ul {
  list-style: disc;
}*/

.single .the_text ul li:before {
  content: '?';
} 


/* ===================================================== */


/* slider */


/* ===================================================== */

.slider .background {
  width: 100%;
  background: #000;
  position: relative;
}

.slider video {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.slider img {
  width: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.slider .slick-arrow, .slider .slick-arrow {
  width: 12px;
  height: 24px;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  zoom: 1;
  transition: 0.2s;
  top: calc(50% - 12px);
  z-index: 99;
}

.slider .slick-arrow:hover, .slider .slick-arrow:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  zoom: 1;
}

.slider .slick-next {
  right: 20px;
}

.slider .slick-prev {
  left: 20px;
}

.slider .slick-next:hover {
  /*right:18px;*/
}

.slider .slick-prev:hover {
  /*left: 18px;*/
}

.slider .slick-dots {
  bottom: -30px;
}

.slider .slick-dots li {
  margin: 0;
}

.slick-prev:before {
  content: "" !important;
}

.slick-prev:after {
  content: url("/annual/wp-content/themes/iamas-annual/images/arrow_prev.svg");
}

.slick-next:before {
  content: "" !important;
}

.slick-next:after {
  content: url("/annual/wp-content/themes/iamas-annual/images/arrow_next.svg");
}

.works_caption, .caption-display {
  font-size: 12px;
  line-height: 2em;
  text-align: center;
  margin: 60px 0;
}

.caption-data {
  display: none;
}

.page404 {
  text-align: center;
}

.page404 h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width:1800px) {
  .list-wrap.grid-list li {
    width: calc(33.332% - 50px);
  }
}

@media screen and (max-width:1200px) {
  .list-wrap.grid-list li {
    width: calc(50% - 50px);
  }
}

@media screen and (max-width:1100px) {
  .list-wrap.grid-list li {
    width: calc(50% - 50px);
  }
}

@media screen and (max-width:600px) {
  .list-wrap.grid-list li {
    width: calc(100%);
  }
}

@media screen and (max-width:1100px) {
  .all-wrapper {
    width: 100%;
  }
  header {
    height: 130px;
  }
  header h1 {
    top: 43px;
  }
  header h1 img {
    width: 200px;
  }
  header .global-menu {
    width: auto;
  }
  header .global-menu {
    top: 88px;
  }
  header .global-menu .pc {
    display: none;
  }
  header .global-menu .sp {
    display: block;
    cursor: pointer;
  }
  header .global-menu .sp p.label {
    font-size: 14px;
    font-weight: bold;
    transition: 0.2s;
  }
  header .global-menu .sp p.label.hover {
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    zoom: 1;
  }
  header .global-menu .sp p.label:before {
    z-index: 1;
    position: absolute;
    right: -18px;
    top: -2px;
    content: "\f3d0";
    font-family: "IonIcons";
    font-size: 18px;
    font-weight: bold;
  }
  header .global-menu .sp select {
    outline: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /*width: 180px;*/
    opacity: 0;
    position: absolute;
    padding: 8px;
    top: -0.5em;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    cursor: pointer;
    font-size: 16px;
  }
  header .menu-year {
    top: 130px;
    left: 0;
  }
  header .menu-year ul li a {
    padding: 20px 0;
  }
  header .menu-year ul li a img {
    width: 47px;
  }
  header .menu-year ul li a:before {
    left: calc(50% - 50px);
  }
  header .menu-year ul li:hover a:before {
    left: calc(50% - 45px);
  }
  .nav__icon {
    top: 52px;
    left: 30px;
  }
  .content {
    padding: 30px 30px 150px 30px;
  }
  .content.center {
    max-width: 100%;
    width: 100%;
  }
  .content.wide {
    width: 100%;
  }
  .content .left-block, .content .right-block {
    width: 100%;
  }
  .content .left-block {
    margin-bottom: 50px;
  }
  footer h2, footer small {
    left: 30px;
  }
  .top-image img {
    width: calc(100% + 60px);
    height: auto;
    margin: -30px;
    margin-bottom: 30px;
  }
  .single .menu-type {
    position: static;
    margin-bottom: 20px;
  }
  .single dl dd {
    border-top: none;
    padding-top: 0;
  }
  .single dl dt {
    width: 100%;
  }
  .single dl dd {
    width: 100%;
  }
  .slider {
    width: calc(100% + 60px);
    margin: 0 -30px 30px -30px;
  }

  footer small {
    display: block;
    width: calc(100% - 60px);
  }
}

@media screen and (max-width:600px) {
  .front-page-button li {
    width: 100%;
  }
  .front-page-button li:first-child {
    margin-bottom: 15px;
  }
  .list-wrap.grid-list li {
    margin-bottom: 30px;
  }
  .slider .slick-arrow, .slider .slick-arrow {
    display: none !important;
  }


}