@charset "UTF-8";

/* ==========================================================================

  style CSS

========================================================================== */
.main__contents{
  background-size: cover;
  background-position: center center;
}
.main{
  background-image: url("../../img/main_ren.jpg");
  background-size: cover;
  background-position: top center;
}
.main__contents{
  display: flex;
  align-items: center;
  justify-content: center;
}
.main__contents .inner{
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
}
.main__contents a{
  display: inline-block;
  color: #fff;;
  line-height: 1;
}
.main__contents a::after{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  margin-top: 8px;
}

@media screen and (max-width: 979px) {
  .main{
    position: relative;
    display: flex;
    top: 70px;
  }
  .main__contents{
    width: 100%;
    height: calc(100svh - 70px);
  }
  .main__contents .logo{
    width: 100px;
    margin: 0 auto;
  }
  .main__title{
    margin-top: 30px;
    font-size: 15px;
  }
  
  .btn__scroll{
    position: absolute;
    left: calc(50% - 23px);
    bottom: 0;
  }
}

@media screen and (min-width: 980px){
  .main{
    display: flex;
  }
  .main__contents{
    width: 100%;
    height: 100svh;
  }
  .main__contents .logo{
    width: 130px;
    margin: 0 auto;
  }
  .main__title{
    margin-top: 40px;
    font-size: 20px;
  }
  
  .btn__scroll{
    position: absolute;
    left: calc(50% - 23px);
    bottom: 0;
  }
}

@media (hover: hover) and (pointer: fine) {
  .btn__scroll a{
    transition: opacity .4s;
  }
  .btn__scroll a:hover{
    opacity: .6;
  }
}




/* contents
========================================================================== */
.btn__contact{
  text-align: center;
}
.btn__contact a{
  display: inline-block;
  background: #C7000B;
  border-radius: 100vh;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.btn__contact a span{
  display: block;
}


@media screen and (max-width: 979px) {
  .section .wf-zen p{
    font-size: 16px;
  }
  .section .wf-lora p{
    font-size: 15px;
  }
  
  .column-2.reverse{
    flex-direction: row-reverse;
  }
  .column-2 .text{
    text-align: center;
    margin-top: 30px;
  }
  
  .section p+p{
    margin-top: 1em;
  }
  .sunset{
    display: flex;
    align-items: flex-end;
    height: 80vh;
    background-image: url("../img/photo03.jpg");
    background-position: center center;
    background-size: cover;
    color: #fff;
    padding: 0 10% 10% 10%;
  }
  .sunset p {
    word-break: break-all;
  }
  .sunset p br{
    display: none;
  }
  
  .soon{
    text-align: center;
  }
  .soon .photo{
    width: 90%;
    margin: 0 auto;
  }
  .soon .text{
    margin-top: 30px;
    font-size: 24px;
  }
  
  .btn__contact{
    margin-top: 140px;
  }
  .btn__contact a{
    width: 90%;
    padding: 20px;
  }
  .btn__contact a span:first-child{
    font-size: 15px;
  }
  .btn__contact a span:last-child{
    font-size: 20px;
    margin-top: 15px;
  }
}

@media screen and (min-width: 980px){
  .section .wf-zen p{
    font-size: 18px;
  }
  .section .wf-lora p{
    font-size: 17px;
  }

  .column-2{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .column-2.reverse{
    flex-direction: row-reverse;
  }
  .column-2 .photo{
    width: 54%;
  }
  .column-2 .text{
    width: 36%;
  }
  
  .section p+p{
    margin-top: 1em;
  }
  .sunset{
    display: flex;
    align-items: flex-end;
    height: 100svh;
    background-image: url("../img/photo03.jpg");
    background-position: center center;
    background-size: cover;
    color: #fff;
    padding: 0 0 5% 5%;
  }
  
  .soon{
    text-align: center;
  }
  .soon .photo{
    width: 600px;
    margin: 0 auto;
  }
  .soon .text{
    margin-top: 80px;
    font-size: 24px;
  }
  
  .btn__contact{
    margin-top: 140px;
  }
  .btn__contact a{
    width: 600px;
    padding: 30px;
  }
  .btn__contact a span:first-child{
    font-size: 15px;
  }
  .btn__contact a span:last-child{
    font-size: 25px;
    margin-top: 20px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .btn__contact a{
    transition: background .4s;
  }
  .btn__contact a:hover{
    background: #000;
  }
}