/*特設ページ内のPOPUPは非表示*/
.banner.itemdetail_view_timer.is-show {
    display: none !important;
}

div#header {
    display: block;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    height: auto;
}

header img {
    width: 55%;
    margin-top: 1%;
}

div#header h1 {
    display: flex;
    vertical-align:middle;
}

.c-header .inner-block {
    max-width: 100%;
    display: none;
}

.fs-c-breadcrumb {
    margin-top: 5% !important;
}

.breadcrumb {
    margin-top: -28%;
}


@media only screen and (max-width: 768px) {
    .fs-c-breadcrumb {
        margin-top: 20% !important;
    }
}


@media screen and (min-width:768px){
    
    header img {
        width: 15%;
        margin-top: 0%;
        margin-bottom: 0%;
        padding: 0.5% 0;
    }
    
}

/*----------sogoodtee-リセット--------------*/

section.visual {
    padding-top: 0%;
}

.c-header h1 a {
    display: block;
}

#c-footer {
    display: block;
}

.c-footer {
    display: block;
}

.inner-block {
    display: block;
}

footer {
    display: block;
}



/*----------↓↓↓全体共通↓↓↓--------------*/

body {
    background-color: #eedabf;
}

.wapper-vintage-mix-style {
    font-family: sans-serif, "Hiragino Kaku Gothic Pro", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, serif;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.1em;
}


.campaign-banner-block {
    display: none;
}



#header h1 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.header-nav__inner {
    display: none;
}

.wapper-vintage-mix-style h1 {
    text-align: left;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 2%;
}

.top {
    text-align: center;
    left: 86%;
    right: 0px;
    position: absolute;
    top: 25%;
    width: 11%;
    line-height: 1.35;
    letter-spacing: 0.2px;
    font-size: 0.7rem;
    font-weight: 600;
}

.visual img {
    margin-bottom: 3%;
}

.main-txt {
    font-size: 12px;
    letter-spacing: 1.2px;
    padding: 0 10%;
    margin-bottom: 15%;
    line-height: 1.4rem;
}

.-flex {
    display: flex;
}


/*-----top-list-----*/

section.top-list {
    margin-bottom: 10%;
}

section.top-list h1 {
    text-align: center;
    margin-bottom: 5%;
}

section.top-list h1 img {
    width: 80%;
}

.top-list h2 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 2%;
}

ul.clearfix.thumb {
    padding: 0% 5%;
}

ul.clearfix.thumb li {
    float: left;
    width: 31%;
    margin-right: 2%;
    margin-bottom: 13%;
}

.thumb-img {
    margin-bottom: 15%;
    border-radius: 15px;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 20%);
}

.thumb li div {
    font-size: 15px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.thumb li div::after {
    content: "↓";
    position: absolute;
    top: 155%;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #333;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    line-height: 23px;
    text-align: center;
    background: #FFF;
    font-size: 13px;
}

/*-----section-profile-----*/


section.profile {
    width: 80%;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 5%;
    margin: 0 auto;
    margin-bottom: 20%;
}

section.profile .pic {
    text-align: center;
}

.pic img {
    width: 50%;
    border-radius: 50%;
    margin-bottom: 5%;
}

section.profile .shop {
    text-align: center;
    font-size: 12px;
    margin-bottom: 2%;
}

section.profile h2 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2rem;
    margin-bottom: 5%;
}

section.profile p {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.2rem;
}

section.profile .sns {
    justify-content: flex-end;
    gap: 5%;
  }

section.profile .sns .logo {
  width: 20px;
}


/*-----wapper-Item-----*/

.wapper-Item {
    padding: 0 8%;
    margin-bottom: 20%;
}

/*-----main-ItemBox-----*/

.main-ItemBox {
    margin-bottom: 0%;
}

.main-ItemBox h3 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5%;
    background: linear-gradient(transparent 55%, #db742e 60%);
    padding-bottom: 0%;
    width: 70%;
    margin: 0 auto;
}

.main-ItemBox .Itemimg {
    display: block;
    width: 90%;
    text-align: center;
    padding: 7% 5% 5%;
    margin: 0 auto;
    margin-bottom: 5%;
}

.main-ItemBox .Itemimg img {
    margin-top: 5%;
    margin-bottom: 3%;
}

.main-ItemBox .Itemimg h2 {
    font-size: 16px;
    font-weight: bold;
}

.main-ItemBox .Itemimg h2 span {
    border-bottom: 2px #333 solid;
}

.main-ItemBox p {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.4rem;
    margin-bottom: 5%;
}

@media screen and (min-width:768px){

    .main-ItemBox {
        margin-bottom: 10%;
    }

    .main-ItemBox h3 {
        border-bottom: 12px solid #db742e;
        width: 40%;
    }

    .main-ItemBox .Itemimg {
        margin-bottom: -7%;
    }
    
}

/*-----batten-----*/

.batten-wrapper {
    width: 100%;
    padding-bottom: 12%;
}

.batten {
    width: 10%;        /* 線の長さ */
    position: relative; /* 基準位置に指定 */
    margin: 0 auto;
  }
  
  .batten::before,
  .batten::after {
    content: "";
    width: 100%;
    height: 3px;
    display: inline-block;
    background: #333;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  
  .batten::before {
    transform: rotate(45deg);
  }
  .batten::after {
    transform: rotate(-45deg);
  }

  @media screen and (min-width:768px){

    .batten-wrapper {
        padding-bottom: 10%;
    }

    .batten {
        width: 5%;
      }
    
    .batten::before,
    .batten::after {
      height: 5px;
      background: #333;
      border-radius: 2px;
    }
    
}
  

/*-----sub-ItemBox-----*/

.sub-ItemWrapper {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    background-color: #FFF;
    width: 100%;
    margin: 0 auto 20%;
    border-radius: 15px;
    padding: 5% 8%;
}

.sub-ItemWrapper h5 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-bottom: 5%;
}

.sub-ItemBox {
    justify-content: center;
    gap: 3%;
}

.sub-ItemBox a {
    width: 40%;
    background-color: #FFF;
}

.sub-ItemBox a img {
    width: 75%;
    padding: 3%;
}

.sub-ItemBox a h4 {
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 0.1px;
}

.sub-ItemWrapper._03 {
    padding: 5% 2%;
}

.sub-ItemBox._03 a {
    width: 30%;
    background-color: #FFF;
}

@media screen and (min-width:768px){

    .sub-ItemBox a h4 {
        font-size: 12px;
        letter-spacing: 0.1px;
    }
    
}
  


/*-----stylingBox-----*/

.stylingBox {
    margin-bottom: 20%;
}

.stylingBox .top-img {
    margin-bottom: 5%;
}

.stylingBox h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 2%;
}

.otherItem {
    width: 75%;
    margin: 0 auto 8%;
}

.otherItem div {
    font-size: 11px;
    color: #000;
    line-height: 1.2rem;
}

.otherItem a {
    color: #009EF1;
    border-bottom: 1px solid #009EF1;
}

.stylingTxt {
    font-size: 13px;
    letter-spacing: 0.1px;
    line-height: 1.4rem;
    margin-bottom: 8%;
    color: #333;
}


.selectPoint {
    margin: 10% 0;
    text-align: center;
}

.selectPoint h4 {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #e06e1d;
    text-align: left;
    margin-bottom: 1%;
}

.selectPoint p {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: left;
}


.main_menu span {
    font-size: 10px;
    margin-right: 1%;
    font-weight: lighter;
}




.border {
    display: block;
    width: 40%;
    border-bottom: 2px solid #000;
    margin: 0 auto;
}

/*-----img-box-----*/


.img-box {
    margin-bottom: 15%;
}

.img-box img:first-child {
    width: 49%;
    float: left;
}

.img-box img:nth-child(2) {
    width: 46%;
    margin-top: -54%;
    margin-left: 55%;
}

.img-box img:nth-child(3) {
    width: 45%;
    margin-top: 0%;
    margin-left: 4%;
}

.img-box img:nth-child(4) {
    width: 40%;
    margin-top: 12%;
    margin-left: 7%;
}


/*----------↓↓↓ボタン↓↓↓--------------*/

.btn01 {
    padding: 10% 20%;
    display: block;
}

.btn01 {
    padding: 3% 4%;
    display: block;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    border-radius: 50px;
    color: #FFF;
    width: 80%;
    margin: 0 auto;
}

.c-btn01 {
    margin-bottom: 3%;
}

a.c-btn01.-blk {
    background: #1c1b1b;
    border: 1px solid #1c1b1b;
}


.btn01.-rd {
    background: #db0f23;
}

.btn01.-blu {
    background: #2c3658;
    letter-spacing: 0.75px;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}

.btn01.-gry {
    background: #333333;
    letter-spacing: 0.75px;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}

.btn01.-org {
    background: #e06e1d;
    box-shadow: rgb(0 0 0 / 15%) 2.4px 2.4px 3.2px;
    border-radius: 30px;
    font-size: 11px;
    letter-spacing: -0.2px;
    margin-top: 5%;
    font-weight: normal;
}

.sub-ItemBox._03 .btn01.-org {
    font-size: 11px;
    letter-spacing: -0.2px;
}

.wapper-spring-item_best5 .more-btn.abs {
    bottom: 5px;
}

.wapper-spring-item_best5 .pagetop {
    background: #e06e1d;
}



/*フッター非表示*/
.menu-wrap {
    display: none !important;
}


/* 
hamburger(ハンバーガーアイコン)
=================================== */

  .hamburger {
    display: none;
    position: absolute;
    left: 33px;
    top: 16px;
    width: 12px;
    height: 25px;
    cursor: pointer;
    z-index: 300;
}
  
  .hamburger__line {
    position: absolute;
    width: 26px;
    height: 3px;
    right: 0;
    background-color: #010101;
    transition: all 0.5s;
    border-radius: 49px;
  }
  
  .hamburger__line--1 {
    top: 0px;
  }
  
  .hamburger__line--2 {
    top: 9px;
  }
  
  .hamburger__line--3 {
    top: 18px;
  }
  
  /*ハンバーガーがクリックされたら*/
  .open .hamburger__line--1 {
    transform: rotate(-45deg);
    top: 11px;
  }
  
  .open .hamburger__line--2 {
    opacity: 0;
  }
  
  .open .hamburger__line--3 {
    transform: rotate(45deg);
    top: 11px;
  }
  
  /* 
  sp-nav(ナビ)
  =================================== */
  .sp-nav {
    display: none;
    position: fixed;
    right: -100%;
    /*ハンバーガーがクリックされる前はWindow右側に隠す*/
    top: 0;
    width: 100%;
    /* 出てくるスライドメニューの幅 */
    height: 100vh;
    background-color: #fff;
    transition: all 0.5s;
    z-index: 200;
    overflow-y: auto;
    /* メニューが多くなったらスクロールできるように */
  }
  
  /*ハンバーガーがクリックされたら左からスライド*/
  .open .sp-nav {
    left: 0;
  }
  
  
  /* 
  black-bg(ハンバーガーメニュー解除用bg)
  =================================== */
  .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 100;
  }
  
  
  /*ハンバーガーメニューが開いたら表示*/
  .open .black-bg {
    opacity: 0.3;
    visibility: visible;
  }

  .sp-nav ul {
    text-align: center;
    padding: 28% 0;
}

.sp-nav li {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.1;
    margin-bottom: 2%;
    background: #efefef;
}
nav.sp-nav {
    padding: 0% 6%;
}

.sp-nav a {
    padding: 3% 11%;
    display: block;
}


/*TOPスクロール*/

.pagetop {
    cursor: pointer;
    position: fixed;
    right: 16px;
    bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    /* border-radius: 50%; */
    transition: .3s;
    color: #FFF;
    background: #000;
    opacity: 1;
    z-index: 30;
    text-transform: uppercase;
    font-weight: 500;
}


.pagetop img {
    width: 50%;
}

.wapper-spring-item_best5 iframe {
    width: 100%;
    height: 212px;
}


/*section-special*/

.section.special {
padding: 0 3% 10%;
}

.special-tlt h2 {
font-size: 16px;
font-weight: bold;
text-align: left;
margin-bottom: 4%;
}

.section.special img{
margin-bottom: 5%;
} 


/*fade-in */

.fade-in {
    opacity: 0;
    transition-duration: 500ms;
    transition-property: opacity, transform;
}

.fade-in-up {
    transform: translate(0, 50px);
}


.scroll-in {
    opacity: 1;
    transform: translate(0, 0);
}





a.c-btn01.mt10 {
    margin-top: 10px;
}



/*----------↓↓↓PC表示↓↓↓--------------*/

@media screen and (min-width:768px){

body {
    padding-top: 0%;
}

.wapper-vintage-mix-style {
    padding: 0 30%;
}

.hamburger {
    top: 25px;
}

.c-header {
    height: 71px;
}

section.visual {
    padding-top: none;
}


.top {
    width: 15%;
    font-size: 1.0rem;
}

.real a::after {
    right: 23px;
}

.online a::after {
    right: -23px;

}


nav.sp-nav {
    padding: 0% 32%;
}

.sp-nav ul {
    padding: 18% 0;
}


nav.fs-c-breadcrumb {
    padding: 0 20%;
}


}