@charset "UTF-8";


/***************************************************

	Works

***************************************************/


/********** archive **********/

.under_page_head{
	background-image: url('../images/works/page_kv.jpg');
}

.webp .under_page_head{
	background-image: url('../images/works/page_kv.webp');
}


.works_cont_wrapp{
	width: 1116px;
	margin: 120px auto 0;
	padding-bottom: 120px;
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

.works_cont_wrapp .side_menu{
	width: 205px;
}

.works_cont_wrapp .side_menu .side_name{
	font-size: 32px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 60px;
}

.works_cont_wrapp .side_menu .side_tax{
	margin-bottom: 60px;
}

.works_cont_wrapp .side_menu .side_tax:last-of-type{
	margin-bottom: 0;
}

.works_cont_wrapp .side_menu .side_tax .title{
	height: 51px;
	line-height: 51px;
	background: var(--bgcolor_g);
	padding: 0 12px;
	border-bottom: 1px solid #000;
	font-size: 26px;
	font-weight: 600;
	position: relative;
	cursor: pointer;
}

.works_cont_wrapp .side_menu .side_tax .title::after{
	content: '';
	display: inline-block;
	width: 20px;
	height: 16px;
	background: url('../images/common/ico_arrow05.png') no-repeat 0 0 / contain;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translate(0, -50%) rotate(180deg);
}

.works_cont_wrapp .side_menu .side_tax .title.active::after{
	transform: translate(0, -50%) rotate(0deg);
}

.works_cont_wrapp .side_menu .side_tax ul{
	padding-top: 45px;
	display: none;
}

.works_cont_wrapp .side_menu .side_tax ul li{
	margin-bottom: 20px;
}

.works_cont_wrapp .side_menu .side_tax ul li:last-child{
	margin-bottom: 0;
}

.works_cont_wrapp .side_menu .side_tax ul li a{
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: var(--text);
	line-height: 1.6;
	padding-left: 30px;
	position: relative;
}

.works_cont_wrapp .side_menu .side_tax ul li a::before{
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	box-sizing: border-box;
	border: 2px solid var(--text);
	border-radius: 50%;
	position: absolute;
	top: 4px;
	left: 0;
}


.works_cont_wrapp .data_cont{
	width: 840px;
}

.works_cont_wrapp .data_cont ul{
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.works_cont_wrapp .data_cont ul li{
	width: 32.1%;
	margin: 0 1.8% 100px 0;
	line-height: 1;
}

.works_cont_wrapp .data_cont ul li:nth-child(3n + 3){
	margin-right: 0;
}

.works_cont_wrapp .data_cont ul li a .image_box{
	width: 100%;
	height: 210px;
	overflow: hidden;
}

.works_cont_wrapp .data_cont ul li a .image_box img{
	transition: all 0.2s linear;
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.works_cont_wrapp .data_cont ul li a:hover .image_box img{
  transform: scale(1.1);
}

.works_cont_wrapp .data_cont ul li .title{
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 20px;
}

.works_cont_wrapp .data_cont ul li .works_content{
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
}

.works_cont_wrapp .data_cont ul li .tax_area{
	margin-top: 24px;
}

.works_cont_wrapp .data_cont ul li .tax_area .tax_item{
	display: inline-block;
	margin: 0 10px 10px 0;
}

.works_cont_wrapp .data_cont ul li .tax_area .tax_item a{
	display: inline-block;
	height: 24px;
	line-height: 24px;
	border-radius: 24px;
	color: #fff;
	background: #ccc;
	font-size: 16px;
	padding: 0 20px;
	border: 1px solid var(--text);
}

.works_cont_wrapp .data_cont ul li .tax_area .tax_item.tax_type_cat a{
	background: var(--text);
}

.works_cont_wrapp .data_cont ul li .tax_area .tax_item.tax_industry_cat a{
	background: #676767;
	border: 1px solid #676767;
}

.works_cont_wrapp .data_cont ul li .tax_area .tax_item.tax_feature_cat a{
	background: #474646;
	border: 1px solid #474646;
}

.works_cont_wrapp .data_cont ul li .tax_area .tax_item.tax_area_cat a{
	background: #fff;
	color: var(--text);
}

.works_cont_wrapp .data_cont .pagination{
	text-align: center;
}

.works_cont_wrapp .data_cont .pagination a,
.works_cont_wrapp .data_cont .pagination span{
	display: inline-block;
	width: 24px;
	font-size: 16px;
	text-align: center;
	margin: 0 10px;
}

.works_cont_wrapp .data_cont .pagination a{
	color: var(--text);
}

.works_cont_wrapp .data_cont .pagination a:hover{
	text-decoration: underline;
}

.works_cont_wrapp .data_cont .pagination a.next,
.works_cont_wrapp .data_cont .pagination a.prev{
	position: relative;
	text-indent: -9999px;
}

.works_cont_wrapp .data_cont .pagination a.next::before,
.works_cont_wrapp .data_cont .pagination a.prev::before{
	content: '';
	display: inline-block;
	width: 11px;
	height: 24px;
	background: url('../images/common/ico_arrow02.png') no-repeat 0 0 /contain;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.works_cont_wrapp .data_cont .pagination a.prev::before{
	transform: translate(-50%, -50%) scale(-1, 1);
}



/********** single **********/

.single_head{
	height: 520px;
	background: var(--color2);
	line-height: 1;
	position: relative;
    z-index: 5;
}

.single_head .single_head_wrapp{
	width: 1440px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.single_head .single_head_wrapp h1 {
    position: absolute;
    top: -28px;
    left: 55px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    z-index: 5;
}

.single_head .single_head_wrapp h1 strong {
    font-size: 160px;
    font-weight: 700;
    font-style: italic;
    color: #fff;
}

.single_head .single_head_wrapp h1 small {
    display: inline-block;
    background: #fff;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0 30px;
    margin-left: 35px;
}

.single_head .single_head_wrapp .image_box{
	width: 1000px;
	height: 720px;
	position: absolute;
	top: 100px;
	right: 0;
	overflow: hidden;
}

.single_head .single_head_wrapp .image_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.head_data_area{
	width: 310px;
	position: absolute;
	bottom: 45px;
    right: 1040px;
}

.head_data_area .works_content,
.head_data_area .title{
	font-size: 26px;
	font-weight: 600;
	line-height: 1.6;
}

.head_data_area .works_content{
	margin-bottom: 30px;
}

.head_data_area .tax_cont .tax_item{
	display: inline-block;
	margin: 0 10px 10px 0;
}

.head_data_area .tax_cont .tax_item a{
	display: inline-block;
	height: 24px;
	line-height: 24px;
	border-radius: 24px;
	color: #fff;
	background: #ccc;
	font-size: 16px;
	padding: 0 20px;
	border: 1px solid var(--text);
}

.head_data_area .tax_cont .tax_item.tax_type_cat a{
	background: var(--text);
}

.head_data_area .tax_cont .tax_item.tax_industry_cat a{
	background: #676767;
	border: 1px solid #676767;
}

.head_data_area .tax_cont .tax_item.tax_feature_cat a{
	background: #474646;
	border: 1px solid #474646;
}

.head_data_area .tax_cont .tax_item.tax_area_cat a{
	background: #fff;
	color: var(--text);
}

.works_header_caption{
	width: 1100px;
	margin: 105px auto 120px;
}

.works_header_caption p{
	width: 240px;
	font-size: 18px;
	line-height: 1.6;
}


.works_single_cont_wrapp{
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 120px;
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.works_single_cont_wrapp .single_side{
	width: 240px;
}

.works_single_cont_wrapp .single_side .side_cont{
    position: sticky;
    top: 120px;
}

.works_single_cont_wrapp .single_side .side_cont .side_title{
	font-size: 26px;
	font-weight: 600;
	line-height: 52px;
	margin-bottom: 15px;
	border-bottom: 1px solid var(--text);
}

.works_single_cont_wrapp .single_side .side_cont ul{
	counter-reset: single_num 0;
}

.works_single_cont_wrapp .single_side .side_cont ul li{
	margin-bottom: 20px;
}

.works_single_cont_wrapp .single_side .side_cont ul li:last-child{
	margin-bottom: 0;
}

.works_single_cont_wrapp .single_side .side_cont ul li a{
	display: block;
	min-height: 36px;
	line-height: 1.3;
	font-size: 18px;
	color: var(--text);
	padding-left: 1.3em;
	position: relative;
}

.works_single_cont_wrapp .single_side .side_cont ul li.current a{
	background: var(--bgcolor_g);
}

.works_single_cont_wrapp .single_side .side_cont ul li a::before{
	counter-increment: single_num 1;
	content: counter(single_num) '.';
	display: inline-block;
	position: absolute;
    top: 0;
    left: 0;
}


.works_single_cont_wrapp .single_cont{
	width: 770px;
}

.works_single_cont_wrapp .single_cont .section_wrapp{
	margin: -100px 0 80px;
	padding-top: 100px;
}

.works_single_cont_wrapp .single_cont .section_wrapp h2{
	height: 60px;
	line-height: 60px;
	background: var(--color2);
	margin-bottom: 16px;
	font-size: 26px;
	font-weight: 600;
	color: #fff;
	padding: 0 20px;
}

.works_single_cont_wrapp .single_cont .section_wrapp .base_ul li{
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
	padding: 30px 0;
	border-bottom: 1px solid var(--text);
}

.works_single_cont_wrapp .single_cont .section_wrapp .base_ul li:first-child{
	border-top: 1px solid var(--text);
}

.works_single_cont_wrapp .single_cont .section_wrapp .base_ul li .item{
	width: 170px;
	padding-left: 26px;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.2em;
}

.works_single_cont_wrapp .single_cont .section_wrapp .base_ul li .item small{
	font-size: 0.8em;
}

.works_single_cont_wrapp .single_cont .section_wrapp .base_ul li .cont{
	width: calc(100% - 170px);
	font-size: 18px;
	line-height: 2.0;
}

.works_single_cont_wrapp .single_cont .section_wrapp .base_ul li .cont .tax_item{
    display: inline-block;
    margin: 0 10px 0 0;
}

.works_single_cont_wrapp .single_cont .section_wrapp .base_ul li .cont .tax_item a{
	display: inline-block;
	height: 24px;
	line-height: 24px;
	border-radius: 24px;
	color: #fff;
	background: #ccc;
	font-size: 16px;
	padding: 0 20px;
	border: 1px solid var(--text);
}

.works_single_cont_wrapp .single_cont .section_wrapp .base_ul li .cont .tax_item.tax_type_cat a{
	background: var(--text);
}

.works_single_cont_wrapp .single_cont .section_wrapp .base_ul li .cont .tax_item.tax_industry_cat a{
	background: #676767;
	border: 1px solid #676767;
}

.works_single_cont_wrapp .single_cont .section_wrapp .base_ul li .cont .tax_item.tax_feature_cat a{
	background: #474646;
	border: 1px solid #474646;
}

.works_single_cont_wrapp .single_cont .section_wrapp .base_ul li .cont .tax_item.tax_area_cat a{
	background: #fff;
	color: var(--text);
}

.photo_gallery{
	margin-top: 98px;
}

.photo_gallery .gallery_cont{
	margin-bottom: 150px;
	position: relative;
	line-height: 1;
}

.photo_gallery .gallery_cont.after::before,
.photo_gallery .gallery_cont.before::before{
	content: 'Before';
	display: inline-block;
	font-style: italic;
	font-weight: 700;
	font-size: 160px;
	color: #F0F0F0;
	font-family: "Roboto", sans-serif;
	line-height: 1;
    position: absolute;
    top: -37px;
    right: 0;
    z-index: -1;
}

.photo_gallery .gallery_cont.after::before{
	content: 'After';
}

.photo_gallery .gallery_cont .subtitle,
.photo_gallery .gallery_cont .title{
	font-size: 26px;
	line-height: 2.0;
}

.photo_gallery .gallery_cont .title{
	font-weight: 600;
}

.photo_gallery .gallery_cont .title small{
	display: inline-block;
	font-weight: 600;
	margin-right: 1em;
}

.photo_gallery .gallery_cont .title{
	font-weight: 600;
}

.photo_gallery .gallery_cont .image_box{
	margin-bottom: 20px;
}

.photo_gallery .gallery_cont .desc{
	font-size: 18px;
	line-height: 1.4;
}

.section_wrapp .cont_wrapp .summary{
	margin-top: 40px;
	padding: 40px;
	border: 1px solid var(--text);
}

.section_wrapp .cont_wrapp .summary p{
	font-size: 18px;
	line-height: 1.6;
}

.single_last_message{
	background: var(--color2);
	line-height: 1;
	padding: 65px 0;
	text-align: center;
}

.single_last_message p{
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	line-height: 2.0;
	letter-spacing: 1px;
}





/********************************************************************************
	リッキド用 CSS
********************************************************************************/

@media(max-width:1440px){


/********** archive **********/

.works_cont_wrapp{
	width: 77.5vw;
	margin: 8.333333vw auto 0;
	padding-bottom: 8.333333vw;
}

.works_cont_wrapp .side_menu{
	width: 14.236111vw;
}

.works_cont_wrapp .side_menu .side_name{
	font-size: 2.222222vw;
	margin-bottom: 4.166667vw;
}

.works_cont_wrapp .side_menu .side_tax{
	margin-bottom: 4.166667vw;
}

.works_cont_wrapp .side_menu .side_tax .title{
	height: 3.541667vw;
	line-height: 3.541667vw;
	padding: 0 0.833333vw;
	font-size: 1.805556vw;
}

.works_cont_wrapp .side_menu .side_tax .title::after{
	width: 1.388889vw;
	height: 1.111111vw;
	right: 0.833333vw;
}

.works_cont_wrapp .side_menu .side_tax ul{
	padding-top: 3.125vw;
}

.works_cont_wrapp .side_menu .side_tax ul li{
	margin-bottom: 1.388889vw;
}

.works_cont_wrapp .side_menu .side_tax ul li a{
	font-size: 1.111111vw;
	padding-left: 2.083333vw;
}

.works_cont_wrapp .side_menu .side_tax ul li a::before{
	width: 1.111111vw;
	height: 1.111111vw;
	border: 0.138889vw solid var(--text);
	top: 0.277778vw;
}


.works_cont_wrapp .data_cont{
	width: 58.333333vw;
}

.works_cont_wrapp .data_cont ul li{
	width: 32.1%;
	margin: 0 1.8% 6.944444vw 0;
}

.works_cont_wrapp .data_cont ul li a .image_box{
	height: 14.583333vw;
}

.works_cont_wrapp .data_cont ul li .title{
	font-size: 1.25vw;
	margin-top: 1.388889vw;
}

.works_cont_wrapp .data_cont ul li .works_content{
	font-size: 1.25vw;
}

.works_cont_wrapp .data_cont ul li .tax_area{
	margin-top: 1.666667vw;
}

.works_cont_wrapp .data_cont ul li .tax_area .tax_item{
	margin: 0 0.694444vw 0.694444vw 0;
}

.works_cont_wrapp .data_cont ul li .tax_area .tax_item a{
	height: 1.666667vw;
	line-height: 1.666667vw;
	border-radius: 1.666667vw;
	font-size: 1.111111vw;
	padding: 0 1.388889vw;
}

.works_cont_wrapp .data_cont .pagination a,
.works_cont_wrapp .data_cont .pagination span{
	width: 1.666667vw;
	font-size: 1.111111vw;
	margin: 0 0.694444vw;
}

.works_cont_wrapp .data_cont .pagination a.next::before,
.works_cont_wrapp .data_cont .pagination a.prev::before{
	width: 0.763889vw;
	height: 1.666667vw;
}



/********** single **********/

.single_head{
	height: 36.111111vw;
}

.single_head .single_head_wrapp{
	width: 100%;
}

.single_head .single_head_wrapp h1 {
    top: -1.944444vw;
    left: 3.819444vw;
}

.single_head .single_head_wrapp h1 strong {
    font-size: 11.111111vw;
}

.single_head .single_head_wrapp h1 small {
    height: 2.5vw;
    line-height: 2.5vw;
    font-size: 1.111111vw;
    padding: 0 2.083333vw;
    margin-left: 2.430556vw;
}

.single_head .single_head_wrapp .image_box{
	width: 69.444444vw;
	height: 50vw;
	top: 6.944444vw;
}

.head_data_area{
	width: 21.527778vw;
	bottom: 3.125vw;
    right: 72.222222vw;
}

.head_data_area .works_content,
.head_data_area .title{
	font-size: 1.805556vw;
}

.head_data_area .works_content{
	margin-bottom: 2.083333vw;
}

.head_data_area .tax_cont .tax_item{
	margin: 0 0.694444vw 0.694444vw 0;
}

.head_data_area .tax_cont .tax_item a{
	height: 1.666667vw;
	line-height: 1.666667vw;
	border-radius: 1.666667vw;
	font-size: 1.111111vw;
	padding: 0 1.388889vw;
}

.works_header_caption p{
	width: 16.666667vw;
	font-size: 1.25vw;
}

.works_header_caption{
    width: 76.38888vw;
    margin: 7.291667vw auto 8.333333vw;
}

.works_header_caption p{
	width: 16.666667vw;
	font-size: 1.25vw;
}

.works_single_cont_wrapp {
    width: 76.388889vw;
    padding-bottom: 8.333333vw;
}

.works_single_cont_wrapp .single_side{
	width: 16.666667vw;
}

.works_single_cont_wrapp .single_side .side_cont{
    top: 8.333333vw;
}

.works_single_cont_wrapp .single_side .side_cont .side_title{
	font-size: 1.805556vw;
	line-height: 3.611111vw;
	margin-bottom: 1.041667vw;
}

.works_single_cont_wrapp .single_side .side_cont ul li{
	margin-bottom: 1.388889vw;
}

.works_single_cont_wrapp .single_side .side_cont ul li a{
	min-height: 2.5vw;
	font-size: 1.25vw;
}

.works_single_cont_wrapp .single_cont{
	width: 53.472222vw;
}

.works_single_cont_wrapp .single_cont .section_wrapp{
	margin: -6.944444vw 0 5.555556vw;
	padding-top: 6.944444vw;
}

.works_single_cont_wrapp .single_cont .section_wrapp h2{
	height: 4.166667vw;
	line-height: 4.166667vw;
	margin-bottom: 1.111111vw;
	font-size: 1.805556vw;
	padding: 0 1.388889vw;
}

.works_single_cont_wrapp .single_cont .section_wrapp .base_ul li{
	padding: 2.083333vw 0;
}

.works_single_cont_wrapp .single_cont .section_wrapp .base_ul li .item{
	width: 11.805556vw;
	padding-left: 1.805556vw;
	font-size: 1.388889vw;
}

.works_single_cont_wrapp .single_cont .section_wrapp .base_ul li .cont{
	width: calc(100% - 11.805556vw);
	font-size: 1.25vw;
}

.works_single_cont_wrapp .single_cont .section_wrapp .base_ul li .cont .tax_item{
    margin: 0 0.694444vw 0 0;
}

.works_single_cont_wrapp .single_cont .section_wrapp .base_ul li .cont .tax_item a{
	height: 1.666667vw;
	line-height: 1.666667vw;
	border-radius: 1.666667vw;
	font-size: 1.111111vw;
	padding: 0 1.388889vw;
}

.photo_gallery{
	margin-top: 6.805556vw;
}

.photo_gallery .gallery_cont{
	margin-bottom: 10.416667vw;
}

.photo_gallery .gallery_cont.after::before,
.photo_gallery .gallery_cont.before::before{
	font-size: 11.111111vw;
    top: -2.569444vw;
}


.photo_gallery .gallery_cont .subtitle,
.photo_gallery .gallery_cont .title{
	font-size: 1.805556vw;
}

.photo_gallery .gallery_cont .image_box{
	margin-bottom: 1.388889vw;
}

.photo_gallery .gallery_cont .desc{
	font-size: 1.25vw;
}

.section_wrapp .cont_wrapp .summary{
	margin-top: 2.777778vw;
	padding: 2.777778vw;
}

.section_wrapp .cont_wrapp .summary p{
	font-size: 1.25vw;
}

.single_last_message{
	padding: 4.513889vw 0;
}

.single_last_message p{
	font-size: 1.25vw;
}





}


/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/

@media(max-width:430px){


/********** archive **********/

.works_cont_wrapp{
	width: auto;
	margin: 10.666667vw 5.333333vw 0;
	padding-bottom: 16vw;
	display: block;
}

.works_cont_wrapp .slidemenu_btn{
	width: 315px;
	height: 16vw;
	line-height: 16vw;
	border-radius: 16vw;
	border: 0.533333vw solid var(--text);
	margin-bottom: 10.666667vw;
	text-align: center;
}

.works_cont_wrapp .slidemenu_btn strong{
	font-size: 4vw;
	font-weight: 600;
}

.works_cont_wrapp .side_menu{
	width: 90.666667vw;
	height: calc(100dvh - 17.066667vw);
	position: fixed;
	top: 17.066667vw;
	left: -90.666667vw;
	background: #fff;
	padding: 9.333333vw 0;
	box-sizing: border-box;
	z-index: 999;
	transition: all 0.2s linear;
}

.works_cont_wrapp .side_menu.active{
	left: 0;
}

.side_menu_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.65);
  z-index: 998;
}
.side_menu.active + .side_menu_overlay {
  display: block;
}

.works_cont_wrapp .side_menu .menu_close2{
	width: 17.333333vw;
	position: absolute;
	top: 5.866667vw;
	right: 8vw;
}

.works_cont_wrapp .side_menu .side_name{
	font-size: 6.133333vw;
	margin: 0 8vw 13.333333vw;
}

.works_cont_wrapp .side_menu .sp_slide_wrapp{
	overflow-y: auto;
	height: calc(100% - 18.666667vw);
	padding: 0 8vw;
}

.works_cont_wrapp .side_menu .side_tax{
	margin-bottom: 12.8vw;
}

.works_cont_wrapp .side_menu .side_tax .title{
	height: 11.466667vw;
	line-height: 11.466667vw;
	padding: 0 3.733333vw;
	font-size: 5.866667vw;
}

.works_cont_wrapp .side_menu .side_tax .title::after{
	width: 3.2vw;
	height: 2.666667vw;
	right: 3.733333vw;
}

.works_cont_wrapp .side_menu .side_tax ul{
	padding-top: 6.133333vw;
}

.works_cont_wrapp .side_menu .side_tax ul li{
	margin-bottom: 6.133333vw;
}

.works_cont_wrapp .side_menu .side_tax ul li a{
	font-size: 4.8vw;
	padding-left: 8.533333vw;
}

.works_cont_wrapp .side_menu .side_tax ul li a::before{
	width: 4.8vw;
	height: 4.8vw;
	border: 0.533333vw solid var(--text);
	top: 1.066667vw;
}


.works_cont_wrapp .data_cont{
	width: auto;
}

.works_cont_wrapp .data_cont ul{
	justify-content: space-between;
}

.works_cont_wrapp .data_cont ul li{
	width: 48%;
	margin: 0 0 10.666667vw 0;
}

.works_cont_wrapp .data_cont ul li a .image_box{
	height: 33.066667vw;
}

.works_cont_wrapp .data_cont ul li a:hover .image_box img{
  transform: scale(1);
}

.works_cont_wrapp .data_cont ul li .title{
	font-size: 3.733333vw;
	margin-top: 3.733333vw;
}

.works_cont_wrapp .data_cont ul li .works_content{
	font-size: 3.733333vw;
}

.works_cont_wrapp .data_cont ul li .tax_area{
	margin-top: 6.4vw;
}

.works_cont_wrapp .data_cont ul li .tax_area .tax_item{
	margin: 0 2.666667vw 2.666667vw 0;
}

.works_cont_wrapp .data_cont ul li .tax_area .tax_item a{
	height: 6.4vw;
	line-height: 6.4vw;
	border-radius: 6.4vw;
	font-size: 3.2vw;
	padding: 0 2.666667vw;
}

.works_cont_wrapp .data_cont .pagination a,
.works_cont_wrapp .data_cont .pagination span{
	width: 5.333333vw;
	font-size: 4.266667vw;
	margin: 0 1.333333vw;
}

.works_cont_wrapp .data_cont .pagination a.next::before,
.works_cont_wrapp .data_cont .pagination a.prev::before{
	width: 2.4vw;
	height: 5.333333vw;
}



/********** single **********/

.single_head{
	height: 69.333333vw;
}

.single_head .single_head_wrapp h1 {
    top: -3.2vw;
    left: 2.666667vw;
}

.single_head .single_head_wrapp h1 strong {
    font-size: 17.333333vw;
}

.single_head .single_head_wrapp h1 small {
	height: 6.933333vw;
	line-height: 6.933333vw;
	font-size: 3.733333vw;
	padding: 0 2.666667vw;
	margin-left: 0.5em;
}

.single_head .single_head_wrapp .image_box{
	width: 84vw;
	height: 60.533333vw;
	top: 56vw;
	left: 0;
	right: 0;
	margin: auto;
}

.head_data_area{
	width: auto;
	bottom: unset;
    right: unset;
    top: 18.666667vw;
    left: 8.666667vw;
}

.head_data_area .works_content,
.head_data_area .title{
	font-size: 5.546667vw;
}

.head_data_area .works_content{
	margin-bottom: 5.333333vw;
}

.head_data_area .tax_cont .tax_item{
	margin: 0 1.6vw 1.6vw 0;
}

.head_data_area .tax_cont .tax_item:last-of-type{
	margin-right: 0;
}

.head_data_area .tax_cont .tax_item a{
	height: 5.066667vw;
	line-height: 5.066667vw;
	border-radius: 5.066667vw;
	font-size: 3.466667vw;
	padding: 0 3.466667vw;
}

.works_header_caption{
    width: auto;
    margin: 53.333333vw 8.666667vw 8.933333vw;
}

.works_header_caption p {
    width: auto;
    font-size: 3.733333vw;
}

.works_single_cont_wrapp {
    width: auto;
    margin: 0 8.666667vw;
    padding-bottom: 16vw;
    display: block;
}

.works_single_cont_wrapp .single_side{
	display: none;
}

.works_single_cont_wrapp .single_cont{
	width: auto;
}

.works_single_cont_wrapp .single_cont .section_wrapp{
	margin: 0 0 10.666667vw;
	padding-top: 0;
}

.works_single_cont_wrapp .single_cont .section_wrapp h2{
	height: 11.2vw;
	line-height: 11.2vw;
	margin-bottom: 4.266667vw;
	font-size: 4.8vw;
	padding: 0 4vw;
}

.works_single_cont_wrapp .single_cont .section_wrapp .base_ul li{
	display: block;
	padding: 5.333333vw 0;
}

.works_single_cont_wrapp .single_cont .section_wrapp .base_ul li .item{
	width: auto;
	font-size: 3.733333vw;
	text-align: left;
	margin-bottom: 1em;
}

.works_single_cont_wrapp .single_cont .section_wrapp .base_ul li .cont{
	width: auto;
	padding-left: 0.5em;
	font-size: 3.733333vw;
}

.works_single_cont_wrapp .single_cont .section_wrapp .base_ul li .cont .tax_item{
    margin: 0 2.666667vw 2.666667vw 0;
}

.works_single_cont_wrapp .single_cont .section_wrapp .base_ul li .cont .tax_item a{
	height: 6.4vw;
	line-height: 6.4vw;
	border-radius: 6.4vw;
	font-size: 3.2vw;
	padding: 0 2.666667vw;
}

.photo_gallery{
	margin-top: 12vw;
}

.photo_gallery .gallery_cont{
	margin-bottom: 16vw;
}

.photo_gallery .gallery_cont.after::before,
.photo_gallery .gallery_cont.before::before{
	font-size: 18.666667vw;
    top: 1.066667vw;
}

.photo_gallery .gallery_cont .subtitle,
.photo_gallery .gallery_cont .title{
	width: auto;
	font-size: 4.8vw;
}

.photo_gallery .gallery_cont .image_box{
	margin-bottom: 4.8vw;
}

.photo_gallery .gallery_cont .desc{
	width: auto;
	font-size: 3.733333vw;
}

.section_wrapp .cont_wrapp .summary{
	margin-top: 8vw;
	padding: 5.333333vw;
}

.section_wrapp .cont_wrapp .summary p{
	font-size: 3.733333vw;
}

.single_last_message{
	padding: 8vw 0;
}

.single_last_message p{
	font-size: 3.733333vw;
}






}

