﻿@charset "utf-8";
.life .general-section .inner-wide {
    max-width: 1200px;
}
.mv-head{
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.mv-head::after{
    content: '';
    margin: 160px auto 0;
    display: block;
    width: 1px;
    height: 120px;
    background: #fff;
}
.mv-head .primary-heading{
    position: relative;
    padding-bottom: 0.4em;
}
.mv-head .primary-heading::before{
    content: '';
    display: block;
    margin-left: -32px;
    position: absolute;
    left: 50%;
    bottom: -4px;
    transform: translateX(-50%);
    height: 1px;
    width: 900px;
    background: #707070;
}
.mv-head .primary-heading::after{
    content: '';
    margin-top: 8px;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    height: 1px;
    width: 900px;
    background: #707070;
}
.mv-head .tertiary-heading.jp{
    margin-top: 2em;
    margin-bottom: 0;
}
.bg-dark{
    background: url(../../img/kyoto/bg-01.jpg) no-repeat top center;
    background-size: cover;
}
.life-ankers{
    margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
}
.life-anker a{
    padding: 40px 32px;
    aspect-ratio: 38 / 47;
    display: block;
    color: #fff;
    border-radius: 20px;
}
.life-anker:first-child a{
    background: url(../../img/kyoto/image-01.jpg) no-repeat top center;
    background-size: cover;
}
.life-anker:nth-of-type(2) a{
    background: url(../../img/kyoto/image-02.jpg) no-repeat top center;
    background-size: cover;
}
.life-anker:last-child a{
    background: url(../../img/kyoto/image-03.jpg) no-repeat top center;
    background-size: cover;
}
.life-anker-num{
    margin-bottom: 60px;
    display: inline-block;
    font-size: 52px;
    font-style: italic;
    line-height: 1;
    position: relative;
}
.life-anker-num::before{
    content: '';
    display: block;
    width: 1px;
    height: 110px;
    background: #fff;
    position: absolute;
    top: -8px;
    right: -8px;
    transform: rotate(45deg);
}
.life-head{
    position: relative;
}
.life-head-num{
    margin-right: .2em;
    font-size: 76px;
    line-height: 1;
    font-style: italic;
}
.life-head .tertiary-heading{
    position: relative;
    color: #543F32;
    display: inline-block;
    line-height: 1;
    padding-bottom: .4em;
}
.life-head .tertiary-heading::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 1px;
    margin-left: -100vw;
    background: #543F32;
}
.life-head .primary-heading{
    color: #543F32;
}
.life-head .tertiary-heading.is-light{
    color: #fff;
}
.life-head .tertiary-heading.is-light::after{
    background: #fff;
}
.life-head .primary-heading.is-light{
    color: #fff;
}
.life-head-img{
    padding: 0 calc((100% - 1032px) / 2) 0 0;
    width: calc(100% - 16px);
}
.life-head-inner{
    width: calc(100% - 32px);
    margin: 0 auto;
    max-width: 1200px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
}
.life-label{
    padding: 60px 0 50px;
    margin: -6% 0 120px auto;
    width: 50%;
    position: relative;
    background: rgba(197, 189, 163, .8);
    z-index: 1;
}
.life-label::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
}
.life-label-inner{
    padding-left: 16px;
    max-width: 600px;
    width: calc(100% - 16px);
}
.life-grid{
    display: grid;
    grid-template-columns: 1fr 49%;
    gap: 48px;
}
.life-item .secondary-heading{
    border-bottom: 1px solid;
    margin-bottom: .4em;
    max-width: 600px;
    width: 100%;
}
.life-item .tertiary-heading{
    font-size: 18px;
}
.life-item .note{
    margin: 2em 0 0;
    line-height: 2.2;
}
.life-slide .img-wrapper .caption{
    left: auto;
    right: 0;
    margin: 0;
    line-height: 1;
    padding: .4em .8em;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}
.life-container .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 12px;
    height: 12px;
    font-family: "slick";
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #B4A399;
    opacity: 0.5;
}
.life-container .slick-dots li button:hover:before, .life-container .slick-dots li button:focus:before {
    opacity: 1;
}
.life-container .slick-dots {
    text-align: left;
}
.life-container .slick-dots li button {
    height: 12px;
    width: 12px;
    padding: 0;
}
.life-container .slick-dots li {
    height: 12px;
    width: 12px;
    margin: 0 2px;
}
.life-container .slick-dots li.slick-active button:before {
    opacity: 1;
}
.life-map-grid{
    margin-top: 120px;
    margin-bottom: 120px;
    display: grid;
    grid-template-columns: 1fr 50%;
    gap: 40px;
}
.life-map-lists{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
}
.life-map-list .img-wrapper .caption{
    font-size: 11px;
}
.life-btn{
    padding: 32px 0;
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
    background: #CEC9B2;
    cursor: pointer;
}
.life-btn-text{
    position: relative;
    margin-bottom: 0;
}
.life-btn-text::before{
    content: '';
    display: block;
    aspect-ratio: 1 / 1;
    width: 50px;
    background: url(../../img/kyoto/btn-icon.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    margin-top: -25px;
    top: 50%;
    right: 20px;
    transition: .2s;
}
.is-active .life-btn-text::before{
    transform: rotate(135deg);
}
.life-btn-body{
    display: none;
    margin: 40px auto;
    max-width: 800px;
    width: 100%;
    background: #fff;
    padding: 32px;
    border: 1px solid #543F32;
}
.life-btn-locs{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 32px 8px;
}
.life-btn-loc .caption{
    line-height: 1.3;
}
.life-btn-body-item{
    margin-top: 40px;
}
.life-btn + .life-btn{
    margin-top: 32px;
}
.life-btn-skds{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
}
.life-btn-skd .note{
    margin: .4em  0 0;
}

.life-btn + .life-grid{
    margin-top: 100px;
}
.bg-02{
    background: url(../../img/kyoto/bg-02.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
}
.bg-02-cap{
    position: absolute;
    bottom: 0;
    left: 8px;
    right: 8px;
    z-index: 1;
}
.life-01-wrap{
    margin-top: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}
.life-01-text {
    margin-top: 1em;
}
.life-01{
    padding-top: 160px;
}
.life-02{
    padding-top: 100px;
}
.life-02-body{
    margin-top: -288.5px;
    padding-top: 268px;
    background: url(../../img/kyoto/bg-03.png) no-repeat top center;
    background-size: 100%;
    position: relative;
}
.life-02-body-cap{
    position: absolute;
    top: 50px;
    left: 4px;
}
.life-02-map{
    margin: 140px auto;
    max-width: 1000px;
    width: 100%;
}
.life-02-lists{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 32px;
}
.life-02-list .caption{
    line-height: 1.3;
}
.life-02-graph-area{
    background-color: #F0F0F0;
    padding: 100px 0;
}
.life-02-graph{
    margin: 0 auto;
    max-width: 1200px;
}
.life-02-graph .secondary-heading{
    margin-bottom: 20px;
    line-height: 2;
}
.life-02-title{
    margin-top: 120px;
}
.life-02-graph-wrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 52px;
    margin-top: 60px;
}
.life-03{
    padding-top: 160px;
}
.life-grid + .life-grid{
    margin-top: 120px;
}
.bg-04{
    background: url(../../img/kyoto/bg-04.png) no-repeat top center;
    background-size: 100%;
}
.life-03-plan{
    margin-top: 100px;
}
.life-03-wrap{
    margin:  0 0 80px auto;
    padding: 0 0 0 calc((100% - 1032px) / 2);
    width: calc(100% - 16px);
    display: flex;
}
.life-03-item:first-child{
    max-width: 400px;
    width: 100%;
}
.life-03-item:last-child{
    width: calc(100% - 400px);
}
.life-03-slide{
    margin: 0 0.4vw;
    transform: translateX(32%);
}
.life-03-container .slick-prev{
    left: -400px;
    top: auto;
    bottom: 0;
    display: block;
    width: 45px;
    height: auto;
    aspect-ratio: 1 / 1;
    background: url(../../img/kyoto/prev.svg) no-repeat top center;
    background-size: contain;
}
.life-03-container .slick-prev:before{
    content: none;
}
.life-03-container .slick-next{
    left: -340px;
    top: auto;
    right: auto;
    bottom: 0;
    display: block;
    width: 45px;
    height: auto;
    aspect-ratio: 1 / 1;
    background: url(../../img/kyoto/next.svg) no-repeat top center;
    background-size: contain;
}
.life-03-container .slick-next:before{
    content: none;
}
.life-03-model{
    margin-bottom: 120px;
}
.life-model-container .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    color: #B4A399;
    opacity: 0.5;
}
.life-model-container .slick-dots li button:hover:before, .life-model-container .slick-dots li button:focus:before {
    opacity: 1;
}
.life-model-container .slick-dots li button {
    height: 12px;
    width: 12px;
    padding: 0;
}
.life-model-container .slick-dots li {
    height: 12px;
    width: 12px;
    margin: 0 2px;
}
.life-model-container .slick-dots li.slick-active button:before {
    opacity: 1;
}
.bg-05{
    background: url(../../img/kyoto/bg-05.png) no-repeat top -45% center;
    background-size: 100%;
}
.life-03-graph{
    margin: 0 auto 100px;
    max-width: 1000px;
}
.life-scene{
    position: relative;
}
.life-scene-perse{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28%;
}
.life-scene-wrap{
    margin: 0 0 0 auto;
    max-width: 1100px;
    width: 80%;
}
.general-section.life-scene .inner-wide {
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
}
.life-btm{
    padding: 60px 16px;
    background: url(../../img/kyoto/image-30.jpg) no-repeat center center;
    background-size: cover;
}
.life-btm .primary-heading{
    font-size: 56px;
    margin-bottom: .4em;
    line-height: 1;
}
.life-btm .tertiary-heading{
    margin-bottom: 2em;
}
.life-btm-btns{
    display: grid;
    grid-template-columns: 320px 320px;
    justify-content: center;
    gap: 32px;
}
.life-btm-btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    height: 60px;
    font-size: 20px;
    color: #543F32;
}
.life-scroll{
    display: none;
}
.life-scene-perse .caption{
    text-shadow: 0 0 4px rgba(0,0,0,1), 0 0 8px rgba(0,0,0,1);
}
.life-scene-wrap .caption-life-scene{
    display: none;
}

.is-brn{
    color: #543F32;
}
.is-beg{
    color: #CEC9B2;
}
.is-cloud{
    text-shadow: 0 0 1px rgba(255,255,255,.8), 0 0 4px rgba(255,255,255,.4);
}
/* @media
 * ========================================================================== */
@media screen and (max-width: 1150px) {
    .life-03-slide {
        margin: 0 8px;
        transform: translateX(calc(-71.5%));
    }
}
@media screen and (max-width: 1050px) {
    .life-02-lists {
        gap: 16px;
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 767px) {
    .bg-dark{
        background: url(../../img/kyoto/bg-01-sp.jpg) no-repeat top center;
        background-size: cover;
    }
    .mv-head {
        top: 56%;
    }
    .mv-head::after {
        margin: 48px auto 0;
        height: 80px;
    }
    .mv-head .primary-heading::before{
        margin-left: -12px;
        width: 320px;
    }
    .mv-head .primary-heading::after{
        width: 320px;
    }
    .life-ankers {
        margin-top: 40px;
        margin-right: -16px;
        padding: 0 32px 0 16px;
        width: calc(100% + 16px);
        display: grid;
        grid-template-columns: 75vw 75vw 75vw;
        gap: 16px;
        overflow-x: scroll;
    }
    #area3{
        padding-top:71px;
        margin-top:-71px;
    }
    .life-head-num {
        font-size: 40px;
    }
    .life-label {
        padding: 20px 0 ;
        margin: -6% 0 40px auto;
        width: calc(100% - 70px);
    }
    .life-label .note{
        font-size: 10px;
    }
    .life-item .secondary-heading{
        font-size: 19px;
    }
    .life-grid {
        margin: 0 auto;
        width: calc(100% - 32px);
        grid-template-columns: 100%;
        gap: 32px;
    }
    .life-item .tertiary-heading {
        font-size: 16px;
    }
    .life-item .note{
        font-size: 13px;
        line-height: 1.6;
    }
    .life-map-grid {
        margin: 40px auto;
        width: calc(100% - 32px);
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .life-map-lists {
        gap: 12px;
    }
    .life-map-list .img-wrapper .caption{
        font-size: 10px;
    }
    .life-btn {
        padding: 20px 0;
        width: calc(100% - 32px);
    }
    .life-btn-text {
        font-size: 16px;
    }
    .life-btn-text::before {
        width: 20px;
        margin-top: -10px;
        right: 8px;
    }
    .life-btn + .life-btn {
        margin-top: 16px;
    }
    .life-btn + .life-grid {
        margin-top: 60px;
    }
    .life-01 {
        padding-top: 60px;
    }
    .life-01-wrap {
        margin: 48px auto 0;
        width: calc(100% - 32px);
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .life-01-text {
        font-size: 11px;
        line-height: 1.4;
    }
    #area1 + .general-section .inner{
        padding-bottom: 60px;
    }
    .bg-02.general-section .inner{
        padding: 60px 0;
    }
    .bg-02 {
        background: url(../../img/kyoto/bg-02-sp.jpg) no-repeat top center;
        background-size: cover;
    }
    .life-02 {
        padding-top: 80px;
    }
    .life-02-body {
        padding-top: 320px;
        background: url(../../img/kyoto/bg-03-sp.png) no-repeat top 9% center;
        background-size: 100%;
    }
    .life-02-graph-area{
        padding: 60px 0;
    }
    .life-02-lists {
        margin: 0 auto 20px;
        width: calc(100% - 32px);
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    .life-02-map {
        margin: 60px auto;
        width: calc(100% - 32px);
    }
    .life-02-graph .secondary-heading{
        margin-bottom: 18px;
        line-height: 1.4;
    }
    .life-02-graph-item {
        width: calc(100% - 32px);
        margin: 24px auto 0;
    }
    .life-02-title{
        margin-top: 80px;
    }
    .life-02-graph-wrap{
        display: block;
        margin-top: 30px;
    }
    .life-02-cap{
        margin: 0 auto 20px;
        width: calc(100% - 32px);
    }
    .life-02-cap span{
        display: block;
        border-bottom: 1px solid;
    }
    .life-02-body-cap {
        top: 12.4%;
        left: auto;
        right: 4px;
        display: none;
    }
    .life-03-plan{
        margin-top: 40px;
    }
    .life-03-wrap {
        margin: 0 auto 80px;
        padding: 0;
        width: calc(100% - 64px);
        flex-direction: column;
    }
    .life-03-item:last-child {
        width: 100%;
    }
    .life-03-container {
        margin: 0 -8px;
    }
    .life-03-slide {
        margin: 0 8px;
        transform: translateX(0);
    }
    .life-03-container .slick-prev{
        left: 8px;
        top: auto;
        bottom: -68px;
        width: 32px;
    }
    .life-03-container .slick-next{
        left: 60px;
        top: auto;
        right: auto;
        bottom: -68px;
        width: 32px;
    }
    .life-btn-body{
        display: none;
        margin: 16px auto;
        width: calc(100% - 32px);
        padding: 16px;
    }
    .life-btn-skds {
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .life-btn-body-item {
        margin-top: 16px;
    }
    .life-btn-skd .note {
        font-size: 12px;
    }
    .life-btn-skd{
        width: calc(50% - 4px);
    }

    .life-btm{
        padding: 40px 32px;
    }
    .life-btm .primary-heading{
        font-size: 36px;
        margin-bottom: .4em;
        line-height: 1;
    }
    .life-btm-btns{
        display: grid;
        grid-template-columns:1fr;
        justify-content: center;
        gap: 16px;
    }
    .life-btm-btn a{
        height: 48px;
        font-size: 16px;
    }
    .life-item.only{
        margin: 0 auto;
        width: calc(100% - 32px);
    }
    .life-btn-body-item .caption.text-center{
        text-align: left;
    }
    .life-btn-locs {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px 4px;
    }
    .life-03-model {
        margin-bottom: 100px;
        margin-left: -16px;
        margin-right: -16px;
    }
    .life-03-detail-wrap{
        margin-right: -32px;
        overflow-x: scroll;
        position: relative;
        padding-right: 32px;
    }
    .life-03-detail-wrap.second{
        margin-left: -32px;
    }
    .life-03-detail-wrap img{
        width: 200vw;
        max-width: unset;
    }
    .caption.life-03-cap{
        top: 10px;
        bottom: auto;
    }
    .bg-04 {
        background: url(../../img/kyoto/bg-04.png) no-repeat top 0 center;
        background-size: 100%;
    }
    .life-scene .secondary-heading{
        margin-bottom: 0;
    }
    .life-scene-wrap {
        overflow-x: scroll;
        position: relative;
        width: unset;
        margin: 0 -32px;
    }
    .life-scene-wrap img{
        width: 200vw;
        max-width: unset;
    }
    .general-section.life-scene .inner-wide {
        padding-bottom: 40px;
    }
    .life-scene-perse {
        left: -28%;
        width: 67%;
        top: -50%;
    }
    .life-03-graph {
        width: calc(100% - 32px);
    }
    .life-03-detail{
        margin: 0 auto;
        width: calc(100% - 32px);
    }
    .life-03-detail .secondary-heading{
        font-size: 18px;
    }
    .life-03 {
        padding-top: 60px;
    }
    .life-grid + .life-grid {
        margin-top: 40px;
    }
    .life-model-slide .caption.is-dark{
        color: #fff;
        text-shadow: 0 0 1px rgba(0,0,0,.8), 0 0 4px rgba(0,0,0,.4);
    }
    .life-scroll{
        display: block;
        position: absolute;
        width: 40%;
        top: 50%;
        left: 50%;
        transform: translate(-67%, -50%);
    }
    .life-scroll img{
        width: 100%;
    }
    @keyframes swipeIcon {
		0%{
			transform: translateX(0);
		}
		10%{
			transform: translateX(-20px);
		}
		20%{
			transform: translateX(0);
		}
		30%{
			transform: translateX(-20px);
		}
		40%,100%{
			transform: translateX(0);
		}
	}
    .wow-finished .life-scroll img{
        width: 100%;
        animation: swipeIcon 6s ease-in-out 0.4s both infinite;
    }
    .life-scene-perse .caption {
        margin-left: 42%;
    }
    .life-scene-wrap .caption-life-scene{
        position: absolute;
        bottom: 0;
        left: 8px;
        right: 8px;
        z-index: 1;
        font-size: 8px;
        display: inline;
    }
}
@media print{
    header ,
    footer ,
    .mv,
    .plan-btns{
        display: none;
    }
    .plan-bg{
        background: #fff;
    }
    .plan-head-type {
        font-size: 30px;
    }
    .plan-head-value {
        font-size: 40px;
    }
}