/* 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;
  box-sizing: border-box;
}

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

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

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;
}

input, textarea, button, select, option {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
}

button {
  margin: 0;
}

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

textarea {
  resize: vertical;
}

img {
  vertical-align: top;
}

strong, em, b {
  font-weight: bold;
}

main {
  display: block;
}

@media (min-width: 768px) {
  .hidden-lg {
    display: none;
  }
  .visible-sp,
  .visible-sm,
  .visible-xs {
    display: none;
  }
}

@media (max-width: 767px) {
  .hidden-sp,
  .hidden-sm,
  .hidden-xs {
    display: none;
  }
  .visible-lg {
    display: none;
  }
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #333;
}

@media (max-width: 767px) {
  img {
    max-width: 100%;
    height: auto;
    /* position: absolute; */
  }
}

button {
  padding: 0;
  cursor: pointer;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

body, html {
  height: 100%;
}

.container.container-md {
  max-width: 830px;
}

@media (min-width: 768px) {
  #header {
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0 auto;
  }
  #header .header-logo {
    position: absolute;
    z-index: 5;
    width: 100%;
    text-align: center;
    margin-top: 64px;
  }
  #header .header-badge {
    text-align: right;
    max-width: 1594px;
    margin: 0 auto;
    right: 0;
    margin-top: 64px;
    z-index: 5;
    position: relative;
  }
  #header .header-badge img {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  #header {
    height: 22.53333vw;
    background: #fff;
  }
  #header .header-logo {
    position: absolute;
    left: 50%;
    margin-left: -12.26667vw;
    top: 7.06667vw;
  }
  #header .header-logo img {
    height: 8.53333vw;
  }
  #header .header-badge img {
    height: 11.33333vw;
    margin-left: 5.73333vw;
    margin-top: 5.33333vw;
  }
}

#mv {
  pointer-events: none;
  width: 100vw;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  #mv video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (max-width: 767px) {
  #mv {
    height: calc(100% - 22.53333vw);
    background: url(../images/mv_sp_02.jpg) no-repeat center/cover;
  }
  #mv video {
    display: none;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 1079px;
    margin: 0 auto;
    text-align: center;
  }
}

#menu .menu-background {
  pointer-events: none;
}

#menu .menu-body {
  pointer-events: none;
}

#menu .menu-body {
  -webkit-transition: width .4s ease-out, margin .4s ease-out;
  transition: width .4s ease-out, margin .4s ease-out;
}

@media (min-width: 768px) {
  body.scrolled #menu .menu-btn .toggle-bar {
    background-color: #000;
  }
}

body.modal #menu {
  display: block;
}

@media (min-width: 768px) {
  body.modal #menu .menu-btn .toggle-bar {
    background-color: #fff;
  }
  body.modal #menu .menu-btn .toggle-bar:nth-child(1) {
    -webkit-transform: translateY(16px) translateX(0) rotate(45deg) scale(1.22059);
            transform: translateY(16px) translateX(0) rotate(45deg) scale(1.22059);
  }
  body.modal #menu .menu-btn .toggle-bar:nth-child(2) {
    -webkit-transform: translateY(-16px) translateX(0) rotate(-45deg) scale(1.22059);
            transform: translateY(-16px) translateX(0) rotate(-45deg) scale(1.22059);
  }
}

@media (max-width: 767px) {
  body.modal #menu .menu-btn .toggle-bar {
    background-color: #fff;
  }
  body.modal #menu .menu-btn .toggle-bar:nth-child(1) {
    -webkit-transform: translateY(2.13333vw) translateX(0) rotate(45deg) scale(1.22059);
            transform: translateY(2.13333vw) translateX(0) rotate(45deg) scale(1.22059);
  }
  body.modal #menu .menu-btn .toggle-bar:nth-child(2) {
    -webkit-transform: translateY(-2.13333vw) translateX(0) rotate(-45deg) scale(1.22059);
            transform: translateY(-2.13333vw) translateX(0) rotate(-45deg) scale(1.22059);
  }
}

body.modal #menu .menu-body {
  pointer-events: auto;
  margin-left: 0;
  width: 100vw;
}

#menu .menu-btn {
  position: fixed;
  z-index: 1005;
  cursor: pointer;
}

@media (min-width: 768px) {
  #menu .menu-btn {
    width: 68px;
    height: 68px;
    top: 50px;
    right: 50px;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  #menu .menu-btn {
    width: 19.73333vw;
    height: 22.53333vw;
    top: 0vw;
    right: 0vw;
    padding-top: 7.06667vw;
    padding-left: 5.33333vw;
  }
}

#menu .menu-btn .toggle-bar {
  display: block;
  -webkit-transition: width .3s ease-out, background .3s ease-out, -webkit-transform .24s ease-out;
  transition: width .3s ease-out, background .3s ease-out, -webkit-transform .24s ease-out;
  transition: transform .24s ease-out, width .3s ease-out, background .3s ease-out;
  transition: transform .24s ease-out, width .3s ease-out, background .3s ease-out, -webkit-transform .24s ease-out;
}

@media (min-width: 768px) {
  #menu .menu-btn .toggle-bar {
    background: #fff;
    width: 68px;
    height: 4px;
    margin-top: 14px;
    margin-bottom: 28px;
  }
}

@media (max-width: 767px) {
  #menu .menu-btn .toggle-bar {
    background: #000;
    width: 9.06667vw;
    margin-bottom: 3.73333vw;
    margin-top: 1.86667vw;
    height: 0.53333vw;
  }
}

#menu .menu-body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background: rgba(0, 0, 0, .85);
  width: 1px;
  overflow: hidden;
}

@media (max-width: 767px) {
  #menu .menu-body {
    margin-left: -1px;
    height: 100%;
  }
}

#menu .menu-dropdown {
  position: absolute;
  text-align: center;
}

@media (min-width: 768px) {
  #menu .menu-dropdown {
    left: 50vw;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
}

@media (max-width: 767px) {
  #menu .menu-dropdown {
    width: 100vw;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 768px) {
  #menu .menu-dropdown li {
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  #menu .menu-dropdown li {
    margin-bottom: 16vw;
  }
}

#menu .menu-dropdown li:last-child {
  margin-bottom: 0;
}

#menu .menu-dropdown li a {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}

#menu .menu-dropdown li a img {
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

#menu .menu-dropdown li a:hover img {
  opacity: 0;
}

@media (min-width: 768px) {
  #menu .menu-dropdown .menu-item_about {
    width: 100vw;
  }
  #menu .menu-dropdown .menu-item_about a {
    background-image: url(../images/menu-about_hover.png);
  }
  #menu .menu-dropdown .menu-item_lineup a {
    background-image: url(../images/menu-lineup_hover.png);
  }
  #menu .menu-dropdown .menu-item_instagram a {
    background-image: url(../images/menu-instagram_hover.png);
  }
  #menu .menu-dropdown .menu-item_shoplist a {
    background-image: url(../images/menu-shoplist_hover.png);
  }
}

@media (max-width: 767px) {
  #menu .menu-dropdown .menu-item_about img {
    height: 6.8vw;
  }
  #menu .menu-dropdown .menu-item_lineup img {
    height: 8.8vw;
  }
  #menu .menu-dropdown .menu-item_instagram img {
    height: 8.13333vw;
  }
  #menu .menu-dropdown .menu-item_shoplist img {
    height: 8.93333vw;
  }
}

@media (min-width: 768px) {
  #about {
    padding-top: 150px;
    margin-bottom: 149px;
  }
  #about .about-title {
    margin-bottom: 94px;
    text-align: center;
  }
  #about .about-photo {
    position: relative;
    text-align: right;
    margin-bottom: 127px;
  }
  #about .about-photo .about-photo-title {
    position: absolute;
    left: 0;
    z-index: 10;
  }
  #about .about-photo .about-photo-image {
    padding-top: 106px;
    margin-left: 75px;
  }
  #about .about-text {
    text-align: right;
    margin-bottom: 127px;
  }
}

@media (min-width: 768px) {
  #lineup {
    margin-bottom: 150px;
  }
  #lineup .lineup-title {
    text-align: center;
    margin-bottom: 99px;
  }
  #lineup .lineup-product {
    margin-bottom: 100px;
    position: relative;
  }
  #lineup .lineup-product-btn {
    position: absolute;
    bottom: 65px;
    left: 65px;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  #lineup .lineup-product-btn:hover {
    opacity: 0.8;
  }
  #lineup #lineup-product2 .lineup-product-btn {
    left: 50%;
   }
   #lineup #lineup-product4 .lineup-product-btn {
     left: 50%;
    }
  #lineup #lineup-product4 .lineup-product-btn02 {
    bottom: 98px;
   }

  #lineup #lineup-product5 .lineup-product-btn {
    bottom: 85px;
    left: 8%;
   }
   #lineup #lineup-product5 .lineup-product-btn02 {
     left: 58%;
    }


}

@media (max-width: 767px) {

  #lineup .lineup-product {
    position: relative;
  }

  #lineup .lineup-product-btn {
    text-align: center;
    width: 100%;
    width: 60.8vw;
    display: block;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: -7.86667vw;
    z-index: 10;
  }
  #lineup #lineup-product4 .lineup-product-btn {
    margin-top: -12vw;
  }
  #lineup #lineup-product5 .lineup-product-btn {
    bottom: 126vw;
  }
  #lineup #lineup-product5 .lineup-product-btn02 {
    bottom: 20vw;
  }

}

@media (min-width: 768px) {
  #howtouse {
    margin-bottom: 150px;
  }
  #howtouse .howtouse-title {
    text-align: center;
    margin-bottom: 99px;
  }
  #howtouse .howtouse-text {
    margin-bottom: 100px;
    position: relative;
  }
  }

 @media (max-width: 767px){

   #howtouse .howtouse-title {
  <!-- margin-top: 30px;-->
   }
 }


@media (min-width: 768px) {
  #brand {
    margin-bottom: 150px;
  }
  #brand .brand-title {
    margin-bottom: 115px;
    height: 446px;
    background: url(../images/brand-title2.jpg) center/cover;
  }
  #brand .brand-title img {
    display: none;
  }
  #brand .brand-text1 {
    display: block;
    margin-bottom: 53px;
  }
}

#instagram {
  background: url(../images/instagram-background.png) no-repeat center center/cover;
}

@media (min-width: 768px) {
  #instagram {
    padding-top: 148px;
    padding-bottom: 149px;
  }
  #instagram .instagram-title {
    text-align: center;
    margin-bottom: 52px;
  }
  #instagram .instagram-title a {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  #instagram .instagram-title a:hover {
    opacity: 0.8;
  }
  #instagram .instagram-gallery {
    margin: 0 auto;
    width: 1078px;
  }
  #instagram .instagram-gallery::after {
    clear: both;
    content: "";
    display: table;
  }
  #instagram .instagram-gallery a {
    display: block;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  #instagram .instagram-gallery a:hover {
    opacity: 0.8;
  }
  #instagram .instagram-gallery li {
    margin-right: 44px;
    margin-bottom: 44px;
    width: 330px;
    height: 330px;
    float: left;
    font-family: 'object-fit: cover;';
  }
  #instagram .instagram-gallery li:nth-child(3n) {
    margin-right: 0;
  }
  #instagram .instagram-gallery li:nth-child(3n+1) {
    clear: both;
  }
  #instagram .instagram-gallery li:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
  #instagram .instagram-gallery li img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
  }
}

@media (max-width: 767px) {
  #instagram {
    padding-top: 9.86667vw;
    padding-bottom: 10vw;
  }
  #instagram .instagram-title {
    margin-bottom: 6.4vw;
    text-align: center;
  }
  #instagram .instagram-gallery {
    margin-left: 7.33333vw;
  }
  #instagram .instagram-gallery::after {
    clear: both;
    content: "";
    display: table;
  }
  #instagram .instagram-gallery li {
    width: 40vw;
    height: 40vw;
    float: left;
    margin-right: 5.33333vw;
    margin-bottom: 5.33333vw;
  }
  #instagram .instagram-gallery li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  #shoplist {
    padding-top: 149px;
    padding-bottom: 150px;
  }
  #shoplist .shoplist-title {
    margin-bottom: 99px;
  }
  #shoplist .shoplist-list {
    margin: 0 auto;
    margin-bottom: 50px;
    /* display: flex; */
    /* justify-content: space-between; */
  }
  #shoplist .shoplist-list::after {
    clear: both;
    content: "";
    display: table;
  }
  #shoplist .shoplist-list li {
    float: left;
    margin-right: 39px;
    width: 240px;
    margin-bottom: 34px;
    /* display: block; */
    height: 75px;
  }
  #shoplist .shoplist-list li:nth-child(4n){
    margin-right:0px;
  }
    #shoplist .shoplist-list li img{
    width:100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #shoplist .shoplist-list li:last-child {
  }
  #shoplist .shoplist-list a {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    /* overflow: hidden; */
    /* display: block; */
  }
  #shoplist .shoplist-list a:hover {
    opacity: 0.8;
  }
  #shoplist .shoplist-note {
    text-align: left;
  }
}

@media (max-width: 767px) {
  #shoplist .shoplist-list {
    margin-left: 7.33333vw;
  }
  #shoplist .shoplist-list li {
    width: 40vw;
    float: left;
    margin-right: 5.33333vw;
    margin-bottom: 5.33333vw;
    height: 13vw;
  }
  #shoplist .shoplist-list li img {
    position: absolute;
    left: 0;
  }
  #shoplist .shoplist-list li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  #shoplist .shoplist-list li:last-child{
    margin-right:0;
  }
}

#footer {
  text-align: center;
  background-color: #808080;
}

@media (min-width: 768px) {
  #footer {
    padding: 80px 0;
  }
  #footer a {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  #footer a:hover {
    opacity: 0.8;
  }
  #footer .footer-logo {
    margin-bottom: 33px;
  }
  #footer .footer-company {
    margin-bottom: 19px;
  }
  #footer .footer-contact {
    margin-bottom: 16px;
  }
  #footer .footer-copyright {
    margin-top: 49px;
  }
}

@media (max-width: 767px) {
  #footer .footer-company,
  #footer .footer-contact,
  #footer .footer-privacy {
    width: 41.33333vw;
    margin: 0 auto;
    text-align: center;
  }
}

@media (min-width: 768px) {
  img {
    visibility: none;
  }
}

.inview {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: opacity .9s ease-out, -webkit-transform .6s ease-out;
  transition: opacity .9s ease-out, -webkit-transform .6s ease-out;
  transition: transform .6s ease-out, opacity .9s ease-out;
  transition: transform .6s ease-out, opacity .9s ease-out, -webkit-transform .6s ease-out;
}

.inview.is-inview {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
