
@font-face {
font-family: "TenorSans";
src: url("../font/TenorSans.woff") format('woff');
}





* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


ul, li{
  list-style:none;
}



img{
  width:100%;
  height:auto;
}





video{
	display:block;
  width:100%;
  height:auto;
}

::selection {
  background-color: #000;
  color:#fff;
}


.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 999999;
  opacity: 1;
  background: #fff;
}


.loader
{
  position: absolute;
  display: inline-block;
  top:50%;
  left:50%;
  margin-left:-17px;
  margin-top:-30px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 1px solid #ccc;
  border-right-color: transparent;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
}


@-webkit-keyframes spin
{
0% { -webkit-transform: rotate(0deg); opacity: 0.4; }
50%  { -webkit-transform: rotate(180deg); opacity: 1; }
100%   { -webkit-transform: rotate(360deg); opacity: 0.4; }
}

@-moz-keyframes spin
{
0% { -moz-transform: rotate(0deg); opacity: 0.4; }
50%  { -moz-transform: rotate(180deg); opacity: 1; }
100%   { -moz-transform: rotate(360deg); opacity: 0.4; }
}



.font_bold{
  font-weight:bold;
}

.text_left{
	text-align:left;
}

.text_right{
	text-align:right;
}


html{
	overflow-x: hidden;
}




.miyako {
	font-family: "kozuka-mincho-pr6n", serif;
	color: #000000;
}


.miyako a{
	color: #000000;
	text-decoration:none;
}







#footer_lp{
	max-width: 1280px;
	margin: 100px auto;
	padding: 0px 120px;
	}


.f_item_list {
	text-align:center;
}

.f_item_list a{
	font-family: "TenorSans", sans-serif;
	font-size:28px;
	letter-spacing:2px;
	padding:10px 50px;
	color:#000;
	display:inline-block;
	border:1px solid #000;
}

.f_cresit {
	margin-top:100px;
}

.f_cresit p{
		font-family: "TenorSans", sans-serif;
	font-size:14px;
	text-align:center;
	line-height:200%;
}














/* 共通ページ */

	.st_sec{
	position:relative;;
	}
	
	
	
	
	#main_img{
	position:relative;
	max-width:1480px;
	margin:0 auto;
	}

	
	.main_img_p{
	padding:0 0px;
	}

.main_t{
	position:absolute;
	z-index: 99;
	top:33%;
	left:8%;
	width:13%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.main_t_cresit{
	position:absolute;
	z-index: 99;
	top:120px;
	right:60px;
	width:27%;
}



.main_t_logo{
	position:absolute;
	z-index: 99;
	top:370px;
	right:60px;
	width:20%;
}








.lp_sec{
	position:relative;
}





.st_wrap{
	padding:0 120px;
	max-width:1280px;
	margin: 0 auto;
}




#sec00{
	margin-top:80px;
}

.sec00_01 p{
	font-size:18px;
	line-height:180%;
	
}


.m_note p{
	
}


.m_cresit a{
	display:block;
}








	.scroll-infinity__wrap {
	overflow: hidden;
		}

	.scroll-infinity__list {
		display: flex;
		align-items: center;
		width: max-content;
		animation: infinity-scroll 15s linear infinite;
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	.scroll-infinity__list > li {
		width: calc(100vw / 2.5);
		padding:0 18px;
	}
	
	
	@keyframes infinity-scroll {
		from {
			transform: translateX(-50%);
		}
		to {
			transform: translateX(0%);
		}
}





.detail_box{
	display:flex;
	justify-content: space-between;
	align-items: center;
	padding:0 120px;
	max-width:1280px;
	margin: 100px auto 0;
}

.detail_box_left{
	width:68%;
	position:relative;
}

.detail_box_left .m_title{
	position:relative;
}

.detail_box_left .m_title h4{
	font-family: "TenorSans", sans-serif;
	font-size:48px;
	letter-spacing:1px;
	font-weight:normal;
}

.detail_box_left .m_title p{
	font-family: "TenorSans", sans-serif;
	font-size:28px;
	letter-spacing:1px;
}

.detail_box_left .text_back{
	z-index:-9;
	width:60%;
	position:absolute;
	left:-30px;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}


#sec03 .detail_box_left .text_back{
	width:45%;
}



.detail_box_left .text_back:after{
	content:"";
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	background:#fff;
}


.detail_box_left.active .text_back:after{
	width:0%;
	-webkit-transition: 1s cubic-bezier(0.78, .18, .34, .98) .4s;
	-moz-transition: 1s cubic-bezier(0.78, .18, .34, .98) .4s;
	-ms-transition: 1s cubic-bezier(0.78, .18, .34, .98) .4s;
	-o-transition:1s cubic-bezier(0.78, .18, .34, .98) .4s;
	transition:1s cubic-bezier(0.78, .18, .34, .98) .4s;
}






	.text_back .cls-1 {
	fill: #f1ddab;
		}
	
	.text_back .cls-2 {
	fill: #eed69a;
		}





.detail_box_left .m_note {
	margin-top:20px;
}

.detail_box_left .m_note p{
	font-size:18px;
	line-height:180%;
	text-align: justify;
}

.detail_box_left .m_cresit{
	margin-top:40px;
}

.detail_box_left .m_cresit a{
	font-family: "TenorSans", sans-serif;
	font-size:14px;
}



.detail_box_right{
	width: 27%;
}


.detail_box_right > div{
	position:relative;
	opacity:0;
}


.detail_box_right.active > div{
	-webkit-animation: move01 1.5s ease forwards;
	-moz-animation: move01 1.5s ease forwards;
}

.detail_box_right.active .circle_img img{
	-webkit-animation: kurukuru01 1s linear;
	-moz-animation: kurukuru01 1s linear;
}

.detail_box_right.active > div.type02{
	-webkit-animation: move01 1.5s ease forwards.4s;
	-moz-animation: move01 1.5s ease forwards .4s;
}



@-webkit-keyframes move01
{
0% { -webkit-transform: translateX(30%); opacity: 0.4; }
100%   { -webkit-transform: translateX(0%); opacity: 1; }
}

@-webkit-keyframes move02
{
0% { -webkit-transform: translateX(-30%); opacity: 0.4; }
100%   { -webkit-transform: translateX(0%); opacity: 1; }
}


@-webkit-keyframes kurukuru01
{
0% { -webkit-transform: rotate(180deg); }
100%   { -webkit-transform: rotate(360deg);}
}
















.detail_box_right .circle_title{
	position:absolute;
	top:0;
	padding: 0 22px;
}

.detail_box_right .circle_img{
	padding:30px;
}


.lettle_extra{
	padding:0 80px;
	max-width:1280px;
	margin: 100px auto 0;
}


.lettle_extra_wrap{
	position:relative;
	display:flex;
	gap: 30px;
	padding: 40px 60px 40px 40px;
	background-size: cover;
	background-image:url(../images/lettle_extra_bk.jpg);
	box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
}



.lettle_extra_img{
	width:35%;
	display:flex;
	gap: 25px;
}

.lettle_extra_logo{
	width: 16%;
}

.lettle_extra_logo img{
	
}

.lettle_extra_detail{
	width: 65%;
}

.lettle_extra_title p{
	font-size:24px;
}

.lettle_extra_note{
	margin-top:20px;
}

.lettle_extra_note p{
	font-size:17px;
	line-height:180%;
}


#sec01{
	margin-top:80px;
}

.st_sec{
	margin-top:180px;
}










.sec_insta_wrap{
	display:flex;
	align-items: center;
	gap:80px;
	padding: 0 40px;
}


.sec_insta_board{
	width:45%;
	position: relative;
}

.sec_insta_board_bk{
	    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
}





.sec_insta_text{
	width:55%;
}

.sec_insta_board_detail{
	width: 100%;
	position:absolute;
	top: 50%;
	left: 50%;
	text-align:center;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}


.sec_insta_board_detail .title{
	position:relative;
}

.sec_insta_board_detail .insta_text_back{
	content:"";
	position:absolute;
	opacity:.6;
	z-index:-9;
	top:50%;
	left:50%;
	width:50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}


.sec_insta_board_detail .title p{
	font-family: "TenorSans", sans-serif;
	font-size:4vw;
	line-height: 100%;
}

.sec_insta_board_detail .date{
	margin-top:40px;
}

.sec_insta_board_detail .date p{
	font-family: "TenorSans", sans-serif;
	font-size:3vw;
	line-height: 100%;
}

.sec_insta_board_detail .account{
	margin-top:40px;
}

.sec_insta_board_detail .account a{
	display:block;
	font-family: "TenorSans", sans-serif;
	font-size:1.8vw;
	line-height: 100%;
	margin-bottom:10px;
}

.sec_insta_board_detail .account a:last-child{
	margin-bottom:0px;
}

.sec_insta_board_detail .warning{
	margin-top:40px;
}

.sec_insta_board_detail .warning p{
	font-size:1.3vw;
}











.sec_insta_text_top .title p{
	font-size:2.5vw;
	font-weight:bold;
	line-height:150%;
}

.sec_insta_text_top .time{
	margin-top:10px;
}

.sec_insta_text_top .time p{
	font-size:2vw;
	font-weight:bold;
	line-height:150%;
}

.sec_insta_text_top .t_note{
	margin-top:20px;
}

.sec_insta_text_top .t_note p{
	font-size: 16px;
	line-height: 180%;
}

.sec_insta_text_bottom{
	margin-top:40px;
}

.sec_insta_text_bottom p{
	font-size: 13px;
	line-height: 180%;
}












.sp_img{
  display:none!important;
}







@media screen and (max-width: 768px) {
  
  
  
	img{
		width:100%;
		height:auto;
	}
	
	.sp_img{
		display:block!important;
	}
	
	.pc_img{
		display:none!important;
	}
	
	
	
	.main_t {
		top: 126px;
		left: 30px;
		width: 20%;
	}
	
	.main_t_cresit {
		top: 40px;
		right: 30px;
		width: 33%;
	}
	
	
	.main_t_logo {
		top: 157px;
		right: 30px;
		width: 26%;
	}
	
	
	
	
	
	.st_wrap {
		padding: 0 30px;
	}
	
	
	
	#sec00 {
		margin-top: 80px;
	}
	
	
	.sec00_01 p {
		font-size: 14px;
	}
	
	
	#sec01 {
		margin-top: 80px;
	}
	
	
	.st_sec {
		margin-top: 80px;
	}
	
	
	.scroll-infinity__list > li {
		width: calc(100vw / 1.5);
		padding: 0 4px;
	}
	
	
	
	.detail_box {
		margin: 50px auto 0;
		padding: 0 30px;
		display:block;
	}
	
	
	.detail_box_left {
		width: 100%;
		position: relative;
	}
	
	.detail_box_left .m_title h4 {
		font-size: 30px;
		line-height: 100%;
	}
	
	
	.detail_box_left .m_title p {
		font-size: 20px;
	}
	
	
	.detail_box_left .m_note p {
		font-size: 14px;
	}
	
	
	.detail_box_left .m_cresit a {
		font-size: 12px;
	}
	
	
	.detail_box_right {
		width: 100%;
		margin-top:60px;
	}
	
	
	.detail_box_right.active > div.type02{
		-webkit-animation: move02 1.5s ease forwards.4s;
		-moz-animation: move02 1.5s ease forwards .4s;
	}
	
	
	
	
	.lettle_extra {
		padding: 0 30px;
		margin: 60px auto 0;
	}
	
	.lettle_extra_wrap {
		display: block;
		padding: 30px;
	}
	
	.lettle_extra_logo {
		width: 18%;
	}
	
	
	.lettle_extra_img {
		flex-direction: row-reverse;
		width: 100%;
		gap: 25px;
	}
	
	.lettle_extra_detail {
		width:100%;
		margin-top:30px;
	}
	
	
	.detail_box_right > div{
		width: 81%;
		margin: 0 auto;
	}
	
	
	.detail_box_right > div.type01 {
		margin-left: -26px;
	}
	
	
	.detail_box_right > div.type02 {
		margin-left: 27%;
		margin-top:-40px;
    }
	
	
	#sec02 .detail_box_right > div.type01 {
		margin-left: 27%;
	}
	
	#sec02 .detail_box_right > div.type02 {
		margin-left: 0%;
		margin-top:-40px;
		margin-left: -26px;
    }
	
	
	.lettle_extra_wrap{
	background-image:url(../images/lettle_extra_bk_sp.jpg);
}
	
	.lettle_extra_title p {
		font-size: 18px;
	}
	

	.lettle_extra_note p {
		font-size: 12px;
	}
	
	
	
	#sec_insta .st_sec_wrap {
		padding: 0px 30px;
	}
	
	
	
	.sec_insta_wrap {
		display: block;
		padding: 0 0px;
	}
	
	.sec_insta_board {
		width: 100%;
		padding:0 30px;
	}
	
	.sec_insta_board_detail {
		
	}
	
	.sec_insta_board_detail .title p {
		font-size: 32px;
	}
	
	.sec_insta_board_detail .date {
		margin-top: 20px;
	}
	
	.sec_insta_board_detail .account {
		margin-top: 20px;
	}
	
	.sec_insta_board_detail .account a {
		font-size: 15px;
		margin-bottom: 10px;
	}
	
	
	.sec_insta_text {
		width: 100%;
		margin-top:40px;
	}
	
	.sec_insta_board_detail .insta_text_back{
	width:40%;
}
	
	.sec_insta_text_top .title p {
		font-size: 20px;
		text-align: center;
	}
	
	.sec_insta_board_detail .date p {
		font-size: 22px;
	}
	
	.sec_insta_text_top .time p {
		font-size: 18px;
		text-align: center;
	}
	
	.sec_insta_text_top .t_note p{
		font-size: 14px;
	}
	
	.sec_insta_board_detail .warning {
		margin-top: 20px;
	}
	
	.sec_insta_board_detail .warning p{
	font-size: 13px;
	}
	
	.sec_insta_text_bottom p {
		font-size: 12px;
	}
	
	
	#footer_lp {
		margin: 60px auto;
		padding: 0px 30px;
	}
	
	.f_item_list a {
		font-size: 22px;
	}
	
	
	.f_cresit {
		margin-top: 60px;
	}
	
	.f_cresit p {
		font-size: 11px;
	}
	
	
	
	.detail_box_left .text_back {
		width: 100%;
	}
		
	
	
	
}




@media screen and (max-width: 320px) {
  
  
  
}





	










