@charset "utf-8";
body .vest{background:#E2E1DC;}
body .pobcho{background:#E8EBEF;}
body .denim{background:#E2E6E6;}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	
}
.img-center {
	margin:0 auto;
}
/*MENU
-----------------------------------------*/
.fw-men {
	display: flex;
	justify-content: center;
	position: relative;
	height:100vh;
}
.fw-men ul {
    padding-left: 0rem;
}
/*スマホ480px未満*/
@media(max-width:479px){
.fw-men .fw_head_menu {
	position: absolute;
	width:90%;
	top: 80px;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
	text-align: center;
}
}
/*スマホ480px～768px*/
@media(min-width:480px){
.fw-men .fw_head_menu {
	position: absolute;
	width:55%;
	top: 80px;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
	text-align: center;
}
}
/*タブレット768px～991px*/
@media(min-width:768px){
.fw-men .fw_head_menu {
	position: absolute;
	margin-top: 70px;
	width:45%;
	top: 80px;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
	text-align: center;
}
}
/*992px～1199px*/
@media(min-width:991px){
.fw-men .fw_head_menu {
	position: absolute;
	margin-top: 70px;
	max-width:800px;
	top: 40%;
	width: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	text-align: center;
}
}
/*1200px以上*/
@media(min-width:1200px){
.fw-men .fw_head_menu {
	position: absolute;
	margin-top: 70px;
	max-width:800px;
	top: 40%;
	width: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	text-align: center;
}
}
.fw-men .fw_head_menu h2 {
	text-align: center;
	padding: 0px;
	margin-bottom: 30px;
}
.fw-men .fw_head_menu h2 img {
	width: 50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width:900px) {
.fw-men .fw_head_menu h2 {
	text-align: center;
	padding: 0px;
	margin-bottom: 30px;
}
.fw-men .fw_head_menu h2 img {
	width: 70%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}	
}
.fw-men .fw_head_menu img {
    display: block;
    width: 100%;
}
.fw-men .fw_foot_menu {
	position: absolute;
	bottom: 0;
	text-align: center;
	padding-bottom: 50px;
}
.fw_foot_menu .foot_sns_btn li {
	padding-right: 15px;
	padding-left: 15px;
}
.fw_foot_menu .foot_sns_btn li img {
	width: 30px;
}
.fw_foot_menu .fot-copy{
	font-size:11px;
	color: #FFF;
}
@media (max-width:900px) {
.fw-men .fw_foot_menu {
	position: absolute;
	bottom: 0;
	text-align: center;
	padding-bottom: 20px;
}
.fw_foot_menu .foot_sns_btn li {
	padding-right: 15px;
	padding-left: 15px;
}
.fw_foot_menu .foot_sns_btn li img {
	width: 30px;
}
}
#thum_image_zoom {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-direction:row;
	flex-direction:row;
	padding-top: 10px;
	padding-bottom: 10px;
}
#thum_image_zoom .link {
	position:relative;
	overflow:hidden;
	margin:0 10px;
}
#thum_image_zoom .blank {
	position:relative;
	overflow:hidden;
	margin:0 10px;
}
#thum_image_zoom .link+.link {
	margin-top:0
}
#thum_image_zoom .link-wrap {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
#thum_image_zoom .link.active:after {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:rgba(0,0,0,.5)
}
#thum_image_zoom .link:not(.active) a {
	display:block
}
#thum_image_zoom .link:not(.active) a:after {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0
}
#thum_image_zoom .link:not(.active) .background {
	-webkit-transition:1s;
	transition:1s
}
#thum_image_zoom .link:not(.active) .background:after {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:transparent;
	-webkit-transition:1s;
	transition:1s
}
#thum_image_zoom .link:not(.active):hover .background {
	-webkit-transform:scale(1.1);
	transform:scale(1.1)
}
#thum_image_zoom .link:not(.active):hover .background:after {
	background-color:rgba(0,0,0,.5)
}
#thum_image_zoom .link:not(.active):hover a {
	opacity:1
}
#thum_image_zoom .link-1 {
	width:396px;
	/*padding:0 20px*/
}
#thum_image_zoom .link-2 {
	width:228px
}
#thum_image_zoom .link-3 {
	width:228px
}
@media (max-width:900px) {
#thum_image_zoom {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-direction:row;
	flex-direction:row;
	padding-top: 10px;
	padding-bottom: 10px;
}
#thum_image_zoom .link {
	position:relative;
	overflow:hidden
}
#thum_image_zoom .link+.link {
	/*margin-top:3rem*/
}
#thum_image_zoom .link-wrap {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
#thum_image_zoom .link-1 {
	width:80%
}
#thum_image_zoom .link-2 {
	width:80%
}
#thum_image_zoom .link-3 {
	width:80%
}
}
/*OVERVIEW
-----------------------------------------*/
.overview img {
	display:block;
	width:100%;
}
.overview {
	transition: 1.0s;
}
.overview.vest_bg {
	opacity: 0;
}
.overview.poncho_bg {
	opacity: 0;
}
.overview.denim_bg {
	opacity: 0;
}
/*スマホ480px未満*/
@media(max-width:479px){
.overview {
	position:relative;
	width: 100%;
	/*min-height: 150vh;*/
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top;
}
.overview.vest_bg {
	background-image: url(../images/vest/vest_sp.jpg);
	background-color: #8C8676;
}
.overview.poncho_bg {
	background-image: url(../images/poncho/poncho_sp.jpg);
	background-color: #A3AFBF;
}
.overview.denim_bg {
	background-image: url(../images/denim/denim_sp.jpg);
	background-color: #8D9B9B;
}
}
/*スマホ480px～768px*/
@media(min-width:480px){
.overview {
	position:relative;
	width: 100%;
	/*min-height: 200vh;*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}
.overview.vest_bg {
	background-image: url(../images/vest/vest_sp.jpg);
	background-color: #8C8676;
}
.overview.poncho_bg {
	background-image: url(../images/poncho/poncho_sp.jpg);
	background-color: #A3AFBF;
}
.overview.denim_bg {
	background-image: url(../images/denim/denim_sp.jpg);
	background-color: #8D9B9B;
}
}
/*タブレット768px～991px*/
@media(min-width:768px){
.overview {
	position:relative;
	width: 100%;
	/*min-height: 250vh;*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}
.overview.vest_bg {
	background-image: url(../images/vest/vest_sp.jpg);
	background-color: #8C8676;
}
.overview.poncho_bg {
	background-image: url(../images/poncho/poncho_sp.jpg);
	background-color: #A3AFBF;
}
.overview.denim_bg {
	background-image: url(../images/denim/denim_sp.jpg);
	background-color: #8D9B9B;
}
}
/*992px～1199px*/
@media(min-width:991px){
.overview {
	position:relative;
	width: 100%;
	/*min-height: 200vh;*/
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top;
}
.overview.vest_bg {
	background-image: url(../images/vest/vest_pc.jpg);
	background-color: #8C8676;
}
.overview.poncho_bg {
	background-image: url(../images/poncho/poncho_pc.jpg);
	background-color: #A3AFBF;
}
.overview.denim_bg {
	background-image: url(../images/denim/denim_pc.jpg);
	background-color: #8D9B9B;
}
}
/*1200px以上*/
@media(min-width:1200px){
.overview {
	position:relative;
	width: 100%;
	/*min-height: 200vh;*/
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top;
}
.overview.vest_bg {
	background-image: url(../images/vest/vest_pc.jpg);
	background-color: #8C8676;
}
.overview.poncho_bg {
	background-image: url(../images/poncho/poncho_pc.jpg);
	background-color: #A3AFBF;
}
.overview.denim_bg {
	background-image: url(../images/denim/denim_pc.jpg);
	background-color: #8D9B9B;
}
}
.sticky {
	z-index: 100;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top:0px;
	width:100%;
	height:72vh;
    /*background-color: #FB9A5B;*/
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-direction:row;
	flex-direction:row;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items: flex-end;
    padding-bottom: 30px;
}
.sticky .title {
	width:73.33333%	
}
.sticky img.title {
	width:54%	
}
@media (max-width:900px) {
.sticky img.title {
	width:120%	
}
}
/*@media screen and (min-width:1024px) {
#overview .main-visual {
	height:auto
}
#overview .main-visual .object-fit {
	-o-object-fit:cover;
	object-fit:cover;
	-o-object-position:48% 50%;
	object-position:48% 50%;
	font-family:"object-fit: cover; object-position: 48% 50%"
}

}
*/
.overtext {
	width: 100%;
	color: #FFFF01;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	/*padding-top: 50px;*/
	padding-bottom: 140px;
	margin-top: -1px;
}
.overtext.vest_bg_color {
	background-color: #8C8676;
}
.overtext.poncho_bg_color {
	background-color: #A3AFBF;
}
.overtext.denim_bg_color {
	background-color: #8D9B9B;
}
.overtext .text_box {
	width: 50%;
}
.overtext h1 {
	font-size: 2.4rem;
	line-height: 1.5;
	margin-bottom: 90px;
	font-weight: 700;
	letter-spacing: 2px;
}
.overtext h2 {
	font-size: 1.35rem;
	line-height: 1.3;
}
.online_link_name {
    font-size: 1.35rem;
    line-height: 1.3;
}
.online_link_price {
	font-size: 0.6rem;
    line-height: 1.3;
    margin-bottom: 35px;
    font-weight: bold;
}

@media (max-width:900px) {
.overtext .text_box {
	width: 80%;
}
.overtext h1 {
	font-size: 2.5rem;
	line-height: 1.3;
	margin-bottom: 100px;
	font-weight: 700;
}
.overtext h2 {
	font-size: 1.35rem;
	line-height: 1.3;
}	
.online_link_name {
    font-size: 1.35rem;
    line-height: 1.3;
}
.online_link_price {
	font-size: 0.6rem;
    line-height: 1.3;
    margin-bottom: 35px;
    font-weight: bold;
}
}
.online_btn {
	background: #FFFF01; /* 背景色 */
	color: #000; /* 文字色 */
	padding: 10px 100px; /* 上下の余白、左右の余白 */
	text-decoration: none; /* デフォルトで入る下線を消す */
	border-radius: 30px; /* 角を丸くする */
	transition-property: opacity;
	　-webkit-transition-property: opacity;
	transition:0.5s ease-in-out;
	font-weight: 700;
	font-size: 14px;
}
@media (max-width:900px) {
.online_btn {
	padding: 10px 25%; /* 上下の余白、左右の余白 */
}	
}
.online_btn:hover {
  opacity: 1;
  background: #FFF; /* 背景色 */
  color: #000; /* 文字色 */
}
.online_link {
	color:#FFFF01;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
	display: inline-block;
	font-size: 1.35rem;
    line-height: 1.3;
	font-weight: 700;
}
.online_link:hover {
	opacity: 1;
	color: #FFF; /* 文字色 */
}
.photo_box {
	position:relative;
	width: 100%;
	min-height: 100vh;
	background-color:#1E1E1E;
}
.photo_sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
}
.photo_sticky img {
	margin:0 auto;
}
.photo_text {
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 145px;
	padding-bottom: 145px;
}
.photo_text .text_box {
	width: 100%;
}
.photo_text h2 {
	font-size: 1.8rem;
	line-height: 1.3;
}
@media (max-width:900px) {
.photo_text .text_box {
	width: 100%;
}
.photo_text h2 {
	font-size: 1.8rem;
	line-height: 1.3;
}	
}
.backstory_box {
	position:relative;
	width: 100%;
	display: flex;
	height: 100%;
}
.backstory_box.vest {
	background-color: #8C8676;
}
.backstory_box.poncho {
	background-color: #D1D7DF;
}
.backstory_box.denim {
	background-color: #C6CDCD;
}
.back_sticky {
	color: #FFFF01;
	width: 50%;
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	height: 100%;
	padding-top: 75px;
	padding-bottom: 75px;
	text-align: center;
	z-index:10;
}
.back_sticky.vest_bg_color {
	background-color: #8C8676;
}
.back_sticky.poncho_bg_color {
	background-color: #A3AFBF;
}
.back_sticky.denim_bg_color {
	background-color: #8D9B9B;
}
.back_sticky .vest_photo {
	/*width: 65% !important; */
	margin: 0 auto;
}
.func_box {
	width: 50%;
	padding-bottom: 75px;
	padding-right: 57px;
	padding-left: 57px;
	text-align: left;
}
.func_box_vest {
	background-color: #c5c2ba !important;	
}
.func_box_poncho {
	background-color: #d1d7df !important;	
}
.func_box_denim {
	background-color: #c6cdcd !important;	
}
.func_box .title {
	width: 70%;
}
.func_box_title2 {
	line-height: 2.3 !important;
	font-size: 1.4rem !important;
	letter-spacing: 0.6px !important;
	padding-bottom: 17px !important;
}
.func_box h2 {
	padding-top: 90px;
    padding-bottom: 32px;
    font-size: 1.4rem;
    line-height: 1.3;
	text-align: center;
}
.func_box h3 {
	padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.28rem;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -0.5px;
}
.func_box p {
	font-size: 1.0rem;
    line-height: 1.85;
    font-weight: 500;
    letter-spacing: -0.5px;
}
.func_box .more_cont {
	margin-top: 40px;
}
.func_box .open_button img {
	width: 40%;
}
@media (max-width:900px) {
.backstory_box {
	position:static;
	width: 100%;
	display: block;
	background-color: #C6C3BA;
	height: 100%;
}
.back_sticky {
	color: #FFFF01;
	width: 100%;
	position: static;
	top: 0px;
	background-color: #8C8676;
	height: 100%;
	padding-top: 75px;
	padding-bottom: 75px;
	text-align: center;
	z-index:10;
}
.back_sticky .vest_photo {
	width: 65% !important;
	margin: 0 auto;
}
.func_box {
	width: 100%;
	padding-bottom: 75px;
	padding-right: 57px;
	padding-left: 57px;
	text-align: left;
}
.func_box_vest {
	background-color: #c5c2ba !important;	
}
.func_box_poncho {
	background-color: #d1d7df !important;	
}
.func_box_denim {
	background-color: #c6cdcd !important;	
}
.func_box .title {
	width: 70%;
}
.func_box_title2 {
	line-height: 2.3 !important;
	font-size: 1.4rem !important;
	letter-spacing: 0.6px !important;
	padding-bottom: 17px !important;
}
.func_box h2 {
	padding-top: 90px;
    padding-bottom: 32px;
    font-size: 1.4rem;
    line-height: 1.3;
	text-align: center;
}
.func_box h3 {
	padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.28rem;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -0.5px;
}
.func_box p {
	font-size: 1.0rem;
    line-height: 1.85;
    font-weight: 500;
    letter-spacing: -0.5px;
}
.func_box .more_cont {
	margin-top: 40px;
}
.func_box .open_button img {
	width: 60%;
}	
}
/*modal*/
/* これが無いとモーダルウィンドウ表示の際に余白が出る */
*{
  margin: 0;
  padding: 0;
}

/* モーダル全体(背景＋本体) */
.modal{
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
}

/* モーダル背景 */
.modal-bg{
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/* モーダル本体 */
.modal-content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
}
.modal-content .js-modal-close {
	position: absolute;
	top: 20px;
	right: 20px;
}
@media (max-width:900px) {
.modal-content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.modal-content .js-modal-close {
	position: absolute;
	top: 20px;
	right: 20px;
}	
}
/*横スクロール*/
.func_box .section {
	width: 100%;
	height: 600px;
	padding-top: 370px;/*高さ調整箇所*/
	padding-right: 0;
	padding-bottom: 320px;/*高さ調整箇所*/
	padding-left: 0;
	margin-top: 100px;
}
.func_box .container {
	width: 100%;/*80%*/
	max-width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
}
.func_box .heading {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
/* 横スクロールセクション */
.side-scroll, .side-scroll2{
  /*background-color: #1b1717;*/
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 270px;
}
.side-scroll-heading {
}
.side-scroll-list-wrapper, .side-scroll-list-wrapper2 {
  position: relative;
  width: 100%;
  height: 500px;/*ボックスの高さ*/
}
.side-scroll-list-wrapper h2, .side-scroll-list-wrapper2 h2 {
	
}

.side-scroll-list, .side-scroll-list2 {
  position: absolute;
  top: 0px;
  left: 0;
  display: flex;
  gap: 0 20px;/*要素間のスペース*/
  padding-left: 0rem;
}
.side-scroll-item {
  width: 320px;
  /*height: 420px;*/
  height: 420px;
}
.side-scroll-item div {
	padding-top: 10px;
	font-size: 0.9rem;
	letter-spacing : 0px;
	font-weight: 500;
}
.side-scroll-item div a {
	color:#FFFF01;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.side-scroll-item div a:hover {
	color: #FFF; 
}
.online_link {
	color:#FFFF01;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
	display: inline-block;
	font-weight: 700;
}
.side-scroll-item + .side-scroll-item {
  margin-left: 0px;
}
/*SPEC*/
table.spec_table {
    border-collapse:  collapse;     /* セルの線を重ねる */
	border: solid 1px;
}
.spec_table td {
	width: 50%;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}
.spec_table td p {
	font-size: 0.8rem;
	line-height: 1.8;
	letter-spacing : 0px;
}
table.spec_table_sp {
    border-collapse:  collapse;     /* セルの線を重ねる */
	border: solid 1px;
}
.spec_table_sp tr {
	width: 100%;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}
.spec_table_sp tr p {
	font-size: 1.0rem;
	line-height: 1.8;
	letter-spacing : 0px;
}
/*SIZE CHART*/
/*画像切替
-----------------------------------------*/
.tab-contents {
	display: none;
}
.is-contents-active {
	display: block;
}
#responsive-slider img, #responsive-slider2 img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
#responsive-slider, #responsive-slider2 {
	margin: 0 auto;
}
#slide img, #slide2 img, #slide3 img, #slide4 img {
	/*position: absolute;
	padding-right: 15px;
	padding-left: 15px;*/
}
#thumbnail, #thumbnail2, #thumbnail3, #thumbnail4 {
	width: 100%;
	display: flex;
	/*flex-flow: row wrap;*/
	justify-content: center;
	list-style: none;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0px;
}
#thumbnail li, #thumbnail2 li, #thumbnail3 li, #thumbnail4 li {
	margin-right: 5px;
	margin-left: 5px;
}
/*スマホ480px未満*/
@media(max-width:479px){
#thumbnail li button, #thumbnail2 li button {
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 30px;
	color: #000;
	text-decoration: none;
	text-align: center;
	padding: 5px 40px; /* 上下の余白、左右の余白 */
	border: 1px solid #FFFF01;
	background-color: transparent;
	font-weight: 700;
	transition-duration: .5s;
}
}
/*スマホ480px～768px*/
@media(min-width:480px){
#thumbnail li button, #thumbnail2 li button {
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 30px;
	color: #000;
	text-decoration: none;
	text-align: center;
	padding: 5px 40px; /* 上下の余白、左右の余白 */
	border: 1px solid #FFFF01;
	background-color: transparent;
	font-weight: 700;
	transition-duration: .5s;
}
}
/*タブレット768px～991px*/
@media(min-width:768px){
#thumbnail li button, #thumbnail2 li button {
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 30px;
	color: #000;
	text-decoration: none;
	text-align: center;
	padding: 5px 80px; /* 上下の余白、左右の余白 */
	border: 1px solid #FFFF01;
	background-color: transparent;
	font-weight: 700;
	transition-duration: .5s;
}
}
/*992px～1199px*/
@media(min-width:992px){
#thumbnail li button, #thumbnail2 li button {
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 30px;
	color: #000;
	text-decoration: none;
	text-align: center;
	padding: 5px 80px; /* 上下の余白、左右の余白 */
	border: 1px solid #FFFF01;
	background-color: transparent;
	font-weight: 700;
	transition-duration: .5s;
}
}
/*1200px以上*/
@media(min-width:1200px){
#thumbnail li button, #thumbnail2 li button {
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 30px;
	color: #000;
	text-decoration: none;
	text-align: center;
	padding: 5px 80px; /* 上下の余白、左右の余白 */
	border: 1px solid #FFFF01;
	background-color: transparent;
	font-weight: 700;
	transition-duration: .5s;
}
}
#thumbnail li button:hover, #thumbnail2 li button:hover {
	background-color: #FFFF01;
}
#thumbnail li .active {
	background-color: #FFFF01;
	font-weight: 700;
}
#thumbnail2 li .active {
	background-color: #FFFF01;
	font-weight: 700;
}
@media (max-width: 768px) {
#slide2 img, #slide4 img {
	padding-right: 60px;
	padding-left: 60px;
}
}
#thumbnail-child_1, #thumbnail-child_2 {
	width: 100%;
	display: flex;
	/*flex-flow: row wrap;*/
	justify-content: center;
	list-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}
#thumbnail-child_1 li, #thumbnail-child_2 li {
	margin-right: 5px;
	margin-left: 5px;
}
/*スマホ480px未満*/
@media(max-width:479px){
#thumbnail-child_1 li button, #thumbnail-child_2 li button {
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 30px;
	color: #000;
	text-decoration: none;
	text-align: center;
	margin: 10px 0;
	border: 1px solid #FFFF01;
	background-color: transparent;
	font-weight: 700;
	transition-duration: .5s;
}
}
/*スマホ480px～768px*/
@media(min-width:480px){
#thumbnail-child_1 li button, #thumbnail-child_2 li button {
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 55px;
	height: 30px;
	color: #000;
	text-decoration: none;
	text-align: center;
	margin: 10px 0;
	border: 1px solid #FFFF01;
	background-color: transparent;
	font-weight: 700;
	transition-duration: .5s;
}
}
/*タブレット768px～991px*/
@media(min-width:768px){
#thumbnail-child_1 li button, #thumbnail-child_2 li button {
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 95px;
	height: 30px;
	color: #000;
	text-decoration: none;
	text-align: center;
	margin: 10px 0;
	border: 1px solid #FFFF01;
	background-color: transparent;
	font-weight: 700;
	transition-duration: .5s;
}
}
/*992px～1199px*/
@media(min-width:992px){
#thumbnail-child_1 li button, #thumbnail-child_2 li button {
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 95px;
	height: 30px;
	color: #000;
	text-decoration: none;
	text-align: center;
	margin: 10px 0;
	border: 1px solid #FFFF01;
	background-color: transparent;
	font-weight: 700;
	transition-duration: .5s;
}
}
/*1200px以上*/
@media(min-width:1200px){
#thumbnail-child_1 li button, #thumbnail-child_2 li button {
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 95px;
	height: 30px;
	color: #000;
	text-decoration: none;
	text-align: center;
	margin: 10px 0;
	border: 1px solid #FFFF01;
	background-color: transparent;
	font-weight: 700;
	transition-duration: .5s;
}
}
#thumbnail-child_1 li button:hover, #thumbnail-child_2 li button:hover {
	background-color: #FFFF01;
}
#thumbnail-child_1 .active {
	background-color: #FFFF01;
	font-weight: 700;
}
#thumbnail-child_2 .active {
	background-color: #FFFF01;
	font-weight: 700;
}
/*PRODUCTS*/
.products_wrap {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.products_wrap.vest_bg_color {
	background-color: #E2E1DC;
}
.products_wrap.poncho_bg_color {
	background-color: #E8EBEF;
}
.products_wrap.denim_bg_color {
	background-color: #E3E6E6;
}
.products_wrap .pro_box {
	width: 100%;
	text-align:center;
}
.products_wrap .pro_box p {
	/*color: #878275;	*/
}
.products_wrap .pro_box .title {
	width: 30%;
}
.products_wrap .pro_box h3 {
	font-size: 1.3rem;
    line-height: 1.2;
    padding-top: 38px;
    padding-bottom: 0px;
    font-weight: 700;
}
.pro_item {
	color: #000;
	width: 330px;
	text-align: center;
}
.pro_item .pro_photo {
	max-width: 290px;
	margin: 0 auto;
	color: #878275;	
}
.products_wrap .vest {
	color: #878275;	
}
.products_wrap .poncho {
	color: #878275;	
}
.products_wrap .denim {
	font-size: 1.3rem;
    line-height: 1.2;
    padding-top: 38px;
    padding-bottom: 0px;
    font-weight: 700;
}

@media (max-width:900px) {
.products_wrap {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.products_wrap .pro_box {
	width: 100%;
}
.products_wrap .pro_box p {
	color: #878275;	
}
.products_wrap .pro_box .title {
	width: 50%;
	margin-bottom: 80px;
}
.products_wrap .pro_box h3 {
	color: #878275;	
	font-size: 1.3rem;
	line-height: 1.2;
	padding-top: 38px;
	padding-bottom: 0px;
}
.pro_item {
	color: #000;
	width: 80%;
	text-align: center;
}
.pro_item .pro_photo {
	width: 100%;
	margin: 0 auto;
	color: #878275;	
}	
}
/*FOOTER parallax*/
.foot_box {
	position:relative;
	width: 100%;
	min-height: 100vh;
}
.foot_sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
	background-color:#1E1E1E;
	color: #FFF;
}
.foot_sticky2 {
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
	background-color:#1E1E1E;
	color: #FFF;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.ft_fw-men {
	display: flex;
	justify-content: center;
	position: relative;
	height:100vh;
}
.ft_fw-men ul {
    padding-left: 0rem;
}
/*スマホ480px未満*/
@media(max-width:479px){
.ft_fw-men .fw_head_menu {
	position: absolute;
	margin-top: -50px;
	width:90%;
	top: 80px;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
	text-align: center;
}
}
/*スマホ480px～768px*/
@media(min-width:480px){
.ft_fw-men .fw_head_menu {
	position: absolute;
	margin-top: -50px;
	width:55%;
	top: 80px;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
	text-align: center;
}
}
/*タブレット768px～991px*/
@media(min-width:768px){
.ft_fw-men .fw_head_menu {
	position: absolute;
	margin-top: -50px;
	width:45%;
	top: 80px;
	left: 50%;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	/* [disabled]text-align: center; */
}
}
/*992px～1199px*/
@media(min-width:991px){
.ft_fw-men .fw_head_menu {
	position: absolute;
	margin-top: -50px;
	max-width:800px;
	top: 40%;
	width: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	text-align: center;
}
}
/*1200px以上*/
@media(min-width:1200px){
.ft_fw-men .fw_head_menu {
	position: absolute;
	margin-top: -50px;
	max-width:800px;
	top: 40%;
	width: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	text-align: center;
}
}
.ft_fw-men .fw_head_menu h2 {
	text-align: center;
	padding: 0px;
	margin-bottom: 30px;
}
.ft_fw-men .fw_head_menu h2 img {
	width: 46%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.ft_fw-men .fw_head_menu img {
    display: block;
    width: 100%;
}
.ft_fw-men .fw_foot_menu {
	position: absolute;
	bottom: 0;
	text-align: center;
	padding-bottom: 50px;
}
@media (max-width:900px) {
.ft_fw-men .fw_foot_menu {
	position: absolute;
	bottom: 0;
	text-align: center;
	padding-bottom: 20px;
}
.ft_fw-men .fw_head_menu h2 {
	text-align: center;
	padding: 0px;
	margin-bottom: 30px;
}
.ft_fw-men .fw_head_menu h2 img {
	width: 46%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}	
}
/********************************************/
.foot_box ul {
	list-style-type: none;
	padding-left: 0;
}

.foot_sticky h2 {
	/*font-size: 1.8rem;
	line-height: 1.3;
	padding-top: 150px;
	padding-bottom: 40px;*/

    text-align: center;
    padding: 0px;
    margin-bottom: 50px;
}
.foot_sticky h2 img {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.foot_pro_btn {
	display: flex;
	flex-wrap : nowrap;
	justify-content: center;
	margin-bottom: 200px;
}
.foot_pro_btn li {
	margin: 10px;
}
@media (max-width:900px) {
.foot_box ul {
	list-style-type: none;
	padding-left: 0;
}
.foot_pro_btn {
	display: flex;
	flex-wrap : nowrap;
	justify-content: center;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-left: 10px;
}
.foot_pro_btn li {
	margin: 10px;
}
.foot_pro_btn2 {
	display: flex;
	flex-wrap : nowrap;
	justify-content: center;
	margin-bottom: 200px;
	margin-right: 10px;
	margin-left: 10px;
}
.foot_pro_btn2 li {
	margin: 10px;
}
}
.foot_logo {
	width: 170px;
}
.foot_sns_btn {
	display: flex;
	justify-content: center;
	margin-top: 40px;
	margin-bottom: 40px;
}
@media (max-width:900px) {
.foot_sns_btn {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
}
.foot_sns_btn li {
	padding-right: 20px;
	padding-left: 20px;
}
.foot_sns_btn li img {
	width: 50px;
}
.foot_box #footer {
	background:#1E1E1E;
	color:#fff;
}
.foot_box #footer .fot-copy{
	font-size:11px;
	line-height:1;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
}
/***********************************************************************************************/
/* header slide */
.full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
}
.full div.img01 {
	background-image: url(../images/slide/slide1.jpg);
}
.full div.img02 {
  background-image: url(../images/slide/slide2.jpg);
}
.full div.img03 {
  background-image: url(../images/slide/slide3.jpg);
}
.full .slick-dots {
bottom: 4%;
z-index: +1;
}
@media (max-width:768px) {
.full div.img01 {
	background-image: url(../images/slide/slide1_sp.jpg);
}
.full div.img02 {
  background-image: url(../images/slide/slide2_sp.jpg);
}
.full div.img03 {
  background-image: url(../images/slide/slide3_sp.jpg);
}
}
/*about*/
.about_con {
	margin-top: 100px;	
}
.about_con h2 {
	font-size: 3rem;
	display: inline-block;
	padding: 0px;
}
.about_con p {
	font-size: 1.1rem;
	text-align: left;
}
.about_box {
	padding-right: 30px;
	padding-left: 30px;	
}
.about_img {
	margin-bottom: 0px;
}
@media (max-width:900px) {
.about_img {
	margin-bottom: 40px;
}
}
/*line up*/
.t_center {
	text-align: center;
}
.t_center h2 {
	font-size: 3rem;
	margin-top: 100px;
	margin-bottom: 100px;
}
.t_left {
	text-align: left;
}
.line_con {
	text-align: left;
}
.item {
	margin-bottom: 40px;
}
.line_con h3 {
	font-size: 1.3rem;
	display: block;
}
.line_con p {
	font-size: 1.0rem;
}
.line_box {
	padding-right: 30px;
	padding-left: 30px;	
}
.line_con .pdc-ite-txt-btn {
    position: relative;
    display: block;
    max-width: 130px;
    line-height: 1;
    padding: 15px 0;
    border: 1px #373737 solid;
    width: 100%;
    color: #333;
    text-align: center;
    font-weight: 500;
    font-family: "Noto Sans JP";
    letter-spacing: 0.25em;
}
/*STYLE*/
.style_con {
	text-align: left;
}
.style_con .row {
	margin-bottom: 40px;
}
.style_con h3 {
	font-size: 1.3rem;
	display: block;
}
.style_con p {
	font-size: 1.0rem;
}
.style_box {
	width: 75%;
	margin: 0 auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
}
.style_con .pdc-ite-txt-btn {
    position: relative;
    display: block;
    max-width: 130px;
    line-height: 1;
    padding: 15px 0;
    border: 1px #373737 solid;
    width: 100%;
    color: #333;
    text-align: center;
    font-weight: 500;
    font-family: "Noto Sans JP";
    letter-spacing: 0.25em;
}
.style_con .slick-next{
	right:10px!important;
}
.style_con .slick-prev{
    left:10px!important;
}
.style_con .slick-arrow{
    z-index:2!important;
}
.style_con .slick-dots {
	bottom: 2%;
	z-index: +1;
}
/*inview*/
.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}
.fadeIn_right {
  opacity: 0;
  transform: translate(20px, 0);
  transition: 1s;
}
.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 20px);
  transition: 1s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.zoomIn {
	opacity: 0;
	transform: scale(0.9, 0.9);
	transition: 1s;
}
.zoomIn.is-show {
	opacity: 1;
    transform: scale(1, 1);
}
/*title border*/
.border{
	position: relative;
}
.border.is-show:before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 0;
	border-bottom: solid 1px #373737;
	transform: translateX(-50%);
	animation: border_anim .8s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}

@keyframes border_anim {
	0%{
		width: 0%;
	}
	100%{
		width: 100%;
	}
}
/*mask left*/
@keyframes animate-panel {
  0% {
    transform-origin: left top;
    transform: scale(0, 1);
  }
  49% {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  50% {
    transform-origin: right top;
    transform: scale(1, 1);
  }
  100% {
    transform-origin: right top;
    transform: scale(0, 1);
  }
}
@keyframes animate-content {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
.mask-wrap {
  display: inline-block;
}
.mask-wrap .mask-inner {
  position: relative;
  visibility: hidden;
}
.mask-wrap .mask-inner::after {
  content: "";
  background: #e0e4db;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: left top;
  transform: scale(0, 1);
  transition: all 0.3s ease 0s;
  visibility: visible;
}
.mask-wrap .mask-inner.start {
  animation-name: animate-content;
  animation-duration: 0.9s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mask-wrap .mask-inner.start::after {
  animation-name: animate-panel;
  animation-duration: 0.9s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/*mask right*/
@keyframes animate-panel-right {
  0% {
    transform-origin: right top;
    transform: scale(0, 1);
  }
  49% {
    transform-origin: right top;
    transform: scale(1, 1);
  }
  50% {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  100% {
    transform-origin: left top;
    transform: scale(0, 1);
  }
}
@keyframes animate-content-right {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
.mask-wrap-right {
  display: inline-block;
}
.mask-wrap-right .mask-inner-right {
  position: relative;
  visibility: hidden;
}
.mask-wrap-right .mask-inner-right::after {
  content: "";
  background: #e0e4db;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: all 0.3s ease 0s;
  visibility: visible;
}
.mask-wrap-right .mask-inner-right.start {
  animation-name: animate-content-right;
  animation-duration: 0.9s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mask-wrap-right .mask-inner-right.start::after {
  animation-name: animate-panel-right;
  animation-duration: 0.9s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}