/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */

*,
::before,
::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
	min-width: 0;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
	margin: 0;
}

main {
	display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

pre {
	font-family: monospace,monospace;
	font-size: inherit;
}

address {
	font-style: inherit;
}

a {
	background-color: rgba(0,0,0,0);
	text-decoration: none;
	color: inherit;
}

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace,monospace;
	font-size: inherit;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: rgba(0,0,0,0);
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-align: inherit;
	text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
	cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
	cursor: default;
}

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

option {
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

legend {
	padding: 0;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

[type=number] {
	-moz-appearance: textfield;
}

label[for] {
	cursor: pointer;
}

details {
	display: block;
}

summary {
	display: list-item;
}

[contenteditable]:focus {
	outline: auto;
}

table {
	border-color: inherit;
	border-collapse: collapse;
}

caption {
	text-align: left;
}

td,
th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: bold;
}

html {
	font-size: 16px;
}

body {
	background: #f2f2f2;
	color: #666;
	font-size: 1em;
	line-height: 1.8em;
	font-family: YakuHanJP,"Noto Sans JP","Hiragino Sans","Hiragino Kaku Gothic ProN","Yu Gothic","Meiryo",sans-serif;
	font-weight: 400;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

body::after {
	content: "";
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0) url(../img/pattern_marble.jpg);
}

body.is-fixed {
	overflow: hidden;
}

body.is-fixed>*:not(#header,
.p-modal) {
	filter: blur(4px);
}

a {
	color: #666;
	transition: all .2s ease-out;
}

strong {
	font-weight: 400;
}

img {
	max-width: 100%;
	height: auto;
	line-height: 0;
	vertical-align: bottom;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	-moz-user-drag: none;
	user-drag: none;
}

.splide__slide img {
	-webkit-user-drag: element;
	-moz-user-drag: element;
	user-drag: element;
}

#header {
	position: relative;
	top: 0;
	z-index: 50000;
	margin: 0 auto;
	width: 100%;
	max-width: 1360px;
}

.header__logo {
	position: absolute;
	left: 40px;
	top: 20px;
	z-index: 2000;
	height: 80px;
	line-height: 0;
	transition: all .2s ease-out;
}

.header__logo a {
	display: block;
}

.header__logo img {
	width: auto;
	max-width: none;
	height: 100%;
}

.header__oc {
	display: none;
	position: fixed;
	right: 35px;
	top: 30px;
	z-index: 3000;
	width: 70px;
	height: 70px;
	background: rgba(0,0,0,0) url(../img/menu.png) center no-repeat;
	cursor: pointer;
	transition: all .2s ease-out;
}

.header__menu {
	position: absolute;
	top: 50px;
	right: 40px;
	z-index: 1000;
	transition: all .2s ease-out;
}

.header__menu_list {
	display: flex;
	flex-flow: row nowrap;
	font-size: 1em;
	line-height: 1em;
	font-family: "Amiri",serif;
	letter-spacing: .05em;
}

.header__menu_item {
	margin-left: 40px;
}

.header__menu_label {
	display: block;
	border-width: 1px 0;
	border-style: solid;
	border-color: rgba(0,0,0,0);
	padding: 5px 0 3px;
	color: #666;
	cursor: default;
}

.header__menu_label.is-active {
	border-color: #b49b1a;
	color: #b49b1a;
}

.header__menu_label.is-none {
	opacity: .3;
}

.header__menu_label:not(.is-none,
.is-active) {
	cursor: pointer;
}

.header__menu_label:not(.is-none,
.is-active):hover {
	color: #b49b1a;
}

#footer {
	position: relative;
	z-index: 40000;
	padding: 80px 70px;
	background: #000;
	color: #fff;
	text-align: left;
}

#footer .footer__inner {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	max-width: 1280px;
}

.footer__logo {
	order: 1;
	width: 207px;
	line-height: 0;
}

.footer__share {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}

.footer__share_name {
	margin-right: 5px;
	font-size: 1em;
	line-height: 0;
	font-family: "Amiri",serif;
}

.footer__share_icons {
	line-height: 0;
}

.footer__share_icons .bro-snsbox>div>div {
	margin: 0 5px;
}

.footer__share_icons .bro-snsbox.bro-circle-view>div>div {
	width: 30px !important;
}

.footer__share_icons .bro-snsbox.bro-circle-view>div>div a {
	display: block;
}

.footer__share_icons .bro-snsbox.bro-circle-view>div>div a:hover {
	transform: scale(1.2);
}

.footer__links {
	order: 2;
	margin-top: 30px;
	width: calc(100% - 300px);
	text-align: center;
}

.footer__links_list {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
}

.footer__links_item {
	margin-top: 10px;
	padding-left: 10px;
	width: 270px;
}

.footer__links_item.is-double {
	width: 540px;
}

.footer__links_button {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	border: 1px solid #7f7f7f;
	border-radius: 4px;
	min-height: 50px;
	color: #fff;
	font-size: .75em;
	line-height: 1.4em;
	font-family: YakuHanMP,"Noto Serif JP","Hiragino Mincho ProN","YuMincho","Yu Mincho","MS PMincho",serif;
	letter-spacing: .1em;
	text-indent: .1em;
}

.footer__links_button.is-en {
	font-family: escrow,serif;
}

.footer__links_button::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 120%;
	height: 100%;
	background: rgba(127,127,127,.4);
	transform: translateX(-100%) skewX(-45deg);
	transition: all .2s ease-out;
}

.footer__links_button:hover::after {
	transform: translateX(0) skewX(0);
}

.footer__copy {
	order: 3;
	margin-top: 15px;
	width: 100%;
	color: #7f7f7f;
	font-size: .65em;
	line-height: 1.6em;
	font-family: YakuHanMP,"Noto Serif JP","Hiragino Mincho ProN","YuMincho","Yu Mincho","MS PMincho",serif;
	letter-spacing: .05em;
	text-align: right;
}

.footer__copy p {
	margin-right: .5em;
	verticla-align: baseline;
}

.footer__totop {
	position: absolute;
	right: 30px;
	top: 0;
	z-index: 10;
	width: 1em;
	font-size: 1em;
	line-height: 1em;
	font-style: italic;
	font-family: escrow,serif;
	letter-spacing: .05em;
}

.footer__totop::before {
	content: "";
	display: block;
	width: 1px;
	height: 80px;
	background: #fff;
}

.footer__totop_text {
	display: block;
	white-space: nowrap;
	cursor: pointer;
	transform-origin: 0 70%;
	transform: rotate(90deg);
	transition: all .2s ease-out;
}

.footer__totop_text:hover {
	transform: rotate(90deg) translateX(-4px);
}

#Wrap {
	position: relative;
	z-index: 1000;
	padding-top: 200px;
}

#Container {
	position: relative;
	z-index: 1;
	padding: 0 40px 150px;
}

#banners {
	width: 100%;
	background: #f7f7f5;
	line-height: 0;
}

#banners .banners__single {
	margin: 0 auto;
	padding: 40px 0;
	width: 330px;
}

#banners .splide {
	padding: 40px 0;
}

#banners .splide.is-silent .splide__list {
	justify-content: center;
}

#banners .splide__pagination {
	display: none;
	position: absolute;
	left: 0;
	bottom: 40px;
	z-index: 1000;
	width: 100%;
}

#banners .splide__pagination__page {
	opacity: .2;
	margin: 0 6px;
	border-radius: 16px;
	width: 16px;
	height: 16px;
	background: #b49b1a;
	cursor: pointer;
	transition: all .2s ease-out;
}

#banners .splide__pagination__page.is-active {
	opacity: 1;
}

.c-button {
	outline: none;
	overflow: hidden;
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 10;
	border: 1px solid #666;
	border-radius: 4px;
	padding: 5px 20px;
	width: 100%;
	max-width: 100%;
	min-height: 60px;
	background: #fff;
	color: #666;
	font-size: 16px;
	line-height: 1.4em;
	font-family: YakuHanMP,"Noto Serif JP","Hiragino Mincho ProN","YuMincho","Yu Mincho","MS PMincho",serif;
	font-weight: 400;
	letter-spacing: .05em;
	text-decoration: none;
	text-align: center;
	transition: all .2s ease-out;
	cursor: pointer;
}

.c-button::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 120%;
	height: 100%;
	background: #f7f7f5;
	transition: all .2s ease-out;
	transform: translateX(-100%) skewX(-45deg);
}

.c-button.is-gold {
	border-color: #b49b1a;
	color: #b49b1a;
}

.c-button.is-gold::after {
	background: rgba(180,155,26,.05);
}

.c-button.is-xs {
	width: 200px;
	min-height: 50px;
	font-size: calc(16px*.85);
	line-height: 1.4em;
}

.c-button.is-sm {
	width: 260px;
	min-height: 50px;
	font-size: calc(16px*.9);
	line-height: 1.4em;
}

.c-button.is-md {
	width: 450px;
}

.c-button.is-lg {
	width: 450px;
	min-height: 90px;
}

.c-button.is-full {
	display: flex;
	min-height: 90px;
}

.c-button.is-en {
	font-family: "Amiri",serif;
}

.c-button.is-none {
	opacity: .5;
	cursor: default;
}

.c-button.is-none::after {
	display: none;
}

.c-button:not(.is-none):hover::after {
	transform: translateX(0) skewX(0);
}

.c-link--line {
	color: #b49b1a;
	-webkit-text-decoration: underline wavy 1px;
	text-decoration: underline wavy 1px;
	cursor: pointer;
}

.c-link--line:hover {
	text-decoration: none;
}

.c-link--img {
	line-height: 0;
	cursor: pointer;
	transition: all .2s ease-out;
}

.c-link--img.is-modal {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.c-link--img.is-modal::after {
	content: "";
	opacity: .3;
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 1;
	width: 40px;
	height: 40px;
	background: rgba(0,0,0,0) url(../img/ico_zoom.png) center no-repeat;
	background-size: contain;
	cursor: pointer;
}

.c-link--img:hover {
	opacity: .5;
}

.c-ulist {
	font-size: inherit;
	line-height: inherit;
	text-align: left;
}

.c-ulist__item {
	position: relative;
	z-index: 1;
	padding-left: 1.2em;
}

.c-ulist__item::before {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.c-ulist.is-asta .c-ulist__item::before {
	content: "※";
}

.c-ulist.is-disc .c-ulist__item::before {
	content: "";
	top: .7em;
	border-radius: 100%;
	width: .5em;
	height: .5em;
	background: rgba(180,155,26,.5);
}

.c-ulist.is-circle .c-ulist__item::before {
	content: "";
	top: .6em;
	border: 2px solid rgba(102,102,102,.7);
	border-radius: 100%;
	width: .7em;
	height: .7em;
}

.c-olist {
	counter-reset: ol-def-item;
	font-size: inherit;
	line-height: inherit;
	text-align: left;
}

.c-olist>.c-olist__item {
	position: relative;
	z-index: 1;
	padding-left: 1.2em;
}

.c-olist>.c-olist__item::before {
	counter-increment: ol-def-item;
	content: counter(ol-def-item);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: -0.3em;
	top: .35em;
	z-index: -1;
	border: 1px solid rgba(180,155,26,.5);
	border-radius: 100%;
	padding-top: .2em;
	width: 1.3em;
	height: 1.3em;
	color: #b49b1a;
	font-size: .9em;
	line-height: 0;
	font-family: "Amiri",serif;
	font-weight: 400;
	letter-spacing: -0.1em;
	text-indent: -0.1em;
	text-align: center;
}

.c-table {
	display: table;
	table-layout: fixed;
	border: none;
	border-collapse: collapse;
	text-align: left;
}

.c-table.is-full {
	width: 100%;
}

.c-table__row {
	display: table-row;
}

.c-table__head,
.c-table__data {
	display: table-cell;
	vertical-align: top;
}

.c-table__head {
	padding: calc(5px + .2em) 0 5px;
	color: #666;
	line-height: 1.4em;
	font-weight: 700;
	letter-spacing: .05em;
}

.c-table__data {
	padding: 5px 0;
	text-align: left;
}

.c-title01 {
	position: relative;
	z-index: 1;
	margin-bottom: 70px;
	color: #b49b1a;
}

.c-title01__main {
	display: block;
	font-size: 3.6em;
	line-height: 1.2em;
	font-family: escrow,serif;
	font-style: italic;
}

.c-title01__sub {
	display: block;
	margin-top: 10px;
	font-size: 1em;
	line-height: 1em;
	font-family: YakuHanMP,"Noto Serif JP","Hiragino Mincho ProN","YuMincho","Yu Mincho","MS PMincho",serif;
}

.c-title01__sub::before,
.c-title01__sub::after {
	content: "";
	display: inline-block;
	margin: 0 10px;
	width: 1px;
	height: .8em;
	background: #b49b1a;
	vertical-align: bottom;
}

.c-title02 {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #b49b1a;
	padding-bottom: 15px;
	color: #b49b1a;
	font-weight: 400;
	text-align: left;
}

.c-title02::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 60px;
	height: 3px;
	background: #b49b1a;
}

.c-title02__main {
	font-size: 1.6em;
	line-height: 1.4em;
	font-family: YakuHanMP,"Noto Serif JP","Hiragino Mincho ProN","YuMincho","Yu Mincho","MS PMincho",serif;
}

.c-title02__msg {
	margin-left: 20px;
	border-radius: 2px;
	padding: 4px 8px 5px;
	background: rgba(180,155,26,.7);
	color: #fff;
	font-size: .75em;
	line-height: 1em;
	font-family: YakuHanJP,"Noto Sans JP","Hiragino Sans","Hiragino Kaku Gothic ProN","Yu Gothic","Meiryo",sans-serif;
	vertical-align: middle;
}

.c-title03 {
	border-bottom: 1px solid #666;
	padding-bottom: 8px;
	color: #666;
	font-size: 1.4em;
	line-height: 1.4em;
	font-family: YakuHanMP,"Noto Serif JP","Hiragino Mincho ProN","YuMincho","Yu Mincho","MS PMincho",serif;
}

.c-title04 {
	position: relative;
	z-index: 1;
	padding-bottom: 3px;
	color: #666;
	font-size: inherit;
	line-height: inherit;
	font-family: YakuHanJP,"Noto Sans JP","Hiragino Sans","Hiragino Kaku Gothic ProN","Yu Gothic","Meiryo",sans-serif;
	font-weight: 700;
	letter-spacing: .05em;
}

.c-title04::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 2em;
	height: 3px;
	background: rgba(102,102,102,.5);
}

.c-icons {
	display: inline-flex;
	flex-flow: row nowrap;
}

.c-icons__item {
	border-radius: 2px;
	margin: 0 4px 0 0;
	padding: 4px 5px 5px;
	min-width: 60px;
	background: #ccc;
	color: #fff;
	font-size: .9em;
	line-height: 1em;
	font-family: YakuHanJP,"Noto Sans JP","Hiragino Sans","Hiragino Kaku Gothic ProN","Yu Gothic","Meiryo",sans-serif;
	text-align: center;
	white-space: nowrap;
}

.c-icons.is-right {
	justify-content: flex-end;
}

.c-icons.is-right .c-icons__item {
	margin: 0 0 0 4px;
}

.c-icons.is-center {
	justify-content: flex-end;
}

.c-icons.is-center .c-icons__item {
	margin: 0 2px;
}

.p-splash {
	overflow: hidden;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 60000;
	width: 100%;
	height: 100%;
	background: #fff;
	transition: background .4s ease-out;
}

.p-splash.is-gold {
	background-color: #b49b1a;
}

.p-splash.is-close {
	animation: p-splash--close .4s forwards ease-out;
}

.p-splash__inner {
	clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
	overflow: hidden;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #fff url(../img/pattern_marble.jpg);
	transition: clip-path .4s ease-out;
}

.p-splash__inner.is-show {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.p-splash__logo {
	opacity: 0;
	position: relative;
	z-index: 100;
	transition: opacity .2s .2s linear;
	animation: p-splash__logo--rotate 3s ease-in-out infinite;
}

.p-splash__logo img {
	width: 300px;
}

.p-splash__inner .p-splash__logo {
	opacity: 1;
}

#popup {
	display: none;
}

.p-modal {
	overflow: hidden;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 58000;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.9);
	text-align: center;
}

.p-modal__scroll {
	overflow: auto;
	opacity: 0;
	padding: 120px 0;
	width: 100%;
	max-height: 100%;
	transition: opacity .2s ease-in,transform .4s ease-out;
	transform: translateY(20px);
}

.p-modal__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 10;
	padding: 70px 60px;
	width: 100%;
}

.p-modal__close {
	overflow: hidden;
	position: fixed;
	right: 50px;
	top: 50px;
	z-index: 1000;
	width: 60px;
	height: 80px;
	cursor: pointer;
	transform-origin: 100% 0;
	transform: scale(0.75);
	transition: all .2s ease-out;
}

.p-modal__close::after {
	content: "CLOSE";
	position: absolute;
	left: 0;
	bottom: -0.3em;
	z-index: 1;
	width: 100%;
	font-size: 18px;
	line-height: 1em;
	font-family: "Amiri",serif;
	letter-spacing: .04em;
	text-indent: -0.02em;
	text-align: center;
}

.p-modal__close_inner {
	overflow: hidden;
	position: relative;
	height: 60px;
}

.p-modal__close_inner::before,
.p-modal__close_inner::after {
	content: "";
	position: absolute;
	left: -20px;
	top: calc(50% - 1px);
	width: 100px;
	height: 2px;
	background: #666;
	transition: all .2s ease-out;
}

.p-modal__close_inner::before {
	transform: rotate(-45deg);
}

.p-modal__close_inner::after {
	transform: rotate(45deg);
}

.p-modal__close:hover .p-modal__close_inner::before {
	transform: rotate(45deg);
}

.p-modal__close:hover .p-modal__close_inner::after {
	transform: rotate(135deg);
}

.p-modal.is-show .p-modal__scroll {
	opacity: 1;
	transform: translateY(0);
}

.p-modal__image {
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	border: 1px solid rgba(102,102,102,.1);
	line-height: 0;
}

.p-modal__html {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	width: 1024px;
	max-width: 100%;
	text-align: left;
}

.p-modal__html .splide img {
	width: 100%;
}

.p-modal__html .splide__pagination {
	position: absolute;
	left: 1px;
	bottom: 5px;
	z-index: 100;
	width: 100%;
}

.p-modal__html .splide__pagination li {
	margin-left: -1px;
	border-radius: 100%;
	padding: 4px;
	background: rgba(241,241,224,.2);
	line-height: 0;
}

.p-modal__html .splide__pagination__page {
	border: 2px solid #666;
	border-radius: 100%;
	width: 10px;
	height: 10px;
	transition: all .2s ease-out;
}

.p-modal__html .splide__pagination__page.is-active {
	background: #666;
}

.p-section {
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
	text-align: left;
}

.p-buttons {
	overflow: hidden;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin-left: -5px;
	width: calc(100% + 10px);
}

.p-buttons.is-left {
	justify-content: flex-start;
}

.p-buttons.is-right {
	justify-content: flex-end;
}

.p-buttons__item {
	margin: 10px 5px 0;
}

.p-tabs {
	overflow: hidden;
	margin-bottom: 60px;
}

.p-tabs__list {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	text-align: center;
}

.p-tabs__list:first-child {
	margin-top: -20px;
}

.p-tabs__list.is-left {
	justify-content: flex-start;
}

.p-tabs__list.is-right {
	justify-content: flex-end;
}

.p-tabs__item {
	margin: 20px 10px 0;
	width: 200px;
	min-height: 60px;
	font-size: calc(16px*.85);
	line-height: 1.4em;
	font-family: YakuHanMP,"Noto Serif JP","Hiragino Mincho ProN","YuMincho","Yu Mincho","MS PMincho",serif;
	letter-spacing: .05em;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	transition: all .2s ease-out;
}

.p-tabs__button {
	overflow: hidden;
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #666;
	border-radius: 4px;
	padding: 5px 10px;
	height: 100%;
	color: #666;
}

.p-tabs__button::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 120%;
	height: 100%;
	background: #f7f7f5;
	transition: all .4s;
	transform: translateX(-100%) skewX(-45deg);
}

.p-tabs__button.is-en {
	font-family: "Amiri",serif;
}

.p-tabs__button.is-active {
	border-color: #b49b1a;
	color: #b49b1a;
	cursor: default;
}

.p-tabs__button.is-active::after {
	background: rgba(241,241,224,.2);
}

.p-tabs__button.is-none {
	opacity: .5;
	cursor: default;
}

.p-tabs__button.is-none::after {
	display: none;
}

.p-tabs__button.is-active::after,
.p-tabs__button:not(.is-active,
.is-none):hover::after {
	transform: translateX(0) skewX(0);
}

.p-pager {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	max-width: 1280px;
}

.p-pager__prev,
.p-pager__next {
	overflow: hidden;
	position: relative;
	z-index: 1;
	border: 1px solid #666;
	border-radius: 4px;
	width: 60px;
	height: 60px;
	background: #fff;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	transition: all .2s ease-out;
}

.p-pager__prev::before,
.p-pager__next::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	background-position: center;
	background-size: 10px auto;
	background-repeat: no-repeat;
}

.p-pager__prev::after,
.p-pager__next::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 120%;
	height: 100%;
	background: #f7f7f5;
	transition: all .2s ease-out;
	transform: translateX(-100%) skewX(-45deg);
}

.p-pager__prev:hover::after,
.p-pager__next:hover::after {
	transform: translateX(0) skewX(0);
}

.p-pager__prev.is-off,
.p-pager__next.is-off {
	opacity: .2;
	cursor: default;
}

.p-pager__prev.is-off:hover::after,
.p-pager__next.is-off:hover::after {
	transform: translateX(-100%) skewX(-45deg);
}

.p-pager__prev::before {
	background-image: url(../img/ico_arrow_prev.svg);
}

.p-pager__next::before {
	background-image: url(../img/ico_arrow_next.svg);
}

.p-pager__pages {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	padding: 0 15px;
}

.p-pager__no {
	margin: 0 15px;
	padding: 5px;
	font-size: 1.5em;
	line-height: 1em;
	font-family: "Amiri",serif;
	cursor: pointer;
	transition: all .2s ease-out;
}

.p-pager__no.is-active {
	color: #b49b1a;
	cursor: default;
}

.p-common_slider {
	width: 100%;
	line-height: 0;
}

.p-common_slider img {
	width: 100%;
}

.p-common_slider .splide__pagination {
	position: absolute;
	left: 1px;
	bottom: 5px;
	z-index: 100;
	width: 100%;
}

.p-common_slider .splide__pagination li {
	margin-left: -1px;
	border-radius: 100%;
	padding: 4px;
	background: rgba(241,241,224,.2);
	line-height: 0;
}

.p-common_slider .splide__pagination__page {
	border: 2px solid #666;
	border-radius: 100%;
	width: 10px;
	height: 10px;
	transition: all .2s ease-out;
}

.p-common_slider .splide__pagination__page.is-active {
	background: #666;
}

.p-images {
	overflow: hidden;
	text-align: center;
}

.p-images__list {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: -20px 0 0 -10px;
	width: calc(100% + 20px);
	line-height: 0;
}

.p-images.is-left {
	text-align: left;
}

.p-images.is-left .p-images__list {
	justify-content: flex-start;
}

.p-images.is-right {
	text-align: right;
}

.p-images.is-right .p-images__list {
	justify-content: flex-end;
}

.p-images__item {
	margin: 20px 10px 0;
	max-width: 800px;
}

.p-images.is-2column .p-images__item {
	width: calc((100% - 40px)/2);
}

.p-images.is-3column .p-images__item {
	width: calc((100% - 60px)/3);
}

.p-images.is-4column .p-images__item {
	width: calc((100% - 80px)/4);
}

.p-article_header {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #b49b1a;
	padding-bottom: 15px;
	color: #b49b1a;
	font-weight: 400;
	text-align: left;
}

.p-article_header::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 60px;
	height: 3px;
	background: #b49b1a;
}

.p-article_header__main {
	width: 100%;
	font-size: 1.6em;
	line-height: 1.4em;
	font-family: YakuHanMP,"Noto Serif JP","Hiragino Mincho ProN","YuMincho","Yu Mincho","MS PMincho",serif;
}

.p-article_header__date {
	font-size: .9em;
	line-height: 1em;
	font-family: "Amiri",serif;
}

.p-box {
	border-radius: 4px;
	padding: 15px 30px;
	background: rgba(241,241,224,.2);
	text-align: left;
}

.p-box.is-caution {
	background: #fff2f6;
}

.u-none {
	display: none;
}

.u-iblock {
	display: inline-block;
}

.u-wbreak {
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-all;
}

.u-select--none {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.u-select--text {
	-webkit-user-select: text;
	-moz-user-select: text;
	user-select: text;
}

.u-tc--main {
	color: #666;
}

.u-tc--sub {
	color: #b49b1a;
}

.u-tc--note {
	color: #999;
}

.u-tc--em1 {
	color: #d41b5e;
}

.u-tc--ikebukuro {
	color: #d2c4a7;
}

.u-tc--nagoya {
	color: #e8c9ce;
}

.u-tc--fukuoka {
	color: #b7dcb3;
}

.u-tc--osaka {
	color: #abcfdd;
}

.u-tc--sendai {
	color: #d0c0da;
}

.u-tc--branch {
	color: #bebebe;
}

.u-tc--otoya {
	color: #e7373c;
}

.u-tc--masato {
	color: #525ca7;
}

.u-tc--natsuki {
	color: #ffda3f;
}

.u-tc--tokiya {
	color: #884797;
}

.u-tc--ren {
	color: #ef821d;
}

.u-tc--syo {
	color: #ea6d9f;
}

.u-tc--cecil {
	color: #aacc03;
}

.u-tc--reiji {
	color: #009c84;
}

.u-tc--ranmaru {
	color: #a61e41;
}

.u-tc--ai {
	color: #ba8cbd;
}

.u-tc--camus {
	color: #8fd2ed;
}

.u-tc--eiichi {
	color: #e7373c;
}

.u-tc--kira {
	color: #525ca7;
}

.u-tc--nagi {
	color: #ffda3f;
}

.u-tc--eiji {
	color: #884797;
}

.u-tc--van {
	color: #ef821d;
}

.u-tc--yamato {
	color: #ea6d9f;
}

.u-tc--shion {
	color: #aacc03;
}

.u-bc--main {
	background-color: rgba(241,241,224,.2);
}

.u-bc--ikebukuro {
	background-color: #d2c4a7;
}

.u-bc--nagoya {
	background-color: #e8c9ce;
}

.u-bc--fukuoka {
	background-color: #b7dcb3;
}

.u-bc--osaka {
	background-color: #abcfdd;
}

.u-bc--sendai {
	background-color: #d0c0da;
}

.u-bc--branch {
	background-color: #bebebe;
}

.u-bc--otoya {
	background-color: #e7373c;
}

.u-bc--masato {
	background-color: #525ca7;
}

.u-bc--natsuki {
	background-color: #ffda3f;
}

.u-bc--tokiya {
	background-color: #884797;
}

.u-bc--ren {
	background-color: #ef821d;
}

.u-bc--syo {
	background-color: #ea6d9f;
}

.u-bc--cecil {
	background-color: #aacc03;
}

.u-bc--reiji {
	background-color: #009c84;
}

.u-bc--ranmaru {
	background-color: #a61e41;
}

.u-bc--ai {
	background-color: #ba8cbd;
}

.u-bc--camus {
	background-color: #8fd2ed;
}

.u-bc--eiichi {
	background-color: #e7373c;
}

.u-bc--kira {
	background-color: #525ca7;
}

.u-bc--nagi {
	background-color: #ffda3f;
}

.u-bc--eiji {
	background-color: #884797;
}

.u-bc--van {
	background-color: #ef821d;
}

.u-bc--yamato {
	background-color: #ea6d9f;
}

.u-bc--shion {
	background-color: #aacc03;
}

.u-fw--def {
	font-weight: 400 !important;
}

.u-fw--bold {
	font-weight: 700 !important;
}

.u-fw--heavy {
	font-weight: 900 !important;
}

.u-fz--xl {
	font-size: calc(16px*1.35);
	line-height: 1.8em;
}

.u-fz--lg {
	font-size: calc(16px*1.2);
	line-height: 1.8em;
}

.u-fz--md {
	font-size: 16px;
	line-height: 1.8em;
}

.u-fz--sm {
	font-size: calc(16px*.85);
	line-height: 1.8em;
}

.u-fz--xs {
	font-size: calc(16px*.7);
	line-height: 1.8em;
}

.u-fs--normal {
	font-style: normal;
}

.u-fs--italic {
	font-style: italic;
}

.u-ff--jg {
	font-family: YakuHanJP,"Noto Sans JP","Hiragino Sans","Hiragino Kaku Gothic ProN","Yu Gothic","Meiryo",sans-serif;
}

.u-ff--jm {
	font-family: YakuHanMP,"Noto Serif JP","Hiragino Mincho ProN","YuMincho","Yu Mincho","MS PMincho",serif;
}

.u-ff--jr {
	font-family: YakuHanRP,"M PLUS Rounded 1c","Hiragino Maru Gothic ProN","Hiragino Sans","Hiragino Kaku Gothic ProN","Noto Sans JP","Meiryo",sans-serif;
}

.u-ff--en1 {
	font-family: "Amiri",serif;
}

.u-ln--solid {
	text-decoration: underline;
}

.u-ln--double {
	-webkit-text-decoration: underline double;
	text-decoration: underline double;
}

.u-ln--dotted {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

.u-ln--dashed {
	-webkit-text-decoration: underline dashed;
	text-decoration: underline dashed;
}

.u-ln--wavy {
	-webkit-text-decoration: underline wavy;
	text-decoration: underline wavy;
}

.u-ln--dis {
	text-decoration: line-through;
}

.u-lnc--em1 {
	text-decoration-color: #d41b5e;
}

.u-bd--main {
	border: 1px solid #666;
}

.u-bd--sub {
	border: 1px solid #b49b1a;
}

.u-bd--gray {
	border: 1px solid rgba(102,102,102,.1);
}

.u-bdw--def {
	border-width: 1px;
}

.u-bdw_t--def {
	border-top-width: 1px;
}

.u-bdw_r--def {
	border-right-width: 1px;
}

.u-bdw_b--def {
	border-bottom-width: 1px;
}

.u-bdw_l--def {
	border-left-width: 1px;
}

.u-bdw--bold {
	border-width: 2px;
}

.u-bdw_t--bold {
	border-top-width: 2px;
}

.u-bdw_r--bold {
	border-right-width: 2px;
}

.u-bdw_b--bold {
	border-bottom-width: 2px;
}

.u-bdw_l--bold {
	border-left-width: 2px;
}

.u-bdc--main {
	border-color: #666;
}

.u-bdc--sub {
	border-color: #b49b1a;
}

.u-bdc--gray {
	border-color: #f2f2f2;
}

.u-bdc--ikebukuro {
	border-color: #d2c4a7;
}

.u-bdc--nagoya {
	border-color: #e8c9ce;
}

.u-bdc--fukuoka {
	border-color: #b7dcb3;
}

.u-bdc--osaka {
	border-color: #abcfdd;
}

.u-bdc--sendai {
	border-color: #d0c0da;
}

.u-bdc--branch {
	border-color: #bebebe;
}

.u-bdc--otoya {
	border-color: #e7373c;
}

.u-bdc--masato {
	border-color: #525ca7;
}

.u-bdc--natsuki {
	border-color: #ffda3f;
}

.u-bdc--tokiya {
	border-color: #884797;
}

.u-bdc--ren {
	border-color: #ef821d;
}

.u-bdc--syo {
	border-color: #ea6d9f;
}

.u-bdc--cecil {
	border-color: #aacc03;
}

.u-bdc--reiji {
	border-color: #009c84;
}

.u-bdc--ranmaru {
	border-color: #a61e41;
}

.u-bdc--ai {
	border-color: #ba8cbd;
}

.u-bdc--camus {
	border-color: #8fd2ed;
}

.u-bdc--eiichi {
	border-color: #e7373c;
}

.u-bdc--kira {
	border-color: #525ca7;
}

.u-bdc--nagi {
	border-color: #ffda3f;
}

.u-bdc--eiji {
	border-color: #884797;
}

.u-bdc--van {
	border-color: #ef821d;
}

.u-bdc--yamato {
	border-color: #ea6d9f;
}

.u-bdc--shion {
	border-color: #aacc03;
}

.u-ta--c {
	text-align: center;
}

.u-ta--l {
	text-align: left;
}

.u-ta--r {
	text-align: right;
}

.u-va--m {
	vertical-align: middle;
}

.u-va--t {
	vertical-align: top;
}

.u-va--b {
	vertical-align: bottom;
}

.u-wd--1c {
	width: 1em;
}

.u-wd--2c {
	width: 2em;
}

.u-wd--3c {
	width: 3em;
}

.u-wd--4c {
	width: 4em;
}

.u-wd--5c {
	width: 5em;
}

.u-wd--6c {
	width: 6em;
}

.u-wd--7c {
	width: 7em;
}

.u-wd--8c {
	width: 8em;
}

.u-wd--9c {
	width: 9em;
}

.u-wd--10c {
	width: 10em;
}

.u-wd--11c {
	width: 11em;
}

.u-wd--12c {
	width: 12em;
}

.u-wd--13c {
	width: 13em;
}

.u-wd--14c {
	width: 14em;
}

.u-wd--15c {
	width: 15em;
}

.u-wd--16c {
	width: 16em;
}

.u-wd--17c {
	width: 17em;
}

.u-wd--18c {
	width: 18em;
}

.u-wd--19c {
	width: 19em;
}

.u-wd--20c {
	width: 20em;
}

.u-wd--21c {
	width: 21em;
}

.u-wd--22c {
	width: 22em;
}

.u-wd--23c {
	width: 23em;
}

.u-wd--24c {
	width: 24em;
}

.u-wd--25c {
	width: 25em;
}

.u-wd--26c {
	width: 26em;
}

.u-wd--27c {
	width: 27em;
}

.u-wd--28c {
	width: 28em;
}

.u-wd--29c {
	width: 29em;
}

.u-wd--30c {
	width: 30em;
}

.u-mgt--qt {
	margin-top: 7px;
}

.u-mgt--td {
	margin-top: 9px;
}

.u-mgt--hf {
	margin-top: 14px;
}

.u-mgt--1c {
	margin-top: 28px;
}

.u-mgt--1h {
	margin-top: 43px;
}

.u-mgt--2c {
	margin-top: 57px;
}

.u-mgt--2h {
	margin-top: 72px;
}

.u-mgt--3c {
	margin-top: 86px;
}

.u-mgb--qt {
	margin-bottom: 7px;
}

.u-mgb--td {
	margin-bottom: 9px;
}

.u-mgb--hf {
	margin-bottom: 14px;
}

.u-mgb--1c {
	margin-bottom: 28px;
}

.u-mgb--1h {
	margin-bottom: 43px;
}

.u-mgb--2c {
	margin-bottom: 57px;
}

.u-mgb--2h {
	margin-bottom: 72px;
}

.u-mgb--3c {
	margin-bottom: 86px;
}

.search {
	position: relative;
	z-index: 1000;
	margin: 0 auto;
	max-width: 1280px;
}

.search__title {
	position: relative;
	z-index: 10;
}

.search__title img {
	margin-right: 10px;
	width: 14px;
}

.search.is-open .search__title .c-button::after {
	transform: translateX(0) skewX(0);
}

.search__inner {
	display: none;
	position: absolute;
	left: 0;
	top: 56px;
	z-index: 1;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: rgba(102,102,102,.2);
	border-radius: 0 0 4px 4px;
	padding: 0 40px 30px;
	width: 100%;
	background: rgba(255,255,255,.9);
	text-align: left;
}

.search__sec {
	padding-top: 30px;
	color: #000;
	font-size: .9em;
	line-height: 1.2em;
}

.search__sec_name::before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	width: 10px;
	height: 2px;
	background: rgba(102,102,102,.2);
	vertical-align: middle;
}

.search__sec_list {
	display: flex;
	flex-flow: row wrap;
}

.search__sec_item {
	margin: 10px 1em 0 0;
	cursor: pointer;
}

.search__sec_item::before {
	content: "";
	display: inline-block;
	margin: -0.3em 4px 0 0;
	border: 1px solid #666;
	border-radius: 2px;
	width: 1em;
	height: 1em;
	line-height: 0;
	vertical-align: middle;
	transition: all .2s ease-out;
}

.search__sec_item.is-selected::before {
	background: #666;
}

.search__sec_word {
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-top: 5px;
	border-radius: 2em;
	padding: 4px 30px 4px 15px;
	width: 100%;
	background: rgba(102,102,102,.1);
}

.search__sec_word input[name=wd] {
	outline: none;
	margin: 0;
	border: none;
	padding: 0;
	width: 100%;
	background: rgba(0,0,0,0);
	font-size: 1em;
	line-height: 1em;
}

.search__sec_word input[name=bt] {
	outline: none;
	position: absolute;
	right: 15px;
	top: calc(50% - 7px);
	z-index: 10;
	width: 14px;
}

.search__halfbox {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.search__halfbox .search__sec {
	width: calc((100% - 40px)/2);
}

.sublinks {
	margin: 0 auto;
	max-width: 1280px;
}

.sublinks .p-buttons__item {
	width: calc((100% - 20px)/2);
}

.lineup__list {
	display: flex;
	flex-flow: row wrap;
	margin: 60px -7px 0 -6px;
	width: calc(100% + 13px);
	font-size: 1em;
	line-height: 1.6em;
	text-align: left;
}

.lineup__item {
	margin: 0 7px 30px 6px;
	width: 310px;
}

.lineup__link {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	border: 1px solid rgba(102,102,102,.1);
	border-radius: 4px;
	width: 100%;
	height: 100%;
	background: #fff;
	color: #666;
}

.lineup__link:hover {
	box-shadow: 0 3px 6px rgba(0,0,0,.1);
}

.lineup__item.is-new .lineup__link::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	width: 76px;
	height: 76px;
	background: rgba(0,0,0,0) url(../img/ico_newitem.png) 0 0/contain no-repeat;
}

.lineup__thumb {
	overflow: hidden;
	display: block;
	position: relative;
	z-index: 10;
	height: 308px;
	line-height: 0;
}

.lineup .splide__pagination {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	bottom: 3px;
	z-index: 100;
	width: 100%;
}

.lineup .splide__pagination li {
	margin: 2px;
	width: 12px;
}

.lineup .splide__pagination__page {
	border: 1px solid #b49b1a;
	border-radius: 100%;
	width: 12px;
	height: 12px;
	line-height: 0;
	transition: all .2s ease-out;
}

.lineup .splide__pagination__page.is-active {
	background: #b49b1a;
}

.lineup__name {
	display: block;
	padding: 10px 20px 0;
}

.lineup__workname {
	display: block;
	margin-bottom: .5em;
	font-size: .8em;
	line-height: 1.2em;
}

.lineup__mainname {
	display: block;
	font-size: 1em;
	line-height: 1.2em;
}

.lineup__subname {
	display: block;
	font-size: 1em;
	line-height: 1.2em;
}

.lineup__item_bottom {
	padding: 15px 20px 10px;
}

.lineup__price {
	display: block;
	font-size: .9em;
	line-height: 1.2em;
}

.lineup__sells {
	display: flex;
	flex-flow: row wrap;
}

.lineup__sell {
	margin-top: 10px;
	border: 1px solid #b49b1a;
	border-radius: 2px;
	padding: 3px 10px 4px;
	min-width: 200px;
	color: #b49b1a;
	font-size: .8em;
	line-height: 1em;
	letter-spacing: -0.05em;
	text-indent: -0.05em;
	text-align: center;
}

.p-pager {
	margin-top: 80px;
}

.loading,
.notfound {
	opacity: .5;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
	border: 1px solid #999;
	border-radius: 4px;
	height: 300px;
	color: #999;
	font-size: 3em;
	line-height: 1em;
	font-family: escrow,serif;
	letter-spacing: .05em;
	text-indent: .05em;
	text-align: center;
}

.loading::after {
	content: "Loading...";
}

.notfound::after {
	content: "Not Found";
}

.item {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 0 auto 100px;
	max-width: 1280px;
	font-size: 1em;
	line-height: 1.8em;
	text-align: left;
}

.item__gallery {
	overflow: hidden;
	order: 1;
	width: 420px;
	line-height: 0;
}

.item__detail {
	order: 2;
	width: calc(100% - 420px - 40px);
	text-align: left;
}

.item__plus {
	order: 3;
	margin-top: 40px;
	width: 100%;
	text-align: left;
}

.item__sells {
	display: flex;
	flex-flow: row wrap;
	margin: -10px 0 10px;
}

.item__sell {
	margin: 10px 10px 0 0;
	border: 1px solid #b49b1a;
	border-radius: 2px;
	padding: 7px 15px 8px;
	min-width: 240px;
	color: #b49b1a;
	font-size: .9em;
	line-height: 1em;
	letter-spacing: -0.05em;
	text-indent: -0.05em;
	text-align: center;
}

.item__name {
	margin-bottom: 20px;
	color: #b49b1a;
	font-size: 1.4em;
	line-height: 1.6em;
	font-family: YakuHanMP,"Noto Serif JP","Hiragino Mincho ProN","YuMincho","Yu Mincho","MS PMincho",serif;
}

.item__workname {
	display: block;
	font-size: .8em;
	line-height: 1.6em;
}

.item__mainname {
	display: inline-block;
}

.item__subname {
	display: inline-block;
}

.item__intro {
	overflow: hidden;
	margin-top: 15px;
	border-radius: 4px;
	padding: 15px 20px;
	background: rgba(241,241,224,.2);
	font-size: .85em;
	line-height: 1.6em;
}

.item__visual {
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin: 0 0 20px;
	border: 1px solid rgba(102,102,102,.1);
	border-radius: 4px;
	width: 100%;
	height: 420px;
	text-align: center;
}

.item__visual_item {
	opacity: 0;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	transition: all .2s ease-out;
}

.item__visual_item:nth-of-type(1) {
	position: relative;
}

.item__visual_item.is-active {
	opacity: 1;
	z-index: 10;
	cursor: pointer;
}

.item__visual_item.is-active::after {
	content: "";
	opacity: .3;
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 1;
	width: 40px;
	height: 40px;
	background: rgba(0,0,0,0) url(../img/ico_zoom.png) center no-repeat;
	background-size: contain;
	cursor: pointer;
}

.item__visual_item.is-np {
	opacity: 1;
	z-index: 10;
}

.item__tabs {
	overflow: hidden;
	display: flex;
	flex-flow: row wrap;
	margin: 0 0 10px -4px;
	border-bottom: 1px solid rgba(102,102,102,.2);
	padding-bottom: 5px;
	width: calc(100% + 4px);
}

.item__tab {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 0 5px 4px;
	border: 1px solid rgba(102,102,102,.1);
	border-radius: 2px;
	padding: 5px 5px 6px;
	min-width: calc((100% - 16px)/4);
	min-height: 24px;
	color: rgba(102,102,102,.5);
	font-size: .7em;
	line-height: 1em;
	letter-spacing: -0.05em;
	text-indent: -0.05em;
	text-align: center;
	transition: all .2s ease-out;
}

.item__tab.is-active {
	border-color: rgba(0,0,0,0);
	background: #666;
	color: #fff;
}

.item__tab:not(.is-active) {
	cursor: pointer;
}

.item__tab:not(.is-active):hover {
	background: rgba(102,102,102,.1);
	color: rgba(102,102,102,.8);
}

.item__tabs.is-char .item__tab.is-active.a {
	background: #e7373c;
}

.item__tabs.is-char .item__tab.is-active.b {
	background: #525ca7;
}

.item__tabs.is-char .item__tab.is-active.c {
	background: #ffda3f;
}

.item__tabs.is-char .item__tab.is-active.d {
	background: #884797;
}

.item__tabs.is-char .item__tab.is-active.e {
	background: #ef821d;
}

.item__tabs.is-char .item__tab.is-active.f {
	background: #ea6d9f;
}

.item__tabs.is-char .item__tab.is-active.g {
	background: #aacc03;
}

.item__tabs.is-char .item__tab.is-active.h {
	background: #009c84;
}

.item__tabs.is-char .item__tab.is-active.i {
	background: #a61e41;
}

.item__tabs.is-char .item__tab.is-active.j {
	background: #ba8cbd;
}

.item__tabs.is-char .item__tab.is-active.k {
	background: #8fd2ed;
}

.item__tabs.is-char .item__tab.is-active.l {
	background: #e7373c;
}

.item__tabs.is-char .item__tab.is-active.m {
	background: #525ca7;
}

.item__tabs.is-char .item__tab.is-active.n {
	background: #ffda3f;
}

.item__tabs.is-char .item__tab.is-active.o {
	background: #884797;
}

.item__tabs.is-char .item__tab.is-active.p {
	background: #ef821d;
}

.item__tabs.is-char .item__tab.is-active.q {
	background: #ea6d9f;
}

.item__tabs.is-char .item__tab.is-active.r {
	background: #aacc03;
}

.item__thumbs_inner {
	overflow: hidden;
	display: none;
}

.item__thumbs_list {
	display: flex;
	flex-flow: row wrap;
	margin-left: -4px;
	width: calc(100% + 4px);
}

.item__thumb {
	position: relative;
	z-index: 1;
	margin: 0 0 4px 4px;
	border: 1px solid rgba(102,102,102,.1);
	width: calc((100% - 20px)/5);
}

.item__thumb:not(.is-active) {
	cursor: pointer;
}

.item__thumb::after {
	content: "";
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(180,155,26,.2);
	transition: all .2s ease-out;
}

.item__thumb.is-active::after,
.item__thumb:hover::after {
	opacity: 1;
}

.item__thumb img {
	position: relative;
	z-index: 1;
}

.item__specs {
	margin-top: 20px;
	border-width: 1px 0;
	border-style: solid;
	border-color: rgba(102,102,102,.1);
	font-size: .9em;
	line-height: 1.6em;
}

.item__spec {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	padding: 10px 0;
}

.item__spec:not(:first-child) {
	border-top: 1px solid rgba(102,102,102,.1);
}

.item__spec_name {
	width: 7em;
}

.item__spec_data {
	width: calc(100% - 7em);
}

.item__uniq {
	margin-bottom: 40px;
}

@media screen and (min-width: 1080px) {

.u-none--pc {
	display: none;
}

.u-iblock--pc {
	display: inline-block;
}

.u-wbreak--pc {
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-all;
}

.u-wd__auto--pc {
	width: auto !important;
}

}

@media screen and (max-width: 1079px) {

html {
	font-size: 24px;
}

body {
	line-height: 1.6em;
}

#header {
	position: static;
	width: auto;
}

#header .header__base {
	position: relative;
	top: 0;
	z-index: 52000;
}

.header__logo {
	left: calc(50% - 68px);
	top: 20px;
	height: auto;
}

#header.is-open .header__base .header__logo {
	opacity: 0;
}

.header__oc {
	display: block;
}

#header.is-open .header__oc {
	background-image: url(../img/menu_close.png);
}

.header__menu {
	opacity: 0;
	overflow: auto;
	position: fixed;
	top: 0;
	right: 0;
	z-index: -1;
	padding: 200px 0 100px;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.9);
}

.header__menu_list {
	display: block;
	font-size: 1.7em;
	line-height: 1em;
}

.header__menu_item {
	margin: 0;
	padding: 35px 0;
}

.header__menu_label {
	display: inline-block;
	border-width: 2px 0;
	padding: 8px 0 5px;
}

#header.is-open .header__menu {
	opacity: 1;
	z-index: 51000;
}

#footer {
	padding: 110px 80px;
	text-align: center;
}

#footer .footer__inner {
	display: block;
}

.footer__logo {
	margin: 0 auto;
	width: 345px;
}

.footer__share {
	flex-direction: column;
	position: static;
	margin: 60px 0;
}

.footer__share_name {
	margin: 0 0 30px;
}

.footer__share_icons .bro-snsbox>div>div {
	margin: 0 10px;
}

.footer__share_icons .bro-snsbox.bro-circle-view>div>div {
	width: 80px !important;
}

.footer__share_icons .bro-snsbox.bro-circle-view>div>div a:hover {
	transform: scale(1);
}

.footer__links {
	margin-top: 0;
	width: auto;
}

.footer__links_list {
	display: block;
	margin-left: 0;
	width: auto;
}

.footer__links_item {
	margin-top: 20px;
	padding-left: 0;
	width: auto !important;
}

.footer__links_button {
	border-width: 2px;
	min-height: 100px;
	font-size: 1em;
	line-height: 1.2em;
}

.footer__links_button::after {
	transform: translateX(-96%) skewX(-45deg);
}

.footer__copy {
	margin-top: 50px;
	font-size: .65em;
	line-height: 1.6em;
	font-family: YakuHanJP,"Noto Sans JP","Hiragino Sans","Hiragino Kaku Gothic ProN","Yu Gothic","Meiryo",sans-serif;
	text-align: center;
}

.footer__copy p {
	margin: 0 .5em;
}

.footer__totop {
	right: 12px;
	font-size: 1em;
	line-height: 1em;
}

.footer__totop::before {
	width: 2px;
	height: 100px;
}

.footer__totop_text:hover {
	transform: rotate(90deg);
}

#Wrap {
	padding-top: 160px;
}

#banners .splide {
	padding-bottom: 80px;
}

#banners .splide.is-silent .splide__list {
	justify-content: flex-start;
}

#banners .splide__pagination {
	display: block;
}

.c-button {
	border-width: 2px;
	width: 100%;
	min-height: 100px;
	font-size: 24px;
	line-height: 1.4em;
}

.c-button.is-xs,
.c-button.is-sm {
	width: 330px;
	min-height: 80px;
	font-size: calc(24px*.8);
	line-height: 1.4em;
}

.c-button.is-md,
.c-button.is-lg {
	width: 100% !important;
	min-width: 670px;
	min-height: 100px;
}

.c-button:not(.is-none):hover::after {
	transform: translateX(-100%) skewX(-45deg);
}

.c-link--line:hover {
	-webkit-text-decoration: underline wavy 1px;
	text-decoration: underline wavy 1px;
}

.c-link--img.is-modal::after {
	right: 15px;
	bottom: 15px;
	width: 62px;
	height: 62px;
}

.c-link--img:hover {
	opacity: 1;
}

.c-olist>.c-olist__item::before {
	top: .3em;
}

.c-table__head {
	padding: calc(10px + .1em) 0 10px;
}

.c-table__data {
	padding: 10px 0;
}

.c-table.is-spbreak {
	display: block;
}

.c-table.is-spbreak tbody {
	display: block;
}

.c-table.is-spbreak .c-table__row,
.c-table.is-spbreak .c-table__head,
.c-table.is-spbreak .c-table__data {
	display: block;
}

.c-table.is-spbreak .c-table__row:not(:first-child) {
	margin-top: 30px;
}

.c-table.is-spbreak .c-table__head {
	padding: 0;
	color: #b49b1a;
}

.c-table.is-spbreak .c-table__data {
	padding: 10px 0 0;
}

.c-title01 {
	margin-bottom: 80px;
}

.c-title01__main {
	font-size: 4em;
	line-height: 1.2em;
}

.c-title01__sub {
	margin-top: 10px;
	font-size: 1em;
	line-height: 1em;
}

.c-title01__sub::before,
.c-title01__sub::after {
	margin: 0 12px -2px;
	width: 2px;
	height: 1em;
}

.c-title02 {
	border-bottom-width: 2px;
	padding-bottom: 20px;
}

.c-title02::after {
	width: 100px;
	height: 4px;
}

.c-title02__main {
	font-size: 1.7em;
	line-height: 1.2em;
}

.c-title02__msg {
	margin: 5px 0 0;
	padding: 6px 15px 8px;
	font-size: .6em;
	line-height: 1em;
}

.c-title03 {
	border-bottom-width: 2px;
	font-size: 1.6em;
	line-height: 1.4em;
}

.c-icons__item {
	margin: 0 8px 0 0;
	border-radius: 4px;
	padding: 6px 5px 7px;
	min-width: 75px;
	font-size: .8em;
	line-height: 1em;
}

.c-icons.is-right .c-icons__item {
	margin: 0 0 0 8px;
}

.c-icons.is-center .c-icons__item {
	margin: 0 4px;
}

.p-modal__scroll {
	padding: 140px 0;
}

.p-modal__inner {
	padding: 90px 40px;
}

.p-modal__close {
	transform: scale(1);
}

.p-modal__image {
	border-width: 2px;
}

.p-modal__html .splide__pagination {
	bottom: 12px;
}

.p-buttons__item {
	margin-top: 15px;
}

.p-tabs__list {
	margin-left: -5px;
	width: calc(100% + 10px);
}

.p-tabs__list:first-child {
	margin-top: -10px;
}

.p-tabs__item {
	margin: 10px 5px 0;
	width: 330px;
	min-height: 80px;
	font-size: calc(24px*.85);
	line-height: 1em;
}

.p-tabs__button {
	border-width: 2px;
}

.p-tabs__button::after {
	transform: translateX(-93%) skewX(-45deg);
}

.p-common_slider .splide__pagination {
	bottom: 12px;
}

.p-images__item {
	max-width: calc(100% - 20px);
}

.p-images.is-2column .p-images__item {
	width: calc(100% - 20px);
}

.p-images.is-3column .p-images__item,
.p-images.is-4column .p-images__item {
	width: calc((100% - 40px)/2);
}

.p-article_header {
	border-bottom-width: 2px;
	padding-bottom: 20px;
}

.p-article_header::after {
	width: 100px;
	height: 4px;
}

.p-article_header__main {
	font-size: 1.7em;
	line-height: 1.2em;
}

.p-article_header__date {
	margin-top: 30px;
}

.p-box {
	padding: 30px 20px;
}

.u-none--sp {
	display: none;
}

.u-iblock--sp {
	display: inline-block;
}

.u-wbreak--sp {
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-all;
}

.u-fz--xl {
	font-size: calc(24px*1.35);
	line-height: 1.6em;
}

.u-fz--lg {
	font-size: calc(24px*1.2);
	line-height: 1.6em;
}

.u-fz--md {
	font-size: 24px;
	line-height: 1.6em;
}

.u-fz--sm {
	font-size: calc(24px*.85);
	line-height: 1.6em;
}

.u-fz--xs {
	font-size: calc(24px*.7);
	line-height: 1.6em;
}

.u-bd--main {
	border-width: 2px;
}

.u-bd--sub {
	border-width: 2px;
}

.u-bd--gray {
	border-width: 2px;
}

.u-bdw--def {
	border-width: 2px;
}

.u-bdw_t--def {
	border-top-width: 2px;
}

.u-bdw_r--def {
	border-right-width: 2px;
}

.u-bdw_b--def {
	border-bottom-width: 2px;
}

.u-bdw_l--def {
	border-left-width: 2px;
}

.u-bdw--bold {
	border-width: 4px;
}

.u-bdw_t--bold {
	border-top-width: 4px;
}

.u-bdw_r--bold {
	border-right-width: 4px;
}

.u-bdw_b--bold {
	border-bottom-width: 4px;
}

.u-bdw_l--bold {
	border-left-width: 4px;
}

.u-wd__auto--sp {
	width: auto !important;
}

.u-mgt--qt {
	margin-top: 9px;
}

.u-mgt--td {
	margin-top: 12px;
}

.u-mgt--hf {
	margin-top: 19px;
}

.u-mgt--1c {
	margin-top: 38px;
}

.u-mgt--1h {
	margin-top: 57px;
}

.u-mgt--2c {
	margin-top: 76px;
}

.u-mgt--2h {
	margin-top: 96px;
}

.u-mgt--3c {
	margin-top: 115px;
}

.u-mgb--qt {
	margin-bottom: 9px;
}

.u-mgb--td {
	margin-bottom: 12px;
}

.u-mgb--hf {
	margin-bottom: 19px;
}

.u-mgb--1c {
	margin-bottom: 38px;
}

.u-mgb--1h {
	margin-bottom: 57px;
}

.u-mgb--2c {
	margin-bottom: 76px;
}

.u-mgb--2h {
	margin-bottom: 96px;
}

.u-mgb--3c {
	margin-bottom: 115px;
}

.search__title img {
	margin-right: 15px;
	margin-bottom: -5px;
	width: auto;
}

.search__inner {
	top: 96px;
	border-width: 0 2px 2px;
	padding: 0 20px 40px;
}

.search__sec {
	font-size: .85em;
	line-height: 1.2em;
}

.search__sec_name {
	margin-left: -20px;
}

.search__sec_name::before {
	width: 15px;
}

.search__sec_item {
	margin-right: .8em;
}

.search__sec_item::before {
	margin: -0.2em 4px 0 0;
	border-width: 2px;
	width: .8em;
	height: .8em;
}

.search__sec_word {
	margin-top: 15px;
	padding: 10px 50px 10px 15px;
	width: auto;
}

.search__sec_word input[name=bt] {
	right: 20px;
	top: calc(50% - 13px);
	width: auto;
}

.search__halfbox .search__sec {
	width: 100%;
}

.lineup__list {
	justify-content: space-between;
	margin: 60px -15px 0;
	width: calc(100% + 30px);
}

.lineup__item {
	margin: 0 15px 30px;
	width: 320px;
}

.lineup__link:hover {
	box-shadow: none;
}

.lineup__thumb {
	height: 318px;
}

.lineup .splide__pagination {
	bottom: 6px;
}

.lineup .splide__pagination li {
	margin: 4px;
	width: 16px;
}

.lineup .splide__pagination__page {
	width: 16px;
	height: 16px;
}

.lineup__item_bottom {
	padding-bottom: 30px;
}

.lineup__sell {
	margin-top: 15px;
	border-width: 2px;
	padding: 7px 10px 9px;
	max-width: 260px;
	font-size: .7em;
	line-height: 1em;
}

.item {
	display: block;
	max-width: 670px;
	line-height: 1.6em;
}

.item__gallery {
	margin: 50px auto;
	width: auto;
}

.item__detail {
	width: auto;
}

.item__plus {
	width: auto;
}

.item__sells {
	margin: -15px 0 20px;
}

.item__sell {
	margin: 15px 15px 0 0;
	border-width: 2px;
	padding: 10px 25px 12px;
}

.item__name {
	margin: 0 0 30px;
	font-size: 1.6em;
	line-height: 1.4em;
}

.item__intro {
	margin: 15px -40px 0;
	padding: 20px 40px;
	width: calc(100% + 80px);
	font-size: .8em;
	line-height: 1.6em;
}

.item__visual {
	margin-bottom: 40px;
	height: 670px;
}

.item__visual_item.is-active::after {
	right: 15px;
	bottom: 15px;
	width: 62px;
	height: 62px;
}

.item__tabs {
	margin: 0 0 10px -8px;
	border-bottom: none;
	padding-bottom: 0;
	width: calc(100% + 8px);
}

.item__tab {
	margin: 0 0 8px 8px;
	border-width: 2px;
	min-width: calc((100% - 32px)/4);
	min-height: 40px;
}

.item__tab:not(.is-active):hover {
	background: rgba(0,0,0,0);
	color: rgba(102,102,102,.2);
}

.item__thumbs_list {
	margin-left: -6px;
	width: calc(100% + 6px);
}

.item__thumb {
	margin: 0 0 6px 6px;
	border-width: 2px;
	width: calc((100% - 36px)/6);
}

.item__specs {
	border-width: 2px 0;
}

.item__spec {
	display: block;
}

.item__spec:not(:first-child) {
	border-top-width: 2px;
}

.item__spec_name,
.item__spec_data {
	width: auto;
}

.item__spec_name {
	font-weight: 700;
}

}

@keyframes p-splash__logo--rotate {

0% {
	transform: rotate3d(0, 1, 0, 0deg);
}

50% {
	transform: rotate3d(0, 1, 0, 360deg);
}

100% {
	transform: rotate3d(0, 1, 0, 0deg);
}

}

@keyframes p-splash--close {

0% {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

50% {
	clip-path: polygon(0 49.98%, 100% 49.98%, 100% 50.02%, 0 50.02%);
}

70% {
	clip-path: polygon(0 49.98%, 100% 49.98%, 100% 50.02%, 0 50.02%);
}

100% {
	clip-path: polygon(50% 49.98%, 50% 49.98%, 50% 50.02%, 50% 50.02%);
}

}


/*# sourceMappingURL=../map/item.css.map */
