@charset "UTF-8";

/*================================================
 *  TOPページ用
 ================================================*/

/*******見出し共通*******/
.title_top {
	padding-bottom: 75px;
	text-align: center;
}
.title_top span {
	display: block;
	letter-spacing: 0.06em;
}
.title_top span:nth-of-type(1) {
	font-size: 78px;
	font-weight: 700;
}
.title_top span:nth-of-type(2) {
	font-size: 18px;
	font-weight: bold;
	margin-top: 1.7em;
}









/*******メインエリア*******/
section#main_area {
	min-height: 100vh;
	padding-bottom: 60px;
}
@media only screen and (min-width:768.1px) and (orientation:portrait) {
	section#main_area {
		min-height: 1000px;
	}
}
section#main_area #main_slider,
section#main_area #main_slider .swiper-wrapper,
section#main_area #main_slider .swiper-slide,
section#main_area #main_slider .swiper-slide picture {
	height: 100%;
	width: 100%;
}
section#main_area #main_slider {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
section#main_area #main_slider::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	mix-blend-mode: multiply;
	z-index: 1;
}
section#main_area #main_slider .swiper-slide {
	overflow: hidden;
}
section#main_area #main_slider .swiper-slide picture {
	display: block;
}
section#main_area #main_slider .swiper-slide img {
	-webkit-transition: 8s 1s ease-out;
	transition: 8s 1s ease-out;
	opacity: 1;
}
section#main_area #main_slider .swiper-slide[class*=-active] img {
	transition-delay: 0s;
	transform: scale(1.2);
}

section#main_area .inner {
	max-width: 1380px;
	width: 100%;
	z-index: 10;
	padding: 100px 270px;
}
section#main_area .inner h2 {
	text-align: center;
}
section#main_area .inner h2 img {
	max-width: 100%;
}
section#main_area .inner .btn_support {
	position: absolute;
	bottom: 0;
	right: 0;
}
section#main_area .inner .scroll {
	position: absolute;
	bottom: -80px;
	left: 50%;
	height: 120px;
	width: 1px;
	overflow: hidden;
	z-index: 10;
}
section#main_area .inner .scroll::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background-color: #fff;
	animation: scrollAnimeY 2.6s cubic-bezier(0.8, 0, 0.1, 1) infinite;
}




/*******イントロダクション*******/
section#intro_area .point_list {
	position: relative;
	top: -60px;
	margin-bottom: -60px;
	z-index: 10;
}
section#intro_area .point_list li {
	background-color: #fff;
	border: 2px solid;
	border-radius: 50%;
	font-size: 26px;
	line-height: 1.75;
	height: 300px;
	width: 300px;
	margin: 0 25px;
	text-align: center;
}


section#intro_area .inner {
	padding: 160px 100px 360px;
	max-width: 1300px;
	margin: 0 auto;
}
section#intro_area .inner h3 {
	position: relative;
	left: -90px;
	margin-bottom: 100px;
}
section#intro_area .inner .intro_box figcaption {
	padding-bottom: 60px;
	width: 520px;
	flex-shrink: 0;
}
section#intro_area .inner .intro_box figcaption h4 {
	font-size: 48px;
	font-weight: bold;
	line-height: 1.75;
	margin: -0.375em -1em 1em 0;
}
section#intro_area .inner .intro_box figcaption p {
	line-height: 2.5;
}
section#intro_area .inner .intro_box img {
	margin-left: auto;
	margin-right: -140px;
	height: auto;
}

@media screen and (max-width:1250px) {
	section#intro_area .inner {
		max-width: 700px;
		padding-left: 0;
		padding-right: 0;
	}
	section#intro_area .inner .intro_box {
		display: block;
	}
	section#intro_area .inner .intro_box figcaption {
		width: 100%;
	}
	section#intro_area .inner .intro_box img {
		display: block;
		margin: 0 auto;
	}
}


section#intro_area .inner .btn_yt {
	border: 2px solid;
	border-radius: 100vh;
	max-width: 680px;
	height: 160px;
	margin: 120px auto 0;
	position: relative;
}
section#intro_area .inner .btn_yt::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 40px;
	width: 17px;
	height: 17px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}









/*******役立つ5つの理由*******/
section#reason_area {
	padding-top: 140px;
}
section#reason_area .deco_txt {
	position: absolute;
	top: 0.03em;
	left: -0.05em;
	transform: translate(0,-100%);
	-webkit-transform: translate(0,-100%);
	font-size: 190px;
	letter-spacing: 0.12em;
	white-space: nowrap;
	
}

section#reason_area h3 {
	font-size: 52px;
	font-weight: bold;
	line-height: 1.75;
	margin: -0.375em 0;
	text-align: center;
}
section#reason_area .reason_box {
	min-height: 1600px;
	margin-top: 140px;
}
section#reason_area .reason_box .reason_list {
	position: relative;
	left: 50%;
	width: 50%;
	padding: 0 30px 100px;
}
section#reason_area .reason_box .reason_list dt,
section#reason_area .reason_box .reason_list dt span {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
section#reason_area .reason_box .reason_list dd + dt {
	margin-top: 55px;
}
section#reason_area .reason_box .reason_list dt span {
	font-size: 70px;
	font-weight: 300;
	font-style: italic;
	width: 1.55em;
	margin: -0.125em 0 -0.125em;
}
section#reason_area .reason_box .reason_list dt em {
	font-size: 44px;
	font-weight: bold;
	letter-spacing: 0.04em;
}
section#reason_area .reason_box .reason_list dd {
	max-width: 560px;
	padding: 20px 0 0 35px;
}
section#reason_area .reason_box .reason_list dd .link_yt {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.06em;
	margin-top: 1em;
}
section#reason_area .reason_box .reason_list dd .link_yt img {
	margin-left: 0.4em;
}

section#reason_area .reason_box .img_list {
	position: absolute;
	top: 0;
	right: 50%;
	margin-right: 70px;
	z-index: 1;
}

@media screen and (max-width:1100px) {
	section#reason_area .reason_box {
		min-height: inherit;
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
	}
	section#reason_area .reason_box .reason_list {
		left: auto;
		width: 620px;
		margin: 0 auto;
	}
	section#reason_area .reason_box .img_list {
		position: relative;
		right: auto;
		top: auto;
		bottom: -60px;
		margin: -60px 0 0;
	}
	section#reason_area .reason_box .img_list img {
		width: 100%;
	}
}









/*******運営フロー・使い方*******/
section#howto_area {
	padding-top: 260px;
}

section#howto_area [class*="step_box"] {
	max-width: 1400px;
	padding: 0 150px;
	margin: 0 auto;
}
section#howto_area [class*="step_box"]:nth-of-type(n+2) {
	margin-top: 180px;
}
section#howto_area [class*="step_box"] dt {
	font-size: 98px;
	font-weight: 300;
	font-style: italic;
	position: relative;
	margin-left: -60px;
}
section#howto_area [class*="step_box"] dt::after {
	position: absolute;
	content: '';
	top: 50%;
	left: -40px;
	transform: translate(-100%,0);
	-webkit-transform: translate(-100%,0);
	width: 50%;
	height: 1px;
	border-top: 1px solid;
}
section#howto_area [class*="step_box"] dd {
	margin-top: 80px;
}
section#howto_area [class*="step_box"] dd .img_box figcaption {
	max-width: 600px;
	padding-right: 40px;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
section#howto_area [class*="step_box"] dd .img_box figcaption h5 {
	font-size: 44px;
	font-weight: bold;
	line-height: 1.75;
	margin: -0.375em -0.5em 0.7em 0;
}

section#howto_area [class*="step_box"] dd .img_box .img {
	margin: 0 -100px 0 auto;
}
section#howto_area [class*="step_box"] dd .img_box .img.mask_circle {
	margin-right: -60px;
}
section#howto_area [class*="step_box"] dd .img_box .img.mask_circle img {
	border-radius: 50%;
	overflow: hidden;
}

@media screen and (max-width:1200px) {
	section#howto_area [class*="step_box"] .img_box {
		display: block;
	}
	section#howto_area [class*="step_box"] dd .img_box figcaption {
		max-width: inherit;
		padding: 0;
	}
	section#howto_area [class*="step_box"] dd .img_box .img {
		text-align: center;
		margin: 50px 0 0;
	}
}



/*STEP 01*/
section#howto_area .step_box01 dd .manu_box {
	border: 1px solid;
	margin-top: 80px;
	padding: 50px 110px;
}
section#howto_area .step_box01 dd .manu_box h6 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 0.9em;
}


/*CapCut*/
section#howto_area .capcut_area {
	margin-top: 180px;
}
section#howto_area .capcut_area .main_box {
	padding: 0 120px 570px;
	position: relative;
}
section#howto_area .capcut_area .main_box .img_bg {
	background-color: #313234;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	width: 1900px;
	height: 100%;
	overflow: hidden;
	z-index: -1;
}
@media screen and (min-width:1900px) {
	section#howto_area .capcut_area .main_box .img_bg {
		width: 100%;
	}
}
section#howto_area .capcut_area .main_box .img_bg img {
	width: 100%;
}

section#howto_area .capcut_area .main_box .inner {
	max-width: 1010px;
	margin: 0 auto;
	z-index: 5;
}
section#howto_area .capcut_area .main_box .inner .img_suisho {
	position: absolute;
	top: 55px;
	left: -115px;
	z-index: 5;
}

section#howto_area .capcut_area .main_box .inner .app_info > img {
	position: relative;
	top: -40px;
	margin-right: 30px;
}
section#howto_area .capcut_area .main_box .inner .app_info figcaption {
	max-width: 560px;
	padding: 90px 20px 0 65px;
}
section#howto_area .capcut_area .main_box .inner .app_info figcaption .dl_list {
	margin-top: 35px;
}
section#howto_area .capcut_area .main_box .inner .app_info figcaption .dl_list a + a {
	margin-left: 18px;
}
section#howto_area .capcut_area .main_box .inner .app_info figcaption .kome_list {
	color: #bebebe;
	margin-top: 1.2em;
}
section#howto_area .capcut_area .main_box .inner .app_info figcaption p {
	line-height: 2.5;
	margin-top: 40px;
}

section#howto_area .capcut_area .main_box .inner .ex_list {
	margin: 60px -25px 0;
	width: calc(100% + 50px);
}
section#howto_area .capcut_area .main_box .inner .ex_list figure {
	margin: 0 25px;
	width: 480px;
	width: calc(50% - 50px);
}
section#howto_area .capcut_area .main_box .inner .ex_list figure figcaption {
	font-size: 18px;
	margin-bottom: 1em;
	white-space: nowrap;
}
section#howto_area .capcut_area .main_box .inner .ex_list figure a {
	display: block;
}
section#howto_area .capcut_area .main_box .inner .ex_list figure a img {
	width: 100%;
}

@media screen and (max-width:1100px) {
	section#howto_area .capcut_area .main_box .inner .img_suisho {
		left: 0;
	}
	section#howto_area .capcut_area .main_box .inner .app_info {
		display: block;
		max-width: 480px;
		margin: 0 auto;
	}
	section#howto_area .capcut_area .main_box .inner .app_info > img {
		display: block;
		margin: 0 auto 0;
	}
	section#howto_area .capcut_area .main_box .inner .app_info figcaption {
		max-width: inherit;
		padding: 0;
	}
	
	
	
	section#howto_area .capcut_area .main_box .inner .ex_list {
		width: 480px;
		margin: 60px auto 0;
	}
	section#howto_area .capcut_area .main_box .inner .ex_list figure {
		width: 100%;
		margin: 0;
	}
	section#howto_area .capcut_area .main_box .inner .ex_list figure + figure {
		margin-top: 50px;
	}
}



/*CapCutで作成した動画マニュアル例<*/
section#howto_area .capcut_area .manuex_box {
	top: -430px;
	margin: 0 auto -430px;
    max-width: 1010px;
	z-index: 5;	
}
section#howto_area .capcut_area .manuex_box h3 {
	font-size: 44px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 1.1em;
}

section#howto_area .capcut_area .manuex_box .manuex_list {
	margin: 10px -25px 0;
    width: calc(100% + 50px);
}
section#howto_area .capcut_area .manuex_box .manuex_list figure {
	background-color: #fff;
	margin: 50px 25px 0;
	width: 480px;
	width: calc(50% - 50px);
}
section#howto_area .capcut_area .manuex_box .manuex_list figure a {
	display: block;
}
section#howto_area .capcut_area .manuex_box .manuex_list figure a img {
	width: 100%;
}
section#howto_area .capcut_area .manuex_box .manuex_list figure figcaption {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.06em;
	text-align: center;
	margin-top: 0.5em;
}

@media screen and (max-width:1100px) {
	section#howto_area .capcut_area .manuex_box .manuex_list {
		width: 480px;
		margin: 10px auto 0;
	}
	section#howto_area .capcut_area .manuex_box .manuex_list figure {
		width: 100%;
	}

}




/*動画撮影や編集が苦手な方でも大丈夫！*/
section#howto_area .capcut_area .detail_box {
	border: 1px solid;
	max-width: 1350px;
	margin: 170px auto 0;
	padding: 110px 125px;
	z-index: 10;
}

section#howto_area .capcut_area .detail_box h3 {
	position: relative;
	margin: 0 -100px 60px;
}
section#howto_area .capcut_area .detail_box h3 span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	color: #f2f2f2;
	font-size: 120px;
	letter-spacing: 0.12em;
	white-space: nowrap;
	z-index: 0;
	opacity: 0.5;
}
section#howto_area .capcut_area .detail_box h3 em {
	font-size: 44px;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	z-index: 1;
}

section#howto_area .capcut_area .detail_box [class*="box"] {
	margin-top: 60px;
}
section#howto_area .capcut_area .detail_box [class*="box"]:nth-of-type(n+2) {
	margin-top: 110px;
}
section#howto_area .capcut_area .detail_box [class*="box"] h4 {
	font-size: 38px;
	line-height: 1.5;
	margin-bottom: 0.4em;
}
section#howto_area .capcut_area .detail_box [class*="box"] figure figcaption {
	max-width: 560px;
	padding-right: 30px;
}



@media screen and (max-width:1200px) {
	section#howto_area .capcut_area .detail_box [class*="box"] {
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
	}
	section#howto_area .capcut_area .detail_box [class*="box"] figure {
		display: block;
	}
	section#howto_area .capcut_area .detail_box [class*="box"] figure figcaption {
		max-width: inherit;
		padding: 0;
	}
	section#howto_area .capcut_area .detail_box [class*="box"] figure > img {
		display: block;
		margin: 50px auto 0;
	}
}



section#howto_area .capcut_area .detail_box .box01 figure figcaption h6 {
	font-size: 28px;
	font-weight: bold;
	margin: 1.5em 0 0.5em;
}
section#howto_area .capcut_area .detail_box .box01 .btn_manu {
	border: 2px solid;
	border-radius: 100vh;
	font-size: 32px;
	font-weight: bold;
	height: 120px;
	max-width: 580px;
	margin: 70px auto 0;
	position: relative;
}
section#howto_area .capcut_area .detail_box .box01 .btn_manu::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 1.1em;
	width: 0.53em;
	height: 0.53em;
	border-top: 2px solid;
	border-right: 2px solid;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}


section#howto_area .capcut_area .detail_box .box02 figure figcaption .sourcing_list {
	margin-top: 40px;
	max-width: 350px;
}
section#howto_area .capcut_area .detail_box .box02 figure figcaption .sourcing_list li + li {
	margin-top: 10px;
}
section#howto_area .capcut_area .detail_box .box02 figure figcaption .sourcing_list li a {
	border-radius: 0.3em;
	font-size: 20px;
	height: 60px;
	padding-left: 1em;
	position: relative;
}
section#howto_area .capcut_area .detail_box .box02 figure figcaption .sourcing_list li a::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 0.9em;
	width: 0.5em;
	height: 0.5em;
	border-top: 2px solid;
	border-right: 2px solid;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}


/*ポップアップ サンプルマニュアル*/
.popup_inner.smanu_box {
	padding: 80px;
	max-height: 100vh;
	max-height: calc(100vh - 110px);
	overflow-y: scroll;
}
.popup_inner.smanu_box .inr_list .table_smanu {
	border-collapse: separate;
	border-spacing: 0;
	border-top: 1px solid #8fc220;
	border-bottom: 1px solid #8fc220;
	width: 100%;
}
.popup_inner.smanu_box .inr_list .table_smanu tbody th,
.popup_inner.smanu_box .inr_list .table_smanu tbody td {
	font-size: 18px;
	line-height: 1.5;
	padding: 0.9em 0.75em;
	text-align: left;
}
.popup_inner.smanu_box .inr_list .table_smanu tbody th {
	background-color: #8fc220;
	border-top: 1px solid #fff;
	color: #fff;
	padding-right: 0!important;
	width: 150px;
	vertical-align: top;
}
.popup_inner.smanu_box .inr_list .table_smanu tbody:first-of-type tr:first-of-type th {
	border-top: none;
}
.popup_inner.smanu_box .inr_list .table_smanu tbody th:last-of-type {
	border-left: 1px solid;
	font-size: 16px;
	text-align: center;
	padding-left: 0!important;
	width: 64px;
	vertical-align: middle;
}
.popup_inner.smanu_box .inr_list .table_smanu tbody:not(:first-of-type) tr:first-of-type td {
	border-top: 1px solid #8fc220;
}
.popup_inner.smanu_box .inr_list .table_smanu tbody tr:nth-of-type(even) td {
	background-color: #f2f2f2;
}
.popup_inner.smanu_box .inr_list .table_smanu tbody td .link_movie {
	cursor: pointer;
	text-decoration: underline;
	-webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.popup_inner.smanu_box .inr_list .table_smanu tbody td .link_movie:hover {
	text-decoration: none;
}


.popup_inner.smanu_box .inr_movie {
	display: none;
}
.popup_inner.smanu_box .inr_movie .video_box {
	position: relative;
	height: 0;
	padding-top: 56.25%;
	overflow: hidden;
}
.popup_inner.smanu_box .inr_movie .video_box video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.popup_inner.smanu_box .inr_movie .btn_back {
	border: 1px solid #ccc;
	border-radius: 100vh;
	font-size: 18px;
	width: 300px;
	height: 60px;
	margin: 40px auto 0;
	-webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
	cursor: pointer;
}
.popup_inner.smanu_box .inr_movie .btn_back:hover {
	background-color: #ccc;
}




/*STEP 02*/
section#howto_area .step_box02 dd .size_box {
	margin-top: 30px;
}
section#howto_area .step_box02 dd .size_box h6 {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.06em;
	padding-bottom: 0.5em;
	border-bottom: 2px solid;
	margin-bottom: 45px;
}
section#howto_area .step_box02 dd .size_box .size_list {
	width: 280px;
}
section#howto_area .step_box02 dd .size_box .size_list li {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
section#howto_area .step_box02 dd .size_box .size_list li + li {
	margin-top: 20px;
}
section#howto_area .step_box02 dd .size_box .size_list li span:first-of-type {
	font-size: 20px;
	font-weight: bold;
}
section#howto_area .step_box02 dd .size_box .size_list li span:last-of-type {
	color: #fff;
	font-size: 11px;
	width: 3.64em;
	padding: 0.41em 0;
	text-align: center;
}
section#howto_area .step_box02 dd .size_box .size_list li span:last-of-type:not(.bg_main) {
	background-color: #999;
}


.popup_inner.msize_box {
	max-width: 1100px;
	padding: 80px;
}
.popup_inner.msize_box h4 {
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 0.8em;
}


/*STEP 04*/
section#howto_area .step_box04 dd .notes_box {
	border: 1px solid;
	margin-top: 45px;
	padding: 35px 40px;
}
section#howto_area .step_box04 dd .notes_box h6 {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0.6em;
}


/*STEP 05*/
section#howto_area .step_box05 dd .icon_info {
	border: 1px solid;
	margin-top: 45px;
	padding: 35px 40px;
}
section#howto_area .step_box05 dd .icon_info h6 {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0.6em;
}
section#howto_area .step_box05 dd .icon_info ul li + li {
	margin-top: 25px;
}
section#howto_area .step_box05 dd .icon_info ul li div {
	margin-bottom: 0.2em;
}
section#howto_area .step_box05 dd .icon_info ul li div img {
	margin-right: 0.5em;
}
section#howto_area .step_box05 dd .icon_info ul li p{
	color: #999;
}





/*******料金プラン*******/
section#plan_area {
	padding-top: 230px;
}


/*プラン*/
section#plan_area .inner_plan {
	padding-bottom: 230px;
}
section#plan_area .inner_plan h3 {
	position: relative;
	top: -38px;
	margin-bottom: -38px;
}

section#plan_area .inner_plan .txt_free {
	position: absolute;
	top: -70px;
	left: 0;
	border: 1px solid;
	border-radius: 100vh;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	width: 200px;
	height: 200px;
	padding-top: 0.5em;
}
section#plan_area .inner_plan .txt_free span span {
	display: block;
	font-size: 40px;
	margin-top: 0.35em;
}


section#plan_area .inner_plan h4 {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin: -1.25em 0 1.25em;
}

section#plan_area .inner_plan .plan_list {
	margin: 0 -20px;
	width: calc(100% + 40px);
}
section#plan_area .inner_plan .plan_list dl {
	border: 1px solid;
	background-color: #fff;
	padding: 95px 40px 135px;
	width: 340px;
	margin: 0 20px;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width:1160px) {
	section#plan_area .inner_plan .plan_list dl:nth-of-type(3) {
		margin-top: 40px;
	}
}

section#plan_area .inner_plan .plan_list dl dt .title {
	font-size: 28px;
	font-weight: bold;
}
section#plan_area .inner_plan .plan_list dl dt .mybox {
	font-size: 18px;
	margin-top: 30px;
}
section#plan_area .inner_plan .plan_list dl dt .mybox em {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	width: 90px;
	margin-right: 0.875em;
}
section#plan_area .inner_plan .plan_list dl dt .mybox > span {
	padding-bottom: 1px;
}
section#plan_area .inner_plan .plan_list dl dt .mybox > span span {
	font-size: 28px;
	margin-right: 0.1em;
}

section#plan_area .inner_plan .plan_list dl dd .price {
	font-size: 28px;
	font-weight: bold;
	margin-top: 40px;
}
section#plan_area .inner_plan .plan_list dl dd .price span {
	font-size: 34px;
}
section#plan_area .inner_plan .plan_list dl dd .price em {
	display: inline-block;
	font-size: 58px;
	font-weight: 700;
}

section#plan_area .inner_plan .plan_list dl dd .txt_bg {
	position: absolute;
	bottom: -0.03em;
	left: -0.05em;
	font-size: 74px;
	font-weight: 700;
	letter-spacing: 0.1em;
	opacity: 0.1;
}

/*スモールプラン*/
section#plan_area .inner_plan .plan_list dl.plan_small {
	border-color: #8fc220;
}
section#plan_area .inner_plan .plan_list dl.plan_small dt .mybox em {
	background-color: #8fc220;
}
section#plan_area .inner_plan .plan_list dl.plan_small dt .title,
section#plan_area .inner_plan .plan_list dl.plan_small dd .txt_bg {
	color: #8fc220;
}


/*ミディアムプラン*/
section#plan_area .inner_plan .plan_list dl.plan_medium {
	border-color: #65c7a6;
}
section#plan_area .inner_plan .plan_list dl.plan_medium dt .mybox em {
	background-color: #65c7a6;
}
section#plan_area .inner_plan .plan_list dl.plan_medium dt .title,
section#plan_area .inner_plan .plan_list dl.plan_medium dd .txt_bg {
	color: #65c7a6;
}

/*ラージプラン*/
section#plan_area .inner_plan .plan_list dl.plan_large {
	border-color: #8659a8;
}
section#plan_area .inner_plan .plan_list dl.plan_large dt .mybox em {
	background-color: #8659a8;
}
section#plan_area .inner_plan .plan_list dl.plan_large dt .title,
section#plan_area .inner_plan .plan_list dl.plan_large dd .txt_bg {
	color: #8659a8;
}



/*カスタマイズパターン*/
section#plan_area .inner_plan .custom_box {
	margin-top: 70px;
	padding: 80px;
}
section#plan_area .inner_plan .custom_box h5 {
	font-size: 34px;
	text-align: center;
	margin-bottom: 1.2em;
}


section#plan_area .inner_plan .custom_box .custom_list {
	margin-top: 40px;
}
section#plan_area .inner_plan .custom_box .custom_list .c_plan {
	border: 1px solid #8fc220;
	min-height: 200px;
	padding: 40px;
}
section#plan_area .inner_plan .custom_box .custom_list .c_plan .img_list img + img {
	margin-left: 20px;
}
section#plan_area .inner_plan .custom_box .custom_list .c_plan .equal {
	border-top: 2px solid;
	border-bottom: 2px solid;
	width: 35px;
	height: 12px;
	margin: 0 35px 0 25px;
}
section#plan_area .inner_plan .custom_box .custom_list .c_plan .price {
	font-size: 28px;
	font-weight: bold;
}
section#plan_area .inner_plan .custom_box .custom_list .c_plan .price span {
	font-size: 34px;
}
section#plan_area .inner_plan .custom_box .custom_list .c_plan .price em {
	display: inline-block;
	font-size: 58px;
	font-weight: 700;
}


section#plan_area .inner_plan .custom_box .custom_list .c_arrow {
	font-size: 22px;
	padding-left: 60px;
}
section#plan_area .inner_plan .custom_box .custom_list .c_arrow img {
	margin-right: 0.5em;
}





/*例えば*/
section#plan_area .inner_ex h4 {
	font-size: 48px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	max-width: 1350px;
	height: 250px;
	margin: 0 auto;
	position: relative;
	top: -125px;
	margin-bottom: -125px;
}
section#plan_area .inner_ex h4::after {
	position: absolute;
	content: '';
	bottom: 1px;
	left: 50%;
	transform: translate(-50%,100%);
	-webkit-transform: translate(-50%,100%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 29px 23px 0 23px;
	border-color: currentColor transparent transparent transparent;
}


section#plan_area .inner_ex .ex_list {
	margin-top: 110px;
}
section#plan_area .inner_ex .ex_list dl + dl {
	margin-top: 150px;
}
section#plan_area .inner_ex .ex_list dl dt span {
	border: 1px solid;
	border-radius: 50%;
	font-size: 28px;
	font-weight: bold;
	height: 150px;
	width: 150px;
	flex-shrink: 0;
}
section#plan_area .inner_ex .ex_list dl dt em {
	font-size: 34px;
	font-weight: bold;
	line-height: 1.5;
	margin-left: 40px;
	text-align: left;
}
section#plan_area .inner_ex .ex_list dl dd {
	margin-top: 35px;
}
section#plan_area .inner_ex .ex_list dl dd .modaal_zoom_sp {
	display: block;
	pointer-events: none;
	position: relative;
}
section#plan_area .inner_ex .ex_list dl dd .modaal_zoom_sp img {
	max-width: 100%;
}
@media screen and (min-width:1160.1px) {
	section#plan_area .inner_ex .ex_list dl dd .modaal_zoom_sp img {
		max-width: inherit;
		margin: 0 -1px;
	}
}







/*******よくある質問*******/
section#faq_area {
	padding-top: 140px;
}

section#faq_area .faq_list dt {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	border: 1px solid #ccc;
	cursor: pointer;
	position: relative;
	padding-right: 80px;
}
section#faq_area .faq_list dt::before,
section#faq_area .faq_list dt::after {
	position: absolute;
	content: '';
	width: 24px;
	height: 2px;
	background-color: #a0a0a0;
	top: 50%;
	right: 30px;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
section#faq_area .faq_list dt:not(.active)::after {
	transform: translate(0,-50%) rotate(90deg);
	-webkit-transform: translate(0,-50%) rotate(90deg);
}
section#faq_area .faq_list dt.active::after {
	opacity: 0;
}
section#faq_area .faq_list dd + dt {
	margin-top: 20px;
}
section#faq_area .faq_list dt span {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 36px;
	font-weight: 700;
	height: 80px;
	width: 80px;
	flex-shrink: 0;
}
section#faq_area .faq_list dt em {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	padding: 22px 0;
	text-align: left;
}
section#faq_area .faq_list dd {
	display: none;
}
section#faq_area .faq_list dd .inr {
	font-size: 20px;
	line-height: 2;
	padding: 20px 80px 30px;
}






/*******無料トライアルを開始する（共通）*******/
section.trial_area {
	margin-top: 400px;
}
section.trial_area h3 {
	font-size: 60px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.06em;
	text-align: center;
	position: absolute;
	top: 0.75em;
	left: 50%;
	transform: translate(-50%,-100%);
	-webkit-transform: translate(-50%,-100%);
	white-space: nowrap;
	z-index: 5;
}


section.trial_area .inner {
	padding: 230px 30px 110px;
}
section.trial_area .inner::before {
	position: absolute;
	content: '';
	top: -1px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 120px 50vw 0 50vw;
	border-color: #fff transparent transparent transparent;
}

section.trial_area .inner .main_box {
	max-width: 1240px;
	margin: 0 auto;
}
section.trial_area .inner .main_box figcaption {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	flex-shrink: 0;
	padding: 30px 0 0 0;
}
section.trial_area .inner .main_box figcaption p {
	font-size: 48px;
	font-weight: bold;
	line-height: 1.75;
	letter-spacing: 0.06em;
	padding: 75px 0 0 65px;
}
section.trial_area .inner .main_box img {
	max-width: 100%;
}
@media screen and (min-width:1240.1px) {
	section.trial_area .inner .main_box img {
		animation-delay: 0.8s;
	}
}
@media screen and (max-width:1240px) {
	section.trial_area .inner .main_box {
		display: block;
		text-align: center;
	}
	section.trial_area .inner .main_box figcaption {
		padding: 0 0 50px;
	}
	section.trial_area .inner .main_box img {
		display: block;
		margin: 0 auto 0;
	}
}

section.trial_area .inner .btn_box {
	margin-top: 50px;
	z-index: 5;
}
section.trial_area .inner .btn_box h5 {
	color: #fff;
	font-size: 34px;
	font-weight: bold;
	letter-spacing: 0.06em;
}
section.trial_area .inner .btn_box .btn_free {
	border-radius: 100vh;
	font-size: 44px;
	font-weight: bold;
	letter-spacing: 0.06em;
	max-width: 820px;
	width: 100%;
	height: 160px;
	position: relative;
	margin: 40px auto 0;
}
section.trial_area .inner .btn_box .btn_free::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 0.9em;
	width: 0.45em;
	height: 0.45em;
	border-top: 2px solid;
	border-right: 2px solid;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}


section.trial_area .inner .img_bg {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}





/*******リンクエリア*******/

section#link_area .link_list li {
	position: relative;
	width: 50%;
}
section#link_area .link_list li + li::before {
	position: absolute;
	content: '';
	top: 0;
	left: -1px;
	width: 2px;
	height: 100%;
	background-color: rgba(255,255,255,0.6);
	z-index: 2;
}
section#link_area .link_list li a {
	color: #fff;
	height: 280px;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
section#link_area .link_list li a img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
section#link_area .link_list li a h3 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.12em;
	margin-bottom: 1.5em;
	text-align: center;
}
section#link_area .link_list li a h3 em {
	display: block;
	font-size: 64px;
	letter-spacing: 0.06em;
	margin-bottom: 0.3em;
}
section#link_area .link_list li a p {
	font-size: 24px;
	letter-spacing: 0.06em;
}

@media screen and (max-width:950px) {
	section#link_area .link_list {
		display: block;
	}
	section#link_area .link_list li {
		width: 100%;
	}
	section#link_area .link_list li + li::before {
		top: -1px;
		left: 0;
		width: 100%;
		height: 2px;
	}
	
}






/*================================================================================================
 *  スマートフォン向けデザイン
 ================================================================================================*/
@media screen and (max-width:768px) {


/*******見出し共通*******/
.title_top {
	padding-bottom: 10vw;
}

.title_top span:nth-of-type(1) {
	font-size: 10.4vw;
}
.title_top span:nth-of-type(2) {
	font-size: 3.7vw;
	margin-top: 1.4em;
}







/*******メインエリア*******/
section#main_area {
	min-height: inherit;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	padding: 0;
}


section#main_area .inner {
	height: 100%;
	max-width: inherit;
	padding: 0 0 10vw;
}
section#main_area .inner h2 img {
	width: 86vw;
}
section#main_area .inner .btn_support {
	bottom: 6.5vw;
	right: 4vw;
	width: 38vw;
}
section#main_area .inner .scroll {
	bottom: 0;
	height: 21vw;
}



/*******イントロダクション*******/
section#intro_area .point_list {
	top: auto;
	margin: 10vw auto 0;
}
section#intro_area .point_list li {
	font-size: 4.2vw;
	height: 42.5vw;
	width: 42.5vw;
	margin: 0 1.3vw;
}
section#intro_area .point_list li:nth-of-type(1) {
	margin: 0 20vw;
}
section#intro_area .point_list li:nth-of-type(n+2) {
	margin-top: -1.2vw;
}


section#intro_area .inner {
	padding: 16vw 0 36vw;
}
section#intro_area .inner h3 {
	left: -3vw;
	margin-bottom: 13vw;
}
section#intro_area .inner h3 img {
	width: 85vw;
}

section#intro_area .inner .intro_box figcaption {
	padding-bottom: 9vw;
}
section#intro_area .inner .intro_box figcaption h4 {
	font-size: 6.4vw;
}
section#intro_area .inner .intro_box figcaption p {
	line-height: 2
}
section#intro_area .inner .intro_box img {
	width: 82vw;
	max-width: inherit;
	margin-right: -1.5vw;
}



section#intro_area .inner .btn_yt {
	max-width: 100%;
	height: 21vw;
	margin-top: 15vw;
}
section#intro_area .inner .btn_yt::after {
	border-width: 1px;
	right: 5vw;
	width: 2.5vw;
	height: 2.5vw;
}
section#intro_area .inner .btn_yt img {
	width: 57vw;
}





/*******役立つ5つの理由*******/
section#reason_area {
	padding-top: 15vw;
}
section#reason_area::after {
	position: absolute;
	content: '';
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 36vw;
	background-color: #fff;
}
section#reason_area .deco_txt {
	font-size: 19.7vw;
	
}

section#reason_area h3 {
	font-size: 6.4vw;
}
section#reason_area .reason_box {
	margin-top: 15vw;
}
section#reason_area .reason_box .reason_list {
	width: 100%;
	padding: 0 0 15vw;
}
section#reason_area .reason_box .reason_list dd + dt {
	margin-top: 10vw;
}
section#reason_area .reason_box .reason_list dt span {
	font-size: 9.3vw;
	width: 14vw;
}
section#reason_area .reason_box .reason_list dt em {
	font-size: 5.8vw;
}
section#reason_area .reason_box .reason_list dd {
	max-width: inherit;
	padding: 4vw 0 0 5vw;
}
section#reason_area .reason_box .reason_list dd p {
	line-height: 1.75;
}
section#reason_area .reason_box .reason_list dd .link_yt {
	font-size: 4.2vw;
	margin-top: 3vw;
}
section#reason_area .reason_box .reason_list dd .link_yt img {
	margin-left: 0.4em;
	width: 6.1vw;
}

section#reason_area .reason_box .img_list {
	bottom: auto;
	margin: 0;
	width: 92.5vw;
}









/*******運営フロー・使い方*******/
section#howto_area {
	padding-top: 25vw;
}

section#howto_area [class*="step_box"] {
	max-width: inherit;
	padding: 0;
}
section#howto_area [class*="step_box"]:nth-of-type(n+2) {
	margin-top: 20vw;
}
section#howto_area [class*="step_box"] dt {
	font-size: 13vw;
	margin-left: 16vw;
}
section#howto_area [class*="step_box"] dt::after {
	left: -3vw;
	width: 15vw;
}

section#howto_area [class*="step_box"] dd {
	margin-top: 10vw;
}
section#howto_area [class*="step_box"] dd .img_box figcaption h5 {
	font-size: 5.8vw;
}

section#howto_area [class*="step_box"] dd .img_box .img {
	margin: 10vw 0 0!important;
}
section#howto_area [class*="step_box"] dd .img_box .img img {
	width: 80vw;
}
section#howto_area [class*="step_box"] dd .img_box .img.mask_circle img {
	width: 72vw;
}




/*STEP 01*/
section#howto_area .step_box01 dd .manu_box {
	margin-top: 10vw;
	padding: 8vw 6.5vw;
}
section#howto_area .step_box01 dd .manu_box h6 {
	font-size: 5.8vw;
	text-align: center;
}


/*CapCut*/
section#howto_area .capcut_area {
	margin-top: 25vw;
}
section#howto_area .capcut_area .main_box {
	padding: 0 0 100vw;
	position: relative;
}
section#howto_area .capcut_area .main_box .img_bg {
	width: 100%;
}
section#howto_area .capcut_area .main_box .img_bg img {
	width: 100%;
}

section#howto_area .capcut_area .main_box .inner .img_suisho {
	top: -5.3vw;
	left: 0;
	width: 22vw;
	
}

section#howto_area .capcut_area .main_box .inner .app_info > img {
	top: -5vw;
	margin-bottom: -5vw;
	height: auto;
	width: 51vw;
}
section#howto_area .capcut_area .main_box .inner .app_info figcaption {
	padding: 6vw 0 0;
}
section#howto_area .capcut_area .main_box .inner .app_info figcaption h3 img {
	width: 64vw;
}
section#howto_area .capcut_area .main_box .inner .app_info figcaption .dl_list {
	margin-top: 8vw;
}
section#howto_area .capcut_area .main_box .inner .app_info figcaption .dl_list a img {
	width: 37.5vw;
}
section#howto_area .capcut_area .main_box .inner .app_info figcaption .dl_list a + a {
	margin-left: auto;
}
section#howto_area .capcut_area .main_box .inner .app_info figcaption .kome_list {
	font-size: 3.2vw;
	margin-right: -1em;
}
section#howto_area .capcut_area .main_box .inner .app_info figcaption p {
	line-height: 1.75;
	margin-top: 6vw;
}

section#howto_area .capcut_area .main_box .inner .ex_list {
	width: 100%;
	margin-top: 10vw;
}
section#howto_area .capcut_area .main_box .inner .ex_list figure figcaption {
	font-size: 3.7vw;
}
section#howto_area .capcut_area .main_box .inner .ex_list figure + figure {
	margin-top: 10vw;
}




/*CapCutで作成した動画マニュアル例<*/
section#howto_area .capcut_area .manuex_box {
	top: -80vw;
	margin-bottom: -80vw;
}
section#howto_area .capcut_area .manuex_box h3 {
	font-size: 5.8vw;
}

section#howto_area .capcut_area .manuex_box .manuex_list {
	margin: 10vw auto 0;
	width: 100%;
}
section#howto_area .capcut_area .manuex_box .manuex_list figure {
	margin: 0;
}
section#howto_area .capcut_area .manuex_box .manuex_list figure + figure {
	margin-top: 10vw;
}
section#howto_area .capcut_area .manuex_box .manuex_list figure figcaption {
	font-size: 4.5vw;
}



/*動画撮影や編集が苦手な方でも大丈夫！*/
section#howto_area .capcut_area .detail_box {
	max-width: 90vw;
	margin: 15vw auto 0;
	padding: 12vw 6vw;
}

section#howto_area .capcut_area .detail_box h3 {
	margin: 0 0 8vw;
}
section#howto_area .capcut_area .detail_box h3 span {
	font-size: 16vw;
	line-height: 0.875;
}
section#howto_area .capcut_area .detail_box h3 em {
	font-size: 5.8vw;
}

section#howto_area .capcut_area .detail_box [class*="box"] {
	margin-top: 7vw;
}
section#howto_area .capcut_area .detail_box [class*="box"]:nth-of-type(n+2) {
	margin-top: 15vw;
}
section#howto_area .capcut_area .detail_box [class*="box"] h4 {
	font-size: 5vw;
}

section#howto_area .capcut_area .detail_box [class*="box"] figure figcaption .kome_list {
	font-size: 3.2vw;
}
section#howto_area .capcut_area .detail_box [class*="box"] figure > img {
	margin-top: 7vw;
}





section#howto_area .capcut_area .detail_box .box01 figure figcaption h6 {
	font-size: 5vw;
}
section#howto_area .capcut_area .detail_box .box01 figure > img {
	width: 64vw;
}

section#howto_area .capcut_area .detail_box .box01 .btn_manu {
	font-size: 4.8vw;
	height: 18vw;
	max-width: inherit;
	margin: 10vw 0 0;
}
section#howto_area .capcut_area .detail_box .box01 .btn_manu::after {
	border-width: 1px;
	right: 1em;
}


section#howto_area .capcut_area .detail_box .box02 figure figcaption .sourcing_list {
	margin-top: 6vw;
	max-width: inherit;
}
section#howto_area .capcut_area .detail_box .box02 figure figcaption .sourcing_list li + li {
	margin-top: 2.5vw;
}
section#howto_area .capcut_area .detail_box .box02 figure figcaption .sourcing_list li a {
	font-size: 4.2vw;
	height: 16vw;
}
section#howto_area .capcut_area .detail_box .box02 figure figcaption .sourcing_list li a::after {
	border-width: 1px;
}


/*ポップアップ サンプルマニュアル*/
.popup_inner.smanu_box {
	padding: 8vw 5vw;
	max-height: calc((var(--vh, 1vh) * 100) - 32vw);
}
.popup_inner.smanu_box .inr_list .table_smanu tbody th,
.popup_inner.smanu_box .inr_list .table_smanu tbody td {
	font-size: 3.7vw;
	padding: 0.9em 0.75em;
}
.popup_inner.smanu_box .inr_list .table_smanu tbody th {
	width: 21vw;
	padding-left: 0.5em;
}
.popup_inner.smanu_box .inr_list .table_smanu tbody th:last-of-type {
	font-size: 2.6vw;
	width: 11vw;
}

.popup_inner.smanu_box .inr_movie .btn_back {
	font-size: 3.7vw;
	width: 61vw;
	height: 13vw;
	margin-top: 5vw;
}




/*STEP 02*/
section#howto_area .step_box02 dd .size_box {
	margin-top: 7vw;
}
section#howto_area .step_box02 dd .size_box h6 {
	font-size: 4vw;
	margin-bottom: 7vw;
}
section#howto_area .step_box02 dd .size_box .size_list {
	width: 60vw;
}
section#howto_area .step_box02 dd .size_box .size_list li + li {
	margin-top: 2.6vw;
}
section#howto_area .step_box02 dd .size_box .size_list li span:first-of-type {
	font-size: 4vw;
}
section#howto_area .step_box02 dd .size_box .size_list li span:last-of-type {
	font-size: 2.56vw;
}




.popup_inner.msize_box {
	max-width: inherit;
	padding: 8vw 6vw;
}
.popup_inner.msize_box h4 {
	font-size: 5.4vw;
}


/*STEP 04*/
section#howto_area .step_box04 dd .notes_box {
	margin-top: 7vw;
	padding: 6vw;
}
section#howto_area .step_box04 dd .notes_box h6 {
	font-size: 5vw;
	text-align: center;
}


/*STEP 05*/
section#howto_area .step_box05 dd .icon_info {
	margin-top: 7vw;
	padding: 6vw;
}
section#howto_area .step_box05 dd .icon_info h6 {
	font-size: 5vw;
	text-align: center;
}
section#howto_area .step_box05 dd .icon_info ul li + li {
	margin-top: 4vw;
}
section#howto_area .step_box05 dd .icon_info ul li div {
	margin-bottom: 0;
}
section#howto_area .step_box05 dd .icon_info ul li div img {
	width: 6.5vw;
	margin-right: 3vw;
}
section#howto_area .step_box05 dd .icon_info ul li p {
	padding-left: 9.5vw;
}













/*******料金プラン*******/
section#plan_area {
	padding-top: 25vw;
}

/*プラン*/
section#plan_area .inner_plan {
	padding-bottom: 30vw;
}
section#plan_area .inner_plan h3 {
	top: -5vw;
	margin-bottom: -5vw;
}

section#plan_area .inner_plan .txt_free {
	position: relative;
	top: auto;
	left: auto;
	border: none;
	font-size: 4.8vw;
	width: 100%;
	height: auto;
	padding: 0 0 2.6vw;
	margin: 0 auto 7vw;
}
section#plan_area .inner_plan .txt_free > span {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 10.6vw;
	width: 100%;
}
section#plan_area .inner_plan .txt_free span span {
	display: inline;
	font-size: inherit;
	margin-top: 0;
}
section#plan_area .inner_plan .txt_free img {
	height: 13vw;
}


section#plan_area .inner_plan h4 {
	font-size: 5vw;
}

section#plan_area .inner_plan .plan_list {
	margin: 0;
}
section#plan_area .inner_plan .plan_list dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 6.5vw 9vw 7vw 5vw;
	width: 100%;
	margin: 0!important;
}
section#plan_area .inner_plan .plan_list dl + dl {
	margin-top: 3vw!important;
}

section#plan_area .inner_plan .plan_list dl dt .title {
	font-size: 4.5vw;
}
section#plan_area .inner_plan .plan_list dl dt .mybox {
	font-size: 2.9vw;
	margin-top: 3vw;
}
section#plan_area .inner_plan .plan_list dl dt .mybox em {
	font-size: 2.6vw;
	height: 4.6vw;
	width: 14vw;
	margin-right: 0.875em;
}
section#plan_area .inner_plan .plan_list dl dt .mybox > span span {
	font-size: 4.5vw;
}

section#plan_area .inner_plan .plan_list dl dd .price {
	font-size: 3.7vw;
	margin-top: 0;
}
section#plan_area .inner_plan .plan_list dl dd .price span {
	font-size: 4.5vw;
}
section#plan_area .inner_plan .plan_list dl dd .price em {
	font-size: 7.7vw;
}

section#plan_area .inner_plan .plan_list dl dd .txt_bg {
	font-size: 12.5vw;
}


/*カスタマイズパターン*/
section#plan_area .inner_plan .custom_box {
	margin-top: 10vw;
	padding: 10vw 6.5vw;
}
section#plan_area .inner_plan .custom_box h5 {
	font-size: 5.8vw;
	margin-bottom: 1em;
}


section#plan_area .inner_plan .custom_box .custom_list {
	margin-top: 6vw;
}
section#plan_area .inner_plan .custom_box .custom_list .c_plan,
section#plan_area .inner_plan .custom_box .custom_list .c_plan .img_list {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
section#plan_area .inner_plan .custom_box .custom_list .c_plan {
	min-height: 40vw;
	padding: 5vw 0 5vw;
}
section#plan_area .inner_plan .custom_box .custom_list .c_plan .img_list {
	width: 100%;
	margin-bottom: 5vw;
}
section#plan_area .inner_plan .custom_box .custom_list .c_plan .img_list img {
	width: 21vw;
}
section#plan_area .inner_plan .custom_box .custom_list .c_plan .img_list img + img {
	margin-left: 2vw;
}

section#plan_area .inner_plan .custom_box .custom_list .c_plan .equal {
	border-width: 1px;
	width: 4.6vw;
	height: 1.7vw;
	margin: 0 3vw 0 0;
}
section#plan_area .inner_plan .custom_box .custom_list .c_plan .price {
	font-size: 3.7vw;
}
section#plan_area .inner_plan .custom_box .custom_list .c_plan .price span {
	font-size: 4.5vw;
}
section#plan_area .inner_plan .custom_box .custom_list .c_plan .price em {
	font-size: 7.7vw;
}


section#plan_area .inner_plan .custom_box .custom_list .c_arrow {
	font-size: 3.8vw;
	padding-left: 4vw;
}
section#plan_area .inner_plan .custom_box .custom_list .c_arrow img {
	height: 14vw;
}






/*例えば*/
section#plan_area .inner_ex h4 {
	font-size: 6.4vw;
	max-width: inherit;
	width: 90vw;
	height: 40vw;
	top: -16vw;
	margin-bottom: -16vw;
}
section#plan_area .inner_ex h4::after {
	border-width: 3.8vw 3vw 0 3vw;
}

section#plan_area .inner_ex .ex_list {
	margin-top: 15vw;
}
section#plan_area .inner_ex .ex_list dl + dl {
	margin-top: 14vw;
}
section#plan_area .inner_ex .ex_list dl dt span {
	font-size: 4.5vw;
	height: 24vw;
	width: 24vw;
}
section#plan_area .inner_ex .ex_list dl dt em {
	font-size: 4.5vw;
	margin: -0.25em -1em -0.25em 4vw;
}
section#plan_area .inner_ex .ex_list dl dd {
	margin-top: 5vw;
}
section#plan_area .inner_ex .ex_list dl dd .modaal_zoom_sp {
	pointer-events: auto;
}
section#plan_area .inner_ex .ex_list dl dd .modaal_zoom_sp .img_zoom {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 20vw;
}

/*modaal*/
.sp_modaal_zoom .modaal-gallery-item img {
	max-width: inherit;
	width: 180vw!important;
}





/*******よくある質問*******/
section#faq_area {
	padding-top: 18vw;
}

section#faq_area .faq_list dt {
	padding-right: 12vw;
	min-height: 16vw;
}
section#faq_area .faq_list dt::before,
section#faq_area .faq_list dt::after {
	width: 4.8vw;
	height: 2px;
	right: 5vw;
}
section#faq_area .faq_list dd + dt {
	margin-top: 3vw;
}
section#faq_area .faq_list dt span {
	font-size: 6.1vw;
	width: 12vw;
	height: 16vw;
}
section#faq_area .faq_list dt em {
	font-size: 4.2vw;
	padding: 4.85vw 0;
}
section#faq_area .faq_list dd .inr {
	font-size: 4vw;
	line-height: 1.75;
	padding: 5vw 5vw 5vw;
}





/*******無料トライアルを開始する（共通）*******/
section.trial_area {
	margin-top: 53vw;
}
section.trial_area h3 {
	top: 0.2em;
	font-size: 6.9vw;
}


section.trial_area .inner {
	padding: 30vw 0 27vw;
}
section.trial_area .inner::before {
	border-width: 16vw 50vw 0 50vw;
}

section.trial_area .inner .main_box {
	max-width: inherit;
}
section.trial_area .inner .main_box figcaption {
	padding: 0 0 9vw;
}
section.trial_area .inner .main_box figcaption h4 img {
	width: 80.5vw;
}
section.trial_area .inner .main_box figcaption p {
	font-size: 6.4vw;
	padding: 8vw 0 0;
}
section.trial_area .inner .main_box img {
	width: 67vw;
}

section.trial_area .inner .btn_box {
	margin-top: 8vw;
}
section.trial_area .inner .btn_box h5 {
	font-size: 5vw;
	line-height: 1.5;
}
section.trial_area .inner .btn_box .btn_free {
	font-size: 6.4vw;
	line-height: 1.5;
	max-width: inherit;
	width: 85vw;
	height: 26vw;
	margin: 4vw auto 0;
}
section.trial_area .inner .btn_box .btn_free::after {
	right: 1em;
	width: 0.5em;
	height: 0.5em;
	border-width: 1px;
}


section.trial_area .inner .img_bg {
	width: 98.26vw;
}





/*******リンクエリア*******/
section#link_area .link_list li a {
	height: 37vw;
}
section#link_area .link_list li a h3 {
	font-size: 3.2vw;
}
section#link_area .link_list li a h3 em {
	font-size: 8.5vw;
}
section#link_area .link_list li a p {
	font-size: 3.7vw;
}












	
}