/* Scss Document */

header {
    z-index: 99999;
}

#sec1 {
    background: url(../img/wine/s1_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 15% 0;
    color: #fff;
    position: relative;
    z-index: 4;
}

#sec1 p {
    padding: 5% 5% 0;
}

#sec3,
#sec2 {
    padding: 5px;
}

#sec3::before,
#sec2::before {
    content: "";
    border: 5px solid #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

#sec3 .box,
#sec2 .box {
    overflow: hidden;
    position: relative;
    padding: 15% 0;
}

#sec6 {
    padding: 5px;
}

#sec6::before {
    content: "";
    border: 5px solid #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

#sec6 .box {
    overflow: hidden;
    position: relative;
    padding: 0% 0;
}

.parallax-b {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.parallax-b h2 {
    position: relative;
    z-index: 10;
}

#sec7 {
    position: relative;
    z-index: 10;
    background: #0c2137;
    color: #fff;
    padding: 6% 5% 10%;
}

#sec7 .toggle-link {
    padding-bottom: 40px;
}

#sec7 .toggle-link::after {
    top: auto;
    right: 50%;
    margin-top: 0;
    font-size: 20px;
    /*
	background: url(../img/wine/toggle_arrow.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
*/
    width: 20px;
    height: 18px;
    bottom: 12px;
    margin-right: -10px;
    transition: all 0.5s;
}


/*
#sec7 .toggle.active .toggle-link::after {
	transform: rotateX(180deg);
	bottom: 15px;
}
*/

#sec7 .note {
    text-align: center;
}

#sec7 .mn-list {
    padding-top: 20px;
}

#sec7 .mn-list h3 {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 40px;
    border-bottom: 1px solid #b96767;
    margin-bottom: 7px;
    padding-bottom: 6px;
}

#sec7 .mn-list dl {
    display: table;
    padding: 8px 0px;
    border-bottom: 1px dashed #3b4652;
    width: 100%;
}

#sec7 .mn-list dl dt,
#sec7 .mn-list dl dd {
    display: table-cell;
    vertical-align: top;
}

#sec7 .mn-list dl dt {
    padding-left: 10px;
}

#sec7 .mn-list dl dd {
    text-align: right;
    padding-right: 10px;
}

.parallax-child-section {
    clip: rect(0, auto, auto, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.parallax-child-section img {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    object-fit: cover;
    z-index: 0;
    transform: translateZ(0);
    z-index: -1;
}

footer {}