@charset 'utf-8';

/* --------------------------------
    body
-------------------------------- */
body {
  font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  height: 100%;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  background-color: rgba(255, 255, 255, 0);
  /*background-color: #fff;*/
}
#pageHomeJp,#pageDetailCJp,
#pageCollaboJp,#pageLineupJp {
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
a:link, a:visited {
  color: #891a30;
}
a:hover, a:active {
  color: #651323;
}
a.dt,a.js-designer {
  font-weight: bold;
  text-decoration: underline;
}
a.dt:link, a.dt:visited {
  color: #F10000;
}
a.dt:hover, a.dt:active {
  color: #D40000;
}
a.js-designer:link, a.js-designer:visited {
  color: #61768c;
}
a.js-designer:hover, a.js-designer:active {
  color: #9fb3c7;
}

::selection {
  color: #fff;
  background: #666;
}

h2 {
  /*font-family: 'Noto Serif', serif;*/
  font-size: 190%;
  font-weight: normal;
  /*color: #4A2900;*/
  color: #FFF;
}
h2.ttl {
  font-size: 180%;
  margin-top: 10px;
  position: relative;
  text-align: center;
  /*border-bottom: 1px dashed #B1B1B1;*/
}
h2.ttl img {
  width: 150px;
}
h2.ttl .brd-b {
  display: block;
  width: 0;
  margin: auto;
  padding-top: 5px;
  border-bottom: 2px solid;
}
h2.ttl span:last-child {
    -webkit-transition: all 1.5s;
     -moz-transition: all 1.5s;
      -ms-transition: all 1.5s;
       -o-transition: all 1.5s;
          transition: all 1.5s;
}
h2.ttl .active {
  width: 50px;
}
h3.headline {
  font-family: 'Playfair Display', serif;
  font-size: 320%;
  font-weight: normal;
  letter-spacing: 2px;
}
h3.ttl {
  font-family: "PT+Serif",serif,游ゴシック体,"Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 155%;
  text-align: center;
  margin: 20px 0;
}

.clW {
  color: #FFF;
}

/* --------------------------------
    header
-------------------------------- */
#l-header {
  /*background-color: #FFF;*/
  width: 100%;
  color: #000;
  position: initial;
}
.l-header-inner {
  width: 100%;
  color: #000;
  position: relative;
}
/*.body-open .l-header-inner {
  -webkit-transition: height 1s;
  transition: height 1s;
}*/
#l-header .logo {
  font-size: 0;
  margin: 0;
  text-align: center;
  overflow: hidden;
  background: #000;
}
#l-header .logo img {
  /*width: 75%;*/
  width: 100%;
  max-width: 1600px;
}
#l-header .logo .site-logo {
  width: 30%;
  float: left;
}
#l-header .logo .official-logo {
  width: 33%;
  margin-top: 2%;
  float: right;
}

.header-content {
  width: 100%;
  margin: 0 auto;
  /*padding: 15px 0 10px 0;*/
  overflow: hidden;
  position: relative;
}
.header-content > .l-inner {
  position: relative;
}
/* Toggle Button */
.nav-toggle {
    display: none;
    position: absolute;
    right: 15px;
    top: 0;
    width: 30px;
    height: 32px;
    margin-top: 3.5%;
    cursor: pointer;
    z-index: 101;
}
.nav-toggle div {
    position: relative;
}
.nav-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #C1C1C1;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
.nav-toggle span:nth-child(1) {
    top: 0;
}
.nav-toggle span:nth-child(2) {
    top: 11px;
}
.nav-toggle span:nth-child(3) {
    top: 22px;
}
/*.nav-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  display: none;
  z-index: 1;
}*/

.l-nav {
/*  font-family: 'Muli', sans-serif;*/
  width: 100%;
  /*rgba(255, 255, 255, 0)*/
  background-color: rgba(241, 241, 241, 0.9);
  padding: 5px 0;
}
.add-color {
  /*background-color: rgba(245, 238, 222, 0.6);*/
}
/*.add-color {
  -webkit-transition: background-color 0.3s linear;
     -moz-transition: background-color 0.3s linear;
      -ms-transition: background-color 0.3s linear;
       -o-transition: background-color 0.3s linear;
          transition: background-color 0.3s linear;
      background-color: #E4E4E4;
}*/
.global-nav {
  font-size: 95%;
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.global-nav ul {
  width: 100%;
  text-align: center;
  font-weight: bold;
/*  font-size: 0;*/
}
.global-nav ul li {
  display: inline-block;
  padding: 0 10px;
  margin: 0 10px;
}
.global-nav ul li span {
  display: block;
  padding: 5px 10px;
}
/*.global-nav ul li span.disable {
  background: #989898;
}*/
.global-nav ul li img {
  width: 150px;
}
.global-nav ul li a {
  font-size: 105%;
}
.global-nav ul li a:link, .global-nav ul li a:visited {
  color: #4A2900;
}
.global-nav ul li a:hover, .global-nav ul li a:active {
  color: #9E9E9E;
}

.sns {
  margin: -15px 0 0 0;
  float: right;
}
.sns .line {
  opacity: 0;
}
.sns ul {
  margin: 0;
}
.sns ul li {
  display: inline-block;
}
.sns ul li img {
  width: 80px;
}

.lang {
  width: 165px;
  position: absolute;
  bottom: 1px;
  right: 0;
}
.lang ul {
  width: 100%;
  text-align: center;
  font-size: 0;
}
.lang ul li {
  width: 47%;
  /*padding: 10px 0;*/
  display: inline-block;
  background-color: #a2203b;
  color: #FFF;
  font-size: 12px;
  border: 1px solid #54162d;
}
.lang ul li a:link, .lang ul li a:visited {
  color: #f5f5f5;
}
.lang ul li a:hover, .lang ul li a:active {
  color: #b9b9b9;
}
.lang ul li span {
  display: block;
  padding: 5px 0;
  width: 100%;
}

/* --------------------------------
    container
-------------------------------- */
.l-container {
  /*background-color: rgba(255, 239, 215, 0.3);*/
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  z-index: 1;
}
#pageHome .l-container,
#pageHomeJp .l-container {
  background: url("../images/img_bg_2.jpg")  center center / cover no-repeat fixed;
}
.l-container.open {
  opacity: 0;
}

.l-image {
  width: 100%;
}
.l-image img {
  width: 100%;
}

.l-inner {
  width: 1200px;
  margin: 0 auto;
}

/* --------------------------------
    two-colum
-------------------------------- */
.l-two-column {
  width: 100%;
  overflow: hidden;
}

/* --------------------------------
    pageHome
-------------------------------- */
#pageHome {
  /*background: url("../images/img_bg.jpg")  center center / cover no-repeat fixed;*/
}
.slick-prev::before {
    content: "<";
}
.slick-next::before {
    content: ">";
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 150%;
    line-height: 1;
    opacity: .75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* --------------------------------
    l-banner
-------------------------------- */
.l-banner {
  width: 40%;
  float: left;
  margin: 40px auto 20px auto;
}
.l-banner ul {
  text-align: center;
}
.l-banner ul li {
  width: 100%;
  margin: 0 0 20px 50px;
}
.l-banner ul li img {
  width: 100%;
  max-width: 400px;
}

/* --------------------------------
    l-lookbook
-------------------------------- */
.l-lookbook {
  width: 100%;
  float: right;
  /*margin: 20px 0;*/
  margin-bottom: 30px;
}
.l-lookbook .slide_selector {
  width: 100%;
  margin: auto;
}
.l-lookbook .slide_selector img {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
 /* -webkit-border-radius: 10px;
  border-radius: 10px;*/
}
/*.slick-slide {
  max-width: 700px;
}*/

#fancybox-outer {
  background: transparent;
}
#fancybox-content {
  border-color: transparent;
}
#fancybox-img {
  /*-webkit-border-radius: 10px;
          border-radius: 10px;*/
}

/*.slick-dots li {
  width: 30px !important;
  height: 30px !important;
}
.slick-dots li button {
  width: 30px !important;
  height: 30px !important;
}*/
.slick-dots {
  bottom: -35px;
}
.slick-dots li button::before {
  color: #7da6e4 !important;
  opacity: .6 !important;
  font-size: 12px;
}
.slick-dots li.slick-active button:before {
  color: #FFF !important;
}

/* --------------------------------
    sns
-------------------------------- */
.l-sns {
  width: 100%;
  margin-top: 20px;
  text-align: center;
  background-color: rgba(99, 99, 99, 0.8);
}
.l-sns ul {
  text-align: center;
}
.l-sns ul li {
  display: inline-block;
  margin: 10px;
}
.l-sns img {
  width: 30px;
}

/* --------------------------------
    intro
-------------------------------- */
.intro {
  margin: -10px auto 10px auto;
  font-size: 150%;
  /* font-weight: bold; */
  color: #EFEFEF;
  text-align: center;
  -ms-word-break: break-all;
  word-break: break-all;
  text-shadow: black 2px 2px 0px, black 0px 0px 0px, black 2px 0px 0px, black 0px 0px 0px;
}

/* --------------------------------
    news
-------------------------------- */
.l-news {
  width: 100%;
  /*margin: 100px auto 20px auto;*/
  margin: 0 auto;
  /*padding: 30px 0 40px 0;*/
  /*background-color: #232323;*/
}
.l-news .l-inner {
  padding: 30px 0 40px 0;
  background-color: rgba(35, 35, 35, 0.9);
}
.news {
  width: 80%;
  color: #FFF;
  height: 100%;
  margin: 50px auto 0 auto;
  /*background: rgba(241, 241, 241, 0.9);*/
  -webkit-border-radius: 10px;
  border-radius: 10px;
  opacity: 0;
}

div#news {}
/*.news h2.ttl {
  width: 95%;
  margin: 10px auto 0 auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #B1B1B1;
}*/
.news ul {
  width: 100%;
  height: 250px;
  margin: 10px 0;
  /*overflow: auto;*/
}
.news ul li {
  width: 95%;
  margin: 0 auto;
  padding: 10px 0;
  /*border-bottom: 1px solid #B1B1B1;*/
}
.news ul li time {
  display: block;
}
.news ul li .date {
  font-size: 105%;
  font-weight: bold;
  margin-left: 1px;
}

@media only screen and (max-width:768px) {
  .news ul li img {
    max-width: 100%;
  }
}

/* --------------------------------
    moive
-------------------------------- */
.movie {
  width: 100%;
  margin: 0;
  text-align: center;
}
.movie iframe {
  margin: 0 auto;
  width: 95% !important;
  height: 200px;
}

/* --------------------------------
    about-us
-------------------------------- */
.about-us {
  width: 100%;
  /*margin: 40px auto 0 auto;*/
  margin: 0 auto;
  /*font-size: 115%;*/
  /*background-color: rgba(245, 245, 245, 0.9);*/
}
.about-us .l-inner {
  background-color: rgba(245, 245, 245, 0.9);
  opacity: 0;
}
.about-us h2.ttl {
  padding-top: 20px;
  margin-top: 0;
  color: #8e7530;
}
.about-us .l-inner {
  /*background-color: rgba(245, 245, 245, 0.9);
  -webkit-border-radius: 10px;
          border-radius: 10px;*/
}
.about-us .l-inner p {
  margin-top: 50px;
  padding: 20px 20px 30px 20px;
  opacity: 0;
}
.about-us .concept {
  text-align: center;
  width: 80%;
  margin: auto;
}
.about-us .concept h3 {
  margin: 20px 0;
  color: #905C1B;
}
.about-us .concept p {
  font-size: 140%;
  padding: 0;
  margin-bottom: 20px;
  font-weight: bold;
}
#pageHome .about-us .concept p {
  font-family: "Proza Libre",游ゴシック体,"Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.about-us .l-three-col {
  overflow: hidden;
}
.about-us .l-three-col > li{
  width: 30%;
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
  opacity: 0;
/*  -ms-word-break: break-all;
      word-break: break-all;*/
}

.about-us dl {
  width: 95%;
  margin: 10px auto 0 auto;
}
.about-us dl dt {
  font-family: "PT+Serif",serif,游ゴシック体,"Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  margin-top: 30px;
  font-size: 135%;
  color: #905C1B;
}
.about-us dl dd {
  /*margin: 5px 0;*/
  font-weight: bold;
  padding-bottom: 20px;
}
#pageHomeJp .about-us dl dd {
  font-weight: normal;
}

/* --------------------------------
    contact
-------------------------------- */
.md-contact {
    width: 100%;
    /*margin: 20px auto 0 auto;*/
    margin: 0 auto;
    /*background-color: rgba(245, 245, 245, 0.9);*/
    text-align: center;
    color: #fff;
}
.md-contact .l-inner {
  padding: 25px 0;
  background-color: rgba(35, 35, 35, 0.9)
}
.md-contact .l-inner p {
  width: 300px;
  margin: auto;
}
.md-contact h2.ttl {
  margin-top: 0;
}
.md-contact .l-contact {
  width: 230px;
  margin: 0 auto 20px auto;
  display: block;
  /*padding: 10px;*/
  /*background-color: #CEB185;*/
  background-color: #484848;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}
.md-contact .l-contact:hover {
  opacity: 0.8;
}
.md-contact .l-contact span {
  color: #bdbdbd;
  display: block;
  padding: 10px;
}
/*.md-contact a:link, a:visited {
  color: #ad2740;
}
.md-contact a:hover, a:active {
  color: #ce6a7d;
}*/


/* --------------------------------
    lineup
-------------------------------- */
.l-lineup {
  width: 100%;
  margin: 0;
  background-color: #232323;
}
.l-lineup .l-inner {
  padding-top: 30px;
}
.lineup {
  margin-top: 20px;
  padding-bottom: 20px;
}
.l-lineup h2.ttl {
  margin-top: 0;
}
.l-lineup h2.ttl .brd-b {
  width: 50px;
}
.lineup h3.ttl {
  color: #905C1B;
}
.lineup ul {
  margin-top: 20px;
  text-align: center;
  font-size: 0;
}
.lineup ul li {
  /*width: 30%;*/
  width: 25%;
  font-size: 14px;
  margin: 10px;
  display: inline-block;
  border: 3px solid #f2f2f2;
  vertical-align: top;
}
.lineup ul li a {
  position: relative;
  z-index: 1;
}
.lineup ul li img {
  width: 100%;
}
.lineup ul li .l-detail {
  width: 100%;
  opacity: 0;
  position: absolute;
  padding: 10px 0;
  background-color: rgba(37, 52, 70, 0.8);
  z-index: 10;
  bottom: -50px;
  left: 0;
  vertical-align: top;
  -webkit-transition: all 1s;
     -moz-transition: all 1s;
      -ms-transition: all 1s;
       -o-transition: all 1s;
          transition: all 1s;
}
.lineup ul li:hover .l-detail {
  bottom: 0;
  opacity: 1;
}
.lineup ul li .l-detail span {
  width: 90%;
  margin: auto;
  display: block;
}
.lineup ul li p {
  color: #FFF;
  padding: 5px;
  background-color: #252525;
  margin-top: -4px;
}

.l-cb {
  display: none;
}
.l-modal {
  width: 100%;
  margin: auto;
  background-color: #252525;
  overflow: hidden;
}
.modal {
  width: 95%;
  margin: auto;
  color: #FFF;
}
.modal .image {
  width: 52%;
  padding: 20px 0;
  float: left;
}
.modal .image img {
  width: 100%;
}
.modal .detail,
.modal .detail-band {
  width: 45%;
  padding: 20px 0;
  float: right;
}
.modal .detail-band-noimg {
  width: 100%;
  min-width: 700px;
  padding: 20px 0;
}
.modal .detail h3,
.modal .detail-band h3,
.modal .detail-band-noimg h3 {
  margin-top: 5px;
  font-size: 140%;
  font-weight: bold;
  color: #8e7530;
}
#pageDetailC .modal .detail h3,
#pageDetailC .modal .detail-band h3,
#pageDetailC .modal .detail-band-noimg h3 {
  color: #FFF;
}
.modal .detail h3 span,
.modal .detail-band h3 span,
.modal .detail-band-noimg h3 span {
  color: #FFF;
  font-size: 14px;
  font-weight: normal;
}
.modal .detail p {
  font-size: 120%;
}
.modal .detail-band p {
  font-size: 100%;
}
#cboxOverlay {
  background: #6F6F6F;
}

.lg-backdrop {
  background-color: #757575;
}
.lg-thumb.group {
  margin: auto;
}
.lg-outer .lg-thumb-item img {
  height: auto;
  object-fit: initial;
}
#pageLineup .lg-backdrop.in, #pageGalleryAcv .lg-backdrop.in {
  opacity: 0.7 !important;
}


/* --------------------------------
    collabo
-------------------------------- */
.collabo {
  width: 100%;
  padding: 30px 0 20px 0;
  background-color: #142433;
}
.collabo h2 {
  margin-top: 0;
  font-family: "PT+Serif",serif,游ゴシック体,"Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.collabo h2.ttl .brd-b {
  width: 50px;
}
.collabo .contents {
  margin: 35px 0 30px 0;
  overflow: hidden;
  color: #FFF;
  position: relative;
  /* right: 0; */
}
.collabo .contents img {
  max-width: 600px;
  width: 100%;
  -webkit-transition: all 1s;
     -moz-transition: all 1s;
      -ms-transition: all 1s;
       -o-transition: all 1s;
          transition: all 1s;
}
.collabo .contents a:hover img {
  -webkit-transform: scale(1.03);
     -moz-transform: scale(1.03);
      -ms-transform: scale(1.03);
       -o-transform: scale(1.03);
          transform: scale(1.03);
      opacity: 0.8;
}
.collabo .contents p {
  margin-top: -6px;
  padding: 10px 0;
  text-align: center;
  /* background-color: rgba(35, 35, 35, 0.7); */
  color: #8e7530;
  font-weight: bold;
  border-top: 0;
  font-size: 115%;
  -webkit-transition: all 1s;
     -moz-transition: all 1s;
      -ms-transition: all 1s;
       -o-transition: all 1s;
          transition: all 1s;
}
.collabo .contents a:hover p {
  opacity: 0.8;
  color: #675525;
}
.collabo .contents a:active p {
  color: #675525;
}
.collabo .contents p span {
  display: block;
  width: 95%;
  margin: 0 auto;
}
.collabo .contents .center-col {
  width: 49%;
  margin: auto;
}
.collabo .contents .left-col {
  width: 49%;
  float: left;
}
.collabo .contents .right-col {
  width: 49%;
  float: right;
}
/*.collabo .contents .text span {
  color: #8e7530;
  font-family: "PT+Serif",serif,游ゴシック体,"Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight: bold;
}*/

/* --------------------------------
    collabo-detail
-------------------------------- */
.l-collabo-detail {
  width: 100%;
  padding-top: 30px;
  background-color: #142433;
}
.collabo-detail {
  width: 100%;
  color: #FFF;
  display: none;
}
.collabo-detail h2 {
  margin-top: 0;
  font-family: "PT+Serif",serif,游ゴシック体,"Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.collabo-detail h2.ttl .brd-b {
  width: 50px;
}
.collabo-detail ul {
  margin-top: 30px;
  text-align: center;
  font-size: 0;
}
.collabo-detail ul li {
  width: 90%;
  margin: 0 15px;
  display: inline-block;
}
.collabo-detail ul li img {
  width: 100%;
  max-width: 800px;
}
.collabo-detail .description {
  /*margin: 10px 0;*/
  background-color: #232323;
  text-align: center;
}
.collabo-detail .description h3.ttl {
  text-align: left;
  font-size: 130%;
  color: #8E7530;
}
.collabo-detail .description span {
  display: block;
  font-size: 110%;
  padding: 25px 0;
  width: 700px;
  margin: auto;
  text-align: left;
}
.collabo-detail .about-band {
  margin: 0;
  padding-bottom: 20px;
  background-color: #232323;
  text-align: center;
  font-weight: bold;
}
/*.collabo-detail .about-band a{
  color: #8E7530;
}
.collabo-detail .about-band a:hover,
.collabo-detail .about-band a:active {
  opacity: 0.8;
}*/

/* --------------------------------
    link
-------------------------------- */
.link {
  width: 100%;
  padding: 20px 0 30px 0;
  background-color: #232323;
}
.link .banner {
  width: 768px;
  margin: 20px auto;
}
.link .banner img {
  width: 100%;
}
.link .contents {
  /*text-align: center;*/
  color: #FFF;
}
.link h2.ttl .brd-b {
  width: 50px;
}
.link h3.ttl {
  color: #905C1B;
  text-align: left;
}
.link h4 {
  margin-top: 20px;
  font-size: 1rem;
  color: #905C1B;
}
.link img {
  width: 300px;
}
.link ul {
  width: 100%;
}
.link ul li {
  display: inline-block;
  margin: 10px;
  width: 100%;
}

@media only screen and (min-width: 768px) {

}
/* --------------------------------
    mailorder
-------------------------------- */
.mailorder {
  width: 100%;
  padding: 20px 0 30px 0;
  background-color: #232323;
}
.mailorder .contents {
  /*text-align: center;*/
  color: #FFF;
}
.mailorder h2.ttl .brd-b {
  width: 50px;
}
.mailorder h3.ttl {
  color: #905C1B;
  text-align: left;
  text-align: center;
}
.mailorder #term{
  text-align: center;
  margin: 20px 0;
  font-size:1.8em;
  text-decoration: underline;
}
.mailorder h4 {
  margin-top: 20px;
  font-size: 1rem;
  color: #905C1B;
  display: inline-block;
  width: 200px;
}
.mailorder form p{
  margin: 10px 0px;
}
.mailorder form input,textarea {
  width: 40%;
}
.mailorder form input.error,textarea.error {
  background: #ff4444;
}
.mailorder form span.error {
  color: #ff4444;
}
.mailorder form textarea {
  margin-top: 20px;
}
.mailorder .submit{
    text-align: center;
}
.mailorder .submit button{
  display: inline;
  font-size: 1.2em;
  background-color: #a25e1B;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 10px;
  appearance: none;
}
.mailorder .submit button:hover{
  background: #c27e3B;
}
.mailorder ul{
  overflow: hidden;
  //text-align: center;
}
.mailorder ul li{
  width: 45%;
  display: inline-block;
  text-align: left;
  margin: 0 0 30px 4%;
  //margin-bottom: 30px; 
}
.mailorder ul li img{
  width: 200px;
  float: left;
}
.mailorder ul li div{
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 10px; 
  vertical-align: top;
}

/* --------------------------------
    footer
-------------------------------- */
#l-footer {
  width: 100%;
  background-color: rgba(224, 224, 224, 0.9);
}
.copyright {
  width: 100%;
  padding: 20px 0;
  color: #8A8A8A;
  font-size: 80%;
  text-align: center;
}


#cboxContent,#cboxLoadedContent {
  /*border-radius: 10px !important;*/
  background: transparent;
}
.cboxIframe {
  background: rgb(255, 252, 244) !important;
}

/* --------------------------------
    Media Queries
-------------------------------- */
@media only screen and (max-width: 1200px) {
  .intro {
    width: 95%;
    margin: 10px auto 20px auto;
    font-size: 150%;
    text-align: center;
  }
  .l-inner,.global-nav {
    width: 100%;
  }
}
@media only screen and (max-width: 980px) {
  .l-lookbook {
    margin-right: 50px;
  }
  /* --------------------------------
      l-banner
  -------------------------------- */
  .l-banner ul li {
    width: 100%;
    margin: 0 0 20px 30px;
  }
}
@media only screen and (min-width: 768px) {
  .l-insta-sld.slide{
    -webkit-animation:insta-slide 70s linear infinite;animation:insta-slide 70s linear infinite
  }
}
@media only screen and (max-width: 736px) {
  .body-open {
    overflow: hidden !important;
  }
  h2.ttl {
    width: 95%;
    font-size: 150%;
    margin: 10px auto 0 auto;
    /*text-align: left;*/
  }
  h3.ttl {
    font-size: 135%;
  }
  /* --------------------------------
      header
  -------------------------------- */
  .l-header-inner {
    position: fixed;
    top: 0;
    height: 65px;
    z-index: 999;
  }
  .l-header-inner.open {
    /*height: 100%;*/
    display: block;
  }
  #l-header .logo {
    font-size: 0;
    margin: 0;
    text-align: center;
    overflow: hidden;
  }

  .header-content {
    padding: 0;
    overflow: initial;
  }
  .header-content > .l-inner {
    /*position: relative;*/
  }
  .l-nav {
    position: absolute;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 2;
    padding: 0;
    height: 0%;
    overflow: hidden;
/*    top: 0;
    bottom: 0;*/
    margin-top: auto;
    margin-bottom: auto;
  }
  .body-open .l-nav {
    height: 5000px;
  }
  .nav-toggle {
    display: block;
  }
  .body-open .nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .body-open .nav-toggle span:nth-child(2) {
      width: 0;
      left: 50%;
  }
  .body-open .nav-toggle span:nth-child(3) {
      top: 11px;
      -webkit-transform: rotate(-315deg);
      -moz-transform: rotate(-315deg);
      transform: rotate(-315deg);
  }

  .global-nav {
    /*position: absolute;
    top: 0;
    bottom: 0;*/
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: none;
  }
  .body-open .global-nav {
    display: block;
  }
  .global-nav ul {
    width: 100%;
    text-align: center;
  }
  .global-nav ul li {
    display: block;
    padding: 10px;
    font-size: 120%;
  }


  .l-inner {
    width: 100%;
    margin: 0 auto;
  }

  .lang {
    width: 165px;
    bottom: -30px;
    right: 0;
    z-index: 10;
  }
  .lang ul li {
    width: 48%;
  }

  /* --------------------------------
      container
  -------------------------------- */
  .l-container,#pageHome .l-container,#pageHomeJp .l-container {
    background: none;
  }


  /* --------------------------------
      pageHome
  -------------------------------- */
  #pageHome,#pageHomeJp {
    background: none;
  }
  #pageHome::before,
  #pageHomeJp::before {
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    padding-bottom: 108px;
    background: url("../images/img_bg_sp_2.jpg") center no-repeat;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
  }
  #pageHome .l-banner {
    width: 95%;
    margin-bottom: 50px;
    margin: 20px auto;
    float: none;
  }
  #pageHome .l-banner .slide_selector {
    text-align: center;
  }
  #pageHome .l-banner .slide_selector img {
    width: 100%;
  }
  .slick-prev::before {
      content: "<";
  }
  .slick-next::before {
      content: ">";
  }
  .slick-prev:before, .slick-next:before {
      font-family: 'slick';
      font-size: 150%;
      line-height: 1;
      opacity: .75;
      color: #000;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }

  /* --------------------------------
      l-banner
  -------------------------------- */
  .l-banner {
    width: 90%;
    float: none;
  }
  .l-banner ul {
    text-align: center;
  }
  .l-banner ul li {
    width: 100%;
    margin: 20px 0;
  }

  /* --------------------------------
      l-lookbook
  -------------------------------- */
  .l-lookbook {
    width: 100%;
    float: none;
    margin-top: 45px;
    margin-bottom: 35px;
  }

  /* --------------------------------
      collection
  -------------------------------- */
  .l-collection {
    width: 95%;
    float: none;
    margin: 20px auto;
  }
  .l-collection ul {
    text-align: center;
  }
  .l-collection ul li {
    margin: 8px;
    width: 42%;
    display: inline-block;
  }
  .l-collection ul li img {
    width: 100%;
  }

  .l-collection-other {
    width: 95%;
    float: none;
    margin: 20px auto;
  }
  .l-collection-other ul {
    text-align: center;
  }
  .l-collection-other ul li {
    margin: 8px;
    width: 42%;
    display: inline-block;
  }
  .l-collection-other ul li img {
    width: 92%;
  }

  /* --------------------------------
      intro
  -------------------------------- */
  .intro {
    width: 95%;
    margin: 5px auto;
    font-size: 100%;
    text-align: center;
    text-shadow: black 1px 1px 0, black 0 1px 0, black 1px 0 0, black 0 1px 0;
  }

  /* --------------------------------
      news
  -------------------------------- */
  .l-news .l-inner {
    padding: 10px 0;
  }
  .news {
    width: 95%;
    margin: 10px auto;
  }
  .news h2.ttl {
    padding-top: 15px;
  }
  .news ul {
    width: 100%;
    height: 230px;
    margin: 10px 0;
    overflow: auto;
  }
  .news ul li {
    width: 95%;
    margin: 0 auto;
    padding: 10px 0;
    /*border-bottom: 1px solid #B1B1B1;*/
  }
  .news ul li time {
    display: block;
  }
  .news ul li .date {
    font-size: 105%;
    font-weight: bold;
    margin-left: 1px;
  }

  /* --------------------------------
      facebook
  -------------------------------- */
  .facebook-content {
    background: #FFF;
    width: 95%;
    margin: 30px auto 10px auto;
    float: none;
  }
/*  .facebook-content h2.ttl {
    margin: 10px auto 0 auto;
    padding-bottom: 10px;
  }*/
  .facebook-content iframe {
    margin: 0 !important;
    width: 100% !important;
    height: 300px !important;
  }

  /* --------------------------------
      moive
  -------------------------------- */
  .movie {
    margin: 5px 0 20px 0;
    text-align: center;
  }

  .movie iframe {
    margin: 0 auto;
    width: 95% !important;
    height: 250px;
  }

  /* --------------------------------
      about-us
  -------------------------------- */
  .about-us h2.ttl {
    padding-top: 20px;
    margin-top: 0;
    color: #8e7530;
  }
  .about-us .l-inner p {
    padding: 20px 20px 30px 20px;
  }
  .about-us .concept {
    width: 90%;
  }
  .about-us .concept h3 {
    font-size: 140%;
    margin: 20px 0;
  }
  .about-us .concept p {
    font-size: 115%;
    padding: 0;
    margin-bottom: 20px;
  }
  .about-us .l-three-col > li{
    width: 95%;
    display: block;
    margin: 10px auto;
  }

  .about-us dl {
    width: 95%;
    margin: 10px auto 0 auto;
  }
  .about-us dl dt {
    font-family: "PT+Serif",serif,游ゴシック体,"Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    margin-top: 10px;
    font-size: 135%;
    color: #905C1B;
  }
  .about-us dl dd {
    font-weight: normal;
  }

  /* --------------------------------
      instagram
  -------------------------------- */
  .md-instagram {
    margin-top: 20px;
  }
  .md-instagram h2.ttl {
    margin-left: 20px;
    margin-bottom: 10px;
  }
  .l-insta-sld {
    width: 95% !important;
    height: auto !important;
    margin: 0 auto;
  }
  .l-insta-sld ul {
    width: 100% !important;
    height: auto !important;
    float: none;
    text-align: center;
    overflow: hidden;
  }
  .l-insta-sld ul:not(:first-child){
    display: none;
  }
  .l-insta-sld ul li {
    width: 28%;
    float: none;
    display: inline-block;
    margin: 5px 8px;
  }
  .l-insta-sld ul li img {
    width: 100%;
  }
  .l-insta-sld ul li span {
    height: auto;
  }
  .l-insta-logo {
    margin-top: 20px;
  }

  /* --------------------------------
      contact
  -------------------------------- */
  .md-contact {
      padding: 0;
  }

  /* --------------------------------
      lineup
  -------------------------------- */
  .l-lineup .l-inner {
    width: 100%;
  }
  .lineup {
    margin: 20px 0 0 0;
  }
  .l-lineup h2.ttl {
    margin-top: 0;
  }
  .l-lineup h2.ttl .brd-b {
    width: 50px;
  }
  .lineup h3.ttl {
    color: #905C1B;
  }
  .lineup ul {
    margin: 20px auto;
  }
  .lineup ul li {
    /*width: 30%;*/
    width: 44%;
    margin: 5px;
    border: 3px solid #f2f2f2;
  }
  .lineup ul li a {
    position: relative;
    z-index: 1;
  }
  .lineup ul li img {
    width: 100%;
  }
  .lineup ul li p {
    color: #FFF;
    padding: 5px;
    background-color: #252525;
    margin-top: -4px;
  }

  /* --------------------------------
      collabo
  -------------------------------- */
  .collabo .contents p {
    margin-top: -6px;
    padding: 10px 0;
    font-weight: bold;
    font-size: 100%;
  }
  .collabo .contents p span {
    display: block;
    width: 95%;
    margin: 0 auto;
  }
  .collabo .contents .center-col {
    width: 98%;
  }
  .collabo .contents .left-col {
    width: 98%;
    margin: auto;
    float: none;
  }
  .collabo .contents .right-col {
    width: 98%;
    margin: 30px auto 0 auto;
    float: none;
  }

  .l-cb {
    display: none;
  }
  .l-modal {
    width: 100%;
    margin: auto;
    background-color: #252525;
    overflow: hidden;
  }
  .modal {
    width: 90%;
    margin: auto;
    color: #FFF;
  }
  .modal .image {
    width: 100%;
    padding-bottom: 0;
    float: none;
  }
  .modal .image img {
    width: 100%;
  }
  .modal .detail,
  .modal .detail-band {
    width: 100%;
    padding-top: 5px;
    float: none;
  }
  .modal .detail h3,
  .modal .detail-band h3 {
    margin-top: 5px;
    font-size: 130%;
  }
  .modal .detail p {
    font-size: 100%;
  }
  .modal .detail-band p {
    font-size: 90%;
  }


  /* --------------------------------
      collabo-detail
  -------------------------------- */
  .collabo-detail ul li {
    width: 95%;
    margin: 0 auto 20px auto;
    display: inline-block;
  }
  .collabo-detail .description {
    /*margin: 10px 0;*/
    background-color: #232323;
    text-align: center;
  }
  .collabo-detail .description h3.ttl {
    text-align: left;
    font-size: 130%;
    color: #8E7530;
  }
  .collabo-detail .description span {
    display: block;
    font-size: 100%;
    padding: 25px 0;
    width: 95%;
    margin: auto;
    text-align: left;
  }
  .collabo-detail .about-band {
    margin: 0;
    padding-bottom: 20px;
    background-color: #232323;
    text-align: center;
    font-weight: bold;
  }
  /* --------------------------------
      mailorder
  -------------------------------- */
  .mailorder .contents{
    margin: 0 10px;
  }
  .mailorder h4{
    display: block;
  }
  .mailorder form input,.mailorder form textarea{
    width: 90%;
  }
  .mailorder form textarea{
    margin: 0;
  }
  .mailorder ul li{
    width: 100%;
    border-bottom: 1px solid #888888;
    text-align: center;
    margin: 10px 0;
  }
  .mailorder ul li img{
    width: 60%;
    float:none;
  }
  .mailorder form div{
    width: 100%;
    text-align: left;
  }
  .mailorder form p{
    text-indent:0em!important;
  }

  /* --------------------------------
      footer
  -------------------------------- */
  .copyright {
    width: 90%;
    margin: 0 auto;
  }
}