@charset "UTF-8";
body {
  margin: 0;
}
.yado-body {
  margin: 0;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.yado-body * {
  box-sizing: border-box;
  line-height: 1.7;
}
p,h2,h3 {
  margin: 0;
}
.en {
  font-size: 12px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.min {
  font-size: 26px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
}
section {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.wbg {
  width: 100%;
  background: url(../img/yado/wbg.jpg);
}
.w1200 {
  width: 100%;
  max-width: 1200px;
}
.w800 {
  width: 100%;
  max-width: 800px;
}
.content {
  padding: 0 2vw;
  margin: 0 auto;
}
.sec1 {
  width: 100%;
  height: 100vh;
  min-height: 520px;
  background: url(../img/yado/sec1-bg.jpg) no-repeat center / cover;
  color: #fff;
}
.yado-logo {
  margin: auto;
  width: 180px;
  padding-top: 60px;
}
.sec1 .block {
  display: flex;
  width: 100%;
  background: linear-gradient(to top, rgba(0,0,0,1)20%,rgba(0,0,0,0.8) 60%,rgba(0,0,0,0));
  padding: 30px 3vw;
  align-items: center;
}
.sec1 .ttl {
  white-space: nowrap;
}
.sec1 .txt {
  font-size: 14px;
  margin-left: 3vw;
  padding-left: 3vw;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .min {
    font-size: 23px;
  }
  .content {
    padding: 30px;
  }
  .yado-logo {
    width: 140px;
  }
  .sec1 .block {
    flex-direction: column;
    align-items: flex-start;
    background: linear-gradient(to top, rgba(0,0,0,1)20%,rgba(0,0,0,0));
  }
  .sec1 .txt {
    font-size: 14px;
    margin-left: 0;
    padding-left: 0;
    margin-top: 20px;
    padding-top: 20px;
    border-left: none;
    border-top: 1px solid #fff;
  }
}
.sec2 {
  width: 100%;
  height: 100vh;
  min-height: 520px;
  background: url(../img/yado/sec2-bg.jpg) no-repeat center / cover;
  color: #fff;
}
.sec2 .block {
  display: flex;
  padding: 30px 3vw;
  align-items: center;
  margin: auto;
}
.sec2 .txt {
  font-size: 14px;
  margin-left: 3vw;
  padding-left: 3vw;
  border-left: 1px solid #fff;
}

@media screen and (max-width: 600px) {
  .sec2 .block {
    flex-direction: column;
    align-items: flex-start;
  }
  .sec2 .txt {
    font-size: 14px;
    margin-left: 0;
    padding-left: 0;
    margin-top: 30px;
    padding-top: 30px;
    border-left: none;
    border-top: 1px solid #fff;
  }
}
.sec3 {
  padding: 90px 0;
}
.sec3 .item {
  width: 100%;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}
.yado-img {
  display: flex;
  overflow: hidden;
}
.yado-img img {
  width: 100%;
  height: 100%;
}
.yado-text {
  width: 100%;
  margin: auto 0;
  display: flex;
  flex-direction: column;
}
.border {
  width: 100%;
  height: 1px;
  background-color: #bbb;
}
.en.yado-text-en {
  display: flex;
  width: 100%;
  font-size: 14px;
  justify-content: space-between;
}
.en.yado-text-en span {
  margin-left: 20px;
}
.b-top-text {
  margin-top: 0;
  margin-bottom: 40px;
}
.b-btm-text {
  margin-bottom: 0;
}
.border.btm {
  margin-top: 40px;
}
.yado-text .txt {
  font-size: 16px;
  margin: 30px 0;
}
.yado-text .text-tags {
  display: flex;
}
.yado-text .text-tags span {
  display: flex;
  color: #555;
  font-size: 12px;
  margin-right: 30px;
}
.yado-text .text-tags span:last-of-type {
  margin-right: 0;
}
.sec3 .item01 .yado-img {
  width: 40%;
}
.sec3 .item01 .yado-text {
  width: 57%;
}
.sec3 .item02 .yado-img {
  width: 48%;
}
.sec3 .item02 .yado-text {
  width: 49%;
}
.sec3 .item03 .yado-img {
  width: 57%;
}
.sec3 .item03 .yado-text {
  width: 40%;
}
.sec3 .item04 .yado-img {
  width: 45%;
}
.sec3 .item04 .yado-text {
  width: 52%;
}
.sec3 .item05 .yado-img {
  width: 60%;
}
.sec3 .item05 .yado-text {
  width: 37%;
}

@media screen and (max-width: 800px) {
  .sec3 .item {
    flex-direction: column;
    padding-right: 0;
  }
  .sec3 .item .yado-img {
    width: 100%;
  }
  .sec3 .item .yado-text {
    width: 100%;
    padding: 30px;
  }
}

.local {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 520px;
}
.local-ttl {
  font-size: 62px;
  color: #fff;
}
.local-bg {
  width: 100%;
  height: 100vh;
  min-height: 520px;
  background: url(../img/yado/local-bg.jpg) no-repeat center / cover;
  position: fixed;
  z-index: -2;
  top: 0;
}
.inner {
  width: 100%;
  max-width: 1200px;
  padding: 90px 2vw;
  margin: 0 auto;
}
.tac {
  text-align: center;
}
.sec4 .tac {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media screen and (max-width: 600px) {
  .local-ttl {
    font-size: 38px;
  }
  .sec4 .tac {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.yado-text-ttl {
  font-size: 28px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: -20px;
}
.yado-text-ttl span {
  font-size: 14px;
  color: #999;
  font-weight: 400;
  margin-left: 10px;
}
.link-img {
  display: flex;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.link-img img {
  display: flex;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.sec4 .block {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.sec4 .block .item {
  width: 47%;
}

@media screen and (max-width: 600px) {
  .yado-text-ttl {
    font-size: 24px;
  }
  .sec4 .block {
    flex-direction: column;
  }
  .sec4 .block .item {
    width: 100%;
  }
  .sec4 .block .item:first-of-type {
    margin-bottom: 60px;
  }
}

@media (hover: hover) and (pointer: fine) {
    .link-img:hover img.fade {
        transform: scale(110%) !important;
    }
}

.sec5 {
  width: 100%;
  height: 100vh;
  min-height: 520px;
  background: url(../img/yado/about-bg.jpg) no-repeat center / cover;
}
.about {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 0 3vw;
}
.about .border {
  background-color: #555;
}
.about .item {
  width: 100%;
  margin: auto;
}
.about-inner {
  display: flex;
  margin: auto;
  margin-top: 40px;
}
.about-ttl {
  margin-right: 40px;
}
.about-ttl .text-ttl {
  font-size: 36px;
  letter-spacing: 2px;
}
.about-ttl .en {
  letter-spacing: 1px;
}
.about-inner .txt {
  font-size: 14px;
  margin-top: 0;
  line-height: 2.5;
}

@media screen and (max-width: 800px) {
  .about-ttl .text-ttl {
    font-size: 28px;
  }
}

@media screen and (max-width: 600px) {
  .about-inner {
    flex-direction: column;
  }
  .about-ttl .text-ttl {
    font-size: 26px;
  }
  .about-ttl {
    margin-bottom: 40px;
  }
  .about {
    padding: 0 30px;
  }
  .about-inner .txt {
    line-height: 1.7;
  }
}

.yado-text .btn {
  margin: 40px 0 0 auto;
}
.yado-img img {
  object-fit: cover;
}

.local-sec1 .top-img {
  width: 90%;
  max-width: 1100px;
  height: 600px;
  margin: 80px auto 80px auto;
}
.local-jp .top-img {
  background: url(../img/yado/jp-top.jpg) no-repeat top center / cover;
}
.local-fi .top-img {
  background: url(../img/yado/fi-top.jpg) no-repeat bottom center / cover;
}
.local-sec1 .text-ttl {
  margin-top: 40px;
}
.local-sec2 {
  padding-top: 120px;
}
.local-sec2 h2 {
  text-align: center;
  font-size: 23px;
  margin-bottom: 40px;
}
.local-sec2 .txt {
  font-size: 14px;
  text-align: center;
  margin-bottom: 40px;
}
.local-sec2 .yado-img {
  width: 100%;
  max-width: 600px;
  height: 400px;
  margin: 0 auto 40px auto;
}
.local-sec2 .item .txt:last-child,.local-sec2 .item .yado-img:last-child {
  margin-bottom: 0;
}
.local-sec2 .item {
  margin-bottom: 120px;
}
.local-sec2 .item:last-of-type {
  margin-bottom: 0;
}
.local-sec2 .yado-img.long {
  max-width: 420px;
  height: 530px;
}
.local-sec2 .yado-img.wide {
  max-width: 720px;
  height: 480px;
}
.local-sec3 {
  padding-top: 120px;
}
.local-sec3 .item {
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
.local-sec3 .item iframe {
  width: 100%;
  height: 100%;
}
.local-sec3 .item {
  margin-bottom: 60px;
}
.local-sec4 .btm-img {
  width: 90%;
  max-width: 1100px;
  height: 700px;
  margin: 0 auto 80px auto;
}
.local-jp .btm-img {
  background: url(../img/yado/jp-btm.jpg) no-repeat center top / cover;
}
.local-fi .btm-img {
  background: url(../img/yado/fi-btm.jpg) no-repeat center top / cover;
}
@media screen and (max-width: 600px) {
  .local-sec1 .top-img {
    width: 100%;
    height: 320px;
    margin: 0 auto 40px auto;
  }
  .local-sec4 .btm-img {
    width: 100%;
    height: 320px;
    margin: 20px auto 0 auto;
  }
  .local-sec2 {
    padding-top: 20px;
  }
  .local-sec2 h2 {
    font-size: 21px;
  }
  .local-sec2 .yado-img {
    height: 230px;
  }
  .local-sec2 .yado-img.long {
    width: 85%;
    height: 320px;
  }
  .local-sec2 .yado-img.wide {
    width: 100%;
    height: 260px;
  }
  .local-sec2 .item {
    margin-bottom: 60px;
  }
  .local-sec2 .item:last-of-type {
    margin-bottom: 0;
  }
  .local-sec3 .item {
    margin-bottom: 30px;
  }
  .local-sec3 {
    padding-top: 30px;
  }
  .local-sec3 .content {
    padding: 30px 2vw;
  }
}

/* //////////animation////////// */

.fade {
    opacity: 0;
    transform: scale(120%);
    transition: all 1.3s;
}

.fade-up {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1.3s;
}

.fade-R {
    opacity: 0;
    transform: translateX(20px);
    transition: all 1.3s;
}

.fade-L {
    opacity: 0;
    transform: translateX(-20px);
    transition: all 1.3s;
}