/*
/*
Theme Name: Takuro Ishii's Portfolio Theme
Version: 1.0
Author: MOTEASOBU LLC.
*/


/* 全体 */
body * {
  font-family: 'Noto Sans JP', 'Roboto', 'Noto Sans', sans-serif; 
  word-break: normal;
}

.c-container {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: border-box;
  margin-bottom: 240px
}

@media screen and (max-width: 767px) {
  .c-container {
    margin-bottom: 80px
  }
}

.c-button {
  display: inline-block;
  font-size: 10px;
  padding: 6px 18px;
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  color: #000000
}

.c-button.is-active {
  color: #ffffff;
  background-color: #191919
}

.c-button.is-active:visited {
  color: #ffffff
}

.c-button:visited {
  color: #000000
}

.c-button.button--large {
  font-size: 14px
}

.c-button.button--ghost {
  border: 1px solid #333333;
  transition: opacity 0.2s;
  text-align: center;
}

.c-button.button--ghost:hover {
  opacity: 0.6
}

.c-button.button--black {
  color: #ffffff;
  background-color: #191919;
  transition: background-color 0.2s
}

.c-button.button--black.is-active {
  color: #191919;
  background-color: #ffffff
}

.c-button.button--black.is-active:hover {
  background-color: #ffffff
}

.c-button.button--black:hover {
  background-color: #3C3C3C
}

.c-button.button--hover-border {
  border: 1px solid rgba(0, 0, 0, 0);
  transition: border-color 0.2s
}

.c-button.button--hover-border:hover {
  border: 1px solid #333333
}

.c-header {
  background: url("image/header.png") center/cover;
  z-index: 100;
  position: sticky;
  top: 0
}

.c-header.is-top.is-hidden {
  visibility: hidden
}

.c-header__wrapper {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 32px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between
}

.c-header__title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  text-decoration: none
}

.c-header__title:visited {
  color: #ffffff
}

.c-header__tab {
  display: inline-block;
  margin-right: 10px;
}

.c-header__tab:last-child {
  margin-right: 0;
}

.c-header__sp-content {
  display: none
}

.js-fadein {
  opacity: 0; 
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-fadein.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

@media screen and (max-width: 767px) {
  .c-header__wrapper {
    width: 100%;
    padding: 16px 32px;
    display: block
  }

  .c-header__title {
    display: none
  }

  .c-header__tab {
    display: none
  }

  .c-header__sp-content {
    display: block;
    text-align: center
  }

  .c-header__sp-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 900
  }
}

@media screen and (max-width: 767px) {
  .c-header-sp-button {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    border: none;
    z-index: 200
  }

  .c-header-sp-button__line {
    display: block;
    width: 72%;
    margin: auto;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    top: calc((100% - 4px)/2);
    border-radius: 3px;
    transition: .2s
  }

  .c-header-sp-button__line.line--top {
    transform: translateY(-10px)
  }

  .c-header-sp-button__line.line--bottom {
    transform: translateY(10px)
  }

  .c-header-sp-button.is-open .c-header-sp-button__line.line--top {
    transform: rotate(45deg)
  }

  .c-header-sp-button.is-open .c-header-sp-button__line.line--middle {
    opacity: 0
  }

  .c-header-sp-button.is-open .c-header-sp-button__line.line--bottom {
    transform: rotate(-45deg)
  }
}

.c-footer {
  background: url("image/footer.jpg") center/cover;
  position: relative
}

.c-footer__wrapper {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 32px 32px 80px 32px;
  box-sizing: border-box;
  position: relative
}

.c-footer__content {
  display: flex;
  justify-content: space-between;
  padding-bottom: 120px;
  border-bottom: 1px solid #ffffff
}

.c-footer__name {
  color: #ffffff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 900
}

.c-footer__name:visited {
  color: #ffffff
}

.c-footer__icons {
  margin-top: 16px
}

.c-footer__icon {
  color: #ffffff;
  margin-right: 8px
}

.c-footer__link-wrapper {
  margin-top: 24px
}

.c-footer__link-wrapper:first-child {
  margin-top: 0
}

.c-footer__link {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 900
}

.c-footer__content a:hover {
  opacity: 0.6;
  color: #ffffff;
  cursor: pointer;
}

.c-footer__content a.c-footer__name:hover {
  opacity: 1;
}

.c-footer__return-button {
  position: fixed;
  right: 5vw;
  bottom: 5vh;
  width: 48px;
  height: 48px;
  background-color: #000000;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer
}

.c-footer__return-image {
  width: 24px;
  height: 24px
}

.c-footer__credit {
  position: absolute;
  margin: 16px 32px 0 0;
  color: #ffffff;
  right: 0;
  font-size: 11px;
  font-weight: 900
}

@media screen and (max-width: 767px) {
  .c-footer {
    height: 100%;
    background: url("image/footer_sp.png") center/cover
  }

  .c-footer__wrapper {
    margin: 0
  }

  .c-footer__link-wrapper {
    margin-top: 32px
  }

  .c-footer__content {
    display: flex;
    flex-direction: column
  }

  .c-footer__profile-links {
    order: 2;
    margin-top: 120px
  }

  .c-footer__site-links {
    order: 1;
    margin-top: 72px
  }

  .c-footer__credit {
    position: initial;
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    text-align: center
  }
}

.c-modal {
  display: none
}

.c-modal__wrapper {
  max-width: 1040px;
  width: 100%;
  margin: 32px auto;
  padding: 32px 32px;
  box-sizing: border-box;
  position: relative
}

.c-modal__name {
  color: #ffffff;
  text-decoration: none;
  font-size: 28px;
  font-weight: 900
}

.c-modal__name:visited {
  color: #ffffff
}

.c-modal__icons {
  margin-top: 16px
}

.c-modal__icon {
  color: #ffffff;
  margin-right: 8px
}

.c-modal__link-wrapper {
  margin-top: 24px
}

.c-modal__link-wrapper:first-child {
  margin-top: 0
}

.c-modal__link {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 900
}

.c-modal__link:visited {
  color: #ffffff
}

.c-modal__credit {
  position: absolute;
  margin: 16px 32px 0 0;
  color: #ffffff;
  right: 0;
  font-size: 11px;
  font-weight: 900
}

@media screen and (max-width: 767px) {
  .c-modal {
    position: fixed;
    top: 0;
    right: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: url("image/menu_sp.png") center/cover;
    z-index: 150
  }

  .c-modal.is-open {
    display: block;
    overflow: hidden
  }

  .c-modal__wrapper {
    margin: 0
  }

  .c-modal__content {
    display: flex;
    flex-direction: column
  }

  .c-modal__profile-links {
    order: 2;
    margin-top: 120px
  }

  .c-modal__site-links {
    order: 1;
    margin-top: 72px
  }

  .c-modal__credit {
    position: initial;
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    text-align: center
  }
}

.c-section {
  position: relative
}

.c-section__title {
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .c-section.is-expose .c-section__title {
    display: block;
    position: initial;
    transform: rotate(0deg);
    text-align: center;
    width: auto
  }

  .c-section.is-expose .c-section__title::after {
    display: none
  }
}

.c-section__title {
  position: absolute;
  transform: rotate(90deg);
  width: 200px;
  left: -88px;
  font-weight: 900
}

.c-section__title::after {
  content: url("image/arrow_down_btn.svg");
  transform: rotate(-90deg);
  display: inline-block;
  width: 24px;
  margin-left: 16px
}

.c-section__content {
  margin-left: 56px;
}

#single .c-section__content, 
#about .c-section__content, 
#contact .c-section__content {
	width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 56px;
}

@media screen and (max-width: 767px) {
  .c-section__title {
    display: none
  }

  .c-section__content {
    margin-left: 0px
  }

#single .c-section__content, 
#about .c-section__content, 
#contact .c-section__content {
	width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
}

  .c-section.is-top .c-section__title {
    position: initial;
    transform: rotate(0deg);
    text-align: center;
    width: 100%
  }
}

.c-project__wrapper {
  display: flex;
  align-items: flex-end
}

.c-project__image {
  width: 400px;
  border-radius: 8px
}

.c-project__content {
  margin-left: 16px
}

.c-project__heading {
  border-bottom: 1px solid #333333;
  padding-bottom: 8px
}

.c-project__title {
  font-weight: 900
}

/*スライダーのパブリケーションのPC表示 */
@media screen and (min-width: 767px) {
  .c-project__title a {
    display: inline-block;
    position: relative;
    z-index: 10;
  }
}

.c-project__sub-title {
  margin-top: 8px;
  font-size: 11px;
  opacity: 0.7
}

.c-project__description {
  margin-top: 8px;
  font-size: 11px;
  line-height: 20px
}

.c-project__button-wrapper {
  margin-top: 16px
}

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

  .c-project__wrapper {
    display: block
  }

  .c-project__image {
    width: 100%
  }

  .c-project__content {
    margin-left: 0px;
    margin-top: 32px;
    text-align: left;
  }

  .c-project__button-wrapper {
    text-align: center
  }
}

.c-publication__title {
  font-size: 16px;
  font-weight: 900;
  line-height: 24px
}

.c-publication__detail {
  /*margin-top: 16px; original margin*/
	margin-top: 5px;
}

.c-publication__description {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px
}

.c-publication__time {
  margin-top: 4px;
  font-size: 12px;
  opacity: 0.7
}

.c-publication__links {
  /*margin-top: 16px; original margin*/
  margin-top: 0px;
  display: flex;
  flex-wrap: wrap
}

.c-publication__button-wrapper {
  margin: 8px 8px 0 0
}

.c-news {
  width: 100%;
  max-width: 264px
}

.c-news:first-child {
  margin-left: 0
}

.c-news__image {
  width: 264px;
  border-radius: 8px;
  background-size: cover;
  height: 176px;
  margin: 0 auto;
}

.c-news__time {
  margin-top: 14px;
  font-size: 12px;
  opacity: 0.7;
}

.c-news__title {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 900;
  line-height: 24px
}

@media screen and (max-width: 767px) {
  .c-news {
    max-width: 100%;
    text-align: center;
  }

  .c-news__title,
  .c-news__time{
    text-align: left;
  }
}

.p-top__hover-button {
  display: inline-flex
}

.p-top__hover-button::after {
  content: url("image/arrow_right_btn.svg");
  margin-left: 8px
}

@media screen and (max-width: 767px) {
  .p-top__hover-button {
    margin-top: 8px
  }
}

.p-top-header {
  background: url("image/top_header2.jpg") center/cover;
  height: 100vh;
}

@media screen and (min-width: 767px) {
  .p-top-header {
    background-size: 100% 100%;
    /*animation: shrink 10s infinite alternate;*/
  }

  @keyframes shrink {
    0% {
      background-size: 100% 100%;
    }
    100% {
      background-size: 110% 110%;
    }
  }  
}


.p-top-header__content {
  max-width: 1040px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: border-box;
  position: relative
}

.p-top-header__profile {
  color: #ffffff;
  position: absolute;
  top: 72vh
}

.p-top-header__profile-name {
  font-size: 32px;
  font-weight: 900;
}

.p-top-header__profile-content {
  margin-top: 16px
}

.p-top-header__profile-content-title {
  font-size: 14px;
  font-weight: 900;
  opacity: 0.8
}

.p-top-header__profile-content-description {
  font-size: 14px;
  margin-top: 8px;
  opacity: 0.7
}

.p-top-header__tabs {
  position: absolute;
  bottom: 24px;
  right: 32px
}

.p-top-header__tab {
  display: inline-block;
  margin: 0 5px;
}

@media screen and (max-width: 767px) {
  .p-top-header__profile-name {
    font-size: 24px
  }

  .p-top-header__profile-content-title {
    font-size: 12px
  }

  .p-top-header__profile-content-description {
    font-size: 12px
  }

  .p-top-header__tab {
    display: none
  }
}

.p-top-section {
  margin-top: 160px
}

.p-top-section__action {
  padding-top: 48px;
  display: flex;
  justify-content: space-between
}

.p-top-section__dot {
  display: inline-block;
  margin-right: 2px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #0000004A;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-top-section:first-child {
    margin-top: 80px
  }

  .p-top-section__action {
    display: block;
    text-align: center
  }
}

@media screen and (max-width: 767px) {
  .p-top-projects__content {
    margin-top: 48px
  }
}

.p-top-projects__wrapper {
  position: relative;
  overflow: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none
}

.p-top-projects__wrapper::-webkit-scrollbar {
  display: none
}

.p-top-projects__project {
  position: absolute;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  left: -40vw;
}

.p-top-projects__project:first-child {
  opacity: 1;
  visibility: visible;
  left: 0;
}

.p-top-publications__content {
  margin-top: 48px
}

.p-top-news__wrapper {
  display: flex;
  flex-wrap: wrap
}

.p-top-news__content {
  margin: 32px 24px 0 0
}

@media screen and (max-width: 767px) {
  .p-top-news__wrapper {
    display: block
  }

  .p-top-news__content {
    margin: 32px 0 0 0
  }
}

.p-projects-section {
  margin-top: 240px
}

.p-projects-section:first-child {
  margin-top: 160px
}

@media screen and (max-width: 767px) {
  .p-projects-section {
    margin-top: 120px
  }

  .p-projects-section:first-child {
    margin-top: 80px
  }
}

.p-projects-content {
  margin-top: 240px
}

.p-projects-content:first-child {
  margin-top: 0px
}

@media screen and (max-width: 767px) {
  .p-projects-content {
    margin-top: 120px;
    text-align:center;
  }

  .p-projects-content:first-child {
    margin-top: 48px
  }
}

.p-publications__tabs {
  display: flex
}

.p-publications__tab {
  margin-right: 48px;
  opacity: 0.6;
  font-weight: 900;
  padding-bottom: 8px;
  text-decoration: none;
  color: #000000
}

.p-publications__tab:visited {
  color: #000000
}

.p-publications__tab.is-active {
  opacity: 1;
  border-bottom: 2px solid #000000
}

.p-publications__select {
  margin-top: 32px
}

.p-publications__button,
.p-news__button
{
  width: 70px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .p-publications__tabs {
    justify-content: center
  }

  .p-publications__tab {
    display: none;
    margin-right: 0px
  }

  .p-publications__tab.is-active {
    display: block;
    text-align: center;
    border: none
  }

  .p-publications__tab.is-active::after {
    content: ""
  }

  .p-publications__button, .p-news__button {
    margin-top: 8px;
	margin-right: 8px;
	width: 67px;
  }

  .p-publications__select{
    text-align: left;
  }
}

.p-publications-section {
  margin-top: 240px
}

.p-publications-section:first-child {
  margin-top: 160px
}

.p-publications-content {
  /*margin-top: 48px*/
	margin-top: 24px;
}

.p-news__content {
  margin-top: 48px;
  margin-right: 24px
}

.p-news__wrapper {
  display: flex;
  flex-wrap: wrap
}

@media screen and (max-width: 767px) {
  .p-news__content {
    margin-right: 0px
  }

  .p-news__button {
    margin-top: 8px
  }

  .p-news__select{
    text-align: left;
  }


  .p-publications-section {
    margin-top: 160px
  }

  .p-publications-section:first-child {
    margin-top: 80px
  }
}

.p-about__heading {
  font-weight: 900
}

.p-about__content-wrapper {
  margin-top: 48px
}

.p-about__image {
  width: 280px
}

.p-about__description {
  margin-top: 48px
}

.p-about__content {
  margin-top: 120px
}

@media screen and (max-width: 767px) {
  .p-about__heading {
    text-align: center
  }

  .p-about__image-wrapper {
    text-align: center
  }

  .p-about__image {
    width: 100%;
    max-width: 320px
  }

  .p-about__content {
    margin-top: 60px
  }
}

.p-about-section {
  margin-top: 240px
}

.p-about-section:first-child {
  margin-top: 160px
}

@media screen and (max-width: 767px) {
  .p-about-section {
    margin-top: 120px
  }

  .p-about-section:first-child {
    margin-top: 80px
  }
}

.p-about-profile__name {
  font-size: 18px;
  font-weight: 900
}

.p-about-profile__sub-name {
  font-size: 12px;
  margin-top: 8px
}

.p-about-profile__description {
  margin-top: 16px;
  font-size: 12px;
  line-height: 24px
}

.p-about-profile__careers {
  margin-top: 64px;
  font-size: 12px
}

.p-about-profile__career {
  margin-top: 32px
}

.p-about-profile__career-period {
  font-weight: 900
}

.p-about-profile__career-description {
  margin-top: 8px
}

.p-about-profile__career-image {
  width: 200px;
  margin-top: 8px
}

.p-about-profile__links{
	margin-top: 54px;
	text-align: left;
}

.p-about-profile__links img{
	margin-right: 10px;
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .p-about-profile__name {
    text-align: center
  }

  .p-about-profile__sub-name {
    text-align: center
  }
  .p-about-profile__links {
	text-align: center;
  }
}

.p-about-place {
  margin-top: 24px
}

.p-about-place__period {
  font-size: 12px;
  font-weight: 900
}

.p-about-place__image {
  width: 200px;
  margin-top: 8px
}
.p-about-place__groupphoto{
  width: 350px;
}

.p-about-place__name {
  font-weight: 900;
  font-size: 12px;
  display: block;
  color: #000000;
  line-height: 24px
}

.p-about-place__name:visited {
  color: #000000
}

.p-about-place__sub-name {
  font-size: 12px;
  display: block;
  color: #000000;
  line-height: 24px
}

.p-about-place__sub-name:visited {
  color: #000000
}

* {
  box-sizing: border-box;
}

p {
  font-size: 16px;
  line-height: 1.625;
}

h2 {
  font-weight:900 ;
  font-size: 28px;
  margin-bottom: 5px;
}

h3 {
  background: black;
  font-size: 24px;
  padding: 10px 0;
  color: white;
  margin-bottom: 40px;
  font-weight: 900;
  text-align: center;
}

h4 {
  border-bottom: solid 1px black;
  font-size: 22px;
  margin-bottom: 40px;
  font-weight: 900;
  padding-bottom: 10px;
  text-align: center;
}

h5 {
  border-bottom: dashed 1px black;
  font-size: 20px;
  margin-bottom: 40px;
  font-weight: 900;
  padding-bottom: 10px;
  text-align: center;
}

hr {
  margin: 50px 0 80px 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

::placeholder {
  color: silver;
}

figure {
  margin-bottom: 80px;
}

.wp-block-quote {
  padding: 40px;
  margin-bottom: 80px;
  background-color: #F2F3F7;
}

.wp-block-quote p {
  margin-bottom: 0;
  line-height: 2.25;
}

.wp-block-quote cite {
  line-height: 2.25;
}

.c-button.is-active{
  color:#ffffff;
  background-color:#191919
}

.c-project__image {
  background-size: cover;
  height: 266px;
  width: 400px;
}

.c-project__description {
  max-width: 500px;
}

/* スマートフォン表示 */
@media screen and (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 1.7;
  }

  #single h2.title {
    font-size: 20px;
    text-align: left;
  }

  h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  h5 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  figure {
    margin-bottom: 40px;
  }

  hr {
    margin-bottom: 40px;
    margin-top: 80px;
  }

  .wp-block-quote {
    padding: 15px;
    margin-bottom: 40px;
  }

  .wp-block-quote cite {
    font-size: 14px;
    line-height: 1.7;
  }

  .c-project__image {
    height: 176px;
    width: 256px;
    margin: 0 auto;
  }
}


/* 個別ページ */
.single__image {
  width: 100%;
  margin-bottom: 40px;
  border-radius: 8px;
}

.single__nodata {
  margin: 50px auto;
  text-align: center;
}

#single .single__date {
  margin-top: 4px;
  font-size: 18px;
  opacity: 0.7;
  line-height: 1;
}

#single p {
  margin-bottom: 80px;
}

#single a{
  text-decoration: underline;
}

#single a:hover{
  color: #0A84FF;
}

#single .wp-block-quote p {
  margin-bottom: 0;
  line-height: 2.25;
}

#single .single__subtitle {
  margin-top: 4px;
  font-size: 18px;
  opacity: 0.7;
  margin-bottom: 30px;
  line-height: 1;
}

#single ol {
  margin-bottom: 80px;
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}

#single ol ol {
  padding-left: 1em;
}

#single ol li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}

#single ol li:before {
  counter-increment: item;
  content: counter(item)'.';
  padding-right: .5em;
  font-weight: 900;
  color: #043167;
}

#single ul {
  margin-bottom: 80px;
}

#single ul li {
  list-style-type: none;
  position: relative;
  padding-left: 1.5em;
}

#single ul li:before {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.25em;
  content: "";
  background: #043167;
}

#single li {
  margin-bottom: 20px;
  line-height: 1.6;
}

#single li:last-child {
  margin-bottom: 0;
}

.link_blue {
  text-decoration: underline blue;
  color: blue;
}

.single__button_backtoarchive {
	display: inline-block;
	margin-right: 5px;
}
.single__button_backtoarchive img {
	transform: scale(0.9) rotate(90deg) translate(-7px, 0px);
}

/* 詳細ページのスマートフォン表示 */

@media screen and (max-width: 767px) {
  #single p {
    margin-bottom: 40px;
  }

  #single .single__subtitle {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1;
  }

  #single .single__date {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1;
    text-align: center;
  }

  #single ol {
    margin-bottom: 40px;
  }

  #single ul {
    margin-bottom: 40px;
  }

  #single li {
    margin-bottom: 3px;
    font-size: 14px;
  }
}

/* パブリケーション */
.p-publications__drawer {
  display: none;
}

#publications__drawer_select form{
  text-align: center;
}
#publications__drawer_select select{
  border: none;
  font-size: 20px;
}

/* パブリケーションのスマートフォン表示 */
@media screen and (max-width: 767px) {
  .p-publications__tabs {
    display: none;
  }

  .p-publications__drawer {
    display: block;
  }

  .p-top-header__content{
    z-index: 101;
  }
}

/* コンタクトフォーム */
.wpcf7 form.invalid .wpcf7-response-output {
  background: #f7d7da;
  color: #711d26;
  border: 1px solid #f4c6cb;
  padding: 10px
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #d5edda;
  color: #185626;
  border: 1px solid #c4e5cc;
  padding: 10px
}

input[type=submit].wpcf7-form-control.wpcf7-submit {
  background-color: white;
  padding: 5px 20px;
  border: 2px solid silver;
}

.wpcf7 .muted{
  opacity: 0.5;
}

.wpcf7-form p {
  margin: 20px 0;
}

.wpcf7-form span {
  width: 100%;
}

.wpcf7-form input[type=email],
.wpcf7-form input[type='text'] 
{
  width: 100%;
}

.wpcf7-form textarea {
  width: 100%;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form textarea {
  margin: 10px 0;
  background-color: rgb(241, 241, 241);
  border: none;
  padding: 10px;
}
