@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: 4px solid #FFFF00;
	padding-bottom: 0px;
}
span.text-marker-yellow{
	background: linear-gradient(transparent 92%, #fff4c9 92%);
}

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

#trend #cover{
	text-align: center;
}
#trend #cover .cover{
	width: 100%;
	background-image:url(../images/main.jpg);
	background-position: left 0;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 0;
	padding: 50px 0 120px 0;
/*	background-attachment: fixed;*/
}
#trend #cover .bg{
	width: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	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:0px 60px 10px 60px !important;
}
#trend #cover h2{
	width: 200px;
	margin-top: 40px;
}
#trend #cover h2 img {
	width: 100%;
	height: auto;
}
#trend #cover .theme{
	position: relative;
	z-index: 100;
}
#trend #cover .theme h3{
	width: 500px;
	margin: auto;
	margin-bottom: 40px;
}
#trend #cover .theme h4{
	font-size:2.0em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	color: #FFF;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.9), 0px 0px 4px rgba(0,0,0,0.9);
	line-height: 160%;
	letter-spacing: 2px;
	margin-bottom: 50px !important;
}
#trend #cover .theme p{
	font-size:1.25em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	color: #FFF;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.9), 0px 0px 4px rgba(0,0,0,0.9);
	letter-spacing: 1px;
	line-height: 220% !important;
	margin-bottom: 14px !important;
}

#trend #trend #cover p.small{
	font-size:1.0em;
	margin-top: 10px;
}

#trend #intro{
	background-image:url(../images/bg_bk.jpg);
	background-position: center 0px;
	background-size: cover;
	position: relative;
	background-attachment: fixed;
	z-index: 0;
	padding: 60px 0 60px 0;
}
#trend #intro .boxIntro{
	margin-bottom: 30px;
}
#trend #intro h3{
	font-size: 2.0em;
	font-weight: 500;
	font-family: unset;
	color: #FFF;
	margin-bottom: 30px;
	text-align: center;
}
#trend #intro p{
	font-size: 1.0em;
	color: #FFF;
	letter-spacing: 1px;
	line-height: 190% !important;
	margin-bottom: 16px;
	text-align: center;
}

#trend .menu {
	width: 100%;
	margin: auto;
	margin-top: 40px;
}
#trend .menu ul {
	width: 100%;
	text-align: center;
}
#trend .menu li {
	display: inline-block;
	font-size: 1.125em;
	letter-spacing: 0px;
	margin-right: 12px;
}
#trend .menu li a{
	background-color: #F5F5F5 !important;
	border:0 !important;
	border-radius: 3px;
	padding: 12px 24px 12px 24px;
	color: #000;
	text-decoration: none !important;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
#trend .menu li a:hover{
	background-color: #999 !important;
	border-radius: 3px;
	border:none !important;
	padding: 12px 24px 12px 24px;

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

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

#trend #story{
	margin:auto;
	background-image:url(../images/bg_paper.jpg);
	background-position: center 0;
	background-repeat: repeat;
	background-size: contain;
	margin: 0;
	padding: 0;
}

#trend .bg_bk{
	margin:auto;
	background-image:url(../images/bg_bk.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 0;
	padding: 0;
}
#trend .box-main{
	padding: 60px 0;
}
#trend .box-sub{
	padding: 60px 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: 62% !important;
	position: relative;
}
#trend .sw-block60-40 .sw-box:nth-child(even){
	display: flex;
	align-items: center;
	width: 38% !important;
	position: relative;
}
#trend .sw-block40-60 .sw-box:nth-child(odd){
	display: flex;
	align-items: center;
	width: 40% !important;
	position: relative;
}
#trend .sw-block40-60 .sw-box:nth-child(even){
	display: flex;
	align-items: center;
	width: 60% !important;
	position: relative;
}
#trend .reverse{
	display:flex;
	flex-wrap: wrap;
}
#trend .sw-box .sw-entry .image img{
	width: 100%;
	height: auto;
}
#trend .box-main .sw-entry .text{
	width: 80% !important;
	margin:auto;
}

#trend .sw-line-title-single span{
	background-color: #4b4956 !important;
}

#trend .box-main .sw-entry h3{
	font-size: 3.75em !important;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	color: #000;
	letter-spacing: 2px;
	margin-bottom: 0px !important;
}
#trend .box-main p.catch{
	font-size: 1.75em !important;
	font-family: 'Libre Baskerville', serif;
	font-weight: 300 !important;
	font-style: italic;
	color: #222 !important;
	padding-left: 3px;
	margin-bottom: 30px;
}

#trend .sw-entry p.pallet_title{
	font-size: 0.75em;
	margin-bottom: 2px;
	margin-top: 24px;
}
#trend .sw-entry .color{
	width: 100% !important;
	height: 45px !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: 40px !important;
	margin-bottom: 30px;
}
#trend .box-main .sw-entry .keyword span.tag{
	border-radius: 20px;
	background-color: #FFF;
	padding: 4px 12px !important;
	font-size: 0.875em !important;
	font-family: 'Noto Serif JP', serif;
	color: #000 !important;
	margin-bottom: 8px;
	margin-right: 8px;
	display: inline-block;
}

#trend .box-sub h4.point-title{
	font-size: 1.833em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500 !important;
	color: #FFF !important;
	border: 0;
	padding-left: 0;
	margin-bottom: 16px;
}
#trend .box-sub h4.point-title span.point{
	font-family: 'Caveat', cursive;
}
#trend .box-sub .point{
	text-align: center;
	margin-bottom: 30px;
}
#trend .box-sub .point p{
	font-size: 1.0em;
	color: #FFF !important;
	margin-bottom: 30px;
}
#trend .sw-entry .color img{
	width: 100%;
	height: auto !important;
}


#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 #cover .theme h4{
	font-size:2.0em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	color: #FFF;
	FFF: 160%;
	letter-spacing: 2px;
	margin-bottom: 50px !important;
}

#trend .sw-entry .copy-L{
	text-align: left;
	margin: 6px 0 0 16px; 
}
#trend .sw-entry .copy-R{
	text-align: right;
	margin: 6px 16px 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;
}


/*#trend .vertical-lines {
	height: 20px !important;
	color: #CDCDCD;
	background-image: linear-gradient(
	90deg,
	currentColor,
	currentColor 33.33%,
	transparent 33.33%,
	transparent 100%);
	background-size: 3px 100%;
	width: 100%;
}*/



}


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


#trend #cover{
	text-align: center;
}
#trend #cover .cover{
	width: 100%;

   background-image:
     url("../images/main.jpg");
	background-position: center top;
	background-repeat: repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
	padding: 0 0 40px 0;
}

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

#trend #cover .theme{
	width: 88%;
	margin: auto;
}
#trend #cover .theme h4{
	font-size:1.5em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	color: #FFF;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.9), 0px 0px 4px rgba(0,0,0,0.9);
	line-height: 160%;
	border: 0;
	margin-bottom: 30px !important;
}
#trend #cover .theme p{
	font-size:1.125em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	color: #FFF;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.9), 0px 0px 4px rgba(0,0,0,0.9);
	text-align: center;
	line-height: 190% !important;
	margin-bottom: 14px !important;
}
#trend #trend #cover p.small{
	font-size:1.0em;
	margin-top: 10px;
}


#trend #intro{
	width: 100%;
	margin:auto;
	background: url(../images/bg_bk.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 0;
	padding: 40px 0 40px 0;
}
#trend #intro .boxIntro{
	width: 90%;
	margin: auto;
	margin-bottom: 16px;
}

#trend #intro h3{
	font-size: 2.0em;
	font-weight: 500;
	font-family: unset;
	color: #FFF;
	margin-bottom: 30px;
	text-align: center;
}
#trend #intro p{
	font-size: 1.0em;
	color: #FFF;
	line-height: 180% !important;
	text-align: center;
	margin-bottom: 20px;
}


#trend .menu {
	width: 88%;
	margin: auto;
	margin-top: 50px;
}
#trend .menu ul {
	text-align: center;
}
#trend .menu ul li{
	display: inline-block;
	font-size: 1.0em;
	font-weight: 500;
	margin-bottom: 16px;
}
#trend .menu li a{
	background-color: #F5F5F5 !important;
	border:0;
	border-radius: 3px;
	padding: 12px 12px 10px 12px;
	color: #000;
	text-decoration: none !important;
	margin-bottom: 20px;
}

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

#trend #story{
	margin:auto;
	background-image:url(../images/bg_paper.jpg);
	background-position: center 0;
	background-repeat: repeat;
	background-size: contain;
	padding-bottom: 60px;
}

#trend .bg_bk{
	margin:auto;
	background-image:url(../images/bg_bk.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
}

#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;
	margin-bottom: 20px;
}
#trend .box-main .trend-lead{
	order: 2;
}
#trend .box-main p.catch{
	font-size: 1.35em !important;
	font-family: 'Libre Baskerville', serif;
	font-weight: 300 !important;
	font-style: italic;
	color: #222 !important;
	padding-left: 3px;
	margin-bottom: 30px;
}

#trend .box-sub{
	padding: 40px 0 40px 0;
}
#trend .typeB .box-main .image{
	margin-bottom: 20px;
}

#trend .sw-entry .text{
	width: 88%;
	margin:auto;
}

#trend .sw-entry h3{
	font-size: 3.0em !important;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	letter-spacing: 1px !important;
	color: #000000;
	line-height: 100%;
	margin-bottom: 12px;
}
#trend .sw-entry p.catch{
	font-size: 1.5em !important;
	font-family: 'Libre Baskerville', serif;
	font-weight: 300 !important;
	font-style: italic;
	margin-left: 2px;
	margin-bottom: 20px;
}

#trend .sw-entry p.pallet_title{
	font-size: 0.875em;
	margin-top: 24px;
	margin-bottom: 2px;
}

#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: 40px !important;
	margin-bottom: 30px;
}
#trend .box-main .sw-entry .keyword span.tag{
	border-radius: 20px;
	background-color: #FFF;
	padding: 4px 12px !important;
	font-size: 0.875em !important;
	font-family: 'Noto Serif JP', serif;
	color: #000 !important;
	margin-bottom: 8px;
	margin-right: 8px;
	display: inline-block;
}

#trend .sw-line-title-single span{
	background-color: #000 !important;
}

#trend .box-sub h4.point-title{
	font-size: 1.75em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500 !important;
	color: #FFF !important;
	border: 0;
	padding-left: 0;
	margin-bottom: 18px;
}
#trend .box-sub h4.point-title span.point{
	font-family: 'Caveat', cursive;
}
#trend .box-sub .point{
	width: 88%;
	margin: auto;
	text-align: center;
}
#trend .box-sub .point p{
	font-size: 1.0em;
	color: #FFF !important;
	margin-top: 20px;
}
#trend .sw-entry .color img{
	width: 100%;
	height: auto !important;
}


#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-entry .copy-L{
	text-align: right;
	margin: 6px 12px 0 0; 
}
#trend .sw-entry .copy-R{
	text-align: right;
	margin: 6px 12px 0 0; 
}

#trend .sw-block5-sp .products-box{
	float: left !important;
	width: 23.8% !important;
	margin-right: 1.5% !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;
}


#typeA,
#typeB,
#typeC,
#typeD {
	padding:30px 0 0x 0 !important;
}





}
