@charset 'utf-8';

/*@font-face {
    font-family: 'Hiragino';
    src: url('fonts/HiraKakuProN-W3-AlphaNum-03.ttf') format('truetype');
    font-weight: normal;
  	font-style: normal;
}*/

@font-face {
    font-family: 'Yu Gothic';
    src: url('fonts/YUGOTHR.TTC') format('truetype');
    font-weight: normal;
  	font-style: normal;
}

/* reset
------------------------------------------------ */
body,div,pre,p,a,img,form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,td,embed,object,
figure,figcaption {
	margin: 0;
	padding: 0;
}
html { height: 100%; font-size: 62.5%; }
body {
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS P Gothic', Osaka, Arial, Helvetica, Verdana, sans-serif;
	font-size: 1rem;
	line-height: 1.6;
	color: #000;
}

ul,ol { list-style: none; }
img { width: auto; height: auto; max-width: 100%; border: none; vertical-align: top; }
a:link { text-decoration: none; color: #000; }
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: none; }

.pc { display: block !important; }
.sp { display: none !important; }

/* clearfix
------------------------------------------------ */
.clearfix {
	clear: both;
	*zoom: 1;
}
.clearfix:before,.clearfix:after {
	content: ' ';
	display: table;
}
.clearfix:after { clear: both; }
.responsive-img{ width: 100%; }

/* container
------------------------------------------------ */
#container {
	position: relative;
    padding-top: 80px;
}
	#contents { padding: 110px 0 150px; }
	.wrap { 
		max-width: 1200px; 
		margin: 0 auto; 
		position: relative; 
	}

	.page-content { font-size: 16px; font-size: 1.6rem; letter-spacing: 0.024em; }

/* header
------------------------------------------------ */
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	z-index: 9999;
	background: #011e41;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 1px 3px 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 3px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 1px 3px 5px rgba(0,0,0,0.5);
}
	.admin-bar #header { top: 32px; }
	#header .wrap { position: static; }
	#logo { 
		float: left;
		width: 208px;
		line-height: 1.2;
		margin-top: 17px;
	}
		#logo a { display: block; }

	#header .info {
		float: left;
		margin-left: 8.3%;
	}
		#header .info__links,
		#header .info__links > li {
		    display: inline-block;
		    vertical-align: middle;
		}

		#header .info__links > li { font-size: 13px; font-size: 1.3rem; letter-spacing: 0.072em; }
		#header .info__links > li:not(:last-child) {  }
		#header .info__links > li > a { position: relative; color: #fff; display: block; padding: 0 1.5em; line-height: 80px; }
		#header .info__links > li > a:before { content: ''; display: block; position: absolute; left: 0; top: calc( 50% - 10px ); width: 1px; height: 20px; background: #fff; }
		#header .info__links > li:last-child > a:after { content: ''; display: block; position: absolute; right: 0; top: calc( 50% - 10px ); width: 1px; height: 20px; background: #fff; }
		#header .info__links > li > a > span { position: relative; }
		#header .info__links > li:hover > a{ color:#667E9B; }

		#header .info__links--sub { display: none; background: #F7F7F7; position: absolute; width: 100%; left: 0; padding: 45px 0 80px; border: 4px solid #011E41; -webkit-box-sizing: border-box; box-sizing: border-box; }
		#header .info__links--sub.test{ display: block; }
		#header .info__links--subBreak { position: relative; max-width: 1200px; margin: 0 auto; }

		#header .info__links--subMenu {}
		#header .info__links--subMenu ul {  }
		/* #header .info__links--subMenu ul li { display: block; overflow: hidden; width: 22.5%; float: left; font-size: 16px; font-size: 1.6rem; font-weight: bold; letter-spacing: 0.048em; line-height: 54px; -webkit-border-radius: 4px; border-radius: 4px; }
		#header .info__links--subMenu ul li:not(:last-child) { margin-right: 3.33%; } 
		#header .info__links--subMenu ul li a { position: relative; display: block; padding: 0 20px; color: #fff; } */
		#header .info__links--subMenu ul li { display: block; overflow: hidden; width: calc(216/1200 * 100%); float: left; font-size: 16px; font-size: 1.6rem; font-weight: bold; letter-spacing: 0.048em; line-height: calc(24/16); -webkit-border-radius: 4px; border-radius: 4px; }
		#header .info__links--subMenu ul li:not(:last-child) { margin-right: calc(30/1200 * 100%); }
		#header .info__links--subMenu ul li a { position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; min-height: 80px; padding: 0 20px; color: #fff; text-align: center; }
		#header .info__links--subMenu ul li a:after { content: ''; display: none; width: 8px; height: 16px; position: absolute; right: 20px; top: calc( 50% - 8px ); background: url(../img/share/icon_arrow_w.svg) no-repeat; background-size: 100%; }
		#header .info__links--subMenu ul li.info__links--subMenu--boy { background: #093B7B; }
		#header .info__links--subMenu ul li.info__links--subMenu--girl { background: #B42B1E; }
		#header .info__links--subMenu ul li.info__links--subMenu--all { background: #897C72; }
		#header .info__links--subMenu ul li.info__links--subMenu--out { background: #000; }
		#header .info__links--subMenu ul li.info__links--subMenu--rental { background: #F58D34; }
		#header .info__links--subMenu ul li.info__links--subMenu--others { background: #18771B; }

		#header .info__links--subBrand { margin-top: 45px; }
		#header .info__links--subBrand dd ul { display: flex; flex-wrap: wrap; gap: 10px; }
		#header .info__links--subBrand dd ul li { flex: 1; }
		#header .info__links--subBrand--pic img:not(.lazyloaded){ background-color: #c1c1c1; }
		#header .info__links--subBrand--text { font-size: 12px; font-size: 1.2rem; letter-spacing: 0.05em; margin-top: 10px; }
		#header .info__links--subBrand--title{ margin-bottom: 18px; display: table; padding: 0 40px; font-size: 1.4rem; font-weight: bold; color:#6A6A6A; position: relative; }
		#header .info__links--subBrand--title:before{ width: 30px; content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); border-bottom: 1px dashed #6A6A6A; }
		#header .info__links--subBrand--title:after{ width: 30px; content: ''; position: absolute; right: 0; top: 50%; transform: translateY(-50%); border-bottom: 1px dashed #6A6A6A; }

		#head_menu {
		    display: none;
		    position: absolute;
		    top: 60px;
		    left: 0;
		    width: 100%;
		    background: #011e41;
			z-index: 1;
		}
			#head_menu .frame {
			    height: -webkit-calc(100vh - 60px);
			    height: calc(100vh - 60px);
			    -webkit-overflow-scrolling: touch;
			    overflow: auto;
			}
		
				#gnav { padding: 25px 0 100px; }
				#gnav .gnav__links { padding: 0 20px; }
				#gnav .gnav__links > li { font-size: 16px; font-size: 1.6rem; font-weight: bold; letter-spacing: 0.074em; border-top:1px solid #667E9B; }
				#gnav .gnav__links > li > a { color: #fff; display: block; padding: 20px 0; }
				#gnav .gnav__links > li > a { background: url(../img/share/icon_arrow_right.svg) no-repeat right 4px center; background-size: 8px; }
				#gnav .gnav__links > li.hassub > a { background: url(../img/share/icon_arrow_up.svg) no-repeat right center; background-size: 16px; }
				#gnav .gnav__links > li.hassub.opensub > a { background: url(../img/share/icon_arrow_down.svg) no-repeat right center; background-size: 16px; }
				#gnav .gnav__links--sub { display: none; margin-top: -13px; padding-bottom: 15px; }
				#gnav .gnav__links--sub ul li { font-size: 14px; font-size: 1.4rem; font-weight: normal; }
				#gnav .gnav__links--sub ul li a { color: #fff; display: block; padding: 8px 0; }
				#gnav .gnav__links--sub ul li.shop-gifts { display: none; }
				#gnav .gnav__links--sub ul+ul{ padding-top: 10px; margin-top: 10px; border-top: 1px dashed #667E9B; }

				#gnav .gnav__sns { width: calc(100% - 40px); margin: 0 auto; border-top:1px solid #667E9B; padding: 35px 0 0; }
				#gnav .gnav__sns li { display: inline-block; vertical-align: middle; width: 25px; }
				#gnav .gnav__sns li:not(:last-child) { margin-right: 19px; }
				#gnav .gnav__sns li a { display: block; }

				#gnav .gnav__guide { width: calc(100% - 40px); margin: 0 auto; padding: 23px 0 0; }
				#gnav .gnav__guide li { position: relative; display: inline-block; font-size: 13px; font-size: 1.3rem; line-height: 16px; letter-spacing: 0.074em; padding: 0 12px; }
				#gnav .gnav__guide li:not(:last-child) { border-right: 1px solid #fff; }
				#gnav .gnav__guide li:first-child { padding-left: 0; }
				#gnav .gnav__guide li a { color: #fff; display: block; }

	#wcom { 
		float: right;
		margin-top: 18px; 
	}

		.wcom__account,
		.wcom__account li { display: inline-block; vertical-align: middle; }
		.wcom__account li:not(:last-child) { margin-right: 28px; }
		.wcom__account li { font-size: 12px; font-size: 1.2rem; letter-spacing: 0.03em; }
		.wcom__account li a { position: relative; display: block; color: #fff; }
		.wcom__account li a:before { content: ''; display: block; margin: 0 auto 8px; width: 19px; height: 19px; }
		.wcom__account li a .count { position: absolute; display: inline-block; text-align: center; font-weight: bold; top: -9px; right: 8px; width: 20px; line-height: 20px; color: #fff; background: red; -webkit-border-radius: 50%; border-radius: 50%; }
		.wcom__account li.wcom__account--login a:before { background: url(../img/share/icon_login.svg) no-repeat; background-size: 100%; }
		.wcom__account li.wcom__account--star a:before { background: url(../img/share/icon_star.svg) no-repeat; background-size: 100%; }
		.wcom__account li.wcom__account--cart a:before { background: url(../img/share/icon_cart.svg) no-repeat; background-size: 100%; }
		.wcom__account li.wcom__account--star a .count { right: 8px; }
		.wcom__account li.wcom__account--cart a .count { right: -3px; }

		@media screen and (min-width: 769px) {
			.body-gnav_open { top: auto !important; margin-top: auto !important; }
			#head_menu { display: none !important; }

			#header .info__links--showroom{}
			#header .info__links--showroom .info__links--sub{ padding: 14px 0 26px; border-color: #011E41; background-color: #011E41; box-shadow: 1px 3px 5px rgba(0,0,0,0.5); -moz-box-shadow: 1px 3px 5px rgba(0,0,0,0.5); -webkit-box-shadow: 1px 3px 5px rgba(0,0,0,0.5); }
			#header .info__links--showroom ul{ display: flex; }
			#header .info__links--showroom ul.j-center{ justify-content: center; margin-left:0 !important; }
			#header .info__links--showroom ul li a{ display: block; color:#fff; }
			#header .info__links--showroom ul li+li{ margin-left: 7%; }
			#header .info__links--showroom ul.j-center li+li{ margin-left: 4%; }

			.wcom__account{ visibility: visible !important; }
			
			.header--mobile-nav{ display: none; }
		}

.fix_header #header { position: fixed; top: 0; left: 0; }

/* main
------------------------------------------------ */
#main {
	display: block;
	position: relative;
	width: 100%;
}

	/* breadcrumb */
	#breadcrumb { position: relative; background: rgb(255, 255, 255, 0.57); padding: 20px 0; margin-bottom: -49px; z-index: 10; }
	#breadcrumb ol { display: block; overflow: hidden; font-size: 12px; font-size: 1.2rem; line-height: 1.2; }
	#breadcrumb ol li { display: inline-block; }
	#breadcrumb ol li a { display: inline-block; color: #011e41; }

	/* page title */
	#page--title { text-align: center; padding-bottom: 35px; margin-bottom: 55px; border-bottom: 1px solid #989898; }
	#page--title .title-01 { font-size: 28px; font-size: 2.8rem; font-weight: normal; letter-spacing: 0.04em; line-height: 1.2; }

	.page--title-2{ font-size: 2.4rem; letter-spacing: 0.04em; line-height: 1.5; text-align: center; color:#011e41; }
	.page--title-2:after{ content: ''; display: block; margin: 24px auto 0; width:40px; height: 2px; background-color: #272727;  }

	@media screen and (max-width: 768px) {
		.page--title-2{ font-size: 1.7rem; }
		.page--title-2:after{ margin-top: 16px; border-width: 1px; }
	}

	/* pagination */
	#pagination { display: block; overflow: hidden; font-size: 16px; font-size: 1.6rem; text-align: center; margin-top: 30px; letter-spacing: 0.024em; line-height: 1.87; }
	#pagination a { display: inline-block; vertical-align: middle; margin: 0 15px; }
	#pagination a.active { color: #011e41; font-weight: bold; }
	#pagination a.next,
	#pagination a.prev{ color:transparent !important; background-repeat: no-repeat; background-size: 8px auto; background-position: center center; }
	#pagination a.next { margin:0 0 0 35px; background-image: url(../img/share/pg_next.png); }
	#pagination a.prev { margin:0 35px 0 0; background-image: url(../img/share/pg_prev.png); }

	@media screen and (max-width: 768px) {
		#pagination{ margin-top: 28px; font-size: 1.3rem; line-height: 1.88; letter-spacing: 0.024em; }
		#pagination a{ margin: 0 12px; }
		#pagination a.next,
		#pagination a.prev{ background-size: 7px auto; }
		#pagination a.next{ margin-left: 28px; }
		#pagination a.prev{ margin-right: 28px; }
	}

	#single-pagination{ display: table; margin: 32px auto 0; }
	#single-pagination li{ display: table-cell; width: 160px; text-align: center; font-size: 1.4rem; letter-spacing: 0.03em; line-height: 1; }
	#single-pagination li a{ display: inline-block; }
	#single-pagination .back{ border-left:1px solid #000; border-right:1px solid #000; }
	#single-pagination .back a{ text-decoration: underline; }
	#single-pagination .next a:after{ padding-left: 17px; content: '>'; }
	#single-pagination .prev a:before{ padding-right: 17px; content:'<'; }

	@media screen and (max-width: 768px) {
		#single-pagination{ margin-top: 23px; width: 100%; }
		#single-pagination li{ width: 33.33%; font-size: 1.2rem; }
		#single-pagination .next{ text-align: right; }
		#single-pagination .prev{ text-align: left; }
		#single-pagination .next a:after{ padding-left: 8px; }
		#single-pagination .prev a:before{ padding-right: 8px; }
	}

	/* section instagram */
	#instagram { padding: 110px 0 130px; }
	.instagram--title { text-align: center; margin-bottom: 32px; }
	.instagram--title .en { font-family: 'Oswald', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS P Gothic', Osaka, Arial, Helvetica, Verdana, sans-serif; font-size: 32px; font-size: 3.2rem; letter-spacing: 0.148em; line-height: 1.2; margin-bottom: 15px; }
	.instagram--title .jp { font-size: 16px; font-size: 1.6rem; line-height: 32px; letter-spacing: 0.052em; display: inline-block; width: 105px; background: #011e41; color: #fff; -webkit-border-radius: 5px; border-radius: 5px; }
	.instagram--title .jp:before { content: ''; display: inline-block; vertical-align: -3px; margin-right: 6px; width: 18px; height: 18px; background: url(../img/share/sns_insta.png) no-repeat; background-size: 100%; }
	.instagram--list {  }
	.instagram--list ul {  }
	.instagram--list ul li { position: relative; width: 19%; margin: 0 1.25% 1.25% 0; padding-bottom: 19%; float: left; }
	.instagram--list ul li:nth-child(5n) { margin-right: 0; }
	.instagram--list ul li a { position: absolute; width: 100%; height: 100%; display: block; }

	@media screen and (max-width: 768px) {
		/* section instagram */
		#instagram { padding: 65px 0 120px; }
		.instagram--title { margin-bottom: 16px; }
		.instagram--title .en { font-size: 20px; font-size: 2rem; margin-bottom: 10px; }
		.instagram--title .jp { font-size: 10px; font-size: 1rem; line-height: 25px; width: 80px; -webkit-border-radius: 3px; border-radius: 3px; }
		.instagram--title .jp:before { vertical-align: -3px; margin-right: 5px; width: 14px; padding-bottom: 14px; height: auto; background: url(../img/share/sns_insta.png) no-repeat; background-size: 100%; }
		.instagram--list ul li { width: 32.1%; margin: 0 1.85% 1.85% 0; padding-bottom: 32.1%; }
		.instagram--list ul li:nth-child(5n) { margin-right: 1.85%; }
		.instagram--list ul li:nth-child(3n) { margin-right: 0; }
		.instagram--list ul li:nth-of-type(10) { display: none; }
		
		.header--mobile-nav{ padding: 7px 20px; position: absolute; left: 0; top:60px; width: calc(100% - 40px); background-color: #EDF5FD; }
		.header--mobile-nav ul{ display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
		.header--mobile-nav ul li{ width: 33.33%; }
		.header--mobile-nav ul li a{ padding: 4px; display: block; text-align: center; font-size: 1.1rem; letter-spacing: 0.05em; line-height: calc(37 / 22); color:#090707; }
		.header--mobile-nav ul li+li a{ border-left: 1px solid #011E41; }
	}

.wpcf7 .wpcf7-form .wpcf7-mail-sent-ok { 
	display: none !important; 
}

/* footer
------------------------------------------------ */
#footer { padding-bottom: 30px; position: relative; background: #272727; }

#footTop { padding: 90px 0 0; }
.footTop__links { padding-bottom: 64px; border-bottom: 1px solid #6A6A6A; }
.footTop__links__list { display: flex; flex-wrap: wrap; justify-content: center; }
.footTop__links__list--menu { font-size: 16px; font-size: 1.6rem; font-weight: bold; line-height: 1.5625; width: 25%; width: 300px; margin-right: 6.733333%; -webkit-box-sizing: border-box; box-sizing: border-box; }
.footTop__links__list--menu:last-child { margin-right: 0; }
.footTop__links__list--menu a { position: relative; background: #fff; color: #011e41; display: block; padding: 0 13%; height: 70px; -webkit-border-radius: 4px; border-radius: 4px; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; display: flex; display: -webkit-flex; flex-wrap: wrap; -webkit-flex-wrap: wrap; justify-content: flex-start; -webkit-justify-content: flex-start; align-items: center; -webkit-transition: all .3s; transition: all .3s; }
.footTop__links__list--menu a:hover { background: #011e41; color: #fff; }
.footTop__links__list--menu a:before { content: ''; display: inline-block; width: 48px; height: 48px; margin-right: 10px; }
.footTop__links__list--menu a:after {content: '';display: block;width: 8px;height: 15px;position: absolute;right: 13%;top: calc( 50% - 7px );background: url(../img/share/icon_arrow_b_2.svg) no-repeat;background-size: 100%;}
.footTop__links__list--menu a:hover:after { background: url(../img/share/icon_arrow_w.svg) no-repeat; background-size: 100%; }
.footTop__links__list--menu--contact a:before { background: url(../img/share/icon_contact_b_2.svg) no-repeat; background-size: 100%; }
.footTop__links__list--menu--contact a:hover:before { background: url(../img/share/icon_contact_w.svg) no-repeat; background-size: 100%; }
.footTop__links__list--menu--user a:before { background: url(../img/share/icon_user_b_2.svg) no-repeat; background-size: 100%; }
.footTop__links__list--menu--user a:hover:before { background: url(../img/share/icon_user_w.svg) no-repeat; background-size: 100%; }
.footTop__links__list--menu--year a:before { background: url(../img/share/icon_year_b_2.svg) no-repeat; background-size: 100%; }
.footTop__links__list--menu--year a:hover:before { background: url(../img/share/icon_year_w.svg) no-repeat; background-size: 100%; }
.footTop__links__list--menu--room a:before { background: url(../img/share/icon_room_b_2.svg) no-repeat; background-size: 100%; }
.footTop__links__list--menu--room a:hover:before { background: url(../img/share/icon_room_w.svg) no-repeat; background-size: 100%; }

#pagetop { display: none; font-size: 12px; font-size: 1.2rem; font-weight: bold; letter-spacing: 0.07em; position: fixed; bottom: 10px; right: 15px; width: 80px; overflow: hidden; z-index: 10; background: #011e41; text-align: center; -webkit-border-radius: 4px; border-radius: 4px; }
#pagetop a { display: block; color: #fff; padding: 10px 0 7px; }
#pagetop a:before { content: ''; display: block; width: 40px; height: 40px; margin: 0 auto 4px; background: url(../img/share/2025/icon-white-rocket.png) no-repeat center; background-size: contain; }
#pagetop.stuck{ position: absolute; bottom:unset; top: -110px; } 

.footer__nav--col > ul > li{ font-size: 1.4rem; }
.footer__nav--col > ul > li > a{ display: inline-block; color:#fff; line-height: calc(30 / 14); }
.footer__nav--col > ul > li > span{ display: block; color:#6A6A6A; line-height: calc(30 / 14); }
.footer__nav--col > ul.sns a{ margin-top: 6px; width: 28px; }
.footer__nav--col > ul.sns a+a{ margin-left: 20px; }
.copyright{ font-size: 1.2rem; letter-spacing: 0.03em; line-height: calc(30 / 12); color:#6A6A6A; text-align: center; }

/* responsive style
------------------------------------------------ */
@media screen and (max-width: 1240px) {
	.wrap,
	#header .info__links--subBreak { padding: 0 20px; }
	#header .info{ margin-left: 5%; }
}
@media screen and (max-width: 1180px) {
	#logo { width: 158px; margin-top: 20px; }
	/* #header .info__links > li { font-size: 1.1vw; } */
	#header .info__links > li > a { padding: 0 1em; }
	#header .info__links > li > a:before,
	#header .info__links > li:last-child > a:after { height: 16px; top: calc( 50% - 8px ); }
	#header .info__links--subMenu ul li { font-size: 1.35593220339vw; }
	#header .info__links--subBrand dt { font-size: 1.52542372881vw; }
	#header .info__links--subBrand--text { font-size: 1.35593220339vw; }

	#wcom { margin-top: 19px; }
	.wcom__account li { font-size: 1vw; }
	.wcom__account li a:before { width: 17px; height: 17px; }
	.wcom__account li a .count { top: -7px; width: 17px; line-height: 17px; }
}
@media screen and (max-width: 1024px) {
	/* #header .info { margin-left: 15px; } */
	#header .info__links--subMenu ul li a { padding: 0 20px; }
	#header .info__links--subMenu ul li a:after { right: 20px; }

	.wcom__account li:not(:last-child) { margin-right: 15px; }

	/* .footTop__links__list--menu { font-size: 1.5625vw; }
	.footTop__links__list--menu a { padding: 0 15px; }
	.footTop__links__list--menu a:after { right: 15px; }
	.footTop__links__list--menu a:before { width: 40px; height: 40px; margin-right: 10px; } */

	.footer__nav--col > ul > li{ font-size: 1.2rem; }

}
/* @media screen and (max-width: 890px) {
	#logo { width: 130px; margin-top: 24px; }
	#header .info__links > li { font-size: 10px; font-size: 1rem; }
	#header .info__links > li > a:before,
	#header .info__links > li:last-child > a:after { height: 14px; top: calc( 50% - 7px ); }

	#wcom { margin-top: 23px; }
	.wcom__account li { font-size: 8px; font-size: .8rem; }
	.wcom__account li a:before { width: 15px; height: 15px; }
	.wcom__account li a .count { top: -5px; width: 15px; line-height: 15px; }

} */
@media screen and (max-width: 990px) {
	#logo { width: 130px; margin-top: 24px; }
	#header .info{ margin-left: 6%; }
	#header .info__links > li { font-size: 10px; font-size: 1rem; }
	#header .info__links > li > a:before,
	#header .info__links > li:last-child > a:after { height: 14px; top: calc( 50% - 7px ); }
	#wcom { margin-top: 23px; }
	.wcom__account li { font-size: 8px; font-size: .8rem; }
	.wcom__account li a:before { width: 15px; height: 15px; }
	.wcom__account li a .count { top: -5px; width: 15px; line-height: 15px; }
}
@media screen and (min-width: 769px) {
	.footer__nav--row{ padding: 60px 0 100px; display: flex; flex-wrap: wrap; }
	.footer__nav--col{ width: calc(20% - 26px); }
	.footer__nav--col:last-child{ width: 130px; }
	.footer__nav--col:not(:last-child) ul{ padding-right: 10px; }
	.footer__nav--col ul li+li{ margin-top: 10px; }
}
@media screen and (max-width: 783px) {
	.admin-bar #header { top: 46px; }
}
@media screen and (max-width: 768px) {

	#container { padding-top: 60px; }
	#contents { padding: 65px 0 120px; }
	.pc { display: none !important; }
	.sp { display: block !important; }

	/* header */
	#header { justify-content: space-between; height: 60px; box-shadow: 1px 1px 5px rgba(0,0,0,0.5); -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.5); -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.5); }
	#wpadminbar { position: fixed !important; }
	#logo { width: 125px; margin-top: 12px; }
	#header .info { display: none; }

	#wcom { display: inline-flex; align-items: center; justify-content: flex-end; margin-top: 0; width: calc(100% - 135px); }
	#wcom .menu {letter-spacing: 0.1em; position: relative; display: inline-block !important; overflow: hidden; width: auto; min-width: 30px; height: 60px; vertical-align: middle; z-index: 10; }
	#wcom .menu a { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; }
	#wcom .menu span.txt { margin-top: 3px; color:#fff; font-size: 0.8rem; letter-spacing: 0.032em; }
	#wcom .menu-icon{ position: relative; width: 23px; height: 17px; }
	#wcom .menu-bar{ width: 23px; height: 2px; background-color: #fff; transition: all 0.3s; position: absolute; }
	#wcom .menu-bar2{ margin-top: 7px; }
	#wcom .menu-bar3{ margin-top: 14px; }
	#wcom a.on .menu-icon .menu-bar1{ width: 29px; -webkit-transform: rotate(45deg) scaleX(0.7); margin-top: 7px; left:-4px; }
	#wcom a.on .menu-icon .menu-bar2{ opacity: 0; }
	#wcom a.on .menu-icon .menu-bar3{ width: 29px; -webkit-transform: rotate(-45deg) scaleX(0.7); margin-top: 7px; left:-4px; }

	.wcom__account { padding: 0; }
	.wcom__account li {  display: inline-block; vertical-align: middle; margin-right: 15px; font-size: 12px; font-size: 0.8rem; font-weight: 400; letter-spacing: 0.032em; }
	.wcom__account li a { position: relative; display: block; color: #fff; }
	.wcom__account li a:before { content: ''; display: block; margin: 0 auto 2px; width: 17px; height: 19px; }
	.wcom__account li a .count { position: absolute; display: inline-block; text-align: center; font-weight: bold; top: -9px; right: 8px; width: 20px; line-height: 20px; color: #fff; background: red; -webkit-border-radius: 50%; border-radius: 50%; }
	.wcom__account li.wcom__account--login { float: left; }
	.wcom__account li.wcom__account--cart { float: right; }
	.wcom__account li.wcom__account--login a:before { background: url(../img/share/icon_login.svg) no-repeat; background-size: 100%; }
	.wcom__account li.wcom__account--star a:before { background: url(../img/share/icon_star.svg) no-repeat; background-size: 100%; }
	.wcom__account li.wcom__account--cart a:before { background: url(../img/share/icon_cart.svg) no-repeat; background-size: 100%; background-position: center bottom; }
	.wcom__account li.wcom__account--star a .count { right: 8px; }
	.wcom__account li.wcom__account--cart a .count { right: -9px; top:-7px; }

	.body-gnav_open { position: fixed; top: 0; left: 0; }
	.body-gnav_open #header { position: fixed; top: 0 !important; left: 0; }

	/* breadcrumb */
	#breadcrumb { padding: 13px 0; margin-bottom: -33px; }
	#breadcrumb ol li { font-size: 12px; font-size: 1.2rem; letter-spacing: 0.06em; }

	#page--title { margin-bottom: 20px; padding-bottom: 18px; }
	#page--title .title-01 { font-size: 16px; font-size: 1.6rem; letter-spacing: 0.04em; }

	/* footer */
	#footer{ padding-bottom: 25px; }
	#footTop { padding: 40px 0 0; }
	.footTop__links{ padding-bottom: 40px; }
	.footTop__links__list--menu { font-size: 14px; font-size: 1.4rem; float: none; width: 100%; margin-right: 0; }
	.footTop__links__list--menu:not(:last-child) { margin-bottom: 15px; }
	.footTop__links__list--menu a { padding: 0 18px 0; height: 50px; border: 2px solid #011e41; -webkit-border-radius: 2px; border-radius: 2px; }
	.footTop__links__list--menu a:hover { background: #011e41; color: #fff; }
	.footTop__links__list--menu a:before { margin-bottom: 2px; padding-bottom: 0; width: 35px; height: 35px; margin-right: 8px; }
	.footTop__links__list--menu a:after { position: absolute; width: 9px; height: 16px; right: 18px; top: calc( 50% - 8px ); background: url(../img/share/icon_arrow_b_2.svg) no-repeat center right; background-size: 100%; }

	#pagetop{ width: 70px; right: 20px; }
	#pagetop a{ padding: 9px 0 5px; }
	#pagetop a:before{ width: 35px; height: 35px; margin-bottom: 2px; }
	#pagetop.stuck{ top:-95px; }
	
	.footer__nav--row{ padding-bottom: 45px; display: flex; flex-wrap: wrap; flex-direction: column; }
	.footer__nav--col{ padding-top: 22px; }
	.footer__nav--col:nth-child(1){ order:1; }
	.footer__nav--col:nth-child(2){ order:2; }
	.footer__nav--col:nth-child(3){ order:3; }
	.footer__nav--col:nth-child(4){ order:4; }
	.footer__nav--col:nth-child(5){ order:6; }
	.footer__nav--col:nth-child(6){ order:5; }
	.footer__nav--col:not(:nth-child(-n+1)){ margin-top: 22px; border-top:1px solid #6A6A6A; }
	.footer__nav--col > ul > li{ font-size: 1.2rem; }
	.footer__nav--col > ul > li > span,
	.footer__nav--col > ul > li > a{ font-size: 1.2rem; letter-spacing: 0.072em; line-height: calc(30 / 14); }
	.footer__nav--col ul:not(.sp-edit-col) li+li{ margin-top: 7px; }
	.footer__nav--col ul.sp-edit-col{ display: flex; flex-wrap: wrap; }
	.footer__nav--col ul.sp-edit-col li:nth-child(1){ order:1; width: calc(100% - 90px); }
	.footer__nav--col ul.sp-edit-col li:nth-child(2){ order:2; width: 90px; }
	.footer__nav--col ul.sp-edit-col li:nth-child(3){ order:4; width: 90px; }
	.footer__nav--col ul.sp-edit-col li:nth-child(4){ order:5; width: calc(100% - 90px); }
	.footer__nav--col ul.sp-edit-col li:nth-child(5){ order:3; width: calc(100% - 90px); }
	.footer__nav--col ul.sp-edit-col li:nth-child(6){ order:6; width: 90px; }

	.footer__nav--col ul.sp-edit-col li:not(:nth-child(-n+2)){ margin-top: 7px; }
	.footer__nav--col > ul.sns a{ width: 25px; }
	.copyright{ font-size: 1rem; }
}

@media screen and (max-width: 640px) {
	#sbi_images .sbi_item:not(:nth-child(-n+6)){ display: none !important; }
}

@media screen and (max-width: 480px) {
	#sb_instagram.sbi_col_10 #sbi_images .sbi_item,
	#sb_instagram.sbi_col_3 #sbi_images .sbi_item,
	#sb_instagram.sbi_col_4 #sbi_images .sbi_item,
	#sb_instagram.sbi_col_5 #sbi_images .sbi_item,
	#sb_instagram.sbi_col_6 #sbi_images .sbi_item,
	#sb_instagram.sbi_col_7 #sbi_images .sbi_item,
	#sb_instagram.sbi_col_8 #sbi_images .sbi_item,
	#sb_instagram.sbi_col_9 #sbi_images .sbi_item{ width: 50% !important; }
}

/* renew 2022 */ 
#pageTitle{ position: relative; }
.title01{ display: flex; flex-wrap: wrap; flex-direction: column; align-items: center; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.title01 .en{ font-size: 4.6rem; font-weight: bold; letter-spacing: 0.148em; color:#fff; line-height: 1.47; text-transform: uppercase; font-family: 'Oswald', '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', 'Meiryo', '繝｡繧､繝ｪ繧ｪ', '�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け', 'MS P Gothic', Osaka, Arial, Helvetica, Verdana, sans-serif; }
.title01 .ja{ margin-top: 4px; padding: 8px 38px; font-size: 2.2rem; font-weight: bold; letter-spacing: 0.14em; text-align: center; color:#011E41; line-height: 1.36; background-color: #fff; }

@media screen and (max-width: 768px) {
	.title01 .en{ font-size: 2.3rem; line-height: calc(68 / 46); }
	.title01 .ja{ margin-top: 3px; padding: 4px 10px; font-size: 1.1rem; line-height: calc(30 / 22); min-width: 130px; }
}

/* popup banner */
.rental--popup-bnr{ display: none; position: fixed; bottom: 95px; width: 80%; max-width: 300px; z-index: 99; }
.rental--popup-bnr a{ transition: .3s; display: block;}
.rental--popup-bnr a:hover{ opacity: .8; }
.rental--popup-bnr i{ transition: opacity .3s; cursor: pointer; position: absolute; right: -8px; top: -9px; width: 20px; height: 20px; border-radius: 50%; overflow: hidden; background-color: #666666; z-index: 1; }
.rental--popup-bnr i:hover{ opacity: .8; }
.rental--popup-bnr i:before,
.rental--popup-bnr i:after{ content: ''; width: 9px; height: 2px; position: absolute; left: 6px; top: 9px; background-color: #fff; }
.rental--popup-bnr i:before{ transform: rotate(45deg); }
.rental--popup-bnr i:after{ transform: rotate(-45deg); }

@media screen and (min-width: 769px) {
	.rental--popup-bnr{ right: 10px; }
}
@media screen and (max-width: 768px) {
	.rental--popup-bnr{ left: 50%; transform: translateX(-50%); }
}

.item-list--limited-statu{position: absolute;left: 0.5em;top: 0.5em;font-size: 1.4rem;background-color: #CE1017;color: #fff;text-align: center;width: 120px;line-height: 2;border-radius: 4px;}
.product-limited-item{ position: relative; padding-top: 1em; }
.product-limited-item .item-list--limited-statu{ left: unset; top: 0; right: 0; padding: .2em 0; width: 150px; }
@media screen and (max-width: 768px) {
	.item-list--limited-statu{ font-size: 1.2rem; width: 100px; }
	.product-limited-item .item-list--limited-statu{ width: 100px; }
}
/*
announcement
------------------------------ */
.announcement{
	position:absolute;
	overflow:hidden;
	background-color:#fff384;
	color:#505050;
	max-height:100px;
	width: 100%;
	z-index:-1;
  }
  
  .announcement--closed{
	max-height:0 !important;
  }
  
  .announcement__text{
	display:block;
	padding:5px 20px 4px;
	font-size:1.4rem;
	transition:opacity 0.75s ease;
	text-align:center
  }
  
  @media only screen and (min-width:769px){
	.announcement{ top:80px }
  .announcement__text{
	  padding:6px 20px 5px;
	  font-size:1.6rem;
  }
}
  
  .announcement--closed .announcement__text{
	  opacity:0
  }
  
  .announcement__link{
	display:block;
	color:#505050;
  }
  
  .announcement__link:hover{
	  color:#505050;
	}
.announcement__link > span{ text-decoration: underline; }
.announcement__link:hover > span{ text-decoration: none; }
  
  .announcement__close{
	display:block;
	position:absolute;
	top:50%;
	right:0;
	transform:translateY(-50%);
	padding:0 10px;
	transition:opacity 1s ease 0.8s;
	cursor:pointer;
	z-index:2
  }
  
  .announcement--closed .announcement__close{
	  opacity:0
  }
  
  .announcement__close .icon{
	  color:#505050;
	  width:20px;
	  height:20px;
	  vertical-align:middle
	}
  
@media only screen and (max-width:768px){  
	.announcement{ top: 60px; }
	.announcement-top{ top:101px; }
}