@charset "UTF-8";
/* ブラウザ既定余白のリセット */


.pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}



.mv1 {
  width: 100%;
  height: 900px;
  background: url("https://british.itembox.design/item/joe_category_pc.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 !important;
  padding: 0 !important;
}
.mv2 {
  width: 100%;
  background: url("https://british.itembox.design/item/joe_category_sp.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 !important;
  padding: 0 !important;
}
.mv1:before {
  display: none;
}
.mv2:before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  width: 1px;
  height: 100px;
  margin-left: -0.5px;
  background-color: #7a7c2c;
}
@media only screen and (max-width: 768px) {
  .mv1:before {
    bottom: -25px;
    height: 50px;
  }
  .mv2:before {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .mv1 {
    height: 156px;
  }
    .mv2 {
      height: 500px;
    }
}


#joe-category {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, "Sawarabi Mincho", serif;
}
#joe-category section {
  box-sizing: border-box;
  height: 70%;
  background: #edebeb;
  display: block;
}
#joe-category section.bg {
  background-color: #f7f8f3;
}
#joe-category h2 {
  font-size: 25px;
  text-align: center;
  color: #6c6c6c;
  line-height: 1.5;
  margin-bottom: 35px;
  font-family: 'EB Garamond',"游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", serif;
}
@media only screen and (max-width: 768px) {
  #joe-category h2 {
    font-size: 19px;
    line-height: 1.6;
    margin-bottom: 7%;
    padding: 0 5%;
  }
}
h1{
    display: none;
  }
#joe-category h3 {
  font-size: 22px;
  text-align: center;
  color: #6c6c6c;
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: 'EB Garamond',"游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", serif;
}
@media only screen and (max-width: 768px) {
  #joe-category h3 {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 1%;
  }
}
#joe-category h4 {
  font-size: 18px;
  text-align: center;
  color: #6c6c6c;
  line-height: 1.5;
  margin-bottom: 40px;
  font-family: 'EB Garamond', "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro",serif;
}
@media only screen and (max-width: 768px) {
  #joe-category h4 {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 5%;
  }
}
#joe-category img {
  display: block;
  width: 100%;
}
#joe-category .pin-img {
  display: block;
  width: 90%;
  margin: auto;
  padding: 5% 0;
}

@media only screen and (max-width: 768px) {
  #joe-category .pin-img {
    width: 100%;
  }
}

#joe-category .event{
margin: 3% 0 auto;
padding: 4% 12% 6%;
}
@media only screen and (max-width: 768px) {
  #joe-category .event{
    margin: 12% 0 auto;
    padding: 8% 6% 17%;
    }
  } 

  #joe-category .event img{
    margin: 4% 0 auto;
    padding: 0 5% 5%;
    }
    @media only screen and (max-width: 768px) {
      #joe-category .event img{
        margin: 7% 0 auto;
        padding: 0 4% 5%;
        }
      } 

  #joe-category .event p{
    margin: auto;
    }
    @media only screen and (max-width: 768px) {
      #joe-category .event p{
        margin: auto;
        }
      } 
      #joe-category .event p:last-of-type{
        padding: 5% 0;
        }
        @media only screen and (max-width: 768px) {
          #joe-category .event p:last-of-type{
            padding: 5% 0;
            }
          } 


#joe-category .history p {
  display: block;
  width: 95%;
  margin: auto;
  padding:0 5%;
}

#joe-category .history p:last-of-type {
  margin-bottom: 8%;
} 



@media only screen and (max-width: 768px) {
  #joe-category .history p {
    width: 100%;
  }
}

#joe-category p {
  text-align: justify;
  line-height: 2;
  font-size: 1.3rem;
  padding: 0 2%;
}
@media only screen and (max-width: 768px) {
  #joe-category p {
    margin-top: 6.5%;
    letter-spacing: -0.01rem;
  padding: 0 5%;
  font-size: 1.2rem;
  }
}
#joe-category .logo {
  display: block;
  padding: 0 30%;
 margin: 5% 0;
}
@media only screen and (max-width: 768px) {
 #joe-category .logo {
  display: block;
  padding: 0 20%;
 margin: 8% 0;
}
}

#joe-category .introtxt{
  display: block;
  padding: 0 5%;
 margin: 5% 0;
}


#joe-category .flex {
  padding: 5%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #joe-category .flex {
    padding:2% 0; 
  }
}
#joe-category .flex img {
  width: 50%;
}
#joe-category .flex img:first-of-type{
  padding-right: 1%;
}
#joe-category .flex img:nth-type(2){
  padding-right: 1%;
}
@media only screen and (max-width: 768px) {
  #joe-category .flex img:first-of-type{
    padding-bottom: 1%;
  }
  #joe-category .flex img:nth-type(2){
    padding-top: 1%;
  }
}

@media only screen and (max-width: 768px) {
  #joe-category .flex img {
    width: 100%;
  }
}
#joe-category .flex div {
  width: 50%;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #joe-category .flex div {
    width: 100%;
    margin-top: 2%;
  }
}
#joe-category .flex ul {
  margin-top: 20px;
}
/* #joe-category .flex p {
  margin: 20px 0 0;
} */
@media only screen and (max-width: 768px) {
  #joe-category .swap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: column-reverse;
  }
}

#joe-category .btn {
  width: 60%;
  padding: 2%;
  display: block;
  margin:7% auto ;
}
#joe-category .btn a {
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
  line-height: 1;
  border: 1px solid #000000;
  background-color: #ffffff;
  color: #000000;
  display: block;
  position: relative;
}
#joe-category .btn a:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background-color: #fefefe6c;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}
#joe-category .btn a:hover:after {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
 #joe-category .btn {
  margin:7% auto ;
}
 
  #joe-category .btn a {
    width: 80%;
    padding: 15px 0;
  }
}
#joe-category .bg-img {
  padding: 0 50px;
}
@media only screen and (max-width: 768px) {
  #joe-category .bg-img {
    padding: 0;
  }
}


#joe-category .shopinfo {
  margin: 50px 20px;
  padding: 50px 50px 10px 50px;
border-radius: 10px ;
  background-color: #fcf7ed;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), -webkit-radial-gradient(at 50% 0%, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.5) 50%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), radial-gradient(at 50% 0%, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.5) 50%);
  background-blend-mode: soft-light,screen; }

@media only screen and (max-width: 768px) {
  #joe-category .shopinfo {
    margin: 40px 0;
  padding:10% 4%;
  }
}



/* stories
***************************/

  .stories-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  width: 100%;
 }
/* ULの左余白リセット（ストーリー一覧が左に寄る場合） */
#joe-category .stories-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

 @media screen and (min-width: 768px) {
  .stories-ul li {
      width: 30%;
      margin: 1%;
    list-style:none; 
    }
    }
@media screen and (max-width: 767px) {
.stories-ul li {
      width: 45%;
      margin: 1%;
    list-style:none; }
}
  .stories-ul li p {
        color: #6a6a6a;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
 }
  

 

@media screen and (min-width: 768px) {
  #joe-category {
    max-width: 900px;
    margin: 0 auto;
  }
 }



#joe-category .tabBox .tabArea {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

  @media screen and (max-width: 767px) {
    #joe-category .tabBox .tabArea {
      padding: 0 1%;
  }
  }

  #joe-category .tabBox .tabArea #tab02 {
    border-left: none;
    border-right: none; }
  #joe-category .tabBox .tabArea .tab {
    width: 33.33%;
    display: block;
    text-decoration: none;
    -webkit-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
    text-align: center;
    color: #727272;
    border-bottom: 2px solid #d7d7d7;
    cursor: pointer; }
    #joe-category .tabBox .tabArea .tab .tab_inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 40px;
      -webkit-transition-duration: 0.6s;
      -o-transition-duration: 0.6s;
      transition-duration: 0.6s;
  font-size: 1.2rem; }
  #joe-category .tabBox .tabArea .tab:hover {
    text-decoration: none; }
  #joe-category .tabBox .tabArea .tab.select {
    border-bottom: 3px solid #727272;
    color: #333333;
    position: relative; }
  #joe-category .tabBox .tabArea .tab.select::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border-bottom: 15px solid transparent;
     }
    #joe-category .tab_contents .tab_main {
      display: none;
      padding: 50px 5px;
      text-align: center;
      min-height: 280px;
      -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
    #joe-category .tab_contents .tab_main.is_active {
      display: block; }



      
.page-top {
  display: none;
  position: fixed;
  z-index: 1010;
  right: 20px;
  bottom: 25px;
  padding: 20px 6px;
  border-radius: 6px;
  font-size: 1.4rem;
  background-color: rgba(103, 103, 103, 0.665);
  color: #fff;
  cursor: pointer;
}

.page-top.active {
  display: block;
}

.page-top:hover {
  opacity: 0.8;
  transition: 0.3s;
}



.scroll-bottom {
  display: none;
  position: fixed;
  z-index: 2000;
  font-size: 1.5rem;
  left: 10px;
  bottom: 20px;
  padding: 24px 6px;
  border-radius: 50%;
  background-color: rgba(103, 103, 103, 0.665);
  color: #fff;
  cursor: pointer;
}
  @media screen and (max-width: 767px) {
    .scroll-bottom {
  font-size: 1rem;
  padding: 16px 6px;

  }
.page-top {
  font-size: 1rem;
  padding: 16px 6px;
  }

  }

.scroll-bottom.active {
  display: block;
}

.scroll-bottom a {
  color: #fff !important;
  text-decoration: none !important;
}

.scroll-bottom {
  display: block;
}

.scroll-bottom {
  opacity: 0.8;
  transition: 0.3s;
}
