@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Shippori+Mincho:wght@400;500;600;700&display=swap');
@import url("https://use.typekit.net/bkr7uez.css");
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
/* Micro clearfix */

.cf { zoom: 1; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }

/* 必要要素の初期設定 */

body {
-webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 width: 100%;
 margin: 0;
 padding: 0;
 color:#333333;
 font-size: 12px;
 font-family:  "Shippori Mincho","Cormorant Garamond", serif;
 background-color:#ffffff;
 /*
 min-width:1000px;
 */
 
}

*:focus {
  outline: none;
}


a {
 text-decoration:none;
 outline:none;
}

a:focus{
	outline: none;
}

a:hover{
	opacity:0.7;	
}

a{
  -webkit-tap-highlight-color: rgba(0,0,0,0);
cursor:pointer;
}


ul {
 margin: 0;
 padding: 0;

}

li{
	list-style:none;	
}

/* ベースレイアウト */






#wrapper {
 width: 100%;
 margin: 0;
 padding:0;
	

 opacity: .0; 
	filter: alpha(opacity=0); 
	-ms-filter: "alpha(opacity=0)"; 
	-khtml-opacity: .0; 
	-moz-opacity: .0; 

	

}

canvas{
		position:absolute;
		position:fixed;
		z-index:-1;
}

.contents{
	width:100%;
	position:relative;
	
}

.announcebar{
	width: 96%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	background: #2141D1;
	display: block;
	margin: 20px auto;
	border-radius: 4px;
	font-size: 14px;
	font-family: "Manrope", sans-serif;
	font-weight: 500;
}

header{
	position: relative;
	z-index: 9999;
	width: 96%;
	margin: 40px auto;
	overflow: auto;
}



header .logo{
	display: block;
	float: left;
	margin: 0 0 24px 0;
}

header .hcopy{
	display: block;
	float: right;
	text-align: right;
	font-family: "Manrope", sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 1.6em;
	color: #2141D1;
	width: 336px;
}

	
header .menu{
	font-family: "Cormorant Garamond", serif;
	display: block;
	float: right;
	margin: 30px 40px 0 0;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

header .menu a{
	display: inline-block;
	margin: 0 40px 0 0;
	padding: 0;
	color:#000000;
}

header .menu a .smtitle{
	display: block;
	margin: 0;
	padding: 0;
	font-family: "Shippori Mincho", serif;
	font-size: 10px;
}


.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 60px;
  height: 32px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #293088;

}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
	width: 40px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 4px;
}


#menu01.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
#menu01.active span:nth-of-type(2) {
  opacity: 0;
}
#menu01.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}




/* コンテナのスタイル */
  .slider-container {
    position: relative;
    width: 96%;
    max-width: 96%;
    height: 100%;
    overflow: hidden;
    margin: auto;
	  display: block;
  }

  /* 画像のスタイル */
  .slider-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }


  .slider-container_sp {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
    margin: auto;
	   display: none;
  }

  /* 画像のスタイル */
  .slider-image_sp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }

  /* 表示中の画像にクラスを適用 */
  .active {
    opacity: 1;
  }






.scrollarea{
	width:100%;
	margin:40px 0 0 0;
	padding:0;
	position:relative;
	overflow: hidden;
}






.simply-scroll-container { 
	position: relative;
	background: #2141D1;
	padding: 40px 0;
}
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}
.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.simply-scroll-list li {
	list-style: none;
	float: left; /* Horizontal scroll only */
	padding: 0;
	margin: 0 40px 0 0;
	width: 1435px;
	height: 30px;
	
}
.simply-scroll-list li img {
	display: block;
	width: 100%;
	height: auto;

}


.cookjeans{
	display: block;
	width: 1180px;
	margin: 100px auto;
	overflow: auto;
}


.cookjeans img{
	display: block;
	float: left;
}

.cookjeans .cooktxt{
	width: 600px;
	float: right;
	display: block;
	line-height: 1.6em;
	font-size: 15px;
	font-family: "Noto Sans JP", sans-serif;
}


.cookjeans .eclink{
	display: block;
	width: 400px;
	text-align: center;
	margin: 0 0 0 80px;
	float: left;
}


.cookjeans .cooktxt2{
	
	display: block;
	line-height: 1.6em;
	font-size: 20px;
	font-weight: 500;
	padding: 0;
	margin: 40px 0 60px 0;
	font-family: "Noto Sans JP", sans-serif;
}

.cookjeans .cooktxt2 .blue{
	color: #2141D1;
}

.fcover{
	position: relative;
	display: block;
	width: 96%;
	margin: 40px auto;
}
.footer{
	clear: both;
	width:96%;
	background: #2141D1;
	border-radius: 8px;
	margin:  80px auto 20px auto;
	padding:50px 0;
	color: #ffffff;
}

.footer .f_img img{
	vertical-align: bottom;
	
}


.footer .fcont{
	display: block;
	overflow: auto;
}

.footer .fcont h3{
	color: #ffffff;
	display: block;
	float: right;
	text-align: right;
	font-family: "Manrope", sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 1.6em;
	width: 336px;
	padding: 0;
	margin: 0 40px 0 0;
}



.footer .fcont .flogo{
	margin: 0 0 0 40px;
	display: block;
	float: left;
}

.copyright{
	clear: both;
	display: block;
	margin: 50px 0 0 40px;
	padding: 0;
	font-size: 12px;
	font-weight: 600;
	font-family: termina, sans-serif;
	color:#ffffff;

	
	
}





.spbtn{
	display: none;
}

.spmenu{
	display: none;
}

.pc{
	display: block;
}

.sp{
	display:none;
}


@media only screen and (max-width: 1200px) {
	
}

@media only screen and (max-width: 800px) {
	
	
.sp{
	display: block;
}

.pc{
	display:none;
}

	

/* ベースレイアウト */


#wrapper {
 width: 100%;
 margin: 0;
 padding:0;
	

 opacity: .0; 
	filter: alpha(opacity=0); 
	-ms-filter: "alpha(opacity=0)"; 
	-khtml-opacity: .0; 
	-moz-opacity: .0; 

	

}

.contents{
	width:100%;
	position:relative;
	
}


.announcebar{
	width: 96%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	background: #2141D1;
	display: block;
	margin: 20px auto;
	border-radius: 4px;
	font-size: 14px;
	font-family: "Manrope", sans-serif;
	font-weight: 500;
}

header{
	position: relative;
	z-index: 9999;
	width: 96%;
	margin: 40px auto;
	overflow: auto;
}



header .logo{
	display: block;
	float: none;
	width: 243px;
	
	margin: 0 auto;
}

header .hcopy{
	display: block;
	float: none;
	text-align: right;
	font-family: "Manrope", sans-serif;
	font-weight: 600;
	font-size: 13px;
	line-height: 1.6em;
	color: #2141D1;
	width: 78%;
	padding: 0;
	margin: 40px 2% 0 20%;
}

	
header .menu{
	font-family: "Cormorant Garamond", serif;
	display: block;
	float: right;
	margin: 30px 40px 0 0;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

header .menu a{
	display: inline-block;
	margin: 0 40px 0 0;
	padding: 0;
	color:#000000;
}

header .menu a .smtitle{
	display: block;
	margin: 0;
	padding: 0;
	font-family: "Shippori Mincho", serif;
	font-size: 10px;
}


.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 60px;
  height: 32px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #293088;

}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
	width: 40px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 4px;
}


#menu01.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
#menu01.active span:nth-of-type(2) {
  opacity: 0;
}
#menu01.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}




/* コンテナのスタイル */
  .slider-container {
    position: relative;
    width: 96%;
    max-width: 96%;
    height: 100%;
    overflow: hidden;
    margin: auto;
	  display: block;
  }

  /* 画像のスタイル */
  .slider-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }


  .slider-container_sp {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
    margin: auto;
	   display: none;
  }

  /* 画像のスタイル */
  .slider-image_sp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }

  /* 表示中の画像にクラスを適用 */
  .active {
    opacity: 1;
  }






.scrollarea{
	width:100%;
	margin:40px 0 0 0;
	padding:0;
	position:relative;
	overflow: hidden;
}






.simply-scroll-container { 
	position: relative;
	background: #2141D1;
	padding: 24px 0;
}
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}
.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.simply-scroll-list li {
	list-style: none;
	float: left; /* Horizontal scroll only */
	padding: 0;
	margin: 0 40px 0 0;
	width: 1000px;
	height: 20px;
	
}
.simply-scroll-list li img {
	display: block;
	width: 100%;
	height: auto;

}


.cookjeans{
	display: block;
	width: 90%;
	margin: 50px auto;
	overflow: auto;
}


.cookjeans img{
	display: block;
	float: none;
	width: 80%;
	margin: 0 auto 40px auto;
}

.cookjeans .cooktxt{
	width: 100%;
	float: none;
	display: block;
	line-height: 1.6em;
	font-size: 15px;
	font-family: "Noto Sans JP", sans-serif;
}


.cookjeans .eclink{
	display: block;
	width: 80%;
	text-align: center;
	margin: 0 auto;
	float: none;
}


.cookjeans .cooktxt2{
	
	display: block;
	line-height: 1.6em;
	font-size: 20px;
	font-weight: 500;
	padding: 0;
	margin: 40px 0 40px 0;
	font-family: "Noto Sans JP", sans-serif;
}

.cookjeans .cooktxt2 .blue{
	color: #2141D1;
}

.fcover{
	position: relative;
	display: block;
	width: 96%;
	margin: 40px auto;
}
.footer{
	clear: both;
	width:96%;
	background: #2141D1;
	border-radius: 8px;
	margin:  60px auto 20px auto;
	padding:50px 0;
	color: #ffffff;
}

.footer .f_img img{
	vertical-align: bottom;
	
}


.footer .fcont{
	display: block;
	overflow: auto;
}

.footer .fcont h3{
	color: #ffffff;
	display: block;
	float: right;
	text-align: right;
	font-family: "Manrope", sans-serif;
	font-weight: 600;
	font-size: 13px;
	line-height: 1.6em;
	width: 80%;
	padding: 0;
	margin: 0 40px 0 0;
}



.footer .fcont .flogo{
	margin: 0  auto 40px auto;
	display: block;
	float: none;
	width: 243px;
}

.copyright{
	clear: both;
	display: block;
	margin: 50px 0 0 0;
	padding: 0;
	font-size: 12px;
	font-weight: 600;
	font-family: termina, sans-serif;
	text-align: center;
	color:#ffffff;

	
	
}


	
	
	
}