@charset "utf-8";

.message {
  border: 3px solid #ff0000;
  padding: 3%;
  background-color: #fff;
  color: #ff0000;
  margin: 0 auto 2em;
  text-align: left;
}
#vineyard svg {
  opacity: 0;
}
#vineyard.change-color svg {
  opacity: 1;
}
.sp {
  display: none;
}

/* GoogleIcon */

.material-icons {
  vertical-align: -0.3em;
  margin: 1%;
}

/* 色　color */
.pink {
  color: #d23b71;
}

.material-icons.md-60 {
  font-size: 60px;
}

h1 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  /* z-index: 1000; */
}
h1 img {
  width: 80%;
  max-width: 520px;
}
#h1-copy {
  position: absolute;
  width: 100%;
  top: 60%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  font-size: 2.4em;
  line-height: 1.4em;
  color: #fff;
  text-shadow: #000 1px 0 10px;
}
#h1-subcopy {
  font-size: 0.6em;
}
h2 {
  margin: 0 0 1%;
  /* color: #000; */
  font-size: 180%;
  letter-spacing: 0.1em;
}
/* ニュースエリア */
#news_area,
#warning_area,
#recommendation_area {
  width: 100%;
  float: left;
  background-color: #ffffff;
  padding: 0em;
  margin: 0 auto 1em;
  text-align: left;
}
#recommendation_area a {
  font-size: 1em;
  font-weight: bold;
}
#news_area dl,
#warning_area dl,
#recommendation_area dl {
  width: 100%;
  float: left;
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#news_area dl {
  border: 3px solid #329647;
}
#warning_area dl {
  border: 3px solid #ff0000;
}

#recommendation_area dl {
  border: 3px solid #b7282c;
}
/* #news_area dl:first-child:first-child,#warning_area dl:first-child {
} */
#news_area dl dt,
#warning_area dl dt,
#recommendation_area dl dt {
  float: left;
  width: 100%;
  font-size: 90%;
  padding-left: 0px;
  line-height: 1.3em;
  font-weight: bolder;
}
#news_area dl dt {
  color: #329647;
}
#warning_area dl dt {
  color: #ff0000;
}

#recommendation_area dl dt {
  display: none;
}

#news_area dl dd,
#warning_area dl dd,
#recommendation_area dl dd {
  font-size: 120%;
  line-height: 1.5em;
  padding: 0;
  margin: 0;
}
#news_area dl dd {
  color: #329647;
}
#warning_area dl dd {
  color: #ff0000;
}
#recommendation_area dl dd {
  color: #b7282c;
}
/* #news_area dl dd a:hover {
} */
#news_area dl p,
#warning_area dl p,
#warning_area dl p {
  margin: 0px;
}

#warning_area img {
  object-fit: none !important;
}

/* ########################### */

#main {
  position: relative; /*h1の中央寄せ配置の起点とするためのrelative*/
  height: 80vh; /*高さを全画面にあわせる*/
  background-color: #e4e4e468;
}
#video-area {
  position: fixed;
  z-index: -1; /*最背面に設定*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
#video-area::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  /* background: url("../movie/pattern-07.png"); */
  /* background-color: rgba(0,0,0,0.5); */
}
#video {
  /*天地中央配置*/
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}
/* ##############　TOPページコンテンツエリア　############## */
#container_top {
  width: 90%;
  max-width: 1240px;
  margin: -50px auto 0;
}
/* ############## article #topics ############## */
#topics {
  /* float: left; */
  text-align: center;
  margin: auto 0;
  overflow: hidden;
}
#topics section {
  width: 100%;
  margin: 0 0 2%;
  float: left;
}
#topics .servise-area,
#case {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  box-shadow: 0px 3px 15px -5px #444444;
}
#topics .img-area {
  position: relative;
  width: 50%;
  margin-right: 2%;
  float: left;
}
#topics h2 {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2em;
  letter-spacing: 0.1em;
  text-shadow: #000 1px 0 10px;
}
#topics .text-area {
  float: left;
  width: 47%;
  padding: 3% 1.5% 0%;
  font-size: 1.2em;
  line-height: 1.6em;
  text-align: left;
}
#topics .text-area .lead {
  font-weight: bold;
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 0.7em;
}
#topics .text-area .btn {
  width: 100%;
  max-width: 600px;
}
#topics2 {
  /* float: left; */
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}
#topics2 section {
  width: 32.333%;
  margin: 0 1.5% 2% 0;
  float: left;
}
#topics2 section:nth-last-of-type(1) {
  margin: 0;
}
#topics2 .servise-area {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  box-shadow: 0px 3px 15px -5px #444444;
}

#topics2 .img-area {
  position: relative;
  width: 100%;
}
#topics2 h2 {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2em;
  letter-spacing: 0.1em;
  text-shadow: #000 10px 0 10px;
}
#topics2 .text-area {
  width: 90%;
  margin: 5% auto;
  font-size: 1.1em;
  line-height: 1.6em;
  text-align: left;
  height: 11em;
}
#topics2 .text-area .lead {
  font-weight: bold;
  font-size: 1em;
  line-height: 1.2em;
  margin-bottom: 0.5em;
}
/* ############## article #information ############## */
#information {
  font-family: "メイリオ", sans-serif;
  overflow: hidden;
  background-color: #26293f;
  color: #fff;
  margin: 5% auto 0;
  display: flex;
  justify-content: center;
  font-size: 0.9em;
}
#information section {
  width: 80%;
  margin: 5% auto 3%;
  overflow: hidden;
}
#information section h2 {
  width: 100%;
  text-align: center;
}
#information .info_area,
#information .pickup_area {
  margin: 3%;
  overflow: hidden;
}
#information dl {
  font-size: 0.8em;
  width: 100%;
  float: left;
  margin: 1em auto;
  padding-bottom: 1em;
  border-bottom: dotted 1px #fff;
}
#information dt {
  width: 15%;
  float: left;
}
#information dd {
  width: 85%;
  float: left;
}
#information dd a {
  color: #fff;
}
#information dd img {
  vertical-align: bottom;
  margin-right: 7px;
}
.icon_jirei {
  width: 100px;
  font-size: 0.9em;
  border-radius: 100px;
  float: right;
  background-color: #ddd;
  padding: 3px;
  color: #000;
  margin: -6px 10px 0 0;
  text-align: center;
}
/* ############## article #case ############## */
/* #case {
  background-color: rgba(0, 0, 0, 0);
  padding: 5% 0 3%;
} */
#case section {
  width: 80%;
  margin: auto;
  overflow: hidden;
}
#case h2,
#case h3 {
  padding: 1em 0 0;
  text-align: center;
  color: #fff;
}
#case .banner {
  width: 90%;
  max-width: 400px;
  margin: 1em auto;
}

/*==================================================
スライダーのためのcss
===================================*/

#case h2 {
  color: #444444;
}

#case p {
  text-align: center;
}

/* .slider .slick-slide {
  margin: 0.2%;
}

.slider li {
  height: 20%;
}

.slider li p {
  display: table-cell;
  margin: 0;
  text-align: center;
  vertical-align: middle;
}

.slick-track {
  display: flex !important;
  align-items: center !important;
} */

.case_area ul {
  display: flex;
  margin: 3%;
}

.case_area li {
  display: inline-block;
  width: 30%;
  margin: 0.8% 1.5%;
}

.case_area img {
  width: 100%;
  object-fit: cover;
  height: 280px;
}

.case_area {
  position: relative;
}

.case_area .icon {
  position: absolute;
  top: -15px; /* 例 */
  left: -15px; /* 例 */
}

/* ############## article #project ############## */
#project {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 5% 0 3%;
}
#project section {
  width: 80%;
  margin: auto;
  overflow: hidden;
}
#project h2,
#project p {
  text-align: center;
  color: #fff;
}
#project section ul {
  margin: 5% auto 0%;
}
#project section ul li {
  display: inline-block;
  width: 30%;
  margin: 0.8% 1.5%;
}
/* ############## article #new ############## */
#new {
  background-color: rgba(0, 0, 0, 0.2);
  padding-bottom: 3%;
}
#new section {
  width: 80%;
  margin: auto;
  overflow: hidden;
}
#new h2 {
  text-align: center;
  color: #fff;
}

#new section ul {
  margin: 5% auto 0%;
}

#new section ul li {
  display: inline-block;
  width: 45%;
  margin: 0 1.5%;
}
/* ############## article #concept ############## */
#concept {
  font-family: "メイリオ", sans-serif;
  /* color: #fff; */
  overflow: hidden;
  height: 60vh; /*高さを全画面にあわせる*/
  background-color: rgba(255, 255, 255, 0.5);
}
#concept section {
  width: 85%;
  margin: auto;
}
#concept .catch {
  width: 80%;
  margin: 10% 0 3%;
  font-size: 1.8em;
  line-height: 1.4em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: left;
}
#concept .more {
  width: 75%;
  margin: 0;
  /* padding: 5%; */
  /* background-color: rgba(255,255,255,0.5); */
  font-size: 1.3em;
  line-height: 1.6em;
  font-weight: 400;
}
#top_left {
  width: 100%;
  float: left;
  font-size: 0.8em;
  font-weight: 100;
}

.p-mark {
  width: 100px;
  float: left;
  margin: 20px 40px 0 0;
  height: auto;
}
.silver {
  width: 110px;
  float: left;
  margin: 20px 40px 0 0;
  height: auto;
}

.isms {
  width: 210px;
  float: left;
  margin: 20px 40px 0 0;
  height: auto;
  text-align: right;
  vertical-align: top;
}

/* スマホ */
@media screen and (max-width: 960px) {
  h1 {
    top: 40%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
    width: 80%;
    /* z-index: 1000; */
  }
  #h1-copy {
    width: 90%;
    top: 60%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
    font-size: 1.2em;
    line-height: 1.3em;
  }

  #news_area dl dd,
  #warning_area dl dd {
    font-size: 100%;
    line-height: 1.3em;
  }

  h2 {
    margin: 0 0 2%;
    /* color: #000; */
    font-size: 180%;
    letter-spacing: 0.1em;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  #container_top {
    width: 95%;
  }
  #container_top section {
    width: 100%;
  }
  #topics {
    margin: -20% auto 0;
  }
  #concept {
    background-position: 55% 20%;
  }
  #concept .catch {
    font-size: 1.2em;
    line-height: 1.4em;
    width: 90%;
    margin: 40% auto 3%;
  }
  #concept .more {
    padding: 5% 0;
    /* background-color: rgba(255,255,255,0.6); */
    font-size: 1.2em;
    line-height: 1.4em;
    font-weight: 400;
    width: 90%;
    margin: auto;
  }
  #top_left {
    width: 100%;
    float: left;
    margin: 5px;
  }

  .p-mark {
    margin: 0;
  }

  .silver {
    margin: 0;
  }

  .isms {
    margin: 0;
  }
  /* ############## article #project ############## */
  #project section {
    width: 70%;
    /* max-width: 250px; */
  }
  #topics .img-area {
    width: 100%;
    margin-right: 0%;
  }
  #topics h2,
  #topics2 h2 {
    font-size: 1.4em;
  }
  #topics .text-area {
    float: left;
    width: 100%;
    padding: 3% 5% 0%;
    font-size: 1em;
    line-height: 1.4em;
    text-align: left;
  }
  #topics .text-area .lead {
    font-weight: bold;
    font-size: 1em;
    line-height: 1.4em;
    margin-bottom: 0.7em;
  }
  #topics2 .text-area {
    height: inherit;
  }

  #information {
    display: block;
  }

  #information section {
    width: 95%;
  }

  #information dl {
    width: 100%;
    float: left;
    margin: 1em auto;
    padding-bottom: 1em;
    border-bottom: dotted 1px #fff;
    font-size: 0.9em;
  }
  #information dt {
    width: 100%;
    float: left;
    margin-bottom: 0.5em;
  }
  #information dd {
    float: left;
    font-size: 0.8em;
    width: 100%;
  }
  .icon_jirei {
    font-size: 0.8em;
    width: 80px;
    border-radius: 100px;
    float: left;
    padding: 0;
    margin: -1px 10px 0 0;
    text-align: center;
  }
  #project section {
    width: 95%;
  }
  #project section ul li {
    display: inline-block;
    width: 80%;
    margin: 0 10% 1em;
  }
  /* ############## article #case ############## */

  #case section {
    width: 95%;
  }
  #case h3 {
    font-size: 0.8em;
    line-height: 1.4em;
  }
  #case .banner {
    width: 90%;
    max-width: 400px;
    margin: 1em auto;
  }
  /* ############## article #concept ############## */
  #concept {
    font-family: "メイリオ", sans-serif;
    height: 70vh;
  }
  #concept section {
    width: 90%;
    margin: auto;
  }
  #concept .catch {
    width: 100%;
    margin: 10% 0 3%;
    font-size: 1.4em;
  }
  #concept .more {
    width: 100%;
    margin: 0;
    font-size: 1em;
    line-height: 1.4em;
  }

  /*==================================================
スライダーのためのcss
===================================*/
  #case h2 {
    font-size: 1em;
  }

  #case li {
    font-size: 0.5em;
  }
  /* .slider .slick-slide {
    margin: 10px;
  } */

  /* .slider li img {
    width: 100%;
  } */

  .case_area li {
    width: 100%;
    display: block;
  }

  #case p {
    font-size: 1.5em;
    font-weight: bold;
  }
}
