@charset "UTF-8";
/* 1.0 Document Setup
--------------------------------------------------------------*/
/*===================================================
     0.CSS Reset / Eric Meyer’s “Reset CSS” 2.0
===================================================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*===================================================
     Font
===================================================*/
/*  -------------------------------------
	Color
  -------------------------------------*/
/* -----------------------------------------------------------------
    media query
----------------------------------------------------------------- */
/*===================================================
    1.	Document Setup
===================================================*/
body {
  font-size: 13px !important;
  color: #333 !important;
  font-family: "Zen Kaku Gothic New", "Jost", sans-serif;
  font-weight: 300;
  letter-spacing: 1.5px;
  line-height: 1.6 !important;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background: #f1f1f1;
}
body.fadeout:after {
  opacity: 1;
}

.ta_left {
  text-align: left !important;
}

.ta_right {
  text-align: right;
}

.wrapper {
  overflow: hidden;
}

input {
  cursor: pointer;
}

/*for Webkit*/
input::-webkit-input-placeholder {
  color: #000;
}

/*for Firefox*/
input:-moz-placeholder {
  color: #000;
}

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

a:hover {
  /*filter: alpha(opacity=60);
  -moz-opacity:0.6;
  opacity:0.6;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;*/
  border: none !important;
  text-decoration: none !important;
}

input:focus {
  outline: none;
}

select::-ms-expand {
  display: none;
}

.center {
  text-align: center;
}

.object-fit-img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: top;";
}

.clearfix {
  width: 100%;
}

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

.mb0 {
  margin-bottom: 0 !important;
}

.fade_off {
  opacity: 0;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.fade_on {
  opacity: 1;
}

/* pc   --------------------------------*/
@media screen and (min-width: 668px) {
  .sp {
    display: none !important;
  }
}
/* sp   --------------------------------*/
@media screen and (max-width: 667px) {
  .pc {
    display: none !important;
  }
}
/*  -------------------------------------
	bx-slider
  -------------------------------------*/
.bx-wrapper {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  position: relative;
  background: transparent !important;
}
.bx-wrapper .bx-pager {
  position: absolute;
  top: -30px;
  right: 0;
  padding-top: 0 !important;
  text-align: right !important;
  font-family: "Zen Kaku Gothic New", "Jost", sans-serif;
}
.bx-wrapper .bx-prev {
  position: absolute;
  right: 90px;
  top: -30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(assets/img/prevBtn.svg);
  background-size: contain;
  width: 6px;
  height: 15px;
}
.bx-wrapper .bx-next {
  position: absolute;
  top: -30px;
  right: 50px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(assets/img/nextBtn.svg);
  background-size: contain;
  width: 6px;
  height: 15px;
}

/*  -------------------------------------
	Slick
  -------------------------------------*/
.slick-next:before {
  content: "" !important;
  background: url(assets/img/icon/icon_next.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 30px;
  display: block;
}
@media only screen and (max-width:768px) {
  .slick-next:before {
    width: 10px;
    height: 20px;
  }
}
@media only screen and (max-width:768px) {
  .slick-next {
    right: -20px !important;
  }
}

.slick-prev:before {
  content: "" !important;
  background: url(assets/img/icon/icon_prev.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 30px;
  display: block;
}
@media only screen and (max-width:768px) {
  .slick-prev:before {
    width: 10px;
    height: 20px;
  }
}
@media only screen and (max-width:768px) {
  .slick-prev {
    left: -10px !important;
  }
}

.single .slider-nav .slick-list {
  padding: 0 !important;
  margin-top: 0.5em;
}
.single .slider-nav .slick-slide {
  padding: 0 0.5em;
}

/* 2.0 structure
--------------------------------------------------------------*/
/*  -------------------------------------
	header
  -------------------------------------*/
header {
  position: relative;
}
header .widget_polylang {
  position: absolute;
  top: 20px;
  right: 20px;
}
header .widget_polylang ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Zen Kaku Gothic New", "Jost", sans-serif;
  font-size: 12px;
}
header .widget_polylang ul li:first-child:after {
  content: "｜";
}
header .widget_polylang ul li.current-lang a {
  border-bottom: 1px solid #000;
}
header .gmenu {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: 10px;
}
header .gmenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Zen Kaku Gothic New", "Jost", sans-serif;
  font-size: 13px;
}
header .gmenu ul li {
  padding-right: 30px;
}
header .gmenu ul li:last-child {
  padding-right: 0;
}
header .gmenu ul li.current-menu-item a {
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
}

.logo {
  position: fixed;
  top: 45px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 99;
}
.logo img {
  width: 300px;
}
@media only screen and (max-width:768px) {
  .logo img {
    width: 180px;
  }
}

.box {
  height: 100vh;
  position: relative;
}

footer {
  position: fixed;
  left: 20px;
  bottom: 20px;
}
footer .copyright p {
  font-family: "Zen Kaku Gothic New", "Jost", sans-serif;
  font-size: 12px;
}
@media only screen and (max-width:768px) {
  footer .copyright p {
    font-size: 10px;
    padding-bottom: 1em;
  }
}

/* (max-width: 1100px)  --------------------------------*/
@media screen and (max-width: 1100px) {
  header .gmenu {
    left: 40%;
  }
}
/* (max-width: 900px)  --------------------------------*/
@media screen and (max-width: 900px) {
  header .gmenu {
    left: 30%;
  }
}
/* (max-width: 800px)  --------------------------------*/
@media screen and (max-width: 900px) {
  header .gmenu {
    left: 25%;
  }
  header .gmenu ul {
    font-size: 12px;
  }
}
/* sp   --------------------------------*/
@media screen and (max-width: 667px) {
  header .widget_polylang {
    right: 70px;
  }
  header .widget_polylang ul {
    font-size: 10px;
  }

  footer {
    padding-bottom: 1.5em;
  }
  footer .copyright p {
    font-size: 11px;
  }
}
/* 3.0 section
--------------------------------------------------------------*/
/*=============
loading
==============*/
.loading-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: #003562;
  z-index: 10000;
}

.loading-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 248px;
  height: 131px;
  -webkit-animation: topFadeIn 0.8s ease-in-out 0s 1 normal;
          animation: topFadeIn 0.8s ease-in-out 0s 1 normal;
}
@media only screen and (max-width:768px) {
  .loading-logo {
    width: 120px;
    height: 86px;
  }
}
.loading-logo img {
  width: 100%;
}

@-webkit-keyframes topFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes topFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*=============
slick
=============*/
.full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
  position: relative;
}
.full div:before {
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 2;
}

.full div.img01 {
  background-image: url(assets/img/top01.jpg);
}

.full div.img02 {
  background-image: url(assets/img/top02.jpg);
}

.full div.img03 {
  background-image: url(assets/img/top03.jpg);
}

.full div.img04 {
  background-image: url(assets/img/top04.jpg);
}

.full div.img05 {
  background-image: url(assets/img/top05.jpg);
}

.full div.img06 {
  background-image: url(assets/img/top06.jpg);
}

.full div.img07 {
  background-image: url(assets/img/top07.jpg);
}

.full div.img08 {
  background-image: url(assets/img/top08.jpg);
}

.full div.img09 {
  background-image: url(assets/img/top09.jpg);
}

.full div.img10 {
  background-image: url(assets/img/top10.jpg);
}

.full div.img11 {
  background-image: url(assets/img/top11.jpg);
}

.full div.img12 {
  background-image: url(assets/img/top12.jpg);
}

.full div.img13 {
  background-image: url(assets/img/top13.jpg);
}

.full .slick-dots {
  bottom: 4%;
  z-index: 1;
}

.content_bg {
  position: fixed;
  width: 100%;
}

.nav_wrap {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 30%;
}
.nav_wrap ul.nav {
  color: #c6ac71;
  font-family: "Zen Kaku Gothic New", "Jost", sans-serif;
  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;
  padding-top: 120px;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width:768px) {
  .nav_wrap ul.nav {
    font-size: 13px;
    right: -20px;
  }
}
.nav_wrap ul.nav li {
  margin: 0 1em;
}
.nav_wrap ul.nav li a {
  color: #c6ac71;
  position: relative;
  /*&:after{
  content: '';
     position: absolute;
     top: 0;
     right: -5px;
     height: 0;
     width: 1px;
     background: #fff;
     transition: .35s;
     @media only screen and (max-width:768px){
     right: -2px; 
     }
   }
   &:hover:after{
    height: 100%;
   }
   */
}

.contents .analog {
  width: 450px;
  height: 450px;
  background: url(assets/img/analog1.png) no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 0 auto 3em;
}
@media only screen and (max-width:768px) {
  .contents .analog {
    width: 400px;
    height: 400px;
  }
}
@media only screen and (max-width:480px) {
  .contents .analog {
    width: 250px;
    height: 250px;
  }
}
.contents .analog:hover {
  background: url(assets/img/analog2.png) no-repeat;
  background-size: cover;
}
@media only screen and (max-width:768px) {
  .contents {
    max-width: 100%;
  }
}
.contents p {
  text-align: center;
  font-size: 15px;
  line-height: 1.8em;
}
@media only screen and (max-width:768px) {
  .contents p {
    font-size: 12px;
  }
}

.one {
  position: relative;
  height: auto;
  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;
  padding-top: 15%;
}
@media only screen and (max-width:768px) {
  .one {
    padding-top: 45%;
  }
}
.one a {
  color: #2997ff;
}
.one a:hover {
  border-bottom: 1px solid #2997ff !important;
}
@media only screen and (max-width:768px) {
  .one iframe {
    width: 320px;
  }
}

#biography {
  padding-top: 150px;
}
@media only screen and (max-width:480px) {
  #biography {
    padding-top: 100px;
  }
}
#biography .member {
  width: 80%;
  margin: 0 auto;
}
#biography .member img {
  display: block;
  width: 100%;
  margin-bottom: 2em;
}

.second, .third, .fourth, .fifth {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.second .content, .third .content, .fourth .content, .fifth .content {
  width: 50vw;
  color: #333;
}
@media only screen and (max-width:768px) {
  .second .content, .third .content, .fourth .content, .fifth .content {
    width: 90%;
    margin: 0 auto;
  }
}
.second .content h2, .third .content h2, .fourth .content h2, .fifth .content h2 {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #c6ac71;
  line-height: 1em;
  font-family: "Zen Kaku Gothic New", "Jost", sans-serif;
  font-weight: 400;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media only screen and (max-width:768px) {
  .second .content h2, .third .content h2, .fourth .content h2, .fifth .content h2 {
    font-size: 14px;
  }
}
.second .content .content-txt h3, .third .content .content-txt h3, .fourth .content .content-txt h3, .fifth .content .content-txt h3 {
  font-size: 24px;
  margin: 0 0 0.5em;
  font-family: "Zen Kaku Gothic New", "Jost", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width:768px) {
  .second .content .content-txt h3, .third .content .content-txt h3, .fourth .content .content-txt h3, .fifth .content .content-txt h3 {
    font-size: 18px;
  }
  .second .content .content-txt h3 span, .third .content .content-txt h3 span, .fourth .content .content-txt h3 span, .fifth .content .content-txt h3 span {
    display: block;
    font-size: 70%;
  }
}
@media only screen and (max-width:768px) {
  .second .content .content-txt h3, .third .content .content-txt h3, .fourth .content .content-txt h3, .fifth .content .content-txt h3 {
    font-size: 21px;
  }
}
.second .content .content-txt p, .third .content .content-txt p, .fourth .content .content-txt p, .fifth .content .content-txt p {
  font-size: 14px;
  line-height: 2em;
  font-family: "Zen Kaku Gothic New", "Jost", sans-serif;
  letter-spacing: 0.15em;
}
@media only screen and (max-width:768px) {
  .second .content .content-txt p, .third .content .content-txt p, .fourth .content .content-txt p, .fifth .content .content-txt p {
    font-size: 11px;
    line-height: 1.8em;
  }
}

@media only screen and (max-width:480px) {
  #comment {
    padding-top: 200px;
    padding-bottom: 60px;
    height: auto;
  }
}
#comment p.commentator {
  text-align: right;
  margin-top: 1em;
}

@media only screen and (max-width:768px) {
  .third {
    display: block;
  }
}
.third:before {
  content: "";
  background: url(assets/img/designer.jpg) no-repeat;
  background-size: contain;
  background-position: right center;
  width: 50vw;
  height: 50vh;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width:768px) {
  .third:before {
    position: static;
    width: 100%;
    height: 400px;
    background-size: cover;
    webkit-transform: translate(0, 0%);
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
    display: block;
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width:480px) {
  .third:before {
    height: 200px;
  }
}
.third .content {
  color: #e5006a;
  z-index: 999;
}
@media only screen and (max-width:768px) {
  .third .content .content-txt p {
    font-size: 14px;
    line-height: 2em;
  }
}
@media only screen and (max-width:480px) {
  .third .content .content-txt p {
    font-size: 12px;
    line-height: 1.6em;
  }
}

@media only screen and (max-width:768px) {
  .fourth .content h2 span {
    display: none;
  }
}
.fourth .content .content-txt {
  margin: 0 0 3em;
}
@media only screen and (max-width:768px) {
  .fourth .content .content-txt {
    margin: 0 0 2em;
  }
}
.fourth .content .content-txt:last-child {
  margin: 0;
}
@media only screen and (max-width:768px) {
  .fourth .content .content-txt h3 span {
    display: block;
    font-size: 80%;
  }
}
.fourth .content .content-txt p a {
  color: #fff !important;
}
.fourth .content .content-txt p img {
  width: 15px;
  margin-right: 0.5em;
  vertical-align: text-top;
}
@media only screen and (max-width:768px) {
  .fourth .content .content-txt p img {
    width: 12px;
  }
}
.fourth .content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  margin: 1em 0;
}
@media only screen and (max-width:768px) {
  .fourth .content dl {
    font-size: 12px;
  }
}
.fourth .content dl dt {
  font-family: "Zen Kaku Gothic New", "Jost", sans-serif;
  margin-right: 2em;
  font-weight: 500;
}
.fourth .content ul {
  font-size: 18px;
  font-family: "Zen Kaku Gothic New", "Jost", sans-serif;
  font-weight: 500;
  line-height: 2em;
  margin-top: 1em;
}
@media only screen and (max-width:768px) {
  .fourth .content ul {
    font-size: 12px;
  }
}
.fourth .content ul li a {
  color: #e5006a;
  border-bottom: 1px solid #e5006a;
}
.fourth .content a.linkBtn {
  border: solid 1px #fff;
  color: #fff;
  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;
  width: 200px;
  height: 60px;
  font-size: 15px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  margin: 2em 0 0;
  position: relative;
}
@media only screen and (max-width:768px) {
  .fourth .content a.linkBtn {
    width: 150px;
    height: 40px;
    font-size: 12px;
  }
}
.fourth .content a.linkBtn:hover {
  background: #fff;
  color: #000;
}
.fourth .copyright {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-family: "Zen Kaku Gothic New", "Jost", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #c6ac71;
}
@media only screen and (max-width:768px) {
  .fourth .copyright {
    font-size: 10px;
    right: 5px;
    bottom: 0px;
    padding-bottom: 1em;
  }
}

#live {
  padding-top: 180px;
  height: auto;
}
#live .live-info {
  text-align: center;
}
#live .live-info img {
  width: 50%;
  display: block;
  margin: 0 auto 30px;
}
@media only screen and (max-width:768px) {
  #live .live-info img {
    width: 90%;
  }
}
#live .live-info h3 {
  font-size: 16px;
  margin: 1em 0 0.5em;
}
@media only screen and (max-width:768px) {
  #live .live-info h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width:768px) {
  #live .live-info dl {
    font-size: 11px;
  }
}

.goods {
  padding-top: 15%;
}
@media only screen and (max-width:991px) {
  .goods {
    padding-top: 30%;
  }
}
@media only screen and (max-width:768px) {
  .goods {
    padding-top: 45%;
  }
}
.goods h3 {
  font-size: 1.2rem;
  text-align: center;
  line-height: 2em;
}
.goods h3 a {
  color: #2997ff;
  border-bottom: 1px solid #2997ff;
}
@media only screen and (max-width:991px) {
  .goods h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width:768px) {
  .goods h3 {
    font-size: 13px;
  }
}
.goods .slick1 {
  position: relative;
  padding-bottom: 60px;
}
.goods .slick1 .slideimg {
  height: 500px;
  margin: 0;
  margin: 0 0.5em;
}
@media only screen and (min-width:1499px) {
  .goods .slick1 .slideimg {
    height: 550px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1360px) {
  .goods .slick1 .slideimg {
    height: 450px;
  }
}
@media only screen and (max-width:1200px) {
  .goods .slick1 .slideimg {
    height: 360px;
  }
}
@media only screen and (max-width:991px) {
  .goods .slick1 .slideimg {
    height: 300px;
  }
}
@media only screen and (max-width:768px) {
  .goods .slick1 .slideimg {
    height: 350px;
  }
}
@media only screen and (max-width:767px) {
  .goods .slick1 .slideimg {
    border-radius: 0;
  }
}
@media only screen and (max-width:480px) {
  .goods .slick1 .slideimg {
    height: 200px;
    width: 100%;
  }
}
.goods .slick1 .slideimg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  padding-bottom: 60px;
}
.goods .slick1 .slideimg .slide-caption {
  color: #000 !important;
  width: 100%;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
}
.goods .slick1 .slideimg .slide-caption p.title {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.2em;
}
@media only screen and (max-width:991px) {
  .goods .slick1 .slideimg .slide-caption p.title {
    font-size: 14px;
  }
}
@media only screen and (max-width:768px) {
  .goods .slick1 .slideimg .slide-caption p.title {
    font-size: 11px;
  }
}
.goods .slick1 .slideimg .slide-caption p.title a {
  color: #000 !important;
}
.goods .slick1 .slideimg .slide-caption .post-categories li a {
  font-size: 1.2rem;
  border: 1px solid #fff;
  border-radius: 10px;
  display: inline-block;
  line-height: 1em;
  padding: 0.25em 0.5em;
  margin-bottom: 0.5em;
  color: #000 !important;
}
.goods .slick1 .slideimg .slide-caption .post-categories li a:hover {
  background: #fff;
  color: #000 !important;
}
@media only screen and (max-width:768px) {
  .goods .slick1 .slideimg .slide-caption .post-categories li a {
    font-size: 1rem;
  }
}
.goods .slick1 .img01 {
  background-image: url(assets/img/tshirts1.png);
}
.goods .slick1 .img02 {
  background-image: url(assets/img/tshirts2.png);
}
.goods .slick1 .img03 {
  background-image: url(assets/img/tshirts3.png);
}
.goods .slick1 .img04 {
  background-image: url(assets/img/tshirts4.png);
}
.goods .slick1 .img05 {
  background-image: url(assets/img/towel.png);
}
.goods .slick1 .slick-dots {
  bottom: -40px;
}
@media only screen and (max-width:768px) {
  .goods .slick1 .slick-dots {
    bottom: -30px;
  }
}

/*=============
base
==============*/
html, body {
  margin: 0;
  padding: 0;
  position: relative;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.insta {
  position: fixed;
  left: 40px;
  bottom: 20px;
  z-index: 99;
  /*-webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0%, -50%);*/
}
@media only screen and (max-width:768px) {
  .insta {
    left: 20px;
  }
}
.insta a {
  line-height: 0em;
  display: block;
}
.insta a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
}
.insta img {
  width: 20px;
  height: 20px;
}

/* tb   --------------------------------*/
/* sp   --------------------------------*/
@media screen and (max-width: 667px) {
  .insta {
    position: fixed;
  }
  .insta img {
    width: 15px;
    height: 15px;
  }
}
/* 4.0 contents
--------------------------------------------------------------*/
/*  -------------------------------------
	Philosophy
  -------------------------------------*/
.philosophy #message .slogan {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 10px;
}
.philosophy #message .slogan p {
  font-family: "Zen Kaku Gothic New", "Jost", sans-serif;
  line-height: 2em;
  letter-spacing: 0.05em;
  font-size: 13px;
}
.philosophy #about {
  padding-top: 25vh;
  padding-left: 25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.philosophy #about .ttl {
  margin-left: 10px;
}
.philosophy #about .ttl h2 {
  font-family: "Zen Kaku Gothic New", "Jost", sans-serif;
  letter-spacing: 0.1em;
  font-size: 13px;
}
.philosophy #about .desc {
  position: absolute;
  left: 50%;
  margin-left: 10px;
}
.philosophy #about .desc h3 {
  font-size: 14px;
  margin-bottom: 3em;
}
.philosophy #about .desc p {
  margin-bottom: 3em;
  line-height: 2em;
  letter-spacing: 0.05em;
}
.philosophy #about .desc ul {
  margin-bottom: 3em;
}
.philosophy #about .desc ul li {
  line-height: 2em;
  letter-spacing: 0.05em;
}

/* (max-width: 1100px)  --------------------------------*/
@media screen and (max-width: 1100px) {
  .philosophy #message .slogan, .philosophy #about .desc {
    left: 40%;
  }
  .philosophy #about {
    padding-top: 20vh;
    padding-left: 20vw;
  }
}
/* (max-width: 900px)  --------------------------------*/
@media screen and (max-width: 900px) {
  .philosophy #message .slogan, .philosophy #about .desc {
    left: 30%;
  }
  .philosophy #about {
    padding-top: 15vh;
    padding-left: 10vw;
  }
}
/* sp   --------------------------------*/
@media screen and (max-width: 667px) {
  .philosophy #message .slogan {
    left: 10%;
  }
  .philosophy #message .slogan p {
    font-size: 11px;
  }
  .philosophy #about {
    padding-left: 3vw;
    padding-right: 3vw;
    display: block;
    padding-bottom: 1.5em;
    padding-top: 1.5em;
    margin-bottom: 0px;
  }
  .philosophy #about .ttl {
    margin: 0 0 1.5em;
  }
  .philosophy #about .ttl h2 {
    font-size: 11px;
  }
  .philosophy #about .desc {
    position: static;
    margin: 0;
  }
  .philosophy #about .desc h3 {
    font-size: 11px;
    margin-bottom: 1.5em;
  }
  .philosophy #about .desc p {
    font-size: 11px;
    margin-bottom: 1.5em;
  }
  .philosophy #about .desc ul {
    font-size: 11px;
    margin-bottom: 1.5em;
  }
}
/*  -------------------------------------
	Profile
  -------------------------------------*/
.profile {
  font-family: "Zen Kaku Gothic New", "Jost", sans-serif;
}
.profile #profile-desc .cv {
  padding-top: 15%;
  padding-left: 50%;
  margin-left: 10px;
}
.profile #profile-desc .cv h2 {
  margin: 0 0 1em;
}
.profile #profile-desc .cv p {
  margin: 0 0 1.5em;
}
.profile #profile-desc .cv table {
  margin-top: 7em;
}
.profile #profile-desc .cv table tr th {
  text-align: left;
  padding-right: 60px;
}
.profile #profile-desc .cv table tr th, .profile #profile-desc .cv table tr td {
  padding-bottom: 0.8em;
}
.profile #profile-desc2 .ttl {
  margin-left: 10px;
}
.profile #profile-desc2 .desc {
  position: absolute;
  left: 50%;
  margin-left: 10px;
}
.profile #profile-desc2 .desc table tr th {
  text-align: left;
  padding-right: 60px;
}
.profile #profile-desc2 .desc table tr th, .profile #profile-desc2 .desc table tr td {
  padding-bottom: 0.8em;
}
.profile #profile-desc2 .award {
  padding-top: 25vh;
  padding-left: 25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7em;
}
.profile #profile-desc2 .award table tr th {
  padding-right: 95px;
}
.profile #profile-desc2 .exhibition {
  padding-left: 25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* (max-width: 1100px)  --------------------------------*/
@media screen and (max-width: 1100px) {
  .profile table {
    font-size: 12px;
  }
  .profile #profile-desc .cv {
    padding-left: 40%;
  }
  .profile #profile-desc2 .desc {
    left: 40%;
  }
  .profile #profile-desc2 .award {
    padding-left: 20vw;
  }
  .profile #profile-desc2 .exhibition {
    padding-left: 20vw;
  }
}
/* (max-width: 900px)  --------------------------------*/
@media screen and (max-width: 900px) {
  .profile table {
    font-size: 12px;
  }
  .profile #profile-desc .cv {
    padding-left: 25%;
  }
  .profile #profile-desc2 .desc {
    left: 25%;
  }
  .profile #profile-desc2 .award {
    padding-left: 10vw;
  }
  .profile #profile-desc2 .award table tr th {
    padding-right: 90px;
  }
  .profile #profile-desc2 .exhibition {
    padding-left: 10vw;
  }
}
/* sp   --------------------------------*/
@media screen and (max-width: 667px) {
  .profile #profile-desc .cv {
    padding-left: 3vw;
    padding-right: 3vw;
    padding-top: 25vh;
  }
  .profile #profile-desc .cv h2, .profile #profile-desc .cv p {
    font-size: 12px;
  }
  .profile #profile-desc .cv table {
    font-size: 11px;
  }
  .profile #profile-desc .cv table tr th {
    padding-right: 25px;
  }
  .profile #profile-desc2 {
    height: auto;
  }
  .profile #profile-desc2 .award, .profile #profile-desc2 .exhibition {
    display: block;
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .profile #profile-desc2 .award h2, .profile #profile-desc2 .exhibition h2 {
    font-size: 12px;
  }
  .profile #profile-desc2 .award .ttl, .profile #profile-desc2 .exhibition .ttl {
    margin-bottom: 3em;
  }
  .profile #profile-desc2 .award .desc, .profile #profile-desc2 .exhibition .desc {
    position: static;
  }
  .profile #profile-desc2 .award table, .profile #profile-desc2 .exhibition table {
    font-size: 11px;
  }
  .profile #profile-desc2 .award table tr th, .profile #profile-desc2 .exhibition table tr th {
    padding-right: 25px;
  }
  .profile #profile-desc2 .award table tr th {
    padding-right: 55px;
  }
  .profile #profile-desc2 .exhibition {
    margin-bottom: 3em;
  }
}
/*  -------------------------------------
	Contact
  -------------------------------------*/
.contact #contact-desc .desc {
  padding-top: 10%;
  padding-left: 50%;
  margin-left: 10px;
}
.contact #contact-desc .desc h2 {
  font-size: 1em;
  margin-bottom: 1em;
}
.contact #contact-desc .desc h3 {
  font-size: 1em;
  margin-bottom: 3em;
}
.contact #contact-desc .desc p {
  font-size: 1em;
  line-height: 2em;
  letter-spacing: 0.05em;
}
.contact #contact-desc .desc .wpcf7 {
  margin-top: 4em;
  width: 530px;
}
.contact #contact-desc .desc .wpcf7 dl {
  margin-bottom: 1em;
}
.contact #contact-desc .desc .wpcf7 dl dt {
  margin-bottom: 0.5em;
}
.contact #contact-desc .desc .wpcf7 dl dd input {
  width: 100%;
  border: none;
  padding: 3px;
}
.contact #contact-desc .desc .wpcf7 dl dd textarea {
  width: 100%;
  border: none;
  height: 180px;
}
.contact #contact-desc .desc .wpcf7 ul {
  margin-top: 3em;
}
.contact #contact-desc .desc .wpcf7 ul li input {
  background: #000;
  color: #fff;
  border: none;
  width: 115px;
  font-size: 1em;
}

/* (max-width: 1100px)  --------------------------------*/
@media screen and (max-width: 1100px) {
  .contact #contact-desc .desc {
    padding-left: 40%;
  }
}
/* (max-width: 900px)  --------------------------------*/
@media screen and (max-width: 900px) {
  .contact #contact-desc .desc {
    padding-left: 25%;
    font-size: 12px;
  }
  .contact #contact-desc .desc .wpcf7 {
    width: 490px;
  }
}
/* sp   --------------------------------*/
@media screen and (max-width: 667px) {
  .contact #contact-desc .desc {
    padding-top: 25%;
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 11px;
  }
  .contact #contact-desc .desc .wpcf7 {
    width: 100%;
  }
}
/*  -------------------------------------
	archive-projects
  -------------------------------------*/
.post-type-archive-projects #project-list {
  padding-left: 20px;
  padding-right: 20px;
  height: auto;
}
.post-type-archive-projects #project-list .p-menu {
  padding-top: 8%;
  padding-left: 50%;
  margin-left: 10px;
}
.post-type-archive-projects #project-list .p-menu ul {
  font-family: "Zen Kaku Gothic New", "Jost", sans-serif;
}
.post-type-archive-projects #project-list .p-menu ul li {
  padding-right: 1em;
}
.post-type-archive-projects #project-list .p-menu ul li a {
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #9f9fa0;
}
.post-type-archive-projects #project-list .p-menu ul li a:hover {
  color: #000;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
}
.post-type-archive-projects #project-list .p-menu ul li.current-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.post-type-archive-projects #project-list .p-menu ul li.current-menu-item a {
  color: #000;
}
.post-type-archive-projects #project-list .p-menu ul li ul {
  height: 0;
  overflow: hidden;
  padding-left: 5em;
  opacity: 0;
}
.post-type-archive-projects #project-list .p-menu ul li:hover.current-menu-item ul {
  height: 5em;
  overflow: visible;
  position: absolute;
  left: 5em;
  opacity: 1;
}
.post-type-archive-projects #project-list .p-menu ul li:hover.current-menu-item ul li a {
  color: #9f9fa0;
}
.post-type-archive-projects #project-list .p-menu ul li:hover.current-menu-item ul li a:hover {
  color: #000;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
}
.post-type-archive-projects #project-list .works-wrap {
  margin-top: 3em;
}
.post-type-archive-projects #project-list .works-wrap ul {
  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;
}
.post-type-archive-projects #project-list .works-wrap ul li {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  margin-bottom: 3em;
}
.post-type-archive-projects #project-list .works-wrap ul li img {
  width: 100%;
  display: block;
  margin-bottom: 1em;
}

/* sp   --------------------------------*/
@media screen and (max-width: 667px) {
  .post-type-archive-projects #project-list {
    font-size: 11px;
  }
}
/*  -------------------------------------
	single-projects
  -------------------------------------*/
.single-projects header {
  z-index: 1;
}
.single-projects #project-desc {
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  height: 100vh;
  z-index: 1;
}
.single-projects #project-desc .slide-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15%;
}
.single-projects #project-desc .slide-wrap .slide1, .single-projects #project-desc .slide-wrap .slide2 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
}
.single-projects #project-desc .slide-wrap .slide1 img, .single-projects #project-desc .slide-wrap .slide2 img {
  width: 100%;
}
.single-projects #project-desc .slide-wrap .slide1 .thumdnail, .single-projects #project-desc .slide-wrap .slide2 .thumdnail {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 66.6666%;
  width: 100%;
}
.single-projects #project-desc .toggleBtn {
  position: absolute;
  bottom: 20px;
  left: 50%;
}
.single-projects #project-desc .toggleBtn p {
  cursor: pointer;
  font-family: "Zen Kaku Gothic New", "Jost", sans-serif;
}
.single-projects #project-desc2 {
  height: auto;
  z-index: 2;
}
.single-projects #project-desc2 .project-comment-wrap {
  display: none;
  background: #fff;
  padding: 14em 20px 7em;
  margin-top: 7em;
  position: relative;
  -webkit-transition: all 2s;
  transition: all 2s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.single-projects #project-desc2 .project-comment-wrap .project-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-projects #project-desc2 .project-comment-wrap .project-comment .project-name {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.single-projects #project-desc2 .project-comment-wrap .project-comment .project-comment-desc {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.single-projects #project-desc2 .project-comment-wrap .project-comment .project-comment-desc .message {
  width: 90%;
  margin-bottom: 7em;
}
.single-projects #project-desc2 .project-comment-wrap .project-comment .project-comment-desc .message h2 {
  font-weight: bold;
  margin-bottom: 7em;
}
.single-projects #project-desc2 .project-comment-wrap .project-comment .project-comment-desc .message p {
  text-align: left;
  padding-left: 0;
  line-height: 1.8em;
  letter-spacing: 0;
}
.single-projects #project-desc2 .project-comment-wrap .project-comment .project-comment-desc .works-details {
  margin-bottom: 2em;
}
.single-projects #project-desc2 .project-comment-wrap .project-comment .project-comment-desc .works-details dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5em;
}
.single-projects #project-desc2 .project-comment-wrap .project-comment .project-comment-desc .works-details dl dt {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
.single-projects #project-desc2 .project-comment-wrap .project-comment .project-comment-desc .works-details dl dd {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}
.single-projects #project-desc2 .project-comment-wrap .project-comment .project-comment-desc .closeBtn {
  position: absolute;
  bottom: 20px;
  left: 50%;
}
.single-projects #project-desc2 .project-comment-wrap .project-comment .project-comment-desc .closeBtn p {
  text-align: left;
  padding-left: 0;
  font-family: "Zen Kaku Gothic New", "Jost", sans-serif;
  cursor: pointer;
}
.single-projects.p-open header {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}
.single-projects.p-open #project-desc2 .project-comment-wrap {
  margin-top: 0;
}

/* sp   --------------------------------*/
@media screen and (max-width: 667px) {
  .single-projects #project-desc .slide-wrap {
    padding-top: 50%;
  }
  .single-projects #project-desc .toggleBtn {
    position: static;
    text-align: center;
  }
  .single-projects #project-desc .toggleBtn p {
    font-size: 11px;
  }
  .single-projects #project-desc2 .project-comment-wrap {
    padding: 7em 20px 3.5em;
  }
  .single-projects #project-desc2 .project-comment-wrap .project-comment {
    display: block;
  }
  .single-projects #project-desc2 .project-comment-wrap .project-comment .project-name {
    margin-bottom: 2em;
  }
  .single-projects #project-desc2 .project-comment-wrap .project-comment .project-comment-desc .message {
    font-size: 12px;
    width: 100%;
    margin-bottom: 3.5em;
  }
  .single-projects #project-desc2 .project-comment-wrap .project-comment .project-comment-desc .message h2 {
    margin-bottom: 3.5em;
  }
  .single-projects #project-desc2 .project-comment-wrap .project-comment .project-comment-desc .works-details {
    font-size: 12px;
  }
  .single-projects #project-desc2 .project-comment-wrap .project-comment .project-comment-desc .works-details dl {
    display: block;
    margin-bottom: 2em;
  }
  .single-projects #project-desc2 .project-comment-wrap .project-comment .project-comment-desc .closeBtn {
    margin-left: -20px;
  }
  .single-projects.p-open footer {
    position: static;
    background: #fff;
    padding: 0 20px 20px;
  }
}
/* 5.0 drawer
--------------------------------------------------------------*/
h1 {
  position: relative;
}

.button_container {
  position: fixed;
  top: 20px;
  right: 20px;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.button_container:hover {
  opacity: 0.7;
}
.button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
          transform: translateY(11px) translateX(0) rotate(45deg);
  background: #000;
}
.button_container.active .middle {
  opacity: 0;
  background: #000;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
          transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #000;
}
.button_container span {
  background: #000;
  border: none;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
  z-index: 10;
}
.overlay.open {
  opacity: 0.9;
  visibility: visible;
  height: 100vh;
}
.overlay.open li {
  -webkit-animation: fadeInRight 0.5s ease forwards;
          animation: fadeInRight 0.5s ease forwards;
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.overlay.open li:nth-of-type(5) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}
.overlay.open li:nth-of-type(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.overlay.open li:nth-of-type(7) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}
.overlay.open li:nth-of-type(8) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.overlay.open li:nth-of-type(9) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.overlay nav {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 21px;
  font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
}
.overlay ul li {
  display: block;
  height: 10%;
  height: calc(100% / 5);
  min-height: 50px;
  position: relative;
  opacity: 0;
}
.overlay ul a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
  color: #000 !important;
  font-family: "Zen Kaku Gothic New", "Jost", sans-serif;
}
.overlay ul a:hover:after, .overlay ul a:focus:after, .overlay ul a:active:after {
  width: 100%;
}
.overlay ul a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  background: #FFF;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.menu-primary-container,
.menu-secondary-container {
  height: 100%;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
/* sp   --------------------------------*/
@media screen and (max-width: 667px) {
  .overlay ul {
    font-size: 14px;
  }

  .button_container {
    width: 24px;
  }

  .button_container.active .top {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
            transform: translateY(8px) translateX(0) rotate(45deg);
  }

  .button_container.active .bottom {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
            transform: translateY(-8px) translateX(0) rotate(-45deg);
  }

  .button_container span:nth-of-type(2) {
    top: 8px;
  }

  .button_container span:nth-of-type(3) {
    top: 16px;
  }
}