@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(//fonts.googleapis.com/css?family=Noto+Serif:400,700);
/* ------------------------------
- reset
------------------------------ */
html, body, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1;
    text-align: center;
}
* {
    box-sizing: border-box;
}
/* ------------------------------
- style
------------------------------ */
.cf {
    zoom: 1;
}
.cf:before, .cf:after {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
:root,
html,
body {
    background-color: #fff;
    color: #3f3f3f;
    width: 100%;
}
body {
    font-family: 'ヒラギノ角ゴ ProN', "Hiragino Kaku Gothic ProN", 'メイリオ', Meiryo, sans-serif;
}
li {
    list-style-type: none;
}
a {
    color: #3f3f3f;
    text-decoration: none;
    display: block;
    transition: .7s;
}
a:hover {
    opacity: .7;
}
p {
    font-size: 14px;
    line-height: 1.5;
}
img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.ff-notoSans {
    font-family: 'Noto Sans JP', sans-serif;
}
.ff-notoSerif {
    font-family: 'Noto Serif', serif ,'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro', "游明朝体", "Yu Mincho";
}
.contents-l {
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}
.pc_only {
    display: block;
}
.sp_only {
    display: none;
}
@media only screen and (max-width: 640px) {
  p {
    font-size: 12px;
  }
  .contents-l {
      padding: 0 4.6%;
  }
  .pc_only {
      display: none;
  }
 .sp_only {
      display: block;
  }
}
/* ------------------------------
- body
------------------------------ */
.body {
  position: relative;
}
/* ------------------------------
- header
------------------------------ */
header {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,.6);
  width: 100%;
  z-index: 5;
}
header .contents-l{
  height: 45px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.header_logo {
  max-width: 81px;
}
header a {
  font-size: 14px;
  color: #000;
}
@media only screen and (max-width: 640px) {
}
/* ------------------------------
- mv
------------------------------ */
.mv {
  z-index: 3;
  position: relative;
}
.mv_img {
  max-height: 900px;
  overflow: hidden;
}
.mv .contents-l {
  max-width: 1200px;
}
.lead {
  position: absolute;
  right: 0;
  bottom: 50px;
  color: #fff;
}
.lead_head {
  font-size: 48px;
  text-align: left;
  letter-spacing: 1.8px;
  line-height: 1.2;
  margin-bottom: 20px;
  text-shadow: 2px 2px 10px #555, -2px -2px 10px #555, 2px -2px 10px #555, -2px 2px 9px #555;
}
.lead_content {
  font-size: 20px;
  font-weight: 400;
  text-shadow: 2px 2px 7px #555, -2px -2px 7px #555, 2px -2px 7px #555, -2px 2px 7px #555;
}
@media only screen and (max-width: 850px) {
  .lead_head {
    font-size: 5.6vw;
    margin-bottom: 4.7%;
  }
  .lead_content {
    font-size: 2.3vw;
  }
}
@media only screen and (max-width: 640px) {
  .mv .contents-l {
    position: absolute;
    top: 0;
  }
  .lead {
    position: absolute;
    right: unset;
    bottom: unset;
    top: 70px;
    left: 4.6%;
  }
  .lead_head {
    font-size: 6.2vw;
  }
  .lead_content {
    font-size: 3.5vw;
  }
}
/* ------------------------------
- contents
------------------------------ */
.contents {
  margin: -70px 0 0;
  background-color: #ededed;
}
/* ------------------------------
- catalogset
------------------------------ */
.catalogset {
  position: relative;
  z-index: 4;
}
.catalogset_head {
  margin: 0 30px;
  margin-bottom: 50px;
}
.catalogset_foot {
  padding: 50px 0 90px;
  display: table;
  width: 100%;
}
.catalogset_head .catalogset_img {
  max-width: 386px;
  width: 41.5%;
  margin-bottom: 30px;
}
.catalogset_foot .catalogset_img {
  width: 32.5%;
  display: table-cell;
  vertical-align: bottom;
  padding-right: 3.6%;
}
.catalogset h3 {
  text-align: left;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  font-size: 20px;
}
.catalogset ul li {
  font-size: 17px;
  margin-top: 10px;
  line-height: 1;
  font-weight: bold;
}
.catalogset_btn {
  display: inline-block;
  position: absolute;
}
.catalogset_head .catalogset_btn {
  top: 100px;
  right: 0;
  max-width: 370px;
  width: 41%;
}
.catalogset_foot .catalogset_btn {
  bottom: 90px;
  right: 0;
  width: 320px;
}
.catalogset_btn a {
  background: #0081cc;
  color: #fff;
  font-size: 18px;
  padding: 21.5px 10px;
  text-align: center;
}
.catalogset_btn a span {
  background: #fff;
  color: #0081cc;
  font-size: 16px;
  padding: 5px 21px;
  margin-right: 10px;
}
.pc_style{
  display:block;
}
.sp_style{
  display:none;
}
@media only screen and (max-width: 850px) {
  .catalogset_btn a span {
    font-size: 1.8vw;
    padding: 1.5% 5.9%;
    margin-right: 4%;
  }
  .catalogset_btn a {
    font-size: 2.1vw;
    padding: 7% 2%;
  }
  .catalogset_foot .catalogset_img {
    vertical-align: top;
  }
  .catalogset_head .catalogset_btn {
    top: 0;
    right: 0;
    width: 300px;
    position: relative;
    margin: 30px auto 0;
    display: block;
  }
  .catalogset_foot .catalogset_btn {
    bottom: 0;
    right: 0;
    width: 60%;
    position: relative;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .contents {
    margin: -14vw 0 0;
  }
  .catalogset_head {
    margin: 0;
    margin-bottom: 70px;
  }
  .catalogset_head .catalogset_img {
    max-width: 380px;
    width: 67.5%;
    margin: 0 auto 8.6%;
  }
  .catalogset h3 {
    padding-bottom: 15px;
    font-size: 14px;
  }
  .catalogset ul {
    margin-top: 15px;
  }
  .catalogset ul li {
    font-size: 13px;
    margin-top: 3px;
  }
  .catalogset_head .catalogset_btn {
    top: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    position: relative;
    margin: 30px auto 0;
    display: block;
  }
  .catalogset_btn a {
    font-size: 13px;
    padding: 12px 10px;
  }
  .catalogset_btn a span {
    font-size: 12px;
    padding: 2px 16px;
    margin-right: 10px;
  }
  .catalogset_foot {
    padding: 13% 0;
    display: table;
    width: 100%;
  }
  .catalogset_foot .catalogset_img {
    max-width: 380px;
    width: 67.5%;
    margin: 0 auto 8.6%;
    display: block;
  }
  .catalogset_foot .catalogset_btn {
    width: 100%;
  }
  .catalog_txt{
	font-size: 12px;
    margin-bottom: 5.5%;
	line-height: 19px;
  }
  .pc_style{
    display:none;
  }
  .sp_style{
    display:block;
  }

}
/* ------------------------------
- cataloglist
------------------------------ */
.cataloglist {

}
.cataloglist_item {
  margin-top: 10px;
  display: table;
  width: 100%;
  padding: 0px 30px 0;
  background: #fff;
}
.cataloglist_left {
  display: table-cell;
  width: 320px;
  padding: 0 30px 30px 0;
  vertical-align: top;
}
.cataloglist_right {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 0;
}
.cataloglist_head_head {
  display: table;
  margin-bottom: 20px;
  margin-top:30px;
  width: 100%;
}
.cataloglist_head_img {
  display: table-cell;
  vertical-align: top;
  width: 130px;
}
.cataloglist_name {
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
  position: relative;
}
.cataloglist_name.sp_only {
  display: none;
}
.catalog_type {
  border: 1px solid #3f3f3f;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  padding: 2.5px 3px;
}
.cataloglist_name h4 {
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .cataloglist_item {
    margin-top: 3.1%;
    display: block;
    padding: 6.8% 6.8% 0;
  }
  .cataloglist_left {
    display: table;
    width: 100%;
    padding: 0;
    margin-bottom: 5.5%;
  }
  .cataloglist_head_img {
    display: table-cell;
    vertical-align: top;
    width: 37.4%;
  }
  .cataloglist_name.pc_only {
    display: none;
  }
  .cataloglist_name.sp_only {
    display: block;
    padding: 0;
  }
  .cataloglist_head_head {
    display: table-cell;
    margin-bottom: 0;
    width: 36.5%;
    vertical-align: top;
  }
  .cataloglist_head_foot {
      display: table-cell;
      padding-left: 4%;
      width: 63.5%;
  }
  .catalog_type {
    font-size: 10px;
    padding: 3px 7px;
    margin-bottom: 10px;
  }
  .cataloglist_name h4 {
    font-size: 14px;
    position: relative;
    left: 0;
    margin-bottom: 10px;
  }
  .cataloglist_right {
    display: block;
	padding:0;
  }
}

/* ------------------------------
- footer
------------------------------ */
footer {
  padding: 17.5px 0;
}
footer p {
  text-align: right;
  font-size: 10px;
}
@media only screen and (max-width: 640px) {
  footer {
    padding: 5px 0;
  }
  footer p {
    text-align: center;
  }
}































/*  */
