@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond&family=Noto+Sans+JP:wght@400;700&display=swap");
#visual {
  position: relative;
  overflow: hidden;
  min-width: 1020px;
}

@media (max-width: 480px) {
  #visual {
    min-width: 100%;
  }
}

#visual .copy {
  position: absolute;
  width: 798px;
  max-width: calc(100% - 20px);
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  padding-top: 89px;
}

@media (max-width: 480px) {
  #visual .copy {
    padding-top: 15vw;
  }
}

#visual .visual img {
  width: 100%;
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media (max-width: 480px) {
  #visual .visual img {
    height: auto;
  }
}

.top_contents {
  padding: 100px 0;
}

@media (max-width: 480px) {
  .top_contents {
    padding: 50px 10px 0px;
    margin-bottom: 60px;
  }
}

.top_contents .top_contents_title {
  max-width: 1020px;
  margin: 0 auto;
  font-family: "Cormorant Garamond", serif;
  font-size: 100px;
  position: relative;
  line-height: 100px;
  font-weight: normal;
}

@media (max-width: 480px) {
  .top_contents .top_contents_title {
    font-size: 44px;
  }
}

.top_contents .top_contents_title span {
  position: relative;
  z-index: 5;
}

.top_contents .top_contents_title:before {
  content: "";
  display: block;
  background: url(../img/midashi02.png) no-repeat;
  background-size: 100%;
  width: 705px;
  height: 180px;
  position: absolute;
  left: -150px;
  top: -50px;
}

@media (max-width: 480px) {
  .top_contents .top_contents_title:before {
    width: 90%;
    left: -10px;
    top: 0;
  }
}

.top_contents .top_contents_inner {
  max-width: 1020px;
  margin: 0 auto;
  margin-top: 60px;
  padding-bottom: 120px;
  position: relative;
}

@media (max-width: 480px) {
  .top_contents .top_contents_inner {
    margin-top: 0;
    padding-bottom: 0;
  }
}

.top_contents .top_contents_inner .inner {
  width: 553px;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 40px 0 0;
  line-height: 3em;
  position: relative;
  z-index: 5;
  height: 480px;
}

@media (max-width: 480px) {
  .top_contents .top_contents_inner .inner {
    height: auto;
    line-height: 2.5em;
    padding: 0 20px 60px 0;
  }
}

.top_contents .top_contents_inner .inner h2 {
  color: #ff7e02;
  font-size: 2.1em;
  margin-bottom: 1em;
}

@media (max-width: 480px) {
  .top_contents .top_contents_inner .inner h2 {
    font-size: 1.8em;
    margin-bottom: 0.5em;
  }
}

.top_contents .top_contents_inner .img {
  position: absolute;
  right: -290px;
  bottom: 0;
}

.top_contents .top_contents_inner .img.animate {
  width: 950px;
  height: 600px;
  z-index: 1;
}

@media (max-width: 480px) {
  .top_contents .top_contents_inner .img.animate {
    width: 95vw;
    height: calc(95vw / 71 * 60);
  }
}

.top_contents .top_contents_inner .img.animate::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  top: 0;
  bottom: 0;
  background: #ff7e02;
  z-index: -1;
}

.top_contents .top_contents_inner .img.animate span {
  display: block;
  position: absolute;
  left: 100%;
  right: 0;
  top: 0;
  bottom: 100%;
  overflow: hidden;
  -webkit-transition: all 0.5s 1s cubic-bezier(0.76, 0.32, 0.74, 1.16);
  transition: all 0.5s 1s cubic-bezier(0.76, 0.32, 0.74, 1.16);
}

.top_contents .top_contents_inner .img.animate img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: none !important;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 1s 2s;
  transition: all 1s 2s;
}

.top_contents .top_contents_inner .img.effect::after {
  right: 0;
  -webkit-transition: all 0.35s 0.5s;
  transition: all 0.35s 0.5s;
}

.top_contents .top_contents_inner .img.effect span {
  left: 0;
  bottom: 0;
}

.top_contents .top_contents_inner .img.effect img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

@media (max-width: 480px) {
  .top_contents .top_contents_inner .img {
    position: relative;
    right: -10px;
    bottom: unset;
    top: -100px;
    margin-bottom: -100px;
  }
}

.top_contents .top_contents_inner .img img {
  width: 950px;
  height: 600px;
}

@media (max-width: 480px) {
  .top_contents .top_contents_inner .img img {
    width: 95vw;
    height: calc(95vw / 71 * 60);
  }
}

.top_navi {
  margin-bottom: 70px;
  background: #283341;
}

@media (max-width: 480px) {
  .top_navi {
    margin-bottom: 50px;
  }
}

.top_navi .top_navi_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2.5px;
}

@media (max-width: 480px) {
  .top_navi .top_navi_inner {
    display: block;
    margin: 0;
  }
}

.top_navi .top_navi_inner > div {
  width: calc(100% / 3);
  border: solid #fff;
  border-width: 0 2.5px;
}

@media (max-width: 480px) {
  .top_navi .top_navi_inner > div {
    width: 100%;
    border-width: 0;
  }
  .top_navi .top_navi_inner > div:not(:last-child) {
    border-width: 0 0 3px;
  }
}

.top_navi .top_navi_inner > div.animate {
  opacity: 0;
  -webkit-transition: opacity 0.5s 0.5s;
  transition: opacity 0.5s 0.5s;
}

.top_navi .top_navi_inner > div.animate .img img {
  opacity: 0;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  -webkit-transition: opacity 0.5s 1.25s, -webkit-transform 1.75s 0.5s, -webkit-filter 2s 0.5s;
  transition: opacity 0.5s 1.25s, -webkit-transform 1.75s 0.5s, -webkit-filter 2s 0.5s;
  transition: opacity 0.5s 1.25s, transform 1.75s 0.5s, filter 2s 0.5s;
  transition: opacity 0.5s 1.25s, transform 1.75s 0.5s, filter 2s 0.5s, -webkit-transform 1.75s 0.5s, -webkit-filter 2s 0.5s;
}

@media (max-width: 480px) {
  #contents .top_navi .top_navi_inner > div.animate .img img {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}

.top_navi .top_navi_inner > div.animate:nth-child(2n+1) .img img {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.top_navi .top_navi_inner > div.animate:nth-child(2n) .img img {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.top_navi .top_navi_inner > div.effect {
  opacity: 1;
}

#contents .top_navi .top_navi_inner > div.effect .img img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}

@media (max-width: 480px) {
  #contents .top_navi .top_navi_inner > div.effect .img img {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.top_navi .top_navi_inner > div img {
  width: 100%;
}

.top_navi .top_navi_inner > div a {
  display: block;
  position: relative;
  z-index: 1;
}

.top_navi .top_navi_inner > div a::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(30, 63, 107, 0.7);
}

.top_navi .top_navi_inner > div a:hover .img img {
  -webkit-transform: scale(1.2, 1.2) !important;
          transform: scale(1.2, 1.2) !important;
  -webkit-transition: 1s all;
  transition: 1s all;
}

@media (max-width: 480px) {
  .top_navi .top_navi_inner > div a:hover .img img {
    -webkit-transform: unset !important;
            transform: unset !important;
  }
}

.top_navi .top_navi_inner > div a:hover .arrow {
  background-position: center right 10px;
}

@media (max-width: 480px) {
  .top_navi .top_navi_inner > div a:hover .arrow {
    background-position: center;
  }
}

.top_navi .top_navi_inner > div a .img {
  overflow: hidden;
}

.top_navi .top_navi_inner > div a .img img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  -webkit-transition: 1s all;
  transition: 1s all;
}

@media (max-width: 480px) {
  .top_navi .top_navi_inner > div a .img img {
    height: auto;
  }
}

.top_navi .top_navi_inner > div a .ttl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0s);
  margin: auto;
  padding: 0 60px;
  color: #fff;
  text-decoration: none;
  line-height: 2.2em;
  z-index: 3;
}

@media (max-width: 480px) {
  .top_navi .top_navi_inner > div a .ttl {
    padding: 0 40px;
  }
}

.top_navi .top_navi_inner > div a .ttl h2 {
  font-size: 1.8em;
  letter-spacing: 0.15em;
}

.top_navi .top_navi_inner > div a .ttl .en {
  font-size: 1.1em;
}

.top_navi .top_navi_inner > div a .arrow {
  background: #ff7e02 url(../img/arrow03.png) no-repeat;
  background-size: 25px;
  background-position: center;
  width: 70px;
  height: 70px;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 4;
}

@media (max-width: 480px) {
  .top_navi .top_navi_inner > div a .arrow {
    width: 45px;
    height: 45px;
  }
}

.partition {
  min-width: 1020px;
  text-align: center;
  padding: 70px 0;
  background: #283341;
  margin-bottom: 3px;
  overflow: hidden;
}

@media (max-width: 480px) {
  .partition {
    padding: 10vw 0;
    min-width: 100%;
  }
}

.partition.animate img {
  opacity: 0;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 4s 0s, -webkit-transform 3s 0s, -webkit-filter 2s 0s cubic-bezier(0, 0.36, 0, 0.53);
  transition: opacity 4s 0s, -webkit-transform 3s 0s, -webkit-filter 2s 0s cubic-bezier(0, 0.36, 0, 0.53);
  transition: transform 3s 0s, opacity 4s 0s, filter 2s 0s cubic-bezier(0, 0.36, 0, 0.53);
  transition: transform 3s 0s, opacity 4s 0s, filter 2s 0s cubic-bezier(0, 0.36, 0, 0.53), -webkit-transform 3s 0s, -webkit-filter 2s 0s cubic-bezier(0, 0.36, 0, 0.53);
}

.partition.effect img {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.partition img {
  display: inline-block;
  vertical-align: top;
  width: 600px;
}

@media (max-width: 480px) {
  .partition img {
    width: 70vw;
  }
}

.top_info {
  background: #f8f8f8 url(../img/background-img01.png) no-repeat;
  background-size: 605px;
  background-position: right top;
  padding: 100px 0;
}

@media (max-width: 480px) {
  .top_info {
    background: #f8f8f8 url(../img/background-img01.png) no-repeat;
    background-size: 80%;
    background-position: right top;
    padding: 50px 10px;
  }
}

.top_info .top_info_title {
  position: relative;
}

.top_info .top_info_title h1 {
  color: #ff7e02;
  font-size: 1.8em;
  letter-spacing: 0.15em;
  margin-bottom: 1em;
}

@media (max-width: 480px) {
  .top_info .top_info_title h1 {
    letter-spacing: 0.1em;
    font-size: 1.5em;
  }
}

.top_info .top_info_title .en {
  font-size: 0.9em;
}

@media (max-width: 480px) {
  .top_info .btn-ptn1 {
    position: absolute;
    right: 14px;
    bottom: 10px;
    width: calc(45% - 30px);
    height: 35px;
  }
}

@media (max-width: 480px) and (max-width: 480px) {
  .top_info .btn-ptn1:after {
    width: 15px;
    right: -15px;
  }
}

@media (max-width: 480px) and (max-width: 480px) {
  .top_info .btn-ptn1 a {
    line-height: 35px;
    padding: 0 15px;
    font-size: 0.8em;
  }
}

@media (max-width: 480px) and (max-width: 480px) {
  .top_info .btn-ptn1 a:before {
    width: 15px;
  }
}

.top_info .top_info_inner {
  max-width: 1020px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  .top_info .top_info_inner {
    display: block;
  }
}

.top_info .top_info_inner .inner {
  width: 560px;
  max-width: 100%;
}

.top_info .top_info_inner .inner ul li a {
  display: block;
  color: #2d3e50;
  text-decoration: none;
  padding: 30px 0;
  border-bottom: solid 1px #737373;
  background: url(../img/arrow02.png) no-repeat;
  background-size: 40px;
  background-position: right 20px center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 480px) {
  .top_info .top_info_inner .inner ul li a {
    background-size: 25px;
    background-position: right center;
    padding: 15px 0;
  }
}

.top_info .top_info_inner .inner ul li a .ttl {
  color: #2d3e50;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 480px) {
  .top_info .top_info_inner .inner ul li a .ttl {
    padding-right: 35px;
  }
}

.top_info .top_info_inner .inner ul li a:hover {
  border-color: #ff7e02;
  background-position: right center;
}

@media (max-width: 480px) {
  .top_info .top_info_inner .inner ul li a:hover {
    border-color: #737373;
  }
}

.top_info .top_info_inner .inner ul li a:hover .ttl {
  color: #ff7e02;
}

@media (max-width: 480px) {
  .top_info .top_info_inner .inner ul li a:hover .ttl {
    color: #2d3e50;
  }
}

.top_info .top_info_inner .inner ul li .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5em;
}

.top_info .top_info_inner .inner ul li .meta .date {
  font-weight: bold;
  font-size: 0.9em;
  margin-right: 20px;
  color: #6f728a;
}

.top_info .top_info_inner .inner ul li .meta .category {
  color: #737373;
  font-size: 0.7em;
  background: #eef0f7;
  border: solid 1px #d2d2d2;
  line-height: 20px;
  height: 20px;
  min-width: 90px;
  text-align: center;
}

.top_works {
  padding: 70px 0;
  position: relative;
}

@media (max-width: 480px) {
  .top_works {
    padding: 50px 0;
    background: #f8f8f8;
  }
}

.top_works:before {
  content: "";
  display: block;
  width: 100%;
  background: #f8f8f8;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 480px) {
  .top_works:before {
    content: none;
  }
}

.top_works .top_works_title {
  text-align: center;
  background: url(../img/midashi01.png) no-repeat;
  background-size: 355px;
  background-position: top center;
  min-height: 100px;
  line-height: 1.8em;
  position: relative;
  z-index: 3;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .top_works .top_works_title {
    background-size: 220px;
    min-height: 70px;
  }
}

.top_works .top_works_title h1 {
  font-size: 1.7em;
  color: #ff7e02;
  letter-spacing: 0.1em;
}

.top_works .top_works_title .en {
  font-size: 0.9em;
}

.top_works .top_works_inner {
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
/*# sourceMappingURL=top.css.map */