@charset "UTF-8";

/*カスタム用CSS */

.slider-area .hero__caption span::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    background-image: none;
    background-repeat: no-repeat;
}

.slider-area .hero__caption span {
    color: #fff;
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 700;
    font-family: serif;
    position: relative;
    display: inline-block;
    padding-left: 0px;
    line-height: 2.1;
    letter-spacing: 0.3em;
    position: relative;
}


.main-header .main-menu ul ul.submenu {
    position: absolute;
    width: 170px;
    background: #fff;
    left: 0;
    top: 120%;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 10px 3px rgb(0 0 0 / 5%);
    padding: 17px 0;
    border-top: 5px solid #824c12;
    border-bottom: 5px solid #824c12;
    border-radius: 0 37px 0px 24px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}


.Our-story-area .story-caption .story-details {
    padding-left: 80px;
    padding-right: 24px;
}

.mb-30{
	text-align: center;
	}

/* アーチスト歩み */
.ayumi dt{
  float: left;
}

.ayumi dd{
  margin-left: 6em;
  text-align: left;
}

.nenpyou dt{
  float: left;
}

.nenpyou dd{
  margin-left: 12em;
  text-align: left;
}

.slider-area2 {
    background-image: url(../img/hero/homeHero_1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 575px){
.Our-story-area .story-caption.background-img {
    width: 100%;
    height: 100%;
	}
.Our-story-area .story-caption .story-details {
	padding: 1.5em;
	}
.gallery-area .single-gallery .gallery-img {
	width: 100%;
	height:auto;
	}
.section-top-border {
    padding: 0;
    border-top: 1px dotted #eee;
	text-align: center;
	}
}

.Our-story-area .story-img .story2 {
/*	position: relative;
    bottom: -51px;
    left: 0px;*/
}

@media screen and (max-width: 640px) {
.logo img{
	width:80%;
	}
.mobile_menu {
    top: -14px;
}
#scrollUp{
	background-color:#210564;
}
}
