/*
Theme Name: harada yuki 2021-01
Author: harada yuki
Version: 1.0
*/

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap");
body {
  height: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  line-height: 1.5em;
  font-size: 16px;
  font-weight: 500;
  color: #323232;
  margin: 0px;
  padding: 0px;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  color: #323232;
  text-decoration: underline;
  word-break: break-all;
}
a:hover {
  text-decoration: none;
}

.l-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 0 1.429vw;
  min-height: 100%;
}
@media only screen and (max-width: 750px) {
  .l-body {
    padding: 0 4%;
  }
}

.l-row {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.Video {
  position: relative;
  height: 0;
  margin-bottom: 4.8%;
  padding-bottom: 66.75%;
}
.Video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Header {
  width: 100%;
  height: 76px;
  margin: 0 auto 40px;
  padding: 0 1.429vw;
  background-color: #fff;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  top: 0;
  z-index: 1;
}
@media only screen and (min-width: 751px) {
  .Header {
    position: fixed;
  }
}
@media screen and (max-width: 1680px) {
  .Header {
    height: 4.5238095vw;
    margin-bottom: 2.38095253vw;
    font-size: 1.07vw;
  }
}
@media screen and (max-width: 1400px) {
  .Header {
    height: 5.4285714vw;
    margin-bottom: 2.8571428vw;
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  .Header {
    font-size: 1.2727272vw;
  }
}
@media only screen and (max-width: 750px) {
  .Header {
    height: 60px;
    padding: 0 4%;
    font-size: calc(30*(100vw/750));
    position: -webkit-sticky;
    position: sticky;
  }
}
.Header__head {
  margin: auto;
}
@media only screen and (max-width: 750px) {
  .Header__head {
    margin: auto auto auto 0;
    position: relative;
    z-index: 991;
  }
}
.Header__body {
  position: absolute;
}
@media only screen and (min-width: 751px) {
  .Header__body {
    width: 42%;
    top: 48.3%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 750px) {
  .Header__body {
    width: 0;
    height: 100vh;
    background: #fff;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 990;
  }
}
@media only screen and (max-width: 750px) {
  .Header__body.on {
    width: 100%;
  }
}

.logo a {
  text-decoration: none;
}
.logo a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 750px) {
  .Header__body.on + .Header__head a{
    color: #000;
  }
}
.Menu {
  display: flex;
}
.Menu li {
  margin-right: 1.452vw;
}
.Menu__item {
  display: block;
  text-decoration: none;
}
.Menu__item:hover {
  text-decoration: underline;
}
.Menu .active {
  text-decoration: underline;
  /* pointer-events: none; */
}

@media only screen and (max-width: 750px) {
  .spNav {
    display: block;
    width: calc(50*(100vw/750));
    height: calc(26*(100vw/750));
    position: absolute;
    top: 35%;
    right: 4%;
    z-index: 997;
  }
  .spNav span {
    width: 100%;
    height: 1px;
    display: block;
    background: #000;
    position: absolute;
    left: 0;
  }
  .spNav .top {
    top: 0;
  }
  .spNav .middle {
    top: 50%;
  }
  .spNav .bottom {
    top: 100%;
  }
  .spNav.on .top {
    top: 45%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .spNav.on .middle {
    opacity: 0;
  }
  .spNav.on .bottom {
    top: 45%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .Menu {
    width: 100vw;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    flex-flow: column nowrap;
    margin-right: 0;
    height: calc(100vh - 12vw);
    position: absolute;
    top: 14.4%;
    right: -4%;
  }
  .Menu__item {
    font-size: calc(30*(100vw/750));
    margin-bottom: calc(90*(100vw/750));
  }
}
.Side {
  width: 14.4%;
  max-width: 480px;
  height: 100%;
  padding-right: 2vw;
  top: 100px;
  z-index: 5;
}
@media screen and (max-width: 1680px) {
  .Side {
    top: 6.0511vw;
  }
}
@media screen and (max-width: 1400px) {
  .Side {
    top: 7vw;
    padding-right: 3vw;
  }
}
@media only screen and (min-width: 751px) {
  .Side {
    position: fixed;
    padding-bottom: 85px;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 750px) {
  .Side {
    max-width: 480px;
    background-color: #fff;
    top: 60px;
    position: -webkit-sticky;
    position: sticky;
  }
}
.Side h3 {
  margin-bottom: 40px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 1680px) {
  .Side h3 {
    margin-bottom: 1.057143vw;
    font-size: 1vw;
  }
}
@media screen and (max-width: 1400px) {
  .Side h3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  .Side h3 {
    font-size: 1.2727272vw;
  }
}
.Side__menu {
  padding-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 1680px) {
  .Side__menu {
    font-size: 1vw;
  }
}
@media screen and (max-width: 1400px) {
  .Side__menu {
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  .Side__menu {
    font-size: 1.2727272vw;
  }
}
@media only screen and (max-width: 750px) {
  .Side__menu {
    font-size: calc(30*(100vw/750));
    padding-bottom: 0;
  }
}
.Side__menu--item {
  margin-bottom: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 1680px) {
  .Side__menu--item {
    margin-bottom: 1.7vw;
  }
}
.Side__menu--item a {
  text-decoration: none;
  word-break: normal;
}
.Side__menu--item a:hover {
  text-decoration: underline;
}
.Side .active {
  text-decoration: underline;
  /* pointer-events: none; */
}
@media only screen and (max-width: 750px) {
  .Side {
    display: none;
  }
}

.Main {
  width: 68.4%;
  max-width: 1080px;
  padding-bottom: 60px;
  font-size: 16px;
  color: #323232;
}
@media only screen and (min-width: 751px) {
  .Main {
    position: absolute;
    transform: translate(-50%, 0);
    top: 100px;
    left: 50%;
  }
}
@media screen and (max-width: 1680px) {
  .Main {
    font-size: 1vw;
    top: 6.0511vw;
  }
}
@media screen and (max-width: 1400px) {
  .Main {
    font-size: 14px;
    top: 7vw;
  }
}
@media screen and (max-width: 1100px) {
  .Main {
    font-size: 1.2727272vw;
  }
}
@media only screen and (max-width: 750px) {
  .Main {
    width: 100%;
    margin-bottom: calc(90*(100vw/750));
    font-size: calc(24*(100vw/750));
  }
}
.Main p {
  width: 100%;
  /* margin: 2% auto 10.811%; */
  font-weight: 400;
  line-height: 1.9;
  text-align: justify;
}
.single .Main article p:first-of-type{
  margin: 0 auto 5%;
}
.single .Main p{
  margin: 2% auto 10.811%;
  padding: 0 12.5%;
}
@media only screen and (max-width: 750px) {
  .Main p {
    line-height: 1.7;
  }
  .single .Main p{
    padding: 0;
  }
}
.Main .small {
  font-size: 14px;
}
@media screen and (max-width: 1680px) {
  .Main .small {
    font-size: 0.8333vw;
  }
}
@media screen and (max-width: 1400px) {
  .Main .small {
    font-size: 12px;
  }
}
@media screen and (max-width: 1100px) {
  .Main .small {
    font-size: 1.1vw;
  }
}
@media only screen and (max-width: 750px) {
  .Main .small {
    font-size: calc(20*(100vw/750));
  }
}
.Main .m-small {
  font-size: 12px;
}
@media screen and (max-width: 1680px) {
  .Main .m-small {
    font-size: 0.714vw;
  }
}
@media screen and (max-width: 1400px) {
  .Main .m-small {
    font-size: 12px;
  }
}
@media screen and (max-width: 1100px) {
  .Main .m-small {
    font-size: 1vw;
  }
}
@media only screen and (max-width: 750px) {
  .Main .m-small {
    font-size: calc(20*(100vw/750));
  }
}
.Main .t_right {
  text-align: right;
  display: block;
}

.Detail__body {
  margin-bottom: 100px;
  padding-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .Detail__body {
    margin-bottom: calc(90*(100vw/750));
  }
}
.Detail__body:after {
  width: 80px;
  height: 1px;
  background-color: #000;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
}
.Detail h2 {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .Detail h2 {
    margin-bottom: calc(30*(100vw/750));
    font-size: calc(24*(100vw/750));
  }
}
.Detail img {
  margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
  .Detail img {
    margin-bottom: calc(30*(100vw/750));
  }
}

.textBox {
  width: 100%;
  margin: 2% auto 10.811%;
  padding: 0 12.5%;
}
@media only screen and (max-width: 750px) {
  .textBox {
    padding: 0;
  }
}

.single-post .Detail img {
  margin-bottom: 1.829vw;
}
@media only screen and (min-width: 751px) {
  .single-post .Detail img {
    margin-bottom: 30px;
  }
}

.Main .List {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Main .List::after {
  width: 31.48%;
  display: block;
  content: "";
}
.Main .List__ttl {
  text-decoration: underline;
}
@media only screen and (max-width: 750px) {
  .Main .List__ttl {
    font-size: calc(24*(100vw/750));
  }
}
.Main .List__desc {
  font-size: 14px;
  margin: 0;
}
@media screen and (max-width: 1680px) {
  .Main .List__desc {
    font-size: 0.83333vw;
  }
}
@media only screen and (max-width: 750px) {
  .Main .List__desc {
    margin: 0 !important;
    font-size: calc(20*(100vw/750));
  }
}
.List__item {
  width: 31.48%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
  .List__item {
    width: 100%;
    margin-bottom: calc(60*(100vw/750));
  }
}
@media only screen and (min-width: 751px) {
  .List__image {
    position: relative;
    margin-bottom: 20px;
  }
  .List__image::before {
    content: "";
    display: block;
    padding-bottom: 66.75%;
  }
}
@media only screen and (max-width: 750px) {
  .List__image {
    margin-bottom: calc(18*(100vw/750));
  }
}
@media only screen and (min-width: 751px) {
  .List__image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}
.List a {
  display: block;
  text-decoration: none;
}
.List a:hover {
  text-decoration: none;
  opacity: .6;
}

.home .Header {
  color: #fff;
  background: none;
}
.home .Header a {
  color: #fff;
}
@media only screen and (max-width: 750px) {
  .home .spNav span {
    background: #fff;
  }
}
@media only screen and (max-width: 750px) {
  .home .spNav.on span {
    background: #000;
  }
}
@media only screen and (max-width: 750px) {
  .home .Menu a {
    color: #323232 !important;
  }
}

.Top_bg a {
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/haradayuki/img/top/top-bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  left: 0;
}

.Profile__image {
  width: 100%;
  margin: 0 auto 60px;
  padding: 0 12.5%;
  text-align: center;
}
@media screen and (max-width: 1680px) {
  .Profile__image {
    margin-bottom: 3.75vw;
  }
}
@media screen and (max-width: 1400px) {
  .Profile__image {
    margin-bottom: 4.285vw;
  }
}
@media only screen and (max-width: 750px) {
  .Profile__image {
    margin: 0 auto calc(60*(100vw/750));
    padding: 0;
  }
}
.Profile__text {
  width: calc(510*(100%/1080));
  text-align: justify;
}
@media only screen and (max-width: 750px) {
  .Profile__text {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .Profile .l-row {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 750px) {
  .Profile .TextEn {
    margin-bottom: calc(120*(100vw/750));
  }
}

.ProfileJp {
  text-align: justify;
}

@media only screen and (max-width: 750px) {
  .page-template-page-news-list .Main {
    /* margin-top: calc(60*(100vw/750)); */
  }
}
@media only screen and (max-width: 750px) {
  .page-template-page-news-list .Side__menu {
    max-width: 100%;
    display: flex;
  }
}
.page-template-page-news-list .Side__menu--item {
  margin-bottom: 15px;
}
@media screen and (max-width: 1680px) {
  .page-template-page-news-list .Side__menu--item {
    margin-bottom: 1.057143vw;
  }
}
@media only screen and (max-width: 750px) {
  .page-template-page-news-list .Side__menu--item {
    margin-right: calc(35*(100vw/750));
    margin-bottom: calc(30*(100vw/750));
  }
}
@media only screen and (max-width: 750px) {
  .page-template-page-news-list .Side {
    width: 100%;
    overflow-x: scroll;
    display: block;
  }
  .page-template-page-news-list .Side.on{
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .page-template-page-news-list .l-body {
    flex-wrap: wrap;
  }
}

.p-exhibitions .textBox:first-of-type,
.p-publications .textBox:first-of-type {
  margin: 0 auto 5%;
}
.p-exhibitions .textBox:nth-of-type(2),
.p-publications .textBox:nth-of-type(2) {
  margin: 8% auto 0;
}

.category-publications .Box {
  margin-bottom: 90px;
}
.category-publications .ttl {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 1680px) {
  .category-publications .ttl,
  .page-template-page-news-list h2 {
    font-size: 1vw;
  }
}
@media screen and (max-width: 1400px) {
  .category-publications .ttl,
  .page-template-page-news-list h2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  .category-publications .ttl {
    font-size: 1.2727272vw;
  }
}
@media only screen and (max-width: 750px) {
  .category-publications .ttl {
    margin-bottom: calc(30*(100vw/750));
    font-size: calc(24*(100vw/750));
  }
}
.category-publications .Main {
  width: 64.9%;
}
@media only screen and (max-width: 750px) {
  .category-publications .Main {
    width: 100%;
  }
}
.category-publications .List__item {
  width: 28.628%;
}
@media only screen and (max-width: 750px) {
  .category-publications .List__item {
    width: 100%;
  }
}
@media only screen and (min-width: 751px) {
  .category-publications .List__image::before {
    content: none;
  }
}
@media only screen and (min-width: 751px) {
  .category-publications .List__image img {
    height: auto;
    position: inherit;
  }
}
@media only screen and (max-width: 750px) {
  .category-publications .List__image {
    width: calc(510*(100vw/750));
    margin: 0 auto calc(30*(100vw/750));
  }
}
.category-publications .Side {
  width: 16%;
}

.p-publications {
  max-width: 810px;
  margin: 0 auto 60px;
}
.p-publications .textBox {
  padding: 0;
}

.page-template-contact .Main {
  margin: 0 auto 60px;
}
.page-template-contact .Main h2 {
  margin-bottom: 5px;
}
.page-template-contact .Sns {
  margin-top: 60px;
  display: flex;
}
.page-template-contact .Sns li {
  margin-right: 12px;
}
@media screen and (max-width: 1680px) {
  .page-template-contact .Sns li {
    margin-right: 0.7vw;
  }
}
@media only screen and (max-width: 750px) {
  .page-template-contact .Sns li {
    margin-right: calc(24*(100vw/750));
  }
}
.page-template-contact .Sns li a {
  width: 24px;
  display: block;
}
@media screen and (max-width: 1680px) {
  .page-template-contact .Sns li a {
    width: 1.42857vw;
  }
}
@media only screen and (max-width: 750px) {
  .page-template-contact .Sns li a {
    width: calc(45*(100vw/750));
  }
}
.page-template-contact .Sns li a:hover {
  opacity: .6;
}
.page-template-contact .Sns li a.twitter {
  width: 30px;
}
@media screen and (max-width: 1680px) {
  .page-template-contact .Sns li a.twitter {
    width: 1.7857vw;
  }
}
@media only screen and (max-width: 750px) {
  .page-template-contact .Sns li a.twitter {
    width: calc(53*(100vw/750));
  }
}

@media only screen and (min-width: 751px) {
  .u-w810px {
    max-width: 810px;
  }
}

.u-mb15px {
  margin-bottom: 15px;
}

#infscr-loading {
  width: 32px;
  height: 32px;
  margin: 0 auto;
}
