@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&display=swap');
/*--------------------------------
   設定setting
---------------------------------*/

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

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
}

html,
body {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Assistant", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	overflow-wrap: break-word;
	overflow-x: hidden
}

article,
aside,
footer,
header,
nav,
section,
main {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	line-height: 1.2;
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	color: inherit;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: none
}

img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: top;
}

video {
	max-width: 100%;
	height: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, sans-serif;
	font-size: inherit;
}

ul,
ol {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

th,
td {
	text-align: left;
	vertical-align: top;
}


blockquote,
q {
	quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
	content: "";
	content: none;
}

address {
	font-style: normal;
}

input,
textarea,
select {
	max-width: 100%;
}

.footer__bottom_area {
	background: #242832;
}

.footer__bottom_area small {
	color: #fff;
}


/*-----------------------
/*打ち消し
---------------------------------*/
#intro__banner{
	background: #000;
	color: #fff;
	border-bottom: 1px solid #fff;
	font-size: clamp(12px, 9.573px + 0.647vw, 22px);
    font-weight: 700;
	padding: 6px 5%;
}
.base_unline.new-section {
	position: relative;
}

.spnav {
	width: 100%;
	left: -100%;
	transition: .4s;
	opacity: 1;
}

.snav__sns {
	margin: 30px auto
}

.is-open .spnav {
	left: 0
}

.gnav__area {
	width: 100%;
	margin: 0 auto;
	padding-left: 0;
	justify-content: flex-start;
}

.gnav__area--list {
	width: 60px
}

.gnav__area--a {
	font-size: 12px;
	color: #adadad !important;
	padding: 10px 0;
}



.gnav__area--list:hover .cate_nav {
	background: #242832;
}

.sp__footnavarea--guidetit {
	color: #242832
}



.base_unline.new-section {
	position: relative;
}

.fs-body-top .fs-l-main {
	max-width: 100%;
	position: relative;
	padding: 0;
	width: 100%;
}

.spnav_search_22 {
	opacity: 0;
	position: fixed;
	top: 92px;
	right: 20px;
	z-index: 8888;
	color: #000;
	left: auto;
	transition: opacity .3s, visibility .3s;
	box-shadow: 0 0 50px 0px rgb(0 0 0 / 20%);
	border-radius: 7px 7px 4px 4px;
}

@media screen and (max-width: 959px) {
	.spnav_search_22 {
		height: 100vh;
		top: 0;
		right: 0;
		z-index: 8888;
		color: #000;
		left: auto;
		transition: all .3s ease 0s;
		box-shadow: 0 0 50px 0px rgb(0 0 0 / 20%);
		border-radius: 0 0 4px 4px;
		border-top: 1px solid #6c6c6c;
	}
}

.spnav_search_22 .detail_inbox {
	padding: 20px 27px 100px;
	overflow: auto;
	height: 80vh;
}

@media screen and (max-width: 959px) {
	.spnav_search_22 .detail_inbox {
		padding: 20px 27px 140px;
		overflow: auto;
		height: calc(100vh - 64px);
	}
}

.spnav_search_22_title {
	background: #242832;
	border-radius: 4px 4px 0 0;
}

@media screen and (max-width: 959px) {
	.spnav_search_22_title {
		border-radius: 0;
		padding: 7px 0 5px;
	}

	.spnav_search_22_close {
		right: 0;
		top: -4px;
		font-size: 32px;
		font-weight: normal;
	}

	.spnav_search_22 .col__wrap {
		display: block
	}

	.spnav_search_22 .col__half {
		width: 100%;
	}
}

.searchopen .spnav_search_22 {
	visibility: visible;
	opacity: 1
}


.spnav_search_22 .detail_inbox form {
	display: flex;
	flex-direction: column;
	position: relative;
}

.spnav_search_22 .c-checkbox + span,
.spnav_search_22 [type=checkbox] + span {
	padding: 4px 18px;
}

.spnav_search_22 .keyword_searcharea .form_inbox {
	width: 100%
}

.spnav_search_22 .keyword_searcharea label {
	max-width: 100%
}

.spnav_search_22 .keyword_searcharea label input {
	display: block;
	padding: 10px;
	width: 100%;
	border: 1px solid #e6e6e6;
}

.spnav_search_22 .form_inbox_list li {
	margin-bottom: 0;
	padding: 0 2px 5px;
	width: auto;
}

.spnav_search_22 .select_color .form_inbox_list.col--6 li {
	width: auto;
}

.spnav_search_22 .color_palette {
	width: 36px;
	height: 36px;
}

.spnav_search_22 .select_color [type=checkbox] + span {
	padding: 0;
	border: none
}

.spnav_search_22 .noselect .color_palette {
	position: relative;
	width: 90px;
	background: #999
}

.noselect .color_palette:before {
	content: '指定なし';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	color: #fff;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	font-weight: normal;

}

.spnav_search_22 .c-checkbox + span::after,
.spnav_search_22 [type=checkbox] + span::after {
	border-bottom: 2.5px solid #d9d9d9;
	border-left: 2.5px solid #d9d9d9;
}

.spnav_search_22 .select_color [type=checkbox] + span {
	background: none
}

.spnav_search_22 .select_color [type=checkbox] + span:after {
	content: '';
	position: absolute;
	top: calc(50% - 3px);
	left: calc(50% - 8px);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	color: #eee;
	z-index: 222;
	display: block;
	transform: rotate(315deg);
}

.spnav_search_22 .c-checkbox + span::before,
.spnav_search_22 [type=checkbox] + span::before,
._22new .c-checkbox:checked + span::after,
:checked[type=checkbox] + span::after,
.spnav_search_22 .c-radio:checked + span::after,
.spnav_search_22 :checked[type=radio] + span::after {
	display: none
}

.spnav_search_22 label {
	display: block;
}

.spnav_search_22 label input {
	display: none;
	/* デフォルトのinputは非表示にする */
}

.spnav_search_22 label span {
	color: #333;
	font-size: 14px;
	border: 1px solid #999;
	border-radius: 3px;
	padding: 5px 20px;
}

.spnav_search_22 label input:checked + span {
	color: #FFF;
	background: #999;
	border: 1px solid #999;
}


.spnav_search_22 .select_size .form_inbox_list.col--6 li {
	width: auto;
}

.searcharea__ttl {
	font-size: 20px;
	text-align: center;
	margin-bottom: 1em;
}

.hotword_searcharea .searcharea__ttl {
	font-size: 24px;
}

.hotword_searchlist li {
	padding: 0 2px 5px;
}

.hotword_searchlist li a {
	padding: 4px 15px 4px 18px;
	color: #333;
	font-size: 14px;
	border: 1px solid #999;
	border-radius: 3px;
	position: relative
}

.hotword_searchlist li a:before {
	content: '#';
	position: absolute;
	top: 1px;
	left: 8px;
}

.hotword_searchlist li a:hover {
	background: #999;
	color: #fff;
}

.hotword_searchlist li a:hover:before {
	color: #fff;
}

.submit_fixed_btn {
	width: 780px;
	position: fixed;
	bottom: 90px;
	right: 20px;
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 959px) {
	.submit_fixed_btn {
		width: 100%;
		bottom: 10px;
		right: 0;
		left: auto;
	}
}

.spnav_search_22 .group_detail-btn {
	background: #242832;
	min-width: 400px;
	color: #fff;
	box-shadow: 0 0 30px 0px rgb(0 0 0 / 20%);
}

@media screen and (max-width: 959px) {
	.spnav_search_22 .group_detail-btn {
		min-width: 90%;
	}
}

@media screen and (max-width: 959px) {
	.footer__top_area_sns {
		background: #242832
	}
	.footer_site-title{
		margin-bottom: 20px
	}

}
@media screen and (max-width: 420px) {
	.footer__top_area_sns_l {
		border-bottom: 1px solid #c9c9c9;
	}
}
.footer__top_area_sns__box {
	background: #e7e7e7
}

.sp__gnav .scrolls {
	padding-bottom: 30px
}

.sp__gnav .brand_ig_list {
	flex-wrap: wrap;
	width: 60%;
}

.sp__gnav .snav__sns--list {
	width: 45px;
	height: 45px;
}

.sp__gnav .brand_ig_list .snav__sns--list {
	width: 43%;
	height: auto;
	margin-bottom: 20px
}

.sp__gnav .brand_ig_list .snav__sns--list a {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.sp__gnav .brand_ig_list .snav__sns--list .imgmax {
	width: 45px;
}

section.base_unline._ranking.new-section {
	padding-top: 0;
}

section.base_unline._ranking.new-section .fs-l-inner {
	margin-top: 0;
}

section.base_unline._styling {
	position: relative;
	background: #fff;
	padding-top: 0;
}

section.base_unline._history.new-section {
	padding: 0;
}

section.visumo.contents__section {
	padding: 8rem 0 8rem;
}

.groupnav--key.down_arrow {
	font-weight: 700
}

footer .groupnav {
	border-top: 1px solid #242832;
	border-bottom: 1px solid #242832;
}s

.footer__top_area_sns .sp__footnavarea--guidetit {
	color: #242832
}

.spnav .groupnav--list._brand {
	display: none
}

li.groupnav--child--list a {
	font-size: 1.2rem
}

/*-----------------------
/*clearfix
---------------------------------*/
/* For modern browsers */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

/* For IE 6/7 only */
.cf {
	*zoom: 1;
}

.l-row {
	display: flex;
	flex-wrap: wrap;
}

.hidden {
	display: none !important;
}

.banner__heading {
	font-size: 3.2rem;
	color: #fff;
	text-align: center;
	word-wrap: break-word;
}

@media screen and (max-width: 959px) {
	.banner__heading {
		font-size: 2rem;
	}
}

.banner__txt {
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	margin-top: 1em
}

@media screen and (max-width: 959px) {
	.banner__txt {
		font-size: 1.3rem;
	}
}

.banner__buttons {
	margin-top: 1em;
}

.scroll-trigger {
	opacity: 0;
	transition: opacity 1s ease-in-out;
	/* ease-in-outで滑らかな効果を追加 */
}

.animate--slide-in {
	transform: rotateY(50px);
}

.scroll-trigger.animate--slide-in.is-visible {
	opacity: 1;
	animation: slideIn 100ms cubic-bezier(0, 0, 0.3, 1) forwards;
}

@media screen and (max-width: 959px) {
	.scroll-trigger.animate--slide-in.is-visible {
		animation: slideIn 100ms cubic-bezier(0, 0, 0.3, 1) forwards;
	}
}

/* Fixed background */
.animate--fixed {
	clip-path: inset(0);
}

/*
.animate--fixed > div{
  position: fixed;
  height: 100vh;
}
*/
@keyframes slideIn {
	from {
		transform: translateY(2rem);
		opacity: 0.01;
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0.01;
	}

	to {
		opacity: 1;
	}
}



.icon-logo {
	width: 120px;
	height: 30px
}

@media screen and (max-width: 959px) {
	.icon-logo {
		width: 97px;
		height: 20px;
		margin-top: 5px;
	}
}

/*-----------------------
/*header
---------------------------------*/
.header__top_heading {
	width: 110px
}

.header__info {
	background: #000;
	position: relative;
	z-index: 1000;
	width: 100%;
	text-align: center;
	height: 30px;
	border-bottom: 1px solid #fff
}

.header__info a {
	display: flex;
	color: #fff;
	font-size: 12px;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.header__icon {
	padding: 12px;
	cursor: pointer;
	position: relative;
}

@media screen and (max-width: 959px) {
	.header__icon {
		padding: 12px 0 12px 20px;
	}

	.header__icon._pc {
		display: none
	}
}

.fs-client-cart-count {
	top: 2px;
	right: 0;
	z-index: 1;
	width: 20px;
	height: 20px;
	font-size: 10px;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center
}

@media screen and (max-width: 959px) {
	.fs-client-cart-count {
		right: -10px;
	}
}

.header__icon .icon {
	height: 2rem;
	width: 2rem;
	fill: #fff;
	vertical-align: middle;
}

.header__icon .icon.icon-mypage {
	height: 2.3rem;
	width: 2.3rem;
}

.header__fixed {
	position: relative;
	transition: top 0.3s ease-in-out;
	will-change: transform, top;
	width: 100%;
	z-index: 999;
}

.header__fixed.h_fixed {
	position: fixed;
	top: -100px;
	left: 0;
	animation: slideDown 0.8s forwards;
}
.header__fixed.h_remove {
	top: 0;
            animation: slideUp 0.8s forwards;
        }

@keyframes slideDown {
	from {
		top: -100px;
	}

	to {
		top: 0;
	}
}
@keyframes slideUp {
            from {
                top: 40px;
            }
            to {
                top: 0;
            }
        }

.header__top {
	display: grid;
	align-items: center;
	grid-template-areas: "header__top_navigation header__top_heading header__top_icons";
	grid-template-columns: 1fr auto 1fr;
	column-gap: 2rem;
	background: #242833;
	background-attachment: fixed;
	padding: 16px 5rem;
	color: #fff;

}

@media screen and (max-width: 959px) {
	.header__top {
		padding: 6px 2rem;
		grid-template-columns: 1fr 100px 1fr;
	}
}

.header__top.is-hide {
	transform: translateY(-100%);
}

.header__top_navigation._sp {
	display: none
}

.header__top_navigation_spleft {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 959px) {
	.header__top_navigation._pc {
		display: none
	}

	.header__top_navigation._sp {
		display: block
	}
}

.header__top_navigation a {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.75);
	font-weight: 600;
}

@media screen and (max-width: 959px) {
	.header__top_navigation_spleft .header__icon a {
		position: relative;
		top: 3px
	}
}

.header__top_navigation .sp__gnav a {
	color: #242832
}

.header__top_icons {
	display: flex;
	justify-content: end;
}

.header__top_icons a {
	color: #fff;
}

/*ナビ*/


/*スマホナビ*/
.drower {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 15px;
	height: 15px;
}

.drower span {
	width: 100%;
	height: 1px;
	background: #fff;
	display: block;
	position: relative
}

.is-open .drower span:first-child {
	transform: rotate(225deg);
	top: 8px
}

.is-open .drower span:nth-child(2) {
	display: none
}

.is-open .drower span:last-child {
	transform: rotate(-225deg);
	bottom: 6px
}

.sp__gnav {
	/*	width: 100%;*/
	height: 100vh;
	position: absolute;
	left: -100%;
	/*	top: 60px;*/
	transition: left 0.3s ease-in-out;
	color: #242832
}

.is-open .sp__gnav {
	left: 0;
}

.is-open .snav__bg {
	display: block;
	z-index: 500;
	background: rgba(77, 77, 77, .7);
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
}

.sp__gnav .close_btn {
	right: calc(5% - 14px)!important;
}

.sp__gnav svg {
	width: 14px;
	height: 10px
}

.returnbtn {
	font-size: 12px
}

.returnbtn.btn-icon svg {
	transform: rotate(180deg);
	margin-right: 10px
}

.returnbtn.btn-icon {
	border-bottom: 1px solid rgb(255 255 255 / 28%);
	padding: 1em;
	justify-content: flex-start;
	margin-bottom: 1em;
	background: rgba(238, 238, 238, .14);
}

.alllink {
	border-bottom: 1px solid rgb(255 255 255 / 28%);
}

/* パネル全体のスタイル */
.sp_panel {
	overflow: hidden;
	/* サブパネルがはみ出したときに表示されないようにする */
	background: #242833;
	position: absolute;
	width: 100%;
	height: 100vh;
	left: 200%;
	top: 0;
	transition: left 0.3s ease-in-out;
}

/* サブパネルの基本スタイル */
.sub-sp_panel {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100vh;
	left: 100%;
	top: 0;
	transition: left 0.3s ease-in-out;
	background: #242832;
}

/* アクティブクラスが追加されたときに表示されるスタイル */
.sub-sp_panel.active,
.sp_panel.active {
	left: 0;
	/* スライドして表示位置へ */
}

.sp_panel__list li a {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sub-sp_panel li a {
	padding: 5px 2em
}

.btn-icon {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.brand__bloc {
	transition: all 0.5s ease;
	z-index: 1;
	width: 100%;
	position: relative
}

#top__op {
	position: relative;
	z-index: 0
}

#top__op.scroll-trigger.is-visible {
	opacity: 1;
	animation: fadeIn 300ms cubic-bezier(0, 0, 0.3, 1) forwards;
}

.banner--large {
	height: 72rem;
	display: flex;
	position: relative;
	flex-direction: row;
	width: 100%;
	transition: top 0.6s ease;
}

@media screen and (max-width: 749px) {
	.banner--large {
		height: calc(39rem + 64px);

	}
}

.banner--large.nomove {
	position: relative;
	z-index: 1;
	transition: top 0.6s ease;
	overflow: hidden;
}

@media screen and (max-width: 749px) {
	.banner--large.nomove.fullwrap {
		height: calc(39rem + 64px);
		display: flex;
	}

	.banner--large.nomove {
		height: auto;
		display: block;
	}
}

@media screen and (max-width: 420px) {
	/*
	.banner--large.nomove {
		height: 29rem;
	}
*/
}

.banner__media {
	height: 100%;
	width: 50%;
	position: fixed;
	top: 0;
	overflow: hidden;
	animation: fadeIn .6s cubic-bezier(0, 0, .3, 1);

}

.banner__media-full {
	position: relative;
	width: 100%;
}

.animate--fixed .banner__media-full {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.banner__media-full img {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	object-fit: cover
}

@media screen and (max-width: 959px) {
	.sp_imgfixed .banner__media-full img {
		position: fixed;
	}
}

.nomove .banner__media-half {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%
}

@media screen and (max-width: 749px) {
	.nomove .banner__media-half {
		position: initial;
		width: 100%;
		height: 100%;
		height: 52rem;
	}
}

@media screen and (max-width: 420px) {
	.nomove .banner__media-half {
		height: 39rem;
	}
}

.nomove.animate--fixed > div {
	position: fixed;
}

@media screen and (max-width: 959px) {
	.nomove.animate--fixed > div {
		position: inherit;
	}
}

.banner__media._left,
.nomove .banner__media-half._left {
	left: 0;
}

@media screen and (max-width: 959px) {

	.banner__media._left,
	.nomove .banner__media-half._left {
		left: 1px;
		top: 0
	}
}

.banner__media._right,
.nomove .banner__media-half._right {
	right: 0;
}

@media screen and (max-width: 959px) {

	.banner__media._right,
	.nomove .banner__media-half._right {
		top: 0
	}
}

.banner__media img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100vh;
	object-fit: cover;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	opacity: .9
}

.nomove .banner__media-half img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 749px) {
	.nomove .banner__media-half img {
		position: relative;
		left: auto;
		top: auto;
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
	}

	.sp_imgfixed_2 .nomove .banner__media-half {
		width: 100%;
		top: 0;
		clip-path: inset(0);
	}

	.sp_imgfixed_2 .nomove .banner__media-half img {
		position: fixed;
		height: 100vh;
		display: block;
		max-width: 100%;
		top: 0;
		left: 0;
	}
}
/*比率固定*/
.aspect{
	position: relative;
}
.aspect .banner--large.nomove,.aspect .banner__content {
    height: auto;
}
.aspect .banner__content{
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.aspect .nomove .banner__media-half {
    position: initial;
}
.aspect .banner__media-half img{
	    aspect-ratio: 1.316 / 1;
    object-fit: cover;
    position: initial;
    height: auto;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}
@media screen and (max-width: 959px) {
	
}

@media screen and (max-width: 749px) {
	.aspect .nomove .banner__media-half {
		height: auto;
	}
	.aspect .banner__content {
     top: auto; 
     left: auto; 
     transform: translate(0,0); 
     -webkit-transform: translate(0,0); 
    -ms-transform: translate(0,0);
}
}

@media screen and (max-width: 420px) {
	.aspect .nomove .banner__media-half {
		height: auto;
	}
}

.banner__content {
	display: flex;
	position: absolute;
	top: 0;
	width: 100%;
	align-items: center;
	justify-content: center;
	z-index: 2;
	padding: 5rem;
	height: 72rem;
}

.banner__content.sp {
	display: none
}

@media screen and (max-width: 749px) {
	.banner__content {
		height: 39rem;
	}

	.banner__content.sp,
	#top__op .banner__content {
		background: #242833;
		height: auto !important;
		position: relative;
		padding: 3rem;
	}

	.banner__content.pc {
		display: none
	}

	.banner__content.sp {
		display: block
	}
}

.banner__box {
	background: transparent;
	max-width: 89rem;
	border: none;
	border-radius: 0;
	box-shadow: none;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#top__op .banner__box {
	margin-top: 84px;
}

@media screen and (max-width: 749px) {
	#top__op .banner__box {
		margin-top: 0
	}
}

.banner__buttons a {
	padding: 1em;
	border: 2px solid #fff;
	margin: 0 4px;
	min-width: 22rem;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font: inherit;
	font-size: 1.5rem;
	text-decoration: none;
	color: #fff;
	opacity: .75;
	appearance: none;
	font-weight: 600
}

@media screen and (max-width: 959px) {
	.banner__buttons {
		flex-direction: row;
	}

	.banner__buttons a {
		width: 100%;
		margin-bottom: 8px;
		padding: 1rem 3rem;
		opacity: 1;
		min-width: auto;
		border: 1px solid #fff;
	}

	#top__op .banner__buttons a:nth-child(n+2) {
		width: calc(100% / 2 - 8px);
	}

}

.banner__buttons a:hover {
	opacity: 1
}

.item__block {
	background: #fff;
	position: relative;
	padding-bottom: 52px;
	transition: top 0.3s ease;
}

/*---------
SP時Featuredスライダー
-----------*/
@media screen and (max-width: 959px) {
	.item__blockslider {
		padding-right: 3rem
	}
}

.item__block-list {
	display: flex;
	background: #fff;
	column-gap: 8px;
	width: min(120rem, 90%);
	margin: 0 auto;
	padding: 0 5rem;
	margin-bottom: 2rem !important
}

@media screen and (max-width: 959px) {
	.item__block-list {
		display: inline-flex;
		width: 100%;
		padding: 0 2rem 0 1.5rem;
		white-space: nowrap;
		column-gap: 0;
	}
}

.item__block-list li {
	width: calc(100% / 4 - 6px);
}

@media screen and (max-width: 959px) {
	.item__blockslider li {
		margin: 0;
	}
}

.item__block-list li img {
	width: 100%;
	height: auto;
}

.item__block-list li:nth-child(n+5) {
	display: none
}

@media screen and (max-width: 959px) {
	.item__block-list li:nth-child(n+5) {
		display: block
	}

	.item__block-list li:last-child {
		margin-right: 1.5rem
	}
}

.item__block-card {
	overflow: hidden;
	width: 100%;
	overflow-x: hidden;
	display: block;
}

.item__block-list a:hover .item__block-card img {
	transform: scale(1.03);
	opacity: 1;
}

.item__block-ttl {
	font-size: 40px;
	font-weight: bold;
	width: min(120rem, 90%);
	margin: 0 auto;
	padding: 1em 0;
}

@media screen and (max-width: 959px) {
	.item__block-ttl {
		font-size: 30px;
		width: 100%;
		padding: 1em 1.5rem;
	}
}

.item__block-list a:hover .item__block-credit ._ttl {
	text-decoration: underline
}

.item__block-list a:hover .item__block-credit ._price {
	text-decoration: none
}

.item__block-credit {
	padding: 1.7rem 0;
	display: flex;
	flex-direction: column;
	line-height: 1.3em;
	font-size: 13px;
}

@media screen and (max-width: 959px) {
	.item__block-credit {
		padding: 1.3rem 0;
		font-size: 12px;
	}
}

.item__block-credit ._ttl {
	margin-bottom: 2px
}

.item__block-credit ._price {
	font-size: 125%
}

/*---------
SP時Featured4枚表示
-----------*/
@media screen and (max-width: 959px) {
	.item__blocks .item__block-list {
		flex-wrap: wrap;
		column-gap: 8px;
		padding: 0 1.5rem 0 1.5rem;
	}

	.item__blocks li {
		width: calc(100% / 2 - 4px);
	}

	.item__blocks .item__block-list li:last-child {
		margin-right: 0;
	}
}

@media screen and (min-width: 959px) {
	.animate--slide-in li {
		opacity: 0;
		transform: translateY(1rem);
		transition: opacity 0.5s ease-in-out, transform 0.2s ease-in-out;
	}

	.animate--slide-in li.active {
		opacity: 1;
		transform: translateY(0);
	}
}

.collection__view-all {
	text-align: center;
}

.collection__view-all .button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 0;
	padding: 0 3rem;
	cursor: pointer;
	color: #fff;
	transition: box-shadow .1s ease;
	background: #000;
	min-width: calc(12rem + 1px * 2);
	min-height: calc(4.5rem + 1px * 2);
	font-weight: 600;
	font-size: 1.5rem;
	letter-spacing: 1px
}

.brand__list {
	background: #242833;
	position: relative;
	z-index: 1;
	padding: 5rem 5rem calc(5rem + 80px);
	width: 100%;
}

@media screen and (max-width: 959px) {
	.brand__list {
		padding: 5rem 2rem 10rem 1.5rem;
	}
}

.brand__list_inner {
	width: min(120rem, 90%);
	padding: 0;
	margin: 0 auto;
	position: relative
}

@media screen and (max-width: 959px) {
	.brand__list_inner {
		width: 100%
	}
}

.brand__list_ul li {
	text-align: center;
}

.brand__list .swiper-pagination-fraction {
	bottom: -55px;
	color: #fff;
	font-size: 14px
}

@media screen and (max-width: 959px) {
	.brand__list .swiper-pagination-fraction {
		bottom: -35px;
	}
}

.brand__list .swiper-button-next,
.brand__list .swiper-button-prev {
	top: auto;
	bottom: -65px;
	width: 10px;
	color: #fff
}

@media screen and (max-width: 959px) {

	.brand__list .swiper-button-next,
	.brand__list .swiper-button-prev {
		bottom: -45px;
	}
}

.brand__list .swiper-button-next {
	right: calc(50% - 60px);
}

.brand__list .swiper-button-prev {
	left: calc(50% - 60px);
}

.brand__list .swiper-button-next:after,
.brand__list .swiper-button-prev:after {
	font-size: 10px;
	margin-top: 1px
}

.brand__list-ttl {
	font-size: 30px;
	font-weight: bold;
	margin: 0 auto;
	padding: 0 0 1em;
	color: #fff;
}

@media screen and (max-width: 959px) {
	.brand__list-ttl {
		font-size: 24px;
	}
}

.brand__list ._ttl {
	color: #fff;
	margin: 1em 0;
	line-height: 1.2;
	display: block
}

.txt__link {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: -85px
}

@media screen and (max-width: 959px) {
	.txt__link {
		bottom: -65px
	}
}

.txt__link a {
	color: #fff;
	text-align: center;
	text-decoration: underline;
	font-size: 14px
}

.contents__area {
	padding-bottom: 8rem;
}

.contents__ttl__center {
	padding: 2em 0 1em;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
}

@media screen and (max-width: 959px) {
	.contents__ttl__center {
		font-size: 24px;
	}
}

.contents__area .banner__content,
.contents__area .banner--large {
	height: 56rem;
}

@media screen and (max-width: 749px) {

	.contents__area .banner__content,
	.contents__area .banner--large {
		height: auto;
	}
}

@media screen and (max-width: 420px) {
	.contents__area .banner--large {}

	.contents__area .banner__content {
		min-height: 15rem;
	}

}

.contents__area .banner__buttons a {
	color: #242832;
	background: #fff;
}

.contents__bloc {
	margin-bottom: 40px
}

@media screen and (max-width: 420px) {
	.contents__bloc {
		margin-bottom: 20px
	}
}

.page-width {
	max-width: 120rem;
	margin: 0 auto;
	padding: 0 1.5rem;
}

.contents__list {
	display: flex;
	flex-wrap: wrap;
	column-gap: 8px;
	margin-bottom: 4rem
}

.contents__list li {
	width: calc(100% / 2 - 4px);
	overflow: hidden;
}

@media screen and (max-width: 430px) {
	.contents__list li {
		width: 100%;
	}
}

.contents__list li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 1;
}

.contents__list li a:hover img {
	transform: scale(1.03);
	opacity: 1
}

.movie__area {

	padding-bottom: 8rem
}

.movie__area .banner__heading {
	color: #000;
	margin-bottom: 1em
}

.video__wrap {
	margin-bottom: 1em
}

.contents__section {
	background: #fff;
	position: relative;
	z-index: 1;
	width: 100%;
}

.visumo .img {
	width: min(120rem, 100%);
	margin: 0 auto;
	text-align: center;
}

.visumo .img img {
	width: 100%;
}

.news {
	padding-bottom: 8rem
}

.news__list_wrap {
	display: flex;
	padding: 8rem 5rem
}

@media screen and (max-width: 959px) {
	.news__list_wrap {
		display: block;
		padding: 0 1.5rem;
	}
}

.news__list_wrap .contents__ttl__center {
	width: 30%;
	padding: 0;
	text-align: left
}

@media screen and (max-width: 959px) {
	.news__list_wrap .contents__ttl__center {
		width: 100%;
		margin: 2em auto
	}
}

.news__list li {
	position: relative;
}

@media screen and (max-width: 959px) {
	.news__list li {
		font-size: 14px
	}
}

.news__list li::after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	border-bottom: solid #000 1px;
	left: 0;
}

.news__list_wrap .news__list {
	width: 70%;
}

@media screen and (max-width: 959px) {
	.news__list_wrap .news__list {
		width: 100%;
		margin-bottom: 2em
	}
}

.news__list li a {
	display: flex;
	padding-bottom: 35px;
}

@media screen and (max-width: 959px) {
	.news__list li a {
		display: block;
	}
}

.news__list li:nth-child(n+2) a {
	padding-top: 35px;
}

.news__list__date {
	min-width: 148px;
	font-size: 16px;
}

@media screen and (max-width: 959px) {
	.news__list__date {
		min-width: 100%;
		font-size: 14px;
		margin-bottom: 1em
	}

	#_rcmdjp_display_1 {
		margin-bottom: 0;
	}
}
.emergency{
	background: #000;
	padding: 2px 5%;
	border-bottom: 1px solid #a5a5a5
}
.fs-l-header {
    position: relative;
    z-index: 999;
}
.fs-clientInfo.is-ready{
	 position: relative;
}
@media screen and (max-width: 959px) {
.member_status{
padding: 15px 5%;
	margin: 0 auto;
	        line-height: 1.4;
}
}