@charset "UTF-8";


.container {
position: relative;
width: px;
height: px;
}

.image {
position: absolute;
width: 100%;
opacity: 0;
animation: change-img-anim 6s infinite;
}

.image:nth-of-type(1) {
animation: change-img-anim-first 5s infinite;
animation-delay: 0s;
}

.image:nth-of-type(2) {
animation-delay: 3s;
}



/* アニメーション --------------------------------------------------- */

.InView1,
.InView2,
.InView3 {
opacity: 0;
}

.InView4 {
opacity: 0;
}

@media only screen and (max-width: 767px) {

	.InView1 {
	transition: opacity 1.5s ease 0.01s;
	}

	.InView2 {
	transition: opacity 1.5s ease 0.01s;
	}

	.InView3 {
	transition: opacity 1.5s ease 0.5s;
	}

	.InView4 {
	transition: opacity 1.5s ease 0.01s;
	}

}

@media print, screen and (min-width: 768px) {

	.InView1 {
	transition: opacity 1.5s ease 0.01s;
	}
	
	.InView2 {
	transition: opacity 1.5s ease 0.5s;
	}

	.InView3 {
	transition: opacity 1.5s ease 0.01s;
	}

	.InView4 {
	transition: opacity 1.5s ease 0.01s;
	}

}

@media print, screen and (min-width: 1090px) {

}

.Effect1 {
opacity: 1;
}

.Effect2 {
opacity: 1;
}



/* 見出し --------------------------------------------------- */

.MdsH2 {
display: inline-block;
position: relative;
line-height: 1.0em;
font-weight: 400;
color: #5b4836;
}

.MdsH2:before,
.MdsH2:after {
position: absolute;
top: 50%;
background-repeat: no-repeat;
background-size: contain;
content: "";
}

.MdsH2:before {
background-image: url(../img/Mds_ItemL.png);
}

.MdsH2:after {
background-image: url(../img/Mds_ItemR.png);
}

@media only screen and (max-width: 767px) {

	.MdsH2 {
	font-size: 193%;
	}

	.MdsH2:before,
	.MdsH2:after {
	width: 30px;
	height: 2.5px;
	margin-top: -2px;
	}

	.MdsH2:before {
	left: -40px;
	}
	
	.MdsH2:after {
	right: -35px;
	}

}

@media only screen and (max-width: 372px) {

	.MdsH2 {
	font-size: 154%;
	}

}

@media print, screen and (min-width: 768px) {

	.MdsH2 {
	font-size: 333%;
	}

	.MdsH2:before,
	.MdsH2:after {
	width: 75px;
	height: 5px;
	margin-top: -2px;
	}

	.MdsH2:before {
	left: -110px;
	}
	
	.MdsH2:after {
	right: -105px;
	}

}

@media print, screen and (min-width: 1090px) {

}



/* ボタン --------------------------------------------------- */

.Btn {
display: inline-block;
border: 1px solid #3e3a39;
line-height: 1.0em;
text-align: center;
color: #3e3a39 !important;
background: #fff;
}

.Btn2 {
display: inline-block;
line-height: 1.0em;
text-align: center;
color: #fff !important;
background: #3e3a39;
}

@media only screen and (max-width: 767px) {

	.Btn {
	padding: 18px 70px;
	font-size: 94%;
	}
	
}

@media print, screen and (min-width: 768px) {

	.Btn {
	padding: 20px 80px;
	font-size: 107%;
	}
	
}

@media print, screen and (min-width: 1090px) {

	.Btn:hover {
	color: #fff !important;
	background: #3e3a39;
	opacity: 1;
	}

}



/* バックナンバー --------------------------------------------------- */

.BackNumberWrap {
background: #faf8ef !important;
}



/* キービジュアル --------------------------------------------------- */

#KeyVisual {
position: relative;
text-align: center;	
}

#KeyVisual .Title {
position: absolute;
}	

@media only screen and (max-width: 767px) {

	#KeyVisual {
	margin-top: 50px;
	}
	
	#KeyVisual .Title {
	top: -35px;
	left: 15px;
	}
	
	#KeyVisual .Title img {
	width: 100px;
	height: auto;
	}

}

@media print, screen and (min-width: 768px) {
		
	#KeyVisual .Title {
	top: 16%;
	left: 0;
	margin-left: -3%;
	}

	#KeyVisual .Title img {
	width: 62%;
	height: auto;
	}	

	#KeyVisual #SlideKeyVisual li {
	padding-left: 8%;
	}
	
}


@media print, screen and (min-width: 1090px) {

	#KeyVisual .Title {
	left: 2%;
	}

	#KeyVisual .Title img {
	width: 70%;
	height: auto;
	}	
	
	#KeyVisual #SlideKeyVisual li {
	padding-left: 7%;
	}
	
}



/* 導入 --------------------------------------------------- */

.SectionIntro h1.Mds {
font-weight: 500;
}

.SectionIntro h2.Mds {
font-weight: 400;
}

.SectionIntro .ShopList {
color: #faf8ef;
background: #3e3a39;
}

@media only screen and (max-width: 767px) {

	.SectionIntro {
	padding-top: 6%;
	background: #faf8ef;
	}

	.SectionIntro .LeadUnit {
	padding: 0 7%;
	}

	.SectionIntro .LeadUnit .ListKome {
	margin-top: 4%;
	font-size: 74%;
	}
	
	.SectionIntro .Photo {
	margin-top: 8%;
	}
	
	.SectionIntro h1.Mds {
	font-size: 154%;
	text-align: center;
	}

	.SectionIntro .Lead1 {
	margin-top: 6%;
	font-size: 94%;
	line-height: 2.0em;
	}

	.SectionIntro .ShopList {
	margin-top: 6%;
	padding: 7%;
	}

	.SectionIntro h2.Mds {
	font-size: 114%;
	}

	.SectionIntro .Lead2 {
	margin-top: 2%;
	font-size: 87%;
	}
	
}

@media print, screen and (min-width: 768px) {

	.SectionIntro {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding-top: 6%;
	background: #faf8ef;
	}

	.SectionIntro .LeadUnit {
	order: 2;
	width: 50%;
	padding-left: 4%;
	padding-right: 4%;
	}

	.SectionIntro .LeadUnit .ListKome {
	margin-top: 4%;
	font-size: 87%;
	}
	
	.SectionIntro .Photo {
	order: 1;
	width: 50%;
	}

	.SectionIntro .Photo li {
	margin-bottom: 8%;
	}

	.SectionIntro .Photo li:last-child {
	margin-bottom: 0;
	}	


	.SectionIntro .Photo li:nth-child(odd) {
	padding-right: 6%;
	}

	.SectionIntro .Photo li:nth-child(even) {
	padding-left: 6%;
	}
		
	.SectionIntro h1.Mds {
	font-size: 147%;
	}

	.SectionIntro .Lead1 {
	margin-top: 4%;
	font-size: 107%;
	line-height: 2.4em;
	}

	.SectionIntro .ShopList {
	margin-top: 6%;
	padding: 20px;
	}

	.SectionIntro h2.Mds {
	font-size: 134%;
	}

	.SectionIntro .Lead2 {
	margin-top: 2%;
	font-size: 107%;
	}

}

@media print, screen and (min-width: 1090px) {

	.SectionIntro {
	padding-top: 8%;
	}	

	.SectionIntro h1.Mds {
	font-size: 160%;
	}

	.SectionIntro .Lead1 {
	margin-top: 5%;
	}

	.SectionIntro .ShopList {
	padding: 40px;
	}

}



/* モデルカット --------------------------------------------------- */

.SectionModelWrap .BtnTo {
text-align: center;
}
	
.SectionModel .Credit {
font-weight: 400;
color: #000;
}

.SectionModel .Credit span {
font-weight: 700;
}

@media only screen and (max-width: 767px) {

	.SectionModelWrap {
	padding-top: 12%;
	padding-bottom: 16%;
	background: #faf8ef;
	}

	.SectionModelWrap .BtnTo {
	margin-top: 6%;
	padding: 0 7%;
	}

	.SectionModelWrap .BtnTo .Btn2 {
	width: 100%;
	padding: 20px 0;
	font-size: 114%;
	}
		
	.SectionModel {
	margin-top: 6%;
	}

	.SectionModel .Photo1 {
	padding: 0 7%;
	}
	
	.SectionModel .Photo2 {
	margin-top: 6%;
	}

	.SectionModel.L .Photo2 {
	padding-right: 14%;
	}

	.SectionModel.R .Photo2 {
	padding-left: 14%;
	}
		
	.Credit {
	margin-top: 2%;
	padding: 0 7%;
	font-size: 80%;
	}

	.R .Credit {
	text-align: right;
	}
	
	.BtnBuy a {
	display: block;
	width: 90px;
	margin: 2% 0 0 7%;
	padding: 7px 20px 6px 20px;
	background: #4c4b48;
	font-size: 15px;
	font-weight: 300;
	line-height: 1em;
	letter-spacing: 0.1em;
	}
	
	.BtnBuy span {
	display: inline-block;
	padding-top: 3px;
	padding-left: 18px;
	color: #fff;
	background: url(../img/Icon_Cart.png) no-repeat;
	background-position: 0 45%;
	background-size: 12px auto;
	}

	.BtnSoldout a {
	display: block;
	width: 30%;
	margin: 2% 0 0 7%;
	padding: 10px 3px 7px 6px;
	box-sizing: border-box;
	background: #3e3a39;
	font-size: 108%;
	font-weight: 300;
	color: #fff;
	text-align: center;
	line-height: 1em;
	letter-spacing: 0.1em;
	}

	.R .BtnBuy {
	margin: 0 7%;
	}

	.R .BtnSoldout {
	margin: 0 7%;
	}


	.R .BtnBuy a {
	margin: 2% 0 0 auto !important;
	}
	
	.R .BtnSoldout a {
	margin: 2% 0 0 auto !important;
	}

	.SectionItem {
	margin-top: 6%;
	padding-bottom: 10%;
	}

	.SectionItem .Photo1 {
	margin-top: 6%;
	}
			
	.SectionItem.L .Photo1 {
	padding-left: 38%;
	}

	.SectionItem.L .Photo2 {
	margin-top: 6%;
	padding: 0 7%;
	}

	.SectionItem.R .Photo1 {
	padding-right: 38%;
	}

	.SectionItem.R .Photo2 {
	margin-top: 6%;
	padding: 0 7%;
	}
		
}

@media screen and (max-width:320px) {
 
	.BtnBuy a {
	width: 28%;
	}
	
	.BtnSoldout a {
	width: 35%;
	}
 
}

@media print, screen and (min-width: 768px) {

	.SectionModelWrap {
	padding-top: 4%;
	padding-bottom: 12%;
	background: #faf8ef;
	}

	.SectionModelWrap .BtnTo {
	margin-top: 2.5%;
	}

	.SectionModelWrap .BtnTo .Btn2 {
	width: 32%;
	padding: 30px 0;
	font-size: 172%;
	}
		
	.SectionModel {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 4%;
	}

	.SectionModel .Photo1 {
	width: 50%;
	}

	.SectionModel .Photo2 {
	width: 50%;
	}

	.SectionModel.L .Photo1 {
	padding-right: 2.5%;
	}

	.SectionModel.L .Photo2 {
	padding-left: 1%;
	}

	.SectionModel.R {
	flex-flow: row-reverse wrap;
	}

	.SectionModel.R .Photo1 {
	padding-left: 2.5%;
	}

	.SectionModel.R .Photo2 {
	padding-right: 1%;
	}
	
	.Credit {
	margin-top: 2%;
	}

	.R .Credit {
	text-align: right;
	}
	
	.BtnBuy {
	display: block;
	width: 100px;
	margin-top: 2%;
	padding: 6px 23px 6px 23px;
	box-sizing: border-box;
	background: #4c4b48;
	font-size: 108%;
	font-weight: 300;
	line-height: 1em;
	letter-spacing: 0.1em;
	}
	
	.BtnBuy span {
	display: inline-block;
	padding-top: 3px;
	padding-left: 18px;
	color: #fff;
	background: url(../img/Icon_Cart.png) no-repeat;
	background-position: 0 45%;
	background-size: 12px auto;
	}

	.BtnSoldout {
	width: 115px;
	margin-top: 2%;
	padding: 9px 3px 7px 7px;
	box-sizing: border-box;
	background: #3e3a39;
	font-size: 108%;
	font-weight: 300;
	color: #fff;
	text-align: center;
	line-height: 1em;
	letter-spacing: 0.1em;
	}
	
	.SectionModel.R .BtnBuy {
	margin: 2% 0 0 auto;
	}
	
	.SectionModel.R .BtnSoldout {
	margin: 2% 0 0 auto;
	}

	.SectionItem {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 4%;
	padding-bottom: 7%;
	}
	
	.SectionItem .Photo1 {
	width: 45%;
	}

	.SectionItem .Photo2 {
	width: 55%;
	}

	.SectionItem.L .Photo1 {
	order: 2;
	padding-left: 2.5%;
	padding-right:5%;
	}

	.SectionItem.L .Photo2 {
	order: 1;
	padding-right:1%;
	}
	
	.SectionItem.R .Photo1 {
	padding-left:5%;
	padding-right: 2.5%;
	}

	.SectionItem.R .Photo2 {
	padding-left:1%;
	}	

}

@media print, screen and (min-width: 1090px) {

	.SectionModelWrap {
	padding-top: 6%;
	}
	
}



/* アトリエ紹介 --------------------------------------------------- */

.SectionAtelier {
text-align: center;
background: #ffffff;
}

.SectionAtelier .Lead1 {
text-align: left;
}

@media only screen and (max-width: 767px) {

	.SectionAtelier {
	margin-top: 0%;
	padding: 12% 7%;
	}

	.SectionAtelier.MT0 {
	margin-top: 0;
	}

	.SectionAtelier .Photo {
	margin-top: 8%;
	}

	.SectionAtelier .Lead1 {
	margin-top: 6%;
	font-size: 94%;
	line-height: 2.2em;
	}

	.SectionAtelier .BtnTo {
	margin-top: 6%;
	}

}

@media print, screen and (min-width: 768px) {

	.SectionAtelier {
	margin-top: 0%;
	padding: 8% 0;
	}

	.SectionAtelier.MT0 {
	margin-top: 0;
	}

	.SectionAtelier .Photo {
	margin-top: 4%;
	padding: 0 17%;
	}

	.SectionAtelier .Lead1 {
	margin-top: 4%;
	padding: 0 25%;
	font-size: 107%;
	line-height: 2.4em;
	}

	.SectionAtelier .BtnTo {
	margin-top: 3%;
	}

}

@media print, screen and (min-width: 1090px) {

}



/* slick --------------------------------------------------- */

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



/* 印刷用設定 --------------------------------------------------- */

@media print {

	.InView1,
	.InView2,
	.InView3, 
	.InView4 {
	opacity: 1 !important;
	}

}


