@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  レイアウトCSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.LAYOUT]
/* [02.CONTACT]
/*
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.LAYOUT]
--------------------------------------------------------------------------*/
#main_top {
    width: 100%;
    display: block;
    padding: 2%;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#mainvisual {
  width: 100%;
  min-height: 840px;
  max-height: 1000px;
  background-attachment:fixed;
}
.main_txt {
	width: 30%;
	height: auto;
	margin: 0 auto;
	padding: 220px 0 90px 0;
}
.main_txt img {
	width: 100%;
	height: auto;
}
#count_time {
	background: #fff;
	width: 100%;
}
#time {
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	width: 1020px;
	padding: 100px 0;
	margin: 0 auto;
	color: #212121;
	font-size: 34px;
	margin: 0 auto;
	text-align: center;
}
#timeText {
	color: #ff8093;
}
.performance {
	background: #f5f5f5;
	padding: 40px 90px 40px 90px;
	margin-bottom: 120px;
}
.performance .t-cnr {
	font-size: 18px;
	font-weight: bold;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.pfm_li {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 25px 110px;
	background: #fff;
	margin-bottom: 20px;
}
.pfm_li li:first-child	{
	border-right: 1px solid #eee;
	padding-right: 5%;
	width: 44%;
}
.pfm_li li:last-child {
	padding-left: 5%;
	width: 45%;
}
.pfm_li li:last-child span {
	font-size: 30px;
	color: #f6afb9;
	font-weight: bold;
}
#point-01 {
	background: #fffc00;
}
#point-01 .point,
#point-02 .point {
	width: 1020px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#point-01 .point div,
#point-02 .point div {
	width: 50%;
}
#point-01 .point div:first-child,
#point-02 .point div:first-child {
	padding: 80px 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #212121;
}
#point-01 .point div p,
#point-02 .point div p {
	width: 164px;
	color: #fff;
	background: #212121;
	margin: 0 auto;
	font-size: 16px;
	border-radius: 100px;
	padding: 10px 24px;
	margin-bottom: 20px;
}
#point-02 {
	background: #212121;
}
.li_3c {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.li_3c li {
	width: 32%;
	margin-right: 2%;
	font-size: 14px;
	text-align: center;
	margin-bottom: 25px;
}
.li_3c li img {
	width: 100%;
	margin-bottom: 15px;
}
.li_3c li:nth-child(3n) {
	margin-right: 0;
}
.big_22 {
	font-size: 22px;
	color: #62acc7;
	font-weight: bold;
	margin-bottom: 20px;
}
.sum-nif {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.sum-nif li {
	width: 50%;
}
.sum-nif li img {
	width: 100%;
}
.cv_box-1 {
	background: url(../images/layouts/bg_cv.png) center/cover no-repeat;
}
.cv_box-1 .box,
.cv_box-4 .box {
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	width: 1020px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cv_box-1 .box div {
	width: 40%;
	color: #fff;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.cv_box-1 .box div {
	padding: 80px 50px 80px 50px;
}
.cv_box-1 .box div a .btn_cnts {
	width: 100%;
    display: inline-block;
    padding: 20px 0;
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    background: #ff8093;
    border-radius: 100px;
    transition: .4s;
    text-align: center;
    background: -moz-linear-gradient(right, #ff8093, #ffb680);
    background: -webkit-linear-gradient(right, #ff8093, #ffb680);
    background: linear-gradient(to right, #ff8093, #ffb680);
    border: 4px solid #fff;
}
.cv_box-1 .box div a .btn_cnts:hover {
  background: #ffdde2;
  color: white;
}
.bg_fff {
	border-radius: 100px;
	background: #fff;
	padding: 10px 20px;
	width: 220px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	color: #212121;
}
.min_ttl {
	font-size: 26px;
	margin-bottom: 15px;
	line-height: 140%;
	font-weight: bold;
}
.cv_box-2 {
	text-align: center;
	padding: 60px 0;
	background: #f5f5f5;
}
.cv_box-2 p {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.cv_box-3 {
	background: #212121;
	color: #fff;
	text-align: center;
	padding: 40px 0;
	font-size: 24px;
	font-weight: bold;
}
.cv_box-3 span {
	color: #ffd800;
}
.cv_box-4 {
	background:#fff;
	padding: 40px 0; 
}
.cv_box-4 .box li {
	width: 50%;
	text-align: center;
	color: #212121;
	font-size: 24px;
	font-weight: normal;
	line-height: 140%;
}
.li_3c_box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 40px;
}
.li_3c_box li {
	width: 100%;
    margin-right: 0;
    background: #fff;
    border: 2px solid #ff8093;
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 20px;
}
.li_3c_box li:nth-child(2) {
	margin-right: 0;
}	
.li_3c_box li .box_1 {
	width: 50%;
    padding-right: 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 50px;
}
.point_icon {
	display: inline-block;
	width: 142px;
	margin-bottom: 15px;
}
.li_3c_box div h6 {
	font-size: 26px;
	font-weight: normal!important;
	color: #ff8093;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 140%;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.li_3c_box li .box_2 {
	width: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 50px;
}
.li_3c_box li .box_2 img {
	width: 100%;
}
.li_3c_box li .box_3 {
	width: 100%;
	padding: 40px 50px;
	background: #fff5f8;
	font-size: 14px;
}
.li_3c_box li .box_3 p {
	background: #ff8093;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 20px;
	margin-bottom: 20px;
	text-align: center;
}
.graf {
	margin-bottom: 60px;
}
.li_2_img {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.li_2_img li {
	width: 500px;
	margin-right: 20px;
	margin-bottom: 40px;
}
.li_2_img li:last-child {
	margin-right: 0;
}
.support_li {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 20px;
}
.support_li li {
	width: 50%;
}
.support_li li img {
	width: 100%;
}
.support_li li:last-child {
	padding: 70px 60px 0 60px;
	border: 1px solid #eee;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 14px;
}
.box_wrap {
	margin-bottom: 60px;
}
.cnt_main_wrap{
	background: url(../images/layouts/content_6_main_bg.png) center/cover no-repeat;
	height: 400px;
}
.li_wt_box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 40px;
}
.li_wt_box li {
	width: 320px;
	border: 1px solid #212121;
	padding: 50px 20px 20px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
	margin-right: 30px;
	margin-bottom: 20px;
}
.li_wt_box li img {
	width: 100%;
}
.li_wt_box li:last-child {
	margin-right: 0;
}
.li_wt_box li a p {
	color: #212121;
	margin-bottom: 20px;
}
.li_wt_box li a .fs_22 {
	font-size: 22px;
	font-weight: bold;
}
.li_wt_box li a .fs_22 span {
	font-size: 32px;
}
.work_li {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.work_li li:nth-child(1) {
	width: 612px;
}
.work_li li:nth-child(2) {
	width: 408px;
}
.work_li li:nth-child(3) {
	width: 408px;
}
.work_li li:nth-child(4) {
	width: 612px;
}
.work_li li img {
	width: 100%;
}
.step_li li {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
}
.step_li li .img_area {
	width: 320px;
	margin-right: 30px;
}
.step_li li .txt_area {
	width: 670px;
}
.step_li li .txt_area .step_num {
	background: #ff8193;
	color: #fff;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	width: 98px;
	text-align: center;
	margin-bottom: 15px;
}
.step_li li .txt_area h6 {
	font-size: 18px;
	margin-bottom: 10px;
}
.step_li li .txt_area .col_999 {
	color: #999;
	font-size: 14px;
}
.cnt_wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cnt_wrap li {
	width: 50%;
	padding: 5%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
	color: #fff;
	font-size: 18px;
}
.cnt_wrap li:first-child {
	background: #62acc7;
}
.cnt_wrap li:last-child {
	background: #212121;
}
.icon {
	width: 160px;
	background: #fff;
	padding: 5px 0;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
	color: #212121;
	font-size: 14px;
	font-weight: bold;
}
.cnt_wrap li .fs_24 {
	font-size: 24px;
	line-height: 140%;
	font-weight: bold;
	margin: 20px 0;
}
.cnt_wrap li .btn_sml {
	border: 2px solid #fff;
	background: none;
	color: #fff;
}
.hope_li {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 40px;
}
.hope_li li {
	width: 49%;
	margin-right: 2%;
	background: #f5f5f5;
	border-radius: 100px;
	padding: 10px 0;
	text-align: center;
	margin-bottom: 10px;
}
.hope_li li:nth-child(2n) {
	margin-right: 0;
}
.shop_info {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 40px;
}
.shop_info li {
	width: 19.2%;
	margin-right: 1%;
	text-align: center;
	margin-bottom: 15px;
}
.shop_info li:nth-child(5n) {
	margin-right: 0;
}
.shop_info li img {
	width: 100%;
	margin-bottom: 10px;
}
.fs_34 {
    font-size: 34px;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    line-height: 140%;
    text-align: center;
    margin-bottom: 60px;
    padding-top: 30px;
}
.fs_24 {
    font-size: 24px;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    line-height: 140%;
    text-align: center;
    margin-bottom: 40px;
}
.can_img {
	width: 570px;
	margin: 0 auto;
}
.can_img_02 {
	width: 850px;
	margin: 0 auto;
}
.can_img img {
	width: 100%;
	margin-bottom: 80px;
}
.can_img_02 img {
	width: 100%;
}
.bg_cnts_can {
	background: url(../images/layouts/bg_campaign_img.png) center/cover no-repeat;
}
.bg_cnts_can,
.bg_cnts_can .eng,
.bg_cnts_can h3,
.bg_cnts_can h4  {
	color: #fff;
}
.bg_cnts {
	background: url(../images/layouts/bg_conts_img.png) center/cover no-repeat;
}
.bg_cnts,
.bg_cnts .eng,
.bg_cnts h3,
.bg_cnts h4 {
	color: #212121;
}
.li_2c {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 40px;
}
.li_2c li {
	width: 48%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-right: 4%;
}
.li_2c div {
	margin-bottom: 40px;
}
.li_2c div p {
	font-size: 18px;
	color: #ff8193;
	text-align: left;
	margin-bottom: 10px;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.li_2c li:last-child {
	margin-right: 0;
}
.li_2c li img {
	width: 100%;
	height: auto;
}
.bg_f5_box {
	background: #f5f5f5;
}
.li_4c {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 40px;
}
.li_4c li {
	width: 23.5%;
	margin-right: 2%;
	font-size: 14px;
}
.li_4c li img {
	width: 100%;
	margin-bottom: 15px;
}
.li_4c li h6 {
	font-size: 14px;
	margin-bottom: 10px;
	text-align: center;
}
.li_4c li:last-child {
	margin-right: 0;
}
.li_2_work {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 40px;
}
.li_2_work li {
	width: 49%;
	margin-right: 2%;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}
.li_2_work li:nth-of-type(2n) {
	margin-right: 0;
}
.li_2_work li img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.bg_cnts_campaign {
	background: url(../images/layouts/bg_campaign.png) center/cover no-repeat;
	color: #fff;
}
.explanation {
    border: 4px solid #ff8093;
    background: #fff;
    padding: 60px 70px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 40px;
}
.pink_circle {
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	width: 120px;
    color: #fff;
    background: #ff8093;
    margin: 0 auto;
    font-size: 16px;
    border-radius: 100px;
    padding: 10px 24px;
    margin-bottom: 20px;
    text-align: center;
}
.case {
	font-family: 'DM Serif Display', serif;
	font-size: 40px;
	margin-bottom: 30px;
	text-align: center;
	line-height: 100%;
}
.flickity-enabled.is-draggable {
	margin-bottom: 80px;
}
.jirei_txt {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 60px;
}
.jirei_txt .txt_area {
	width: 66%;
	margin-right: 4%;
}
.jirei_txt .txt_area h5 {
	text-align: left;
}
.jirei_txt .details_area {
	width: 30%;
}
.jirei_txt .details_area .bef_aft img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.details_txt li {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-bottom: 1px dotted #eee;
	width: 100%;
	padding-bottom: 16px;
	margin-bottom: 16px;
}
.details_txt li:first-child	{
	border-top: 1px dotted #eee;
	padding-top: 16px;
}	
.details_txt li div {
	width: 30%;
	font-weight: bold;
}
.details_txt li div:last-child {
	width: 70%;
	font-weight: normal;
}
.cost {
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 16px;
	line-height: 240%;
}
.cost span {
	font-size: 54px;
	color: #ff8093;
}
.arrow {
	color: #ff8193;
}
.step_arrow {
	display: none;	
}
.js-flickity .flickity-viewport .flickity-slider .gallery-cell img {
	width: 1020px;
	height: 678px;
}
/* [00.MEDIA QUERIES]
--------------------------------------------------------------------------*/
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
@media (max-width: 1000px) {
	header,
	header div,
	.fixed {
		height: 60px;
		padding: 0;
	}
	.re_height {
		margin-top: 60px;
	}
	h1 {
		display: none;
	}
	#logo {
		width: 44%;
		height: 30px;
		top: 20px;
		left: 20px;
	}
	.contact_btn {
    	width: 128px;
		height: 40px;
		right: 20px;
		top: 10px;
		padding: 9px 0;
		font-size: 12px;
	}
	#copyright_wrap {
		width: 100%;
	}
	#copyright_wrap .f_logo {
		margin-bottom: 10px;
		margin-right: 0;
	}
	#main_top {
    	width: 100%;
		display: block;
		padding: 0;
	}
	#mainvisual {
		width: 100%;
		min-height: 480px;
		max-height: 60vh;
	}
	.main_txt {
		width: 80%;
		padding-top: 25%;
	}
	#time {
		width: 100%;
		padding: 40px 20px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		line-height: 140%;
	}
	.pkg {
		padding: 80px 20px;
	}
	.pkg_120 {
		padding: 80px 20px;
	}
	.li_3c li {
		width: 100%;
		margin-right:0;
		margin-bottom: 30px;
	}
	.cv_box-1 .box,
	.cv_box-4 .box {
		width: 100%;
	}
	.cv_box-1 .box li {
		width: 100%;
	}
	.cv_box-1 .box li div {
    	padding: 60px 20px 60px 20px;
	}
	.cv_box-1 .box li img {
		width: 100%;
	}
	.cv_box-2 {
		padding: 60px 20px;
	}
	.cv_box-2 p {
		line-height: 140%;
	}
	.btn_cnts {
		width: 100%;
		font-size: 20px;
	}
	.cv_box-3 {
		padding: 40px 20px;
		line-height: 140%;
	}
	.cv_box-4 .box li {
		width: 100%;
		margin-bottom: 20px;
	}
	.li_3c_box li {
		width: 100%;
		margin-right: 0;
		padding: 40px;
	}
	.li_3c_box li:nth-child(3) .box_1 {
		width: 100%;
		padding-right: 0;
	}
	.li_3c_box li:nth-child(3) .bg_f5_box {
		width: 100%;
	}
	.graf {
		overflow: hidden;
		overflow-x: scroll;
	}
	.li_2_img li {
		width: 100%;
		margin-right: 0;
	}
	.li_2_img li img {
		width: 100%;
	}
	.step_li {
		display: flex;
		overflow: hidden;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}
	.step_li li {
		width: 240px;
		margin-right: 20px;
		border-bottom: none;
		flex-direction:column;
		margin-bottom: 0;
	}
	.step_li li .img_area {
		width: 240px;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.step_li li .img_area img {
		width: 100%;
		height: auto;
	}
	.step_li li .txt_area {
		width: 240px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.hope_li li {
		width: 100%;
		border-radius: 0;
		margin-right: 0;
		padding:10px;
	}
	.shop_info li {
		width: 48%;
		margin-right: 4%;
	}
	.shop_info li:nth-child(2n) {
		margin-right: 0;
	}
	.shop_info li:nth-child(5) {
    	margin-right: 4%;
	}
	.can_img {
		width: 80%;
	}
	.pkg_20 {
		padding: 20px 20px 100px 20px;
	}
	.li_2c li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.li_4c {
		margin-bottom: 0;
	}
	.li_4c li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.li_4c li:last-child {
		margin-bottom: 0;
	}
	.li_3c li:last-child {
		margin-bottom: 0;
	}
	.li_2_work li {
		width: 100%;
		margin-right: 0;
	}
	.li_2_work,
	.li_2_work li:last-child {
		margin-bottom: 0;
	}
	.can_img_02,
	.can_img_02 img {
		width: 100%;
	}
	.li_3c_box li .box_1 {
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}
	.li_3c_box li .box_2 {
		width: 100%;
		margin-bottom: 20px;
	}
	.li_3c_box li .box_3 {
		padding: 30px;
	}
	.li_3c_box li .box_3 p {
		text-align: left;
	}
	.cv_box-1 .box div {
		width: 100%;
		padding: 60px 30px 360px 30px;
	}
	.cv_box-1 .box div a .btn_cnts {
		font-size: 18px;
	}
	.explanation {
		padding: 40px;
	}
	.sum-nif li {
		width: 100%;
	}
	.spc_80 img,
	.spc_40 img  {
		width: 100%;
	}
	.js-flickity {
		width: 280px;
		height: 187px;
		margin: 0 auto;
	}
	.js-flickity .flickity-viewport .flickity-slider .gallery-cell {
		width: 280px;
		height: 187px;
	}
	.js-flickity .flickity-viewport .flickity-slider .gallery-cell img {
		width: 100%;
		height: auto;
	}
	.jirei_txt .txt_area {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.jirei_txt .details_area {
		width: 100%;
	}
	.step_arrow {
		display: block;
		text-align: center;
		font-size: 16px;
		color: #ff8193;
		padding-top: 10px;
	}
	.cv_box-1 {
    background: url(../images/layouts/bg_cv_sp.png) center/cover no-repeat;
	}
}

/* [横向き対応]
--------------------------------------------------------------------------*/
@media screen and (orientation:landscape) and (max-width:820px) {
  #main_top .main {
		height: 100vh;
	}
	.main_txt {
    	padding: 15% 0 0 0;
		width: 40%;
	}  
}
@media screen and (-webkit-min-device-pixel-ratio:2) and (min-width:760px) and ( max-width:840px){
   #main_top .main {
		height: 100vh;
	}
	.main_txt {
    	padding: 15% 0 0 0;
		width: 40%;
	}
}
/* [00.PRINT]
--------------------------------------------------------------------------*/
/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {
	}
@media print {
	header,
	footer,
	#mainvisual,
	#concept,
	#news {
		display: none;
	}
}