@charset "UTF-8";
/****************************************

          RESET

*****************************************/
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}
html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    line-height: 1.4;
}

* {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
article,
aside,
footer,
header,
nav,
section,
main {
    display: block;
}

* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: inherit;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol,
ul {
    list-style: none;
}

img,
video {
    max-width: 100%;
}

img {
    border-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    cont
}
[hidden] {
    display: none !important;
}

[disabled] {
    cursor: not-allowed;
}

:focus:not(:focus-visible) {
    outline: none;
}
.sr-only {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    left: -9999px;
    top: -9999px;
}
p.just {
    text-align: justify;
    text-justify: inter-ideograph;        
}
br.brsp {
    display:none;   
}
@media (max-width: 767px) {
br.brsp {
    display:block;   
}
}
/****************************************

          General Setting

*****************************************/
body {
	margin:0;
	padding:0;
    font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.6;
	font-weight:400;
    background:#000;
    background-attachment: fixed;
	color:#000;
}
body.navopen {
overflow: hidden;
}
img.responsiveimg {
	width:100%;
	height:auto;	
}
a {text-decoration: underline; color: #000;}
a:link {color: #000;}
a:hover {color: #555;text-decoration: none;}
a:visited {color: #000;}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

html br.clear {
	height:0px;
	clear:both;
	display: hidden;
	line-height:0;
	font-size:0px;
	zoom:1;
}
 .flex-nowrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;	    
} 
.flex-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;		
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;	           
} 
.reverse {
    flex-direction: row-reverse;
}
.slick-arrow, .slick-arrow {
    background: rgba(255,255,255,.8);
    padding: 5px;
    width: 30px;
    border-radius:50%;
    position: absolute;
    top: 50%;
    margin-top: -15px;
  	z-index:1;
}
slick-arrow.prev-arrow, .slick-arrow.prev-arrow {
 	left:10px; 
}
.slick-arrow.next-arrow, .slick-arrow.next-arrow {
 	right:10px; 
}
a.popup-youtube {
    position:relative;
    display:block;
}
a.popup-youtube span.play {
    position: absolute;
    text-align: center;
    font-size: 4.5rem;
    color: #ff0000;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);    
}
a.popup-youtube span.play img {
    width: 100px;
    height: auto;
}
.slick-slide{
  float: left;
  height: 100%;
  min-height: 1px;
  opacity: 0;
  transition: opacity .3s linear;  
}
.slick-initialized .slick-slide{
  opacity: 1;
}
footer {
    overflow-x:hidden;
}
/****************************************

          effect

*****************************************/
.fadeIn_down {
  opacity: 0;
  transform: translate(0, -2%);
  transition: .5s;
}
.fadeIn_down.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 10%);
  transition: .5s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.fadeIn_up_delay {
  opacity: 0;
  transform: translate(0, 2%);
  transition: .5s;
}
.fadeIn_up_delay.is-show {
  transform: translate(0, 0);
  opacity: 1;
  transition-delay:1.6s;
  transition-timing-function:ease-in-out;  
}
.fadeIn_left {
  opacity: 0;
  transform: translate(-2%, 0);
  transition: .5s;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
  transition-delay:.1s;
  transition-timing-function:ease-in-out;  
}
.fadeIn_right {
  opacity: 0;
  transform: translate(2%, 0);
  transition: .5s;
}
.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/****************************************

          header

*****************************************/
.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  transition:all .3s ease-out;
  z-index:10;
  display:flex;
  align-items:center;
  justify-content:center;
}
[data-loading="true"] .loading {
  top:-100vh;
}
.circle-loader {
  position: relative;
  width:80px;
  height:80px;
  transition:all .2s ease-in;
}
[data-loading="true"] .circle-loader {
  opacity:0;
  top:-100vh;  
}
.circle {
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-top: 2px solid #fff;
  border-bottom: 2px solid transparent;
  border-left:  2px solid #fff;
  border-right: 2px solid transparent;
  animation: animate 2s infinite; 
}

.circle_one {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}
              
.circle_two {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  animation-delay: 0.2s;
}
    
.circle_three {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  animation-delay: 0.4s;
}

.circle_four {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  animation-delay: 0.6s;
} 

@keyframes animate {
  50% { transform: rotate(360deg) scale(0.8); } 
}
@media screen and (min-width: 768px) {

}
.header {
  height: auto;
  padding: 0;
  background:#000;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease-in 0s;
  z-index: 20;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;    
}
.header h1 {
    padding:3rem 0
}
.header .logo img {
    height:40px;
    width:auto;
}
.nav-wrap {
    width:100%;   
}
.is-fixed {
  top: 0;
  position: fixed; 
  height:46px;
}
.is-fixed .logo {
    display:none;
}
.is-fixed .logo img {
    height:30px;
    width:auto;
}
.is-fixed .gnav {
    padding: 1rem 0;
}
.is-fixed .gnav a {
  display:block;
  text-decoration: none;
  font-size: 1.3rem;
  color:#fdfbfb;
  line-height:1;
  font-weight:800;
    font-family: 'Nunito Sans', sans-serif;
}
.is-fixed .gnav a span {
    font-size:1.1rem;
    font-weight:400;    
    display:block;
    margin-top:.2rem;
}
.header .logo {
    margin-left:0;
    font-size:0;
}
.header .logo a {
    display:inline-block;
}
.header .spnav {
    position: absolute;
    right: 0;
    top: 50px;
}
.header.is-fixed .spnav {
    position: absolute;
    right: 0;
    top: 13px;
}
.nav-button {
  display: none;
}
.gnav {
    padding: 0 0 3rem;
}
.gnav a {
  display:block;
  text-decoration: none;
  font-size: 1.4rem;
  color:#fdfbfb;
  line-height:1.2;
  font-weight:800;  
    font-family: 'Nunito Sans', sans-serif;
    transition:all .5s; 
}
.gnav a span {
    font-size:1.1rem;
    font-weight:400;
    display:block;
    margin-top:.5rem;
}
.gnav a:hover {
    opacity:.6;
}
.gnav li {
  padding:0 2rem;
  margin:0 3rem;
}

.nav-wrap.open {
  display: block;
}

.nav-wrap.close {
  display: none;
}
.line {
    font-size: 1px;
    line-height: 1px;
    display:none;
}
@media screen and (min-width: 768px) {
  
}

@media screen and (max-width: 767px) {
  .nav-button {
    display: block;
    cursor: pointer;
  }
  .title {
    padding: 1rem;
    font-size: 1.6rem;
}
  .title.store {
    padding:1rem 0;
}
.header .logo img {
    margin:1rem;
}
.header.is-fixed .logo img {
    height:25px;
    width:auto;
}
.header .logo {
    margin-left:0;
    font-size: 0;
}
.is-fixed .logo {
    display: block;
    padding:0;
}
  .nav-wrap {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background: rgba(0,0,0,.8);
    width: 100%;
    height: 100%;
  }
  .nav-wrap.open {
    display:flex;
    align-items:center;      
}  
  .nav-wrap .gnav {
    height:auto;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin:0;
    padding:30px;
    width:100%;
  }
  .nav-wrap li {
    display: block;
    margin:0;
    padding:0;
    width:100%;
    border:none;
    margin-bottom:15px;
  }
  .nav-wrap li a {
    text-align:center;
    font-size: 2rem;
    padding:1.5rem 0;
    border-radius:1rem;
    transition:all .5s; 
    width:100%;   
  }
  .nav-wrap li a:hover {
    opacity:.6;
  } 
  /*メニューボタン*/
  .nav-button,
.nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }

  .nav-button {
    z-index: 20;
    position: relative;
    width: 25px;
    height: 18px;
    margin-right:15px;
  }

  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
  }

  .nav-button span:nth-of-type(1) {
    top: 0;
  }

  .nav-button span:nth-of-type(2) {
    top: 8px;
  }

  .nav-button span:nth-of-type(3) {
    bottom: 0;
  }

  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }

  .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }

  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
.loading .loading-txt img {
    width:60%;
    height:auto;
    margin:0 auto;
}  
}

/****************************************

          txt

*****************************************/
a.btn {
    background:#c4c4c4;
    display:inline-block;
    text-decoration:none;
    color:#000;
    padding:1rem 3rem;
    font-size:1.5rem;
    letter-spacing:.2rem;
    transition:all .3s;
}
a.btn:hover {
    opacity:.5;
}
a.buy {
    background:#000;
    display:inline-block;
    text-decoration:none;
    color:#000;
    width:100%;
    text-align:center;
    padding:1rem 3rem;
    font-size:1.5rem;
    letter-spacing:.2rem;
    transition:all .3s;
    margin-top:1rem;
}
a.buy:hover {
    opacity:.5;
}
@media (max-width: 767px) {

}

/****************************************

          CONTENTS

*****************************************/
main {
    background:#fff;
}
.half {
    width:50%;
}
.full {
    width:100%;
}
.inner {
    padding:3rem;
    width:100%;
}
.inner.about {
    width:60%;
    margin:0 auto;
    padding:0;
}
.inner.about.product {
    width:60%;
    padding:0;
}
.slick-slide{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-initialized .slick-slide{
  display: block;
}
img.aboutlogo {
    width:80%;
    margin:0 auto;
    height:auto;
}
p {
    font-size:1.3rem;
    line-height:2;
}
h2.title {
    font-size:2.4rem;
}
h2.title span {
    display:block;
    font-size:1.2rem;
}
h2.title.product {
    font-size:1.6rem;
}
.bar {
    text-align:center;
    width:100%;
    background:#000;   
}
.bar.white {
    background:#fff;
}
.bar h2.title {
    font-family: 'Nunito Sans', sans-serif;
    color:#fff;
    font-weight:300;
    padding:3rem;
}
.bar.white h2.title {
    font-family: 'Nunito Sans', sans-serif;
    color:#000;
    font-weight:300;
    padding:3rem;
}
.productdetail {
    margin-bottom:12rem;
}
.detailslide .slick-slide {
    margin:0 30px;
}
a.more {
    display:block;
    background:#ff46a3;
    padding:3rem;
    text-align:center;
    box-shadow: 5px 5px #fff514;
}
.lineup li {
    width:calc(100% / 3);
    margin-bottom:3rem;
}
.lineup li a {
    display:block;
    transition:all .5s;
    text-decoration:none;
}
.lineup li a:hover {
    opacity:.6;
}
.lineup li h2 {
    font-family: 'Nunito Sans', sans-serif;
    font-size:1.3rem;
    font-weight:300;
}
#thumbnail-list li {
    width:calc(100% / 5 - 5px);
    margin-bottom:5px;
}
.detailslide h2 {
    font-size:1.3rem;
    margin-top:.5rem;
}
#about ul li {
    width:calc(100% / 3 - 15px);
    padding:0 6rem;
}
#shop ul, #online ul {
    width:100%;
}
#shop ul li, #online ul li  {
    width:calc(100% / 2 - 15px);
}
ul.insta li {
    width:calc(100% / 5);
}
ul.insta li a {
    display:block;
}
ul.insta li a img {
    width:100%;
    object-fit:cover;
    aspect-ratio: 1 / 1;    
}
ul.gallery_thumb {
    width:100%; 
    margin-right:-5px;
}
ul.gallery_thumb li {
    width:calc(100% / 5 - 5px);
    float:left;
    margin-right:5px;
    margin-bottom:5px;
}
@media (max-width: 767px) {
.half {
    width:100%;
}
.inner.about, .inner.about.product {
    width: 90%;
    margin: 0 auto;
}
#about ul li {
    width:calc(100% / 3 - 15px);
    padding:0;
    font-size:1.2rem;
}
.bar {
    padding-top: 0;
    margin-top: 0;
    text-align: center;
    width: 100%;
    background: #000;
}
.productdetail {
    margin-bottom: 6rem;
}
.detailslide .slick-slide {
    margin: 0 10px;
}
.productimg {
    margin-top:3rem;
}
}
/****************************************

          SPECIAL

*****************************************/


/****************************************

          HELP

*****************************************/

/****************************************

          NAV

*****************************************/
.footernav {
    position:fixed;
    bottom:0;
    width:100%;
    height:152px;
}
.GoogleMap {
    overflow: hidden;
    position: relative;
    margin:0;
    /* paddingで高さを出している */
    height: 0;
    padding-bottom: 40%;
}
.GoogleMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
@media (max-width: 767px) {
#shop ul li, #online ul li {
    width: 100%;
}
}

/****************************************

          footer

*****************************************/
footer {
    color:#fff;
    background:#000;
}
footer {
    padding: 0 0 3rem;
}

.copy {
    font-size:1.2rem;
}
#page-top {
    position: fixed;
    bottom: 0;
    right: 0;
    margin:0;
    z-index:999;    
}
#page-top a {
    text-decoration: none;
    font-size:20px;
    width: 50px;
    height:50px;
	padding:8px 15px;	
    text-align: center;
    display: block;
    background:#c2c2c2;
    color:#000;
}
.mv_brand h2 span {
    display:block;
    font-size:1.3rem;
}
img.l_img {
    width:30%;
}
img.goreimg {
    width:70%;
}
#about ul.gorelist li {
    width:calc(100% / 2 - 15px);
    padding:0;
}

@media (max-width: 1200px) {

}
@media (max-width: 1016px) {

}
@media (max-width: 992px) {

}
@media (max-width: 767px) {
img.l_img {
    width:50%;
}
img.goreimg {
    width:70%;
}
}