@charset "UTF-8";

/*font*/

.en_mon {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.2rem;
	line-height: 1.6;
}







.wrapper {
	width: 100%;
	position: relative;
	top: 140px;
}

/*パンくずリスト*/
.breadcrumbs {
	max-width: 100%;
	margin: 0 auto;
	padding: 0px 0 20px 20px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}
.breadcrumbs li a {
	font-size: 10px;
	color: #6e371d;
	font-weight: 500;
	line-height: 1.6;
	text-decoration: none;
}
.breadcrumbs li::after{
	font-size: 10px;
	color: #6e371d;
	content: '_';
	display: inline-block;
	padding: 0 6px; /*左右に余白*/
}
.breadcrumbs li:last-child::after{
	display: none;
}
.breadcrumbs li p {
	font-size: 10px;
	color: #6e371d;
	font-weight: 500;
	margin-top: 6px;
}
/*パンくずリストここまで*/


.main_visual {
	width: 100%;
	min-width: 1000px;
	height: 400px;
	background-image: url("../images/cotorica/cotorica_image_01.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 23%;
	background-size: cover;
}

.main_visual_sp {
	display: none;
}

/*説明文*/
.description {
	width: 60%;
	margin: 0 auto 100px;;
}
.description h2 {
	margin: 100px 0 60px;
	font-size: 1.5rem;;
	color: #6e371d;
	font-family: 'Bellefair', serif;
	letter-spacing: 0.4rem;
	font-weight: normal;
}
.line {
	width: 40px;
	border-bottom: solid 1px #6e371d;
	margin-bottom: 60px;
}

.wrapper2 {
	display: flex;
	justify-content: space-between;
}
.description2 aside {
	font-size: 10px;
	color: #6e371d;
	margin-bottom: 1rem;
}
.description2 p {
	font-size: 12px;
	color: #6e371d;
	margin-bottom: 2rem;
	
}
.description3 {
	width: 50%;
}
.description3 aside {
	font-size: 10px;
	color: #6e371d;
	margin-bottom: 0.6rem;
}
.description3 p {
	font-size: 12px;
	color: #6e371d;
	line-height: 2.2;
	text-align: justify;
}
.description_sp {
	display: none;
}
/*説明分ここまで*/



.wrapper3 {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.image_1 {
	width: 100%;
	height: 600px;
	margin: 0 auto 120px;
	background-image: url("../images/cotorica/cotorica_02.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}
.description4 {
	width: 80%;
	font-size: 12px;
	color: #6e371d;
	line-height: 2.2;
	text-align: center;
	margin: 0 auto;
}
.description4_sp {
	display: none;
}
.image_2 {
	width: 85%;
	height: 500px;
	margin: 130px auto 80px 0;
	background-image: url("../images/cotorica/cotorica_shop_01.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}



.wrapper4 {
	width: 60%;
	margin-left: auto;
	text-align: right;
}
.bxslider li {
	width: 60%;
}

.wrapper5 {
	width: 90%;
	max-width: 1000px;
	margin: 240px auto 0;
	display: flex;
	justify-content: space-between;
}
.wrapper5 img {
	width: 49%;
}

.wrapper6 {
	width: 60%;
	margin: 80px auto;
	text-align: center;
}

.wrapper7 {
	width: 100%;
	margin: 300px auto 0;
}

.wrapper8 {
	width: 90%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	text-align: center;
	margin: 0 auto;
}

.image_3 {
	width: 55%;
}
.image_4 {
	width: 40%;
	margin-top: 500px;
}
.image_5 {
	width: 100%;
	height: 500px;
	margin: 200px auto 100px;
	background-image: url("../images/cotorica/cotorica_image_04.jpg");
	background-repeat: no-repeat;
	background-position: 50% 40%;
	background-size: cover;
}

.image_6 {
	width: 50%;
	margin-top: 100px;
}

.wrapper9 {
	width: 80%;
	display: flex;
	margin: 100px 0 0 auto;
	justify-content: space-between;
}
.image_8 {
	width: 30%;
	margin-left: auto;
}
.image_9 {
	width: 30%;
	margin: 0 50px 0 20px;
}


.image_10 {
	width: 100%;
	height: 500px;
	margin: 300px auto 200px;
	background-image: url("../images/cotorica/cotorica_image_09.jpg");
	background-repeat: no-repeat;
	background-position: 50% 8%;
	background-size: cover;
}

.wrapper10 {
	width: 80%;
	display: flex;
	margin: 100px 0 0 auto;
	justify-content: space-between;
}
.image_11 {
	width: 24%;
	margin: 100px 0 200px;
}
.image_12 {
	width: 60%;
	margin: 200px auto 0;
}



.wrapper11 {
	width: 90%;
	margin: 0 auto;
}

.catalog_1 {
	width: 90%;
	height: 600px;
	margin: 300px auto 0;
	background-image: url("../images/cotorica/cotorica_catalog_01.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}
.catalog_2 {
	width: 90%;
	height: 600px;
	margin: 40px auto 0;
	background-image: url("../images/cotorica/cotorica_catalog_02.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}
.catalog_3 {
	width: 90%;
	height: 600px;
	margin: 40px auto 0;
	background-image: url("../images/cotorica/cotorica_catalog_03.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}
.catalog_4 {
	width: 90%;
	height: 600px;
	margin: 40px auto 0;
	background-image: url("../images/cotorica/cotorica_catalog_04.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}
.catalog_5 {
	width: 90%;
	height: 600px;
	margin: 40px auto 0;
	background-image: url("../images/cotorica/cotorica_catalog_05.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}
.movie {
	width: 90%;
	height: 600px;
	margin: 200px auto 0;
	background-image: url("../images/cotorica/cotorica_catalog_06.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}


.copyright {
	font-size: 6px;
	color: #6e371d;
	text-align: center;
	padding: 300px 0 20px;
}





/*スクロールしてトップに戻る*/
#top_scroll {
	position: relative;
	z-index: 100;
	margin: 0;
	padding: 0;
}

#page-top1 {
	display: block;
	position: fixed;
	z-index: 9999;
	bottom: -250px;
	right: 50px;
	width: 30px;
	height: 30px;
	padding: 0;
	transition: 1s;
	-webkit-transition: 1s;
}

#page-top1:hover{ 
	transform: translateY(-10px);
	opacity: 0.7;
}


/*画像を下からフェードイン*/
.slide-bottom {
   opacity: 0;
   transform: translateY(30px);
   transition: all 1s 0s ease-out;
 }


















@media screen and (max-width: 480px) {


	
	
.wrapper .wrapper3 .wrapper7 .wrapper8 {
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
}

.main_visual {
	display: none;
}
.main_visual_sp {
	display: block;
	width: 100%;
	max-width: 480px;
	height: auto;
}

/*説明文*/
.description {
	display: none;
}	
.description_sp {
	display: block;
	width: 80%;
	margin: 0 auto 100px;
}
.description_sp h2 {
	margin: 60px 0 30px;
	font-size: 1.5rem;;
	color: #6e371d;
	font-family: 'Bellefair', serif;
	letter-spacing: 0.4rem;
	font-weight: normal;text-align: left;
	
}
.description_sp p {
	padding: 0;
}
.wrapper2 {
	display: inline-block;
	margin-top: -30px;
}
.description3 {
	width: 100%;
}
/*説明文ここまで*/	
	
.image_1 {
	height: 280px;
	margin: -40px auto 60px;
	background-position: 50%;
	background-size: 130%;
}

.description4 {
	display: none;
}
.description4_sp {
	display: block;
	width: 80%;
	font-size: 12px;
	color: #6e371d;
	line-height: 2.0;
	text-align: justify;
	margin: 0 auto -60px;
}
.image_2 {
	width: 90%;
	height: 240px;
	background-size: cover;
}

/*shop*/
.wrapper4 {
	width: 75%;
	margin-top: -40px;
	text-align: right;
}

/*dm & tabloid*/
.wrapper5 {
	width: 100%;
	max-width: 480px;
	margin: 100px auto -30px;
}
.wrapper5 img {
	width: 48%;
}
.wrapper6 {
	width: 70%;
}

/*visual*/
.wrapper7 {
	margin: 20px auto 0;
}
.image_3 {
	width: 60%;
}
.image_4 {
	width: 36%;
	margin-top: 200px;
}
.image_5 {
	margin: 80px auto 0;
	background-position: 48% 68%;
	background-size: 300%;
}
.image_6 {
	width: 60%;
	margin-top: 80px;
}
.wrapper9 {
	width: 86%;
	max-width: 480px;
	display: flex;
}
.wrapper9 img {
	width: 48%;
	margin: -40px 0 0;
}
.image_9 {
	margin: 0 0 0 10px;
}
.image_10 {
	margin: 100px auto 60px;
}
.wrapper10 {
	width: 86%;
	max-width: 480px;
	display: flex;
}
.wrapper10 img {
	width: 24%;
	margin: -40px 0 60px;
}
.image_12 {
	width: 100%;
	max-width: 480px;
	margin: 80px auto 60px;
}


/*catalog & movie*/
.wrapper11 section {
	height: 220px;
	margin: 10px auto 0;
}
.wrapper11 .movie {
	height: 300px;
	margin: 40px auto 0;
}



.copyright {
	padding: 200px 0 20px;
}







/*画像を下からフェードイン*/
.slide-bottom {
   opacity: 0;
   transform: translateY(30px);
   transition: all 1s 0s ease-out;
 }






}