@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%);
  }
}


/*----------------------------------------
　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: center -360px;
	background-repeat: no-repeat;
	background-color: #EFEFEF;
	position: relative;
	z-index: 0;
	padding: 65px 0 80px 0;
}
#trend #cover .bg{
	width: 100%;

	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	z-index: 10;
}
/*
#trend #cover .bg:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.2);
}
*/
#trend #cover .w-border{
	border: 2px solid #241714;
	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: 1px solid #241714;
	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{
	font-size:2.0em;
	font-family: 'Ibarra Real Nova', serif !important;
	font-weight: 600;
	font-style: italic;
	color: #111;
	letter-spacing: 0;
	line-height: 160%;
	margin-bottom: 14px !important;
}
#trend #cover .theme p{
	font-size:1.188em !important;
	font-family: 'Ibarra Real Nova', serif;
	font-weight: 500;
	color: #111;
	line-height: 180% !important;
	letter-spacing: 0;
	margin-bottom: 14px !important;
}

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



#trend .menu {
	width: 1040px;
	margin: auto;

}
#trend .menu ul {
	padding-left: 0;
}
#trend .menu li {
	width: 42.5%;
	font-size: 1.125em;
	font-family: 'Ibarra Real Nova', serif !important;
	margin-right: 10px;
	margin-bottom: 16px;
}
#trend .menu li a{
	background: #FFF;
	border:1px solid #DDD !important;
	border-radius: 3px;
	padding: 10px 24px 10px 24px;
	display: block;
	color: #222;
	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: #222;
	border-radius: 3px;
	border:none !important;
	padding: 10px 24px 10px 24px;
	display: block;
	color: #FFF;
	text-decoration: none;
}
#trend .menu .inline-block {
	text-align: center;
}
#trend .menu .inline-block li {
	display: inline-block;
}


#trend #intro{
	background: url(../images/bg_paper02.jpg);
	background-position: center 0px;
	background-size: cover;
	position: relative;
	z-index: 0;
	padding: 70px 0 50px 0;
}

#trend #intro .boxIntro{
	margin-bottom: 30px;
}

#trend #intro h3{
	font-size: 2.0em;
	font-weight: 500;
	font-family: unset;
	color: #333;
	margin-bottom: 30px;
	text-align: center;
}
#trend #intro p{
	font-size: 1.125em !important;
	font-family: 'Ibarra Real Nova', serif !important;
	color: #333;
	letter-spacing: 1px;
	line-height: 190% !important;
	margin-bottom: 16px;
	text-align: center;
}


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


#trend .typeA_01,
#trend .typeA_02,
#trend .typeB_01,
#trend .typeB_02,
#trend .typeC_01,
#trend .typeC_02{
	padding: 50px 0;
}

#trend .sw-block50-50{
	display:flex;
	flex-wrap: wrap;
}
#trend .reverse{
	display:flex;
	flex-wrap: wrap;
}
#trend .sw-box .sw-entry .image img{
	width: 100%;
	height: auto;
}
#trend .sw-box .sw-entry .text p.lead{
	line-height: 180% !important;
}
#trend .type .sw-box {
	display: flex;
	align-items: center;
	width: 50% !important;
	position: relative;
}
#trend .sw-box .sw-entry .text{
	width: 82% !important;
	margin:auto;
}



#trend .sw-line-title-single p{
	font-size: 1.125em !important;
	font-family: 'Ibarra Real Nova', serif !important;
}
#trend .sw-line-title-single span.trend{
	background-color: #f3f3f3 !important;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}



#trend .sw-entry h3{
	float: left;
	font-size: 3.5em !important;
	font-family: 'Ibarra Real Nova', serif !important;
	font-weight: 500;
	color: #000;
	letter-spacing: 1px;
	margin-bottom: 14px;
}
#trend .sw-entry h4{
	font-size: 1.0em;
	font-family: 'Noto Sans JP' !important;
	font-weight: 500;
	color: #222;
	border: unset;
	padding: unset;

}
#trend .sw-entry p.catch{
	float: left;
	background-color: #FFF;
	padding: 4px 14px 6px 14px !important;
	font-size: 1.5em !important;
	font-family: 'Ibarra Real Nova', serif !important;
	color: #000 !important;
	margin-top: 24px;
	margin-left: 30px;
}



#trend .sw-entry .point{
	font-size: 1.50em;
	font-family: 'Caveat', cursive;
	font-weight: 400 !important;
}
#trend .sw-entry .keyword{
	font-size: 1.125em;
	font-family: 'Ibarra Real Nova', serif !important;
	font-weight: 500;
	margin-bottom: 18px;
}
#trend .sw-entry .color{
	width: 100% !important;
	height: 40px !important;
	overflow: hidden;
	margin-bottom: 20px !important
}
#trend .typeA_02 .sw-entry .color{
	margin-bottom: 30px !important
}



#trend .sw-entry .color img{
	width: 100%;
	height: auto;
}
#trend .sw-entry .products{
	margin-top: 40px; 
}


#trend .sw-entry .arrange::after{
	content: "";
	display: block;
	clear: both;
}
#trend .sw-entry .arrange{
	background-color: #FFF;
	width: 340px;
	margin: auto;
}
#trend .sw-entry .arrange .photo{
	width: 320px;
	padding: 10px 10px 6px 10px;
	position: relative;
}
#trend .sw-entry .arrange .photo img{
	width: 100%;
	height: auto;
}
#trend .sw-entry .arrange .icon{
	background-color: #FFF;
	border-radius: 100px;
	width: 70px;
	height: 65px;
	padding-top: 5px;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: -8px;
	left: -8px;
}
#trend .sw-entry .arrange .icon img{
	width: 70%;
	height: auto;
}
#trend .sw-entry .arrange .tag{
	text-align: center !important;
	padding: 4px 0 8px 0;
	font-size: 1.0em;
	font-family: 'Ibarra Real Nova', serif !important;
	font-weight: 500;
}



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

#trend .sw-block7 .products-box{
	float: left !important;
	width: 11% !important;
	margin-right: 3.8% !important;
	margin-bottom: 10px;
}
#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;
}

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

#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_mob_top.jpg"),
     url("../images/main_mob_middle_.jpg");
	background-position: center top;
	background-repeat: no-repeat, repeat;
	background-size: contain;
	position: relative;
	z-index: 1;
}

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

#trend #cover .theme{
	width: 80%;
	margin: auto;
}
#trend #cover .theme h3{
	font-size:1.75em;
	font-family: 'Ibarra Real Nova', serif !important;
	font-weight: 600;
	font-style: italic;
	color: #111;
	line-height: 150%;
	margin-bottom: 18px !important;
}
#trend #cover .theme p{
	font-size:1.125em;
	font-family: 'Ibarra Real Nova', serif !important;
	font-weight: 500;
	color: #111;
	line-height: 170% !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_paper02.jpg);
	background-position: center 0;
	background-repeat: repeat;
	background-size: contain;
	position: relative;
	z-index: 0;
	padding: 40px 0 16px 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: #333;
	margin-bottom: 30px;
	text-align: center;
}
#trend #intro p{
	font-size: 1.125em;
	font-family: 'Ibarra Real Nova', serif !important;
	font-weight: 500;
	color: #333;
	letter-spacing: 1px;
	line-height: 180% !important;
	text-align: center;
}


#trend .menu {
	width: 80%;
	margin: auto;
}
#trend .menu ul {
	text-align: center;
}
#trend .menu ul li{
	width: 100%;
	font-size: 1.0em;
	font-family: 'Ibarra Real Nova', serif !important;
	font-weight: 500;
	white-space: nowrap;
	margin-bottom: 10px;
}
#trend .menu li a{
	display: inline-block;
	background: #FFF;
	border:1px solid #DDD !important;
	border-radius: 3px;
	padding: 12px 16px 10px 16px;

	color: #111;
	text-decoration: none !important;
}
#trend .menu li a:hover{
	background: #222;
	border-radius: 3px;
	padding: 12px 16px 10px 16px;
	color: #333;
	text-decoration: none !important;
}


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

#trend .reverse .trend-lead{
	order: 2;
}

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


#trend .typeA_01,
#trend .typeA_02,
#trend .typeB_01,
#trend .typeB_02,
#trend .typeC_01,
#trend .typeC_02{
	padding: 0px 0;
}

#trend .sw-box {
	position: relative;
	margin-bottom: 40px;
}
#trend .sw-entry .image{
	margin-bottom:0 !important;
}
#trend .sw-entry .text{
	width: 88%;
	margin:auto;
}

#trend .sw-entry h3{
	text-align: center;
	font-size: 2.25em !important;
	font-family: 'Ibarra Real Nova', serif !important;
	font-weight: 600;
	letter-spacing: 1px !important;
	color: #595153;
}
#trend .sw-entry p.catch{
	text-align: center;

}
#trend .sw-entry p.catch span{
	display: inline-block;
	background-color: #FFF;
	padding: 8px 8px !important;
	font-size: 1.250em !important;
	font-family: 'Ibarra Real Nova', serif !important;
	color: #000 !important;
}


#trend .sw-line-title-single p{
	font-size: 1.125em !important;
	font-family: 'Ibarra Real Nova', serif !important;
}
#trend .sw-line-title-single span.trend{
	background-color: #f3f3f3 !important;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}


#trend .sw-entry h4{
	font-size: 1.250em;
	font-family: 'Ibarra Real Nova', serif !important;
	font-weight: 500;
	color: #222;
	border: unset;
	padding: unset; 
}
#trend .sw-entry .point{
	font-size: 1.375em;
	font-family: 'Caveat', cursive;
	font-weight: 400 !important;
}
#trend .sw-entry .keyword{
	font-family: 'Ibarra Real Nova', serif !important;
	font-weight: 600;
	font-style: normal;
}
#trend .sw-entry .color{
	width: 100% !important;
	height: 40px !important;
	overflow: hidden;
}
#trend .sw-entry .color img{
	width: 100%;
	height: auto;
}

#trend .sw-entry .arrange{
	background-color: #FFF;
	width: 96%;
	margin: auto;
	margin-bottom: 6px;
	padding: 1.0em 0 0 0;
}
#trend .sw-entry .arrange .photo{
	width: 94%;
	margin: auto;
	position: relative;
}
#trend .sw-entry .arrange .photo img{
	width: 100%;
	height: auto;
}
#trend .sw-entry .arrange .icon{
	background-color: #FFF;
	border-radius: 100px;
	width: 80px;
	height: 75px;
	padding-top: 5px;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: -30px;
	left: -20px;
}
#trend .sw-entry .arrange .icon img{
	width: 70%;
	height: auto;
}
#trend .sw-entry .arrange .tag{
	text-align: center !important;
	font-size: 1.0em;
	font-family: 'Ibarra Real Nova', serif !important;
	font-weight: 600;
	padding: 1.0em 0 1.0em 0;
}

#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: 17.6% !important;
	margin-right: 3.0% !important;
	margin-bottom: 2px !important;
}
#trend .sw-block5-sp .sw-entry{
	margin-bottom: 0 !important;
}
#trend .sw-block5-sp .products-box:nth-child(5n) {
	float: right !important;
	margin-right: 0 !important;
}
#trend .sw-block5-sp .products-box:nth-child(5n+1) {
	clear: both !important;
}
#trend .sw-block5-sp .products-box p{
	font-size: 0.688em !important;
	line-height: 150% !important;
	margin-bottom: 0 !important;
}


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

#trend .accordion-wrap{
	position: relative;
}
#trend .accordion-wrap .accordion-trigger {
	float: right;
	display: inline-block;
	padding: 12px 0;
	color: #222;
	font-size: 1.0em !important;
	font-family: 'Ibarra Real Nova', serif !important;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
	cursor: pointer;
	padding-right: 28px;
	padding-left: 4px;
	border-bottom: 2px dotted #222;
	margin-bottom: 20px;
}
#trend .accordion-wrap .accordion-trigger:after {
  font-family: fontAwesome;
  content: "\f107";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-size: 1.375em;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  right: 4px;
  top: 10px; 
}
#trend .accordion-wrap .accordion-trigger.active:after {
	font-family: fontAwesome;
	content: "\f106";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-size: 1.375em;
	font-style: normal;
	color: #000;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
#trend .accordion-wrap .accordion-trigger.active span{
	color: #000;
}
#trend .accordion-wrap .accordion {
	clear: both;
}


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



}
