@charset "euc-jp";
/*@charset "UTF-8";*/
/**************************************
	master.css
***************************************/
/* =================================================================
Global selectors
================================================================= */
html {
	box-sizing: border-box;
	overflow-y: scroll;
	/* All browsers without overlaying scrollbars */
	-webkit-text-size-adjust: 100%;
	/* iOS 8+ */
}

*,
::before,
::after {
	box-sizing: border-box;
}

::before,
::after {
	text-decoration: inherit;
	/* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
	vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
	background-repeat: no-repeat;
	/* Set `background-repeat: no-repeat` to all elements */
	padding: 0;
	/* Reset `padding` and `margin` of all elements */
	margin: 0;
}

/* # =================================================================
	 # General elements
	 # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
	display: none;
	height: 0;
}

hr {
	overflow: visible;
	/* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

summary {
	display: list-item;
	/* Add the correct display in all browsers */
}

small {
	font-size: 80%;
	/* Set font-size to 80% in `small` elements */
}

[hidden],
template {
	display: none;
	/* Add the correct display in IE */
}

abbr[title] {
	border-bottom: 1px dotted;
	/* Add a bordered underline effect in all browsers */
	text-decoration: none;
	/* Remove text decoration in Firefox 40+ */
}

a {
	background-color: transparent;
	/* Remove the gray background on active links in IE 10 */
	-webkit-text-decoration-skip: objects;
	/* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
	outline-width: 0;
	/* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	/* Specify the font family of code elements */
}

b,
strong {
	font-weight: bolder;
	/* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
	font-style: italic;
	/* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
	background-color: #ff0;
	color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

ul, ol, li {
	list-style: none;
}

/* # =================================================================
	 # Forms
	 # ================================================================= */
input {
	border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"]
[role="button"] {
	cursor: pointer;
	outline: none;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
	cursor: default;
}

[type="number"] {
	width: auto;
	/* Firefox 36+ */
}

[type="search"] {
	-webkit-appearance: textfield;
	/* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
	/* Safari 8 */
}

textarea {
	overflow: auto;
	/* Internet Explorer 11+ */
	resize: vertical;
	/* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
	/* Specify font inheritance of form elements */
}

optgroup {
	font-weight: bold;
	/* Restore the font weight unset by the previous rule. */
}

button {
	overflow: visible;
	/* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: 0;
	padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	/* Correct the inability to style clickable types in iOS */
}

button,
select {
	text-transform: none;
	/* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
	background-color: transparent;
	border-style: none;
	color: inherit;
}

/* Style select like a standard input */
select {
	-moz-appearance: none;
	/* Firefox 36+ */
	-webkit-appearance: none;
	/* Chrome 41+ */
}

select::-ms-expand {
	display: none;
	/* Internet Explorer 11+ */
}

select::-ms-value {
	color: currentColor;
	/* Internet Explorer 11+ */
}

legend {
	border: 0;
	/* Correct `color` not being inherited in IE 8/9/10/11 */
	color: inherit;
	/* Correct the color inheritance from `fieldset` elements in IE */
	display: table;
	/* Correct the text wrapping in Edge and IE */
	max-width: 100%;
	/* Correct the text wrapping in Edge and IE */
	white-space: normal;
	/* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* Correct the inability to style clickable types in iOS and Safari */
	font: inherit;
	/* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
	-webkit-appearance: textfield;
	/* Correct the odd appearance in Chrome and Safari */
	outline-offset: -2px;
	/* Correct the outline style in Safari */
}

/* # =================================================================
	 # Specify media element style
	 # ================================================================= */
img {
	border-style: none;
	/* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
	vertical-align: baseline;
}

svg:not(:root) {
	overflow: hidden;
	/* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
	display: inline-block;
	/* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
	 # Accessibility
	 # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
	[hidden~="screen"] {
	  display: inherit;
	}
	[hidden~="screen"]:not(:active):not(:focus):not(:target) {
	  position: absolute !important;
	  clip: rect(0 0 0 0) !important;
	}
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
	cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
	cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
	cursor: default;
}

/* # =================================================================
	 # Selection
	 # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
	background-color: #b3d4fc;
	/* Required when declaring ::selection */
	color: #000;
	text-shadow: none;
}

::selection {
	background-color: #b3d4fc;
	/* Required when declaring ::selection */
	color: #000;
	text-shadow: none;
}

label {
	cursor: pointer;
}

:placeholder-shown {
	font: inherit;
	line-height: 1;
}

::-webkit-input-placeholder {
	font: inherit;
	line-height: 1.5;
}

:-moz-placeholder {
	font: inherit;
	line-height: 1.6;
}

::-moz-placeholder {
	font: inherit;
	line-height: 1.6;
}

:-ms-input-placeholder {
	font: inherit;
	line-height: 1;
}

::ms-clear {
	display: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	-webkit-appearance: none;
}

/*================================================
 * base */
body {
	font-family: "¡¦Ää"¡¦£çáãïä1¡¦´ã£ì¥ã¡¦!¡¦Pro", "Hiragino Kaku Gothic Pro", ¡¦¡ã£âáã¡¦£åŽª Meiryo, "MS Sans Serif", "ï¼­ï¼³ ï¼°ã£êáâ·ã¥ã¡¦¡¦, "MS PGothic", Osaka, sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: 15px;
	letter-spacing: 0.02em;
}

img {
	vertical-align: top;
	max-width: 100%;
}

a {
	color: inherit;
}

a:hover {
	text-decoration: none;
}

/*================================================

plugin

================================================*/
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	outline: none;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/*================================================

* layout

================================================*/
iframe {
	border: none;
	margin: 0;
	padding: 0;
	display: block;
}

#i-header {
	width: 100%;
	height: 900px;
}

#i-rank-man,
#i-rank-woman {
	width: 100%;
	height: 450px;
}

#i-feature {
	width: 760px;
	height: 320px;
}

#i-brand {
	width: 100%;
	height: 650px;
}

#i-footer {
	width: 100%;
	height: 1348px;
}

.section-margin {
	margin-top: 10px;
}

.top-2column-layout {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.top-2column-layout-side {
	margin-top: -18px;
}
.top-2column-layout-main {
	width: 780px;
}

/*================================================

* module

================================================*/
/*================================================
 * utility */
.clr:after {
	content: '';
	display: table;
	clear: both;
	height: 0;
}

.none {
	display: none;
}

.align-c {
	text-align: center;
}

.align-r {
	text-align: right;
}

.float-l {
	float: left;
}

.float-r {
	float: right;
}

@media only screen and (min-width: 769px) {
	.sp {
	  display: none !important;
	}
}

@media only screen and (max-width: 768px) {
	.pc {
	  display: none !important;
	}
}

.u-font-red {
	color: #d9328a;
}

.u-font-large {
	font-size: 16px;
}

.inner {
	box-sizing: content-box;
	width: 1050px;
	margin: 0 auto 20px;
	padding: 0 10px;
}
.inner-ifram {
	width: auto;
}

.bold {
	font-weight: bold;
}

/*================================================
* header */
.header {
	padding-top: 33px;
	position: relative;
	z-index: 999;
}

.header-inner {
	position: relative;
	margin-bottom: 22px;
}

.header-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-right: 20px;
}
.header-top-left {
	font-size: 10px;
	padding-left: 28px;
}
.header-top-right {
	font-size: 11px;
	font-weight: bold;
	display: flex;
}

.header-main {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.header-main-left {
	font-size: 10px;
}

.header-logo {
	display: block;
	opacity: 1;
	transition: all 0.3s ease;
	padding-left: 28px;
}
.header-logo:hover {
	opacity: 0.7;
}

.header-box {
	display: flex;
	align-items: center;
	padding-right: 20px;
}

.header-contact {
	margin: 0 0 0 auto;
	font-size: 10px;
	letter-spacing: 0.02em;
	text-align: left;
}
.header-contact img {
	margin-right: 5px;
	vertical-align: middle;
}

.header-link {
	margin-left: 13px;
	transition: all 0.3s ease;
	opacity: 1;
}
.header-link:hover {
	opacity: 0.7;
}

/*================================================
* nav */
.nav {
/*	background: #1ba8cf; */
	background: #5F5F5F;
	position: relative;
	z-index: 2;
}

.attention {
	background: #1ba8cf;
}

.nav-inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: stretch;
	    align-items: stretch;
	font-size: 14px;
	position: relative;
	height: 40px;
	padding: 0;
}

.nav-inner > li {
	height: 100%;
	border-left: 1px solid #fff;
	width: 100%;
}

.nav-inner > li:last-child {
	border-right: 1px solid #fff;
}

.nav-inner > li.is-active .nav-content, .nav-inner > li:hover .nav-content {
	opacity: 1;
	pointer-events: all;
}

.nav-inner > li.is-active .nav-category, .nav-inner > li:hover .nav-category {
/*	background: #54bedb; */
	background: #8F8F8F;
	position: relative;
	z-index: 2;
}

.nav-inner > li.is-active .nav-category::after, .nav-inner > li:hover .nav-category::after {
	content: "";
	border: 4px solid transparent;
	border-top: none;
	border-bottom: 7px solid #f4f4f4;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -4px;
}

.nav-category-link::after {
	content: none !important;
}

.nav-category {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	text-decoration: none;
	padding: 5px 0;
/*	background: #1ba8cf; */
	background: #5F5F5F;
	line-height: 1.4;
	cursor: pointer;
	color: #fff;
	text-align: center;
	transition: all 0.3s ease;
}

.nav-content {
	border: 3px solid #1ba8cf;
	border-top-width: 0;
	position: absolute;
	top: 100%;
	left: 1px;
	width: calc(100% - 2px);
	padding: 19px 49px 19px 28px;
	background: #fff;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	opacity: 0;
	pointer-events: none;
	transition: all 0.2s ease;
}

.nav-link-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 50%;
	justify-content: flex-start;
}
.nav-link-list-border-r {
	padding-right: 22px;
	margin-right: 22px;
	border-right: 1px solid #dbdbdb;
}

.nav-link-list > li {
	width: 50%;
	display: flex;
	justify-content:flex-end;
}

.nav-link-list > li:nth-child(odd) {
	position: relative;
	justify-content:flex-start;
}

.nav-link-list > li:nth-child(odd)::before {
	content: "";
	display: block;
	width: 1px;
	height: 54%;
	background: #dbdbdb;
	position: absolute;
	top: 22%;
	right: -1px;
}

.nav-link-list a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	text-decoration: none;
	height: 67px;
	width: 90%;
	opacity: 1;
	transition: all 0.3s ease;
	font-size: 12px;
	position: relative;
	border-bottom: 1px solid #dbdbdb;
}

.nav-link-list a::after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.nav-link-list a:hover {
	opacity: 0.8;
	color: #2da9cd;
}
.nav-link-list a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -3px;
	display: inline-block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.nav-link-list-item-img {
	width: 80px;
	text-align: center;
}

.nav-link-list-full {
	width: 100%;
}
.nav-link-list-full > li {
	width: 25%;
}
.nav-link-list-full > li:not(:nth-child(4n+1)) {
	position: relative;
}
.nav-link-list-full > li:not(:nth-child(4n+1))::before {
	content: "";
	display: block;
	width: 1px;
	height: 35px;
	background: #dbdbdb;
	position: absolute;
	top: 16px;
	right: -1px;
}
.nav-link-list-full > li:nth-child(4n+3):not(:first-child) a,
.nav-link-list-full > li:nth-child(4n):not(:first-child) a {
	margin: 0 13px;
	width: calc(100% - 26px);
}
.nav-link-list-full > li:nth-child(4n+1):not(:first-child) a {
	margin: 0;
}

.nav-recommend {
	width: 50%;
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nav-recommend-border-l {
	padding-left: 42px;
	margin-left: 42px;
	border-left: 1px solid #dbdbdb;
}
.nav-recommend-item {
	width: 48%;
	min-height: 230px;
	background-color: #f4f4f4;
	text-decoration: none;
	transition: all 0.3s ease;
	opacity: 1;
	margin-bottom: 15px;
}

.nav-recommend-item img {
	width: 100%;
}
.nav-recommend-item:hover {
	opacity: 0.8;
	color: #2da9cd;
}
.nav-recommend-item-content {
	padding: 7px 13px 10px;
}
.nav-recommend-item-heading {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 3px;
}
.nav-recommend-item-content p {
	font-size: 11px;
	letter-spacing: 0.13em;
}

.nav-simple > ul > li {
	position: relative;
}

ul.nav-content {
	width: 259px;
	display: block;
	font-size: 13px;
	padding: 14px 10px 25px;
	left: 0;
}

ul.nav-content-2cols {
	width: 400px;
	-webkit-column-count: 2;
	   -moz-column-count: 2;
	        column-count: 2;
}

ul.nav-content-right-fix {
	left: inherit;
	right: 0;
}

ul.nav-content-semi-right-fix {
	left: inherit;
	right: -79px;
}

ul.nav-content > li:not(:last-child) {
	margin-bottom: 10px;
}

ul.nav-content a {
	text-decoration: none;
	display: inline-block;
}

ul.nav-content a:hover {
	text-decoration: underline;
}

ul.nav-content a::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin-right: 10px;
}

/*================================================
* obi */
.obi {
	position: relative;
	z-index: 2;
	margin: 40px auto 50px;
}
.obi_balloon{
	width: 50%;
	font-size: 30px;
	line-height: 1.25;
	letter-spacing: 3px;
	padding: 2px 10px;
	text-align: center;
	margin: 40px auto;
	border-radius: 20px;		/* è§ÄäŽ¶·þ*/
}
.obi_title {
	font-size: 24px;
	position: relative;
	text-align: center;
	z-index: 2;
}
.obi_brand {
	position: relative;
	z-index: 2;
	margin: 0px auto 20px;
}
.obi_sidebar {
	position: relative;
	z-index: 2;
	margin: 10px auto;
	padding: 0 10px;
}
.color_gy {
	background: #3F3F3F;
	color: #ffffff;
}
.color_rd {
	background: #ff0000;
	color: #ffffff;
}
.color_gd {
	background: #beb361;
	color: #ffffff;
}

/*================================================
* mv */
.mv {
	width: 1050px;
	background-color: #f4f4f4;
	margin: auto;
	padding: 20px 25px 35px;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.mv-main {
	position: relative;
	width: 640px;
	height: 320px;
}
.mv-main-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all 0.3s ease;
	opacity: 0;
	z-index: 0;
}
.mv-main-item.is-active {
	opacity: 1;
	z-index: 9;
}

.mv-buttons button {
	text-indent: -9999px;
	width: 12px;
	height: 12px;
	background-color: #dbdbdb;
	transition: all 0.3s ease;
	border-radius: 60px;
	margin-right: 6px;
}
.mv-buttons {
	position: absolute;
	bottom: 5px;
	left: 285px;
}
.mv-buttons button.is-active {
	background-color: #1ba8cf;
}

.mv-gallery {
	width: 330px;
	height: 320px;
	overflow-y: auto;
	position: relative;
}
.mv-gallery-item {
	display: flex;
	justify-content: space-between;
}
.mv-gallery-item:not(:last-child) {
	margin-bottom: 29px;
}
.mv-gallery-item .mv-gallery-item-thumb img {
	border: 2px solid #f4f4f4;
}
.mv-gallery-item.is-active .mv-gallery-item-thumb img {
	border: 2px solid #1ba8cf;
}
.mv-gallery-item-thumb {
	width: 112px;
}
.mv-gallery-item-desc {
	width: calc(100% - 130px);
}
.mv-gallery-item-desc h2 {
	font-size: 12px;
}
.mv-gallery-item-desc p {
	font-size: 11px;
}

/* mv */
.mv2 {
	width: 1050px;
	background-color: #f4f4f4;
	margin: auto;
	padding: 00px 25px 25px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.mv2-main {
	position: relative;
/*	width: 525px;	*/
	width: 49%;
}
.mv2-main-movie {
	position: relative;
	background-color:black;
/*	width: 525px;	*/
	width: 49%;
	display:flex;
	align-items: center;
}
.mv2-main-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all 0.3s ease;
	opacity: 0;
	z-index: 0;
}
.mv2-main-item.is-active {
	opacity: 1;
	z-index: 9;
}

/*================================================
* banner-area */
.banner-area {
	display: flex;
	justify-content:center;
	width: 1000px;
	margin: 0 auto 0;
	padding: 0 20px;
}
.banner-area-item {
	transition: all 0.3s ease;
	opacity: 1;
}
.banner-area-item:hover {
	opacity: 0.7;
}

/*================================================
* banner-area */
.announcement-area {
	display: flex;
	justify-content:center;
	width: 1090px;
	margin: 40px auto;
	padding: 0 20px;
}
.banner-area-item {
	transition: all 0.3s ease;
	opacity: 1;
}
.banner-area-item:hover {
	opacity: 0.7;
}


/*================================================
/* recomend_area */
.reconend_area {
	width: 1050px;
	background-color: #f4f4f4;
	margin: 0 auto 15px;
	padding: 10;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.recomend_area-img {
	position: relative;
/*	width: 525px;	*/
	width: 49%;
}

/* masazo */
.recomend_area-img a {
	display: block;
	text-decoration: none;
	font-size: 14px;
	transition: all 0.3s ease;
	opacity: 1;
	text-align: center;
}

.recomend_area-img a:hover {
	opacity: 0.8;
	text-decoration: underline;
}
/* masazo */

/*================================================
* information */
.information {
	box-sizing: content-box;
	width: 1050px;
	margin: 30px auto 0;
	padding: 0 10px;
}
.information h2 {
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 8px;
}
.information-box {
	background-color: #f4f4f4;
	padding: 18px 30px;
	font-size: 13px;
	color: #1ba8cf;
}
.information-box p:not(:last-child) {
	margin-bottom: 5px;
}
.information-box a {
	text-decoration: none;
}
.information-box a:hover {
	text-decoration: underline;
}
.information-text {
	color: #000;
}

/*================================================
* search-field */
.search-field {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: stretch;
	    align-items: stretch;
	margin-right: 15px;
}

.search-field input {
	width: 206px;
	font-size: 14px;
	outline: none;
	background: #fff;
	border: 1px solid #dbdbdb;
	border-radius: 6px 0 0 6px;
	padding: 6px 7px;
	height: 32px;
	margin: 0;
}

.search-field input:focus {
	border-color: #999;
}

.search-field input:focus + button {
	border-color: #999;
}

.search-field button {
	display: block;
	background: #666 url(../img/header/icon_search.png) 50% 50% no-repeat;
	height: 32px;
	width: 32px;
	border: 1px solid #dbdbdb;
	border-left: none;
	border-radius: 0 6px 6px 0;
	text-indent: -9999px;
	transition: all 0.3s ease;
}

.search-field button:hover {
	background-color: #333;
}

/*================================================
* icon-heading */
.icon-heading {
	border-bottom: 2px solid #1ba8cf;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 17px;
	margin-bottom: 25px;
}
.icon-heading-crown .icon-heading-title {
	background-image: url(../img/links/icon_crown_new.png);
}
.icon-heading-feature .icon-heading-title {
	background-image: url(../img/links/icon_heart.png);
}
.icon-heading-alphabet .icon-heading-title {
	background-image: url(../img/links/icon_alphabet.png);
}
.icon-heading-title {
	font-size: 16px;
	letter-spacing: 0.08em;
	font-weight: bold;
	color: #fff;
	background-color: #1ba8cf;
	padding: 12px 15px 10px 50px;
	background-position: 10px 50%;
}
.icon-heading-date {
	font-size: 14px;
}

/*================================================
* rank-menu-active */
.rank-menu-active {
	color: #1ba8cf;
	font-weight: bold;
}

.rank-menu-active::before {
	opacity: 1 !important;
}

.rank-menu-active::after {
	opacity: 1 !important;
}

/*================================================
* rank-list-box */
.rank-list-box > li {
	display: none;
}

.rank-list-box > li.rank-list-first {
	display: block;
}

/*================================================
* rank-list */
.rank-list {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	padding-top: 30px;
}

.rank-list img {
	width: 100%;
}

.rank-list > li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	    align-items: stretch;
	width: 18.76%;
}
.rank-list > li:not(:last-child) {
	margin-right: 1.5%;
}

.rank-list > li:nth-child(-n+3) .rank-number {
	background: 0 50% no-repeat;
	padding-left: 42px;
}

.rank-list > li:nth-child(-n+3) .rank-number {
background-size: 23px auto;
padding-left: 30px;
}

.rank-list > li:first-child .rank-number {
	color: #bc940a;
	background-image: url(../img/rank/icon_rank_01.png);
}

.rank-list > li:nth-child(2) .rank-number {
	color: #9e9e9e;
	background-image: url(../img/rank/icon_rank_02.png);
}

.rank-list > li:nth-child(3) .rank-number {
	color: #9b611d;
	background-image: url(../img/rank/icon_rank_03.png);
}

.rank-list a {
	display: block;
	text-decoration: none;
	border: 1px solid #ecedf0;
	position: relative;
	transition: all 0.3s ease;
}

.rank-list a:hover {
	border-color: #2da9cd;
}

/*================================================
* rank-number */
.rank-number {
	font-size: 14px;
	letter-spacing: 0.12em;
	line-height: 1;
	padding: 11px 0 7px;
	margin: 0 0 6px;
	position: absolute;
	bottom: 100%;
}

/*================================================
* rank-text */
.rank-text {
	font-size: 12px;
	text-align: center;
	padding: 15px 4px 22px;
	letter-spacing: 0.1em;
	line-height: 1.7;
	min-height: 102px;
}

/*================================================
* rank-menu */
.rank-menu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	border-bottom: 3px solid #f2f2f2;
	margin-bottom: 65px;
}

.rank-menu > li:not(:last-child) {
	margin-right: 30px;
}

.rank-menu > li a {
	display: block;
	text-decoration: none;
	padding: 14px 30px;
	position: relative;
	transition: all 0.3s ease;
}

.rank-menu > li a::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -21px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 10px solid #1ba8cf;
	opacity: 0;
	transition: all 0.3s ease;
}

.rank-menu > li a::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: 3px solid #1ba8cf;
	opacity: 0;
	transition: all 0.3s ease;
}

.rank-menu > li a:hover {
	color: #1ba8cf;
}

.rank-menu > li a:hover::before {
	opacity: 1;
}

.rank-menu > li a:hover::after {
	opacity: 1;
}

/*================================================
* flex-list */
.flex-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	    align-items: flex-start;
	-ms-flex-pack: center;
	    justify-content: center;
}

.flex-list > li {
	margin: 0 24px;
}

.flex-list > li p {
	font-size: 15px;
	padding: 10px 10px;
	letter-spacing: 0.13em;
	text-align: center;
}

.flex-list a {
	text-decoration: none;
	display: block;
	transition: all 0.3s ease;
	opacity: 1;
}

.flex-list a:hover {
	opacity: 0.8;
	text-decoration: underline;
}

.flex-list-thumb {
	border: 1px solid #88847d;
}

.flex-list-new > li {
	width: 408px;
}

.flex-list-feature {
	width: auto;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	margin: auto;
}

.flex-list-feature > li {
	width: 240px;
	margin: 0;
}

/*================================================
* brand-list */
.brand-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	    justify-content: flex-start;
	-ms-flex-align: start;
	    align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 auto 20px;
}

.brand-list > li:not(:nth-child(3n)) {
/*	margin-right: 67px; */
	margin: 0 auto;
}
.brand-list > li:not(:nth-last-child(-n+3)) {
	margin-bottom: 36px;
}

.brand-list a {
	display: block;
	text-decoration: none;
	font-size: 14px;
	transition: all 0.3s ease;
	opacity: 1;
	text-align: center;
}

.brand-list a:hover {
	opacity: 0.8;
	text-decoration: underline;
}

.brand-list a:hover .brand-thumb {
	border-color: #54bedb;
}

.brand-list a p {
	padding: 0 11px;
	letter-spacing: 0.06em;
}

.brand-thumb {
	border: 0px solid #e5e5e5;
	margin-bottom: 3px;
	transition: all 0.3s ease;
}

.title-border {
	display: flex;
	align-items: center;
	display: flex;
	align-items: center;
	padding: 4px 0;
	margin-bottom: 8px;
	font-size: 22px;
	font-weight: bold;
}
.title-border:before,
.title-border:after {
	border-top: 1px solid;
	content: "";
	flex-grow: 1;
}
.title-border:before {
	margin-right: 1rem;
}
.title-border:after {
	margin-left: 1rem;
}

.item_title_jp {
	width: 100%;
	font-family: YuGothic, "Hiragino Sans";
	font-size: 12px;
	line-height: 1;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 0px 0px;
	text-align: center;
	margin: -10px auto -10px;
}
/*================================================
* price-list */
.price-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

.price-list > li {
	width: 195px;
}

.price-list a {
	display: block;
	border: 1px solid #dbdbdb;
	text-decoration: none;
	font-size: 13px;
	padding: 16px 15px 16px 20px;
	letter-spacing: 0.1em;
	position: relative;
	transition: all 0.3s ease;
}

.price-list a:hover {
	border-color: #54bedb;
}

.price-list a::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 11px solid transparent;
	border-bottom: none;
	border-top-color: #01b3df;
	position: absolute;
	bottom: 2px;
	right: -4px;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

/*================================================
* info-list */
.info-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

.info-list > li {
	width: 185px;
	text-align: center;
}

.info-list p {
	margin-bottom: 11px;
}

.info-list a {
	display: block;
	opacity: 1;
	transition: all 0.3s ease;
}

.info-list a:hover {
	opacity: 0.7;
}

/*================================================
* guide */
#i-guide {
	width: 100%;
	height: 1708px;
}
.section-title {
	color: #1ba8cf;
	font-size: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #1ba8cf;
	margin-bottom: 15px;
}
.section-title--footer {
	color: #666;
	font-size: 18px;
	border-bottom: 1px solid #666;
	margin-bottom: 21px;
}

.middle-title {
	color: #666;
	font-size: 15px;
	padding: 8px 22px;
	background: #f5f5f5;
	margin-bottom: 18px;
}
.middle-title--lm {
	margin-bottom: 28px;
}

.layout-2column {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 0px;
}
.layout-2column__right {
	width: 448px;
}
.layout-2column__left {
	width: 555px;
}
.layout-2column__left .text-list {
	padding-left: 18px;
}

.text-list {
	font-size: 13px;
	color: #444;
}
.text-list > li {
	padding-left: 1em;
	position: relative;
	line-height: 1.8;
}
.text-list > li:not(:last-child) {
	margin-bottom: 3px;
}
.text-list > li span {
	font-size: 12px;
}
.text-list > li::before {
	content: "áô&#63728;";
	position: absolute;
	left: 0;
	top: 0;
}
.text-list__shipping::after {
	content: "";
	position: absolute;
	width: 129px;
	height: 38px;
/*	background: url(/gold/angfa/assets/img/guide/yamato_logo.png); */
}

.border-box {
	padding: 16px 0 15px;
	border: 1px solid #f5f5f5;
	border-radius: 5px;
}

.note {
	padding-left: 18px;
}
.note__title {
	font-size: 15px;
	color: #1ba8cf;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 10px;
}
.note__title img {
	display: inline-block;
	margin-right: 10px;
}
.note__text {
	color: #444;
	font-size: 13px;
	line-height: 1.8;
}

.info {
	border: 1px solid #e0e0e0;
	padding: 15px 22px 20px;
	font-size: 13px;
	border-radius: 2px;
	color: #444;
}
.info__name {
	font-size: 16px;
	margin-bottom: 6px;
}
.info__address {
	margin-bottom: 10px;
}
.info__tel {
	margin-bottom: 3px;
	position: relative;
	padding-left: 17px;
}
.info__tel::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 14px;
/*	background: url(./files/tel_hook.png); */
	left: 0;
}
.info__fax {
	margin-bottom: 13px;
	position: relative;
	padding-left: 19px;
}
.info__fax::before {
	content: "";
	position: absolute;
	background: url(/gold/angfa/assets/img/guide/fax.png);
	width: 15px;
	height: 15px;
	left: 0;
}

.guide__content {
	margin-bottom: 50px;
}

.guide__content__lead {
	font-size: 13px;
	padding-left: 1em;
	line-height: 1.8;
}

.guide--mail .middle-title {
	margin-bottom: 18px;
}

.guide--mail__content {
	margin: 0 76px 0 20px;
}

.guide--mail__image {
	margin-bottom: 26px;
}

.guide--mail__link {
	width: 460px;
	margin-bottom: 20px;
}
.guide--mail__link a {
	border: 1px solid #e0e0e0;
	display: block;
	padding: 18px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #67656a;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.guide--mail__link a:hover {
	border: 1px solid #1ba8cf;
	color: #1ba8cf;
}
.guide--mail__link a:hover::after {
	right: 64px;
	background: url(/gold/angfa/assets/img/guide/arrow_right_blue.svg) 0 0/cover;
}
.guide--mail__link a:hover::before {
	 background: url(/gold/angfa/assets/img/guide/mail_blue.svg) 0 0/cover;
}
.guide--mail__link a::before, .guide--mail__link a::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.guide--mail__link a::before {
	background: url(/gold/angfa/assets/img/guide/mail.svg);
	left: 60px;
	width: 32px;
	height: 25px;
}
.guide--mail__link a::after {
	width: 4px;
	height: 8px;
	background: url(/gold/angfa/assets/img/guide/arrow_right.svg);
	right: 70px;
}

.guide--mail__note {
	font-size: 11px;
	color: #444;
}

/*================================================
* footer */
.footer {
	background: #5F5F5F;
	padding: 22px 0;
	margin-top: 99px;
}

.footer .inner {
	padding: 0;
}

.footer-link {
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	letter-spacing: 0.07em;
	float: left;
}

.footer-link > li {
	margin-right: 22px;
}

.footer-link a {
	color: #fff;
	text-decoration: none;
}

.footer-link a:hover {
	text-decoration: underline;
	padding-bottom: 1px;
}

.footer-bottom {
	clear: both;
	padding-top: 40px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

.copyright {
	font-size: 12px;
	text-align: right;
	color: #fff;
	line-height: 1.8;
	letter-spacing: 0.07em;
}

.copyright small {
	letter-spacing: 0.25em;
}

/*================================================
* sidebar */
.sidebar-title {
	background: #1ba8cf;
	font-size: 15px;
	color: #fff;
	padding: 12px 15px;
	margin-bottom: 19px;
}

.sidebar {
	padding: 18px 0 10px;
}
.sidebar > a {
	display: block;
}
.sidebar > a:hover {
	opacity: 0.7;
}
.sidebar > a img {
	display: block;
	margin-bottom: 22px;
}
.sidebar > a span {
	display: block;
	text-decoration: none;
	font-size: 14px;
	transition: all 0.3s ease;
	opacity: 1;
	text-align: center;
}
.search {
	position: relative;
	margin-bottom: 11px;
}
.search-button {
	overflow: hidden;
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	display: flex;
	align-items: stretch;
}
.search-button input,
.search-button button {
	padding: 7px 0 7px 11px;
}
.search-button input {
	width: 100%;
	background: #f4f4f4;
	font-size: 12px;
	font-weight: bold;
}
.search-button input[type="text"]:focus {
	outline: 0;
}
.search-button input::-webkit-calendar-picker-indicator {
	display: none;
}
.search-button button {
	width: 43px;
	height: 100%;
	background: url(/gold/angfa/assets/img/sidebar/icons/search.png) 50% no-repeat;
	text-indent: -9999px;
	background-color: #666;
}

.keyword-list {
	font-size: 12px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-bottom: 20px;
}
.keyword-list li a {
	border: 1px solid #d9d9d9;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 5px 7px;
	border-radius: 10px;
	color: #666;
	text-decoration: none;
}
.keyword-list li a:hover {
	border: 1px solid #1ba8cf;
	color: #1ba8cf;
}
.keyword-list li {
	margin: 0 5px 10px 0;
}

.list {
	font-size: 14px;
	font-weight: bold;
	border-radius: 10px;
	margin-bottom: 20px;
	color: #666;
	border-top: 2px solid #e7e7e7;
}
.list > li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background: #fff;
	position: relative;
	border-bottom: 2px solid #e7e7e7;
}
.list > li img {
	margin-right: 13px;
}
.list > li > a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 10px 0 10px 9px;
	width: 100%;
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.list > li > a:hover {
	opacity: 0.7; }
.list > li > a::after {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	background: url(/gold/angfa/assets/img/sidebar/icons/arrow.png);
	top: 0;
	bottom: 0;
	right: 12px;
	margin: auto; }
.list > li.list--accord__link-li::after {
	content: none;
}
.list > li.list--accord__link-li > a {
	text-decoration: none;
	padding: 19px 0 18px 13px;
}
.list > li.list--accord__link-li > a::after {
	right: 18px;
}
.list--accord__title {
	display: flex;
	align-items: center;
	padding: 19px 0 18px 13px;
}
.list--accord__title__women {
	color: #e274a1;
}
.list--accord__link {
	padding: 19px 0 18px 13px;
}
.list--accord > li {
	display: block;
	position: relative;
	cursor: pointer;
}
	.list--accord > li::after {
	  position: absolute;
	  content: "";
	  width: 17px;
	  height: 17px;
	  top: 20px;
	  right: 16px;
	  background-image: url(/gold/angfa/assets/img/sidebar/icons/plus.svg);
	  background-size: 17px 17px;
	  background-repeat: no-repeat;
	}

	.list--accord  > li:last-child::after {
	  top: 30px;
	}

	.list--accord > li.is-active .list--accrord__title {
	  margin-bottom: 4px; }
	.list--accord > li.is-active::after {
	  background-image: url(/gold/angfa/assets/img/sidebar/icons/minus.svg);
	}
	.list--accord > li > a {
	  display: block; }
.list--accord__child {
	display: none;
	padding: 0 1px;
	border-top: 2px solid #e7e7e7;
}
.list--accord__child a {
	font-size: 12px;
	background: #f4f4f4;
	padding: 12px 22px 12px 38px;
	position: relative;
	display: block;
	font-weight: normal;
	text-decoration: none;
}
.list--accord__child a:hover {
	opacity: 0.7; }
.list--accord__child a::before {
	content: "¡¦¼¢;
	position: absolute;
	left: 13px;
	top: 50%;
	bottom: 0;
	margin-top: -9px;
}
.list--accord__child a::after {
	content: "";
	position: absolute;
	width: 6px;
	height: 8px;
	top: 16px;
	right: 20px;
	background: url(/gold/angfa/assets/img/sidebar/icons/arrow-right.png);
}

/*================================================
* banner-list */
.banner-list {
	margin-top: 10px;
}
.banner-list li:not(:last-child) {
	margin: 5px auto 25px;
}
.banner-list img{
	width: 20px;
	margin: auto 10px;
}
.banner-list a {
	opacity: 1;
	transition: all 0.3s ease;
}
.banner-list a:hover {
	opacity: 0.7;
}

/*================================================
* links-heading */
.links-heading {
	border-bottom: 2px solid #01b3df;
	margin-bottom: 28px;
}

.links-heading-text {
	display: inline-block;
	color: #fff;
	background: #01b3df 10px 50% no-repeat;
	font-size: 16px;
	font-weight: normal;
	padding: 9px 12px 9px 47px;
	letter-spacing: 0.12em;
}

.links-heading-feature .links-heading-text {
	background-image: url(../img/links/icon_good.png);
}

.links-heading-man {
	border-color: #0177cb;
}

.links-heading-man .links-heading-text {
	background-image: url(../img/links/icon_man.png);
	background-color: #0177cb;
}

.links-heading-woman {
	border-color: #fb9caa;
}

.links-heading-woman .links-heading-text {
	background-image: url(../img/links/icon_woman.png);
	background-color: #fb9caa;
}

.links-heading-heart .links-heading-text {
	background-image: url(../img/links/icon_heart.png);
}

.links-heading-crown .links-heading-text {
	background-image: url(../img/links/icon_crownxx.png);
}

.links-heading-alphabet .links-heading-text {
	background-image: url(../img/links/icon_alphabet.png);
}

.links-heading-info .links-heading-text {
	background-image: url(../img/links/icon_info.png);
}

/*================================================
* links-section */
.links-section {
	margin-bottom: 50px;
}

/*================================================
* links-info-list */
.links-info-list {
	width: 780px;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	text-align: center;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.links-info-list p {
	margin-bottom: 5px;
}

.links-info-list a {
	display: -ms-flexbox;
	display: flex;
	width: 146px;
	height: 113px;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	border: 1px solid #dbdbdb;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
}

.links-info-list a::after {
	content: "";
	background: #01b3df;
	width: 40px;
	height: 40px;
	position: absolute;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	right: -25px;
	bottom: -25px;
}

.links-info-list a:hover {
	border-color: #2da9cd;
}

.footer-wrapper {
	margin-top: 99px;
}
.footer-wrapper .inner {
	position: relative;
}

/*================================================
* new-list */
.new-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	    align-items: stretch;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	padding-top: 38px;
}

.new-list img {
	width: 100%;
}

@media only screen and (max-width: 800px) {
	.new-list {
	  padding-top: 30px;
	}
}

.new-list > li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	    align-items: stretch;
	width: 18.76%;
}

.new-list a {
	display: block;
	text-decoration: none;
	border: 1px solid #ecedf0;
	position: relative;
	transition: all 0.3s ease;
	background-color: #fff;
}

.new-list a:hover {
	border-color: #2da9cd;
}

.new-text {
	font-size: 15px;
	text-align: center;
	padding: 15px 4px 10px;
	letter-spacing: 0.1em;
	line-height: 1.7;
	min-height: 125px;
}

@media only screen and (max-width: 800px) {
	.new-text {
	  font-size: 12px;
	  min-height: 102px;
	}
}

.new-price {
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.10em;
	color: #ba0000;
	font-weight: bold;
	padding-bottom: 13px;
}

.body {
	min-width: 1070px;
}

.footer-wrapper .inner {
	position: relative;
}

.page-top {
	display: block;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	position: relative;
	padding-right: 32px;
	letter-spacing: 0.15em;
	position: absolute;
	right: 10px;
	bottom: 118px;
}

.page-top:hover::before {
	background: none;
}

.page-top:hover::after {
	border-color: #fff;
}

.page-top::before, .page-top::after {
	content: "";
	display: block;
	position: absolute;
	transition: all 0.3s ease;
}

.page-top::before {
	width: 21px;
	height: 21px;
	right: 0;
	top: 50%;
	margin-top: -10px;
	background: #fff;
	border: 1px solid #fff;
}

.page-top::after {
	width: 8px;
	height: 8px;
	border-top: 1px solid #1ba8cf;
	border-left: 1px solid #1ba8cf;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	right: 6px;
	top: 7px;
}

.top-header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	border-bottom: 1px solid #e0e0e0;
	z-index: 9999;
}

.top-header .inner {
	display: flex;
	align-items: center;
	height: 64px;
}

#i-header {
	margin-top: 64px;
}

.top-header-logo {
	display: block;
	width: 180px;
	height: 38px;
	text-indent: -9999px;
	background: url(../img/header/top_icon/logo_wowma.png) 0 0 / cover no-repeat;
	opacity: 1;
	transition: all 0.3s ease;
}
.top-header-logo-au {
	background-image: url(../img/header/top_icon/logo_wowma_au.png);
}

.top-header-logo:hover {
	opacity: 0.8;
}

.utility-list {
	margin: 0 0 0 auto;
	display: flex;
}

.utility-item {
	display: block;
	width: 64px;
	background: 50% calc(50% - 9px) no-repeat;
	padding-top: 40px;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
}
.utility-item-category {
	background-image: url(../img/header/top_icon/icon_category.png);
	background-size: 18px auto;
}
.utility-item-shop {
	background-image: url(../img/header/top_icon/icon_shop.png);
	background-size: 18px auto;
}
.utility-item-campaign {
	background-image: url(../img/header/top_icon/icon_fav.png);
	background-size: 20px auto;
}
.utility-item-basket {
	width: 48px;
	background-image: url(../img//top_icon/icon_cart.png);
	background-size: 21px auto;
}



.nav-inner > li.women a{
	background: #e274a1 !important;
}
.nav-inner > li.women a:hover {
	background: #eb9dbd !important;
}
.nav-inner > li.women span {
	font-size: 10px !important;
	display: contents !important;
	letter-spacing: 0px;
}
.nav-inner > li.women span.link {
	font-size: 13px !important;
}

/**************************************
	lightbox.css
***************************************/
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(./loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAA.//wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(./prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(./next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(./close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/**************************************
	calbase_rakuten.css
***************************************/
table.calbase_rakuten     {
    background-color: #FFFFFF;
    border:1px solid #CECECE;
    width: 240px;
    border-collapse: collapse;
    padding: 0px 0px 10px 0px;
    }
table.calbase_rakuten *   {
    font-size: 98%;
    color: #000000;
    border-collapse: collapse;
    padding: 0px;
    margin: 0px auto;
    }
table.calbase_rakuten th  {
    text-align: center;
    }
th.caltitle_rakuten       {
    font-size: 85%;
    padding: 10px 0px 0px 0px;
    }
table.calframe_rakuten    {
    border-collapse: collapse;
    margin: 10px 10px 0px 10px;
    table-layout: fixed;
    width: 162px;
    }
table.calframe_rakuten th {
    text-align: center;
    padding: 0px 0px 3px 0px;
    }
table.calframe_rakuten td {
    border:1px solid #FFFFFF;
    background-color: #FFFFFF;
    width:22px;
    height:22px;
    text-align: center;
    }
tr.weektitle_rakuten td   {
    background-color: #EEEEEE;
    }
td.event1day_rakuten      {
    background-color: #FFC6C6 !important;
    }
font.event1day_rakuten    {
    color: #FFC6C6;
    }
td.event2day_rakuten      {
    background-color: #B5DAFF !important;
    }
font.event2day_rakuten    {
    color: #B5DAFF;
    }
td.event3day_rakuten      {
    background-color: #FEDE93 !important;
    }
font.event3day_rakuten    {
    color: #FEDE93;
    }
table.event_rakuten       {
    text-align: left;
    word-break: break-all;
    margin: 7px 10px 7px 10px;
    border-collapse: collapse;
    line-height:120%;
    table-layout: fixed;
    width: 162px;
    }
table.event_rakuten td   {
    padding: 0px 0px 0px 0px;
    }
table.text_rakuten       {
    text-align: left;
    word-break: break-all;
    margin: 0px 10px 10px 10px;
    border-collapse: collapse;
    line-height:120%;
    table-layout: fixed;
    width: 162px;
    }
</style>

