@charset "utf-8";

/**************************************************/
/*                                                */
/*                   パソコン用                   */
/*                                                */
/**************************************************/

/* ================================================
 * 共通
 * ================================================*/

.sp-only {
  display: none
}

.flex {
  display: flex;
}

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

/* ================================================
 * ヘッダー
 * ================================================*/

.header-inner {
  max-width: 1340px;
  margin: auto;
  padding: 49px 0;
}

.logo a {
  font-size: 4.6rem;
}

.logo-txt {
  font-size: 2.6rem;
}

.header-ttl .logo {
  margin-bottom: 10px;
}

.header-nav {
  margin-right: 64px;
}

.header-nav .header-mail {
  padding-top: 15px;
}

.lang-nav li {
  margin-top: 3px;
  font-size: 2rem;
}

.lang-nav li:first-child {
  margin-bottom: 20px;
}

.lang-nav {
  margin: 0 40px;
}

/*-- ハンバーガー --*/
.hamburger-wrap {
  width: 64px;
  height: 64px;
  top: inherit;
  right: 50%;
  transform: translate(670px,0);
}

@media screen and (max-width: 1400px) {
    .header-inner {
        margin: 0 2%;
    }
    
    .hamburger-wrap {
        right: 2%;
        transform: none;
    }
}

.hamburger-wrap [class*=border]{
  width: 30px;
  height: 6px;
  left: 16px;
}

.hamburger-wrap .border-1 {
  top: 20px;
}

.hamburger-wrap .border-2 {
  top: 36px;
}

/* open時 */
.hamburger-wrap.opened .border-1 {
  top: 30px;
  transform: rotate(45deg);
}

.hamburger-wrap.opened .border-2 {
  top: 30px;
  transform: rotate(-45deg);
}

.open-menu > .flex {
  width: 1340px;
  margin: auto;
  padding: 100px 170px 0;
  align-items: center;
}

.open-menu .open-menu-ttl {
  margin-bottom: 40px;
}

.open-menu .logo {
  text-align: right;
}

.open-menu .logo-txt {
  text-align: right;
  margin-top: 20px;
}

.open-menu .icon-nav {
  align-items: center;
  justify-content: flex-end;
}

.open-menu .header-mail {
  margin-left: 40px;
}

.open-menu-left {
  width: 384px;
  padding-right: 50px;
}

.header-menu {
  width: 616px;
  padding-left: 50px;
  border-left: 1px solid #999;
}

.header-menu li:not(:last-child) {
  margin-bottom: 40px;
}

.header-menu li a {
  font-size: 8rem; 
  letter-spacing: .05em;
  color: #000;
  display: inline-block;
  position: relative;
}

  .header-menu li a:before,
  .header-menu li a:after {
    content: '';
    position: absolute;
    /*top: calc(100% + 5px);*/
    top: calc(100%);
    width: 0;
    right: 0;
    height: 4px;
  }

  .header-menu li a:hover:before,
  .header-menu li a:hover:after {
    width: 100%;
    left: 0;
  }

  .header-menu li a:before {
    transition: width .4s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
    background: #ccc;
  }

  .header-menu li a:after {
    transition: width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
    background: #000;
  }

.header-menu li a span {
  font-size: 1.4rem;
  padding-left: 5px;
  position: absolute;
  top: 46px;
  width: 100%;
  white-space: nowrap;
}


/* ================================================
 * フッター
 * ================================================*/

.footer-ttl {
  font-size: 3.8rem; 
  margin: -20px 0 10px;
}

.footer-txt {
  font-size: 2.2rem;
}

/*-- ページトップ --*/
#page-top {
  right: 50%;
  transform: translate(670px,0);
}

/* ================================================
 * トップページ
 * ================================================*/

#top .inner {
  width: 1600px;
  margin: auto;
}

.top-ttl {
  font-size: 24rem;
  letter-spacing: 0.09em;
}

#top .swiper-pagination-clickable .swiper-pagination-bullet,
#favorite .swiper-pagination-clickable .swiper-pagination-bullet {
  margin-right: 10px;
  width: 10px;
  height: 10px;
}

#top figcaption {
  font-size: 1.4rem;
  line-height: 1.6em;
  margin-top: 20px;
}

.swiper-slide-content.background--dark {
  color: #fff;
}

/*-- projects --*/

.top-project .top-ttl {
  top: 150px;
  left: 190px;
}

#top .swiper-container {
  width: 1000px;
  height: 1050px;
  margin: 0 0 0 auto;
}

#top .swiper-box {
  width: 1000px;
  height: 1000px;
}

#top .fit-img img {
  width: 1000px;
  height: 1000px;
}

#top .swiper-slide-content {
  padding-top: 15px;
  text-align: right;
  position: absolute;
  top: -50px;
  right: 40px;
  color: #fff;
  line-height: 1.6;
}

.top-project .img-wrap > .img-item {
  position: absolute;
  top: -260px;
  left: 0;
}

.top-project .img-wrap .img-flex:first-of-type {
  width: 1300px;
  margin-left: auto;
  padding-top: 260px;
  align-items: center;
}

.top-project .img-wrap .img-flex:last-of-type {
  width: 1340px;
  margin: 40px auto 360px;
}

.top-project .img-wrap .img-flex:last-of-type .img-item:last-of-type {
  margin-top: 240px;
}

/*-- travel --*/

.top-travel .top-ttl {
  top: -120px;
  left: 600px;
}

.top-travel .img-wrap .img-flex:first-of-type {
  width: 1495px;
  margin-left: auto;
}

.top-travel .img-wrap .img-flex:last-of-type {
  width: 1234px;
  margin: 60px 103px 200px auto;
}

.top-travel .img-wrap .img-flex:first-of-type .img-item:first-of-type {
  margin-top: 230px;
}

.top-travel .img-wrap .img-flex:last-of-type .img-item:last-of-type {
  margin-top: 206px;
}

/*-- sports --*/

.top-sports .top-ttl {
  top: 80px;
  right: -26px;
}

.top-sports .img-wrap .img-flex .img-item:last-of-type {
  margin-top: 440px;
}

.top-sports .img-wrap > .img-item {
  margin: -250px 0 260px 100px;
}

/*-- foods --*/

.top-foods {
  margin-top: 60px;
}

.top-foods .top-ttl {
  top: -10px;
  left: 630px;
}

.top-foods .img-wrap .img-flex:first-of-type {
  align-items: baseline;
  margin-bottom: 130px;
}

.top-foods .img-wrap .img-flex:last-of-type {
  justify-content: space-around;
  margin-bottom: 180px;
}

.top-foods .img-wrap .img-flex:last-of-type .img-item:first-of-type {
  margin-top: 200px;
}

.top-foods .img-wrap .img-flex:last-of-type .img-item:last-of-type {
  margin-top: 100px;
}

/*-- arts --*/

.top-arts .top-ttl {
  top: 150px;
  left: 130px;
}

.top-arts .img-wrap .img-flex .img-item {
  width: 50%;
}

.top-arts .img-wrap .img-flex .img-item:first-of-type {
  margin-top: 450px;
}

.top-arts .img-wrap > .img-item {
  margin: -290px 0 120px auto;
}

/* ================================================
 * 下層ページ
 * ================================================*/

.page .inner {
  width: 1340px;
  margin: auto;
}

.page-ttl {
  font-size: 20rem; 
  letter-spacing: 0.045em;
  color: #000;
  text-align: right;
  margin: 30px -15px 0 0;
}

/* ================================================
 * お知らせ
 * ================================================*/

.news-wrap {
  width: 1000px;
  margin: 80px auto 0;
}

.news-item {
  letter-spacing: 0.06em;
  line-height: 1.8em;
  border-bottom: 1px solid #ccc;
  padding: 25px 0;
  justify-content: space-between;
  align-items: center;
}

.news-date {
  min-width: 150px;
}

.news-img.fit-img {
  margin-right: 20px;
}
.news-img.fit-img img {
  width: 140px;
  height: 140px;
}

.news-txt {
  width: 850px;
}

.news-txt a:hover {
  border-bottom: 1px solid #ccc;
}

/* ================================================
 * メディア掲載
 * ================================================*/

.public-wrap {
  margin: 100px auto 0;
  display: flex;
  flex-wrap: wrap;
}

.public-item {
  width: 280px;
  margin-bottom: 54px;
}

.public-item:not(:nth-of-type(4n)) {
  margin-right: 73px;
}

.public-img.fit-img img {
  width: 280px;
  height: 280px;
}

.public-item [class*=small-img] img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.public-img {
  position: relative;
  width: 280px;
  height: 280px;
}

.public-txt {
  font-size: 1.5rem;
  line-height: 1.4em;
  /*letter-spacing: -0.06em;*/
  margin-top: 20px;
}

/* ================================================
 * プロフィール
 * ================================================*/

.profile-top-wrap {
  width: 1010px;
  margin: 100px auto;
  /*justify-content: space-between;*/
}

/*.profile-top-left {
  width: 650px;
}

.profile-top-right {
  width: 630px;
}*/

.profile-top-ttl {
  font-size: 3rem;
  /*font-weight: 700;*/
  line-height: 1.6em;
  margin-bottom: 10px;
}

.profile-top-txt {
  line-height: 1.8em;
}

/*.profile-top-left .profile-top-txt + .profile-top-ttl {
  margin-top: 50px;
}

.profile-top-right .profile-top-txt + .profile-top-txt{
  margin-top: 30px;
}

.profile-top-right .profile-top-txt.bold {
  margin-bottom: 5px;
}*/

.profile-top-txt + .profile-top-ttl {
  margin-top: 55px;
}

.profile-wrap {
  width: 1000px;
  margin: 0 auto 100px;
}

.profile-wrap-ttl {
  font-size: 5.4rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #000;
  margin: 20px 0 55px;
}

.profile-wrap-ttl span {
  font-size: 2rem;
  letter-spacing: .04em;
  display: block;  
  margin: 20px 13px 0 0;
}

.prof-left {
  width: 390px;
}

.prof-img {
  margin-bottom: 40px;
}

.prof-list li {
  font-size: 1.4rem;
  letter-spacing: .1em;
  margin-bottom: 10px;
}

.prof-right {
  width: 610px;
}

.prof-table + .prof-table {
  margin-top: 40px;
}

.prof-table-ttl {
  display: block;
  width: 110px;
  height: 30px;
  background-color: #000;
  color: #fff;
  line-height: 30px;
  letter-spacing: .2em;
  padding-left: 10px;
  margin-bottom: 20px;
}

.prof-table tr {
  display: block;
  margin-bottom: 10px;
  line-height: 1.5em;
  letter-spacing: .04em;
}

.prof-table td:first-of-type {
  width: 120px;
  /*letter-spacing: .16em;*/
}

.company-wrap .flex {
  justify-content: center;
  margin: 0 auto 100px;
}

.company-wrap .flex iframe {
  width: 650px;
  margin-right: 90px;
}

.company-wrap .flex .prof-table {
  width: 700px;
  padding: 70px 0 0 0;
}

/* ================================================
 * フェイバリット
 * ================================================*/

.favorite-wrap {
  margin: 100px 0 220px;
}

.favorite-inner {
  width: 1000px;
  height: 750px;
}

.favorite-inner + .favorite-inner {
  margin-top: 365px;
}

.favorite-ttl {
  font-size: 30rem;
  color: #ddd;
  position: absolute;
  letter-spacing: 0.05em;
}

#travel.favorite-ttl {
  margin-top: -100px;
  padding-top: 100px;
}

.favorite-inner:nth-of-type(odd) .favorite-ttl {
  top: -120px;
  left: -247px;
}

.favorite-inner:nth-of-type(even) .favorite-ttl {
  top: -240px;
  right: -193px;
}

.favorite-inner:nth-of-type(2) .favorite-ttl {
  z-index: 3;
}

#favorite .swiper-container {
  height: 790px;
}

#favorite .swiper-box {
  width: 1000px;
  height: 750px;
}

#favorite .fit-img img {
  width: 1000px;
  height: 750px;
}

#favorite .txt-box {
  /*height: 75px;*/
  padding: 12px;
  line-height: 1.6em;
  /*letter-spacing: 0.05em;*/
}

#favorite .swiper-container .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,
#favorite .swiper-container .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  visibility: hidden;  
}

#favorite .swiper-container:hover .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,
#favorite .swiper-container:hover .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  visibility: visible;
}

/* ================================================
 * プロジェクト
 * ================================================*/

.project-wrap {
  margin: 100px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.project-item {
  width: 620px;
  margin-bottom: 85px;
}

.project-img {
  height: 465px;
  margin-bottom: 20px;
}

.project-img img {
  width: 620px;
  height: 465px;
  object-position: center;
}

#projects .more {
  margin-bottom: 170px;
}

/*-- 詳細 --*/

#projects-detail .page-ttl {
  font-size: 6rem;
  margin-right: -4px;
}

#projects-detail .detail-ttl {
  font-size: 4.6rem;
  margin: 0 0 50px 0;
}

#projects-detail .main-img img {
  width: 1340px;
}

#projects-detail .main-txt-ttl {
  font-size: 3rem;
  margin-bottom: 40px;
}

#projects-detail .main-txt {
  margin: 55px auto 30px;
  position: relative;
}

#projects-detail .detail-txt-wrap {
  position: relative;
  overflow: hidden;
  height: 250px;
}

#projects-detail .detail-txt-wrap::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px; 
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}

.detail-wrap {
  width: 1400px;
  margin: 0 auto 50px;
}

.detail-item {
  float: left;
  display: table;
}

.detail-img {
  padding: 30px 30px 20px;
}

#projects-detail figcaption {
  display: table-caption;
  caption-side: bottom;
  padding: 0 30px 30px;
}

.pager {
  margin-bottom: 170px;
} 

/**************************************************/
/*                                                */
/*            　その他（共通の装飾） 　　         */
/*                                                */
/**************************************************/

.btn,
.btn:before,
.btn:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}

.btn:before,
.btn:after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';  
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #000;
}

.btn:before {
  right: 0;
}

.btn:after {
  left: 0;
}

.btn:hover:before,
.btn:hover:after {
  width: 0;
  background-color: #000;
}

.more .btn {
  margin: 40px auto 150px;
}

.to-contact {
  margin-bottom: 170px;
}

.to-contact .btn {
  margin: 0 auto 15px;
}

.btn-contact {
  width: 400px;
  height: 100px;
  font-size: 5.2rem;
  letter-spacing: 0.06em;
  line-height: 100px;
}

.hover-rotate {
  transition: all .5s linear 0s;
}

.hover-rotate:hover {
  transform: rotateY(180deg);
}