@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:600|Roboto&family=Oranienbaum&display=swap&family=Noto+Serif+JP:wght@600&display=swap');

.smp {display: none; }
.pc {display: block; }
img.pc {display: inline; }
img {max-width: 100%;}
a {outline: none; }
.wrap {width: 974px; margin: 0 auto; }
.inner-wrap {width: 760px; margin: 0 auto; }


/* パンくずリスト */
#utility {
  padding-top: 10px;
  padding-bottom: 10px;
}
#utility h1 {
  float: left;
}
#utility ul {
  float: right;
}
#utility ul li {
  padding-left: 10px;
  float: left;
}
#utility ul li.sns_fb {
  overflow: hidden;
}
#breadcrumb {
  font-size: 14px;
}
#breadcrumb a {
  color: #000;
}
/* パンくずリスト */

/*メインビジュアル*/
#main-visual {
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
  z-index: 1;
}
#main-visual h1 {
  text-align: center;
  margin: auto;
  max-width: 1080px;
}
/*メインビジュアル*/


/*コンテンツメイン*/
#contents .ttl {text-align: center; }
#contents .ttl h3 {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 1.6px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 50px;
  display: inline-block;
  max-width: 94%;
  color: #000;
  line-height: 2;
}
#contents {
  width: 100%;
  padding: 70px 0 0;
  position: relative;
  z-index: 2;
  font-family: "ヒラギノ明朝 Pro", "游明朝体", "Yu Mincho", YuMinchou, 'Oranienbaum', "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
/*コンテンツメイン*/

/*アバウト*/
div#barkley-about {
  border: 1px solid #a0a0a0;
  margin: 0 100px;
  padding: 30px 0;
}
div#barkley-about h2 {
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}
div#barkley-about h2 img {
  vertical-align: bottom;
}
div#barkley-about p {
  text-align: center;
  font-size: 12px;
  line-height: 1.9;
  color: #231f20;
  margin: 0 0 25px;
  padding: 0;
}
div#barkley-about-sns {
  text-align: center;
  font-size: 0;
}
div#barkley-about-sns img {
  vertical-align: middle;
}
div#barkley-about-sns span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  padding-right: 19px;
}
div#barkley-about-sns ul {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
div#barkley-about-sns ul li {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
div#barkley-about-sns ul li:last-of-type {
  padding-left: 12px;
}
div#barkley-about-sns ul li a {
  display: block;
}
div#barkley-about-sns ul li a:hover {
  opacity: 0.8;
}
/*アバウト*/

/*リード*/
.lead-bloc {
  text-align: center;
  margin-bottom: 90px;
}
.lead-bloc h2 {
  margin-bottom: 70px;
  font-size: 30px;
}
.lead-bloc p {
  font-size: 14px;
  line-height: 2.3em;
  margin-bottom: 40px;
}
.lead-bloc .ttl {
  font-size: 36px;
  padding: 5px 5px;
  margin-bottom: 30px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 1.6px;
  font-family: 'Roboto', sans-serif;
}
/*リード*/

#article-main > section {
  margin-top: 140px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
#article-main > section:nth-of-type(2n) {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#article-main > section .pic-bloc-sec1 {
  width: 400px;
  position: relative;
}
#article-main > section .pic-bloc {
  width: 400px;
  position: relative;
}
#article-main > section .pic-bloc-sec2 .pic-bloc-2pic {
  position: absolute;
  bottom: 0;
  padding-bottom: 20px;
  right: 160px;
  width: auto;
}
#article-main > section .txt-bloc-sec1 {
  margin-left: 150px;
}
#article-main > section .txt-bloc {
  width: auto;
  margin-left: 150px;
}
#article-main > section#style01 .txt-bloc {
  width: 45%;
  margin-left: 0;
  margin-right: 130px;
}
#article-main > section#style02 .txt-bloc {
  width: 44%;
  margin-left: 150px;
}
#article-main > section .txt-bloc img {
  width: auto;
}
#article-main > section:nth-of-type(2n) .txt-bloc {
  margin-left: 0;
  margin-right: 150px;
}

#article-main > section .txt-bloc .num {
  font-size: 23px;
  position: relative;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  padding: 5px;
  margin-right: 20px;
  font-family: 'Oranienbaum', "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
#article-main > section .txt-bloc .num.coordinate-tit1 {
  margin: 0;
  text-align: right;
  border-bottom: 1px dotted #646161;
}
#article-main > section .txt-bloc .num.coordinate-tit2 {
  margin: 0;
  text-align: left;
  border-bottom: 1px dotted #646161;
}

#article-main > section .txt-bloc .num.coordinate {
  text-align: center;
  font-size: 27px;
  letter-spacing: -0.4px;
  position: relative;
  color: #000;
  text-decoration: none;
  display: block;
  margin: 40px 0 45px;
  padding-bottom: 10px;
  font-family: 'Noto Serif JP', serif;
}
body #style01 .txt-bloc .num.coordinate {
  background: url(/special/berkley_2022aw/preppycloset_norfolkblazer/img/red.png)center no-repeat;
  background-position: bottom;
}
body #style02 .txt-bloc .num.coordinate {
  background: url(/special/berkley_2022aw/preppycloset_norfolkblazer/img/green.png)center no-repeat;
  background-position: bottom;
}
#article-main > section .txt-bloc .num.coordinate img {
  text-align: right;
}
#article-main > section .txt-bloc .num.coordinate + .name {
  margin-top: 20px;
}
#article-main > section .txt-bloc .caption {
  font-size: 16px;
  line-height: 1.6em;
  margin: 20px 0;
  padding: 30px 0;
  border: 1px solid #bdbdbd;
  border-left: 0;
  border-right: 0;
}
.caption-bloc-1 {
  width: 900px;
  font-size: 16px;
  text-align: left;
  line-height: 28px;
  letter-spacing: 2px;
  margin: 50px auto 148px;
}
.caption-bloc-1 li {
  text-indent: -3.5em;
  padding-left: 3.5em;
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 1.6;
}
.caption-bloc-2 {
  width: 900px;
  font-size: 16px;
  text-align: left;
  line-height: 28px;
  letter-spacing: 2px;
  margin: 50px auto 140px;
}
.caption-bloc-2 p + p{
  margin-top: 1rem;
}
#article-main > section .itemBox {
  margin: 0;
  padding: 14px 10px;
}
#article-main > section .itemBox .itemInner .itemName {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  width: 40%;
  float: left;
}
#article-main > section .itemBox .itemInner .itemPrice {
  width: 30%;
  text-align: right;
}
#article-main > section .itemBox .itemInner .itemPrice p {
  text-align: left;
  font-size: 16px;
  white-space: nowrap;
  display: block;
  font-weight: 600;
}
.itemBtn {
  position: relative;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #4b0b06;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  transition: .7s;
  font-size: 12px;
  width: 23%;
  padding: 7px 0 5px;
}
.itemBtn a {
  color: #4b0b06;
  font-weight: bold;
}
.itemBtn::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #4b0b06;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.itemBtn:hover {
  color: #fff;
  z-index: 2;
}
.itemBtn:hover a {
  color: #fff;
  z-index: 2;
  text-decoration: none;
}
.itemBtn:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
#article-main section .itemBox .itemBtn span {
  text-align: right;
  color: #999999;
  display: block;
  margin-top: 2px;
  font-size: 10px;
}

/*ボタン*/
.btnArea {
  padding: 140px 0 100px;
  display: flex;
  justify-content: space-evenly;
}
.btnArea .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 330px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  background-color: #000000;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  text-decoration: none;
  position: relative;
  border-radius: 3px;
}
.btnArea .btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 10px;
  height: 10px;
  margin: -4px 0 0 0;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btnArea .btn a:hover {
  background-color: #6b6b6b;
}

/*フェードインアニメーションの指定*/
.scrollanime {opacity: 0; }
/*一瞬表示されるのを防ぐ*/
.fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 2.5s;
  animation-fill-mode: forwards;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
/*上下の動きを指定*/
.updown {
  transform: translateY(-50px);
}
.downup {
  transform: translateY(50px);
}
.barkley-motion-main, .barkley-motion, .barkley-motion-sub {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1;
}
.barkley-motion-main.scrollin, .barkley-motion.scrollin, .barkley-motion-sub.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

@media only screen and (min-width:997px) {
  .bx-viewport {
    height: auto !important;
  }
}

@media all and (min-width: 640px) and (max-width: 996px) {
  .wrap {
    max-width: 100%;
    padding: 0 10px;
  }
  #main-visual {
    height: auto;
  }
}

@media (max-width: 1000px) {
  .ER {
    display: none;
  }
}

@media (max-width: 860px) {
  /*barkley-about*/
  div#barkley-about {
    margin: 0 10px 56.5px;
    padding: 25px 16.5px 26.5px 16.5px;
  }
  div#barkley-about h2 {
    margin: 0 0 22px;
    padding: 0;
    display: block;
    line-height: 1;
  }
  div#barkley-about h2 img {
    width: 180px;
    vertical-align: bottom;
    margin: 0 auto;
  }
  div#barkley-about p {
    color: #231f20;
    margin-bottom: 20.5px;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
  }
  div#barkley-about-sns span img {
    width: 59px;
  }
  div#barkley-about-sns li img {
    width: 24px;
  }
  /*barkley-about*/

  /*article-main*/
  #article-main {
    padding: 0 10px;
  }
  #main-visual h1 {
    width: auto;
  }
  #article-main > section .txt-bloc .num.coordinate-tit3 {
    font-size: 40px;
    line-height: 1;
  }
  #article-main > section .txt-bloc .num {
    font-size: 20px;
    line-height: 1;
  }
  #article-main > section .txt-bloc .num.coordinate {
    font-size: 20px;
    padding-bottom: 10px;
    margin: 25px auto;
    background-size: 90%;
  }
  #article-main > section .pic-bloc .pic-bloc-1pic {
    position: static;
    padding: 20px;
  }
  #article-main > section .pic-bloc-sec2 {
    width: auto;
  }
  #article-main > section .pic-bloc-sec2 .pic-bloc-2pic {
    position: static;
    padding: 10px 50px;
    right: 160px;
    width: auto;
  }
  #article-main > section .pic-bloc-sec2 .pic-bloc-3pic {
    position: static;
    padding: 10px 50px;
    right: 300px;
    width: auto;
  }
  #article-main > section .pic-bloc-sec2 .pic-bloc-4pic {
    position: static;
    padding: 10px 50px;
    width: auto;
  }
  #article-main > section .txt-bloc .num.coordinate-tit1 {
    text-align: center;
  }
  #article-main > section .txt-bloc .num.coordinate-tit2 {
    text-align: center;
  }
  /*article-main*/
  .caption-bloc-1 {
    margin-bottom: 80px;
    text-align: left;
    padding: inherit;
    width: auto;
    margin-top: 20px;
  }
  .caption-bloc-1 li {
    margin-bottom: 15px;
  }
  .caption-bloc-2 {
    width: auto;
    padding: 0 10px;
    margin-bottom: 80px;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
  }
  /*1.フェードインアニメーションの指定*/
  .scrollanime {
    opacity: 0;
  } /*一瞬表示されるのを防ぐ*/
  .fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 2.5s;
    animation-fill-mode: forwards;
  }
}



/*--スマホ--*/
@media only screen and (max-width:640px) {
  .pc {display: none !important; }
  .smp {display: block; }
　img.smp {display: inline; }
  .wrap {width: auto; }
  .inner-wrap,
  #brand-info .inner-wrap {
    width: auto;
    padding: 0 20px;
  }
  #contents .ttl {
    text-align: center;
  }
  #contents .ttl h3 {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.6;
  }
  #breadcrumb {
    font-size: 10px;
    margin-bottom: 10px;
    padding: 0 20px;
  }
  #main-visual {
    height: auto;
    position: relative;
    top: auto;
  }
  #contents {
    padding: 20px 0 0;
  }
  .lead-bloc {
    padding: 0 3%;
    text-align: left;
    margin-bottom: 40px;
  }
  #article-main .lead-bloc {
    padding: 0 3%;
  }
  .lead-bloc {
    text-align: center;
  }
  .lead-bloc h2 {
    margin: 20px auto 30px auto;
    font-size: 20px;
  }
  .lead-bloc p {
    text-align: left;
    font-size: 14px;
    line-height: 1.6em;
  }
  .lead-bloc .small {
    width: auto;
  }
  #article-main > section {
    display: block;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  #article-main > section + section {
    margin-top: 0;
  }
  #article-main > section .pic-bloc {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #article-main > section .pic-bloc-sec1 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
  }
  #article-main > section .pic-bloc-sec1 img {
    width: 94%;
  }
  #article-main > section .pic-bloc img {
    width: 94%;
  }
  #article-main > section .pic-bloc .bx-wrapper {
    margin-bottom: 30px;
  }
  #article-main > section .txt-bloc-sec1 {
    width: auto;
    padding: 15px 3%;
    margin-left: 0;
  }
  #article-main > section .txt-bloc {
    width: auto;
    padding: 15px 3% 30px;
    margin-left: 0;
  }
  #article-main > section#style01 .txt-bloc {
    width: 100%;
    padding-top: 50px;
  }
  #article-main > section#style02 .txt-bloc {
    width: 100%;
    margin-left: 0;
    padding-top: 50px;
  }
  #article-main > section:nth-of-type(2n) .txt-bloc {
    margin-right: 0;
  }
  #article-main > section .txt-bloc .num img {
    width: 160px;
    margin-bottom: 10px;
  }
  #article-main > section .itemBox {
    padding: 10px 1%;
  }
  #article-main > section .itemBox .itemInner .itemName {
    font-size: 14px;
  }
  #article-main > section .itemBox .itemInner .itemPrice p {
    font-size: 14px;
    text-align: left;
  }
  #article-main > section .itemBox .itemInner .itemBtn {
    font-size: 10px;
    height: 22px;
  }
  #article-main > section .txt-bloc .caption {
    margin: 15px 0 5px;
    padding: 15px 0;
    font-size: 14px;
    line-height: 1.8;
  }
  #brand-info {
    padding: 10px 0;
  }
  #brand-info .inner-wrap {
    display: block;
    padding: 20px 20px;
  }
  #brand-info .logo {
    display: block;
    width: auto;
    text-align: center;
    margin-bottom: 0;
  }
  #brand-info .logo em {
    display: block;
    width: auto;
    margin-bottom: 0;
  }
  #brand-info .logo em img {
    width: 40%;
  }
  #brand-info .brand_right {
    display: block;
    width: auto;
    font-size: 100%;
  }
  #brand-info .brand_right p.title_txt, #brand-info .brand_right h4.title {
    text-align: center;
  }
  #brand-info .brand_right p {
    line-height: 1.8;
    width: auto;
  }
  #brand-info p br {
    display: none;
  }
  #pagetop {
    padding-right: 30px;
    position: relative;
    z-index: 10;
  }
  #pagetop a {
    padding-top: 0;
    width: 45px;
    height: 45px;
    background-image: url(../img/sp/pagetop.png);
    background-size: contain;
  }
  #pagetop a span {
    display: none;
  }
  .btnArea {
    display: block;
    padding-top: 30px;
  }
  .btnArea .btn {
    width: 100%;
    margin: 0 auto;
  }
  .btnArea .btn a {
    width: auto;
  }
  .lead-bloc .ttl {
    margin-bottom: 10px;
    font-size: 25px;
  }
}
