/******************************/
/* SLIDER */
/******************************/
@media screen and (max-width: 1030px) {
    .slider {
        margin-left: -20px;
        margin-right: -20px;
        position: relative;
    }
}
#slider div {
    width: 100%;
    max-width: 100%;
    height: auto;
}
#slider > div {
    display: none;
}
.bx-viewport #slider > div {
    display: block;
}
.bx-wrapper {
    z-index: 0;
}
.bx-wrapper img {
    width: 100%;
    height: auto;
}
.bx-wrapper .bx-viewport {
    box-shadow: none !important;
    border: 0 !important;
    left: 0 !important;
}
.bx-wrapper .bx-pager {
    bottom: -27px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    margin: 0 3px !important;
    padding-top: 15px;
    width: 25px !important;
    height: 1px !important;
    background: transparent !important;
    border-bottom: 1px solid #cccccc;
    border-radius: 0 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: transparent !important;
    border-bottom: 1px solid #000000;
}
/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
    display: flex;
    flex-wrap: wrap;
    margin-top: 75px;
    width: 760px;
}
@media screen and (max-width: 767px) {
    .p-line-informaiton {
        display: block;
        width: auto;
    }
}
.p-line-informaiton ul {
    flex: 1;
    font-size: 13px;
}
@media screen and (max-width: 767px) {
    .p-line-informaiton ul {
        font-size: 12px;
    }
}
.p-line-informaiton li {
    margin-bottom: 15px;
}
.p-line-informaiton__ttl {
    position: relative;
    margin: 0 40px 0 0;
    font-size: 14px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .p-line-informaiton__ttl {
        margin: 0;
    }
}
.p-line-informaiton__ttl:before {
    content: "";
    position: absolute;
    top: 7px;
    right: -20px;
    width: 1px;
    height: 10px;
    background: #d2d2d2;
}
@media screen and (max-width: 767px) {
    .p-line-informaiton__ttl:before {
        content: none;
    }
}
/***** お知らせ *****/
.p-top-news {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
    .p-top-news {
        display: block;
        margin-bottom: 45px;
    }
}
.p-top-news__ttl {
    box-sizing: border-box;
    margin-right: 25px;
    padding: 10px;
    width: 110px;
    border: 1px solid #b2b2b2;
    font-size: 18px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-top-news__ttl {
        margin-right: 0;
        margin-bottom: 10px;
        padding: 5px;
        width: 70px;
        border: 1px solid #b2b2b2;
        font-size: 12px;
    }
}
.p-top-news__body {
    flex: 1;
    margin-bottom: 0;
}
/******************************/
/* TOP RECOMMEND */
/******************************/
.p-recommend.u-container {
    padding-bottom: 0;
}
/******************************/
/* NEW　ARRIVAL */
/******************************/
.p-new-item.u-container {
    padding-bottom: 0;
}
/******************************/
/* TOP RANKING */
/******************************/
.p-ranking-list .slick-track {
    margin-left: 0;
    margin-right: 0;
}
.p-ranking-list .slick-prev, .p-ranking-list .slick-next {
    top: 80px;
    width: 30px;
    height: 30px;
    transition: all 0.4s ease;
    z-index: 1;
    background: rgba(255,255,255,0.4);
}
@media screen and (max-width: 767px) {
    .p-ranking-list .slick-prev, .p-ranking-list .slick-next {
        top: 110px;
        width: 45px;
        height: 45px;
    }
}
.p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 10px;
    width: 15px;
    height: 15px;
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
    transition: all 0.4s ease;
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
        top: 15px;
    }
}
.p-ranking-list .slick-prev {
    left: 20px;
}
@media screen and (max-width: 767px) {
    .p-ranking-list .slick-prev {
        left: 0px;
    }
}
.p-ranking-list .slick-prev:before {
    transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
    .p-ranking-list .slick-prev:before {
        left: 17px;
    }
}
.p-ranking-list .slick-next {
    right: 20px;
}
@media screen and (max-width: 767px) {
    .p-ranking-list .slick-next {
        right: 0px;
    }
}
.p-ranking-list .slick-next:before {
    left: 4px;
    transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
    .p-ranking-list .slick-next:before {
        left: 13px;
    }
}
.p-ranking-list__item {
    position: relative;
    box-sizing: border-box;
    margin-right: 20px;
    margin-left: 20px;
    padding-bottom: 25px;
    word-break: break-all;
}
@media screen and (max-width: 1030px) {
    .p-ranking-list__item {
        margin-right: 5px;
        margin-left: 5px;
    }
}
.p-ranking-list__img {
    position: relative;
    margin-bottom: 35px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-ranking-list__img {
        text-align: center;
    }
}
.p-ranking-list__img:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.p-ranking-list__img a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.p-ranking-list__img img {
    display: inline-block !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    text-align: center;
}
.p-ranking-list__num {
    position: absolute;
    top: 0;
    left: 1px;
    width: 24px;
    line-height: 24px;
    font-size: 12px;
    font-weight: bold;
    background: #000000;
    color: #ffffff;
    text-align: center;
}
.p-ranking-list__ttl img {
    vertical-align: middle;
}
.p-ranking-list__price {
    color: #909090;
    margin-top: 20px;
}
.p-ranking-list__btn {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #d8d8d8;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-ranking-list__btn.is-added {
    color: #000000;
}
.p-ranking-list__btn svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}
/******************************/
/* TOP INFORMATION */
/******************************/
.p-information {
    padding-bottom: 0;
}
@media screen and (max-width: 1030px) {
    .p-information {
        padding-bottom: 45px;
    }
}
.p-information__body {
    margin-left: 60px;
    margin-right: 60px;
    line-height: 2;
}
@media screen and (max-width: 1030px) {
    .p-information__body {
        margin-left: 0;
        margin-right: 0;
    }
}
/******************************/
/* TOP FREE */
/******************************/
.p-free__body {
    margin-left: 60px;
    margin-right: 60px;
    line-height: 2;
}
@media screen and (max-width: 1030px) {
    .p-free__body {
        margin-left: 0;
        margin-right: 0;
    }
}
/******************************/
/* TOP BANNER */
/******************************/
.p-bnr {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}
@media screen and (max-width: 1030px) {
    .p-bnr {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.p-bnr-list {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
@media screen and (max-width: 767px) {
    .p-bnr-list {
        display: block;
    }
}
.p-bnr-list__item {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    width: 33.3333%;
}
@media screen and (max-width: 1030px) {
    .p-bnr-list__item {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (max-width: 767px) {
    .p-bnr-list__item {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 10px;
        width: auto;
        text-align: center;
    }
}
.content1{
    background-image: url(https://img04.shop-pro.jp/PA01013/365/etc/pattern_denim_oedo.jpg?cmsp_timestamp=20221024210526);
    position: relative;
    z-index: -1;
    margin-top: -75px;
}

.content2 {
    padding: 75px 30px 60px 20px;
    background-image: url(https://img04.shop-pro.jp/PA01013/365/etc/denim_green.jpg?cmsp_timestamp=20221024210938);
}

.content2 h2 {
    width: 68px;
    margin-left: 45px;
    margin-top: 0;
}

.content2 .txt {
    writing-mode: vertical-rl;
    color: #fff;
    line-height: 2.3;
    font-size: 22px;
    letter-spacing: 0.3px;
    margin-bottom: 30px;
}

.content2 .txt span {
    text-combine-upright: all;
    vertical-align: baseline;
}

.link_square {
    width: 230px;
    margin: 0 auto;
    font-size: 20px
}

.link_square a {
    font-size: 20px;
    display: block;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    padding: 8px 20px;
}

h2.ico01 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 50px;
    background-image: url(https://img21.shop-pro.jp/PA01492/332/etc/ico_title01.png?cmsp_timestamp=20221019130343);
    background-repeat: no-repeat;
    -webkit-background-size: 60px;
    background-size: 60px;
    background-position: center top;
    padding-top: 60px;
}
.pd_content{
    display: flex;
}
.reverse{
    flex-flow: row-reverse;
}
.pd_content .pic {
    width: 60%;
    max-width: 795px;
}
.pd_content .text {
    padding-top: 10px;
  padding-bottom: 10px;
    width: 40%;
}

.item h3 {
    font-size: 32px;
    writing-mode: vertical-rl;
    margin: 0 10px;
}
.pd_content .item .txt {
    line-height: 2.2;
    writing-mode: vertical-rl;
    font-size: 20px;
    letter-spacing: 0.3px;
    padding-top: 30px;
}

.link_btn a {
    position: relative;
    font-size: 18px;
    border-radius: 50%;
    border: 1px solid #898989;
    margin: 0 auto;
    overflow: hidden;
    width: 110px;
    height: 25px;
    display: block;
    color: #524232;
    padding: 35px 0 50px 0;
    text-align: center;
}

.link_btn a:before {
    content: "→";
    position: absolute;
    top: 55%;
    left: 40%;
    width: 30px;
    height: 30px;
}
.content3{
    padding: 150px 0 35px;
}
.content4 .link_btn a,
.content6 .link_btn a,
.content8 .link_btn a {
    border: none;
    background-color: #fff;
}
.content4,
.content6,
.content8{
    background-image: url(https://img21.shop-pro.jp/PA01492/332/etc/bg_glay_lg.png?cmsp_timestamp=20221019144153);
    background-repeat: repeat-x;
    padding: 120px 0;
}
.content9{
    position: relative;
    background-position: -260px top;
    background-image: url(https://img21.shop-pro.jp/PA01492/332/etc/bg_mono01.jpg?cmsp_timestamp=20221019161140);
    background-size: 110%;
    background-repeat: no-repeat;
}
.content9:before{
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    height:100%;
    top: 0;
    left: 0;
    background-color: white;
    opacity: 0.8;
}
.content9 .pd_content{
    padding:  170px 85px;
    justify-content: space-between;
}
.content9 .pic {
    padding: 0 10px;
    width: 525px;
}
.content9 .item {
    padding-top: 120px;
    background-image: url(https://img21.shop-pro.jp/PA01492/332/etc/ico_title01.png?cmsp_timestamp=20221019130343);
    background-repeat: no-repeat;
    -webkit-background-size: 100px;
    background-size: 100px;
    background-position: center top;
    margin-bottom: 60px;
    margin-right: 80px;
}
.content9 h3{
    margin-left: 15px;
    font-size: 40px;
}
.content9 .item .txt {
    padding-top: 40px;
    padding-left:  20px;
}

.content9 .link_btn_square {
    position: relative;
    width: 290px;
}
.content9 .link_btn_square:before{
    position: absolute;
    content: "";
    width: 105px;
    height: 8px;
    right: 20%;
    top: 40%;
    border-bottom: 1px solid #524232;
    border-right: 1px solid #524232;
    transform: skew(45deg);
}

.content9 .link_btn_square a {
    display: block;
    font-size: 24px;
    border: 1px solid #707070;
    color: #0F0F0F;
    padding: 18px 45px;
}

.content10 .pd_content{
    padding:  0 80px;
}
.content10{
    padding-bottom: 70px;
    position: relative;
    background-position: 60px 60px;
    background-image: url(https://img21.shop-pro.jp/PA01492/332/etc/bg_mono01.jpg?cmsp_timestamp=20221019161140);
    background-size: 110%;
    background-repeat: no-repeat;
}
.content10:before{
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    height:100%;
    top: 0;
    left: 0;
    background-color: white;
    opacity: 0.8;
}

.content10 .item {
    padding: 120px 15px 80px;
    background-image: url(https://img21.shop-pro.jp/PA01492/332/etc/ico_title01.png?cmsp_timestamp=20221019130343);
    background-repeat: no-repeat;
    -webkit-background-size:  95px;
    background-size: 95px;
    background-position: center top;
}

.content10 .item h2 {
    letter-spacing: 3px;
    font-size: 35px;
    writing-mode: vertical-rl;
    margin-right: 30px;
}

.content10 h2 span {
    font-size: 12px;
    letter-spacing: 1px;
  line-height: 1;
}

.content10 .txt_letter {
    padding-top: 105px;
    font-size: 18px;
    line-height: 1.8;
}
.content10 .pic{
    width: 525px;
}
.content10 h3.history {
    padding-top: 70px;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    background-image: url(https://img21.shop-pro.jp/PA01492/332/etc/ico_title02.png?cmsp_timestamp=20221019142435);
    background-repeat: no-repeat;
    -webkit-background-size: 82px;
    background-size: 82px;
    background-position: top center;
    margin-bottom: 20px;
}

.content10 .award {
    font-size: 17px;
    text-align: center;
    line-height: 2;
    background-image: url(https://img21.shop-pro.jp/PA01492/332/etc/bg_awad.png?cmsp_timestamp=20221019173302);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.content_special{
  margin-top: 100px;
}
.content11{
    background-image: url(https://img21.shop-pro.jp/PA01492/332/etc/bg_mono02.jpg?cmsp_timestamp=20221019174102);
    background-position: 90px -30px;
    background-repeat: no-repeat;
    background-size: 115%;
    padding: 150px 0 50px;
}
.content11 .right{
    margin-left: 50px;
}
.content11 .item {
    padding-top: 120px;
    padding-bottom: 80px;
    background-image: url(https://img21.shop-pro.jp/PA01492/332/etc/ico_title01.png?cmsp_timestamp=20221019130343);
    background-repeat: no-repeat;
    -webkit-background-size: 80px;
    background-size: 80px;
    background-position: center top;
}
.content11 .txt_letter{
    padding-top: 100px;
    line-height: 1.8;
    font-size: 16px;
}
.content11 .pd_content{
    padding: 0 130px;
    box-sizing: border-box;
}
.content11 .brand {
    width: 330px;
    background-color: #fff;
    border: 1px solid #707070;
    padding: 15px;
    margin: 150px 10px 0;
    box-sizing: border-box;
}
.content11 .brand  .img {
    margin-bottom: 10px;
}
.content11 .products h3{
    width: 212px;
    margin: 30px auto;
}
.content11 .brand .txt{
    font-size: 16px;
    line-height: 1.8;
}
.content11 .labo h3{
    text-align: center;
    margin: 40px auto;
    font-family: monospace;
    font-size: 25px;
    letter-spacing: 3px;
}
.content11 .labo .img {
    width: 112px;
    margin: 40px auto;
}

.content13 {
    max-width: 1100px;
    padding: 100px 0px;
}

.content13 h2 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 70px;
    background-image: url(https://img21.shop-pro.jp/PA01492/332/etc/ico_title01.png?cmsp_timestamp=20221019130343);
    background-repeat: no-repeat;
    -webkit-background-size: 80px;
    background-size: 80px;
    background-position: center top;
    padding-top: 80px;
}

.content13 dl {
    font-size: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid #707070;
    margin-top: 40px;
}
.content13 dl dt{
    width: 100px;
}
.content13 dl dt,
.content13 dl dd{
    display: inline-block;
}
.content13 dl dd {
    margin-bottom: 25px;
    max-width: 980px;
    vertical-align: top;
}
.main_bottom{
    background-image: url(https://img04.shop-pro.jp/PA01013/365/etc/pattern_denim_oedo.jpg?cmsp_timestamp=20221024210526);
    text-align: center;
  margin-bottom: 50px;
}
.main_bottom img{
    max-width: 1100px;
}
@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
    .content1{
        margin-top: -60px;
    }
    .content2{
        padding: 60px 0px 25px;
    }
    .content2 h2{
        width: 42px;
        margin-left: 15px;
  }
    .content2 .txt{
        font-size: 16px;
    }
    .content3{
        padding: 50px 0 30px;
    }
    h2.ico01{
        margin-bottom: 30px;
    }
  .item h3{
    font-size:  30px;
  }
    .pd_content{
        display: block;
    }
    .pd_content .pic{
        width: 100%;
    }
    .pd_content .text{
        width: 100%;
      padding-top: 30px;
    }
  
  .content4, .content6, .content8 {
    background-image: url(https://img04.shop-pro.jp/PA01013/365/etc/bg_glay_sm.jpg?cmsp_timestamp=20221031144546);
    background-size: 100%;
    -webkit-background-size: 100%;
    padding: 120px 0 80px 0;
  }
    .content8{
        padding-bottom: 30px;
    }
  .content8 .item h3{
       font-size: 25px;
    }
  
  .content9 {
    background-position: -500px 100%;
    background-size: 310%;
}
    .content9 .pic,
    .content10 .pic  {
        box-sizing: border-box;
        width: 100%;
    }
    .content9 .pd_content{
        padding: 30px 0;
    }
    .content9 .item {
        padding-top: 180px;
        -webkit-background-size: 70px;
        background-size: 70px;
        background-position: center 80px;
        margin-bottom: 60px;
        margin-right: 0px;
    }
    .content9 .link_btn_square{
        width: 248px;
        margin: 0 auto;
    }
    .content9 .link_btn_square a {
        font-size: 20px;
        padding: 12px 35px;
    }
  .content10{
    background-position: 7% 50%;
    background-size: 320%;
  }
    .content10 .award {
        font-size: 12px;
    }
    .content10 .pd_content{
        padding: 0 0;
    }
    .content10 .item {
        padding: 120px 15px 15px;
        -webkit-background-size: 70px;
        background-size: 70px;
      margin-top: 100px;
      text-align: left;
    }
    .content10 .item h2 {
        font-size: 30px;
        margin-right: 20px;
          margin-left: 0px;
    }
    .content10 h3.history{
        line-height: 1.5;
    }
    .content10 .txt_letter {
        padding-top: 107px;
        font-size: 16px;
        line-height: 2;
    }
    .content11 {
        background-position: 63% -50px;
        background-size: 400%;
        padding: 0px 0 0px;
    }
    .content11 .pd_content{
        padding: 0 0 0 0;
    }
    .content11 .right{
        margin-left: 0;
    }
    .content11 .brand {
        max-width: 100%;
        margin: 0px auto 40px auto;
    }
    .content13{
        padding: 0 0;
    }
    .content13 h2 {
        font-size: 20px;
        margin-bottom: 70px;
        background-repeat: no-repeat;
        -webkit-background-size: 70px;
        background-size: 70px;
        padding-top: 65px;
    }
    .content13 dl {
        font-size: 15px;
        margin-bottom: 20px;
        margin: 20px;
    }

    .pd_content .item .txt{
        font-size: 16px;
      padding-top: 0px;
      margin-bottom: 0;
    }
  .content9 .pd_content .item .txt{
      padding-top:  60px;
        height: 300px;
    }
}

}