@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;
}
*/



/* 共通 --------------------------------------------------- */

:root {

--border-color1: #34332a;

}


@media only screen and (max-width: 767px) {

	:root {
	--border-width1: 1px;
	}

}

@media print, screen and (min-width: 768px) {

	:root {
	--border-width1: 2px;
	}

}



/* アニメーション --------------------------------------------------- */

.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: #efefef !important;
}



/* キービジュアル --------------------------------------------------- */

#KeyVisual {
position: relative;
}

#KeyVisual .Title {
position: absolute;
}

/* アニメーション */
@keyframes effectZoom {

	0% {
	transform: scale(1);
	}
	
	100% {
	transform: scale(1.1);
	}

}

.SlideKeyVisual_Each_Zoom {
animation: effectZoom 10s 0s forwards;
}

@media only screen and (max-width: 767px) {

	#KeyVisual .Title {
	left: 15px;
	top: 15px;
	}
	
	#KeyVisual .Title img {
	width: 100px;
	height: auto;
	}

	#SlideKeyVisual {
	border: var(--border-width1) solid var(--border-color1);
	}


}

@media print, screen and (min-width: 768px) {
		
	#KeyVisual .Title {
	left: 6%;
	top: 8%;
	}

	#KeyVisual .Title img {
	width: 240px;
	}

	#SlideKeyVisual {
	height: 100vh;
	border: var(--border-width1) solid var(--border-color1);
	overflow: hidden;
	}

	#SlideKeyVisual img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	object-position: 100% 30%;
	}
		
}

@media print, screen and (min-width: 1090px) {

}



/* 導入 --------------------------------------------------- */

.SectionIntro h1.Mds {
font-weight: 500;
}

.SectionIntro h2.Mds {
font-weight: 400;
}

.SectionIntro .ShopList {
color: #efefef;
background: #3e3a39;
}

@media only screen and (max-width: 767px) {

	.SectionIntro {
	padding-top: 6%;
	background: #efefef;
	}

	.SectionIntro .LeadUnit {
	padding: 0 7%;
	}

	.SectionIntro .LeadUnit .ListKome {
	margin-top: 4%;
	font-size: 74%;
	}
	
	.SectionIntro .Photo {
	margin-top: 8%;
	}

	.SectionIntro .Photo img {
	border: var(--border-width1) solid var(--border-color1);
	}

	.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%;
	}

	.SectionIntro .Photo {
	padding: 0 7%;
	}
	
}

@media print, screen and (min-width: 768px) {

	.SectionIntro {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding-top: 6%;
	background: #efefef;
	}

	.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 img {
	border: var(--border-width1) solid var(--border-color1);
	}
	
	.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: #efefef;
	}

	.SectionModelWrap .BtnTo {
	margin-top: 6%;
	padding: 0 7%;
	}

	.SectionModelWrap .BtnTo .Btn2 {
	width: 100%;
	padding: 20px 0;
	font-size: 114%;
	}
		
	.SectionModel {
	margin-top: 20%;
	}

	.SectionModel:first-of-type {
	margin-top: 8%;
	}

	.SectionModel .Photo {
	margin-top: 6%;
	}

	.SectionModel .Photo img {
	border: var(--border-width1) solid var(--border-color1);
	}

	.SectionModel .SetL {
	padding-right: 20%;
	}

	.SectionModel .SetL2 {
	padding-left: 5%;
	padding-right: 20%;
	}

	.SectionModel .SetR {
	padding-left: 25%;
	}

	.SectionModel .SetR2 {
	padding-left: 25%;
	padding-right: 5%;
	}

	.SectionModel .SetC {
	padding: 0 12%;
	}
	
	.Credit_Unit {
	margin-top: 4%;
	}

	.Credit {
	font-size: 12px;
	}
	
	.BtnBuy a {
	display: block;
	width: 90px;
	margin-top: 2%;
	padding: 7px 20px 6px 20px;
	border: 1px solid #000;
	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: #000;
	background: url(../img/Icon_Cart.png) no-repeat;
	background-position: 0 45%;
	background-size: 12px auto;
	}

	.BtnSoldout {
	display: inline-block;
	margin-top: 2%;
	padding: 7px 20px 6px 20px;
	border: 1px solid #000;
	font-size: 15px;
	font-weight: 300;
	line-height: 1em;
	letter-spacing: 0.1em;
	}

	.BtnToList {
	margin-top: 15% !important;
	}

}

@media print, screen and (min-width: 768px) {

	.SectionModelWrap {
	padding-top: 4%;
	padding-bottom: 12%;
	background: #efefef;
	}

	.SectionModelWrap .BtnTo {
	margin-top: 2.5%;
	}

	.SectionModelWrap .BtnTo .Btn2 {
	width: 32%;
	padding: 30px 0;
	font-size: 172%;
	}
		
	.SectionModel {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin-top: 10%;
	}

	.SectionModel:first-of-type {
	margin-top: 6%;
	}

	.SectionModel .Photo {
	margin-top: 6%;
	}

	.SectionModel .Photo img {
	border: var(--border-width1) solid var(--border-color1);
	}

	.SectionModel .Photo1 {
	width: 47%;
	}

	.SectionModel .Photo2 {
	width: 53%;
	}

	.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_Unit {
	margin-top: 2%;
	}

	.Set_AlignR {
	text-align: right;
	}

	.BtnBuy {
	display: inline-block;
	width: 100px;
	margin-top: 2%;
	padding: 6px 23px 6px 23px;
	border: 1px solid #000;
	box-sizing: border-box;
	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: #000;
	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;
	border: 1px solid #000;
	box-sizing: border-box;
	font-size: 108%;
	font-weight: 300;
	color: #000;
	text-align: center;
	line-height: 1em;
	letter-spacing: 0.1em;
	}

	.BtnToList {
	margin-top: 10% !important;
	}

}

@media print, screen and (min-width: 1090px) {

}



/* アトリエ紹介 --------------------------------------------------- */

.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;
	}

}


