@charset "UTF-8";

/* To embed Google fonts
----------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;600;700');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700');

/* ----------------------------------------------
 * Additional style
 ---------------------------------------------- */

#gallery {
	position: relative;
}

/* Gallery PC
 ---------------------------------------------- */

.gallery-pc {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s ease;
}

.gallery-pc.active {
	opacity: 1;
	visibility: visible;
}

.gallery-pc * {
	box-sizing: border-box;
}

.gallery-pc .swiper {
	position: relative;
	width: 600px;
	height: 600px;
	text-align: center;
	margin-bottom: 16px;
}

.gallery-pc .swiper-slide img {
	max-width: 100%;
	height: auto;
}

.gallery-pc .swiper-button-prev,
.gallery-pc .swiper-button-next {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	width: 3.6rem;
	height: 3.6rem;
	transform: translateY(-50%);
	transition: 0.5s ease;
	z-index: 2;
	cursor: pointer;
}

.gallery-pc .swiper-button-prev {
	left: -10px;
}

.gallery-pc .swiper-button-next {
	right: -10px;
}

.gallery-pc .swiper-button-prev::after,
.gallery-pc .swiper-button-next::after {
	display: block;
	content: "";
	width: 1.2rem;
	height: 1.2rem;
	border: solid #000;
	border-width: 3px 3px 0 0;
	opacity: 0.4;
}

.gallery-pc .swiper-button-prev::after {
	margin-left: 0.4rem;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.gallery-pc .swiper-button-next::after {
	margin-right: 0.4rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.gallery-pc .swiper-thumbnail {
	width: 600px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}

.gallery-pc .thumb_item {
	width: calc((100% - 40px) / 5);
	margin: 0 10px 10px 0;
	border: solid 1px #dcdcdc;
	box-sizing: border-box;
}

.gallery-pc .thumb_item.thumb_item-active {
	border: solid 3px #00453f;
}

.gallery-pc .thumb_item:nth-child(5n) {
	margin-right: 0;
}

.gallery-pc .thumb_item img {
	display: block;
	max-width: 100%;
	height: auto;
}

.gallery-pc .thumb_item a {
	display: block;
}


/* -----------------------------------------------
 * Option Select
 ---------------------------------------------- */

.option-select-pc {
	
}

.option-select-pc h3 {
	margin: 10px 0 5px 0;
	font-weight: bold;
}

.option-select-pc h3 span {
	font-size: 0.9em;
	font-weight: normal;
}


/* Color Select PC
 ---------------------------------------------- */

.color-select-pc {
	width: 350px;
	display: flex;
	flex-wrap: wrap;
}

.color-select-pc input {
	display: none;
}

.color-select-pc label {
	display: block;
	width: calc((100% - 20px) / 5);
	margin: 0 5px 5px 0;
	padding: 0;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	border: solid 1px #dcdcdc;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;
	cursor: pointer;
}

.color-select-pc label::before {
	content: '';
	display: block;
	padding-top: 100%;
}

.color-select-pc label:nth-child(5n) {
	margin-right: 0;
}

.color-select-pc input[type="radio"].disable + label {
	opacity: 0.4;
}

.color-select-pc input[type="radio"]:checked + label {
	border: solid 2px #00453f;
}


/* Size Select PC
 ---------------------------------------------- */

.size-select-pc {
	width: 350px;
	display: flex;
	flex-wrap: wrap;
}

.size-select-pc input {
	display: none;
}

.size-select-pc label {
	display: block;
	padding: 10px 20px;
	margin-right: 5px;
	border: solid 1px #cccccc;
	border-radius: 2px;
	transition: all .2s;
	cursor: pointer;
}

.size-select-pc input[type="radio"].disable + label {
	opacity: 0.4;
}

.size-select-pc input[type="radio"]:checked + label {
	background-color: #00453f;
	color: #ffffff;
	border: solid 1px #cccccc;
}


/* -----------------------------------------------
 * 在庫なし コメント
 ---------------------------------------------- */

.variant-inventory {
	margin: 15px 0;
	color: #b41919;
}


/* -----------------------------------------------
 * 商品のお問い合わせはこちら
 ---------------------------------------------- */

.textBtn {
	margin-top: 20px;
	text-align: center;
}
.textBtn a {
	text-decoration: underline;
}


/* -----------------------------------------------
 * この商品を買った人はこんな商品もチェックしています
 * Recommend Item
 ---------------------------------------------- */

.item-list {
	display: flex;
	flex-wrap: wrap;
}

.item-list li {
	width: 159px;
	margin-bottom: 20px;
	border-right: 1px solid #eee;
}

.item-list li:nth-child(5n) {
	border-right: 0;
}



/* table sp
----------------------------------------------- */

table {
	margin: 15px 0 20px;
	border-collapse: collapse;
	border: none!important;
	width: auto;
	text-align: inherit;
}

table thead {
	border-bottom: 2px solid #cccccc !important;
}

table thead th {
	background-color: transparent!important;
	border: none;
	white-space: nowrap;
}

table tbody tr {
	border-bottom: 1px solid #eee !important;
}

table tbody th {
	text-align: left;
	background-color: transparent;
}

table th {
	padding: 10px 15px;
	border: none!important;
}

table td {
	padding: 10px 15px;
	border: none!important;
}


/* -----------------------------------------------
 * スライダー　キャプション追加
 ---------------------------------------------- */

.swiper-slide {
	position: relative;
}

.swiper-slide .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.6);
	color: rgb(255, 255, 255);
	text-align: left;
	z-index: 1;
}





/* -----------------------------------------------
 * colorchip overwrite
 ---------------------------------------------- */

.colorchip {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}

.colorchip .src_colorchip {
	position: relative;
	width: calc((100% - 16px) / 5);
	height: auto;
	margin-bottom: 4px;
	margin-right: 4px;
	overflow: hidden;
}

.colorchip .src_colorchip::before {
	content: '';
	display: block;
	padding-top: 100%;
}

.colorchip .src_colorchip:nth-child(5n) {
	margin-right: 0;
}

.colorchip .src_colorchip span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.colorchip .src_colorchip.twotone span:first-of-type {
	left: 0;
	width: 66.6666%
}

.colorchip .src_colorchip.twotone span:last-of-type {
	left: auto;
	right: 0;
	width: 33.3333%
}

.colorchip .no-stock {
	opacity: 0.15;
}



.backorder-button {
	display: none;
}

.variant-inventory {
	display: none;
}

.size-selector {
	display: none;
}

.size-selector.active {
	display: block;
}





/* -----------------------------------------------------------
 * December 2023
 * Top page renewal
 * Add styles
----------------------------------------------------------- */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
 
/* 
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }
 */
 
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }





/* main style
----------------------------------------------------------- */

/* ----------------------------------------------
 * Overwrite
 ---------------------------------------------- */

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}

/*
body {
	min-width: auto;
	text-align: start;
	background-color: #ffffff;
	color: #000000;
	font-family: "Poppins", "Noto Sans JP", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", sans-serif;
	font-size: 1.3rem;
	line-height: 1.6;
}
*/

.p-scroll-header__search__container input[type="text"], .p-scroll-header__search__container input[type="search"],
.l-header__search input[type="text"], .l-header__search input[type="search"],
.p-header__menu__search__container input[type="text"], .p-header__menu__search__container input[type="search"] {
	position: static;
	height: auto;
	margin: 0;
	padding: 0;
	font-family: "Poppins", "Noto Sans JP", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", sans-serif;
	font-size: 1.6rem;
	border: 0.1rem solid #999999;
	border-radius: 0;
}




#spec h2 {
	width: auto;
}

a, a:link, a:visited, a:hover, a:hover * {
	color: #000000;
	text-decoration: none;
}

a.nextBtn {
	display: inline-block;
	width: 200px;
	text-align: center;
	background: #d92a37;
	padding: 15px 0;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	margin: 0px 16px;
}

a.backCartBtn {
	display: block;
	border: none;
	width: 240px;
	padding: 8px 0 8px 24px;
	font-size: 12px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	background: url('../img/usr/icon/icon_cart.png') no-repeat 17px center #aaa;
	color: #fff;
	cursor: pointer;
}

.bdbox *, .bdbox *:before, .bdbox *:after {
	box-sizing: border-box
}


/* -----------------------------------------------
 * Layout Header
 ---------------------------------------------- */
.l-header {
	
}

.l-header__container {
	position: relative;
}


/* Description
 ---------------------------------------------- */
.p-header__description {
	text-align: center;
	background-color: #000000;
	color: #ffffff;
}

.p-header__description p {
	margin: 0;
	font-size: 1.3rem;
	line-height: 3.0rem;
}


/* -----------------------------------------------
 * Layout Header
 ---------------------------------------------- */

.l-header__contents {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 134.0rem;
	min-width: 100.0rem;
	height: 14.5rem;
	margin: 0 auto;
	padding: 0 2.0rem;
}


/* Logo
 ---------------------------------------------- */
.p-header__logo {
	display: flex;
	align-items: center;
	margin-left: 2.0rem;
}

.p-header__logo h1 {
	margin: 0;
	line-height: 1;
}

.p-header__logo a {
	display: block;
	width: 15.0rem;
	transition: opacity 0.5s ease;
}

.p-header__logo a:hover {
	opacity: 0.7;
}

.p-header__logo img,
.p-header__logo svg {
	display: block;
	width: 100%;
	height: auto;
}

.p-header__lead {
	margin-left: 2.0rem;
}

.p-header__lead p {
	margin: 0;
	line-height: 2.0;
	white-space: nowrap;
}

.p-header__lead-main {
	font-size: 1.3rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	border-bottom: solid 0.1rem #666666;
}

.p-header__lead-sub {
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 0.3em;
}






/* Navigation
 ---------------------------------------------- */
.p-header__navigation {
	
}

.p-header__navigation__container {
	display: flex;
	align-items: center;
}

.p-header__navigation__list ul {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.p-header__navigation__list ul li {
	margin: 0 0 0 0.5em;
	padding: 0;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.05em;
}

.p-header__navigation__list ul li a {
	display: block;
	width: 7.0rem;
	height: 6.0rem;
	padding-top: 3.8rem;
	background-repeat: no-repeat;
	transition: opacity 0.5s ease;
}

.p-header__navigation__list ul li a:hover {
	opacity: 0.7;
}

.p-header__navigation__list ul li.cart a {
	background-image: url("/img/usr/images_pc/icon_cart.svg");
	background-position: center 1.0rem;
	background-size: 2.4rem;
}

.p-header__navigation__list ul li.login a {
	background-image: url("/img/usr/images_pc/icon_login.svg");
	background-position: center 0.8rem;
	background-size: 1.8rem;
}

.p-header__navigation__list ul li.logout a {
	background-image: url("/img/usr/images_pc/icon_logout.svg");
	background-position: center 0.8rem;
	background-size: 1.8rem;
}

.p-header__navigation__list ul li.registration a {
	background-image: url("/img/usr/images_pc/icon_registration.svg");
	background-position: center 0.8rem;
	background-size: 2.4rem;
}

.p-header__navigation__list ul li.mypage a {
	background-image: url("/img/usr/images_pc/icon_mypage.svg");
	background-position: center 0.8rem;
	background-size: 2.4rem;
}




.p-header__navigation__menu {
	margin: 0 1.0rem 0 3.5rem
}

.p-header__toggle {
	position: relative;
	width: 4.2rem;
	height: 4.2rem;
	border: solid 0.2rem #000000;
	border-radius: 1.2rem;
	cursor: pointer;
}

.p-header__toggle span {
	display: block;
	position: absolute;
	right: 50%;
	bottom: 50%;
	width: 1.8rem;
	height: 0.2rem;
	background-color: #000000;
	transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
	border-radius: 2px;
	transform: translate(50%, 50%);
}

.p-header__toggle span:nth-of-type(1) {
	transform: translate(50%, calc(50% - 0.6rem));
}

.p-header__toggle span:nth-of-type(2) {
	
}

.p-header__toggle span:nth-of-type(3) {
	transform: translate(50%, calc(50% + 0.6rem));
}









.p-header__member {
	position: absolute;
	top: 1.0rem;
	right: 4.0rem;
}

.p-header__member p {
	display: inline-block;
	margin: 0 0 0 2.0rem;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.05em;
}

.p-header__member p span {
	font-weight: 700;
}



/* -----------------------------------------------
 * Scroll Header
 ---------------------------------------------- */

.l-scroll-header {
	position: fixed;
	top: -8.0rem;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
	transition: all 0.5s ease;
	z-index: 10000;
}

.is-scroll .l-scroll-header {
	top: 0;
}


.l-scroll-header__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 134.0rem;
	height: 7.0rem;
	margin: 0 auto;
	padding: 0 2.0rem;
}


/* Logo
 ---------------------------------------------- */
.p-scroll-header__logo {
	display: flex;
	align-items: center;
	width: calc(100% / 3);
}



.p-scroll-header__logo h2 {
	width: 10.4rem;
	margin: 0;
	line-height: 1;
}

.p-scroll-header__logo a {
	display: block;
	transition: opacity 0.5s ease;
}

.p-scroll-header__logo a:hover {
	opacity: 0.7;
}

.p-scroll-header__logo img,
.p-scroll-header__logo svg {
	display: block;
	width: 100%;
	height: auto;
}
.p-scroll-header__lead {
	margin-left: 1.0rem;
}

.p-scroll-header__lead p {
	margin: 0;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.0;
	letter-spacing: 0.3em;
	white-space: nowrap;
}



/* Search
 ---------------------------------------------- */

.p-scroll-header__search {
	display: flex;
	justify-content: center;
	width: calc(100% / 3);
}

.p-scroll-header__search__container {
	display: flex;
	width: 33.5rem;
	border: solid 0.1rem #999999;
}

.p-scroll-header__search input[type="text"] {
	display: inline-block;
	width: calc(100% - 7.0rem);
	padding: 0 2.0rem;
	background-image: url("/img/usr/images_pc/icon_search.svg");
	background-repeat: no-repeat;
	background-position: 2.0rem center;
	background-size: 2.0rem;
	font-size: 1.5rem;
	border: none;
	
}

.p-scroll-header__search input[type="text"]:focus {
	background-image: none;
	outline: none;
}

.p-scroll-header__search input[type="text"]:focus::placeholder {
	color: transparent;
}

.p-scroll-header__search input[type="submit"] {
	display: block;
	width: 7.0rem;
	height: 4.0rem;
	background-color: #ffffff;
	color: #000000;
	font-size: 1.3rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	border: none;
	border-left: solid 0.1rem #999999;
	border-radius: 0;
	cursor: pointer;
	transition: 0.5s ease;
}

.p-scroll-header__search input[type="submit"]:hover {
	background-color: #00453f;
	color: #ffffff;
}



/* Navigation
 ---------------------------------------------- */
.p-scroll-header__navigation {
	width: calc(100% / 3);
}

.p-scroll-header__navigation__container {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.p-scroll-header__navigation__list ul {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.p-scroll-header__navigation__list ul li {
	margin: 0 0 0 0.5em;
	padding: 0;
	text-align: center;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.05em;
}

.p-scroll-header__navigation__list ul li a {
	display: block;
	width: 6.0rem;
	height: 5.0rem;
	padding-top: 3.2rem;
	background-repeat: no-repeat;
	transition: opacity 0.5s ease;
}

.p-scroll-header__navigation__list ul li a:hover {
	opacity: 0.7;
}

.p-scroll-header__navigation__list ul li.cart a {
	background-image: url("/img/usr/images_pc/icon_cart.svg");
	background-position: center 1.0rem;
	background-size: 2.0rem;
}

.p-scroll-header__navigation__list ul li.login a {
	background-image: url("/img/usr/images_pc/icon_login.svg");
	background-position: center 0.8rem;
	background-size: 1.5rem;
}

.p-scroll-header__navigation__list ul li.logout a {
	background-image: url("/img/usr/images_pc/icon_logout.svg");
	background-position: center 0.8rem;
	background-size: 1.5rem;
}

.p-scroll-header__navigation__list ul li.registration a {
	background-image: url("/img/usr/images_pc/icon_registration.svg");
	background-position: center 0.8rem;
	background-size: 1.7rem;
}

.p-scroll-header__navigation__list ul li.mypage a {
	background-image: url("/img/usr/images_pc/icon_mypage.svg");
	background-position: center 0.8rem;
	background-size: 1.7rem;
}


.p-scroll-header__navigation__menu {
	margin-left: 3.5rem
}




.p-scroll-header__toggle {
	position: relative;
	width: 3.6rem;
	height: 3.6rem;
	border: solid 0.2rem #000000;
	border-radius: 1.2rem;
	cursor: pointer;
}

.p-scroll-header__toggle span {
	display: block;
	position: absolute;
	right: 50%;
	bottom: 50%;
	width: 1.8rem;
	height: 0.2rem;
	background-color: #000000;
	transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
	border-radius: 2px;
	transform: translate(50%, 50%);
}

.p-scroll-header__toggle span:nth-of-type(1) {
	transform: translate(50%, calc(50% - 0.6rem));
}

.p-scroll-header__toggle span:nth-of-type(2) {
	
}

.p-scroll-header__toggle span:nth-of-type(3) {
	transform: translate(50%, calc(50% + 0.6rem));
}









/* -----------------------------------------------------------
 * Navigation Elements
----------------------------------------------------------- */

.l-navigation {
	min-width: 100.0rem;
	padding: 0 2.0rem;
}

.l-navigation__container {
	display: flex;
	max-width: 130.0rem;
	margin: 0 auto;
	border-top: solid 0.1rem #000000;
	border-bottom: solid 0.1rem #000000;
}




.l-navigation__container ul {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 86.0rem;
	width: 66%;
	height: 6.0rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.l-navigation__container ul li {
	margin: 0;
	padding: 0;
}

.l-navigation__container ul li a {
	display: block;
	position: relative;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 6.0rem;
	letter-spacing: 0.1em;
	white-space: nowrap;
}





.l-navigation__container ul li a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	background-color: #00453f;
	width: 100%;
	height: 0;
	transition: height 0.25s ease;
}

.l-navigation__container ul li a:hover::before {
	height: 0.3rem;
}










/* Search
 ---------------------------------------------- */

.l-header__search {
	width: 35%;
}

.l-header__search form {
	display: flex;
}

.l-header__search input[type="text"] {
	display: inline-block;
	width: calc(100% - 10.0rem);
	padding: 0 2.0rem;
	background-image: url("/img/usr/images_pc/icon_search.svg");
	background-repeat: no-repeat;
	background-position: 2.0rem center;
	background-size: 2.0rem;
	border: none;
	border-left: solid 0.1rem #000000;
}

.l-header__search input[type="text"]:focus {
	background-image: none;
	outline: none;
}

.l-header__search input[type="text"]:focus::placeholder {
	color: transparent;
}

.l-header__search input[type="submit"] {
	display: inline-block;
	width: 10.0rem;
	height: 6.0rem;
	background-color: transparent;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	border: none;
	border-left: solid 0.1rem #000000;
	cursor: pointer;
	transition: 0.5s ease;
}

.l-header__search input[type="submit"]:hover {
	background-color: #00453f;
	color: #ffffff;
}






/* -----------------------------------------------------------
 * Drawer menu
----------------------------------------------------------- */

.p-header__menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	padding: 10.0rem 10.0rem 5.0rem;
	background-color: #fafafa;
	overflow-x: hidden;
	overflow-y: auto;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: visibility 0.5s ease, opacity 0.5s ease;
	z-index: 10001;
}


body.is-open .p-header__menu {
	visibility: visible;
	opacity: 1;
}



/* Close
 ---------------------------------------------- */
.p-header__menu__close {
	display: flex;
	align-items: center;
	position: absolute;
	top: 3.0rem;
	right: 5.0rem;
}

.p-header__menu__close__button {
	position: relative;
	width: 3.6rem;
	height: 3.6rem;
	border: solid 0.2rem #000000;
	border-radius: 1.2rem;
	cursor: pointer;
}

.p-header__menu__close__button span {
	display: block;
	position: absolute;
	right: 50%;
	bottom: 50%;
	width: 1.8rem;
	height: 0.2rem;
	background-color: #000000;
	transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
	border-radius: 2px;
	transform: translate(50%, 50%);
}

.p-header__menu__close__button span:nth-of-type(1) {
	transform: translate(50%, 50%) rotate(135deg);
}

.p-header__menu__close__button span:nth-of-type(2) {
	opacity: 0;
}

.p-header__menu__close__button span:nth-of-type(3) {
	transform: translate(50%, 50%) rotate(-135deg);
}

.p-header__menu__close__text {
	margin: 0 1.0rem 0 0;
	padding: 0;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1;
}











.p-header__menu__top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 134.0rem;
	min-width: 100.0rem;
	height: 7.0rem;
	margin: 0 auto 5.0rem;
	padding: 0 2.0rem;
}


/* Logo
 ---------------------------------------------- */
.p-header__menu__logo {
	display: flex;
	align-items: center;
	flex-grow: 0;
}

.p-header__menu__logo h2 {
	width: 15.0rem;
	margin: 0;
	line-height: 1;
}

.p-header__menu__logo a {
	display: block;
	transition: opacity 0.5s ease;
}

.p-header__menu__logo a:hover {
	opacity: 0.7;
}

.p-header__menu__logo img,
.p-header__menu__logo svg {
	display: block;
	width: 100%;
	height: auto;
}

.p-header__menu__lead {
	margin-left: 1.0rem;
}

.p-header__menu__lead p {
	margin: 0;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.0;
	letter-spacing: 0.3em;
	white-space: nowrap;
}


/* Search
 ---------------------------------------------- */

.p-header__menu__search {
	display: flex;
	justify-content: center;
	flex-grow: 1;
}

.p-header__menu__search__container {
	display: flex;
	width: 33.5rem;
	border: solid 0.1rem #999999;
}

.p-header__menu__search input[type="text"] {
	display: inline-block;
	width: calc(100% - 7.0rem);
	padding: 0 2.0rem;
	background-image: url("/img/usr/images_pc/icon_search.svg");
	background-repeat: no-repeat;
	background-position: 2.0rem center;
	background-size: 2.0rem;
	font-size: 1.4rem;
	border: none;
	
}

.p-header__menu__search input[type="text"]:focus {
	background-image: none;
	outline: none;
}

.p-header__menu__search input[type="text"]:focus::placeholder {
	color: transparent;
}

.p-header__menu__search input[type="submit"] {
	display: block;
	width: 7.0rem;
	height: 4.0rem;
	background-color: #ffffff;
	color: #000000;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	border: none;
	border-left: solid 0.1rem #999999;
	border-radius: 0;
	cursor: pointer;
	transition: 0.5s ease;
}

.p-header__menu__search input[type="submit"]:hover {
	background-color: #00453f;
	color: #ffffff;
}


/* Membner
 ---------------------------------------------- */
.p-header__menu__membner {
	flex-grow: 0;
}

.p-header__menu__membner p {
	margin: 0;
	font-size: 1.4rem;
	font-weight: 600;
}

.p-header__menu__membner ul {
	margin: 1.0rem 0 0;
	padding: 0 0 0 1.0rem;
	list-style: none;
}

.p-header__menu__membner li {
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1;
}

.p-header__menu__membner li a {
	display: block;
	position: relative;
	padding-left: 1.0rem;
}

.p-header__menu__membner li a::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	border-top: solid 0.4rem transparent;
	border-bottom: solid 0.4rem transparent;
	border-left: solid 0.4rem #00453F;
	transform: translate(0,-50%);
}



/* List
 ---------------------------------------------- */

.p-header__menu__list {
	display: flex;
	flex-wrap: wrap;
	max-width: 134.0rem;
	min-width: 100.0rem;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.p-header__menu__list > li {
	width: calc((100% - 7.0rem) / 3);
	margin: 0 3.5rem 0 0;
	padding: 0;
	font-size: 1.6rem;
	line-height: 1;
}

.p-header__menu__list > li.no-margin {
	margin-right: 0;
}

.p-header__menu__list > li.has-child {
	width: 100%;
}


.p-header__menu__list > li > a {
	display: block;
	position: relative;
	padding: 1.8rem 0;
	font-weight: 700;
	border-top: solid 0.1rem #cccccc;
}

.p-header__menu__list > li > a::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 1.0rem;
	width: 1.0rem;
	height: 1.0rem;
	border-top: solid 0.1rem #cccccc;
	border-right: solid 0.1rem #cccccc;
	transform: translate(0,-50%) rotate(45deg);
}

.p-header__menu__list > li.has-child > a {
	width: calc((100% - 3.5rem) / 3);
}


.p-header__menu__list > li > ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.p-header__menu__list > li > ul > li {
	width: calc((100% - 7.0rem) / 3);
	margin: 0 3.5rem 0 0;
	padding: 0;
	font-size: 1.4rem;
	line-height: 1;
	
}

.p-header__menu__list > li > ul > li:nth-child(3) {
	margin-right: 0;
}

.p-header__menu__list > li > ul > li > a {
	display: block;
	position: relative;
	font-weight: 700;
	padding: 1.8rem 0 1.8rem 2.0rem;
	border-top: dashed 0.1rem #cccccc;
}

.p-header__menu__list > li > ul > li > a::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 0.8rem;
	height: 0.8rem;
	border-top: solid 0.1rem #00453F;
	border-right: solid 0.1rem #00453F;
	transform: translate(0,-50%) rotate(45deg);
}


.p-header__menu__list > li > ul >li > ul {
	margin: 0 0 1.0rem;
	padding: 0 0 0 2.0rem;
	list-style: none;
}

.p-header__menu__list > li >ul > li > ul > li {
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1;
}

.p-header__menu__list > li > ul > li > ul > li > a {
	display: block;
	position: relative;
	padding: 1.0rem 0 1.0rem 1.5rem;
}

.p-header__menu__list > li > ul > li > ul > li > a::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	border-top: solid 0.4rem transparent;
	border-bottom: solid 0.4rem transparent;
	border-left: solid 0.4rem #00453F;
	transform: translate(0,-50%);
}





/* -----------------------------------------------------------
 * Footer Elements
----------------------------------------------------------- */
.l-footer {
	min-width: 100.0rem;
	padding: 4.0rem 0 2.0rem;
	background-color: #000000;
}

.l-footer__container {
	display: flex;
	justify-content: space-between;
	max-width: 134.0rem;
	margin: 0 auto;
	padding: 0 2.0rem;
}


/* Contents
 ---------------------------------------------- */
.l-footer__contents {
	padding: 0 2.0rem;
}


/* Brand
 ---------------------------------------------- */
.p-footer__brand h2 {
	width: auto;
	margin: 0;
	line-height: 1;
}

.p-footer__brand h2 a {
	display: block;
	width: 12.0rem;
	margin: 0 0 3.0rem;
	transition: opacity 0.5s ease;
}

.p-footer__brand h2 a:hover {
	opacity: 0.7;
}

.p-footer__brand img,
.p-footer__brand svg {
	display: block;
	width: 100%;
	height: auto;
}


/* Navigation
 ---------------------------------------------- */
.p-footer__navigation {
	margin-bottom: 2.0rem;
}

.p-footer__navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.p-footer__navigation ul li {
	display: inline-block;
	padding: 0 2.0rem;
	border-right: solid 0.1rem #ffffff;
}

.p-footer__navigation ul li a {
	position: relative;
	color: #ffffff;
	font-size: 1.3rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	
}

.p-footer__navigation ul li:first-of-type {
	padding-left: 0;
}

.p-footer__navigation ul li:last-of-type {
	padding-right: 0;
	border-right: none;
}







/* Brand
 ---------------------------------------------- */
.p-footer__brand {
	margin-bottom: 4.0rem;
}


.p-footer__brand ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

.p-footer__brand ul li {
	margin-right: 1.0rem;
	
}

.p-footer__brand ul li a {
	display: block;
	width: 13.5rem;
	height: 4.5rem;
	text-indent: -9999px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	overflow: hidden;
	transition: opacity 0.5s ease;
}

.p-footer__brand ul li a:hover {
	opacity: 0.7;
}

.p-footer__brand ul li.tent-Mark a {
	background-image: url("/img/usr/images_pc/brand_tentmark.svg");
}

.p-footer__brand ul li.qualz a {
	background-image: url("/img/usr/images_pc/brand_qualz.svg");
}

.p-footer__brand ul li.jointer a {
	background-image: url("/img/usr/images_pc/brand_jointer.svg");
}









/* Copyright
 ---------------------------------------------- */
.p-footer__copyright {
	color: #999999;
}

.p-footer__copyright p {
	margin: 0;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	text-align: left;
}


/* Sns
 ---------------------------------------------- */
.l-footer__sns {
	margin-top: 8.0rem;
}

.l-footer__sns ul {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.l-footer__sns li {
	margin: 0 2.0rem 0 0;
	padding: 0;
	line-height: 1;
}

.l-footer__sns a {
	display: block;
	width: 2.4rem;
	height: 2.4rem;
	text-indent: -9999px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	overflow: hidden;
	transition: opacity 0.5s ease;
}

.l-footer__sns li.facebook a {
	background-image: url("/img/usr/images_pc/icon_facebook.svg");
}
.l-footer__sns li.instagram a {
	background-image: url("/img/usr/images_pc/icon_instagram.svg");
}

.l-footer__sns a:hover {
	opacity: 0.7;
}


/* Mode Chenger
 ---------------------------------------------- */
.change-mode {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 6.0rem;
	margin: 0;
}

.change-mode a {
	display: block;
	width: 15.0rem;
	background-color: #666666;
	color: #ffffff;
	text-align: center;
	font-size: 1.3rem;
	line-height: 2.0rem;
}

.change-mode span {
	display: block;
	width: 15.0rem;
	background-color: #d3d3d3;
	color: #ffffff;
	text-align: center;
	font-size: 1.3rem;
	line-height: 2.0rem;
}








/* -----------------------------------------------------------
 * Contents
----------------------------------------------------------- */

.l-contents {
	
}




/* -----------------------------------------------------------
 * Visual
----------------------------------------------------------- */

.l-visual {
	max-width: 134.0rem;
	max-width: 164.0rem;
	min-width: 100.0rem;
	margin: 0 auto;
	padding: 0 2.0rem;
	margin-top: 3.0rem;
}

.l-visual figure {
	position: relative;
	margin: 0;
	overflow: hidden;
}

.l-visual figure::after {
	content: '';
	display: block;
	padding-top: 56%;
}

.l-visual figure img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}




.l-visual .swiper-button-prev,
.l-visual .swiper-button-next {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	width: 4.0rem;
	height: 8.0rem;
	background-color: rgba(0,0,0,0.6);
	transform: translateY(-50%);
	transition: 0.5s ease;
	z-index: 2;
	cursor: pointer;
}

.l-visual .swiper-button-prev {
	left: calc((100% / 6) - 1.4rem);
}

.l-visual .swiper-button-next {
	right: calc((100% / 6) - 1.4rem);
}


.l-visual .swiper-button-prev::after,
.l-visual .swiper-button-next::after {
	display: block;
	content: "";
	width: 2.0rem;
	height: 2.0rem;
	border: solid #ffffff;
	border-width: 2px 2px 0 0;
}

.l-visual .swiper-button-prev::after {
	margin-left: 0.8rem;
	transform: rotate(-135deg);
}

.l-visual .swiper-button-next::after {
	margin-right: 0.8rem;
	transform: rotate(45deg);
}

.l-visual .swiper-button-disabled,
.l-visual .swiper-button-disabled {
	display: none;
}










/* -----------------------------------------------------------
 * Arrival & Ranking
----------------------------------------------------------- */

.p-top {
	margin-top: 4.0rem;
}

.p-top__container {
	position: relative;
	max-width: 134.0rem;
	min-width: 100.0rem;
	margin: 0 auto;
	padding: 0 2.0rem;
}

.p-top__title {
	width: auto;
	margin: 0 0 3.0rem;
	padding: 3.0rem 0 0;
	text-align: center;
	font-size: 2.8rem;
	font-weight: 600;
	border-top: solid 0.1rem #cccccc;
}

.p-top__title span {
	display: block;
	margin: 0.5rem 0 0 0;
	color: #999999;
	font-size: 1.2rem;
	letter-spacing: 0.02em;
}

.p-top__container .p-top__list {
	width: 100.0rem;
	margin: 0 auto;
}

.p-top__container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.p-top__container li {
	width: 19.6rem;
	margin: 0;
	padding: 0.5rem 1.8rem;
	border-right: solid 0.1rem #eeeeee;
}

.p-top__container li.swiper-slide{
	height: auto;
}

.p-top__container li a {
	display: block;
}

.p-top__container li .p-ranking__photo {
	position: relative;
	margin: 0 0 1.0rem;
	background-color: #000000;
	overflow: hidden;
}

.p-top__container .p-ranking__photo::before {
	content: '';
	display: block;
	padding-top: 100%;
}

.p-top__container .p-ranking__photo img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s ease;
}

.p-top__container li a:hover img {
	transform: scale(1.1);
	opacity: 0.7;
}

.p-top__container .p-ranking__photo .new {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 6.0rem;
	height: 3.0rem;
	margin: 0;
	padding-top: 1.6rem;
	text-align: center;
	background-color: #e01b2a;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1;
	transform: rotate(-45deg) translate(-3.0rem, 0);
	transform-origin: top left;
}


.p-ranking__rank {
	margin-bottom: 2.0rem;
	padding: 0.6rem 0;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.2em;
}

.p-ranking__rank.r1 {
	background-color: #edc024;
	color: #ffffff;
}

.p-ranking__rank.r2 {
	background-color: #bababa;
	color: #ffffff;
}

.p-ranking__rank.r3 {
	background-color: #cc6942;
	color: #ffffff;
}

.p-ranking__rank.r4later {
	background-color: #f3f3f3;
}

.p-ranking__brand {
	margin-bottom: 1.0em;
	font-size: 1.1rem;
}

.p-ranking__title {
	margin-bottom: 1.0em;
	color: #00453f;
	font-size: 1.3rem;
	font-weight: 600;
}

.p-top__container li a:hover .p-ranking__title {
	color: #00453f;
}

.p-ranking__price {
	margin-bottom: 1.0em;
	color: #cc3300;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.2;
}

.p-top__container li a:hover .p-ranking__price {
	color: #cc3300;
}

.p-ranking__price span.small {
	color: #000000;
	font-size: 1.0rem;
	font-weight: 400;
}

.p-ranking__icon {
	
}

.p-ranking__icon i {
	display: inline-block;
	width: 6.0rem;
	margin-right: 0.4rem;
	padding: 0.1rem 0;
	text-align: center;
	background-color: #0068b7;
	color: #fff;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
}

.p-ranking__icon i.sale {
	background-color: #e01b2a;
}

.p-ranking__icon i.few {
	background-color: #ff9900;
}



.p-arrival .swiper-button-prev,
.p-arrival .swiper-button-next {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	width: 8.0rem;
	height: 8.0rem;
	transform: translateY(-50%);
	transition: 0.5s ease;
	z-index: 2;
	cursor: pointer;
}

.p-arrival .swiper-button-prev {
	left: calc(((100% - 100.0rem) / 2) - 6.0rem);
}

.p-arrival .swiper-button-next {
	right: calc(((100% - 100.0rem) / 2) - 6.0rem);
}


.p-arrival .swiper-button-prev::after,
.p-arrival .swiper-button-next::after {
	display: block;
	content: "";
	width: 4.0rem;
	height: 4.0rem;
	border: solid #00453f;
	border-width: 2px 2px 0 0;
}

.p-arrival .swiper-button-prev::after {
	margin-left: 0;
	transform: rotate(-135deg);
}

.p-arrival .swiper-button-next::after {
	margin-right: 0;
	transform: rotate(45deg);
}

.p-arrival .swiper-button-disabled,
.p-arrival .swiper-button-disabled {
	opacity: 0.3;
}




/* -----------------------------------------------------------
 * Category
----------------------------------------------------------- */

.p-category__list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100.0rem;
	margin: 0 auto 2.0rem;
}

.p-category__list > a {
	width: calc((100% - 7.5rem) / 4);
	margin: 0;
}

.p-category__list dl {
	display: flex;
	flex-direction: column-reverse;
	margin: 0;
}

.p-category__list dt {
	margin: 0;
	padding: 1.0rem 0;
	text-align: center;
	background-color: #000000;
	color: #ffffff;
	font-size: 1.4rem;
	line-height: 1;
}

.p-category__list dd {
	margin: 0;
}

.p-category__list figure {
	position: relative;
	margin: 0;
	overflow: hidden;
}

.p-category__list figure::before {
	content: '';
	display: block;
	padding-top: 52.174%;
}

.p-category__list img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s ease;
}

.p-category__list a:hover img {
	transform: scale(1.1);
	opacity: 0.7;
}





/* -----------------------------------------------------------
 * Feature
----------------------------------------------------------- */

.l-feature {
	margin-top: 4.0rem;
	padding: 3.0rem 0 4.0rem;
	background-color: #eeeeee;
}

.l-feature__container {
	position: relative;
	max-width: 134.0rem;
	min-width: 100.0rem;
	margin: 0 auto;
	padding: 0 2.0rem;
}


.l-feature__title {
	width: auto;
	margin: 0 0 3.0rem;
	padding: 0;
	text-align: center;
	font-size: 2.0rem;
	font-weight: 600;
}

.l-feature__list {
	width: 100.0rem;
	margin: 0 auto 2.0rem;
}


.l-feature__list ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.l-feature__list li {
	width: calc((100% - 4.0rem) / 3);
	margin: 0 2.0rem 2.0rem 0;
	background-color: #000000;
}

.l-feature__list li:nth-child(3n) {
	margin-right: 0;
}

.l-feature__list a {
	display: block;
}

.l-feature__list figure {
	position: relative;
	margin: 0;
	overflow: hidden;
}

.l-feature__list figure::before {
	content: '';
	display: block;
	padding-top: 49.6875%;
}

.l-feature__list img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s ease;
}

.l-feature__list li a:hover img {
	transform: scale(1.1);
	opacity: 0.7;
}




.p-top__textlink {
	padding: 0 6.0rem;
	text-align: right;
}


.p-top__textlink a {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1;
}

.p-top__textlink a::after {
	content: '';
	display: block;
	width: 0.8rem;
	height: 0.8rem;
	margin-left: 0.5em;
	border-top: solid 0.2rem #00453F;
	border-right: solid 0.2rem #00453F;
	transform: rotate(45deg);
}

.p-arrival .p-top__textlink {
	margin-top: 4.0rem;
}



/* -----------------------------------------------------------
 * Photo
----------------------------------------------------------- */

.l-photo {
	padding: 4.0rem 0;
}

.l-photo__instagrum {
	width: 60.0rem;
	margin: 4.0rem auto 0;
}

.l-photo__instagrum a {
	display: block;
	transition: opacity 0.5s ease;
}

.l-photo__instagrum a:hover {
	opacity: 0.7;
}


.l-photo__instagrum img {
	display: block;
	width: 100%;
	height: auto;
}




/* -----------------------------------------------------------
 * News
----------------------------------------------------------- */

.p-top.p-news {
	margin-top: 4.0rem;
}

.p-news .p-top__container {
	border-top: solid 0.1rem #cccccc;
}

.p-news__container {
	display: flex;
	justify-content: space-between;
	width: 100.0rem;
	margin: 0 auto;
}

.p-news .p-top__title {
	width: 23.0rem;
	text-align: left;
	border-top: none;
}

.p-news__contents {
	width: 75.0rem;
	margin: 8.0rem 0 5.0rem;
}

.p-news__List {
	margin-bottom: 5.0rem;
}
.p-news__List a {
	display: block;
}

.p-news__List dl {
	display: flex;
	position: relative;
	margin: 0;
	padding: 2.0rem 1.0rem;
	border-bottom: solid 0.1rem #cccccc;
}

.p-news__List dl::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 2.0rem;
	width: 0.8rem;
	height: 0.8rem;
	margin-left: 0.5em;
	border-top: solid 0.1rem #00453F;
	border-right: solid 0.1rem #00453F;
	transform: rotate(45deg) translate(0, -50%);
}

.p-news__List dt {
	width: 16.0rem;
	margin: 0;
	color: #999999;
	font-size: 1.5rem;
	font-weight: 400;
}

.p-news__List dd {
	width: calc(100% - 18.0rem);
	margin: 0;
	font-size: 1.5rem;
	font-weight: 600;
}



.p-news__note {
	padding: 3.0rem;
	background-color: #fdf5f5;
	color: #d0121b;
}

.p-news__note h5 {
	margin-bottom: 0.5em;
	font-size: 1.5rem;
	font-weight: 700;
}

.p-news__note p {
	margin-bottom: 0;
	font-size: 1.4rem;
}

.p-news__banner {
	margin-bottom: 5.0rem;
	text-align: center;
}

.p-news__banner p {
	margin: 0;
}

.p-news__banner a {
	transition: opacity 0.5s ease;
}

.p-news__banner a:hover {
	opacity: 0.7;
}

.p-photo__banner {
	margin:5.0rem auto;
	width: 1010px;
}

.p-photo__banner p {
	margin: 0;
}

.p-photo__banner img {
	width: 100%;
}

.p-photo__banner a {
	transition: opacity 0.5s ease;
}

.p-photo__banner a:hover {
	opacity: 0.7;
}


/* 開催中のセール・特集 */

.sale_list {
	
}

.sale_list ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sale_list li {
	width: calc((100% - 4.0rem) / 2);
	margin: 0 2.0rem 2.0rem 0;
	background-color: #000000;
}

.sale_list li:nth-child(2n) {
	margin-right: 0;
}

.sale_list a {
	display: block;
}

.sale_list figure {
	position: relative;
	margin: 0;
	overflow: hidden;
}

.sale_list figure::before {
	content: '';
	display: block;
	padding-top: 49.6875%;
}

.sale_list img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s ease;
}

.sale_list li a:hover img {
	transform: scale(1.1);
	opacity: 0.7;
}

/* ランキングスライダー矢印アイコン追加 */
/* -----------------------------------------------------------
 * Ranking Arrow Style
----------------------------------------------------------- */

.p-ranking .swiper-button-prev,
.p-ranking .swiper-button-next {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	width: 8.0rem;
	height: 8.0rem;
	transform: translateY(-50%);
	transition: 0.5s ease;
	z-index: 2;
	cursor: pointer;
}

.p-ranking .swiper-button-prev {
	left: calc(((100% - 100.0rem) / 2) - 6.0rem);
}

.p-ranking .swiper-button-next {
	right: calc(((100% - 100.0rem) / 2) - 6.0rem);
}


.p-ranking .swiper-button-prev::after,
.p-ranking .swiper-button-next::after {
	display: block;
	content: "";
	width: 4.0rem;
	height: 4.0rem;
	border: solid #00453f;
	border-width: 2px 2px 0 0;
}

.p-ranking .swiper-button-prev::after {
	margin-left: 0;
	transform: rotate(-135deg);
}

.p-ranking .swiper-button-next::after {
	margin-right: 0;
	transform: rotate(45deg);
}

.p-ranking .swiper-button-disabled,
.p-ranking .swiper-button-disabled {
	opacity: 0.3;
}

