/* ==========================================================================
   #READ SECTION
   ========================================================================== */
   #read {
    padding: 14vw 0 15vw;
    position: relative;
}
#read::before {
    content: "";
    position: absolute;
    top: 3vw;
    right: 0;
    width: 21vw;
    height: 120vw;
    background: url(../img/shared/bg3.jpg) repeat;
    background-size: 500%;
}
#read h2 {
    font-size: 7vw;
}
#read h3 {
    font-size: 5vw;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 12vw;
    letter-spacing: 0.5em;
}
#read h2 {
    font-size: 6vw;
    line-height: 2;
    letter-spacing: 0.6em;
    width: 10vw;
    margin: 0 auto 12vw;
    white-space: nowrap;
	height: 55vw;
}
#read .txt {
    height: 97vw;
    width: 91vw;
    margin: 0 auto;
}
@media screen and (min-width: 768px) {
    #read {
        padding: 116px 0 165px;
    }
    #read::before {
        width: 162px;
        top: 250px;
        height: 890px;
    }
    #read .wrap {
        flex-direction: row-reverse;
        justify-content: center;
        gap: 50px;
    }
    #read h2 {
        font-size: 32px;
    }
    #read h3 {
        font-size: 26px;
        line-height: 48px;
        margin-bottom: 50px;
        letter-spacing: 9px;
    }
    #read h2 {
        font-size: 31px;
        width: 65px;
        margin-bottom: 72px;
		height: 250px;
    }
    #read .txt {
        width: 451px;
        height: 420px;
    }
}


/* ==========================================================================
   #ABOUT SECTION
   ========================================================================== */
#about {
    padding: 31vw 0 15vw;
    position: relative;
}
#about::before {
    content: "";
    position: absolute;
    top: -7vw;
    left: 50%;
    width: 1px;
    height: 31vw;
    background: #2f2c26;
    opacity: 0.2;
}
#about .set1 {
    display: flex;
    flex-direction: column;
    gap: 6vw;
    margin-bottom: 14vw;
    position: relative;
}
#about .set1 .photo {
    width: 80%;
    margin: 0 auto 18vw;
}
#about .set1 .deco {
    position: absolute;
    top: -26vw;
    left: -15vw;
    width: 60vw;
    z-index: -1;
}
#about .set1 .deco img {
    width: 100%;
    height: auto;
}
#about .set1 h2 {
    font-size: 5vw;
    letter-spacing: 0.6em;
    text-align: center;
}
#about .set2 {
    display: flex;
    flex-direction: column;
    gap: 6vw;
}
#about .set2 .photo2 {
    height: 56vw;
    margin: 0 -6.7% 3vw;
}
#about .set2 .row {
    display: flex;
    flex-direction: column;
    gap: 8vw;
    position: relative;
}
#about .set2 h2 {
    font-size: 5vw;
    letter-spacing: 0.6em;
}
#about .set2 .list-photo {
    display: flex;
    gap: 3vw;
    margin-top: 4vw;
}
#about .set2 .photo3 {
    flex: 1;
}
#about .set2 .photo3 img {
    width: 100%;
    height: auto;
    display: block;
}
#about .set2 .deco {
    position: absolute;
    bottom: -5vw;
    right: -25vw;
    width: 65vw;
    z-index: -1;
}
#about .set2 .deco img {
    width: 100%;
    height: auto;
}
@media screen and (min-width: 768px) {
    #about {
        padding: 120px 0 42px;
    }
    #about::before {
        top: -150px;
        height: 216px;
    }
    #about .set1 {
        gap: 39px;
        margin-bottom: 100px;
    }
    #about .set1 .photo {
        width: 542px;
        margin: 0 auto 179px;
    }
    #about .set1 .deco {
        top: -290px;
        left: -180px;
        width: 659px;
    }
    #about .set1 h2 {
        font-size: 26px;
        line-height: 48px;
        letter-spacing: 9px;
    }
    #about .set1 .txt {
        text-align: center;
        margin-bottom: 80px;
    }
    #about .set2 {
        gap: 0;
    }
    #about .set2 .row {
        justify-content: space-between;
        gap: 40px;
    }
    #about .set2 h2 {
        font-size: 26px;
        line-height: 48px;
        white-space: nowrap;
        height: 300px;
    }
    #about .set2 h2 {
        position: absolute;
        right: 232px;
        top: -35px;
    }
    #about .set2 .list-photo {
        gap: 44px;
        margin-top: 0;
        width: 807px;
        margin: 0 auto;
        padding-right: 15px;
    }
    #about .set2 .txt {
        height: 397px;
        margin-right: 430px;
        margin-bottom: 62px;
    }
    #about .set2 .deco {
        bottom: -10px;
        right: -160px;
        width: 519px;
    }
    #about .set2 .photo2 {
        width: 1000px;
        margin: 0 auto 107px;
        height: 430px;
    }
}


/* ==========================================================================
   #HIDA-BEEF SECTION
   ========================================================================== */
#hida-beef {
    padding: 10vw 0 26vw;
    position: relative;
}
#hida-beef::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 8vw;
    background: url(../img/shared/bg3.jpg) repeat;
    background-size: 100%;
}
#hida-beef::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 134vw;
    background: url(../img/shared/bg2.jpg) repeat;
    z-index: -1;
}
#hida-beef .row {
    display: flex;
    flex-direction: column;
    gap: 6vw;
}
#hida-beef .photo img {
    width: 100%;
    height: auto;
    display: block;
}
#hida-beef .col {
    display: flex;
    flex-direction: column;
    gap: 4vw;
}
#hida-beef h2 {
    font-size: 6vw;
    letter-spacing: 0.6em;
}
@media screen and (min-width: 768px) {
    #hida-beef {
        padding: 100px 0 260px;
    }
    #hida-beef::before {
        height: 71px;
        background-size: auto;
    }
    #hida-beef::after {
        height: 575px;
    }
    #hida-beef .row {
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
        gap: 60px;
    }
    #hida-beef .photo {
        width: 568px;
        margin-top: -10px;
    }
    #hida-beef .col {
        flex-direction: row-reverse;
        gap: 40px;
        margin-left: 40px;
    }
    #hida-beef h2 {
        font-size: 26px;
		white-space: nowrap;
		height: 450px;
    }
    #hida-beef h2 {
        width: 48px;
    }
    #hida-beef .col .txt {
        margin-top: 38px;
		height: 410px;
    }
}



/* ==========================================================================
   #COOKING SECTION
   ========================================================================== */
#cooking {
    padding: 18vw 0 8vw;
}
#cooking .group1 {
    display: flex;
    flex-direction: column;
    gap: 6vw;
    margin-bottom: 12vw;
}
#cooking .group1 .photo {
    position: relative;
}
#cooking .group1 .photo img {
    width: 100%;
    height: auto;
    display: block;
}
#cooking .group1 .photo::before {
    content: "";
    position: absolute;
    left: -12px;
    bottom: -5vw;
    width: 10vw;
    height: 10vw;
    background: url(../img/shared/bg4.jpg) repeat;
}
#cooking .group1 .deco {
    position: absolute;
    right: -35vw;
    top: -45vw;
    width: 80%;
    z-index: -1;
}
#cooking .group1 h2 {
    font-size: 5vw;
    letter-spacing: 0.4em;
    text-align: center;
}
#cooking .group2 {
    display: flex;
    flex-direction: column;
    gap: 6vw;
}
#cooking .group-photo {
    display: flex;
    gap: 4vw;
}
#cooking .group-photo .photo1 {
    width: 46%;
    margin-top: 10vw;
}
#cooking .group-photo .photo2 {
    width: 47%;
}
#cooking .group-photo img {
    width: 100%;
    height: auto;
    display: block;
}
#cooking .group2 .col {
    display: flex;
    flex-direction: column;
    gap: 4vw;
}
#cooking .group2 h2 {
    font-size: 5vw;
    letter-spacing: 0.6em;
}
#cooking .group2 h2 span {
    margin-left: 10%
}

	

@media screen and (min-width: 768px) {
    #cooking {
        padding: 210px 0 100px;
    }
    #cooking .group1 {
        gap: 50px;
        margin-bottom: 100px;
    }
    #cooking .group1 .photo {
        width: 780px;
        margin-left: -28px;
        margin-bottom: 20px;
    }
    #cooking .group1 .photo::before {
        width: 192px;
        height: 192px;
        left: -57px;
        top: 470px;
    }
    #cooking .group1 h2 {
        font-size: 26px;
        position: absolute;
        right: 54px;
        top: 76px;
        text-align: left;
        letter-spacing: 16px;
        line-height: 48px;
		height: 510px;
		white-space: nowrap;
    }
    #cooking .group1 .deco {
        top: -220px;
        right: -520px;
    }
    #cooking .group1 .txt {
        margin-left: 100px;
        width: 700px;
    }
    #cooking .group2 {
        flex-direction: row-reverse;
        align-items: flex-start;
        justify-content: space-between;
        gap: 30px;
    }
    #cooking .group-photo {
        width: 516px;
        gap: 18px;
        margin-top: 2px;
        margin-right: -20px;
    }
    #cooking .group-photo .photo1 {
        margin-top: 50px;
    }
    #cooking .group2 .col {
        flex-direction: row-reverse;
        gap: 46px;
        margin-top: 163px;
        margin-left: 40px;
    }
    #cooking .group2 h2 {
        font-size: 26px;
        letter-spacing: 10px;
        line-height: 48px;
        margin-top: -60px;
		white-space: nowrap;
		height: 420px;
    }
    #cooking .group2 h2 span {
        margin-top: 16px;
        margin-left: 0;
    }
	#cooking .group2 .txt2{
		white-space: nowrap;
		height: 350px;
	}
}



/* ==========================================================================
   #SEASONING SECTION
   ========================================================================== */
#seasoning {
    padding: 10vw 0;
}
#seasoning .group {
    display: flex;
    flex-direction: column;
    gap: 8vw;
}
#seasoning .left {
    display: flex;
    gap: 9vw;
    flex-direction: column;
    position: relative;
}
#seasoning .left::before {
    content: "";
    position: absolute;
    left: 0;
    top: 75vw;
    background: #8ba064;
    width: 10vw;
    height: 10vw;
}
#seasoning .col1, #seasoning .col2 {
    flex: 1;
    display: flex;
    gap: 3vw;
}
#seasoning .col2 {
    justify-content: flex-end;
}
#seasoning .left img {
    width: 100%;
    height: auto;
    display: block;
}
#seasoning .left .ttl {
    font-size: 14px;
    white-space: nowrap;
    letter-spacing: 0.4em;
}
#seasoning .right h2 {
    font-size: 5vw;
    margin-bottom: 4vw;
    letter-spacing: 0.6em;
}
#seasoning .right h2 span {
    margin-left: 4%
}
@media screen and (min-width: 768px) {
    #seasoning {
        padding: 81px 0 62px;
    }
    #seasoning .group {
        flex-direction: row;
        gap: 40px;
        padding-top: 1px;
    }
    #seasoning .col1 {
        gap: 11px;
        flex: 0;
    }
    #seasoning .col2 {
        width: 330px;
        gap: 7px;
        margin-left: 51px;
    }
    #seasoning .left {
        width: 45%;
        gap: 21px;
        align-items: flex-start;
    }
    #seasoning .left::before {
        top: 270px;
        width: 55px;
        height: 55px;
        left: -86px;
    }
    #seasoning .left .ttl {
        font-size: 16px;
        letter-spacing: 1.5px;
        height: 126px;
    }
    #seasoning .right {
        flex: 1;
        display: flex;
        flex-direction: row-reverse;
        gap: 40px;
        margin-top: 87px;
        margin-right: 49px;
    }
    #seasoning .right h2 {
        font-size: 28px;
        margin-bottom: 0;
        letter-spacing: 13px;
        line-height: 48px;
		width: 98px;
		height: 350px;
		white-space: nowrap;
    }
    #seasoning .right h2 span {
        margin-left: 0;
        margin-top: 19px;
    }
    #seasoning .txt2 {
        padding-top: 58px;
        margin-right: 14px;
        height: 439px;
    }
}



/* ==========================================================================
   #CRAFTSMANSHIP SECTION
   ========================================================================== */
#craftsmanship {
    padding: 15vw 0;
    position: relative;
    background: url(../img/shared/bg2.jpg) repeat;
}
#craftsmanship::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 27vw;
    bottom: 0;
    background: url(../img/shared/bg3.jpg) repeat;
    background-size: 500%;
    opacity: 0.7;
}
#craftsmanship .group-photo1, #craftsmanship .group-photo2 {
    display: flex;
    gap: 4vw;
    margin-bottom: 11vw;
    flex-direction: column;
}
#craftsmanship .group-photo1 .photo1 {
    width: 63%;
}
#craftsmanship .group-photo1 .photo2 {
    width: 60%;
    margin-left: auto;
}
#craftsmanship .group-photo2 {
    flex-direction: column-reverse;
}
#craftsmanship .group-photo2 .photo3 {
    width: 80%;
    margin-left: -7.6%;
}
#craftsmanship .group-photo2 .photo4 {
    width: 40%;
    margin-left: auto;
}
#craftsmanship img {
    width: 100%;
    height: auto;
    display: block;
}
#craftsmanship .col {
    text-align: center;
    margin-bottom: 6vw;
    position: relative;
    z-index: 6;
}
#craftsmanship h2 {
    font-size: 6vw;
    margin-bottom: 6vw;
    text-align: left;
    letter-spacing: 0.6em;
    position: relative;
    z-index: 6;
}
#craftsmanship .deco {
    position: absolute;
    left: 0;
    width: 60vw;
    top: 95vw;
    z-index: 0;
}
@media screen and (min-width: 768px) {
    #craftsmanship {
        padding: 140px 0 150px;
        min-height: 904px;
    }
    #craftsmanship::before {
        width: 230px;
        background-size: auto;
    }
    #craftsmanship .wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #craftsmanship .group-photo1 {
        position: absolute;
        left: -150px;
        gap: 0;
        top: 42px;
        z-index: 5;
    }
    #craftsmanship .group-photo1 .photo1 {
        width: 438px;
        margin-bottom: 92px;
    }
    #craftsmanship .group-photo1 .photo2 {
        width: 376px;
        margin-right: -60px;
    }
    #craftsmanship .group-photo2 {
        position: absolute;
        right: -150px;
        top: 210px;
    }
    #craftsmanship .group-photo2 .photo3 {
        width: 580px;
        margin-left: 0;
        margin-right: 150px;
    }
    #craftsmanship .group-photo2 .photo4 {
        width: 240px;
        margin-bottom: 20px;
    }
    #craftsmanship .col {
        max-width: 490px;
        margin-bottom: 40px;
        text-align: left;
        margin-left: 215px;
        position: relative;
        z-index: 5;
    }
    #craftsmanship h2 {
        font-size: 26px;
        margin-bottom: 20px;
        line-height: 48px;
    }
    #craftsmanship .deco {
        position: absolute;
        left: 61px;
        top: 70px;
        width: 480px;
        z-index: 0;
    }
}



/* ==========================================================================
   #OCCASIONS SECTION
   ========================================================================== */
#occasions {
    padding: 12vw 0 16vw;
    background-position: center;
    text-align: center;
    background: url(../img/concept/occasions_bg.jpg) no-repeat;
    background-size: cover;
}
#occasions h2 {
    font-size: 6vw;
    color: #fff;
    margin-bottom: 11vw;
    letter-spacing: 0.5em;
}
#occasions .group-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4vw;
}
@media screen and (min-width: 768px) {
    #occasions {
        padding: 261px 0 214px;
    }
    #occasions h2 {
        font-size: 26px;
        margin-bottom: 92px;
        line-height: 48px;
        letter-spacing: 13px;
    }
    #occasions .group-btn {
        flex-direction: row;
        justify-content: space-between;
        gap: 30px;
        width: 704px;
        margin: 0 auto 0 135px;
    }
}