@charset "UTF-8";
/* CSS Document */

/*モーダル*/
.modal-discrip_detail02 {
  margin-bottom: 0px;
  text-align: justify;
}
.modal-img {
  max-width: 300px;
  object-fit: cover;
}
@media screen and (max-width:860px){
 .modal-img {
  max-width: none;
  height: 200px;
  }
}
.wrapper {
z-index: -5;
}
.rightblock-all{
  margin-left: 206px;
  padding-top:  100px;
}
@media screen and (max-width:1070px){
  .rightblock-all {
  margin-left: 0px;
  }
}
.top-title {
  max-width: 916px;
  height: 586.62px;
  background-image: url("../image/about/about-top.png");
  background-size: cover;
  margin: 0 auto;
  position: relative;
}
.top-title_container {
  margin: 0 auto;
  padding-top: 60px;
  letter-spacing: 0.1em;
}
.top-title_sub {
  font-size: 1.6rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background-color: #fff;
  padding: 12px 0;
  font-family: 'Cinzel', 'Cormorant', 'Shippori Mincho', serif, 'Noto Serif JP', serif, '游明朝', YuMincho, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝';  
  position: absolute;
}
.sub01 {
  transform: translateX(-100px)translateY(245px);
}
.sub02 {
  transform: translateX(-136px)translateY(245px);
}
.sub03 {
  transform: translateX(-172px)translateY(245px);
}
.top-title_main {
  font-size: 3.0rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background-color: #fff;
  padding: 25px 5px 10px;
  font-family: 'Cinzel', 'Cormorant', 'Shippori Mincho', serif, 'Noto Serif JP', serif, '游明朝', YuMincho, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝';  
  transform: translateY(-19px);
}
.section-top_paragraph {
  margin: 23px auto 0px;
  max-width: 916px;
  padding: 10px 20px;
  background-color: rgba(241, 241, 234, 0.6);
  box-sizing: border-box;
  text-align: justify;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (max-width:940px) {
  .section-top_paragraph {
  width: auto;
  padding: 10px 15px;
  }}

@media screen and (max-width:910px){
.top-title {
  background-position: center;
  }
}
@media screen and (max-width: 461px){
.top-title {
  background-position: left;
  height: clamp(550px, 75.9472vw, 607px);
}
.top-title_main {
  display: none;
}
.sub01 {
transform: translateX(114px)translateY(245px);
}
.sub02 {
  transform: translateX(76px)translateY(245px);
}
.sub03 {
  transform: translateX(37px)translateY(245px);
}
}

.project-arrow_link {
  text-decoration: none;
}
.concept-arrow {
  font-size: 1.6rem;
  padding-right: 10px;
  text-align: left;
  color: #333333;
  margin-bottom: 60px;
}
.concept-arrow::after{
  content: "";
  background: url(../image/top/arrow-br.png) center center/cover no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  transform: translateY(3px);
  margin-left: 1em;
}
@media screen and (max-width: 420px){
.concept-arrow {
  font-size: 1.4rem;
  margin-bottom: 20px;
}}
/*スタッフ*/
.section-aboutus {
font-family: 'Cinzel', 'Cormorant', 'Shippori Mincho', serif, 'Noto Serif JP', serif, '游明朝', YuMincho, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝';
display: block;
padding-top: 60px;
}
.title-gradation {
border-top: 1px #333 solid;
padding-top: clamp(20px, 2.083vw, 30px);
}
.staff_introduction-flex {
display: flex;
margin-top:80px;
}
.staff-name_flex {
display: flex;
width: 0;
height: 0;
border-right: 250px solid transparent;
border-bottom: 425px solid rgba(236, 202, 102, 0.4);
}
.staff-name_title {
-ms-writing-mode: tb-rl;
-webkit-writing-mode: vertical-rl;
writing-mode: vertical-rl;
height: 440px;
padding-top: 20px;
line-height: 60px;
letter-spacing: 0.1em;
font-size: 1.4rem;
}
.staff-image {
padding-top: 80px;
}
.staff-image img {
width: 200px;
}
.staff-name_eg {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #333;
  padding-top: 20px;
  text-align: left;
}
.staff-name_jp {
  font-size: 2.4rem;
  letter-spacing: 0.3em;
  color: #333;
  text-align: left;
}
.staff-description {
padding-left: 40px;
font-family: 'Noto Sans JP', sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ";
font-size: 1.4rem;
line-height: 1.8;
text-align: justify;
}
@media screen and (max-width:750px){
.staff_introduction-flex {
display: block;
margin-top: 50px;
}
.staff-description {
padding-left: 0px;
padding-top: 40px;
}
}
@media screen and (max-width:370px){
.staff-image img {
width: 200px;
}
.staff-name_flex {
border-right: 230px solid transparent
}
}

/*コンセプト*/
.section-project_concept {
  margin-bottom: 30px;
  margin-top: 120px;
  display: block;
}
.section-project_concept a {
  text-decoration: none;
  text-align: left;
}
@media screen and (max-width: 600px){
.section-project_concept  {
  margin-top: 60px;
}
}


/*ボタン*/
.detail-button a {
  text-decoration: none;
  z-index: 5;
}
.detail-button a:hover {
  opacity: 1;
}
.detail-button ul{
  display: flex;
  justify-content: space-between;
}
.detail-button ul li {
  list-style: none;
  text-align: -webkit-center;
  width:290.96px;
  height:181.24px;
  position: relative;
  background-size: cover;
  background-color:rgba(255,255,255,0.6);
  background-blend-mode:luminosity;
  transition:.5s all;
}
.detail-button ul li:hover{
  transform:scale(0.95,0.95);
  transition:.5s all;
  box-shadow: 0px 0px 5px 2px rgba(0,0,0,.45);
}
.button-text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.5);
  text-align: left;
  padding: 35px 20px;
  z-index: 999;
  letter-spacing: 0.02em;
  color: #ECCA66;
  box-sizing: border-box;
}
.button-text p {
  font-size: 2.0rem;
  font-family: 'Cinzel', 'Cormorant', 'Shippori Mincho', serif, 'Noto Serif JP', serif, '游明朝', YuMincho, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝';
}
.button-text span {
  font-family: 'Cinzel', 'Cormorant', 'Shippori Mincho', serif, 'Noto Serif JP', serif, '游明朝', YuMincho, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝';  
  font-size: 1.4rem;
  line-height: 1.4rem;
}
.button-text img {
  width: 40px;
  bottom: 20px;
  right: 20px;
  position: absolute;
}

@media screen and (max-width:1161px){
.detail-button ul li {
   width: calc((97%-50px) / 3)
  }}
@media screen and (max-width:830px){
.detail-button ul {
  display: block;
}
.detail-button ul li {
  width: 60%;
  margin: 0 auto 20px;
  }
.detail-button ul li::before{
   margin-bottom: 20px;
  }
}
@media screen and (max-width:530px){
  .detail-button ul li {
  width: 100%;
  margin: 0 auto 20px;
  }}


/*セクション　アバウト*/
.section-about {
  margin-bottom: 100px;
  display: block;
  padding-top: 80px;
}
.section-about_midashi {
  margin-top:70px;
  padding-bottom: 20px;
  font-weight: 600;
  font-size: 1.8rem;
}
.section-about_paragraph {
  line-height: 1.8;
  font-size: 1.4rem;
  text-align: justify;
}


#fune {
  opacity: 0;
  bottom: 80px;
  padding: 10px;
  position: fixed;
  right: 20px;
  z-index: -1;
  animation-name: fadeUp;
  animation-duration:3s;
  animation-fill-mode:forwards;
}
@media screen and (min-width:1440px){
  .fune {
    width: 74%;
  }
}

@media screen and (max-width:1024px){
  #fune {
  bottom: 100px;
  }}

@keyframes fadeUp{
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.4;
  }
}