
a.icoArrow{
  position: relative;
  display: inline-block;
  color: #111;
  border: 1px solid #000;
  border-radius: 5px;
  padding:15px 15px 10px; 
  width:200px;
  text-decoration: none;
  outline: none;
  font-size: 0.95em;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
a.icoArrow span{
  position: absolute;
  right:15px;
}
a.icoArrow i.fa-location-arrow{
  transform: rotate(45deg); 
}
.icoArrow span::before{
  content: '';
position: absolute;
display: inline-block;
  bottom:-10px;
  right:15%;  
  transition: all .3s;
}
.icoArrow:hover{
  background: rgba(6, 7, 35, 1);
  color: #fff;
}
.columnContentsLink .icoArrow{
  color: #fff;
  border: 1px solid #666;
}
.columnContentsLink .icoArrow:hover{
  background: #fff;
  color: #000;
}

@media (max-width: 680px) {
  a.icoArrow{
    width:100%;
    margin:0 0 5px;
  }
}
.content-section {
  padding-top: 50px;
  position: relative;
  width: 100%;
  display: inline-block;
  height: auto;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#cont .content-section,#policy .content-section,#company .content-section,#layer .content-section,#contact .content-section {
  padding-top: 140px;
}
@media (max-width: 992px) {
  #cont .content-section,#policy .content-section,#company .content-section,#layer .content-section {
    padding-top: 110px;
  }
}
.contentHeader {
  text-align: left;
  position: relative;
  margin-bottom: 60px;
}
#layer .contentHeader {
  margin-bottom: 40px;
  min-height:440px;
}
.contentHeaderInner{
  display: inline-block;
  margin:-90px 0 0 500px;
  font-size: 1.05em;
}
.contentHeaderInner .icoArrow{
  margin:20px 0 0;
}
.section-contentArea span,.vennTxt span{
}
.descrip{
  font-family: "Zen Old Mincho", serif;
  line-height: 2em;
  display: inline-block;
}
.mark{
  font-family: 'Alegreya Sans SC', sans-serif;
  letter-spacing: 0.2em;
  margin:0 0 20px 0;
  background: none;
}
@media (max-width: 768px) {
.contentHeaderInner .mark{
  margin:0 0 20px 0;
}
.descrip{
  line-height: 1.7em;
  color:#444;
}
.mark{
  margin:0;
}
}

.contentHeaderInner h3,#flow h3{
  padding:0 0 40px 0;
  margin:0;
  color:#000;
}
.contentHeaderInner img{
  margin:0 0 20px;
}
.contentHeaderInner .logo_vc{
  width:200px;
}
h3.zen{
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2em;
}
@media (max-width: 1280px) {
  .contentHeaderInner{
    margin-left:330px;
  }
}
@media (max-width: 992px) {
#layer .contentHeader {
  margin-top:0px;
}
  .contentHeaderInner{
    margin:0 0 0 0;
  }
  .contentHeaderInner h3{
    padding:0 0 40px 0;
  }
  .contentHeaderInner .mark{
    margin:10px 0 10px;
  }
  .contentHeaderInner img{
    width: auto;
  }
  h3.zen{
    font-size: 1.8em;
  }
}
@media (max-width: 767px) {
  .contentHeaderInner h3{
    padding:0 0 40px 0;
  }
  h3.zen{
    font-size: 1.3em;
  }
  .contentHeaderInner img{
    width:200px;
  }
}
.section-content-area{
  color:#fff;
}



.column{
  width:50%;
  margin:0;
  float:left;
  min-height: 500px;
}
.columnContents{
  position:relative;
  padding:0 15px ;
}
.columnContents h3{
  font-size: 1.4em;
  padding:0 0 5px;
  font-weight: bold;
}
.columnContents .columnTxt{
  font-family: "Zen Old Mincho", serif;
  min-height: 140px;
  display:inline-block;
  line-height: 1.7;
  color:#d7d7d7;
}
.columnContents img.logo_webstudio,.columnContents img.logo_vc,.columnContents img.logo_elysium{
  position: absolute;
  right:10px;
  top:0;
  margin:0;
  padding:0;
}
.columnContents img.logo_webstudio{
  width:150px;
}
.columnContents img.logo_vc{
  width:130px;
}
.columnContents img.logo_elysium{
  width:180px;
  margin:10px 0 0;
}
@media (max-width: 767px) {
  .column{
    width:100%;
    float:none;
    min-height: auto;
  }
  .columnContents{
    padding:0 10px ;
  }
  .columnContents .columnTxt{
    min-height: auto;
    padding:0 0 10px;
  }
  .columnContents h3{
    font-size: 1.3em;
  }
  .content-section {
    padding-top: 30px;
  }
  #cont .content-section,#policy .content-section,#company .content-section,#layer .content-section{
    padding-top: 90px;
  }
}
.section-content-area{background: rgb(19, 19, 19);
}
.contentsArea{
  position: relative;
  padding-left: 160px;
  padding-right: 160px;
  padding-bottom: 75px;
  padding-top: 75px;
}
@media (max-width: 1536px) {
  .contentsArea{
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (max-width: 1280px) {
  .contentsArea{
    position: relative;
    padding: 40px 30px;
  }
}
@media (max-width: 992px) {
  .contentsArea{
    padding: 30px 10px;
  }
}
.contentsArea .section-content{
  position: relative;
}
.contentsArea .number{
  position: absolute;
  top:0;
  left:0;
  display: inline-block;
  margin:0;
  padding:0;
  line-height: 0.7;
  font-family: "Alumni Sans Pinstripe", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 6.3em;
  color:#b5a782;
}
.contentFirst{
  margin:0 180px 0 0;
}
.contentSecond{
  margin:0 120px 0 60px;
}
.contentThird{
  margin:0 60px 0 120px;
}
.contentFour{
  margin:0 0 0 180px;
}
.contentFirst,.contentSecond,.contentThird,.contentFour{
  position: relative;
  margin-bottom:60px;

}
.contentFirst h3,.contentSecond h3,.contentThird h3,.contentFour h3{
  padding:0 0 20px;
}
.section-contentArea {
  margin:0 0 0 90px;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
  font-size: 1.05em;
}

@media (max-width: 992px) {
  .contentFirst{
    margin:0 60px 0 0;
  }
  .contentSecond{
    margin:0 40px 0 20px;
  }
  .contentThird{
    margin:0 20px 0 40px;
  }
  .contentFour{
    margin:0 0 0 60px;
  }
}
@media (max-width:768px) {
  .contentsArea .number{
    font-size: 2.6em;
  }
  .contentFirst,.contentSecond,.contentThird,.contentFour{
    margin:0;
  }
  .section-contentArea {
    margin:0 ;
  }
  .contentFirst h3,.contentSecond h3,.contentThird h3,.contentFour h3{
    padding:2px 0 0 40px;
  }
}
.subArea{
  padding-bottom: 40px;
  padding-top: 30px;
}
/* c0nsept
--------------------------------*/
.infoArea{
  margin:60px 0 0;
}
.infoAreaInner{
  width:58%;
  float: right;
}
.infoAreaInner h3.zen{
  font-size: 1.6em;
  padding:0 0 20px;
  margin:0;
}
.infoAreaInner .descrip{
  margin:0 0 30px;
}

@media (max-width: 992px) {
  .infoArea{
    margin:30px 0 0;
  }
}
@media (max-width: 768px) {
  .infoArea{
    margin:10px 0 0;
  }
  .infoAreaInner{
    margin:20px 0 0;
    width:100%;
    float: none;
  }
  .infoAreaInner h3.zen{
    font-size: 1.3em;
    padding:0 0 12px;
    margin:0;
  }
}
/* ベン図
--------------------------------*/
.collabo{
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  background-image: linear-gradient(180deg, rgba(31, 66, 97, 1) 20%, rgba(112, 72, 72, 1) 65%, rgba(26, 31, 44, 1));
  color:#fff;
  background-attachment:fixed !important;
}
.collabo .columnContentsLink{
  padding:40px 0 0;
}

.vennTxt{
  margin: 40px 0 0;
  width: 55%;
  float:left;
}
.vennArea{
  width:40%;
  float:right;
}
.vennTxt .descrip{
  background: none;
}
.venn {
  position: relative;
  padding: 0px;
  margin: 0 auto;
  width: 24em;
  height: 23em;
  font-size: 1.2vw;
  list-style: none;
}
.venn > li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 13.8em;
  height: 13.8em;
  box-sizing: border-box;
  border: solid 1px #999;
  border-radius: 50%;
  text-align: center;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-family: "Zen Old Mincho", serif;
  color:#fff;
  background:rgba(0, 0, 0, 0.2);
}
.venn > li:nth-of-type(1) {
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0px 0.5em 2em;
  letter-spacing: 0.2em;
}
.venn > li:nth-of-type(2) {
  bottom: 0px;
  left: 0px;
  padding:1.5em 2em 0px 1em;
  letter-spacing: 0.3em;
}
.venn > li:nth-of-type(3) {
  bottom: 0px;
  right: 0px;
  padding:1.5em 1em 0px 2em;
  letter-spacing: 0.3em;
}

@media (max-width: 992px) {
  .vennTxt{
    margin: 20px 0 0;
    width: 100%;
    float:none;
  }
  .vennArea{
    padding:40px 0 0;
    width: 100%;
    float:none;
  }
  .venn {
    width: 24em;
    height: 23em;
    font-size: 2.8vw;
  }
  .venn > li {
    width: 13.8em;
    height: 13.8em;
  }
}

@media (max-width: 768px) {
  .collabo .columnContentsLink{
    padding:10px 0 0;
  }
  .vennArea{
    padding:20px 0 0;
  }
  .vennTxt .descrip{
    color:#eee;
  }
}
/* flow */
.flowArea {
  position: relative;
  margin: 0 auto;
  padding:40px 0 40px;
  width:1200px;
}
.flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin: 0 auto;
  padding:15px 0 0;
}
.flow > li {
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
  list-style-type: none;
}
.flow > li .icon {
  font-style: normal;
  position: relative;
  font-size:0.9em;
  display: inline-block;
  z-index: 1;
  background: #b5a782;
  color: #fff;
  width:122px;
  margin: 30px 0 0 -7px;
  padding: 0 20px 0 5px;
  z-index: 2;
  line-height:1.5;
}
.flow > li dl {
  padding: 30px 35px;
  margin: -45px 0 0;
  border: 1px solid #ddd;
  position: relative;
  height:440px;
}
.flow > li:not(:last-child) dl::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-top: 1px solid #b5a782;
  border-right: 1px solid #b5a782;
  position: absolute;
  top: calc(50% - 14px);
  left: 105%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

ul.flow > li dl dt {
  position: relative;
  text-align: center;
  color: #333;
  font-size: 1.4em;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
  letter-spacing: 0.3em;
  margin: 80px 0 0 8px;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  display: inline-block;
}
ul.flow > li dl dd {
  font-family: 'Alegreya Sans SC', sans-serif;
  text-align: center;
  color: #ccc;
  font-size: 1.4em;
  position :absolute;
  top :50px;
  right:0;
}
@media (max-width: 1280px) {
  .flowArea {
    padding:40px 0 40px;
    width:900px;
  }
  .flow > li dl {
    padding: 0px 5px;
    margin: -45px 0 0;
    border: 1px solid #ddd;
    position: relative;
    height:400px;
  }
  .flow > li:not(:last-child) dl::before {
    content: "";
    width: 14px;
    height: 14px;
    margin-right: 10px;
    display: inline-block;
    border-top: 1px solid #b5a782;
    border-right: 1px solid #b5a782;
    position: absolute;
    top: calc(50% - 14px);
    left: 105%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  ul.flow > li dl dt {
    position: relative;
    text-align: center;
    color: #333;
    font-size: 1.2em;
    text-align: center;
    font-family: "Zen Old Mincho", serif;
    font-weight: normal;
    letter-spacing: 0.3em;
    margin: 80px 0 0 8px;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    display: inline-block;
  }
}

.hp{
  position: absolute;
  top: 150px;
  left:0;
  width: 100%;
}
.ico_hp{
  width: 280px;
  animation-name: anim_s;
  transform: rotate(30deg);
  animation-duration: 15s;
  margin-left:40px;
}
.ico_movie{
  width: 280px;
  animation-name: anim_s;
  transform: rotate(30deg);
  animation-duration: 15s;
  margin-left:40px;
  margin-top:40px;
}
.ico_music{
  width: 180px;
  animation-name: anim_s;
  transform: rotate(5deg);
  animation-duration: 15s;
  margin-left:100px;
}
.ico_trans{
  width: 220px;
  animation-name: anim_s;
  transform: rotate(5deg);
  animation-duration: 15s;
  margin-left:40px;
}

ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 実績 */
.eyecatch{
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  width: 100%;
  max-height: 500px;
  padding-top: 62.5%;
}

.viewArea{
  margin: 0;
  padding: 0;
  position: absolute;
  right:0;
  top:0;
}
.hashtagArea{
  margin: 0;
  padding: 0;
  position: absolute;
  right:0;
  top:50px;
  text-align: right;
}
.hashtagArea ul{
  margin:0.8em 0 0;
  padding: 0;
}
.hashtagArea ul li {
  margin: 0;
  padding: 0 0 0 .2em;
  font-size: 0.9em;
  display: inline-block;
}
.hashtagArea ul li:before {
	content: "#";	
}
.date,.client {
  display: inline-block;
  color:#444;
  font-size: 1em;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <normal>;
  font-style: normal;
}
.date {
  padding:0 0 0 .8em;
}
.hashtagArea a.icoArrow{
  text-align: left;
}
#result{
  padding-bottom: 0;
  padding-top: 75px;
  text-align: left;
}
#result .mark,#result h3{
  text-align: center;
}
#result .contentsArea　.infoArea .movie{
  width:48.5%;
}
.resultComment{
  margin-left:51.5%;
  text-align: left;
}
#result .infoArea .resultComment .mark{
  text-align: left;
  margin-bottom:0.5em;
}
#result .infoArea .resultComment .mark:before {
	content: "#";	
}
#result .infoArea .resultComment .descrip{
  margin-bottom:2em;
}
#result .section-content{
  margin-bottom:5em;
}
.squareArea{
  display: grid;
  grid-template-columns: repeat(2 , 1fr);
  gap: 10px;
}
.screenshot{
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-size: 48%;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url(../img/screenshot001.png);
}
.screenshot img{
  display: none;
}
#result .infoArea .infoAreaInner h3{
  text-align: left;
}
@media (max-width: 992px) {
  #result .infoArea .movie {
    width:100%;
  }
  #result .infoArea .infoAreaInner{
    width:100%;
    margin: 10px 0 0;
  }
  .hashtagArea{
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
    right:0;
    top:0;
  }
}

@media (max-width: 768px) {
  #result{
    padding-bottom: 0;
    padding-top: 10px;
    text-align: left;
  }
  .contentHeader{
    margin: 0;
    padding: 0;
  }
  .viewArea{
    margin: 6px 0 6px;
    padding: 0;
    position: relative;
    right:0;
    top:0;
  }
  #result .mark,#result h3{
    text-align: left;
  }
  #result .mark,#result h3{
    margin: 0;
  }
  .hashtagArea ul{
    margin: 0 0;
    padding: 0;
  }
  .squareArea{
    grid-template-columns: repeat(1 , 1fr);
  }
  .resultComment{
    margin-left:0;
  }
  .screenshot{
    background-image: none;
  }
  .screenshot img{
    display: inline;
  }
  #result .section-content{
    margin-bottom:0;
  }
}
@media (max-width: 680px) {
  .viewArea{
    margin: 6px 0 0;
  }
}

img{
  max-width: 100%;
  width:100%;
}


.animation{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 10.5s;
}
/* youtube */
.movie{
  width: 40%;
	margin:0 0;
  float: left;
	
}
@media (max-width: 768px) {
  .movie{
    width: 100%;
    float: none;
    
  }
}
.movieArea .youtube{
	margin:0 20px;
	
}
.youtube{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.infoArea:after,.youtube:after,.youtubeArea:after { /* clearfix */
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.youtubeArea{
	position:relative;
}
.youtubeArea .video{
	margin:0;
	padding:0;
	width:40%;
	float:left;
}
@media (max-width: 990px) {
.youtubeArea .video{
	width:100%;
	float:none;
}
.videoArea{
	width:100%;
	margin:20px 0 0;
	
}
}
@media (max-width: 768px) {
.youtubeArea .video{
	width:100%;
	float:none;
}
}
.youtubeArea .ytDetail{
	width:58.5%;
	padding:0;
	margin:0 20px 0 0;
	color:#fff;
	float:right;
}
@media (max-width: 1280px) {
.youtubeArea .ytDetail{
	width:57.8%;
}
}
@media (max-width: 980px) {
.youtubeArea .ytDetail{
	width:57%;
}
}
@media (max-width: 768px) {
.youtubeArea .ytDetail{
	width:100%;
	margin:0;
}
}
.youtubeArea h3{
	text-align:center;
}
.youtubeArea .ytDetail ul li{
	color:#fff;
	width:48%;
	float:left;
	margin:0 1%;

}
@media (max-width: 768px) {
.youtubeArea .video{
	margin:0;
	padding:0;
}
}

@keyframes anim_s {
  50% {
    transform: rotate(-30deg);
  }
  100% {
    transform: rotate(30deg);
  }
}
@media (max-width: 1280px) {
  .ico_hp{
    width: 260px;
    margin-left:0;
  }
  .ico_movie{
    width: 260px;
    margin-left:0;
  }
  .ico_music{
    width: 180px;
    margin-left:30px;
  }
  .ico_trans{
    width: 220px;
    margin-left:10px;
  }
}
@media (max-width: 992px) {
  .hp{
    position: absolute;
    right:0px;
    top:0px;
    width:96%;
    text-align: right;
  }
  .ico_hp{
    width: 220px;
    margin-left:0;
  }
  .ico_movie{
    width: 200px;
    margin-top:20px;
  }
  .ico_music{
    width: 130px;
    margin-left:0;
  }
  .ico_trans{
    width: 180px;
    margin-left:0px;
  }
}
@media (max-width: 768px) {
  .hp{
    top: 0px;
    left: none;
    right:0;
  }
  .ico_hp{
    width: 180px;
  }
  .ico_movie{
    width: 180px;
    margin-top:0px;
  }
  .ico_music{
    width: 100px;
  }
  .ico_trans{
    width: 130px;
  }
}
@media (max-width: 680px) {
  .hp{
  }
  .ico_hp{
    width: 100px;
  }
  .ico_movie{
    width: 100px;
    margin-top:20px;
  }
  .ico_music{
    width:60px;
  }
  .ico_trans{
    width: 80px;
  }
}

/*タグ
--------------------------------*/
.tagArea{
  margin: 15px 0;
 }
.tag{
  display:inline-block; 
  position:relative;
  border:solid 1px #444;
  border-radius:2px;
  font-size:0.8em;
  padding:0 4px;
  margin-right: 4px;
  color:#ddd;
 }
/* 画像ホバー
--------------------------------*/
.banner_link{
  display:block; 
  position:relative;
  text-decoration:none;
 }
 .banner_link:hover{
  opacity: 1;
 }
 .banner_link img{
   display:block;
   width:100%;
   transition:0.3s;
   object-fit: cover;
   aspect-ratio: 16 / 8;
 }
 .banner_link:before{
   content:"READ MORE";
   display:block;
   color:#fff;
   font-family: 'Alegreya Sans SC', sans-serif;
   line-height:48px;
   width:180px;
   border:solid 1px #fff;
   border-radius:5px;
   text-align:center;
   position:absolute;
   top:50%;
   left:50%;
   margin-top:-1em;
   margin-left:-90px;
   opacity:0;
   z-index:99999999;
   transition:0.5s;
   letter-spacing:0.1em;
 }
 .banner_link:hover img{
   filter:blur(5px);
 }
 .banner_link:hover:before{
   opacity:1;
   margin-top:-0.5em;
 }