@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;
	margin-bottom: 46px;
}
#trend #cover .cover{
	width: 100%;
	background-image:url(../images/main.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
	background-color: #EFEFEF;
	position: relative;
	z-index: 0;
}
#trend #cover .bg{
	width: 100%;
	padding: 60px 0 50px 0;
	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{
	background-color: rgba(255,255,255,0.7);
	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 #ab9940;
	display: block;
	padding:36px 70px 20px 70px; 
}
#trend #cover h2{
	font-size:3.35em;
	font-family: 'Libre Baskerville', serif;
	color: #ab9940;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 6px !important;
	position: relative;
	margin-bottom: 4px;
}
#trend #cover p.title{
	font-size:2.0em;
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	letter-spacing: 2.25px;
	color: #ab9940;
	line-height: 160%;
	margin-bottom: 8px;
	position: relative;
	margin-bottom: 0; 
}
#trend #cover p{
	font-size:1.125em;
	color: #000;
	line-height: 180% !important;
	margin-bottom: 0 !important;
	position: relative;
	z-index: 100;
}
#trend #trend #cover p.small{
	font-size:1.0em;
	margin-top: 10px;
}
#trend #cover .butterfly{
	width: 40px;
	position: absolute;
	top: 14px;
	right: 70px;
}
#trend #cover .butterfly img{
	width: 100%;
	height: auto;
}



#trend .menu {
	width: 1040px;
	margin: auto;
	margin-bottom: 30px;
}
#trend .menu ul {
	padding-left: 0;
}
#trend .menu li {
	width: 42.5%;
	font-size: 1.125em;
	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: #ab9940;
	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: #ab9940;
	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/cover_.jpg);
	background-position: center -00px;
	background-size: cover;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
#trend #intro:before{
  content: '';
  background: inherit;
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px);
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  z-index: -1;
}
#trend #intro .boxIntro{
	width: 90%;
	margin:auto;
	background-image:url(../images/cover_.jpg);
	background-position: center -160px;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	z-index: 0;
}
#trend #intro .boxIntro .bg{
	width: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	z-index: 10;
}
#trend #intro .boxIntro .bg:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
}
#trend #intro .boxIntro .box{
	position: relative;
	z-index: 100;
	padding: 60px 30px 50px 30px;

}
#trend #intro h3{
	font-size: 2.35em;
	font-weight: 500;
	font-style: italic;
	font-family: unset;
	color: #FFF;
	margin-bottom: 30px;
	text-align: center;
}
#trend #intro p{
	color: #FFF;
	letter-spacing: 1px;
	line-height: 190% !important;
	margin-bottom: 16px;
	text-align: center;
}


#trend .story_a{
	margin:auto;
	background-color: #f3f2e7;
	background-image:url(../images/A1_7_4473877_l.png);
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: contain;
}
#trend .story_a .type{
	margin:auto;
	background-image:url(../images/A2_2_4473877_l.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
}

#trend .story_b{
	margin:auto;
	background-color: #efeff3;
	background-image:url(../images/B1_3_4473877_l.png);
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: contain;
}
#trend .story_b .type{
	margin:auto;
	background-image:url(../images/B2_4_4473877_l.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
}

#trend .story_c{
	margin:auto;
	background-color: #f7f0ee;
	background-image:url(../images/C1_5_4473877_l.png);
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: contain;
}
#trend .story_c .type{
	margin:auto;
	background-image:url(../images/C2_6_4473877_l.png);
	background-position: center bottom;
	background-repeat: no-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-entry p.catch::after{
	content: "";
	display: block;
	clear: both;
}
#trend .sw-entry p.catch{
	font-size: 1.5em !important;
font-family: 'Arapey', serif;


	margin-bottom: 20px;
}
#trend .sw-entry p.catch span{
	background-color: #FFF;
	border-radius: 30px;
	padding: 8px 16px 8px 24px;
}
#trend .sw-entry p.catch span:nth-of-type(1),
#trend .sw-entry p.catch span:nth-of-type(3){
	float: left;
}
#trend .sw-entry p.catch span:nth-of-type(2),
#trend .sw-entry p.catch span:nth-of-type(4){
	background-color: #FFF;
	border-radius: 30px;
	padding: 8px 16px 8px 24px;
	float: right;
}



#trend .typeA_01 p.catch{
	color: #724e3c !important;
}
#trend .typeA_02 p.catch{
	color: #387d39 !important;
}
#trend .typeB_01 p.catch{
	color: #0092a9 !important;
}
#trend .typeB_02 p.catch{
	color: #6352a0 !important;
}

#trend .typeC_01 p.catch{
	color: #e9567a !important;
}
#trend .typeC_02 p.catch{
	color: #ec6b33 !important;
}

#trend .story_a .sw-line-title-single span{
	background-color: #f3f2e7 !important;
}
#trend .story_b .sw-line-title-single span{
	background-color: #efeff3 !important;
}
#trend .story_c .sw-line-title-single span{
	background-color: #f7f0ee !important;
}

#trend .sw-entry h3{
	font-size: 1.438em !important;
	font-weight: 600;
	color: #595153;

	margin-bottom: 16px;
}
#trend .sw-entry h4{
	font-size: 1.0em;
	font-family: 'Noto Sans JP' !important;
	font-weight: 500;
	color: #ab9940;
	border: unset;
	padding: unset; 
}
#trend .sw-entry .point{
	font-size: 1.50em;
	font-family: 'Caveat', cursive;
	font-weight: 400 !important;
}
#trend .sw-entry .keyword{
	font-size: 0.875em;
	font-weight: 600;
	font-style: italic;
	margin-bottom: 16px;
}
#trend .sw-entry .color{
	width: 100% !important;
	height: 22px !important;
	overflow: hidden;
	margin-bottom: 0 !important
}
#trend .sw-entry .color img{
	width: 100%;
	height: auto;
}
#trend .sw-entry .products{
	margin-top: 40px; 
}

#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 .menu {
	width: 90%;
	margin: auto;
	margin-bottom: 26px;
}
#trend .menu ul {
	padding-left: 0;
}
#trend .menu ul li{
	font-size: 1.15em;
	font-weight: 600;
	line-height: 140%;
}
#trend .menu li a{
	width: 100%;
	background: #FFF;
	border:1px solid #DDD !important;
	border-radius: 3px;
	padding: 12px 20px 10px 20px;
	display: inline-block;
	color: #ab9940;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	text-decoration: none !important;
}
#trend .menu li a:hover{
	background: #ab9940;
	border-radius: 3px;
	padding: 12px 20px 10px 20px;
	display: block;
	color: #333;
	text-decoration: none !important;
}

#trend #cover{
	text-align: center;
	margin-bottom: 30px;
}
#trend #cover .cover{
	width: 100%;
	background-image:url(../images/main_mob.jpg);
	background-position: center 40px;
	background-repeat: no-repeat;
	background-size: 110% 100vh;
	background-color: #EFEFEF;
	position: relative;
	background-attachment: fixed;
	z-index: 0;
}
#trend #cover .bg{
	width: 100%;
	padding: 40px 0 40px 0;
	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(247,225,213,0.2);
}
#trend #cover .w-border{
	background-color: rgba(255,255,255,0.7);
	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 #ab9940;
	display: block;
	padding:32px 24px 18px 24px; 
}
#trend #cover h2{
	font-size:2.25em;
	font-family: 'Libre Baskerville', serif;
	color: #ab9940;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: 3px;
	position: relative;
	margin-bottom: 6px;
}
#trend #cover p.title{
	font-size:1.5em;
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	letter-spacing: 1px;
	color: #ab9940;
	line-height: 160%;
	margin-bottom: 8px;
	position: relative;
	margin-bottom: 0; 
}
#trend #cover .box{
	width: 88%;
	margin:auto;
	text-align: left;
}
#trend #cover p{
	font-size:1.0em;
	color: #000;
	line-height: 180% !important;
	margin-bottom: 0 !important;
	position: relative;
	z-index: 100;
}
#trend #cover p.name{
	text-align: right;
}
#trend #cover .butterfly{
	width: 40px;
	position: absolute;
	top: 14px;
	right: 16px;
}
#trend #cover .butterfly img{
	width: 100%;
	height: auto;
}

#trend #intro .boxIntro{
	width: 100%;
	margin:auto;
	background-image:url(../images/cover_.jpg);
	background-position: center 0;
	background-repeat: repeat-y;
	background-size: 280% auto;
	position: relative;
	z-index: 0;
}
#trend #intro .boxIntro .bg{
	width: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	z-index: 10;
}
#trend #intro .boxIntro .bg:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
}
#trend #intro .boxIntro .box{
	width: 88%;
	margin:auto;
	position: relative;
	z-index: 100;
	padding: 40px 0;
}
#trend #intro h3{
	font-size: 1.750em;
	font-weight: 600;
	font-style: italic;
	font-family: unset;
	color: #FFF;
	margin-bottom: 20px;
}
#trend #intro p{
	font-size: 0.75em;
	color: #FFF;
	text-align: left;
	letter-spacing: 1px;
	line-height: 180% !important;
	margin-bottom: 16px;
}

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

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


#trend .story_a{
	margin:auto;
	background-color: #f3f2e7;
	background-image:url(../images/A1_7_4473877_l.png);
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: contain;
}
#trend .story_a .type{
	margin:auto;
	background-image:url(../images/A2_2_4473877_l.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
}

#trend .story_b{
	margin:auto;
	background-color: #efeff3;
	background-image:url(../images/B1_3_4473877_l.png);
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: contain;
}
#trend .story_b .type{
	margin:auto;
	background-image:url(../images/B2_4_4473877_l.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
}

#trend .story_c{
	margin:auto;
	background-color: #f7f0ee;
	background-image:url(../images/C1_5_4473877_l.png);
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: contain;
}
#trend .story_c .type{
	margin:auto;
	background-image:url(../images/C2_6_4473877_l.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
}

#trend .typeA_01,
#trend .typeA_02,
#trend .typeB_01,
#trend .typeB_02,
#trend .typeC_01,
#trend .typeC_02{
	padding: 40px 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 p.catch::after{
	content: "";
	display: block;
	clear: both;
}
#trend .sw-entry p.catch{
	font-size: 1.15em !important;
	font-family: ten-mincho, serif;
	color: #333;
	margin-bottom: 20px;
}
#trend .sw-entry p.catch span{
	background-color: #FFF;
	border-radius: 30px;
	padding: 6px 12px 8px 20px;
}

#trend .typeA_01 p.catch{
	color: #724e3c !important;
}
#trend .typeA_02 p.catch{
	color: #387d39 !important;
}
#trend .typeB_01 p.catch{
	color: #0092a9 !important;
}
#trend .typeB_02 p.catch{
	color: #6352a0 !important;
}
#trend .typeC_01 p.catch{
	color: #e9567a !important;
}
#trend .typeC_02 p.catch{
	color: #ec6b33 !important;
}

#trend .sw-entry p.catch span:nth-of-type(1),
#trend .sw-entry p.catch span:nth-of-type(3){
	float: left;
}
#trend .sw-entry p.catch span:nth-of-type(2),
#trend .sw-entry p.catch span:nth-of-type(4){
	background-color: #FFF;
	border-radius: 30px;
	padding: 6px 12px 8px 20px;
	float: right;
}
#trend .sw-entry h3{
	font-size: 1.5em !important;
	font-weight: 600;
	letter-spacing: 1px !important;
	color: #595153;
	line-height: 140%;
}

#trend .story_a .sw-line-title-single span{
	background-color: #f3f2e7 !important;
}
#trend .story_b .sw-line-title-single span{
	background-color: #efeff3 !important;
}
#trend .story_c .sw-line-title-single span{
	background-color: #f7f0ee !important;
}


#trend .sw-entry h4{
	font-size: 1.250em;
	font-family: 'Noto Sans JP' !important;
	font-weight: 500;
	color: #ab9940;
	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-weight: 600;
	font-style: italic;
}
#trend .sw-entry .color{
	width: 100% !important;
	height: 30px !important;
	overflow: hidden;
}
#trend .sw-entry .color img{
	width: 100%;
	height: auto;
}

#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: #ab9940;
	font-size: 1.0em !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 #ab9940;
	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%;
}



}
