@charset "UTF-8";

/* #topmain
----------------------------------------- */
#topmain {
  width: 100%;
  /*height : -webkit-calc(100vh);
  height : calc(var(--vh, 1vh) * 100);*/
  text-align: center;
  position: relative;
  /*ページャー*/
  /*prev next*/
  z-index: 2;
}

#topmain .sliderWrap {
  width: 100%;
  min-width: 1280px;
  margin: auto;
  position: relative;
}

#topmain .bx-wrapper {
  width: 100%;
  position: relative;
  z-index: 0;
}

#topmain .sliderWrap h1 {
	position: absolute;
	bottom: -0.3rem;
	left: -0.5rem;
    z-index: 2;
    
    width: -webkit-calc(325 / 1920 * 100%);
    width: calc(325 / 1920 * 100%);
}

#topmain .sliderWrap h1 img {
    width: 100%;
	height: auto;
	filter:drop-shadow(0 0 20px #ffffff) drop-shadow(0 0 10px #ffffff);
	transform: translateZ(0);
}

#topmain .img_wrap {
	width: auto;
	height : -webkit-calc(100vh);
	height : calc(var(--vh, 1vh) * 100);
	background-position: center center;
	background-size: cover;
	border-radius: 0 0 0 10rem;
	overflow: hidden;
	margin-left: -webkit-calc(360 / 1920 * 100%);
    margin-left: calc(360 / 1920 * 100%);
}

#topmain .sliderWrap h2 {
	position: absolute;
	bottom: 7rem;
	right: 7rem;
	transform: translate(0,0);
    z-index: 2;
}

#topmain .sliderWrap h2 img {
	filter:drop-shadow(0 0 40px #000000);
	transform: translateZ(0);
	width: auto;
	height: auto;
}

@media (min-width: 1920px) {
#topmain .img_wrap {
	margin-left: 36rem;
}
#topmain .sliderWrap h1 {
    width: 32.5rem;
}
}

@media (min-width: 768px) and (max-height: 800px) and (orientation: landscape) {
#topmain,
#topmain .img_wrap {
	 min-height: 60rem;
}
}

#topmain .bx-controls {
	display: none;
}

@media screen and (max-width: 1280px) {
  #topmain .sliderWrap {
    width: 100%;
    min-width: auto;
    position: initial;
  }
	#topmain,
	#topmain .img_wrap {
	height : -webkit-calc(100vh);
	height : calc(var(--vh, 1vh) * 100);
}
	#topmain .sliderWrap h1 {
}

}

@media screen and (max-width: 768px) {
	#topmain {
	height : -webkit-calc(100vh);
	height : calc(var(--vh, 1vh) * 100);
}
	/*#topmain .bx-viewport {
	height : -webkit-calc(100vh) !important;
	height : calc(var(--vh, 1vh) * 100) !important;
	}*/
	
	#topmain .img_wrap {
	border-radius: 0;
	height : -webkit-calc(100vh - 17.5rem);
	height : calc(calc(var(--vh, 1vh) * 100) - 17.5rem);
	margin-left: 0;
}
	
	#topmain .sliderWrap h1 {
	width: 11rem;
    bottom: 2rem;
    left: -0.0rem;
    filter: drop-shadow(0 0 10px #FFFFFF) drop-shadow(0 0 20px #FFFFFF);
}
	
	#topmain .sliderWrap h2 {
	width: calc(110 / 320 * 100%);
    bottom: -3rem;
    right: 2.5rem;
    transform: translate(0,100%);
}
    #topmain .sliderWrap h2 img {
		width: 100%;
	filter:none;
}
    
    #topmain .bx-viewport {
        height : -webkit-calc(100vh);
        height : calc(var(--vh, 1vh) * 100) !important;
    }
}


/* #concept
----------------------------------------- */
#concept {
   position: relative;
   width: 100%;
}
#concept .inner {
	padding-top: 22rem;
	width: -webkit-calc(1200 / 1440 * 100%);
    width: calc(1200 / 1440 * 100%);
    max-width: 120rem;
}

#concept .txt_wrap {
    font-size: 1.6rem;
    letter-spacing: 0.02em;
	font-weight: bold;
    line-height: 2.375;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-feature-settings: normal;
	margin: auto;
	margin-bottom: 10rem;
	white-space: nowrap;
	-webkit-transition: all .6s;
    transition: all .6s;
}

#concept .img_wrap {
    width: 100%;
	border-radius: 2rem;
}

/*@media screen and (max-width: 1440px) {
#concept .inner {
    width: -webkit-calc(1200 / 1440 * 100%);
    width: calc(1200 / 1440 * 100%);
}
}*/


@media screen and (max-width: 1190px) {
#concept .txt_wrap {
    font-size: 1.3vw;
}
}

@media screen and (max-width: 768px) {
#concept .inner {
	padding-top: 4rem;
}

#concept .txt_wrap {
    font-size: 1.3rem;
    letter-spacing: 0;
	font-weight: bold;
    line-height: 2;
	-webkit-writing-mode:horizontal-tb;
	-ms-writing-mode:lr-tb;
	writing-mode:horizontal-tb;
	margin: auto;
	margin-bottom: 5rem;
}

#concept .img_wrap {
    width: 100%;
	border-radius: 0.5rem;
}
}


/* #people
----------------------------------------- */
#people {

}
#people .inner {
	width: 100%;
	padding-top: 30rem;
	position: relative;
}

#people .ttl_wrap {
	width: 100%;
	max-width: 120rem;
	margin: auto;
	position: relative;
	z-index: 1;
}
#people .ttl_wrap h1 {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(0,-50%);
	z-index: 2;
}

#people .people_list {
	width: 100%;
	background-color: #f4f2f0;
	padding-bottom: 13rem;
}
#people .people_list li.slick-slide {
	width: 33.3334vw;
}
#people .people_list .img_wrap {
    width: 100%;
	height: 55rem;
    /*padding-top: 85.9375%;*/
	background-position: top center;
    background-repeat: no-repeat;
	background-size: cover;
    position: relative;
}
#people .people_list .img_wrap::after {
	content: "";
	display: block;
    width: 100%;
    height: 100%;
    position: absolute;
	top: 0;
	background-color: rgba(55,55,55,0.05);
	z-index: 2;

}
#people .people_list a:hover .img_wrap::after {
    background-color: rgba(55,55,55,0);
}

#people .people_list .slick-list {
	padding: 0;
}

#people .people_list .arrow {
	position: absolute;
	top: 24rem;
}

#people .people_list .prev {
	width: 6.2rem;
	height: 6.2rem;
	left: 33.3334vw;
	background: url(../images/prev.svg) no-repeat;
	background-size: cover;
	z-index: 2;
	-webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
#people .people_list .next {
	width: 6.2rem;
	height: 6.2rem;
	right: 33.3334vw;
	background: url(../images/next.svg) no-repeat;
	background-size: cover;
	z-index: 2;
	-webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
}

#people .people_list .textCopy {
    text-align: center;
	margin-top: 5rem;
}
#people .people_list .textCopy span {
	display: block;
    text-align: center;
	font-size: 2.2rem;
	letter-spacing: 0.025em;
	line-height: 1.73;
	color: #826a52;
	font-weight: bold;
}
#people .people_list .name {
    text-align: center;
	font-size: 2.1rem;
	letter-spacing: 0.5em;
	line-height: 1;
	font-weight: bold;
	margin-top: 2.5rem;
	color: #555555;
}
#people .people_list .name_en {
    text-align: center;
	font-size: 1.5rem;
	letter-spacing: 0.333em;
	line-height: 1;
	font-weight: 400;
	margin-top: 1.2rem;
	color: #555555;
}

#people .btn_wrap {
    position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,50%);
	z-index: 2;
}


@media screen and (max-width: 768px) {
#people {
    padding-top: 9rem;
}
#people .inner {
	padding-top: 7.0rem;
    padding-bottom: 8.5rem;
    background-color: #f4f2f0;
}

#people .ttl_wrap {
    width: 26rem;
    margin-bottom: 3.5rem;
}
#people .ttl_wrap h1 {
	position: relative;
	transform: translate(0,0);
}

#people .people_list {
	width: 100%;
	background-color: #f4f2f0;
	padding-bottom: 3.5rem;
}
#people .people_list li.slick-slide {
	width: 26rem;
}
#people .people_list .img_wrap {
    height: 22.4rem;
}

#people .people_list .slick-list {
	padding: 0;
}

#people .people_list .arrow {
	position: absolute;
	top: 10rem;
}

#people .people_list .prev {
	width: 3rem;
	height: 3rem;
	left: 3rem;
	background: url(../images/prev.svg) no-repeat;
	background-size: cover;
	z-index: 2;
	-webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
#people .people_list .next {
	width: 3rem;
	height: 3rem;
	right: 3rem;
	background: url(../images/next.svg) no-repeat;
	background-size: cover;
	z-index: 2;
	-webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
}

#people .people_list .textCopy {
    text-align: center;
	margin-top: 3rem;
}
#people .people_list .textCopy span {
	font-size: 1.6rem;
}
#people .people_list .name {
    font-size: 1.5rem;
	margin-top: 2rem;
}
#people .people_list .name_en {
	font-size: 1.1rem;
	margin-top: 1rem;
}

#people .btn_wrap {
    position: relative;
	bottom: auto;
	left: auto;
	transform: translate(0,0);
    text-align: center;
}
}



/* #job
----------------------------------------- */
#job {

}
#job .inner {
	width: 100%;
	padding-top: 30rem;
	position: relative;
}

#job .layout {
	align-items: center;
    flex-wrap: nowrap;
}
#job .layout > .img {
	width: -webkit-calc(1200 / 1920 * 100%);
    width: calc(1200 / 1920 * 100%);
}
#job .img_wrap {
	width: -webkit-calc(1050 / 1200 * 100%);
    width: calc(1050 / 1200 * 100%);
	height: 63rem;
	margin-left: auto;
	border-radius: 2rem;
	background: url(../images/top/top_img02.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
#job .img_wrap::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(55,55,55,0.05);
    z-index: 2;
	border-radius: 2rem;
}
#job a:hover .img_wrap::after {
    background-color: rgba(55,55,55,0);
}

#job .layout > .txt {
	/*width: -webkit-calc(720 / 1920 * 100%);
    width: calc(720 / 1920 * 100%);*/
    width: auto;
    margin: auto;
	text-align: center;
}

#job .ttl_wrap h1 {
	text-align: center;
	margin-bottom: 7rem;
}

#job .txt_wrap {
	display: flex;
    justify-content: center;
	white-space: nowrap;
	text-align: center;
	font-size: 3rem;
	letter-spacing: 0.05em;
	line-height: 1.67;
	margin-bottom: 5rem;
}
#job .txt_wrap::before {
	content: "";
	display: block;
	min-width: 10rem;
}
#job .txt_wrap::after {
	content: "";
	display: block;
	min-width: 10rem;
}


@media screen and (max-width: 1440px) {
	#job .img_wrap {
	width: 100%;
     border-radius: 0 2rem 2rem 0;
}
#job .img_wrap::after {
    border-radius: 0 2rem 2rem 0;
}
}	

@media screen and (max-width: 768px) {
#job {

}
#job .inner {
	padding-top: 7rem;
}
#job .layout {
	align-items: center;
    flex-wrap: wrap;
}
#job .layout > .img {
	width: 100%;
    margin-bottom: 4rem;
}
#job .img_wrap {
    width: 29rem;
    margin-left: 0;
	height: 21rem;
	border-radius: 0 1.5rem 1.5rem 0;
	overflow: hidden;
}
#job .img_wrap::after {
    border-radius: 0 1.5rem 1.5rem 0;
}
#job .layout > .txt {
	width: 100%;
}
#job .ttl_wrap h1 {
    text-align: left;
	width: 26rem;
    margin: auto;
    margin-bottom: 3.5rem;
}
#job .txt_wrap {
	display: block;
	font-size: 1.8rem;
	margin-bottom: 3rem;
}
	
#job .txt_wrap::before {
	display: none;
}
#job .txt_wrap::after {
	display: none;
}
}



/* #message
----------------------------------------- */
#message {

}
#message .inner {
	width: 100%;
	padding-top: 20rem;
	position: relative;
}

#message .layout {
	align-items: center;
    flex-wrap: nowrap;
}
#message .layout > .img {
	width: -webkit-calc(1200 / 1920 * 100%);
    width: calc(1200 / 1920 * 100%);
}
#message .img_wrap {
	width: 100%;
	height: 63rem;
	margin-left: auto;
	border-radius: 2rem 0 0 2rem;
	background: url(../images/top/top_img03.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
#message .img_wrap::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(55,55,55,0.05);
}
#message a:hover .img_wrap::after {
    background-color: rgba(55,55,55,0);
}

#message .layout > .txt {
	/*width: -webkit-calc(720 / 1920 * 100%);
    width: calc(720 / 1920 * 100%);*/
    width: auto;
    margin: auto;
	text-align: center;
}

#message .ttl_wrap h1 {
	text-align: center;
	margin-bottom: 7rem;
}

#message .ttl_wrap h1 .sub {
    letter-spacing: 0.02em;
}

#message .txt_wrap {
	display: flex;
    justify-content: center;
	white-space: nowrap;
	text-align: center;
	font-size: 3rem;
	letter-spacing: 0.05em;
	line-height: 1.67;
	margin-bottom: 5rem;
}

#message .txt_wrap::before {
	content: "";
	display: block;
	min-width: 10rem;
}
#message .txt_wrap::after {
	content: "";
	display: block;
	min-width: 10rem;
}


@media screen and (max-width: 768px) {
#message {

}
#message .inner {
	padding-top: 7rem;
}

#message .layout {
	align-items: center;
    flex-wrap: wrap;
    flex-flow: column-reverse;
}
#message .layout > .img {
	width: 100%;
    margin-bottom: 4rem;
}
#message .img_wrap {
    width: 29rem;
    margin-right: 0;
	height: 21rem;
	border-radius: 1.5rem 0 0 1.5rem;
}
#message .layout > .txt {
	width: 100%;
}
#message .ttl_wrap h1 {
    text-align: left;
	width: 26rem;
    margin: auto;
    margin-bottom: 3.5rem;
}
#message .txt_wrap {
	display: block;
	font-size: 1.8rem;
	margin-bottom: 3rem;
}

#message .txt_wrap::before {
	display: none;
}
#message .txt_wrap::after {
	display: none;
}

}



/* #environment
----------------------------------------- */
#environment {

}
#environment .inner {
	width: 100%;
	padding-top: 20rem;
	position: relative;
}

#environment .layout {
	align-items: center;
    flex-wrap: nowrap;
}
#environment .layout > .img {
	width: -webkit-calc(1200 / 1920 * 100%);
    width: calc(1200 / 1920 * 100%);
}
#environment .img_wrap {
	width: -webkit-calc(1050 / 1200 * 100%);
    width: calc(1050 / 1200 * 100%);
	height: 63rem;
	margin-left: auto;
	border-radius: 2rem;
	background: url(../images/top/top_img04.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
#environment .img_wrap::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(55,55,55,0.05);
}
#environment a:hover .img_wrap::after {
    background-color: rgba(55,55,55,0);
}

#environment .layout > .txt {
	/*width: -webkit-calc(720 / 1920 * 100%);
    width: calc(720 / 1920 * 100%);*/
    width: auto;
    margin: auto;
	text-align: center;
}

#environment .ttl_wrap h1 {
	text-align: center;
	margin-bottom: 7rem;
}

#environment .ttl_wrap h1 .sub {
    letter-spacing: 0.02em;
}

#environment .txt_wrap {
	display: flex;
    justify-content: center;
	white-space: nowrap;
	text-align: center;
	font-size: 3rem;
	letter-spacing: 0.05em;
	line-height: 1.67;
	margin-bottom: 5rem;
}

#environment .txt_wrap::before {
	content: "";
	display: block;
	min-width: 10rem;
}
#environment .txt_wrap::after {
	content: "";
	display: block;
	min-width: 10rem;
}


@media screen and (max-width: 1440px) {
	#environment .img_wrap {
	width: 100%;
    border-radius: 0 2rem 2rem 0;
}
}


@media screen and (max-width: 768px) {
#environment {

}
#environment .inner {
	padding-top: 7rem;
}

#environment .layout {
	align-items: center;
    flex-wrap: wrap;
}
#environment .layout > .img {
	width: 100%;
    margin-bottom: 4rem;
}
#environment .img_wrap {
    width: 29rem;
    margin-left: 0;
	height: 21rem;
	border-radius: 0 1.5rem 1.5rem 0;
}
#environment .layout > .txt {
	width: 100%;
}
#environment .ttl_wrap h1 {
    text-align: left;
	width: 26rem;
    margin: auto;
    margin-bottom: 3.5rem;
}
#environment .ttl_wrap h1 .sub {
    line-height: 1.5;
}
#environment .txt_wrap {
	display: block;
	font-size: 1.8rem;
	margin-bottom: 3rem;
}
	
#environment .txt_wrap::before {
	display: none;
}
#environment .txt_wrap::after {
	display: none;
}
}


/* #news
----------------------------------------- */
#news {
   position: relative;
   width: 100%;
	height: auto;
	padding: 22rem 0 0;
	margin-top: 27rem;
	background-position: center center;
	background-size: cover;
	background-color: #f4f2f0;
}
#news .inner {
	max-width: 96rem;
    position: relative;
}

#news .page_navi {
    width: 100%;
}
#news .page_navi > li {
    width: -webkit-calc(440 / 960 * 100%);
    width: calc(440 / 960 * 100%);
}

#news h1 {
	width: 100%;
    text-align: left;
	position: relative;
}

#news h1 span {
    font-weight: 400;
    display: block;
}
#news h1 span.fAbc {
    color: #c8beb4;
    font-size: 4.5rem;
    letter-spacing: 0.05em;
    line-height: 1;
}
#news h1 span.sub {
    color: #826a52;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1;
	font-weight: bold;
    margin-top: 2.5rem;
}

#news .news_list {
    width: 100%;
	border-top: 1px solid #c0b5a9;
	margin-top: 4rem;
	margin-bottom: 4rem;
}
#news .news_list > li {
    width: 100%;
    min-height: 11.9rem;
	padding: 3rem 0;
    display: flex;
    align-items: center;
	box-sizing: border-box;
	border-bottom: 1px solid #c0b5a9;
}
#news .news_list > li .layout {
    width: 100%;
	display: flex;
	flex-wrap: nowrap;
}
#news .news_list > li .date {
    white-space: nowrap;
	font-size: 1.2rem;
    letter-spacing: 0.08em;
	line-height: 2;
	font-weight: bold;
	margin-right: 2rem;
	color: #555555;
	-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
}
#news .news_list > li:hover .date {
	color: #826A52;
}
#news .news_list > li h2 {
    line-height: 1;
}
#news .news_list > li h2 a {
	font-size: 1.6rem;
    letter-spacing: 0.025em;
	line-height: 1.5625;
	color: #555555;
}
#news .news_list > li:hover h2 a {
	color: #826A52;
}

#news h2.tw_icon {
    text-align: center;
	margin-bottom: 3rem;
}
#news h2.tw_icon img {
    width: 5.2rem;
	height: auto;
}

#news .tw_wrap {
    width: 100%;
	padding: 3rem;
	border-radius: 2rem;
	height: 65rem;
	background-color: #FFFFFF;
}
#news .tw_wrap iframe {
    width: 100%;
	height: 100% !important;
}


#news h2.ig_icon {
    text-align: center;
	margin-bottom: 3rem;
}
#news h2.ig_icon img {
    width: 5.2rem;
	height: auto;
}

#news .ig_wrap {
    width: 100%;
	padding: 4.5rem 3rem;
	border-radius: 2rem;
    height: auto;
	/*height: 65rem;*/
	background-color: #FFFFFF;
}
#news .ig_wrap iframe {
    width: 100%;
	height: 100% !important;
}

#news .ig_wrap #sb_instagram {
    padding-bottom: 0 !important;
}

#news .sns_wrap {
    margin-top: 4.0rem;
}
#news .sns_list {
    justify-content: center;
	flex-wrap: nowrap;
}
#news .sns_list > li {
    width: calc(100 / 440 * 100%);
}
#news .sns_list > li:not(:last-child) {
    margin-right: 3rem;
}
#news .sns_list img {
    width: 100%;
    height: auto;
}

#news .photo_slider {
    width: 100%;
	margin-top: 22rem;
}
#news .photo_slider li.slick-slide {
    position: relative;
	margin-right: 0;
}
#news .photo_slider .img_wrap {
    width: 56.4rem;
	height: 36.4rem;
	background-size: cover;
}

#news .photo_slider .caption {
	position: absolute;
	bottom: 2rem;
	right: 2rem;
	font-size: 0.9rem;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #FFFFFF;
	font-weight: bold;
	z-index: 2;
}

#news .inner .illust {
	position: absolute;
	bottom: -6rem;
	right: -30rem;
	z-index: 2;
	width: 22.5rem;
	height: auto;
}


@media screen and (max-width: 1280px) {
#news .inner {
    width: -webkit-calc(1440 / 1920 * 100%);
    width: calc(1440 / 1920 * 100%);
}
#news h1 span.fAbc {
    font-size: 4.2rem;
    letter-spacing: 0.05em;
}
}

@media screen and (max-width: 768px) {
#news {
   width: 100%;
	height: auto;
	min-height: 0;
    margin-top: 7.5rem;
	margin-bottom: 7.5rem;
	padding-top: 7.5rem;
	padding-bottom: 0;
}
#news .inner {
    width: 26rem;
	position: relative;
	top: auto;
	left: auto;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

#news .page_navi > li {
    width: 100%;
}
#news .page_navi > li:first-child {
    margin-bottom: 7rem;
    text-align: center;
}

#news h1 {
	width: 100%;
    text-align: left;
	position: relative;
}
#news h1 span.fAbc {
    font-size: 3.0rem;
    letter-spacing: 0.03em;
}
#news h1 span.sub {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    margin-top: 1.5rem;
}

#news .news_list {
	margin-top: 4rem;
	margin-bottom: 4rem;
}
#news .news_list > li {
    width: 100%;
    min-height: inherit;
	padding: 2rem 0;
	display: block;
}
#news .news_list > li .layout {
    width: 100%;
	display: block;
}
#news .news_list > li .date {
    white-space: nowrap;
	font-size: 1.2rem;
    letter-spacing: 0.05em;
	line-height: 2;
	margin-right: 0;
	margin-bottom: 0.5rem;
}

#news .news_list > li h2 a {
    font-size: 1.3rem;
    letter-spacing: 0.02em;
}


#news h2.tw_icon {
    text-align: center;
	margin-bottom: 2rem;
}
#news h2.tw_icon img {
    width: 3.3rem;
	height: auto;
}

#news .tw_wrap {
	height: 48rem;
	padding: 2rem;
	border-radius: 1rem;
}
    
    
#news h2.ig_icon {
    text-align: center;
	margin-bottom: 2rem;
}
#news h2.ig_icon img {
    width: 3.3rem;
	height: auto;
}

#news .ig_wrap {
	/*height: 48rem;*/
	padding: 3rem 2rem;
	border-radius: 1rem;
}
    

#news .sns_wrap {
    margin-top: 2.5rem;
}

#news .sns_list > li:not(:last-child) {
    margin-right: 1.5rem;
}
#news .sns_list img {
    width: 6.8rem;
    height: auto;
}

#news .photo_slider {
    width: 100%;
	margin-top: 32rem;
}
#news .photo_slider li.slick-slide {
    position: relative;
	margin-right: 0;
}
#news .photo_slider .img_wrap {
    width: 26rem;
	height: 17.3rem;
}

#news .photo_slider .caption {
	position: absolute;
	bottom: 1.0rem;
	right: 1.5rem;
	font-size: 0.6rem;
	z-index: 2;
}

#news .inner .illust {
	position: absolute;
    bottom: -5rem;
    right: 50%;
    transform: translate(50%, 100%);
	z-index: 2;
	width: 15.5rem;
	height: auto;
}
}