@charset "utf-8";
/*
=======================================
  Reset CSS
=======================================
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, main, menu, nav, section, summary,
time, mark, audio, video{
  margin:0;
  padding:0;
}

article,aside,details,figcaption,figure,
footer,header,main,menu,nav,section{
  display:block;
}

html{
  -webkit-text-size-adjust: 100%;
}

html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}

body{
  color: #111;
  line-height: 1.8em;
  font-size: 13px;
  font-family: 'minion-pro', serif;
  font-family: fot-matisse-pron, sans-serif; 
}

img{
  max-width: 100%;
  border: 0;
}

ul,ol{
  list-style-type: none;
}

table {
  border-collapse: collapse; 
  border-spacing: 0;
}

img, input, select, textarea { 
  vertical-align: middle;
}

a {
  color: #111;
  text-decoration: none;
}
a:hover {
  color: #111;
}

/*
=========================================
  common
=========================================
*/
/*-----body-----*/
.container{
  max-width: 1000px;
  margin: 0 auto;
}

/*-----header-----*/
.header-inner{
  overflow: hidden;
}

#header-logo img{
  float: left;
  margin: 35px auto 75px;
  width: 15%;
  height: 12%;
}

#g-nav{
  float: right;
  margin: 48px auto 75px;
}

/*-----navigation-----*/
#g-nav img{
  display: none;
}

#g-nav ul{
  display: flex;
  justify-content: space-between;

}

#g-nav ul li{
  display: block;
  margin-right: 25px;
  width: 25%;
  position: relative;
}

#g-nav ul li a{
position: relative;
font-size: 1.5em;
letter-spacing: 0.07em;
background: rgba(255,255,255,.8);
color: #111;
display: inline;
height: 2rem;
line-height: 2rem;
text-align: center;
text-decoration: none;
  font-family: 'futura-pt', sans-serif;
  font-weight: 500;
}

#g-nav a::before {
    content: "";
    position: absolute;
    display: block;
    background-color: #111;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 0;
    -webkit-transition: .4s ease 0s;
    transition: .4s ease 0s;
}

#g-nav a:hover::before {
    width: 100%;
}

/*子階層以降共通*/
#g-nav .subs{
  display: block;
  position: absolute;
}

#g-nav .subs li {
    height: 0;
    overflow: hidden;
    transition: .5s;
    width: 100%;
}

#g-nav li:hover > .subs > li {
    height: 2rem;
    overflow: visible;
}

#g-nav ul.subs a{
  font-size: 1.2em;
  text-align: left;
}

#g-nav ul.subs li:first-child{
  margin-bottom: 5px;
  margin-top: 5px;
}

/*-----page title-----*/
.title{
  font-family: 'minion-pro', serif;
  font-size: 2.7em;
  letter-spacing: 0.1em;
  text-align: center;
}

/*-----title js-----*/

 .fadein{
transition: .7s ease-in-out ;
}

/*-----footer-----*/
#footer{
  background:#111;
  padding-top: 65px;
  padding-bottom: 100px;
  position: relative;
}

.footer-img{
  text-align: center;
  margin-bottom: 65px;
}

#footer-inner{
  display: flex;
  justify-content: space-between;
  text-align: center;
}

#footer-inner ul{
text-align: left;
 display: inline-block;
}

#footer-inner ul li{
  display: block;
  font-family: "Arial";
  font-weight: bold;
}

#footer-inner ul li:nth-child(1){
  color: #666;
  letter-spacing: 0.08em;
  line-height: 3.0em;
}

#footer-inner ul li a{
  color: #ddd;
  letter-spacing: 0.08em;
  line-height: 2.5em;
}

#footer a:hover{
  opacity: 0.6;
}

#footer small{
  color:#ddd;
  letter-spacing: 0.05em;
  font-size: 0.9em;
  font-family: "Arial";
  font-weight: bold;
  position: absolute;
  right: -30px;
  bottom: 50px;
  transform: rotate(90deg);
}

#footer span{
  letter-spacing: 0;
}

/* -----top btn----- */
.back-top img{
  text-align: right;
}

.back-top a{
    position: fixed;
    right:20px;
    bottom:10px;
    transition: 1s;
}
.back-top a:hover{ 
    opacity: 0.75;
}

/*-----pc hide-----*/
.pc-hide{
  display: none;
}

.sp-hide{
  display: block;
}


/*-----cursor-----*/
body {
  position: relative;
  cursor: none; 
}
.cursor{
  border-radius: 50%;
  position: absolute; 
  top: 0;
  left: 0; 
  cursor: none; 
  pointer-events: none; 
 width: 18px;
 height: 18px;
 background: rgba(0, 0, 0, 0.75);
 z-index: 999; 
}

.cursor.is-active{
  background: gray;
  opacity: 0.5;
  transform: scale(3);
}

/*
=========================================
  loading
=========================================
*/
.start {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}
.start p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 200px;
}

/*
=========================================
  base
=========================================
*/

.swiper-container{
  text-align: right;
}

.mainvisual{
  position: relative;
  max-width:80.16%;
  margin-left:auto;
  margin-bottom: 280px;
}

.swiper-container{
  position: relative;
  overflow: hidden;
}

.mainvisual img{
  width: 100%;
  display: block;
}

.catch{
  position: absolute;
  top: 40%;
  left: 0%;
  transform: translate(-3em, -50%);
  text-align: right;
  font-size: 4vw;
  letter-spacing: 0.03em;
  line-height: 1.4em;
  font-weight: normal;
  font-family: 'dnp-shuei-mincho-pr6n', sans-serif;
}

.catch-white{
  color: #ddd;
  z-index: 99;
}

.catch-black{
  color: #111;
  z-index: -1;
}




/* -----mv slideshow----- */
@-webkit-keyframes zoomUp {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
  }
}

@keyframes zoomUp { /* 1.15倍させる指定 */
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
  }
}

.swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img { /* 12秒かけて拡大させる */
    -webkit-animation: zoomUp 5s linear 0s;
    animation: zoomUp 5s linear 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


/*-----about-----*/
.about-sec{
  margin: 0 auto;
  text-align: center;
}

.about-sec img{
  padding-bottom: 60px;
}

.about-sec h2{
  font-size: 2.7em;
  letter-spacing: 0.09em;
  padding-bottom: 60px;
  font-weight: normal;
  font-family: 'dnp-shuei-mincho-pr6n', sans-serif;
}

.about-sec p{
  font-size: 1.3em;
  letter-spacing: 0.05em;
  line-height: 2em;
}

.readmore{
  text-align: right;
  font-size: 1.1em;
  letter-spacing: 0.01em;
  position: relative;
  margin-top:50px;
}

.readmore a::before {
    content: "";
    position: absolute;
    display: block;
    background-color: #111;
    width: 0;
    height: 1px;
    bottom: -2px;
    left: 91%;
    -webkit-transition: .4s ease 0s;
    transition: .4s ease 0s;
    top: 2em;
}

.readmore a:hover::before {
    width: 9%;
}

/*-----top collection-----*/
.top-collection-sec{
  position: relative;
  padding-top: 114px;
  padding-bottom: 200px;
  margin-top: 290px;
  margin-bottom: 450px;
}


.top-collection-bg{
  position: absolute;
  top: 0;
  left: 50%;
  width: 49.95%;
  height: 100%;
  display: block;
  background-color: #f4ece8;
  z-index: -1;
}

.top-collection-sec h2{
  font-family: 'minion-pro', serif;
  font-size: 3.6em;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}

.slick-slide {
  transition: .3s ease;
  transform: scale(.85);
}
.slick-slide.slick-current ,
.slick-slide.is-active-next, .slick-current {
  transform: scale(1);
}

.slick-slide:not(.slick-current) {
  opacity: 0.7;
}



/*
=========================================
  COLLECTION drasticcrazy cava
=========================================
*/
.collection-mv img{
  width: 100vw;
}

.collection-sec{
  margin: 110px auto;
}

.collection-sec h2{
  font-family: 'minion-pro', serif;
  font-size: 1.8em;
  letter-spacing: 0.05em;
  line-height: 1.3em;
  padding-bottom: 50px;
  font-weight:  normal;
}

.collection-sec h2::first-line{
  font-size: 1.6em;
  letter-spacing: 0.03em;
}

.collection-sec p{
  font-size: 1.2em;
  letter-spacing: 0.02em;
  line-height: 1.5em;
}

.collection-sec p + p{
  padding-top: 20px;
}

.collection-item h3{
  font-family: 'minion-pro', serif;
  font-size: 2.6em;
  letter-spacing: 0.03em;
  margin-bottom: 25px;
}

.item-list ul{
  display: flex;
  justify-content: flex-start;
  flex-wrap:wrap;
  width: 1000px;
}

.item-list ul li{
  padding-right: 15px;
  padding-bottom: 15px;
}

.item-list ul li:nth-child(even){
  padding-right: 0;
}

.item-list ul li:last-child{
  margin-bottom: 400px;
}


/*ホバーエフェクト*/
.item-list img {
  transition: .3s ease-in-out;
}
.item-list a:hover img {
  filter: grayscale(100%);
}

/*
=========================================
  COMPANY
=========================================
*/
#company h2{
  margin-top: 100px;
  margin-bottom: 170px;
}

#company section + section{
  margin-top: 175px;
}

.company-sec{
  position: relative;
}

.company-sec-title{
  position: absolute;
  top: 50%;
  left: 10%;
  transform: rotate(90deg) translateX(-50%);
  transform-origin: top left;
  padding: 0 1em;
  font-family: 'minion-pro', serif;
  font-size: 1.3em;
  letter-spacing: 0.1em;
}

.section-heading{
  position: relative;
}

.company-sec-title::after{
  content: "";
  background: #f4ece8;
  display: block;
  width: 100%;
  height: .4em;
  position: absolute;
  top: 6.5em;
  left: 0;
}

.section-heading span{
  position: relative;
  z-index: 1;
  opacity: 0;
}

.company-sec-inner{
  margin-left: 155px;
}

.company-sec-inner h3{
  font-size: 1.8em;
  letter-spacing: 0.05px;
  padding-bottom: 45px;
  font-weight:  normal;
}

.company-sec-inner p{
  font-size: 1.2em;
  letter-spacing: 0.05em;
  line-height: 2em;
}

.history-list{
  width: 80%;
  font-size: 1.2em;
  letter-spacing: 0.04em;
  margin-left: 155px;
}

.history-list dt{
  float: left;
}

.history-list dd{
  padding-left:30%; 
}

.history-list dt, .history-list dd{
  margin-bottom: 40px;
}

.history-list:last-of-type{
  margin-bottom: 0;
}

#information{
  margin-bottom: 400px;
}

.info-inner{
  display: flex;
  justify-content: center;
  width: 90%;
  margin-left: 10%;
  border:1px solid #999;
}

.info-inner-left{
  width: 50%;
}

.info-inner-right{
  width: 50%;
}

.map{
 position: relative;
 padding-top: 100%;
}

.map iframe{
  position: absolute;
  left:0;
  top: 0;
  width: 100%;
  height: 100%;
}

.info-list{
  font-size: 1.2em;
  letter-spacing: 0.03em;
}

.info-list dt{
  float: left;
  width: 30%;
  padding-left: 40px;
}

.info-list dd{
  padding-left: 39%;
}

.info-list dt, .info-list dd{
  padding-bottom: 30px;
}

.info-list:first-of-type{
  padding-top:40px;
}

/*
=========================================
  STORES
=========================================
*/
#stores h2{
  margin: 80px auto;
}

#stores section{
  width: 62%;
  margin: 0 auto;
  border-bottom: 1px solid #999;
}

#stores section:last-child{
  border-bottom: none;
  margin-bottom: 500px;
}

#stores section + section{
  margin-top: 85px;
}

#stores section > p:last-child{
  margin-bottom: 85px;
}

#stores section h3{
  font-size: 1.8em;
  letter-spacing: 0.03em;
  line-height: 2em;
  font-weight:  normal;
}

#stores section p{
  font-size: 1.3em;
  letter-spacing: 0.03em;
  line-height: 2em;
}

#stores a {
  background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(101,101,101,1) 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: 0.5s;
}

#stores a:hover {
  background-position: -100% 0;
  color: #fff;
}




/*
=========================================
  CONTACT
=========================================
*/
#contact h2{
  margin: 80px auto;
}

#contact h3{
  font-size: 1.8em;
  letter-spacing: 0.03em;
  line-height: 2em;
  font-weight:  normal;

}

#contact p{
  font-size: 1.3em;
  letter-spacing: 0.03em;
  line-height: 2em;
}

#contact section{
  width: 62%;
  margin: 0 auto;
  border-bottom: 1px solid #999;
}

#contact section:last-child{
  border-bottom: none;
  margin-bottom: 500px;
}

#contact section + section{
  margin-top: 85px;
}

#contact section > p:last-child{
  margin-bottom: 50px;
}

.contact-btn{
  position: relative;
  font-size: 1.3em;
  letter-spacing: 0.05em;
  margin: 100px 0;
  text-align: center;
}

.contact-btn a::after{
position: absolute;
content: "";
top: -50%;
left: 25%;
display: block;
width: 300px;
height: 50px;
border-radius: 50px;
background: #EBECF0;
box-shadow: 5px 5px 20px #c8c9cc, -5px -5px 20px #ffffff;
z-index: -1;
}

.contact-btn a:hover::after{
position: absolute;
content: "";
top: -50%;
left: 25%;
display: block;
width: 300px;
height: 50px;
border-radius: 50px;
background: #EBECF0;
box-shadow: inset 5px 5px 20px #c8c9cc,
inset -5px -5px 20px #ffffff;
}

/*
=========================================
  COLLECTION ITEM
=========================================
*/
#drasticcrazy-item h2{
  font-family: 'minion-pro', serif;
  font-size: 2.3em;
  letter-spacing: 0.1em;
  margin-bottom: 100px;
}

.topicpath ul{
  display: flex;
  margin-bottom: 60px;
}

.topicpath ul li{
  padding-right: 50px;
}

.topicpath ul li a{
  font-size: 1.2em;
  letter-spacing: 0.03em;
  font-family: 'minion-pro', serif;
}

.topicpath ul li:first-child{
  position: relative;
}

.topicpath ul li:first-child::after{
  position: absolute;
  content: ">";
  top: 0;
  left: 80%;
}

.item-contents{
  display: flex;
  justify-content: flex-start;
  padding-bottom: 200px;
}

.item-inner-left{
  width: 55%;
}

.item-inner-right{
  width: 45%;
  padding-left: 60px;
}

#drasticcrazy-item h3{
  font-family: 'minion-pro', serif;
  font-size: 1.5em;
  letter-spacing: 0.08em;
  padding-top: 10px;
}

.item-inner-right p{
  font-size: 1.1em;
  letter-spacing: 0.03em;
  line-height: 2em;
}

.item-inner-right p + p{
  padding-bottom: 10px;
}


.item-color-list ul{
display: flex;
justify-content: flex-start;
}

.item-color-list ul li{
  margin-right: 30px;
  margin-top: 10px;
}

.back-btn{
  font-family: 'minion-pro', serif;
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 300px;
  position: relative;
}

.back-btn a::before {
    content: "";
    position: absolute;
    display: block;
    background-color: #111;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 45%;
    -webkit-transition: .4s ease 0s;
    transition: .4s ease 0s;
}

.back-btn a:hover::before {
    width: 10%;
}
