/* -------------------- ベース -------------------- */

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');

html {
	position: relative;
	min-height: 100%;
	overflow-x: hidden;
	color: #424242;
	overflow-y: scroll;
	scroll-behavior: smooth;
}

body {
	line-height: 1.5;
	letter-spacing: 0.04em;
	font-size: 16px;
	margin: 0 0 0 0;
	padding: 0;
	font-family: Arial,sans-serif;
	overflow:clip;
}

.fs-preview-header {
	display: none;
}

h1,h2,h3,h4 {
	font-family: Arial,sans-serif;
	font-weight: 500;
}

h1 {
	font-size:40px;
	text-align: center;
	color: #333;
	margin-bottom: 5px;
}

h2 {
	font-size: 26px;
	text-align: left;
	color: #143456;
	margin-top: 60px;
	margin-bottom: 20px;
	font-weight: 900;
    padding: 15px 0 15px 20px;
}

h3 {
	font-size: 24px;
	text-align: center;
	color: #143456;
	margin: 20px 0;
	font-weight: 600;
}

h4 {
	font-size: 18px;
	text-align: center;
	color: #143456;
	margin: 5px 0;
}

p {
	padding:0;
	margin:0;
	color: #143456;
	font-size:16px;
	font-weight: 500;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {

}

ul, ol {
	list-style: none;
	font-weight: 500;
}

.clear {
	clear: both;
}

.mauto {
	margin: 0 auto;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

a {
	cursor: pointer;
}

a:link,a:active {
	color: #143456;
}

a:visited {
	color: #143456;
	text-decoration: none;
}

a:hover,
a:visited hover {
	color: red;
}

a img:hover {
	opacity: 0.2;
}

table {
	border-collapse: collapse;
	border: solid 1px #cccccc;
}

th {
	border: solid 1px #cccccc;
    background: #eaeaea;
}

td {
	border: solid 1px #cccccc;
}

input,label {

}

select {
	-webkit-appearance: menulist;
}

img {
	max-width: 100%;
}

.pc {
	display: block;
}

.sp {
	display: none;
}



.fs-l-checkout__sideColumn {
	position: sticky;
    top: 0;
    right: 0;
}

.ct-ht {
	height: 333px;
}






/* -------------------- FLEX BOX -------------------- */

.cont-flex01 {
	display: flex;
	flex-wrap: nowrap;
}

.cont-flex02 {
	display: flex;
	flex-wrap: wrap;
}

.cont-flex03 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cont-flex04 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.cont-flex05 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}








/* -------------------- ヘッダー -------------------- */

.area01 {
	background: #143456;
	height: auto;
}

.area01 div {
	padding: 10px 0;
	color: #fff;
	font-size: 15px;
}

.area01 h1 {
	color: #fff;
	font-size: 15px;
	margin: 5px 0;
}

.area02 {
    padding: 25px 0;
    font-size:14px;
}

.area03-h {
	padding: 0 0 20px 0;
    background: rgb(234 234 234);
    text-align: center;
}

.area03 {
    background: rgb(234 234 234);
    text-align: center;
}

.area03 a {
	display: block;
	box-sizing: border-box;
    height: 76px;
    transition: auto;
}

.area03 a:hover {
	background: #fff;
	border-bottom: solid 2px red;
}

.area04 {
	padding: 20px 0 10px 0;
    background: rgb(234 234 234);
    text-align: center;
}

.area04 .navi02 a {
	background: #fff;
    color: #143456;
    padding: 10px 20px;
    border-radius: 15px;
    font-size: 14px;
    text-decoration: none;
    margin: auto 5px;
    display: block;
}

.area04 .navi02 a:hover {
	background: #143456;
	color: red;
}

.area04 .shop-text {
	font-size: 19px;
	margin: 5px 15px;
}

.area04 .navi02 {
	margin: 5px;
}

.logo {
	margin: 15px 0 0 0;
}

.serch-box {

}

.area02 .serch-box {
	margin-top: 5px;
}

.header_band {
	background: #444a59;
    color: #ffffff;
    padding: 8px 16px;
    font-size: 13px;
    margin-top: 132px;
}

.header_fix {
	position: sticky;
	position: -webkit-sticky;
    z-index: 9996;
    width: 100%;
    top: -1px;
}

.header_cart {
	width: 40px;
}

.header_right {
	width: 45%;
}

.header_left {
	width: 40%;
}


#header_pc {
	display: block;
}

#header_sp {
	display: none;
}

.header-flex01 h1 {
	font-size: medium;
	text-align: left;
	margin: 0;
}

.wrapper {
	_zoom: 1;  
	max-width: 1180px;
	margin-right: auto;
	margin-left: auto;
}

.gnavi {
	background: #fff;
}

.gnavi li {

}


.gnavi li.gtab a {
	width: 160px;
}

.header-flex01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.header-flex02 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.header-flex03 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.header-flex04 {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.t-menu {
	max-width: 1180px;
    margin: 5px auto 10px auto;
}

.g-menu {
	max-width: 1180px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: bold;
    height: 28px;
	margin-bottom: 10px;
}

#gmenu a {
	text-align: center;
	display: inline-block;
	padding-top: 10px;
    padding-bottom: 3px;
    margin-bottom: 7px;
    text-decoration: none;
    position: relative;
    font-size: 15px;
    line-height: 2.4;
}

#gmenu a:before {

}

#gmenu a:link,
#gmenu a:visited {

}

#gmenu a:hover:before {
	transform: scale(1);
}

#gmenu a:hover {
	color: #0b318f;
}

.color.pop-text,
th.pop-text,
a.pop-text,
li.pop-text {
	position: relative;
}

.description {
	position: absolute;
	top: 5px;
	left: 0;
	padding: 5px 5px 1px 5px;;
	background-color: #143456;
	color:#fff;
	border-radius:6px;
	border: solid 1px #fff;
	opacity:0;
	text-align: left;
	font-size: 12px;
	width: 105%;
}

.description02 {
	position: absolute;
	top: -40px;
	left: 0;
	padding: 5px 5px 1px 5px;;
	background-color: #143456;
	color:#fff;
	border-radius:6px;
	border: solid 1px #143456;
	opacity:0;
	text-align: left;
	font-size: 12px;
	width: 100%;
	font-weight: normal;
}

.description03 {
	position: absolute;
	top: -40px;
	left: 0;
	padding: 5px 5px 1px 5px;;
	background-color: #eaeaea;
	color:#143456;
	border-radius:6px;
	border: solid 1px #143456;
	opacity:0;
	text-align: left;
	font-size: 12px;
	width: 50px;
}

.color.pop-text:hover .description03,
th.pop-text:hover .description02,
a.pop-text:hover .description,
li.pop-text:hover .description02 {
	animation: popup 0.5s forwards;
}

@keyframes popup {
	100% {
	opacity:1;
  }
}




.logout.my-false { display: none; }
.login.my-true { display: none; }
.regist.my-true { display: none; }




/* ---- メガメニュー ---- */

.menu a:link,
.menu a:active {
	text-decoration: none;
}

.menu li a:hover:visited {
	color: #fff;
}

.menu {
    position: relative;

}

.menu > li {
    margin: 0 auto;
    padding: 0 10px;
}

.menu > li a {
    display: block;
}

.menu > li a:hover {
    color: #0b318f;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    background: rgb(234 234 234);
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 100;
}

.menu_second-level li {
    border-top: 1px solid #111;
}

.menu_second-level li a {
	color: #000;
	padding: 10px;
}

.menu_second-level li a span {
	line-height: 1.5;
	display: block;
	padding-bottom: 25px;
}

.menu_second-level li a img {
	max-width: 150px;
}

.menu_second-level li a:hover {
	background: #fff;
	color: #0b318f !important;
	display: block;
	padding: 10px;
}

.menu_third-level li {
    border-top: 1px solid #111;
}

.menu_third-level li a:hover {
    background: #2a1f1f;
}

.menu_fourth-level li a:hover {
    background: #1d0f0f;
}

.menu {
    *zoom: 1;
}

li.menu_mega ul.menu_second-level {
    position: absolute;
    top: 56px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 2%;
    background: rgb(234 234 234);
    -webkit-transition: all 1s ease;
    transition: all .1s ease;
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: space-around;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

li.menu_mega:hover ul.menu_second-level {
    top: 56px;
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

li.menu_mega ul.menu_second-level > li {
    border: none;
}

li.menu_mega ul.menu_second-level > li:nth-child(3n+2) {
    margin: 0 1%;
}






/* ---- ハンバーガーメニュー ---- */

#nav-drawer {
	position: relative;
	padding: 5px 2px 5px 4px;
}

/*チェックボックスを非表示*/
.nav-unshown {
	display: none;
}

/*アイコンのスペース*/
#nav-open {
	display: inline-block;
	width: 35px;
	height: 35px;
	vertical-align: middle;
	margin: 10px 10px -6px 10px;
	cursor: pointer;
}

/*ハンバーガーアイコン*/
#nav-open span, #nav-open span:before, #nav-open span:after {
	position: absolute;
	height: 5px;
	width: 33px;
	border-radius: 1px;
	background: #143456;
	display: block;
	content: '';
	cursor: pointer;
}
#nav-open span:before {
	bottom: -11px;
}
#nav-open span:after {
	bottom: -22px;
}

#nav-open span:hover:after, 
#nav-open span:hover:before,
#nav-open span:hover {
	background: red;
}

/*閉じる用の薄黒カバー*/
#nav-close {
	display: none;/*はじめは隠しておく*/
	position: fixed;
	z-index: 99;
	top: 0;/*全体に広がるように*/
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .2s ease-in-out;
}

/*メニュー中身*/
#nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;/*最前面に*/
	width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
	max-width: 380px;/*最大幅（調整してください）*/
	height: 100%;
	background: #fff;/*背景色*/
	transition: .2s ease-in-out;/*滑らかに表示*/
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);/*左に隠しておく*/
}

/*チェックが入ったら表示*/
#nav-input:checked ~ #nav-close {
	display: block;/*カバーを表示*/
	opacity: .7;
}

html:has(#nav-input:checked ~ #nav-close) {
  overflow: hidden;
}

#nav-input:checked ~ #nav-content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);/*中身を表示（右へスライド）*/
}

#sp_navi {
	padding: 0;
	margin: 0;
	list-style-type: none;
    list-style: none;
}

#sp_navi .ban-list {
	display: flex;
    flex-wrap: nowrap;
}

#sp_navi a {
	color: #0000ff;
	font-size: 13px;
	display: block;
	padding: 15px 0 15px 25px;
	border-top: solid 1px #444a59;
    border-right: solid 1px #444a59;
	background: #fff;
	text-decoration: none;
	position: relative;
}

#sp_navi a:link {
	color: #0000ff;
}

#sp_navi a:visited {
	color: #666666;
	text-decoration: none;
}

#sp_navi .ban-list {
	display: flex;
	flex-wrap: nowrap;
}

#sp_navi .ban-list a {
	padding: 5px 3px 4px 3px;
	border: none;
}

#sp_navi .ban-list.log-menu a {
	background: #143456;
    color: #fff;
    padding: 10px 10px;
    border-radius: 15px;
    font-size: 10px;
    text-decoration: none;
    margin: 5px;
    display: block;
    border: solid #143456 1px;
}

#sp_navi .ban-list.log-menu a:hover {
	background: #143456;
    color: red;
}

#sp_navi .ban-list a img {

}

#sp_navi .img-in_box a {
	font-size: 12px;
}

#nav-close:after {
    content: "×";
    color: #fff;
	font-size: 40px;
    position: absolute;
    top: 5px;
    left: 410px;
}

#sp_navi a:after {

}

#sp_navi li.in_navi {
	color: #fff;
    font-size: 13px;
    display: block;
    border-top: solid 1px #bbbbbb;
    background: #143456;
    padding: 20px 0 20px 30px;
}

#sp_navi .serch-box02 .serch-text {
	width: 280px;
	border: solid 1px #143456;
}

#sp_navi button {
	font-size: 10px;
}

#sp_navi input {
	font-size: 11px;
	background: #fff;
    color: #ffffff;
}

#sp_navi input::placeholder {
	color: #000;
}

#sp_navi #head-search {
	padding: 15px 10px;
	background: #fff;
}

#nav-content .footer_area02 {
	width: auto;
}

#nav-content .footer_area02 .f-menu {
	border-bottom: solid 1px #fff;
}

#nav-content #side-calendar {
	border: none;
}

#nav-content ul {
	list-style-type: none;
    list-style: none;
}

#nav-content p.side-ban img {
	width: auto;
}

#nav-content p.side-ban {
	width: auto;
	float: none;
}

#nav-content .serch-box02 input {
	border: solid 1px #ccc;
}

#nav-content .serch-box button {
	height: 44px;
	right: 2px;
	top: 0px;
	border: none;
}

ul.in_box01 {
	padding: 0;
}

.ban-pick img {
	max-width: 60%;
}

#nav-content .side-pos {
	padding: 20px 25px;
	font-size: 13px;
	color: #fff;
	background: #143456;
}

.side-pos li {
	padding: 10px 0px 5px 0px;
    border-bottom: solid 1px #fff;
}

p#side-pos {
	font-size: 14px;
	padding: 10px 0;
	text-align: center;
}



/* ---- タグオープン ---- */

label.gn_02:after {
	position: absolute;
    right: 14px;
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(https://workshop.itembox.design/item/img/base/on_open.png);
    background-size: contain;
    vertical-align: middle;
}

input[type="checkbox"].on_off:checked + label.gn_02:after {
	position: absolute;
    right: 14px;
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(https://workshop.itembox.design/item/img/base/on_close.png);
    background-size: contain;
    vertical-align: middle;
}

.accbox {
    margin: 0;
    padding: 0;
}

.accbox label {
    display: block;
    cursor :pointer;
    transition: all 0.4s;
}

.accbox input {
    display: none;
}

.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.2s;
}

.cssacc:checked~.accshow {
    height: auto;
    padding: 15px 0 0 5px;
    opacity: 1;
}

label.box_open {
	position: relative;
}

label.box_open:after {
	position: absolute;
    right: 14px;
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(https://workshop.itembox.design/item/img/base/on_open.png);
    background-size: contain;
    vertical-align: middle;
    transform: rotate(360deg);
    transition: 0.1s;
}

input[type="checkbox"].cssacc:checked + label.box_open:after {
	position: absolute;
    right: 14px;
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(https://workshop.itembox.design/item/img/base/on_close.png);
    background-size: contain;
    vertical-align: middle;
    transform: rotate(540deg);
}



/* ---- 検索オープン ---- */
label.tag_open {
    display: block;
    cursor :pointer;
}

input[type="checkbox"].on_off{
    display: none;
}
/*
.tag_menu ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tag_menu ul {
    overflow: hidden;
    font-size: 15px;
    font-weight: 600;
}
*/


.tag_menu div.total {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tag_menu div.total {
    height: 0;
    overflow: hidden;
    /*padding: 0 5px 0 10px;*/
    margin: 0;
    font-size: 15px;
    font-weight: 600;
}

.tag_menu div.form23 {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tag_menu div.form23 {
    max-height: 0;
    overflow: hidden;
    margin: 0;
}

.tag_menu ul li {
	padding: 5px 0 10px 0;
}

.tag_menu input:checked~ul {
    height: auto;
}

.tag_menu input:checked~div.total {
    height: auto;
    margin: 0 0 0 0;
}

.tag_menu input:checked~div.form23 {
    max-height: 1000px;
}

label.tag_open img:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

label.tag_open h4:hover {
	color: #830100;
}

.tag_menu ul li a {
	color: #143456;
}

.tag_menu ul li a:hover {
	color: #830100;
	text-decoration: underline;
}

.m2-button {
	background: #143456;
    text-align: center;
    color: #fff;
    width: 80px;
    padding: 5px 10px;
    font-size: 13px;
}

.tag_open div.m2-button:after {
    content:"詳細検索を開く";
}

input[type="checkbox"].on_off:checked + .tag_open div.m2-button:after {
    content:"詳細検索を閉じる";
    background: #eaeaea;
    color: #143456;
    display: block;
}

.m3-button {
	background: #eaeaea;
    text-align: center;
    color: #143456;
    width: 50%;
    padding: 10px 10px;
    font-size: 13px;
}

.tag_open div.m3-button:after {
    content:"おすすめ一覧を開く >>";
}

input[type="checkbox"].on_off:checked + .tag_open div.m3-button:after {
    content:"おすすめ一覧を閉じる <<";
    background: #eaeaea;
    color: #143456;
    display: block;
}





nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #000;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
  height: 100%;
}

nav.globalMenuSp ul {
  background: #ccc;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  overflow: auto;
  height: 80%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active-s {
  transform: translateY(0%);
  top: 100px;
}

.vi-serch-box02.active-s02 {
	visibility: hidden;
}



/* サーチ＆ナビエリア */
.serch-box form {
	display: flex;
    flex-wrap: nowrap;
}

.serch-box input {
	font-size: 15px;
	text-indent: 10px;
	height: 22px;
    width: 300px;
}

.area02 .serch-box input {
	height: 40px;
}

.serch-box button {
	font-size: 12px;
    border: none;
    height: 26px;
    position: relative;
    right: 6px;
    background: #143456;
    color: #fff;
    width: 60px;
    cursor: pointer;
    border: solid 1px #fff;
    top: 1px;
}

.area02 .serch-box button {
	height: 48px;
	top: -1px;
}

.serch-box button img{
	display: none;
}



.serch-box02 input {
	border: solid 2px #bbb;
    border-radius: 15px;
    box-shadow: none;
    padding: 2px 8px;
}

.serch-box02 .serch-text {
	width: 325px;
	height: 45px;
	text-indent: 10px;
	font-size: 15px;
	letter-spacing: 1.5px;
	color: #000
}

.serch-box02 button {
	height: 30px;
    width: 30px;
    text-indent: -9999px;
    background: url(https://workshop.itembox.design/item/img/base/search-icon.png) no-repeat;
    border: none !important;
    background-size: contain;
    margin-left: -45px;
    line-height: 2.8em
}

.header_area .serch-box02 button {
	position: relative;
    top: 4px;
}

.floating .serch-box02 button.serch-btn01 {
	position: absolute;
    top: 12px;
}

.shop-text {
	font-size: 10px;
}

.fs-p-welcomeMsg {
	font-size: 12px;
}

.fa {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.coupon01 {
	margin: 0 auto 7px auto;
}

.coupon01 a {
	display: block;
    padding: 20px 0;
    font-size: 20px;
    background: rgb(255 255 255);
    text-align: center;
    font-weight: bold;
    font-size: 45px;
    text-decoration: none;
    color: #0b318f;
    line-height: 1.2;
    border: solid 5px;
}

.coupon01 a:hover {
	/*opacity: 0.5;*/
	color: #fff;
	border: solid 5px #0b318f;
	background: #0b318f;
}













/* -------------------- KV -------------------- */

#slide_show img {
  max-width: 100%;
  height: auto;
  width /***/: auto;
}

#slide_show {
  margin: 0 auto;
}

.fix_top {
	margin-top: 132px;
}

.bx-wrapper {
	margin-bottom: 0 !important;
}

.bx-wrapper {

}

.visuals-wrapper {
	position:relative;
	overflow:hidden;
	max-width:1180px;
}

.visuals-wrapper .bx-wrapper {
	position:static;
	margin:0 100px;
	border:none;
	box-shadow:none;
}

.visuals-wrapper .bx-wrapper .bx-viewport {
	overflow:visible !important;
	max-width:1180px;
}

.visuals-wrapper .bx-wrapper .bx-pager {
	left:0;
	bottom:auto;
	padding-top:0;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: unset !important;
	margin: 20px auto 40px auto;
}

.soku_area {
	text-align: center;
    padding: 20px 0 10px 0;
    background: #e70012;
}

.point_area {
	background: #010cfe;
	margin-top: 15px;
	padding: 20px 0 10px 0;
	text-align: center;
}

.bx-wrapper .bx-controls-direction a {
	display: none !important;
}






/* -------------------- メイン -------------------- */

.fs-c-breadcrumb {
	max-width: 1000px;
    margin: 10px auto;
}

h2.tp {
	font-size: 32px;
    color: #143456;
    /* text-align: center;*/
    /*background: #eaeaea;*/
    background: #fff;
    border-top: solid 5px;
    border-bottom: solid 5px;
    border-left: solid 30px;
}

h3.tp {
	text-align: left;
}

.fs-c-heading--page {
    font-size: 32px;
    color: #143456;
    background: #fff;
    border-top: solid 5px;
    border-bottom: solid 5px;
    border-left: solid 30px;
    font-size: 26px;
    text-align: left;
    color: #143456;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 900;
    padding: 15px 0 15px 20px;
}

.nigiwai {
	margin: 0 auto;
    text-align: center;
}

:target:before {
	content:"";
	/*display:block;*/
	height:150px;/* ヘッダの高さ = 50px */
	margin:-150px 0 0;/* ヘッダの高さ = 50px */
}

ul#tab-menu {
    margin: 20px auto;
    display: flex;
    justify-content: center;
    /*white-space: nowrap;*/
    /*overflow: scroll;*/
    text-align: center;
}

ul#tab-menu li.active {
    /*border-bottom: solid 3px #000;*/
    background: #0b318f;
    color: #fff;
}

ul#tab-menu li {
    /*margin-right: 60px;*/
    padding: 5px 10px;
    min-width: auto;
    min-width: initial;
    font-size: 17px;
    margin: 0px 40px;
    cursor: pointer;
    /*color: #fff;*/
}

.main_area {
	width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 80px;
}

.kinsyou_left_area + .fs-l-pageMain {
	max-width: 890px;
	margin: 0;
	width: 75%;
}

.fs-l-pageMain {
	/*max-width: 890px;*/
	max-width: 1000px;
	margin: auto;
}

.main_cont {
	/*max-width: 75%;*/
	order: 2;
}

.side_cont {
	/*max-width: 20%;*/
	order: 1;
	/*margin-top: 60px;*/
	width: 235px;
}

.fs-body-top .side_cont {
	margin-top: 60px;
}

.cont_guide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*margin: 30px 0 60px 0;*/
}

/*
.jouge_rank .cate_box {
    max-width: 185px;
    margin: 12px auto;
    padding: 20px;
    box-sizing: border-box;
    position: relative; 
}
*/

.swiper-container .cate_box {
	padding: 0 0 30px 0;
	max-width: 200px;
    margin: 12px auto;
    box-sizing: border-box;
    position: relative; 
}

.push.cate_box {
    /*max-width: 200px;*/
    /*margin: 12px auto;*/
    /*padding: 20px;*/
    /*box-sizing: border-box;*/
    /*position: relative;*/
}

/*
.jouge_rank .cate_box:before {
	position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    margin-left: 16px;
    line-height: 20px;
    padding: 0 6px;
    font-size: 80%;
    text-align: center;
    vertical-align: middle;
    background: #ffe200;
    color: #000;
    content: "NEW";
    font-family: 'Crimson Text', serif;
    /*font-family: Oswald;*/
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 100;
}

.push.cate_box:before {
	position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    /*margin-left: 16px;*/
    line-height: 20px;
    padding: 3px 6px;
    font-size: 65%;
    text-align: center;
    vertical-align: middle;
    background: #000;
    color: #fff;
    content: "PUSH";
    font-family: 'Crimson Text', serif;
    /*font-family: Oswald;*/
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 100;
}
/*

.new.cate_box:before {
	position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    /*margin-left: 16px;*/
    line-height: 20px;
    padding: 3px 6px;
    font-size: 65%;
    text-align: center;
    vertical-align: middle;
    background: #f10;
    color: #fff;
    content: "NEW";
    font-family: 'Crimson Text', serif;
    /*font-family: Oswald;*/
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 100;
}




.cate_box a {
	text-decoration: none;
}

.jouge_rank .cate_box a img {
	padding: 8px;
	border:solid 2px #fff;
}

.cate_box img + p {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    /*color: #fff;*/
}

.cate_box a:hover {
	color: #0b318f;
}

.top-column-area {
	max-width: 992px;
	margin: 0 auto;
}

.top-column-area img {
	max-width: 100%;
	border: solid 1px #ddd;
	display: block;
}

.col3 .column-item a img {
	/*width: 320px;*/
	/*height: 125px;*/
}

.col2 .column-item {
	/*max-width: 420px;*/
	/*overflow: hidden;*/
	/*max-height: 125px;*/
	/*margin: 10px auto;*/
	/*margin: 20px auto;*/
	max-width: 49%;
	margin: 10px 0;
}

.col2 .column-item.cont03 {
	max-width: 265px;
	/*overflow: hidden;*/
	/*max-height: 125px;*/
	/*margin: 10px auto;*/
	margin: 20px auto;
}

.col3 .column-item {
	/*max-width: 400px;*/
	max-width: 550px;
	overflow: hidden;
	/*max-height: 152px;*/
	margin: 10px auto;
}

.col4 .column-item img,
.col3 .column-item img {
	transition: 0.3s;
}

.col4 .column-item img:hover,
.col3 .column-item img:hover {
	transform: scale(1.1, 1.1);
}

.col4 .column-item {
	max-width: 239px;
	overflow: hidden;
	max-height: 91px;
}

.column {
	/*margin: 30px 0px;*/
}

.column02 {
	margin: 0 0 30px 0;
}

.column .column-item:last-child {
	padding: 0;
}

.column-item {
	text-align: center;
    line-height: 2;
    font-size: 12px;
    position: relative;
	/*padding: 0 12px 0 0;*/
}

.column-item a {
	text-decoration: none;
	line-height: 1.5;
    color: black;
}

.column-item a:hover {
	/*text-decoration: underline;*/
	color: #aaa;
}

.column-item img + p {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    text-align: left;
    /*color: #fff;*/
}

.column-item img + span {
	padding: 2px 6px;
    font-size: 13px;
    /*font-size: 1rem;*/
    color: #fff;
    background: #c30221;
    text-align: left;
    display: table;
}

.column-item img + span + p {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    color: #fff;
}

.top_main_cont .column-item img + p:hover {
	color: red;
	text-decoration: underline;
}

.soon.column-item:before {
	position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    /*margin-left: 16px;*/
    line-height: 20px;
    padding: 3px 6px;
    font-size: 80%;
    text-align: center;
    vertical-align: middle;
    background: #00bcd4;
    color: #fff;
    content: "Coming Soon!";
    font-family: 'Crimson Text', serif;
    /*font-family: Oswald;*/
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 100;
}

.new.column-item:before {
	position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    /*margin-left: 16px;*/
    line-height: 20px;
    padding: 3px 6px;
    font-size: 80%;
    text-align: center;
    vertical-align: middle;
    background: #fa0201;
    color: #fff;
    content: "2021 NEW MODEL";
    /*font-family: 'Crimson Text', serif;*/
    /*font-family: Oswald;*/
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 100;
}

.new-ss.column-item:before {
	position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    /*margin-left: 16px;*/
    line-height: 20px;
    padding: 3px 6px;
    font-size: 80%;
    text-align: center;
    vertical-align: middle;
    background: #0055fd;
    color: #fff;
    content: "2025SS NEW MODEL";
    /*font-family: 'Crimson Text', serif;*/
    /*font-family: Oswald;*/
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 100;
}

.new-ss-low.column-item:before {
	position: absolute;
    bottom: 6px;
    left: 0;
    display: inline-block;
    /*margin-left: 16px;*/
    line-height: 20px;
    padding: 3px 6px;
    font-size: 80%;
    text-align: center;
    vertical-align: middle;
    background: #0055fd;
    color: #fff;
    content: "2025SS NEW MODEL";
    /*font-family: 'Crimson Text', serif;*/
    /*font-family: Oswald;*/
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 100;
}

.top_main_cont .new-ss-low.column-item:before {
	position: absolute;
    bottom: 56px;
    left: 0;
    display: inline-block;
    /*margin-left: 16px;*/
    line-height: 20px;
    padding: 3px 6px;
    font-size: 80%;
    text-align: center;
    vertical-align: middle;
    background: #0055fd;
    color: #fff;
    content: "2025SS NEW MODEL";
    /*font-family: 'Crimson Text', serif;*/
    /*font-family: Oswald;*/
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 100;
}

.new-aw.column-item:before {
	position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    /*margin-left: 16px;*/
    line-height: 20px;
    padding: 3px 6px;
    font-size: 80%;
    text-align: center;
    vertical-align: middle;
    background: #fa0201;
    color: #fff;
    content: "2024AW NEW MODEL";
    /*font-family: 'Crimson Text', serif;*/
    /*font-family: Oswald;*/
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 100;
}

.new-aw-low.column-item:before {
	position: absolute;
    bottom: 6px;
    left: 0;
    display: inline-block;
    /*margin-left: 16px;*/
    line-height: 20px;
    padding: 3px 6px;
    font-size: 80%;
    text-align: center;
    vertical-align: middle;
    background: #fa0201;
    color: #fff;
    content: "2024AW NEW MODEL";
    /*font-family: 'Crimson Text', serif;*/
    /*font-family: Oswald;*/
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 100;
}

.top_main_cont .new-aw-low.column-item:before {
	position: absolute;
    bottom: 56px;
    left: 0;
    display: inline-block;
    /*margin-left: 16px;*/
    line-height: 20px;
    padding: 3px 6px;
    font-size: 80%;
    text-align: center;
    vertical-align: middle;
    background: #fa0201;
    color: #fff;
    content: "2024AW NEW MODEL";
    /*font-family: 'Crimson Text', serif;*/
    /*font-family: Oswald;*/
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 100;
}

.pick.column-item:before {
	position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    /*margin-left: 16px;*/
    line-height: 20px;
    padding: 3px 6px;
    font-size: 80%;
    text-align: center;
    vertical-align: middle;
    background: #ff9800;
    color: #fff;
    content: "PICK";
    font-family: 'Crimson Text', serif;
    /*font-family: Oswald;*/
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 100;
}

.pick-low.column-item:before {
	position: absolute;
    bottom: 8px;
    left: 0;
    display: inline-block;
    /*margin-left: 16px;*/
    line-height: 20px;
    padding: 3px 6px;
    font-size: 80%;
    text-align: center;
    vertical-align: middle;
    background: #ff9800;
    color: #fff;
    content: "PICK";
    font-family: 'Crimson Text', serif;
    /*font-family: Oswald;*/
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 100;
}

.feat.column-item:before {
	position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    /*margin-left: 16px;*/
    line-height: 20px;
    padding: 3px 6px;
    font-size: 80%;
    text-align: center;
    vertical-align: middle;
    background: #000;
    color: #fff;
    content: "FEATURE";
    font-family: 'Crimson Text', serif;
    /*font-family: Oswald;*/
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 100;
}

.tp_rank02 .fs-c-slick .slick-slide:before,
.tp_rank .fs-c-slick .slick-slide:before {
	/*position: relative;*/
    top: 0;
    left: 0;
    display: inline-block;
    /*margin-left: 16px;*/
    line-height: 20px;
    padding: 3px 6px;
    font-size: 80%;
    text-align: center;
    vertical-align: middle;
    background: #000;
    color: #fff;
    content: "FEATURE";
    font-family: 'Crimson Text', serif;
    /*font-family: Oswald;*/
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 100;
}

.tp_rank02 .fs-c-slick .slick-slide:nth-child(1):before,
.tp_rank .fs-c-slick .slick-slide:nth-child(1):before {
	background: #D2A532;
    content: "1";
    box-sizing: border-box;
    border-radius: 50%;
    top: 0px;
    left: -7px;
    width: 24px;
    line-height: 24px;
    padding: 0;
    /*background: #000;*/
    color: #fff;
    margin-left: 16px;
    position: relative;
}

.tp_rank02 .fs-c-slick .slick-slide:nth-child(2):before,
.tp_rank .fs-c-slick .slick-slide:nth-child(2):before {
	background: #808487;
    content: "2";
    box-sizing: border-box;
    border-radius: 50%;
    top: 0px;
    left: -7px;
    width: 24px;
    line-height: 24px;
    padding: 0;
    /*background: #000;*/
    color: #fff;
    margin-left: 16px;
    position: relative;
}

.tp_rank02 .fs-c-slick .slick-slide:nth-child(3):before,
.tp_rank .fs-c-slick .slick-slide:nth-child(3):before {
	background: #C16E3A;
    content: "3";
    box-sizing: border-box;
    border-radius: 50%;
    top: 0px;
    left: -7px;
    width: 24px;
    line-height: 24px;
    padding: 0;
    /*background: #000;*/
    color: #fff;
    margin-left: 16px;
    position: relative;
}

.tp_rank02 .fs-c-slick .slick-slide:nth-child(4):before,
.tp_rank .fs-c-slick .slick-slide:nth-child(4):before {
	background: #000;
    content: "4";
    box-sizing: border-box;
    border-radius: 50%;
    top: 0px;
    left: -7px;
    width: 24px;
    line-height: 24px;
    padding: 0;
    /*background: #000;*/
    color: #fff;
    margin-left: 16px;
    border: solid 1px #ccc;
    position: relative;
}

.tp_rank02 .fs-c-slick .slick-slide:nth-child(5):before,
.tp_rank .fs-c-slick .slick-slide:nth-child(5):before {
	background: #000;
    content: "5";
    box-sizing: border-box;
    border-radius: 50%;
    top: 0px;
    left: -7px;
    width: 24px;
    line-height: 24px;
    padding: 0;
    /*background: #000;*/
    color: #fff;
    margin-left: 16px;
    border: solid 1px #ccc;
    position: relative;
}

.tp_rank02 .fs-c-slick  .slick-slide:nth-child(6):before,
.tp_rank .fs-c-slick  .slick-slide:nth-child(6):before {
	background: #000;
    content: "6";
    box-sizing: border-box;
    border-radius: 50%;
    top: 0px;
    left: -7px;
    width: 24px;
    line-height: 24px;
    padding: 0;
    /*background: #000;*/
    color: #fff;
    margin-left: 16px;
    border: solid 1px #ccc;
    position: relative;
}

.tp_rank02 .fs-c-slick .slick-slide:nth-child(7):before,
.tp_rank .fs-c-slick .slick-slide:nth-child(7):before {
	background: #000;
    content: "7";
    box-sizing: border-box;
    border-radius: 50%;
    top: 0px;
    left: -7px;
    width: 24px;
    line-height: 24px;
    padding: 0;
    /*background: #000;*/
    color: #fff;
    margin-left: 16px;
    border: solid 1px #ccc;
    position: relative;
}

.tp_rank02 .fs-c-slick .slick-slide:nth-child(8):before,
.tp_rank .fs-c-slick .slick-slide:nth-child(8):before {
	background: #000;
    content: "8";
    box-sizing: border-box;
    border-radius: 50%;
    top: 0px;
    left: -7px;
    width: 24px;
    line-height: 24px;
    padding: 0;
    /*background: #000;*/
    color: #fff;
    margin-left: 16px;
    border: solid 1px #ccc;
    position: relative;
}

.tp_rank02 .fs-c-slick .slick-slide:nth-child(9):before,
.tp_rank .fs-c-slick .slick-slide:nth-child(9):before {
	background: #000;
    content: "9";
    box-sizing: border-box;
    border-radius: 50%;
    top: 0px;
    left: -7px;
    width: 24px;
    line-height: 24px;
    padding: 0;
    /*background: #000;*/
    color: #fff;
    margin-left: 16px;
    border: solid 1px #ccc;
    position: relative;
}

.tp_rank02 .fs-c-slick .slick-slide:nth-child(10):before,
.tp_rank .fs-c-slick .slick-slide:nth-child(10):before {
	background: #000;
    content: "10";
    box-sizing: border-box;
    border-radius: 50%;
    top: 0px;
    left: -7px;
    width: 24px;
    line-height: 24px;
    padding: 0;
    /*background: #000;*/
    color: #fff;
    margin-left: 16px;
    border: solid 1px #ccc;
    position: relative;
}

.cate01 {
    position: relative;
    padding: 45px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background: #444a59;
    margin-bottom: 60px;
}

.wrap {
    margin: 0 auto;
    max-width: 1180px;
}

.wrap02 {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
}

.cate_item > a {
    display: block;
    position: relative;
    padding: 18px 24px 18px 24px;
    text-decoration: none;
    color: #fff;
    text-align: center;
}

a, input[type=submit], input[type=image] {
    transition: ease .2s;
}

.line4 .cate_item {
    margin-right: 16px;
    width: 244px;
}

.cate_item {
    /*float: left;*/
    border-bottom: solid rgba(255,255,255,.2) 1px;
    font-family: 'Crimson Text', serif;
    /*font-size: 1.6rem;*/
    line-height: 1.2;
}

.line4 .cate_item:nth-of-type(4n+1) {
    clear: both;
}

.line4 .cate_item:nth-of-type(-n+4) {
    border-top: solid rgba(255,255,255,.2) 1px;
}

.cate_item > a:after {
    content: ' ';
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 6px;
    height: 8px;
}

.cate_item > a:hover {
    /*background: rgba(255,255,255,.2);*/
    opacity: 1;
    background: #fff;
}

.our {
	max-width: 900px;
    margin: 30px auto;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	/*display: none;*/
}

.new.sp-slide:before {
	position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    /*margin-left: 16px;*/
    line-height: 20px;
    padding: 8px 10px;
    font-size: 100%;
    text-align: center;
    vertical-align: middle;
    background: #fa0201;
    color: #fff;
    content: "2021 NEW MODEL";
    /*font-family: 'Crimson Text', serif;*/
    /*font-family: Oswald;*/
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 100;
}

.new-ss.sp-slide:before {
	position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    /*margin-left: 16px;*/
    line-height: 20px;
    padding: 8px 10px;
    font-size: 100%;
    text-align: center;
    vertical-align: middle;
    background: #0055fd;
    color: #fff;
    content: "2022SS NEW MODEL";
    /*font-family: 'Crimson Text', serif;*/
    /*font-family: Oswald;*/
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 100;
}
.new-aw.sp-slide:before {
	position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    /*margin-left: 16px;*/
    line-height: 20px;
    padding: 8px 10px;
    font-size: 100%;
    text-align: center;
    vertical-align: middle;
    background: #fa0201;
    color: #fff;
    content: "2022AW NEW MODEL";
    /*font-family: 'Crimson Text', serif;*/
    /*font-family: Oswald;*/
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 100;
}

.pick02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pick02 .column-item {
    margin: 25px 0 0 0;
}

.pick02 a {
    display: block;
}

.banner {
	margin: 15px 0;
}

.slick-slide .fs-c-productListItem__imageContainer {
	border: solid 1px;
}

/*
.top_pick img {
	width: 95%;
}

.tp_feat,
.tp_feat02 {
	width: 95%;
	margin: auto;
}
*/

.tp_brand {
	width: 95%;
	margin: auto;
}

/*
.fs-body-top .fs-l-pageMain {
	padding: 0 10px;
}
*/

.main_cont_parts {
	padding: 0 15px;
}

.tp_maker ul li a {
	display: block;
	padding: 10px;
}

.tp_maker ul li a:hover {
	background: #143456;
}

.tp_maker ul li a img:hover {
	opacity: initial;
}

.top-more a {
	background: #143456;
	color: #fff;
	padding: 10px;
}

.top-more a:hover {
	color: red;
}

.fs-pt-column__heading {
	font-weight: normal;
	font-size: 15px;
}

.top_serch {
	padding: 10px;
}

.top_custom {
	background: #eaeaea;
	padding: 5px;
}

.top_custom a img {
	border: solid 2px #143456;
}

.top_custom a img:hover {
	border: solid 2px red;
}

.qa-001 {
    max-width: 100%;
    margin-bottom: 7px;
    /*border: 2px solid #eaeaea;*/
    border-radius: 5px;
    background: #eaeaea;
}

.qa-001 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #143456;
    font-weight: 600;
    cursor: pointer;
}

.qa-001 summary::before,
.qa-001 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-001 summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-001 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #143456;
    border-right: 3px solid #143456;
    content: '';
    transition: transform .5s;
}

.qa-001[open] summary::after {
    transform: rotate(225deg);
}

.qa-001 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #143456;
    transition: transform .5s, opacity .5s;
}

.qa-001[open] p {
    transform: none;
    opacity: 1;
    background: #fff;
    text-align: left;
}

.qa-001 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}

.jouge_rank.ac.ac01 .cate_box.coupon500:before {
	position: relative;
    bottom: 0;
    left: 0;
    display: inline-block;
    /*margin-left: 16px;*/
    line-height: 20px;
    padding: 3px 6px;
    font-size: 100%;
    text-align: center;
    vertical-align: middle;
    background: #0055fd;
    color: #fff;
    content: "限定クーポンで500円引";
    /*font-family: 'Crimson Text', serif;*/
    /*font-family: Oswald;*/
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 100;
}

.tp_news .fs-pt-list__item  {
	padding: 10px;
}

.case_study .fs-pt-carousel__slide {
	max-width: 230px;
	padding: 15px;
}

.case_study .fs-pt-carousel__slide__caption {
	position: relative;
	font-size: 13px;
	background: #143456;
}







/* -------------------- サイド -------------------- */

.side_box {
	margin: 30px 0;
}

.side_box img {
	width: 240px;
	border: solid 1px #ccc;
	box-sizing: border-box;
	margin-bottom: 5px;
}

.side_box ul {
	/*background: rgb(234 234 234);*/
	padding: 20px 10px;
	position: relative;
	border: solid 1px #143456;
}

.side_box ul li.serch-box {
	padding: 5px 5px;
}

.side_box ul li {
	padding: 10px 10px 10px 20px;
	color: #143456;
}

.side_box ul li a:before {
	font-family: FontAwesome;
	content: "\f0da";
	position: absolute;
	left : 1em;
	color: #0b318f;
}

.side_box ul li a:hover:before {
	font-family: FontAwesome;
	content: "\f0da";
	position: absolute;
	left : 1em;
	color: red;
}

.side_box ul li a {
	text-decoration: none;
	display: block;
	color: #143456;
}
/*
.side_box ul li:hover {
	/*text-decoration: underline;*/
	background: #fff;
	font-weight: bold;
}
*/

.side_box ul li a:hover {
	color: red;
}

.side_box .serch-box02 button {
	/*line-height: 2em;*/
	/*margin-left: -50px;*/
	position: absolute;
    top: 37px;
    right: 35px;
}

.side_box .serch-box02 .serch-text {
	width: 175px;
    height: 45px;
    font-size: 12px;
}

.side_box .s-mn a {
	background: #eaeaea;
    color: #143456;
    padding: 10px 20px;
    border-radius: 15px;
    font-size: 14px;
    text-decoration: none;
    margin: 5px;
    display: block;
}

.side_box .s-mn a:hover {
	background: #143456;
	color: red;
}

.side_box .s-mn02 a {
	padding: 8px;
    display: block;
    box-sizing: border-box;
    height: 40px;
    width: 150px;
}

.side_box .s-mn02 a:hover {
	background: #143456;
	color: red;
	border-bottom: 2px solid red;
	/*transition: auto;*/
	width: 150px;
}

.side_box .s-mn02.set {
background: url(https://workshop.itembox.design/item/img/base-new/side-itemcate-set.jpg) right no-repeat;
}

.side_box .s-mn02.work {
background: url(https://workshop.itembox.design/item/img/base-new/side-itemcate-ww.jpg) right no-repeat;
}

.side_box .s-mn02.jkt {
background: url(https://workshop.itembox.design/item/img/base-new/side-itemcate-jacket.jpg) right no-repeat;
}

.side_box .s-mn02.pts {
background: url(https://workshop.itembox.design/item/img/base-new/side-itemcate-pants.jpg) right no-repeat;
}

.side_box .s-mn02.air {
background: url(https://workshop.itembox.design/item/img/base-new/side-itemcate-air.jpg) right no-repeat;
}

.side_box .s-mn02.fan {
background: url(https://workshop.itembox.design/item/img/base-new/side-itemcate-fan.jpg) right no-repeat;
}

.side_box .s-mn02.bok {
background: url(https://workshop.itembox.design/item/img/base-new/side-itemcate-bokan.jpg) right no-repeat;
}

.side_box .s-mn02.comp {
background: url(https://workshop.itembox.design/item/img/base-new/side-itemcate-compression.jpg) right no-repeat;
}

.side_box .s-mn02.polo {
background: url(https://workshop.itembox.design/item/img/base-new/side-itemcate-polo.jpg) right no-repeat;
}

.side_box .s-mn02.snk {
background: url(https://workshop.itembox.design/item/img/base-new/side-itemcate-sneakers.jpg) right no-repeat;
}

.side_box .s-mn02.keib {
background: url(https://workshop.itembox.design/item/img/base-new/side-itemcate-keibi.jpg) right no-repeat;
}

.side_box .s-mn02.medi {
background: url(https://workshop.itembox.design/item/img/base-new/side-itemcate-medical.jpg) right no-repeat;
}

.side_box .s-mn02.offi {
background: url(https://workshop.itembox.design/item/img/base-new/side-itemcate-office.jpg) right no-repeat;
}



.side_box .s-mn03 a {
	padding: 8px;
    display: block;
    box-sizing: border-box;
    height: 40px;
}

.side_box .s-mn03 a:hover {
	background: #143456;
	color: red;
	border-bottom: 2px solid red;
	/*transition: auto;*/
}

.side_box .bn_area {
	margin: 0 0 10px 0;
}

.side_cont h3 {
	font-size: 17px;
    text-align: left;
	color: #fff;
    background: #143456;
    margin: auto;
    padding: 15px;
}


















/* -------------------- フッター -------------------- */

.footer_area01 {
	/*background: rgb(234 234 234);*/
	background: #fff;
	padding: 40px 16px;
	width: 100%;
	/*margin: 80px 0 0 0;*/
	border-top: solid 1px #143456;
}

.footer_area02 {
	background: #143456;
	padding: 40px 16px;
	width: 100%;
	background: fff;
}

.footer_area02 .f-menu {
	border-left: solid 1px #fff;
}

.footer_area02 .f-menu h3 {
	color: #fff;
}

.footer_area03 {
	padding: 40px 16px;
	width: 100%;
	background: #fff;
}

.footer_box {
	max-width: 1180px;
	margin: 0 auto;
}

.footer_flex {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#footer_pc {
	display: block;
}

#footer_sp {
	display: none;
}

footer a {
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

.sou-area {
	width: 25%;
}

.f-menu {
	font-size: 15px;
	/*font-weight: bold;*/
	border-left: solid 1px #143456;
    padding-left: 20px;
    margin: 25px auto;
}

.f-menu h3 {
	text-align: left;
	color: #143456;
}

.f-menu h3 a {
	text-decoration: underline;
}

.f-menu h3 a:hover {
	text-decoration: none;
	color: red;
	/*background: #143456;*/
}

.f-menu li {
	margin: 0 auto 0 0;
	padding: 5px 0;
	color: #143456;
}

.f-menu li a {
	text-decoration: underline;
}

.f-menu li a:hover {
	text-decoration: none;
	color: red;
	/*background: #143456;*/
}

.footer_contact {
	/*text-align: center;*/
	color: #fff;
}

.footer_contact p {
	font-size: 15px;
	text-align: left;
	color: #fff;
}

.footer_contact a {
	color: #00adff;
	font-size: 23px;
	text-decoration: none;
}

.footer_contact a:hover {
	color: red;
}

.copy_area {
	width: 100%;
	text-align: center;
    background: #143456;
    color: #fff;
    padding: 10px;
    /*margin-bottom: 59px;*/
}

.copy {
	font-size: 12px;
	/*margin: 30px 0 0 0;*/
	color: #fff;
}

.tel {
	margin: 20px 0 0 0;
}

.mail {
	margin: 20px 0 0 0;
}

.fa-phone-alt:before {
    content: "\f879";
    font-size: 23px;
    margin-right: 5px;
    color: #fff;
}

.fa-envelope:before {
    content: "\f0e0";
    font-size: 23px;
    margin-right: 5px;
    color: #fff;
}

.fa-file-alt:before {
    content: "\f15c";
    font-size: 23px;
    margin-right: 5px;
    color: #fff;
}







.bg_onetime_popup {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

body.open_popup .bg_onetime_popup {
    opacity: 1;
    visibility: visible;
}

.onetime_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 50%;
    min-width: 500px;
    background-color: #fff;
    cursor: pointer;
}

.onetime_popup_title {
    position: relative;
    padding: 15px 90px;
    margin: 0px;
    background-color: #0B318F;
    color: #fff;
    font-size: 23px;
    text-align: center;
    line-height: 1.5;
}

.onetime_popup_title_close {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    cursor: pointer;
}

.onetime_popup_title_close::before,
.onetime_popup_title_close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 4px;
    background-color: #fff;
    content: "";
}

.onetime_popup_title_close::before {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.onetime_popup_title_close::after {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.onetime_popup_content {
    padding: 60px 30px;
    text-align: center;
}

.tg-dialog {
	z-index: 999999 !important;
}

.tg-backdrop {
	z-index: 999998 !important;
}

.tg-dialog .tg-dialog-body {
	font-size: 16px;
}

.tg-dialog .tg-dialog-header {

}

.tg-dialog .tg-dialog-footer button.tg-dialog-btn {
	background: #143456;
	color: #fff !important;
	font-size: 1.5rem !important;
}

.tg-backdrop {
	border: solid 3px red !important;
}







/* ------------------- pagetop ------------------- */

.pagetop {
    /*display: none;*/
    position: fixed;
    bottom: 0px;
    right: 75px;
    margin: 15px 0;
    z-index: 9980;
}

.pagetop a {
    display: block;
    background-color: #fa0201;
    text-align: center;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    padding: 5px 10px;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    /*border-radius: 999px;*/
}





.floating {
 	position: fixed;
 	/*right: 8px;*/
	/*bottom: 0;*/
	top: 75px;
	display: none;
	z-index: 9995;
	width: 100%;
	background: #eaeaea;
    height: px;
    padding: 5px 15px;
	/*border-top: solid 1px #fff;*/
}

.floating .serch-box02 input {
	border: none;
}

.floating li.ptop a {
	display: block;
	color: #fff;
	background: #e9350d;
	padding: 8px 15px;
	margin-top: 10px;
	text-decoration: none;
	opacity: 10;
	width: 30px;
	border: solid 2px #e9350d;
	text-align: center;
}

.floating li a.f-mn {
	background: #fff;
	color: #143456;
	padding: 10px 20px;
	border-radius: 15px;
	font-size: 14px;
	text-decoration: none;
	margin: 5px;
	display: block;
}

.floating li.ptop a:hover {
	color: #c40322;
    background: #fff;
    border: solid 2px #c40322;
}

.floating li a.f-mn:hover {
	background: #143456;
    color: red;
}

.floating li.serch-box {
    margin-top: 10px;
}

.floating .serch-box input {
	height: 40px;
}

.floating .serch-box button {
	height: 44px;
}

.toname {
	position: fixed;
    /*top: 26%;*/
    bottom: 123px;
    right: 0px;
    z-index: 9999;
}

.toname a {
	display: block;
	/*background: #FF5722;*/
	background: red;
	text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 15px 5px;
    font-size: 11px;
    font-weight: bold;
    opacity: 0.8;
}

.tosuso {
	position: fixed;
    /*top: 34%;*/
    bottom: 60px;
    right: 0px;
    z-index: 9999;
}

.tosuso a {
	display: block;
	/*background: #009688;*/
	background: #143456;
	text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 15px 5px;
    font-size: 11px;
    font-weight: bold;
    opacity: 0.8;
}

.tocart {
	position: fixed;
    bottom: 29px;
    right: 75px;
    z-index: 9999;
}

.tocart a {
	display: block;
	background: #ce5204;
	text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 15px 15px;
    font-size: 16px;
    font-weight: normal;
    opacity: 0.8;
}

.item_cart_box {
	max-width: 200px;
	position: fixed;
    bottom: 95px;
    right: 0;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    z-index: 9995;
    box-shadow: 0 0 5px #ccc;
    border-radius: 3px;
}

.item_cart_box img {
	/*width: 40%;*/
}

.item_tocart02 a {
	color: #fff;
    background: #ce5204;
    padding: 7px;
    border-radius: 3px;
    font-size: 13px;
    display: block;
    width: 100%;
    text-align: center;
}

.item_tocart02 a:hover {
	background: #143456;
	color: red;
	text-decoration: none;
}

.item_tocart02_name {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    padding: 3px;
}

.item_tocart02_price {
	color: #ce5204;
    font-size: 18px;
    padding: 3px;
}

.item_tocart02_price span {
	color: #143456;
    font-size: 12px;
}

.fs-p-scrollingCartButton {
	bottom: 14px;
	z-index: 1;
}

.fs-p-scrollingCartButton__button {
	background: #143456;
	opacity: 0.8;
}

.fiveseconds-icon {
	position: fixed;
    bottom: 235px;
    right: 0;
    border: solid 2px #143456;
    border-radius: 10px;
    z-index: 9990;
    background: #fff;
    width: 90px;
    /*opacity: 0.8;*/
}

.fs-body-product .fiveseconds-icon {
	/*bottom: 305px;*/
    /*left: 0;*/
    display: none;
}

.fiveseconds-icon a {
	display: block;
}

.fiveseconds-icon a img {
	position: relative;
    top: 4px;
}

.fiveseconds-icon a img:hover {

}

.torisetsu {
	position: fixed;
    bottom: 310px;
    right: 0;
    border: solid 2px #143456;
    border-radius: 10px;
    z-index: 9990;
    background: #fff;
    width: 90px;
    /*opacity: 0.8;*/
}

.fs-body-product .torisetsu {
	/*bottom: 380px;*/
    /*left: 0;*/
    display: none;
}

.faq02 {
	position: fixed;
    bottom: 85px;
    right: 0;
    border: solid 2px #143456;
    border-radius: 10px;
    z-index: 9990;
    background: #fff;
    width: 90px;
}

.fs-body-product .faq02 {
	/*bottom: 155px;*/
    /*left: 0;*/
    display: none;
}

.ooguti02 {
	position: fixed;
    bottom: 160px;
    right: 0;
    border: solid 2px #143456;
    border-radius: 10px;
    z-index: 9990;
    background: #fff;
    width: 90px;
}

.fs-body-product .ooguti02 {
	/*bottom: 230px;*/
    /*left: 0;*/
    display: none;
}

.newmember {
	display: none;
}

.nmb {
    position: fixed;
    bottom: 0px;
    left: 0px;
}
.nmb a {
    display: block;
	width: 45%;

}
.nmb a:hover {
    display: block;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}







/* -------------------- 商品詳細 -------------------- */
.fs-body-product .fs-l-main {
	justify-content: center;
}

.fs-body-product .kinsyou_left_area {
	display: none;
}

#fs_form {
	/*max-width: 785px;*/
	margin: auto;
}

.goods_area {
	max-width: 890px;
	text-align: center;
}

.goods_area p {
	margin: 20px 0;
	color: #666666;
	font-size: 15px;
}

.goods_area p span {
	color: red;
}

p.goods_head,
.goods_head {
	margin: 35px 0 20px 0;
	background: #143456;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	line-height: 150%;
	padding: 15px;
	text-align: left;
}

.goods_area ul {
	margin: 0;
	color: #000000;
	font-size: 15px;
	text-align: left;
	line-height: 170%;
}

.goods_area ul li {
	margin: 15px;
	list-style: disc;
}

.goods_box {
	margin: 20px 0;
	font-size: 12px;
	display: flex;
	flex-wrap: wrap;
}

.goods_box a.series {
	display: block;
	margin: 5px auto;
	width: 28%;
	text-align: center;
	border: solid 3px #143456;
	padding: 12px;
}

.goods_box a.custom {
	display: block;
	width: 48%;
	margin: 20px auto;
	text-align: center;
}

.goods_box a.info {
	display: block;
	width: 28%;
	margin: 20px auto;
	text-align: center;
}

.goods_box a.size {
	display: block;
	text-align: center;
	width: 25%;
	border: solid 3px #143456;
	padding: 15px;
	margin: 20px auto;
	font-weight: bold;
    font-size: 15px;
}

.goods_detail_area {
	/*max-width: 890px;*/
	text-align: center;
	width: 870px;
	background: #eaeaea;
	color: #143456;
	/*margin-left: -45px;*/
}

.fs-body-product-1009643 .goods_detail_area {
	margin: auto;
}

.goods_detail_area p.sec01 {
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	margin: 0 10px;
	padding: 5px;
}

.goods_detail_area p.sec02 {
	font-size: 15px;
	text-align: left;
	margin: 10px 15px;
	padding: 15px;
}

.FS2_Review_Detail_Prof_Date {
	display: none;
}

.auto-area .goods_detail_area p.sec01 {
	background: #f4f4f4;
    padding: 10px;
    margin-bottom: 0;
    border: solid #143456;
    border-width: 1px 1px 0 1px;
    font-size: 18px;
}

.auto-area .goods_detail_area p.sec02 {
	border: solid 1px #143456;
    padding: 10px;
    margin-top: 0;
}

/*
.fs-c-productMainImage,
.fs-c-productThumbnail {
	display: none;
}
*/

.fs-c-productCarouselMainImage {
	display: none;
}

.fs-c-productPlainImage {
	max-width: 600px;
	margin: 0 auto;
}

.fs-c-productNameHeading__copy {
	display: block;
    text-align: left;
}

.fs-c-productNameHeading__name {
	display: block;
    text-align: left;
}

/*
.fs-l-product4 .fs-l-productLayout__item--3 {
	grid-column: 1/8;
}
*/
/*
.fs-c-noResultMessage {
	display: none;
}
*/
/*
.fs-body-checkout .fs-l-pageMain,
.fs-body-cart-login .fs-l-pageMain,
.fs-body-customerDetails .fs-l-pageMain,
.fs-body-cart .fs-l-pageMain {
	max-width: 1000px;
    margin: auto;
}

*/
.fs-c-cartPayment__button .fs-c-button--secondary,
.fs-c-cartPayment__button .fs-c-button--primary {
	color: #fff !important;
}

.fs-body-cart .fs-c-wishlistProduct__title, 
.fs-body-cart .fs-c-featuredProduct__title {
	margin: 35px 0 20px 0 !important;
    background: #143456;
    color: #FFFFFF;
    font-size: 25px;
    font-weight: bold;
    line-height: 150%;
    padding: 10px;
    text-align: left;
}

.fs-body-customerDetails .toname,
.fs-body-customerDetails .tosuso,
.fs-body-customerDetails .fs-p-scrollingCartButton,
.fs-body-customerDetails .float-serch, 
.fs-body-checkout .toname,
.fs-body-checkout .tosuso,
.fs-body-checkout .fs-p-scrollingCartButton,
.fs-body-checkout .float-serch {
	display: none;
}

.fs-c-price__currencyMark,
.fs-c-price__value {
	color: #ce5204;
}

.fs-c-productPrice--member .fs-c-price__currencyMark,
.fs-c-productPrice--member .fs-c-price__value {
	color: red;
}

.fs-c-productPointDisplay {
	background: none;
    color: #143456;
    font-size: 14px;
}

.fs-c-productPrice--member .fs-c-productPrice__main__label {
	color: red;
}

.fs-body-product-1009643 .fs-c-productQuantityAndWishlist,
.fs-body-product-1009643 .fs-c-productActionButton,
.fs-body-product-1009643 .fs-c-productSelection,
.fs-body-product-1009643 .modal_div,
.fs-body-product-1009643 .fs-c-inquiryAboutProduct {
	display: none;
}

.fs-body-product-gd24232 .fs-c-productSelection,
.fs-body-product-gd24232 .modal_div,
.fs-body-product-gd24232 .fs-c-inquiryAboutProduct {
	display: none;
}



.fs-c-cartTable__actionButton__container > button {
	padding: 1px;
    background: #eaeaea;
}

.fs-c-documentArticle__heading {
	color: #143456;
    background: none;
    font-size: 27px;
    text-align: center;
    margin: 40px 0 15px 0;
    padding: 10px;
    font-weight: 900;
}

.fs-c-documentColumn__heading {
	color: #eaeaea;
    background: #143456;
    font-size: 24px;
    padding: 15px;
    border: none;
    margin: 25px 0 15px 0;
    text-align: left;
    font-weight: bold;
}

.fs-c-confirmOrder .fs-c-button--confirmOrder {
	padding: 30px 15px;
	font-size: 25px !important;

}

.fs-c-requiredMark::before {
	color: red;
}

.fs-body-category-aircraft .side_cont,
.fs-body-category-sdgs .side_cont {
	display: none;
}

.fs-body-category-aircraft .kinsyou_left_area + .fs-l-pageMain,
.fs-body-category-sdgs .kinsyou_left_area + .fs-l-pageMain {
	margin: auto;
}

.fs-c-subgroupList__link,
.fs-c-subgroupList__link:visited,
.fs-c-subgroupList__link:active {
	background: #143456;
    color: #fff !important;
}

.fs-c-subgroupList__link:hover {
	color: red !important;
}

.fs-c-checkout-preview__title {
	background: #143456;
    color: #fff;
    padding: 8px 0;
}

.fs-l-product4 .fs-l-productLayout {
	grid-template-columns: calc(50% - 16px / 2) calc(50% - 16px / 2);
}

.tocart02 {
    margin: 50px auto;
    max-width: 350px;
}

.tocart02 a {
    background: #ce5204;
    border: 1px solid #ce5204;
    border-radius: 25px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 0 2px #b2b2b2;
    padding: 15px;
    font-size: 20px;
}

.tocart02 a:hover {
	background: #143456;
	color: red;
}

.fs-c-productImageModal {
	z-index: 99999;
}

.fs-c-productNameHeading__copy {
	padding: 5px;
}

.fs-c-productNameHeading__name {
	padding: 5px;
}

.fs-c-reviewInfo__date {
	display: none;
}

.fs-c-reviewer__profile__status {
	display: none;
}





/* -------------------- フォント -------------------- */

.lh10 {
	line-height: 1;
}

.lh30 {
	line-height: 3;
}

.lh23 {
	line-height: 2.3;
}

.lh18 {
	line-height: 1.8;
}

.lh19 {
	line-height: 1.95;
}

.f13 {
	font-size: 13px !important;
}

.f14 {
	font-size: 14px !important;
}

.f15 {
	font-size: 15px !important;
}

.f16 {
	font-size: 16px !important;
}

.f17 {
	font-size: 17px !important;
}

.f18 {
	font-size: 18px !important;
}

.f19 {
	font-size: 19px !important;
}

.f20 {
	font-size: 20px !important;
}

.f21 {
	font-size: 21px !important;
}

.f24 {
	font-size: 24px !important;
}

.f26 {
	font-size: 26px !important;
}
.fb {
	font-weight: bold;
}





/* -------------------- 余白調整 -------------------- */

.mt00 {margin-top: 0px !important;}
.mt03 {margin-top: 3px !important;}
.mt05 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt35 {margin-top: 35px !important;}
.mt40 {margin-top: 40px !important;}
.mt45 {margin-top: 45px !important;}
.mt50 {margin-top: 50px !important;}
.mt55 {margin-top: 55px !important;}
.mt60 {margin-top: 60px !important;}
.mt65 {margin-top: 65px !important;}
.mt70 {margin-top: 70px !important;}
.mt75 {margin-top: 75px !important;}
.mt80 {margin-top: 80px !important;}
.mt85 {margin-top: 85px !important;}
.mt90 {margin-top: 90px !important;}
.mt95 {margin-top: 95px !important;}
.mt100 {margin-top: 100px !important;}
.mt110 {margin-top: 110px !important;}
.mt120 {margin-top: 120px !important;}
.mt130 {margin-top: 130px !important;}
.mt140 {margin-top: 140px !important;}
.mt150 {margin-top: 150px !important;}
.mt155 {margin-top: 155px !important;}
.mt165 {margin-top: 165px !important;}
.mt170 {margin-top: 170px !important;}
.mt180 {margin-top: 180px !important;}

.mr00 {margin-right: 0px !important;}
.mr05 {margin-right: 5px !important;}
.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}
.mr25 {margin-right: 25px !important;}
.mr30 {margin-right: 30px !important;}
.mr35 {margin-right: 35px !important;}
.mr40 {margin-right: 40px !important;}
.mr45 {margin-right: 45px !important;}
.mr50 {margin-right: 50px !important;}
.mr55 {margin-right: 55px !important;}
.mr60 {margin-right: 60px !important;}
.mr65 {margin-right: 65px !important;}
.mr70 {margin-right: 70px !important;}
.mr75 {margin-right: 75px !important;}
.mr80 {margin-right: 80px !important;}
.mr85 {margin-right: 85px !important;}
.mr90 {margin-right: 90px !important;}
.mr95 {margin-right: 95px !important;}
.mr100 {margin-right: 100px !important;}
.mr110 {margin-right: 110px !important;}
.mr120 {margin-right: 120px !important;}
.mr130 {margin-right: 130px !important;}
.mr140 {margin-right: 140px !important;}
.mr150 {margin-right: 150px !important;}

.mb00 {margin-bottom: 0px !important;}
.mb05 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb45 {margin-bottom: 45px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb55 {margin-bottom: 55px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb65 {margin-bottom: 65px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb75 {margin-bottom: 75px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb85 {margin-bottom: 85px !important;}
.mb90 {margin-bottom: 90px !important;}
.mb95 {margin-bottom: 95px !important;}
.mb100 {margin-bottom: 100px !important;}
.mb110 {margin-bottom: 110px !important;}
.mb120 {margin-bottom: 120px !important;}
.mb130 {margin-bottom: 130px !important;}
.mb140 {margin-bottom: 140px !important;}
.mb150 {margin-bottom: 150px !important;}

.ml00 {margin-left: 0px !important;}
.ml05 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml25 {margin-left: 25px !important;}
.ml30 {margin-left: 30px !important;}
.ml35 {margin-left: 35px !important;}
.ml40 {margin-left: 40px !important;}
.ml45 {margin-left: 45px !important;}
.ml50 {margin-left: 50px !important;}
.ml55 {margin-left: 55px !important;}
.ml60 {margin-left: 60px !important;}
.ml65 {margin-left: 65px !important;}
.ml70 {margin-left: 70px !important;}
.ml75 {margin-left: 75px !important;}
.ml80 {margin-left: 80px !important;}
.ml85 {margin-left: 85px !important;}
.ml90 {margin-left: 90px !important;}
.ml95 {margin-left: 95px !important;}
.ml100 {margin-left: 100px !important;}
.ml110 {margin-left: 110px !important;}
.ml120 {margin-left: 120px !important;}
.ml130 {margin-left: 130px !important;}
.ml140 {margin-left: 140px !important;}
.ml150 {margin-left: 150px !important;}

.pt00 {padding-top: 0px !important;}
.pt05 {padding-top: 5px !important;}
.pt08 {padding-top: 8px !important;}
.pt10 {padding-top: 10px !important;}
.pt15 {padding-top: 15px !important;}
.pt20 {padding-top: 20px !important;}
.pt25 {padding-top: 25px !important;}
.pt30 {padding-top: 30px !important;}
.pt35 {padding-top: 35px !important;}
.pt40 {padding-top: 40px !important;}
.pt45 {padding-top: 45px !important;}
.pt50 {padding-top: 50px !important;}
.pt55 {padding-top: 55px !important;}
.pt60 {padding-top: 60px !important;}
.pt65 {padding-top: 65px !important;}
.pt70 {padding-top: 70px !important;}
.pt75 {padding-top: 75px !important;}
.pt80 {padding-top: 80px !important;}
.pt85 {padding-top: 85px !important;}
.pt90 {padding-top: 90px !important;}
.pt95 {padding-top: 95px !important;}
.pt100 {padding-top: 100px !important;}
.pt110 {padding-top: 110px !important;}
.pt120 {padding-top: 120px !important;}
.pt130 {padding-top: 130px !important;}
.pt140 {padding-top: 140px !important;}
.pt150 {padding-top: 150px !important;}

.pr00 {padding-right: 0px !important;}
.pr05 {padding-right: 5px !important;}
.pr10 {padding-right: 10px !important;}
.pr15 {padding-right: 15px !important;}
.pr20 {padding-right: 20px !important;}
.pr25 {padding-right: 25px !important;}
.pr30 {padding-right: 30px !important;}
.pr35 {padding-right: 35px !important;}
.pr40 {padding-right: 40px !important;}
.pr45 {padding-right: 45px !important;}
.pr50 {padding-right: 50px !important;}
.pr55 {padding-right: 55px !important;}
.pr60 {padding-right: 60px !important;}
.pr65 {padding-right: 65px !important;}
.pr70 {padding-right: 70px !important;}
.pr75 {padding-right: 75px !important;}
.pr80 {padding-right: 80px !important;}
.pr85 {padding-right: 85px !important;}
.pr90 {padding-right: 90px !important;}
.pr95 {padding-right: 95px !important;}
.pr100 {padding-right: 100px !important;}
.pr110 {padding-right: 110px !important;}
.pr120 {padding-right: 120px !important;}
.pr130 {padding-right: 130px !important;}
.pr140 {padding-right: 140px !important;}
.pr150 {padding-right: 150px !important;}

.pb00 {padding-bottom: 0px !important;}
.pb05 {padding-bottom: 5px !important;}
.pb10 {padding-bottom: 10px !important;}
.pb15 {padding-bottom: 15px !important;}
.pb20 {padding-bottom: 20px !important;}
.pb25 {padding-bottom: 25px !important;}
.pb30 {padding-bottom: 30px !important;}
.pb35 {padding-bottom: 35px !important;}
.pb40 {padding-bottom: 40px !important;}
.pb45 {padding-bottom: 45px !important;}
.pb50 {padding-bottom: 50px !important;}
.pb55 {padding-bottom: 55px !important;}
.pb60 {padding-bottom: 60px !important;}
.pb65 {padding-bottom: 65px !important;}
.pb70 {padding-bottom: 70px !important;}
.pb75 {padding-bottom: 75px !important;}
.pb80 {padding-bottom: 80px !important;}
.pb85 {padding-bottom: 85px !important;}
.pb90 {padding-bottom: 90px !important;}
.pb95 {padding-bottom: 95px !important;}
.pb100 {padding-bottom: 100px !important;}
.pb110 {padding-bottom: 110px !important;}
.pb120 {padding-bottom: 120px !important;}
.pb130 {padding-bottom: 130px !important;}
.pb140 {padding-bottom: 140px !important;}
.pb150 {padding-bottom: 150px !important;}

.pl00 {padding-left: 0px !important;}
.pl05 {padding-left: 5px !important;}
.pl10 {padding-left: 10px !important;}
.pl15 {padding-left: 15px !important;}
.pl20 {padding-left: 20px !important;}
.pl25 {padding-left: 25px !important;}
.pl30 {padding-left: 30px !important;}
.pl35 {padding-left: 35px !important;}
.pl40 {padding-left: 40px !important;}
.pl45 {padding-left: 45px !important;}
.pl50 {padding-left: 50px !important;}
.pl55 {padding-left: 55px !important;}
.pl60 {padding-left: 60px !important;}
.pl65 {padding-left: 65px !important;}
.pl70 {padding-left: 70px !important;}
.pl75 {padding-left: 75px !important;}
.pl80 {padding-left: 80px !important;}
.pl85 {padding-left: 85px !important;}
.pl90 {padding-left: 90px !important;}
.pl95 {padding-left: 95px !important;}
.pl100 {padding-left: 100px !important;}
.pl110 {padding-left: 110px !important;}
.pl120 {padding-left: 120px !important;}
.pl130 {padding-left: 130px !important;}
.pl140 {padding-left: 140px !important;}
.pl150 {padding-left: 150px !important;}















/* ------------------- content ------------------- */

.content_area h1 {
	padding: 20px 10px;
    font-size: 33px;
    margin: 0px auto 0px auto;
    background: #143456;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 25px auto;
}

.content_area.aw-r h1,
.content_area.ss-r h1 {
	background: #143456;
	color: #5afeff;
}

.content_area.limi h1 {
	background: none;
    color: #000;
}

.content_area.ss-r.ac-r h1 {
	background: #000;
	font-family: fantasy;
	color: #f9be00;
	padding: 20px 10px;
	font-size: 36px;
	position: relative;
}

.content_area.ss-r.ac-r h1:before, 
.content_area.ss-r.ac-r h1:after {
	/*content: '';*/
	position: absolute;
	top: 40%;
	display: inline-block;
	width: 48px;
	height: 8px;
	background-color: #eb350d;
}

.content_area.ss-r.ac-r h1:before {
	left: 15px;
}

.content_area.ss-r.ac-r h1:after {
	right: 15px;
}

.content_area p.h1_t {
	text-align: center;
    margin: 20px 0;
    font-size: 20px;
    color: #143456;
    /*font-weight: bold;*/
    line-height: 30px;
}

.ac_area .coution {
 	background: repeating-linear-gradient(-45deg, #f5d305, #f5d305 30px, #000 0px, #000 45px);
 	/*background: #f5d305;*/
    padding: 10px;
    border: solid 3px #000;
}

.ac_area p.h1_t {
	background: #fff;
    padding: 10px;
    font-size: 23px;
    border: solid;
}

.content_area p {
	text-align: center;
    margin: 20px 0;
    font-size: 20px;
    color: #000000;
    /*font-weight: bold;*/
    line-height: 30px;
}

.content_area img {
	max-width: 100%;
}

.content_area h2 {
	font-size: 27px;
    text-align: center;
    color: #fff;
    margin: 40px 0 15px 0;
    background: #143456;
    /*background: #a9031e;*/
    padding: 10px;
}

.content_area.aw-r h2,
.content_area.ss-r h2 {
    background: #5afeff;
    color: #143456;
    border-left: solid 10px;
    text-align: left;
    padding: 15px;
}

.content_area.ss-r.ac-r h2 {
	background: #000;
    color: #f9be00;
    font-size: 26px;
    padding: 15px;
    margin: 25px 0 15px 0;
    text-align: left;
}

.ac_area h2 {
	font-size: 27px;
    text-align: center;
    color: #d0111a;
    margin: 40px 0 15px 0;
    /*background: #143456;*/
    background: #f5d305;
    padding: 15px 10px;
    border-top: solid 3px #000;
    border-bottom: solid 3px #000;
}

.content_area  p.head_p {
	font-size: 16px;
    font-weight: bold;
    color: #143456;
}

.content_area  p.head_p span {
    background: red;
    color: #fff;
    padding: 10px;
}

.ac_area  p.head_p {
	background: #fff;
	padding: 10px;
    font-size: 22px;
    border: solid;
}

.ac .h2_area {
	/*border: dotted 3px #143456;*/
	background: #000;
    padding: 20px 20px;
    margin: -7px 0 50px 0;
}

.ac .h2_area p.head_p {
	font-size: 18px;
	text-align: left;
	color: #fff;
	font-weight: normal;
}

p.head_p {
	font-size: 16px;
    font-weight: bold;
    color: #143456;
}

.h2_area {
	position: relative;
}

.h2_area h3 {
	position: absolute;
    bottom: 30px;
    left: 20px;
    color: #fff;
    font-size: 22px;
    margin: 0;
    background: black;
    padding: 5px 10px;
    opacity: 0.8;
}

.h2_area.yyk h3 {
	position: absolute;
    bottom: 30px;
    left: 20px;
    color: #fff;
    font-size: 22px;
    margin: 0;
    background: black;
    padding: 5px 10px;
    opacity: 0.8;
    border: none;
}

.h2_img_t {
	position: absolute;
    top: 30px;
    left: 300px;
    width: 400px;
}

.h2_img_t p {
	text-align: left;
    color: #fff;
    font-size: 18px;
    margin: 0;
    background: black;
    opacity: 0.8;
    padding: 8px;
}

.item_area {
	display: flex;
    /*flex-wrap: nowrap;*/
    justify-content: space-between;
    background: #000000;
    margin-bottom: 60px;
}

.item_area.v02 {
    background: #ccc;
}

.item_area.v03 {
    background: #060f3a;
}

.item_box {
	max-width: 43%;
	text-align: center;
	margin: 20px auto;
	background: #fff;
	padding: 8px;
}

.item_box .item_catch {
	font-size: 12px;
}

.item_box img {
	/*border: solid 1px #ccc;*/
    /*padding: 10px;*/
    max-width: 75%;
}

.item_box a {
	text-decoration: none;
}

.item_box a:hover {
	text-decoration: underline;
}

a:hover img {
	opacity: 0.8;
}

.item_box h4 {
	font-size: 17px;
    margin: 10px auto;
    color: #000000;
    text-align: left;
}

.item_box .price1 {
	color: #d0111a;
    font-size: 17px;
    font-weight: bold;
    margin: 35px auto 10px auto;
    /*display: block;*/
}

.item_box .buy {
	color: red;
    font-weight: bold;
}

.cont_guide {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*margin: 30px 0 60px 0;*/
    position: relative;
}

.cont_guide.jouge01:after {
    content:"";
    display:block;
    width: 260px;
    height:0;
}

.cont_guide_1 {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0 60px 0;
}

.cont_guide_1.jouge01:before {
    content:"";
    display:block;
    width: 260px;
    height:0;
    order:1;
}

.cont_guide_1.jouge01:after {
    content:"";
    display:block;
    width: 260px;
    height:0;
}

.cont_guide.jouge03 {
    flex-wrap: nowrap;
}

.jouge01 .cate_box {
	max-width: 280px;
    margin: 12px 0;
    /*border: solid 1px #ccc;*/
    padding: 20px;
    box-sizing: border-box;
}

.jouge01 .cate_box img {
    border: solid 1px #ccc;
}

.jouge01 .cate_box a img:hover {
	opacity: 0.6;
    border: solid 1px #143456;
}

.jouge02 .cate_box {
	max-width: 50%;
    margin: 12px auto;
    padding: 0 10px;
    box-sizing: border-box;
}

.jouge03 .cate_box {
	max-width: 50%;
    margin: 12px auto;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
}

.jouge03 .cate_box h4 {
	text-align: left;
	line-height: 1.2;
	margin: 5px 0 20px 0;
	background: #eaeaea;
    padding: 10px;
    font-weight: bold;
}

.jouge03 .cate_box p {
	text-align: left;
	font-size: 16px;
	line-height: 1.8;
}

.jouge03 .cate_box div a {
	text-align: center;
    border: solid 1px #143456;
    padding: 10px;
    display: block;
    color: #143456;
    font-weight: bold;
    font-size: 19px;
    /*margin: 50px 0 0 0;*/
    position: absolute;
    bottom: 0;
    width: 85%;
}

.jouge03 .cate_box div a:hover {
	background: #143456;
	color: #fff;
}

.jouge_rank .cate_box .item-lank {
	margin: 0 0 20px 0;
}

.jouge_rank .cate_box {
	max-width: 240px;
    margin: 20px auto 50px auto;
    /*border: solid 1px #ccc;*/
    /*padding: 20px;*/
    box-sizing: border-box;
    /*position: relative;*/
}

.jouge_rank.ac .cate_box {
	/*background: #f1bf08;*/
	background: #000;
	padding: 20px;
	/*max-width: 270px;*/
	max-width: 425px;
}

.jouge_rank.ac .cate_box a img {
	border: solid 1px #fff;
}

.jouge_rank .cate_box h4 {
	font-size: 16px;
    line-height: 1.2;
    text-align: left;
    margin: 10px 0;
}

.jouge_rank.ac .cate_box h4 {
	color: #fff;
}

.jouge_rank .cate_box p {
    line-height: 1.2;
    /*text-align: left;*/
    margin: 10px;
}

.jouge_rank.ac .cate_box p {
	color: #f8bf01;
}

.jouge_rank .cate_box span {
	text-align: left;
    border: solid 1px #143456;
    padding: 10px;
    display: block;
    color: #143456;
    font-weight: bold;
    font-size: 14px;
    /*position: absolute;*/
    /*bottom: 0;*/
}

.jouge_rank .cate_box span:hover {
	background: #143456;
	color: #fff;
}

.jouge_rank.ac .cate_box span {
	border: solid 1px #ffffff;
	color: #ffffff;
}

.jouge_rank .cate_box span:hover {
	background: #143456;
	color: #fff;
}

.jouge_rank.ac .cate_box span:hover {
	background: #143456;
    color: #f00;
}

.cate_box h4 {
	font-size: 18px;
    margin: 5px 0 5px 0;
    text-align: center;
    /*color: #2196F3;*/
    color: #143456;
}

.cate_box p {
	font-size: 14px;
	margin: 0;
	line-height: 1.5;
}

.cate_box a {
	text-decoration: none;
}

.cate_box a:hover {
	text-decoration: underline;
}

.new-ss.cate_box:before {
	position: absolute;
    top: 32;
    /*left: 0;*/
    display: inline-block;
    /* margin-left: 16px; */
    line-height: 20px;
    padding: 8px;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    background: #0055fd;
    color: #fff;
    content: "2022SS NEW MODEL";
    /* font-family: 'Crimson Text', serif; */
    /* font-family: Oswald; */
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 1;
}


.coming.cate_box:before {
	position: absolute;
    top: 32;
    /*left: 0;*/
    display: inline-block;
    /* margin-left: 16px; */
    line-height: 20px;
    padding: 8px;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    background: #f5d305;
    color: #fff;
    content: "COMING SOON";
    /* font-family: 'Crimson Text', serif; */
    /* font-family: Oswald; */
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 1;
}
.cont-rank {
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.cont-rank a {
	width: 25%;
	margin: 30px auto;
	text-decoration: none;
	border: solid 1px #ccc;
	padding: 20px 25px;
}

.cont-rank a:hover {
	text-decoration: underline;
}

.cont-rank .item-name {
	padding: 10px 10px 10px 10px;
    display: block;
    color: #2196F3;
    font-weight: bold;
}

.cont-rank .item-price {
	text-align: center;
    display: block;
    font-weight: bold;
    font-size: 16px;
    padding: 10px;
    color: #fff;
    background: #f44336;
    border-radius: 5px;
}

.cont_qa {
	padding: 0 20px;
}

.cont_qa p {
	color: #424242;
	text-align: left;
}

span.qa-font {
    font-size: 18px;
    font-weight: bold;
    color: #2196f3;
}

.table-area {
	margin: 20px 0;
}

.table-area th {
	width: 30%;
    font-size: 16px;
    padding: 15px;
    border: solid 1px #cccccc;
    background: #f4f4f4;
}

.table-area th img {
	max-width: 40%;
}

.table-area td {
	border: solid 1px #cccccc;
    font-size: 16px;
    padding: 15px;
    text-align: left;
}

.triangle-arrow {
    display: block;
    width: 0;
    height: 0;
    border-top: 25px solid #103461;
    border-right: 25px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid transparent;
    margin: 20px auto 0 auto;
}

.FS2_body_Goods_GoodsDetail_1009643 .FS2_TweetButton_area,
.FS2_body_Goods_GoodsDetail_1009643 .FS2_InquiryButton_area,
.FS2_body_Goods_GoodsDetail_1009643 .FS2_WishListButton_area,
.FS2_body_Goods_GoodsDetail_1009643 .FS2_ReviewEditButton_area,
.FS2_body_Goods_GoodsDetail_1009643 .FS2_figure,
.FS2_body_Goods_GoodsDetail_1009643 .FS2_inputSelection {
	display: none;
}

.FS2_body_Goods_GoodsDetail_gd19192 .FS2_TweetButton_area,
.FS2_body_Goods_GoodsDetail_gd19192 .FS2_InquiryButton_area,
.FS2_body_Goods_GoodsDetail_gd19192 .FS2_WishListButton_area,
.FS2_body_Goods_GoodsDetail_gd19192 .FS2_ReviewEditButton_area,
.FS2_body_Goods_GoodsDetail_gd19192 .FS2_figure,
.FS2_body_Goods_GoodsDetail_gd19192 .FS2_inputSelection {
	display: none;
}

.qa-area {
	margin: 40px 0;
}

.qa-area p {
	margin: 10px 0px;
	font-size: 15px;
	text-align: left;
    font-weight: 500;
    line-height: normal;
}

.qa-area p a {
	color: #143456;
    text-decoration: underline;
    padding: 0 0 0 30px;
}

.qa-area p a:hover {
	color: #830100;
	text-decoration: none;
}

.a-indent {
	text-indent: -29px;
    padding-left: 30px;
}

 .bn_area {
 	margin: 50px auto;
}

span.his {
	color: #fff;
    padding: 3px 10px;
    border-radius: 5px;
    background: #cc0000;
    font-size: 11px;
    margin-right: 30px;
}

span.nin {
	color: #fff;
    padding: 3px 10px;
    border-radius: 5px;
    background: #aaa;
    font-size: 11px;
    margin-right: 30px;
}

input.next-p {
    background: #143456;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 20px;
    padding: 15px 50px;
    width: 200px;
}

.content_area.normal h1 {
	background: #143456;
	color: #fff;
	margin: 25px auto;
}

.content_area.normal h2 {
	color: #143456;
	background: none;
}

.content_area.normal h3 {
	color: #eaeaea;
	background: #143456;
	font-size: 24px;
	padding: 15px;
	border: none;
	margin: 25px 0 15px 0;
	text-align: left;
}

.normal .bn_area {
	max-width: 280px;
    background: #eaeaea;
    padding: 20px;
    margin: 20px auto;
    box-sizing: border-box;
}

.normal .bn_area img {
	border: solid 1px #143456;
}

.normal .bn_area h4 {
	color: red;
}

.content_area.normal p {
	color: #143456;
	font-size: 18px;
	margin: 10px 0;
}

.content_area.normal p.h1_t {
	color: #143456;
	font-size: 20px;
	margin: 15px 0;

}

.content_area.normal p.head_p {
	color: #143456;
	font-size: 16px;
}

.content_area.normal .bn_area p {
	/*color: #fff;*/
	font-size: 17px;
}

.content_area.normal .bn_area p.look-item {
	padding: 10px;
    background: #fff;
    color: #143456;
    margin: 20px 0 0 0;
    border: solid 1px;
}

.content_area.normal .bn_area p.look-item:hover {
	background: #143456;
	color: red;
}

.content_area.normal.guide h3 {
	margin: 25px 0;
}

.guide .g-box a {
	border: solid 2px #143456;
    padding: 30px 25px;
    display: block;
    margin: 15px;
    width: 260px;
    text-align: center;
    font-weight: bold;
    color: #143456;
    border-radius: 20px;
    font-size: 17px;

}

.guide .g-box a:hover {
	background: #143456;
	color: red;
}

.guide .g-box a:before {
    font-family: FontAwesome;
    content: "\f0da";
    position: relative;
    left: -10px;
    color: #0b318f;
}

.guide .g-box a:hover:before {
    font-family: FontAwesome;
    content: "\f0da";
    position: relative;
    left: -10px;
    color: red;
    text-decoration: none;
}

.aw-r.ss-new .bn_area,
.ss-new .bn_area {
	max-width: 280px;
	background: #143456;
	padding: 20px;
	margin: 20px auto;
}

.aw-r.ss-new .bn_area,
.ss-new .bn_area h4 {
	color: #fff;
	font-size: 19px;
}

.aw-r.ss-new .bn_area,
.ss-new .bn_area p {
	color: #fff;
	font-size: 16px;
}

.aw-r.ss-new .bn_area img,
.ss-new .bn_area img {
	border: solid 1px #fff;
}

.content_area h3 {
	font-size: 25px;
    margin: 0 0 10px 0;
    font-weight: bold;
    color: #143456;
    border-top: 5px double #143456;
    border-bottom: 5px double #143456;
    padding: 5px 15px;
}

.content_area.aw-r h3,
.content_area.ss-r h3 {
	font-size: 22px;   
	border-top: none;
	border-left: none;
    border-bottom: none;
    color: #143456;
    padding: 13px;
    margin: 30px 0 15px 0;
    /*background: #eaeaea;*/
    border: solid 5px;
}

.content_area.ss-r h3.ac {
	position: relative;
}

.content_area.ss-r h3.ac:after {
	position: absolute;
	font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
	/*font-weight: 900;*/
	content: '\f00c Check';
	background: #ff0000;
	color: #fff;
	left: -20px;
	bottom: 100%;
	border-radius: 0 5px 0 0;
	padding: 8px 12px 2px;
	font-size: 0.8em;
	line-height: 1;
	letter-spacing: 0.05em
}

.content_area.ss-r.ac-r h3 {
	position: relative;
	/*padding: 0.1em 0.5em;*/
	/*background: linear-gradient(to right, rgb(54, 241, 205), transparent);*/
	/*color: #4C6085;*/
	/*border-left: 20px solid #36f1cd;*/
	border-bottom: none;
	text-align: center;
	background: linear-gradient(to right, rgb(0 0 0), transparent);
	color: #fff;
}

.buy01 {
	background: #ff2717;
    color: #fff;
    /*font-weight: bold;*/
    text-align: center;
    padding: 5px;
    font-size: 25px;
}

.ss-r .buy01 {
	background: #0087cb;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    font-size: 22px;
    letter-spacing: 5px;
}

.ss-r.ac-r .buy01 {
	background: #08D9D6;
}

.ac .buy01 {
	background: #f5d305;
	color: #000;
	font-weight: bold;
	text-align: left;
    padding: 10px;
    border: solid 3px #000;
}

.dis-price {
	border: solid 3px #143456;
    border-radius: 20px;
    padding: 15px;
    margin: 15px 0;
}

.dis-price h4 {
	text-align: center;
    font-size: 22px;
    margin: 20px 0 10px 0;
}

.dis-price p {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	margin: 0;
	line-height: normal;

}

.cont_img {
	margin: 30px 0 0 0;
}

.dis-fax a {
	overflow: hidden;
	padding: 1.5rem 6rem;
	color: #fff;
	border-radius: 0;
	background: #000;
}

.dis-fax a span {
	position: relative;
}

.dis-fax a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transform: translateX(-96%);
	transform: translateX(-96%);
	background: #db0d4b;
}

.dis-fax a:hover:before {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.dis-fax a:hover {
	/*color: #000;*/
}

.btn,
a.btn {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: block;
	padding: 1rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #fff;
	/*border-radius: 0.5rem;*/
	margin: 15px auto;
	max-width: 350px;
}

.auto-form table td.td2,
.auto-form table td.td3 {
	border: none;
}

.auto-form table {
	/*border: solid 1px #e5e5e5;*/
	border-collapse: collapse;
	border: solid 1px #143456;
	width: 100%;
	margin: 20px auto;
}

.auto-form table th {
	/*border: solid 1px #e5e5e5;*/
	border: solid 1px #143456;
	background: #f4f4f4;
	width: 30%;
	text-align: left;
	font-size: 14px;
    padding: 15px 30px;
    font-weight: normal;
    line-height: 1.8;
}

.auto-form table td {
	/*border: solid 1px #e5e5e5;*/
	border: solid 1px #143456;
	font-size: 14px;
    padding: 20px 35px;
    /*font-weight: bold;*/
}

.auto-form table th span {
	font-weight: bold;
}

.auto-form table td.td1 span {
	/*vertical-align: 20px;*/
}

.auto-form table th a {
	color: #830100;
	font-weight: 600;
	text-decoration: underline;
}

.auto-form table th a:hover {
	color: #830100;
	text-decoration: none;
}

.ac-gokan td.gokan01 {
	background: #000;
}

.ac-gokan td.gokan02 {
	background: #f4f4f4;
}

.ac-gokan td.gokan03 {
	font-size: 23px;
}

span.quadrangle {
	/*margin: 0 80px 0 0;*/
}

span.circle {
	margin: 0;
}

.auto-form table td p input {
	width: 165px;
}

.auto-form table td p input.naiyo {
	width: 350px;
}

.auto-form table td p {
	font-size: 12px;
	font-weight: normal;
    margin: 5px;
    text-align: left;
}

.auto-form .subm {
	padding: 20px;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
}

.nametoname {
	display: block;
    background: #ce5204;
    color: #fff !important;
    padding: 15px;
    text-align: center;
    width: 100%;
}

a.nametoname:visited {
    color: #fff;
}

.namemitumori {
	display: block;
    background: #143456;
    color: #fff !important;
    padding: 15px;
    text-align: center;
    width: 100%;
}

a.namemitumori:visited {
    color: #fff;
}

td.td1 img {
	max-width: 25%;
}

ul.mdl_photobox li:nth-of-type(n+2),
ul.mdl_photobox_2 li:nth-of-type(n+2),
ul.photobox3 li:nth-of-type(n+2),
ul.photobox4 li:nth-of-type(n+2),
ul.photobox li:nth-of-type(n+2),
ul.photobox2 li:nth-of-type(n+2) {
	display: none;
}

.auto-area table {
	border-collapse: collapse;
	border: solid 1px #143456;
	width: 100%;
	margin: 0 auto;
}

.auto-area table th {
	border: solid 1px #143456;
    background: #f4f4f4;
    width: 35%;
    text-align: left;
    font-size: 14px;
    padding: 15px 15px;
}

.auto-area table td {
	border: solid 1px #143456;
    font-size: 14px;
    padding: 15px 15px;
}


.content_area.keibi h1 {
	background: #1C54A1;
    color: #FFF100;
}

.content_area.keibi h2 {
	background: #1c54a1;
}


.content_area.scrub h1 {
	background: #00bcd4;
    color: #fff;
}

.content_area.scrub h2 {
background: #eb6995;
    color: #f1c8d6;
    border-left: solid 30px;
}

h2 img {
	/*max-width: 80% !important;*/
}

.content_area.limi .limi01 {
	background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
}

.limi01 .cate_box02 {
	background: none;
}

.content_area.limi .limi01 p {
	color: #fff;
}

.cate_box02 {
    max-width: 280px;
    margin: 12px auto;
    /* border: solid 1px #ccc; */
    padding: 20px;
    box-sizing: border-box;
    background: #eee;
}

.keibi .cate_box02 {
	max-width: 280px;
	padding: 20px;
}

.scrub .cate_box02 {
	background: #fff5f5;
}

.cate_box02 p {
    font-size: 14px;
    margin: 10px 0;
    line-height: 1.5;
}

.cate_box02 a p {
	text-decoration: underline;
}

.center {
	text-align:center !important;
}

.left {
	text-align:left !important;
}

.right {
	text-align:right !important;
}

.content_area.scrub p.h1_t {
    font-weight: bold;
}

.content_area.scrub p {
    font-weight: normal;
}




.content_area.sdgs h1 {
	margin:25px 0;
	background: #0599d9;
	color: #fff;
}

.content_area.sdgs p.h1_t {
	font-weight: normal;
	margin: 25px 0;
	color: #004c88;
	font-size: 20px;
}

.content_area.sdgs p {
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	padding: 10px 15px;
	color: #023067;
}

.h2_sdgs {
	background: #f7f6f6;
}

.content_area.sdgs h2 {
	text-align: left;
	padding: 25px 20px 10px 20px;
	background: none;
	color: #023067;
	margin: 40px 0 0 0;
}

.content_area.sdgs p.head_p {
	text-align: left;
	margin: 20px 0 30px 0;
	font-weight: normal;
	border-top: 1px solid;
	/*border-bottom: 1px solid;*/
	padding: 30px;
	color: #023067;
	font-size: 18px;
}

.content_area.sdgs h3 {
	font-size: 21px;
	font-weight: normal;
	color: #fff;
	border: none;
	padding: 15px;
	margin: 40px 0 30px 0;
	background: #28a838;
}

.content_area.sdgs .sdgs01 img {
	max-width: 80%;
}

.content_area.sdgs .sdgs02 {
	padding: 0  20px 20px 20px;
}

.content_area.sdgs span.missions {
	text-align: left;
	font-size: 18px;
	font-weight: normal;
	padding: 10px 15px 10px 15px;
	color: #e83418;
	border: 1px dotted;
}

.sdgs_logo img {
	max-width: 100%;
}

.guide_list ul li {
	margin: 10px;
}

.hr-clear {
	display: none;
}

#main .contact dl {
	margin: auto !important;
}

#main .gotop,
#main .contact + .gotop {
		display: none !important;
}

#main .ul-common li, #main .ul-ast li, #main ol li {
	margin-left: 50px !important;
}





.sbk-waku table,
.sbk-waku th {
	background: none;
    border: solid 1px #eaeaea;
}

.tab6 .sbk-waku table,
.tab6 .sbk-waku th {
	border: solid 1px #ccc;
	color: #143456;
}

p.sbk-title {
font-size: 21px;
font-weight: bold;
text-align: center;
	color: #143456;
}

div.sbk-waku {
max-width:1200px;
/*height:210px;*/
height: auto;
background: #eaeaea;
/*border: solid 2px #ccc;*/
padding: 20px 10px;
}

.tab6 div.sbk-waku {
	background: #fff;
	padding: 0;
}

.sbk-waku table {
	margin: 10px auto;
}

div.sbk-waku2 {
width:750px;
height:120px;
}

input.sbk-keyw {
width:180px;
height:45px;
margin-right:10px;
/*margin-left:10px;*/
padding:5px;
color: #143456;
border:1px solid #ccc;
border-radius: 10px;
}

select.sbk-select {
width:180px;
height:45px;
/*text-align:center;*/
margin-right:10px;
/*margin-left:10px;*/
padding: 0 0 0 3px;
/*border:1px solid #ccc;*/
line-height:normal;
color:#143456;
font-size:14px;
border-radius: 10px;
}

select.sbk-topselect {
width:160px;
height:35px;
text-align:center;
margin-right:10px;
margin-left:10px;
margin-top:20px;
border:1px solid #ccc;
line-height:normal;
color:#555555;
font-weight:bold;
display:none;
border-radius: 10px;
}

p.sbk-topkotei {
border:1px solid #ccc;
width:180px;
height:45px;
margin-right:10px;
/*margin-left:10px;*/
margin-top:20px;
margin-bottom:20px;
color:#555555;
line-height:2.7;
text-align: center;
background: #fff;
border-radius: 10px;
}

select.sbk-italyselect {
width: 160px;
height: 35px;
margin-right: 10px;
margin-left: 10px;
margin-top: 20px;
border: 1px solid #ccc;
line-height: normal;
color: #555555;
margin-bottom: 20px;
}

select.sbk-topselect-select {
width: 160px;
height: 35px;
font-size:12px;
margin-right: 10px;
margin-left: 10px;
margin-top: 20px;
border: 1px solid #ccc;
line-height: normal;
color: #555555;
margin-bottom: 20px;
}



th.ssk-cell-1 {
background-color:#eaeaea;
width:190px;
height:50px;
border-top:1px solid #ccc;
border-right:1px solid #ccc;
border-left:1px solid #ccc;
line-height:normal;
color:#222222;
text-align:left;
font-weight:bold;
padding-left:20px;
}

.tab7 th.ssk-cell-1 {
	border-bottom: solid 1px #ccc;
	color: #143456;
}

th.ssk-cell-1b {
background-color:#ececec;
width:190px;
height:50px;
border-top:1px solid #ccc;
border-right:1px solid #ccc;
border-left:1px solid #ccc;
border-bottom:1px solid #ccc;
line-height:normal;
color:#222222;
text-align:left;
font-weight:bold;
padding-left:20px;
	color: #143456;

}

td.ssk-cell-2 {
width:520px;
height:50px;
border-top:1px solid #ccc;
border-right:1px solid #ccc;
line-height:normal;
color:#666666;
padding-left:10px;
}

td.ssk-cell-2b {
width:520px;
height:50px;
border-top:1px solid #ccc;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
line-height:normal;
color:#666666;
padding-left:10px;
}

td.ssk-cell-3 {
width:350px;
height:50px;
border-top:1px solid #ccc;
border-right:1px solid #ccc;
line-height:normal;
color:#222222;
padding-left:10px;
}

td.ssk-cell-3b {
width:350px;
height:50px;
border-top:1px solid #ccc;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
line-height:normal;
color:#222222;
padding-left:10px;
}

select.ssk-select {
width:300px;
height:30px;
border:1px solid #143456;
line-height:normal;
color:#143456;
padding-left:20px;
border-radius: 10px;
}

input.ssk-keyw {
width:300px;
height:28px;
border:1px solid #143456;
color:#143456;
border-radius: 10px;
}

select.ssk-price {
width:180px;
height:28px;
border:1px solid #143456;
color:#143456;
padding-left:20px;
border-radius: 10px;
}

.serchTable input[type=checkbox] {
    margin-right: 5px;
    position:relative;
    top:2px;
}

td.ssk-nakawaku {
height:20px;
/*width:1100px;*/
width: 1000px;
border-right:1px solid #ccc;
border-left:1px solid #ccc;
padding:25px 0 15px 10px;
font-size:14px;
}

div.ssk-sitawaku {
border-right:1px solid #ccc;
border-left:1px solid #ccc;
border-bottom:1px solid #ccc;
border-top:none;
max-width: 1000px;
padding:10px;
box-sizing:border-box
}

.tab6 div.ssk-sitawaku {
	background: #fff;
}

.tab7 div.ssk-sitawaku {
	border: none;
}

div.ssk-uewaku {
max-width:1000px;
}

a.ssk-kubiyuki {
}

div.k-itemblock {
margin-top:40px;
margin-bottom:40px;
}

p.ssk-title {
font-size:17px;
font-weight:bold;
}

option.ssk-opt-font {
color:#444444;
font-size:16px;
}


input.k-reset {
width:80px;
height:45px;
border:1px solid #ccc;
cursor: pointer;
}

input.k-kensaku {
width:170px;
height:45px;
color:white;
background-color:#143456;
text-align:center;
padding:5px;
font-weight:bold;
border-style:none;
position:relative;
cursor: pointer;
margin-top:5px;
margin-bottom:30px;
}

input.k-kensaku2 {
width:160px;
height:35px;
color:white;
background-color:black;
text-align:center;
padding:5px;
font-weight:bold;
border-style:none;
cursor: pointer;
margin-left:10px;
}

.k-button:hover {
background: #bbb;
color: red;

/*
background-color: #1ab0ec;
background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
background-image: linear-gradient(to bottom, #999999, #ececec);
*/
}

.k-button:active {
background: #1a92c2;
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
color: #1679a1;
text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}



td.ssk-m-1 {
/*width:400px;*/
width: 359px;
height:60px;
	color:red;
border-right:1px solid white;
border-top:1px solid #ccc;
border-left:1px solid #ccc;
text-align:center;
font-size:17px;
font-weight:bold;
box-sizing: border-box;
	background: #143456;
}

td.ssk-m-2 {
/*width:400px;*/
width: 359px;
height:40px;
border-right:1px solid white;
border-left:1px solid white;
background-color:#eaeaea;
text-align:center;
font-size:17px;
font-weight:bold;
box-sizing: border-box;
}

td.ssk-m-3 {
/*width:400px;*/
width: 359px;
height:40px;
background-color:#eaeaea;
border-left:1px solid white;
text-align:center;
font-size:17px;
font-weight:bold;
box-sizing: border-box;
}



td.ssk-r-1 {
/*width:400px;*/
width: 359px;
box-sizing: border-box;
height:60px;
background-color:#ececec;
border-right:1px solid white;
text-align:center;
font-size:17px;
font-weight:bold;
}

td.ssk-r-2 {
/*width:400px;*/
width: 359px;
box-sizing: border-box;
height:40px;
border-top:1px solid #ccc;
border-right:1px solid white;
border-left:1px solid white;
	color: red;
text-align:center;
font-size:17px;
font-weight:bold;
	background: #143456;
}

td.ssk-r-3 {
/*width:400px;*/
width: 359px;
box-sizing: border-box;
height:40px;
background-color:#ececec;
border-left:1px solid white;
text-align:center;
font-size:17px;
font-weight:bold;
}



td.ssk-k-1 {
/*width:400px;*/
width: 359px;
box-sizing: border-box;
height:60px;
background-color:#ececec;
border-right:1px solid white;
text-align:center;
font-size:17px;
font-weight:bold;
}

td.ssk-k-2 {
/*width:400px;*/
width: 359px;
box-sizing: border-box;
height:40px;
background-color:#ececec;
border-right:1px solid white;
border-left:1px solid white;
text-align:center;
font-size:17px;
font-weight:bold;
}

td.ssk-k-3 {
/*width:400px;*/
width: 360px;
box-sizing: border-box;
height:40px;
border-top:1px solid #ccc;
border-right:1px solid #ccc;
	color: red;
border-left:1px solid white;
text-align:center;
font-size:17px;
font-weight:bold;
	background: #143456;
}

.color_tip {
    width: 12px;
    height: 12px;
    margin: 4px 5px 0 0;
    display: inline-block;
    vertical-align: 1px;
}

.color_wht {
	background-color: #ffffff;
    border: solid 1px #cccccc;
}

.color_pin {
	background-color: #F5A4C6;
}

.color_red {
	background-color: #DE5252;
}

.color_yel {
	background-color: #FAE05C;
}

.color_ora {
	background-color: #F5993D;
}

.color_gre {
	background-color: #58B075;
}

.color_blu {
    background-color: #4783BF;
}

.color_pur {
	background-color: #AF60BF;
}

.color_blk {
	background-color: #000000;
}

.color_bro {
	background-color: #5E3518;
}

.color_bei {
	background-color: #E3D6B4;
}

.color_gry {
    background-color: #A1A1A1;
}

.color_gol {
	background-color: #c39c33;
}

.color_sil {
	background-color: #c0c0c0;
}

.color_nvy {
	background-color: #143456;
}

.color_kah {
	background-color: #b18b55;
}

.color_sax {
	background-color: #87cefa;
}

.color_other {
	background-color: #ffffff;
    border: solid 1px #666666;
}

.color_box {
	padding: 5px;
	/*width: 130px;*/
}

.color_name {
	font-size: 12px;
    vertical-align: 2px;
}

.tab7 .color_box label {
	width: auto;
	border: none;
	border-radius: 15px;
}







/* ------------------- タブメニュー ------------------- */

.tab5 {
	width: 100%;/*横幅はここで設定します。100%にすれば可変になります。*/
	min-width: 320px;
	margin: 20px auto;
}

.tab5 .tab-content {
	/*margin: 0 10px;*/
	text-align: center;
}

.tab5 label {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.tab5 label {
	display: inline-block;
	width: 24%;
	padding: 10px 10px;
	cursor: pointer;
	background: #fff;
	color: #143456;
	margin-right: -2px;
	font-size: 18px;
	text-align: center;
	border: solid 1px #143456;
	border-bottom: none;
}

.tab5 label:hover {
	background: #143456;
	color: red;
}

.tab5 input:checked + label {
	background: #143456;
	color: red;
	padding: 15px 10px 10px 10px;
}

input.tab-top {
	display: none;
}


.tab5 #tab5-b1,
.tab5 #tab5-b2,
.tab5 #tab5-b3,
.tab5 #tab5-b4,
.tab5 #tab5-b5,
.tab5 #tab5-b6 {
	display: none;
	/*padding: 15px;*/
}

.tab5 #tab5-1:checked ~ #tab5-b1,
.tab5 #tab5-2:checked ~ #tab5-b2,
.tab5 #tab5-3:checked ~ #tab5-b3,
.tab5 #tab5-4:checked ~ #tab5-b4,
.tab5 #tab5-5:checked ~ #tab5-b5,
.tab5 #tab5-6:checked ~ #tab5-b6 {
	display: block;
	border: 1px solid #143456;
}



.tab6 {
	width: 100%;/*横幅はここで設定します。100%にすれば可変になります。*/
	min-width: 320px;
	/*margin: 20px auto;*/
}

.tab6 .tab-content {
	/*margin: 0 10px;*/
}

.tab6 label {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.tab6 label {
	display: inline-block;
	width: 30%;
	padding: 5px 10px;
	cursor: pointer;
	background: #fff;
	color: #143456;
	margin-right: -2px;
	font-size: 18px;
	text-align: center;
	border: solid 1px #143456;
	border-bottom: none;
}

.tab6 label:hover {
	background: #143456;
	color: red;
}

.tab6 input:checked + label {
	background: #143456;
	color: red;
	padding: 10px 10px 5px 10px;
}

.tab6 input.k-reset,
.tab6 input.k-kensaku {
	margin-bottom: 0;
}

input.tab-top {
	display: none;
}


.tab6 #tab6-b1,
.tab6 #tab6-b2,
.tab6 #tab6-b3,
.tab6 #tab6-b4,
.tab6 #tab6-b5,
.tab6 #tab6-b6 {
	display: none;
	/*padding: 15px;*/
}

.tab6 #tab6-1:checked ~ #tab6-b1,
.tab6 #tab6-2:checked ~ #tab6-b2,
.tab6 #tab6-3:checked ~ #tab6-b3,
.tab6 #tab6-4:checked ~ #tab6-b4,
.tab6 #tab6-5:checked ~ #tab6-b5,
.tab6 #tab6-6:checked ~ #tab6-b6 {
	display: block;
	border: 1px solid #143456;
}

.tab7 {
	width: 100%;/*横幅はここで設定します。100%にすれば可変になります。*/
	min-width: 320px;
	/*margin: 20px auto;*/
}

.tab7 .tab-content {
	/*margin: 0 10px;*/
}

.tab7 label {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.tab7 label {
	display: inline-block;
	width: 30%;
	padding: 5px 10px;
	cursor: pointer;
	background: #fff;
	color: #143456;
	margin-right: -2px;
	font-size: 18px;
	text-align: center;
	border: solid 1px #143456;
	border-bottom: none;
}

.tab7 label:hover {
	background: #143456;
	color: red;
}

.tab7 input:checked + label {
	background: #143456;
	color: red;
	padding: 10px 10px 5px 10px;
}

.tab7 input.k-reset,
.tab7 input.k-kensaku {
	margin-bottom: 0;
}

input.tab-top {
	display: none;
}

.tab7 #tab7-b1,
.tab7 #tab7-b2,
.tab7 #tab7-b3 {
	display: none;
	/*padding: 15px;*/
}

.tab7 #tab7-1:checked ~ #tab7-b1,
.tab7 #tab7-2:checked ~ #tab7-b2,
.tab7 #tab7-3:checked ~ #tab7-b3 {
	display: block;
	border: 1px solid #143456;
}



.tab-content label.jkt {
	background: url(https://workshop.itembox.design/item/img/base-new/side-itemcate-jacket.jpg) right no-repeat;
}

.tab-content label.keib {
	background: url(https://workshop.itembox.design/item/img/base-new/side-itemcate-keibi.jpg) right no-repeat;
}

.tab-content label.offi {
	background: url(https://workshop.itembox.design/item/img/base-new/side-itemcate-office.jpg) right no-repeat;
}





.toserch {
	position: fixed;
    top: 6%;
    right: 0px;
}

.toserch a {
	display: block;
	background: #ff3333;
	text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 15px 9px;
    font-size: 14px;
    font-weight: bold;
}

.toserch a:hover,
.tocart a:hover,
.gocart a:hover {
	background: #143456;
	color: red;
}





/* ------------------- 検索用モーダル ------------------- */

/*モーダルを開くボタン*/
html:has(.modal-container.active) {
  overflow: hidden;
}

/*
.modal-open{
	position: fixed;
	display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
	width: 300px;
	height: 50px;
	font-weight: bold;
	color: #fff;
	background: #000;
	margin: auto;
	cursor: pointer;
	transform: translate(-50%,-50%);
}
*/
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*text-align: center;*/
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
	opacity: 1;
	visibility: visible;
	z-index: 1;
}
/*モーダル枠の指定*/
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	/*max-width: 500px;*/
	/*width: 90%;*/
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -40px;
	right: -40px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
	background: #fff;
	text-align: left;
	/*padding: 30px;*/
}





/* -------------------- CPコーポレート用 -------------------- */

.fs-body-category-corporate .fs-l-pageMain {
	max-width: 100%;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;

}

.fs-body-category-corporate .fs-l-main {
	max-width: 100%;
}

.fs-body-category-sitepolicy .fs-c-subgroup,
.fs-body-category-sitepolicy .fs-c-noResultMessage,
.fs-body-category-uniform .fs-c-subgroup,
.fs-body-category-uniform .fs-c-noResultMessage,
.fs-body-category-material .fs-c-subgroup,
.fs-body-category-material .fs-c-noResultMessage,
.fs-body-category-sales .fs-c-subgroup,
.fs-body-category-sales .fs-c-noResultMessage,
.fs-body-category-net .fs-c-subgroup,
.fs-body-category-net .fs-c-noResultMessage,
.fs-body-category-reuse .fs-c-subgroup,
.fs-body-category-reuse .fs-c-noResultMessage,
.fs-body-category-thanks .fs-c-subgroup,
.fs-body-category-thanks .fs-c-noResultMessage,
.fs-body-category-contact .fs-c-subgroup,
.fs-body-category-contact .fs-c-noResultMessage,
.fs-body-category-recruit .fs-c-subgroup,
.fs-body-category-recruit .fs-c-noResultMessage,
.fs-body-category-business .fs-c-subgroup,
.fs-body-category-business .fs-c-noResultMessage,
.fs-body-category-company .fs-c-subgroup,
.fs-body-category-company .fs-c-noResultMessage,
.fs-body-category-corporate .fs-c-subgroup,
.fs-body-category-corporate .fs-c-noResultMessage,
.fs-body-category-our-sdgs .fs-c-subgroup,
.fs-body-category-our-sdgs .fs-c-noResultMessage {
	display: none;
}

#inner {

}

.cp_kv {
	margin-top: -32px;
	position: relative;
}

.cp_kv h1 {
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;

    position: absolute;
    top: 20%;
    left: 3%;
    font-size: 34px;
    z-index: 10;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
    text-align: left;
}

.cp_area {
		font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;

}

.section.works {
	margin: 100px auto;
	max-width: 1400px;
}

.section.works figure {
	margin: 0px;
    padding: 0px;
    font-weight: normal;
}

.section.works .list-column-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 3%;
}

.section.works .list-column {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 32%;
    margin-bottom: 20px;
    background: #fff;
    color: #036;
    border-radius: 25px;
    overflow: hidden;
}

.section.works .list-column h4 {
    margin-bottom: 20px;
    font-size: 140%;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;

}

.list-tit {
    position: absolute;
    top: 18%;
    right: 21%;
    color: #036;
    font-weight: bold;
    z-index: 1;
}

.section.works .list-column-container img {
    opacity: 0.6;
}

.section.works .list-column-container a img:hover {
    opacity: 0.2;
    transform: scale(1.3);
    transition: 0.6s;
}

.section.works .list-column .text {
    padding: 5%;
    flex: 1 0 auto;
}

.section.works .list-column p {
    padding: 0;
}

.btn1 a {
    display: block;
    text-decoration: none;
    border: 1px solid #fff;
    text-align: center;
    padding: 10px 30px;
    margin: 0px auto 0;
    background: #D8EBF3;
}

.btn1 a:hover {
	background: #006ab7;
    color: #fff !important;
}

.section.sd {
	background: #D8EBF3;
    padding: 40px 0;
    margin: 100px auto;
}

.section.sd p {
	padding: 0 0 30px 0;
}

.section.sd a {
	color:#036;
	text-decoration: none;
	font-weight: normal;
}

.section.sd a:hover {
	color: #E5204C;
}

.section.sd a img:hover {
	background: #006ab7;
	transition:0.4s;
	opacity:1;
}

.section.news {
	margin: 0 0 100px 0;
}

.section.news dl {
	padding: 0 15%;
}

.section.news dt {
	letter-spacing: 0.1em;
	float: left;
	color: #036;
}

.section.news dd {
	padding-left: 9em;
    border-bottom: 1px solid #006ab7;
    padding-bottom: 25px;
    margin-inline-start: 0;
    color: #036;
}

.newicon {
    background: #E5204C;
    color: #FFF;
    font-size: 70%;
    line-height: 1.5;
    padding: 2px 5px;
    border-radius: 2px;
    margin: 0px 5px;
    vertical-align: text-top;
}

.k-tit_area {
	background-image: url(https://workshop.itembox.design/item/corporate/images/tk06.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    height: 650px;
    background-position: center;
    padding: 90px;
}

.k-tit {
    text-align: center;
    margin: 20px;
    font-size: 18px;
    color: #036;
    font-weight: normal;
}

.k-tit_area .k-tit {
	color: #fff;
	font-size: 22px;
    line-height: 2;
}

.k-tit_inner {
	background: #ffffff1c;
}

.k-tit_inner:hover {
	background: #006ab7;
	opacity: 0.8;
	transition: 0.5s;
}

.k-tit_inner a {
	display: block;
	text-decoration: none !important;
	padding: 30px;

}

.cp_area h2 {
	font-weight: bold;
    color: #006AB7;
    clear: both;
    margin-bottom: 90px;
    margin-top: 0;
    font-size: 300%;
    text-align: center;
    letter-spacing: 0.2em;
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;

}

.cp_area h2 span {
	display: block;
    font-size: 40%;
    color: #036;
}

.section.contact {
	background: #D8EBF3;
    margin: 100px auto;
    padding: 40px 0;
}

.section.contact .about_area.auto-form {
	max-width: 1200px;
}

.section.contact .about_area.auto-form table th {
	/*background: #d8ebf3;*/
	background: #fff;
	color: #036;
}

.section.contact .about_area.auto-form table td {
	background: #fff;
	color: #036;
}





.inview.fadeup {
	opacity: 0;
	transition-duration: .9s;
	transform: translateY(25px);
}
.inview.fadeup.active {
	opacity: 1;
	transform: translateY(0px);
}

.inview.fadedown {
	opacity: 0;
	transition-duration: .5s;
	transform: translateY(-10px);
}
.inview.fadedown.active {
	opacity: 1;
	transform: translateY(0px);
}
.inview.fadeleft {
	opacity: 0;
	transition-duration: .5s;
	transform: translateX(-10px);
}
.inview.fadeleft.active {
	opacity: 1;
	transform: translateX(0px);
}
.inview.faderight {
	opacity: 0;
	transition-duration: .5s;
	transform: translateX(10px);
}
.inview.faderight.active {
	opacity: 1;
	transform: translateX(0px);
}
.delay01 {
	transition-delay: .3s;
}
.delay02 {
	transition-delay: .6s;
}
.delay03 {
	transition-delay: .9s;
}





/* -------------------- CPヘッダー -------------------- */

.kinsyou_hp_header_area {
	background: #fff;
	color: #036;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	position: sticky;
    top: 0;
    z-index: 9999;
}

.h_area {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.h_area li a:hover {
	opacity: 1;
	color: #E5204C;
}

.c_h_flex01 {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	max-width: 1200px;
	margin: 0 auto;
}

.c_h_flex01 li span {
    display: block;
    font-size: 12px;
    color: #036;
    letter-spacing: 0.2em;
}

.c_h_flex01 li a {
    text-decoration: none;
    display: block;
    height: 85px;
    padding-top: 20px;
    color: #036;
    font-size: 19px;
    text-align: center;
    font-weight: normal;
}



/* -------------------- CPフッター -------------------- */

.kinsyou_hp_footer_area {
    border-top: solid 1px #0095D9;
	background: #fff;
	color: #036;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
}

.f_area {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    overflow: hidden;
    padding: 50px 0;
    font-size: 14px;
    max-width: 1200px;
    margin: 0 auto;
}

.f_area .f_menu li,
.f_area .f_info li {
    font-weight: normal;
}

.f_area .f_contact li a {
	font-size: 20px;
    font-weight: bold;
}

.f_area .mail {
	margin: 0;
}

.f_area .f_menu span {
	font-size: 10px;
    vertical-align: text-bottom;
}

.f_area li a {
	text-decoration: none;
}

.f_area li a:hover {
	opacity: 1;
	color: #E5204C;
}

.kinsyou_hp_footer_area iframe {
    width: 100%;
}

.f_area .fa-phone-alt:before {
    content: "\f879";
    font-size: 20px;
    margin-right: 5px;
    color: #036;
}

.f_area .fa-envelope:before {
    content: "\f0e0";
    font-size: 20px;
    margin-right: 5px;
    color: #036;
}

.kinsyou_hp_footer_area .copyright {
    color: #fff;
    clear: both;
    text-align: center;
    background: #006AB7;
    padding: 20px 0;
}

.kinsyou_hp_footer_area .pagetop {
	bottom: 0;
}

.kinsyou_hp_footer_area .pagetop a {
	background-color: #006ab7;
	border: solid 1px;
}






/* -------------------- CPその他ページ -------------------- */

.cp_area.other {
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	color: #036;
}

.cp_area.other h2 {
	font-size: 40px;
	margin-bottom: 40px;
}

.cp_area.other h3 {
	text-align: left;
    color: #006AB7;
	border-bottom: solid 1px;
	padding: 10px;
	/*background: #036;*/
	/*color: #fff;*/
	font-size: 30px;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
}

.cp_area.other h4 {
	font-size: 21px;
	color: #036;
	text-align: left;
	margin: 10px;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
}

.cp_area.other a {
	text-decoration: underline;
	text-decoration-color: red;
}

.cp_area.other .section.works a {
	text-decoration: none;
}

.cp_area.other .section.works .text a:hover {
	color: red;
	text-decoration: underline;
}

.about_area {
	margin: 20px auto 60px auto;
}

.cp_area.other table {
	width: 100%;
}

.cp_area.other th {
	padding: 10px 0px 10px 40px;
    text-align: left;
    width: 30%;
    background: #D8EBF3;
}

.cp_area.other td {
	padding: 10px 0px 10px 40px;
    text-align: left;
}

.about_area.other {
	padding: 10px 15px;
}

.about_area.i_shop {
	border: solid 1px;
	padding: 15px;
}

.about_area.s_prod {
	border: solid 1px;
	padding: 20px 20px;
}

.about_area.s_prod .tp_maker ul li a:hover {
	background: none;
}

.about_area.i_shop .r_info {
	text-align: center;
}

.r_info {
	padding: 15px 15px;
}

.fs-body-category-our-sdgs .content_area.sdgs,
.fs-body-category-our-sdgs .content_area.sdgs h1,
.fs-body-category-our-sdgs .content_area.sdgs h2,
.fs-body-category-our-sdgs .content_area.sdgs h3 {
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;

}

.about_area.auto-form input.next-p {
	background: #006ab7;
	margin: 0 auto;
    display: block;
}

.about_area.auto-form table th {
	font-size: 16px;
}

.about_area.auto-form table td {
	font-size: 16px;
}

a.zoomin {
	overflow: hidden;
	display: block;
	background: #006AB7;
	max-height: 234px;
}

a.zoomin img:hover {
	transform:scale(1.3);
	transition:0.6s;
	opacity:0.5;
}

.handling img {
	max-width: 150px;
}

.cp_area.other .tp_maker ul li a {
	cursor: default;
}

.cp_area.other .tp_maker ul li a img:hover {
	opacity: 1;
}

.cp_area.other .tp_maker ul li {
	padding: 10px;
}




/* ------------------- iPad調整用 ------------------- */

@media screen and (min-width: 768px) and (max-width: 1024px) {
body {
	padding: 5px;
	_zoom: 1;
}

.header_fix {
	display: none;
}

.floating .sp {
	display: block;
}

.floating .pc {
	display: none;
}

.serch-box02.pc {
	display: block;
}

.floating {
	top: 0;
	padding: 15px;
}

.floating .serch-box02 button.serch-btn01 {
	top: 20px;
}

.main_cont {
	width: 100%;
    margin: 0 auto;
}

.side_cont {
	display: none;
}

.kinsyou_left_area + .fs-l-pageMain {
	width: 100%;
}

.col2 .column-item.cont03 {
	max-width: 215px;
}

.fs-l-product4 .fs-l-productLayout {
	grid-template-columns: auto;
}

.torisetsu {
	display: none;
}

.item_cart_box {
	top: 80px;
    bottom: auto;
}

.guide .g-box a {
	width: 220px;
}


}





/* ------------------- スマートフォン調整用 ------------------- */

@media screen and (max-width: 767px) {

body {
	overflow: hidden;
	min-width:auto;
}

.pc {
	display: none;
}

.sp {
	display: block;
}

html {
	margin: auto;
}

body {
	margin: 0;
	padding: 0 2px;
}

h1 {
	font-size: 32px;
	color: white;
    /*margin: 72px 0 10px 0;*/
    margin: auto;
	padding: 10px 0 10px 0;
}

h2 {
	font-size: 26px;
}

h2.pro-h:before {
	top: 30%;
}

h2.tp {
	border-left: solid 20px;
	font-size: 26px;
}

h3 {
	font-size: 21px;
}


h4 {
	font-size: 18px;
}

p {
	font-size: 14px;
}


.ct-ht {
	height: auto;
}


/* ------------------- ヘッダー */

.fs-l-header__welcomeMsg, .fs-l-header__welcomeMsg.is-ready {
	display: block;
}

.logo {
	margin: auto;
}

.header_cart {
	margin: 10px 0 0 10px;
}

#header_sp {
	display: block;
}

#header_pc {
	display: none;
}

.header_band {
	margin: auto;
}

.header_fix {
	bottom: 0;
	top: auto;
	/*display: none;*/
	position: inherit;
}

.fs-body-top .header_fix {
	/*display: block;*/
}

#nav-content {
	max-width: 320px;
}

#nav-close:after {
	right: 10px;
	left: auto;
}

.t-menu .serch-box {
	display: none;
}

#nav-content .serch-box {
	display: block;
	/*margin-top: 25px;*/
}

.t-menu {
	margin: auto;
}

#gmenu a {
	padding-top: 0px;
	padding-bottom: 0px;
	padding: 4px;
	background: #444a59;
}

#gmenu a:link, #gmenu a:visited {
	color: #ffffff;
    font-weight: normal;
    font-size: 15px;
}

.description02,
.description {
	display: none;
}

.serch-box {
	/*margin-top: 20px;*/
}

.area01 div {
	font-size: 14px;
}

.area01 h1 {
	padding: 10px;
	/*margin-top: 110px;*/
}

.area02 {
	padding: 15px 5px;
	margin-top: 100px;
	margin-bottom: -20px;
}

.fs-body-customerDetails .area02,
.fs-body-checkout .area02 {
	margin-top: 0;
}

.area02 .serch-box02 {
	margin: 15px auto;
}

.area02 .shop-info {
	margin: 15px auto;
	display: none;
}

.fs-body-top .area02 .shop-info {
	display: block !important;
}

.area03 {
	padding: 10px 5px 0px 5px;
}

.area03 a {
	margin: 7px 10px;
	/*height: auto;*/
	/*max-width: 72px;*/
}

.area04 {
	font-size: 17px;
	padding: 15px 0;
}

.area04 a {
	padding: 0 20px;
}

.area04 .shop-welcome {
	text-align: center;
    margin: 10px auto;
}

.area04 .shop-text {
	font-size: 17px;
}

.area04 .navi02 {
	margin: 10px;
}

.area04 .navi02 a {
	margin: 7px;
	font-size: 16px;
}

.area04 .navi02 .header-flex01 {
	justify-content: start;
}

.bx-wrapper .bx-controls-direction a {
	display: none;
}

.visuals-wrapper .bx-wrapper .bx-pager {
	display: none;
}

.soku_area  {
	padding: 5px 0;
}

.coupon01 a {
	font-size: 21px;
    color: #0b318f;
    padding: 10px 0;
}

.header-flex01 {
	justify-content: center;
}

.fs-body-customerDetails .area01 h1,
.fs-body-checkout .area01 h1 {
	margin-top: 0;
}







/* ------------------- メイン */

.fs-l-main {
	padding: 0px;
}

.fs-body-product .fs-l-main {
	padding: 0 3px;
}

.main_area {
	margin-top: auto;
}

.main_cont {
	max-width: 100%;
}

.kinsyou_left_area + .fs-l-pageMain {
	width: auto;
}

.fs-c-heading--page {
	border-left: solid 20px;
}

.jouge_rank .cate_box a img {
	padding: 0;
	border: none;
}

:target:before {
    content: "";
    display: block;
    height: 30px;
    margin: -30px 0 0;
}

ul#tab-menu {
    margin: 0 0 10px 0;
    display: flex;
    justify-content: unset;
    white-space: nowrap;
    overflow: scroll;
    text-align: center;
}

ul#tab-menu li.active {
    /*border-bottom: solid 3px #000;*/
}

ul#tab-menu li {
    /*margin-right: 40px;*/
    padding: 5px 10px;
    min-width: auto;
    min-width: initial;
    font-size: 12px;
    margin: 0 30px 0 0;
}

/*
.jouge_rank .cate_box {
	max-width: 175px;
    margin: 12px auto;
}
*/

.cont_guide {
	margin: auto;
}

.col2 .column-item {
	margin: 10px 10px;
	max-width: 100%;
}

.col2 .column-item.cont03 {
	/*max-width: 180px;*/
	/*margin: 20px 5px;*/
	max-width: 120px;
	margin: 15px auto;
}

/*
.jouge_rank .cate_box:nth-child(1):before {
	top: 1px;
    left: -15px;
}

.jouge_rank .cate_box:nth-child(2):before {
	top: 1px;
    left: -15px;
}

.jouge_rank .cate_box:nth-child(3):before {
	top: 1px;
    left: -15px;
}


.jouge_rank .cate_box:nth-child(4):before,
.jouge_rank .cate_box:nth-child(5):before,
.jouge_rank .cate_box:nth-child(6):before,
.jouge_rank .cate_box:nth-child(7):before,
.jouge_rank .cate_box:nth-child(8):before {
	top: 1px;
    left: -15px;
}

.feat.column-item:nth-child(1):before {
	top: 0px;
    left: -15px;
}

.feat.column-item:nth-child(2):before {
	top: 0px;
    left: -15px;
}

.feat.column-item:nth-child(3):before {
	top: 0px;
    left: -15px;
}

.feat.column-item:nth-child(4):before {
	top: 0px;
    left: -15px;
}

.feat.column-item:nth-child(5):before {
	top: 0px;
    left: -15px;
}

.feat.column-item:nth-child(6):before {
	top: 0px;
    left: -15px;
}
*/


.line4 .cate_item {
	width: 100%;
	margin: auto;
}

.our {
	padding: 0px 10px;
}

.banner {
	margin: 15px 10px;
}

/*
.top_pick img {
	width: 100%;
}

.tp_feat,
.tp_feat02 {
	width: 100%;
	margin: auto;
}

*/

.tp_brand {
	width: 95%;
	margin: auto;
}

/*
.fs-body-top .fs-l-pageMain {
	padding: 0;
}
*/

.main_cont_parts {
	padding: 0;
}

.toserch {
	position: fixed;
    bottom: 118px;
    top: auto;
    left: 0px;
    right: auto;
    z-index: 9999;
}

.toserch a {
	display: inline-block;
	background: #eaeaea;
	text-align: center;
    color: #143456;
    text-decoration: none;
    padding: 5px 15px;
    font-size: 13px;
    font-weight: bold;
    border: solid 1px;
}

.fs-c-heading--page {
	margin-top: 10px
}

.column-item.member {
	position: fixed;
    top: 0;
    z-index: 9990;
    left: 0;
}

.float-serch {
	width: 100%;
    display: flex;
    position: fixed;
    top: 41px;
    left: 0;
    z-index: 9990;
    background: #eaeaea;
    padding: 3px 0;
    justify-content: space-around;
    /*border-bottom: solid 2px #fff;*/
}

.float-serch .toserch02 {
	margin: 3px 10px;
	width: 70px;
	height: 50px;
}

.float-serch .toserch02 a {
	display: block;
    color: #fff;
    padding: 5px 15px;
    font-size: 13px;
    font-weight: normal;
    border: solid 1px;
    background: #143456;
}

.float-serch .serch-box02 .serch-text {
	width: 260px;
	height: 50px;
	color: #143456;
	margin: 3px 10px;
}

.float-serch .serch-box02 button {
	line-height: 2.3em;
	position: relative;
    right: 15px;
}

.new-ss.column-item:before {
	content: "NEW";
}

.new-aw.column-item:before {
	content: "NEW";
}

.new-ss-low.column-item:before {
	content: "NEW";
}

.new-aw-low.column-item:before {
	content: "NEW";
}

.top_main_cont .new-ss-low.column-item:before {
	content: "NEW";
	top: 96px;
    bottom: auto;
    padding: 1px 3px;
}

.top_main_cont .new-aw-low.column-item:before {
	content: "NEW";
	top: 96px;
    bottom: auto;
    padding: 1px 3px;
}

.top_main_cont .column-item img + p {
	white-space: normal;
	font-size: 14px;
}

.fs-pt-column__heading {
	font-size: 14px;
}

.top_custom .goods_box a.custom {
	width: 100%;
	margin: 5px 15px;
}

.top_custom a img {
	border: solid 1px #143456;
}

.qa-001 summary::after {
	border: none;
}

.top_serch {
	padding: 0;
}






/* ------------------- サイド */
.side_cont {
	display: none;
}



/* ------------------- フッター */

.f-menu {
	border-left: none;
	padding: 10px 0;
	border-bottom: solid 1px #000;
    width: 100%;
    margin: auto;
}

.footer_area02 .f-menu {
	border-left: none;
	border-bottom: solid 1px #fff;
}

.footer-menu ul {
    border-right: solid 2px #143456;
    border-top: solid 2px #143456;
}

.footer-menu ul li a {
    color: #143456;
    display: block;
    padding: 15px 0;
    text-decoration: none;
}

.f-u-menu {
    width: 50%;
    border-bottom: solid 2px #143456;
    border-left: solid 2px #143456;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    box-sizing: border-box;
}

.floating {
	padding: 3px 0;
	display: block !important;
	bottom: -1px;
	top: auto;
	right: 0;
}

/*
.fs-body-cart .floating {
	display: block !important;
}
*/

.floating li.serch-box {
	display: none;
}

.floating li.ptop a {
	padding: 11px 15px;
	margin: 0;
}

.floating a.f-mn {
	margin-top: 14px;
    padding: 0;
    font-size: 18px;
}

.floating li a.f-mn {
    font-size: 12px;
    margin: 5px 5px;
    padding: 10px 18px;
}

.floating #nav-open {
	margin: 8px 10px -6px 10px;
}

.pagetop {
	right: 0;
	bottom: 105px;
}

.pagetop a {
	opacity: 1;
}

.fs-p-scrollingCartButton__button {
	opacity: 1;
}

.footer_flex {
	justify-content: space-between;
}

#footer_sp {
	display: block;
}

#footer_pc {
	display: none;
}

.footer_area01 {
	width: auto;
	padding: 20px 0;
}

.footer_area02 {
	width: auto;
}

.footer_area03 {
	width: auto;
}

.copy_area {
	margin-bottom: 50px;
}

.toname {
	position: fixed;
    bottom: 53px;
    left: 0px;
    top: auto;
    right: auto;
}

.toname a {
    padding: 12px 9px;
    font-size: 12px;
    font-weight: normal;
}

.tosuso {
	position: fixed;
    bottom: 53px;
    left: 81px;
    top: auto;
    right: auto;
}

.tosuso a {
   padding: 12px 9px;
    font-size: 12px;
    font-weight: normal;
}

.toname,
.tosuso {
	display: none;
}

.fs-p-scrollingCartButton {
	bottom: 53px;
	left: auto;
	right: 0;
	z-index: 9980;
}

.fs-p-scrollingCartButton__icon {
	font-size: 3rem;
}

.fs-p-scrollingCartButton__label {
	font-size: 1rem;
}

.tocart {
	/*top: 102px;*/
    right: 70px;
    /*left: 0;*/
    bottom: 53px;
    z-index: 9980;
    /*width: 100%;*/
}

.tocart a {
	padding: 18px 15px;
	font-size: 13px;
	font-weight: normal;
	opacity: 1;
	border-radius: 25px;
}


.onetime_popup_title_close {
    position: absolute;
    top: 80%;
    right: 70px;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    cursor: pointer;
}

.main_cont_info .camp-b {
	max-width: 165px;
}

.fiveseconds-icon {
	bottom: 60px;
	left: 80px;
	width: 70px;
}

.fs-body-product .fiveseconds-icon {
	display: none;
}

.item_cart_box {
	max-width: 160px;
	bottom: 53px;
    right: 160px;
    padding: 5px;
    z-index: 9989;
}

.item_tocart02_price,
.item_tocart02_name {
	padding: 0;
}
















/* -------------------- 商品詳細 -------------------- */

.goods_area {
	max-width: 100%;
}

.goods_area p {
	margin: 20px 0;
	color: #666666;
	font-size: 15px;
}

.goods_area p span {
	color: red;
}

p.goods_head,
.goods_head {
	margin-top: 35px;
	background: #143456;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 150%;
	padding: 10px;
}

.goods_area ul {
	margin: 0;
	color: #000000;
	font-size: 15px;
	text-align: left;
	line-height: 170%;
}

.goods_area ul li {
	margin: 15px;
	list-style: none;
}

.goods_box {
	margin: 20px 0;
	font-size: 12px;
	display: flex;
	flex-wrap: wrap;
}

.goods_box a.series {
	display: block;
	margin: 10px auto;
	width: 45%;
	text-align: center;
	border: solid 3px #143456;
	padding: 10px;
}

.goods_box a.custom {
	display: block;
	width: 47%;
	margin: 20px auto;
	text-align: center;
}

.goods_box a.info {
	display: block;
	width: 47%;
	margin: 20px 5px;
	text-align: center;
}

.goods_box a.size {
	display: block;
	text-align: center;
	width: 100%;
	border: solid 3px #143456;
	padding: 15px;
	margin: 20px auto;
	font-weight: bold;
    font-size: 15px;
}

.goods_detail_area {
	width: 100%;
	background: none;
	margin: auto;
}

.goods_detail_area p.sec01 {
	font-weight: bold;
	font-size: 16px;
	margin: 10px 0;
	padding: 3px;
}

.goods_detail_area p.sec02 {
	font-size: 15px;
	margin: 10px;
	padding: 3px;
}



.fs-c-breadcrumb {
	/*display: none;*/
	padding: 0 10px;
}

.fs-c-productCarouselMainImage {
	display: block;
}

.fs-c-productMainImage,
.fs-c-productThumbnail {
	display: none;
}

.fs-c-productCarouselMainImage__thumbnailList > li {
	flex-basis: auto;
}

.fs-l-product4 .fs-l-productLayout {
	grid-template-columns: auto;
}

.fs-c-productNameHeading__copy {
	padding: 10px;
}

.fs-c-productNameHeading__name {
	padding: 10px;
}

.fs-body-product .fs-c-heading--page {
	font-size: 23px;
}

.fs-l-checkout__sideColumn {
	/*position: fixed;*/
    z-index: 9999;
    /*bottom: 0;*/
    /*top: auto;*/
    /*width: 65%;*/
    /*opacity: 0.9;*/
}







/* ------------------- content SP ------------------- */

.cont-flex03.serch-navi-in {
	display: block;
}

.content_area h1 {
	padding: 15px;
    font-size: 25px;
    margin: 0px auto 0px auto;
    background: #143456;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.content_area p.h1_t {
	text-align: left;
    margin: 20px 0;
    font-size: 16px;
    color: #000000;
    font-weight: 700;
    line-height: 24px;
}

.content_area p {
	text-align: left;
    margin: 20px 0;
    font-size: 16px;
    color: #000000;
    /*font-weight: 700;*/
    line-height: 24px;
}

.content_area img {
	max-width: 100%;
}

.content_area h2 {
	font-size: 21px;
    text-align: left;
    color: #fff;
    margin: 40px 0 15px 0;
	background: #143456;
	padding: 10px;
}

.content_area h3 {
    text-align: left;
    font-size: 20px;
}

.content_area.ss-r h3 {
    text-align: left;
    font-size: 20px;
}

.content_area.ss-r.ac-r h3 {
    text-align: left;
    border-left: none;
}

.content_area  p.head_p {
	font-size: 16px;
    font-weight: bold;
    margin: -5px 0 20px 0;
    color: #143456;
}

.ac .h2_area {
	padding: 20px;
}

.ac .h2_area p.head_p {
	margin: 20px 0;
	color: #fff;
}

.cont_guide {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
}

.jouge01 .cate_box {
	max-width: 120px;
    margin: 6px auto;
    border: solid 1px #ccc;
    padding: 10px;
    box-sizing: border-box;
}

.jouge01 .cate_box img {
    border: solid 1px #ccc;
}

.jouge02 .cate_box {
	max-width: 50%;
    margin: 12px auto;
    padding: 0 5px;
    box-sizing: border-box;
}

.jouge03 .cate_box {
	max-width: 100%;
    margin: 12px auto;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
}

.jouge03 .cate_box h4 {
	text-align: left;
	line-height: 1.2;
	margin: 5px 0 20px 0;
	font-size: 18px;
}

.jouge03 .cate_box p {
	text-align: left;
	font-size: 16px;
	line-height: 1.8;
}

.jouge03 .cate_box div a {
	text-align: center;
    border: solid 1px #143456;
    padding: 10px;
    display: block;
    color: #143456;
    font-weight: bold;
    font-size: 15px;
    margin: 15px 0 0 0;
    position: unset;
    bottom: 0;
    width: 85%;
}

.jouge03.push_item01 {
	flex-direction: column;
}

.jouge03.push_item02 {
	flex-direction: column-reverse;
}

.jouge_rank .cate_box .item-lank {
	margin: 0 0 20px 0;
}

.jouge_rank .cate_box {
	/*max-width: 120px;*/
	max-width: 350px;
    margin: 0 auto 30px auto;
    /*border: solid 1px #ccc;*/
    padding: 3px;
    box-sizing: border-box;
    /*position: relative;*/
}

.jouge_rank.ac_rank .cate_box {
	max-width: 350px;
}

.jouge_rank.ac .cate_box {
	/*max-width: 96%;*/
	max-width: 185px;
    margin: 10px auto;
    /*border: solid 1px #ccc;*/
    padding: 10px;
    box-sizing: border-box;
    /*position: relative;*/
}

.jouge_rank .cate_box a img {
	/*border: solid 1px #ccc;*/
}

.jouge_rank.ac.ac01 .cate_box {
	max-width: 370px;
	padding: 20px;
}

.jouge_rank .cate_box h4 {
	font-size: 14px;
    line-height: 1.2;
    text-align: left;
    margin: 10px 0;
}

.jouge_rank .cate_box p {
    line-height: 1.2;
    text-align: left;
    margin: 10px;
}

.jouge_rank .cate_box span {
	text-align: left;
    border: solid 1px #143456;
    padding: 10px;
    display: block;
    color: #143456;
    font-weight: bold;
    font-size: 14px;
    /*position: absolute;*/
    /*bottom: 0;*/
}

.jouge_rank .cate_box span:hover {
	background: #143456;
	color: #fff;
}

.cate_box h4 {
	font-size: 15px;
    margin: 5px 0 5px 0;
    text-align: center;
    /*color: #2196F3;*/
}

.cate_box p {
	font-size: 14px;
	margin: 0;
	line-height: 1.5;
}

.cate_box a {
	text-decoration: none;
}

.cate_box a:hover {
	text-decoration: underline;
}

.cate_box02 {
	max-width: 180px;
	padding: 20px 10px;

}

.keibi .cate_box02 {
	max-width: 180px;
	padding: 20px 10px;
}

.content_area.normal h2 {
	border-left: solid 15px;
	font-size: 22px;
	background: #eaeaea;
}

.content_area.normal h3 {
	font-size: 20px;
}

.content_area.normal p {
	font-size: 15px;
}

.content_area.normal p.h1_t {
	font-size: 18px;
}

.normal .bn_area {
	max-width: 185px;
	padding: 10px;
	margin: 10px auto;
}

.normal .bn_area h4 {
	font-size: 16px;
}

.content_area.normal .bn_area p {
	font-size: 14px;
    font-weight: normal;
}

.guide .g-box a {
	width: 160px;
	margin: 10px 15px;
	background: #eaeaea;
	border-radius: 10px;
}

.ss-new .bn_area {
	max-width: 185px;
	/*max-width: 150px;*/
	margin: 20px auto;
}

.cont-rank {
	/*display: flex;*/
    /*flex-wrap: wrap;*/
    /*justify-content: space-between;*/
}

.cont-rank a {
	/*width: 45%;*/
	margin: 15px auto;
	padding: 25px 50px;
    display: block;
    border: solid 1px #ccc;
}

.cont-rank:after {
    content:"";
    display:block;
    width: 50%;
    height:0;
}

.cont-rank .item-name {
	padding: 10px 0px;
    display: block;
    font-weight: bold;
}

.cont-rank .item-price {
	color: #fff;
    padding: 10px;
    background: navy;
    border-radius: 5px;
    display: block;
    text-align: center;
    font-weight: bold;
}

.cont_qa {
	padding: 0 10px;
}

.cont_qa p {
	color: #424242;
	text-align: left;
}

span.qa-font {
    font-size: 18px;
    font-weight: bold;
    color: #2196f3;
}

.qa-area {
	margin: 40px 0;
}

.qa-area p {
	margin: 10px 0px;
	font-size: 15px;
	text-align: left;
    font-weight: 500;
    line-height: normal;
}

.qa-area p a {
	color: #143456;
    text-decoration: underline;
    padding: 0 0 0 30px;
}

.qa-area p a:hover {
	color: #830100;
	text-decoration: none;
}

.a-indent {
	text-indent: -29px;
    padding-left: 30px;
}

.content_area  p.head_p span {
	padding: 0;
}

.auto-form table {
	/*table-layout: fixed;*/
}

.auto-form table td p input.naiyo {
	max-width: 165px;
	width: 100%;
}

.auto-form table td p input {
	width: 100px;
}

.auto-form table td {
	padding: 15px 15px;
}

.auto-form table th {
	padding: 15px 15px;
	width: 45%;
}

.FS2_Figure li {
	/*display: none;*/
}

.FS2_ItemComment {
	/*display: none;*/
}

div.FS2_ReviewEdit a {
	/*display: none;*/
}

.FS2_body_Goods_GoodsDetail_1009643 #goodsForm {
	display: none;
}

.FS2_body_Goods_GoodsDetail_gd19192 .FS2_contents_container {
	display: none;
}

.content_area.sdgs .sdgs01 img {
	max-width: 100%;
}

.content_area.sdgs .sdgs02 {
	padding: 0;
}



/*

.FS2_body_Goods_aircraft .user_content {
	background: #000;
}

.content_area.ac {
	background: #000;
}

.content_area.ac p.h1_t {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}

.content_area.ac p,
.content_area.ac p.head_p {
	color: #fff;
	font-size: 15px;
	font-weight: normal;
}

.content_area.ac p.pt01 {
	border: solid 1px;
    padding: 5px;
}

.content_area.ss-r.ac h2 {
	border: none;
}

.content_area.ss-r.ac-r.ac h3 {
	color: #fff;
}

.content_area.ac a {
	color: #a3daff;
}

.content_area.ac .jouge_rank.ac .cate_box h4 {
	font-size: 15px;
}

.content_area.ac .jouge_rank.ac .cate_box span {
	font-weight: normal;
}

*/



.guide_list ul li {
	margin: 0 auto;
    max-width: 115px;
}

.hr-clear {

}

#main .contact dl {

}

#main .ul-common li, #main .ul-ast li, #main ol li {
	margin: auto !important;
}











/* ------------------ スマホ版絞り込み検索用flexbox ------------------ */

tr.sbk-flexbox {display:flex;flex-wrap:wrap;justify-content:center;}

/* ------------------ 絞り込み検索 ------------------ */

div.sbk-waku {
    padding: 10px 0;
}

.sbk-waku table {
	margin: 0 auto;
}

input.sbk-keyw {
width:160px;
height:45px;
margin-right:10px;
margin-left:10px;
margin-top:20px;
padding:5px;
color: #143456;
border:1px solid #ccc;
font-size:13px;
}

select.sbk-select {
width:160px;
height:45px;
text-align:center;
margin-right:10px;
margin-left:10px;
margin-top:20px;
/*border:1px solid #ccc;*/
line-height:normal;
color:#143456;
font-size:13px;
background-color:white;
}

select.sbk-topselect {
width:160px;
height:45px;
text-align:center;
margin-right:10px;
margin-left:10px;
margin-top:20px;
border:1px solid #ccc;
line-height:normal;
color:#555555;
font-size:11px;
font-weight:bold;
display:none;
}

p.sbk-topkotei {
border:1px solid #ccc;
width:160px;
height:45px;
margin-right:10px;
margin-left:10px;
margin-top:20px;
line-height:3.4;
font-size:13px;
background: #fff;
margin-bottom: 0;
}

select.sbk-italyselect {
width:133px;
height:35px;
margin-right:10px;
margin-left:10px;
margin-top:20px;
border:1px solid #ccc;
line-height:normal;
color:#555555;
font-size:10px;
}

select.sbk-topselect-select {
border:1px solid #ccc;
width:133px;
height:35px;
margin-right:10px;
margin-left:10px;
margin-top:20px;
line-height:normal;
color:#555555;
font-size:10px;
background-color:white;
}

p.sbk-title {
margin-left:10px;
}

/* ------------------ 詳細検索 ------------------ */

th.ssk-cell-1 {
width:230px;
height:61px;
border-top:1px solid #ccc;
border-right:1px solid #ccc;
border-left:1px solid #ccc;
line-height:normal;
color:#222222;
text-align:left;
font-weight:normal;
font-size:12px;
padding-left:5px;
}

th.ssk-cell-1b {
width:230px;
height:61px;
border-top:1px solid #ccc;
border-right:1px solid #ccc;
border-left:1px solid #ccc;
border-bottom:1px solid #ccc;
line-height:normal;
color:#222222;
text-align:left;
font-weight:normal;
font-size:12px;
padding-left:5px;
}

td.ssk-cell-2 {
width:470px;
height:61px;
border-top:1px solid #ccc;
border-right:1px solid #ccc;
line-height:normal;
color:#555555;
padding-left:5px;
}

.tab6 td.ssk-cell-2b,
.tab6 td.ssk-cell-2 {
	background: #eaeaea;
}

td.ssk-cell-2b {
width:470px;
height:61px;
border-top:1px solid #ccc;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
line-height:normal;
color:#555555;
padding-left:5px;
}

td.ssk-cell-3 {
width:300px;
height:40px;
border-top:1px solid #ccc;

border-right:1px solid #ccc;
line-height:normal;
color:#807f7f;
padding-left:10px;
display:none;
}

td.ssk-cell-3b {
width:300px;
height:40px;
border-top:1px solid #ccc;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
line-height:normal;
color:#555555;
padding-left:10px;
display:none;
}

select.ssk-select {
width:170px;
height:36px;
border:1px solid #143456;
line-height:normal;
color:#143456;
padding-left:5px;
background-color:white;
}

input.ssk-keyw {
width:170px;
height:32px;
border:1px solid #143456;
color:#143456;
}

select.ssk-price {
width:94px;
height:36px;
border:1px solid #143456;
color:#143456;
padding-left:5px;
background-color:white;
}

.serchTable input[type=checkbox] {
}

td.ssk-nakawaku {
height:30px;
width:1020px;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
padding:20px 0 20px 0;
font-size:13px;
}

div.ssk-sitawaku {
border-top:none;
width:100%;
}

div.ssk-uewaku {
width:100%;

}

label.spcb {
font-size:13px;
padding:3px;
color:#555555;
}

a.ssk-kubiyuki {
display:none;
}

th.komonodake {
width:290px;
}

p.ssk-itemblock {
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}

div.ssk-nekutai {
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}

p.ssk-title {
font-size:15px;
color:#222222;
}

option.ssk-opt-font {
color:#585858;
font-size:16px;
}



input.k-reset {
width:80px;
height:45px;
border:1px solid #ccc;
margin-bottom:35px;
}

input.k-kensaku {
width:160px;
height:45px;
color:white;
background-color:#143456;
text-align:center;
padding:5px;
font-weight:bold;
border-style:none;
position:relative;
margin-bottom:35px;
margin-top:5px;
}

input.k-kensaku2 {
width:133px;
height:35px;
color:white;
background-color:black;
text-align:center;
padding:5px;
font-weight:bold;
border-style:none;
margin:20px 10px 20px 10px;
}

.k-button:hover {
	background-color: #1ab0ec;
	background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
	background-image: linear-gradient(to bottom, #999999, #ececec);
}
.k-button:active {
	background: #1a92c2;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
	color: #1679a1;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}



td.ssk-m-1 {
width:400px;
height:60px;
color:red;
border-right:1px solid #ccc;
border-top:1px solid #ccc;
border-left:1px solid #ccc;
text-align:center;
font-size:12px;
font-weight:bold;
}

td.ssk-m-2 {
width:400px;
height:40px;

border-right:1px solid white;
background-color:#ececec;
text-align:center;
font-size:12px;
font-weight:bold;
}

td.ssk-m-3 {
width:400px;
height:40px;
background-color:#ececec;
border-left:1px solid white;
text-align:center;
font-size:12px;
font-weight:bold;
}



td.ssk-r-1 {
width:400px;
height:60px;
background-color:#ececec;
text-align:center;
font-size:12px;
font-weight:bold;
}

td.ssk-r-2 {
width:400px;
height:40px;
border-top:1px solid #ccc;
border-right:1px solid #ccc;
border-left:1px solid #ccc;
color:red;
text-align:center;
font-size:12px;
font-weight:bold;
}

td.ssk-r-3 {
width:400px;
height:40px;
background-color:#ececec;
text-align:center;
font-size:12px;
font-weight:bold;
}



td.ssk-k-1 {
width:400px;
height:60px;
background-color:#ececec;
border-right:1px solid white;
text-align:center;
font-size:12px;
font-weight:bold;
}

td.ssk-k-2 {
width:400px;
height:40px;
background-color:#ececec;
border-left:1px solid white;
text-align:center;
font-size:12px;
font-weight:bold;
}

td.ssk-k-3 {
width:400px;
height:40px;
border-top:1px solid #ccc;
border-right:1px solid #ccc;
color:red;
border-left:1px solid #ccc;
text-align:center;
font-size:12px;
font-weight:bold;
}





.tab5 label {
	width: 31%;
	text-align: left;
}

/*モーダル枠の指定*/
.modal-body {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 500px;
	width: 90%;
}

.modal-container {
	z-index: 9999;
}

.modal-content {
	text-align: center;
	position: relative;
    top: -30px;
}





/* -------------------- CPコーポレート用SP -------------------- */

.cp_kv {
	margin-top: 52px;
}

.cp_kv h1 {
	font-size: 17px;
	text-align: center;
}

.k-tit_area {
	/*background: #D8EBF3;*/
    padding: 30px 0;
    height: 450px;
}

.k-tit_area .k-tit {
	font-size: 15px;
	text-align: left;
	line-height: 2;
}

.k-tit_inner {
	padding: 0;
}

.cp_area h2 {
	margin-bottom: 40px;
	font-size: 33px;
}

.section.works .list-column {
	width: 100%;
	margin-bottom: 30px;
	border: solid 1px;
}

.section.sd p {
	text-align: center;
    padding: 20px;
}

.section.news dl {
    padding: 0 4%;
}

.newicon {
	display: block;
    width: 21%;
}

/* ------------------- CPヘッダーSP */

.kinsyou_hp_header_area {
	margin-top: -24px;
}

.cp_header {
  background: #fff;
  position: fixed;
  width: 100%;
  height: 52px;
  border-bottom: solid 1px #ccc;
}

.cp_menu {
  list-style: none;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  margin-top: 52px;
  padding: 0 0 10px 0;
  clear: both;
  background: #036;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: scale(1, 0);
  transform-origin: top;
}

.cp_menu-btn:checked ~ .cp_menu {
  transform: scale(1, 1);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.cp_menu a {
  text-decoration: none;
  font-weight: normal;
  letter-spacing: 2px;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  opacity: 0;
  transition: 0.5s;
}

.cp_menu li {
  border-top: 1px solid #fff;
  padding: 15px 0;
  margin: 0 54px;
  opacity: 0;
  transition: 0.5s;
}

.cp_menu-btn:checked ~ .cp_menu a,
.cp_menu-btn:checked ~ .cp_menu li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.cp_menu-btn {
  display: none;
}

.cp_menu-icon {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 24px 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.navicon {
  background: #036;
  display: block;
  height: 3px;
  width: 26px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #036;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
  top: 9px;
}

.navicon:after {
  bottom: 9px;
}

.cp_menu-btn:checked ~ .cp_menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.cp_menu-btn:checked ~ .cp_menu-icon .navicon:after {
  transform: rotate(45deg);
}

.cp_menu-btn:checked ~ .cp_menu-icon:not(.steps) .navicon:before {
  top: 0;
}
.cp_menu-btn:checked ~ .cp_menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}

.cp_menu-btn:checked ~ .cp_menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navtext-container {
  width: 100%;
  height: 60px;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navtext {
  position: absolute;
  text-transform: uppercase;
  color: #ddd;
  letter-spacing: 4px;
  font-size: 20px;
}





/* ------------------- CPフッターSP */

.f_area {
	display: block;
	padding: 0;
}

.f_area ul {
	padding: 15px;
}

.f_area .f_menu li {
	border: solid 1px;
    padding: 10px;
}





/* -------------------- CPその他ページSP */

.cp_area.other {
	margin-top: 52px;
}

.cp_area.other h2 {
    font-size: 33px;
}

.cp_area.other h3 {
    font-size: 26px;
    color: #fff;
    background: #006AB7;
}

.cp_area.other th {
	padding: 7px;
	font-size: 15px;
}

.cp_area.other td {
	padding: 7px;
	font-size: 15px;
}

.about_area iframe {
	max-width: 100%;
}

.fs-body-category-business .section.works {
	margin: 50px auto;
}

.handling img {
	max-width: 130px;
}





}










/* ------------------- 小さい画面SP用01 ------------------- */

@media screen and (max-width: 375px) {

h2.tp {
	font-size: 24px;
}

h3 {
	font-size: 19px
}

p {
	font-size: 13px;
}

.area03 a {
	margin: 7px 7px;
}

.main_cont_info .camp-b {
	max-width: 155px;
}

.top_main_cont .column-item img + p {
	font-size: 13px;
}

.qa-001 summary {
	font-size: 14px;
}

.float-serch .serch-box02 .serch-text {
	width: 250px;
}

.float-serch {
	top: 39px;
}

.floating li a.f-mn {
padding: 10px 12px;

}

.col2 .column-item.cont03 {
	max-width: 112px;
}

.jouge_rank .cate_box {
	max-width: 112px;
}

.jouge_rank.ac .cate_box {
	max-width: 170px;
}

.jouge01 .cate_box {
	max-width: 170px;
}

.normal .bn_area {
	max-width: 170px;
}

.ss-new .bn_area {
	max-width: 170px;
}

select.sbk-select {
	width: 150px;
}

input.sbk-keyw {
	width: 150px;
}

p.sbk-topkotei {
	width: 150px;
}

.modal-close {
	right: auto;
    left: -40px;
}

.fs-body-product .fs-c-heading--page {
	display: none;
}

.tocart {
	top: 100px;
}

.footer_contact a {
	font-size: 21px;
}

.top_main_cont .new-aw-low.column-item:before,
.top_main_cont .new-ss-low.column-item:before {
	top: 90px;
}


}







/* ------------------- 小さい画面SP用02 ------------------- */

@media screen and (max-width: 376px) {

h2.tp {
	font-size: 23px;
}

h3 {
	font-size: 18px
}

p {
	font-size: 12px;
}

.area03 a {
	width: 85px;
}

.main_cont_info .camp-b {
	max-width: 135px;
}

.top_main_cont .column-item img + p {
	font-size: 12px;
}

.qa-001 summary {
	font-size: 13px;
}

.float-serch {
	top: 35px;
}

.float-serch .serch-box02 .serch-text {
	width: 210px;
}

.floating li a.f-mn {
padding: 10px 7px;

}

.col2 .column-item.cont03 {
	max-width: 100px;
}

.jouge_rank .cate_box {
	max-width: 100px;
}

.jouge_rank.ac .cate_box {
	max-width: 150px;
}

.jouge01 .cate_box {
	max-width: 150px;
}

.normal .bn_area {
	max-width: 150px;
}

.ss-new .bn_area {
	max-width: 150px;
}

select.sbk-select {
	width: 130px;
}

input.sbk-keyw {
	width: 130px;
}

p.sbk-topkotei {
	width: 130px;
}

.modal-close {
	right: auto;
    left: -40px;
}

.tab6 {
	min-width: 270px;
}

.goods_box a.info {
	width: 46%;
}

.fs-body-product .fs-c-heading--page {
	display: none;
}

.tocart {
	top: 96px;
}

.footer_contact a {
	font-size: 19px;
}

.top_main_cont .new-aw-low.column-item:before,
.top_main_cont .new-ss-low.column-item:before {
	top: 78px;
}

.fs-body-product #chatFloating {
	left: auto;
	right: 0;
	bottom: 175px;
}

.item_cart_box {
	right: auto;
	left: 0;
}

.auto-form .subm {
	min-width: auto;
}


}
