@charset "utf-8";
/* CSS Document */

/* Edge 1 */
@supports (-ms-ime-align: auto) {
	.social-navigation a:before {
        line-height: 38px;
    }
}
/* Edge 2 */
_:-ms-lang(x)::backdrop, .social-navigation a:before {
	line-height: 38px;
}


body {
	/*background:url(/wp-content/themes/r1000/images/top/bg_map.gif) center center;
	background-attachment:fixed;*/
	font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, 'myFontB', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media screen and (min-width: 61.5625em){
body:not(.search-results) article:not(.type-page) img.below-entry-meta, body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
    margin-left:0!important;
    max-width: 100%!important;
}
}

a, a:link, a:visited, a:active, a:hover {
    overflow: hidden;
    outline: none !important;
    color: #333;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
}
a:active {color: #333;}
a:visited {color: #333;}

@media only screen and (min-width: 768px) {
.blank-pc {
	clear:both;
	float:left;
}
a .post_txt {
	padding-left: 0;
	width: 100%;
}
}
@media only screen and (max-width: 768px) {
.blank-pc {
	clear:none;
}
.blank-sp {
	clear:both;
	float:left;
}
}

.site {
	background:none;
}
.site-main {
    margin-bottom:0;
}
.site-inner {
	max-width:none;
}
.site-header {
	margin:50px 0 50px;
	padding:0;
}
.site-header-menu,
.header-image {
    margin:0;
	display:block;
}
.site-header-menu-sns,
.site-header .social-navigation {
	display:block;
}
.site-header-menu-sns {
	position:absolute;
	top:0;
	left:32px;
	width:calc(100% - 32px);
    z-index:0;
	display:none;
}
.social-navigation a[href*="instagram.com"]:before {
	content: "\f215";
}
@media screen and (max-width: 44.375em) {
.site-header-menu.g-nav {
	display:none;
}
}


.header-logo {
	width:360px;
	margin:0 auto;
	position:relative;
    z-index:1;
}
.header-logo a {
	display:block;
	text-indent:-99999em;
	background:url(../img/logo.png) no-repeat;
	width:360px;
	height:46px;
}
.main-navigation {
	font-family: 'Didact Gothic', "Helvetica Neue", Helvetica, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-family: 'myFontB', sans-serif;
}
.main-navigation .primary-menu {
	text-align:center;
}
.main-navigation li,
.main-navigation .primary-menu {
    border: none;
}
.main-navigation .primary-menu > li {
	float:none;
	display:inline-block;
}
.main-navigation a {
	padding: 0 0.875em;
	overflow:visible;
}
.main-navigation a:hover {
	color:#000!important;
}
.main-navigation a span {
	font-weight:bold;
	letter-spacing: .04em;
	font-size:16px;
}
.main-navigation a span {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.main-navigation a span::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.main-navigation a span:hover::after {
  transform: scale(1, 1);
}
.current-menu-item a span::after {
  /*position: absolute;
  bottom: -8px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  transform: scale(1, 1);*/
}

.main-navigation .menu-item-has-children > a:after {
	display:none;
}
.zdo_drawer_nav_wrapper {
	padding:150px 2.5% 0!important;
}
.zdo_drawer_nav_wrapper .main-navigation .primary-menu > li {
	display:block;
	margin: 30px 0;
    text-align: center;
}
.zdo_drawer_nav_wrapper .main-navigation li a {
	font-size:14px;
}
.zdo_drawer_nav_wrapper .main-navigation .primary-menu > li a {
	display:inline;
	text-align:center;
}

@media screen and (max-width:640px) {
.header-logo {
	width:260px;
	margin:0;
	padding-left:10px;
}
.header-logo a {
	width:260px;
	height:33px;
}
.site-header-menu-sns {
	display:none;
}
}


.site-content {
    padding:0;
}
.content-area {
	float:none;
	margin:0;
	width:100%;
}
.top-fv-area {
	max-width:1400px;
	margin:40px auto 5%;
	position:relative;
	z-index:3;
	/*overflow:hidden;*/
}
@media screen and (max-width: 44.375em) {
.top-fv-area {
	margin:0 auto 10%;
}
}
.title-area {
	text-align:center;
	padding:5% 0;
}
@media screen and (max-width: 767px) {
.title-area {
	padding:5% 0 10%;
}
.title-area h2 {
	font-size:1.4rem!important;
}
}
.title-area.top-info {
	padding:0;
	width:95%;
	max-width:1200px;
	margin:0 auto;
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.title-area.top01 {
	position:relative;
	z-index:2;
	padding-top:500px;
}
.title-area.top01.brandnew-top-title {
	width:95%;
	max-width:1200px;
	margin:0 auto;
}
.title-area.top01.brandnew-top-title h2 {
	text-align:center;
}
.title-area.top01 h2,
.title-area.top-info h2 {
	font-family: 'myFontB', sans-serif;
	font-weight:900;
	font-size:30px;
	letter-spacing: .08em;
	/*background:url(/wp-content/themes/r1000/images/top/title_brand_info.svg) no-repeat;
	width:100%;
	max-width:343px;
	height:60px;
	text-indent:-99999em;
	margin:0 auto;*/
	margin-right:auto;
}
.btn-view-more a {
    display: block;
    background: #000;
    color: #fff;
    padding: 16px 35px;
    font-size: 10px;
    letter-spacing: 0.1em;
}
.information-area {
	position:relative;
	z-index:4;
}
.information-area .information-contents {
	max-width:1400px;
	width:95%;
	margin:4% auto 60px;
}
.information-area .top-information00 {
    width: 49.6%;
	width:90%;
	margin:0 auto;
}
.top-information00.left {
	float:left;
	float:none;
	/*border-right:none;*/
}
.top-information00.right {
	float:right;
	display:none;
}
.information-area .top-information {
	width:100%;
    border: solid 1px #cccccc5c;
    background: #fff;
    display: table;
    min-height: 174px;
    max-height: 174px;
}
.information-area .information-contents .left-area {
	display: table-cell;
    vertical-align: middle;
    padding: 20px;
    color: #fff;
    background: #000;
    width: 30%;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.08em;
}
.information-area .information-contents .right-area {
    display: table-cell;
    vertical-align: text-top;
    padding: 20px;
}
.information-area .information-contents .right-area dl {
	height: 44px;
	height:auto;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 0;
    border-bottom: dashed 1px #ccc;
}
.information-area .information-contents .right-area dl dt {
	display: table-cell;
	width:100px;
    font-size: 11px;
	color: #7c5917;
}
.information-area .information-contents .right-area dl dd {
	display: table-cell;
	font-size: 14px;
}
.information-area .information-contents .right-area dl:nth-child(3) {
	border-bottom:none;
}
.btn-information-more {
    text-align: center;
    margin-top: 5%;
	clear:both;
}
.btn-information-more a {
    display: inline-block;
    padding: 15px 80px;
    color: #9b9b9b;
    font-size: 16px;
    border: 1px solid #ccc;
}
.top-information-lineup {
	margin:3% auto 5%;
	width:95%;
	max-width:1200px;
}
.top-information-lineup dl {
	width:49.5%;
	float:left;
	margin:0 0.5% 1%;
	padding:20px;
	border: solid 1px #c9c9c9;
	background:#fff;
	display:table;
}
.top-information-lineup dl:nth-child(1),
.top-information-lineup dl:nth-child(4) {
	margin-left:0;
}
.top-information-lineup dl:nth-child(2),
.top-information-lineup dl:nth-child(5) {
	margin-right:0;
}
.top-information-lineup dl dt,
.top-information-lineup dl dd {
	display:table-cell;
	vertical-align:middle;
}
.top-information-lineup dl dt {
    line-height: 0;
    width: 130px;
    height: 130px;
    overflow: hidden;
    position: relative;
	/*background:#dcdcdc;*/
}
.top-information-lineup dl dt a {
    display:block;
	width: 100%;
    height: 100%;
}
.top-information-lineup dl dt img {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.top-information-lineup dl dd {
    padding-left: 15px;
}
.top-information-lineup dl dd.date-title p.info-date,
.top-information-lineup dl dd.date-title p.info-title {
    margin-bottom: 10px;
}
.top-information-lineup dl dd.date-title p.info-date {
	letter-spacing:0.2em;
    font-size: 11px;
	font-weight:bold;
    color: #7c5917;
}
.top-information-lineup dl dd.date-title p.info-title {
    font-size:14px;
	letter-spacing: 0.03em;
	max-height:41px;
	overflow:hidden;
}
.top-information-lineup dl dd.date-title p.text {
	max-height:35px;
	overflow:hidden;
}
.top-information-lineup dl dd.date-title p.more-view a {
    padding-bottom:3px;
	border-bottom:solid 1px #000;
	letter-spacing:0.2em;
	font-size:10px;
}
@media (max-width: 767px) {
.title-area.top01.brandnew-top-title h2 {
	text-align:center;
}
.btn-view-more a {
    padding: 16px 20px;
}
.information-area .top-information {
    display: block;
    min-height: auto;
    max-height: none;
	margin-bottom:10%;
}
.information-area .information-contents .left-area {
	display: block;
    width: 100%;
}
.information-area .information-contents .right-area {
	display: block;
}

.top-information-lineup {
    margin: 10% auto;
}
.top-information-lineup dl {
	width:100%;
	float:none;
	margin:0 0 1.5%;
}
.top-information-lineup dl dt {
    width: 100px;
    height: 100px;
}
.top-information-lineup dl dd.date-title p.info-title,
.top-information-lineup dl dd.date-title p.text {
	max-height:none;
}
}

.top-information-lineup.other-project {
    line-height: 1;
}
.top-information-lineup.other-project a {
	display: inline-block;
    line-height: 1;
}
.top-information-lineup.other-project img {
    border: solid 1px #c9c9c9;
}
@media (max-width: 767px) {
	.title-area.other-project {
		display:block;
}
	.title-area.other-project h2 {
		text-align:center;
}
	.top-information-lineup.other-project {
    	text-align:center;
}
}

.shape-grey {
	display:block;
    border-top: 800px solid transparent;
    border-bottom: 800px solid transparent;
    border-left: 3000px solid #dcdcdc;
    width: 0;
    height: 0;
	position:absolute;
    top: 6%;
	left:-50%;
    z-index: 2;
}
.bg_shape {
	background:url(/wp-content/themes/r1000/images/top/bg_top_shape.svg) right top no-repeat;
	background-size:cover;
	margin:-500px 0 0;
    position: relative;
    z-index: 1;
}
.bg_shape.right {
	background:url(/wp-content/themes/r1000/images/top/bg_top_shape_right.svg) center -90px no-repeat;
	background-size:cover;
	margin:0;
    position: relative;
    z-index: 1;
}
.bg_shape.right .title-area.top01 {
	position:relative;
	z-index:2;
	padding-top:0;
}



.top-brand-lineup {
	max-width:1400px;
	margin:0 auto;
    position: relative;
    z-index: 2;
}
.top-brand-lineup dl {
	width:31.333333%;
	float:left;
	margin:0 1%;
}
.top-brand-lineup dl:nth-child(2) {
	/*margin-top:100px;*/
}
.top-brand-lineup dl:nth-child(3) {
	/*margin-top:200px;*/
}
.top-brand-lineup dl dt {
    margin-bottom:20px;
}
.top-brand-lineup dl dt a {
    display: table;
    width: 100%;
    height: 100%;
}
.top-brand-lineup dl dt.retrogirl {
	background:url(/wp-content/uploads/2019/04/img_brand_retro.jpg) center top no-repeat;
	background-size:cover;
	height:750px;
}
.top-brand-lineup dl dt.emsexcite {
	background:url(/wp-content/uploads/2019/04/img_brand_emsex.jpg) center top no-repeat;
	background-size:cover;
	height:750px;
}
.top-brand-lineup dl dt.spitinick {
	background:url(/wp-content/uploads/2019/04/img_brand_spitinick.jpg) center top no-repeat;
	background-size:cover;
	height:750px;
}
.top-brand-lineup dl dt a figcaption {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
}
.top-brand-lineup dl dt a:hover figcaption {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.top-brand-lineup dl dt a .caption {
	color:#fff;
	z-index:4;
	position:relative;
    display: table-cell;
    vertical-align: middle;
    height: 750px;
    padding: 5%;
	line-height:3;
}
.top-brand-lineup dl dt a .caption h3 {
	line-height:8;
}
.top-brand-lineup dl dt a .caption p {
}
.top-brand-lineup dl dt a .caption p span {
	display:block;
}
.top-brand-lineup dl dd a {
	font-weight:bold;
	text-decoration:underline;
}
.top-brand-lineup dl dd:before {
	content: "\f215";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Genericons";
    font-size: 22px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top;
	padding-right:10px;
}
.top-brandinfo-area {
	width:95%;
	max-width:1200px;
	margin:0 auto 5%;
	position:relative;
}
@media screen and (max-width: 780px) {
.top-brandinfo-area {
	margin:0 auto 10%;
}
}
.top-brandinfo-area:after {
	background-repeat:no-repeat;
	background-size:cover;
	content:"";
	display:block;
	width:1200px;
	height:700px;
	visibility:visible;
	position:relative;
	z-index:0;
}
.top-brandtextinfo-area {
	width: 47%;
    background: #fff;
    padding: 5% 7% 5% 5%;
    position: absolute;
    z-index: 1;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.top-brandtextinfo-area.retro,
.top-brandtextinfo-area.ems,
.top-brandtextinfo-area.recit,
.top-brandtextinfo-area.kivi,
.top-brandtextinfo-area.kari_lili {
	right: 0;
    left: auto;
}
@media screen and (min-width: 1000px) {
.top-brandtextinfo-area.retro,
.top-brandtextinfo-area.ems,
.top-brandtextinfo-area.recit,
.top-brandtextinfo-area.kivi,
.top-brandtextinfo-area.kari_lili {
	right: -50px;
}
}
.top-brandtextinfo-area.kari_lili {
	padding: 3% 7% 3% 5%;
}
.top-brandtextinfo-area .title-area {
	text-align:left;
}
.top-brandtextinfo-area .title-area span.sub-title {
	display: block;
    color: #d3d3d3;
    font-weight: bold;
    margin-bottom: 10%;
	letter-spacing:0.1em;
}
.top-brandtextinfo-area .title-area h3 {
	max-width:300px;
	margin-bottom:10%;
	line-height:0;
}
.top-brandtextinfo-area.kivi .title-area h3 {
	max-width:180px;
}

.top-brandtextinfo-area .title-area .txt {
	line-height:3;
	font-size:14px;
	margin-bottom:10%;
}
.top-brandtextinfo-area .title-area .txt span {
	display:block;
}
.top-brandtextinfo-area .title-area .sns-icon a {
	display:table;
}
.top-brandtextinfo-area .title-area .sns-icon .instagram {
	width: 40px;
    display: table-cell;
    vertical-align: middle;
    line-height: 0;
    padding-right: 10px;
}
.top-brandtextinfo-area .title-area .sns-icon .instagram img {
	width: 40px;
}
.top-brandtextinfo-area .title-area .sns-icon .txt {
	display: table-cell;
    vertical-align: middle;
    line-height: 1;
    border-bottom: solid 1.5px #000;
    letter-spacing: 0.1em;
    font-weight: bold;
	font-size:12px;
}
.top-brand-bloglineup-area {
	width:95%;
	max-width:1200px;
	margin:5% auto;
}
.top-brand-bloglineup-area .title-area {
	padding: 20px 0 30px;
    border-top: solid 1.5px #c9c9c9;
    position: relative;
}
.top-brand-bloglineup-area .title-area:before {
	content:"";
	display:block;
    border-top: solid 1.5px #000;
	width: 115px;
    position: absolute;
	top:-1.5px;
	left:0;
}
.top-brand-bloglineup-area .title-area h3 {
	font-size:14px;
	font-weight:bold;
	text-align:left;
}
.top-brand-bloglineup-area .top-brand-bloglineup dl.topic-lineup:first-child {
	width:49%;
	float:left;
	margin:0 0.5% 0 0;
}
.top-brand-bloglineup-area .top-brand-bloglineup dl.topic-lineup:last-child {
	width:49%;
	float:right;
	margin:0 0 0 0.5%;
}
.top-brand-bloglineup-area .top-brand-bloglineup dl.topic-lineup dt.img-area {
	line-height:0;
	height:360px;
	overflow:hidden;
	position:relative;
	margin-bottom:30px;
}
.top-brand-bloglineup-area .top-brand-bloglineup dl.topic-lineup dt.img-area a {
	width:100%;
	height:100%;
	display:block;
}
.top-brand-bloglineup-area .top-brand-bloglineup dl.topic-lineup dt.img-area a img {
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.top-brand-bloglineup-area .top-brand-bloglineup dl.topic-lineup dd.text-area p.date {
	margin-bottom:20px;
}
.top-brand-bloglineup-area .top-brand-bloglineup dl.topic-lineup dd.text-area p.date span {
	margin-right:10px;
	letter-spacing:0.1em;
	font-weight:bold;
}
.top-brand-bloglineup-area .top-brand-bloglineup dl.topic-lineup dd.text-area p.date .new {
	color:#a68e62;
	font-weight:bold;
}
.top-brand-bloglineup-area .top-brand-bloglineup dl.topic-lineup dd.text-area h4 {
	margin-bottom:20px;
    font-size: 13px;
    line-height: 2;
	font-family: 'myFontN', sans-serif;
	letter-spacing:0.1em;
    font-weight: normal;
}
.top-brand-bloglineup-area .btn-view-more {
    margin: 5% auto;
    width: 200px;
    text-align: center;
}
.bg_shape.left:before {
	content:"";
	display:block;
	background:#fff url(/wp-content/themes/r1000/images/top/bg_top_shape_left.svg) center top no-repeat;
    background-size: 105%;
    height: 0;
    padding-top: 27%;
}
.bg_shape.left {
	background:#ededed;
	margin:0 0 0;
    position: relative;
    z-index: 1;
}
.top-brandinfo-area.ems {
	margin:-445px auto 0;
	margin:-30% auto 0;
	margin:-27% auto 5%;
}
.bg_shape.third:before {
    padding-top: 0;
}

@media screen and (max-width: 999px) {
.top-brand-lineup {
	width:80%;
}
.top-brand-lineup dl {
	width:100%;
	float:none;
	margin:0;
}
.top-brand-lineup dl {
	margin-top:0!important;
}
.top-brand-lineup dl dt,
.top-brand-lineup dl dt a .caption {
	height:auto!important;
    line-height: 2;
}
.top-brand-lineup dl dd {
	margin:5% 0;
}
.top-brand-lineup dl dt a .caption {
	padding:10% 5%;
}
.top-brand-lineup dl dt a .caption p {
    font-size:12px;
}
.top-brandinfo-area:after {
	background-position:center left;
    width: 100%;
	left:auto!important;
	right:auto!important;
	height: 0;
    padding-top: 80%;
}
.top-brandinfo-area.ems:after {
	background-position:center right;
}
.top-brandinfo-area.ur-melty:after {
	background-position:center 90%;
}
.top-brandtextinfo-area {
    width: 100%;
    background: rgba(255,255,255,1);
    padding: 10%;
    position: relative;
    z-index: 1;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
}
@media screen and (max-width: 780px) {
.title-area.top01 h2 {
	/*max-width:151px;
	height:24px;
	max-width:50vw;
	height:8vw;
	margin:5% auto;	*/
}

.top-brandtextinfo-area .title-area span.sub-title {
	text-align:center;
}
.top-brandtextinfo-area .title-area h3 {
	max-width:200px;
	margin:0 auto 10%;
}
.top-brandtextinfo-area .title-area .txt span {
	display:inline;
}
.top-brandtextinfo-area .title-area .sns-icon {
	text-align:center;
}
.top-brandtextinfo-area .title-area .sns-icon a {
	display:initial;
}
.top-brand-bloglineup-area {
	margin:13% auto 10%;
}
.top-brand-bloglineup-area .title-area {
	padding: 5% 0;
}
.top-brand-bloglineup-area .top-brand-bloglineup dl.topic-lineup {
	width:100%!important;
	float:none!important;
	margin:0 0 1%!important;
}
.top-brand-bloglineup-area .top-brand-bloglineup dl.topic-lineup dt {
	display:table-cell;
	vertical-align: top;
	width:120px;
	height:120px!important;
	padding-right:10px;
}
.top-brand-bloglineup-area .top-brand-bloglineup dl.topic-lineup dd {
	display:table-cell;
	vertical-align: top;
}
.top-brand-bloglineup-area .top-brand-bloglineup dl.topic-lineup dd.text-area p.date {
	margin-bottom:10px;
}
.top-brand-bloglineup-area .top-brand-bloglineup dl.topic-lineup dd.text-area h4 {
	margin-bottom:10px;
	max-height:44px;
	overflow:hidden;
}
.top-brand-bloglineup-area .btn-view-more {
	margin:10% auto;
}
}
@media screen and (max-width: 640px) {
.title-area.top01 h2 {
	/*max-width:40vw;
	height:7vw;
	margin:10% auto;*/
}
}

.movie-area {
	/*background:#ededed;*/
	padding-bottom: 5%;
}
.movie-area .title-area {
	padding-top:0;
	text-align:left;
}
.movie-area .core {
	max-width:1230px;
	width:95%;
	margin:0 auto;
}
.movie-area .core dl {
	width: 33.33333%;
    float: left;
    padding: 0 1% 30px;
}
.movie-area .core dl dt {
    margin-bottom:30px;
	line-height:0;
}
.movie-area .core dl dd h3 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom:10px;
}
@media only screen and (max-width: 768px) {
.movie-area .title-area {
	text-align:center;
}
.movie-area .core dl {
	width: 50%;
}
.movie-area .core dl dd h3 {
    font-size: 14px;
}
}

.shape-white {
	display:block;
    border-bottom: 800px solid transparent;
    border-left: 3000px solid #fff;
    width: 0;
    height: 0;
	position:absolute;
    top: 320px;
    z-index: 1;
}




.title-area.top02 {
    margin-top: -17%;
    padding: 0 0 5%;
    position: relative;
    z-index: 1;
}
.title-area.top02 h2 {
	font-family: 'myFontB', sans-serif;
	font-weight:900;
	font-size:30px;
	letter-spacing: .08em;
	/*background:url(/wp-content/themes/r1000/images/top/title_shop_info.svg) no-repeat;
	width:100%;
	max-width:316px;
	height:60px;
	text-indent:-99999em;
	margin:0 auto;*/
}
.other-contents-area {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto 5%;

    position: relative;
    z-index: 1;
}
.other-contents-area ul li {
	/*background:#000;*/
	width:49%;
	float:left;
	margin:0 0.5% 1%;
	text-align:center;
}
.other-contents-area ul li a {
	display: block;
    padding: 115px 0;
    color: #fff;
    font-family: 'myFontB', sans-serif;
    font-weight: 900;
    font-size: 17px;
    letter-spacing: .08em;
}
.other-contents-area ul li {
	background:url(../img/bnr_img01c.jpg) no-repeat 50% 20%;
}
.other-contents-area ul li a {color: #000;}
.other-contents-area ul li:nth-child(2) {
	background:url(../img/bnr_img02.jpg) no-repeat 0 30%;
	background-size:cover;
}
.other-contents-area ul li:nth-child(3) {
	background:url(/wp-content/uploads/2020/01/bnr_img03c.jpg) no-repeat 0 25%;
	background-size:cover;
}
.other-contents-area ul li:nth-child(4) {
	background:url(/wp-content/uploads/2019/05/bnr_img04.jpg) no-repeat 0 0;
	background-size:cover;
}
.other-contents-area ul li a span {
	background:rgba(255,255,255,.9);
	padding:30px 60px;
}

.top-other-contents-area:before {
	content:"";
	display:block;
	background:#ededed url(/wp-content/themes/r1000/images/top/bg_top_shape_left_bk.svg) center top no-repeat;
    background-size: 105%;
    height: 0;
    padding-top: 27%;
}
.top-other-contents-area {
	background:#000;
}
.top-other-contents-area .other-contents-area .title-area.online-shop h2 {
	color:#fff;
}
.top-other-contents-area .other-contents-area {
    width: 95%;
    max-width: 1200px;
    margin: -30% auto 5%!important;
    position: relative;
    z-index: 1;
}
.top-other-contents-area .title-area h2 {
    font-family: 'myFontB', sans-serif;
    font-weight: 900;
    font-size: 30px;
    letter-spacing: .08em;
	text-align:center;
}
.top-online-shop-area dl:first-child {
	width:48.5%;
	float:left;
	margin-left:0;
}
.top-online-shop-area dl:last-child {
	width:48.5%;
	float:right;
	margin-right:0;
}
.top-online-shop-area dl dt {
	border:solid 1px #fff;
	display:table;
	width:100%;
	box-shadow:12px 12px 1px #fff;
	-moz-box-shadow: 12px 12px 1px #fff;
	-webkit-box-shadow: 12px 12px 1px #fff;
	-o-box-shadow: 12px 12px 1px #fff;
	-ms-box-shadow: 12px 12px 1px #fff;
	text-align: center!important;
}
.top-online-shop-area dl dt img {
	display: table-cell;
    vertical-align: middle;
    height: 260px;
    width: 253px;
    margin: 0 auto;
	text-align: center;
}
.top-online-shop-area dl dd {
	margin-top:40px;
	color:#fff;
}
.top-online-shop-area dl dd h3 {
	font-size:15px;
	letter-spacing:0.1em;
	margin-bottom:20px;
}

@media only screen and (max-width: 999px) {
.other-contents-area {
	width: 85%;
}
.other-contents-area ul li {
	width:100%;
	float:none;
	margin:0;
	text-align:center;
}
}
@media only screen and (max-width: 768px) {
.top-other-contents-area .other-contents-area {
    margin: -37% auto 5%!important;
}
.top-other-contents-area .title-area h2 {
	text-align:center;
}
.top-online-shop-area dl {
	width: 90%!important;
    float: none!important;
    margin: 0 auto 10%!important;
    position: relative;
    left: -2%;
}
.top-other-contents-area .other-contents-area .title-area.online-shop {
	padding:10% 0;
}
.top-online-shop-area dl dt img {
    height: 165px;
    width: 165px;
}
}


.lower-title-area02.map {
	margin-top:60px;
}
.map-area {
	background:#ededed;
	padding:0 0 25%;
	position:relative;
    z-index: 0;
}
.map-area.map-area-page {
	background:url(/wp-content/themes/r1000/images/common/bg_map_white.gif) center center;
	background:#fff;
	padding:0;
	position:relative;
    z-index: 0;
}
.map-area:before {
	content:"";
	display:block;
	background:url(/wp-content/themes/r1000/images/top/bg_top_shape_bottom.svg) center top no-repeat;
	background-size:contain;
	position:relative;
	top:-2px;
    z-index: 1;
	padding-top:25.91%;
	height:0;
}
.map-area.map-area-page:before {
	display:none;
}
.map-area .map-japan {
	max-width:1056px;
	margin:0 auto;
}
.map-area-page .map-japan {
	margin:5% auto 0;
}


.area-lineup-sp {
	max-width:1200px;
	margin:10% auto 5%;
	width:95%;
}
.area-lineup-sp dl {
	width:23.6%;
	float:left;
	margin:0 0.7% 30px;
}
.area-lineup-sp dl dt {
	margin-bottom:30px;
	position:relative;
	line-height:0;
}
.area-lineup-sp dl dt a {
	display:block;
}
.area-lineup-sp dl dt a figcaption {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
	opacity:0;
    -webkit-transition: .3s;
    transition: .3s;
}
.area-lineup-sp dl dt a:hover figcaption {
	opacity:1;
}
.area-lineup-sp dl dd {
	text-align:center;
	font-weight:bold;
	letter-spacing:0.1em;
	font-size:16px;
}
@media screen and (max-width: 999px) {
.map-area .map-japan {
	display:none;
}
.title-area.top02 {
    padding: 0;
    margin: 0 0 10%;
}
.area-lineup-sp dl {
	width:47%;
	float:left;
	margin:0 1.5% 30px;
}
}
@media screen and (max-width: 780px) {
/*.title-area.top02 h2 {
	max-width:50vw;
	height:8vw;
	margin:10% auto 0;
}*/
}
@media screen and (max-width: 640px) {
/*.title-area.top02 h2 {
	max-width:40vw;
	height:7vw;
}*/
}







.entry-footer {
	display:none;
}

.footer-brand-lineup-area {
	background:url(/wp-content/themes/r1000/images/top/bg_footer_brand.png) center top no-repeat;
	background-size:cover;
	padding:5% 0 10%;
    margin-top:0;
    position:relative;
	display:table;
	width:100%;
	z-index:1;
}
body.home .footer-brand-lineup-area {
    margin-top:-30%;
}
.title-area.top03 {
	padding:15% 0 0;
	color:#fff;
}
@media screen and (max-width: 767px) {
body.home .footer-brand-lineup-area {
    margin-top:-37%;
}
.title-area.top03 {
	padding:20% 0 10%;
}
}
.title-area.top03 h3 {
	font-family: 'myFontB', sans-serif;
    font-weight: 900;
    font-size: 30px;
    letter-spacing: .08em;
}
.footer-brand-lineup {
	max-width:1250px;
	margin:0 auto;
	width:90%;
}
.footer-brand-lineup .left-area,
.footer-brand-lineup .right-area {
	display:table-cell;
	vertical-align:middle;
	width:50%;
	padding:0 5% 0 0;
}
.footer-brand-lineup .right-area {
	padding:0 0 0 5%;
}
.footer-brand-lineup a {
	color:#fff;
}
.footer-brand-lineup dl {
	margin:60px 0 0;
}
.footer-brand-lineup dl dt {
	margin-bottom:40px;
	line-height:0;
	position:relative;
}
.footer-brand-lineup dl dt a {
	display:block;
}
.footer-brand-lineup dl dt a figcaption {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.5);
	z-index:1;
	opacity:0;
	-webkit-transition: .3s;
    transition: .3s;
}
.footer-brand-lineup dl dt a:hover figcaption {
	opacity:1;
}
.footer-brand-lineup dl dt img {
	border:solid 10px rgba(255,255,255,0.3);
}
.footer-brand-lineup dl dd h3 {
	margin-bottom:30px;
	text-decoration:underline;
	line-height:1.5;
}
.footer-brand-lineup .left-area dl dd,
.footer-brand-lineup .right-area dl dd {
	color:#fff;
	line-height:2;
}
.site-footer {
	padding:40px 32px;
    position: relative;
    z-index: 1;
	background: #fff;
}
.footer-brand-lineup .left-area dl:nth-child(2),
.footer-brand-lineup .right-area dl:nth-child(2) {
	display:none;
}
@media screen and (max-width: 999px) {
.footer-brand-lineup-area {
	padding-top:15%;
}
.footer-brand-lineup .left-area,
.footer-brand-lineup .right-area {
	display:block;
	width:100%;
	padding:0;
}
.footer-brand-lineup dl {
	max-width:560px;
	margin:0 auto 40px;
}
.footer-brand-lineup dl dt img {
	width:100%;
}
.footer-brand-lineup .left-area dl:nth-child(2),
.footer-brand-lineup .right-area dl:nth-child(2) {
	display:block;
}
.footer-brand-lineup .left-area dl:nth-child(3),
.footer-brand-lineup .right-area dl:nth-child(1) {
	display:none;
}
}
@media screen and (max-width: 640px) {
.footer-brand-lineup-area {
	padding-top:20%;
}
.title-area.top03 h3 {
	font-size:2em;
}
}

.site-footer .social-navigation ul {
    text-align: center;
}
.site-footer .site-title:after {
	display:none;
}
.site-footer .site-info .site-title a {
	font-weight:bold;
}
@media screen and (max-width: 999px) {
.site-footer .social-navigation ul li {
    float:none;
	display:inline-block;
}
.site-footer .site-info {
    text-align: center;
}
}



/**下層ページ**/
.content-area.lower .container {
	width:95%;
	max-width:1200px;
	margin:60px auto 0;
}
.single-store .content-area.lower .container {
	max-width:1200px!important;
}
.breadcrumb-area {
	/*width: 95%; */
    /* max-width: 1200px; */
    margin: 0 auto;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #f1f1f1;
    padding: 25px 20px;
}
.breadcrumb-area #breadcrumb {
    margin-right: auto;
    width: 85%;
}
.breadcrumb-area #breadcrumb ul li {
    display: inline;
    margin: 0 0.5%;
    font-size: 102%;
}
.breadcrumb-area #breadcrumb ul li:after {
    content: "▶";
    display: inline-block;
    position: relative;
    margin-left: 0.5%;
    font-size: 9px;
    top:-1px;
	color: #999;
}
.breadcrumb-area #breadcrumb ul li:first-child {
	margin-left:0;
	color: #999;
}
.breadcrumb-area #breadcrumb ul li:last-child {
	font-weight:bold;
}
.breadcrumb-area #breadcrumb ul li:last-child:after {
	display:none;
}

/*body.category-ir .content-area.lower .container,
body.category-news .content-area.lower .container,*/
body.single .content-area.lower .container {
	max-width:800px;
	margin:60px auto;
}
body.single .entry-content {
	margin-bottom:10%!important;
	float:none!important;
	font-size:14px;
	line-height:2;
}
body.single .entry-content .post-thumbnail {
	margin-bottom:5%;
}
body.single .entry-content .post-thumbnail img {
    display: block;
    margin: 0 auto;
	width:100%;
}
/*--------------------------------
PREV NEXT
---------------------------------*/
#prev_next {
	width:100%;
	margin: 36px 0 24px;
	padding:0;
	display: table;
}
#prev_next a {
	overflow:visible;
}
#prev_next  #prev,
#prev_next  #next {
	width: 50%;
	padding:30px 10px;
	border-top:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
	display: table-cell;
	vertical-align: middle;
	position:relative;
	text-decoration:none;
}
#prev_next #prev p.thumb,
#prev_next #next p.thumb {
	width:25%;
	display:inline-block;
	vertical-align:middle;
    position: relative;
    height: 94px;
    overflow: hidden;
}
#prev_next #prev p.thumb img,
#prev_next #next p.thumb img {
	width:100%;
	max-width:150px;
}
.no-img {
	width: 150px!important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#prev_next #prev p.text,
#prev_next #next p.text {
	width:70%;
	display:inline-block;
	line-height:1.5;
	max-height:87px;
	overflow:hidden;
	text-overflow: ellipsis;
	vertical-align:middle;
	padding-left: 5%;
	font-size:14px;
}
#prev_next #prev:hover,
#prev_next #next:hover {
	background-color: rgba(238,238,238,0.7);
}
#prev_next #prev {
	border-right:#ccc 1px solid;
}
#prev_next #prev_title,
#prev_next #next_title {
	top:-2.2em;
	position:absolute;
	border: 1px #ccc solid;
	background:#fff;
	text-align: center;
	padding:3px;
	color:#666;
	background:#000;
	color:#fff;
	padding:3px 10px;
	border:none;
	font-family: 'Oswald', sans-serif;
	font-size:14px;
	border-radius: 3px;
}
#prev_next #next_title {
	/*right:10px;*/
}
#prev_next #prev img,
#prev_next #next img {
	margin:0 auto;
}
#prev_next #prev_no,
#prev_next #next_no {
	width: 50%;
	/*height:140px;*/
	padding:0 10px;
	display: table-cell;
}
#prev_next #prev_no {
	position:relative;
	border-right: #ccc 1px solid;
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	background: #f9f9f9;
	text-align: center;
}
#prev_next #next_no {
	position:relative;
	border-right: #ccc 0px solid;
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	background: #f9f9f9;
	text-align: center;
}
#prev_no a,
#next_no a {
	position:initial;
}
#prev_next_home {
	text-align: center;
    font-style: italic;
    font-weight: bold;
    color: #999;
    font-size: 20px;
    line-height: 1;
    vertical-align: middle;
    height: 156px;
    width: 100%;
    display: table-cell;
}
/*-- ここまで --*/
/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (max-width: 1199px) {
#prev_next  #prev,
#prev_next  #next {
	width:100%;
	display:block;
	min-width:100%;
}
#prev_next #prev_no,
#prev_next #next_no {
	width: 100%;
	padding:0 10px;
	display:block;
	min-width:100%;
}
#prev_next #prev_no,
#prev_next #next_no {
	min-height:156px;
}
#prev_next  #prev,
#prev_next #prev_no {
	border-right:none;
}
#prev_next  #next,
#prev_next #next_no {
	border-left:none;
	border-top:none;
}
#prev_next #prev_title,
#prev_next #next_title {
	/*display:none;*/
}
#prev_next #prev_title,
#prev_next #next_title {
	top:-1.1em;
	left:50%;
	-webkit-transform: translate(-50%, 0);
   transform: translate(-50%, 0);
	z-index:1;
	width: 100px;
    border-radius: 3px;
}
}
/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 780px) {
/*-- ここから --*/
/*--------------------------------------
780px PREV NEXT
--------------------------------------*/
#prev_next #prev,
#prev_next #prev::before,
#prev_next #prev::after,
#prev_next #next,
#prev_next #next::before,
#prev_next #next::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#prev_next #prev_title,
#prev_next #next_title {
	padding:5px 30px;
}
#prev_next #next_title {
	/*right:10px;*/
}
#prev_next #prev img {
	/*float:left;
	margin-right:10px*/
}
#prev_next #next p.thumb {
	/*float:right;*/
	margin-left: 10px;
}
/*-- ここまで --*/
}
@media only screen and (max-width: 639px) {
#prev_next #prev p.thumb img,
#prev_next #next p.thumb img {
	max-width:100px;
}
#prev_next #prev_no,
#prev_next #next_no {
	min-height:140px;
}
}
@media only screen and (max-width: 329px) {
#prev_next #prev p.text,
#prev_next #next p.text {
	float:right;
}
}








.lower-main-img-area {
	width:100%;
	margin:40px auto 0;
	/*background:url(/wp-content/uploads/2019/04/img_lower_main.jpg) center center no-repeat;
	background-size:cover;
	height:250px;*/
}
.lower-title-area {
	background:#000;
	padding:30px 0;
	text-align:center;
}
.lower-title-area h2 {
	color:#fff;
	font-size: 2.6em;
    font-family: 'Pathway Gothic One', sans-serif;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 44.375em) {
.lower-main-img-area {
	margin:0 auto;
}
}
@media screen and (max-width: 747px) {
.content-area.lower .container {
	margin:10% auto 0;
}
.lower-title-area h2 {
	font-size: 2em;
}
}

.lower-title-area02 {
	margin-bottom:5%;
	text-align:center;
}
.lower-title-area02 h2 {
    text-align: center;
    font-size: 26px;
    font-family: 'myFontB', sans-serif;
}

.lower-title-area02.bi {
	margin-bottom:15px;
}
.information-contents {
}
.information-contents h2 {
	text-align: center;
    font-size: 26px;
    font-family: 'myFontB', sans-serif;
	margin-bottom:5%;
    font-size: 16px;
    font-family: 'myFontB', sans-serif;
    margin-bottom: 30px;
    font-weight: normal;
    font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, YuGothic, "游ゴシック","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", serif;
}
}
.information-contents:nth-child(2) {
	margin-top:4%;
}
/*.information-contents h2:before {
    content: "";
    display: block;
    border-top: solid 4px #000;
    padding-bottom: 30px;
    width: 1px;
    margin: 0 auto 15px;
    height: 0px;
    background: #ccc;
}*/
@media screen and (max-width: 767px) {
.lower-title-area02.bi {
	margin-bottom:10px;
}
.information-contents h2 {
    margin-bottom:10%;
}
.information-contents:nth-child(2) {
	margin-top:10%;
}
.lower-title-area02 {
	margin-bottom:10%;
}
}


article.lineup {
	width:31.3333333%;
	float:left;
	margin:0 1% 30px;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
}
article.lineup dl dt {
	line-height:0;
	height: 22rem;
	position:relative;
}
article.lineup dl dt a {
	display:block;
	width: 100%;
    height: 100%;
}
article.lineup dl dt img {
	/* min-width: 400px; */
	/* width: auto; */
	position: absolute;
	/* top: 50%; */
	/* left: 50%; */
	/* -webkit-transform: translate(-50%, -50%); */
	/* transform: translate(-50%, -50%); */
	width: 100%;
	height: 100%;
}
article.lineup dl dd {
	/*background: #f3f3f3;*/
    padding: 20px;
}
article.lineup dl dd a {
	display:block;
   	height: 280px;
	position:relative;
}
article.lineup dl dd h4.topic-title {
	font-size: 18px;
    margin: 10px 0;
	font-size: 16px;
    font-weight: normal;
}
article.lineup dl dd p.txt {
	margin-bottom:10px;
	font-size:14px;
    line-height: 1.8;
}
article.lineup dl dd p.more {
	position:absolute;
	left:0;
	bottom:0px;
}
@media screen and (max-width: 999px) {
article.lineup {
	width:48%;
	float:left;
	margin:0 1% 2.5%;
}
}
@media screen and (max-width: 747px) {
article.lineup {
	width:100%;
	float:none;
	margin:0 0 2.5%;
}
article.lineup dl dt img {
	width:100%;
}
}

/* Topのエリア店舗メニュー */
.topbar {
	margin-bottom: 3.5em;
	padding: 0 7.6923%;
}
.topbar {
	margin-left:0;
}
.topbar {
	float: left;
	margin-left: 75%;
	padding: 0;
	width: 25%;
}
aside#secondary, .topbar {
	width: 21.7%;
	max-width: 300px;
	float: left;
	padding-left: 10px;
}
.topbar section {
	width: 100%;
	min-width: 260px;
	margin-bottom: 30px;
}
.topbar section h2 {
	font-family: 'Oswald', sans-serif;
	background: #232323;
	color: #fff;
	padding: 10px 15px;
	font-size: 12px;
}
.topbar section ul li {
	font-family: 'Oswald', "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*font-weight:bold;*/
	border-top: solid 0px #fff;
    border-bottom: solid 0px #e9e9e9;
	border: solid 1px #cacaca;
    float:left; /* 横並び */
	width: 24%;
    margin: 0 0.5% 1%;
    text-align: center;
}
.topbar section ul li a {
	display:block;
	padding:13px 20px;
    padding: 20px 0;
    position: relative;
}
.topbar section ul li a::after {
	/*position:absolute;
	z-index:-1;
	display:block;
	content:'';*/
	content: "➡";
    display: inline-block;
    background: #000;
    padding: 5px 10px;
    color: #fff;
    position: absolute;
    right: 0;
    line-height: 1;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.topbar section ul li a::after {

}
.topbar section ul li a,
.topbar section ul li a::before,
.topbar section ul li a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.sidebar section ul {
	background: #ffffff;
}
.topbar section ul li a {
	background-color: #ffffff;
}
.topbar section ul li a:hover {
	background-color: #e4e4e4;
	color:#000;
}
.topbar section ul li ul.children li {
	border-top: solid 0px #fff;
    border-bottom: solid 0px #e9e9e9;
	padding:0;
}
aside#secondary,
.topbar {
	width: 95%;
	float: none;
	margin: 0 auto;
	padding-right: 0;
	padding-left: 0;
}
aside#secondary,
.topbar {
	width:100%;
	max-width:none;
}
.topbar section ul li {
    /*padding:20px;*/
}
.topbar section ul li.selected a,
.topbar section ul li a.selected {
	background-color: #000000;
    color: #ffffff;
}
@media screen and (max-width: 999px) {
.topbar section ul li {
	width:32.333333%;
}
}
@media screen and (max-width: 780px) {
.topbar section ul li {
	width:49%;
}
}
@media screen and (max-width: 640px) {
.topbar section {
	margin-bottom:10%;
}
.topbar section ul li {
	width:100%;
	float:none;
}
}


.lower.title-area {
    padding: 20px 0;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    margin-bottom: 5%;
    text-align: left;
    font-size: 20px;
}
@media screen and (max-width: 780px) {
.lower.title-area {
	width:95%;
	margin:0 auto 5%;
}
.lower.title-area h2 {
	font-size:1em;
}
}
@media screen and (max-width: 640px) {
.lower.title-area {
	margin:0 auto 10%;
}
.lower.title-area h2 {
	font-size:0.9em;
}
}



.shop-segment dl {
	width:24%;
	float:left;
	margin:0 0.5% 1%;
	border:solid 1px #cacaca;
	background:#fff;
	min-height:350px;
	position:relative;
}
.shop-segment dl:nth-child(5),
.shop-segment dl:nth-child(9),
.shop-segment dl:nth-child(13),
.shop-segment dl:nth-child(17),
.shop-segment dl:nth-child(21),
.shop-segment dl:nth-child(25),
.shop-segment dl:nth-child(29),
.shop-segment dl:nth-child(33) {
	clear:both;
	float:left;
}
.shop-segment dl dt,
.shop-segment dl dd {
    padding: 20px;
}
.shop-segment dl dt {
    border-bottom: solid 1px #cacaca;
    text-align: center;
    padding: 0;
}
.shop-segment dl dt {
}
.shop-segment dl .logo {
	display:table;
	width:100%;
}
.shop-segment dl .logo li {
	display:table-cell;
	vertical-align:middle;
	height:90px;
}
.shop-segment dl dt.logo-RETRO p {
    /*background:url(/wp-content/uploads/2019/04/logo_shoplist_retrogirl.gif) no-repeat;*/
	background-size: contain;
    width: 196px;
    /*height: 20px;*/
    /*text-indent: -9999em;*/
    margin: 0 auto;
    line-height: 1;
}
.shop-segment dl dt.logo-Emsexcite p {
    /*background:url(/wp-content/uploads/2019/11/logo_shoplist_emsexcite.gif) no-repeat;*/
    background-size: contain;
    width: 170px;
    /*height: 27px;*/
    /*text-indent: -9999em;*/
    margin: 0 auto;
    line-height: 1;
}
.shop-segment dl dd {
}
.shop-segment dl dd a {
	display:block;
}
.shop-segment dl dd h3 {
	border-bottom:dotted 1px #ccc;
	padding-bottom:20px;
}
.shop-segment dl dd h3 span {
	display:block;
	color:#ccc;
	font-size:12px;
	font-weight:bold;
	letter-spacing:0.1em;
	margin-bottom:5px;
}
.shop-segment dl dd ul {
	margin-top:20px;
	padding-bottom: 20%;
}
.shop-segment dl dd ul li.address {
}
.shop-segment dl dd ul li.address span {
	display:block;
	color:#ccc;
	font-size:12px;
	font-weight:bold;
	letter-spacing:0.1em;
	margin-bottom:5px;
}
.shop-segment dl .view-more {
    padding: 0;
    position: absolute;
    left: 50%;
    bottom: 20px;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 100%;
    text-align: center;
    line-height: 1;
}
.shop-segment dl .view-more a {
	background:#000;
	padding:10px 20px;
	display:inline-block;
	color:#fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-weight:bold;
}
@media screen and (max-width: 999px) {
.shop-segment dl {
	width:32.333333%;
}
.shop-segment dl:nth-child(5),
.shop-segment dl:nth-child(9),
.shop-segment dl:nth-child(13),
.shop-segment dl:nth-child(17),
.shop-segment dl:nth-child(21),
.shop-segment dl:nth-child(25),
.shop-segment dl:nth-child(29),
.shop-segment dl:nth-child(33) {
	clear:none;
}
.shop-segment dl:nth-child(4),
.shop-segment dl:nth-child(7),
.shop-segment dl:nth-child(10),
.shop-segment dl:nth-child(13),
.shop-segment dl:nth-child(16),
.shop-segment dl:nth-child(19),
.shop-segment dl:nth-child(22),
.shop-segment dl:nth-child(25),
.shop-segment dl:nth-child(28),
.shop-segment dl:nth-child(31),
.shop-segment dl:nth-child(34) {
	clear:both;
	float:left;
}
}
@media screen and (max-width: 780px) {
.shop-segment dl {
	width:49%;
}
.shop-segment dl:nth-child(4),
.shop-segment dl:nth-child(7),
.shop-segment dl:nth-child(10),
.shop-segment dl:nth-child(13),
.shop-segment dl:nth-child(16),
.shop-segment dl:nth-child(19),
.shop-segment dl:nth-child(22),
.shop-segment dl:nth-child(25),
.shop-segment dl:nth-child(28),
.shop-segment dl:nth-child(31),
.shop-segment dl:nth-child(34) {
	clear:none;
}
.shop-segment dl:nth-child(3),
.shop-segment dl:nth-child(5),
.shop-segment dl:nth-child(7),
.shop-segment dl:nth-child(9),
.shop-segment dl:nth-child(11),
.shop-segment dl:nth-child(13),
.shop-segment dl:nth-child(15),
.shop-segment dl:nth-child(17),
.shop-segment dl:nth-child(19),
.shop-segment dl:nth-child(21),
.shop-segment dl:nth-child(23),
.shop-segment dl:nth-child(25),
.shop-segment dl:nth-child(27),
.shop-segment dl:nth-child(29),
.shop-segment dl:nth-child(31),
.shop-segment dl:nth-child(33) {
	clear:both;
	float:left;
}
}
@media screen and (max-width: 640px) {
.shop-segment dl {
	width:100%;
	float:none!important;
	margin:0 0 2%;
}
}

body:not(.search-results) article:not(.type-page) .entry-content {
	width:100%;
	margin:0;
}
.shops-detail table {
	width:100%;
	font-size:16px;
    border-collapse: separate;
    border-spacing: 1mm;
}
.shops-detail table th,
.shops-detail table td {
	background:#fff;
	border:solid 1px #000;
	padding:30px 20px;
	font-weight:bold;
}
.shops-detail table th {
	background:#000;
	color:#fff;
	width:25%;
	line-height:0;
}
.shops-detail table .store-logo {
	line-height:0;
}
.shops-detail table td img {
	max-width:180px;
}
.entry-content .map {
	margin:5% 0 0;
	width:100%;
}
.entry-content .map iframe {
	width:100%;
}
.instagram-detail-container {
	background:#000;
	margin:4% 0;
	padding:5% 0;
}
.instagram-detail {
	width:95%;
	max-width:1200px;
	margin:0 auto;
}
.title-area.shop-detail-bottom {
	padding:0;
	color:#fff;
}
.title-area.shop-detail-bottom h3 {
	font-family: 'myFontB', sans-serif;
    font-weight: 900;
    font-size: 30px;
    letter-spacing: .08em;
}
ul.many_rows {
	margin:5% 0 0;
    display: block;
    height: auto;
    overflow: hidden;
}
.insta_list > li {
    width: 16.6666667%;
    padding: 0 1% 2%;
	float:left;
}
.img_block {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.insta_list .img_block {
    display: block;
}
.insta_list .img_block::after {
    content: "";
    display: block;
    padding-top: 100%;
}
.title-area.lower-shop-area-bottom {
	padding:0 0 5%;
	color:#000;
}
.title-area.lower-shop-area-bottom h3 {
    font-size: 3em;
    font-family: 'Pathway Gothic One', sans-serif;
    letter-spacing: 0.05em;
	font-family: 'myFontB', sans-serif;
    font-weight: 900;
    font-size: 30px;
    letter-spacing: .08em;
}
.area-lineup-sp.shop-detail {
    max-width: 1200px;
    margin: 5% auto 0;
    width: 95%;
}
@media screen and (max-width: 999px) {
.insta_list > li {
    width: 25%;
}
}
@media screen and (max-width: 780px) {
.shops-detail table th,
.shops-detail table td {
	display:block;
	width:100%;
}
.shops-detail table th {
	text-align:center;
}
}
@media screen and (max-width: 640px) {
.instagram-detail-container {
	margin:10% 0;
	padding:10% 0;
}
.title-area.shop-detail-bottom h3,
.title-area.lower-shop-area-bottom h3 {
	font-size:2em;
}
.shops-detail table th,
.shops-detail table td {
	font-size:14px;
}
ul.many_rows {
	margin:10% 0 0;
}
.insta_list > li {
    width: 33.3333333%;
}
.entry-content .map {
	margin:10% 0;
}
.area-lineup-sp.shop-detail {
    margin: 0 auto;
}
.title-area.lower-shop-area-bottom {
    padding: 0 0 10%;
}
}




.entry-content h2,
.entry-summary h2,
.comment-content h2 {
	margin-bottom:0;
}
.entry-header,
.post-thumbnail,
.entry-content,
.entry-summary,
.entry-footer,
.comments-area,
.image-navigation,
.post-navigation,
.page-header,
.page-content,
.content-bottom-widgets {
    margin:0;
}

.main-img.co {
	width:100%;
	margin:0 auto 5%;
	max-width:1200px;
}
.main-img-co-sp {
	display:none;
}
.about-co.block01 {
	margin-bottom:5%;
}
.about-co.block01 dl dt,
.about-co.block01 dl dd {
	font-size:16px;
	margin-bottom:30px;
	font-weight:bold;
}
.about-co.block01 dl dt {
	font-size:20px;
}
.about-co.block01 dl dd {
	line-height:2;
}
.about-co.block02 table {
    width: 100%;
    font-size: 16px;
    border-collapse: separate;
    border-spacing: 1mm;
}
.about-co.block02 table {
    width: 100%;
    font-size: 16px;
    border-collapse: separate;
    border-spacing: 1mm;
}
.about-co.block02 table th,
.about-co.block02 table td {
    background: #fff;
    border: solid 1px #000;
    padding: 30px 20px;
    font-weight: bold;
}
.about-co.block02 table th {
    background: #000;
    color: #fff;
    width: 25%;
}
@media screen and (max-width: 780px) {
.about-co.block02 table th,
.about-co.block02 table td {
	display:block;
	width:100%;
}
.about-co.block02 table th {
	text-align:center;
}
}
@media screen and (max-width: 640px) {
.main-img.co {
	margin-bottom:10%;
    line-height: 0;
}
.main-img.co img {
	display:none;
}
.main-img-co-sp {
	display:block!important;
}
.about-co.block01 dl dt {
	font-size:18px;
}
.about-co.block01 dl dd {
	font-size:16px;
}
.about-co.block02 table {
    font-size: 14px;
}
}

.main-img.recruit {
	margin:5% 0;
}
.contents-recruit p {
	font-size:15px;
	line-height:2.5;
	margin-bottom:20px;
	font-weight:bold;
}
.recruit-list {
	margin:5% 0;
}
.recruit-list dl {
	width: 31.3333333%;
    float: left;
    margin: 0 1%;
    padding: 28px;
    border: solid 1px #ccc;
	min-height: 880px;
	min-height: 545px;
    position: relative;
}
.recruit-list dl dt {
	line-height:0;
}
.recruit-list dl dd {
}
.recruit-list dl dd p.icon {
	font-size:14px;
	padding:10px;
	border:solid 1px #000;
	line-height:1;
	display:inline-block;
	margin:25px 0 0;
}
.recruit-list dl dd h3 {
	margin:20px 0 0;
}
.recruit-list dl dd p.txt {
	margin:20px 0 0;
	font-size:14px;
}
.recruit-list dl dd ul.btn-recruit {
	margin:20px 0 0;
	text-align:center;
    margin: 30px 0 0;
    text-align: center;
    position: absolute;
    width: calc(100% - 56px);
    bottom: 28px;
}
.recruit-list dl dd ul.btn-recruit li {
	margin:15px 0 0;
}
.recruit-list dl dd ul.btn-recruit li a {
	display:block;
	color:#fff;
	font-weight:bold;
	font-size:14px;
    padding: 20px;
    border-radius: 40px;
}
.recruit-list dl dd ul.btn-recruit li:first-child a {
	background:#e95389;
}
.recruit-list dl dd ul.btn-recruit li:nth-child(2) a {
	background:#2cbf13;
}
.recruit-list dl dd ul.btn-recruit li:first-child a:hover {
	background:#f93a70;
	color:#fff!important;
}
.recruit-list dl dd ul.btn-recruit li:nth-child(2) a:hover {
	background:#178604;
	color:#fff!important;
}
@media screen and (max-width: 999px) {
.recruit-list dl {
	width: 100%;
    float: none;
    margin: 0 0 5%;
	min-height: auto;
}
.recruit-list dl dt img {
	width:100%;
}
.recruit-list dl dd ul.btn-recruit {
	position:initial;
	width:100%;
}
}

/**リクルートページ仕切り直しCMS機能付き**/
.content-area.lower .container.recruit {
    max-width: 1050px;
}
.contents-recruit {
	margin:5% 0;
}
.contents-recruit p {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 20px;
    font-weight: normal;
}
.recruit-table {
	margin-top:5%;
}
.recruit-table table th,
.recruit-table table td {
	border:solid 1px #ccc;
	padding:20px;
	font-size: 14px;
    letter-spacing: 0.1em;
}
.recruit-table table th {
    background: #F2F1EC;
    font-weight: bold;
	vertical-align:middle;
}
.recruit-table li.recruit-file:nth-child(even) table th {
    background: #f1f1f1;
}
.recruit-table table td {
}
.recruit-table table.table01 {
	margin-bottom:0;
}
.recruit-table table.table01 th {
	font-size:15px;
}
.recruit-table table.table02,
.recruit-table table.table02 th,
.recruit-table table.table02 td {
	border-top:none;
}
.recruit-table table.table02 {
	margin-bottom:5%;
}
.recruit-table table.table02 th {
	width:30%;
}
.recruit-table table.table02 td {
	width:70%;
}
.no-recruit {
	background:#F2F1EC;
	padding:3%;
}




.contact table {
    width: 100%;
    font-size: 16px;
    border-collapse: separate;
    border-spacing: 1mm;
}
.contact table {
    width: 100%;
    font-size: 16px;
    border-collapse: separate;
    border-spacing: 1mm;
}
.contact table th,
.contact table td {
    background: #fff;
    border: solid 1px #000;
    padding: 30px 20px;
    font-weight: bold;
}
.contact table th {
    background: #000;
    color: #fff;
    width: 25%;
	vertical-align:middle;
}
.contact table th p,
.contact table td p {
	margin:20px 0 0;
	font-size:13px;
}
.contact table td p.text {
	margin:0;
	width:60%;
}
.contact table td p.adrress {
	width:100%;
}
.contact table td ul.name li {
	width:49%;
	float:left;
	margin:0 0.5%;
}
.contact table td.confirm-text {
	border:none;
	background:none;
	padding:30px 0 0;
}
.contact table td.confirm-text.confirm-btn {
	text-align:center;
}
.contact table td.confirm-text.confirm-btn ul li {
	display:inline-block;
}
.contact table td.confirm-text.confirm-btn input[type="submit"],
.contact table td.confirm-text.confirm-btn ul li input[type="submit"],
.wpcf7-back,
.wpcf7c-btn-back {
	padding:20px 25px!important;
	line-height:1!important;
}
.wpcf7-back,
.wpcf7c-btn-back {
	background: #999;
}
.contact table td ul li .wpcf7-form-control-wrap {
	margin-bottom:10px;
}
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #d4a22d;
}
.wpcf7c-elm-step1,
.wpcf7c-elm-step2 {
	padding:0 25px;
	margin-bottom:30px;
	font-weight:bold;
}
.wpcf7c-conf {
	border: none!important;
    background: #fff!important;
}
.contact-bottom-co-info-area td {
	background: #fff;
    border: solid 1px #000;
    padding: 30px 20px;
    font-weight: bold;
}
.contact-bottom-co-info-area p {
    margin: 0;
    font-size: 16px;
}
.ajax-loader {display:none!important;}
@media screen and (max-width: 999px) {
.contact table td ul.name li {
	width:100%;
	float:none;
	margin:0;
}
.contact table td p.text {
	width:100%;
}
}
@media screen and (max-width: 780px) {
.contact table th,
.contact table td {
	display:block;
	width:100%;
}
.contact table th {
	text-align:center;
}
}


.contact-complete-area {
    padding: 30px 20px;
    background: #fff;
    border: solid 1px #000;
    font-weight: bold;
    font-size: 16px;
	margin-bottom: 10%;
}
.contact-complete-area p span {
	display:block;
}
.contact-complete-area hr {
	margin: 30px 0;
    border: none;
    border-top: dashed 1px #ccc;
    background: none;
}
@media screen and (max-width: 640px) {
.contact-complete-area {
    font-size: 14px;
}
.contact-complete-area p span {
   	display:inline;
}
}





/*SUSTAINABLE PROJECTS バナー調整*/
.top-information-lineup.other-project.sustainable_bnr_column > a{
  display: block;
  background: #ffffff;
  height: 47vw;
  max-height: 174px;
  position: relative;
  width: 100%;
}
.top-information-lineup.other-project.sustainable_bnr_column > a:not(:last-child){
  margin-bottom: 1.5%;
}
.top-information-lineup.other-project.sustainable_bnr_column > a img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .top-information-lineup.other-project.sustainable_bnr_column{
    display: flex;
    flex-wrap: wrap;
  }
  .top-information-lineup.other-project.sustainable_bnr_column > a{
    width: calc((98% - 1px) / 3);
    height: 16vw;
  }
  .top-information-lineup.other-project.sustainable_bnr_column > a:not(:nth-child(3n)){
    margin-right: 1%;
  }
}




