@charset "UTF-8";
/* CSS Document */

html{
	-webkit-text-size-adjust: none;  /* テキストの自動拡大を無効化 */
	text-size-adjust: none;
	font-size: 100%;
}
body {
	font-family: 'Noto Sans JP', 'Jost', sans-serif;
	color: #505050;
	font-size: 0.95rem; 
	margin: 0;
	text-align: justify;
  	text-justify: inter-ideograph;	/* IE用 */
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	max-width: 100%;
	display: block;
	object-fit:contain;
}

figure{
	margin: 0;
}

ul{
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

.wrapper{
	max-width: 950px;
	margin: 0 auto;
}

.flex{	display: flex;}
.f_re{	flex-direction: row-reverse;}
.f_ju{	justify-content: space-between;}
.f_al{	align-items: center;}
.shadow{	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);}
.pc { display: block !important; }
.sp { display: none !important; }


/* ########################## animation ########################## */

/* 下からフェードイン */
.element {
	  opacity: 0;
	  visibility: hidden;
	  transform: translateY(70px);
	  transition: opacity 0.5s, visibility 1s, transform 1s;
}
.is-fadein {
	  opacity: 1;
	  visibility: visible;
	  transform: translateY(0);
}

/* その場でフェードイン */
.element_0 {
	  opacity: 0;
	  visibility: hidden;
	  transition: opacity 0.8s, visibility 0.8s, transform 0.8s;
}
.is-fadein_0 {
	  opacity: 1;
	visibility: visible;
}

/* 左からフェードイン */
.fadeLeft{
	animation-name:fadeLeftAnime;
	animation-duration:0.9s;
	animation-delay: 0.4s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
	transform: translateX(-50%) translateY(-50%);
  }

  to {
    opacity: 1;
	transform: translateX(0) translateY(-50%);
  }
}

@keyframes fadeLeftAnime_sp{
  from {
    opacity: 0;
	transform: translateX(0) translateY(50px);
  }
  to {
    opacity: 1;
	transform: translateX(0) translateY(0);
  }
}

/* フェードイン */
.fade_in{
	animation-name:fadeAnime;
	animation-duration:1.2s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeAnime{
  from {    opacity: 0;  }
  to {    opacity: 1;  }
}



/* ########################## header ########################## */

#header{
	align-items: center;
	height: 80px;
}

.site_logo{
	width: 130px;
	margin: 10px 0;
}

#nav{
	margin: 0;
	align-items: flex-start;	
}

#nav li a{
	padding: 0 10px;
	margin-left: 10px;
	background-color: #d90707;
	color: #fff;
	height: 25px;
	border-radius: 20px;
	font-size: 1.1rem;
	border: solid 1px #d90707;	
	box-sizing: border-box;
}

#nav li a:hover{
	background-color: #fff;
	color: #d90707;
	border: solid 1px #d90707;	
}

#nav li p{
	font-size: 0.7rem;
	margin:5px 0 0;
	text-align: center;
}

/* ########################## main_Visual ########################## */

#main_V{
	width: 100%;
	height: 600px;
	background: url("lp03_img/back_red_tryangle.gif");
	background-position: 50% 50%;
	animation: bg 30s infinite linear;
}

@keyframes bg {
  0% {    background-position: 0 0;  }
  100% {    background-position: 500px -500px;  }
}

#V_wrapper{
	position:relative;
	max-width: 1200px;
	height: 600px;
	margin: 0 auto;
}

#main_left{
	position: absolute;
	Z-index:1; 
	height: auto;
	left: 4%;
	top: 50%;
	transform: translateY(-50%);
}

#main_V h2{
	color: white;
	font-size: 3.5rem;
	line-height: 4.5rem;
	margin-top: 0;
}

.color_y{
	color:#FCEE21;
}

.botan_con{
	width: 75%;
	background-color: #FCEE21;
	box-sizing: border-box;
	color: #505050;
	font-size: 1.5rem;
	padding: 25px 20px;
	border-radius: 10px;
	border-bottom: 5px solid #A18400;
	display: block;
	transition: all .2s;
	text-align: center;
}

.botan_con span{
	position: relative;
}

.botan_con span::after{
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -55px;
  width: 13px;  
  height: 13px;  
  border-top: 3px solid #505050;   
  border-right: 3px solid #505050;
  transform: rotate(45deg);
}

.botan_con:hover{
  transform: scale(1.1, 1.1);
}

#main_right{
	position: absolute;
	right: 4%;
	bottom: 0%;
}

#main_right img{
	width: 100%;
	max-height: 600px;
}


/* ########################## main_section ########################## */

section{
	padding: 70px 0;
}

.sec_title{
	font-size: 2.5rem;
	margin: 0px auto 70px;
	text-align: center;
}

.sec_title span{
	background:linear-gradient(transparent 90%, #D07070 0%);
}

.img_w{
	width: 40%;
}

.nayami_text{
	width: 55%;
}

.ko_title{
	font-size: 2rem;
	margin: 30px 0 20px;
}

.ko_p{
	line-height: 1.5rem;
	font-weight: 300;
}

#nayami figure{
	justify-content: center;
}

#nayami_1,#nayami_2{
	margin-bottom: 50px;
}

#dm_point li{
	margin-bottom: 50px;
}

#dm_point li :not(:last-child){
	margin-bottom: 0px;
}
.point_text{
	width: 65%;
}
.point_m{
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 5px;
}
.point_title{
	font-size: 1.7rem;
	align-items: center;
	margin: 20px 0 10px; 
}
.point_p{
	font-size: 1.1rem;
}
.point_img{
	margin-left: 4%;
}

.back_title{
	width: 100%;
	height: 245px;
	font-size: 2.2rem;
	line-height: 3.9rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position:relative;
}

.back_title::before{
	content: "";
	position: absolute;
	top: 0%;
	left: 50%;
	margin-left: -20px;
	border: 20px solid transparent;
	border-top: 20px solid #FFFFFF;
	z-index: 5;
}

.back_title h3{
	margin: 0;
	color: white;
	text-align: center;
}

#back_1{
	background: url("lp03_img/T_lpv3_back_Directmail.jpg");
	background-size: cover;
	background-position: 50% 50%;
	background-repeat:no-repeat;
}

#back_2{
	background: url("lp03_img/T_lpv3_back_digitalanalog.jpg");
	background-size: cover;
	background-position: 50% 50%;
	background-repeat:no-repeat;
}

#back_3{
	background: url("lp03_img/T_lpv3_back_sample.jpg");
	background-size: cover;
	background-position: 50% 50%;
	background-repeat:no-repeat;
}

.jirei_d{
	margin-bottom: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.jirei_p{
	line-height: 1.8rem;
	font-weight: 300;
	max-width: 800px;
	padding: 0 4%;
}

.caption{
	text-align: center;
	font-weight: 300;
	font-size: 0.8rem;
	margin: 0;
}

.jirei_m{
	width: 80%;
	margin: 30px auto 0;
	text-align: center;
	font-size: 2rem;
	padding: 20px;
	background-color: #D2E3E5;
	border-radius: 20px;
}

#nayami_div{
	justify-content: center;
}

#nayami_title{
	background-color: #F8F8F8;
	padding: 30px 0;
}

#nayami_title h3{
	font-size: 2rem;
	margin: 0;
}

#nayami_title img{
	margin: 0 20px;
}

#omakase{
	width: 100%;
	text-align: center;
	font-size: 2.2rem;
	color: white;
	background-color: #D90707;
	padding: 25px 0;
	position:relative;
}

#omakase::before{
	content: "";
	position: absolute;
	top: 0%;
	left: 50%;
	margin-left: -20px;
	border: 20px solid transparent;
	border-top: 20px solid #F8F8F8;
	z-index: 5;
}

#omakase h3{
	margin: 0;	
}

#thanks_point{
	text-align: center;
	font-size: 1.2rem;
}

#thanks_point h3{
	font-size: 2rem;
	margin-bottom: 80px;
}

#thanks_point p{
	max-width: 840px;
	margin: 0 auto;
}

.line{	
	background:linear-gradient(transparent 70%, #FCEE21 0%);
}

.logo{
	width: 150px;
	margin-right: 2px;
}

#thanks_point h4{
	font-size: 2rem;
	justify-content: center;
	align-items: baseline;
	margin-bottom: 20px;
}

.red{	color: #D90707;}

.m_wrap {
	position: relative;
    padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	margin-top: 20px;
    height: 0;
    overflow: hidden;
}
 
.m_wrap iframe {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	transform: translateX(-50%);
    width: 80%;
    height: 80%;
}

#back_3 .botan_con{
	width: 100%;
	margin: 15px 0 0;
	line-height: 2rem;
}


/* ########################## footer ########################## */

footer{
	text-align: center;
}

#conta{
	padding: 50px;
	justify-content: center;
}

.botan_fo{
	width: 33%;
	padding: 15px 10px;
	font-size: 1.5rem;
	line-height: 1.5rem;
}

.b_con{
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	background-color: #D90707;
	margin-right: 20px;
	box-sizing: border-box;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.b_con:hover{
	background-color: white;
	color: #D90707;
	border: solid 1px #D90707;
}

.b_tel{
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	border: solid 1px #505050;
	box-sizing: border-box;
}	

.b_tel:hover{
	background-color: #505050;
	color: white;
}

.b_tel span{
	font-size: 0.8rem;
}

#coperight{
	font-size: 0.7rem;
	padding: 15px 0px;
	color: white;
	width: 100%;
	background-color: #D90707;
	margin: 0;
}

/*------------------------------------------------------------------------

sp

------------------------------------------------------------------------*/

@media(max-width:750px){
	
.wrapper{
	padding-left: 6%;
	padding-right: 6%;
	box-sizing: border-box;
}

.smh_col{		flex-direction: column;}
.pc { display: none !important; }
.sp { display: block !important; }
	
#header{
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 110px;
	padding-left: 3%;
	padding-right: 3%;
}
	
.site_logo{
	width: 100px;
	margin: 0px 0 15px;
}
	
#nav{
	margin: 0;
	align-items:center;	
}
	
#nav li:last-child{
	margin-left: 15px;
}
	
#nav li a{
	padding: 0 15px;
	margin: 0px;
	height: 25px;
	border-radius: 20px;
	font-size: 1.1rem;
	border: solid 1px #d90707;	
	box-sizing: border-box;
}

	
#main_V{
	position:static;
	width: 100%;
	height: auto;
}
	
#V_wrapper{
	display: flex;
	height: auto;
	flex-direction: column;
	padding-top: 30px;
}
	
#main_left{
	width: 100%;
	position:static;
	top:auto;
	left: auto;
	transform:none;
}
	
.fadeLeft{
	animation-name:fadeLeftAnime_sp;
	animation-duration:0.9s;
	animation-delay: 0.4s;
	animation-fill-mode:forwards;
	opacity:0;
}
	
#main_V h2{
	font-size: 8.5vw;
	line-height: 11vw;
	text-align: center;
	margin-bottom: 20px;
}
	
.botan_con{
	margin: 0 auto;
	width: 75%;
	font-size: 1.3rem;
	padding: 20px 10px;
	border-radius: 5px;
	border-bottom: 3px solid #A18400;
}

.botan_con span::after{
  content: "";
  top: 0;
  bottom: 0;
  right: -20%;
  width: 13px; 
  height: 13px; 
  border-top: 3px solid #505050;  
  border-right: 3px solid #505050; 
}

.botan_con:hover{
  transform: scale(1.08, 1.08);
}
	
#main_right{
	width: 80%;
	margin: 0 auto;
	position:static;
	right: auto;
	bottom: auto;
	transform: none;
	object-fit: cover;
}

#main_right img{
	object-fit: cover;
}
	
/* ########################## sp_main_section ########################## */

section{
	padding: 30px 0;
}

.sec_title{
	font-size: 2rem;
	margin: 30px auto 40px;
}
	
.img_w{
	width: 100%;
}

.nayami_text{
	width: 100%;
}
.ko_title{
	font-size: 1.5rem;
	margin: 20px 0 10px;
	text-align: center;
}
	
#dm_point li{
	margin-bottom: 45px;
}
	
.back_title{
	width: 100%;
	height: 210px;
	font-size: 1.4rem;
	line-height: 2.6rem;
	padding: 0 4%;
	box-sizing: border-box;
}
	
.point_text{
	width: 100%;
}
	
.point_m{
	width: 2rem;
	height: 2rem;
	margin-right: 10px;
}
	
.point_title{
	font-size: 1.3rem;
	align-items: center;
	margin: 0 0 10px; 
}
	
.point_p{
	font-size: 0.85rem;
}
	
.point_img{
	width: 70%;
	margin: 5px auto;
}
	
.jirei_p{
	padding: 0;
}
	
.jirei_m{
	width: 92%;
	margin: 20px auto 50px;
	font-size: 1.3rem;
	padding: 10px;
	border-radius: 10px;
}
	
#nayami_div{
	flex-direction: column-reverse;
}
	
#nayami_title{
	padding: 30px 0;
	height: auto;
}

#nayami_title h3{
	font-size: 1.3rem;
	text-align: center;
}
	
#nayami_title figure{
	margin: 0 ;
}
	
#nayami_title img{
	width: 40%;
	margin: 10px auto;
	max-height: 300px;
}	

#omakase{
	font-size: 1.4rem;
	padding: 35px 0;
}
	
#thanks_point{
	font-size: 1rem;
}
	
#thanks_point h3{
	font-size: 1.3rem;
	margin-bottom: 40px;
}
	
.logo{
	width: 100px;
	margin-right: 2px;
}
	
#thanks_point h4{
	font-size: 1.5rem;
	margin-bottom: 10px;	
}
	
.m_wrap iframe {
     width: 92%;
     height: 92%;
}

#back_3 h3{
	width: 85%;
}	
	
/* ########################## sp_footer ########################## */

#conta{
	padding: 50px 20px;
}
	
.botan_fo{
	width: 100%;
	box-sizing: border-box;
	height: 80px;
}
	
.botan_fo:first-child{
		margin-bottom: 30px;
}

.b_con{
	margin-right: 0px;
	padding: 15px 0;
}

}

/*------------------------------------------------------------------------

sp_large

------------------------------------------------------------------------*/
@media (min-width:750px) and (max-width:1000px){

.wrapper{
	padding-left: 4%;
	padding-right: 4%;
	box-sizing: border-box;
}	
	
#main_V h2{
	font-size: 5vw;
	line-height: 7vw;
	margin-top: 0;
}

.botan_con{
	width: 85%;
	font-size: 1.5rem;
	padding: 20px 20px;
}

#main_right{
	width: 50%;
	position: absolute;
	right: 4%;
	bottom: 0%;
}
	
.botan_fo{
	width: 40%;
}
	
}
