@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

/* フォント タイトル */
.title-txt-top {
color: #333333;
font-size: 20px;
font-family: 'Montserrat', Helvetica, sans-serif;
font-weight: 700;
text-align: center;
}
/* フォント タイトル ライン*/
.title-txt-top-line {
content: "";
display: block;
    background-color: #333333;
    height: 2px;
    width: 1.26667em;
    margin: 0.5em auto 20px;
}
.title-txt-top-line-w {
content: "";
display: block;
    background-color: #fff;
    height: 2px;
    width: 1.26667em;
    margin: 0.5em auto 20px;
}
/* フォント　バナー内 */
.layer-txt-top {
color: #FFFFFF;
font-size: 28px !important;
font-family: 'Montserrat', Helvetica, sans-serif;
font-weight: 700;
/*text-shadow: 1px 2px 3px #808080; */
	display:block;
	pointer-events: none;
}
/* フォント小　バナー内 */
.layer-txt-top-small {
color: #FFFFFF;
font-size: 18px !important;
font-family: 'Montserrat', Helvetica, sans-serif;
font-weight: 700;
/*text-shadow: 1px 2px 3px #808080; */
	display:block;
	pointer-events: none;
}
/*
a.top-pointer-events {
pointer-events: none;
}*/

/* バナー位置 */
.layer-top{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}
/*
a:hover.onlinestore_link, a:focus.onlinestore_link {
    text-decoration: none;
	outline: none;
	}
*/
/* OVERVIEWバナー背景画像-1 */
.overview_bg_1 {
  background-image: url(/static/full/twoforone/images/top/overview_1.jpg) ;
  background-size: cover;
	background-position: center;
	height: 200px;
}

.overview_bg_1-sp{
  background-image: url(/static/lite/twoforone/images/top/overview_1.jpg) ;
    background-size: cover;
	background-position: center;
	height: 150px;
}

/* OVERVIEWバナー背景画像-2 */
.overview_bg_2{
  background-image: url(/static/full/twoforone/images/top/overview_2.jpg) ;
    background-size: cover;
	background-position: center;
	height: 200px;
}

.overview_bg_2-sp{
  background-image: url(/static/lite/twoforone/images/top/overview_2.jpg) ;
    background-size: cover;
	background-position: center;
	height: 150px;
}

/* OVERVIEWバナー背景画像-3 */
.overview_bg_3{
  background-image: url(/static/full/twoforone/images/top/onlinestore_3.jpg) ;
	background-size: cover;
	background-position: center;
	height: 200px;
}

.overview_bg_3-sp{
  background-image: url(/static/lite/twoforone/images/top/overview_3.jpg) ;
	background-size: cover;
	background-position: center;
	height: 150px;
}

/* OVERVIEWバナー背景画像-4 */
.overview_bg_4{
  background-image: url(/static/full/twoforone/images/top/overview_4.jpg) ;
	background-size: cover;
	background-position: center;
	height: 200px;
}

.overview_bg_4-sp{
  background-image: url(/static/lite/twoforone/images/top/overview_4.jpg) ;
	background-size: cover;
	background-position: center;
	height: 150px;
}

/* ONLINESTOREバナー背景画像-1 */
.onlinestore_bg_1 {
  background-image: url(/static/full/twoforone/images/top/onlinestore_1.jpg) ;
  background-size: cover;
	background-position: center;
	height: 400px;
}

.onlinestore_bg_1-sp{
  background-image: url(/static/lite/twoforone/images/top/onlinestore_1.jpg) ;
    background-size: cover;
	background-position: center;
	height: 150px;
}

/* ONLINESTOREバナー背景画像-2 */
.onlinestore_bg_2{
  background-image: url(/static/full/twoforone/images/top/onlinestore_2.jpg) ;
    background-size: cover;
	background-position: center;
	height: 400px;
}

.onlinestore_bg_2-sp{
  background-image: url(/static/lite/twoforone/images/top/onlinestore_2.jpg) ;
    background-size: cover;
	background-position: center;
	height: 150px;
}

/* ONLINESTOREバナー背景画像-3 */
.onlinestore_bg_3{
  background-image: url(/static/full/twoforone/images/top/onlinestore_3.jpg) ;
	background-size: cover;
	background-position: center;
	height: 400px;
}

.onlinestore_bg_3-sp{
  background-image: url(/static/lite/twoforone/images/top/onlinestore_3.jpg) ;
	background-size: cover;
	background-position: center;
	height: 150px;
}

/* ONLINESTOREバナー背景画像-4 */
.onlinestore_bg_4{
  background-image: url(/static/full/twoforone/images/top/onlinestore_4.jpg) ;
	background-size: cover;
	background-position: center;
	height: 400px;
}

.onlinestore_bg_4-sp{
  background-image: url(/static/lite/twoforone/images/top/onlinestore_4.jpg) ;
	background-size: cover;
	background-position: center;
	height: 150px;
}

/* フォーカスページタイトル */
.focus-page-title {
color: #333333;
font-size: 18px;
font-family: 'Montserrat', Helvetica, sans-serif;
font-weight: 700;
/* text-shadow: 1px 2px 3px #808080; */
	display:block;
	pointer-events: none;
	margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.focus-page-title-2 {
color: #333333;
font-size: 18px;
font-family: 'Montserrat', Helvetica, sans-serif;
font-weight: 700;
/* text-shadow: 1px 2px 3px #808080;  */
	display:block;
	pointer-events: none;
	margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
	height: 40px;
}
/* Collectionページ768px以下表示　文字センター */
@media (max-width: 768px) {
.focus-page-title-2 {
color: #333333;
font-size: 18px;
font-family: 'Montserrat', Helvetica, sans-serif;
font-weight: 700;
/* text-shadow: 1px 2px 3px #808080;  */
	display:block;
	pointer-events: none;
	margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
	text-align: center !important;
	height: 40px;
}
}

.focus-page-title-3 {
color: #333333;
font-size: 18px;
font-family: 'Montserrat', Helvetica, sans-serif;
font-weight: 700;
/* text-shadow: 1px 2px 3px #808080;  */
	display:block;
	pointer-events: none;
	margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.focus-page-title-4 {
color: #333333;
font-size: 20px;
font-family: 'Montserrat', Helvetica, sans-serif;
font-weight: 700;
/* text-shadow: 1px 2px 3px #808080;  */
	display:block;
	pointer-events: none;
	margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
}

.focus-page-title-big {
color: #333333;
font-size: 24px;
font-family: 'Montserrat', Helvetica, sans-serif;
font-weight: 700;
/* text-shadow: 1px 2px 3px #808080; */
	display:block;
	pointer-events: none;
	margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.focus-page-title-txt p {
    margin: 0 0 15px;
    line-height: 30px;
	margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
/* Collectionページ768px以下表示　文字センター */
@media (max-width: 768px) {
.focus-page-title-txt p {
    margin: 0 0 30px;
    line-height: 30px;
	margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
	text-align: center !important;
}
}

.focus-page-title-txt-2 p {
    margin: 0 0 0px;
    line-height: 30px;
	margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.focus-page-title-txt-3 p {
    margin: 0 0 0px;
    line-height: 30px;
	margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.focus-page-title-txt-4 p {
    margin: 0 0 0px;
    line-height: 22px;
	margin-right: auto;
    margin-left: auto;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* フォーカスページタイトル　サブ */
.focus-page-title-sab {
    display: block;
    margin-top: 5px;
    color: #929294;
	font-size: 12px;
	margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
}
/* Collectionページ768px以下表示　文字センター */
@media (max-width: 768px) {
.focus-page-title-sab {
    display: block;
    margin-top: 5px;
    color: #929294;
	font-size: 12px;
	margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
	text-align: center !important;
}
}

/* フォーカスページタイトル ライン*/
.focus-page-title-line {
	content: "";
	display: block;
    background-color: #929294;
    height: 1px;
    width: 100%;
    margin: 0.5em auto 20px;
}

/* フォーカスページ注釈*/
.focus-page-text-small {
	font-size: 11px;
    line-height: 22px;
    text-indent: -1em;
}

/* SVG アイコン　*/
.focus-shopping-cart-svg {
width: 20px !important;
height: 20px !important;
}

.file-svg {
width: 20px;
height: 20px;
}

/* フォーカスボタン文字カラー　*/
.flex-control-nav li a {
    border: 1px solid #CEA244;
}
.flex-control-nav li:hover a,
.flex-control-nav li a.flex-active {
    background-color: #CEA244;
}

/* FOCUS スペース表示サイズ切り替え　*/
@media screen and (max-width: 768px) {
   /* 表示領域が768px以下の場合に適用するスタイル */
	.space-sp { height:100px; }
	.space-sp-2 { height:70px; }
	.space-sp-3 { height:30px; }
}
@media screen and (min-width: 769px) {
   /* 表示領域が769px以上の場合に適用するスタイル */
   .space-pc { height:180px; }
	.space-pc-2 { height:60px; }
	.space-pc-3 { height:20px; }
}

/* margin　*/
	.margin-top-200 { margin-top:200px; }
	.margin-top-150 { margin-top:150px; }
	.margin-top-100 { margin-top:100px; }
	.margin-top-50 { margin-top:50px; }
	.margin-top-20 { margin-top:20px; }
	.margin-top-10 { margin-top:10px; }
	.margin-top-0 { margin-top:0px; }

	.margin-bottom-200 { margin-bottom:200px; }
	.margin-bottom-150 { margin-bottom:150px; }
	.margin-bottom-100 { margin-bottom:100px; }
	.margin-bottom-50 { margin-bottom:50px; }
	.margin-bottom-20 { margin-bottom:20px; }
	.margin-bottom-10 { margin-bottom:10px; }
	.margin-bottom-0 { margin-bottom:0px; }

	.margin-left-200 { margin-left:200px; }
	.margin-left-150 { margin-left:150px; }
	.margin-left-100 { margin-left:100px; }
	.margin-left-50 { margin-left:50px; }
	.margin-left-20 { margin-left:20px; }
	.margin-left-10 { margin-left:10px; }

	.margin-right-200 { margin-right:200px; }
	.margin-right-150 { margin-right:150px; }
	.margin-right-100 { margin-right:100px; }
	.margin-right-50 { margin-right:50px; }
	.margin-right-20 { margin-right:20px; }
	.margin-right-10 { margin-right:10px; }

	.margin-200 { margin:200px; }
	.margin-150 { margin:150px; }
	.margin-100 { margin:100px; }
	.margin-50 { margin:50px; }
	.margin-20 { margin:20px; }
	.margin-10 { margin:10px; }

/* padding　*/
	.padding-top-200 { padding-top:200px; }
	.padding-top-150 { padding-top:150px; }
	.padding-top-100 { padding-top:100px; }
	.padding-top-50 { padding-top:50px; }
	.padding-top-20 { padding-top:20px; }
	.padding-top-10 { padding-top:10px; }

	.padding-bottom-200 { padding-bottom:200px; }
	.padding-bottom-150 { padding-bottom:150px; }
	.padding-bottom-100 { padding-bottom:100px; }
	.padding-bottom-50 { padding-bottom:50px; }
	.padding-bottom-20 { padding-bottom:20px; }
	.padding-bottom-10 { padding-bottom:10px; }

	.padding-left-200 { padding-left:200px; }
	.padding-left-150 { padding-left:150px; }
	.padding-left-100 { padding-left:100px; }
	.padding-left-50 { padding-left:50px; }
	.padding-left-20 { padding-left:20px; }
	.padding-left-10 { padding-left:10px; }

	.padding-right-200 { padding-right:200px; }
	.padding-right-150 { padding-right:150px; }
	.padding-right-100 { padding-right:100px; }
	.padding-right-50 { padding-right:50px; }
	.padding-right-20 { padding-right:20px; }
	.padding-right-10 { padding-right:10px; }

	.padding-200 { padding:200px; }
	.padding-150 { padding:150px; }
	.padding-100 { padding:100px; }
	.padding-50 { padding:50px; }
	.padding-20 { padding:20px; }
	.padding-10 { padding:10px; }

/*BUY ボタン*/
.item-card__btn_focus {
	margin-top: 20px;
	margin-bottom: 30px;
	padding-left: 15px;
}

.item-card__btn_focus .buy-btn_focus {
  /*margin: auto;*/
  max-width: 180px;
}
/* Collectionページ768px以下表示　文字センター */
@media (max-width: 768px) {
.item-card__btn_focus .buy-btn_focus {
  margin: auto;
  max-width: 180px;
	align-text: center !important;
}
}

.buy-btn__icon_focus {
  margin-right: 10px;
  width: 15px;
  height: 15px;
}
.buy-btn-black_focus {
  border: 1px solid transparent;
  background-color: #000;
  color: #CEA244;

  fill: #CEA244;
}

/*BUY ボタン SMALL*/
.item-card__btn_focus_small {
  margin-top: 15px;
}

.item-card__btn_focus_small .buy-btn_focus_small {
  /*margin: auto;*/
  max-width: 90px;
}

.item-card__btn_focus_small .buy-btn_focus_small:hover {
  background-color: #333;
}

/* Collectionページ768px以下表示　文字センター */
@media (max-width: 768px) {
.item-card__btn_focus_small .buy-btn_focus_small {
  margin: auto;
  max-width: 90px;
	align-text: center !important;
}
}

.buy-btn__icon_focus_small {
  margin-right: 10px;
  width: 15px;
  height: 15px;
}
.buy-btn-black_focus_small {
  border: 1px solid #000;
  background-color: #000;
  color: #FFF;
  padding: 5px 15px 5px 15px;
  /*fill: #58606E;*/
  font-family: 'Montserrat', Helvetica, sans-serif;
}

@media only screen and (min-width: 48.0625em) {
  .buy-btn-black_focus:hover {
    opacity: 0.5;
  }
}
.buy-btn_focus {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    padding: 10px 10px;
    width: 100%;
    text-align: center;
    font-weight: normal;
    font-size: 0.9rem !important;
    font-family: 'Montserrat', "EuclidFlexRegular", "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-duration: 0.4s;
    transition-property: opacity, color, background-color, border-color, fill;
    align-items: center;
    justify-content: center;
}
.box-link_focus {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
}

.box-link_focus_small {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
}

.buy-btn__icon_focus {
    margin-right: 10px;
    width: 20px !important;
    height: 20px !important;
}
.buy-btn_focus >a, .buy-btn_focus >span {
    text-decoration: none;
}


/*LOOK BOOK*/

@media screen and (max-width: 768px) {
   /* 表示領域が768px以下の場合に適用するスタイル */

	/*LOOK BOOK 背景*/
.lookbook-bg-comingsoon {
    background-image: url("/static/lite/twoforone/images/lookbook-bg.jpg");
}
	/*LOOK BOOK カミングスーンタイトル　ボーダー囲み*/
	.lookbook-border-sp {
    padding: 40px;
	width: 80%;
    margin: auto;
    font-weight: 700;
    color: #FFF;/*文字色*/
    background: rgba(255,255,255,0.20);
    border: solid 2px rgba(255,255,255,0.80);/*線*/
    border-radius: 0px;/*角の丸み*/
	}
	}

@media screen and (min-width: 769px) {
   /* 表示領域が769px以上の場合に適用するスタイル */

	/*LOOK BOOK 背景*/
.lookbook-bg-comingsoon {
    background-image: url("/static/lite/twoforone/images/lookbook-bg.jpg") ;
}

	/*LOOK BOOK カミングスーンタイトル　ボーダー囲み*/
   .lookbook-border-pc {
    padding: 40px;
	width: 40%;
    margin: auto;
    font-weight: 700;
    color: #FFF;/*文字色*/
    background: rgba(255,255,255,0.20);
    border: solid 2px rgba(255,255,255,0.80);/*線*/
    border-radius: 0px;/*角の丸み*/
	}
	}


	/*5列カラム*/
.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
/* スマホ（767px以下） */
.col-xs-1-5 {width: 20%;float: left;}
.col-xs-2-5 {width: 40%;float: left;}
.col-xs-3-5 {width: 60%;float: left;}
.col-xs-4-5 {width: 80%;float: left;}
/* タブレット（768px～991px） */
@media (min-width: 768px) {
    .col-sm-1-5 {width: 20%;float: left;}
    .col-sm-2-5 {width: 40%;float: left;}
    .col-sm-3-5 {width: 60%;float: left;}
    .col-sm-4-5 {width: 80%;float: left;}
}
/* PC（992px～1119px） */
@media (min-width: 992px) {
    .col-md-1-5 {width: 20%;float: left;}
    .col-md-2-5 {width: 40%;float: left;}
    .col-md-3-5 {width: 60%;float: left;}
    .col-md-4-5 {width: 80%;float: left;}
}
/* PC大画面（1200px以上）*/
@media (min-width: 1200px) {
    .col-lg-1-5 {width: 20%;float: left;}
    .col-lg-2-5 {width: 40%;float: left;}
    .col-lg-3-5 {width: 60%;float: left;}
    .col-lg-4-5 {width: 80%;float: left;}
}

/* プロダクト用paddingをゼロ */
.p-0-241 {
    padding: 0 !important;
}

/* ムービースペース調整 */
.focus-movie {
	padding-right: 40px !important;
	padding-left: 40px !important;
}
/* Collectionページ768px以下表示　文字センター */
@media (max-width: 768px) {
.focus-movie {
	padding-right: 5px !important;
	padding-left: 5px !important;
}
}

/* 素材アイコン表示 */
.fablic-icon-goretex {
	width: 30% !important;
}
.fablic-icon-boa {
	width: 13% !important;
}
.fablic-icon-primaloft {
	width: 10% !important;
}
.fablic-icon-polartec {
	width: 30% !important;
}
/*****************************************************************************/
/*2020リニュ用*/
/*****************************************************************************/
@media (min-width: 768px) {
  .page_cont {
    width: 100%;
	margin-right: auto;
  	margin-left: auto;
  	padding-left: 0px;
  	padding-right: 0px;
  }
}
@media (min-width: 992px) {
  .page_cont {
    width: 100%;
	margin-right: auto;
  	margin-left: auto;
  	padding-left: 0px;
  	padding-right: 0px;
  }
}
@media (min-width: 1200px) {
  .page_cont {
    width: 980px;
	margin-right: auto;
  	margin-left: auto;
  	padding-left: 5px;
  	padding-right: 5px;
  }
}

@media(max-width:479px) {
  .focus_cont {
    padding-left:0px;
	padding-right:0px;
	margin-top:0px;
	margin-bottom:0px;
  }
}
@media(min-width:480px) {
  .focus_cont {
    padding-left:0px;
	padding-right:0px;
	margin-top:0px;
	margin-bottom:0px;
  }
}
@media (min-width: 768px) {
  .focus_cont {
    padding-left:0px;
	padding-right:0px;
	margin-top:0px;
	margin-bottom:0px;
  }
}
@media (min-width: 992px) {
  .focus_cont {
    padding-left:0px;
	padding-right:0px;
	margin-top:0px;
	margin-bottom:0px;
  }
}
@media (min-width: 1200px) {
  .focus_cont {
    padding-left:0px;
	padding-right:0px;
	margin-top:5px;
	margin-bottom:5px;
  }
}
.pro_color {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #DCDCDC;
	width: 100%;
	position: -webkit-sticky; /* Safari */ 
	position: sticky;
	z-index: 999;
	top: 0;
	left: 0;
}
.color_tip div {
	margin-right: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.color_tip div a {
	color: #000;
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-weight: 700;
}
.color_tip div a:hover {
	text-decoration: none;
}
.tabs .active a {
	color: #FFF;
}
div.panels > div.panel {
  display: none;
}
div.panels > div.panel.active {
  display: block;
}
.panels .panel {
  margin-bottom: 0px;
  background-color: #fff;
  border: 0px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .0);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .0);
}
.panels .panel .row{
	margin-left: -10px;
    margin-right: -10px;
}
.pro_top_text {
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	line-height: 1.5;
	text-align: center;
}
.pro_on_img {
	text-align: center;	
}
@media(max-width:479px) {
.panels .panel {
	min-height: 300px;
}
.color_tip {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	padding-left: 10px;
}
.color_tip div a {
	font-size: 16px;
	font-weight: 500;
}
.pro_top_text {
	width: 100%;	
}
}
/*スマホ480px～768px*/
@media(min-width:480px) {
.panels .panel {
	min-height: 400px;
}
.color_tip {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	padding-left: 40px;
}
.color_tip div a {
	font-size: 16px;
	font-weight: 500;
}
.pro_top_text {
	width: 100%;	
}
}
@media(min-width:768px) {
.panels .panel {
	min-height: 500px;
}
.color_tip {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	padding-left: 40px;
}
.color_tip div a {
	font-size: 16px;
	font-weight: 500;
}
.pro_top_text {
	width: 100%;	
}
}
@media(min-width:992px) {
.panels .panel {
	min-height: 600px;
}
.color_tip {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.color_tip div a {
	font-size: 16px;
	font-weight: 500;
}
.pro_top_text {
	width: 80%;	
}
}
@media(min-width:1200px) {
.panels .panel {
	min-height: 700px;
}
.color_tip {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.color_tip div a {
	font-size: 16px;
	font-weight: 500;
}
.pro_top_text {
	width: 80%;	

}
.pro_top_text_2 {
	font-size: 17px;
	font-weight: 600;
}
}	
.pro_overview_bg_1 {
	background-image: url(/static/full/twoforone/images/collection/overview_bg_1.jpg);
	background-size: cover;
	background-position: center;
	height: 200px;
	letter-spacing: 3px;
}
.pro_overview_bg_2 {
	background-image: url(/static/full/twoforone/images/collection/overview_bg_2.jpg);
	background-size: cover;
	background-position: center;
	height: 200px;
	letter-spacing: 3px;
}
.pro_overview_bg_3 {
	background-image: url(/static/full/twoforone/images/collection/overview_bg_3.jpg);
	background-size: cover;
	background-position: center;
	height: 200px;
	letter-spacing: 3px;
}
.pro_overview_bg_4 {
	background-image: url(/static/full/twoforone/images/collection/overview_bg_4.jpg);
	background-size: cover;
	background-position: center;
	height: 200px;
	letter-spacing: 3px;
}
.pro_overview_bg_5 {
	background-image: url(/static/full/twoforone/images/collection/overview_bg_5.jpg);
	background-size: cover;
	background-position: center;
	height: 200px;
	letter-spacing: 3px;
}
.pro_overview_bg_6 {
	background-image: url(/static/full/twoforone/images/collection/overview_bg_6.jpg);
	background-size: cover;
	background-position: center;
	height: 200px;
	letter-spacing: 3px;
}
.panel .slick-prev, .panel .slick-next {
    width: 20px;
    height: 42px;
}
.panel .slick-prev::before {
   content: url(/static/full/twoforone/images/collection/btn_prev.svg);
 }
.panel .slick-next::before {
   content: url(/static/full/twoforone/images/collection/btn_next.svg);
}
.panel .slick-prev{
    left: 10px;
	z-index:99
}
.panel .slick-next{
    right: 10px;
}
.panel .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
}
.panel .slick-slide {
    outline:none;
}
.title-pro-top {
	color: #333333;
	font-size: 16px;
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-weight: 700;
	padding-left: 10px;
	margin-top: 40px;
}
.pro_textbox {
	text-align: center;
	/*font-family: 'Montserrat', Helvetica, sans-serif;*/
	color: #333333;
	padding-top: 0px;
	padding-bottom: 30px;
	line-height: 1.5;
}
.pro_textbox .pro_name {
	font-size: 12px;
	font-weight: 700;
}
.pro_textbox .pro_price {
	font-size: 12px;
    font-weight: 400;
    margin-top: 3px;
    margin-bottom: 5px;
}
.pro_logo {
	display: flex;
	justify-content: center;
	height: 28px;
	width: 100%;
	margin-bottom: 20px;
}
.pro_logo img {
	padding-right: 5px;
	padding-left: 5px;
}
.pro_logo img.img_goretex {
	width: 113px;
	height: 29px;
}
.pro_logo img.img_goretexin {
	width: 103px;
	height: 29px;
}
.pro_logo img.img_heat {
	width: 51px;
	height: 29px;
}
.pro_logo img.img_prima {
	width: 40px;
	height: 29px;
}
.pro_textbox .pro_catchcopy {
	font-size: 12px;
    margin-right: 5px;
    margin-left: 5px;
}
.accordion-container {
	position: relative;
	width: 90%;
	outline: 0;
	cursor: pointer;
	text-align: center;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.accordion-container .accordion-title {
	display: block;
	position: relative;
	margin: 0;
	padding: 10px;
	color: #fff;
	background: #B4B3B3;
	cursor: pointer;
	font-family: 'Montserrat', Helvetica, sans-serif;
}
.accordion-title{
  position: relative;
}
.accordion-title:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 33%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.accordion-content {
  display: none;
  padding: 10px;
  text-align: left;
  line-height: 1.2;
  font-size: 12px;
}
.accordion-content p {
	margin-bottom: 10px;	
}
.pro_textbox a:hover {
	text-decoration: none;	
}
.panel .buy-btn_focus_small {
	width: 50%;	
	margin-left: auto;
    margin-right: auto;
}
.pro_tit_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pro_box1 {
	color: #FFF;
	
	font-size: 20px;
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-weight: 700;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}
.pro_box2 {
	line-height: 1.5;
}
@media(max-width:479px) {
.pro_box1 {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.pro_box2 {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
}
}
/*スマホ480px～768px*/
@media(min-width:480px) {
.pro_box1 {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.pro_box2 {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
}
}
@media(min-width:768px) {
.pro_box1 {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.pro_box2 {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
}
}
@media(min-width:992px) {
.pro_box1 {
	width: 100%;
	padding-top: 110px;
	padding-bottom: 40px;
	height: 240px;
}
.pro_box2 {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 40px;
	padding-right: 0px;
	padding-left: 0px;
}
}
@media(min-width:1200px) {
.pro_box1 {
	width: 100%;
	padding-top: 110px;
	padding-bottom: 40px;
	height: 240px;
}
.pro_box2 {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 40px;
	padding-right: 0px;
	padding-left: 0px;
}
}
.pro_hr {
	border-top: 1px solid #251E1C;
	margin-bottom: 30px;
}
.pro_box1_bc {
	background-color: #004966;
}
.pro_box1_al {
	background-color: #4B6340;
}
.pro_box1_mc {
	background-color: #47756E;
}
.pro_box1_bo {
	background-color: #765434;
}
.pro_head {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color: #38373A;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.pro_head_img {
	width: 150px;	
}
.tio {
	margin-top: 40px;
}
.inner_sns {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}
.os_bg_1 {
  background-image: url(/static/full/twoforone/images/top/onlinestore_1.jpg) ;
  background-size: cover;
	background-position: center;
	height: 400px;
}
.os_bg_2 {
  background-image: url(/static/full/twoforone/images/top/onlinestore_2.jpg) ;
  background-size: cover;
	background-position: center;
	height: 400px;
}
.os_bg_3 {
  background-image: url(/static/full/twoforone/images/top/onlinestore_3.jpg) ;
  background-size: cover;
	background-position: center;
	height: 400px;
}
.os_bg_4 {
  background-image: url(/static/full/twoforone/images/top/onlinestore_4.jpg) ;
  background-size: cover;
	background-position: center;
	height: 400px;
}
@media (max-width: 768px) {
.os_bg_1 {
	height: 150px;
}
.os_bg_2 {
	height: 150px;
}
.os_bg_3 {
	height: 150px;
}
.os_bg_4 {
	height: 150px;
}
}
a.btn-flat-border {
	color: #38383A;
}

.btn-flat-border {
	display: inline-block;
	text-decoration: none;
	color: #38383A;
	border: solid 2px #38383A;
	transition: .4s;
	font-size: 20px;
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-weight: 700;
	text-align: center;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.btn-flat-border:hover {
	color: #38383A;
	text-decoration: none;
}
.btn-flat-border:visited {
	color: #38383A;
}
/*---------------------------------
SEEKKER JKT PNT
---------------------------------*/
/*スマホ480px未満*/
@media(max-width:479px){
.seeker_overview_bg_1 {
	background-image: url(/static/full/twoforone/images/seeker_jkt_pnt/seeker-main-sp.jpg);
	background-size: cover;
	background-position: center;
	height: 200px;
	letter-spacing: 3px;
}
}
/*スマホ480px～768px*/
@media(min-width:480px){
.seeker_overview_bg_1 {
	background-image: url(/static/full/twoforone/images/seeker_jkt_pnt/seeker-main-sp.jpg);
	background-size: cover;
	background-position: center;
	height: 300px;
	letter-spacing: 3px;
}
}
/*タブレット768px～991px*/
@media(min-width:768px){
.seeker_overview_bg_1 {
	background-image: url(/static/full/twoforone/images/seeker_jkt_pnt/seeker-main-pc.jpg);
	background-size: cover;
	background-position: center;
	height: 400px;
	letter-spacing: 3px;
}
}
/*992px～1199px*/
@media(min-width:992px){
.seeker_overview_bg_1 {
	background-image: url(/static/full/twoforone/images/seeker_jkt_pnt/seeker-main-pc.jpg);
	background-size: cover;
	background-position: center;
	height: 600px;
	letter-spacing: 3px;
}
}
/*1200px以上*/
@media(min-width:1200px){
.seeker_overview_bg_1 {
	background-image: url(/static/full/twoforone/images/seeker_jkt_pnt/seeker-main-pc.jpg);
	background-size: cover;
	background-position: center;
	height: 600px;
	letter-spacing: 3px;
}
}
.seeker_cont {
		
}
@media (max-width: 768px) {
.seeker_cont {
	padding-right: 10%;
	padding-left: 10%;		
}
.seeker_cont .row{
	margin-left: -10px;
    margin-right: -10px;
}
.seeker_cont2 .row{
	margin-left: -10px;
    margin-right: -10px;
}
}
.seeker_cont h2 {
	font-size: 34px;
	font-weight: 700;
	margin-top: 60px;
	margin-bottom: 40px;
	line-height: 1.5;
}
.seeker_cont h3 {
	font-size: 28px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 0px;
}
@media (max-width: 768px) {
.seeker_cont h2 {
	font-size: 30px;
	font-weight: 700;
	margin-top: 40px;
	margin-bottom: 40px;
	line-height: 1.5;
}
.seeker_cont h3 {
	font-size: 34px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 0px;
}
img.biyazima_img {
	width: 85%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 40px;
}
}
.parent_seeker_box1 {
	text-align: left;	
}
.seeker_box1 {
	text-align: left;
}
@media (max-width: 768px) {
.parent_seeker_box1 {
	text-align: center;	
}
.seeker_box1 {
	text-align: left;
	display:inline-block;
}
}
.seeker_cont p {
	line-height: 1.5;		
}
.seeker_sub1 {
	font-size: 18px;
	font-weight: 700;
}
.seeker_sub2 {
	margin-bottom: 40px;
}
.seeker_sub3 {
	font-size: 16px;
}
.seeker_sub4 {
	 line-height: 28px !important;
	margin-right: 40px;
}
@media (min-width: 767px) {
.seeker_sub1 {
	font-size: 16px;
	font-weight: 700;
}
.seeker_sub2 {
	margin-bottom: 40px;
}
.seeker_sub3 {
	font-size: 16px;
}
.seeker_sub4 {
	line-height: 28px !important;
}
}
.seeker_cont h2.seeker_title1 {
	margin-top: 60px;
	margin-bottom: 40px;
}
.seeker_cont h2.seeker_title1 {
	position: relative;
	padding-top: 0;
	padding-right: 65px;
	padding-bottom: 0;
	padding-left: 0px;
}
.seeker_cont h2.seeker_title1:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}
.seeker_cont h2.seeker_title1 span {
	font-size: 34px;
	font-weight: 700;
	position: relative;
	background: #fff;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
@media (max-width: 768px) {
.seeker_cont h2.seeker_title1:before {
  position: absolute;
  top: calc(111% - 1px);
  left: 5px;
  width: 98.5%;
  height: 2px;
  content: '';
  background: #000;
  
}
}
.seeker_cont  img.img_goretex {
	width: 113px;
	height: 29px;
}
.seeker_cont img.img_goretexin {
	width: 103px;

}
.seeker_cont img.img_prima {
	width: 40px;
	height: 29px;
}
.seeker_cont .buy-btn_focus_small {
	width: 50%;
	text-align: center;
}
@media (max-width: 768px) {
.seeker_cont .buy-btn_focus_small {
	width: 100%;
	text-align: center;
	font-size: 18px;
}
}
.seeker_cont a:hover {
	text-decoration: none !important;	
}
.seeker_cont  .buy-btn-black_focus_small {
	border: 1px none #808080;
	background-color: #808080;
	color: #FFF;
	fill: #58606E;
	font-family: 'Montserrat', Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.seeker_cont area{
	border:none;
	outline:none !important;
}
area{
	border:none;
	outline:none  !important;
}
/*画像切替
-----------------------------------------*/
#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 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	list-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
#thumbnail li, #thumbnail2 li, #thumbnail3 li, #thumbnail4 li {
	width: 35px;
	margin-right: 5px;
	margin-left: 5px;
}
.thum_color_thip_txt {
	font-weight: 700;
	text-align: center;	
}
@media (max-width: 768px) {
#slide2 img, #slide4 img {
	padding-right: 60px;
	padding-left: 60px;
}
}
/*---------------------------------
GORE-TEX DENIM PNT
---------------------------------*/
/*スマホ480px未満*/
@media(max-width:479px){
.goredenim_overview_bg_1 {
	background-image: url(/static/full/twoforone/images/goredenim/goredenim-main-sp.jpg);
	background-size: cover;
	background-position: center;
	height: 200px;
	letter-spacing: 3px;
}
}
/*スマホ480px～768px*/
@media(min-width:480px){
.goredenim_overview_bg_1 {
	background-image: url(/static/full/twoforone/images/goredenim/goredenim-main-sp.jpg);
	background-size: cover;
	background-position: center;
	height: 300px;
	letter-spacing: 3px;
}
}
/*タブレット768px～991px*/
@media(min-width:768px){
.goredenim_overview_bg_1 {
	background-image: url(/static/full/twoforone/images/goredenim/goredenim-main-pc.jpg);
	background-size: cover;
	background-position: center;
	height: 400px;
	letter-spacing: 3px;
}
}
/*992px～1199px*/
@media(min-width:992px){
.goredenim_overview_bg_1 {
	background-image: url(/static/full/twoforone/images/goredenim/goredenim-main-pc.jpg);
	background-size: cover;
	background-position: center;
	height: 600px;
	letter-spacing: 3px;
}
}
/*1200px以上*/
@media(min-width:1200px){
.goredenim_overview_bg_1 {
	background-image: url(/static/full/twoforone/images/goredenim/goredenim-main-pc.jpg);
	background-size: cover;
	background-position: center;
	height: 600px;
	letter-spacing: 3px;
}
}
/*---------------------------------
SURVIVOR JKT
---------------------------------*/
/*スマホ480px未満*/
@media(max-width:479px){
.survior_overview_bg_1 {
	background-image: url(/static/full/twoforone/images/surviorinf_jkt_pnt/survivor-main-sp.png);
	background-size: cover;
	background-position: center;
	height: 200px;
	letter-spacing: 3px;
}
}
/*スマホ480px～768px*/
@media(min-width:480px){
.survior_overview_bg_1 {
	background-image: url(/static/full/twoforone/images/surviorinf_jkt_pnt/survivor-main-sp.png);
	background-size: cover;
	background-position: center;
	height: 300px;
	letter-spacing: 3px;
}
}
/*タブレット768px～991px*/
@media(min-width:768px){
.survior_overview_bg_1 {
	background-image: url(/static/full/twoforone/images/surviorinf_jkt_pnt/survivor-main-pc.png);
	background-size: cover;
	background-position: center;
	height: 400px;
	letter-spacing: 3px;
}
}
/*992px～1199px*/
@media(min-width:992px){
.survior_overview_bg_1 {
	background-image: url(/static/full/twoforone/images/surviorinf_jkt_pnt/survivor-main-pc.png);
	background-size: cover;
	background-position: center;
	height: 600px;
	letter-spacing: 3px;
}
}
/*1200px以上*/
@media(min-width:1200px){
.survior_overview_bg_1 {
	background-image: url(/static/full/twoforone/images/surviorinf_jkt_pnt/survivor-main-pc.png);
	background-size: cover;
	background-position: center;
	height: 600px;
	letter-spacing: 3px;
}
}
/*---------------------------------
EXPLORER JKT/PNT
---------------------------------*/
/*スマホ480px未満*/
@media(max-width:479px){
.explorer_overview_bg_1 {
	background-image: url(/static/full/twoforone/images/explorer_jkt_pnt/explorer-main-sp.jpg);
	background-size: cover;
	background-position: center;
	height: 200px;
	letter-spacing: 3px;
}
}
/*スマホ480px～768px*/
@media(min-width:480px){
.explorer_overview_bg_1 {
	background-image: url(/static/full/twoforone/images/explorer_jkt_pnt/explorer-main-sp.jpg);
	background-size: cover;
	background-position: center;
	height: 300px;
	letter-spacing: 3px;
}
}
/*タブレット768px～991px*/
@media(min-width:768px){
.explorer_overview_bg_1 {
	background-image: url(/static/full/twoforone/images/explorer_jkt_pnt/explorer-main-pc.jpg);
	background-size: cover;
	background-position: center;
	height: 400px;
	letter-spacing: 3px;
}
}
/*992px～1199px*/
@media(min-width:992px){
.explorer_overview_bg_1 {
	background-image: url(/static/full/twoforone/images/explorer_jkt_pnt/explorer-main-pc.jpg);
	background-size: cover;
	background-position: center;
	height: 600px;
	letter-spacing: 3px;
}
}
/*1200px以上*/
@media(min-width:1200px){
.explorer_overview_bg_1 {
	background-image: url(/static/full/twoforone/images/explorer_jkt_pnt/explorer-main-pc.jpg);
	background-size: cover;
	background-position: center;
	height: 600px;
	letter-spacing: 3px;
}
}
/*---------------------------------
FORTHELOVEOFSB
---------------------------------*/
/*スマホ480px未満*/
@media(max-width:479px){
.fortheloveofsb_overview_bg_1 {
	background-image: url(/static/full/twoforone/images/fortheloveofsb/fortheloveofsb-main-sp.jpg);
	background-size: cover;
	background-position: center;
	height: 200px;
	letter-spacing: 3px;
}
}
/*スマホ480px～768px*/
@media(min-width:480px){
.fortheloveofsb_overview_bg_1 {
	background-image: url(/static/full/twoforone/images/fortheloveofsb/fortheloveofsb-main-sp.jpg);
	background-size: cover;
	background-position: center;
	height: 300px;
	letter-spacing: 3px;
}
}
/*タブレット768px～991px*/
@media(min-width:768px){
.fortheloveofsb_overview_bg_1 {
	background-image: url(/static/full/twoforone/images/fortheloveofsb/fortheloveofsb-main-pc.jpg);
	background-size: cover;
	background-position: center;
	height: 400px;
	letter-spacing: 3px;
}
}
/*992px～1199px*/
@media(min-width:992px){
.fortheloveofsb_overview_bg_1 {
	background-image: url(/static/full/twoforone/images/fortheloveofsb/fortheloveofsb-main-pc.jpg);
	background-size: cover;
	background-position: center;
	height: 600px;
	letter-spacing: 3px;
}
}
/*1200px以上*/
@media(min-width:1200px){
.fortheloveofsb_overview_bg_1 {
	background-image: url(/static/full/twoforone/images/fortheloveofsb/fortheloveofsb-main-pc.jpg);
	background-size: cover;
	background-position: center;
	height: 600px;
	letter-spacing: 3px;
}
}
/* キャプションテキスト */
.focus-caption {
font-size: 6px;
font-family: 'Montserrat', Helvetica, sans-serif;
/*font-weight: 400;*/
/* text-shadow: 1px 2px 3px #808080; */
	font-style: italic;
	display:block;
	pointer-events: none;
	margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

hr.seeker_hr{
	border-top: 2px solid #000;
	margin-bottom: 20px;
}
/*---------------------------------
241 THE NEXT
---------------------------------*/

.the_next_title-txt-1 {
    color: #333333;
    font-size: 14px;
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-weight: 700;
    text-align: center;
}
.the_next_title-txt-2 {
    color: #333333;
    font-size: 24px;
	line-height: 40px;
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-weight: 700;
    text-align: center;
}
.the_next_txt {
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Montserrat', Helvetica, sans-serif;
    text-align: center;
}

/*---------------------------------
241 2021-2022
---------------------------------*/
/*.ab_bg_1 {
	background-image: url(/static/full/twoforone/images/top/about_img1.jpg);
	background-size: cover;
	background-position: center;
	height: 400px;
}
.ab_bg_2 {
  background-image: url(/static/full/twoforone/images/top/about_img2.jpg) ;
  background-size: cover;
	background-position: center;
	height: 400px;
}

@media (max-width: 768px) {
.ab_bg_1 {
	height: 150px;
}
.ab_bg_2 {
	height: 150px;
}
}*/
.top_svg_title {
	width: 150px;
	margin-bottom: 10px;
}
.row_iframe {
    margin-left: -3px;
    margin-right: -3px;
}
.about_title_snow_bg_bk {
	background-color: rgba(33,33,33,0.9);
	color: #FFF;
}
.about_title_snow_bg_gy {
	background-color: #f0f3f5;
}
.about_title_snow {
	padding-top: 40px; 
	padding-bottom: 40px;
}
.about_title_snow h2 {
	font-size: 34px;
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-weight: 700;
	margin-bottom: 20px;
}
.about_title_snow p {
	font-size: 16px;
	line-height: 1.5;
}
@media (max-width: 768px) {
.about_title_snow h2 {
	font-size: 24px;
}
.about_title_snow p {
	font-size: 14px;
	line-height: 1.4;
}
}
.about_gallary_hight {
	height: 600px;
	width: 400px;
}
.about_gallary_width {
	height: 600px;
	width: 900px;
}
.box_about_gallary li {
	margin-right: 5px;
	margin-left: 5px;	
}
/*.box_about_gallary .slick-prev, .box_about_gallary .slick-next {
    width: 20px;
    height: 42px;
}*/
.box_about_gallary .slick-prev{
    left: 10px;
	z-index:99;
}
.box_about_gallary .slick-next{
    right: 10px;
}
.about_gallary_photo_text {
	font-size: 11px;
    font-weight: 300;
    margin-top: 3px;
    margin-bottom: 15px;
	margin-right: 5px;
	text-align:right;
}
/*ABOUT FOCUS*/
/*.ab_fo_bg_1 {
	background-image: url(/static/full/twoforone/images/about/focus_movie.jpg);
	background-size: cover;
	background-position: center;
	height: 400px;
}
.ab_fo_bg_2 {
	background-image: url(/static/full/twoforone/images/about/focus_products.jpg);
	background-size: cover;
	background-position: center;
	height: 400px;
}
.ab_fo_bg_3 {
	background-image: url(/static/full/twoforone/images/about/focus_family.jpg);
	background-size: cover;
	background-position: center;
	height: 400px;
}

.ab_fo_bg_4 {
	background-image: url(/static/full/twoforone/images/about/focus_field.jpg);
	background-size: cover;
	background-position: center;
	height: 400px;
}
@media (max-width: 768px) {
.ab_fo_bg_1 {
	height: 150px;
}
.ab_fo_bg_2 {
	height: 150px;
}
.ab_fo_bg_3 {
	height: 150px;
}
.ab_fo_bg_4 {
	height: 150px;
}
}*/
/*FAMILY*/
.family-black_bg {
    /*border: 1px solid #373737;*/
    background-color: #373737;
    color: #FFF;
    padding: 50px 15px 50px 15px;
    font-family: 'Montserrat', Helvetica, sans-serif;
	text-decoration:none; 
}

/*.family_bg1 {
	background-image: url(/static/full/twoforone/images/family/bg_mike.jpg);
	background-size: cover;
	background-position: center;
	height: 400px;
}
.family_bg2 {
	background-image: url(/static/full/twoforone/images/family/bg_rob.jpg);
	background-size: cover;
	background-position: center;
	height: 400px;
}
.family_bg3 {
	background-image: url(/static/full/twoforone/images/family/bg_shin.jpg);
	background-size: cover;
	background-position: center;
	height: 400px;
}
.family_bg4 {
	background-image: url(/static/full/twoforone/images/family/bg_go.jpg);
	background-size: cover;
	background-position: center;
	height: 400px;
}
.family_bg5 {
	background-image: url(/static/full/twoforone/images/family/bg_satoshi.jpg);
	background-size: cover;
	background-position: center;
	height: 400px;
}
.family_bg6 {
	background-image: url(/static/full/twoforone/images/family/bg_toshitaka.jpg);
	background-size: cover;
	background-position: center;
	height: 400px;
}
.family_bg7 {
	background-image: url(/static/full/twoforone/images/family/bg_yudo.jpg);
	background-size: cover;
	background-position: center;
	height: 400px;
}
.family_bg8 {
	background-image: url(/static/full/twoforone/images/family/bg_rei.jpg);
	background-size: cover;
	background-position: center;
	height: 400px;
}
@media (max-width: 768px) {
.family_bg1, .family_bg2, .family_bg3, .family_bg4, .family_bg5, .family_bg6, .family_bg7, .family_bg8 {
	height: 150px;
}
}*/
/*アクティブ時半透明*/
.active-btn-opacity {
    opacity: 0.3;
}
/*パンくず白文字*/
.trace-box-w{
	color: #FFF;
}
.trace-box-w a::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 7px;
    height: 7px;
    margin: auto;
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
    -webkit-transform: rotate(
45deg
);
    transform: rotate(
45deg
);
}
/*---------------------------------
241 focus 2021-2022
---------------------------------*/
.seeker_fuc_img {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .seeker_fuc_img {
    width: 750px;
	padding-left: 0px;
	padding-right: 0px;
  }
}
@media (min-width: 992px) {
  .seeker_fuc_img {
    width: 970px;
	padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .seeker_fuc_img {
    width: 980px;
	padding-left: 15px;
    padding-right: 15px;
  }
}
ul.func_slider {
	margin-left: 30px;	
}
.focus_slider .slick-prev, .focus_slider .slick-next {
    width: 20px;
    height: 42px;
}
.focus_slider .slick-prev::before {
   content: url(/static/full/twoforone/images/seeker_jkt_pnt/btn_prev.svg);
}
.focus_slider .slick-next::before {
   content: url(/static/full/twoforone/images/seeker_jkt_pnt/btn_next.svg);
}
.focus_slider .slick-prev{
    left: -40px;
	top: 50%;
	z-index:99;
}
.focus_slider .slick-next{
    right: 0px;
	top: 50%;
}
.focus_slider div{
	margin-right: 20px;
	margin-bottom: 20px;
}
.seeker_goretex {
	display: inline;
	width: 103px;
	margin-left: 10px;
	vertical-align: -9px;;
}
.seeker_22 .buy-btn_focus_small {
	margin-left: auto;
    margin-right: auto;
}
.seeker_22 h4 {
	font-weight: bold;
	margin-top: 40px;
	text-align: center;
}
.seeker_22 p {
	text-align: center;
	margin-bottom: 20px;
}
.seeker_cont h2.seeker_title2 {
	margin-top: 60px;
	margin-bottom: 20px;
}
.seeker_cont h2.seeker_title2 {
	position: relative;
	padding-top: 0;
	padding-right: 65px;
	padding-bottom: 0;
	padding-left: 0px;
}
.seeker_cont h2.seeker_title2:before {
  position: absolute;
  top: calc(50% + 2px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}
.seeker_cont h2.seeker_title2 span {
	font-size: 24px;
	font-weight: 700;
	position: relative;
	background: #fff;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
@media (max-width: 768px) {
.seeker_cont h2.seeker_title2:before {
  position: absolute;
  top: calc(111% - 5px);
  left: 5px;
  width: 98.5%;
  height: 2px;
  content: '';
  background: #000;
  
}
}
@media (max-width: 768px) {
.seeker_22 .buy-btn_focus_small {
	width: 75%;
	text-align: center;
	font-size: 18px;
}
}
/*スマホ480px未満*/
@media(max-width:479px){
.seeker_2022_bg_1 {
	background-image: url(/static/full/twoforone/images/seeker_jkt_pnt/seeker-main-sp.jpg);
	background-size: cover;
	background-position: center;
	height: 200px;
	letter-spacing: 3px;
}
}
/*スマホ480px～768px*/
@media(min-width:480px){
.seeker_2022_bg_1 {
	background-image: url(/static/full/twoforone/images/seeker_jkt_pnt/seeker-main-sp.jpg);
	background-size: cover;
	background-position: center;
	height: 300px;
	letter-spacing: 3px;
}
}
/*タブレット768px～991px*/
@media(min-width:768px){
.seeker_2022_bg_1 {
	background-image: url(/static/full/twoforone/images/seeker_jkt_pnt/seeker-main-pc.jpg);
	background-size: cover;
	background-position: center;
	height: 400px;
	letter-spacing: 3px;
}
}
/*992px～1199px*/
@media(min-width:992px){
.seeker_2022_bg_1 {
	background-image: url(/static/full/twoforone/images/seeker_jkt_pnt/seeker-main-pc.jpg);
	background-size: cover;
	background-position: center;
	height: 600px;
	letter-spacing: 3px;
}
}
/*1200px以上*/
@media(min-width:1200px){
.seeker_2022_bg_1 {
	background-image: url(/static/full/twoforone/images/seeker_jkt_pnt/seeker-main-pc.jpg);
	background-size: cover;
	background-position: center;
	height: 600px;
	letter-spacing: 3px;
}
}
/*---------------------------------
241 2022-2023　FW
---------------------------------*/
.p-LR-20-241 {
	padding-left: 20px;
    padding-right: 20px;
}
.pure {
	margin-bottom: 20px;
}
.pure h2 {
	text-align:center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.pure p {
	text-align:center;
	margin-bottom: 20px;
	font-size: 18px;
}
@media (max-width: 768px) {
.pure p {
	text-align:center;
	margin-bottom: 20px;
	font-size: 14px;
	padding: 10px 10px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 10px;
}
}
a.btn_all_focus22  {
    color: #FFF !important;
}
.btn_all_focus22 {
	display: inline-block;
	letter-spacing: 1px;
	width: 30%;
	color: #fff;
	background: #000;
}
.btn_all_focus22:hover {
	color: #fff;
	background: #000;
	text-decoration: none;
	opacity: 0.7;
}
@media (max-width: 768px) {
.btn_all_focus22 {
	width: 50%;
}
}
.buy-btn-black_focus22 {
    border: 1px solid transparent;
    background-color: #000;
    color: #FFF;
    fill: #FFF;
	font-size: .9rem !important;
	font-weight: 700;
}
.buy-btn-black_focus22:hover {
	opacity: 0.7;
}
.box_top_gallary li {
	margin-right: 5px;
	margin-left: 5px;
}
.box_top_gallary .slick-prev, .box_top_gallary .slick-next {
    width: 20px;
    height: 42px;
}
.box_top_gallary .slick-prev:before, .box_top_gallary .slick-next:before {
	color: #000;
}
.box_top_gallary .slick-prev{
    left: 10px;
	z-index:99;
}
.box_top_gallary .slick-next{
    right: 10px;
}
.box_top_gallary .pro_textbox {
    padding-bottom: 20px;
}
/*アクティブ時半透明*/
.active-btn-opacity {
    opacity: 0.3;
}
/*FOCUS ここから*/
.special-title {
    position: static;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    letter-spacing: 2px;
    text-align: center;
}
@media (max-width: 768px) {
.special-title {
    position: static;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    letter-spacing: 2px;
    text-align: center;
}
}	
.special-title h5 {
    display: block;
    margin-bottom: 5px;
    text-transform: none;
    text-align: center;
    font-size: 18px;
	height: 55px;
}
@media (max-width: 768px) {
	.special-title h5 {
    display: block;
    margin-bottom: 5px;
    text-transform: none;
    text-align: center;
    font-size: 16px;
	}
}
.special-title span {
    letter-spacing: 1px;
    text-transform: none;
    color: #a5a5a5;
    font-size: 14px;
    text-align: center;
}
@media (max-width: 768px) {
.special-title span {
    letter-spacing: 1px;
    text-transform: none;
    color: #a5a5a5;
    font-size: 12px;
    text-align: center;
	}
}
.special-title p {
    padding-top: 0px;
    letter-spacing: normal;
    line-height: 26px;
    text-align: center;
}
@media (max-width: 768px) {
.special-title p {
    padding-top: 0px;
    letter-spacing: normal;
    line-height: 26px;
    text-align: center;
	}
}
/*FOCUS ここまで*/