
/*  デフォルト
-------------------------------------------------------------*/
	* { 
    margin: 0px; 
    padding: 0px; 	
}

img {
    width: 100%;
    height: auto;
	vertical-align:top;
}


html {
	scroll-behavior: smooth;
	scroll-padding-top: 80px;
}



/* header */
.bottom-fixed-button {
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  padding-top: 0;
}

.bottom-fixed-button button {
  cursor: pointer;
  vertical-align: middle;
}

.bottom-fixed-button button:hover {
  opacity: 0.8;
}


.img-sp {
    display: none;
}

@media screen and (max-width:640px) {
    .img-pc {
        display: none;
    }
    .img-sp {
        display: block;
    }
}


@media screen and (max-width: 768px) {
  .u-pc-only {
    display: none;
  }
}

/* anker */

a{ color: #646262; }
a:link,
a:visited,
a:hover,
a:active{ text-decoration:underline; }
a:hover,
a,
input[type="submit"],
input[type="button"]{
    -webkit-transition:0.2s ease-in-out;
    -moz-transition:0.2s ease-in-out;
    -o-transition:0.2s ease-in-out;
    transition:0.2s ease-in-out;
}
a:hover{ opacity:0.8; }


mark {
	 background: linear-gradient(transparent 0%, #FFFF9D 0%);
}

/* main */

body{
	width: 100%; 
	margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
    font-size:15px;
    font-family: "游ゴシック Light", "游ゴシック", "YuGothic", sans-serif;
font-weight: 200;
	}

.product-main {
  width: 100%; 
position: static;
background-color: #ffffff;

  /* 画像を常に天地左右の中央に配置 */
  background-position: center center ;
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
}



/* box */


.product-flame {
    width:45%;
	max-width: 600px;
	padding: 0em;
    margin: 0em;
	margin-left: auto;
    margin-right: auto;
	background:#ffffff;
	
}

@media screen and (max-width:780px){
 
.product-flame  {
    width:100%; 
		padding: 0em;
    margin: 0em ;
} } 

.visual {
    width:100%; 
	padding: 0em;
    margin: 0em ;

	margin-left: auto;
    margin-right: auto;

}

.message {
    width:93%; 
	padding: 0em;
    margin: 0em ;

	margin-left: auto;
    margin-right: auto;

}


.title {
    width:50%; 
	padding:  8em 0em 2em 0em ; 
    margin: 0em ;
	margin-left: auto;
    margin-right: auto;
}


.product {
    width:100%; height:auto; border:0; vertical-align:bottom;　
	padding: 1em 0em;
    margin: 0em 0em;
	margin-bottom:  6em;
	margin-left: auto;
    margin-right: auto;
	
}




.lookbook {
    width:100%; 
	padding:  0em 0em;
    margin: 0em 0;
	margin-left: auto;
    margin-right: auto;
}



.buynow {
    width:60%; 
	padding:  8em 0em 8em 0em ; 
    margin: 0em 0;
	margin-left: auto;
    margin-right: auto;
}





.sns-icon{
	display: flex;
	flex-wrap:wrap;
list-style-type: none;
  margin: 2em ;
  padding: 0em;
  justify-content: center;
	margin-left: auto;
    margin-right: auto;
	
}
.sns-icon li {
	width: calc(300px/3);/*←画像を横に4つ並べる場合*/
	padding:0 22px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
　　　　　	
}





.items{
display:flex;
flex-wrap:wrap;
justify-content:center;
align-items:center;
 
}
 
.item{
box-sizing: border-box;
margin:0 0 0 0;
padding: 5px;
width: calc(50% - 5px / 2);
}
.item:nth-child(2n){
margin-right:0;
}














header {
	background:#fff;
	 z-index: 1000;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}






	#g_navi ul {
		display: flex;
		background:#000;
		padding: 0 3%;
		width: 94%;
		max-width: 960px;
		list-style-type: none;
		margin-bottom:  9em;
	}
		#g_navi ul li {
			position: relative;
			width: 20%;
		}
		#g_navi ul li:first-child::before {
			position: absolute;
			display: block;
			content: "";
			top: 25%;
			left: 0px;
			width: 1px;
			height: 50%;
		
		}
		#g_navi ul li::after {
			position: absolute;
			display: block;
			content: "";
			top: 25%;
			right: 0px;
			width: 1px;
			height: 50%;
			
		}
			#g_navi ul li a {
				display: block;
				padding:10px 10px;
				color: #6f76ff;
				text-align: center;
				text-decoration: none;
				font-size: 1.5em;
			}


@media screen and (max-width:780px){
	
	#g_navi ul li a {
				display: block;
				padding:10px 0px;
				color: #6f76ff;
				text-align: center;
				text-decoration: none;
				font-size: 0.7em;
			}
	}





/* footer */

footer {
 text-align: center;
 padding: 30px;
}
.footer a {
 text-decoration: none;
}
.footer a:hover {
opacity: 0.7;
}
.footer .menu {
 display: flex;
 flex-wrap: wrap;
 margin: 1em;
 padding: 0;
 list-style: none;
 justify-content: center;
	font-size: 14px;
}

@media screen and (max-width:780px){
.footer .menu {
	font-size: 12px;
}
}


.footer .menu li {
 margin: 0;
 padding: 0 20px;
}

.footer_copyrights {
	color: #646262;
	text-align: center;
	font-size: 14px;
	margin: 15px 15px 0px 15px;
}
