@charset "UTF-8";

.menu::after,
.boxIntro::after{
	content: "";
	display: block;
	clear: both;
}

.slide {
  overflow: hidden;
  position: relative;
}
.slide img {
  display: block;
}

.slide-LR.slide-animation {
  animation: slide-LR-img 2s cubic-bezier(.4, 0, .2, 1);
}
.slide-LR.slide-animation:before {
  animation: slide-LR-before 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #FFF;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@keyframes slide-LR-img {
  0% {
    opacity: 0;
  }
}
@keyframes slide-LR-before {
  100% {
    transform: translateX(100%);
  }
}

.slide-RL.slide-animation {
  animation: slide-RL-img 2s cubic-bezier(.4, 0, .2, 1);
}
.slide-RL.slide-animation:before {
  animation: slide-RL-before 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #000;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@keyframes slide-RL-img {
  0% {
    opacity: 0;
  }
}
@keyframes slide-RL-before {
  100% {
    transform: translateX(-100%);
  }
}

span.text-em-yellow{
	padding-bottom: 2px;
	border-bottom: 8px solid #f4ec97;
	padding-bottom: 0px;
}
span.text-marker-yellow{
	background: linear-gradient(transparent 92%, #f4ec97 92%);
}

.keyword .sw-alphanumeric{
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-style: italic;
}


/*----------------------------------------
　PC
-------------------------------------------*/
@media print, screen and (min-width: 681px){

#trend #cover{
	text-align: center;
}
#trend #cover .cover{
	width: 100%;
	background-image:url(../images/bg1.jpg);
	background-position: left -200px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 0;

/*	background-attachment: fixed;*/
}
#trend #cover .bg{
	padding: 80px 0 140px;
	width: 1200px;
	background-image:url(../images/mv.jpg);
	background-position: center -80px;
	background-repeat: no-repeat;
	background-size: auto;
	position: relative;
	margin: auto;
	position: relative;
	z-index: 10;
}

#trend #cover .w-border{
	border: 1px solid #FFF;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	position: relative;
	z-index: 100;
	margin-bottom: 30px;
}
#trend #cover .w-border-inn{
	margin: 5px;
	border: 2px solid #FFF;
	display: block;
	padding:15px 40px 25px 40px !important;
}
#trend #cover h2{
	width: 170px;
	margin-top: 40px;
}
#trend #cover h2 img {
	width: 100%;
	height: auto;
}

#trend #cover .theme p.name{
	font-size:1.0em;
	text-shadow: 0px 0px 4px rgba(55,100,50,0.9), 0px 0px 4px rgba(55,100,50,0.9);
	font-family: "Noto Serif", serif;
	font-weight: 400;
	color: #FFF;
	letter-spacing: 1px;
	line-height: 195% !important;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 30;
}

#trend #cover .theme{
	position: relative;
	z-index: 100;
	margin-bottom: 80px;
}
#trend #cover .theme h3{
	width: 540px;
	margin: auto;
	margin-top: 200px;
	margin-bottom: 300px;
}
#trend #cover .theme h3 img {
	width: 100%;
	height: auto;
}
#trend #cover .theme p{
	font-size:1.25em;
	font-family: "Noto Serif", serif;
	font-weight: 400;
	color: #FFF;
	text-shadow: 0px 0px 4px rgba(55,100,50,0.9), 0px 0px 4px rgba(55,100,50,0.9);
	letter-spacing: 1px;
	line-height: 220% !important;
}
#trend #trend #cover p.small{
	font-size:1.0em;
	margin-top: 10px;
}

#trend .menu {
	width: 100%;
	margin: auto;
}
#trend .menu ul {
	width: 100%;
	text-align: center;
}
#trend .menu li {
	display: inline-block;
	font-family: "Baskervville", serif;
	font-size: 1.188em;
	letter-spacing: 0px;
	margin-right: 12px;
}
#trend .menu li a{
	background-color: #F5F5F5 !important;
	border:0 !important;
	border-radius: 3px;
	padding: 16px 24px 16px 24px;
	color: #000;
	text-decoration: none !important;
	transition: background 0.4s;
}
#trend .menu li a:hover{
	background-color: #231815 !important;
	border-radius: 3px;
	border:none !important;
	padding: 16px 24px 16px 24px;

	color: #FFF !important;
	text-decoration: none;
}

#typeA,
#typeB,
#typeC,
#typeD {
	padding:60px 0 0 0 !important;
	margin: 0;
}

#trend #story{
	margin:auto;
	margin: 0;
	padding: 0;
}

#trend .bg_bk{
	margin:auto;
	background-color: #231815;
}
#trend .box-main{
	padding: 50px 0;
}
#trend .box-sub{
	padding: 50px 0;
}

#trend .sw-block60-40,
#trend .sw-block40-60{
	display:flex;
	flex-wrap: wrap;
}
#trend .sw-block60-40 .sw-box:nth-child(odd){
	display: flex;
	align-items: center;
	width: 52% !important;
	position: relative;
}
#trend .sw-block60-40 .sw-box:nth-child(even){
	display: flex;
	align-items: center;
	width: 48% !important;
	position: relative;
}
#trend .sw-block40-60 .sw-box:nth-child(odd){
	display: flex;
	align-items: center;
	width: 48% !important;
	position: relative;
}
#trend .sw-block40-60 .sw-box:nth-child(even){
	display: flex;
	align-items: center;
	width: 52% !important;
	position: relative;
}

#trend .reverse{
	display:flex;
	flex-wrap: wrap;
}
#trend .sw-box .sw-entry .image{
	width: 100%;
}
#trend .sw-box .sw-entry .image img{
	width: 100%;
	height: auto;
}
#trend .box-main .sw-entry .text{
	width: 80% !important;
	margin:auto;
	padding-left: 40px;
}

#trend .sw-line-title-single span{
	background-color: #231815 !important;
	font-size: 1.25em;
	font-family: "Baskervville", serif;
	letter-spacing: 1px;
}

#trend .box-main .sw-entry h3{
	font-size: 4.0em !important;
	font-family: "Baskervville", serif;
	font-weight: 500;
	color: #231815;
	letter-spacing: 2px;
	margin-bottom: 6px !important;
}
#trend .box-main p.catch{
	font-size: 1.75em !important;
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-style: italic;
	color: #231815 !important;
	padding-left: 3px;
	margin-bottom: 40px;
}

#trend .box-main .sw-entry .text p.lead{
	color: #231815;
	line-height: 180% !important;
	margin-bottom: 30px;
}

#trend .sw-entry .box-color{
	margin-bottom: 30px;
}
#trend .sw-entry p.pallet_title{
	font-size: 0.75em;
	color: #555 !important;
	margin-bottom: 2px;
	margin-top: 22px;
}
#trend .sw-entry .box-color .color{
	width: 100% !important;
	height: 42px !important;
	overflow: hidden;
}
#trend .sw-entry .box-color .color img{
	width: 100%;
	height: auto !important;
}

#trend .box-main .sw-entry .keyword{
	font-size: 1.0em;
	font-weight: 400;
	font-style: normal;
	margin-top: 40px !important;
	margin-bottom: 30px;
}
#trend .box-main .sw-entry .keyword span.tag{
	border-radius: 20px;
	background-color: #F5F5F5;
	padding: 4px 12px;
	font-size: 0.875em;
	font-family: "Noto Serif", serif;
	color: #3E3E3E;
	margin-bottom: 8px;
	margin-right: 8px;
	display: inline-block;
}


#trend .box-main .point p{
	font-size: 0.875em;
	color: #231815 !important;
	margin-bottom: 24px;
}
#trend .box-main p.point-title{
	font-size: 1.25em;
	font-family: "Baskervville", serif;
	font-weight: 400 !important;
	color: #231815 !important;
	letter-spacing: 1px;
	border: 0;
	text-align: center;
	margin-bottom: 8px !important;
}

#trend .box-main p.point-title span.point{
	padding: 6px 5px 0 5px;
	background: linear-gradient(transparent 82%, #f4ec97 92%) !important;
}
#trend .point h4.icon_point{
	border: 0;
	text-align: center;
	width: 100px !important;
	margin: auto !important;
	margin-top: -35px !important;
	margin-bottom: 24px;
}
#trend .point h4.icon_point img{
	width: 100%;
	height: auto;
}

#trend .point .photo::after{
	content: "";
	display: block;
	clear: both;
}
#trend .point .photo .image{
	width: 47%;
}
#trend .point .photo .image img{
	width: 100%;
	height: auto;
}
#trend .point .photo .image:nth-child(odd){
	float: left;
}
#trend .point .photo .image:nth-child(even){
	float: right;
}
#trend .point .photo .image p.cap{
	font-size: 0.813em;
	text-align: center;
	margin-top: 12px;
}

#trend .fade-in-l{ 
	opacity:0;
	animation-name:fade-in01;
	animation-duration:4s; 
	animation-fill-mode: forwards;
}
@keyframes fade-in01 {
	0% {
	 opacity: 0;
	 transform: translateX(-50px);
	}
	50%{
		opacity: 1;
		transform: translateX(0);
	}
	100%{
		opacity: 1;
		transform: translateX(0);
	}
}
#trend .fade-in-r{ 
	opacity:0;
	animation-name:fade-in02;
	animation-duration:4s; 
	animation-fill-mode: forwards;
}
@keyframes fade-in02 {
	0% {
	 opacity: 0;
	 transform: translateX(50px);
	}
	50%{
		opacity: 1;
		transform: translateX(0);
	}
	100%{
		opacity: 1;
		transform: translateX(0);
	}
}

#trend .sw-entry .copy-L{
	font-family: "Noto Serif", serif;
	color: #231815;
	text-align: left;
	margin: 16px 0 0 30px; 
}
#trend .sw-entry .copy-R{
	font-family: "Noto Serif", serif;
	color: #231815;
	text-align: right;
	margin: 16px 30px 0 0; 
}

#trend .sw-entry .products{
	margin-top: 40px; 
}

#trend .sw-block6 .products-box{
	float: left !important;
	width: 13% !important;
	margin-right: 4.4% !important;
	margin-bottom: 28px;
}
#trend .sw-block6 .products-box:nth-child(6n) {
	float: right !important;
	margin-right: 0 !important;
}
#trend .sw-block6 .products-box:nth-child(6n+1) {
	clear: both !important;
}
#trend .sw-block6 .products-box p{
	font-size: 0.750em !important;
	line-height: 160% !important;
	color: #FFF;
}
#trend .sw-block6 .products-box .image{
	width: 80%;
	margin: auto;
}
#trend .box-kazai{
	margin-bottom: 24px;
}

#trend .sw-block7 .products-box{
	float: left !important;
	width: 11% !important;
	margin-right: 3.8% !important;
	margin-bottom: 24px;
}
#trend .sw-block7 .products-box:nth-child(7n) {
	float: right !important;
	margin-right: 0 !important;
}
#trend .sw-block7 .products-box:nth-child(7n+1) {
	clear: both !important;
}

#trend .sw-block7 .products-box p{
	font-size: 0.625em !important;
	line-height: 140% !important;
	color: #FFF;
}




}









/*----------------------------------------
　Mobile
-------------------------------------------*/
@media screen and (max-width: 768px){

#trend #cover{
	text-align: center;
}
#trend #cover .cover{
	width: 100%;
	background-color: #112f1a;
	position: relative;
	z-index: 1;
}

#trend #cover .bg{
  display: flex;
  flex-wrap: wrap; 
	padding: 25px 0 40px;
	background-image:url(../images/mv_mob1.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	z-index: 10;
}

#trend #cover .w-border{
	order: 1;
	border: 1px solid #FFF;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	position: relative;
	z-index: 100;
	margin: auto;
	margin-bottom: 40px;
}
#trend #cover .w-border-inn{
	margin: 4px;
	border: 2px solid #FFF;
	display: block;
	padding:10px 24px 4px 24px !important;
}
#trend #cover h2{
	width: 90px;
	margin-top: 20px;
}
#trend #cover h2 img,
#trend #cover h3 img {
	width: 100%;
	height: auto;
}
#trend #cover .theme p{
	font-size:0.933em;
	text-shadow: 0px 0px 4px rgba(34,54,27,0.9), 0px 0px 4px rgba(34,54,27,0.9);
	font-family: "Noto Serif", serif;
	font-weight: 400;
	color: #FFF;
	line-height: 180% !important;
	text-align: left;
	margin-top: 40px;
}
#trend #trend #cover p.small{
	font-size:0.875em;
	margin-top: 10px;
}

#trend #cover .theme{
	order: 2;
	width: 86%;
	margin: auto;
	margin-bottom: 10px;
}
#trend #cover .theme h3{
	width: 230px;
	margin: auto;
	margin-bottom: 100px;
}
#trend #cover .theme h3 img {
	width: 100%;
	height: auto;
}
#trend #cover .theme p{
	font-size:1.063em;
	font-family: "Noto Serif", serif;
	font-weight: 400;
	text-shadow: 0px 0px 4px rgba(34,54,27,1.0), 0px 0px 4px rgba(34,54,27,1.0);
	color: #FFF;
	letter-spacing: 1px;
	text-align: left;
	line-height: 190% !important;
}

#trend .menu {
	order: 4;
	width: 88%;
	margin: auto;
	margin-top: 40px;
}
#trend .menu ul {
	text-align: center;
}
#trend .menu ul li{
	width: 100%;
	font-size: 1.038em;
	font-weight: 500;
	margin-bottom: 5px;
}
#trend .menu li a{
	display: block;
	width: 100%;
	background-color: #F5F5F5 !important;
	border:0;
	border-radius: 3px;
	padding: 12px 0 12px 0;
	color: #000;
	text-decoration: none !important;
}

#trend .reverse{
	display:flex;
	flex-direction: column;
	flex-wrap: wrap;
}

#trend .bg_bk{
	margin:auto;
	background-color: #231815;
}

#trend .typeA,
#trend .typeA,
#trend .typeB,
#trend .typeC {
	padding: 40px 0 60px 0;
}
#trend .box-main{
	display:flex;
	flex-direction: column;
	flex-wrap: wrap;
	padding: 40px 0 20px 0;
}
#trend .box-main .trend-photo{
	order: 1;
}
#trend .box-main .trend-lead{
	order: 2;
}

#trend .box-sub{
	padding: 50px 0 40px 0;
}

#trend .sw-entry .text{
	width: 86%;
	margin:auto;
	margin-top: 20px;
	padding-bottom: 24px;
}

#trend .sw-entry h3{
	font-size: 2.75em !important;
	font-family: "Baskervville", serif;
	font-weight: 600;
	letter-spacing: 1px !important;
	color: #231815;
	line-height: 100%;
	margin-bottom: 16px;
}
#trend .sw-entry p.catch{
	font-size: 1.5em !important;
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-style: italic;
	color: #231815 !important;
	margin-left: 2px;
	margin-bottom: 35px;
}

#trend .sw-entry p.pallet_title{
	font-size: 0.75em;
	margin-top: 14px;
	margin-bottom: 1px;
}

#trend .sw-entry .color{
	width: 100% !important;
	height: 40px !important;
	overflow: hidden;
}
#trend .box-main .sw-entry .text p.lead{
	line-height: 180% !important;
}
#trend .box-main .sw-entry .keyword{
	font-size: 1.0em;
	font-weight: 500;
	font-style: normal;
	margin-top: 45px !important;
	margin-bottom: 30px;
}
#trend .box-main .sw-entry .keyword span.tag{
	border-radius: 20px;
	background-color: #F5F5F5;
	padding: 4px 12px !important;
	font-size: 0.875em !important;
	font-family: "Noto Serif", serif;
	color: #3E3E3E !important;
	margin-bottom: 8px;
	margin-right: 8px;
	display: inline-block;
}

#trend .sw-line-title-single{
	width: 80%;
	margin: auto;
	margin-bottom: 20px;
}
#trend .sw-line-title-single span{
	background-color: #231815 !important;
	font-size: 1.188em;
	font-family: "Baskervville", serif;
	letter-spacing: 0px;
}

#trend .box-main .point{
	width: 84%;
	margin: auto;
	padding: 24px 30px 4px 30px;
	background-color: #F5F5F5;
	margin-top: 30px;
}
#trend .box-main .point p{
	font-size: 0.875em;
	color: #231815 !important;
	margin-bottom: 24px;
}
#trend .box-main p.point-title{
	font-size: 1.0em;
	font-family: "Noto Serif", serif;
	font-weight: 400 !important;
	color: #231815 !important;
	letter-spacing: 3px;
	border: 0;
	text-align: center;
}
#trend .point h4.icon_point{
	border: 0;
	text-align: center;
	width: 90px !important;
	margin: auto !important;
	margin-top: -35px !important;
	margin-bottom: 28px;
}
#trend .point h4.icon_point img{
	width: 100%;
	height: auto;
}

#trend .point .photo::after{
	content: "";
	display: block;
	clear: both;
}
#trend .point .photo .image{
	width: 47%;
}
#trend .point .photo .image img{
	width: 100%;
	height: auto;
}
#trend .point .photo .image:nth-child(odd){
	float: left;
}
#trend .point .photo .image:nth-child(even){
	float: right;
}
#trend .point .photo .image p.cap{
	font-size: 0.75em;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 0px;
}

#trend .sw-entry .copy-L,
#trend .sw-entry .copy-R{
	font-size: 0.688em !important;
	font-family: "Noto Serif", serif;
	text-align: right;
	margin-top: -12px;
	margin-right: 16px;
}

#trend .fade-in{ 
	opacity:0;
	animation-name:sample02;
	animation-duration:4s; 
	animation-fill-mode: forwards;
}
@keyframes sample02 {
	0% {
	 opacity: 0;
	 transform: translateX(-50px);
	}
	50%{
		opacity: 1;
		transform: translateX(0);
	}
	100%{
		opacity: 1;
		transform: translateX(0);
	}
}

#trend .sw-block5-sp .products-box{
	float: left !important;
	width: 22.0% !important;
	margin-right: 3.8% !important;
	margin-bottom: 2px !important;
}
#trend .sw-block5-sp .sw-entry{
	margin-bottom: 16px !important;
}
#trend .sw-block5-sp .products-box:nth-child(4n) {
	float: right !important;
	margin-right: 0 !important;
}
#trend .sw-block5-sp .products-box:nth-child(4n+1) {
	clear: both !important;
}
#trend .sw-block5-sp .products-box p{
	font-size: 0.625em !important;
	color: #FFF;
	line-height: 160% !important;
	margin-bottom: 0 !important;
}




}
