@charset "UTF-8";

html,body{
	color: #444;
	font-family: 游ゴシック,sans-serif;
	font-size: 14px;
	background-color: #fff;
	height: 100%;
}

section{
    margin: 50px 0 0;
    height: auto;
}

.inner{
    width: 800px;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

a{
    color: #444;
    text-decoration: none;
}

.sp{
    display: none;
}

.inner-content {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 100px 0 0 20%;
}



/* --- mv --- */

.mv .inner{
    background-image: url(../img/mv.JPG);
    background-size: 85%;
    background-position: top;
    margin: 30px auto;
    width: 900px;
    height: 550px;
    background-attachment: fixed;
}

h1.logo {
    position: relative;
    background: #fff;
    height: 90px;
    width: 30%;
    top: 35vh;
    right: 0;
    left: 630px;
}

.logo img {
    position: absolute;
    top: 12%;
    right: 60px;
    width: 50%;
}

.mv .mvImg img {
    margin: -140px 0 0;
}

.mvImg.parallax {
    height: 550px;
    margin: -140px 0 0;
    background-image: url(../img/mv.JPG);
    position: fixed;
    background-position: top;
    background-size: 80%;
    background-repeat: no-repeat;
}



/* --- セクションタイトルレイアウト --- */

.about h2,.contact h2,.news h2,.work h2,.shop h2{
    position: relative;
    top: 50px;
    left: 50px;
    font-size: 30px;
    font-weight: bold;
    width: 300px
}

.about h2 span,.contact h2 span,.news h2 span,.work h2 span,.shop h2 span{
    -webkit-transform: translateX(-100%) rotateZ(90deg);
    transform: translateX(-100%) rotateZ(90deg);
    -webkit-transform-origin: right bottom;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 130px;
    letter-spacing: 0.25em;
}

.about h2 span::after,.contact h2 span::after,.news h2 span::after,.work h2 span::after,.shop h2 span::after{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: -64px;
    margin: auto;
    width: 60px;
    height: 1px;
    background-color: #262626;
}

.about p,.news p{
    position: relative;
    top: 100px;
    left: 150px;
    width: 350px;
    line-height: 2em;
}

.contact p,.shop p{
    line-height: 2em;
}


/* --- about --- */

.about .inner{
    height: 520px;
    width: 600px;
}

.about p{
    width: 400px;
}


/* --- member --- */

.member{
    background: #fdf7ea;
    height: 300px;
}

.member .inner{
    width: 750px;
}

.member ul li{
    float: left;
    width: 47%;
    margin: 90px 0;
    display: flex;
}

.member ul li img{
    width: 35%;
    height: 100%;
}

.member .prof>li+li {
    margin-left: 6%;
}

.member .prof>li div {
    margin-left: 10%;
}

.member ul.prof-sns li {
    margin: 5px 0 0;
    width: 10%;
}

.member ul.prof-sns li+li {
    margin-left: 15px;
}

.member ul.prof-sns li img {
    width: 100%;
    height: 90%;
}

.member p{
    line-height: 2em;
    font-size: 13px;
}

.member p span.name {
    font-weight: bold;
    font-size: 16px;
    line-height: 3em;
    text-decoration: none;
}

.member ul li p span>a{
    text-decoration: underline;
}

/*.member ul li p span.instaID::before{
    content: "";
    display: inline-block;
    background: url(../img/Instagram.png);
    background-size: 100%;
    width: 20px;
    height: 20px;
    margin: 5px;
    vertical-align: bottom;
}*/


/* --- work --- */
.work .inner{
    width: 1000px;
}

.work ul {
    width: 75%;
    margin: 100px 5% 0 15%;
    display: flex;
}

.work ul li {
    width: 100%;
}

.work ul li+li {
    margin-left: 25px;
}

.work ul li img {
    width: 100%;
}

.work-text {
    border-left: 2px #444 solid;
    padding: 0 0 0 15px;
}

.work-sub {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 15px;
    font-size: 12px;
}

p.tag {
    color: #aaa;
    padding: 0 3px;
}

p.title {
    font-weight: bold;
    font-size: 13px;
}

a.work-more {
    display: block;
    margin: 45px 0 95px 76%;
    width: 10em;
    text-align: right;
    /* letter-spacing: 0.1em; */
    font-weight: bold;
    text-decoration: underline;
}


/* --- parallax --- */

.parallax {
  background-image: url('../img/p_img.png');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100px;
}


/* --- shop --- */


.shop .slider-group {
  position: relative;
  width: 300px;
  min-height: 150px;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.shop .slider-card {
  flex: 0 0 auto;
  max-width: 150px;
  height: 150px;
}

.shop .slider-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

a.shop-link {
    font-weight: bold;
    text-decoration: underline;
    display: inline-block;
    margin: 2em 0 0 auto;
    /* text-align: right; */
    float: right;
}

.shop .slider-group {
  scrollbar-width: none;
}
.shop .slider-group::-webkit-scrollbar { 
  display: none;
}
.shop .slider-group{
    -ms-overflow-style: none;
}

      
/* --- news --- *

.news{
    position: relative;
    left: -130px;
}

.news .inner{
    height: 250px;
}

.news ul{
    position: relative;
    top:150px;
    left: 150px;
}

.news ul li{
    float: left;
    width: 25%;
    text-align: left;
    margin: -20px 0 0;
}

.news ul li img{
    width: 35%;
}



/* --- contact --- */

.contact{
    background-color: #fdf7ea;
    height: 430px;
    margin: 130px 0 0;
    padding: 40px;
}

.contact .right {
    width: 40%;
}

.contact span a {
    font-weight: bold;
    font-size: 18px;
    color: #000;
    text-decoration: underline;
}

.contact ul{
    width: 50%;
    display: flex;
    margin: 20px 0;
}

.contact ul li+li{
    margin-left: 30px;

}

.contact ul li img{
    width: 100%;
}





/* --------------------- 

スマホ 

------------------------ */

@media screen and (max-width:480px) { 
    
html,body{
	margin: 0;
    width: 100%;
}

section{
    margin: 0 0 50px;
    height: auto;
}

.inner{
    width: 100%;
}
    
.sp{
    display: block;
}
    
.pc{
    display: none;  
    }

.inner-content{
    margin: 0;
}

/* --- mv --- */

.mv{
    margin: 5% 3%;
    height: auto;
    width: 94%;   
}
.mv .inner{
    width: 100%;
    background-attachment: unset;
    background-size: cover;
}

.mvImg.parallax{
    margin: -120px 0 0;
}

h1.logo {
    height: 12%;
    width: 43%;
    top: 35vh;
    right: 0;
    left: 60%;
}

.logo img {
    position: absolute;
    top: 15%;
    right: 20%;
    width: 60%;
}


/* --- common --- */

.about h2,.contact h2,.news h2,.work h2,.shop h2{
    position: relative;
    top: 5%;
    left: 8%;
}

.about h2 span,.contact h2 span,.news h2 span,.work h2 span,.shop h2 span{
    -webkit-transform: translateX(-100%) rotateZ(90deg);
    transform: translateX(-100%) rotateZ(90deg);
    -webkit-transform-origin: right bottom;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 130px;
    letter-spacing: 0.25em;
}

.about h2 span::after,.contact h2 span::after,.news h2 span::after,.work h2 span::after,.shop h2 span::after{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: -64px;
    margin: auto;
    width: 60px;
    height: 1px;
    background-color: #262626;
}

.about p{
    position: relative;
    top: 10%;
    left: 20%;
    width: 72%;
}
    
.contact p,.news p{
    width: 90%
}


/* --- about --- */

.about .inner{
    height: 550px;
    width: 100%;
}


/* --- member --- */

.member{
    height: auto;
}
    
.member .inner{
    width: 100%;
}

.member ul.prof {
    padding: 15% 0;
}

.member .prof>li {
    float: none;
    width: 100%;
    background: #fdf7ea;
    padding: 0 40px;
    margin: 0;
}

.member ul li img{
    width: 35%;
    margin: 0;
}

.member .prof>li+li {
    margin: 50px 0 0;
}

.member p{
    line-height: 2em;
    font-size: 13px;
}

.member p span.name {
    font-weight: bold;
    font-size: 16px;
    line-height: 3em;
}


/* --- work --- */
.work .inner{
    width: 100%;
}

.work ul {
    width: 75%;
    margin: 10% 0 0 20%;
    display: block;
}

.work ul li {
    width: 100%;
}

.work ul li+li {
    margin-left: 0;
    margin-top: 50px;
}

a.work-more {
    margin: 35px 0 60px 60%;
}


.parallax {
  background-image: url('../img/p_img_sp.png');
  background-attachment: unset;
}

/* --- news --- *

.news{
    position: static;
    margin: 50px 0
}

.news ul{
    position: static;
}

.news ul li{
    position: relative;
    top: 100px;
    left: 20%;
    text-align: center;
    width: 30%;
}

.news ul li img{
    width: 40%;
}


/* --- shop --- */

.shop{
    margin-top: 50px;

}

.shop .inner-content {
    display: block;
}

.shop .left {
    position: relative;
    left: 20%;
    margin: 10% 0 0 20px;
}

.shop .slider-group {
    width: 99%;
    min-height: 250px;
    margin: 0 0 0 20px;
    left: 20%;
    top: 50px;
}

.shop .slider-card {
    flex: 0 0 auto;
    max-width: 250px;
    margin: 0 10px 0 0;
    height: 100%;
}

.shop .slider-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

a.shop-link{
    margin: 2em 25px 0 auto;
}



/* --- contact --- */

.contact{
    position: static;
    width: 100%;
    height: auto;
    padding: 50px 0;
}

.contact .inner{
    width: 100%;
}

.contact .inner-content {
    display: block;
    margin: 10% 0 0 20%;
}

.contact .right {
    width: 100%;
    margin: 30px 0 0 0;
}

.contact p {
    width: 100%;
}

.contact ul{
    width: 35%;
}



   
    
    
    
    
    
    
    
}