
@keyframes fadeMask {
 0% {
 mask-position: 150% 0%;
}
 to {
 mask-position: 0% 0%;
}
}
.fadeMask {
	-webkit-animation-name: fadeMask;
	animation-name: fadeMask;
}

.mask {
	opacity: 0;
}

main {
	opacity: 0;
}

body.bodyVisible main {
	opacity: 1;
}

.header-box h1 {
	position: fixed;
}

.mask {
    opacity: 0;
    pointer-events: auto;
    transition: opacity 0.5s ease;
}
body.bodyVisible .mask {
    opacity: 1;
    pointer-events: none;
}


 @keyframes fadeOutUp {
 0% {
    opacity: 1;
    text-shadow: 0px 0px 0rem #dedbd7;
}
     5% {
         text-shadow: 0px 0px .5rem #dedbd7;
     }   
 10% {
    opacity: 1;
    text-shadow: 0px 0px .5rem #dedbd7;
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
}
     60% {
        opacity: 1;
        text-shadow: 0px 0px .5rem #dedbd7; 
     }
 100% {
 -webkit-transform: translate3d(0, 0%, 0);
 opacity: 0;
 transform: translate3d(0, 0%, 0);
}
}
.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}
body > * {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
body.bodyVisible > * {
    opacity: 1;
    visibility: visible;
}
body #open {

}
#open {
	width: 100%;
	position: fixed;
	height: 100%;
	overflow: hidden;

	opacity: 1;
	visibility: visible;
	min-height: 100vh;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 123;

	
}
body.intro #open {
    pointer-events: visible;
    opacity: 1;
    visibility: visible;
}


body.bodyVisible #open {
   pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: 2s;
}

#open .mask {
	height: 100vh;
	background: url("../img/index/opening.jpg") no-repeat center;
	background-size: cover;
}


#open .open__wrap {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	max-width: 500px;
	margin: 0 auto;
}
#open .ttl {
	overflow: hidden;
	color: #fff;
	font-size: 32px;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: center;
	opacity: 0;
}
#open .skip {
	display: none;
}
@media screen and (max-width: 767px) {
	
#open .mask {
	background: url("../img/index/opening_sp.jpg") no-repeat center;
	background-size: cover;
}
	
	
#open .open__wrap {
width: 100%;
	top: 55%;
}
#open .ttl {
	font-size: 23px;
	letter-spacing: 0.02em;
} 
	
	#open .skip {
        width: 20vw;
        display: block;
        margin: 6vw 5vw 0 auto;
        max-width: 65px;
	}	
	
}

#open .ttl .text-jp {
	overflow: hidden;
	display: inline-block;
   text-shadow: 0px 0px 0rem #dedbd7;
    transition: text-shadow 0.5s ease; 
}
#open .ttl .slip {
	display: inline-block;/*   opacity: 0;
     animation-fill-mode: forwards;*/ }
header {
	margin-bottom: -2px;
}
#head-key {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding-top: 1200px;
}
#head-key #key {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.key__scroll .photo {
	margin-bottom: -1px;
	position: relative;
}

.key__scroll .photo .ob-img {
	height: 600px;


}
.key__scroll .ob-img img {
	object-position: 50% 50%;
}
.key__scroll .photo span {
    display: block;
    max-width: 154px;
    width: 110px;
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.key__scroll .photo:nth-child(2) span {
	top: 27px;
}
.key__scroll {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
}


.key-catch {
	position: fixed;
	top: 25vh;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	width: 29vw;
	transition: all .5s ease;
}

@media screen and (min-width: 768px) {
	#head-key {
		padding-top: 200vh;
	}
	.key__scroll .photo .ob-img {
		height: 100vh;
	}
	.key-catch {
		top: 281px;
		width: 154px;
	}

	.key__scroll .photo span {
	width: 154px;
	top: 90px;
	left: 50%;
	}
	.key__scroll .photo:nth-child(2) span {
	top: 66px;
	}
	
	
}
.key-catch .key-catch01, .key-catch .key-catch02 {
	opacity: 0;
	transition: all .4s ease;
	position: absolute;
	top: 0;
	left: 0;
}
.key-catch .key-catch01 {
	opacity: 1;
}
.header-box .header-info, .header-box .logo {
	position: fixed;
}
.scrolled .key-catch .key-catch01 {
	opacity: 0;
}
.scrolled .key-catch .key-catch02 {
	opacity: 1;
}
.text-letter span {
	display: inline-block;
	overflow: hidden;
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%);
	opacity: 0;
	-webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
	transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1);
	line-height: 1;
}
.ttl-animation .active .text-letter span {
	-webkit-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	opacity: 1;
}
.ttl-animation .active .text-letter span:nth-child(1) {
	transition-delay: 0.13s;
}
.ttl-animation .active .text-letter span:nth-child(2) {
	transition-delay: 0.16s;
}
.ttl-animation .active .text-letter span:nth-child(3) {
	transition-delay: 0.19s;
}
.ttl-animation .active .text-letter span:nth-child(4) {
	transition-delay: 0.22s;
}
.ttl-animation .active .text-letter span:nth-child(5) {
	transition-delay: 0.25s;
}
.ttl-animation .active .text-letter span:nth-child(6) {
	transition-delay: 0.28s;
}
.ttl-animation .active .text-letter span:nth-child(7) {
	transition-delay: 0.31s;
}
.ttl-animation .active .text-letter span:nth-child(8) {
	transition-delay: 0.34s;
}
.ttl-animation .active .text-letter span:nth-child(9) {
	transition-delay: 0.37s;
}
.ttl-animation .active .text-letter span:nth-child(10) {
	transition-delay: 0.4s;
}
.ttl-animation .active .text-letter span:nth-child(11) {
	transition-delay: 0.43s;
}
.ttl-animation .active .text-letter span:nth-child(12) {
	transition-delay: 0.46s;
}
.ttl-animation .active .text-letter span:nth-child(13) {
	transition-delay: 0.49s;
}
.ttl-animation .active .text-letter span:nth-child(14) {
	transition-delay: 0.52s;
}
.ttl-animation .active .text-letter span:nth-child(15) {
	transition-delay: 0.55s;
}
.ttl-animation .active .text-letter span:nth-child(16) {
	transition-delay: 0.4s;
}
.ttl-animation .active .text-letter span:nth-child(17) {
	transition-delay: 0.58s;
}
.ttl-animation .active .text-letter span:nth-child(18) {
	transition-delay: 0.61s;
}
.ttl-animation .active .text-letter span:nth-child(19) {
	transition-delay: 0.64s;
}
.ttl-animation .active .text-letter span:nth-child(20) {
	transition-delay: 0.67s;
}
#sec1 {
	position: relative;
	z-index: 2;
}
#sec1 .box__sticky {
	position: absolute;
/*	top: 13vw;*/
	top: 100px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 3;
	color: #fff;
}
#sec1 .box__sticky.fixed-sticky {
	position: fixed;
/*	top: 100px;*/
}
#sec1 .box__sticky.absolute-sticky {
	position: absolute;
	top: auto;
	bottom: 150px;
}
#sec1 .box__sticky ul {
	margin-bottom: 0;
	position: relative;
}
#sec1 .box__sticky ul::after {
	content: "";
	background: url(../img/index/sec1_deco.png) no-repeat center;
	width: 70vw;
	height: 38vw;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	position: absolute;
	top: 9vw;
	left: 50%;
	transform: translateX(-50%);
}
#sec1 .box__sticky ul li {
	z-index: 3;
	font-size: 7.73vw;
	font-family: 'Noto Serif JP';
	font-style: normal;
	font-weight: 700;
	position: absolute;
	right: 0;
	bottom: auto;
	top: 0;
	width: 100%;
}
#sec1 .box__sticky ul li p {
	overflow: hidden;
	line-height: 1.3;
	letter-spacing: 0.05em;
}
#sec1 .box__sticky ul li .num, #sec1 .box__sticky ul li .title {
	font-size: 10.27vw;
}
#sec1 .box__sticky ul li .num {
	position: relative;
	top: 6px;
}
#sec1 .box__sticky ul li .title {
	display: block;
	line-height: 1;
	padding-top: 5vw;
	letter-spacing: 0.1em;
}
#sec1 .box__sticky ul li small {
	font-size: 16px;
	line-height: 25px;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	display: inline-block;
	text-align: center;
	top: 32vw;
	position: absolute;
	right: 0;
}
#sec1 .box__sticky .text {
	padding-top: 40vw;
	position: relative;
	z-index: 4;
	text-shadow: 0px 7px 18px rgba(0,0,0,1);
	text-align: left;
	padding-left: 6%;
	padding-right: 6%;
}
#sec1 .set3, #sec1 .set2, #sec1 .set1 {
	height: 100vh;
	position: relative;
}
#sec1 .photo {
	position: absolute;
	z-index: 2;
	display: none;
}
#sec1 .photo-1 {
	top: 176px;
	right: 27px;
	width: 398px;
	height: 409px;
}
#sec1 .photo-2 {
	bottom: -107px;
	left: 0px;
	width: 327px;
	height: 409px;
}
#sec1 .photo-3 {
	top: 96px;
	right: 43px;
	width: 346px;
	height: 419px;
}
#sec1 .photo-4 {
	left: 34px;
	width: 385px;
	height: 371px;
	bottom: -107px;
}
#sec1 .photo-5 {
	top: 176px;
	right: 15px;
	width: 385px;
	height: 371px;
}
#sec1 .bg {
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 768px) {
#sec1 {
	margin-bottom: 0;
}
#sec1 .box__sticky {
	top: 233px;
	left: 0;
	right: 0;
/*	transition: all .4s ease;*/
}
#sec1 .box__sticky.fixed-sticky {
	top: 100px;
}
#sec1 .box__sticky.absolute-sticky {
	top: auto;
	bottom: 150px;
}
#sec1 .box__sticky ul {
	margin-bottom: 30px;
}
#sec1 .box__sticky ul::after {
	width: 415px;
	height: 155px;
	top: 85px;
	left: 51%;
	transform: translateX(-50%);
}
#sec1 .box__sticky ul li {
	font-size: 42px;
	position: absolute;
	right: 0;
	bottom: auto;
	top: 0;
	width: 100%;
}
#sec1 .box__sticky ul li p {
	letter-spacing: 0.05em;
	line-height: 1;
}
#sec1 .box__sticky ul li .num, #sec1 .box__sticky ul li .title {
	font-size: 62px;
}
#sec1 .box__sticky ul li .num {
	top: 12px;
}
#sec1 .box__sticky ul li .title {
	padding-top: 36px;
}
#sec1 .box__sticky ul li small {
	font-size: 16px;
	line-height: 25px;
	margin-right: -137px;
	top: 2px;
	width: 200px;
	position: relative;
	text-align: left;
}
#sec1 .box__sticky .text {
	padding-top: 185px;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}
#sec1 .set3, #sec1 .set2, #sec1 .set1 {
	height: 900px;
}
#sec1 .photo {
	position: absolute;
	display: block;
}


#sec1 .bg {
	width: 100%;
	height: 100%;
}
}
.bg-para {
	position: relative;
	z-index: 2;
}
.bg-para .bg-parallax {
	min-height: 400px;
}

@media screen and (min-width: 768px) {
.bg-para .bg-parallax {
	min-height: 799px;
}
}
#sec3 {
	position: relative;
	z-index: 2;
}
#sec3 .photo {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#sec3 .sec3__scroll {
	position: relative;
	z-index: 3;
}
#sec3 .set1 {
	position: relative;
	background: url(../img/index/sec3_img01.jpg) no-repeat center;
	background-size: cover;
	z-index: 2;
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
#sec3 .set1 .title {
	position: absolute;
	top: 26vh;
	left: 51%;
	transform: translateX(-50%);
	width: 154px;
	color: #fff;
}
#sec3 .set1 .title h2 {
	height: 620px;
	font-size: 14.40vw;
	line-height: 1;
	letter-spacing: 8px;
	text-shadow: 0px 0px 13.6px rgba(0, 0, 0, 0.68);
}
#sec3 .set1 .title .title__sub {
	position: absolute;
	top: -1vw;
	left: 20vw;
	width: 15vw;
}
#sec3 .set1 .title .title__sub::after, #sec3 .set1 .title .title__sub::before {
	content: "";
	width: 2px;
	height: 59vw;
	background: #fff;
	box-shadow: 0px 0px 13.6px 2.4px rgba(0, 0, 0, 0.68);
	position: absolute;
	top: 0;
	left: 1px;
}
#sec3 .set1 .title .title__sub::after {
	left: auto;
	right: 2px;
}
#sec3 .set1 .title .title__sub p {
	width: 15vw;
	height: 87vw;
	line-height: 15vw;
	font-size: 6.73vw;
	text-shadow: 0px 0px 13.6px rgba(0, 0, 0, 0.68);
	letter-spacing: 1px;
}
#sec3 .set2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}
#sec3 .set2 .box {
	position: relative;
	color: #fff;
	z-index: 2;
	transition: opacity 1s ease;
	opacity: 0;
	padding-left: 6vw;
	padding-right: 6vw;
}
#sec3 .set2 .box h2 {
	font-size: 6.4vw;
	line-height: 2;
	margin-bottom: 6vw;
	letter-spacing: 0.1em;
	text-align: center;
}
#sec3 .set2 .box h2 span {
	font-size: 7.73vw;
}
#sec3 .set2 .box .text {
	line-height: 2;
	margin-bottom: 10vw;
}
#sec3 .set2 .box .bnr__shared {
	margin-left: auto;
	margin-right: auto;
	width: auto;
}
#sec3 .set2 .box.active__on {
	opacity: 1;
}
#sec3 .overlay {
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	position: absolute;
	top: 0;
	right: 0px;
	left: 0px;
	width: auto;
	opacity: 0;
}

@media screen and (min-width: 768px) {
#sec3 {
	margin-bottom: 0;
}
#sec3 .photo {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#sec3 .sec3__scroll {
	margin-bottom: 0;
}
#sec3 .set1 {
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
#sec3 .set1 .title {
        position: absolute;
        top: 55%;
        left: 51%;
        transform: translate(-50%, -50%);
        width: 154px;
}
#sec3 .set1 .title h2 {
	height: 620px;
	font-size: 100px;
	letter-spacing: 8px;
}
#sec3 .set1 .title .title__sub {
	position: absolute;
	top: 0px;
	left: 131px;
	width: 78px;
}
#sec3 .set1 .title .title__sub::after, #sec3 .set1 .title .title__sub::before {
	width: 2px;
	height: 370px;
	top: -10px;
	left: 1px;
}
#sec3 .set1 .title .title__sub::after {
	left: auto;
	right: 2px;
}
#sec3 .set1 .title .title__sub p {
	width: 72px;
	height: 440px;
	line-height: 72px;
	font-size: 42px;
}
#sec3 .set2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
#sec3 .set2 .box {
	text-align: center;
}
#sec3 .set2 .box h2 {
	font-size: 32px;
	margin-bottom: 59px;
	letter-spacing: 0.1em;
}
#sec3 .set2 .box h2 span {
	font-size: 42px;
}
#sec3 .set2 .box .text {
	line-height: 35px;
	margin-bottom: 69px;
}
#sec3 .set2 .box .bnr__shared {
	margin-left: auto;
	margin-right: auto;
	width: 395px;
}
}
#sec2 {
	overflow: hidden;
	position: relative;
	z-index: 2;
	background: url("../img/shared/bg.jpg");
}
#sec2::after {
	content: "";
	background: url("../img/index/sec2_deco05_sp.png") no-repeat bottom center;
	background-size: cover;
	bottom: 0;
	height: 50vw;
	position: absolute;
	left: 0;
	right: 0;
}
#sec2 .box {
	position: relative;
	z-index: 1;
	padding-left: 5vw;
	padding-bottom: 10vw;
}
#sec2 .box::before {
	content: "";
	background: #e7d0ac;
	opacity: .5;
	position: absolute;
	z-index: -1;
}
#sec2 .box dl {
	position: relative;
	z-index: 2;
	letter-spacing: 0.1em;
}
#sec2 .box .bnr__shared {
	width: auto;
	margin-left: 0;
}
#sec2 .num {
	width: 38vw;
	position: absolute;
	left: 0;
	z-index: 3;
}
#sec2 .num::after {
	content: "";
	background: url("../img/index/sec2_time_line_sp.png") repeat-y top center;
	background-size: 100% auto;
	width: 38vw;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
}
#sec2 .set1 {
	padding-top: 25vw;
}
#sec2 .set1 .title {
	position: relative;
	margin-bottom: -14vw;
}
#sec2 .set1 .title::after, #sec2 .set1 .title::before {
	content: "";
	background: url("../img/index/sec2_line1.png") no-repeat center;
	background-size: 100% auto;
	position: absolute;
	top: 14vw;
	left: -18vw;
	width: 31vw;
	height: 24vw;
}
#sec2 .set1 .title::after {
	background: url("../img/index/sec2_line2.png") no-repeat center;
	background-size: 100% auto;
	width: 14vw;
	height: 23vw;
	top: 0;
	left: auto;
	right: -7vw;
}
#sec2 .set1 .title .title__wrap {
	position: relative;
	text-align: center;
}
#sec2 .set1 .title .title__wrap::before {
	content: "";
	background: url("../img/index/sec2_deco01.png") no-repeat center;
	background-size: 100% auto;
	width: 76vw;
	height: 112px;
	position: absolute;
	top: -13vw;
	left: -7vw;
}
#sec2 .set1 .title h2 {
	font-size: 11.06vw;
	transform: rotate(-6deg);
	line-height: 1;
	margin-bottom: 3vw;
	letter-spacing: 0.1em;
}
#sec2 .set1 .title h2 span {
	font-size: 7.6vw;
}
#sec2 .set1 .title h3 {
	font-size: 8.27vw;
	transform: rotate(-6deg);
	line-height: 1;
	letter-spacing: 0.1em;
	padding-left: 6vw;
}
#sec2 .set1 .title h3 small {
	font-size: 8.12vw;
}
#sec2 .set1 .title h3 span {
	font-size: 9.73vw;
}
#sec2 .set1 .deco-1 {
	width: 100vw;
	position: absolute;
	top: 43vw;
	right: 32vw;
}
#sec2 .set1 .deco-2 {
	width: 100vw;
	position: absolute;
	top: 97vw;
	left: 71vw;
}
#sec2 .set1 .photo {
	position: relative;
	z-index: 2;
	width: 116vw;
	margin-left: -29vw;
	margin-bottom: 0;
}
#sec2 .set1 .ttl01 {
	position: absolute;
	top: 21vw;
	left: 48vw;
	width: 54vw;
}
#sec2 .set1 .num {
	bottom: 0;
	position: relative;
	margin-left: -6vw;
	margin-bottom: -8vw;
}
#sec2 .set1 .num::after {
	height: 92vw;
}
#sec2 .set1 .box {
	padding-top: 11vw;
}
#sec2 .set1 .box::before {
	top: 0;
	left: -10vw;
	width: 106vw;
	bottom: 0;
}
#sec2 .set1 .box dl {
	margin-bottom: 5vw;
}
#sec2 .set1 .box dl dt {
	margin-bottom: 7vw;
	letter-spacing: 0.1em;
	line-height: 1;
}
#sec2 .set1 .box dl dd {
	margin-bottom: 0;
}
#sec2 .set1 .box .bnr__shared {
}
#sec2 .set2 {
	padding-top: 15vw;
}
#sec2 .set2 .ttl02 {
	position: absolute;
	top: -26vw;
	right: -18vw;
	width: 56vw;
	z-index: 1;
}
#sec2 .set2 .num {
	bottom: 0;
	position: relative;
	margin-left: -6vw;
}
#sec2 .set2 .num::after {
	height: 190vw;
}
#sec2 .set2 .photo__group {
	position: relative;
	z-index: 3;
	margin-bottom: 40vw;
	padding-left: 6vw;
}
#sec2 .set2 .photo__group .photo-1 {
	height: 50vw;
	width: 75vw;
}
#sec2 .set2 .photo__group .photo-2 {
	position: absolute;
	top: 31vw;
	left: 33vw;
	width: 85vw;
}
#sec2 .set2 .deco-3 {
	position: absolute;
	top: 14vw;
	left: 20vw;
	width: 102vw;
}
#sec2 .set2 .box {
}
#sec2 .set2 .box::before {
	top: 0;
	width: 105vw;
	bottom: 0;
	right: -6vw;
}
#sec2 .set2 .box h3 {
	display: inline-block;
	line-height: 1.6;
	margin-bottom: 5vw;
	letter-spacing: 0;
}
#sec2 .set2 .box h3::before {
	content: "";
	background: url("../img/index/sec2_deco06.png") no-repeat;
	background-size: 100% auto;
	width: 12vw;
	height: 12vw;
	position: absolute;
	top: -14vw;
	left: 1vw;
}
#sec2 .set2 .box h3 small {
	display: block;
	transform: rotate(-15deg);
	z-index: 2;
	position: absolute;
	top: -13vw;
	left: 5vw;
	letter-spacing: 0.1em;
}
#sec2 .set2 .box h3 span {
	display: block;
	text-align: right;
}
#sec2 .set2 .box .text {
	margin-bottom: 5vw;
}
#sec2 .set2 .box .bnr__shared {
	width: auto;
}
#sec2 .set3 {
	padding-top: 17vw;
	padding-bottom: 25vw;
	position: relative;
}
#sec2 .set3::before, #sec2 .set3::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
#sec2 .set3::after {
	content: "";
	background: url("../img/index/bg2.png") repeat-x top center;
	height: 400px;
	bottom: 120vw;
	z-index: 2;
}
#sec2 .set3::before {
	content: "";
	background: url("../img/shared/bg2.jpg");
	height: 122vw;
}
#sec2 .set3 .ttl03 {
	position: absolute;
	top: -26vw;
	right: -11vw;
	width: 62vw;
	z-index: 1;
}
#sec2 .set3 .num-3 {
	bottom: auto;
	top: 0;
	position: relative;
	margin-left: -6vw;
	margin-bottom: -23vw;
}
#sec2 .set3 .num-3::after {
	height: 116vw;
}
#sec2 .set3 .num-4 {
	bottom: 0;
	position: relative;
	margin-left: -6vw;
}
#sec2 .set3 .num-4::after {
	height: 108vw;
	top: auto;
	bottom: 21vw;
}
#sec2 .set3 .photo {
	width: 81vw;
	margin-left: auto;
	position: relative;
	z-index: 4;
	margin-right: -18vw;
}
#sec2 .set3 .deco-4 {
	position: absolute;
	width: 47vw;
	z-index: 3;
	top: 21vw;
	left: 3vw;
}
#sec2 .set3 .box {
	color: #fff;
	position: relative;
	z-index: 3;
}
#sec2 .set3 .box::before {
	display: none;
}
#sec2 .set3 .box h3 {
	display: block;
	line-height: 1.6;
	margin-bottom: 5vw;
	letter-spacing: 0.1em;
}
#sec2 .set3 .box .text {
	margin-bottom: 5vw;
}
#sec2 .set3 .box .text span {
	display: inline-block;
	padding-right: 10px;
}
#sec2 .set3 .box .bnr__shared {
	max-width: 300px;
}

@media screen and (min-width: 768px) {
#sec2 {
	margin-bottom: 0;
}
#sec2::after {
	background: url("../img/index/sec2_deco05.png") no-repeat bottom center;
	background-size: cover;
	bottom: -208px;
	height: 515px;
	left: 0;
	right: 0;
}
#sec2 .box {
	margin-bottom: 0;
	padding-left: 0;
	padding-bottom: 0;
}
#sec2 .box dl {
	margin-bottom: 0;
}
#sec2 .box .bnr__shared {
	width: 330px;
}
#sec2 .num {
	width: 374px;
	right: -86px;
	left: auto;
}
#sec2 .num::after {
	width: 374px;
	top: 100%;
	left: 0;
	right: 0;
	background: url(../img/index/sec2_time_line.png) repeat-y top center;
	background-size: 100% auto;
}
#sec2 .set1 {
	padding-top: 163px;
}
#sec2 .set1 .title {
	width: 610px;
	margin-bottom: -52px;
	padding-left: 43px;
}
#sec2 .set1 .title::after, #sec2 .set1 .title::before {
	width: 182px;
	height: 123px;
	top: 147px;
	left: -11px;
}
#sec2 .set1 .title::after {
	width: 125px;
	height: 184px;
	top: 27px;
	left: auto;
	right: -75px;
}
#sec2 .set1 .title .title__wrap {
}
#sec2 .set1 .title .title__wrap::before {
	width: 532px;
	height: 112px;
	top: -49px;
	left: -52px;
}
#sec2 .set1 .title h2 {
	font-size: 82px;
	transform: rotate(-5deg);
	margin-bottom: 0;
	letter-spacing: 4px;
}
#sec2 .set1 .title h2 span {
	font-size: 56px;
}
#sec2 .set1 .title h3 {
	font-size: 63px;
	transform: rotate(-6deg);
	padding-left: 30px;
	padding-top: 21px;
	letter-spacing: 3px;
}
#sec2 .set1 .title h3 small {
	font-size: 54px;
}
#sec2 .set1 .title h3 span {
	font-size: 72px;
}
#sec2 .set1 .deco-1 {
	width: 1095px;
	top: 252px;
	right: calc(50% - 164px);
}
#sec2 .set1 .deco-2 {
	width: 1041px;
	top: -131px;
	left: calc(50% + 540px);
}
#sec2 .set1 .photo {
	width: 969px;
	margin-left: -56px;
	margin-bottom: -94px;
}
#sec2 .set1 .ttl01 {
	top: 39px;
	left: calc(50% + 157px);
	width: 656px;
}
#sec2 .set1 .num {
	bottom: 451px;
	position: absolute;
	margin: 0;
}
#sec2 .set1 .num::after {
	height: 525px;
}
#sec2 .set1 .box {
	width: 556px;
	margin-left: auto;
	padding-top: 0;
}
#sec2 .set1 .box::before {
	top: -61px;
	left: -96px;
	width: 100vw;
	bottom: 33px;
}
#sec2 .set1 .box dl {
	margin-bottom: 45px;
}
#sec2 .set1 .box dl dt {
	margin-bottom: 43px;
}
#sec2 .set1 .box dl dd {
	padding-left: 18px;
	letter-spacing: 0.04em;
}
#sec2 .set1 .box .bnr__shared {
	width: 330px;
	margin-left: 20px;
}
#sec2 .set2 {
	padding-top: 115px;
}
#sec2 .set2 .ttl02 {
	top: -646px;
	right: calc(50% + 122px);
	width: 701px;
}
#sec2 .set2 .num {
	bottom: auto;
	margin-left: 0;
	position: absolute;
	top: -14px;
}
#sec2 .set2 .num::after {
	height: 947px;
}
#sec2 .set2 .photo__group {
	margin-bottom: 142px;
	padding-left: 0;
}
#sec2 .set2 .photo__group .photo-1 {
	height: 621px;
	width: 960px;
	margin-left: -150px;
}
#sec2 .set2 .photo__group .photo-2 {
	top: 389px;
	left: calc(50% - 2px);
	width: 939px;
}
#sec2 .set2 .deco-3 {
	top: 251px;
	left: calc(50% - 155px);
	width: 1078px;
}
#sec2 .set2 .box {
	width: 565px;
	padding-left: 93px;
}
#sec2 .set2 .box::before {
	top: -41px;
	right: -35px;
	width: 100vw;
	bottom: -51px;
}
#sec2 .set2 .box h3 {
	line-height: 75px;
	margin-bottom: -39px;
	display: block;
}
#sec2 .set2 .box h3::before {
	width: 85px;
	height: 81px;
	top: -62px;
	left: 18px;
}
#sec2 .set2 .box h3 small {
	top: -67px;
	left: 60px;
}
#sec2 .set2 .box h3 span {
	text-align: right;
}
#sec2 .set2 .box .text {
	margin-bottom: 40px;
	padding-left: 9px;
	letter-spacing: 0.02em;
}
#sec2 .set2 .box .bnr__shared {
	margin-left: 4px;
	width: 330px;
}
#sec2 .set3 {
	padding-top: 0;
	padding-bottom: 185px;
}
#sec2 .set3::after {
	height: 400px;
	bottom: 485px;
	z-index: 2;
}
#sec2 .set3::before {
	height: 485px;
}
#sec2 .set3 .ttl03 {
	top: 36px;
	right: calc(50% + 31px);
	width: 748px;
}
#sec2 .set3 .num-3 {
	bottom: auto;
	top: -11px;
	margin: 0;
	position: absolute;
}
#sec2 .set3 .num-3::after {
	height: 430px;
}
#sec2 .set3 .num-4 {
	bottom: -80px;
	position: absolute;
	margin-left: 0;
}
#sec2 .set3 .num-4::after {
	height: 430px;
	bottom: 178px;
}
#sec2 .set3 .photo {
	width: 800px;
	margin-left: auto;
	margin-right: -100px;
	margin-bottom: -406px;
}
#sec2 .set3 .deco-4 {
	width: 418px;
	top: 682px;
	left: -199px;
}
#sec2 .set3 .box {
	width: 462px;
	padding-left: 96px;
}
#sec2 .set3 .box::before {
	display: none;
}
#sec2 .set3 .box h3 {
	line-height: 75px;
	margin-bottom: 19px;
}
#sec2 .set3 .box .text {
	margin-bottom: 40px;
	padding-left: 7px;
	letter-spacing: 0;
}
#sec2 .set3 .box .bnr__shared {
	width: 330px;
	max-width: 330px;
}
}
#sec4 {
	position: relative;
	padding: 15vw 0 15vw;
	z-index: 2;
}
#sec4::before {
	content: "";
	background: url("../img/index/sec4_bg_sp.jpg") no-repeat center;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 100%;
}
#sec4 .box {
	background: rgba(246, 230, 204, 0.8);
	border: 1px solid #000000;
	text-align: center;
	margin-bottom: -30vw;
	position: relative;
	padding: 23vw 5vw 25vw;
}
#sec4 .box::before {
	content: "";
	background: url("../img/index/sec4_deco01.png") no-repeat;
	width: 14vw;
	height: 25vw;
	background-size: 100% auto;
	left: 50%;
	margin-left: -7vw;
	position: absolute;
	top: 0;
}
#sec4 .box h2 {
	line-height: 1.4;
	margin-bottom: 5vw;
}
#sec4 .box .text {
	margin-bottom: 0;
	text-align: justify;
}
#sec4 .photo {
	position: relative;
	z-index: 2;
	width: 103vw;
	margin-left: -7vw;
}
#sec4 .bnr__shared {
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 768px) {
#sec4 {
	padding: 81px 0 96px;
}
#sec4::before {
	background: url(../img/index/sec4_bg.jpg) no-repeat top center;
	background-size: cover;
}
#sec4 .box {
	width: 656px;
	margin-bottom: 57px;
	padding: 120px 20px 93px;
	margin-left: -26px;
}
#sec4 .box::before {
	width: 87px;
	height: 123px;
	left: 50%;
	margin-left: -51px;
}
#sec4 .box h2 {
	line-height: 85px;
	margin-bottom: 36px;
}
#sec4 .box .text {
	text-align: center;
}
#sec4 .photo {
	position: absolute;
	width: 923px;
	top: 83px;
	left: 459px;
	z-index: 2;
	margin-left: 0;
}
#sec4 .bnr__shared {
	margin-left: auto;
	margin-right: auto;
	width: 400px;
}
}
#sec5 {
	position: relative;
	z-index: 3;
}
#sec5 .set1 {
	position: relative;
}
#sec5 .set1 .bg-parallax {
	height: 500px;
	min-height: 500px;
}
#sec5 .set1 .bg-parallax .img-parallax img {
	object-position: 60% 50%;
}
#sec5 .set1 h2 {
	position: absolute;
	z-index: 3;
	top: 200px;
	right: 0;
	color: #fff;
	left: 0;
	text-align: center;
	letter-spacing: 0.1em;
	    font-size: 10.07vw;
}
#sec5 .set1 h2::after {
	content: "";
	background: url("../img/index/sec5_deco01.png") no-repeat center;
	background-size: 100% auto;
	width: 154vw;
	height: 52vw;
	position: absolute;
	top: -9vw;
	left: 0;
	z-index: -1;
}
#sec5 .set2 {
	position: relative;
	background: url("../img/index/sec5_bg_sp.jpg"), url("../img/shared/bg.jpg");
	background-position: top center;
	background-repeat: no-repeat, repeat;
	padding-top: 15vw;
	padding-bottom: 15vw;
	background-size: 100% auto;
}
#sec5 .set2 .floor {
	margin: 0 -6vw 10vw;
}
#sec5 .set2 .text {
	position: relative;
	margin-bottom: 10vw;
}
#sec5 .set2 .box {
	position: relative;
}
#sec5 .set2 .box .photo__group .item {
	position: relative;
}
#sec5 .set2 .box .photo__group .item h3 {
	position: relative;
	z-index: 2;
	text-align: center;
}
#sec5 .set2 .box .photo__group .item h3 span, #sec5 .set2 .box .photo__group .item h3 small {
	display: inline-block;
	line-height: 1;
	color: #fff;
	background: #000;
	padding: 3vw 5vw;
}
#sec5 .set2 .box .photo__group .item h3 small {
	font-size: 5.4vw;
}
#sec5 .set2 .box .photo__group .item h3 span {
	font-size: 6.73vw;
	padding: 2vw 7vw;
}
#sec5 .set2 .box .photo__group .item .photo {
	height: 65vw;
	width: 100%;
	margin-bottom: -12vw;
}
#sec5 .set2 .box .photo__group .item-1 {
	position: relative;
}
#sec5 .set2 .box .photo__group .item-1 h3 {
	position: relative;
}
#sec5 .set2 .box .photo__group .item-1 h3 small {
}
#sec5 .set2 .box .photo__group .item-1 h3 span {
}
#sec5 .set2 .box .photo__group .item-2 {
	margin: 14vw 0;
}
#sec5 .set2 .box .photo__group .item-2 .photo {
	margin-bottom: -7vw;
}
#sec5 .set2 .box .photo__group .item-2 h3 {
}
#sec5 .set2 .box .photo__group .item-2 h3 small {
}
#sec5 .set2 .box .photo__group .item-2 h3 span {
}
#sec5 .set2 .box .photo__group .item-3 {
	margin-left: auto;
	margin-right: -6vw;
}
#sec5 .set2 .box .photo__group .item-3 .photo {
	margin-bottom: -7vw;
}
#sec5 .set2 .box .photo__group .item-3 h3 {
}
#sec5 .set2 .box .photo__group .item-3 h3 small {
	line-height: 1;
}
#sec5 .set2 .box .photo__group .item-3 h3 span {
	line-height: 1;
	font-size: 8.07vw;
	padding: 0vw 7vw 3vw;
}

@media screen and (min-width: 768px) {
#sec5 {
	margin-bottom: 0;
	padding-bottom: 0;
}
#sec5 .set1 .bg-parallax {
	height: 700px;
}
#sec5 .set1 .bg-parallax .img-parallax img {
	object-position: 50% 50%;
}
#sec5 .set1 h2 {
	position: absolute;
	top: 445px;
	right: auto;
	width: 500px;
	left: calc(50% + 85px);
	font-size: 52px;
	
}
#sec5 .set1 h2::after {
	width: 809px;
	height: 311px;
	top: -112px;
	left: -63px;
}
#sec5 .set2 {
	background: url("../img/index/sec5_bg.jpg"), url("../img/shared/bg.jpg");
	background-position: top center;
	background-repeat: no-repeat, repeat;
	padding-top: 76px;
	padding-bottom: 94px;
}
#sec5 .set2 .floor {
	width: 474px;
	margin: 0 0 0 90px;
}
#sec5 .set2 .text {
	width: 388px;
	position: absolute;
	top: 91px;
	left: calc(50% + 82px);
	margin-bottom: 0;
	letter-spacing: 0.05em;
}
#sec5 .set2 .box {
	margin-bottom: 0;
	padding-top: 73px;
}
#sec5 .set2 .box .photo__group .item {
	margin-bottom: 0;
}
#sec5 .set2 .box .photo__group .item h3 {
	position: absolute;
	top: -50px;
	z-index: 2;
	text-align: left;
}
#sec5 .set2 .box .photo__group .item h3 small {
	font-size: 32px;
	padding: 5px 10px;
}
#sec5 .set2 .box .photo__group .item h3 span {
	font-size: 42px;
	padding: 12px 0px 12px 6px;
}
#sec5 .set2 .box .photo__group .item .photo {
	height: 500px;
	width: 100%;
}
#sec5 .set2 .box .photo__group .item-1 {
	width: 700px;
	position: absolute;
	top: -304px;
	left: calc(50% + 59px);
}
#sec5 .set2 .box .photo__group .item-1 h3 {
	top: -26px;
	z-index: 2;
	left: 28px;
}
#sec5 .set2 .box .photo__group .item-1 h3 small {
	width: 45px;
	height: 268px;
	line-height: 45px;
	padding: 13px 3px 0 8px;
	letter-spacing: 3px;
}
#sec5 .set2 .box .photo__group .item-1 h3 span {
	width: 53px;
	height: 285px;
	line-height: 53px;
}
#sec5 .set2 .box .photo__group .item-2 {
	width: 700px;
	margin-left: -150px;
	margin-top: 0;
	margin-bottom: 247px;
}
#sec5 .set2 .box .photo__group .item-2 .photo {
}
#sec5 .set2 .box .photo__group .item-2 h3 {
	top: -30px;
	right: 32px;
}
#sec5 .set2 .box .photo__group .item-2 h3 small {
	width: 52px;
	height: 320px;
	line-height: 52px;
	padding: 15px 0 0 0;
	letter-spacing: 1px;
}
#sec5 .set2 .box .photo__group .item-2 h3 span {
	width: 52px;
	height: 242px;
	padding-right: 5px;
}
#sec5 .set2 .box .photo__group .item-3 {
	width: 1001px;
	margin-left: auto;
	margin-right: -98px;
}
#sec5 .set2 .box .photo__group .item-3 .photo {
	margin-bottom: 0;
}
#sec5 .set2 .box .photo__group .item-3 h3 {
	top: -37px;
	left: -43px;
}
#sec5 .set2 .box .photo__group .item-3 h3 small {
	padding: 9px 35px 11px 16px;
}
#sec5 .set2 .box .photo__group .item-3 h3 span {
	font-size: 52px;
	padding: 10px 29px 10px 15px;
	letter-spacing: 7px;
}
}
#sec6 {
	background: url("../img/index/sec6_bg.jpg") no-repeat center;
	background-size: cover;
	position: relative;
	color: #fff;
	text-align: center;
	padding-top: 20vw;
	padding-bottom: 15vw;
	z-index: 2;
}
#sec6 .title {
	text-align: center;
	margin-bottom: 8vw;
}
#sec6 .title h2 {
	display: inline-block;
	position: relative;
}
#sec6 .title h2::after, #sec6 .title h2::before {
	content: "";
	background: url("../img/index/sec6_deco01.png") no-repeat center;
	background-size: 100% auto;
	width: 13vw;
	height: 20vw;
	position: absolute;
	top: 0;
	left: -18vw;
}
#sec6 .title h2::after {
	background: url("../img/index/sec6_deco02.png") no-repeat center;
	background-size: 100% auto;
	top: 0;
	left: auto;
	right: -20vw;
}
#sec6 .text {
	margin-bottom: 12vw;
	text-align: justify;
}
#sec6 .bnr__shared {
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
#sec6 .bnr__shared a {
	padding: 20px 0;
}
#sec6 .bnr__shared + .bnr__shared {
	margin-top: 5vw;
}

@media screen and (min-width: 768px) {
#sec6 {
	background: url("../img/index/sec6_bg.jpg") no-repeat center;
	background-size: cover;
	text-align: center;
	padding-top: 143px;
	padding-bottom: 114px;
}
#sec6 .title {
	margin-bottom: 80px;
}
#sec6 .title h2 {
	margin-bottom: 0;
	letter-spacing: 3px;
}
#sec6 .title h2::after, #sec6 .title h2::before {
	width: 74px;
	height: 94px;
	top: -18px;
	left: -76px;
}
#sec6 .title h2::after {
	width: 74px;
	height: 93px;
	top: -15px;
	left: auto;
	right: -64px;
}
#sec6 .text {
	margin-bottom: 95px;
	text-align: center;
	letter-spacing: 0.05em;
}
#sec6 .bnr__shared {
	width: 467px;
	margin-left: auto;
	margin-right: auto;
}
#sec6 .bnr__shared a {
	padding: 20px 0;
}
#sec6 .bnr__shared + .bnr__shared {
	margin-top: 24px;
}
}
#rss-blog {
	padding: 15vw 5vw;
	background: url("../img/shared/bg.jpg");
	position: relative;
	z-index: 3;
}
#rss-blog .wrap {
	position: relative;
	background: #000000 url("../img/index/rss_bg_sp.jpg") no-repeat bottom center;
	background-size: 100% auto;
	padding: 10vw 5vw 15vw;
	border: 1px solid #000;
}
#rss-blog .wrap::before {
	content: "";
	border: 2px solid #000;
	position: absolute;
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
}
#rss-blog .box {
	padding: 15vw 0vw 0;
	color: #fff;
}
#rss-blog .box h2 {
	position: relative;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-bottom: 13vw;
}
#rss-blog .box h2::before {
	content: "";
	background: #fff;
	width: 32px;
	height: 2px;
	position: absolute;
	top: 3vw;
	left: 11vw;
}
#rss-blog .bnr__rss {
	text-align: right;
	padding-right: 11vw;
}
#rss-blog .bnr__rss a {
	font-size: 5vw;
	display: inline-block;
	position: relative;
	letter-spacing: 0.1em;
}
#rss-blog .bnr__rss a::after {
	content: "";
	width: 7vw;
	height: 7vw;
	background: url(../img/shared/icon_arrow_sp.png) no-repeat center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	position: absolute;
	top: 2vw;
	right: -10vw;
}
#rss-blog .box #feed {
	margin-bottom: 8vw;
}
#rss-blog .box #feed .item + .item {
	margin-top: 8vw;
}
#rss-blog .box #feed .item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
#rss-blog .box #feed .item .photo {
	width: 45%;
}
#rss-blog .box #feed .item .photo a, #rss-blog .box #feed .item .photo span {
	display: block;
	transition: all .5s ease;
}
#rss-blog .box #feed .item .photo span {
	width: 100%!important;
	height: 119px !important;
}
#rss-blog .box #feed .item .photo a:hover {
	opacity: .6;
}
#rss-blog .box #feed .item .right {
	padding-top: 10px;
	padding-left: 10px;
	width: 46%;
}
#rss-blog .box #feed .item .right .price {
	font-size: 14px;
	line-height: 1;
	margin-bottom: 13px;
}
#rss-blog .box #feed .item .right .tt {
	line-height: 21px;
}
#rss-blog .box #feed .item .right .tt a:hover {
	text-decoration: underline !important;
}
#rss-blog .box .box__right {
	padding-top: 13vw;
}
#rss-blog .box .box__right .inside {
	background: #fff;
	padding: 6vw 11vw;
	margin-left: auto;
	text-align: center;
}
#rss-blog .box .box__right h3 {
	margin-bottom: 0;
 
}
#rss-blog .box .box__right h3,
#rss-blog .box .box__right h4 {
   margin-left: -6vw;
    margin-right: -6vw;
}
#rss-blog .box .box__right .sns__c {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	width: 140px;
	margin: 0 auto 1vw;
}
#rss-blog .box .box__right .sns__c li {
	width: 45px;
}
#rss-blog .box .box__right .sns_ct li + li {
	margin-top: 5vw;
}

@media screen and (min-width: 768px) {
#rss-blog {
	padding: 144px 0 0;
}
#rss-blog .wrap {
	background: #000000 url("../img/index/rss_bg.jpg") no-repeat bottom center;
	background-size: 100% auto;
	padding: 90px 0 93px;
}
#rss-blog .wrap::before {
	border-width: 2px;
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
}
#rss-blog .box {
	padding: 0px 46px 0px 102px;
	position: relative;
}
#rss-blog .box h2 {
	width: 45px;
	height: 280px;
	padding-top: 19px;
	margin-bottom: 0;
	margin-right: 52px;
}
#rss-blog .box h2::before {
	width: 2px;
	height: 32px;
	top: 17px;
	left: 18px;
}
#rss-blog .box #feed {
	width: 553px;
	margin-bottom: 0;
	padding-top: 30px;
	padding-right: 29px;
}
#rss-blog .box #feed .item + .item {
	margin-top: 43px;
}
#rss-blog .box #feed .item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
#rss-blog .box #feed .item .photo {
	width: 246px;
}
#rss-blog .box #feed .item .photo span {
	width: 246px !important;
	height: 156px !important;
}
#rss-blog .box #feed .item .photo a:hover {
	opacity: .6;
}
#rss-blog .box #feed .item .right {
	padding-top: 57px;
	padding-left: 0;
	width: 261px;
	padding-right: 22px;
}
#rss-blog .box #feed .item .right .price {
	font-size: 14px;
	line-height: 1;
	margin-bottom: 31px;
}
#rss-blog .box #feed .item .right .tt {
	line-height: 25px;
	letter-spacing: 0;
}
#rss-blog .box #feed .item .right .tt a:hover {
	text-decoration: underline !important;
}
#rss-blog .box .box__right {
	padding-left: 52px;
	padding-top: 0;
	border-left: 1px solid #fff;
}
#rss-blog .box .box__right .inside {
	width: 258px;
	padding: 49px 33px 76px;
	margin-left: auto;
	text-align: center;
}
#rss-blog .box .box__right h3 {
	margin-bottom: 0;
}
	
#rss-blog .box .box__right h3,
#rss-blog .box .box__right h4 {
   margin-left: 0;
    margin-right: 0;
}
	
#rss-blog .box .box__right .sns__c {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	width: 182px;
	margin: 0 auto 31px;
}
#rss-blog .box .box__right .sns__c li {
	width: 45px;
}
#rss-blog .box .box__right .sns_ct {
	margin: 0 14px;
}
#rss-blog .box .box__right .sns_ct li + li {
	margin-top: 26px;
}
#rss-blog .bnr__rss {
	width: 35px;
	padding-right: 0;
	position: absolute;
	bottom: 1px;
	left: 98px;
	text-align: left;
	height: 163px;
	line-height: 35px;
}
#rss-blog .bnr__rss a {
	font-size: 18px;
	transition: all .4s ease;
}
#rss-blog .bnr__rss a:hover {
	opacity: .5;
}
#rss-blog .bnr__rss a::after {
	width: 28px;
	height: 28px;
	top: auto;
	right: 3px;
	bottom: -40px;
}
}
#sec7 {
	background: url("../img/shared/bg.jpg");
	position: relative;
	padding-top: 15vw;
	padding-bottom: 51vw;
	z-index: 2;
}
#sec7::after {
	 content: "";
	background: url(../img/shared/footer_deco_sp.png) no-repeat bottom center;
	background-size: 100% auto;
	height: 383px;
	bottom: 0px;
	position: absolute;
	left: 0;
	right: 0;
}


#sec7 h2 {
	margin: 0 auto 10vw;
	width: 63vw;
}
#sec7 .set1 {
	max-width: 1040px;
	margin: 0 auto;
	position: relative;
}
#sec7 .set1 .box-1 {
	text-align: center;
	margin-bottom: 10vw;
}
#sec7 .set1 .box-1 .logos {
	width: 40vw;
	margin: 0 auto 6vw;
}
#sec7 .set1 .box-1 .ttl {
	text-align: center;
	line-height: 25px;
	margin-bottom: 8vw;
	font-weight: 500;
}
#sec7 .set1 .box-1 .tel__box {
	color: #000;
	margin-bottom: 30px;
}
#sec7 .set1 .box-1 .tel__box dl dt {
	margin-bottom: 5px;
}
#sec7 .set1 .box-1 .tel__box dl dd span::before {
	left: -25px;
	filter: brightness(0) invert(0);
	top: 8px;
}
#sec7 .set1 .box-1 .bnr__shared {
	width: 296px;
	margin: 0 auto;
}
#sec7 .set1 .box-1 .bnr__shared a {
	border-width: 1px;
}
#sec7 .set1 .box-1 .bnr__shared a::after {
	right: 20px;
}
#sec7 .set1 .box-1 .bnr__shared a:hover::after {
	right: 10px;
}
#sec7 .set1 .box-2 {
	position: relative;
	margin-bottom: 10vw;
}
#sec7 .set1 .box-2 dl {
	line-height: 24px;
	border-bottom: 1px solid #7a7366;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}
#sec7 .set1 .box-2 dl dt {
	width: 30%;
	padding-left: 5px;
}
#sec7 .set1 .box-2 dl dd {
	letter-spacing: 0.05em;
	text-align: left;
	width: 68%;
}
#sec7 .set1 .box-2 dl dd span {
	display: block;
	margin-left: -10px;
}
#sec7 .set1 .box-3 {
}
#sec7 .set1 .box-3 .dl-1 {
	border: 1px solid #100f0d;
	padding: 10vw 5vw;
	margin-bottom: 52px;
}
#sec7 .set1 .box-3 .dl-1 dt {
	text-align: center;
	font-size: 5.06vw;
	margin-bottom: 5vw;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 0.1em;
}
#sec7 .set1 .box-3 .dl-1 dd {
}
#sec7 .set1 .box-3 .dl-1 dd span {
	display: block;
	padding-top: 10px;
}
#sec7 .set1 .box-3 .dl-1 dd span + span {
	display: block;
	margin-top: 0;
}
#sec7 .set1 .box-3 .dl-1 dd span.inline {
	padding-top: 0;
	display: inline;
}
#sec7 .set1 .box-3 .dl-2 {
	margin: 0 auto;
	border-left: 1px solid #100f0d;
	border-right: 1px solid #100f0d;
}
#sec7 .set1 .box-3 .dl-2 dt {
	text-align: center;
	font-size: 5.06vw;
	margin-bottom: 5vw;
	line-height: 1;
	font-weight: 500;
}
#sec7 .set1 .box-3 .dl-2 dd {
	line-height: 30px;
	padding-left: 60px;
}
#sec7 .set2 {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 20vw;
	position: relative;
	z-index: 2;
}
#sec7 .set2 .col {
}
#sec7 .set2 .col h4 {
	font-weight: 500;
	font-size: 5.06vw;
	margin-bottom: 8vw;
}
#sec7 .set2 .col h4 span {
	padding-left: 29px;
	display: block;
	position: relative;
	line-height: 1;
}
#sec7 .set2 .col h4 span::before {
	content: "";
	background: #000;
	width: 19px;
	height: 2px;
	position: absolute;
	top: 10px;
	left: 0;
}
#sec7 .set2 .col .ggmap {
	height: 370px;
	margin-bottom: 8vw;
}
#sec7 .set2 .col .ggmap iframe {
	width: 100%;
	height: 100%;
}
#sec7 .set2 .col .set__sns {
	text-align: center;
	width: 320px;
	margin-left: auto;
	margin-right: auto;
}
#sec7 .set2 .col .set__sns .bnr__shared {
	width: 300px;
	margin-bottom: 20px;
}
#sec7 .set2 .col .set__sns .link {
	line-height: 1;
}
#sec7 .set2 .col .set__sns .link a {
	font-weight: 500;
	display: inline-block;
	position: relative;
	padding-right: 30px;
}
#sec7 .set2 .col .set__sns .link a::before, #sec7 .set2 .col .set__sns .link a::after {
	content: "";
	position: absolute;
	transition: all .4s ease;
}
#sec7 .set2 .col .set__sns .link a::before {
	background-color: #000;
	height: 1px;
	position: absolute;
	bottom: -5px;
	right: 0;
	left: 0;
}
#sec7 .set2 .col .set__sns .link a::after {
	background: url("../img/index/arrow.png") no-repeat;
	background-size: 100% auto;
	width: 9px;
	height: 10px;
	position: absolute;
	top: 5px;
	right: 0;
}
#sec7 .set2 .col .set__sns .link a:hover::before {
	opacity: 0;
}
#sec7 .set2 .col + .col {
	margin-top: 16vw;
}
#sec7 .set2 .col + .col h4 {
	margin-bottom: 7vw;
}
#sec7 .set2 .col + .col h5 {
	font-weight: 500;
	font-size: 3.53vw;
	margin-bottom: 2vw;
}
#sec7 .set2 .col + .col .photo {
	height: 50vw;
	width: auto;
	margin-left: -3vw;
	margin-right: -3vw;
}
#sec7 .set2 .col + .col .item-1 {
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
#sec7 {
	padding-top: 162px;
	padding-bottom: 187px;
}
	
#sec7::after {
   
    background: url(../img/shared/footer_deco.png) no-repeat bottom center;
    background-size: cover;
    height: 418px;
    bottom: -58px;
}	
	
#sec7 h2 {
	margin: 0 auto 65px;
	width: 366px;
}
#sec7 .set1 {
	margin: 0 auto;
}
#sec7 .set1 .box-1 {
	width: 492px;
	text-align: center;
	margin-bottom: 60px;
}
#sec7 .set1 .box-1 .logos {
	width: 202px;
	margin: 0 auto 21px;
}
#sec7 .set1 .box-1 .ttl {
	line-height: 25px;
	margin-bottom: 42px;
}
#sec7 .set1 .box-1 .tel__box {
	margin-bottom: 25px;
}
#sec7 .set1 .box-1 .tel__box dl dt {
	margin-bottom: 5px;
}
#sec7 .set1 .box-1 .tel__box dl dd {
}
#sec7 .set1 .box-1 .tel__box dl dd span {
	padding-left: 29px;
}
#sec7 .set1 .box-1 .tel__box dl dd span::before {
	left: 0;
}
#sec7 .set1 .box-1 .bnr__shared {
	width: 296px;
	margin: 0 auto;
}
#sec7 .set1 .box-1 .bnr__shared a {
	border-width: 1px;
	font-size: 20px;
}
#sec7 .set1 .box-1 .bnr__shared a::after {
	right: 20px;
}
#sec7 .set1 .box-1 .bnr__shared a:hover::after {
	right: 10px;
}
#sec7 .set1 .box-2 {
	width: 505px;
	margin-right: 0;
	position: absolute;
	top: 82px;
	left: calc(50% - 3px);
	margin-bottom: 0;
}
#sec7 .set1 .box-2 dl {
	line-height: 24px;
	padding: 11px 0;
}
#sec7 .set1 .box-2 dl dt {
	width: 165px;
	padding-left: 5px;
}
#sec7 .set1 .box-2 dl dd {
	width: 335px;
}
#sec7 .set1 .box-2 dl dd span {
	display: block;
	margin-left: -10px;
}
#sec7 .set1 .box-3 {
	width: 473px;
}
#sec7 .set1 .box-3 .dl-1 {
	padding: 39px 19px 52px;
	margin-bottom: 51px;
}
#sec7 .set1 .box-3 .dl-1 dt {
	font-size: 22px;
	margin-bottom: 28px;
}
#sec7 .set1 .box-3 .dl-1 dd {
	line-height: 24px;
	letter-spacing: 1px;
}
#sec7 .set1 .box-3 .dl-1 dd span + span {
}
#sec7 .set1 .box-3 .dl-1 dd span {
	padding-top: 12px;
}
#sec7 .set1 .box-3 .dl-1 dd span + span {
}
#sec7 .set1 .box-3 .dl-1 dd span.inline {
	padding-left: 20px;
	display: block;
}
#sec7 .set1 .box-3 .dl-2 {
	width: 377px;
	padding-top: 13px;
	padding-bottom: 10px;
}
#sec7 .set1 .box-3 .dl-2 dt {
	font-size: 22px;
	margin-bottom: 19px;
	letter-spacing: 2px;
}
#sec7 .set1 .box-3 .dl-2 dd {
	line-height: 30px;
	padding-left: 60px;
}
#sec7 .set2 {
	margin: 0 auto;
	padding-top: 97px;
}
#sec7 .set2 .col {
	width: 50%;
}
#sec7 .set2 .col h4 {
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 32px;
}
#sec7 .set2 .col h4 span {
	padding-left: 32px;
	letter-spacing: 2px;
}
#sec7 .set2 .col h4 span::before {
	width: 19px;
	height: 2px;
	top: 12px;
	left: 2px;
}
#sec7 .set2 .col .ggmap {
	height: 468px;
	margin-bottom: 38px;
}
#sec7 .set2 .col .ggmap iframe {
	width: 100%;
	height: 100%;
}
#sec7 .set2 .col .set__sns {
	text-align: center;
	width: 320px;
	margin-left: auto;
	margin-right: auto;
}
#sec7 .set2 .col .set__sns .bnr__shared {
	width: 320px;
	margin-bottom: 16px;
}
#sec7 .set2 .col .set__sns .link {
}
#sec7 .set2 .col .set__sns .link a {
	padding-right: 43px;
}
#sec7 .set2 .col .set__sns .link a::before {
	height: 1px;
	bottom: -5px;
	right: 0;
	left: 0;
}
#sec7 .set2 .col .set__sns .link a::after {
	width: 9px;
	height: 10px;
	top: 5px;
	right: 0;
}
#sec7 .set2 .col .set__sns .link a:hover::before {
	opacity: 0;
}
#sec7 .set2 .col + .col {
	width: 44%;
	margin-top: 0;
}
#sec7 .set2 .col + .col h4 {
	margin-bottom: 32px;
}
#sec7 .set2 .col + .col h5 {
	font-size: 17px;
	margin-bottom: 13px;
	letter-spacing: 0;
}
#sec7 .set2 .col + .col .photo {
	height: 230px;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
#sec7 .set2 .col + .col .item-1 {
	margin-bottom: 20px;
}
}

@media screen and (max-width: 399px) {
	#sec2 .set2 .num::after {
		height: 204vw;
	}
}

@media screen and (min-width: 768px) and (max-height: 800px) {
	#head-key {
		padding-top: 1730px;
	}
.key__scroll .photo .ob-img {
	min-height: 865px;

}
	
	
.key-catch {
	top: 80px;
}
#sec1 .box__sticky.fixed-sticky {
	top: 100px;
}
	
	
#sec1 .photo-1 {
	width: 21vw;
	height: 23vw;
}
#sec1 .photo-2 {
	width: 22vw;
	height: 24vw;
}
#sec1 .photo-3 {
	width: 22vw;
	height: 24vw;
}
#sec1 .photo-4 {
	width: 22vw;
	height: 24vw;
}
#sec1 .photo-5 {
	width: 22vw;
	height: 24vw;
}	
	
	
}


@media screen and (min-width: 768px) and (max-width: 1299px) {
	#sec2 .num {
		right: -46px;
	}
	#sec2 .set1 .box {
		width: 545px;
	}
    #sec2 .set1 .box dl dd {
        letter-spacing: 0;
        width: 73%;
        font-size: 15px;
    }
	#sec2 .set2 .box {
		width: 527px;
	}
	#sec2 .set2 .box h3 {
		font-size: 48px
	}
	#sec2 .set2 .box .text {
		letter-spacing: 0;
	}
}



#party {
	background: url("../img/index/party_bg.png") no-repeat center #000;
	background-size: cover;
	text-align: center;
	padding: 20vw 0;
	color: #000000;
	position: relative;
	z-index: 2;
}
#party .box{
	background-color: #ffffff;
	width: 370px;
	height: 660px;
    opacity: 0.9;
	align-items: center;
	margin: auto;
}
#party h2 {
	font-size: 175%;
	font-weight: bold;
	padding: 50px 0 8vw 0;
	color: #d03030;
}
#party p {
	width: 90%;
	margin: 0 auto 8vw auto;
	text-align: left;
}
	#party dl {
		width: 90%;
		margin: 0 auto;
		padding: 5vw 0;
		border-top: 1px solid #000000;
	}
	#party dl:last-child {
		margin: 0 auto;
		border-bottom: 1px solid #000000;
	}
#party dl dt{
	font-size: 125%;
	font-weight: bold;
}
#party dl span{
	font-size: 125%;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	#party {
		padding: 100px 0;
	}
	#party h2 {
		font-size: 48px;
		padding: 100px 0 50px 0;
	}
	#party p {
			width: 600px;
			margin: 0 auto 50px auto;
			text-align: center;
		}
	#party dl {
		width: 600px;
		margin: 0 auto;
		padding: 30px 0;
	}
	#party .box{
	background-color: #ffffff;
	width: 800px;
	height: 780px;
    opacity: 0.9;
	align-items: center;
	margin: auto;
}

}

