@charset "utf-8";

/***************************************************************************
Media Queries
****************************************************************************/

@media print, screen and (max-width: 1920px) {
}
@media print, screen and (max-width: 1089px) {
}
@media print, screen and (max-width: 1023px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 480px) {
}

/***************************************************************************
wrapper
****************************************************************************/

#wrapper {
	padding-top: 0px !important;
}

#hair_catalog .section_ttl,
#guest_snap .section_ttl,
#blog .section_ttl {
	margin-left: 60px;
}

@media print, screen and (max-width: 1089px) {
#hair_catalog .section_ttl,
#guest_snap .section_ttl,
#blog .section_ttl {
	margin-left: 5.5vw;
}
}

@media only screen and (max-width: 767px) {
#hair_catalog .section_ttl,
#guest_snap .section_ttl,
#blog .section_ttl {
	margin-left: 0px;
}
}

/***************************************************************************
top_sld/g_nav
****************************************************************************/

#top_sld {
	padding-bottom: 145px;
}
#top_sld .sld li {
	height: 650px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#top_sld .logo,
#top_sld #g_nav {
	position: absolute;
	bottom: 0;
}
#top_sld .logo {
	left: 0px;
	mix-blend-mode: difference;	
}
#top_sld #g_nav {
	right: 0;
}

@media print, screen and (max-width: 1920px) {
#top_sld {
	padding-bottom: 7.6vw;
}
#top_sld .logo {
	width: 50vw;
}
}

@media print, screen and (max-width: 1089px) {
#top_sld .sld li {
	height: 62.6vw;
}
}

@media print, screen and (max-width: 1023px) {
#top_sld {
	padding-bottom: 11.3vw;
	margin-bottom: 9vw;
}
#top_sld .logo {
	width: 77.8vw;
}
}

@media only screen and (max-width: 767px) {
#top_sld {
	padding-bottom: 14.5vw;
}
#top_sld.section {
	margin-bottom: 65px !important;
}
#top_sld .sld li {
	height: 192vw;
}
#top_sld .logo {
	width: 94.7vw;
}
}

/***************************************************************************
about
****************************************************************************/

#about .thumb {
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(/-/wp-content/themes/jane/img/index/about_thumb_pc.jpg);
	max-width: 1472px;
	width: 76.7%;
	height: 100%;
}
#about ul {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	padding: 120px 0px 74px 150px;
}
#about li {
	font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	text-orientation: upright;
	font-size: 16px;
	line-height: 2.5;
	margin-right: 40px;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
}
#about li:first-child {
	margin-right: 0;
}

#about ul.fade_up {
    opacity: 0;
    transition: opacity 1s, transform 1s;
    transform: translateY(40px);
}
#about ul.effect_fade_up {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1s;
}

@media print, screen and (max-width: 1920px) {
#about ul {
	padding-left: 7.8vw;
}
#about li {
	margin-right: 2.1vw;
}
}

@media print, screen and (max-width: 1089px) {
#about ul {
	padding: 11.0vw 0px 6.8vw 2vw;
}
}

@media print, screen and (max-width: 1023px) {
#about {
	margin-bottom: 15vw;
}
#about .thumb {
	position: relative;
	width: 94.7%;
	padding-top: 63%;
	margin-left: auto;
}
#about ul {
	padding: 0px;
	justify-content: center;
	margin-top: -3.4vw;
}
#about li {
	margin-right: 3.9vw;
}
}

@media only screen and (max-width: 767px) {
#about .thumb {
	padding-top: 90.9%;
	background-image: url(/-/wp-content/themes/jane/img/index/about_thumb_sp.jpg);
}
#about ul {
	margin-top: -6.9vw;
}
#about li {
	line-height: 1.7;
	margin-right: 8vw;
}
}

/***************************************************************************
shop_photo
****************************************************************************/

#shop_photo {
	margin-bottom: 90px;
}
#shop_photo.contents {
	max-width: 1188px;
}
#shop_photo .shop_name {
	display: none;
}
#shop_photo .img_change {
	display: flex;
	justify-content: space-between;
}
#shop_photo #main_img {
	width: 780px;
	height: 520px;	/*画像切り替え時、boxの高さが０になり、下のコンテンツがせりあがるのを防ぐ*/
}
#shop_photo #thumb_img {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 333px;
}
#shop_photo #thumb_img li {
	width: 130px;
	margin-top: 57px;
	cursor: pointer;
    border: 1px solid transparent;
}
#shop_photo #thumb_img li.current {
    border: 1px solid #ededed;
}
#shop_photo #thumb_img li:nth-child(-n+2) {
	margin-top: 0px;
}

@media print, screen and (max-width: 1280px) {
#shop_photo.contents {
	max-width: 92.8%;
}
#shop_photo #main_img {
	width: 60.9vw;
	height: 40.6vw;
}
#shop_photo #thumb_img {
	max-width: 27.25vw;
}
#shop_photo #thumb_img li {
	width: 11.5vw;
	margin-top: 3vw;
}
}

@media print, screen and (max-width: 1089px) {
#shop_photo {
	margin-bottom: 8.3vw;
}
}

@media print, screen and (max-width: 1023px) {
#shop_photo .shop_name {
	display: table;
	margin: 0px auto 0px auto;
	font-size: 35px;
	letter-spacing: 0.2em;
	margin-bottom: 5vw;
}
#shop_photo .img_change {
	display: block;
}
#shop_photo #main_img {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	height: 66.7vw;
}

#shop_photo #main_img img {
	width: 100%;
	height: auto;
}
#shop_photo #thumb_img {
	justify-content: center;
	max-width: 95%;
	margin: 0px auto 0px auto;
}
#shop_photo #thumb_img li {
	width: 18.5%;
	margin-left: 6%;
	margin-top: 6vw;
}
#shop_photo #thumb_img li:nth-child(-n+2) {
	margin-top: 6vw;
}
#shop_photo #thumb_img li:nth-child(4n+1) {
	margin-left: 0%;
}
}

@media only screen and (max-width: 767px) {
#shop_photo.section {
	margin-bottom: 35px !important;
}
#shop_photo .shop_name {
	font-size: 30px;
	margin-bottom: 35px;
}
#shop_photo #thumb_img {
	max-width: 100%;
}
#shop_photo #thumb_img li {
	margin-top: 35px !important;
}
}

/***************************************************************************
shop_info
****************************************************************************/

#shop_info .shop_name {
	font-size: 35px;
	letter-spacing: 0.2em;
	margin-bottom: 70px;
}
#shop_info .indent_inner {
	margin-left: 30px;
	margin-right: 30px;
	line-height: 2;
}
#shop_info .address {
	margin-bottom: 50px;
}
#shop_info .access_wrap {
	display: flex;
	align-items: flex-end;
}
#shop_info .access,
#shop_info .contact_wrap {
	flex: 1; 
}
#shop_info .access .btn {
	margin-top: 50px; 
}
#shop_info .access .btn a {
	margin: inherit;
}
#shop_info .contact_wrap .ttl {
	margin-bottom: 12px;
}
#shop_info .down_load,
#shop_info .contact_btn {
	display: flex;
}
#shop_info .down_load {
	margin-bottom: 40px;
}
#shop_info .down_load li {
	margin-right: 30px;
}
#shop_info .down_load li {
	height: 48px;
}
#shop_info .down_load li img {
	width: auto;
	height: 48px;
}

@media print, screen and (max-width: 1089px) {
#shop_info .shop_name {
	margin-bottom: 6.4vw;
}
#shop_info .indent_inner {
	margin-left: 2.8vw;
	margin-right: 2.8vw;
}
#shop_info .address {
	margin-bottom: 4.6vw;
}
#shop_info .access .btn {
	margin-top: 5.5vw; 
}
#shop_info .contact_wrap .ttl {
	margin-bottom: 1.1vw;
}
#shop_info .down_load {
	margin-bottom: 3.7vw;
}
#shop_info .down_load li {
	margin-right: 2.8vw;
}
}

@media print, screen and (max-width: 1023px) {
#shop_info .shop_name {
	display: none;
}
#shop_info .indent_inner {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
#shop_info .access_wrap {
	display: block;
}
#shop_info .access {
	margin-bottom: 5.5vw; 
}
}

@media only screen and (max-width: 767px) {
#shop_info .address,
#shop_info .access {
	font-size: 12px;
}
#shop_info .address {
	margin-bottom: 35px;
}
#shop_info .access {
	margin-bottom: 60px;
}
#shop_info .access .btn {
	margin-top: 60px; 
}
#shop_info .contact_wrap .ttl {
	margin-bottom: 12px;
}
#shop_info .down_load {
	margin-bottom: 60px;
}
#shop_info .contact_btn {
	justify-content: center;
}
#shop_info .contact_btn li:nth-child(2) a {
	margin-right: 0;
}
}

@media only screen and (max-width: 480px) {
#shop_info .indent_inner {
	display: block;
}
}

@media only screen and (max-width: 320px) {
#shop_info .indent_inner {
	letter-spacing: 0.1em;
}
}

/***************************************************************************
news
****************************************************************************/

#news {
	padding: 100px 60px 100px 60px;
}
#news .section_ttl {
	margin-bottom: 80px;
}
#news .box_wrap {
	padding: 0px 60px 0px 60px;
	margin-bottom: 80px;
}
#news .box {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	transition: background-color 0.4s;
}
#news .box:hover {
	background-color: #dcdcda;
}
#news .box a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#news .thumb {
	width: 160px;
	height: 100px;
	margin-right: 20px;
}
#news .exp {
	flex: 1;
    overflow: hidden;
}
#news .ttl {
	margin-bottom: 12px;
}
#news .txt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media print, screen and (max-width: 1089px) {
#news {
	padding: 9.2vw 5.5vw 9.2vw 5.5vw;
}
#news .section_ttl {
	margin-bottom: 7.3vw;
}
#news .box_wrap {
	padding: 0px 5.5vw 0px 5.5vw;
	margin-bottom: 7.3vw;
}
#news .box {
	padding: 1.8vw;
}
}

@media only screen and (max-width: 767px) {
#news {
	padding-top: 60px;
	padding-bottom: 60px;
}
#news .box_wrap {
	padding: 0px;
	margin-bottom: 60px;
}
#news .txt {
	display: none;
}
}

@media only screen and (max-width: 480px) {
#news .thumb {
	width: 105px;
	height: 65px;
}
}

/***************************************************************************
hair_catalog(位置調整)
****************************************************************************/

#hair_catalog ul.exp li:nth-child(1) {
	width: 310px;
	height: 430px;
}
#hair_catalog ul.exp li:nth-child(2) {
	width: 280px;
	height: 320px;
}
#hair_catalog ul.exp li:nth-child(3) {
	width: 310px;
	height: 415px;
}
#hair_catalog ul.exp li:nth-child(4) {
	width: 280px;
	height: 370px;
}
#hair_catalog ul.exp li:nth-child(5) {
	width: 280px;
	height: 360px;
}
#hair_catalog ul.exp li:nth-child(6) {
	width: 280px;
	height: 350px;
}
#hair_catalog ul.exp li:nth-child(7) {
	width: 330px;
	height: 400px;
}
#hair_catalog ul.exp li:nth-child(8) {
	width: 330px;
	height: 430px;
}

#hair_catalog ul.exp li:nth-child(1) {
	left: -50px;
}
#hair_catalog ul.exp li:nth-child(2) {
	top: 315px;
}
#hair_catalog ul.exp li:nth-child(3) {
	top: -75px;
	right: -50px;
}
#hair_catalog ul.exp li:nth-child(5) {
	top: 230px;
}
#hair_catalog ul.exp li:nth-child(6) {
	top: -80px;
}
#hair_catalog ul.exp li:nth-child(7) {
	top: 20px;
	left: -20px;
}
#hair_catalog ul.exp li:nth-child(8) {
	top: 55px;
	right: -35px;
}

@media print, screen and (max-width: 1280px) {
#hair_catalog ul.exp li:nth-child(1) {
	left: 0vw;
}
#hair_catalog ul.exp li:nth-child(3) {
	right: 0vw;
}
#hair_catalog ul.exp li:nth-child(7) {
	left: 0vw;
}
#hair_catalog ul.exp li:nth-child(8) {
	right: 0vw;
}
}

@media print, screen and (max-width: 1089px) {
#hair_catalog ul.exp li:nth-child(1) {
	width: 28.5vw;
	height: 39.5vw;
}
#hair_catalog ul.exp li:nth-child(2) {
	width: 25.7vw;
	height: 29.4vw;
}
#hair_catalog ul.exp li:nth-child(3) {
	width: 28.5vw;
	height: 38.1vw;
}
#hair_catalog ul.exp li:nth-child(4) {
	width: 25.7vw;
	height: 34.0vw;
}
#hair_catalog ul.exp li:nth-child(5) {
	width: 25.7vw;
	height: 33.1vw;
}
#hair_catalog ul.exp li:nth-child(6) {
	width: 25.7vw;
	height: 32.1vw;
}
#hair_catalog ul.exp li:nth-child(7) {
	width: 30.3vw;
	height: 36.7vw;
}
#hair_catalog ul.exp li:nth-child(8) {
	width: 30.3vw;
	height: 39.5vw;
}

#hair_catalog ul.exp li:nth-child(2) {
	top: 28.9vw;
}
#hair_catalog ul.exp li:nth-child(3) {
	top: -6.9vw;
}
#hair_catalog ul.exp li:nth-child(5) {
	top: 21.1vw;
}
#hair_catalog ul.exp li:nth-child(6) {
	top: -7.3vw;
}
#hair_catalog ul.exp li:nth-child(7) {
	top: 1.8vw;
}
#hair_catalog ul.exp li:nth-child(8) {
	top: 5.1vw;
}
}

@media only screen and (max-width: 480px) {
#hair_catalog.contents {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
#hair_catalog .section_ttl {
	margin-left: 20px !important;
}
#hair_catalog ul.exp li:nth-child(1) {
	width: 47.2vw;
	height: 54.7vw;
}
#hair_catalog ul.exp li:nth-child(2) {
	width: 45.6vw;
	height: 58.1vw;
}
#hair_catalog ul.exp li:nth-child(3) {
	width: 43.2vw;
	height: 49.9vw;
}
#hair_catalog ul.exp li:nth-child(4) {
	width: 42.7vw;
	height: 54.7vw;
}
#hair_catalog ul.exp li:nth-child(5) {
	width: 45.1vw;
	height: 49.9vw;
}
#hair_catalog ul.exp li:nth-child(6) {
	width: 48.0vw;
	height: 58.1vw;
}
#hair_catalog ul.exp li:nth-child(7) {
	width: 40.3vw;
	height: 60.8vw;
}
#hair_catalog ul.exp li:nth-child(8) {
	width: 45.6vw;
	height: 54.7vw;
}

#hair_catalog ul.exp li:nth-child(2) {
	top: 14.9vw;
}
#hair_catalog ul.exp li:nth-child(3) {
	top: 0vw;
}
#hair_catalog ul.exp li:nth-child(4) {
	top: 14.9vw;
	right: 6.9vw;
}
#hair_catalog ul.exp li:nth-child(5) {
	top: 0vw;
}
#hair_catalog ul.exp li:nth-child(6) {
	top: 14.9vw;
}
#hair_catalog ul.exp li:nth-child(7) {
	top: 0vw;
	left: 6.9vw;
}
#hair_catalog ul.exp li:nth-child(8) {
	top: 14.9vw;
}
}

#hair_catalog .effect_fade_up_jyun > li:nth-child(2) {
    transition-delay: 0.5s;
}
#hair_catalog .effect_fade_up_jyun > li:nth-child(3) {
    transition-delay: 1s;
}
#hair_catalog .effect_fade_up_jyun > li:nth-child(4) {
    transition-delay: 1.5s;
}
#hair_catalog .effect_fade_up_jyun > li:nth-child(5) {
    transition-delay: 2s;
}
#hair_catalog .effect_fade_up_jyun > li:nth-child(6) {
    transition-delay: 2.5s;
}
#hair_catalog .effect_fade_up_jyun > li:nth-child(7) {
    transition-delay: 3s;
}
#hair_catalog .effect_fade_up_jyun > li:nth-child(8) {
    transition-delay: 3.5s;
}

/***************************************************************************
guest_snap
****************************************************************************/

#guest_snap .section_ttl {
	display: flex;
	align-items: center;
}
#guest_snap .section_ttl li:nth-child(2) {
	width: 23px;
	margin-left: 30px;
	line-height: 0.3;
}
#guest_snap .section_ttl li:nth-child(2) img {
	width: 100%;
}
#guest_snap .over_lay_info {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#guest_snap .over_lay_info > *:nth-child(-n+5) {
    margin-top: 0px;
}	
#guest_snap .over_lay_info.contents {
	max-width: 1400px;
	margin-bottom: 100px;
}
#guest_snap .over_lay_info li {
	width: 200px;
	margin-left: 100px;
	margin-top: 100px;
}
#guest_snap .over_lay_info li:nth-child(5n+1) {
	margin-left: 0px;
}
#guest_snap .over_lay_info .img_wrap {
	border-radius: 8px;
}
#guest_snap .btn a {
	width: 211px;
	background-image: url(/-/wp-content/themes/jane/img/index/instagram_icon.svg);
	background-repeat: no-repeat;
	background-position: right 15px center;
	padding: 7px 0px 10px 0px;
	background-size: 15px auto;
}

@media print, screen and (max-width: 1490px) {
#guest_snap .over_lay_info.contents {
	max-width: 94%;
}
#guest_snap .over_lay_info li {
	width: 14.285%;
	margin-left: 7.14375%;
	margin-top: 7.14375vw;
}
}

@media print, screen and (max-width: 1089px) {
#guest_snap .section_ttl li:nth-child(2) {
	margin-left: 2.8vw;
}
#guest_snap .over_lay_info.contents {
	margin-bottom: 9.2vw;
}
#guest_snap .over_lay_info .img_wrap {
	border-radius: 0.7vw;
}
}

@media print, screen and (max-width: 1023px) {
#guest_snap .over_lay_info > *:nth-child(-n+5) {
    margin-top: auto;
}
#guest_snap .over_lay_info li:nth-child(5n+1) {
	margin-left: auto;
}
#guest_snap .over_lay_info li {
	width: 20%;
	margin-left: 6.66%;
	margin-top: 6.66vw;
}
#guest_snap .over_lay_info > *:nth-child(-n+4) {
    margin-top: 0px;
}
#guest_snap .over_lay_info li:nth-child(4n+1) {
	margin-left: 0px;
}
}

@media only screen and (max-width: 767px) {
#guest_snap .over_lay_info.contents {
	margin-bottom: 60px;
}
#guest_snap .over_lay_info li {
	width: 30%;
	margin-left: 5%;
	margin-top: 5vw;
}
#guest_snap .over_lay_info > *:nth-child(-n+4) {
    margin-top: auto;
}
#guest_snap .over_lay_info li:nth-child(4n+1) {
	margin-left: auto;
}
#guest_snap .over_lay_info > *:nth-child(-n+3) {
    margin-top: 0px;
}
#guest_snap .over_lay_info li:nth-child(3n+1) {
	margin-left: 0px;
}
}

/***************************************************************************
blog
****************************************************************************/

#blog {
	padding: 100px 0px 100px 0px;
}
#blog .box_wrap {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 100px;
}
#blog .box_wrap > div {
	width: 200px;
	margin-left: 74px;
}
#blog .box_wrap > div:nth-child(4n+1) {
	margin-left: 0px;
}
#blog .box a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#blog .box {
	display: flex;
    flex-direction: column;
	transition: opacity 0.4s;
}
#blog .box:hover {
    opacity: 0.8;
}
#blog .box .thumb {
	padding-top: 65%;
    min-height: 0%;
}
#blog .box ul.exp {
	background-color: #505050;
	color: #ededed;
	padding: 20px 15px 30px 15px;
	font-size: 12px;
	letter-spacing: 0.15em;
    flex: auto;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
#blog .box ul.exp .date {
	font-size: 18px;
	margin-bottom: 5px;
}
#blog .box ul.exp .ttl {
	margin-bottom: 30px;
}
#blog .box ul.exp .txt {
	margin-top: auto;
	letter-spacing: 0.05em;
}

@media print, screen and (max-width: 1089px) {
#blog {
	padding: 9.2vw 0px 9.2vw 0px;
}
#blog .box_wrap {
	margin-bottom: 9.2vw;
}
#blog .box_wrap > div {
	width: 19.7%;
	margin-left: 7.0%;
}
#blog .box ul.exp {
	padding: 1.8vw 1.4vw 2.8vw 1.4vw;
}
#blog .box ul.exp .date {
	margin-bottom: 0.5vw;
}
#blog .box ul.exp .ttl {
	margin-bottom: 2.8vw;
}
}

@media print, screen and (max-width: 1023px) {
#blog .box_wrap {
	width: 70%;
	margin: 0px auto 9.2vw auto;
}
#blog .box_wrap > div {
	width: 48%;
	margin-left: 4%;
	margin-top: 2.6vw !important;
}
#blog .box_wrap > div:nth-child(-n+2) {
	margin-top: 0vw !important;
}
#blog .box_wrap > div:nth-child(2n+1) {
	margin-left: 0%;
}
}

@media only screen and (max-width: 767px) {
#blog {
	padding: 60px 0px 60px 0px;
}
#blog .box_wrap {
	width: 100%;
	justify-content: space-between;
	margin: 0px auto 60px auto;
}
#blog .box_wrap > div {
	width: 46.8%;
	margin-left: 0px;
	margin-top: 7vw !important;
}
#blog .box ul.exp {
	padding: 2.6vw;
}
#blog .box ul.exp .date {
	font-size: 10px;
}
#blog .box ul.exp .ttl {
	margin-bottom: 0;
	font-size: 14px;
}
#blog .box ul.exp .txt {
	display: none;
}
}

@media only screen and (max-width: 480px) {
#blog .box ul.exp .ttl {
	font-size: 10px;
	letter-spacing: 0;
}
}

/***************************************************************************
archive/staff
****************************************************************************/

#archive {
	margin-bottom: 100px;
}
#archive ul,
#archive .thumb,
#staff ul,
#staff .thumb {
	display: table;
}
#archive .thumb {
	margin-left: auto;
	right: -200px;
	background-image: url(/-/wp-content/themes/jane/img/index/archive_img.jpg);
	width: 884px;
	height: 540px;
}
#staff .thumb {
	left: -200px;
	background-image: url(/-/wp-content/themes/jane/img/index/staff_img.jpg);
	width: 715px;
	height: 320px;
}
#archive ul,
#staff ul {
	padding: 100px 60px 100px 60px;
}
#archive ul {
	width: 640px;
	margin-top: -300px;
	left: -130px;
}
#staff ul {
	width: 550px;
	margin-left: auto;
	margin-top: -280px;
}
#archive ul .section_ttl,
#staff ul .section_ttl {
	margin-bottom: 35px;
}
#archive ul .txt,
#staff ul .txt {
	margin-bottom: 90px;
	line-height: 2.4;
}
#archive ul {
	font-size: 16px;
}
#archive ul .btn a,
#staff ul .btn a {
	margin: inherit;
}

@media print, screen and (max-width: 1920px) {
#archive .thumb {
	right: -10.4vw;
}
#staff .thumb {
	left: -10.4vw;
}
#archive ul {
	left: -6.8vw;
}
}

@media print, screen and (max-width: 1089px) {
#archive {
	margin-bottom: 9.2vw;
}
#archive.contents,
#staff.contents {
    max-width: 100% !important;
}
#archive .thumb {
	right: -10.4vw;
}
#staff .thumb {
	left: -10.4vw;
}
#archive ul,
#staff ul {
	padding: 9.2vw 5.5vw 9.2vw 5.5vw;
}
#archive ul {
	width: 58.8vw;
	margin-top: -27.5vw;
	left: 0vw;
}
#staff ul {
	width: 50.5vw;
	margin-top: -25.7vw;
}
#archive ul .section_ttl,
#staff ul .section_ttl {
	margin-bottom: 3.2vw;
}
#archive ul .txt,
#staff ul .txt {
	margin-bottom: 8.3vw;
}
}

@media print, screen and (max-width: 1023px) {
#archive .thumb {
	width: 70vw;
	height: 42vw;
	right: 0vw;
}
#staff .thumb {
	width: 70vw;
	height: 31vw;
	left: 0vw;
}
#archive ul {
	width: 70vw;
	margin-top: -7vw;
}
#staff ul {
	width: 70vw;
	margin-top: -7vw;
}
}

@media only screen and (max-width: 767px) {
#archive.contents,
#staff.contents {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
#archive ul .section_ttl,
#staff ul .section_ttl {
	margin-bottom: 40px;
}
#archive ul,
#archive .thumb,
#staff ul,
#staff .thumb {
	width: 94.7vw;
}
#archive .thumb,
#staff .thumb {
	height: 106.7vw;
}
#archive .thumb,
#staff ul {
	right: 0px;
}
#archive ul,
#staff .thumb {
	left: 0px;
}
#archive ul,
#staff ul {
	padding: 60px 20px 60px 20px;
}
#archive ul .txt,
#staff ul .txt {
	margin-bottom: 50px;
}
}

/***************************************************************************
recruit
****************************************************************************/

#recruit {
	text-align: center;
	background-image: url(/-/wp-content/themes/jane/img/index/recruit_bg.jpg);
	padding: 150px 0px 100px 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#recruit ul .txt {
	margin-bottom: 90px;
	line-height: 2.2;
}

@media print, screen and (max-width: 1089px) {
#recruit {
	padding: 13.8vw 0px 9.2vw 0px;
}
#recruit ul .txt {
	margin-bottom: 8.3vw;
}
}

@media only screen and (max-width: 767px) {
#recruit {
	padding: 120px 0px 120px 0px;
}
#recruit ul .txt {
	margin-bottom: 60px;
}
}