@charset "UTF-8";

/*----------------------------------------------------pc*/
@media (min-width : 769px ){
#top {
    position: relative;
    margin-top: 60px;
}
#top .top_photo {
    width: 100%;
    position: relative;
    height: 56vw;
    max-height: 600px;
}
#top .top_photo img {
    width: 70%;
    position: absolute;
    height: 100%;
	object-position: 90% 90%;
}
#top .top_photo .dj {
    position: absolute;
    top: 36%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: rotate(-6deg);
    right: 0%;
    font-size: 3.2em;
}
#top .top_photo .jp {
    position: absolute;
    bottom: 32%;
    right: 0%;
    font-weight: bold;
    font-size: 1.3em;
}
#top .top_exp {
    width: 100%;
    text-align: center;
    position: relative;
}
#top .top_exp .dj {
    position: absolute;
    right: 22%;
    top: 54px;
    z-index: -1;
    transform: rotate(-12deg);
    font-size: 1.3em;
}
#top .top_exp .ttl {
    font-size: 1.6em;
    padding: 30px 0;
    font-weight: bold;
}
#top .top_exp .cnt {
    line-height: 26px;
}
#top .image01 {
    position: absolute;
    bottom: 30px;
    width: 25%;
    left: -8%;
}
#top .image02 {
    position: absolute;
    bottom: -20px;
    width: 23%;
    right: -7%;
}
#photo_banner {
    padding-top: 36px;
}
#photo_banner .box {
    width: 48%;
    float: left;
    margin-right: 4%;
    position: relative;
    text-align: center;
}
#photo_banner .box:last-child {
    margin-right: 0%;
}
#photo_banner .box img {
    width: 100%;
}
/*
#photo_banner .box:last-child img {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}*/
#photo_banner .box img:hover {
    opacity: 0.8;
}
#photo_banner .box .dj {
    position: absolute;
    left: 40%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transform: rotate(-12deg);
    top: -26px;
    font-size: 3em;
}
/*
#photo_banner .box:last-child .dj {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}*/
#photo_banner .box .ttl {
    font-size: 1.4em;
    padding: 12px 0;
    font-weight: bold;
}
#photo_banner .box .cnt {
    line-height: 20px;
}
#Quarantine {
    position: relative;
}
#Quarantine .title {
    position: relative;
    height: 62px;
    margin: 0 auto;
    width: 300px;
    text-align: center;
}
#Quarantine .title img {
    width: 92px;
    position: absolute;
    left: 0%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
    z-index: -1;
}
#Quarantine .title .ms {
    width: 100%;
    display: block;
    font-size: 2.4em;
}
#Quarantine .title .jp {
    display: block;
    width: 100%;
    margin-top: 8px;
}
#Quarantine .cnt_box {
    width: 100%;
}
#Quarantine .cnt_box .step_box {
    width: 100%;
    padding: 60px 0;
    position: relative;
    line-height: 20px;
}
#Quarantine .cnt_box .step_box .step_parts_box_l  {
    width: 60%;
}
#Quarantine .cnt_box .step_box .step_parts_box_r  {
    width: 60%;
    margin-left: 40%;
}
#Quarantine .cnt_box .step_box .step_parts {
    width: 100%;
    margin-top: 10px;
}
#Quarantine .cnt_box .step_box .step_parts .ttl {
    padding: 12px 0;
    font-weight: bold;
}
#Quarantine .cnt_box .step_box .step_parts .ttl .no {
    font-size: 2em;
    margin-right: 8px;
}
#Quarantine .cnt_box .step_box .step_parts .ttl .jp {
}
#Quarantine .cnt_box .step_box .step_parts .cnt {
}
#Quarantine .cnt_box .step_box .pho_r {
    width: 30%;
    position: absolute;
    right: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 90%;
	object-position: 90% 50%;
}
#Quarantine .cnt_box .step_box .pho_l {
    width: 30%;
    position: absolute;
    left: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 90%;
}
#Quarantine .image01 {
    position: absolute;
    top: -80px;
    right: -6%;
    width: 20%;
}

}
/*----------------------------------------------------sp*/
@media (max-width : 768px ){
#top {
	position: relative;
	margin-top: 60px;
	padding-bottom: 90px;
}
#top .top_photo {
	width: 100%;
	position: relative;
	height: 56vw;
	margin-bottom: 58px;
}
#top .top_photo img {
	width: 100%;
	position: absolute;
	object-position: 90% 90%;
	height: 100%;
}
#top .top_photo .dj {
	position: absolute;
	left: 0%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	transform: rotate(-6deg);
	font-size: calc(1.3em + 2vw);
	bottom: -15px;
	width: 100%;
	text-align: center;
}
#top .top_photo .jp {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-weight: bold;
	font-size: 0.9em;
	text-align: center;
	width: 100%;
	bottom: -39px;
}
#top .top_exp {
	width: 100%;
	text-align: center;
	position: relative;
	margin-top: 92px;
}
#top .top_exp .dj {
	position: absolute;
	left: 64%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 54px;
	z-index: -1;
	transform: rotate(-12deg);
	font-size: 1.3em;
}
#top .top_exp .ttl {
	font-size: 1.2em;
	padding: 30px 0;
	font-weight: bold;
}
#top .top_exp .cnt {
	line-height: 24px;
	text-align: left;
	margin: 0 auto;
	max-width: 400px;
}
#top .image01 {
	position: absolute;
	width: 32%;
	top: 41%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -8%;
}
#top .image02 {
	position: absolute;
	bottom: 0px;
	width: 33%;
	right: 0%;
	max-width: 122px;
}
#photo_banner {
}
#photo_banner .box {
	width: 100%;
	position: relative;
	text-align: center;
	margin: 0 auto 76px;
	max-width: 500px;
}
#photo_banner .box img {
    width: 100%;
}
#photo_banner .box img:hover {
    opacity: 0.8;
}
#photo_banner .box .dj {
    position: absolute;
    left: 40%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transform: rotate(-12deg);
    top: -26px;
    font-size: 3em;
}
#photo_banner .box .ttl {
    font-size: 1.4em;
    padding: 12px 0;
    font-weight: bold;
}
#photo_banner .box .cnt {
    line-height: 20px;
}
#Quarantine {
    position: relative;
}
#Quarantine .title {
    position: relative;
    height: 62px;
    margin: 0 auto;
    width: 300px;
    text-align: center;
}
#Quarantine .title img {
	width: 64px;
	position: absolute;
	left: 6%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
}
#Quarantine .title .ms {
    width: 100%;
    display: block;
    font-size: 2.4em;
}
#Quarantine .title .jp {
    display: block;
    width: 100%;
    margin-top: 8px;
}
#Quarantine .cnt_box {
    width: 100%;
}
#Quarantine .cnt_box .step_box {
	width: 100%;
	position: relative;
	margin: 20px 0;
	line-height: 20px;
}
#Quarantine .cnt_box .step_box .step_parts_box_l,
#Quarantine .cnt_box .step_box .step_parts_box_r {
	width: 100%;
}
#Quarantine .cnt_box .step_box .step_parts {
    width: 100%;
    margin-top: 10px;
}
#Quarantine .cnt_box .step_box .step_parts .ttl {
    padding: 12px 0;
    font-weight: bold;
}
#Quarantine .cnt_box .step_box .step_parts .ttl .no {
    font-size: 2em;
    margin-right: 8px;
}
#Quarantine .cnt_box .step_box .step_parts .ttl .jp {
}
#Quarantine .cnt_box .step_box .step_parts .cnt {
}
#Quarantine .cnt_box .step_box .pho_r,
#Quarantine .cnt_box .step_box .pho_l {
	width: 100%;
	object-position: 90% 50%;
	margin: 20px auto;
	max-width: 400px;
	display: block;
}
#Quarantine .image01 {
	position: absolute;
	top: -80px;
	right: -4%;
	width: 28%;
}
}
