@charset "UTF-8";
.contents_area {
  background-color: #603813;
}
.contents_area div {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .contents_area div {
    max-width: 98%;
  }
}
/* =========================================
動画
============================================*/
#mv {
  max-width: 1200px;
  height: auto;
  margin: 20px auto;
}
#mv .movie {
  width: 80%;
  position: relative;
  height: auto;
  margin: 0 auto;
  padding-bottom: 0;
}
#mv .movie iframe {
  width: 100%;
  height: 225px;
  top: 0;
  right: 0;
  z-index: 100;
}
#mv .mov {
  width: 80%;
  position: relative;
  height: auto;
  margin: 0 auto;
  padding-bottom: 0;
}
#mv .mov iframe {
  width: 100%;
  height: 540px;
  top: 0;
  right: 0;
  z-index: 100;
}

.start {
  position: absolute;
  top: 35%;
  left: 45%;
}

@media screen and (max-width: 1199px) {
  #mv {
    max-width: 98%;
  }
  #mv .movie iframe {
    height: 150px;
  }
  #mv .mov iframe {
    height: 380px;
  }

  .start {
    max-width: 30%;
  }
}
@media screen and (max-width: 840px) {
  #mv .mov iframe {
    height: 350px;
  }
}
@media screen and (max-width: 640px) {
  #mv .mov iframe {
    height: 300px;
  }

  .start {
    width: 25%;
    height: auto;
    top: 30%;
    left: 35%;
  }
}
/* =========================================
nav
============================================*/
nav {
  max-width: 100%;
  border-top: #aaa 1px solid;
  border-bottom: #aaa 1px solid;
  background-color: #eee;
}
nav ul {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav ul li {
  flex: 0 1 18%;
  align-self: center;
  text-align: center;
}
nav ul li a {
  display: block;
  text-decoration: none;
  padding: 10px 0;
}

.nav-color {
  background-color: #603813;
}
.nav-color a {
  color: #fff;
}

@media screen and (max-width: 840px) {
  nav ul {
    max-width: 100%;
    flex-flow: row wrap;
  }
  nav ul li {
    flex: 0 1 33%;
  }
}
/* =========================================
header
============================================*/
header {
  position: relative;
  z-index: 9999;
}

a {
  font-size: inherit;
  text-decoration: underline;
}

/* =========================================
link-btn
============================================*/
.link-btn_product {
  display: block;
  border-top: rgba(255, 255, 255, 0.3) 2px solid;
  border-bottom: rgba(0, 0, 0, 0.3) 2px solid;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px 0;
  text-align: center;
  font-size: 1.5em;
  letter-spacing: 1.5px;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
  background-color: #e18e09;
  margin-left: auto;
  max-width: 25%;
}
.link-btn_product:hover {
  color: #fff;
  background-color: #A46500;
}
.link-btn_product img {
  position: absolute;
  right: 5%;
}

.link-btn_demo {
  display: block;
  border-top: rgba(255, 255, 255, 0.3) 2px solid;
  border-bottom: rgba(0, 0, 0, 0.3) 2px solid;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px 0;
  text-align: center;
  font-size: 1.5em;
  letter-spacing: 1.5px;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
  background-color: #c6082b;
  margin-left: auto;
  max-width: 25%;
}
.link-btn_demo:hover {
  color: #fff;
  background-color: #5E0011;
}
.link-btn_demo img {
  position: absolute;
  right: 5%;
}

.link-btn_esd {
  display: block;
  border-top: rgba(255, 255, 255, 0.3) 2px solid;
  border-bottom: rgba(0, 0, 0, 0.3) 2px solid;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px 0;
  text-align: center;
  font-size: 1.5em;
  letter-spacing: 1.5px;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
  background-color: #3cc63c;
  margin: 40px auto;
  max-width: 70%;
}
.link-btn_esd:hover {
  color: #fff;
  background-color: #368436;
}

@media screen and (max-width: 1199px) {
  .link-btn_product {
    max-width: 40%;
  }

  .link-btn_demo {
    max-width: 40%;
  }
}
@media screen and (max-width: 840px) {
  .link-btn_product {
    max-width: 50%;
  }

  .link-btn_demo {
    max-width: 50%;
  }
}
@media screen and (max-width: 540px) {
  .link-btn_product {
    max-width: 65%;
  }

  .link-btn_demo {
    max-width: 65%;
  }
}
/* =========================================
point共通
============================================*/
.lower_contents_area {
  margin-top: 0 !important;
  margin-bottom: 30px;
  padding-top: 20px;
}

/* =========================================
point1
============================================*/
#point1 {
  margin-top: -63px;
  padding-top: 63px;
}
@media screen and (max-width: 840px) {
  #point1 {
    margin-top: -104px;
    padding-top: 104px;
  }
}
#point1 h2 {
  color: #40210f;
}
#point1 .outline {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#point1 .arrow {
  position: relative;
}
#point1 .arrow .in-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 125px 600px 0 600px;
  border-color: #ded7d3 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 10;
}
#point1 .arrow .in-arrow_bg {
  width: 100%;
  height: 60px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#point1 .arrow p {
  padding-top: 20px;
  position: relative;
  z-index: 50;
  text-align: center;
  font-weight: bold;
  font-size: 2em;
  color: #40210f;
}

@media screen and (max-width: 1199px) {
  #point1 .arrow .in-arrow {
    border-width: 125px 48vw 0 48vw;
  }
}
@media screen and (max-width: 840px) {
  #point1 .arrow .in-arrow {
    border-width: 110px 47vw 0 47vw;
  }
}
/* =========================================
point2
============================================*/
#point2 {
  margin-top: -63px;
  padding-top: 63px;
}
@media screen and (max-width: 840px) {
  #point2 {
    margin-top: -104px;
    padding-top: 104px;
  }
}
#point2 img {
  max-width: 49.3%;
  height: auto;
  margin-right: 1%;
}
#point2 img:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1199px) {
  #point2 img {
    max-width: 49%;
  }
}
@media screen and (max-width: 840px) {
  #point2 img {
    max-width: 98%;
  }
}
/* =========================================
point3
============================================*/
#point3 {
  margin-top: -63px;
  padding-top: 63px;
}
@media screen and (max-width: 840px) {
  #point3 {
    margin-top: -104px;
    padding-top: 104px;
  }
}
#point3 table img {
  max-width: 100%;
  height: auto;
}
#point3 .btm {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#point3 .btm .bx {
/*  display: inline-block;
  vertical-align: top;
*/}
#point3 .btm .bx:first-child {
/*  margin-left: 300px;*/
/*  width: 23%;*/
}
#point3 .btm .bx:last-child {
/*  width: 75%;*/
  margin-top: 10px;
}
#point3 table ul {
/*  margin-top: 15px;
  margin-bottom: 10px;
*/}
#point3 table ul li {
  padding: 5px 0.5em;
  font-size: 1em;
  text-align: left;
}
#point3 .btm .bx p {
  font-size: 1.3em;

}

@media screen and (max-width: 1199px) {
  #point3 ul li {
    width: 25%;
    min-width: 250px;
  }
}
/* =========================================
point4
============================================*/
#point4 {
  margin-top: -63px;
  padding-top: 63px;
}
@media screen and (max-width: 840px) {
  #point4 {
    margin-top: -104px;
    padding-top: 104px;
  }
}

/* =========================================
point5
============================================*/
#point5 {
  margin-top: -63px;
  padding-top: 63px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 840px) {
  #point5 {
    margin-top: -104px;
    padding-top: 104px;
  }
}
#point5 .box {
  display: flex;
  flex-flow: row wrap;
}
#point5 .box > img {
  align-self: center;
  border: #aaa 1px solid;
}
#point5 .box:first-child {
  flex: 0 1 40%;
}
#point5 .box:first-child img {
  max-width: 100%;
  height: auto;
}
#point5 .box:nth-of-type(2) {
  flex: 0 1 35%;
  align-self: center;
}
#point5 .box:nth-of-type(2) dl {
  flex: 0 1 80%;
  margin: 0 0 0 15%;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
}
#point5 .box:nth-of-type(2) dl dt {
  width: 230px;
  padding: 2px 0;
}
#point5 .box:nth-of-type(3) {
  flex: 0 1 25%;
  align-self: flex-end;
  flex-flow: nowrap;
  display: block;
}
#point5 .box:nth-of-type(3) .link-btn_product {
  max-width: 100%;
}
#point5 .box:nth-of-type(3) .link-btn_demo {
  max-width: 100%;
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
  #point5 .box:first-child {
    flex: 0 1 30%;
  }
  #point5 .box:nth-of-type(2) {
    flex: 0 1 35%;
    align-self: center;
  }
  #point5 .box:nth-of-type(2) dl {
    flex: 0 1 98%;
    margin: 0 0 0 1%;
  }
  #point5 .box:nth-of-type(3) {
    flex: 0 1 35%;
  }
  #point5 .box:nth-of-type(3) .link-btn_product {
    max-width: 100%;
  }
  #point5 .box:nth-of-type(3) .link-btn_demo {
    max-width: 100%;
  }
}
@media screen and (max-width: 840px) {
  #point5 {
    flex-flow: row wrap;
  }
  #point5 .box {
    margin-bottom: 20px;
  }
  #point5 .box:first-child {
    flex: 0 1 50%;
  }
  #point5 .box:first-child img {
    max-width: 100%;
    height: auto;
  }
  #point5 .box:nth-of-type(2) {
    flex: 0 1 48%;
  }
  #point5 .box:nth-of-type(3) {
    flex: 0 1 98%;
  }
  #point5 .box:nth-of-type(3) .link-btn_product {
    max-width: 47%;
  }
  #point5 .box:nth-of-type(3) .link-btn_demo {
    max-width: 47%;
  }
}
@media screen and (max-width: 540px) {
  #point5 .box:first-child {
    flex: 0 1 95%;
  }
  #point5 .box:nth-of-type(2) {
    flex: 0 1 98%;
  }
  #point5 .box:nth-of-type(3) {
    flex: 0 1 98%;
  }
  #point5 .box:nth-of-type(3) .link-btn_product {
    max-width: 63%;
  }
  #point5 .box:nth-of-type(3) .link-btn_demo {
    max-width: 63%;
  }
}
/* =========================================
point6
============================================*/
#point6 {
  margin-top: -63px;
  padding-top: 63px;
}
@media screen and (max-width: 840px) {
  #point6 {
    margin-top: -104px;
    padding-top: 104px;
  }
}
#point6 h2 {
  border-left: #049afc 10px solid;
  padding-left: 10px;
  padding-top: 2px;
}
#point6 h2 a {
  font-size: 0.7em;
  color: #049afc;
  text-decoration: none;
}
#point6 h2 a:hover {
  text-decoration: underline;
}
#point6 div {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 20px;
}
#point6 div dl {
  flex: 0 1 24%;
  margin-right: 1%;
  margin-bottom: 0;
  border: #ababab 1px solid;
}
#point6 div dl:nth-of-type(4n) {
  margin-right: 0;
}
#point6 div dl dd {
  padding: 0 1.5% 10px;
  font-size: 0.85em;
  letter-spacing: 1px;
}
#point6 div dl dd.ttl {
  font-size: 1.1em;
  padding: 10px 1.5% 0;
}

@media screen and (max-width: 840px) {
  #point6 div dl {
    flex: 0 1 32%;
  }
  #point6 div dl:nth-of-type(4n) {
    margin-right: 1%;
  }
  #point6 div dl:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 540px) {
  #point6 div dl {
    flex: 0 1 49%;
  }
  #point6 div dl:nth-of-type(3n) {
    margin-right: 1%;
  }
  #point6 div dl:nth-of-type(2n) {
    margin-right: 0;
  }
}
