@charset "UTF-8";

/* CSS Document */
/*
  ------------------------------------
   MediaScreen指定
  ------------------------------------
*/
/*
  ------------------------------------
   ベースプロパティ
  ------------------------------------
*/
/*
  ------------------------------------
   CSSからのIMGロード
  ------------------------------------
*/
/*
  ------------------------------------
   FONT指定
  ------------------------------------
*/
/*
  ------------------------------------
   FORM設定
  ------------------------------------
*/
/*
  ------------------------------------
   Responsive指定
  ------------------------------------
*/
/*
  ------------------------------------
  ####################################
   #top style
  ####################################
  ------------------------------------
*/
@media screen and (max-width: 767px) {
  main {
    padding-top: 51px;
  }
}

.inner_box {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

/* Emergency Message*/
#emergency {
  width: 96%;
  box-sizing: border-box;
  max-width: 930px;
  height: auto;
  padding: 15px;
  margin: 30px auto 30px;
  border: 2px solid #ff0000;
  border-radius: 10px;
}

#emergency h1 {
  font-size: 21px;
  color: #ff0000;
  text-align: center;
  margin-bottom: 15px;
}

#emergency p {
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
}

#emergency .text-list {
  font-size: 14px;
  margin-bottom: 12px;
  margin-left: 20px;
}

#emergency .list01 {
  font-size: 14px;
  margin: 0 0 20px;
  list-style: none;
  margin-bottom: 12px;
}

#emergency .list01 li {
  zoom: 1;
  margin-bottom: 4px;
  padding-left: 12px;
  background: url('../img/bullet_dot01.gif') 0 center no-repeat;
}

#emergency .arrow-list {
  font-size: 14px;
  list-style: none;
  margin-bottom: 15px;
}

#emergency .arrow-list li {
  padding-left: 15px;
  background: url('../img/bullet_arrow01.gif') no-repeat 0 center;
}

#emergency .arrow-list li .ico-pdf {
  display: inline-block;
  padding-right: 15px;
  background: url('../img/icon_pdf.gif') no-repeat right center/14px 15px;
}

@media screen and (max-width: 767px) {
  #emergency {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }

  #emergency h1 {
    text-align: left;
  }
}

#visual {
  position: relative;
  color: #fff;
  overflow: hidden;
}

#visual #mainvisual {
  max-height: 654px;
  height: 50vw;
/*  background: #222;*/
}

@media screen and (max-width: 767px) {
  #visual #mainvisual {
    height: 75vw;
  }
}

#visual #mainvisual ul {
  position: relative;
  padding: 0px;
}

#visual #mainvisual ul li {
  position: absolute;
  box-sizing: border-box;
  max-height: 654px;
  height: 50vw;
  width: 100vw;
/*  transition: transform 1000ms ease-out;
  z-index: 0;
  opacity: 0;
  transition: none;*/
}

#visual #mainvisual ul li a:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  #visual #mainvisual ul li {
    height: 75vw;
  }
}

#visual #mainvisual ul li div.kv_inner {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#visual #mainvisual ul li div.kv_inner .text_container {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

#visual #mainvisual ul li div.kv_inner .text_container .text_inner {
  margin: 0 auto;
  width: 96%;
  max-width: 1228px;
}

#visual #mainvisual ul li div.kv_inner .text_container .text_inner h2.wipe,
#visual #mainvisual ul li div.kv_inner .text_container .text_inner p.wipe {
  overflow: hidden;
  width: 0px;
}

#visual #mainvisual ul li div.kv_inner .text_container .text_inner h2.wipe span,
#visual #mainvisual ul li div.kv_inner .text_container .text_inner p.wipe span {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  #visual #mainvisual ul li div.kv_inner .text_container .text_inner h2.wipe span,
  #visual #mainvisual ul li div.kv_inner .text_container .text_inner p.wipe span {
    display: block;
    text-align: center;
    width: 96vw;
  }
}

#visual #mainvisual ul li img.bg_image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) scale(1.1);
  max-width: none;
  width: 100vw;
}

@media screen and (max-width: 767px) {
  #visual #mainvisual ul li img.bg_image {
    width: auto;
    height: 110vw;
  }
}

#visual #mainvisual ul li .text_container {
  /* color: #FFF; */
  top: 45%;
}

#visual #mainvisual ul li .text_container h2 {
  font-size: 450%;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  #visual #mainvisual ul li .text_container h2 {
    font-size: 200%;
  }
}

#visual #mainvisual ul li .text_container p {
  font-size: 200%;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  #visual #mainvisual ul li .text_container p {
    font-size: 100%;
  }
}

@media screen and (max-width: 767px) {
  #visual #mainvisual ul li .text_container {
    display: none;
  }
}

#visual #mainvisual ul li.kv_fadeIn {
  z-index: 1;
  opacity: 1;
  transition: opacity 1000ms linear;
}

#visual #mainvisual ul li.kv_fadeIn img.bg_image {
  transform: translate3d(-50%, -50%, 0) scale(1);
  transition: transform 3000ms ease-out;
}

#visual #mainvisual ul li.kv_fadeIn .wipe.delay_0 {
  width: 100vw !important;
  transition: width 2000ms ease-out 1000ms;
}

#visual #mainvisual ul li.kv_fadeIn .wipe.delay_100 {
  width: 100vw !important;
  transition: width 2000ms ease-out 1100ms;
}

#visual #mainvisual ul li.kv_fadeIn .wipe.delay_200 {
  width: 100vw !important;
  transition: width 2000ms ease-out 1200ms;
}

#visual #mainvisual ul li.kv_fadeIn .wipe.delay_300 {
  width: 100vw !important;
  transition: width 2000ms ease-out 1300ms;
}

#visual #mainvisual ul li.kv_fadeIn .wipe.delay_400 {
  width: 100vw !important;
  transition: width 2000ms ease-out 1400ms;
}

#visual #mainvisual ul li.kv_fadeIn .wipe.delay_500 {
  width: 100vw !important;
  transition: width 2000ms ease-out 1500ms;
}

#visual #mainvisual ul li.kv_fadeIn .wipe.delay_600 {
  width: 100vw !important;
  transition: width 2000ms ease-out 1600ms;
}

#visual #mainvisual ul li.kv_fadeIn .wipe.delay_700 {
  width: 100vw !important;
  transition: width 2000ms ease-out 1700ms;
}

#visual #mainvisual ul li.kv_fadeIn .wipe.delay_800 {
  width: 100vw !important;
  transition: width 2000ms ease-out 1800ms;
}

#visual #mainvisual ul li.kv_fadeIn .wipe.delay_900 {
  width: 100vw !important;
  transition: width 2000ms ease-out 1900ms;
}

#visual #mainvisual ul li.kv_fadeIn .wipe.delay_1000 {
  width: 100vw !important;
  transition: width 2000ms ease-out 2000ms;
}

#visual #KV_CM .text_container {
  height: 100%;
  color: #000;
  top: 45% !important;
}

#visual #KV_CM .text_container .text_inner {
  height: 100%;
  position: relative;
}

#visual #KV_CM .text_container .cm_text1 {
  position: absolute;
  left: 50%;
  bottom: 13%;
  width: 50%;
}

#visual #KV_CM .text_container .cm_text2 {
  position: absolute;
  left: 65%;
  bottom: 40%;
  width: 10%;
}

#visual #KV_CM .text_container h2 {
  color: #0054a7;
  font-size: 500%;
  line-height: 120% !important;
  margin-bottom: 0.2em;
}

#visual #KV_CM .text_container p {
  font-size: 150%;
  margin-top: 6px;
  padding-left: 0.4em;
}

@media screen and (max-width: 767px) {
  #visual #KV_CM .text_container p {
    font-size: 100%;
  }
}

#visual #KV_CM .text_container p.gray {
  color: #4f4f4f;
}

@media screen and (max-width: 767px) {
  #visual #KV_CM .text_container {
    display: none;
  }
}

#visual #KV_AI_EDGE .text_container {
  color: #fff;
}

#visual #KV_AI_EDGE .text_container h2 {
  font-size: 450%;
}

@media screen and (max-width: 767px) {
  #visual #KV_AI_EDGE .text_container h2 {
    font-size: 200%;
  }
}

#visual #KV_AI_EDGE .text_container p {
  font-size: 150%;
}

@media screen and (max-width: 767px) {
  #visual #KV_AI_EDGE .text_container p {
    font-size: 100%;
  }
}

@media screen and (max-width: 767px) {
  #visual #KV_AI_EDGE .text_container {
    display: none;
  }
}

#visual #KV_iot_2019 .text_container {
  /* color: #FFF; */
  top: 45% !important;
}

/* #visual #KV_iot_2019 .text_container .text_inner {
  text-shadow: 0 0 5px #333;
} */

#visual #KV_iot_2019 .text_container h2 {
  font-size: 450%;
}

@media screen and (max-width: 767px) {
  #visual #KV_iot_2019 .text_container h2 {
    font-size: 200%;
  }
}

#visual #KV_iot_2019 .text_container p {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  #visual #KV_iot_2019 .text_container p {
    font-size: 100%;
  }
}

@media screen and (max-width: 767px) {
  #visual #KV_iot_2019 .text_container {
    display: block !important;
    width: 95%;
  }
  #visual #mainvisual ul li div.kv_inner .text_container .text_inner h2.wipe span {
    white-space: normal;
  }
}

#visual #KV_ceatec .text_container {
  color: #000;
  top: 45% !important;
}

#visual #KV_ceatec .text_container img {
  width: 600px;
}

#visual #KV_ceatec .text_container h2 {
  color: #0054a7;
  font-size: 500%;
  line-height: 120% !important;
  margin-bottom: 0.2em;
}

#visual #KV_ceatec .text_container p {
  margin-top: 6px;
  padding-left: 0.4em;
}

@media screen and (max-width: 767px) {
  #visual #KV_ceatec .text_container p {
    font-size: 100%;
  }
}

#visual #KV_ceatec .text_container p.gray {
  color: #4f4f4f;
}

@media screen and (max-width: 767px) {
  #visual #KV_ceatec .text_container {
    display: none;
  }
}

#visual #KV_INFRA .mvButton {
  opacity: 0;
}

@media screen and (max-width: 1120px) {
  #visual #KV_INFRA .mvButton {
    width: 230px !important;
  }
}

#visual #KV_INFRA .mvButton:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
  cursor: pointer;
}

#visual #KV_INFRA .text_container {
  transform: none !important;
  top: 8% !important;
  left: 30px;
}

#visual #KV_INFRA .text_container div.text_inner {
  color: #000;
}

#visual #KV_INFRA .text_container div.text_inner h2 {
  font-size: 550%;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #visual #KV_INFRA .text_container div.text_inner h2 {
    font-size: 200%;
  }
}

#visual #KV_INFRA .text_container div.text_inner h2.border-bottom {
  box-sizing: border-box;
  padding-bottom: 3px;
}

#visual #KV_INFRA .text_container div.text_inner h2.border-bottom span {
  border-bottom: 3px solid #000;
}

#visual #KV_INFRA .text_container div.text_inner p {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #visual #KV_INFRA .text_container div.text_inner p {
    font-size: 100%;
  }
}

#visual #KV_INFRA .text_container div.text_inner .mt_30px {
  margin-bottom: 40px;
}

#visual #KV_INFRA .text_container div.text_inner div {
  display: block;
  width: 100%;
  max-width: 1200px;
  text-align: right;
  box-sizing: border-box;
  padding-right: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

#visual #KV_INFRA .text_container div.text_inner div a {
  display: inline !important;
}

#visual #KV_INFRA.kv_fadeIn .mvButton {
  transition: opacity 500ms linear 2000ms;
  opacity: 1;
}

#visual #visual_thum {
  z-index: 5;
  box-sizing: border-box;
  padding: 20px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #313131;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transform: translate(100%, 0);
  transition: 1s;
}

#visual #visual_thum:before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 100px;
  background-color: #313131;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate(0, -50%);
  border-radius: 5px 0 0 5px;
}

#visual #visual_thum:after {
  content: '';
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-right: 6px solid #9c9c9c;
  border-left: 0 solid transparent;
  position: absolute;
  top: 50%;
  z-index: 4;
  right: 100%;
  transform: translate(-16px, -50%);
}

#visual #visual_thum:hover,
#visual #visual_thum.display {
  transform: translate(0);
}

#visual #visual_thum li {
  position: relative;
  margin: 10px 0;
}

#visual #visual_thum li img {
  vertical-align: bottom;
}

#visual #visual_thum li:hover:before,
#visual #visual_thum li.active:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}

#visual #visual_thum li:hover p {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

#visual #visual_thum li p {
  visibility: hidden;
  transition: 0.5s;
  opacity: 0;
  position: absolute;
  right: 100%;
  top: 50%;
  padding: 1em;
  background-color: #000;
  word-break: keep-all;
  transform: translate(-10%, -50%);
}

#visual #visual_thum li p:before {
  content: '';
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-left: 3px solid #000;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
}

#visual #visual_current {
  z-index: 4;
  width: 96%;
  max-width: 1226px;
  left: 2%;
  left: 50%;
  position: absolute;
  bottom: 12%;
  transition: 1s;
  text-align: right;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 1120px) {
  #visual #visual_current {
    bottom: 10px;
  }
}

#visual #visual_current ul {
  margin: 0 auto;
  text-align: right;
  display: inline-block;
  vertical-align: middle;
}

#visual #visual_current ul li {
  width: 50px;
  cursor: pointer;
  height: 2px;
  background-color: #fff;
  opacity: 0.6;
  display: inline-block;
}

@media screen and (max-width: 1120px) {
  #visual #visual_current ul li {
    width: 40px;
  }
}

#visual #visual_current ul li.current {
  opacity: 1;
}

#visual #visual_current .stop {
  display: inline-block;
  vertical-align: middle;
  margin-top: 11px;
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  #visual {
    /*height: 0;
	padding-bottom: 110%;*/
  }

  #visual #mainvisual {
    font-size: 3vw;
  }

  #visual #mainvisual.flying {
    height: 120vw;
  }

  #visual #mainvisual.flying ul li {
    height: 120vw;
  }

  #visual #mainvisual img {
    /*                position: absolute;
						top:50%;left:50%;
						transform:translate(-50%,-50%);
						width: auto;max-width: none;
						height: 100%;*/
  }

  #visual #mainvisual .visual_text {
    text-align: center;
    width: 100%;
    padding: 0 3%;
    box-sizing: border-box;
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #visual #mainvisual .visual_text h2 {
    font-size: 210%;
  }

  #visual #visual_thum {
    display: none;
  }

  #visual #visual_current {
    display: flex;
    background-color: #333;
    position: static;
    width: 100%;
    transform: none;
    justify-content: space-between;
    align-items: center;
    padding: 3%;
    box-sizing: border-box;
  }

  #visual #visual_current ul {
    display: flex;
    align-items: center;
  }

  #visual #visual_current ul li:not(:last-child) {
    margin-right: 4px;
  }

  #visual #visual_current .stop {
    margin: 0;
  }

  #visual #visual_current .stop img {
    vertical-align: bottom;
  }
}

img {
  max-width: 100%;
}

#search_wrap {
  z-index: 7;
  max-width: 1226px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1em 2em 1em 0%;
  margin: -55px auto 53px;
  font-size: 160%;
  /* background-color: #434343; ← 初期公開時不要の為20200925*/
  display: flex;
  justify-items: center;
  align-items: center;
}

#search_wrap ul {
  width: 50%;
  display: flex;
  position: absolute;
  left: 0%;
  bottom: 2px;
}

#search_wrap ul li {
  width: 50%;
  display: inline-block;
  letter-spacing: 0.1em;
  position: relative;
}

#search_wrap ul li a:hover:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.2);
}

#search_wrap ul li:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 45px;
  top: 50%;
  transform: translate(-50%, -50%);
}

#search_wrap ul li:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

#search_wrap ul li.icn_products {
  background-color: #cb1c1d;
}

#search_wrap ul li.icn_products:before {
  width: 49px;
  height: 34px;
  background: url('../img/icn_products.png') no-repeat center center;
  background-size: contain;
}

#search_wrap ul li.icn_profile {
  background-color: #7e0d0e;
}

#search_wrap ul li.icn_profile:before {
  width: 63px;
  height: 63px;
  background: url('../img/icn_profile.jpg') no-repeat center center;
  background-size: contain;
}

#search_wrap ul li h3 {
  font-size: 180%;
  font-weight: 100;
  margin-bottom: 6px;
}

#search_wrap ul li span {
  font-size: 80%;
  padding-left: 2px;
}

#search_wrap ul li a {
  line-height: 1;
  color: #fff;
  display: block;
  padding: 26px 10px 26px 90px;
}

#search_wrap .search {
  display: flex;
  align-items: center;
  justify-items: center;
  width: 100%;
  padding-left: 55%;
  box-sizing: border-box;
}

#search_wrap .search > dt {
  word-break: keep-all;
  color: #cbcbcb;
  margin-right: 20px;
}

#search_wrap .search > dd {
  width: 100%;
}

#search_wrap .search_form dl {
  position: relative;
}

#search_wrap .search_form dl input {
  width: 100%;
  padding: 0.8em 1em;
  box-sizing: border-box;
  background-color: #eee;
  border: none;
  border-radius: 5px;
  font-size: 100%;
  outline: none !important;
}

#search_wrap .search_form dl dd {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

#search_wrap .search_form dl dd button {
  display: block;
  padding: 6px;
  background: none;
  border: none;
}

#search_wrap .search_form dl dd button span {
  display: block;
  width: 22px;
  height: 22px;
  background: url('../img/icn_search.png') no-repeat scroll 0 0;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  #search_wrap .search_form dl dd button span {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 1120px) {
  #search_wrap {
    display: block;
    padding: 0 4% 3%;
    margin-bottom: 0;
    margin-top: 0px;
  }

  #search_wrap ul {
    box-sizing: border-box;
    width: 60%;
    left: 20px;
    top: -42px;
    bottom: auto;
  }

  #search_wrap ul li:before {
    left: 14%;
  }

  #search_wrap ul li.icn_products:before {
    width: 32px;
    height: 22px;
  }

  #search_wrap ul li.icn_profile:before {
    width: 42px;
    height: 42px;
  }

  #search_wrap ul li span {
    font-size: 70%;
  }

  #search_wrap ul li h3 {
    font-size: 150%;
  }

  #search_wrap ul li a {
    padding: 20px 20px 20px 24%;
  }

  #search_wrap .search {
    padding: 7% 4% 0;
    display: block;
  }

  #search_wrap .search > dt {
    margin-bottom: 10px;
    margin-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  #search_wrap {
    margin-top: 0px;
  }

  #search_wrap .search_btn {
    width: 100%;
    box-sizing: border-box;
    padding: 0 4%;
    top: 15px;
    bottom: auto;
    display: flex;
    left: 0px;
  }

  #search_wrap .search_btn li {
    width: 50%;
    font-size: 3vw;
  }

  #search_wrap .search_btn li:before {
    left: 10%;
  }

  #search_wrap .search_btn li:after {
    right: 5px;
  }

  #search_wrap .search_btn li.icn_products:before {
    width: 14%;
    height: 30%;
  }

  #search_wrap .search_btn li.icn_profile:before {
    width: 19%;
    height: 54%;
  }

  #search_wrap .search_btn li h3 {
    font-size: 150%;
  }

  #search_wrap .search_btn li a {
    padding: 14px 13px 14px 21%;
  }

  #search_wrap .search {
    padding: 27% 0% 2% !important;
    font-size: 80%;
  }
}

#notice {
  font-size: 160%;
}

#notice dl {
  box-sizing: border-box;
  margin-bottom: 2%;
  padding: 16px 19px;
  background-color: #f6f6f6;
  border: 1px solid #7e0d0e;
  position: relative;
  line-height: 1.7;
}

#notice dl dt {
  color: #7e0d0e;
}

#notice dl dd {
  font-size: 90%;
}

#notice dl a {
  color: #7c7c7c;
}

#notice dl a:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-right: 1px solid #7e0d0e;
  border-bottom: 1px solid #7e0d0e;
  transform: translate(0, -2px) rotate(-45deg);
}

#notice dl a:hover {
  opacity: 1;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  #notice {
    padding: 30px 4%;
  }
}

#news {
  font-size: 150%;
  background-color: #f5f5f5;
  padding: 1em 20px;
  margin-bottom: 43px;
}

#news .article {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#news .article .category {
  display: inline-block;
  background-color: #cb1c1d;
  color: #fff;
  border-radius: 2px;
  margin-right: 30px;
  box-sizing: border-box;
  width: 10em;
}

#news .article .category a {
  position: relative;
  padding: 0.6em;
  color: #fff;
  display: block;
  position: relative;
  display: block;
  padding: 0.9em;
  box-sizing: border-box;
}

#news .article .category a:after {
  position: absolute;
  content: '';
  display: inline-block;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translate(0, -50%) rotate(-45deg);
}

#news .article .category a:after {
  left: 88%;
}

#news .article .datetime {
  display: inline-block;
  margin-right: 30px;
}

#news .article .description {
  display: inline-block;
  overflow: hidden;
  width: calc(100% - 17em);
  position: relative;
  height: 20px;
}

#news .article .description li {
  height: 20px;
  font-size: 110%;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1em;
  word-break: keep-all;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
}

#news .article .description li.active {
  pointer-events: auto;
  display: block;
  opacity: 1;
}

#news .article .description li a:hover {
  text-decoration: underline !important;
}

@media screen and (max-width: 767px) {
  #news .article .description li a:hover {
    text-decoration: none !important;
  }
}

#news .more {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}

#news .more a {
  width: 40px;
  height: 40px;
  border-radius: 2px;
  display: block;
  background-color: #cb1c1d;
  position: relative;
}

#news .more a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img2019/press_pause.svg) no-repeat center center;
  background-size: 25%;
}

#news .more.play a:after {
  background: url(../img2019/press_play.svg) no-repeat center center;
  background-size: 25%;
}

#whatnew {
  /* background: url("../../img/top_whatsnew_bg.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed; */
  background-color: #f5f5f5;
  padding: 36px 4% 64px;
}

#whatnew .table_col3 {
  /**/
  width: 100%;
  /**/
}

#whatnew .table_col3 > div.col2 {
  font-size: 150%;
}

#whatnew .table_col3 > div.col2 .description {
  padding: 1em 1.6em;
}

#whatnew .table_col3 > div a {
  transition: none;
}

#whatnew .table_col3 > div a:hover {
  opacity: 1;
}

#whatnew .table_col3 > div a:hover img {
  width: 120%;
}

#whatnew .table_col3 > div .description_wrap {
  position: relative;
  padding-bottom: 67.4%;
  overflow: hidden;
}

#whatnew .table_col3 > div .description_wrap img {
  width: 101%;
  max-width: none;
  transition: 0.5s;
  vertical-align: top;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#whatnew .table_col3 > div .description_wrap:hover img {
  width: 120%;
}

#whatnew .table_col3 > div .new:before {
  content: 'NEW';
  text-align: center;
  width: 10em;
  background-color: #cb1c1d;
  color: #fff;
  padding: 0.3em;
  font-size: 107%;
  display: inline-block;
  position: absolute;
  left: -3.4em;
  top: 1em;
  z-index: 3;
  font-weight: 700;
  transform: rotate(-45deg);
}

#whatnew .table_col3 > div .category {
  background-color: #cb1c1d;
  color: #fff;
  padding: 0.5em 1em;
  font-size: 70%;
  letter-spacing: 0.06em;
  position: absolute;
  z-index: 9999;
  right: 0;
  top: 0;
}

#whatnew .table_col3 > div h3 {
  transition: 0s;
  font-size: 110%;
  max-height: 6em;
  overflow: hidden;
  display: -webkit-box;
}

#whatnew .table_col3 > div h3.over:after {
  content: '...';
}

#whatnew .table_col3 > div .description {
  transition: 0.5s;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 155%;
  color: #fff;
  box-sizing: border-box;
  padding: 10px 26px;
  letter-spacing: 0.1em;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.8) 88%, rgba(0, 0, 0, 0.8) 99%);
}

#whatnew .table_col3 > div .description .datetime {
  display: block;
  font-size: 100%;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
  margin-top: 5px;
}

#whatnew .table_col3 > div .description dl {
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}

#whatnew .table_col3 > div .description dl dt {
  margin-bottom: 1em;
}

#whatnew .table_col3 > div .description dl dd {
  font-size: 80%;
}

#whatnew .btn {
  text-align: center;
  font-size: 170%;
}

#whatnew .btn a {
  position: relative;
  display: block;
  padding: 0.9em;
  box-sizing: border-box;
  background-color: #cb1c1d;
  color: #fff;
}

#whatnew .btn a:after {
  position: absolute;
  content: '';
  display: inline-block;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translate(0, -50%) rotate(-45deg);
}

#whatnew .btn a:after {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  #whatnew {
    padding: 4% 0 30px;
    /**
	 * swiper.js2019
	 */
  }

  #whatnew .container {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    max-width: 1000px;
  }

  #whatnew .swiper-container {
    width: 100%;
    height: 100%;
    overflow: visible;
    z-index: 1;
    margin-bottom: 30px;
  }

  #whatnew .swiper-slide {
    box-sizing: border-box;
    padding: 0 3%;
    background-color: transparent;
  }

  #whatnew .mainvisual {
    margin-bottom: 30px;
  }

  #whatnew .mainvisual .description {
    font-size: 140%;
  }

  #whatnew .mainvisual .description h3 {
    font-size: 120%;
  }

  #whatnew .description_wrap {
    position: relative;
    overflow: hidden;
  }

  #whatnew .description_wrap img {
    width: 100%;
    vertical-align: top;
  }

  #whatnew .new:before {
    content: 'NEW';
    text-align: center;
    width: 10em;
    background-color: #cb1c1d;
    color: #fff;
    padding: 0.3em;
    font-size: 10px;
    display: inline-block;
    position: absolute;
    left: -3.4em;
    top: 1em;
    z-index: 3;
    font-weight: 700;
    transform: rotate(-45deg);
  }

  #whatnew .category {
    background-color: #cb1c1d;
    color: #fff;
    padding: 0.5em 1em;
    font-size: 70%;
    letter-spacing: 0.06em;
    position: absolute;
    z-index: 9999;
    right: 0;
    top: 0;
  }

  #whatnew .description {
    transition: 0.5s;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    padding: 4%;
    letter-spacing: 0.1em;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.8) 88%, rgba(0, 0, 0, 0.8) 99%);
  }

  #whatnew .description .over:after {
    content: '...';
  }

  #whatnew .description .datetime {
    display: block;
    letter-spacing: 0.06em;
    margin-bottom: 10px;
  }

  #whatnew .description dl {
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
  }

  #whatnew .description dl dt {
    margin-bottom: 1em;
  }

  #whatnew .btn {
    width: 92%;
    margin: 0 auto;
    font-size: 140%;
  }

  #whatnew .btn a {
    padding: 0.9em;
  }

  #whatnew .btn a:after {
    margin-left: 0px;
    right: 20px;
  }
}

#philosophy {
  padding: 0px 4%;
}

#philosophy .section_ttl {
  color: #cb1c1d;
  letter-spacing: -0.05em;
}

#philosophy .inner_box {
  padding: 130px 0 65px;
  background: url('../../img/oki-honjo_0021.jpg') no-repeat bottom right;
  background-size: auto 55%;
}

#philosophy .description {
  padding: 1.5em 0 0 2.9%;
  margin-left: 1.8%;
  font-size: 165%;
  line-height: 1.6;
  border-left: 1px dotted #cb1c1d;
}

#philosophy .description .lead {
  font-size: 150%;
  color: #cb1c1d;
  font-weight: bold;
  margin-bottom: 28px;
  letter-spacing: 0.2em;
}

#philosophy .description .btn {
  margin-top: 70px;
}

#philosophy .description .btn a {
  position: relative;
  display: block;
  padding: 0.9em;
  box-sizing: border-box;
  width: 267px;
  text-align: center;
  background-color: #cb1c1d;
  color: #fff;
  padding: 1.3em;
}

#philosophy .description .btn a:after {
  position: absolute;
  content: '';
  display: inline-block;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translate(0, -50%) rotate(-45deg);
}

#philosophy .description .btn a:after {
  right: 20px;
}

@media screen and (max-width: 767px) {
  #philosophy .kv {
    width: 65%;
    margin: 30px auto 10px;
  }

  #philosophy .section_ttl {
    text-align: left;
    margin-bottom: 0px;
  }

  #philosophy .inner_box {
    padding: 0;
    background: none;
  }

  #philosophy .description {
    padding: 0;
    margin-left: 0;
    font-size: 120%;
    border-left: none;
  }

  #philosophy .description .lead {
    font-size: 120%;
    margin-bottom: 10px;
  }

  #philosophy .description .btn {
    margin: 30px auto;
    font-size: 140%;
  }

  #philosophy .description .btn a {
    width: 100%;
    display: block;
    padding: 0.9em;
  }
}

/**/

#ourbusiness {
  padding: 0px 4%;
}

#ourbusiness .section_ttl {
  color: #cb1c1d;
  letter-spacing: -0.05em;
}

#ourbusiness .inner_box {
  padding: 130px 0 65px;
  background: url('../../img/oki-honjo_0012.jpg') no-repeat bottom right;
  background-size: auto 55%;
}

#ourbusiness .description {
  padding: 1.5em 0 0 2.9%;
  margin-left: 1.8%;
  font-size: 165%;
  line-height: 1.6;
  border-left: 1px dotted #cb1c1d;
}

#ourbusiness .description .lead {
  font-size: 150%;
  color: #cb1c1d;
  font-weight: bold;
  margin-bottom: 28px;
  letter-spacing: 0.2em;
}

#ourbusiness .description .btn {
  margin-top: 70px;
}

#ourbusiness .description .btn a {
  position: relative;
  display: block;
  padding: 0.9em;
  box-sizing: border-box;
  width: 267px;
  text-align: center;
  background-color: #cb1c1d;
  color: #fff;
  padding: 1.3em;
}

#ourbusiness .description .btn a:after {
  position: absolute;
  content: '';
  display: inline-block;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translate(0, -50%) rotate(-45deg);
}

#ourbusiness .description .btn a:after {
  right: 20px;
}

@media screen and (max-width: 767px) {
  #ourbusiness .kv {
    width: 65%;
    margin: 30px auto 10px;
  }

  #ourbusiness .section_ttl {
    text-align: left;
    margin-bottom: 0px;
  }

  #ourbusiness .inner_box {
    padding: 0;
    background: none;
  }

  #ourbusiness .description {
    padding: 0;
    margin-left: 0;
    font-size: 120%;
    border-left: none;
  }

  #ourbusiness .description .lead {
    font-size: 120%;
    margin-bottom: 10px;
  }

  #ourbusiness .description .btn {
    margin: 30px auto;
    font-size: 140%;
  }

  #ourbusiness .description .btn a {
    width: 100%;
    display: block;
    padding: 0.9em;
  }
}

/**/

#events {
  background: url('../../img/top_events_bg.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 36px 4%;
}

#events #eventAjax_pc.single {
  max-width: 615px;
  margin: 0 auto;
}

#events h3.over:after {
  content: '...';
}

#events .table_col2 > div a {
  transition: none;
}

#events .table_col2 > div a:hover {
  opacity: 1;
}

#events .table_col2 > div a:hover .description {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

#events .table_col2 > div a:hover h3 {
  display: none;
  top: 100%;
}

#events .table_col2 > div a:hover .datetime {
  display: none;
}

#events .table_col2 > div a:hover dl,
#events .table_col2 > div a:hover div {
  top: 0;
  opacity: 1;
  visibility: visible;
}

#events .table_col2 > div .description_wrap {
  position: relative;
  overflow: hidden;
}

#events .table_col2 > div .description_wrap img {
  width: 100%;
  vertical-align: top;
}

#events .table_col2 > div .description {
  transition: 0.5s;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7em;
  font-size: 230%;
  color: #fff;
  box-sizing: border-box;
  padding: 1em 1.6em;
  letter-spacing: 0.1em;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.8) 88%, rgba(0, 0, 0, 0.8) 99%);
}

#events .table_col2 > div .description .datetime {
  display: block;
  font-size: 70%;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
  margin-top: 10px;
}

#events .table_col2 > div .description dl,
#events .table_col2 > div .description div {
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}

#events .table_col2 > div .description dl dt,
#events .table_col2 > div .description div dt {
  margin-bottom: 1em;
}

#events .table_col2 > div .description dl dd,
#events .table_col2 > div .description dl p,
#events .table_col2 > div .description div dd,
#events .table_col2 > div .description div p {
  font-size: 75%;
}

#events .btn {
  text-align: center;
  font-size: 170%;
}

#events .btn a {
  position: relative;
  display: block;
  padding: 0.9em;
  box-sizing: border-box;
  background-color: #cb1c1d;
  color: #fff;
}

#events .btn a:after {
  position: absolute;
  content: '';
  display: inline-block;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translate(0, -50%) rotate(-45deg);
}

#events .btn a:after {
  margin-left: 10px;
}

@media screen and (max-width: 1120px) {
  #events .table_col2 > div .description {
    font-size: 180%;
  }
}

@media screen and (max-width: 767px) {
  #events {
    padding: 4% 0 30px;
    /**
	 * swiper.js2019
	 */
  }

  #events .container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    overflow: hidden;
  }

  #events .swiper-container {
    width: 100%;
    height: 100%;
    overflow: visible;
    z-index: 1;
    margin-bottom: 30px;
  }

  #events .swiper-slide {
    box-sizing: border-box;
    padding: 0 3%;
    background-color: transparent;
  }

  #events .mainvisual {
    margin-bottom: 30px;
  }

  #events .mainvisual .description {
    font-size: 140%;
  }

  #events .mainvisual .description h3 {
    font-size: 120%;
  }

  #events .description_wrap {
    position: relative;
    overflow: hidden;
  }

  #events .description_wrap img {
    width: 100%;
    vertical-align: top;
  }

  #events .new:before {
    content: 'NEW';
    text-align: center;
    width: 10em;
    background-color: #cb1c1d;
    color: #fff;
    padding: 0.3em;
    font-size: 10px;
    display: inline-block;
    position: absolute;
    left: -3.4em;
    top: 1em;
    z-index: 3;
    font-weight: 700;
    transform: rotate(-45deg);
  }

  #events .category {
    background-color: #cb1c1d;
    color: #fff;
    padding: 0.5em 1em;
    font-size: 70%;
    letter-spacing: 0.06em;
    position: absolute;
    z-index: 9999;
    right: 0;
    top: 0;
  }

  #events .description {
    transition: 0.5s;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    color: #fff;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.8) 88%, rgba(0, 0, 0, 0.8) 99%);
    box-sizing: border-box;
    padding: 4%;
    letter-spacing: 0.1em;
  }

  #events .description .datetime {
    display: block;
    letter-spacing: 0.06em;
    margin-bottom: 10px;
  }

  #events .description dl {
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
  }

  #events .description dl dt {
    margin-bottom: 1em;
  }

  #events .btn {
    width: 92%;
    margin: 0 auto;
    font-size: 140%;
  }

  #events .btn a:after {
    right: 20px;
  }
}

#info,
#info2 {
  padding: 116px 0;
  font-size: 170%;
}

#info a:hover,
#info2 a:hover {
  text-decoration: underline !important;
}

@media screen and (max-width: 767px) {
  #info a:hover,
  #info2 a:hover {
    text-decoration: none !important;
  }
}

#info .inner_box,
#info2 .inner_box {
  width: 94%;
  max-width: 1080px;
}

#info .ttl_wrap,
#info2 .ttl_wrap {
  position: relative;
  margin-bottom: 26px;
}

#info .ttl_wrap .title,
#info2 .ttl_wrap .title {
  color: #333;
  font-size: 130%;
  line-height: 1;
  position: relative;
  padding-left: 26px;
}

#info .ttl_wrap .title:before,
#info2 .ttl_wrap .title:before {
  content: '';
  display: inline-block;
  background: url('../img/icn_important.png') no-repeat center center;
  background-size: contain;
  width: 14px;
  height: 21px;
  vertical-align: middle;
  margin-right: 10px;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translate(0, -50%);
}

#info .ttl_wrap .more,
#info2 .ttl_wrap .more {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translate(0, -50%);
}

#info .ttl_wrap .more a,
#info2 .ttl_wrap .more a {
  position: relative;
}

#info .ttl_wrap .more a:before,
#info2 .ttl_wrap .more a:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #cb1c1d;
  border-bottom: 1px solid #cb1c1d;
  transform: translate(100%, -50%) rotate(-45deg);
  position: absolute;
  right: -5px;
  top: 50%;
}

#info .important_list,
#info2 .important_list {
  margin-bottom: 40px;
}

#info .important_list .article,
#info2 .important_list .article {
  border-top: 1px solid #cecece;
  padding-top: 16px;
  padding-bottom: 13px;
}

#info .important_list .article:last-child,
#info2 .important_list .article:last-child {
  border-bottom: 1px solid #cecece;
}

#info .important_list .article .datetime,
#info2 .important_list .article .datetime {
  display: inline-block;
  margin-right: 80px;
  vertical-align: top;
}

#info .important_list .article .description,
#info2 .important_list .article .description {
  display: inline-block;
}

#info .important_list .article .description a,
#info2 .important_list .article .description a {
  color: #333;
}

#info .announcement,
#info2 .announcement {
  display: flex;
  justify-content: space-between;
}

#info .announcement .article,
#info2 .announcement .article {
  box-sizing: border-box;
  width: 49%;
  margin-bottom: 2%;
  padding: 16px 19px;
  background-color: #f6f6f6;
  position: relative;
  line-height: 1.7;
}

#info .announcement .description,
#info2 .announcement .description {
  margin-bottom: 1.7em;
  line-height: 1.6;
}

#info .announcement .description a,
#info2 .announcement .description a {
  color: #333;
}

#info .announcement .datetime,
#info2 .announcement .datetime {
  position: absolute;
  left: 20px;
  bottom: 11px;
  color: #7c7c7c;
}

@media screen and (max-width: 767px) {
  #info,
  #info2 {
    padding: 30px 4%;
  }

  #info .ttl_wrap,
  #info2 .ttl_wrap {
    margin-bottom: 10px;
  }

  #info .ttl_wrap .title,
  #info2 .ttl_wrap .title {
    font-size: 180%;
  }

  #info .ttl_wrap .more,
  #info2 .ttl_wrap .more {
    display: none;
  }

  #info .important_list,
  #info2 .important_list {
    margin-bottom: 20px;
  }

  #info .important_list .article,
  #info2 .important_list .article {
    font-size: 120%;
  }

  #info .announcement,
  #info2 .announcement {
    flex-wrap: wrap;
  }

  #info .announcement .article,
  #info2 .announcement .article {
    width: 100%;
    margin-bottom: 10px;
  }

  #info .sp.more a,
  #info2 .sp.more a {
    text-align: center;
    box-sizing: border-box;
    background-color: #cb1c1d;
    color: #fff;
    position: relative;
    display: block;
    padding: 0.9em;
    box-sizing: border-box;
  }

  #info .sp.more a:after,
  #info2 .sp.more a:after {
    position: absolute;
    content: '';
    display: inline-block;
    top: 50%;
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: translate(0, -50%) rotate(-45deg);
  }

  #info .sp.more a:after,
  #info2 .sp.more a:after {
    left: 88%;
  }
}

/*
  ------------------------------------
  ####################################
   #top style
  ####################################
  ------------------------------------
*/
body.on {
  font-weight: 500;
}

.section_ttl {
  font-size: 550%;
}

/*  img 20200228  */
#info.pb0 {
  padding-bottom: 0;
}

#info .ttl_wrap .title1,
#info2 .ttl_wrap .title1 {
  font-size: 130%;
  line-height: 1;
  position: relative;
}

@media screen and (max-width: 767px) {
  #info .ttl_wrap .title,
  #info .ttl_wrap .title1,
  #info2 .ttl_wrap .title,
  #info2 .ttl_wrap .title1 {
    font-size: 18px;
  }

  #info .important_list .article,
  #info2 .important_list .article {
    font-size: 12px;
  }
}

/** 20200416 追記**/
#info .btn {
  float: right;
  margin-top: -50px;
}

#info .btn:after {
  content: '';
  clear: both;
  display: block;
}

#info .btn a {
  display: block;
  border: 1px #cb1c1d solid;
  border-radius: 5px;
  background-color: #f7f7f7;
  width: 125px;
  padding: 3px 5px 5px 25px;
  line-height: 1.1;
}

#info .btn a:hover {
  text-decoration: none !important;
}

#info .btn a span {
  font-size: 14px;
  text-align: left;
  flex-wrap: nowrap;
  position: relative;
}

#info .btn span:before {
  content: '';
  display: inline-block;
  background: url(../img/icn_important.png) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 14px;
  height: 21px;
  left: -20px;
}

#info .btn span:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #cb1c1d;
  border-bottom: 1px solid #cb1c1d;
  transform: translate(100%, -50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  right: -3px;
}

@media screen and (max-width: 767px) {
  #info .btn {
    margin-top: -20px;
  }

  #info .btn:after {
    content: none;
  }
}

/** 20200416 追記**/
main {
  padding-bottom: 100px;
}

#info,
#info2 {
  padding: 140px 0 0;
}

#info2.pt70 {
  padding-top: 70px !important;
}

@media screen and (max-width: 767px) {
  main {
    padding-bottom: 80px;
  }

  #info,
  #info2 {
    padding: 80px 4% 0;
  }

  #info2.pt70 {
    padding-top: 40px !important;
  }
}

#press,
#whatnew {
  padding: 36px 4% 64px;
}
#press div.releaseList,
#whatnew div.releaseList {
  padding-top: 25px;
  background: url(../img/line_dot01.gif) top left repeat-x;
  clear: both;
  margin: 0 0 25px 0;
}
#press .section_ttl,
#whatnew .section_ttl {
  color: #1b1b1b;
}
#press div.releaseList ul li,
#whatnew div.releaseList ul li {
  padding: 6px 0 12px 15px;
  margin-bottom: 6px;
  background: url(../img/line_dot01.gif) bottom left repeat-x;
}
#press div.releaseList ul li:first-child,
#whatnew div.releaseList ul li:first-child {
  padding: 0 0 12px 15px;
}
#press div.releaseList ul,
#whatnew div.releaseList ul {
  padding: 0 0 12px 0;
  background: none;
  text-indent: -15px;
}
#press div.releaseList ul li a,
#whatnew div.releaseList ul li a {
  padding-left: 15px;
  position: relative;
  color: #1b1b1b;
  background: none;
  font-size: 150%;
  text-decoration: none;
  /*調整 追加*/
}
#press div.releaseList ul li a:before,
#whatnew div.releaseList ul li a:before {
  border-right: 1px solid #cb1c1d;
  border-bottom: 1px solid #cb1c1d;
  display: inline-block;
  position: absolute;
  top: 0.7em;
  left: -2px;
  width: 7px;
  height: 7px;
  content: '';
  transform: translate(0, -50%) rotate(-45deg);
}
#press div.releaseList ul li a:hover {
  text-decoration: underline;
}
#whatnew div.releaseList ul li a:hover {
  color: #1b1b1b;
  text-decoration: underline;
  /*調整 追加*/
}
#press div.releaseList ul li span.date,
#whatnew div.releaseList ul li span.date {
  border-left: none;
  position: relative;
  background: none;
  font-size: 150%;
}
#press div.releaseList ul li span.date:after,
#whatnew div.releaseList ul li span.date:after {
  position: absolute;
  top: 0.1em;
  left: 0;
  z-index: 2;
  content: '';
  width: 6px;
  height: 16px;
  background: none;
}
#press div.releaseList p.moreInfo,
#whatnew div.releaseList p.moreInfo {
  margin: 0;
  font-weight: normal;
  font-size: 150%;
  text-align: right;
}
#press div.releaseList p.moreInfo a,
#whatnew div.releaseList p.moreInfo a {
  padding: 0 0 0 20px;
  position: relative;
  color: #1b1b1b;
  background: none;
  text-decoration: none;
  /*調整 追加*/
}
#press div.releaseList p.moreInfo a:before,
#whatnew div.releaseList p.moreInfo a:before {
  border-right: 1px solid #cb1c1d;
  border-bottom: 1px solid #cb1c1d;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 2px;
  width: 7px;
  height: 7px;
  content: '';
  transform: translate(0, -50%) rotate(-45deg);
}
#press div.releaseList p.moreInfo a:hover,
#whatnew div.releaseList p.moreInfo a:hover {
  color: #1b1b1b;
  /*調整 追加*/
  text-decoration: underline;
  /*調整 追加*/
}

/*08-11.新着情報リスト（2カラム）【div, dl/dt/dd】*/
#press div.releaseList dl,
#whatnew div.releaseList dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

#press div.releaseList dl dt,
#whatnew div.releaseList dl dt {
  padding-left: 0;
  margin-bottom: 25px;
  width: 12em;
  background: none;
  font-weight: normal;
  font-size: 150%;
  background: url(../img/line_dot01.gif) bottom left repeat-x;
}

#press div.releaseList dl dd,
#whatnew div.releaseList dl dd {
  width: calc(100% - 18.5em);
  margin: 0 0 25px 0;
  padding: 0 0 25px 1em;
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 0px;
  background: url(../img/line_dot01.gif) bottom left repeat-x;
}

#press div.releaseList dl dd a,
#whatnew div.releaseList dl dd a {
  /* padding-left: 20px; */
  display: inline-block;
  position: relative;
  top: -2px;
  color: #1b1b1b;
  background: none;
  font-size: 150%;
  text-decoration: none;
  /*調整 追加*/
  text-indent: 0;
  vertical-align: middle;
  padding-left: 1em;
  margin-left: -1em;
}

#press div.releaseList dl dd a:before,
#whatnew div.releaseList dl dd a:before {
  border-right: 1px solid #cb1c1d;
  border-bottom: 1px solid #cb1c1d;
  display: inline-block;
  position: absolute;
  top: 0.8em;
  left: 0px;
  width: 7px;
  height: 7px;
  content: '';
  transform: translate(0, -50%) rotate(-45deg);
}

#press div.releaseList dl dd a:hover,
#whatnew div.releaseList dl dd a:hover {
  color: #1b1b1b;
  /*調整 追加*/
  text-decoration: underline;
  /*調整 追加*/
}

/* 新規 What's New */
#whatnew_new {
  background: url('../../img/top_whatsnew_bg.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 36px 4% 64px;
  /*margin-top: 36px;*/
}

#whatnew_new .table_col3 {
  /**/
  width: 100%;
  /**/
}

#whatnew_new .table_col3 > div.col2 {
  font-size: 150%;
}

#whatnew_new .table_col3 > div.col2 .description {
  padding: 1em 1.6em;
}

#whatnew_new .table_col3 > div a {
  transition: none;
}

#whatnew_new .table_col3 > div a:hover {
  opacity: 1;
}

#whatnew_new .table_col3 > div a:hover img {
  width: 120%;
}

#whatnew_new .table_col3 > div .description_wrap {
  position: relative;
  padding-bottom: 67.4%;
  overflow: hidden;
}

#whatnew_new .table_col3 > div .description_wrap img {
  width: 101%;
  max-width: none;
  transition: 0.5s;
  vertical-align: top;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#whatnew_new .table_col3 > div .description_wrap:hover img {
  width: 120%;
}

#whatnew_new .table_col3 > div .new:before {
  content: 'NEW';
  text-align: center;
  width: 10em;
  background-color: #cb1c1d;
  color: #fff;
  padding: 0.3em;
  font-size: 107%;
  display: inline-block;
  position: absolute;
  left: -3.4em;
  top: 1em;
  z-index: 3;
  font-weight: 700;
  transform: rotate(-45deg);
}

#whatnew_new .table_col3 > div .category {
  background-color: #cb1c1d;
  color: #fff;
  padding: 0.5em 1em;
  font-size: 70%;
  letter-spacing: 0.06em;
  position: absolute;
  z-index: 9999;
  right: 0;
  top: 0;
}

#whatnew_new .table_col3 > div h3 {
  transition: 0s;
  font-size: 110%;
  max-height: 6em;
  overflow: hidden;
  display: -webkit-box;
}

#whatnew_new .table_col3 > div h3.over:after {
  content: '...';
}

#whatnew_new .table_col3 > div .description {
  transition: 0.5s;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 155%;
  color: #fff;
  box-sizing: border-box;
  padding: 10px 26px;
  letter-spacing: 0.1em;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.8) 88%, rgba(0, 0, 0, 0.8) 99%);
}

#whatnew_new .table_col3 > div .description .datetime {
  display: block;
  font-size: 100%;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
  margin-top: 5px;
}

#whatnew_new .table_col3 > div .description dl {
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}

#whatnew_new .table_col3 > div .description dl dt {
  margin-bottom: 1em;
}

#whatnew_new .table_col3 > div .description dl dd {
  font-size: 80%;
}

#whatnew_new .table_col3:nth-child(2) {
  display: none;
}

#whatnew_new .btn {
  text-align: center;
  font-size: 170%;
}

#whatnew_new .btn a {
  position: relative;
  display: block;
  padding: 0.9em;
  box-sizing: border-box;
  background-color: #cb1c1d;
  color: #fff;
}

#whatnew_new .btn a:after {
  position: absolute;
  content: '';
  display: inline-block;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translate(0, -50%) rotate(-45deg);
}

#whatnew_new .btn a:after {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  #whatnew_new {
    padding: 4% 0 30px;
    margin-top: 0;
    /**
	 * swiper.js2019
	 */
  }

  #whatnew_new .container {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    max-width: 1000px;
  }

  #whatnew_new .swiper-container {
    width: 100%;
    height: 100%;
    overflow: visible;
    z-index: 1;
    margin-bottom: 30px;
  }

  #whatnew_new .swiper-slide {
    box-sizing: border-box;
    padding: 0 3%;
    background-color: transparent;
  }

  #whatnew_new .mainvisual {
    margin-bottom: 30px;
  }

  #whatnew_new .mainvisual .description {
    font-size: 140%;
  }

  #whatnew_new .mainvisual .description h3 {
    font-size: 120%;
  }

  #whatnew_new .description_wrap {
    position: relative;
    overflow: hidden;
  }

  #whatnew_new .description_wrap img {
    width: 100%;
    vertical-align: top;
  }

  #whatnew_new .new:before {
    content: 'NEW';
    text-align: center;
    width: 10em;
    background-color: #cb1c1d;
    color: #fff;
    padding: 0.3em;
    font-size: 10px;
    display: inline-block;
    position: absolute;
    left: -3.4em;
    top: 1em;
    z-index: 3;
    font-weight: 700;
    transform: rotate(-45deg);
  }

  #whatnew_new .category {
    background-color: #cb1c1d;
    color: #fff;
    padding: 0.5em 1em;
    font-size: 70%;
    letter-spacing: 0.06em;
    position: absolute;
    z-index: 9999;
    right: 0;
    top: 0;
  }

  #whatnew_new .description {
    transition: 0.5s;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    padding: 4%;
    letter-spacing: 0.1em;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.8) 88%, rgba(0, 0, 0, 0.8) 99%);
  }

  #whatnew_new .description .over:after {
    content: '...';
  }

  #whatnew_new .description .datetime {
    display: block;
    letter-spacing: 0.06em;
    margin-bottom: 10px;
  }

  #whatnew_new .description dl {
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
  }

  #whatnew_new .description dl dt {
    margin-bottom: 1em;
  }

  #whatnew_new .btn {
    width: 92%;
    margin: 0 auto;
    font-size: 140%;
  }

  #whatnew_new .btn a {
    padding: 0.9em;
  }

  #whatnew_new .btn a:after {
    margin-left: 0px;
    right: 20px;
  }
}



#pickup-product {
  background: #000;
  background-size: cover;
  background-attachment: fixed;
  padding: 36px 4% 64px;
  margin-top:100px;
}

#pickup-product .table_col3 {
  /**/
  width: 100%;
  /**/
}

#pickup-product .table_col3>div.col2 {
  font-size: 150%;
}

#pickup-product .table_col3>div.col2 .description {
  padding: 1em 1.6em;
}

#pickup-product .table_col3>div a {
  transition: none;
}

#pickup-product .table_col3>div a:hover {
  opacity: 1;
}

#pickup-product .table_col3>div a:hover img {
  width: 120%;
}

#pickup-product .table_col3>div .description_wrap {
  position: relative;
  padding-bottom: 67.4%;
  overflow: hidden;
}

#pickup-product .table_col3>div .description_wrap img {
  width: 101%;
  max-width: none;
  transition: 0.5s;
  vertical-align: top;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#pickup-product .table_col3>div .description_wrap:hover img {
  width: 120%;
}

#pickup-product .table_col3>div .new:before {
  content: "NEW";
  text-align: center;
  width: 10em;
  background-color: #cb1c1d;
  color: #fff;
  padding: 0.3em;
  font-size: 107%;
  display: inline-block;
  position: absolute;
  left: -3.4em;
  top: 1em;
  z-index: 3;
  font-weight: 700;
  transform: rotate(-45deg);
}

#pickup-product .table_col3>div .category {
  background-color: #cb1c1d;
  color: #fff;
  padding: 0.5em 1em;
  font-size: 70%;
  letter-spacing: 0.06em;
  position: absolute;
  z-index: 9999;
  right: 0;
  top: 0;
}

#pickup-product .table_col3>div h3 {
  transition: 0s;
  font-size: 110%;
  max-height: 6em;
  overflow: hidden;
  display: -webkit-box;
}

#pickup-product .table_col3>div h3.over:after {
  content: "...";
}

#pickup-product .table_col3>div .description {
  transition: 0.5s;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 155%;
  color: #fff;
  box-sizing: border-box;
  padding: 10px 26px;
  letter-spacing: 0.1em;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.8) 88%, rgba(0, 0, 0, 0.8) 99%);
}

#pickup-product .table_col3>div .description .datetime {
  display: block;
  font-size: 100%;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
  margin-top: 5px;
}

#pickup-product .table_col3>div .description dl {
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}

#pickup-product .table_col3>div .description dl dt {
  margin-bottom: 1em;
}

#pickup-product .table_col3>div .description dl dd {
  font-size: 80%;
}

#pickup-product .btn {
  text-align: center;
  font-size: 170%;
  margin-top:-50px !important;

}

#pickup-product .btn a {
  position: relative;
  display: block;
  padding: 0.9em;
  box-sizing: border-box;
  background-color: #cb1c1d;
  color: #fff;
}

#pickup-product .btn a:after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translate(0, -50%) rotate(-45deg);
}

#pickup-product .btn a:after {
  margin-left: 10px;
}

#pickup-product #case{
	background:#000 !important;
}

@media screen and (max-width: 767px) {
  #pickup-product {
    padding: 4% 0 30px;
    /**
	 * swiper.js2019
	 */
  }

  #pickup-product .container {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    max-width: 1000px;
  }

  #pickup-product .swiper-container {
    width: 100%;
    height: 100%;
    overflow: visible;
    z-index: 1;
    margin-bottom: 30px;
  }

  #pickup-product .swiper-slide {
    box-sizing: border-box;
    padding: 0 3%;
    background-color: transparent;
  }

  #pickup-product .mainvisual {
    margin-bottom: 30px;
  }

  #pickup-product .mainvisual .description {
    font-size: 140%;
  }

  #pickup-product .mainvisual .description h3 {
    font-size: 120%;
  }

  #pickup-product .description_wrap {
    position: relative;
    overflow: hidden;
  }

  #pickup-product .description_wrap img {
    width: 100%;
    vertical-align: top;
  }

  #pickup-product .new:before {
    content: "NEW";
    text-align: center;
    width: 10em;
    background-color: #cb1c1d;
    color: #fff;
    padding: 0.3em;
    font-size: 10px;
    display: inline-block;
    position: absolute;
    left: -3.4em;
    top: 1em;
    z-index: 3;
    font-weight: 700;
    transform: rotate(-45deg);
  }

  #pickup-product .category {
    background-color: #cb1c1d;
    color: #fff;
    padding: 0.5em 1em;
    font-size: 70%;
    letter-spacing: 0.06em;
    position: absolute;
    z-index: 9999;
    right: 0;
    top: 0;
  }

  #pickup-product .description {
    transition: 0.5s;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    padding: 4%;
    letter-spacing: 0.1em;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.8) 88%, rgba(0, 0, 0, 0.8) 99%);
  }

  #pickup-product .description .over:after {
    content: "...";
  }

  #pickup-product .description .datetime {
    display: block;
    letter-spacing: 0.06em;
    margin-bottom: 10px;
  }

  #pickup-product .description dl {
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
  }

  #pickup-product .description dl dt {
    margin-bottom: 1em;
  }

  #pickup-product .btn {
    width: 92%;
    margin: 3px auto 20px !important;
    font-size: 140%;
  }

  #pickup-product .btn a {
    padding: 0.9em;
  }

  #pickup-product .btn a:after {
    margin-left: 0px;
    right: 20px;
  }
}


/**/

#search-product .flex_col2.service {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
}

#search-product .flex_col2.service li {
  width: 50%;
  position: relative;
}

#search-product .flex_col2.service li a {
  display: block;
  color: #fff;
}

#search-product .flex_col2.service li a p {
  position: relative;
  overflow: hidden;
}

#search-product .flex_col2.service li a p img {
  width: 101%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: .5s;
}

#search-product .flex_col2.service li a dl {
  width: 100%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  box-sizing: border-box;
  padding: 1em;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.8) 88%, rgba(0, 0, 0, 0.8) 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#search-product .flex_col2.service li a dl dt {
  font-size: 180%;
  font-weight: 600;
  margin-bottom: 3%;
}

@media screen and (max-width: 767px) {
  #search-product .flex_col2.service li a dl dt {
    font-size: 213.333%;
  }
}

#search-product .flex_col2.service li a dl dd, #search-product .flex_col2.service li a dl h3 {
  line-height: 1.6;
  font-size: 160%;
}

@media screen and (max-width: 767px) {
  #search-product .flex_col2.service li a dl dd, #search-product .flex_col2.service li a dl h3 {
    font-size: 180%;
  }
}

#search-product .flex_col2.service li a .text_box {
  width: 90%;
  position: absolute;
  bottom: 7%;
  left: 5%;
}

#search-product .flex_col2.service li a .text_box dt {
  font-size: 180%;
  font-weight: 600;
  margin-bottom: 3%;
}

#search-product .flex_col2.service li a .text_box dd, #search-product .flex_col2.service li a .text_box h3 {
  line-height: 1.6;
  font-size: 160%;
}

#search-product .flex_col2.service li:hover p img {
  width: 120%;
}

@media screen and (max-width: 767px) {
  #search-product .flex_col2.sp_flex_col2.service li {
    width: 50%;
  }
  #search-product .flex_col2.sp_flex_col1.service li {
    width: 100%;
  }
}

