@charset "utf-8";
/* CSS Document */

/* 20200605 18:10 */

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.25s;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
}
body {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体",
		YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
	min-width: 1200px;
	line-height: 2;
	position: relative;
}
@media (max-width: 768px) {
	body {
		min-width: 0;
	}
}
rb {
	line-height: 1;
}
rt {
	font-size: 0.4em;
}

table {
	table-layout: fixed;
}
img {
	max-width: 100%;
	height: auto;
}
input,
textarea,
select,
button {
	/* text-rendering: auto; */
	color: initial;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0;
	text-shadow: none;
	display: inline-block;
	text-align: start;
}

.tar {
	text-align: right;
}
.tac {
	text-align: center;
}
.tal {
	text-align: left;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.mb90 {
	margin-bottom: 90px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.cols {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	flex-wrap: wrap;
}

.wrapper {
	width: 1280px;
	padding: 0 90px;
	margin: 0 auto;
}
@media (max-width: 768px) {
	.wrapper {
		width: 100%;
		padding: 0 20px;
		max-width: 600px;
		margin: 0 auto;
	}
}

@media (min-width: 769px) {
	.visible-sp {
		display: none !important;
	}
}
@media (max-width: 768px) {
	.visible-pc {
		display: none !important;
	}
}

a {
	opacity: 1;
}
a:hover {
	opacity: 0.6;
}

section {
	overflow: hidden;
}

.company_logo {
	position: absolute;
	width: 220px;
	top: 45px;
	right: 50px;
}
@media (max-width: 768px) {
	.company_logo {
		position: absolute;
		width: 130px;
		top: 5px;
		right: 15px;
	}
}

.mainvisual {
	text-align: center;
	padding: 160px 0 100px;
}
.mainvisual .mv_logo {
	margin-bottom: 80px;
	line-height: 1;
}
.mainvisual .mv_lead {
	margin-bottom: 35px;
}
.mainvisual .mv_lead img {
	height: 36px;
}

.mainvisual .mv_text {
	font-size: 22px;
	margin-bottom: 50px;
}
@media (max-width: 768px) {
	.mainvisual {
		text-align: center;
		padding: 85px 0 50px;
	}
	.mainvisual .mv_logo {
		width: 300px;
		margin: 0 auto 50px;
	}
	.mainvisual .mv_lead {
		margin-bottom: 20px;
	}
	.mainvisual .mv_lead img {
		height: 20px;
	}
	.mainvisual .mv_text {
		font-size: 14px;
		margin-bottom: 50px;
	}
	.mainvisual .mv_products {
		margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
@media (max-width: 320px) {
	.mainvisual .mv_text {
		font-size: 12px;
		letter-spacing: -0.5px;
	}
	.mainvisual .mv_logo {
		margin: 0 auto 30px;
	}
	.mainvisual .mv_lead img {
		height: 16px;
	}
	.mainvisual .mv_logo,
	.mainvisual .mv_products {
		width: 260px;
	}
}
.product_item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
	position: relative;
	padding: 120px 0;
}
.product_item::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	background: -moz-linear-gradient(left, #fff 0%, #d4d4d4 50%, #fff 100%);
	background: -webkit-linear-gradient(left, #fff 0%, #d4d4d4 50%, #fff 100%);
	background: linear-gradient(to right, #fff 0%, #d4d4d4 50%, #fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d4d4', endColorstr='#ffffff',GradientType=1 );
}
.product_item .product_l {
	width: calc(100% - 535px);
	position: relative;
}
.product_item .product_r {
	width: 485px;
	margin-left: 50px;
}
#gore-tex.product_item .product_r {
	margin-top: -15px;
}
.product_item .product_l .product_gd_logo {
	position: absolute;
	top: 0;
	left: 0;
}
.product_item .product_l .product_img {
	margin-top: 40px;
}
@media (max-width: 768px) {
	.product_item {
		padding: 60px 0;
	}
	.product_item .product_l {
		width: 100%;
		text-align: center;
	}
	.product_item .product_l .product_gd_logo {
		width: 120px;
	}
	.product_item .product_l .product_img {
		margin-top: 0;
	}
	.product_item .product_r {
		width: 100%;
		margin-left: auto;
	}
}

.product_item .product_r .product_head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 35px;
}
#gore-tex.product_item .product_r .product_head {
	margin-bottom: 20px;
}
.product_item .product_r .product_head .product_logo {
	line-height: 0;
	position: relative;
	z-index: 1;
}
.product_item .product_r .product_head .product_series {
	position: relative;
	padding-left: 40px;
	line-height: 1.6;
	font-feature-settings: "palt";
}
@media (min-width: 769px) {
	#gore-tex.product_item .product_r .product_head .product_logo img {
		width: 335px;
	}
	#lady-worker.product_item .product_r .product_head .product_logo img {
		width: 308px;
	}
	#rakuwalk.product_item.product_item .product_r .product_head .product_logo img {
		width: 288px;
	}
}
@media (max-width: 768px) {
	.product_item .product_r .product_head {
		margin-bottom: 25px;
		text-align: left;
	}
	.product_item .product_r .product_head .product_series {
		font-size: 12px;
		font-weight: bold;
		padding-left: 30px;
	}
	#gore-tex.product_item .product_r .product_head .product_series {
		padding-left: 24px;
	}
	.product_item .product_r .product_head .product_logo img {
		width: 100%;
		height: auto;
	}
}
@media (max-width: 425px) {
	.product_item .product_r .product_head .product_logo {
		width: calc(100% - 120px);
	}
	.product_item .product_r .product_head .product_series {
		width: 120px;
	}
	.product_item .product_r .product_head .product_logo {
		width: calc(100% - 135px);
	}
	#lady-worker.product_item .product_r .product_head .product_series {
		width: 160px;
	}
}
@media (max-width: 320px) {
	.product_item .product_r .product_head .product_logo {
		width: calc(100% - 65px);
	}
	.product_item .product_r .product_head .product_series {
		font-size: 10px;
	}
}
.product_item .product_r .product_head .product_series::before {
	content: "";
	display: block;
	width: 1px;
	height: 50px;
	background: #333;
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%) rotate(20deg);
}
@media (min-width: 769px) {
	#gore-tex.product_item .product_r .product_head .product_series::before {
		left: 10px;
	}
}
@media (max-width: 768px) {
	.product_item .product_r .product_head .product_series::before {
		height: 36px;
	}
	#gore-tex.product_item .product_r .product_head .product_series::before {
		left: 5px;
	}
	#rakuwalk.product_item .product_r .product_head .product_series::before {
		left: 8px;
	}
}
@media (max-width: 320px) {
	#gore-tex.product_item .product_r .product_head .product_series::before {
		left: 15px;
	}
	#rakuwalk.product_item .product_r .product_head .product_series::before {
		left: 15px;
	}
}
.product_desc {
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 1.9;
}
@media (max-width: 768px) {
	.product_desc {
		line-height: 1.8;
		font-size: 15px;
	}
}
.product_item .product_lineup {
	width: 100%;
	text-align: center;
	margin-top: -30px;
	position: relative;
	z-index: 1;
}
@media (max-width: 768px) {
	.product_item .product_lineup {
		margin-top: 0;
	}
}
.product_item .product_lineup .product_lineup_head {
	font-weight: bold;
	display: block;
	width: 110px;
	margin: 0 auto;
	border-bottom: solid 1px #2f2725;
	font-size: 22px;
	line-height: 1;
	padding: 9px 0;
	margin-bottom: 30px;
}
.product_item .product_lineup .product_lineup_items {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.product_item .product_lineup .product_lineup_items .product_lineup_item {
	display: block;
	width: 24%;
	margin: 0.5%;
	color: #000;
	text-decoration: none;
	line-height: 1.4;
	position: relative;
	font-size: 17px;
	letter-spacing: 0.08em;
}
.product_item
	.product_lineup
	.product_lineup_items
	.product_lineup_item:first-child {
	margin-left: 0;
}
.product_item .product_lineup .product_lineup_items .product_lineup_item img {
	margin-bottom: 15px;
	max-height: 129px;
}
.product_item
	.product_lineup
	.product_lineup_items
	.product_lineup_item.coming_soon::before {
	content: "COMING SOON";
	font-weight: bold;
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	top: 60px;
	font-size: 20px;
	z-index: 1;
}
.product_lineup .swiper-button-next.swiper-button-disabled,
.product_lineup .swiper-button-prev.swiper-button-disabled {
	pointer-events: auto;
}
@media (max-width: 768px) {
	.product_item .product_lineup .product_lineup_items .product_lineup_item {
		width: 49%;
		font-size: 12px;
		margin-top: 30px;
	}
	.product_item
		.product_lineup
		.product_lineup_items
		.product_lineup_item:nth-child(1),
	.product_item
		.product_lineup
		.product_lineup_items
		.product_lineup_item:nth-child(2) {
		margin-top: 0;
	}
	.product_item
		.product_lineup
		.product_lineup_items
		.product_lineup_item.coming_soon::before {
		top: 35px;
		font-size: 14px;
	}
	.product_item .product_lineup .product_lineup_items .product_lineup_item img {
		max-height: 15.47vw;
	}	
}
.product_item
	.product_lineup
	.product_lineup_items
	.product_lineup_item.coming_soon
	img {
	opacity: 0.5;
}
.product_item .product_lineup .product_lineup_items .product_lineup_item span {
	font-size: 0.65em;
	letter-spacing: 1px;
	display: inline-block;
	margin-left: -5px;
}
.product_item .product_links {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.product_item .product_links a,
.product_item .product_links div {
	color: #000;
	text-decoration: none;
	border: solid 1px;
	display: inline-block;
	padding: 15px 15px 13px;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1;
	width: calc(50% - 10px);
	font-weight: bold;
}
.product_item .product_links .coming_soon {
	background: #ddd;
	color: #9fa0a0;
	border-color: #ddd;
}
@media (max-width: 768px) {
	.product_item .product_links {
		display: block;
		text-align: center;
		margin-bottom: 40px;
	}
	.product_item .product_links a,
	.product_item .product_links div {
		width: 260px;
	}
	.product_item .product_links a + a,
	.product_item .product_links div + div {
		margin-top: 20px;
	}
}

/* information */
.information-inner {
	position: relative;
}
.information-inner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 3px;
	background: #fff;
	background: -moz-linear-gradient(left, #fff 0%, #d4d4d4 50%, #fff 100%);
	background: -webkit-linear-gradient(left, #fff 0%, #d4d4d4 50%, #fff 100%);
	background: linear-gradient(to right, #fff 0%, #d4d4d4 50%, #fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d4d4', endColorstr='#ffffff',GradientType=1 );
}
.information-heading {
	position: relative;
	display: block;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	margin: 0 auto 30px;
	padding: 9px 0;
}
.information-heading::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	width: 170px;
	height: 1px;
	transform: translateX(-50%);
	border-bottom: 1px solid #2f2725;
}
.information-list {
	list-style: none;
	margin: auto;
}
.information-item {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	border-bottom: 1px solid #2f2f2f;
	padding-bottom: 13px;
}
.information-item:not(:first-of-type) {
	padding-top: 29px;
}
.information-date {
	color: #9e9e9e;
	font-size: 13px;
	line-height: 1;
	margin-bottom: 10px;
}
.information-title {
	color: #2f2f2f;
	font-size: 18px;
	text-decoration: none;
	line-height: 1;
}
@media (min-width: 769px) {
	.information-inner {
		padding: 110px 0 120px;
	}
	.information-list {
		max-width: 916px;
	}
}
@media (max-width: 768px) {
	.information-inner {
		padding: 60px 0;
	}
	_::-webkit-full-page-media, _:future, .information-heading::after {
		width: 200px;
	}
	.information-list {
		width: 100%;
	}
	.information-item {
		padding-bottom: 5px;
	}
	.information-date {
		margin-bottom: 5px;
	}
	.information-title {
		line-height: 1.6;
		font-size: 14px;
	}
}

/*footer*/
footer {
	background: #f4f4f4;
}
footer .wrapper {
	padding: 100px;
	width: 1100px;
}
footer .gd_logo {
	text-align: center;
}
footer .gd_lead {
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	margin: 40px auto 60px;
	line-height: 1;
}
footer .gd_link {
	text-align: right;
	margin: 40px 0 0;
}
footer .gd_link a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: inline-block;
	font-size: 20px;
	line-height: 1;
}
footer .gd_link a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	border-top: solid 2px;
	border-right: solid 2px;
	transform: rotate(45deg);
	margin-right: 14px;
	position: relative;
	top: -2px;
}
footer .copyright {
	text-align: center;
	background: #a5a6a6;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	padding: 16px;
}

@media (max-width: 768px) {
	footer .wrapper {
		padding: 60px 30px 40px;
		width: 100%;
	}
	footer .gd_logo img {
		width: 80px;
	}
	footer .gd_lead {
		font-size: 20px;
		margin: 30px auto 30px;
	}
	footer .gd_text {
		line-height: 1.8;
	}
	footer .gd_link a {
		font-size: 16px;
		line-height: 1;
	}
	footer .copyright {
		font-size: 10px;
	}
}

.scroll_top {
	position: fixed;
	bottom: 70px;
	background: #000;
	display: block;
	width: 40px;
	height: 40px;
	opacity: 0;
	right: -40px;
}
.scroll_top.show {
	opacity: 1;
	right: 0;
}
.scroll_top::before {
	content: "";
	display: block;
	position: absolute;
	width: 33%;
	height: 33%;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	top: 40%;
	left: 50%;
	transform: translate(-50%) rotate(-45deg);
}
@media (max-width: 768px) {
	.scroll_top {
		position: fixed;
		right: 0;
		bottom: 40px;
		background: #000;
		display: block;
		width: 35px;
		height: 35px;
	}
}

/* Slider */
.product_item .product_lineup .product_lineup_items.slider {
	padding: 0 50px;
	display: flex;
	align-items: center;
	margin: 0 -50px;
	justify-content: flex-start;
	flex-wrap: nowrap;
}
.product_item .product_lineup .product_lineup_items.slider .product_lineup_item {
	margin: 0;
}
.swiper-button-prev, .swiper-button-next {
	position: static;
	flex: 0 0 50px;
	max-width: 50px;
	overflow:hidden;
	outline:none;
}
.swiper-button-prev::after,
.swiper-button-next::after{
	width:50px;
	height:50px;
	text-indent:-10000px;
	background:url(/img/freepage/2020_gooddesign/arrow.png) no-repeat center / contain;
}
.swiper-button-next::after{
	transform:rotateZ(180deg);
}

@media screen and (max-width:768px){
	.slider{
		margin:0;
		padding:0;
	}
	#item-list h3.gender {
		width: 160px;
		line-height: 1;
		padding: 6px 0 8px;
		font-size: 20px;
	}
	.product_item .product_lineup .product_lineup_items .product_lineup_item.swiper-slide {
		margin-top: 0;
	}
}