@charset "UTF-8";

/*---------------------------
大規模駅前開発
---------------------------*/

#content_Wrap {
    background: transparent;
}
#content_Wrap img{
	width: 100%;
}

figure{
    position: relative;
}

.cap_R {
    right: 5px;
}
.cap_B {
    color: #333;
}
.cap_Txt {
    position: absolute;
    font-size: 12px;
    bottom: 5px;
    transform: rotate(.028deg);
}
.main {
    position: relative;
    overflow: hidden;
}
.main video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
    object-fit: cover;
}
.main .ttl_wrap {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    filter: drop-shadow(0px 0px 10px #000);
}
.main .ttl_wrap h2 {
font-size: 3vw;
    text-align: center;
    letter-spacing: 4px;
    margin-bottom: 20px;
}
.main .ttl_wrap .txt {
    text-align: center;
    font-size: 20px;
}

.inner {
    width: 96%;
    margin: 0 auto;
}


.back_blue {
    width: 100%;
    background-image: linear-gradient(0deg, #b9cbc8, #8caeae);
    padding: 100px 0;
}
.back_blue > ul {
    width: 100%;
    max-width: 1500px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: auto;
    align-items: center;
}
.back_blue > ul li.txt {
    color: #000;
    margin-left: 5%;
    width: 35%;
}
.back_blue > ul li.img {
    width: 60%;
}
.back_blue > ul li.txt h3 {
    font-size: 35px;
    line-height: 1.8;
    margin-bottom: 30px;
}
.back_blue > ul li.txt p {
    line-height: 2;
}
.back_blue > .img_bb {
    width: 90%;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.back_blue > .img_bb .i02 {
    width: 42%;
}
.back_blue > .img_bb .i03 {
    width: 55%;
    margin-top: 7%;
}
.back_blue > h3 {
    font-size: 35px;
    text-align: center;
    color: #000;
    margin-top: 80px;
}

.scrollBox {
	display: flex;
}
.one {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 100vh;
    position: relative;
}
.bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0;
	transition: all 0.5s ease 0s;
	z-index: -1;
}
.one > h2 {
    font-family: 'Cinzel', serif;
    color: #000;
    font-size: min(9vw,100px);
    position: absolute;
    left: 0;
    top: 0px;
    mix-blend-mode: hard-light;
    opacity: 0.4;
}
.one > h2.even {
    font-family: 'Cinzel', serif;
    color: #000;
    font-size: min(9vw,100px);
    position: absolute;
    left: inherit;
    right: 0;
    top: 0px;
    mix-blend-mode: hard-light;
    opacity: 0.4;
    text-align: right;
}
.show .bg {
	opacity: 1;
}
.bg._01 {
	background-image: url(../img/preciousdays/pd_bg01.jpg);
}
.bg._02 {
	background-image: url(../img/preciousdays/pd_bg02.jpg);
}
.bg._03 {
	background-image: url(../img/preciousdays/pd_bg03.jpg);
}
.bg._04 {
	background-image: url(../img/preciousdays/pd_bg04.jpg);
}
.one > h2.black {
    color: #fff;
    mix-blend-mode: plus-lighter;
}
.bg._05 {
	background-image: url(../img/preciousdays/pd_bg05.jpg);
}
.bg._06 {
	background-image: url(../img/preciousdays/pd_bg06.jpg);
}
.bg._07 {
	background-image: url(../img/preciousdays/pd_bg07.jpg);
}
.bg._08 {
	background-image: url(../img/preciousdays/pd_bg08.jpg);
}

.onebox {
    width: 1200px;
    max-width: 90%;
    margin: 150px auto;
    position: relative;
}
.onebox.start {
    margin: 250px auto 100px;
}
.onebox.last {
    margin: 150px auto 200px;
}
.onebox .one_ttl {
    font-size: 40px;
    color: #715519;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}
.onebox .one_ttl span {
    background:linear-gradient(transparent 60%, #fff9b1 60%);
}
.onebox > p {
    text-align: center;
    color: #503902;
    line-height: 2;
}
.onebox .pointBox {
    width: 100%;
    margin-top: 60px;
    background: #fff;
    padding: 5%;
    color: #000;
}
.onebox .pointBox p {
    font-size: 13px;
    line-height: 1.6;
    margin: 20px auto 0;
}
.pb01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pb01 article:first-child {
    width: 50%;
}
.pb01 article:last-child {
    width: 45%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
}
.pb01 article:last-child div:nth-child(1) {
    width: 45%;
}
.pb01 article:last-child div:nth-child(1) h3 {
    font-size: 18px;
    margin-top: 30px;
    color: #806d39;
    line-height: 1.6;
}
.pb01 article:last-child div:nth-child(1) h3 small {
    font-size: 12px;
}
.pb01 article:last-child div:nth-child(2) {
    width: 50%;
}
.pb01 article:last-child div:nth-child(2) section {
    margin-top: 30px;
}
.pb01 article:last-child div:nth-child(2) section:first-child {
    margin-top: 0;
}
.pb01 h3.gold_ttl ,
.pb01 article:last-child div:nth-child(2) h3 {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    color: #806d39;
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.5;
}
.pb01 article:last-child div:nth-child(2) h3.nonline {
    margin-top: 0;
    line-height: 1;
}
.pb01 h3.gold_ttl.noflex ,
.pb01 article:last-child div:nth-child(2) h3.noflex {
    display: block;
}
.pb01 article:last-child div:nth-child(2) h3 strong {
    font-family: 'EB Garamond', serif;
    font-size: 250%;
    font-weight: normal;
}
.pb01 h3.gold_ttl small ,
.pb01 article:last-child div:nth-child(2) h3 small {
    font-size: 12px;
}


.pb03 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pb03 article:first-child {
    width: 30%;
}
.pb03 article:last-child {
    width: 65%;
    display: flex;
    gap:3%;
    flex-wrap: wrap;
}
.pb03 article:last-child figure {
    width: 30%;
    margin-bottom: 30px;
}
.pb03 article:last-child figure:nth-child(n+4) {
    margin-bottom: 0;
}

.amu_logo {
    width: 50px;
    max-width: 90%;
}

.onebox.pb04 .one_ttl {
    color: #fff;
}
.onebox.pb04 > p {
    color: #fff;
}
.onebox.pb04 .one_ttl span {
    background-image: linear-gradient(transparent 60%, rgba(255, 255, 255, 0.2) 60%);
}

.pb05 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pb05 article {
    width: 30%;
}
.pb05 article h3 {
    margin-top: 20px;
    color: #806d39;
    line-height: 1.6;
}

.pointBox.pb06 {
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.pointBox.pb06 article:first-child {
    width: 50%;
}
.pointBox.pb06 article:first-child h3 {
    color: #806d39;
    margin-top: 20px;
}
.pointBox.pb06 article:first-child h3 strong {
    font-family: 'EB Garamond', serif;
    font-size: 250%;
    font-weight: normal;
}
.pointBox.pb06 article:last-child {
    width: 45%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    
}
.pointBox.pb06 article:last-child div {
    width: 48%;
}
.pointBox.pb06 article:last-child h3 {
    height: 3em;
    margin-top: 20px;
    color: #806d39;
    line-height: 1.65;
}
.pointBox.pb06 article:last-child h3 small {
    font-size: 11px;
    letter-spacing: 0;
}

.pointBox.pb06.pb07 {
    align-items: normal;
}
.pb07_img div:first-child {
    margin-top: 0;
    margin-bottom: auto;
}

.pb07_img div:last-child {
    margin-top: auto;
    margin-bottom: 0;
}


.butai {
    width: 100%;
    position: relative;
}
.butai figcaption {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    color: #fff;
    font-size: 30px;
    line-height: 2;
}

.allcontent {
    width: 100%;
    padding: 100px 0;
    background: #f4f2eb;
}
.allcontent h4 {
    font-size: 30px;
    padding-bottom: 20px;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
    color: #000;
    letter-spacing: 0.1em;
}
.allcontent h4:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 1px;
    background: #000;
    margin: 0 auto;
}
.allcontent .oc_list {
    width: 700px;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:4%;
}
.allcontent .oc_list li {
    width: 48%;
    margin-bottom: 4%;
}
.allcontent .oc_list li a {
    display: block;
    transition: 0.3s;
}
.allcontent .oc_list li a:hover {
    opacity: 0.7;
}

p._a {
	font-size: 12px;
	font-weight: bold;
	margin: 30px 0 0;
}
p._a .link {
	display: inline-block;
	color: #607D8B;
	padding-left: 1.3em;
	text-indent: -1.3em;
}
p._a .link:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	border-top: 2px solid #607D8B;
	border-right: 2px solid #607D8B;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-right: 10px;
}

.notes {
    padding-top: 50px;
}

/*-----------------------------
tab横〜
-----------------------------*/
@media only screen and (max-width: 1250px) {

    .bg > h2 ,
    .bg > h2.even {
        font-size: 13vw;
        top: 150px;
    }
}


/*-----------------------------
tab・sp
-----------------------------*/
@media only screen and (max-width: 830px) {
.main_img .caption{
  font-size: 12px;
}
.main video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    aspect-ratio: 7 / 6;
    object-fit: cover;
}
p.caption {
  font-size: 12px;
}
    .main .ttl_wrap {
        width: 100%;
    }
    .main .ttl_wrap h2 {
        font-size: 32px;
    }
    
    
    .back_blue {
        padding: 50px 0;
    }
    .back_blue > ul li.txt {
        width: 90%;
    }
    .back_blue > ul li.txt h3  {
        font-size: 22px;
    }
    .back_blue > ul li.txt p {
        font-size: 13px;
        margin-bottom: 30px;
    }
    .back_blue > ul li.img {
        width: 100%;
    }
    .back_blue > .img_bb {
        
    }
    .back_blue > .img_bb .i02 {
        width: 55%;
    }
    .back_blue > .img_bb .i03 {
        width: 85%;
        margin-right: 0;
        margin-left: auto;
    }
    
    .back_blue > h3 {
        font-size: 20px;
        line-height: 2;
        margin-top: 50px;
    }
    
    .one > h2 ,
    .one > h2.even {
        font-size: 13vw;
        top: 50px;
    }
    .one > h2.ks {
        top: 0;
    }
    .onebox .one_ttl {
        font-size: 24px;
    }
    .onebox {
        margin: 150px auto;
    }
    
    .onebox > p,
    .onebox.pb04 > p {
        font-size: 13px;
        word-break:auto-phrase;
        letter-spacing: 0;
    }
    .onebox.start {
        margin: 200px auto 100px;
    }
    .onebox.last {
        margin: 150px auto 200px;
    }
    
    .onebox .pointBox {
        flex-wrap: wrap;
    }
    .pb01 article:first-child {
        width: 100%;
    }
    .pb01 article:last-child {
        flex-wrap: wrap;
        width: 100%;
    }
    .pb01 article:last-child div:nth-child(1) {
        width: 100%;
    }
    .pb01 article:last-child div:nth-child(2) {
        width: 100%;
        margin-top: 50px;
    }
    .pb03 article:first-child {
        width: 100%;
    }
    .pb03 article:last-child {
        width: 100%;
        margin-top: 30px;
    }
    .pb03 article:last-child figure {
        width: 48%;
    }
    .pb05 article {
        width: 100%;
        margin-bottom: 30px;
    }
    .pointBox.pb06 {
        padding: 0;
    }
    .pointBox.pb06 article:first-child {
        width: 100%;
        margin-bottom: 20px;
    }
    .pointBox.pb06 article:last-child {
        width: 100%;
    }
    .name {
        width: 80%;
        max-width: 250px;
        margin-top: 30px;
    }
    .onebox .pointBox p {
        line-height: 2;
    }
    
    .butai figcaption {
        font-size: 15px;
        bottom: 10px;
        line-height: 1.6;
    }
    .allcontent {
        padding: 50px 0;
    }
    .allcontent h4 {
        font-size: 20px;
        margin-bottom: 30px;
    }
	
	
	}