header nav .nav_menu li,
header nav ul li a,
header nav ul li a span,
.fbox1 h1 a
{
    line-height: 1;
}


/*============================
    common
============================*/

.yugo{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",sans-serif;
    font-weight: 500;
    text-align: justify;
}

.flex{
    display: flex;
}

.w960{
    width: 100%;
    max-width: 1338px;
    margin: 0 auto;
}

.bg_gray{
    background-color: #e7e7e7;
    padding: 20px;
}

section h2{
    font-size: 41px;
    letter-spacing: .25em;
    text-align: center;
}

section h2 span{
    display: block;
    font-size: 13px;
}

.bLink{
    background-color: #000;
    width: 80%;
    max-width: 192px;
    height: 48px;
    margin: 0 auto;
    border: 2px solid #000;
    box-sizing: border-box;
    transition: .3s;
    font-size: 13px;
}

.bLink a{
    display: flex;
    width: 100%;
    height: 100%;
    color: #fff;
    justify-content: center;
    align-items: center;
    transition: .3s;
    letter-spacing: 0.3em;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",sans-serif;
    font-weight: bold;
}

.bLink:hover{
    background-color: #FFF;
}

.bLink:hover a{
    color: #000;
}

.slideArea .swiper-container{
    overflow: hidden;
}

.slideArea ul{
    justify-content: space-between;
    margin-bottom: 100px;
}

.slideArea li {
    width: 18%;
}

article *{
    letter-spacing: 0.2em;
    line-height: 1.6;
}

.spNewLine{
    display: none;
}

.newSukiPage{
    padding-top: 200px;
}

.sukiMainVisualWrapper{
    position: relative;
}

.sukiMainVisualWrapper h2{
    width: 100%;
    height: 125px;
    background: linear-gradient(rgba(0,0,0,1),rgba(0,0,0,0.8),rgba(0,0,0,0)) ;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;
    font-size: 2vw;
    line-height: 125px;
    letter-spacing: 50px;
}

.sukiMainVisualWrapper .imgBox.sp{
    display: none;
}

.sukiMainVisualWrapper p{
    position: absolute;
    top: 50%;
    right: 20%;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
    /*text-orientation: upright;*/
    color: #fff;
    font-size: 2vw;
    letter-spacing: 0.5em;
    white-space: nowrap;
}
.sukiMainVisualWrapper p span{
    color: #fff;
    font-feature-settings: "palt";
}
.sukiMainVisualWrapper p span.wrap {
    position: relative;
    display: inline-block;
}
.sukiMainVisualWrapper p span.i1 {
    transform: rotate(-90deg);
    display: inline-block;
    position: relative;
    right: -17px;
    bottom: -6px;
}
.sukiMainVisualWrapper p span.i2 {
    transform: rotate(90deg);
    display: inline-block;
    position: relative;
    left: -17px;
    top: -20px;
}
.sukiyabukuru{
    padding: 20px 20px 5px;
}

.sukiyabukuruContainer{
    padding: 180px 0 140px;
}

.sukiyabukuruWrapper h2{
    margin-bottom: 180px;
}
.sukiyabukuruWrapper #home-header {
    width: 100%;
    display: block;
    margin: 120px 0 40px;
}
.sukiyabukuruWrapper .imgBox {
    margin: 150px auto 100px;
}

.sukiyabukuruWrapper p{
    font-size: 15px;
    width: 56%;
    max-width: 545px;
    margin: 0 auto;
}
.sukiyabukuruWrapper p.bLink {
    width: 80%;
    max-width: 192px;
}
.sukiyabukuruWrapper .swiper-slide a p.price {
    font-size: 15px;
    max-width: 100%;
    width: 100%;
}
.whatAbout{
    padding: 0 20px 5px;
}

.whatAboutContainer{
    padding: 120px 0 100px;
}

.whatAboutWrapper h2{
    margin-bottom: 50px;
}

.whatAboutWrapper .imgBox{
    margin-bottom: 60px;
}

.whatAboutWrapper p{
    font-size: 15px;
    width: 50%;
    max-width: 667px;
    margin: 0 auto;
}

.whatAboutWrapper p:first-of-type{
    margin-bottom: 33px;
}

.sukiLineupContainer{
    padding: 0 20px;
    margin-bottom: 110px;
}

.sukiLineupWrapper{
    padding: 140px 0 120px;
}

.sukiLineupContainer .itemList{
    margin-bottom: 160px;
}

.sukiLineupWrapper .bLink{
    margin-bottom: 200px;
}

.detaileBox{
    border: 2px solid #fff;
    padding: 80px 60px;
    box-sizing: border-box;
    position: relative;
}

.detaileBox h3{
    font-size: 42px;
    position: absolute;
    top: -7%;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    background: #e7e7e7;
}

.detaileBox ul{
    justify-content: space-between;
}

.detaileBox ul li:nth-child(2){
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    padding: 0 5%;
}

.detaileBox ul li{
    margin-bottom: 0;
}

.detaileBox ul li .imgBox{
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.detaileBox ul li .imgBox::before{
    display: block;
    content: "";
    aspect-ratio: 16/9;
}

.detaileBox ul li .imgBox img{
    position: absolute;
    top: 0;
    left: 0;
}

.detaileBox ul li p{
    font-size: 15px;
    text-align: justify;
}

.detaileBox ul li p:nth-child(2){
    margin-bottom: 40px;
}

.detaileBox ul li p:nth-child(3){
    margin-bottom: 0;
}

.slideArea.first{
    margin-bottom: 160px;
}

.scene{
    padding-bottom: 140px;
    border-bottom: 2px solid #e7e7e7;
}

.sceneWrapper h2{
    margin-bottom: 53px;
}

.sceneContent{
    margin-bottom: 70px;
}

.sceneItemInner{
    width: 96%;
}

.sceneContent .sceneItem:first-child .sceneItemInner{
    margin: 0 auto 0 0;
}

.sceneContent .sceneItem:last-child .sceneItemInner{
    margin: 0 0 0 auto;
}

.sceneItemInner ul{
    justify-content: space-between;
}

.sceneItemInner li{
    width: 49%;
}

.sceneItem:first-child .lineupImage li:first-child img{
    transform: scale(0.9);    
}

.sceneItem:first-child .lineupImage li:nth-child(2) img{
    transform: scale(1.1);
}

.sceneItemContent{
    position: relative;
    margin-bottom: 140px;
}

.sceneItemInner .txtBox{
    background-color: #fff;
    width: fit-content;
    position: absolute;
    bottom: -10%;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 10px;
}

.sceneItemInner .txtBox h3{
    text-align: center;
    margin-bottom: 20px;
}

.sceneItemInner .txtBox p{
    text-align: center;
}

.sceneWrapper > p:nth-child(3){
    font-size: 15px;
    width: 40%;
    max-width: 544px;
    margin: 0 auto 43px;
}

.sceneWrapper > p:nth-child(4){
    font-size: 15px;
    width: 40%;
    max-width: 544px;
    margin: 0 auto 80px;
}

.lifeStyle{
    border-bottom: 2px solid #e7e7e7;
    padding-bottom: 140px;
}

.lifeStyleWrapper{
    padding: 140px 20px 0;
}

.lifeStyleWrapper h2{
    margin-bottom: 50px;
}

.lifeStyleWrapper p:nth-child(3){
    width: 30%;
    max-width: 544px;
    margin: 0 auto 120px;
}

.styleImageList{
    margin-bottom: 100px;
    justify-content: space-around;
}

.styleImageList li{
    width: 24%;
}

.point{
    padding: 140px 0 0;
    border-bottom: 2px solid #e7e7e7;
}

.pointWrapper h2{
    margin-bottom: 120px;
}

.bgGradation{
    background: linear-gradient(to bottom right,#e7e7e7,#fff);
    padding: 0 0 120px;
    position: relative;
}

.pointContent .kirinukiImgBox{
    width: 100%;
    max-width: 808px;
    margin: 0 auto;
}

.pointContent.sp{
    display: none;
}

.pointContent .contentBox{
    align-items: center;
    margin-bottom: 100px;
}

.pointContent .contentBox .imgBox{
    width: 50%;
}

.pointContent .contentBox .txtBox{
    width: 50%;
}

.pointContent .contentBox .txtBoxInner{
    width: 53%;
    max-width: 355px;
    margin: 0 auto;
}

.pointContent .contentBox .txtBoxInner h3{
    text-align: center;
    font-size: 38px;
    margin-bottom: 80px;
}

.pointContent .contentBox .txtBoxInner p{
    font-size: 15px;
}

.shimashima{
    padding: 140px 0;
    border-bottom: 2px solid #e7e7e7;
}

.shimashimaWrapper h2{
    margin-bottom: 50px;
}

.shimashimaWrapper .imgBox{
    width: 90%;
    max-width: 1636px;
    margin: 0 auto 100px;
}

.shimashimaWrapper p:nth-child(3){
    text-align: center;
    font-size: 29px;
    margin-bottom: 30px;
}

.gift{
    padding: 130px 0 140px;
    border-bottom: 2px solid #e7e7e7;
}

.giftWrapper h2{
    margin-bottom: 50px;
}

.giftWrapper .imgBox{
    margin-bottom: 90px;
}

.giftWrapper p{
    width: 41%;
    max-width: 544px;
    margin: 0 auto 100px;
}

.giftWrapper .bLink{
    max-width: 192px;
}

.store{
    padding: 130px 0 100px;
    border-bottom: 2px solid #e7e7e7;
}

.storeWrapper h2{
    margin-bottom: 60px;
}

.storeWrapper .imgBox{
    margin-bottom: 100px;
}

.storeWrapper .txtBox{
    justify-content: space-between;
    margin-bottom: 60px;
}

.storeWrapper .txtBox p:first-child{
    width: 41%;
    max-width: 545px;
    font-size: 15px;
}

.storeWrapper .txtBox p:nth-child(2){
    width: 22%;
    max-width: 241px;
    font-size: 15px;
}

.storeWrapper .txtBox p:last-child{
    width: 30%;
    max-width: 407px;
    font-size: 15px;
}

.instagram{
    padding: 200px 0 80px;
    border-bottom: 2px solid #e7e7e7;
}

.instagram h2{
    margin-bottom: 60px;
}

.instagram .bLink{
    margin-top: 80px;
}

.readTheArticle{
    padding-top: 180px;
}

.readTheArticleWrapper h2{
    margin-bottom: 50px;
}

.readTheArticleWrapper ul{
    justify-content: space-between;
    margin-bottom: 80px;
}

.readTheArticleWrapper li{
    width: 30%;
}

.readTheArticleWrapper li .imgBox{
    margin-bottom: 40px;
}

.readTheArticleWrapper li p:nth-child(2){
    text-align: center;
    margin-bottom: 40px;
}

.readTheArticleWrapper li p:nth-child(3){
    width: 220px;
    height: 50px;
    border: 2.7px solid #e7e7e7;
    margin: 0 auto;
    transition: .3s;
}

.readTheArticleWrapper li p:nth-child(3):hover{
    background-color: #000;
}

.readTheArticleWrapper li p:nth-child(3) a{
    display: flex;
    font-size: 14px;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    transition: .3s;
}

.readTheArticleWrapper li p:nth-child(3):hover a{
    color: #fff;
}

.cartForm input[type="submit"] {
    background: #000;
    color: #fff;
    padding: 5px 0;
    text-align: center;
    width: 80%;
    margin: 20px auto 0;
    display: block;
    font-size: 14px;
}
@media screen and (max-width:1350px) {
    .newSukiPage{
        padding-top: 60px;
    }
}

@media screen and (max-width:960px) {

    .pc{
        display: block;
     }

    .spNewLine{
        display: inline;
    }

    section h2{
        font-size: 22px;
    }

    .slideArea ul{
        margin-bottom: 40px;
    }

    .storeWrapper .bLink{
        max-width: 70%;
    }

    .sukiMainVisualWrapper .imgBox.pc{
        display: none;
    }

    .sukiMainVisualWrapper .imgBox.sp{
        display: block;
        width: 100%;
        height: 100vh;
    }
    
    .sukiMainVisualWrapper h2{
        font-size: 25px;
        letter-spacing: 20px;
    }

    .sukiMainVisualWrapper p{
        font-size: 22px;
        right: 10%;
    }

    .sukiyabukuru{
        padding: 0;
    }

    .sukiyabukuru::after{
        display: block;
        content: "";    
        width: 80%;
        height: 2px;
        background-color: #fff;
        margin: 0 auto;
    }

    .sukiyabukuruContainer{
        padding: 100px 0 50px; 
    }

    .sukiyabukuruWrapper h2{
        margin-bottom: 72px;
    }

    .sukiyabukuruWrapper .imgBox{
        width: 100%;
        margin-bottom: 40px;
    }

    .sukiyabukuruWrapper p{
        width: 90%;
    }

    .whatAbout{
        padding: 0;
    }

    .whatAboutContainer{
        padding: 30px 0 0;
    }

    .whatAboutWrapper h2{
        margin-bottom: 20px;
    }

    .whatAboutWrapper .imgBox{
        margin-bottom: 40px;
    }

    .sukiLineupWrapper{
        padding: 60px 0 20px;
    }
    
    .slideShimashima .swiper-button-prev{
        left: 8%;
    }

    .slideShimashima .swiper-button-next{
        right: 5%;
    }

    .sukiLineupContainer .itemList{
        width: 90%;
        margin-bottom: 80px;
    }

    .sukiLineupWrapper .bLink{
        margin-bottom: 120px;
    }

    .detaileBox{
        width: 90%;
        padding: 40px 5% 10px;
    }

    .detaileBox h3{
        font-size: 22px;
        top: -1.8%;
    }

    .whatAboutWrapper p{
        width: 90%;
    }

    .detaileBox ul{
        flex-flow: column;
    }

    .detaileBox ul li{
        width: 100%;
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 2px solid #fff;
    }

    .detaileBox ul li:nth-child(2){
        padding: 0 0 30px 0;
        border-left: none;
        border-right: none;
    }

    .detaileBox ul li:nth-child(3){
        padding: 0 0 30px 0;
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .slideArea.first{
        margin-bottom: 120px;
    }

    .sukiLineupContainer{
        padding: 0;
    }

    .scene{
        padding-bottom: 60px;
    }

    .sceneContent{
        flex-flow: column;
    }

    .sceneWrapper > p:nth-child(3){
        width: 90%;
    }

    .sceneWrapper > p:nth-child(4){
        width: 90%;
    }

    .sceneItem:first-child{
        margin-bottom: 40px;
        padding-bottom: 40px;
    }

    .sceneItem:first-child .lineupImage li:nth-child(2) img{
        transform: none;
    }

    .sceneItemInner{
        width: 100%;
    }

    .lifeStyle{
        padding-bottom: 60px;
    }

    .lifeStyleWrapper{
        padding: 60px 5% 0;
    }

    .styleImageList{
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    .styleImageList li{
        width: 48%;
    }

    .styleImageList li:nth-child(1),
    .styleImageList li:nth-child(2){
        margin-bottom: 10px;
    }

    .lifeStyleWrapper p:nth-child(3){
        width: 90%;
        margin-bottom: 60px;
    }

    .point{
        padding: 60px 0 0;
    }

    .pointContent.pc{
        display: none;
    }

    .pointContent.sp{
        display: block;
    }

    .pointContent.sp .kirinukiImgBox{
        width: 100%;
    }

    .pointContent.sp .contentBox{
        margin-bottom: 80px;
    }

    .pointContent.sp .contentBox h3{
        width: 60%;
        margin: 0 auto 20px;
        text-align: center;
        font-size: 22px;
        padding-bottom: 20px;
        border-bottom: 2px solid #fff;
        letter-spacing: 0.5em;
    }

    .pointContent.sp .contentBox .imgBox{
        width: 90%;
        margin: 0 auto 10px;
    }

    .pointContent.sp .contentBox p{
        width: 90%;
        margin: 0 auto;
    }

    .pointWrapper h2{
        margin-bottom: 60px;
    }

    .bgGradation{
        padding: 0 0 100px;
    }

    .bgGradation > .imgBox{
        width: 80%;
        top: -9%;
    }

    .shimashima{
        padding: 60px 0;
    }

    .shimashimaWrapper h2{
        margin-bottom: 20px;
    }
    
    .shimashimaWrapper p:nth-child(3){
        font-size: 20px;
    }

    .gift{
        padding: 60px 0;
    }

    .giftWrapper p{
        width: 90%;
        margin-bottom: 60px;
    }

    .store{
        padding: 60px 0;
    }

    .storeWrapper .imgBox{
        margin-bottom: 20px;
    }

    .storeWrapper .txtBox{
        flex-flow: column;
    }

    .storeWrapper .txtBox p:first-child{
        width: 90%;
        margin: 0 auto 20px;
    }

    .storeWrapper .txtBox p:nth-child(2){
        width: 90%;
        max-width: 90%;
        margin: 0 auto 20px;
    }

    .storeWrapper .txtBox p:last-child{
        width: 90%;
        margin: 0 auto;
    }

    .instagram{
        padding: 30px 0 60px;
    }

    .readTheArticle{
        padding-top: 40px;
    }

    .readTheArticleWrapper ul{
        flex-flow: column;
    }

    .readTheArticleWrapper li{
        width: 90%;
        margin: 0 auto 40px;
    }
    
}

@media screen and (max-width:480px) {

    .sukiMainVisualWrapper p span.i2{
        top:-7px;
    }

    .sceneItemInner .txtBox{
        bottom: -19%;
    }

    .sceneItemContent{
        margin-bottom: 100px;
    }

    .bgGradation > .imgBox{
        width: 100%;
        top: -7%;
    }

    .shimashimaWrapper .imgBox{
        width: 100%;
        height: 253.5px;
        margin-bottom: 40px;
    }

    .giftWrapper .imgBox{
        height: 253.5px;
        margin-bottom: 20px;
    }
}