@charset "utf-8";

/* ------------------------------------------------
main
------------------------------------------------ */
main{
	padding-top: 20px;
}
.container{
	background:#ffffff;
}
body.active {
  /*height: 100vh;*/
  overflow-y: hidden;
}
.inquiry-inner .btn{
	justify-content: center;
}


/* ------------------------------------------------
header-section
------------------------------------------------ */
.header-section{
	position: relative;
	max-width: 1340px;
	margin:auto;
}
.header-inner{
	align-items: center;
	height: auto;
	padding: 24px 1%;
}
.header-logo{
	width: 60%;
	max-width: 460px;
}
.header-logo a{
	width: 100%;
}



/*ap_introducing_company*/

.ap_introducing_company {
	margin: -130px 0 100px;
  }
  
  .ap_introducing_company .inner {
	padding: 70px 20px;
	box-sizing: border-box;
	background: #fff;
	max-width: 1100px;
	margin: 0 auto -80px auto;
  }
  
  .ap_introducing_company .inner ul {
	width: 100%;
	text-align: center;
  }
  
  .ap_introducing_company .inner ul li {
	display: inline-block;
	align-items: center;
	padding: 10px 2%;
  }
  
  .ap_introducing_company .inner ul li a {
	transition: all 0.2s ease;
  }
  
  .ap_introducing_company .inner ul li a:hover {
	opacity: 0.7;
  }
  
  .ap_introducing_company .inner ul li img {
	width: 100px;
	vertical-align: middle;
  }
  
  .ap_introducing_company .inner .annotation {
	text-align: right;
	display: block;
  }
  
.ap_ttl_01 {
	font-size: 32px;
	letter-spacing: 0;
	font-weight: 700;
	position: relative;
	margin-bottom: 38px;
  }
  
  .ap_ttl_01::before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 6px;
	border-radius: 20px;
	background: #b22425;
	position: absolute;
	top: -70%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
  }
  
.ap_case_saas{
	margin: 20px auto 0;
	padding: 120px 0 80px;
	background:#f9f9f9;
	text-align:center;
  }
  .ap_case_saas ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1024px;
	width: 90%;
	margin:10px auto 0 auto;
  }
  .ap_case_saas ul li{
	width: 32%;
  }
  
/* ------------------------------------------------
entry-btn
------------------------------------------------ */
.entry-btn{
	padding-right: 12px;
}
.entry-btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 34px;
	margin: auto;
	color: #ffffff;
	border-radius: 999px;
	background: rgb(195,8,43);
	background: -moz-linear-gradient(137deg, rgba(195,8,43,1) 0%, rgba(174,24,62,1) 100%);
	background: -webkit-linear-gradient(137deg, rgba(195,8,43,1) 0%, rgba(174,24,62,1) 100%);
	background: linear-gradient(137deg, rgba(195,8,43,1) 0%, rgba(174,24,62,1) 100%);
}

.entry-btn a:hover{
	transform:translate(0, -6px);
	background: -moz-linear-gradient(137deg, rgba(195,8,43,1) 100%, rgba(174,24,62,1) 0%);
	background: -webkit-linear-gradient(137deg, rgba(195,8,43,1) 100%, rgba(174,24,62,1) 0%);
	background: linear-gradient(137deg, rgba(195,8,43,1) 100%, rgba(174,24,62,1) 0%);
}

@media screen and (max-width:768px) {
	.entry-btn {
	    padding-right: 2vw;
	}
	.entry-btn a{
		padding: 2.4vw 6vw;
		font-size: 1.2rem;
	}
}

/* ------------------------------------------------
mv-section
------------------------------------------------ */
.mv-section{
	position: relative;
	background:#ffffff;
	margin-bottom:100px;
}
.mv-inner{
	position: relative;
	max-width:1200px;
}
.mv-inner h1{
    position: absolute;
	width: 68%;
	padding-left: 32%;
	padding-bottom: 24px;
}
.mv-sec{
    position: absolute;
    top: 30%;
    left: 32%;
}
.mv-sec .mv-comment{
    position: absolute;
    z-index: 9;
    top: -130%;
    width: 100%;
    height: 150%;
}
.mv-sec .mv-comment span{
	opacity: 0;
	display: block;
	position: absolute;
	max-width: 80px;
}
.mv-sec .mv-comment .comment1 {right: 23%;bottom: 25%;width: 8.4%;z-index: 2;animation: CommentIcon 4s .5s infinite;}
.mv-sec .mv-comment .comment2 {right: 12%;bottom: 20%;width: 8.4%;animation: CommentIcon 6s 1s infinite;}
.mv-sec .mv-comment .comment3 {right: 1%;bottom: 36%;width: 9%;animation: CommentIcon 4s 1s infinite;}
.mv-sec .mv-comment .comment4 {left: 10%;bottom: 0px;width: 6%;animation: CommentIcon 6s .5s infinite;}
.mv-sec .mv-comment .comment5 {right: 29%;bottom: 15%;width: 6.4%;z-index: 1;animation: CommentIcon 4s .5s infinite;}
.mv-sec .mv-comment .comment6 {right: 40%;bottom: 24%;width: 6.4%;animation: CommentIcon 6s .5s infinite;}
.mv-sec .mv-comment .comment7 {right: -4%;bottom: 21%;width: 5%;animation: CommentIcon 4s 1s infinite;}
.mv-sec .mv-comment .comment8 {right: 48%;bottom: 13%;width: 5.4%;z-index: 1;animation: CommentIcon 6s .5s infinite;}
.mv-sec .mv-comment .comment9 {right: 3%;bottom: 12%;width: 6.4%;animation: CommentIcon 4s 1s infinite;}
.mv-sec .mv-img{
	line-height: 0.1;
	background-image: url(../img/img_mv_002.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	-webkit-animation:HideShow;
	animation:HideShow;
	-webkit-animation-duration:2s;
	animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
	-webkit-animation-timing-function:steps(1);
	animation-timing-function:steps(1)
}
.mv-sec .mv-img img{
	width: 100%;
	-webkit-animation:ShowHide;
	animation:ShowHide;
	-webkit-animation-duration:2s;
	animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
	-webkit-animation-timing-function:steps(1);
	animation-timing-function:steps(1)
}

.mv-demo ul{
	position: relative;
	z-index: 2;
    width: 34%;
	max-width: 380px;
	height: 637px;
}
#demo-slide ul{
	z-index: 9;
	background-image:url(../img/img_program_demo_001.png);
	background-repeat:no-repeat;
	background-position: left top;
	background-size: 100%;
}
#demo-slide li {
	position: absolute;
    list-style: none;
    visibility: hidden;
    animation: MvDemo_Slid 16s 0s infinite;
}
#demo-slide li:nth-child(2) {
    animation-delay: 2s;
}
#demo-slide li:nth-child(3) {
    animation-delay: 4s;
}
#demo-slide li:nth-child(4) {
    animation-delay: 6s;
}
#demo-slide li img{
	width: 100%;
}
.mv-demo .mv-price {
    position: absolute;
    z-index: 1;
    max-width: 400px;
    width: 36%;
    bottom: 18%;
    left: 26%;
    background: #13273d;
    border-radius: 0 6px 6px 0;
    line-height: 1;
}
.mv-demo .mv-price img {
    padding: 20px 10% 20px 18%;
}
.mv-demo .mv-platform {
    position: absolute;
    z-index: 1;
    max-width: 340px;
    width: 32%;
    bottom: 6%;
    left: 30%;
    line-height: 1;
}
.mv-demo .mv-platform img {
    padding: 8px 8% 8px 4%;
}
.mv-ambassador {
    position: absolute;
    z-index: 999;
    right: 2%;
    bottom: 16%;
    width: 200px;
    cursor: pointer;
}


@media screen and (max-width:1280px) {
	.mv-demo ul{
		height: 47.3vw;
	}
}
@media screen and (max-width:1280px) {
	.mv-ambassador {
		width: 17%;
	}
}

@media screen and (max-width:768px) {
	.mv-inner h1{
		padding-left: 0;
		width: 80%;
	}
	.mv-sec {
	    left: 10%;
	    top: 34vw;
	    width: 90%;
	}
	.mv-demo {
		padding-top: 28%;
	}
	.mv-demo ul{
	    width: 46%;
	    height: 69.3vw;
	}
	.mv-demo .mv-price{
		width: 56%;
		left: 36%;
	}
	.mv-demo .mv-price img {
	    padding: 13px 18% 13px 22%;
	}
	.mv-demo .mv-platform{
		width: 58%;
		left: 38%;
		bottom:8%;
	}
	.mv-demo .mv-platform img {
	    padding: 8px 12% 8px 14%;
	}
	.mv-ambassador {
	    position: absolute;
	    right: 2%;
	    bottom: 34%;
	    width: 90px;
	    z-index: 999;
	}
}


/* ------------------------------------------------
modal共通
 ------------------------------------------------ */
.modal {
	opacity: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
 }
.modal.active{
	opacity: 1;
 	overflow: scroll;
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	top: 0;
	left:0;
	background: rgba(255,255,255,0.96);
}
.modal [class$="-inner"]{
	display: none;
	max-width: 820px;
	width: 92%;
	padding: 64px 48px;
	background:#b52c2d;
	border-radius: 8px;
	color: #ffffff;
}
.modal.active [class$="-inner"]{
	display: block;
	margin-top: 34px;
}
.modal [class$="-inner"] .btn-close{
	cursor: pointer;
	margin:34px auto 0;
	max-width: 180px;
}


/* ------------------------------------------------
ambassador-section
 ------------------------------------------------ */
/*.ambassador-section {
 	display: none;
 }
.ambassador-section.active{
 	display: block;
 	overflow: scroll;
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	top: 0;
	left:0;
	padding: 34px 0;
	background: rgba(255,255,255,0.96);
}
.ambassador-inner{
	max-width: 820px;
	width: 92%;
	padding: 64px 48px;
	background:#b52c2d;
	border-radius: 8px;
}
.ambassador-section .btn-close{
	cursor: pointer;
	margin:34px auto 0;
	max-width: 180px;
}*/
.ambassador-section h2 {
    max-width: 340px;
    margin: auto;
    padding-top: 0;
    width: 90%;
    line-height: 1.4;
    font-size: 2.0rem;
    letter-spacing: 0.08rem;
    text-align:center;
}
.ambassador-section h2.influencer{
	padding-top: 64px;
}
.ambassador-section h2 .brackets {
    position: relative;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    padding: 0px 40px;
}
.ambassador-section h2 .brackets:before {
	display: block;
	position: absolute;
	content: "";
    background-size: 100%;
    width: 16px;
    height: 100%;
    left: 0;
    top: -40%;
    background-image: url(../img/icon_brackets_w_left.png);
    background-repeat:no-repeat;
    background-position:left top;
    background-size:100%;
}
.ambassador-section h2 .brackets:after {
	display: block;
	position: absolute;
	content: "";
    background-size: 100%;
    width: 16px;
    height: 100%;
    right: 0;
    bottom: -40%;
    background-image: url(../img/icon_brackets_w_right.png);
    background-repeat:no-repeat;
    background-position:left top;
    background-size:100%;
}
.ambassador-sec{
	padding-top: 40px;
	display: flex;
	justify-content: space-between;
	color: #ffffff;
	font-size: 1.4rem;
}
.ambassador-sec.influencer{
	flex-flow: row-reverse;
}
.ambassador-sec .lead{
	width: 60%;
}
.ambassador-sec.influencer .lead{
	width: 56%;
}
.ambassador-sec .img{
	width: 40%;
}

@media screen and (max-width:768px) {
	.ambassador-sec{
		display: block;
		font-size: 1.2rem;
	}
	.ambassador-sec .lead{
		width: 100%;
	}
	.ambassador-sec.influencer .lead{
		width: 100%;
	}
	.ambassador-sec .img{
		width: 80%;
		max-width: 380px;
		margin:24px auto 0;
	}
	.ambassador-sec.influencer .img{
		width: 100%;
		max-width: 460px;
	}
}


/* ------------------------------------------------
issue-section
 ------------------------------------------------ */
.issue-section{
	padding-bottom: 64px;
}
.issue-section h2 {
    max-width: 580px;
    margin: auto;
    padding-top: 0;
    width: 90%;
    line-height: 1.4;
    font-size: 2.4rem;
    letter-spacing: 0.08rem;
}
.issue-section h2 br{
	display: none;
}
.issue-section h2 span{
	display: block;
	opacity: 0.16;
	padding-bottom: 16px;
}
.issue-section h2 .brackets{
	position: relative;
	display: block;
	opacity: 1;
	padding: 0 24px;
}
.issue-section h2:before{
	content: none;
}
.issue-section h2 .brackets:before {
	display: block;
	position: absolute;
	content: "";
    background-size: 100%;
    width: 5%;
    height: 100%;
    left: 0;
    top: -40%;
    background-image: url(../img/icon_brackets_left.png);
    background-repeat:no-repeat;
    background-position:left top;
    background-size:100%;
}
.issue-section h2 .brackets:after {
	display: block;
	position: absolute;
	content: "";
    background-size: 100%;
    width: 5%;
    height: 100%;
    right: 0;
    bottom: -40%;
    background-image: url(../img/icon_brackets_right.png);
    background-repeat:no-repeat;
    background-position:left top;
    background-size:100%;
}
.issue-inner{
	margin:auto;
	max-width: 1000px;
	width: 94%;
}
.issue-sec:last-child{
	padding-top: 80px;
}
.issue-sec .issue-tag{
	position: relative;
	z-index: 2;
    width: 149px;
    display: block;
    margin-left: 20px;
}
.issue-sec .issue-tag.active{
	opacity: 1;
	transform: translate(0, 0);
}
.issue-sec .issue-tag:after{
	display: block;
	position: absolute;
	content: "";
    background-size: 100%;
    width: 100%;
    height: 100%;
    left: 84%;
    bottom: -20%;
    background-image: url(../img/icon_issue_img_001.png);
    background-repeat:no-repeat;
    background-position:left top;
    background-size:100%;
}
.issue-sec.issue2 .issue-tag:after{
    background-image: url(../img/icon_issue_img_002.png);
}
.issue-sec h3{
	margin-top: -40px;
	padding: 40px 8% 34px;
	background: #f4f4f4;
	border-top:3px solid #171a28;
	border-bottom:3px solid #171a28;
	font-size: 3.5rem;
	font-style: italic;
	font-weight: 600;
	line-height: 1.4;
}
.issue-answer-sec{
	display: flex;
	justify-content: space-between;
	padding-top: 56px;
}
.issue-answer-sec h4{
	display: inline-block;
	margin: 0 auto 34px;
	padding-bottom: 40px;
    background-image: url(../img/bg_line_issue.png);
    background-repeat:no-repeat;
    background-position:right bottom;
    background-size: auto 18px;
    font-size: 2.4rem;
    font-weight: 600;
	text-align: left;
    letter-spacing: 0.08rem;
}
.issue-answer-sec h4.active{
	opacity: 1;
	transform: translate(0, 0);
}
.issue-answer-sec h4 span{
	display: block;
	width: 113px;
}
.issue2 .issue-answer-sec{
	display: block;
	max-width: 900px;
	margin: auto;
	text-align: center;
}
.issue2 .issue-answer-sec h4{
	max-width: 800px;
	width: 90%;
}
.issue-answer-sec .issue-answer{
	width: 46%;
	text-align: center;
}
.issue2 .issue-answer-sec .issue-answer{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.issue2 .issue-answer-sec .issue-answer .answer{
	width: 50%;
}
.issue-answer-sec .issue-answer p{
	text-align:left;
	font-size: 1.8rem;
}
.issue-answer-sec .issue-answer .lead{
	padding-top: 24px;
}
.issue-answer-sec .issue-answer .result{
	display: flex;
	justify-content: flex-start;
	align-items:center;
}
.issue-answer-sec .issue-answer .result img{
	width: 100%;
}
.issue-answer-sec .issue-answer .result .icon{
	width: 16%;
	padding-right: 8px;
}
.issue-answer-sec .issue-answer .result .txt{
	width: 64%;
}
.issue-answer-sec .btn-detail{
	max-width: 200px;
	margin:24px auto 0;
	cursor: pointer;
}
.issue-answer-sec .issue-hidden{
	text-align:left;
}
.issue-answer-sec .issue-hidden-inner{
	max-width: 640px;
}
.issue-answer-sec .issue-hidden p{
	text-align:left;
	padding-top: 16px;
	font-size: 1.4rem;
}

@media screen and (max-width:768px) {
	.issue-section h2 {
		max-width: 320px;
		font-size: 1.8rem;
	}
	.issue-section h2 br{
		display: block;
	}
	.issue-section h2 .brackets:before {
		top: -20%;
	}
	.issue-section h2 .brackets:after {
		bottom: -80%;
	}
	.issue-sec .issue-tag{
		width: 90px;
	}
	.issue-sec h3{
		font-size: 2.4rem;
		padding: 40px 4% 34px;
	}
	.issue-answer-sec{
		display: block;
	}
	.issue-answer-sec .issue-answer{
		width: 100%;
		padding-bottom: 12vw;
	}
	.issue-sec:last-child{
		padding-top: 8vw;
	}
	.issue-answer-sec h4{
		text-align: justify;
		line-height: 1.6;
		font-size: 1.8rem;
	}
	.issue-answer-sec h4 span{
		width: 80px;
	}
	.issue2 .issue-answer-sec .issue-answer{
		display: block;
		padding-bottom: 0;
	}
	.issue2 .issue-answer-sec .issue-answer .answer{
		width: 100%;
		padding-bottom: 24px;
	}
}
@media screen and (max-width:480px) {
	.issue-sec h3{
		font-size: 2.0rem;
		padding: 40px 2% 34px;
	}
}


/* ------------------------------------------------
program-section
------------------------------------------------ */
.program-section{
	margin-top: 64px;
	padding-bottom: 40px;
	background: rgb(162,0,0);
	background: -moz-linear-gradient(137deg, rgba(176,16,16,1) 0%, rgba(162,0,0,1) 100%);
	background: -webkit-linear-gradient(137deg, rgba(176,16,16,1) 0%, rgba(162,0,0,1) 100%);
	background: linear-gradient(137deg, rgba(176,16,16,1) 0%, rgba(162,0,0,1) 100%);
}
.program-inner{
	display: flex;
	justify-content: space-between;
	margin:auto;
	max-width: 1100px;
	width: 94%;
	color: #ffffff
}
.program-inner h2{
	width: 82%;
	margin-top: -8px;
	padding: 12% 28px;
	background: rgb(162,0,0);
	background: -moz-linear-gradient(137deg, rgba(191,31,31,1) 0%, rgba(163,0,0,1) 100%);
	background: -webkit-linear-gradient(137deg, rgba(191,31,31,1) 0%, rgba(163,0,0,1) 100%);
	background: linear-gradient(137deg, rgba(191,31,31,1) 0%, rgba(163,0,0,1) 100%);
}
.program-inner h2 span{
	display: block;
	opacity: 0.3;
	line-height: 1.4;
	padding-bottom: 16%;
}
.program-title-sec{
	position: relative;
	width: 38%;
}
.program-title-sec #demo-slide{
	/*position: absolute;
	bottom: 0;*/
	padding-top: 80px;
    margin-bottom: -120px;
}
.program-title-sec #demo-slide ul{
    position: relative;
	height: 700px;
	max-width: 418px;
    width: 100%;
}
.program-sec{
	width: 60%;
	padding-top: 64px;
}
.program-sec h3{
	max-width: 86%;
	padding-bottom:24px;
	font-size: 2.2rem;
	font-weight: 600;
	letter-spacing: 0.08rem;
}
.program-sec .program{
	position: relative;
	display: inline-block;
}
.program-sec .program span {
    position: absolute;
    width: 34%;
    height: 18%;
    left: 59%;
    top: 21%;
    z-index: 2;
}
.program-sec .program span.active {
	opacity: 1;
}
.program-sec .program .program2{
	top: 38%;
}
.program-sec .program .program3{
	top: 55%;
}
.program-sec .program .program4{
	top: 75%;
}

@media screen and (max-width:1280px) {
	.program-title-sec #demo-slide ul{
		height: 54.5vw;
	}
}
@media screen and (max-width:768px) {
	.program-inner{
		display: block;
	}
	.program-title-sec{
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.program-title-sec #demo-slide{
		position: relative;
		width: 80%;
		padding-top: 0;
		padding-left: 7%;
		margin-top: -24px;
		margin-right: -4vw;
	}
	.program-title-sec #demo-slide ul{
		height: 62.5vw;
	}
	.program-sec{
		width: 100%;
	}
	.program-sec p{
		padding:0 2vw;
	}
	.program-sec h3{
		font-size: 1.6rem;
		max-width: 96%;
		padding-left: 2%;
	}
}

/* ------------------------------------------------
platform-section
------------------------------------------------ */
.platform-section{
	position: relative;
	overflow: hidden;
	padding-top: 220px;
}
.platform-inner{
	margin:auto;
	max-width: 1000px;
	width: 94%;
	padding-bottom: 240px;
}
.platform-inner h2{
	width: 70%;
    max-width: 440px;
}
.platform-inner .lead{
	line-height: 1.4;
	padding-bottom: 24px;
	font-weight: 500;
}
.platform-inner .lead img{
	width: 70%;
    max-width: 440px;
}
.platform-inner .lead span{
    display: block;
    font-size: 3.4rem;
}
.platform-sec ul{
	padding-top: 34px;
	display: flex;
	justify-content: space-between;
	width: 60%;
}
.platform-sec li{
	width: 24%;
	font-size: 1.0rem;
	text-align:center;
	letter-spacing: 0.05rem;
	font-weight: 300;
}
.platform-sec li span{
	display: block;
	padding:0 12px;
}
.platform-sec li p img{
	width: 60%;
	padding-top: 8px;
}
.platform-sec li p img+img{
	width: 100%;
	padding:4px 0 6px;
    background-image: url(../img/bg_platform_point.png);
    background-repeat:no-repeat;
    background-position:center bottom;
    background-size: auto 4px;
}
.platform-sec li p span{
	display: none;
}
.platform-img-sec{
    position: absolute;
    left: 52%;
    bottom: 0;
    width: 90%;
}

@media screen and (max-width:768px) {
	.platform-section{
		padding-top: 18vw;
	}
	.platform-inner{
		padding-bottom: 0;
	}
	.platform-inner .lead span {
	    font-size: 2.2rem;
	}
	.platform-sec ul{
		width: 100%;
		display: block;
	}
	.platform-sec li {
	    width: 100%;
	    display: flex;
	    justify-content: flex-start;
	    align-items: center;
	    font-size: 1.2rem;
	    padding-bottom: 16px;
	}
	.platform-sec li p {
	    width: 70%;
	    text-align: left;
	}
	.platform-sec li p br{
		display: none;
	}
	.platform-sec li p img{
		display: block;
		width: 80px;
	}
	.platform-sec li p img+img{
		display: none;
	}
	.platform-sec li p span {
	    display: block;
	    width: 100%;
	    padding: 0 0 8px;
	    font-size: 1.6rem;
	    font-weight: 500;
	    background-image: url(../img/bg_platform_point.png);
	    background-repeat:no-repeat;
	    background-position:-34px bottom;
	    background-size: auto 4px;
	}
	.platform-sec li span {
	    width: 24%;
	}
	.platform-img-sec {
		margin-top: 24px;
	    margin-right: -30%;
	    left: 10%;
	    position: relative;
	    width: 120%;
	}
}


/* ------------------------------------------------
price-section
------------------------------------------------ */
.price-section{
	margin-top: -160px;
	padding-top: 100px;
	padding-bottom: 64px;
	background: rgb(162,0,0);
	background: -moz-linear-gradient(137deg, rgba(176,16,16,1) 0%, rgba(162,0,0,1) 100%);
	background: -webkit-linear-gradient(137deg, rgba(176,16,16,1) 0%, rgba(162,0,0,1) 100%);
	background: linear-gradient(137deg, rgba(176,16,16,1) 0%, rgba(162,0,0,1) 100%);
}
.price-inner{
	margin:auto;
	max-width: 780px;
	width: 74%!important;
}
.price-inner h2 {
    font-size: 3.2rem;
    line-height: 1.4;
    color: #fff;
}
.price-inner h2 span{
	display: block;
	opacity: 0.3;
}
.price-sec{
	margin-top: 34px;
	padding:48px;
	background:#ffffff;
	border-radius:6px;
}
.price-sec dl{
	text-align:center;
	border-bottom: 6px solid #e6dcdc;
	padding-bottom: 16px;
}
.price-sec dt{
	color: #9f1616;
	font-size: 1.8rem;
}
.price-sec dd{
    width: 82%;
    margin: 20px auto 0;
}
.price-sec ul{
	padding-top: 16px;
	text-align:center;
}
.price-sec .entry-btn{
	max-width: 420px;
	margin:24px auto 0;
}

@media screen and (max-width:768px) {
	.price-section{
		margin-top: -80px;
	}
	.price-inner h2{
		font-size:2.4rem;
	}
	.price-sec{
		padding: 34px 24px;
	}
	.price-sec li{
		font-size:1.3rem;
		text-align:left;
		letter-spacing: 0.05rem;
	}
	.price-sec dd {
	    width: 94%;
	}
}


/* ------------------------------------------------
question-section
------------------------------------------------ */
.question-section{
	padding-top: 64px;
	padding-bottom: 64px;
}
.question-inner{
	margin:auto;
	max-width: 840px;
	width: 90%;
	padding:48px;
	background:#ffffff;
	border-radius:6px;
}
.question-inner h2{
	text-align: center;
	font-size: 2.2rem;
}
.question-inner h2 span{
	display: block;
	opacity: 0.3;
}
.question-sec dl{
	padding-top: 56px;
}
.question-sec dt{
	background: #ede6e6;
	border-radius:6px;
	padding:6px 16px;
}
.question-sec dd{
	padding-top: 16px;
	font-size: 1.5rem;
	font-weight: 300;
}

@media screen and (max-width:768px) {
	.question-inner{
		padding: 16px;
	}
}


/* ------------------------------------------------
side_link
 ------------------------------------------------ */
.side_link {
    position: fixed;
    right: 20px;
    bottom: 5%;
    z-index: 998;
    max-width: 298px;
    transition: all .5s ease;
    transform: translateX(1000px);
    padding: 10px 13px 10px;
    background-image: url(../img/bg_side_bnr.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .2);
}
.side_link a{
	display: block;
    line-height: 1;
}
.side_link a img{
	display: block;
    line-height: 1;
    box-shadow:none;
}
.side_link.is-active {
    transform: translateX(0);
}

@media screen and (max-width:960px) {
	.footer-section{
		padding-bottom: 200px;
	}
}

@media screen and (max-width:768px) {
	.side_link {
		display: block;
		bottom: 10px;
		right: 0;
		width: 64%;
	}
	.footer-section{
		padding-bottom: 34vw;
	}
}
@media screen and (max-width:480px) {
	.side_link {
		display: block;
	}
	.footer-section{
		padding-bottom: 42vw;
	}
}


/* ------------------------------------------------
animation
------------------------------------------------ */
@keyframes CommentIcon {
	0% {opacity:0;transform:translate(0, 100%);}
	100% {opacity:1;transform:translate(0, 0);}
}
@-webkit-keyframes CommentIcon {
	0% {opacity:0;transform:translate(0, 100%);}
	100% {opacity:1;transform:translate(0, 0);}
}
@keyframes MvDemo_Slid {
    0% {visibility: visible;opacity: 0;}
    15% {opacity: 1;}
    60% {opacity: 0;}
    100% {opacity: 0;}
}
@-webkit-keyframes MvDemo_Slid {
    0% {visibility: visible;opacity: 0;}
    15% {opacity: 1;}
    60% {opacity: 0;}
    100% {opacity: 0;}
}
@keyframes ShowHide {
	0% {opacity:1;}
	50% {opacity:0;}
}
@-webkit-keyframes ShowHide {
	0% {opacity:1;}
	50% {opacity:0;}
}
@keyframes HideShow {
	0% {background-image:none;}
	50% {background-image: url(../img/img_mv_002.png);}
}
@-webkit-keyframes HideShow {
	0% {background-image:none;}
	50% {background-image: url(../img/img_mv_002.png);}
}