/*
Theme Name: Liberaiders
Description:
*/
/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q,
samp, small, span, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog,
figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  font-weight: 700;
  font-family: var(--heading-font-family);
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #000;
  font-feature-settings: "palt";
}
@media only screen and (max-height: 700px) {
  body {
    min-height: 667px;
  }
  body.page-template-lookbook, body.lookbook_archive-template-default {
    min-height: auto;
  }
}

a {
  color: #000;
  text-decoration: none;
}

a img,
a,
button img {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

a:hover,
a:hover img,
button:hover img,
a.on {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}

p a {
  text-decoration: underline;
}

p a:hover {
  color: #E6E6E6;
}

img {
  width: 100%;
  height: auto;
  border: none;
}

ul, li {
  list-style: none;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

header, nav, article, aside, section, footer {
  display: block;
}

.view {
  opacity: 0;
  -webkit-transition: all 0.3s 0.1s ease;
  -moz-transition: all 0.3s 0.1s ease;
  -ms-transition: all 0.3s 0.1s ease;
  -o-transition: all 0.3s 0.1s ease;
  transition: all 0.3s 0.1s ease;
  -webkit-transform: translate3d(0px, 20px, 0px);
  -moz-transform: translate3d(0px, 20px, 0px);
  -ms-transform: translate3d(0px, 20px, 0px);
  -o-transform: translate3d(0px, 20px, 0px);
  transform: translate3d(0px, 20px, 0px);
}

.fade {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.viewlb {
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s 0.1s ease;
  -moz-transition: all 0.3s 0.1s ease;
  -ms-transition: all 0.3s 0.1s ease;
  -o-transition: all 0.3s 0.1s ease;
  transition: all 0.3s 0.1s ease;
}

.fadelb {
  opacity: 1;
  -webkit-transition: all 0.3s 0.1s ease;
  -moz-transition: all 0.3s 0.1s ease;
  -ms-transition: all 0.3s 0.1s ease;
  -o-transition: all 0.3s 0.1s ease;
  transition: all 0.3s 0.1s ease;
}

.fade-layer,
body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
}

body.fade-layer-off:before {
  content: none;
}

/* fadeIn */
.text_type {
  opacity: 0;
}

.text_type span {
  opacity: 0;
}

.safari .text_type {
  opacity: 1;
}

.safari .text_type span {
  opacity: 1;
}

.ios .text_type {
  opacity: 0;
}

.ios .text_type span {
  opacity: 0;
}

.line {
  text-decoration: line-through;
}

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

.tab {
  display: none !important;
}
@media only screen and (max-width: 979px) {
  .tab {
    display: block !important;
  }
}

/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* container */
#container-top {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

#bgTop {
  width: 74%;
  height: 66%;
  min-width: 800px;
  min-height: 535px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto auto;
  opacity: 0;
}
@media only screen and (max-width: 979px) {
  #bgTop {
    width: 100%;
    height: 50%;
    min-width: 100%;
    min-height: auto;
    position: static;
  }
}

#bg-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 979px) {
  #bg-wrap {
    box-sizing: border-box;
    padding-top: 55px;
  }
}
#bg-wrap h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  font-size: 48px;
  text-align: center;
  color: #fff;
  z-index: 30;
  letter-spacing: 1.5px;
  display: inline-block;
}
@media only screen and (max-width: 979px) {
  #bg-wrap h2 {
    width: 100%;
    font-size: 45px;
    margin-top: 27.5px;
  }
}
@media only screen and (max-width: 500px) {
  #bg-wrap h2 {
    font-size: 42px;
  }
}

.bg {
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

#spNav {
  width: 100%;
  height: 50%;
  position: relative;
  text-align: center;
  opacity: 0;
}
#spNav ul {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
@media only screen and (max-height: 790px) {
  #spNav ul {
    padding: 30px 0;
    position: static;
    transform: none;
  }
}
#spNav ul li {
  width: 100%;
  padding: 0 0 16px;
  text-align: center;
  letter-spacing: 2.3px;
  line-height: 1;
}
#spNav ul li.nav-products, #spNav ul li.nav-contact {
  padding: 0 0 47px;
}
#spNav ul li.nav-instagram {
  padding: 0;
}
#spNav ul li.nav-instagram img {
  width: 25px;
  height: auto;
}
@media only screen and (max-height: 700px) {
  #spNav ul li.nav-products, #spNav ul li.nav-contact {
    padding: 0 0 23px;
  }
}
#spNav ul li a {
  font-size: 14px;
}
#spNav ul li a,
#spNav ul li div {
  font-size: 16px;
}
#spNav .copy {
  width: 100%;
  position: absolute;
  bottom: 19px;
  font-size: 10px;
  letter-spacing: 1px;
}

aside {
  position: absolute;
  z-index: 5;
  opacity: 0;
  bottom: 0;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transform-origin: right center;
  -webkit-transform-origin: right center;
  -o-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
aside p {
  font-size: 14px;
  text-align: center;
  letter-spacing: 2px;
  line-height: 46px;
  margin-left: 46px;
}

.home footer {
  position: absolute;
  z-index: 5;
  opacity: 0;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transform-origin: left center;
  -webkit-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

footer p.copy {
  font-size: 10px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 46px;
  margin-right: 46px;
}
footer p.copy span {
  font-size: 9px;
  letter-spacing: 1.2px;
}

header.drawer-header {
  opacity: 0;
  background: transparent !important;
}

.drawer-nav {
  width: 100%;
  height: 100%;
}
.drawer-nav .drawer-menu {
  width: 100%;
  height: 100%;
  position: relative;
}
@media only screen and (max-height: 400px) {
  .drawer-nav .drawer-menu {
    height: auto;
  }
}
.drawer-nav .drawer-menu ul {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  opacity: 0;
}
@media only screen and (max-height: 400px) {
  .drawer-nav .drawer-menu ul {
    padding: 80px 0 40px;
    position: static;
    transform: none;
  }
}
.drawer-nav .drawer-menu ul li {
  width: 100%;
  padding: 0 0 16px;
  text-align: center;
  letter-spacing: 2.3px;
  line-height: 1;
}
@media only screen and (max-height: 400px) {
  .drawer-nav .drawer-menu ul li {
    padding: 0 0 14px;
  }
  .drawer-nav .drawer-menu ul li:first-child {
    padding: 78px 0 18px;
  }
}
.drawer-nav .drawer-menu ul li.nav-products, .drawer-nav .drawer-menu ul li.nav-contact {
  padding: 0 0 47px;
}
.drawer-nav .drawer-menu ul li.nav-instagram {
  padding: 0;
}
.drawer-nav .drawer-menu ul li.nav-instagram img {
  width: 25px;
  height: auto;
}
@media only screen and (max-height: 400px) {
  .drawer-nav .drawer-menu ul li.nav-products, .drawer-nav .drawer-menu ul li.nav-contact {
    padding: 0 0 23px;
  }
}
.drawer-nav .drawer-menu ul li.nav-line {
  padding: 0 0 53px;
}
.drawer-nav .drawer-menu ul li p {
  line-height: 1.57;
}
.drawer-nav .drawer-menu ul li p span {
  font-size: 12px;
  letter-spacing: 1.2px;
}
.drawer-nav .drawer-menu ul li,
.drawer-nav .drawer-menu ul li a {
  color: #fff;
}
.drawer-nav .drawer-menu ul li a,
.drawer-nav .drawer-menu ul li div {
  color: #fff;
  font-size: 16px;
  letter-spacing: 2.3px;
}
@media only screen and (max-height: 400px) {
  .drawer-nav .drawer-menu .nav-login,
  .drawer-nav .drawer-menu .nav-contact {
    padding: 0 0 35px;
  }
}
.drawer-nav .copy {
  width: 100%;
  position: absolute;
  bottom: 19px;
  color: #fff;
  font-size: 10px;
  letter-spacing: 1px;
  text-align: center;
  opacity: 0;
}
@media only screen and (max-height: 400px) {
  .drawer-nav .copy {
    padding: 9px 0 18px;
    position: static;
  }
}

/* about */
#about-wrap {
  padding-bottom: 150px;
}
#about-wrap h2 {
  width: 439px;
  padding: 65px 0 45px;
  margin: 0 auto;
  text-align: center;
}
#about-wrap p {
  font-size: 13px;
  text-align: center;
  line-height: 1.7;
}

#lang {
  width: 100%;
  padding: 32px 0 32px;
  margin: 0 auto;
  overflow: auto;
  text-align: center;
}
#lang:after {
  content: " ";
  display: table;
  clear: both;
}
#lang li {
  padding: 0 8px;
  display: inline;
}
#lang li a {
  font-size: 12px;
  letter-spacing: 1px;
}

.on {
  text-decoration: underline;
}

#about-ph {
  width: 100%;
  margin: 0 auto;
  overflow: auto;
}

#about-ph li {
  width: 31%;
  padding: 0px 0.5%;
  float: left;
  opacity: 0;
}

#about-ph li:first-child {
  padding: 0px 0.5% 0 2.5%;
}

#about-ph li:last-child {
  padding: 0px 2.5% 0 0.5%;
}

#about-footer-wrap {
  width: 100%;
  height: 152px;
  position: absolute;
  bottom: 0;
  font-size: 14px;
}

.aboutpage #pagetop {
  padding-bottom: 0 !important;
}

/* headline */
#container {
  width: 100%;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  position: relative;
}

#contents {
  width: 600px;
  margin: 0 auto;
}

#sidebar {
  width: 127px;
  position: absolute;
  top: 122px;
  left: 27px;
}

#sidebar section {
  border-top: solid 1px #808080;
  padding-bottom: 54px;
}

#sidebar section h1 {
  padding: 11px 0 13px;
  font-size: 10px;
}

#sidebar section ul {
  overflow: auto;
}

#sidebar section ul li {
  line-height: 1.5;
}

#sidebar section ul li,
#sidebar section ul li a {
  font-size: 12px;
}

#content {
  width: 600px;
  float: right;
}

/* headline */
#headline-list {
  position: relative;
  width: 100%;
  text-align: left;
}
@media only screen and (max-width: 979px) {
  #headline-list {
    width: 90%;
    margin: 25px auto 0;
  }
}
#headline-list li {
  border-top: solid 1px #808080;
  padding-bottom: 1rem;
  margin: 0 0 1rem;
  border-top: none;
  border-bottom: dotted 1px #808080;
  display: flex;
}
#headline-list li .post-link {
  width: 45%;
  height: 45%;
  display: block;
}

.post {
  padding: 10px 0;
}

.post-tx {
  margin-left: 20px;
  display: flex;
  align-items: center;
  align-content: center;
  text-align: left;
  box-sizing: border-box;
}
.post-tx .wrap {
  width: 100%;
}
.post-tx h2 {
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25rem;
  margin-top: 0.19rem;
}
.post-tx .cat {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 0.9375rem; /* 115.385% */
  color: #5C5C5C;
  margin-top: 0.75rem;
}
.post-tx .cat a,
.post-tx .cat div {
  display: inline-block;
}
.post-tx .more {
  position: absolute;
  bottom: 0;
}
.post-tx .time {
  font-size: 0.75rem;
  line-height: 1.4375rem;
  font-weight: 400;
}
.post-tx p {
  font-size: 9px;
  line-height: 1.25;
}

.wp-pagenavi {
  height: 60px;
}

.nextpostslink {
  padding: 20px 0;
  font-size: 13px;
}

#infscr-loading {
  bottom: -70px;
  font-size: 10px;
}

#infscr-loading img {
  width: 20px;
  height: auto;
}

.nav-page-wrap {
  padding: 21px 0 62px;
}

.nav-page-wrap a {
  font-family: "franklin-gothic-urw-cond", sans-serif;
}

.nav-page-wrap li {
  border: none !important;
}

.nav-back {
  float: left;
}

.nav-page {
  float: right;
}

.nav-page li {
  float: left;
}

.nav-next {
  padding-left: 37px;
}

#headline-list section h1 {
  padding-top: 0;
}

#headline-list li.pagenone {
  padding-bottom: 400px;
}

#headline-post {
  position: relative;
  text-align: center;
}

#headline-post li {
  border-top: solid 1px #808080;
  padding-bottom: 13px;
  margin: 0 0 13px;
  border-bottom: dotted 1px #808080;
}

#headline-post section h1 {
  padding: 20px 0 7px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}

#headline-post section h3 {
  padding-bottom: 17px;
  font-size: 12px;
}

.post-content {
  font-size: 12px;
  line-height: 1.8;
}

.post-content img {
  padding: 14px 0 5px;
}

.post-content img:first-child {
  padding: 26px 0 5px !important;
}

#headline-post li.pagenone {
  padding-bottom: 400px;
}

.wp-pagenavi {
  width: 100%;
  padding-bottom: 80px;
}
@media only screen and (max-width: 979px) {
  .wp-pagenavi {
    padding-bottom: 0;
  }
}

.nextpostslink {
  padding: 38px 0 0;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  display: block;
}

#headline-list li#infscr-loading {
  width: 200px;
  position: absolute;
  padding: 0 !important;
  margin-left: -100px;
  left: 50%;
  border: none !important;
  bottom: -59px;
  background: rgb(255, 255, 255);
  font-size: 12px;
  text-align: center;
  z-index: 100;
  opacity: 0 !important;
}

#infscr-loading img {
  width: 25px;
  height: auto;
}

#infscr-loading div {
  padding-top: 5px;
}

/* pagetop */
#pagetop {
  width: 28px;
  position: fixed;
  right: 25px;
  padding-bottom: 62px;
  z-index: 100;
}

#pagetop img,
#pagetop-sp img {
  width: 100%;
  height: auto;
}

#pagetop-sp {
  width: 28px;
  padding: 30px 0 62px;
  margin: 0 auto;
  opacity: 0;
}

/* lookbook */
.section {
  position: relative;
}

.section.fp-auto-height {
  padding-bottom: 0 !important;
}

#lookbook-archives {
  position: absolute;
  right: 33px;
  bottom: 40px;
  font-size: 11px;
  letter-spacing: 1.6px;
  opacity: 0;
}

#lookbook-archives ul {
  overflow: auto;
  padding-top: 15px;
}

#lookbook-archives ul li {
  line-height: 1.4;
}

#lookbook-archives a {
  font-size: 19px !important;
  letter-spacing: 0.4px !important;
}

.photo-one {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
  border: none;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section footer {
  position: static !important;
}

.sc00 {
  background: #fff;
  z-index: 10;
}

.sc00 section {
  position: absolute;
  left: 48px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  opacity: 0;
  z-index: 20;
}

.sc00 section h1 {
  padding-bottom: 10px;
  font-size: 11px;
}

.sc00 section h2 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.4px;
}

.lb-top {
  width: 900px;
  display: block;
  margin: 0 auto;
  opacity: 0;
}

.scroll {
  width: 32px;
  height: auto;
  position: absolute;
  bottom: 37px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
}

.scroll:hover {
  cursor: pointer;
  opacity: 0.4 !important;
}

.lookbookpage #pagetop {
  bottom: 20px;
  padding-bottom: 0;
  opacity: 0;
  display: none;
}

.lookbookpage #pagetop:hover img {
  opacity: 0.4;
}

/* journal */
#journalList {
  width: 770px;
  margin: 0 auto;
}
@media only screen and (max-width: 979px) {
  #journalList {
    width: 90%;
  }
}
#journalList section {
  padding: 30px 0;
  border-top: solid 1px #808080;
  border-bottom: solid 1px #808080;
}
#journalList section h1 {
  margin-bottom: 3px;
  font-size: 38px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
#journalList section p {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
#journalList ul {
  width: 100%;
  margin-bottom: 103px;
}
@media only screen and (max-width: 979px) {
  #journalList ul {
    margin-bottom: 0;
  }
}
#journalList ul li {
  width: 100%;
  padding: 36px 0;
  border-bottom: dotted 1px #808080;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#journalList ul li:last-child {
  border-bottom: solid 1px #808080;
}
@media only screen and (max-width: 979px) {
  #journalList ul li:last-child {
    border-bottom: none;
  }
}
#journalList ul li .phLink {
  width: 360px;
  height: 240px;
  display: block;
}
@media only screen and (max-width: 979px) {
  #journalList ul li .phLink {
    width: 100%;
    height: 58.5vw;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #journalList ul li .phLink {
    width: 100%;
    height: 56vw;
  }
}
#journalList ul li .phLink div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#journalList ul li .postTx {
  width: 376px;
}
@media only screen and (max-width: 979px) {
  #journalList ul li .postTx {
    width: 100%;
  }
}
#journalList ul li .postTx a {
  display: block;
}
#journalList ul li .postTx a h2 {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: solid 1px #808080;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
#journalList ul li .postTx a h2 span {
  font-weight: 400;
}
#journalList ul li .postTx a p {
  font-size: 12px;
  line-height: 1.75;
}
#journalList ul li .postTx a p span {
  font-weight: 600;
}

#journalContent {
  width: 100%;
  counter-reset: number 0;
  padding-bottom: 700px;
}
#journalContent .ph {
  width: 100%;
  height: 500px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 979px) {
  #journalContent .ph {
    height: 58.5vw;
  }
}
@media only screen and (max-width: 750px) {
  #journalContent .ph {
    height: 56vw;
  }
}
#journalContent .ph .w {
  width: 330px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  #journalContent .ph .w {
    width: 90%;
  }
}
#journalContent .ph .w img {
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.6));
}
#journalContent .ph .w h1 {
  font-size: 28px;
  font-weight: 600;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
#journalContent .ph .w h1 span {
  font-weight: 400;
}
#journalContent .ph .w p {
  font-size: 16px;
  font-weight: 600;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
#journalContent .jouBox {
  width: 770px;
  padding: 54px 0 24px;
  margin: 0 auto;
  border-top: dotted 1px #808080;
}
@media only screen and (max-width: 979px) {
  #journalContent .jouBox {
    width: 90%;
    padding: 35px 0 5px;
  }
}
@media only screen and (max-width: 979px) {
  #journalContent .jouBox h2 {
    text-align: left !important;
  }
}
#journalContent .jouBox p {
  margin-bottom: 27px;
  font-size: 12px;
  line-height: 1.83;
}
#journalContent .jouBox#intro {
  border-top: none;
}
@media only screen and (max-width: 979px) {
  #journalContent .jouBox.se {
    position: relative;
  }
}
#journalContent .jouBox.se.l, #journalContent .jouBox.se.r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#journalContent .jouBox.se.l .l, #journalContent .jouBox.se.r .l {
  width: 300px;
  height: auto;
}
@media only screen and (max-width: 979px) {
  #journalContent .jouBox.se.l .l, #journalContent .jouBox.se.r .l {
    width: 100%;
  }
}
#journalContent .jouBox.se.l .l img, #journalContent .jouBox.se.r .l img {
  margin-bottom: 10px;
}
#journalContent .jouBox.se.l .r, #journalContent .jouBox.se.r .r {
  width: 448px;
}
@media only screen and (max-width: 979px) {
  #journalContent .jouBox.se.l .r, #journalContent .jouBox.se.r .r {
    width: 100%;
  }
}
#journalContent .jouBox.se.r .r {
  order: -1;
}
@media only screen and (max-width: 979px) {
  #journalContent .jouBox.se.r .r {
    order: 0;
  }
}
#journalContent .jouBox.se h2 {
  margin-bottom: 25px;
  font-size: 13px;
  line-height: 1.8;
  font-weight: bold;
}
@media only screen and (max-width: 979px) {
  #journalContent .jouBox.se h2 {
    margin-bottom: 15px;
  }
}
#journalContent .jouBox.se h2 p {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 979px) {
  #journalContent .jouBox.se h2 p {
    text-align: left !important;
  }
}
#journalContent .jouBox.se h2:before {
  position: absolute;
  top: 40px;
  left: -22px;
  font-size: 87px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.5px;
}
@media only screen and (max-width: 979px) {
  #journalContent .jouBox.se h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  #journalContent .jouBox.se h2:before {
    -ms-flex-item-align: start;
    align-self: flex-start;
    position: static;
    margin-top: -4px;
    margin-right: 15px;
    font-size: 45px;
  }
}
#journalContent .jouBox img {
  margin-bottom: 30px;
}
@media only screen and (max-width: 979px) {
  #journalContent .jouBox img {
    margin-bottom: 15px;
  }
}
#journalContent .jouBox#profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: dotted 1px #808080;
}
#journalContent .jouBox#profile .l {
  width: 407px;
}
@media only screen and (max-width: 979px) {
  #journalContent .jouBox#profile .l {
    width: calc(100% - 350px);
  }
}
@media only screen and (max-width: 750px) {
  #journalContent .jouBox#profile .l {
    width: 100%;
    order: 2;
  }
}
#journalContent .jouBox#profile .l .position {
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
}
#journalContent .jouBox#profile .l h2 {
  margin: 10px 0 8px;
  font-weight: 600;
  font-size: 36px;
  line-height: 1;
}
@media only screen and (max-width: 979px) {
  #journalContent .jouBox#profile .l h2 {
    padding-left: 0;
  }
}
#journalContent .jouBox#profile .l h3 {
  width: 100%;
  padding-bottom: 17px;
  margin-bottom: 14px;
  border-bottom: solid 1px #808080;
  font-size: 21px;
  line-height: 1;
}
#journalContent .jouBox#profile .l p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  #journalContent .jouBox#profile .l p br {
    display: none;
  }
}
#journalContent .jouBox#profile .l ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#journalContent .jouBox#profile .l ul li {
  width: 20px;
  margin-right: 15px;
}
#journalContent .jouBox#profile .l ul li:last-child {
  margin-right: 0;
}
#journalContent .jouBox#profile .ph {
  width: 296px;
  height: 296px;
}
@media only screen and (max-width: 750px) {
  #journalContent .jouBox#profile .ph {
    margin: 0 auto 20px;
  }
}
#journalContent .jouBox#intro h2, #journalContent .jouBox#other h2 {
  margin-bottom: 25px;
  font-weight: normal;
  font-size: 23px;
  text-align: center;
}
#journalContent .jouBox#other {
  padding-bottom: 70px;
  border-bottom: none;
}
@media only screen and (max-width: 979px) {
  #journalContent .jouBox#other {
    padding-bottom: 40px;
  }
}
#journalContent .jouBox#other h2 {
  display: block !important;
  font-size: 20px;
}
@media only screen and (max-width: 979px) {
  #journalContent .jouBox#other h2 {
    width: 100%;
    padding-left: 0;
    text-align: center !important;
  }
  #journalContent .jouBox#other h2:before {
    content: none;
  }
}
#journalContent .jouBox#other ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#journalContent .jouBox#other ul li {
  width: 246px;
  margin-right: 16px;
}
#journalContent .jouBox#other ul li:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 979px) {
  #journalContent .jouBox#other ul li {
    width: 32%;
    margin: 0 2% 4% 0;
  }
}
@media only screen and (max-width: 750px) {
  #journalContent .jouBox#other ul li {
    width: 48%;
    margin: 0 4% 4% 0;
  }
  #journalContent .jouBox#other ul li:nth-child(3n) {
    margin-right: 4%;
  }
  #journalContent .jouBox#other ul li:nth-child(2n) {
    margin-right: 0;
  }
}
#journalContent .jouBox#other ul li a {
  width: 100%;
  display: block;
  text-align: center;
}
#journalContent .jouBox#other ul li a .ph {
  width: 100%;
  height: 128px;
}
#journalContent .jouBox#other ul li a h3 {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 600;
}
#journalContent .jouBox#other ul li a h3 span {
  font-weight: 400;
}
#journalContent .wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#journalContent .wrap:nth-child(even) h2:before {
  left: auto;
  right: -11px;
}
@media only screen and (max-width: 979px) {
  #journalContent .wrap:nth-child(even) h2:before {
    left: 0;
    right: auto;
  }
}
#journalContent .wrap h2:before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
}
#journalContent .wrap.se10 h2:before {
  left: -5px;
}
#journalContent .wrap .pc p,
#journalContent .wrap .tab p {
  margin-bottom: 15px;
}
#journalContent .wrap .tab {
  margin-bottom: 10px;
}

/* dealers */
.stockPage #nav-cat {
  padding-top: 0;
}

#stockCat {
  width: 100%;
  padding: 102px 0 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 979px) {
  #stockCat {
    padding: 80px 0 30px;
  }
}
@media only screen and (max-width: 500px) {
  #stockCat {
    padding: 80px 0 15px;
  }
}
#stockCat li {
  margin: 0 39px;
}
@media only screen and (max-width: 979px) {
  #stockCat li {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 500px) {
  #stockCat li {
    margin: 0 10px 15px;
  }
}
#stockCat li:first-child {
  margin-left: 61px;
}
@media only screen and (max-width: 979px) {
  #stockCat li:first-child {
    margin: 0 20px 0 44px;
  }
}
@media only screen and (max-width: 500px) {
  #stockCat li:first-child {
    margin: 0 10px 15px;
  }
}
#stockCat li a {
  position: relative;
  padding-bottom: 5px;
  display: inline-block;
}
#stockCat li a:after {
  transition: all 0.2s ease-in-out;
  content: " ";
  width: 0%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}
#stockCat li a:hover, #stockCat li a.on {
  opacity: 1;
}
#stockCat li a:hover:after, #stockCat li a.on:after {
  width: 100%;
}
#stockCat li a img {
  width: auto;
  height: 15px;
}
@media only screen and (max-width: 500px) {
  #stockCat li a img {
    height: 14px;
  }
}

#stocklistWrap {
  width: 770px;
  margin: 0 auto;
}
@media only screen and (max-width: 979px) {
  #stocklistWrap {
    width: 90%;
    margin: 0 auto;
  }
}
#stocklistWrap #sidebar {
  top: 175px;
}

#stockNav li a {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 2.1;
}

.dealers-ttl {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: solid 1px #040000;
  line-height: 1;
  text-align: left;
  overflow: auto;
}

.dealers-ttl li {
  float: left;
  font-size: 11px;
}

.area {
  width: 18%;
}

.store {
  width: 56.5%;
}

.contact {
  width: 24%;
}

.oversea .country {
  width: 12%;
}

.oversea .area {
  width: 10%;
}

.oversea .store {
  width: 52.5%;
}

.oversea .contact {
  width: 24%;
}

.dealers-area {
  width: 100%;
}

.box-area {
  width: 18%;
  float: left;
  text-align: left;
}

.boxWrap {
  width: 88%;
  float: left;
  border-bottom: solid 1px #040000;
}

.oversea .boxWrap {
  padding-top: 15px;
}

#oversea .box-area {
  width: 12%;
  float: left;
  text-align: left;
}

.box-country {
  width: 11.5%;
  float: left;
}

.box-area h1,
.box-country h2 {
  font-size: 13px;
}

.box-dealers {
  width: 82%;
  float: left;
  padding-bottom: 40px;
  text-align: left;
  overflow: auto;
}

.box-dealers-country {
  width: 88.5% !important;
}

.box-dealers li {
  padding: 9px 0;
  border-bottom: solid 1px #040000;
  overflow: auto;
}

.box-dealers li:first-child {
  padding-top: 0;
}

.box-dealers li:last-child {
  border-bottom: none;
}

.box-dealers h1,
.box-dealers h2,
.box-dealers h3,
.box-dealers a {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.8;
}

.box-dealers section {
  width: 69%;
  float: left;
}

.box-dealers-country section {
  width: 67.5%;
}

.box-dealers div {
  width: 30%;
  float: left;
}

/* footer */
#footer-wrap {
  width: 100%;
  height: 320px;
  position: absolute;
  bottom: 0;
  font-size: 14px;
}

.fp-auto-height #footer-wrap {
  opacity: 0;
}

#footer-container {
  height: 100%;
  position: relative;
}

.instagram-wrap {
  width: 100%;
  height: 210px;
  background: #000;
  opacity: 0;
  position: relative;
}

.instagram-icon {
  width: 210px;
  height: 210px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.instagram-icon img {
  width: 72px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.slider-wrapper {
  width: 70%;
  margin-left: 210px;
}

.slick-slide a {
  width: 140px;
  height: 140px;
  margin: 35px 0;
  display: block;
  position: relative;
  background: #fff;
}

.box {
  position: relative;
  width: 50%;
  height: auto;
  background: #444;
}

.ratio-1_1:before {
  content: "";
  display: block;
  padding-top: 100%; /* 1:1 */
}

.inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-slide a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.slick-slide a:hover img {
  opacity: 1 !important;
}

footer nav {
  width: 778px;
  padding: 54px 0 0;
  margin: 0 auto;
}

footer nav ul {
  padding-right: 50px;
  float: left;
}

footer nav ul li,
footer nav ul li a,
.footer-r-tx {
  font-size: 13px !important;
  line-height: 1.8;
  letter-spacing: 0.2px !important;
}

.footer-r {
  width: 218px;
  height: 147px;
  padding-left: 16px;
  border-left: solid 1px #808080;
  float: right;
}

.footer-r #instagram {
  width: 20px;
  height: auto;
  padding-top: 7px;
  display: block;
}

.footer-r #instagram img {
  width: 100%;
  height: auto;
}

footer #logo {
  width: 140px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.footer-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.footer-copy .copy {
  padding: 9px 0 18px;
  line-height: 1;
}

.sp,
.sp480,
.lb-spTtl {
  display: none !important;
}

@media screen and (max-width: 979px) {
  .pc,
  .lb-spTtlCenter {
    display: none !important;
  }
  .sp,
  .lb-spTtl {
    display: block !important;
  }
  html, body {
    min-width: 100%;
  }
  /* nav */
  #nav-cat {
    width: 100%;
    padding: 20px 0 5px;
    z-index: 20;
  }
  .lookbookpage #nav-cat {
    position: absolute;
    background: #fff;
  }
  #ads #nav-cat {
    position: absolute;
  }
  #arrow {
    position: relative;
  }
  #arrow a {
    width: 8px;
    height: 8px;
    position: absolute;
    top: 9px;
    left: 19px;
    border-bottom: solid 1px #000;
    border-left: solid 1px #000;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
  }
  #arrow a.op {
    top: 15px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #cat-sp {
    padding-bottom: 10px;
    margin-left: 39px;
    overflow: hidden;
  }
  #cat-sp li,
  #cat-sp li a {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 2;
  }
  /* about */
  #about-ph li,
  #about-ph li:first-child,
  #about-ph li:last-child {
    width: 100%;
    padding: 0;
  }
  #about-wrap h2 {
    padding: 25px 0 25px;
    margin: 0;
    text-align: left;
  }
  #about-wrap p {
    text-align: left;
  }
  #about-tx {
    width: 90%;
    margin: 0 auto;
  }
  #contents {
    width: 100%;
  }
  #content {
    width: 100%;
    padding-bottom: 40px;
  }
  /* headline */
  #headline-post {
    width: 100%;
    text-align: left;
  }
  #headline-post li {
    padding-bottom: 13px;
    margin: 0 0 13px;
    border-top: none;
    border-bottom: dotted 1px #808080;
  }
  #headline-post article {
    width: 92%;
    padding: 21px 0 22px;
    margin: 0 auto;
  }
  .nav-page-wrap {
    width: 92%;
    padding: 21px 0 22px;
    margin: 0 auto;
  }
  /* lookbook */
  #fullpage #nav-cat {
    position: absolute;
    z-index: 20;
  }
  .lb-top {
    width: 100% !important;
    height: auto;
    display: block;
    border: none;
    margin: auto;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 1;
  }
  .lb-spTtl {
    padding-top: 20px;
  }
  .sc00 {
    overflow: hidden;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0 !important;
  }
  .sc00 section {
    position: static;
    text-align: center;
    transform: none;
    opacity: 1;
  }
  .scroll {
    position: static;
    margin: 0 auto 12px;
    bottom: 12px;
    opacity: 1;
  }
  /* stocklist */
  /* footer */
}
@media screen and (max-width: 979px) and (min-height: 701px) {
  .scroll {
    position: absolute;
  }
}
@media screen and (max-width: 979px) {
  .photo-one {
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transform: none;
  }
  .box-dealers {
    width: 100%;
    padding-top: 15px;
    border-top: 1px solid #040000;
  }
  .box-dealers-country,
  .box-dealers section,
  .box-dealers div,
  #oversea .box-area,
  .box-country,
  .boxWrap {
    width: 100% !important;
  }
  .boxWrap {
    border: none;
  }
  .oversea .box-area {
    display: none;
  }
  .oversea .boxWrap {
    padding-top: 0;
  }
  .instagram-wrap {
    height: auto;
  }
  .instagram-icon {
    width: 92px;
    height: auto;
    position: static;
    padding-top: 19px;
    margin: 0 auto;
  }
  .instagram-icon img {
    width: 100%;
    height: auto;
    position: static;
  }
  .slider-wrapper {
    width: 76%;
    margin: 0 auto;
  }
  .slick-slide a {
    margin: 0;
  }
  .slick-prev,
  .slick-next {
    top: 47% !important;
  }
  .slick-slide {
    position: relative;
    width: 50%;
    height: auto;
    background: #EEE;
    margin: 17px 10px 32px;
  }
  .slick-slide:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .slick-slide a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .slick-slide a img {
    width: 106% !important;
  }
  #footer-wrap {
    height: auto;
  }
  footer nav {
    width: 100%;
    padding: 43px 0 0;
  }
  footer nav ul {
    width: 258px;
    float: none;
    padding: 0 0 28px;
    margin: 0 auto;
    text-align: center;
  }
  footer nav ul li {
    padding: 0 5px;
    display: inline-block;
  }
  .footer-policy li {
    display: block !important;
  }
  nav ul li a,
  nav ul li div,
  footer-r {
    font-size: 15px;
  }
  .footer-r {
    width: auto;
    height: auto;
    float: none;
    padding: 0 0 143px;
    border: none;
    text-align: center;
  }
  .footer-r #instagram {
    width: 25px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  #about-wrap h2 {
    width: 100%;
    max-width: 205px;
  }
  .pc480 {
    display: none !important;
  }
  .sp480 {
    display: block !important;
  }
}
@media screen and (max-width: 419px) {
  .drawer-menu .nav-login,
  .drawer-menu .nav-contact {
    padding: 0 0 40px;
  }
}
@media screen and (max-height: 750px) {
  .drawer-menu ul li {
    padding: 0 0 14px;
  }
}
@media screen and (max-width: 979px) and (min-width: 520px) and (max-height: 830px) and (orientation: landscape) {
  .lb-spTtl {
    display: none !important;
  }
  .lb-spTtlCenter {
    display: block !important;
  }
  .sc00 section {
    padding: 0;
    position: absolute;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 20;
    color: #fff;
  }
}
@media screen and (max-height: 440px) {
  .photo-one {
    width: auto;
    height: 70%;
    top: auto;
    bottom: 0;
  }
}

/*# sourceMappingURL=style.css.map */
