@charset "utf-8";


/* item 商品について */
#items {
    background-color: rgb(12, 27, 87, 5%);
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    overflow: hidden;
}

#items .genzairyou {
    height: 1200px;
    max-width: 1600px;
}
#items .genzairyou .h3_position {
    display: flex;
}

#items .genzairyou img {
    width: 80%;
}

#items .genzairyou h3,
#items .yurai h3 {
    writing-mode: vertical-rl;
    font-size: 2.4rem;
    padding-top: 2rem;
    padding-left: 2.5rem;
    font-weight: 100;
    letter-spacing: 0.5rem;
    z-index: 10;
}

#items .genzairyou_text {
    width: 100%;
    position: relative;
}
#items .genzairyou_box {
    position: absolute;
    top: -80px;
    width:70%;
    margin: 0 auto;
    background-color: #fff;
    right: 3rem;
    padding: 2rem 4rem;
}

#items .ganzairyou_textbox {
    display: flex;
    align-items: flex-start;
}

#items .ganzairyou_textbox h4 {
    font-size: 3rem;
    padding-right: 3rem;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 100;
}
#items .ganzairyou_textbox p {
    padding-top: 0.6rem;
}
#items .ganzairyou_textbox .br {
    display: block;
    padding-top: 0.6rem;
}
@media screen and (max-width: 900px) {
    #items .genzairyou h3,
    #items .yurai h3 {
        padding-left: 0rem;
        font-size: 2rem;
    }
    #items .genzairyou_box {
        top: -40px;
    }
}
@media screen and (max-width: 600px) {
    #items .genzairyou {
        height: 1580px;
        position: relative;
    }
    #items .genzairyou .h3_position {
        display: block;
    }
    #items .genzairyou img {
        width: 100%;
    }
    #items .genzairyou h3,
    #items .yurai h3 {
        font-size: 1.6rem;
        padding-top: 0rem;
        margin: 0;
        writing-mode: horizontal-tb;
        position: absolute;
        top: 0px;
        padding: 0 1rem;
        letter-spacing: 0.2rem;
        background-color: rgb(249,248, 244, 70%);
    }
    #items .genzairyou_box {
        top: -20px;
        width:70%;
        margin: 0 auto;
        right: 0rem;
        padding: 1rem 2rem;
    }
    #items .ganzairyou_textbox {
        display: block;
    }
    #items .ganzairyou_textbox h4 {
        font-size: 4rem;
        opacity: 0.3;
        margin: 0;
    }
    #items .ganzairyou_textbox p {
        padding-top: 0rem;
    }
}


#items .seizou {
    height: 760px;
    max-width: 1600px;
    margin: 0 auto 180px;
}
#items .seizou .h3_position {
    padding-top: 100px;
    display: flex;
    flex-direction : row-reverse;
}
#items .seizou .h3_position img {
    width: 70%;
}
#items .seizou .h3_position h3 {
    writing-mode: vertical-rl;
    font-size: 2.4rem;
    padding-top: 2rem;
    padding-right: 2.5rem;
    font-weight: 100;
    letter-spacing: 0.5rem;
    z-index: 10;
}
#items .seizou .position-box,
#items .yurai .position-box {
    position: relative;
}

#items .seizou .h4-textbox {
    width: 50%;
    background-color: #fff;
    position: absolute;
    top: -80px;
    left: 5rem;
    padding: 2rem 4rem;
}
@media screen and (max-width: 1100px) {
    #items .seizou {
        height: 640px;
    }
    #items .seizou .h4-textbox {
        top: -40px;
    }
    #items .seizou .h3_position h3 {
        font-size: 2rem;
    }
}
@media screen and (max-width: 600px) {
    #items .seizou {
        position: relative;
        height: 480px;
    }
    #items .seizou .h3_position {
        display: block;
        position: relative;
        padding-top: 0;
    }
    #items .seizou .h3_position img {
        width: 100%;
    }
    #items .seizou .h3_position h3 {
        font-size: 1.6rem;
        padding-top: 0rem;
        margin: 0;
        writing-mode: horizontal-tb;
        position: absolute;
        top: 0px;
        padding: 0 1rem;
        letter-spacing: 0.2rem;
        background-color: rgb(249,248, 244, 70%);
    }
    #items .seizou .h4-textbox {
        width: 70%;
        right: 0;
        top: -20px;
        padding: 1rem 2rem;
    }
}
#items .yurai {
    height: 860px;
    max-width: 1600px;
    margin: 0 auto 180px;
}
#items .yurai .h3_position {
    padding-top: 100px;
    display: flex;
    justify-content: center;

}
#items .yurai img {
    width: 40%;
}
#items .yurai .h4-textbox {
    width: 50%;
    background-color: #fff;
    position: absolute;
    top: -40px;
    right: 4rem;
    padding: 2rem 4rem;
}
@media screen and (max-width: 900px) {
    #items .yurai .h4-textbox {
        top: -20px;
    }
    #items .yurai .h3_position h3 {
        font-size: 2rem;
    }
}
@media screen and (max-width: 600px) {
    #items .yurai {
        position: relative;
        height: 600px;
    }
    #items .yurai .h3_position {
        display: block;
        position: relative;
        padding-top: 0;
    }
    #items .yurai .h3_position img {
        width: 80%;
    }
    #items .yurai .h3_position h3 {
        font-size: 1.6rem;
        padding-top: 0rem;
        margin: 0;
        writing-mode: horizontal-tb;
        position: absolute;
        top: 0px;
        padding: 0 1rem;
        letter-spacing: 0.2rem;
        background-color: rgb(249,248, 244, 70%);
    }
    #items .yurai .h4-textbox {
        width: 70%;
        right: 0;
        top: -20px;
        padding: 1rem 2rem;
    }
}







#lineup .item h3{ 
    line-height: 1;
}



#lineup {
    width: 80%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 80px;
}

#lineup h3 {
    font-size: 1.5rem;
}

#lineup #prosciutto {
    margin-bottom: 180px;
    position: relative;
}
#lineup .namabuta {
    width:10%;
   	margin-bottom:2rem;
}


#lineup #prosciutto .p_position_1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin: 0 auto;
    margin-bottom: 40px;
}

#lineup .p_position_1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}


#lineup .p_position_1 img {
    width: 50%;
}

#lineup .position-text {
    padding-left: 2rem;
}

#lineup .position-text h3 {
    font-size: 1.5rem;
    line-height: 1.5;
}

#lineup .position-text h3 span {
    font-size: 2rem;
}







@media screen and (max-width: 600px) {
    #lineup .item h3{ 
        line-height: 1;
    }
    
    #lineup .namabuta {
    width:25%;
   	margin-bottom:2rem;
}

    #lineup {
        padding-top: 40px;
    }
    #lineup .position-text h3 {
        font-size: 1.2rem;
        font-weight: 900;
    }
	#lineup #prosciutto {
		margin-bottom:100px;
	}
    #lineup #prosciutto .p_position_1,
    #lineup #item .p_position_1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }
    #lineup #prosciutto::before,
    #lineup #item .p_position_1::before {
        transform: scale(0.7);
        top: -140px;
    }
    #lineup #prosciutto .p_position_1,
    #lineup #item .p_position_2 {
        display: flex;
        flex-direction: column;
    }
    #lineup #prosciutto .p_position_1 img,
    #lineup #item .p_position_1 img {
        width: 100%;
    }

    #lineup #item .p_position_2 p {
        padding-right: 0rem;
        padding-bottom: 1rem;
    }
    #lineup .slider{
        width:100%;
    }
    #lineup .position-text {
        padding-left: 0;
        padding-bottom: 1rem;
        margin: 0;
    }
    #lineup .position-text h3 {
        margin: 10px 0 0;
    }
    #lineup .position-text p {
        margin: 10px 0 0;
    }
    #lineup a.btn-svg  {
        right: 0rem;
    }
    
}


/* item--salame */



#lineup #salame {
    position: relative;
    margin: 0 auto 0;
}

#lineup #salame .salame_position {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

#lineup #salame .salame_position .slider img {
    width: 100%;
}

#lineup #salame .salame_position img {
    width: 50%;
}

#lineup #salame .salame_position p {
    padding-right: 2rem;
}

#lineup #salame::before {
    content: url(/images/chouzume.png);
    transform: scale(1);
    position: absolute;
    top: -160px;
    left: 0;
}


@media screen and (max-width: 600px) {
    #lineup #salame .salame_position {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }
    #lineup #salame .salame_position img {
        width: 100%;
    }
    #lineup #salame::before {
        transform: scale(0.7);
    }
    #lineup #salame .salame_position p {
        padding-right: 0rem;
    }
    
}



/* -----スライダー----- */
#lineup .slider{
    width:50%;
    margin:0 auto;
}

/*------ スライダー画像 ------*/
#lineup .slider img{
    width:100%;
}

/*-------- 高さ調整 ----------*/
#lineup .slider .slick-slide{
    height:auto!important;
}

/*---------- 矢印 ----------*/
#lineup .slider .slick-next{
    right:0!important;
}
#lineup .slider .slick-prev{
    left:0!important;
}
#lineup .slider .slick-arrow{
    width: initial!important;
    height: initial!important;
    z-index:2!important;
}
#lineup .slider .slick-arrow:before{
    font-size: 30px!important;
}

@media screen and (max-width: 600px) {
    #lineup .slider {
        width: 100%;
    }
}



/* btn */
*,
*:before,
*:after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}

#lineup .more_btn span {
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 62.5%;
}


#lineup .more_btn,
#lineup a.more_btn,
#lineup button.btn {
font-size: 1.6rem;
font-weight: 700;
line-height: 1;
position: relative;
display: inline-block;
padding: 1rem 4rem;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all 0.7s;
transition: all 0.7s;
text-align: center;
vertical-align: middle;
text-decoration: none;
letter-spacing: 0.1em;
color: rgb(12, 27, 87);
border-radius: 0.5rem;
}

#lineup a.btn-svg {
font-weight: 700;
line-height: 50px;

width: 204px;
height: 54px;
padding: 0;

cursor: pointer;
text-decoration: none;

background-color: transparent;
}

#lineup a.btn-svg svg {
position: absolute;
top: 0;
left: 0;

width: 100%;
height: 100%;
}

#lineup a.btn-svg svg rect {
-webkit-transition: all 400ms ease;
transition: all 400ms ease;

stroke: rgb(12, 27, 87);
stroke-width: 2;
stroke-dasharray: 200px, 16px;
stroke-dashoffset: 70px;
}

#lineup a.btn-svg:hover svg rect {
stroke-dashoffset: 284px;
}

#lineup a.btn-svg span {
color: rgb(12, 27, 87);
}
/* end btn */

#lineup .prosciutto_btn {
    position: relative;
}
#lineup a.btn-svg  {
    position: absolute;
    right: 2rem;
}

@media screen and (min-width: 900px) {
    #lineup .br {
        display: none;
    }
}






