@charset "UTF-8";
/*--------------------------------------------------
ページ毎の基礎設定
----------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-size: 62.5%;
  line-height: 1.8;
}

html {
  font-size: 62.5%;
  line-height: 1.8;
}

/*----------------------------------------------
common
----------------------------------------------*/
a:link {
  text-decoration: none;
  color: #282828;
}

body {
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.8;
}

.wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.inner {
  margin: auto;
  max-width: 1020px;
}

.inner_box {
  margin: auto;
  max-width: 1020px;
  background: #fff;
}

@media screen and (max-width: 959px) {
  .inner {
    max-width: 90%;
  }
  .inner_box {
    max-width: 90%;
  }
}

/*----------------------------------------------
header
----------------------------------------------*/
header {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  -webkit-padding-before: 2em;
          padding-block-start: 2em;
  -webkit-padding-after: 2em;
          padding-block-end: 2em;
  line-height: 1.8;
}

.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: auto;
  max-width: 1020px;
  padding: 0 25px;
}

h1 {
  font-size: 5.4rem;
  font-weight: 300;
  height: auto;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: auto;
  font-weight: 300;
}

nav div {
  margin-right: 1em;
  font-size: 2.4rem;
}

nav a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 1170px) {
  .header_inner {
    width: 100%;
    padding: 0 20px;
    margin: auto;
  }
}

@media screen and (max-width: 959px) {
  .header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    vertical-align: middle;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 90%;
    margin: auto;
  }
  h1 {
    font-size: 3.6rem;
    font-weight: 300;
    height: auto;
  }
  nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0;
  }
  nav div {
    margin-right: 1em;
    font-size: 2.0rem;
  }
  nav div:last-child {
    margin-right: 0;
  }
}

/*----------------------------------------------
content
----------------------------------------------*/
/* プロジェクト告知エリア
----------------------------------------------*/
.poroject {
  margin-top: 3rem;
}

.poroject a:hover {
  opacity: 0.5;
}

/* 商品エリア
----------------------------------------------*/
.grid_wrap {
  max-width: 1020px;
  margin: auto;
}

.grid {
  margin: 0 auto;
}

.grid-item {
  width: 310px;
  padding: 10px;
  margin: 0 auto;
  margin-top: 20px;
}

.grid-item img {
  width: 100%;
}

@media screen and (max-width: 1170px) {
  .grid {
    margin: 0 auto;
  }
}

@media screen and (max-width: 959px) {
  .grid {
    margin: 0 auto;
  }
}

@media screen and (max-width: 380px) {
  .grid {
    margin: 0 auto;
  }
  .grid-item {
    width: 310px;
    margin: 0 auto;
    padding: 10px;
  }
}

.grid-item {
  position: relative;
}

.grid-item .mask {
  width: 100%;
  height: 100%;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.mask .caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 600;
}

.mask .caption .product_title {
  line-height: 1.3;
  padding-bottom: 0.8em;
  max-width: 80%;
  width: 80%;
  text-align: center;
  border-bottom: 1px solid #fff;
  margin-bottom: 0.5em;
}

.mask .caption a.lint_detail {
  color: #fff;
  margin-top: 2rem;
  position: relative;
  display: inline-block;
}

.mask .caption a.lint_detail span {
  width: 100%;
  padding: 4rem;
}

.mask .caption a.lint_detail span::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -4px;
}

.grid-item:hover .mask {
  opacity: 1;
}

/* プロフィール
----------------------------------------------*/
.content_box {
  overflow-x: hidden;
}

.profile_box.full {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: #eeeeee;
  padding: 20px 0;
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}

.profile_box.full .inner {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.profile_box.full .profile_box_item {
  font-size: 14px;
}

.profile_box.full .profile_box_item.profile_photo {
  margin-right: 40px;
  width: 372px;
  max-width: 40%;
}

.profile_box.full .profile_box_item.profile_txt {
  line-height: 1.8;
}

.profile_box.full .profile_name {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}

.profile_box.full .profile_name {
  font-size: 2.4rem;
}

.profile_box.full .profile_history {
  font-size: 1.5rem;
}

dl.profile_history {
  display: inline-block;
  margin-bottom: 1em;
}

dl.profile_history dt {
  float: left;
  clear: left;
  margin-right: 0.5em;
}

dl.profile_history dd {
  float: left;
}

.profile_titile {
  clear: left;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.message {
  font-size: 1.6rem;
  clear: left;
  width: 100%;
}

.message_name {
  width: 100%;
  text-align: left;
  font-weight: bold;
  margin-bottom: 1.5em;
  margin-top: 0.5em;
}

@media screen and (max-width: 1170px) {
  .profile_box.full .inner {
    max-width: 90%;
    -webkit-margin-before: 2rem;
            margin-block-start: 2rem;
    -webkit-margin-after: 2rem;
            margin-block-end: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    vertical-align: middle;
  }
  .profile_box.full .profile_box_item {
    font-size: 14px;
  }
  .profile_box.full .profile_box_item.profile_photo {
    margin-right: 0;
    margin-bottom: 1em;
    width: 372px;
    max-width: 80%;
  }
  .profile_box.full .profile_box_item.profile_txt {
    width: 100%;
    margin: auto;
    line-height: 1.8;
    text-align: center;
  }
  .profile_box.full .message_name {
    text-align: center;
    padding-bottom: 1em;
    display: inline-block;
  }
  .profile_box.full .profile_history {
    width: 80%;
    text-align: left;
    padding-top: 1em;
    border-top: 1px dotted #666666;
  }
  .profile_box.full .profile_titile {
    width: 80%;
    margin: auto;
    text-align: left;
  }
}

@media screen and (max-width: 959px) {
  .profile_box.full .profile_box_item {
    font-size: 1.4rem;
  }
}

/*----------------------------------------------
footer
----------------------------------------------*/
footer {
  width: 100%;
  text-align: center;
  -webkit-padding-before: 1em;
          padding-block-start: 1em;
  -webkit-padding-after: 1em;
          padding-block-end: 1em;
  font-size: 1.6rem;
  font-family: 'Oswald', sans-serif;
}

.sns_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3em;
}

.sns_box li {
  margin-right: 1em;
}

.sns_box li:last-child {
  margin-right: 0;
}

.sns_box img {
  max-width: 31px;
}

/*----------------------------------------------
detail
----------------------------------------------*/
/* 作品紹介
----------------------------------------------*/
.detail_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.detail_item {
  font-size: 1.6rem;
}

.detail_item:last-child {
  margin-left: 40px;
}

.detail_item table {
  text-align: left;
  letter-spacing: 0.05em;
}

.detail_item table th {
  padding-right: 1em;
}

.detail_item table th .title_en {
  font-weight: normal;
  display: block;
  padding-bottom: 0.8em;
}

.detail_item .gallery_box {
  margin-top: 3rem;
}

/* 展示会場
----------------------------------------------*/
.bg_box.full {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: #eeeeee;
  padding: 6.0rem;
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}

.exhibition_box {
  width: 100%;
  font-size: 1.6rem;
  padding: 3em;
  margin: auto;
}

.exhibition_box p {
  margin: 1em auto;
}

.exhibition_box .exhibition_photo_box {
  min-width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.exhibition_box .exhibition_item {
  width: 49%;
}

.photo_small {
  width: 100%;
  text-align: right;
  font-size: 1.2rem;
}

@media screen and (max-width: 959px) {
  .bg_box.full {
    padding: 3.0rem 0;
    -webkit-margin-before: 60px;
            margin-block-start: 60px;
    -webkit-margin-after: 40px;
            margin-block-end: 40px;
  }
  .detail_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .detail_item {
    font-size: 1.6rem;
  }
  .detail_item:last-child {
    margin-left: 0;
    margin-top: 20px;
  }
  .exhibition_box {
    width: 100%;
    font-size: 1.6rem;
    padding: 2em;
    margin: auto;
  }
  .exhibition_box p {
    margin: 1em auto;
  }
  .exhibition_box .exhibition_photo_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .exhibition_box .exhibition_item {
    width: 100%;
  }
  .exhibition_box .exhibition_item:first-child {
    margin-bottom: 10px;
  }
}

.link_other {
  display: block;
  position: relative;
  width: auto;
  padding: 0.8em;
  text-align: center;
  text-decoration: none;
  color: #1B1B1B;
  background: #fff;
  border: 1px solid #1B1B1B;
  margin-top: 3em;
}

.link_other:hover {
  background: #1B1B1B;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

@media screen and (max-width: 519px) {
  .exhibition_box {
    width: 100%;
    font-size: 1.6rem;
    padding: 1em;
    margin: auto;
  }
}

/* ページネーション
----------------------------------------------*/
.pagenation_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 40px;
}

.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 50px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 30px;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.arrow_next::before {
  right: 0;
  width: 50px;
  height: 50px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow_prev::before {
  left: 0;
  width: 50px;
  height: 50px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media screen and (max-width: 519px) {
  .arrow_next::before {
    right: 0;
    width: 30px;
    height: 30px;
  }
  .arrow_prev::before {
    left: 0;
    width: 30px;
    height: 30px;
  }
}

/* 昇龍&鳳凰プロジェクト
----------------------------------------------*/
.main_box p.intro {
  margin-top: 1em;
  text-align: center;
  line-height: 2.5;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 2.4rem;
}

.youtube_title {
  font-size: 3.6rem;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  margin-bottom: 1em;
  letter-spacing: 0.05em;
}

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

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

.youtube_txt {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 2;
  font-size: 1.8rem;
  text-align: center;
  padding: 2rem;
}

.youtube_txt a {
  text-decoration: underline;
  padding: 0 0.5em;
}

.youtube_txt a:hover {
  text-decoration: none;
}

@media screen and (max-width: 519px) {
  .main_box p.intro {
    font-size: 2rem;
  }
  .youtube_title {
    font-size: 2rem;
  }
  .youtube_txt {
    font-size: 1.6rem;
    text-align: center;
    padding: 2rem;
  }
}
/*# sourceMappingURL=kyotaro.css.map */