@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;
  padding: 20px 0px;
  margin-bottom: 20px;
  position: relative;
}
.headline_title {
  font-weight: bold;
  font-size: 36px;
  color: #ffffff;
  line-height: 2;
}
.headline_subtitle {
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  width: 600px;
}
.headline_lead {
  color: #ffffff;
  width: 600px;
}
.headline_map {
  position: absolute;
  right: 10px;
  bottom: -50px;
}
@media only screen and (max-width:640px) {
.headline_area {
  display: none;
}
.headline_title {
  font-weight: bold;
  font-size: 26px;
  color: #ffffff;
  line-height: 2;
  margin: 0px 10px;
  position: absolute;
}
.headline_subtitle {
  font-weight: bold;
  font-size: 18px;
  color: #E60000;
  width: 100%;
}
.headline_lead {
  color: #333333;
  width: 100%;
}
}

/* headline_area_sp
**************************************** */
.headline_area_sp {
  display: none;
}
img.headline_top_sp {
  width: 100%;
}
@media only screen and (max-width:640px) {
.headline_area_sp {
  display: block;
}
}

/* menu_box
**************************************** */
.menu_box {
}
.menu_box ul {
  display: flex;
}
.menu_box ul li {
  margin-right: 40px;
}
.menu_box ul li img {
  vertical-align: middle;
}
.menu_box ul li a:hover {
  opacity: 0.7;
}

/* menu_box_sp
**************************************** */
.menu_box_sp {
}
.menu_box_sp ul {
  display: flex;
  flex-wrap: wrap;
}
.menu_box_sp ul li {
  width: 33%;
}
.menu_box_sp ul li img {
  max-width: 100%;
}
.menu_box_sp ul li a:hover {
  opacity: 0.7;
}

/* contents_area
**************************************** */
.contents_area {
  width: 100%;
  display: flex;
}
.contents_movie {
  width: 512px;
  margin-right: 40px;
}
.contents_product {
}
@media only screen and (max-width:640px) {
.contents_area {
  flex-direction: column;
}
.contents_movie {
  width: 100%;
  margin: 15px 0px;
}
}

/* contents_title_box
**************************************** */
.contents_title_box {
  display: flex;
  align-items: baseline;
  margin-bottom: 5px;
}
.contents_title_movie:before {
  content: url("../img/movie.png");
  display: inline-block;
}
.contents_title_products:before {
  content: url("../img/products.png");
  display: inline-block;
}
.contents_subtitle {
  font-weight: bold;
  color: #E60000;
  margin: 0px 10px;
}
@media only screen and (max-width:640px) {
.contents_title_box {
  display: block;
  width: 100%;
  text-align: center;
}
.contents_title_movie:before {
  content: url("../img/movie_sp.png");
  display: inline-block;
}
.contents_title_products:before {
  content: url("../img/products_sp.png");
  display: inline-block;
}
}

/* movie_box
**************************************** */
.movie_box {
  margin-bottom: 20px;
}
/* 動画フレームを囲むボックス */
.movie_box .ym_box {
  position: relative;
  width: 512px;
  height: 288px;
  flex-shrink: 0;
  margin: 0 auto;
}
/* 動画フレーム */
.movie_box .ym_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.movie_box .movie_title {
  font-weight: bold;
  color: #E60000;
}
@media only screen and (max-width:640px) {
.movie_box .ym_box {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
}

/* product_list
**************************************** */
.product_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  width: 440px;
}
.product_list a {
  display: block;
  background-color: #E0E0E0;
  color: #333333;
  margin: 0 10px 10px 10px;
  padding: 8px;
  width: calc(50% - 20px);
  text-decoration: none;
  box-sizing: border-box;
}
.product_list a:hover {
  opacity: 0.7;
}
.product_list img {
  width: 100%;
}
.product_category {
  font-weight: bold;
}
.product_name {
  font-size: small;
  color: #005E8C;
}
@media only screen and (max-width:640px) {
.product_list {
  width: 100%;
}
}