/*************************
メディアクエリ
*************************/
@media screen and (max-width: 767px){

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






/**************************************************************************************************

共通マージン上書き

**************************************************************************************************/
.service-detail-block{
  padding: 30px 0;

}


.page-content{
padding:50px 0;
}


/**************************************************************************************************

共通縦長タイトル

**************************************************************************************************/
.comTtl h2 {
background:#f9f4d9;
border-top:solid 2px #e2d771;
padding:15px 0;
text-align:center;
  font-size:26px;
font-weight:900;
line-height:1.45em;
margin:60px 0 0 0;
}


/**************************************************************************************************

共通枠タイトル

**************************************************************************************************/
.comTtlFrame h2 {
background:#fff;
border:solid 3px #e2d771;
padding:10px 0 15px 0;
margin:0;
text-align:center;
font-size:23px;
font-weight:900;
line-height:1.4em;
border-radius:10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px;
margin:40px 0 0 0;
}



/**************************************************************************************************

並列画像

**************************************************************************************************/
/*** 3個並び ***/
.imgThreeList ul {
max-width:100%;
min-width:100%;
margin:30px auto 30px auto;
}

.imgThreeList ul li:nth-child(odd){
width:100%;
display:block;
vertical-align:top;
margin:0 auto 0 auto;
}

.imgThreeList ul li:nth-child(even){
width:100%;
display:block;
vertical-align:top;
margin:3% 0;
}


.imgThreeList p{
text-align:center;
font-size:20px;
line-height:1.4em;
font-weight:700;
margin:15px 0 0 0
text-align:center;
}


/**************************************************************************************************

共通ボタンサイズ

**************************************************************************************************/
.cta-type1-box img {
margin:0 auto;
text-align:center;
width:100%;

}



/**************************************************************************************************

キャッチ部分

**************************************************************************************************/
.service-top{
margin:30px auto 0 auto;
padding:0;
}

.service-top p{
margin:0 0 10px 0;
}

.service-top h1{
font-size:36px;
margin:25px 0 0 0;
}



/**************************************************************************************************

メインイメージ

**************************************************************************************************/

div.vid_contents {
width: 100%;/*背景色を横幅いっぱいに広げる*/
max-width: 100%;
text-align: center;
margin:20px auto 0 auto;
}



/**************************************************************************************************

動画作成ツールとは?

**************************************************************************************************/
.aboutBox h2{
  font-size:30px;
  margin-top:50px 0 0 0;
padding:10px 0 0 0;
  line-height:  1.2;
font-weight:700;
text-align:center;
  letter-spacing: 0.1em;
}

.aboutBox h3{
  font-size: 30px;
margin:30px 0 0 0;
  line-height:1.3em;
font-weight:700;
text-align:center;
color:#e83046;
}

.aboutBox h3 span{
  font-size: 24px;
color:#000;
}


/**************************************************************************************************

カンタン操作でパッと動画作成

**************************************************************************************************/
.kantanMargin{
margin:0 0 50px 0;
}



/**************************************************************************************************

横100%エリア

**************************************************************************************************/
.width100listAreaWhite{
  background-color: fff;
  padding:30px 0 0 0;
  text-align: center;
}

.comWM{
margin:0 0 30px 0;
}

.width100listAreaYellow{
background-color: var(--color-yellow2);
  padding: 30px 0;
  text-align: center;
}

.width100listAreaRed{
background-color: var(--color-orange2);
  padding: 30px 0;
  text-align: center;
}

.width100listAreaRedStrong{
background-color: #e83046;
margin:30px 0 0 0;
  padding: 30px 0;
  text-align: center;
}



/**************************************************************************************************

作成事例

**************************************************************************************************/
.caseBox p.exp{
font-size:15px;
text-align:center;
margin:20px 0 0 0;
}



.caseBox ul{
width:100%;
min-width:100%;
margin:50px auto 0 auto;
padding:0 0%;
}


.caseBox ul li{
display:inline-block;
width:47%;
margin:0 6% 6% 0; 
vertical-align:top;
}



.caseBox ul li:nth-child(4n){ 
display:inline-block;
width:47%;
margin:0 0 6% 0; 
}

.caseBox ul li:nth-child(odd){ 
display:inline-block;
width:47%;
margin:0 6% 6% 0; 
}

.caseBox ul li:nth-child(even){ 
display:inline-block;
width:47%;
margin:0 0 6% 0; 
}


.caseBox ul li p.cap{
text-align:center;
color:#fff;
width:auto;
font-size:12px;
background:#e83046;
font-weight:700;
padding:3px 10px;
margin:0 auto 0 auto;
line-height:1.4em;
border-radius: 20px;         /* CSS3 */
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px;
}

.caseBox ul li:nth-child(11), .caseBox ul li:nth-child(12), .caseBox ul li:nth-child(13), .caseBox ul li:nth-child(14), .caseBox ul li:nth-child(15), .caseBox ul li:nth-child(16){
display:none;
}

/************/
/*** 一覧 ***/
/************/

ul.youtubeList li a {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: 0.2s ease-in-out;

}

ul.youtubeList li a:hover {
    transform: translateY(-4px);
    text-decoration: none;
filter: drop-shadow(4px 4px 4px #aaa);
}
ul.youtubeList li a:hover:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
}
ul.youtubeList li a:hover:after {
    content: "\f03d";
    content: url('../img/service/moviemaker/play.png');
    font-weight: 900;
    font-size: 3rem;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    color: #e83046;
}
ul.youtubeList li a img {
    border-radius: 2px 2px 0 0;
}

/*************/
/*** modal ***/
/*************/

.ed-modal {
	background-color: rgba(68,68,68,.8);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}
div#modalOverlay {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.modalContent {
	max-height: 100%;
	max-width: 100%;
	position: relative;
	width: calc(56.25vh - 100px); /* 動画の比率にあわせて調整 */
}

.video {
	aspect-ratio: 9 / 16;
	height: auto;
	width: 100%;
}
.video iframe {
	border: 0;
	height: 100%;
	width: 100%;
}



.ed-closeModal {
    position: absolute;
    top: -35px;
    right: 5px;
    cursor: pointer;
    width: 1.5rem;
    height: 1.5rem;
    opacity: 1.0;
}
.ed-closeModal::before, .ed-closeModal::after {
  content: "";
  width: 24px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  transform-origin: top left;
}
.ed-closeModal::before {
  left: 0;
}
.ed-closeModal::after {
  right: 0;
  transform: rotate(-45deg);
  transform-origin: top right;
}



@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
/* （ここにモバイル用スタイルを記述） */
ul.youtubeList li {
    width: 100%;
}
}


/*******************************/
/*** 作成事例のもっと見る部分 ***/
/*******************************/
.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
margin:0 0 80px 0;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height:50px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 2.0rem;
	position: absolute;
	z-index: 2;
	bottom:-50px;
	left: 50%;
	width: 200px;
font-weight:700;
	font-size:17px;
	font-family: FontAwesome;
	content: '事例をもっと見る';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #fff;
padding:15px 0;
	background-color:#e83046;
border-radius:80px;         /* CSS3 */
	-moz-border-radius: 80px;    /* Firefox */
	-webkit-border-radius: 80px;

font-family:"游ゴシック","Yu Gothic",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif;
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height:850px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
	font-family: FontAwesome;
	content: '事例を閉じる';
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 10px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}



/**************************************************************************************************

各SNSに対応したショート動画サイズで作成されます

**************************************************************************************************/
.snsBox{
width:100%;
}

.snsBox h2.service-lead-block-ttl{
width:100%;
  font-size: 22px;
color:#fff;
  text-decoration: none;

text-align:center;
}

.snsBoxInner{
width:100%;
max-width:100%;
margin:20px 0 0 0;
background:#fff;
border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px;

}

.snsBox .service-lead-block-ttl span{
  font-size: 30px;
color:#fff;
  text-decoration: underline;
  text-decoration-color: var(--color-yellow-line);
  text-underline-offset: 10px;
  text-decoration-thickness: 6px;
  line-height: 2;
text-align:center;
  white-space: nowrap;
}

.snsBox .spImg{
margin:30px auto 20px auto;

}

.snsBox .iconBox{
background:#f9f4d9;
border:solid 2px #e2d771;
padding:15px 10px 15px 10px;
position:relative;
border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px;
}

.snsBox .iconBox p{
font-size:20px;
text-align:center;
line-height:1.4em;
font-weight:700;
}

.snsBox .iconBox ul {
text-align:center;
margin:15px 0 0 0;
padding:0 10%;
}


.snsBox .iconBox ul li{
display:inline-block;
margin:0 5% 0 0;
vertical-align:top;
width:16%;
}

.snsBox .iconBox ul li:last-child{
margin:0;
}

.snsBox .iconBox ul li img{
width:100%;
}



.snsBox .iconBox .sarani{
position:absolute;
background:#fff;
border:solid 2px #e2d771;
text-align:center;
font-size:17px;
padding:20px 0 0 0;
color:000;
font-weight:700;
border-radius:50%;
width:70px;
height:70px;
left:-20px;
top:-40px;
}



/**************************************************************************************************

カンタン動画作成ツール 3つの魅力

**************************************************************************************************/
.service-lead-block-ttl{
  font-size: 26px;
  text-decoration: underline;
  text-decoration-color: var(--color-yellow-line);
  text-underline-offset: 10px;
  text-decoration-thickness: 6px;
  line-height: 2;
text-align:center;
  white-space: nowrap;
}

.miryokuBox{
margin:50px auto 0 auto;
padding:5%;
width:100%;
height:auto;
position:relative;
background:#fff;
border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px;
}

.miryokuBox .num{
width:100px;
background:#ea3750;
  font-size:22px;
line-height:2.0em;
font-weight:700;
color:#fff;
text-align:center;
    position: absolute;
    top: -25px;
left:50%;
border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px;
-webkit-transform: translateX(-50%);
-ms-transform:translateX(-50%);
          transform: translateX(-50%);
}

.miryokuBox .num span{
  font-size:18px;
margin:0 5px 0 0;
}

.miryokuBox .stepImg{
padding:20px 0 5px 0;
width:100%;
}

.miryokuBox .stepImg img{
width:65%;
}


.miryokuBox h3{
color:#ea3750;
  font-size:2.6rem;
text-align:center;
line-height:1.5em;
margin:0 0 10px 0;
font-weight:700;
}

.miryokuBox p{
color:#000;
font-size:16px;
text-align:left;
line-height:1.5em;
}


/*******************************/
/*** 政治家ページでも利用 ***/
/*******************************/

.seijikariyouBox {
position:relative
}


.seijikariyouBox .hukidashi1{
display:none;
position:absolute;
top:-50px;
right:140px;
}


.seijikariyouBox dl{
margin:40px 0 0 0;
width:100%;
position:relative
}


.seijikariyouBox dt{
vertical-align:top;
display:block;
width:100%;
margin:0 0 20px 0;
}

.seijikariyouBox dd{
vertical-align:top;
display:block;
width:100%;
margin:0 0 0 0;
}

.seijikariyouBox dd h3{
color:000;
  font-size:28px;
text-align:center;
line-height:1.5em;
margin:0 0 0 0;
font-weight:700;
}

.seijikariyouBox dd h4{
color:#000;
  font-size:18px;
text-align:left;
line-height:1.5em;
margin:15px 0 0 0;
font-weight:700;
}

.seijikariyouBox dd h4 span{
color:#e83046;
  font-size:14px;
margin:0 5px 0 0;
}

.seijikariyouBox dd p{
color:#000;
  font-size:15px;
text-align:left;
margin:0;
}


.seijikariyouBox dd p.vonnector{
margin:10px auto 0 auto;
text-align:center;
}


p.over a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}



/**************************************************************************************************

動画作成代行サービス

**************************************************************************************************/

.daikouBox {
position:relative
}


.daikouBox .hukidashi2{
display:none;
position:absolute;
top:-90px;
right:0px;
}


.daikouBox dl{
margin:0 0 0 0;
width:100%;
position:relative
}


.daikouBox dt{
vertical-align:top;
display:block;
width:100%;
margin:0 0 20px 0;
}

.daikouBox dd{
vertical-align:top;
display:block;
width:100%;
margin:0 0 0 0;
}

.daikouBox dd h3{
color:000;
  font-size:26px;
text-align:center;
line-height:1.5em;
margin:0 0 20px 0;
font-weight:700;
}


.daikouBox dd p{
color:#000;
  font-size:15px;
text-align:left;
margin:0;
}


.daikouBox p.daikou{
margin:20px 0 0 0;

}


p.over a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}



/**************************************************************************************************

お申し込みの流れ

**************************************************************************************************/
.service-lead-block-ttl{
  font-size: 26px;
  text-decoration: underline;
  text-decoration-color: var(--color-yellow-line);
  text-underline-offset: 10px;
  text-decoration-thickness: 6px;
  line-height: 2;
text-align:center;
  white-space: nowrap;
}

.flowBox{
margin:50px auto 0 auto;
padding:5%;
width:100%;
height:auto;
position:relative;
background:#fff;
border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px;
}

.flowBox .num{
border-radius:50%;
width:50px;
height:50px;
background:#ea3750;
  font-size:2.4rem;
line-height:2.0em;
font-weight:700;
color:#fff;
text-align:center;
    position: absolute;
    top: -25px;
left:50%;
-webkit-transform: translateX(-50%);
-ms-transform:translateX(-50%);
          transform: translateX(-50%);
}

.flowBox .stepImg{
padding:20px 0 5px 0;
width:100%;
}

.flowBox .stepImg img{
width:65%;
}



.flowBox h3{
color:#ea3750;
  font-size:2.6rem;
text-align:center;
line-height:1.5em;
margin:0 0 10px 0;
font-weight:700;
}


.flowBox p{
color:#000;
font-size:16px;
text-align:left;
line-height:1.5em;
}

.flowBox p.maU{
color:#000;
font-size:16px;
text-align:left;
line-height:1.5em;
margin:15px 0 0 0;
}




/**************************************************************************************************

アンカーリンクのずれ
**************************************************************************************************/

#topic1 {
  margin-top : -0px;
  padding-top : 0px;
}

#topic2 {
  margin-top : -0px;
  padding-top : 0px;
}

#topic3 {
  margin-top : -80px;
  padding-top : 80px;
}

#topic4 {
  margin-top : -80px;
  padding-top : 80px;
}

#topic5 {
  margin-top : -20px;
  padding-top : 20px;
}



/**************************************************************************************************

FAQ
**************************************************************************************************/

.faqBox {
    width:100%;
background:#f5f5f5;
padding:0 0 0 0;
margin:0 auto 0 auto;
}

.faqAccordion{
margin:30px 0 0 0;
}


.faqAccordion dt {
    cursor:pointer;
    background-image: url(../img/service/moviemaker/open.png);
    background-size:12px auto;
    background-repeat: no-repeat;
    background-position: 97% center;
    border-bottom:dotted 1px #ccc;
    padding:20px 30px 20px 55px;
    font-size:16px;
    line-height:1.6em;
background-color:#fff;
text-align:left;
    position:relative;
}


.faqAccordion dt:before{
font-family: "Font Awesome 5 Free";
content:'Q';
 font-size:130%;
position:absolute;
color:#000;
font-weight: 900;
top:50%;
left:20px;
-webkit-transform:translateY(-50%);
-ms-transform:translateY(-50%);
transform:translateY(-50%);
}

.faqAccordion dd{
    display:none;
    font-size:16px;
text-align:left;
    line-height:140%;
    border-bottom:dotted 1px #ccc;
    padding:20px 30px 20px 55px;
margin:0 0 30px 0;
    line-height:1.6em;
background-color:#fff;
    position:relative;
    }

.faqAccordion dd:before{
font-family: "Font Awesome 5 Free";
content:'A';
 font-size:130%;
position:absolute;
color:#ea3750;
font-weight: 900;
top:50%;
left:20px;
-webkit-transform:translateY(-50%);
-ms-transform:translateY(-50%);
transform:translateY(-50%);
}
.faqAccordion dd p{
margin:0 0 20px 0;
    }

.faqAccordion dt.active{
    background-image: url(../img/service/moviemaker/close.png);
    background-size:12px auto;
}
.faqAccordion dt.over {
    background-color: #fafafa;

}


}
