@charset "utf-8";
/* CSS Document */
body{
	font-family: soleil,"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-style: normal;
}

/* ナビゲーション */
.fs-c-breadcrumb {
	display: none;
}

/* 右のカートボタン */
.fs-p-scrollingCartButton {
	display: none;
}

/*フェードアップ*/
.fadeUpTrigger {
opacity: 0;
}

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration:3s;
    animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes fadeUpAnime{
from {
    opacity: 0;
    transform: translateY(100px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

/*タイトル固定*/
.title {
    height: 160px;/*高さ指定*/
	width:100%;/*横幅指定*/
    background:#fff;
    padding-top: 24px;
}

.title.fixed {
	position: fixed;/*fixedを設定して固定*/
  z-index: 999;/*最前面へ*/
  top:0;/*位置指定*/
  left:0;/*位置指定*/
}

/*#2の時の表示位置調整*/
a.anchor{
    display: block;
    padding-top: 280px;
    margin-top: -280px;
}


h1{
	font-family: 'ingra-condensed', sans-serif;
	font-size: 24pt;
	font-weight: 200;
	line-height: 1.4;
}

h2{
	font-family: 'ingra', sans-serif;
	font-size: 14pt;
	font-weight: 400;
	line-height: 1.1;
}


ul {
padding: 0px;
}

ul {
    display: block;
    list-style-type: disc;
}

img{	
	border: 0;
	width: 100%;
	vertical-align: bottom;
	padding: 0;
}

.modal_box img {
	max-width: 500px; /* 最大幅 */	
	width: auto;
	height: auto;
	padding: 0;
}

.wrapper{
	width: 1000px;
	margin: 30px auto 0;
	padding: 0;
	text-align: center;
	overflow:hidden;
}

.image ul{
	width:100%;
	display:block;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.image li{
	list-style: none;
	display:block;
	width: 50%;
	margin:  0;
	padding: 1%;
	float:left;
}

.image li.image_top{
	list-style: none;
	display:block;
	width: 100%;
	margin:  0;
	padding: 1%;
	float:left;
}

.modal_open{
    display: inline-block;
}
 
.modal_box {
    position: fixed;
    z-index: 7777;
    display: none;
    width: 80%;
	max-height: 100vw;
    max-width: 600px;
    padding: 60px 2vw 40px;
    border: 0;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
    overflow: auto;
}

.modal_comment{
	width: 100%;
	padding: 2vw;
}


.modal_close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 60px;
    font-size: 36px;
    color: #666666;
    line-height: 60px;
    text-align: center;
}
 
.modal_close i {
    line-height: 50px;
    vertical-align: bottom;
}
 
.modal_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6666;
    display: none;
    width: 100%;
    height: 120%;
    background-color: rgba(0,0,0,0.7);
}
.link-area ul {
	margin:0;
} 

.link_area {
    overflow: hidden;
    max-width: 140px;
    margin: 15px auto 0;
    text-align: center;
}
 
.link_area .modal_link {
    display: inline;
}
 
.link_area .modal_link a {
    display: inline-block;
    width: 45px;
    color: #696969;
    line-height: 1.0;
    text-decoration: none;
    margin: 5px;
}
 
.link-area ul li.modal_link:first-child a {
    float: left;
}
 
.link-area ul li.modal_link:last-child a {
    float: right;
}
 
.modal_switch {
	font-size: 30px;	
}
 
.modal_box_item_area ul li {
	list-style: none;
}

.modal_box_item_area ul li p .buynow-btn {
    text-align: right;
}

.modal_box_item_area ul li p .buynow-btn {
    padding: 0;
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
}
  
.modal_box_item_area ul li p {
    width: 100%;
	max-width: 450px;
    text-align: left;
    display: table;
    padding: 0;
    margin: 8px auto;
}


.modal_box_item_area p {
	margin-block-start: 0.1em;
    margin-block-end: 0.1em;
}

.modal_box_item_area ul li p .modal_box_item_info , .buynow-btn {
    padding: 0 5px;
    font-size: 12px;
    font-family: 'ingra', sans-serif;
    font-weight: 200;
}

.modal_box_item_area ul li p .buynow-btn a {
    background-color: #1a1a1a;
    color: white;
    padding: 2px 5px;
    display: inline-block;
    text-align: center;
    text-decoration: unset;
}

 .modal_box_item_info {
    text-align: left;
}


.coming-btn {
	font-size: 12px;
    color: #777;
    padding: 2px 0px;
    text-align: right;
	display: table-cell;
    overflow: hidden;
    vertical-align: middle;
}


.lookbook_continued{
	font-family: 'Red Hat Display', sans-serif;
    font-size: 18px;
    text-align: center;
    padding-top: 40px;
}

.slideshow,.slideshow2 {
   position: relative;
   height: 705px;
    margin: 40px auto 0;
    width: 98%;
}
.slideshow img,.slideshow2 img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
.slideshow img.active,.slideshow2 img.active {
   z-index: 10;
   opacity: 1.0;
}
.slideshow img.last-active,.slideshow2 img.last-active {
   z-index: 9;
}


.slick-initialized .slick-slide {
    line-height: 0;
    font-size: 0;
}