@charset "UTF-8";
/*--Reset--*/

html,body,h1,h2,h3,p,ul,li {
margin:0;
padding:0;
line-height: 1.0;
font-family: "Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
text-align: center;
}


body {
    width: 100%;
    /* max-width: 1280px; */
    margin: auto;
}

img {
vertical-align: bottom;
border: none;
/*Fluid Image*/
max-width: 100%;
height: auto;
}

ul {
list-style: none;
}

a {
text-decoration: none;
color: inherit;
}

/*-- /Reset--*/
    /* KV 画像 */
    .KV-sp {
        display: none !important;
        margin:0 auto;
    }

    .KV-pc {
        display: block;
        width: 1920px;
        height: auto;
        margin:0 auto;
        margin-bottom: 50px;
    }

    .KV_text_sp {
        display: none !important;
        margin:0 auto;
    }

    .KV_text_pc {
        display: block;
        height: auto;
        margin:0 auto;
        margin-bottom: 30px;
        line-height: 1.6;
        
    }




    .img-sp {
        display: none !important;
        margin:0 auto;
    }

    .img-pc {
        display: block;
        text-align: center;
        font-size: 16px;
        line-height: 1.5;
    }

    .tt1 {
        text-align: center;
        font-size: 32px;
        grid-area: auto;
        line-height: 17px;
        color: #184563;
        font-weight: 600;
        font-family:Arial, Helvetica, sans-serif;
        line-height: 3;
        }

    .text {
        text-align: center;
        font-size: 16px;
        line-height: 1.5;
    }

    .img-title {
        margin-bottom: 50px;
    }

    .img-label {
        width: 330px;
        margin-bottom: 30px;
    }
    .sugo_box {
        width: 795px;
        margin: 0 auto;
        padding: 16px;
        margin-bottom: 50px;
            margin-top: 20px;
    }
    .sugo_category {
        display: flex;
        justify-content:space-between;
        flex-wrap:wrap;
        margin: 12px;
    }

    /* 6カテゴリー*/
    .sugo_category p {
        line-height: 4.6;
        text-align: left;
        padding-left: 20px;
    }

    .btn-item-opacity {
        margin: 6px;
    }

    .sugo_category .btn-item-opacity a {
        position: relative;
        display: block;
        width: 245px;
        height: 75px;
        /* padding: 15px 0; */
        border: #184563 1px solid;
        font-size: 14px;
        font-weight: 700;
        color: #184563;
        line-height: 4.65;
        text-decoration: none;
        text-align: center;
        transition: .2s;
        box-sizing: border-box;
        padding: 0.3rem 0.3rem;
        /* margin: 0; */
    }
    .sugo_category .btn-item-opacity a::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 25px;
        width: 9px;
        height: 9px;
        margin: auto;
        border-top: 2px solid #184563;
        border-right: 2px solid #184563;
        transform: rotate(135deg);
        transition: .2s;
        box-sizing: border-box;
    }
    
      /* ホバー時のスタイル */
    .sugo_category .btn-item-opacity a:hover {
        opacity: 0.7;
    }

    /* 6カテゴリー*/


/* #すごスーツ */

.detail-explain {
    width: 323px;
    margin: auto 0;
}

    .suit-1 {
        max-width: 563px;
        margin: auto;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .suit-1 ul {
        display: flex;
    }

    .suit-1 .tt2 {
        text-align: left; 
        font-size: 26px;
        line-height: 17px;
        color: #222;
        font-weight: 800;
        font-family:Arial, Helvetica, sans-serif;
        line-height: 2.3;
        margin-bottom: 8px;   
    }
    .suit-1 .text1 {
        text-align: left; 
        font-size: 14px;
        color: #222;
        font-weight: 400;
        font-family:Arial, Helvetica, sans-serif;
        line-height: 1.6; 
    }

    .datail-suit-img {
        margin-right: 25px;
        width: 225px;
    }
    .datail-suit-txt {
        width: 100%;
    }

    .suit-detail {
        width: 414px;
        margin: 0 auto;
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .suit-detail ul {
        display: flex;
        width: 460px;
    }

/* 共通 */
    .img-detail {
        margin-bottom: 30px;
        width: 220px;    
        height: auto;  /* 高さは自動指定 */        
    }
    .detail-space {
        margin-right: 15px;
        
    }
    .text-detail {
    font-weight: bolder; 
    font-size: 13px;
    line-height: 1.5;
    }
    .detail-width {
        width: 220px;
        
    }
    .text-deco {
        text-decoration: line-through;
        font-size: 12px;
        margin: 13px 0 6px 0;
    }
    .setup-detail-space .selectbox-6 {
        margin-top: 15px;
    }

    .btn,
    a.btn,
    button.btn {
    margin: 15px 0;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 0.9;
    position: relative;
    display: inline-block;
    padding: 0.7rem 2.45rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #184563;
    border-radius: 0.3rem;
    
    }

    .btn--blue,
    a.btn--blue {
    color: #fff;
    background-color: #184563;;
    }

    .btn--blue:hover,
    a.btn--blue:hover {
    color: #fff;
    background:#748fa1;
    }

    .selectbox{
        margin-top: 10px;
    }

    .selectbox-6 {
        position: relative;
    }
    
    .selectbox-6::before,
    .selectbox-6::after {
        position: absolute;
        right: 15px;
        width: 9px;
        height: 6px;
        background-color: #748fa1;
        content: '';
        pointer-events: none;
    }
    
    .selectbox-6::before {
        top: calc(50% - 9px);
        clip-path: polygon(50% 0, 100% 100%, 0 100%);
    }
    
    .selectbox-6::after {
        bottom: calc(50% - 9px);
        clip-path: polygon(0 0, 50% 100%, 100% 0);
    }
    
    .selectbox-6 select {
        appearance: none;
        min-width: 187px;
        height: 2.6em;
        padding: .4em .8em .4em .8em;
        border: 1px solid #d0d0d0;
        border-radius: 3px;
        background-color: #fff;
        color: #333333;
        font-size: 0.9em;
        cursor: pointer;
        width: 178px;
    }
/* 共通 */

/* #すごセットアップ */

    .setup-detail {
        width:940px;
        margin: 0 auto;
        margin-top: 50px;
        margin-bottom: 50px;
        display: flex;
        justify-content: space-between;
        margin-top :auto;
    }
    .setup-detail li {
        width: 220px;
        /* margin: auto 0; */
        justify-content: center;
    }
    .img-label-setup {
        width: 220px;
        margin-bottom: 30px;
    }

    .detail-space {
        margin-top :0;
        margin-right: 20px;
        /* width: 220px; */
    }
    /* #もっと見る */
    .more-look1 {
        width: 417px;
        margin-bottom: 50px;
        margin: 0 auto;
    }
    .more-look2 {
        width: 456px;
        margin-bottom: 50px;
        margin: 0 auto;
    }
    
    .btn1 a {
        width: 464px;
        position: relative;
        display: block;
        height: 71px;
        padding: 15px 0;
        border: #184563 1px solid;
        font-size: 18px;
        font-weight: 700;
        color: #184563;
        line-height: 2.4;
        text-decoration: none;
        text-align: center;
        transition: .2s;
        box-sizing: border-box;
        margin-bottom: 50px;
    }

    .btn1 a::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 25px;
        width: 9px;
        height: 9px;
        margin: auto;
        border-top: 2px solid #184563;
        border-right: 2px solid #184563;
        transform: rotate(45deg);
        transition: .2s;
        box-sizing: border-box;
    }
    
      /* ホバー時のスタイル */
    .more-look .btn-opacity a:hover {
        opacity: 0.7;
    }
    
    /* #もっと見る */
    /* #セーター　毛玉 */
    .knit {
        width: 580px;
        margin: 0 auto;
    }

    .knit ul {
    display: flex;
    
    }
    .datail-knit-img {
        width: 22vh;
        
    }
    .detail-space2 {
        margin-right: 20px;
    }
    .detail-explain2 {
        width: 365px;
        margin: auto 0;

    }
    .knit ul li .text {
        text-align: left;
        word-break: break-all;
    }

    /* #セーター　毛玉 */

    /*TOPへ戻るボタン*/

/* ボタンのデザイン */
.pageTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    border: 1px solid #FFF;
    background-color: #525151;
        border-radius: 5px;
    cursor: pointer;
    transition: all .5s;
    z-index: 2;
}


/* ボタンホバー時 */
/* #pageTopBtn:hover {
    background-color: #525151;

}
#pageTopBtn:hover::before {
    background-color: #525151;
}
#pageTopBtn:hover::after {
    background-color: #525151;
} */
/* ボタンの矢印 */
.pageTopBtn::before {
    position: absolute;
    content: '';

    top: 50%;
    left: 22px;
    width: 2px;
    height: 12px;
    background-color: #fff;
    
    transition: all .5s;
    transform: translateY(-50%) rotate(-45deg);
}
.pageTopBtn::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 22px;
    width: 2px;
    height: 12px;
    background-color: #fff;
    transition: all .5s;
    transform: translateY(-50%) rotate(45deg);
}

.sns{
    width: 100%;
    margin: 200px 0;
}

.cent{
    text-align: center;
}
.icon_txt{
    font-weight: 1000;
    font-size: 12px;
    letter-spacing: 1.7;
}

.sns_icon{
    display: flex; /* 親要素に指定することで、Flexboxが適用される */
	flex-direction: row; /* 左から右に横並び（デフォルト値なのでなくても可） */
	justify-content: center; /* 中央揃え */
	margin-left: -10px;
	letter-spacing: -.4em; /* タグ改行時の空白防止 */
    margin-top: 20px;
}
.icon_spe{
    margin-left: 20px;
}
    /* footer */ 
.footer{
    background-color: #f0f0f0;
    margin: auto 0;
    padding-bottom: 50px;
    
}

.foot_box{
    margin-top: 50px;
}
.foot_box2{
    margin-top: 25px;
}
.footer ul{
    display: flex;
    justify-content: center;

    /* width: 777px; */
}

.footer ul li{
    width: 260px;
}
.foot_text_0{
    background-color: #D1D1D1;
    line-height: 3;
    font-size: 12px;
}
.foot_title{
    text-align: left ;
    font-weight: bold;
    line-height: 3;
    font-size: 14px;
    color: #525151;
}

.foot_text{
    text-align: left ;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.8;
    font-size: 13px;
    color:#525151
}
.foot_logo{
    font-size: 10px;
    color: #525151;
}
/* 外部リンク アイコン */
/* a[target="_blank"] {
    &:after {
    font-family: "Font Awesome 6 Free";
    content: "\f08e";
    font-weight: 900;
    margin: 0 0.25rem;
    }
} */
    @media only screen and (max-width: 750px) {
    /* KV 画像 */ 

    .KV-sp {
        display: block !important;
        width: 100%;
        height: auto;
        margin:0 auto;
        margin-bottom: 50px;
}

    .KV-pc {
        display: none !important;
        margin:0 auto;
    }

    .KV_text_sp {
        display: block !important;
        width: 100%;
        height: auto;
        margin:0 auto;
        margin-bottom: 40px;
        text-align: center;
        font-size: 14px;
        line-height: 1.5;
}

    .KV_text_pc {
        display: none !important;
        margin:0 auto;
        
    }



    .img-sp {
        display: block !important;
        width: 100%;
        height: auto;
        margin:0 auto;
        margin-bottom: 50px;
}

    .img-pc {
        display: none !important;
        margin:0 auto;
    }
.ttle .tt1{
    margin-bottom: 20px;
}
    .tt1 {
        text-align: center;
        font-size: 23px;
        grid-area: auto;
        line-height: 14px;
        color: #184563;
        font-weight: 600;
        font-family:Arial, Helvetica, sans-serif;
        line-height: 1.3;
        margin-bottom: 40px;
        width: 241px;
        margin: auto;
    }
    .detail-explain {
        width: 100%;
        /* margin: auto 0; */
    }


    .sugo_box {
        width: 380px;
        margin: 0 auto;
        margin-bottom: 50px;
        margin-top: 20px;
        padding: 0;
    }

    .sugo_category {
        margin: 0 auto;
        display: flex;
        justify-content:space-between;
        flex-wrap:wrap;
    }

/* 6カテゴリー*/
.sugo_category p {
    line-height: 3.2;
    text-align: left;
    padding-left: 8px;
}

.btn-item-opacity {
    margin:6px;
}

.sugo_category .btn-item-opacity a {
    position: relative;
    display: block;
    width: 178px;
    height: 50px;
    /* padding: 15px 0; */
    border: #184563 1px solid;
    font-size: 13px;
    font-weight: 700;
    color: #184563;
    line-height: 4;
    text-decoration: none;
    text-align: center;
    transition: .2s;
    box-sizing: border-box;
    padding: 0.3rem 0.3rem;
    /* margin: 0; */
}
.sugo_category .btn-item-opacity a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #184563;
    border-right: 2px solid #184563;
    transform: rotate(135deg);
    transition: .2s;
    box-sizing: border-box;
}
  /* ホバー時のスタイル */
.sugo_category .btn-item-opacity a:hover {
    opacity: 0.7;
}

.suit-1 {
    max-width: 380px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.suit-1 ul {
    display: flex;
    width: 368px;
    margin: 0 auto;
} 

.suit-1 .tt2 {
    text-align: left; 
    font-size: 17px;
    line-height: 17px;
    color: #222;
    font-weight: 800;
    font-family:Arial, Helvetica, sans-serif;
    line-height: 0.8;  
    
}
.suit-1 .text {
    margin-top: 10px;
    text-align: left;  
    font-size: 10px;
    line-height: 1.8;
}
.detail-explain .text1 {
    text-align: left;
    font-size: 13px;
    color: #222;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 15px;
    letter-spacing: 0.12em;
}
.datail-suit-img {
    margin-right: 16px;
    width: 137px;
}

.suit-detail {
    width: 353px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 30px;
    overflow-x: auto ;/* スクロール */
    /* white-space: nowrap;スクロール */ 
    /* display: flex !important; */
    /* display: -webkit-box; */
    /* width: 500px; */
}
.suit-detail ul {
    display: flex ;
    width: 484px;
    justify-content: space-between;
}
.img-label {
    width: 200px;
    margin-bottom: 30px;
}
.setup-detail {
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 30px;
    overflow-x: auto ;/* スクロール */
    /* white-space: nowrap;スクロール */ 
    width: 353px;
    max-width: 353px;
    overflow-wrap: break-word;
    word-break: break-word;
    word-break: break-all;
}

.setup-detail ul li {
    width: 230px;
    margin-right: 15px;
    justify-content: space-between;
}

/* 共通 */
.img-detail {
    margin-bottom: 30px;
    width: 230px;    
    height: auto;  /* 高さは自動指定 */  
}
.detail-space {
    margin-right: 15px;
}

.detail-width {
    width: 230px;
    margin: auto 0;
}

.detail-width2 {
    width: 230px;
}
.text-detail {
    font-weight: bolder; 
    font-size: 14px;
    line-height: 1.5;
    overflow-wrap: break-word;
    }

.text-deco {
    text-decoration: line-through;
    font-size: 12px;
}
.setup-detail-space .selectbox-6 {
    margin-top: 15px;
}

.btn,
a.btn,
button.btn {
margin:15px 0;
font-size: 0.68rem;
font-weight: 500;
line-height: 1.5;
position: relative;
display: inline-block;
/* padding: 0.7rem 4.86rem; */
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all 0.3s;
transition: all 0.3s;
text-align: center;
vertical-align: middle;
text-decoration: none;
letter-spacing: 0.1em;
color: #184563;;
border-radius: 0.3rem;
padding-left: 3.6rem;
padding-right: 3.6rem;
}

.btn--blue,
a.btn--blue {
color: #fff;
background-color: #184563;;
}

.btn--blue:hover,
a.btn--blue:hover {
color: #fff;
background:#748fa1;
}

.selectbox .selectbox-6 select {
    width: 197px;
    margin-top: 10px;
}

.selectbox-6 {
    position: relative;
    width: 230px;
}

.selectbox-6::before,
.selectbox-6::after {
    position: absolute;
    right: 15px;
    width: 9px;
    height: 6px;
    background-color: #748fa1;
    content: '';
    pointer-events: none;
}

.selectbox-6::before {
    top: calc(50% - 9px);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.selectbox-6::after {
    bottom: calc(50% - 9px);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.selectbox-6 select {
    appearance: none;
    min-width: 181px;
    height: 2.6em;
    padding: .4em .8em .4em .8em;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    background-color: #fff;
    color: #333333;
    font-size: 0.9em;
    cursor: pointer;
}

/* 共通 */

    /* #もっと見る */



    .btn-opacity a {
        width: 350px;
        position: relative;
        display: block;
        height: 60px;
        padding: 15px 0;
        border: #184563 1px solid;
        font-size: 14px;
        font-weight: 700;
        color: #184563;
        line-height: 2.36;
        text-decoration: none;
        text-align: center;
        transition: .2s;
        box-sizing: border-box;
    }

    .btn1 a::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 25px;
        width: 9px;
        height: 9px;
        margin: auto;
        border-top: 2px solid #184563;
        border-right: 2px solid #184563;
        transform: rotate(45deg);
        transition: .2s;
        box-sizing: border-box;
    }
    .more-look1 {
        width:349px;
        margin-bottom: 50px;
    }
    .more-look2 {
        width:349px;
        margin-bottom: 50px;
    }
.more-look .btn-opacity a:hover {
        margin: 0 auto;
        position: relative;
        display: block;
        width: 340px;
        height: 65px;
        padding: 15px 0;
        border: #184563 1px solid;
        font-size: 14px;
        font-weight: 700;
        color: #184563;
        line-height: 2.5;
        text-decoration: none;
        text-align: center;
        transition: .2s;
        box-sizing: border-box;
    }

    .more-look .btn-opacity a::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 25px;
        width: 9px;
        height: 9px;
        margin: auto;
        border-top: 2px solid #184563;
        border-right: 2px solid #184563;
        transform: rotate(45deg);
        transition: .2s;
        box-sizing: border-box;
    } 
    
      /* ホバー時のスタイル */
    .btn1 a:hover {
        opacity: 0.7;
    }
    
    /* #もっと見る */

    .knit {
        width: 390px;
        margin: 0 auto;
    }
    .knit ul {
        display: block;
    }

    .datail-knit-img {
        width: 15vh;
        margin-bottom: 10px;
    }

    .knit ul li .text {
        text-align: left;
        padding:10px;
    }
/* ボタンの矢印 */
#pageTopBtn {
    position: fixed;
    bottom: 39px;
    right: 17px;
    width: 33px;
    height: 33px;
    border: 1px solid #FFF;
    background-color: #9c9a9a;
        border-radius: 5px;
    cursor: pointer;
    transition: all .5s;
}

#pageTopBtn::before {
    position: absolute;
    content: '';

    top: 50%;
    left: 19px;
    width: 1px;
    height: 12px;
    background-color: #fff;
    
    transition: all .5s;
    transform: translateY(-50%) rotate(-45deg);
}
#pageTopBtn::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 19px;
    width: 1px;
    height: 12px;
    background-color: #fff;
    transition: all .5s;
    transform: translateY(-50%) rotate(45deg);
}

}

