@charset "UTF-8";

/* digipark_wrapper
**************************************** */
.digipark_wrapper {
  font-size: 75%;
  position: relative;
  margin: 0 auto;
  width: auto;
  overflow: hidden;
}
@media only screen and (max-width:640px){
.digipark_wrapper {
  font-size: 100%;
}
}

/* container
**************************************** */
.container {
  position: relative;
  width: 980px;
  margin: 0 auto;
}
@media only screen and (max-width:640px) {
.container {
  width: auto;
  margin: 0;
  padding: 0 10px;
}
}

/* headline_area
**************************************** */
.headline_area {
  background-image: url("../img/top.png");
  background-size: cover;
  margin-bottom: 20px;
  padding: 20px;
  height: 280px;
  display: flex;
  align-items: center;
  min-width: 980px;
}
.headline_title {
  font-weight: bold;
  font-size: 36px;
  color: #ffffff;
  line-height: 2;
}
.headline_subtitle {
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
}
.headline_lead {
  color: #ffffff;
  width: 600px;
}
.headline_map {
  position: absolute;
  top: -60px;
  right: 0px;
  max-width: 640px;
}
@media only screen and (max-width:640px) {
.headline_area {
  background-image: url("../img/top_sp.png");
  background-size: cover;
  height: 280px;
  align-items: flex-start;
  min-width: inherit;
}
.headline_title {
  font-weight: bold;
  font-size: 32px;
  color: #E60000;
  line-height: 1;
  margin: 0px 10px 10px 10px;;
  text-align: center;
}
.headline_subtitle {
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
}
.headline_lead {
  color: #333333;
  width: 100%;
}
.headline_map {
  width: 100%;
  top: 0px;
  position: relative;
}
}

/* welcome
**************************************** */
.welcome {
  display: block;
  color: #E60000;
  font-weight: bold;
}
.welcome_sp {
  display: none;
}
@media only screen and (max-width:640px) {
.welcome {
  display: none;
}
.welcome_sp {
  display: block;
  text-align: center;
  color: #E60000;
  font-weight: bold;
}
}

/* contents_title_box
**************************************** */
.contents_title_box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
}
.contents_title_outline:before {
  content: url("../img/outline.png");
  display: inline-block;
}
.contents_title_efactory:before {
  content: url("../img/efactory.png");
  display: inline-block;
}
.contents_subtitle {
  font-size: 18px;
  font-weight: bold;
  color: #E60000;
  margin: 26px 10px 0px 10px;
}
@media only screen and (max-width:640px) {
.contents_title_box {
  display: block;
  width: 100%;
  text-align: center;
}
.contents_title_outline:before {
  content: url("../img/outline_sp.png");
  display: inline-block;
}
.contents_title_efactory:before {
  content: url("../img/efactory_sp.png");
  display: inline-block;
}
.contents_subtitle {
  margin-top: 0px;
}
}

/* outline_area
**************************************** */
.outline_area {
  margin-top: 140px;
}
@media only screen and (max-width:640px) {
.outline_area {
  margin-top: 200px;
}
}

/* movie_area
**************************************** */
.movie_area {
  display: flex;
}
/* 動画フレームを囲むボックス */
.movie_area .ym_box {
  position: relative;
  width: 496px;
  height: 279px;
  flex-shrink: 0;
  margin: 0 auto;
}
/* 動画フレーム */
.movie_area .ym_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.movie_area .movie_text {
  margin-left: 20px;
}
@media only screen and (max-width:640px) {
.movie_area {
  flex-direction: column;
}
.movie_area .ym_box {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.movie_area .movie_text {
  margin-left: 0px;
}
}


/* movie
**************************************** */
.movie_title {
  font-weight: bold;
  margin-top: 10px;
}
.movie_desc {
}
@media only screen and (max-width:640px) {
.movie_title {
  color: #E60000;
}
}


/* efactory_area
**************************************** */
.efactory_area {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

/* case_box
**************************************** */
.case_box {
  display: block;
}
.case_box img {
  margin-right: 10px;
}
.case_box a:hover {
  opacity: 0.7;
}
@media only screen and (max-width:640px) {
.case_box {
  display: none;
}
}

/* case_box_sp
**************************************** */
.case_box_sp {
  display: none;
}
@media only screen and (max-width:640px) {
.case_box_sp {
  display: block;
  margin-top: 10px;
}
.case_box_sp img {
  width: 100%;
}
.case_box_sp a:hover {
  opacity: 0.7;
}
}

/* members_box
**************************************** */
.members_box {
  margin-top: 10px;
}
.members_box img.btn_members {
  margin-top: 10px;
}
.members_box a:hover {
  opacity: 0.7;
}
@media only screen and (max-width:640px) {
.members_box {
  background-color: #efefef;
  padding: 12px;
}
.members_box img.btn_members {
  display: block;
  margin: 10px auto 0px auto;
}
}

/* gray_area
**************************************** */
.gray_area {
  background-color: #efefef;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 260px;
}
@media only screen and (max-width:640px) {
.gray_area {
  display: none;
}
}

/* order
**************************************** */
@media only screen and (max-width:640px) {
.order1 {
  order: 1;
}
.order2 {
  order: 2;
}
.order3 {
  order: 3;
}
}

.guideMap__hover {
font-size:14px;
display:inline-block;
background-color:#fff;
font-weight:700;
position:absolute;
-webkit-box-shadow:0 0 6px #888;
box-shadow:0 0 6px #888;
padding:19px 18px;
display:none
}
.guideMap__hover span::before {
content:'';
display:inline-block;
width:14px;
height:9px;
margin-right:6px;
position:relative;
top:-1px;
left:0;
background-image:url("../img/arr_down_red.png");
background-size:contain;
background-repeat:no-repeat
}
.guideMap__hover::after {
content:'';
display:block;
width:30px;
height:15px;
background-color:#fff;
position:absolute;
bottom:0;
right:0;
left:0;
margin:auto;
z-index:10
}
.guideMap__hover .hoverArrow {
width:14px;
height:14px;
-webkit-transform:rotate(45deg);
-ms-transform:rotate(45deg);
transform:rotate(45deg);
background-color:#fff;
position:absolute;
bottom:-7px;right:0;
left:0;
margin:auto;
-webkit-box-shadow:0 0 6px #888;
box-shadow:0 0 6px #888;
z-index:1
}
