@charset "UTF-8";
/*--------------
	reset
--------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*--------------
	common
--------------*/
body {
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
      text-size-adjust: 100%;
  line-height: 1.6em;
  background: #e9eaea;
  color: #5c6469;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  vertical-align: bottom;
}

ul, li {
  list-style: none;
}

@media screen and (min-width: 741px) {
  .pc {
    display: inherit;
  }

  .sp {
    display: none !important;
  }

}
@media screen and (max-width: 740px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: inherit;
  }
}

/*--------------
	header
--------------*/
/*--------------
	contents
--------------*/
.logo {
  width: 1200px;
  margin: 78px auto 29px;
}

.wrapper {
  padding: 0;
  width: 1200px;
  margin: 0 auto;
}

.wrapper .mainVisual {
  margin-bottom: 50px;
}

.wrapper .leadText {
  border-top: 2px solid #5c6469;
  border-bottom: 2px solid #5c6469;
  margin: 0 0 60px 0;
  padding: 40px 0;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden;
  zoom: 1;
}

.wrapper .leadText > p {
  line-height: 2em;
}

.wrapper .leadText .date {
  float: right;
  width: 200px;
}

.wrapper .imageArea {
  margin: 0 0 45px 0;
  border-bottom: 2px solid #5c6469;
}

.wrapper .anchorArea {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}

.wrapper .anchorArea .anchorItem {
  width: 19.34%;
  max-width: 232px;
}

.wrapper .anchorArea .anchorItem a {
  display: block;
  width: 100%;
  color: #e60012;
  background: #fff;
  padding: 15px 0;
  text-align: center;
}

.wrapper .anchorArea .anchorItem a:hover {
  color: #fff;
  background: #e60012;
  text-decoration: none;
}

.wrapper .infoArea {
  background: #fff;
  padding: 40px 0 30px;
  margin-bottom: 50px;
}

.wrapper .infoArea .title {
  padding-left: 45px;
  margin-bottom: 20px;
  font-size: 18px;
}

.wrapper .infoArea .image {
  margin-left: 280px;
}

.wrapper .movieArea {
  background: #fff;
  padding: 30px 50px;
  margin-bottom: 50px;
}

.mov-area {
    position: relative;
    width: calc(100% - 10px);
    margin: 0 auto;
}

.mov-area .frame {
    height: 0;
    padding-bottom: 56.25%;
}

.mov-area iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.wrapper .movieArea .title {
  font-size: 18px;
  margin-bottom: 25px;
}

.wrapper .movieArea video {
  width: 100%;
}

.wrapper .product {
  background: #fff;
  padding: 35px 30px 60px;
  margin-bottom: 50px;
}

.wrapper .product .title {
  font-size: 18px;
  margin-bottom: 55px;
}

.wrapper .product .product_leadTxt {
  text-align: center;
  font-size: 20px;
  line-height: 1.8em;
  margin-bottom: 30px;
}

.wrapper .product .productList {
  overflow: hidden;
  zoom: 1;
}

.wrapper .product .productList .productListItem {
  float: left;
  width: 275px;
  margin-right: 10px;
}

.wrapper .product .productList .productListItem .productListItem__title {
  text-align: center;
  margin-bottom: 27px;
}

.wrapper .product .productList .productListItem .productListItem__text {
  margin-bottom: 15px;
  font-size: 14px;
}

.wrapper .product .productList .productListItem .productListItem__image {
  text-align: center;
}

.wrapper .product .productList .productListItem:last-child {
  margin: 0;
}

.wrapper .product .productList .productListItem ul li {
  padding-left: 1em;
  background: url(../images/border.png) no-repeat left top;
  margin-bottom: 15px;
}

.wrapper .banner {
  text-align: center;
  margin-bottom: 60px;
}

.wrapper .copyright {
  font-size: 12px;
  margin-bottom: 45px;
}

@media screen and (max-width: 1200px) {
  .logo {
    width: 96%;
    margin: 78px auto 29px;
  }
  .wrapper {
    width: 96%;
  }
  .wrapper img {
    width: 100%;
  }
  .wrapper .imageArea img {
    width: 90%;
  }
  .wrapper .infoArea {
    background: #fff;
    padding: 40px 30px 30px 0;
    margin-bottom: 50px;
  }
  .wrapper .infoArea .title {
    padding-left: 45px;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .wrapper .infoArea .image {
    margin-left: 20%;
  }
  .wrapper .anchorArea {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 15px;
  }
  .wrapper .anchorArea .anchorItem {
    margin-bottom: 20px;
  }
  .wrapper .product {
    padding: 35px 30px 20px;
  }
  .wrapper .product .title {
    margin-bottom: 25px;
  }
  .wrapper .product .productList {
    margin-left: 1%;
  }
  .wrapper .product .productList .productListItem {
    width: 24.2%;
    margin-right: 1%;
  }
  .wrapper .product .productList .productListItem .productListItem__title img {
    width: 80%;
  }
  .wrapper .banner {
    text-align: center;
    margin-bottom: 30px;
  }
  .wrapper .banner img {
    width: 80%;
  }
  .wrapper .copyright {
    font-size: 10px;
    text-align: center;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 740px) {
  .logo {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 20px 20px 16px;
  }
  .logo img {
    width: 90px;
    height: auto;
  }

  .wrapper {
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
  }

  .wrapper .mainVisual {
    margin-bottom: 20px;
  }
  .wrapper .mainVisual.inner {
    background: #fff;
  }
  .wrapper .mainVisual.inner img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }

  .wrapper .leadText {
    border-top: none;
    border-bottom: 1px solid #5c6469;
    margin: 0 0 30px;
    padding: 0 0 20px;    
  }
  .wrapper .leadText p {
    line-height: 1.5em;
    font-size: 14px;
  }
  .wrapper .leadText p span {
    display: block;
    padding-bottom: .5em;
  }
  .wrapper .leadText .date {
    width: auto;
    padding-top: .5em;
  }

  .wrapper .anchorArea {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .wrapper .anchorArea .anchorItem {
    width: 32%;
    margin: 0;
  }
  .wrapper .anchorArea .anchorItem:nth-child(4) {
    width: 66%;
    max-width: none;
  }
  .wrapper .anchorArea .anchorItem:nth-child(n+4) {
    margin-top: 2%;
  }
  .wrapper .anchorArea .anchorItem a {
    font-size: 13px;
  }

  .wrapper .infoArea {
    background: none;
    padding: 40px 0 0;
    margin-bottom: 0;
  }
  .wrapper .infoArea .title {
    color: #e60012;
    font-size: 16px;
    background: #fff;
    padding: 10px 0 10px 10px;
    margin-bottom: 10px;
  }
  .wrapper .infoArea .image {
    margin-left: 0;
  }
  
  .wrapper .movieArea {
    background: none;
    padding: 40px 0 0;
    margin-bottom: 0;
  }
  .wrapper .movieArea .title {
    color: #e60012;
    font-size: 16px;
    background: #fff;
    padding: 10px 0 10px 10px;
    margin-bottom: 10px;
  }
  .mov-area {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .mov-area .frame {
    height: 0;
    padding-bottom: 56.25%;
  }
  .mov-area iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
  }
  .wrapper .movieArea video {
    width: 100%;
  }

  .wrapper .product {
    background: none;
    padding: 40px 0 0;
    margin-bottom: 0;
  }
  .wrapper .product .title {
    color: #e60012;
    font-size: 16px;
    background: #fff;
    padding: 10px 0 10px 10px;
    margin-bottom: 10px;
  }
  .wrapper .product .product_leadTxt {
    font-size: 15px;
    background: #fff;
    padding: 30px 0 0;
    margin-bottom: 0;
  }
  .wrapper .product .productList {
    width: 100%;
    background: #fff;
    margin: 0;
    padding: 0 0 20px;
  }
  .wrapper .product .productList .productListItem {
    float: none;
    width: 80%;
    font-size: 14px;
    margin: 40px auto 0;
  }
  .wrapper .product .productList .productListItem:last-child {
    margin: 40px auto 0;
  }
  .wrapper .product .productList .productListItem ul li {
    background: url(../images/border.png) no-repeat left 2px;
  }

  .wrapper .banner {
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }
  .wrapper .banner img {
    width: 100%;
    max-width: 564px;
  }

  .wrapper .copyright {
    font-size: 11px;
    margin-bottom: 20px;
  }
}