html {
	visibility: hidden;
}
html.wf-active, html.loading-delay {
	visibility: visible;
}
body {
	min-width:350px;
	font-family: 'HelveticaNeue-Light','Helvetica Neue','Arial',"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border:0px;
}
img.trim {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.content-heading {
	align-items: center;
	text-align: center;
	font-family: yu-mincho-36p-kana, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:1.9rem;
}
#content-heading::before, #content-heading::after {
	border-top: 1px solid;
	content: "";
	display: inline;
	flex-grow: 1;
}
#content-heading::before {
	margin-right: 10px;
}
#content-heading::after {
	margin-left:10px;
}
.slick-prev,.slick-next {
	z-index: 2;
}
.slick-prev {
	left: 5px;
}
.slick-next {
	right: 5px;
}
.slick-prev::before {
	content: "＜";
	color:#000;
	text-shadow: 1px 0px 1px #fff;
}
.slick-next::before {
	content: "＞";
	color:#000;
	text-shadow: 1px 0px 1px #fff;
}
.top-30 {
	margin-top:30px;
}
@font-face {font-family: "NewParis Headline";
  src: url("../fonts/newparis/7547b46604dda0e973d786bdd39173e1-d3ede6253fb565b99f365041dca1d9d6.eot"); /* IE9*/
  src: url("../fonts/newparis/7547b46604dda0e973d786bdd39173e1-d3ede6253fb565b99f365041dca1d9d6.eot#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/newparis/7547b46604dda0e973d786bdd39173e1-517470b330119bf594845818f02f8427.woff") format("woff2"), /* chrome、firefox */
  url("../fonts/newparis/7547b46604dda0e973d786bdd39173e1-b243dcbf2d003de1483c69ad4f8b5303.woff") format("woff"), /* chrome、firefox */
  url("../fonts/newparis/7547b46604dda0e973d786bdd39173e1-7547b46604dda0e973d786bdd39173e1.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../fonts/newparis/7547b46604dda0e973d786bdd39173e1-13ac15b59e68d880f30e73b84e81da5e.svg") format("svg"); /* iOS 4.1- */
}
.content-heading {
	font-family: "NewParis Headline";

}
.sticky {
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 50;
}
.nav {
	background-color: #fff;
	width:100%;
}
.nav-pc {
	position:relative;
	width:100%
}
.flex {
	display:flex;
}
.header-v-detial {
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
}
.header-left-detail {
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
	text-align: center;
	margin-top:10px;
}
.header-right-detail {
	flex: 0 0 25%;
	max-width: 25%;
	text-align: center;
	margin-top:10px;
}
.dropdown-toggle,.dropdown-toggle:hover,.dropdown-toggle:focus {
	color:#000;
}
.header-left-detail a ,.header-left-detail:hover,.header-left-detail:focus,
.header-right-detail a ,.header-right-detail:hover,.header-right-detail:focus {
	color:#000;	
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 18px;
  height: 22px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}
.menu-trigger span:nth-of-type(1) {
  top: 0px;
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 2px;
}
.dropdown-menu {
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
	border: 0;
	border-radius: 0;
}
.designer-list-group>a {
	font-size:1.1rem;
	border:0;
}
.banner {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	height: 25px;
	line-height: 25px;
	font-size:1.4rem;
}
@media screen and (min-width:992px) {
	.banner {
		font-family: "游明朝体", "Yu Mincho", YuMincho, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
		height: 32px;
		line-height: 32px;
		font-size:1.8rem;
	}
}
.humburger-menu>nav a {
	color:#000;
	font-weight: bold;
	width:100%;
	display:block;
}
.humburger-menu>nav p {
	padding-left:20px;	
}
.humburger-menu>nav .list-group-item {
	border:0;
	margin-top:20px;
	font-size:1.3rem;
}
.humburger-menu>nav button {
	background-color: #000;
    color: #fff;
    width: 230px;
    height: 43px;
    text-align: left;
    border: 2px solid #000;
    padding-left:20px;
}
.humburger-menu>nav a:hover {
	color:#000;
	font-weight: bold;
}
.humburger-menu {
	overflow: scroll;
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	z-index:100;
	display:none;
	background-color:#fff;
	width:300px;
}
#modal-overlay {
	z-index:99;
	display:none;
	position:fixed ;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
}
.dropdown-toggle:hover + .dropdown-menu {
	display: block !important;
}
.dropdown-toggle:hover {
	text-decoration: underline;
}
.dropdown-toggle:hover > .dropdown-menu {
	display: block !important;
}

.footer-heading {
	font-size:1.9rem;
	text-align: center;
	font-family: yu-mincho-36p-kana, sans-serif;
	font-weight: 400;
	font-style: normal;
}
footer,footer p {
	color:#fff;
	font-size:1.2rem;
}
footer .col-sm-4 {
	margin-top: 10px;
	padding-top:20px;
	padding-bottom:20px;
	box-sizing: border-box;
}
.news-type-radio, .pop-news-type-radio {
	display:none;
}
.news-type-radio + label,.pop-news-type-radio + label {
	padding-left:20px;
	position:relative;
	margin-right:20px;
	line-height:15px;
	margin-bottom:0px;
	font-weight: 300;
}
.news-type-radio + label::before,.pop-news-type-radio + label::before {
	content: "";
	display:block;
	position:absolute;
	top:0;left:0;
	width:15px;height:15px;
	border:2px solid #fff;
	border-radius:50%;
}
.news-type-radio:checked + label::before,.pop-news-type-radio:checked + label::before {
	border:2px solid #fff;
}
.news-type-radio:checked + label::after,.pop-news-type-radio:checked + label::after {
	content: "";
	display:block;
	position:absolute;
	top:4px;left:4px;
	width:7px;height:7px;
	background: #fff;border-radius:50%;
}
.news-field-select,.pop-news-field-select {
	margin:0 auto;
	max-width:500px;
}
div.news-field-mail, div.news-field-line,div.pop-news-field-mail, div.pop-news-field-line{
	display:none;
}
#news-type-email:checked ~ div.news-field-mail,#pop-news-type-email:checked ~ div.pop-news-field-mail,#news-type-line:checked ~ div.news-field-line,#pop-news-type-line:checked ~ div.pop-news-field-line {
	display:block;
}
input[name="newsletter-mail-address"]:-webkit-autofill,input[name="pop-newsletter-mail-address"]:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
footer ul {
	list-style: none;
	padding-left: 0;
	padding-right: 0;
	margin-left:-5px;
	margin-right:-5px;
	background-color: #000;
}
footer li {
	color: #000;
	text-shadow: #33333 0 0 1px;
	background: #B7B7B7;
	margin-bottom: 1px;
	line-height: 2.5;
	text-align:center;
	list-style-type: none!important;
	border: 1px solid #fff;
	background-color: #fff;
}
footer .list-group-item {
	color:#fff;
	background-color: #000;
	border:0;
	width:300px;
	max-width: 100%;
	border-radius: 0 !important;
}
footer ul>a {
	color: #000;
}
footer ul a:focus li,footer ul a:hover li {
	text-decoration: underline;
}
.footer-menu {
	font-size:1.4rem;
}
.footer-menu a[data-toggle="collapse"] {
	cursor: pointer;
}
.footer-menu a[aria-expanded=true] .glyphicon-chevron-right,.footer-menu a[aria-expanded=false] .glyphicon-chevron-down {
	display:none;
}


.top-10 {
	margin-top:10px;
}
.top-20 {
	margin-top:20px;
}
.top-30 {
	margin-top:30px;
}
.mainBtn {
	background-color: #000;
	color: #fff;
	width:230px;
	height:43px;
	border:2px solid #000;
}
.subBtn {
	background-color: #fff;
	color: #000;
	width:230px;
	border:1px solid #8c8b8b;
	height:41px;
}
.mainBtn:focus, subBtn:focus {
	outline: none;
}
hr.cep {
	margin-top:50px;
	margin-bottom:50px;
}
.font-bold {
	font-weight: 700;
}
.collection-img-rap {
	width:100%;
	padding-top: 56.25%;
	position:relative;
}
.collection-img-rap>div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #cccccc;
}
.collection-heading-rap {
	width:100%;
	padding-top: 25.00%;
	position:relative;
}
.collection-heading-rap>div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.collection-link:hover,.collection-link:focus {
	color:#000;
}
.collection-info .info {
	font-family: Helvetica Neue, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:1.5rem;
	margin-top:10px;
	margin-bottom:0px;
	color:#000;
}
.collection-info .title {
	font-family: yu-mincho-36p-kana, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size:2.0rem;
	margin-bottom:0px;
	color:#000;
}
.collection-info .link {
	font-family: Helvetica Neue, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:1.2rem;
	text-decoration: underline;
	margin-top:10px;
	margin-bottom:0px;
	color:#000;
}

.collection-heading-rap .info {
	font-family: yu-mincho-36p-kana, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:1.5rem;
}
.collection-heading-rap .title {
	font-family: yu-mincho-36p-kana, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size:20px;
}
.collection-heading-rap .link {
	font-family: yu-mincho-36p-kana, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:12px;
	text-decoration: underline;
}
.collection-heading-rap p {
	margin-bottom:5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
}