@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500&display=swap");
.index_title {
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.index_title h3 {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
}
@media screen and (min-width: 1024px) {
  .index_title h3 {
    font-size: 2rem;
  }
}
.index_title p {
  margin: 0 10px 0;
  padding: 0;
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .index_title p {
    margin: 0 20px 0 15px;
    font-size: 1.4rem;
  }
}
.index_title span {
  margin: 0;
  font-size: 1rem;
  color: #fff;
  background-color: #112B3C;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 1024px) {
  .index_title span {
    font-size: 1.2rem;
  }
}
.index_title span a {
  padding: 5px 10px;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}
.index_title span:hover {
  background-color: #6798B7;
}

#information .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  #information .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#information .info_left {
  width: 100%;
  margin: 0 0 60px;
}
@media screen and (min-width: 768px) {
  #information .info_left {
    width: 34%;
    margin: 0;
  }
}
#information .info_left .use_btn {
  position: relative;
  padding: 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#information .info_left .use_btn svg {
  width: 48px;
}
@media screen and (min-width: 1024px) {
  #information .info_left .use_btn svg {
    width: 63px;
  }
}
#information .info_left .use_btn h3 {
  padding: 5px 0 0 20px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  #information .info_left .use_btn h3 {
    font-size: 2.4rem;
  }
}
#information .info_left .use_btn a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#information .info_left .business_use {
  position: relative;
  margin: 0 0 20px;
  color: #205375;
  background-color: #DAE1E7;
  border: 6px solid #205375;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#information .info_left .business_use svg {
  fill: #205375;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#information .info_left .business_use span {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1.2rem;
}
#information .info_left .business_use:hover {
  color: #68BDD6;
  background-color: #fff;
  border: 6px solid #68BDD6;
}
#information .info_left .business_use:hover svg {
  fill: #68BDD6;
}
#information .info_left .general_use {
  color: #A85B00;
  background-color: #F8F7EF;
  border: 6px solid #A85B00;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#information .info_left .general_use svg {
  fill: #A85B00;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#information .info_left .general_use:hover {
  color: #FC8800;
  background-color: #fff;
  border: 6px solid #FC8800;
}
#information .info_left .general_use:hover svg {
  fill: #FC8800;
}
#information .info_right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #information .info_right {
    width: 63%;
  }
}
#information .info_right ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.4rem;
  line-height: 1.6;
}
#information .info_right ul li {
  margin: 0 0 5px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  #information .info_right ul li {
    margin: 0;
    padding: 0;
    padding: 3px 0 0;
  }
}
#information .info_right ul li a:hover {
  color: #68BDD6;
}
#information .info_right ul li .info_item_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  #information .info_right ul li .info_item_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#information .info_right ul li .info_item_box .info_time {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #information .info_right ul li .info_item_box .info_time {
    width: 16%;
  }
}
#information .info_right ul li .info_item_box .info_data {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #information .info_right ul li .info_item_box .info_data {
    width: 84%;
  }
}

#new_products {
  background-color: #efefef;
}
#new_products .new_products_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#new_products .new_products_area .new_products_inner {
  width: 49%;
  margin: 10px 0 20px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  #new_products .new_products_area .new_products_inner {
    width: 24%;
  }
}
#new_products .new_products_area .new_products_inner .new_products_inner_img {
  position: relative;
}
#new_products .new_products_area .new_products_inner .new_products_inner_img img {
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#new_products .new_products_area .new_products_inner .new_products_inner_img .new_products_inner_genre {
  width: 100%;
  padding: 3px 0;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  position: static;
}
@media screen and (min-width: 1024px) {
  #new_products .new_products_area .new_products_inner .new_products_inner_img .new_products_inner_genre {
    font-size: 1.4rem;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
#new_products .new_products_area .new_products_inner .new_products_inner_img .business_products {
  background-color: #205375;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#new_products .new_products_area .new_products_inner .new_products_inner_img .general_products {
  background-color: #A85B00;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#new_products .new_products_area .new_products_inner .new_products_inner_text p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0;
  color: #999;
}
#new_products .new_products_area .new_products_inner .new_products_inner_text h3 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: -5px 0 0;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 1024px) {
  #new_products .new_products_area .new_products_inner .new_products_inner_text h3 {
    font-size: 1.6rem;
  }
}
#new_products .new_products_area .new_products_inner a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#new_products .new_products_area .new_products_inner:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#new_products .new_products_area .new_products_inner:hover .business_use {
  opacity: 1;
  filter: alpha(opacity=100);
}
#new_products .new_products_area .new_products_inner:hover .general_use {
  opacity: 1;
  filter: alpha(opacity=100);
}
#new_products .new_products_area .new_products_inner:hover p {
  color: #333;
}
#new_products .new_products_area .new_products_inner:hover h3 {
  color: #F66B0E;
}

#movie .movie_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#movie .movie_area .movie_inner {
  width: 49%;
  margin: 10px 0 20px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  #movie .movie_area .movie_inner {
    width: 24%;
  }
}
#movie .movie_area .movie_inner .movie_inner_img {
  position: relative;
}
#movie .movie_area .movie_inner .movie_inner_img img {
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#movie .movie_area .movie_inner h3 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 1024px) {
  #movie .movie_area .movie_inner h3 {
    font-size: 1.8rem;
  }
}
#movie .movie_area .movie_inner a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#movie .movie_area .movie_inner:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#movie .movie_area .movie_inner:hover h3 {
  color: #F66B0E;
}