@chaset "UTF-8";
#lp_wrap{
	padding:0;
	background: #fff;
	font-family: "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
	font-size: 16px;
	line-height: 1.7;
}
#lp_wrap .container {
	width: 976px;
	display: block;
	margin: 0 auto;
}
#lp_wrap section {
	display: block;
	margin: 0;
	width: 100%;
	padding: 100px 0;
	position: relative;
}
#lp_wrap .sp_only {
	display: none;
}
#lp_wrap .wrap_2col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#lp_wrap .ttl_area {
	text-align: center;
	display: block;
	margin-bottom: 50px;
	position: relative;
}
#lp_wrap .subttl,
#lp_wrap .subttl * {
	font-size: 2.2rem;
	font-weight: bold;
	vertical-align: baseline;
}
#lp_wrap .text_big {
	font-size: 3rem;
}
#lp_wrap .text_small {
	font-size: 1.3rem;
}



#sec01,#sec03,#sec05 {
	background: #fff;
}
#sec02 {
	background: linear-gradient(to bottom,#246aaf,#004990);
	background: -webkit-linear-gradient(to bottom,#246aaf,#004990);
	background: -moz-linear-gradient(to bottom,#246aaf,#004990);
}
#sec04 {
	background: linear-gradient(to bottom,#f7f7f7,#eee);
	background: -webkit-linear-gradient(to bottom,#f7f7f7,#eee);
	background: -moz-linear-gradient(to bottom,#f7f7f7,#eee);
}

#lp_wrap .masthead {
	text-align: center;
	padding: 65px 0 0 0;
	background: url(/user_data/packages/store/images/pj/digilab/bg_mv.jpg) no-repeat;
	background-size: cover;
}
#lp_wrap .masthead h1 {
	margin-bottom: 60px;
}


/** ▼sec01 **/
#sec01 {
	text-align: center;
}
#sec01 p + p {
	margin-top: 40px;
}
#sec01 .imgarea {
	width: 976px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	bottom: 0;
}
#sec01 .imgarea img {
	height: 100%;
}


/** ▼sec02 **/
.wrap_merit li {
	width: 440px;
	color: #fff;
}
.wrap_merit li p:last-child {
	text-align: justify;
}
#lp_wrap #sec02 .subttl {
	line-height: 1.5;
	padding: 15px 0;
	box-sizing: border-box;
	font-feature-settings: "palt";
	letter-spacing: 0.2rem;
}


/** ▼sec03 **/
.wrap_step li {
	min-width: 440px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	margin-bottom: 50px;
}
.wrap_step li > img {
	padding-right: 20px;
}
#sec03 .container > p + p {
	margin-top: 1.2rem;
}


/** ▼sec04 **/
.wrap_shoplist {
	margin-top: -5px;
}
.wrap_shoplist li {
	width: 486px;
	margin-top: 5px;
}
.wrap_shoplist li a {
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	box-sizing: border-box;
	border: 1px solid #eee;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	padding: 0.8rem 1.2rem 0.6rem 1.5rem;
	box-shadow: 0 4px 10px -3px rgba(0, 0, 0, 0.1);
	transition: .3s;
}
.wrap_shoplist li a:hover {
	box-shadow: none;
	background: #ddd;
}
span.shop_name {
	font-feature-settings: "palt";
	letter-spacing: 0.05rem;
	flex-grow: 5;
}
div.shop_icon {
	font-size: 10px;
	font-feature-settings: "palt";
	letter-spacing: 0.05rem;
	margin-right: 0.5rem;
}
div.shop_icon span + span {
	margin-left: 5px;
}
span.shop_icon01 {
	color: #004990;
}
span.shop_icon02 {
	color: #5c5c5c;
}
span.icon_arrow {
	width: 6px;
	height: 6px;
	border-top: 2px solid #888;
	border-right: 2px solid #888;
	transform: rotate(45deg);
}


/** ▼sec05 **/
.wrap_video {
	width: 830px;
	margin: auto;
	position: relative;
 	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
 	height: 0;
 	overflow: hidden;
}
.wrap_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/** ▼animation **/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp,.fadeInUp02,.fadeInUp03,.fadeInUp04 {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
