@charset "UTF-8";

/*-------------------------------------------------------------------------------
 ABOUT ELLESSE
 -------------------------------------------------------------------------------*/
.main-contents-inner {
	margin: 0 auto;
	padding-left: 95px;
	width: 800px;
}
.section-origin, .section-concept {
	margin-top: 55px;
}
.section-history {
	margin-top: 70px;
}
.about-contents-keyvisual {
	display: block;
	max-height: 500px;
	overflow: hidden;
}
.about-contents-keyvisual img {
	width: 100%;
}
.section-headgroup-title {
	text-indent: -9999px;
}
.section-headgroup-description {
	display: block;
	height: 17px;
	text-indent: -9999px;
}
.svg-about-title-origin {
	width: 115px;
	height: 26px;
}
.svg-about-description-origin {
	width: 208px;
	height: 16px;
}
.svg-about-title-concept {
	width: 156px;
	height: 26px;
}
.svg-about-description-concept {
	width: 180px;
	height: 16px;
}
.svg-about-title-history {
	width: 132px;
	height: 26px;
}
	.no-svg .section-headgroup-title.origin,
	.use-png .section-headgroup-title.origin {
	background: url("/ellesse/images/about_ellesse/about-title-origin.png") no-repeat;
}
.no-svg .section-headgroup-title.concept,
.use-png .section-headgroup-title.concept {
	background: url("/ellesse/images/about_ellesse/about-title-concept.png") no-repeat;
}
.no-svg .section-headgroup-title.history,
.use-png .section-headgroup-title.history {
	background: url("/ellesse/images/about_ellesse/about-title-history.png") no-repeat;
}
.no-svg .section-headgroup-description.origin,
.use-png .section-headgroup-description.origin {
	background: url("/ellesse/images/about_ellesse/about-description-origin.png") no-repeat;
}
.no-svg .section-headgroup-description.concept,
.use-png .section-headgroup-description.concept {
	background: url("/ellesse/images/about_ellesse/about-description-concept.png") no-repeat;
}
.section-headgroup-title + .section-headgroup-description {
	margin-top: 10px;
}
.section-headgroup + .section-imggroup {
	margin-top: 32px;
}
.section-imggroup > li {
	float: left;
	width: 179px;
}
.section-imggroup > li:first-child {
	width: 246px;
}
.section-imggroup > li + li {
	margin-left: 10px;
}
.section-imggroup.origin img {
	width: 100%;
}
.section-read {
	margin-top: 29px;
	font-size: 14px;
	line-height: 1.3;
	color: #666666;
}
.section-scroll {
	margin-top: 70px;
	margin-left: 40px;
	padding-left: 1px;
	padding-top: 42px;
	min-height: 800px;
	position: relative;
	border-left: solid 1px #435363;
}
.section-scroll:before,
.section-scroll:after {
	content: "";
	display: block;
	position: absolute;
	left: -1px;
	width: 1px;
	height: 90px;
}
.section-scroll:before {
	background: -webkit-linear-gradient(top, #FFFFFF, #435363);
	top: -1px;
	bottom: auto;
}
.section-scroll:after {
	background: -webkit-linear-gradient(top, #435363, #FFFFFF);
	top: auto;
	bottom: -1px;
}
.section-scroll > dt,
.section-scroll > dd {
	cursor: pointer;
}
.history-header {
	padding-left: 40px;
}
.history-arrow {
	position: relative;
}
.csstransforms .history-arrow:before,
.csstransforms .history-arrow:after {
	content: "";
	display: block;
	position: absolute;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.csstransforms .history-arrow-lr:before,
.csstransforms .history-arrow-lr:after {
	left: 15px;
	top: 10px;
	width: 10px;
	height: 10px;
}
.csstransforms .history-arrow-sm:before,
.csstransforms .history-arrow-sm:after {
	left: 15px;
	top: 10px;
	width: 8px;
	height: 8px;
}
.csstransforms .history-arrow:before {
	margin-top: -2px;
	background-color: #50626E;
}
.csstransforms .history-arrow:after {
	background-color: #FFFFFF;
}
.csstransforms .history-detail-opened:before,
.csstransforms .history-detail-opened:after {
	top: 2px;
}
.csstransforms .history-detail-opened:before {
	margin-top: 2px;
	background-color: #50626E;
}
.csstransforms .history-detail-opened:after {
	background-color: #FFFFFF;
}
.no-csstransforms .history-arrow-lr:before,
.no-csstransforms .history-arrow-lr:after {
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px;
}
.no-csstransforms .history-arrow-lr:before {
	border-color: transparent transparent #50626E transparent;
}
.no-csstransforms .history-arrow-lr:after {
	margin-top: 2px;
	border-color: transparent transparent #FFFFFF transparent;
}
.no-csstransforms .history-arrow-sm:before,
.no-csstransforms .history-arrow-sm:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px;
}
.no-csstransforms .history-arrow-sm:before {
	border-color: transparent transparent #50626E transparent;
}
.no-csstransforms .history-arrow-sm:after {
	margin-top: 2px;
	border-color: transparent transparent #FFFFFF transparent;
}
.csstransforms .history-detail-opened:before,
.csstransforms .history-detail-opened:after {
	top: 0;
}
.no-csstransforms .history-detail-opened:before {
	border-color: #50626E transparent transparent transparent;
}
.no-csstransforms .history-detail-opened:after {
	margin-top: -2px;
	border-color: #FFFFFF transparent transparent transparent;
}
.section-scroll > .heading-only {
	cursor: default;
}
.section-scroll > .heading-only:after {
	display: none;
}
.section-scroll dt~dt,
.section-scroll dd~dd {
	margin-top: 55px;
}
.section-scroll > dt,
.section-scroll > dt > a,
.section-scroll > dd > a {
	color: #ff8300;
}
.section-scroll dt {
	font-size: 24px;
	margin-right: 90px;
	padding-left: 20px;
	min-height: 30px;
	float: left;
	line-height: 1;
}
.section-scroll > dt {
	position: relative;
}
.section-scroll > dt:before {
	content: "";
	position: absolute;
	left: -1px;
	top: 7px;
	display: block;
	width: 10px;
	height: 3px;
	background-color: #FF8300;
}
.section-scroll dd {
	overflow: hidden;
	min-height: 30px;
	position: relative;
	top: 1px;
}
.section-scroll > dd + dt {
	clear: both;
}
.section-history-title,
.section-history-title > a {
	color: #FF8300;
	font-size: 18px;
	line-height: 1.4;
	vertical-align: top;
}
.section-history-title > a {
	display: block;
}
.section-history-description {
	color: #656565;
	font-size: 14px;
	padding-top: 20px;
}
.section-history-name {
	margin-top: 63px;
}
.section-history-name > a {
	color: #ff8300;
	font-size: 14px;
}
.use-png .section-history-title > a,
.use-png .section-history-name > a {
	background-color: #FFFFFF;
}

.section-history-career {
	color: #656565;
	font-size: 14px;
	padding-top: 19px;
}
.section-scroll-imggroup {
	margin-top: 30px;
}
.section-scroll-imggroup > li {
	float: left;
}
.section-scroll-imggroup > li + li {
	margin-left: 17px;
}
.history-detail-contents {
	margin-left: 40px;
}

/*-------------------------------------------------------------------------------
 SHOP LIST
 -------------------------------------------------------------------------------*/
.section-shop {
	padding-top: 5px;
	padding-left: 15px;
	margin-bottom: 20px;
}
.section-shop-title {
	font-size: 36px;
	color: #3F5364;
	text-indent: -9999px;
}
.section-shop-detail {
	font-size: 14px;
	overflow: hidden;
	margin-top: 42px;
}
.section-shop-detail + .section-shop-detail {
	margin-top: 20px;
}
.section-shop-detail > dt {
	color: #65646A;
	float: left;
	width: 5em;
}
.section-shop-detail > dd {
	color: #666666;
	float: left;
	margin-left: 30px;
}
.section-shop-checkbox-list > li {
	position: relative;
}
.section-shop-checkbox-list > li > input,
.section-shop-checkbox-list > li > label {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.section-shop-checkbox-list > li > label span {
	cursor: pointer;
}
.section-shop-checkbox-list > li + li {
	margin-top: 20px;
}
.section-shop-list {
	font-size: 12px;
	color: #8C8C8C;
	margin-top: 40px;
	padding-left: 25px;
	padding-right: 25px;
	border-bottom: 1px solid #425363;
	overflow-y: scroll;
}
.shoplist-no-list {
	border-bottom: none;
	min-height: 0;
}
.kindle .section-map {
	display: none;
}
.section-map {
	position: relative;
	overflow: hidden;
	height: 835px;
}
.section-map-inner {
	width: 612px;
	height: 100% !important;
	position: absolute;
	left: 0;
	top: 0;
}
.shop-list-item {
	display: table;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 14px;
	cursor: pointer;
	border-top: 1px solid #D2CFCD;
	margin-top: -1px;
}
.shop-list-item > * + * {
	padding-left: 20px;
}
.shop-list-icon {
	width: 100px;
	display: table-cell;
}
.shop-list-icon > li {
	display: inline-block;
	vertical-align: middle;
}
.shop-list-icon > li + li {
	margin-left: 10px;
}
.shop-list-name {
	width: 133px;
	display: table-cell;
}
.shop-list-address {
	width: 205px;
	display: table-cell;
	font-style: normal;
}
.shop-list-tel {
	display: table-cell;
	width: 123px;
	text-align: right;
	font-style: normal;
}
.shop-area {
	position: relative;
}
.shop-area > select[] + .jsc-area-select {
	color: #C60D2F;
	border: 1px solid #C60D2F;
}
.shop-area > select > option:checked {
	color: #C60D2F;
	border: 1px solid #C60D2F;
}
option:checked {
	color: red;
}
.shop-area-error {
	padding: 0 99px;
	color: #C60D2F;
	margin-top: 10px;
	font-size: 12px;
}
.shop-area-error {
	display: none !important;
}
.shop-category-error {
	color: #C60D2F;
	display: none;
	margin-top: 20px;
	font-size: 12px;
}
/*.container-shop {*/
/*min-height: 835px;*/
/*}*/
#jsi-select-area {
	z-index: 10;
	cursor: pointer;
}
.jsc-area-select {
	width: 300px;
	font-size: 14px;
	border: 1px solid #646469;
	padding: 3px 12px;
	white-space: nowrap;
}
.jsc-area-select:after {
	content: "▼";
	font-size: 12px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
	width: 1em;
	height: 1em;
	margin: auto 0;
	line-height: 1;
}
.wrapper-shop .map-image {
	width: auto;
	height: 100%;
}
.wrapper-shop .section-map {
	height: 100%;
}
.wrapper-shop .section-shop-contents {
	position: relative;
}
.wrapper-shop .section-shop {
	position: relative;
	z-index: 1;
}
.wrapper-shop .section-shop-list-wrap {
	position: relative;
	width: 100%;
	padding-right: 5px;
	border-top: 1px solid #425363;
}
.wrapper-shop .section-shop-list {
	max-height: 525px;
	margin-top: 0;
}
.wrapper-shop .grid,
.wrapper-shop .main-contents,
.wrapper-shop .grid-col,
.wrapper-shop .grid-col > * {
	height: 100%;
}
.wrapper-shop .footer {
	height: 350px;
}
.wrapper-shop .main-contents {
	margin-top: 0;
	padding-top: 70px;
}
.wrapper-shop .main-view + * {
	height: 100%;
}
.wrapper-shop .wrapper-top .container {
	height: 100%;
}
.wrapper-shop .button-upper-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.wrapper-shop .wrapper-top {
	min-height: 800px;
	max-height: 1000px;
}
.use-png .wrapper-shop .wrapper-top {
	height: 800px
}

input[type="checkbox"] {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
}

input[type="checkbox"] + label {
	position: relative;
	display: inline-block;
}
input[type="checkbox"] + label:before {
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	content: '';
	padding: 10px;
	border: 1px solid #DCDCDC;
}
.category-check {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -7px;
	margin-left: -7px;
}
.category-icon {
	position: absolute;
	overflow: visible;
}
.svg-icon-tennis-on {
	top: -2px;
	left: 30px;
	width: 23px;
	height: 20px;
}
.svg-icon-swim-on {
	top: 0;
	left: 30px;
	width: 26px;
	height: 12px;
}
.svg-icon-shoes-on {
	top: 0;
	left: 30px;
	width: 22px;
	height: 10px;
}
.svg-icon-tennis-off {
	top: -2px;
	left: 30px;
	width: 23px;
	height: 20px;
	display: none !important;
}
.svg-icon-swim-off {
	top: 0;
	left: 30px;
	width: 26px;
	height: 12px;
	display: none !important;
}
.svg-icon-shoes-off {
	top: 0;
	left: 30px;
	width: 22px;
	height: 10px;
	display: none !important;
}
.no-svg .svg-icon-tennis-on,
.use-png .svg-icon-tennis-on {
	background: url("/ellesse/images/sprite/png/icon-tennis-on.png") no-repeat;
}
.no-svg .svg-icon-swim-on,
.use-png .svg-icon-swim-on {
	background: url("/ellesse/images/sprite/png/icon-swim-on.png") no-repeat;
}
.no-svg .svg-icon-shoes-on,
.use-png .svg-icon-shoes-on {
	background: url("/ellesse/images/sprite/png/icon-shoes-on.png") no-repeat;
}
.no-svg .svg-icon-tennis-off,
.use-png .svg-icon-tennis-off {
	background: url("/ellesse/images/sprite/png/icon-tennis-off.png") no-repeat;
}
.no-svg .svg-icon-swim-off,
.use-png .svg-icon-swim-off {
	background: url("/ellesse/images/sprite/png/icon-swim-off.png") no-repeat;
}
.no-svg .svg-icon-shoes-off,
.use-png .svg-icon-shoes-off {
	background: url("/ellesse/images/sprite/png/icon-shoes-off.png") no-repeat;
}
.category-title {
	position: absolute;
	text-indent: -9999px;
}
.svg-shoplist-category-tennis {
	top: 2px;
	left: 40px;
	width: 185px;
	height: 11px;
}
.svg-shoplist-category-swim {
	top: 0;
	left: 40px;
	width: 76px;
	height: 11px;
}
.svg-shoplist-category-foot {
	top: 0;
	left: 40px;
	width: 76px;
	height: 11px;
}
.no-svg .svg-shoplist-category-tennis,
.use-png .svg-shoplist-category-tennis {
	background: url("/ellesse/images/sprite/png/shoplist-category-tennis.png") no-repeat;
}
.no-svg .svg-shoplist-category-swim,
.use-png .svg-shoplist-category-swim {
	background: url("/ellesse/images/sprite/png/shoplist-category-swim.png") no-repeat;
}
.no-svg .svg-shoplist-category-foot,
.use-png .svg-shoplist-category-foot {
	background: url("/ellesse/images/sprite/png/shoplist-category-foot.png") no-repeat;
}

/*-------------------------------------------------------------------------------
 TEAM WEAR
 -------------------------------------------------------------------------------*/
.team-japan-inner {
	background-color: #ce0e28;
	padding: 28px;
}

.team-japan-descript {
	margin-top: 50px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5;
	color: #ffffff;
}

.team-japan-photo-list {
	margin-top: 26px;
}

.team-japan-photo-list > li + li {
	margin-top: 26px;
}

.team-japan-photo-list > li > img {
	border: solid 1px #ffffff;
}

.team-japan-link-list {
	margin-top: 60px;
}

.team-japan-link-list > li {
	display: inline-block;
	font-size: 13px;
}

.team-japan-link-list > li a {
	color: #ffffff;
	text-decoration: underline;
}

.team-japan-link-list > li a:hover {
	text-decoration: none;
}

.team-japan-link-list > li + li {
	margin-left: 20px;
}

.team-japan-link-list > li + li:before {
	content:"";
	padding-left: 20px;
	border-left: 1px solid #ffffff;
}

.contents-teamwear {
	margin-top: 40px;
}
.section-teamwear {
	padding-top: 50px;
	padding-left: 80px;
}
.teamwear-kv {
	position: relative;
	float: right;
	width: 39.8%;
	margin-top: -150px;
}

.teamwear-kv img  {
	width: 460px;
	heigth: auto;
}
.teamwear-baby-step {
	position: absolute;
	top: 200px;
	left: -220px;
	text-indent: -9999px;
}
.section-teamwear-maintitle {
	text-indent: -9999px;
}
.teamwear-subtitle {
	margin: 22px auto 0;
	padding-left: 10px;
	padding-right: 25px;
	width: 100%;
}
.teamwear-subtitle-message {
	margin-top: 25px;
	text-indent: -9999px;
}
.section-teamwear-bottom-catalog {
	background: url("/ellesse/images/tennis/teamwear/catalog_from_here.svg") no-repeat center;
	background-size: 230px 21px;
	border: solid 2px #8C8C8C;
	display: block;
	height: 50px;
	width: 280px;
	text-indent: -9999px;
}
.no-svg .teamwear-subtitle-catalog,
.use-png .teamwear-subtitle-catalog,
.no-svg .section-teamwear-bottom-catalog,
.use-png .teamwear-subtitle-catalog {
	background: url("/ellesse/images/tennis/teamwear/catalog_from_here.png") no-repeat center;
}
.teamwear-subtitle-catalog {
	float: right;
}
.section-teamwear-bottom-catalog {
	margin-left: auto;
	margin-right: auto;
}
.article-teamwear-mens, .article-teamwear-unisex, .article-teamwear-ladies {
	position: relative;
}
.article-teamwear-mens-title,
.article-teamwear-unisex-title,
.article-teamwear-ladies-title {
	position: absolute;
	top: -20px;
	left: 0;
	text-indent: -9999px;
}
.article-teamwear-mens-bgbox {
	padding: 20px 15px;
	background-color: #f5f5f5;
}
.article-teamwear-unisex-bgbox {
	padding: 20px 15px;
	background-color: #fff8f1;
}
.article-teamwear-ladies-bgbox {
	padding: 20px 15px;
	background-color: #ffe9e6;
}
.teamwear-category {
	float: left;
	display: table;
	width: 60.2%;
	margin-top: 220px;
	margin-right: -18px;
}
.teamwear-category-article {
	display: table-cell;
	width: 33.33%;
	padding-left: 18px;
	padding-right: 18px;
}
.teamwear-category-article img {
	width: 100%;
}
.teamwear-catalog-area {
	width: 100%;
	margin-top: 45px;
	text-align: center;
}
.teamwear-catalog-area > * {
	display: inline-block;
	vertical-align: top;
}
/*-------------------------------------------------------------------------------
 ADVISORY STAFF
 -------------------------------------------------------------------------------*/
.as-item-list {
	margin-left: -3px;
	margin-right: -3px;
}
.as-item-list > li {
	float: none;
	vertical-align: top;
	display: inline-block;
	position: relative;
	padding-left: 3px;
	padding-right: 3px;
	min-height: 390px;
}
.as-item-list > li > * {
	padding-top: 203px;
	display: block;
	position: relative;
}
.as-item-name-ja {
	font-size: 24px;
	color: #C60D2F;
}
.as-item-name-en {
	font-size: 14px;
	color: #FF7900;
}
.as-item-info {
	position: absolute;
	right: 8px;
	top: 15px;
	font-size: 12px;
}
.as-item-info a {
	color: #50626E;
	text-decoration: underline;
}
.as-item-info a:hover {
	text-decoration: none;
}
.as-item-contents {

}
.as-item-description {
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
}
.as-item-header {
	padding: 8px 10px;
	position: relative;
}
.as-item-name {
	font-size: 24px;
	color: aqua;
}

.as-item-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 203px;
	overflow: hidden;
}
.as-item-img img {
	width: 406px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
/*-------------------------------------------------------------------------------
 SWIM BRA / SWIM LAYER
 -------------------------------------------------------------------------------*/
.product-grid-vel > .product-article-swim-bra-items,
.product-grid-vel > .product-article-swim-layer-items {
	float: none;
	clear: both;
	width: 100%;
	padding-top: 30px;
	border-top: 1px solid #8C8C8C;
	overflow: hidden;
}
.product-items-swim-bra,
.product-items-swim-layer {
	margin-top: -6px;
}
.product-items-swim-bra > li,
.product-items-swim-layer > li {
	float: left;
	width: 50%;
	margin-top: 6px;
}
.container-function.container-function-swim-bra,
.container-function.container-function-swim-layer {
	border-bottom: none;
}
.function-swim-bra-title {
	background: url("/ellesse/images/swim/swim_bra/img_swim_function_swim_bra_logo.svg") no-repeat;
	width: 371px;
	height: 85px;
	text-indent: -9999px;
}
.no-svg .function-swim-bra-title,
.use-png .function-swim-bra-title { background: url("/ellesse/images/swim/swim_bra/img_swim_function_swim_bra_logo.png") no-repeat; }

.function-swim-layer-title {
	background: url("/ellesse/images/swim/swim_layer/img_swim_function_swim_layer_logo.svg") no-repeat;
	width: 407px;
	height: 79px;
	text-indent: -9999px;
}
.no-svg .function-swim-layer-title,
.use-png .function-swim-layer-title { background: url("/ellesse/images/swim/swim_layer/img_swim_function_swim_layer_logo.png") no-repeat; }

.function-swim-bra-img-list > li,
.function-swim-layer-img-list > li {
	float: left;
	width: 220px;
}
.function-swim-bra-img-list > li + li,
.function-swim-layer-img-list > li + li {
	margin-left: 10px;
}
.function-swim-bra-img-list img,
.function-swim-layer-img-list img {
	width: 100%;
}
.function-swim-bra-icons,
.function-swim-layer-icons {
	overflow: hidden;
}
.function-swim-bra-icon-list,
.function-swim-layer-icon-list {
	margin-left: -20px;
}
.function-swim-bra-icon-list > li,
.function-swim-layer-icon-list > li {
	width: 50px;
	padding-top: 60px;
	font-size: 10px;
	vertical-align: top;
	display: inline-block;
	margin-left: 20px;
}
.function-swim-bra-icon-list > li + li,
.function-swim-layer-icon-list > li + li {
	margin-left: 20px;
}
.function-swim-bra-icon,
.function-swim-layer-icon {
	position: relative;
	margin-top: 30px;
}
.function-swim-bra-icon:before,
.function-swim-layer-icon:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
}

.function-swim-bra-icon-01:before { background: url("/ellesse/images/swim/swim_bra/img_swim_function_swim_bra_icon_01.svg") no-repeat; }
.function-swim-bra-icon-02:before { background: url("/ellesse/images/swim/swim_bra/img_swim_function_swim_bra_icon_02.svg") no-repeat; }
.function-swim-bra-icon-03:before { background: url("/ellesse/images/swim/swim_bra/img_swim_function_swim_bra_icon_03.svg") no-repeat; }
.function-swim-bra-icon-04:before { background: url("/ellesse/images/swim/swim_bra/img_swim_function_swim_bra_icon_04.svg") no-repeat; }
.function-swim-bra-icon-05:before { background: url("/ellesse/images/swim/swim_bra/img_swim_function_swim_bra_icon_05.svg") no-repeat; }
.function-swim-bra-icon-06:before { background: url("/ellesse/images/swim/swim_bra/img_swim_function_swim_bra_icon_06.svg") no-repeat; }
.function-swim-bra-icon-07:before { background: url("/ellesse/images/swim/swim_bra/img_swim_function_swim_bra_icon_07.svg") no-repeat; }
.function-swim-layer-icon-01:before { background: url("/ellesse/images/swim/swim_layer/img_swim_function_swim_layer_icon_01.svg") no-repeat; }
.function-swim-layer-icon-02:before { background: url("/ellesse/images/swim/swim_layer/img_swim_function_swim_layer_icon_02.svg") no-repeat; }
.function-swim-layer-icon-03:before { background: url("/ellesse/images/swim/swim_layer/img_swim_function_swim_layer_icon_03.svg") no-repeat; }
.function-swim-layer-icon-04:before { background: url("/ellesse/images/swim/swim_layer/img_swim_function_swim_layer_icon_04.svg") no-repeat; }
.function-swim-layer-icon-05:before { background: url("/ellesse/images/swim/swim_layer/img_swim_function_swim_layer_icon_05.svg") no-repeat; }

.no-svg .function-swim-bra-icon-01:before,
.use-png .function-swim-bra-icon-01:before { background: url("/ellesse/images/swim/swim_bra/img_swim_function_swim_bra_icon_01.png") no-repeat; }
.no-svg .function-swim-bra-icon-02:before,
.use-png .function-swim-bra-icon-02:before { background: url("/ellesse/images/swim/swim_bra/img_swim_function_swim_bra_icon_02.png") no-repeat; }
.no-svg .function-swim-bra-icon-03:before,
.use-png .function-swim-bra-icon-03:before { background: url("/ellesse/images/swim/swim_bra/img_swim_function_swim_bra_icon_03.png") no-repeat; }
.no-svg .function-swim-bra-icon-04:before,
.use-png .function-swim-bra-icon-04:before { background: url("/ellesse/images/swim/swim_bra/img_swim_function_swim_bra_icon_04.png") no-repeat; }
.no-svg .function-swim-bra-icon-05:before,
.use-png .function-swim-bra-icon-05:before { background: url("/ellesse/images/swim/swim_bra/img_swim_function_swim_bra_icon_05.png") no-repeat; }
.no-svg .function-swim-bra-icon-06:before,
.use-png .function-swim-bra-icon-06:before { background: url("/ellesse/images/swim/swim_bra/img_swim_function_swim_bra_icon_06.png") no-repeat; }
.no-svg .function-swim-bra-icon-07:before,
.use-png .function-swim-bra-icon-07:before { background: url("/ellesse/images/swim/swim_bra/img_swim_function_swim_bra_icon_07.png") no-repeat; }
.no-svg .function-swim-layer-icon-01:before,
.use-png .function-swim-layer-icon-01:before { background: url("/ellesse/images/swim/swim_layer/img_swim_function_swim_layer_icon_01.png") no-repeat; }
.no-svg .function-swim-layer-icon-02:before,
.use-png .function-swim-layer-icon-02:before { background: url("/ellesse/images/swim/swim_layer/img_swim_function_swim_layer_icon_02.png") no-repeat; }
.no-svg .function-swim-layer-icon-03:before,
.use-png .function-swim-layer-icon-03:before { background: url("/ellesse/images/swim/swim_layer/img_swim_function_swim_layer_icon_03.png") no-repeat; }
.no-svg .function-swim-layer-icon-04:before,
.use-png .function-swim-layer-icon-04:before { background: url("/ellesse/images/swim/swim_layer/img_swim_function_swim_layer_icon_04.png") no-repeat; }
.no-svg .function-swim-layer-icon-05:before,
.use-png .function-swim-layer-icon-05:before { background: url("/ellesse/images/swim/swim_layer/img_swim_function_swim_layer_icon_05.png") no-repeat; }

@media screen and (max-width: 960px){
	.media-query .product-items-swim-bra > li,
	.media-query .product-items-swim-layer > li {
		float: none;
		width: 100%;
	}
}
@media screen and (max-width: 640px){
	.media-query .function-swim-bra-title {
		width: 240px;
		height: 55px;
		background-size: 240px auto;
	}
	.media-query .function-swim-layer-title {
		width: 266px;
		height: 51px;
		background-size: 266px auto;
	}
	.media-query .function-contents-details {
		overflow: hidden;
	}
	.media-query .function-swim-bra-img-list,
	.media-query .function-swim-layer-img-list {
		margin-left: -5px;
		margin-right: -5px;
	}
	.media-query .function-swim-bra-img-list > li,
	.media-query .function-swim-layer-img-list > li {
		width: 50%;
		padding-left: 5px;
		padding-right: 5px;
	}
	.media-query .function-swim-bra-img-list > li + li,
	.media-query .function-swim-layer-img-list > li + li {
		margin-left: 0;
	}
	.media-query .function-swim-bra-icon,
	.media-query .function-swim-layer-icon {
		margin-top: 20px;
	}
	.media-query .function-swim-bra-icon:before,
	.media-query .function-swim-layer-icon:before {
		width: 40px;
		height: 40px;
		background-size: 100% auto;
	}
	.media-query .function-swim-bra-icon-list,
	.media-query .function-swim-layer-icon-list {
		margin-left: -12px;
	}
	.media-query .function-swim-bra-icon-list > li,
	.media-query .function-swim-layer-icon-list > li {
		margin-left: 12px;
	}
	.media-query .function-swim-bra-icon-list > li + li,
	.media-query .function-swim-layer-icon-list > li + li {
		margin-left: 12px;
	}
	.media-query .product-grid-vel > .product-article-swim-bra-items,
	.media-query .product-grid-vel > .product-article-swim-layer-items {
		padding-top: 10px;
	}
}

/*-------------------------------------------------------------------------------
 FUNCTION
 -------------------------------------------------------------------------------*/
.function-container {
	min-height: 700px;
}
.function {
	border: solid 1px #e5e5e5;
}

.function-nav > li {
	float: left;
	width: 25%;
	height: 60px;
}
.function-contents-info {
	padding-top: 60px;
}
.function-nav > li > a {
	display: block;
	position: relative;
	min-height: 60px;
	text-align: center;
	border-left: #FFF solid 1px;
	box-shadow: inset -2px -2px 2px rgba(0,0,0, 0.1),inset 2px 2px 2px rgba(255,255,255,0.8);
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}
.function-nav > li > a > img {
	heihgt: 60px;
	width: auto;
}
.function-nav > li > a:hover {
	background-color: #e5e5e5;
	box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.2);
}
.function-container {
	position: relative;
}
.function-section {
	position: relative;
}
.function-contents {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 40px;
}
.function-title {
	width: 50%;
	position: absolute;
	right: 0;
	top: 40px;
}
.function-contents-catch {
	font-size: 17px;
	font-weight: bold;
	margin-top: 40px;
}
.function-contents-catch-ez {
	font-size: 17px;
	font-weight: bold;
}
.function-contents-description {
	font-size: 12px;
	margin-top: 15px;
}
.function-contents-details {
	margin-top: 30px;
}
.function-contents-img + .function-contents-img {
	margin-top: 30px;
}
.function-contents-shop-list {
	padding: 20px;
}
.function-contents-movie {
	display: table;
	/*width: 100%;*/
	background-color: #f7f7f7;
	border: #d3d2d2 solid 1px;
	margin-top: 24px;
	/*	margin-bottom: 5%;*/
	padding: 3px 15px 3px 3px;
}
.function-contents-movie > * {
	display: table-cell;
	vertical-align: middle;
}
.function-contents-movie-thumb {
	padding-right: 10px;
}
.function-contents-movie-watch {

}
.function-inner {
/*	width: 592px;
	margin-right: auto;
	margin-left: auto;*/
	padding-bottom: 40px;
}
.footwear-function-thumbnail-list {
	margin-left: -10px;
}
.footwear-function-thumbnail-list > li {
	margin-left: 10px;
}

@media screen and (max-width: 640px){
	.media-query .footwear-function-thumbnail-list > li {
		width: 65px;
	}
	.media-query .footwear-function-thumbnail-list > li img {
		width: 100%;
		height: auto;
	}
}


/* SWIM FUNCTION */
.swim-function-title {
	margin-top: 30px;
	margin-bottom: 10px;
	text-indent: -9999px;
}
.swim-function-title-material {
	width: 165px;
	height: 65px;
	background: url("/ellesse/images/swim/function/swim-function-title-material.svg") no-repeat;
}
.swim-function-title-specification {
	width: 257px;
	height: 65px;
	background: url("/ellesse/images/swim/function/swim-function-title-specification.svg") no-repeat;
}
.no-svg .swim-function-title-material,
.use-png .swim-function-title-material		 { background-image: url("/ellesse/images/swim/function/swim-function-title-material.png"); }
.no-svg .swim-function-title-specification,
.use-png .swim-function-title-specification		 { background-image: url("/ellesse/images/swim/function/swim-function-title-specification.png"); }

.function-swim-kachitto-zip-title {
	position: relative;
	background: url("/ellesse/images/swim/function/img_swim_function_kachitto_zip_logo.png") no-repeat;
	width: 312px;
	height: 53px;
	margin-left: 65px;
	text-indent: -9999px;
}
.function-swim-kachitto-zip-title:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: -65px;
	width: 55px;
	height: 53px;
	background: url("/ellesse/images/swim/function/img_swim_function_kachitto_zip_icon.png") no-repeat;
	text-indent: 0px;
}
.function-swim-kachitto-zip-img img {
	width: 256px;
}
.function-swim-bi-mune-title {
	position: relative;
	background: url("/ellesse/images/swim/function/img_swim_function_bi_mune_logo.png") no-repeat;
	width: 259px;
	height: 54px;
	margin-left: 60px;
	text-indent: -9999px;
}
.function-swim-bi-mune-title:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 8px;
	left: -60px;
	width: 44px;
	height: 44px;
	background: url("/ellesse/images/swim/function/img_swim_function_bi_mune_icon.png") no-repeat;
	text-indent: 0px;
}
.function-swim-bi-mune-img img {
	width: 349px;
}

.function-swim-bi-arm-title {
	background: url("/ellesse/images/swim/function/img_swim_function_bi_arm_logo.png") no-repeat;
	width: 267px;
	height: 89px;
	text-indent: -9999px;
}
.function-swim-bi-arm-img-01 img {
	width: 426px;
}
.function-swim-bi-arm-img-02 img {
	width: 313px;
}

.function-swim-ultra-stretch-title {
	background: url("/ellesse/images/swim/function/img_swim_function_ultra_stretch_logo.png") no-repeat;
	width: 265px;
	height: 67px;
	text-indent: -9999px;
}

.function-swim-ultra-stretch-step-up > picture + figcaption {
	margin-top: 10px;
}
.function-swim-ultra-stretch-step-up img {
	width: 317px;
}
.function-swim-ultra-stretch-product-img {
	margin-top: 30px;
}
.function-swim-ultra-stretch-product-img > li + li {
	margin-top: 10px;
}
.function-swim-ultra-stretch-product-img figcaption {
	color: #000000;
	font-size: 11px;
}
.function-swim-ultra-stretch-product-img figcaption:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	background-color: #615EA8;
}
.function-swim-ultra-stretch-product-cup img {
	width: 317px;
}
.function-swim-ultra-stretch-product-material img {
	width: 317px;
}
.function-swim-ultra-stretch-icon {
	position: relative;
	padding-left: 60px;
	font-size: 14px;
}
.function-swim-ultra-stretch-icon:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 51px;
	height: 51px;
}
.function-swim-ultra-stretch-icon > dt {
	color: #615EA8;
	font-weight: bold;
}
.function-swim-ultra-stretch-icon > dd {
	color: #000000;
	font-size: 13px;
	line-height: 1.4;
}
.function-swim-ultra-stretch-point > li {
	width: 317px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #615EA8;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
}
.function-swim-ultra-stretch-point > li + li {
	margin-top: 2px;
}
.function-swim-ultra-stretch-stretch:before { background: url("/ellesse/images/swim/function/img_swim_function_ultra_stretch_icn_1.svg") no-repeat; }
.function-swim-ultra-stretch-fit:before { background: url("/ellesse/images/swim/function/img_swim_function_ultra_stretch_icn_2.svg") no-repeat; }
.function-swim-ultra-stretch-stress-free:before { background: url("/ellesse/images/swim/function/img_swim_function_ultra_stretch_icn_3.svg") no-repeat; }

.no-svg .function-swim-ultra-stretch-stretch:before,
.use-png .function-swim-ultra-stretch-stretch:before { background: url("/ellesse/images/swim/function/img_swim_function_ultra_stretch_icn_1.png") no-repeat; }
.no-svg .function-swim-ultra-stretch-fit:before,
.use-png .function-swim-ultra-stretch-fit:before { background: url("/ellesse/images/swim/function/img_swim_function_ultra_stretch_icn_2.png") no-repeat; }
.no-svg .function-swim-ultra-stretch-stress-free:before,
.use-png .function-swim-ultra-stretch-stress-free:before { background: url("/ellesse/images/swim/function/img_swim_function_ultra_stretch_icn_3.png") no-repeat; }

.function-swim-ultra-stretch-performance {
	margin-top: 40px;
}
.function-swim-ultra-stretch-performance > li {
	min-height: 51px;
}
.function-swim-ultra-stretch-performance > li + li {
	margin-top: 20px;
}
@media screen and (max-width: 640px){
	.swim-function-title {
		margin-top: 20px;
		margin-bottom: 0;
	}
	.swim-function-title-material {
		width: 100px;
		height: 40px;
	}
	.swim-function-title-specification {
		width: 159px;
		height: 40px;
	}
	.function-contents-catch-ez {
		font-size: 14px;
	}
	.media-query .function-contents-catch {
		margin-top: 30px;
		font-size: 14px;
	}
	.media-query .function-contents-description {
		font-size: 11px;
	}
	.media-query .function-swim-kachitto-zip-title {
		width: auto;
		height: 39px;
		margin-left: 60px;
		background-size: 230px auto;
	}
	.media-query .function-swim-kachitto-zip-title:before {
		top: -7px;
		left: -57px;
		background: url("/ellesse/images/swim/function/img_swim_function_kachitto_zip_icon.svg") no-repeat;
	}
	.media-query .function-swim-kachitto-zip-img img {
		width: 100%;
	}
	.media-query .function-swim-bi-mune-title {
		width: auto;
		height: 41px;
		margin-left: 50px;
		background-size: 200px auto;
	}
	.media-query .function-swim-bi-mune-title:before {
		top: 0;
		left: -50px;
		background: url("/ellesse/images/swim/function/img_swim_function_bi_mune_icon.svg") no-repeat;
	}
	.media-query .function-swim-bi-arm-title {
		width: auto;
		height: 66px;
		background-size: 200px auto;
	}
	.media-query .function-swim-ultra-stretch-product-cup img,
	.media-query .function-swim-ultra-stretch-product-material img {
		width: 100%;
	}
}
.ice-sole {
	padding: 30px;
}
.ice-sole > h3 {
	width: 532px;
	height: 27px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/ellesse/images/footwear/function/logo_footwear_function_icesole.svg) no-repeat;
}
.no-svg .ice-sole > h3,
.use-png .ice-sole > h3,
.surface .ice-sole > h3 { background: url(/ellesse/images/footwear/function/logo_footwear_function_icesole.png) no-repeat; }
.ice-sole > .function-inner-discription {
	margin-top: 40px;
}
.ice-sole > .function-inner-discription > li {
	position: relative;
	margin-top: 10px;
	padding-left: 5px;
	font-size: 12px;
	color: #656565;
}

.skid-proof {
	padding: 30px;
}
.skid-proof > h3 {
	font-size: 24px;
	font-weight: bold;
	color: #656565;
}
.skid-proof > .function-inner-discription {
	margin-top: 40px;
}
.skid-proof > .function-inner-discription > li {
	position: relative;
	margin-top: 10px;
	padding-left: 5px;
	font-size: 12px;
	color: #656565;
}
.skid-proof > .function-inner-discription > li:before {
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 2px;
	height: 2px;
	content: "";
	background-color: #656565;
}
@media screen and (max-width: 640px){
	.media-query .ice-sole > h3 {
		width: 188px;
		height: 14px;
	}
	.media-query .ice-sole > .function-inner-discription {
		margin-top: 25px;
	}
}

@media screen and (max-width: 640px){
	.media-query .ice-sole {
		padding: 10px;
	}
	.media-query .ice-sole > h3 {
		background-size: 260px auto;
		width: 260px;
		height: 20px;
	}
	.media-query .ice-sole > .function-inner-discription {
		margin-top: 20px;
	}
	.function-swim-ultra-stretch-point > li {
		width: 100%;
	}
}

/* ecf
 -------------------------------------------------------------------------------*/
.function-inner-ecf-title {
	background: url("/ellesse/images/footwear/function/logo_footwear_function_ecf.svg") no-repeat;
	display: block;
	width: 270px;
	height: 61px;
	text-indent: -9999px;
}
.no-svg .function-inner-ecf-title,
.use-png .function-inner-ecf-title,
.surface .function-inner-ecf-title {
	background: url("/ellesse/images/footwear/function/logo_footwear_function_ecf.png") no-repeat center;
	width: 270px;
}
.function-inner-ecf-description {
	color: #656565;
	margin-top: 24px;
}
.function-inner-ecf-info {
	color: #656565;
	margin-top: 50px;
}
.function-inner-ecf-info picture {
	margin-top: 17px;
}
.function-inner-ecf-info li {
	display: block;
	float: left;
	padding-right: 20px;
	width: 50%;
}
.function-inner-ecf-info-title {
	font-size: 14px;
	font-weight: bold;
}
.function-inner-ecf-info-subtitle {
	color: #CF0A2C;
	font-size: 14px;
	margin-top: 7px;
}
.function-inner-ecf-info-description {
	font-size: 10px;
	margin-top: 10px;
	width: 240px;
}
.function-inner-ecf-info-image img {
	width: 100%;
}
@media screen and (max-width: 640px){
	.media-query .function-inner-ecf-info {
		margin-top: 10px;
	}
	.media-query .function-inner-ecf-info li~li {
		margin-top: 10px;
	}
	.media-query .function-inner-ecf-info-image img {
		width: auto;
	}
}

/* ecs
 -------------------------------------------------------------------------------*/
.function-inner-ecs-title {
	background: url("/ellesse/images/footwear/function/logo_footwear_function_ecs.svg") no-repeat;
	display: block;
	height: 61px;
	text-indent: -9999px;
}
.no-svg .function-inner-ecs-title,
.use-png .function-inner-ecs-title,
.surface .function-inner-ecs-title {
	background: url("/ellesse/images/footwear/function/logo_footwear_function_ecs.png") no-repeat center;
	width: 293px;
	height: 61px;
}
.function-inner-ecs-description {
	color: #656565;
	font-size: 12px;
	margin-top: 24px;
}
.function-inner-ecs-info {
	color: #656565;
	margin-top: 50px;
}
.function-inner-ecs-info picture {
	margin-top: 17px;
}
.function-inner-ecs-info > li {
	display: block;
	float: left;
	/*	padding-left: 10px;
		padding-right: 10px;*/
	width: 33.33%;
}
.function-inner-ecs-info > li + li {
	padding-left: 20px;
}
.function-inner-ecs-info-title {
	font-size: 14px;
	font-weight: bold;
}
.function-inner-ecs-info-subtitle {
	color: #CF0A2C;
	font-size: 14px;
	margin-top: 7px;
}
.function-inner-ecs-info-description {
	font-size: 10px;
	margin-top: 10px;
}
@media screen and (max-width: 640px){
	.media-query .function-inner-ecs-info {
		margin-top: 20px;
	}
	.media-query .function-inner-ecs-info-read {
		width: 60%;
		float: left;
	}
	.media-query .function-inner-ecs-info-img {
		width: 40%;
		float: left;
		padding-left: 15px;
	}
	.media-query .function-inner-ecs-info > li {
		width: 100%;
		float: inherit;
	}
	.media-query .function-inner-ecs-info > li~li {
		padding-left: 0;
		margin-top: 15px;
	}
	.media-query .function-inner .function-inner-ecs-info-img > img {
		width: 120px;
	}
}

/* baq
 -------------------------------------------------------------------------------*/
.function-inner-baq-title {
	background: url("/ellesse/images/footwear/function/logo_footwear_function_baq.svg") no-repeat;
	display: block;
	width: 115px;
	height: 104px;
	text-indent: -9999px;
}
.no-svg .function-inner-baq-title,
.use-png .function-inner-baq-title,
.surface .function-inner-baq-title {
	background: url("/ellesse/images/footwear/function/logo_footwear_function_baq.png") no-repeat center;
	width: 115px;
}
.function-inner-baq-description {
	color: #656565;
	margin-top: 44px;
	font-size: 14px;
}
.function-inner-baq-description2 {
	color: #919192;
	margin-top: 17px;
	font-size: 12px;
}
.function-inner-baq-info {
	color: #656565;
	margin-top: 46px;
}
.function-inner-baq-info li {
	border-bottom: solid 1px #D7D9DD;
	display: table;
	width: 100%;
}
.function-inner-baq-info-title {
	display: table-cell;
	font-size: 14px;
	padding: 3px 0;
	width: 20%;
	vertical-align: middle;
}
.function-inner-baq-info-description {
	display: table-cell;
	font-size: 10px;
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
	width: 80%;
	vertical-align: middle;
}
@media screen and (max-width: 640px){
	.media-query .function-inner-baq-description {
		margin-top: 20px;
	}
	.media-query .function-inner-baq-info {
		margin-top: 20px;
	}
	.media-query .function-inner-baq-info li {
		padding: 3px 0;
	}
	.media-query .function-inner-baq-info-title {
		width: 35%;
		padding-right: 5px;
	}
	.media-query .function-inner-baq-info-description {
		width: 65%;
	}
}

/* f5
 -------------------------------------------------------------------------------*/
.function-inner-f5-title {
	width: 215px;
	margin-bottom: 40px;
}
.function-inner-f5-title > img {
	width: 100%;
}
@media screen and (max-width: 640px){
	.function-inner-f5-title {
		width: 200px;
		margin-bottom: 30px;
	}
	.function-inner-f5-title > img {
		width: 100%;
	}
}
/* f4
 -------------------------------------------------------------------------------*/
.function-inner-f4-title {
	width: 215px;
	margin-bottom: 40px;
}
.function-inner-f4-title > img {
	width: 100%;
}
@media screen and (max-width: 640px){
	.function-inner-f4-title {
		width: 200px;
		margin-bottom: 30px;
	}
	.function-inner-f4-title > img {
		width: 100%;
	}
}
/* 3d
 -------------------------------------------------------------------------------*/
.function-inner-3d-title {
	width: 285px;
	margin-bottom: 40px;
}
.function-inner-3d-title > img {
	width: 100%;
}
@media screen and (max-width: 640px){
	.function-inner-3d-title {
		width: 250px;
		margin-bottom: 30px;
	}
	.function-inner-3d-title > img {
		width: 100%;
	}
}
/* ultimo
 -------------------------------------------------------------------------------*/
.function-inner-ultimo-title {
	width: 440px;
	margin-bottom: 40px;
}
.function-inner-ultimo-title > img {
	width: 100%;
}
@media screen and (max-width: 640px){
	.function-inner-ultimo-title {
		width: 300px;
		margin-bottom: 30px;
	}
	.function-inner-ultimo-title > img {
		width: 100%;
	}
}
/* in heel cushion
 -------------------------------------------------------------------------------*/
.function-inner-in-heel-title {
	width: 540px;
	margin-bottom: 40px;
}
.function-inner-in-heel-title > img {
	width: 100%;
}
@media screen and (max-width: 640px){
	.function-inner-in-heel-title {
		width: 300px;
		margin-bottom: 30px;
	}
	.function-inner-in-heel-title > img {
		width: 100%;
	}
}
/* heel up
 -------------------------------------------------------------------------------*/
.function-inner-heel-up-title {
	width: 455px;
	margin-bottom: 40px;
}
.function-inner-heel-up-title > img {
	width: 100%;
}
@media screen and (max-width: 640px){
	.function-inner-heel-up-title {
		width: 300px;
		margin-bottom: 30px;
	}
	.function-inner-heel-up-title > img {
		width: 100%;
	}
}

/* Light FIT Supporter HR-C X MAXIFRESH
 -------------------------------------------------------------------------------*/
.function-inner-lfs-title,
.function-inner-lfs-maxifresh,
.function-inner-lfs-info-odor-free,
.function-inner-lfs-info-antibacteria,
.function-inner-lfs-info-permanence,
.function-inner-lfs-info-hr-c,
.function-inner-lfs-info-cross-supporter,
.function-inner-lfs-info-cool-structure,
.function-inner-lfs-info-soft-fit {
	display: block;
	text-indent: -9999px;
}
.function-inner-lfs-title {
	background: url("/ellesse/images/footwear/function/logo_footwear_function_lfs.svg") no-repeat;
	height: 41px;
	text-indent: -9999px;
}
.no-svg .function-inner-lfs-title,
.use-png .function-inner-lfs-title,
.surface .function-inner-lfs-title {
	background: url("/ellesse/images/footwear/function/logo_footwear_function_lfs.png") no-repeat center;
	width: 287px;
}
.no-svg .function-inner-lfs-maxifresh,
.use-png .function-inner-lfs-maxifresh,
.surface .function-inner-lfs-maxifresh {
	background: url("/ellesse/images/footwear/function/logo_footwear_function_lfs_maxifresh.png") no-repeat center;
	width: 176px;
	height: 24px;
}
.function-inner-lfs-maxifresh {
	position: relative;
	background: url("/ellesse/images/footwear/function/logo_footwear_function_lfs_maxifresh.svg") no-repeat;
	height: 23px;
	margin-left: 20px;
}
.function-inner-lfs-maxifresh:before,
.function-inner-lfs-info-hr-c:before,
.function-inner-lfs-info-cross-supporter:before,
.function-inner-lfs-info-cool-structure:before,
.function-inner-lfs-info-soft-fit:before {
	position: absolute;
	top: 0;
	left: -25px;
	text-indent: 0px;
}
.function-inner-lfs-maxifresh:before {
	content: "①";
}
.function-inner-lfs-info-hr-c:before {
	content: "②";
}
.function-inner-lfs-info-cross-supporter:before {
	content: "③";
}
.function-inner-lfs-info-cool-structure:before {
	content: "④";
}
.function-inner-lfs-info-soft-fit:before {
	content: "⑤";
}
.function-inner-lfs-info-odor-free,
.function-inner-lfs-info-antibacteria,
.function-inner-lfs-info-permanence {
	position: absolute;
	top: -4px;
	right: 40px;
	height: 41px;
	width: 45px;
}
.function-inner-lfs-info-odor-free {
	background: url("/ellesse/images/footwear/function/logo_footwear_function_lfs_odor_free.svg") no-repeat;
}
.no-svg .function-inner-lfs-info-odor-free,
.surface .function-inner-lfs-info-odor-free,
.use-png .function-inner-lfs-info-odor-free {
	background: url("/ellesse/images/footwear/function/logo_footwear_function_lfs_odor_free.png") no-repeat center;
}
.function-inner-lfs-info-antibacteria {
	background: url("/ellesse/images/footwear/function/logo_footwear_function_lfs_antibacteria.svg") no-repeat;
}
.no-svg .function-inner-lfs-info-antibacteria,
.surface .function-inner-lfs-info-antibacteria,
.use-png .function-inner-lfs-info-antibacteria {
	background: url("/ellesse/images/footwear/function/logo_footwear_function_lfs_antibacteria.png") no-repeat center;
}
.function-inner-lfs-info-permanence {
	background: url("/ellesse/images/footwear/function/logo_footwear_function_lfs_permanence.svg") no-repeat;
}
.no-svg .function-inner-lfs-info-permanence,
.surface .function-inner-lfs-info-permanence,
.use-png .function-inner-lfs-info-permanence {
	background: url("/ellesse/images/footwear/function/logo_footwear_function_lfs_permanence.png") no-repeat center;
}
.function-inner-lfs-info-hr-c {
	position: relative;
	background: url("/ellesse/images/footwear/function/logo_footwear_function_lfs_hr-c.svg") no-repeat;
	height: 16px;
	width: 69px;
}
.no-svg .function-inner-lfs-info-hr-c,
.surface .function-inner-lfs-info-hr-c,
.use-png .function-inner-lfs-info-hr-c {
	background: url("/ellesse/images/footwear/function/logo_footwear_function_lfs_hr-c.png") no-repeat center;
}
.function-inner-lfs-info-cross-supporter {
	position: relative;
	background: url("/ellesse/images/footwear/function/logo_footwear_function_lfs_cross_supporter.svg") no-repeat;
	height: 12px;
	width: 109px;
}
.no-svg .function-inner-lfs-info-cross-supporter,
.surface .function-inner-lfs-info-cross-supporter,
.use-png .function-inner-lfs-info-cross-supporter {
	background: url("/ellesse/images/footwear/function/logo_footwear_function_lfs_cross_supporter.png") no-repeat center;
}
.function-inner-lfs-info-cool-structure {
	position: relative;
	background: url("/ellesse/images/footwear/function/logo_footwear_function_lfs_cool_structure.svg") no-repeat;
	height: 12px;
	width: 121px;
}
.no-svg .function-inner-lfs-info-cool-structure,
.surface .function-inner-lfs-info-cool-structure,
.use-png .function-inner-lfs-info-cool-structure {
	background: url("/ellesse/images/footwear/function/logo_footwear_function_lfs_cool_structure.png") no-repeat center;
}
.function-inner-lfs-info-soft-fit {
	position: relative;
	background: url("/ellesse/images/footwear/function/logo_footwear_function_lfs_soft_fit.svg") no-repeat;
	height: 16px;
	width: 53px;
}
.no-svg .function-inner-lfs-info-soft-fit,
.surface .function-inner-lfs-info-soft-fit,
.use-png .function-inner-lfs-info-soft-fit {
	background: url("/ellesse/images/footwear/function/logo_footwear_function_lfs_soft_fit.png") no-repeat;
}
.function-inner-lfs-info-left, .function-inner-lfs-info-right {
	display: block;
	float: left;
	color: #656565;
	margin-top: 50px;
	width: 50%;
}
.function-inner-lfs-info-left {
	border-right: solid 1px #D7D9DD;
}
.function-inner-lfs-info-right{
	padding-left: 40px;
}
.function-inner-lfs-info-left li {
	margin-top: 30px;
	padding-right: 115px;
	position: relative;
	width: 100%;
}
.function-inner-lfs-info-left .function-inner-lfs-info-title {
	font-size: 14px;
	float: left;
}
.function-inner-lfs-info-left .function-inner-lfs-info-subtitle {
	font-size: 12px;
	float: right;
}
.function-inner-lfs-info-description {
	font-size: 10px;
	margin-top: 8px;
}
.function-inner-lfs-info-right li {
	margin-top: 18px;
}
.function-inner-lfs-info-right li:first-child {
	margin-top: 0;
}
.function-inner-lfs-info-hr-c,
.function-inner-lfs-info-cross-supporter,
.function-inner-lfs-info-cool-structure,
.function-inner-lfs-info-soft-fit {
	display: inline-block;
	vertical-align: middle;
}
.function-inner-lfs-info-right .function-inner-lfs-info-title {
	display: inline-block;
	margin-left: 8px;
	font-size: 12px;
	vertical-align: middle;
}
@media screen and (max-width: 640px){
	.media-query .function-inner-lfs-maxifresh {
		width: 175px;
		margin-left: 0;
	}
	.media-query .function-inner-lfs-info-left {
		border-right: none;
	}
	.media-query .function-inner-lfs-info-left, .function-inner-lfs-info-right {
		width: 100%;
		margin-top: 30px;
		padding-left: 0;
		float: inherit;
	}
	.media-query .function-inner-lfs-info-left li {
		margin-top: 20px;
		padding-right: 110px;
	}
	.media-query .function-inner-lfs-info-odor-free, .function-inner-lfs-info-antibacteria, .function-inner-lfs-info-permanence {
		right: 30px;
	}
}

/* Finger Motion
 -------------------------------------------------------------------------------*/
.function-inner-finger-motion-title {
	background: url("/ellesse/images/footwear/function/logo_footwear_function_finger_motion.svg") no-repeat;
	display: block;
	height: 30px;
	width: 289px;
	text-indent: -9999px;
}
.no-svg .function-inner-finger-motion-title,
.surface .function-inner-finger-motion-title,
.use-png .function-inner-finger-motion-title {
	background: url("/ellesse/images/footwear/function/logo_footwear_function_finger_motion.png") no-repeat center;
}
.function-inner-finger-flex-title {
	background: url("/ellesse/images/footwear/function/logo_footwear_function_finger_flex.svg") no-repeat;
	display: block;
	height: 14px;
	width: 159px;
	text-indent: -9999px;
}
.no-svg .function-inner-finger-flex-title,
.surface .function-inner-finger-flex-title,
.use-png .function-inner-finger-flex-title {
	background: url("/ellesse/images/footwear/function/logo_footwear_function_finger_flex.png") no-repeat center;
}
.function-inner-finger-grip-title {
	background: url("/ellesse/images/footwear/function/logo_footwear_function_finger_grip.svg") no-repeat;
	display: block;
	height: 14px;
	width: 151px;
	text-indent: -9999px;
}
.no-svg .function-inner-finger-grip-title,
.surface .function-inner-finger-grip-title,
.use-png .function-inner-finger-grip-title {
	background: url("/ellesse/images/footwear/function/logo_footwear_function_finger_grip.png") no-repeat center;
}
.function-inner-finger-free-title {
	background: url("/ellesse/images/footwear/function/logo_footwear_function_finger_free.svg") no-repeat;
	display: block;
	height: 14px;
	width: 157px;
	text-indent: -9999px;
}
.no-svg .function-inner-finger-free-title,
.surface .function-inner-finger-free-title,
.use-png .function-inner-finger-free-title {
	background: url("/ellesse/images/footwear/function/logo_footwear_function_finger_free.png") no-repeat center;
}
.function-inner-finger-motion-info {
	display: block;
	color: #656565;
	float: left;
	margin-top: 20px;
	width: 33%;
}
.function-inner-finger-motion-info picture {
	margin-top: 20px;
}
.function-inner-finger-motion-info li {
	padding-right: 20px;
}
.function-inner-finger-motion-info-title {
	font-size: 14px;
	margin-top: 9px;
}
.function-inner-finger-motion-info-subtitle {
	color: #CF0A2C;
	font-size: 14px;
	margin-top: 7px;
}
.function-inner-finger-motion-info-description {
	font-size: 10px;
	margin-top: 5px;
	padding-right: 10px;
	height: 50px;
}
/* F5 INSOLE
 -------------------------------------------------------------------------------*/
/*.function-info {
	width: 612px;
}*/
.function-info > img {
	width: 100%;
}
.container-function.container-foot-function {
	border-bottom: none;
}
.function-inner-f5-title {}

/* F4 INSOLE
 -------------------------------------------------------------------------------*/
.function-inner-f4-title {}

/* IN HEEL CUSHION FORM
 -------------------------------------------------------------------------------*/
.function-inner-heel-cushion-title {}

/* ULTIMO CLEAN SOFT FIT INSOLE
 -------------------------------------------------------------------------------*/
.function-inner-ultimo-title {}

/* 3D SOFT FIT INSOLE
 -------------------------------------------------------------------------------*/
.function-inner-3d-soft-title {}

/* HEEL UP LIGHT
 -------------------------------------------------------------------------------*/
.function-inner-heel-up-title {}

/* スーパーフレックス&VGRIP
 -------------------------------------------------------------------------------*/
.function-inner-super-flex-title {
	background: url("/ellesse/images/footwear/function/logo_footwear_function_super_flex.svg") no-repeat;
	display: block;
	width: 211px;
	height: 40px;
	text-indent: -9999px;
}
.no-svg .function-inner-super-flex-title,
.surface .function-inner-super-flex-title,
.use-png .function-inner-super-flex-title {
	background: url("/ellesse/images/footwear/function/logo_footwear_function_super_flex.png") no-repeat center;
	width: 211px;
}
.function-inner-super-flex-picture {
	text-align: right;
}
.function-inner-vgrip-title {
	background: url("/ellesse/images/footwear/function/logo_footwear_function_vgrip.svg") no-repeat;
	display: block;
	width: 198px;
	height: 30px;
	margin-top: 50px;
	text-indent: -9999px;
}
.no-svg .function-inner-vgrip-title,
.surface .function-inner-vgrip-title,
.use-png .function-inner-vgrip-title {
	background: url("/ellesse/images/footwear/function/logo_footwear_function_vgrip.png") no-repeat center;
	width: 198px;
}
.function-inner-super-flex-info, .function-inner-vgrip-info {
	color: #656565;
	padding-left: 1em;
	list-style-type: none;
}
.function-inner-super-flex-info li, .function-inner-vgrip-info li {
	font-size: 12px;
	margin-top: 5px;
}
.function-inner-vgrip-info{
	margin-top: 22px;
}
@media screen and (max-width: 640px){
	.media-query .function-inner-super-flex-title {
		margin-top: 20px;
	}
	.media-query .function-inner-vgrip-title {
		margin-top: 30px;
	}
}

/* コンパクトライト&フィンガーフレックス
 -------------------------------------------------------------------------------*/
.function-inner-clff-title {
	/*background: url("/ellesse/images/footwear/function/logo_footwear_function_clff.svg") no-repeat red;*/
	background: url('/ellesse/images/footwear/function/logo_footwear_function_clff.svg') no-repeat;
	display: block;
	height: 42px;
	margin-top: 40px;
	text-indent: -9999px;
}
.function-inner-clff-title {
	background: url('/ellesse/images/footwear/function/logo_footwear_function_clff.svg') no-repeat;
}
.no-svg .function-inner-clff-title,
.surface .function-inner-clff-title,
.use-png .function-inner-clff-title {
	background: url("/ellesse/images/footwear/function/logo_footwear_function_clff.png") no-repeat center;
	width: 547px;
}
.function-inner-cl-info-title {
	background: url("/ellesse/images/footwear/function/logo_footwear_function_cl_info.svg") no-repeat;
	display: block;
	width: 122px;
	height: 28px;
	margin-top: 40px;
	text-indent: -9999px;
}
.no-svg .function-inner-cl-info-title,
.surface .function-inner-cl-info-title,
.use-png .function-inner-cl-info-title {
	background: url("/ellesse/images/footwear/function/logo_footwear_function_cl_info.png") no-repeat center;
	width: 170px;
}
.function-inner-ff-info-title {
	background: url("/ellesse/images/footwear/function/logo_footwear_function_ff_info.svg") no-repeat;
	display: block;
	width: 118px;
	height: 28px;
	margin-top: 40px;
	text-indent: -9999px;
}
.no-svg .function-inner-ff-info-title,
.surface .function-inner-ff-info-title,
.use-png .function-inner-ff-info-title {
	background: url("/ellesse/images/footwear/function/logo_footwear_function_ff_info.png") no-repeat center;
	width: 170px;
}
.function-inner-clff-info {
	float: left;
	margin-top: 57px;
	width: 50%;
}
.function-inner-clff-info-title {
	font-size: 18px;
	padding: 3px 0;
	margin-top: 22px;
}
.function-inner-clff-info-description {
	color: #656565;
	font-size: 14px;
	line-height: 18px;
	margin-top: 22px;
	max-width: 200px;
}
@media screen and (max-width: 640px){
	.media-query .function-inner-clff-title {
		margin-top: 20px;
	}
	.media-query .function-inner-clff-info {
		width: 100%;
		margin-top: 20px;
		float: inherit;
	}
	.media-query .function-inner-cl-info-title {
		height: 20px;
		margin-top: 20px;
	}
	.media-query .function-inner-ff-info-title {
		height: 20px;
		margin-top: 20px;
	}
}

/* 光電子
 -------------------------------------------------------------------------------*/
.function-inner-kodenshi-title {
	background: url("/ellesse/images/footwear/function/logo_footwear_function_kodenshi.png") no-repeat;
	display: block;
	width: 220px;
	height: 85px;
	text-indent: -9999px;
}
.no-svg .function-inner-kodenshi-title,
.surface .function-inner-kodenshi-title,
.use-png .function-inner-kodenshi-title {
	background-image: url("/ellesse/images/footwear/function/logo_footwear_function_kodenshi.png");
}
.function-inner-kodenshi-contents {
	margin-top: 30px;
}
.function-inner-kodenshi-info {
	float: left;
	width: 300px;
}
.function-inner-kodenshi-image {
	float: left;
	width: 282px;
}
.function-inner-kodenshi-desc {
	margin-top: 20px;
	font-size: 12px;
	font-weight: bold;
}
.function-inner-kodenshi-tech-title {
	font-size: 12px;
	padding: 3px 0;
}
.function-inner-kodenshi-tech-description {
	font-size: 10px;
	margin-top: 7px;
}
.function-inner-kodenshi-image-title {
	font-size: 10px;
	padding: 0 30px;
}
.function-inner-kodenshi-info-image {
	margin-top: 24px;
}
.function-inner-kodenshi-info-image img {
	width: 100%;
}
@media screen and (max-width: 640px){
	.media-query .function-inner-kodenshi-title {
		margin-top: 10px;
		background-size: 103px 40px;
		width: 103px;
		height: 40px;
	}
	.media-query .function-inner-kodenshi-contents {
		margin-top: 20px;
	}
	.media-query .function-inner-kodenshi-info {
		width: 100%;
		float: inherit;
	}
	.media-query .function-inner-kodenshi-image {
		width: 100%;
		margin-top: 10px;
		float: inherit;
	}
	.media-query .function-inner-kodenshi-info-image img {
		width: auto;
	}
	.media-query .function-inner-kodenshi-info-image {
		margin-top: 0;
	}
}

/* 光電子 x soft fit
 -------------------------------------------------------------------------------*/
.function-inner-kodenshi-soft-fit-title {
	width: 460px;
	height: 80px;
	background: url("/ellesse/images/footwear/function/logo_footwear_function_soft_fit_pc_1x.png") no-repeat;
	text-indent: -9999px;
}
.no-svg .function-inner-kodenshi-soft-fit-title,
.surface .function-inner-kodenshi-soft-fit-title,
.use-png .function-inner-kodenshi-soft-fit-title {
	background-image: url("/ellesse/images/footwear/function/logo_footwear_function_soft_fit_pc_1x.png");
}
.kodenshi-soft-fit-insole > dt {
	width: 73px;
	height: 32px;
	background: url("/ellesse/images/footwear/function/logo_footwear_function_lfs_soft_fit.svg") no-repeat;
	text-indent: -9999px;
}
.no-svg .kodenshi-soft-fit-insole > dt,
.surface .kodenshi-soft-fit-insole > dt,
.use-png .kodenshi-soft-fit-insole > dt {
	background-image: url("/ellesse/images/footwear/function/logo_footwear_function_txt_soft_fit.png");
}
.kodenshi-soft-fit-insole > dd {
	font-size: 10px;
}
.function-inner-kodenshi-soft-fit-contents-left {
	float: left;
	width: 450px;
	margin-top: 20px;
}
.function-inner-kodenshi-soft-fit-contents-right {
	float: left;
	width: 142px;
	padding-left: 15px;
	border-left: 1px solid #8C8C8C;
}
.function-inner-kodenshi-soft-fit-info {
	float: left;
	width: 160px;
}
.function-inner-kodenshi-soft-fit-image {
	float: left;
	width: 276px;
}
.function-inner-kodenshi-tech-description {
	font-size: 10px;
	margin-top: 7px;
}
.function-inner-kodenshi-image-title {
	font-size: 10px;
	padding: 0 30px;
}
.function-inner-kodenshi-info-image {
	margin-top: 24px;
}
@media screen and (max-width: 640px){
	.media-query .function-inner-kodenshi-soft-fit-title {
		width: 231px;
		height: 40px;
		background-size: 220px 40px;
	}
	.media-query .function-inner-kodenshi-soft-fit-contents-left {
		float: inherit;
		width: 100%;
		margin-top: 10px;
	}
	.media-query .function-inner-kodenshi-soft-fit-info {
		float: inherit;
		width: 100%;
	}
	.media-query .function-inner-kodenshi-soft-fit-image {
		width: 100%;
		margin-top: 10px;
		float: inherit;
	}
	.media-query .function-inner-kodenshi-soft-fit-contents-right {
		width: 100%;
		margin-top: 20px;
		float: inherit;
		padding-left: 0;
		border-left: none;
	}
	.media-query .function-inner .function-inner-kodenshi-soft-fit-contents-right img {
		width: 50%;
	}
}

/* SNOW SOLE
 -------------------------------------------------------------------------------*/
@media screen and (max-width: 640px){
	.media-query .function-inner-high-grip-sole-title {
		margin-top: 10px;
	}
}

/* 光電子 x maxifresh
 -------------------------------------------------------------------------------*/
.function-inner-kodenshi-maxifresh-title {
	background: url("/ellesse/images/footwear/function/kodenshi_maxifresh_title.png") no-repeat;
	width: 460px;
	height: 80px;
	text-indent: -9999px;
}
.no-svg .function-inner-kodenshi-maxifresh-title,
.use-png .function-inner-kodenshi-maxifresh-title,
.surface .function-inner-kodenshi-maxifresh-title {
	background-image: url("/ellesse/images/footwear/function/kodenshi_maxifresh_title.png");
}
.kodenshi-maxifresh-logo {
	width: 121px;
	height: 16px;
	background: url("/ellesse/images/footwear/function/logo_footwear_function_lfs_maxifresh.svg") no-repeat;
	text-indent: -9999px;
}
.no-svg .kodenshi-maxifresh-logo,
.use-png .kodenshi-maxifresh-logo,
.surface .kodenshi-maxifresh-logo { background-image: url("/ellesse/images/footwear/function/logo_footwear_function_maxifresh_sm.png"); }

.kodenshi-maxifresh-function > dt {
	font-size: 11px;
}
.kodenshi-maxifresh-function > dd {
	font-size: 10px;
}
.kodenshi-maxifresh-function-list {
	padding-left: 10px;
	font-size: 10px;
}
.function-inner-kodenshi-maxifresh-contents-left {
	float: left;
	width: 450px;
	margin-top: 20px;
}
.function-inner-kodenshi-maxifresh-contents-right {
	float: left;
	width: 142px;
	padding-left: 15px;
	border-left: 1px solid #8C8C8C;
}
.function-inner-kodenshi-maxifresh-info {
	float: left;
	width: 160px;
}
.function-inner-kodenshi-maxifresh-image {
	float: left;
	width: 276px;
}
.function-inner-kodenshi-tech-description {
	font-size: 10px;
	margin-top: 7px;
}
.function-inner-kodenshi-image-title {
	font-size: 10px;
	padding: 0 30px;
}
.function-inner-kodenshi-info-image {
	margin-top: 24px;
}
@media screen and (max-width: 640px){
	.media-query .function-inner-kodenshi-maxifresh-title {
		width: 260px;
		height: 40px;
		background-size: 260px auto;
	}
	.media-query .function-inner-kodenshi-maxifresh-contents-left {
		width: 100%;
		margin-top: 10px;
		float: inherit;
	}
	.media-query .function-inner-kodenshi-maxifresh-info {
		width: 100%;
		float: inherit;
	}
	.media-query .function-inner-kodenshi-maxifresh-image {
		width: 100%;
		margin-top: 10px;
		float: inherit;
	}
	.media-query .function-inner-kodenshi-info-image {
		margin-top: 10px;
		text-align: center;
	}
	.media-query .function-inner-kodenshi-maxifresh-contents-right {
		width: 100%;
		margin-top: 20px;
		padding-left: 0;
		float: inherit;
		border-left: none;
	}
	.media-query .kodenshi-maxifresh-function {
		margin-top: 10px;
	}
	.media-query .kodenshi-maxifresh-function > dt~dt {
		margin-top: 5px;
	}
}

/* クルミ殻入りハイグリッドソール
 -------------------------------------------------------------------------------*/
.function-inner-high-grip-sole-title {
	display: block;
	height: 35px;
	margin-top: 40px;
	text-indent: -9999px;
}
.svg-logo-snow-sole {
	width: 206px;
	height: 31px;
}
.surface .svg-logo-snow-sole,
.no-svg .svg-logo-snow-sole,
.use-png .svg-logo-snow-sole {
	background: url("/ellesse/images/sprite/png/logo-snow-sole.png") no-repeat;
}
.function-inner-high-grip-sole-info {
	position: relative;
	padding-left: 50px;
	margin-top: 23px;
	list-style-type: none;
}

.function-inner-high-grip-sole-info:before {
	position: absolute;
	top: -10px;
	left: 5px;
	content: "";
	width: 34px;
	height: 34px;
	background: url("/ellesse/images/sprite/png/icon-snow-sole.png") no-repeat;
}
.function-inner-high-grip-sole-info li {
	color: #656565;
	font-size: 12px;
	margin-top: 9px;
}
.function-inner-kurumi-picture {
	margin-top: 20px;
}
/* Out Dry
 -------------------------------------------------------------------------------*/
.out-dry > h3 {
	width: 120px;
	height: 66px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/ellesse/images/footwear/function/logo_footwear_function_out_dry.svg) no-repeat;
	background-size: 120px 66px;
}
.surface .out-dry > h3,
.no-svg .out-dry > h3,
.use-png .out-dry > h3 {
	background-image: url(/ellesse/images/footwear/function/logo_footwear_function_out_dry.svg);
}
.out-dry-contents {
	margin-top: 30px;
}
.discription-left {
	float: left;
	width: 425px;
}
.discription-right {
	float: left;
	width: 157px;
}
.discription-inner-left {
	float: left;
	width: 241px;
}
.discription-inner-right {
	float: left;
	width: 184px;
}
.discription-title > dt {
	font-size: 11px;
}
.discription-title > dd,
.out-dry-image-caption {
	font-size: 10px;
}
.out-dry-caption-film {
	margin-top: 40px;
	font-size: 11px;
}
.out-dry-caption-thermo-compression {
	font-size: 11px;
}
.out-dry-film-images > li {
	float: left;
	width: 77px;
}
.out-dry-film-images > li + li {
	margin-left: 5px;
}
.out_dry_kodenshi > dd {
	font-size: 10px;
}
.thermo-compression-images > li {
	float: left;
	width: 77px;
	margin-left: 5px;
}
.out-dry-kodenshi-boots {
	padding-left: 10px;
	border-left: 1px solid #8C8C8C;
}
.bg-news-thumbnail-list > li {
	background:url("/ellesse/images/sprite/pc/icon-news.svg") top left no-repeat;
}
.surface .bg-news-thumbnail-list > li,
.no-svg .bg-news-thumbnail-list > li,
.use-png .bg-news-thumbnail-list > li {
	background:url("/ellesse/images/sprite/png/icon-news.png") center center no-repeat;
}
@media screen and (max-width: 640px){

	.media-query .static-content-wrapper img {
		width: 100%;
	}
	.media-query .static-content-wrapper {
		width: 100%;
		margin: 10px auto;
	}

	/* TEAM-JAPAN
	-------------------------------------*/
	.media-query .team-japan-inner {
		padding: 16px;
	}
	.media-query .team-japan-descript {
		margin-top: 18px;
	}
	.media-query .team-japan-photo-list {
		margin-top: 13px;
	}
	.media-query .team-japan-photo-list > li + li {
		margin-top: 13px;
	}
	.media-query .team-japan-link-list {
		margin-top: 13px;
	}

	/* ADVISORY STAFF
	-------------------------------------*/
	.media-query .as-item-list > li {
		display: block;
		min-height: 0;
	}
	.media-query .as-item-img {
		width: 100%;
		height: auto;
	}
	.media-query .as-item-list > li > * {
		padding-top: 50%;
	}
	.media-query .as-item-img > * {
		width: 100%;
		height: auto;
	}
	.media-query .as-item-img img {
		width: 100%;
		height: auto;
		position: static;
		margin-left: 0;
	}

	/* TEAM-JAPAN
	-------------------------------------*/
	.media-query .swim-product-list li {
		float: none;
		width: 100%;
		margin: 10px auto;
		padding: 10px 0;
		border: #c8c8c8 solid 1px;
	}
	.media-query .swim-product-list .btn {
		margin: 0 auto;
		width: 135px;
	}

	/* TEAM-JAPAN
	-------------------------------------*/
	.media-query .swim-mens-banner {
		width: 100%;
		margin: 0 auto;
	}
	.media-query .swim-mens-list li {
		float: none;
		width: 100%;
		margin: 10px auto;
		padding: 10px 0;
		border: #c8c8c8 solid 1px;
	}
	.media-query .swim-mens-list .btn {
		margin: 0 auto;
		width: 135px;
	}
}

/*-------------------------------------------------------------------------------
 MEDIA QUERY
 -------------------------------------------------------------------------------*/
@media screen and (max-width: 1250px){
	/* TEAM WEAR
 -------------------------------------------------------------------------------*/
	.media-query .teamwear-subtitle-catalog {
		background-size: 160px 21px;
		height: 40px;
		width: 200px;
	}
	.media-query .contents-teamwear {
		margin-top: 28px;
	}
	.media-query .section-teamwear {
		padding: 0;
	}
	.media-query .section-teamwear-maintitle {
		margin: 11px auto 0;
	}
	.media-query .teamwear-subtitle-message {
		margin: 10px auto 0;
	}
	.media-query .teamwear-kv {
		float: none;
		width: 460px;
		height: auto;
		margin: 70px auto 0;
	}
	.media-query .teamwear-kv img {
		width: 100%;
	}
	.media-query .teamwear-baby-step {
		top: 20px;
		left: -120px;
	}
	.media-query .article-teamwear-mens,
	.media-query .article-teamwear-unisex,
	.media-query .article-teamwear-ladies {
		float: left;
	}
	.media-query .article-teamwear-second {
		position: relative;
	}
	.media-query .article-teamwear-second > img {
		width: 100%;
	}
	.media-query .article-teamwear-mens-title, .article-teamwear-unisex-title, .article-teamwear-ladies-title {
		display: block;
		position: absolute;
		top: -20px;
		left: 0;
		text-indent: -9999px;
	}
	.media-query .article-teamwear-mens-bgbox img,
	.media-query .article-teamwear-unisex-bgbox img,
	.media-query .article-teamwear-ladies-bgbox img {
		width: 100%;
	}
	.media-query .article-teamwear-mens-bgbox,
	.media-query .article-teamwear-unisex-bgbox,
	.media-query .article-teamwear-ladies-bgbox {
		padding: 15px 10px;
	}
	.media-query .teamwear-category {
		float: none;
		width: 100%;
		margin-top: 20px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.media-query .teamwear-category-article {
		padding-left: 10px;
		padding-right: 10px;
	}
	.media-query .teamwear-catalog-area {
		margin-top: 50px;
	}
}
@media screen and (max-width: 1024px){

	/* SHOP LIST
	 -------------------------------------------------------------------------------*/
	.media-query .section-shop-detail > dt,
	.media-query .section-shop-detail > dd {
		float: none;
		margin-left: 0;
	}
	.media-query .section-shop-detail > dd {
		margin-top: 15px;
	}
	.media-query .shop-list-name {
		display: block;
		width: auto;
		overflow: hidden;
	}
	.media-query .shop-list-address {
		margin-top: 10px;
	}
	.media-query .shop-list-address,
	.media-query .shop-list-tel {
		display: block;
		clear: left;
		width: auto;
		text-align: left;
	}
	.media-query .jsc-area-select {
		width: 100%;
	}

	/* TEAM WEAR
	 -------------------------------------------------------------------------------*/
	.media-query .section-teamwear {
		padding: 0 20px;
	}
	.media-query .teamwear-subtitle {
		margin-top: 10px;
	}
}

@media screen and (max-width: 960px){

	/* ABOUT ELLESSE
	 -------------------------------------------------------------------------------*/
	.media-query .main-contents-inner {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.media-query .section-imggroup {
		display: table;
		width: 100%;
	}
	.media-query .section-imggroup > li {
		display: table-cell;
		float: none;
		width: auto;
	}
	.media-query .section-imggroup > li:first-child {
		width: auto;
	}
	.media-query .section-imggroup > li + li {
		margin-left: 0;
	}
	.media-query .section-scroll {
		margin-left: 20px;
	}
	.media-query .section-scroll dt {
		margin-right: 20px;
	}

	/* SHOP LIST
	 -------------------------------------------------------------------------------*/
	.media-query .section-map {
		display: none;
	}
	.media-query .wrapper-shop .section-shop-list {
		max-height: 454px;
	}


}

@media screen and (max-width: 640px){

	/* ABOUT ELLESSE
	 -------------------------------------------------------------------------------*/
	.media-query .main-contents-inner {
		width: 100%;
	}
	.media-query .section-origin {
		margin-top: 20px;
	}
	.media-query .section-scroll {
		margin-left: 7px;
		margin-top: 21px;
	}
	.media-query .section-scroll dt {
		font-size: 18px;
		margin-right: 20px;
		padding-top: 3px;
	}
	.media-query .section-history-title,
	.media-query .section-history-title > a {
		font-size: 14px;
	}
	.media-query .section-history-name > a {
		font-size: 12px;
	}
	.media-query .section-history-description {
		font-size: 12px;
		margin-right: 10px;
	}
	.media-query .section-headgroup + .section-imggroup {
		margin-top: 24px;
	}
	.media-query .section-history .section-scroll-imggroup > li {
		float: none;
	}
	.media-query .section-history .section-scroll-imggroup img {
		width: 100%;
	}
	.media-query .section-read {
		margin-top: 22px;
		font-size: 12px;
	}
	.media-query .section-history-name {
		margin-top: 40px;
	}
	.media-query .section-history-career {
		margin-top: 15px;
		margin-right: 10px;
	}
	.media-query .section-scroll > dt,
	.media-query .section-scroll > dd,
	.media-query .section-scroll > dt > a,
	.media-query .section-history-title > a {
		cursor: default;
	}
	.media-query .section-scroll > dd {
		padding-left: 0;
	}
	.media-query .history-header {
		padding-left: 0;
	}
	.media-query.csstransforms .history-arrow:before,
	.media-query.csstransforms .history-arrow:after,
	.media-query .history-detail-opened:before,
	.media-query .history-detail-opened:after {
		display: none;
	}
	.media-query .section-concept,
	.media-query .section-history {
		margin-top: 50px;
	}
	.media-query .section-scroll-imggroup {
		margin-top: 20px;
	}
	.media-query .svg-about-title-origin {
		width: 78px;
		height: 18px;
	}
	.media-query .svg-about-description-origin {
		width: 208px;
		height: 16px;
	}
	.media-query .svg-about-title-concept {
		width: 105px;
		height: 18px;
	}
	.media-query .svg-about-description-concept {
		width: 182px;
		height: 17px;
	}
	.media-query .svg-about-title-history {
		width: 89px;
		height: 18px;
	}

	/* SHOP LIST
	 -------------------------------------------------------------------------------*/
	.media-query .wrapper-shop .section-shop-list {
		max-height: 607px;
	}
	.media-query .wrapper-shop .main-contents {
		padding-top: 20px;
	}
	.media-query .svg-title-shoplist {
		width: 107px;
		height: 18px;
	}

	/* TEAM WEAR
 -------------------------------------------------------------------------------*/
	.media-query .teamwear-catalog-area {
		display: none;
	}
	.media-query .teamwear-baby-step {
		top: -30px;
		left: 10px;
	}
	.media-query .article-teamwear-mens-title,
	.media-query .article-teamwear-unisex-title,
	.media-query .article-teamwear-ladies-title {
		top: -5px;
	}
	.media-query .teamwear-kv {
		width: 100%;
	}
	.media-query .section-teamwear {
		padding: 0;
	}
}

/*-------------------------------------------------------------------------------
 TEAM JAPAN
 -------------------------------------------------------------------------------*/
.main-content-inner.grid-col {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}
.main-contents-team-japan {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.main-content-inner-left {
	height: 1000px;
	margin-top: 0 !important;
	padding: 44px 40px;
	background: #CF0A2C;
	z-index: 1;
}
.main-content-inner-left > h2 {
	width: 100%;
	max-width: 384px;
	height: 224px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/ellesse/images/tennis/team_japan/t_catch.svg) no-repeat;
	background-size: 100% 224px;
}
.main-content-inner-left > h2 {
	width: 384px;
	height: 224px;
	background: url(/ellesse/images/sprite/png/t_catch_tj.png) no-repeat;
}
.team-japan-descript {
	line-height: 1.4;
	font-size: 16px;
	font-weight: normal;
}
.team-japan-link-list > li {
	display: inline-block;
	font-size: 16px;
}
.team-japan-link-list > li a {
	text-decoration: none;
}
.main-content-inner-right {
	margin-top: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.main-content-inner-right > li {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
}
.main-content-inner-right > li img {
	position: absolute;
	top: 0;
	left: 50%;
	width: 625px;
	margin-left: -313px;
}
.main-content-inner-bottom {
	float: none;
	clear: both;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-top: 0 !important;
}
.main-content-inner-bottom img {
	width: 100%;
}

@media screen and (max-width: 640px){
	.media-query .function-inner {
		width: auto;
		padding-bottom: 0;
	}
	.media-query .function-inner img {
		width: 100%;
	}
	.media-query .function-inner .function-inner-title.logo-small-length img {
		width: 60%;
	}
	.media-query .function-inner .function-info {
		width: 100%;
	}
	.media-query .product-main > li {
		white-space: normal !important;
	}
	.media-query .container-function {
		padding-left: 0 !important;
	}
	.media-query .container-function-footwear {
		padding-right: 0;
	}
	.media-query .product-carousel-action {
		display: none !important;
	}
	.media-query .function-inner-ecf-info li {
		width: auto;
		padding-right: 0;
		float: none;
	}
	.media-query .function-inner-finger-motion-info {
		float: none;
		width: auto;
	}
	.media-query .main-team-japan {
		padding-bottom: 50px !important;
	}
	.media-query .main-content-inner-left {
		float: none;
		width: 100%;
		height: 420px;
		z-index: 1;
		padding: 35px 30px;
	}
	.media-query .main-content-inner-left > h2 {
		width: 256px;
		height: 130px;
		overflow: hidden;
		text-indent: -9999px;
		background: url(/ellesse/images/tennis/team_japan/t_catch_sp.svg) no-repeat;
		background-size: 256px 130px;
	}
	.media-query .no-svg .main-content-inner-left  > h2,
	.media-query .use-png .main-content-inner-left > h2 {
		background: url(/ellesse/images/tennis/team_japan/t_catch_sp_2x.png) no-repeat;
		background-size: 256px 130px;
	}
	.media-query .team-japan-descript {
		margin-top: 44px;
		line-height: 1.4;
		font-size: 12px;
	}
	.media-query .team-japan-link-list {
		width: 240px;
		margin: 50px auto 0;
	}
	.media-query .main-content-inner-right {
		width: 100%;
	}
	.media-query .main-content-inner-right > li {
		height: 100%;
	}
	.media-query .main-content-inner-right > li img {
		position: relative;
		width: 100%;
		left: 0;
		margin-left: 0;
	}
}

/*-------------------------------------------------------------------------------
 INTERNATIONAL PLAYERS
 -------------------------------------------------------------------------------*/
.main-contents-player {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.main-key-visual {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
}
.main-key-visual img {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1250px;
	margin-left: -625px;
}
.players-box {
	width: 610px;
	margin: 0 auto;
	padding-top: 60px;
}
.players-box > h2 {
	text-indent: -9999px;
}
.players-box .players-descript {
	margin-top: 35px;
	font-size: 14px;
	color: #51626F;
}
.players-introduce {
	margin-top: 40px;
}
.players-introduce > li {
	position: relative;
	height: 700px;
}
.players-introduce img {
	width: 100%;
}
.players-name {
	margin-top: 25px;
	text-indent: -9999px;
}
.players-profile {
	line-height: 2;
	margin-top: 25px;
	font-size: 12px;
}
.players-profile > dt {
	float: left;
}
.players-profile > dd {
	overflow: hidden;
}
.players-message {
	margin-top: 40px;
}
.players-message-title {
	text-indent: -9999px;
}
.players-comment {
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
}

@media screen and (max-width: 640px){
	.media-query .main-key-visual {
		height: auto;
	}
	.media-query .main-key-visual img {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		margin-left: 0;
	}
	.media-query .players-box {
		width: 100%;
		padding: 20px 10px;
	}
	.media-query .players-introduce {
		margin-top: 60px;
	}
	.media-query .players-box .players-descript {
		margin-top: 25px;
		font-size: 12px;
	}
	.media-query .players-introduce > li {
		height: auto;
	}
	.media-query .players-introduce.grid-col {
		margin-left: 0;
		margin-right: 0;
	}
	.media-query .players-introduce.grid-col > li {
		float: none;
		padding-left: 0;
		padding-right: 0;
		margin-top: 0;
	}
	.media-query .players-introduce.grid-col-2 > li {
		width: 100%;
	}
	.media-query .players-introduce.grid-col > li + li {
		margin-top: 85px;
		margin-bottom: 30px;
	}
	.media-query .players-message {
		margin-top: 20px;
	}
}
