@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*=======================================================
 animations
=======================================================*/
@keyframes fade-in {
  100% {
    transform: translate(0);
    opacity: 1;
  }
}

@keyframes fade-only {
  100% {
    opacity: 1;
  }
}

@keyframes right100 {
  100% {
    right: 100%;
  }
}

@keyframes left100 {
  100% {
    left: 100%;
  }
}

#asset main {
  z-index: 1;
}

#asset .main-visual {
  position: relative;
  margin-bottom: 0rem;
  height: auto;
}

#asset .main-visual h2 {
  position: absolute;
  bottom: 40rem;
  left: 112rem;
  z-index: 1;
  transform: translateY(50rem);
  opacity: 0;
  animation: fade-in 1s ease .5s forwards;
}

#asset .main-visual h2 img {
  width: auto;
  height: 68rem;
}

#asset .main-visual .catch {
  position: absolute;
  top: 50%;
  left: 297rem;
  line-height: 32rem;
  font-size: 24rem;
  color: #fff;
  opacity: 0;
  z-index: 1;
  transform: translateY(-50%);
  animation: fade-only 1s ease .5s forwards;
}

#asset .main-visual .image {
  position: relative;
}

#asset .main-visual .image:before, #asset .main-visual .image:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 2;
}

#asset .main-visual .image:before {
  right: 30%;
  left: 0;
  animation: right100 1s ease .5s forwards;
}

#asset .main-visual .image:after {
  right: 0;
  left: 30%;
  animation: left100 1s ease .5s forwards;
}

#asset .main-visual .image img {
  opacity: 0;
  animation: fade-only 1s ease .5s forwards;
}

#asset .main-visual .image .caption {
  opacity: 0;
  animation: fade-only 1s ease 1s forwards;
}

#asset section.intro {
  padding: 85rem 0 80rem;
  text-align: center;
  background-color: #fff;
}

#asset section.intro .title {
  font-size: 20rem;
  line-height: 1.5;
  padding-bottom: 30rem;
  font-weight: normal;
}

#asset section.intro .text {
  font-size: 15rem;
  line-height: 2.2;
}

#asset section.values {
  padding: 80rem 0;
  text-align: center;
}

#asset section.values .wrap {
  margin: 0 auto;
  max-width: 762rem;
}

#asset section.values .header .num {
  position: relative;
  font-size: 14rem;
  line-height: 1.3;
  padding-bottom: 22rem;
  margin-bottom: 30rem;
  color: #A28037;
  letter-spacing: 0;
}

#asset section.values .header .num::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 8rem;
  height: 1px;
  background-color: #A28037;
}

#asset section.values .header .title {
  font-weight: normal;
  font-size: 20rem;
  line-height: 1.6;
  padding-bottom: 40rem;
}

#asset section.value01 .header .text01 {
  padding: 20rem 5%;
  color: #fff;
  font-size: 20rem;
  line-height: 1.6;
  background-color: #A28037;
  margin-bottom: 20rem;
}

#asset section.value01 .header .text01 .color {
  color: #EAE43F;
}

#asset section.value01 .header .annotation {
  font-size: 12px;
  text-align: left;
  line-height: 1.7;
  padding-bottom: 65rem;
}

#asset section.value01 .in-section .sub-title {
  font-size: 20rem;
  line-height: 1.5;
  font-weight: normal;
  padding-bottom: 30rem;
}

#asset section.value01 .in-section .text {
  font-size: 15rem;
  line-height: 2.1;
  padding-bottom: 60rem;
}

#asset section.value01 .colum {
  background-color: #fff;
  padding: 60rem 11%;
}

#asset section.value01 .colum .colum-title {
  font-size: 20rem;
  line-height: 1.5;
  padding-bottom: 30rem;
  font-weight: normal;
}

#asset section.value01 .colum .images {
  margin-bottom: 30rem;
}

#asset section.value01 .colum .annotation {
  font-size: 12rem;
  line-height: 2;
}

#asset section.value02 {
  background-color: #fff;
}

#asset section.value02 .header .text02 {
  font-size: 15rem;
  line-height: 2.1;
  padding-bottom: 63rem;
}

#asset section.value02 .in-section .sub-title {
  font-size: 20rem;
  line-height: 1.5;
  font-weight: normal;
  padding-bottom: 30rem;
}

#asset section.value02 .in-section .text {
  font-size: 15rem;
  line-height: 2.1;
  padding-bottom: 60rem;
}

#asset section.value02 .in-section .colum-title {
  font-size: 15rem;
  line-height: 1.5;
  padding-bottom: 20rem;
  font-weight: normal;
}

#asset section.value02 .in-section .colum-title .color {
  color: #A28037;
}

#asset section.value02 .in-section .images {
  margin-bottom: 24rem;
}

#asset section.value02 .in-section .annotation {
  text-align: left;
  font-size: 12rem;
  line-height: 1.4;
}

#asset section.value03 .header .text02 {
  font-size: 15rem;
  line-height: 2.1;
  padding-bottom: 63rem;
}

#asset section.value03 .in-sections {
  display: flex;
  justify-content: space-between;
}

#asset section.value03 .in-section {
  width: 47%;
}

#asset section.value03 .in-section .sub-title {
  font-size: 20rem;
  line-height: 1.5;
  font-weight: normal;
  padding-bottom: 30rem;
}

#asset section.value03 .in-section .text {
  font-size: 15rem;
  line-height: 2.1;
  padding-bottom: 60rem;
}

#asset section.value03 .in-section .colum-title {
  font-size: 15rem;
  line-height: 1.5;
  padding-bottom: 10rem;
  font-weight: normal;
  text-align: left;
}

#asset section.value03 .in-section .colum-title .color {
  color: #A28037;
}

#asset section.value03 .in-section .images {
  margin-bottom: 12rem;
}

#asset section.value03 .in-section .annotation {
  text-align: left;
  font-size: 12rem;
  line-height: 2;
}

#asset section.value04 {
  background: url(../images/asset/bg.jpg) center;
  background-size: cover;
  color: #fff;
}

#asset section.value04 .wrap {
  max-width: 840rem;
}

#asset section.value04 .images {
  margin: 0 auto;
  max-width: 490rem;
}

#asset section.value04 .header .num {
  color: #fff;
}

#asset section.value04 .header .num::after {
  background-color: #fff;
}

#asset section.value04 .header .text02 {
  font-size: 15rem;
  line-height: 2.1;
  padding-bottom: 40rem;
}

#asset section.value04 .img01 {
  padding-bottom: 65rem;
}

#asset section.value04 .in-section .sub-title {
  font-size: 20rem;
  line-height: 1.5;
  font-weight: normal;
  padding-bottom: 30rem;
}

#asset section.value04 .in-section .text01 {
  font-size: 15rem;
  line-height: 2.1;
  padding-bottom: 45rem;
}

#asset section.value04 .in-section .img02 {
  padding-bottom: 7rem;
}

#asset section.value04 .in-section .annotation {
  text-align: left;
  font-size: 12rem;
  line-height: 2;
}

#asset .annotation, #asset .caption {
  font-family: "Shippori Mincho B1", serif;
}

/*=======================================================
 sp style
=======================================================*/
@media (max-width: 768px) {
  #asset .main-visual {
    margin-bottom: 0rem;
    height: auto;
  }
  #asset .main-visual h2 {
    bottom: 20rem;
    left: 20rem;
    transform: translateY(30rem);
  }
  #asset .main-visual h2 img {
    height: 50rem;
  }
  #asset .main-visual .catch {
    top: 20rem;
    left: 20rem;
    line-height: 1.4;
    font-size: 18rem;
    transform: none;
  }
  #asset .main-visual .image {
    height: 100vw;
  }
  #asset .main-visual .image img {
    object-fit: cover;
    object-position: 65% center;
    height: 100%;
  }
  #asset section.intro {
    padding: 120rem 0 40rem;
  }
  #asset section.intro .title {
    font-size: 20px;
    padding-bottom: 20rem;
    text-align: left;
    line-height: 1.7;
  }
  #asset section.intro .text {
    font-size: 15px;
    text-align: left;
    line-height: 2;
  }
  #asset section.intro .text br {
    display: none;
  }
  #asset section.values {
    padding: 55rem 0;
  }
  #asset section.values .wrap {
    width: 84%;
  }
  #asset section.values .header .num {
    font-size: 15rem;
    padding-bottom: 15rem;
    margin-bottom: 22rem;
  }
  #asset section.values .header .num::after {
    width: 12rem;
  }
  #asset section.values .header .title {
    font-size: 20px;
    line-height: 1.8;
    padding-bottom: 22rem;
    text-align: left;
  }
  #asset section.value01 .wrap {
    width: 100%;
  }
  #asset section.value01 .header {
    margin: 0 auto;
    width: 84%;
  }
  #asset section.value01 .header .text01 {
    padding: 25rem 7%;
    font-size: 15rem;
    margin-bottom: 20rem;
  }
  #asset section.value01 .header .annotation {
    text-align: left;
    padding-bottom: 65rem;
  }
  #asset section.value01 .in-section .sub-title {
    margin: 0 auto;
    width: 84%;
    font-size: 20px;
    line-height: 1.8;
    padding-bottom: 20rem;
    text-align: left;
  }
  #asset section.value01 .in-section .text {
    margin: 0 auto;
    width: 84%;
    font-size: 15px;
    padding-bottom: 30rem;
    text-align: left;
  }
  #asset section.value01 .in-section .text br {
    display: none;
  }
  #asset section.value01 .colum {
    background-color: #fff;
    padding: 60rem 10%;
  }
  #asset section.value01 .colum .colum-title {
    font-size: 15px;
    line-height: 1.8;
    padding-bottom: 20rem;
    text-align: left;
  }
  #asset section.value01 .colum .swipe-img {
    margin-bottom: 15rem;
  }
  #asset section.value01 .colum .images {
    margin-bottom: 30rem;
  }
  #asset section.value01 .colum .annotation {
    font-size: 11rem;
    text-align: left;
    margin-top: 15rem;
  }
  #asset section.value02 .header .text02 {
    font-size: 15px;
    text-align: left;
    padding-bottom: 40rem;
  }
  #asset section.value02 .header .text02 br {
    display: none;
  }
  #asset section.value02 .in-section .sub-title {
    font-size: 15rem;
    line-height: 1.8;
    padding-bottom: 16rem;
  }
  #asset section.value02 .in-section .text {
    font-size: 13rem;
    line-height: 2.1;
    padding-bottom: 60rem;
  }
  #asset section.value02 .in-section .colum-title {
    font-size: 13px;
    line-height: 1.8;
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
    padding-bottom: 20rem;
    font-weight: normal;
  }
  #asset section.value02 .in-section .colum-title .color {
    color: #A28037;
  }
  #asset section.value02 .in-section .images {
    margin-bottom: 24rem;
  }
  #asset section.value02 .in-section .annotation {
    text-align: left;
    font-size: 12rem;
    line-height: 2;
  }
  #asset section.value03 {
    padding-bottom: 40rem;
  }
  #asset section.value03 .header .text02 {
    font-size: 15px;
    padding-bottom: 43rem;
    text-align: left;
  }
  #asset section.value03 .header .text02 br {
    display: none;
  }
  #asset section.value03 .in-sections {
    display: block;
  }
  #asset section.value03 .in-section {
    width: auto;
    padding-bottom: 20rem;
  }
  #asset section.value03 .in-section .sub-title {
    font-size: 15rem;
    padding-bottom: 20rem;
    text-align: left;
  }
  #asset section.value03 .in-section .text {
    font-size: 15rem;
    line-height: 2.1;
    padding-bottom: 60rem;
  }
  #asset section.value03 .in-section .colum-title {
    font-size: 13px;
    padding-bottom: 14rem;
    text-align: left;
  }
  #asset section.value03 .in-section .images {
    margin-bottom: 24rem;
  }
  #asset section.value03 .in-section .annotation {
    text-align: left;
    font-size: 11rem;
    line-height: 2;
  }
  #asset section.value04 .images {
    max-width: 490rem;
  }
  #asset section.value04 .header .text02 {
    padding-bottom: 20rem;
    text-align: left;
    font-size: 15px;
  }
  #asset section.value04 .header .text02 br {
    display: none;
  }
  #asset section.value04 .img01 {
    padding-bottom: 55rem;
  }
  #asset section.value04 .in-section .sub-title {
    font-size: 20px;
    padding-bottom: 20rem;
    text-align: left;
  }
  #asset section.value04 .in-section .text01 {
    font-size: 15px;
    padding-bottom: 25rem;
    text-align: left;
  }
  #asset section.value04 .in-section .text01 br {
    display: none;
  }
  #asset section.value04 .in-section .img02 {
    padding-bottom: 7rem;
  }
  #asset section.value04 .in-section .annotation {
    text-align: left;
    font-size: 12rem;
    line-height: 2;
  }
}

/*# sourceMappingURL=asset.css.map */
