@charset "UTF-8";
/*
 Theme Name:   piconeclub-2019 Child
 Template:     piconeclub-2019
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap');
html {
  scroll-behavior: smooth;
}
a, a.hover, a:active, a:hover {
  color: #444;
}
a.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}
::selection {
    text-shadow: none;
    background-color: #c3e1ff;
	color: #fff;}
#wrapper {
  overflow: inherit;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, html, section .title span {
   font-family: "Roboto", sans-serif;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
    line-height: 1.2941176471;
    letter-spacing: 0.19em;
    font-weight: 400;
	color: #4b4b4b;
}
.font-en {
  font-family: "Roboto", sans-serif !important;
}
/*********************************************
 ▼　CATALOG ページ
	商品一覧リンク追加
 *********************************************/
a.catalog-link {
  position: relative;
  display: block;
  margin: 0 auto;
  width: fit-content;
  border: 1px solid;
  padding: 0.8em 5em;
  font-size: 1em;
  margin-top: 30px;
}
body.post-type-archive-catalog .pagenavi, body.single-catalog .pagenavi {
  margin-bottom: 3em;
  margin: 3em 2vw;
}
/*********************************************
 ▼　HOMEページ
	ヘッダー改修
 *********************************************/
#header .brand-description {
  line-height: 16px;
  max-width: 90%;
  /* background: #f7f7f7; */
  margin: 0 auto;
  font-size: 0.8em;
  width: 1200px;
}
header#header {
  height: 55px;
  margin: 0 auto;
  position: sticky;
  /* background: #fff; */
  opacity: .8;
  z-index: 9999;
  top: 0;
}
.header-main {
  display: flex;
  flex-direction: row;
  max-width: 90%;
  margin: 0 auto;
  height: 55px;
  width: 1200px;
  justify-content: space-between;
  position: sticky; /*固定する*/
  position: -webkit-sticky; /*Safari用ベンダープレフィックス*/
  top: 0; /*ブラウザの上からの距離はゼロ*/
  align-items: center;
}
.header-right {
  display: flex;
  align-content: flex-end;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
header ul {
  display: flex;
  flex-direction: row;
}
.header-top-comment {
  max-width: 100%;
  margin: 0 auto;
  /* background: #f7f7f7; */
}
header li.gnav-item {
  margin-left: 16px;
}
li.gnav-item a {
  font-size: 2rem;
}
a.gnav-onlinestore {
  font-size: .68em;
  border: 1px solid #000;
  padding: 1px 13px 1px 8px;
  position: relative;
  bottom: 2px;
}
a.gnav-onlinestore:hover, a.gnav-onlinestore.blank-icon:hover {
  background: #ccc;
  transition: .4s;
}
.blank-icon {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  width: 11px;
  height: 9px;
  bottom: 1px;
  left: 4px;
  transform: scale(0.7);
}
.gnav-onlinestore.blank-icon:hover {
  border-color: #fff;
}
.blank-icon:before, .blank-icon:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-color: black;
}
.blank-icon:before {
  top: 0;
  left: 0;
  border-width: 1px;
}
.blank-icon:after {
  top: 4px;
  left: 4px;
  border-width: 0px 1px 1px 0;
}
.anchor {
  display: block;
  padding-top: 80px;
  margin-top: -80px;
  margin-bottom: 100px;
}
@media screen and (min-width:767px) {
  #nav-drawer {
    display: none;
  }
  input#nav-input {
    display: none;
  }
}
@media screen and (max-width:768px) {
  #firstview {
    margin-bottom: 50px;
  }
  #header {
    height: 60px;
  }
  #header .brand-description {
    max-width: 100%;
    display: block;
    font-size: 2.4vw;
    text-align: center;
  }
  .header-main {
    height: auto;
    display: flex;
    align-items: flex-start;
    align-content: flex-end;
    flex-direction: row-reverse;
    max-width: 100%;
    margin: 0;
    position: sticky;
    top: 0;
    justify-content: space-between;
  }
  header#header {
    height: 55px !important;
  }
  .header-left {
    max-width: 153px;
  }
  /*チェックボックス等は非表示に*/
  .nav-unshown {
    display: none;
  }
  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    margin-right: 2vw;
    vertical-align: middle;
  }
  /*ハンバーガーの形をCSSで表現*/
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 1px; /*線の太さ*/
    width: 25px; /*長さ*/
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }
  /*閉じる用の薄黒箇所*/
  #nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }
  /*メニューの中身*/
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 90%;
    max-width: 330px; /*最大幅（お好みで調整を）*/
    height: 100%;
    background: #fff;
    transition: .3s ease-in-out;
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
  }
  ul#nav-content li {
    height: 12vw;
    font-size: 5vw;
    display: flex;
    align-items: center;
  }
  a.gnav-onlinestore {
    border: none;
    padding: 0;
    font-size: .7em;
  }
  a.gnav-onlinestore:hover {
    background: none;
    color: #000;
  }
  ul#nav-content {
    display: flex;
    flex-direction: column;
    padding: 10vw 0;
    justify-content: flex-start;
  }
  /*チェックがついたら表示させる*/
  #nav-input:checked ~ #nav-close {
    display: block;
    opacity: .5;
  }
  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 25px 0 25px rgb(0 0 0 / 15%);
  }
  .header-logo-menu {
    display: flex;
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
  }
  .gnav-social img {
    max-width: 4vw;
    position: relative;
    left: 10px;
    bottom: 2px;
  }
  a.gnav-social {
    display: inline-flex;
    font-size: .66em;
  }
  .blank-icon {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    width: 12px;
    height: 10px;
    bottom: 4px;
    left: 6px;
    transform: scale(1);
  }
}
/*********************************************
 ▼　HOMEページ
	フッター改修
 *********************************************/
#footer .footer-left {
  border: none;
  display: flex;
}
.social-link {
  font-size: 1.2rem;
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.social-link img {
  width: 1.2rem;
  margin-left: 5px;
}
#footer .copy {
  width: 100%;
  left: 0;
  font-size: 0.6em;
}
@media screen and (max-width:768px) {
  #footer .footer-left {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 16vw;
    line-height: 6vw;
  }
  a.social-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 3vw;
  }
  .social-link img {
    width: 6vw;
    margin: 0;
  }
  #footer .footer-right .footer-right-nav li {
    background: none;
    border: none;
    font-size: 2.6vw;
    height: 8vw;
    padding-left: 6vw;
    display: flex;
    align-items: center;
  }
}
/*********************************************
 ▼　HOMEページ
	姉妹ブランドリンク追加
 *********************************************/
section#picone-link dt {
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section#picone-link dt img {
  width: 100%;
}
#picone-link span.subtext {
  font-size: 1.2rem;
}
#picone-link dl {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
#picone-link .inner-row {
  display: grid;
  gap: 3em;
  width: 100%;
  grid-template-columns: 1fr 1fr;
}
section#picone-link {
  position: relative;
  height: auto;
  margin-bottom: 5em;
}
@media screen and (max-width:768px) {
  #picone-link .inner-row {
    display: flex;
    flex-direction: column;
  }
}
/*********************************************
 ▼　23FW向けリニューアル
    2023.06.12~
*********************************************/
a#onlinestore-button {
  width: 50px;
  height: 200px;
  display: block;
  position: fixed;
  right: 0;
  top: 50vh;
  z-index: 9999;
  transition: .4s;
}
a#onlinestore-button:hover {
  filter: invert(.8);
  transition: .4s;
}
section#first-view {
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1200px;
  margin: 0 auto;
  gap: 2em;
  justify-content: center;
  align-items: center;
}
h2.season-title {
    font-size: 7rem;
	    margin-bottom: .4em;
}
.season-comment-area {
  padding: 1em;
}
figure.main-img {
  width: 50%;
}
figure.main-img img {
  width: 100%;
}
p.season-copy {
  white-space: pre;
  text-wrap: wrap;
  line-height: 1.4em;
  letter-spacing: 0.16em;
}
a.frontpage-btn {
  padding: 1.4em 4em;
  border: 1px solid #4b4b4b;
  /* border-radius: 2em; */
  display: flex;
  align-items: center;
  transition: .4s;
  font-size: 1.6rem;
  width: fit-content;
  max-width: 500px;
  margin: 0 auto;
}
a.frontpage-btn:hover {
  background: #85858566;
  transition: .4s;
  translate: 0 4px;
}
a.new-catalog-link {
  margin: 0;
  margin-top: 2em;
}
section .title {
   font-family: "Roboto", sans-serif;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
    line-height: 1.2941176471;
    letter-spacing: 0.19em;
    font-weight: 400;
	color: #4b4b4b;
}
#footer .copy, #header .gnav .gnav-item > a, #social .social-title {
  font-family: "Roboto", 'Zen Kaku Gothic Antique', sans-serif;
}

#about-picone .container {
  display: flex;
  flex-direction: row-reverse;
  gap: 2em;
}
.about-left {
  display: flex;
  flex-direction: column;
  gap: 3em;
  width: 50%;
  align-items: center;
  justify-content: center;
}
.about-right {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-evenly;
}
body.home section {
  width: 100%;
  margin: 20vh auto;
  max-width: 1200px;
}
p.brand-description {
  font-size: 1rem;
  text-align: center;
}
.header-logo {
  width: 100%;
  height: 55px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-logo img.img {
  width: 90px;
}
.header-sns {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
a.gnav-social {
  display: flex;
  gap: 1em;
  font-size: 1.4rem;
  align-items: center;
}
#news .news-list {
  margin-bottom: 3em;
}
.bg-block {
  background: whitesmoke;
  padding: 1em 0;
  z-index: 1;
  position: relative;
}
.bg-block section {
  display: flex;
  /* background: aliceblue; */
  align-items: flex-start;
}
.white-block {
  background: #fff;
  padding: 1em 0;
  padding-bottom: 5em;
  z-index: 1;
  position: relative;
  margin-bottom: 5em;
}
section#about-picone {
  background: #fff;
  margin-bottom: 5em;
}
section#news {
  margin-top: 5em;
}
section#ranking, section#online, section#pickupitem, section#newitem {
  margin: 0 auto;
  padding: 8em 0;
}
main#main {
  background: #ffffff;
}
.header-menu {
  z-index: 999;
}
body.archive .news_section_div section, body.single .news_section_div section {
  margin: 0;
}
body.archive .news_section_div, body.single .news_section_div {
  gap: 3em;
  display: flex;
  justify-content: space-evenly;
}
body.archive .go-archive, body.single .go-archive {
  border-radius: 3em;
}
body.page .list li .map, body.page .list li .url {
  border-radius: 3em;
  background: none;
  color: #000;
  border: 1px solid;
  width: 30%;
  max-width: 200px;
}
body.page .list li h5 {
  width: 30%;
}
body.page .list li .address {
  width: 40%;
}
body.page .shoplist_div {
  display: flex;
  flex-direction: column;
  margin-bottom: 5em;
}
body.page .shoplist_area {
  width: 100%;
  margin: 3em auto 100px;
  max-width: 1000px;
  background: none;
}
body.page .shoplist_area ul {
  display: flex;
  justify-content: space-around;
}
body.page .shoplist_sec {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
body.page .list li {
  display: flex;
  justify-content: center;
}
#onlinestore .container {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1em
}
span.biki_japan_members {
  display: block;
  font-size: 1rem;
  color: #888;
}
body.post-type-archive-catalog .catalog_section_div section .catalog_photo img {
  vertical-align: top;
  margin-bottom: 0;
}
body.post-type-archive-catalog .catalog_section_div section .catalog_photo {
  overflow: hidden;
  border: 1px solid #f5f5f5;
  text-align: center;
  width: 100%;
}
.catalog_section_div section a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1em;
  padding: 3em 2em;
  transition: .4s;
  border-radius: 1em;
}
.catalog_section_div {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 3em;
  flex-direction: row;
  margin-bottom: 10em;
  flex-wrap: wrap;
}
p.catalog_txt {
  font-size: 3rem;
  display: flex;
  width: 100%;
  gap: 1em;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}
p.catalog_txt span.date {
  font-size: 1.6rem;
}
.catalog_section_div section a:hover {
  translate: 0 5px;
  transition: .4s;
  /* background: aliceblue; */
  opacity: .7;
}
section#catalog_item {
  gap: 2em;
  display: flex;
  flex-direction: column;
}
body.post-type-archive-catalog .pagenavi .pagenavi-item a, body.single-catalog .pagenavi .pagenavi-item a {
  font-family: 'Jost', 'Zen Kaku Gothic Antique', sans-serif;
  display: flex;
  align-items: center;
}
body.archive .all_lowerpage_wrap, body.page .all_lowerpage_wrap, body.single .all_lowerpage_wrap {
  margin-bottom: 3em;
}
body.post-type-archive-catalog .pagenavi .pagenavi-item--prev a:before, body.single-catalog .pagenavi .pagenavi-item--prev a:before {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  content: "";
  border: 1px solid;
  rotate: 45deg;
  border-top: none;
  border-right: none;
}
body.post-type-archive-catalog .pagenavi .pagenavi-item--next a:before, body.single-catalog .pagenavi .pagenavi-item--next a:before {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  content: "";
  border: 1px solid;
  rotate: 45deg;
  border-bottom: none;
  border-left: none;
}
body.post-type-archive-catalog .pagenavi .pagenavi-item--next a, body.single-catalog .pagenavi .pagenavi-item--next a {
  display: flex;
  flex-direction: row-reverse;
}
.catalog_section_div section a {
  /* border: 1px solid #eee; */
}
p.about-copy {
    line-height: 1.4em;
}
#news .news-list-item {
    border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  body.archive .news_section_div, body.single .news_section_div {
    gap: 1em;
  }
  body.page .list li {
    display: flex;
    gap: 1em;
    flex-direction: column;
    margin: 1em 0;
  }
  a#onlinestore-button {
    background: #000;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    right: 2vw;
    top: auto;
    bottom: 1em !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  a#onlinestore-button img.sp {
    width: 100%;
    height: 100%;
  }
  .header-logo {
    display: flex;
    justify-content: flex-start;
    width: 80px;
    position: relative;
    height: 80px;
    margin: 2vw;
    align-content: center;
  }
  #header .brand-logo {
    width: 100%;
    margin: 0;
  }
  .header-menu {
    margin-top: 1em;
  }
  section#first-view {
    display: flex;
    flex-direction: column-reverse;
    top: 0;
  }
  figure.main-img {
    width: 100%;
    top: 80px;
  }
  section {
    position: relative;
  }

.catalog_section_div section {
    width: 100%!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
}
  a.new-catalog-link.frontpage-btn {
    margin: 2em auto;
  }
  #about-picone .container {
    display: flex;
    flex-direction: column;
  }
  section#about-picone div {
    width: 100%;
    padding: 0 2vw;
  }
  body.home section {
    margin: 3em 0;
  }
  a.frontpage-btn {
    font-size: 1.2rem;
  }
  .about-right {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
  }
  .about-right img {
    width: calc(100% / 3);
  }
  .season-comment-area {
    width: 100vw;
    margin: 3em 0;
    min-width: 60%;
    text-align: center;
    margin-top: -6em;
    text-wrap: wrap;
    z-index: 1;
    background: #ffffffcc;
  }
  section#onlinestore div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 1em;
  }
  #ranking .ranking-title {
    font-family: 'Jost', 'Zen Kaku Gothic Antique', sans-serif;
    font-size: 2.1rem;
  }
  #picone-link h3 {
    font-size: 2rem;
  }
  body.page .list li h5 {
    width: 100%;
  }
  body.page .list li .address {
    width: 100%;
  }
  body.page .list li .map, body.page .list li .url {
    width: 100%;
  }
  .shoplist_area ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  li.gnav-item a {
    font-size: 1.8rem;
  }
  .catalog_section_div {
    display: flex;
    width: 100%;
    gap: 1em;
    margin-bottom: 3em;
    flex-direction: column;
  }
  .catalog_section_div section a {
    padding: 1em;
  }
  p.catalog_txt {
    display: flex;
    font-size: 2rem;
    width: 100%;
    align-items: flex-end;
    line-height: 1.4em;
  }
  body.post-type-archive-catalog .catalog_section_div section .catalog_photo {
    width: 100%;
  }
  body.archive .all_lowerpage_wrap, body.page .all_lowerpage_wrap, body.single .all_lowerpage_wrap {
    margin-bottom: 3em;
  }
}
/*********************************************
 ▼　25ss向けリニューアル
*********************************************/
.bg-block {
  background: #f2f2ed;
}
body, h2.season-title, section .title {
	font-weight:500;
}
h2.season-title, section .title {
	font-size: 6rem;
}

  /*----------------------------
　アイコン
----------------------------*/
  .gg-instagram {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    border: 1px solid transparent;
    box-shadow: 0 0 0 1px;
    border-radius: 4px;
    width: 16px;
    height: 16px;
  }
  .gg-instagram::after, .gg-instagram::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute
  }
  .gg-instagram::after {
    border: 1px solid;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    top: 3px;
  }
  .gg-instagram::before {
    border-radius: 3px;
    width: 1px;
    height: 1px;
    background: currentColor;
    right: 2px;
    top: 2px;
  }
  .gg-youtube {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 20px;
    height: 12px;
    box-shadow: 0 0 0 2px;
    border-radius:
      15px 15px 15px 15px / 45px 45px 45px 45px
  }
  .gg-youtube::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 8px;
    top: 2px;
    border-left: 6px solid currentColor;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }
  /*----------------------------
アニメーション
----------------------------*/
  /*------　フェードイン（スクロール） ｜下から上へ出現 -------*/
  .scroll_up {
    transition: 0.8s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
  }
  .scroll_up.on {
    transform: translateY(0);
    opacity: 1;
  }
  /*------　フェードイン ｜下から上へ出現 -------*/
  .fadeUp {
    animation: fadeUp 0.8s ease-in-out 1 forwards;
    opacity: 0;
  }
  @keyframes fadeUp {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  /*------　フェードイン ｜その場で -------*/
  .fadeIn {
    animation: fadeIn 1s ease-in-out 1 forwards;
    opacity: 0;
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  /*------　ぼかしから出現 -------*/
  .blur {
    animation-name: blurAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  @keyframes blurAnime {
    from {
      filter: blur(10px);
      transform: scale(1.02);
      opacity: 0;
    }
    to {
      filter: blur(0);
      transform: scale(1);
      opacity: 1;
    }
  }
  /*------　その場でふわふわ -------*/
  .fuwafuwa {
    animation: fuwafuwa 5s infinite ease-in-out .8s alternate;
    display: inline-block;
    transition: 1.5s ease-in-out;
  }
  @keyframes fuwafuwa {
    0% {
      transform: translate(0, 0) rotate(-2deg);
    }
    50% {
      transform: translate(0, -7px) rotate(0deg);
    }
    100% {
      transform: translate(0, 0) rotate(2deg);
    }
  }
  /*------　その場で上下にふわふわ -------*/
  .fuwaUpDown {
    animation: fuwaUpDown 3s infinite ease-in-out .8s alternate;
    display: inline-block;
    transition: 1.5s ease-in-out;
  }
  @keyframes fuwaUpDown {
    0% {
      transform: translate(0, 0);
    }
    50% {
      transform: translate(0, -10px);
    }
    100% {
      transform: translate(0, 0);
    }
  }
.catalog_section_div section {
    width: calc(50% - 3em);
}