.pc{
    display: block;
}
.sp{
    display: none;
}
.relative{
    position: relative;
}
.abs{
    position: absolute;
}
p{
    font-family: "Shippori Mincho", serif;
    font-size: 16px;
    color: #35312a;
}
a{
    opacity: 1;
    transition: opacity 3s ease;
}
a:hover{
    opacity: 0.5;
}
.container{
    max-width: 1320px;
    margin: 0 auto;
}
.note{
    font-size: 12px;
}
.dli-chevron-right {
    display: inline-block;
    vertical-align: baseline;
    color: #fff;
    width: 0.6em;
    height: 0.6em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
    margin-left: 5px;
}
.mainVisual .abs{
    width: 100%;
    top: 0;
    left: 0;
}
.mainVisual .abs img {
    opacity: 0;
    filter: blur(3px);
    transition: opacity 3s ease, filter 3s ease;
}
.mainVisual .abs .third{
    filter: none;
}
.mainVisual .abs img.show {
    opacity: 1;
    filter: blur(0);
}
@keyframes slideIn {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
.mainVisual .slide-in {
    animation: slideIn 3s forwards;
}
.picPointWrap{
    background-color: #002a30;
    padding-top: 20px;
}
.picPointBox{
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}
.picPointBox li{
    flex: 1;
    border-right: 1.5px solid #9e9e9f;
    padding-left: 20px;
    padding-right: 20px;
}
.picPointBox li:nth-child(1){
    flex-basis: 333px;
    flex-grow: 333;
}
.picPointBox li:nth-child(2){
    flex-basis: 380px;
    flex-grow: 380;
}
.picPointBox li:nth-child(3){
    flex-basis: 374px;
    flex-grow: 374;
}
.picPointBox li:last-child{
    border-right: none;
}
.picPointWrap .note{
    color: #fff;
    padding-bottom: 20px;
}
.catchWrap{
    background-color: #000;
    padding-top: 1vw;
    padding-bottom: 1vw;
    text-align: center;
}
.catchWrap p{
    color: #fff;
    font-size: calc(1em + 1vw);
    letter-spacing: 0.5em;
}
.compWrap{
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.grada{
    display: inline-block;
    background: linear-gradient(180deg, #e3d08b 18%, #ae9863 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.comp{
    font-size: calc(2em + 3vw);
}
.modelBgWrap{
    background-image: url(../img/top/modelBg_pc@2x.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 3vw;
    padding-bottom: 3vw;
    text-align: center;
}
.modelBgWrap .grada{
    font-size: calc(2em + 2.5vw);
}
.modelBgWrap .txt{
    color: #fff;
    font-size: calc(1em + 0.7vw);
    letter-spacing: 0.2em;
    padding-bottom: 30px;
}
.reserveBtn{
    background: linear-gradient(180deg, #9e4538 0%, #532820 100%);
    width: 480px;
    margin: 0 auto;
    transition: color 3s ease;
}
.reserveBtn a{
    color: #fff;
    font-size: calc(1em + 0.8vw);
    letter-spacing: 0.2em;
    display: block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.reserveBtn a::before{
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    transform: skewX(-25deg);
}
.reserveBtn a:hover::before{
    animation: shine 0.7s;
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.lpWrap{
    padding-top: 5vw;
    padding-bottom: 5vw;
}
.latestLpBox{
    padding-bottom: 50px;
}
.latestLpBox .note{
    padding-top: 10px;
}
.lpBox li{
    padding-bottom: 50px;
}
.latestLpBox,
.lpBox li{
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 3s, transform 3s;
}
.latestLpBox.visible,
.lpBox li.visible {
    opacity: 1;
    transform: translateY(0);
}
.infoWrap{
    text-align: center;
    padding-bottom: 5vw;
}
.infoBox{
    display: flex;
    padding-top: 50px;
}
.infoBox img:nth-child(1){
    flex-basis: 345px;
    flex-grow: 345;
}
.infoBox img:nth-child(2){
    flex-basis: 653px;
    flex-grow: 653;
}
.information_block{
    margin: 0 auto;
    width: 1320px;
}
.newsWrap{
    background-color: #002a30;
    padding-top: 5vw;
    padding-bottom: 5vw;
    text-align: center;
}
.newsWrap .topTtl{
    color: #fff;
    padding-bottom: 50px;
}
.newsWrap .topTtl::before {
    background-color: #007b8c;
    bottom: 35px;
}
.information_block dl dt,
.information_block dl dd{
    font-family: "Shippori Mincho", serif;
    text-align: left;
}
.galleryWrap{
    text-align: center;
    padding-top: 5vw;
    padding-bottom: 5vw;
}
.galleryWrap .txt{
    padding-top: 50px;
    padding-bottom: 3vw;
    font-size: calc(1em + 0.5vw);
}
.galleryBox ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.galleryBox ul .inview.show{
    position: relative;
}
.galleryBox ul .inview.show a{
    display: block;
    width: 100%;
}
.galleryBox ul .txtBox{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.galleryBox ul .txtBox p{
    color: #fff;
}
.galleryBox ul .txtBox .viewTxt{
    padding-bottom: 10px;
    font-size: calc(1em + 0.4vw);
}
.galleryBox ul .txtBox .box{
    width: calc(180px + 1vw);
    background-color: #002a30;
    border: 0.4px solid #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
.galleryBox .note{
    text-align: right;
    padding-top: 10px;
    padding-bottom: 20px;
}
.galleryWrap .galleryBox:last-child ul{
    gap: 20px;
}
.contentNavBox{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.contentNavBox li{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 485px;
    overflow: hidden;
    position: relative;
}
.contentNavBox li:nth-child(1){
    background-image: url(../img/top/conceptBg@2x.jpg);
}
.contentNavBox li:nth-child(2){
    background-image: url(../img/top/locationBg@2x.jpg);
}
.contentNavBox li:nth-child(3){
    background-image: url(../img/top/designBg@2x.jpg);
}
.contentNavBox li:nth-child(4){
    background-image: url(../img/top/planBg@2x.jpg);
}
.contentNavBox li:nth-child(5){
    background-image: url(../img/top/equipmentBg@2x.jpg);
}
.contentNavBox li:nth-child(6){
    background-image: url(../img/top/iotBg@2x.jpg);
}
.contentNavBox li::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
    pointer-events: none;
    transition: background-color 3s ease;
}
.contentNavBox li:hover::before {
    background-color: rgba(0, 0, 0, 0.1);
}
.contentNavBox li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 2;
}
.contentNavBox li a:hover{
    opacity: 1;
}
.contentNavBox li .txtBox{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.contentNavBox h4{
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-family: "Shippori Mincho", serif;
    font-size: calc(1em + 0.8vw);
    letter-spacing: 0.1em;
    font-weight: 400;
}
.contentNavBox h4::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: inline-block;
    width: 5vw;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
}
.contentNavBox .txt{
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    padding-top: 30px;
    padding-bottom: 10px;
}
.contentNavBox .more p{
    color: #fff;
    width: calc(180px + 1vw);
    margin: 0 auto;
    background-color: #002a30;
    border: 0.4px solid #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
.allNoteWrap{
    padding-top: 5vw;
    padding-bottom: 5vw;
}
.allNoteWrap p,
.allNoteWrap ul{
    font-size: 12px;
}

@media screen and (max-width: 1319px){
    .container{
        width: 90%;
    }
    .information_block{
        width: 90%;
    }
}
@media screen and (max-width: 768px){
    body{
        overflow-x: hidden;
    }
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .picPointBox {
        display: block;
        width: 90%;
        margin: 0 auto;
    }
    .picPointBox li {
        border-right: none;
        padding-left: 0;
        padding-right: 0;
        border-bottom: 1.5px solid #9e9e9f;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .picPointBox li:last-child{
        border-bottom: none;
    }
    .picPointWrap .note {
        padding-top: 10px;
        padding-bottom: 0;
    }
    .catchWrap {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .catchWrap p {
        font-size: calc(1em + 3vw);
    }
    .comp {
        font-size: calc(2em + 5vw);
    }
    .modelBgWrap{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .modelBgWrap .grada{
        font-size: calc(2em + 4vw);
        line-height: 1.1em;
        padding-bottom: 20px;
    }
    .reserveBtn {
        width: 400px;
    }
    .reserveBtn a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .modelBgWrap{
        background-image: url(../img/top/modelBg_sp@2x.jpg);
    }
    .lpWrap {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .lpBox li:last-child{
        padding-bottom: 0;
    }
    .infoWrap {
        padding-bottom: 80px;
    }
    .infoBox {
        display: block;
        padding-top: 20px;
    }
    .infoBox img:nth-child(1) {
        padding-bottom: 20px;
        width: 345px;
    }
    .infoBox img:nth-child(2) {
        max-width: 653px;
    }
    .information_block {
        padding: 20px 0 20px 0;
        width: 70%;
    }
    .information_block div{
        width: 90%;
        margin: 0 auto;
    }
    .information_block dl dt,
    .information_block dl dd {
        margin: 0 auto;
    }
    .information_block div > p {
        position: relative;
        margin: 0 auto;
    }
    .topTtl {
        font-size: 30px;
    }
    .topTtl::before {
        width: calc(100vw - 90%);
        bottom: -10px;
    }
    .newsWrap .topTtl::before {
        bottom: 20px;
    }
    .newsWrap .topTtl {
        padding-bottom: 30px;
    }
    .galleryWrap {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .galleryWrap .txt {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .galleryBox ul {
        display: block;
    }
    .galleryBox .note {
        padding-bottom: 50px;
    }
    .galleryBox:last-child ul li:first-child{
        padding-bottom: 20px;
    }
    .contentNavBox {
        grid-template-columns: 1fr;
    }
    .contentNavBox h4 {
        font-size: 33px;
        line-height: 1em;
    }
    .contentNavBox h4::before {
        width: calc(100vw - 90%);
    }
    .contentNavBox .txt {
        padding-bottom: 50px;
    }
}
@media screen and (min-width: 500px){
    .w499{
        display: none;
    }
}
@media screen and (max-width: 499px){
    .w499{
        display: block;
    }
    .catchWrap p {
        font-size: 20px;
    }
    .comp {
        font-size: calc(2em + 3vw);
    }
    .modelBgWrap .grada {
        font-size: calc(2em + 5vw);
    }
    .reserveBtn {
        width: 80%;
    }
}