<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: bottom;
  background: transparent;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  text-align: center;
}
* {
  box-sizing: border-box;
}
/* ------------------------------
- style
------------------------------ */
:root,
html,
body {
  background-color: #fff;
  color: #3f3f3f;
  width: 100%;
}
body {
  font-family: 'ヒラギノ角ゴ ProN', "Hiragino Kaku Gothic ProN", 'メイリオ', Meiryo, sans-serif;
  position: relative;
}
li {
  list-style-type: none;
}
a {
  color: #333;
  text-decoration: none;
  display: block;
  transition: .7s;
}
a:hover {
  opacity: .7;
}
p {
  font-size: 16px;
  line-height: 1.5;
}
main 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: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
@media only screen and (max-width: 767px) {
  p {
    font-size: 2.3vw;
  }
  .contents-l {
    padding: 0 4.6%;
    width: 100%;
    min-width: auto;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}

/* ------------------------------
- header
------------------------------ */
header {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255);
  width: 100%;
  min-width: 1200px;
  z-index: 5;
}
header .contents-l{
  height: 50px;
  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: 80px;
}
header a {
  font-size: 14px;
  color: #333;
}
@media only screen and (max-width: 767px) {
  header {
    min-width: auto;
  }
}
/* ------------------------------
- mv
------------------------------ */
.mv {
  z-index: 3;
  position: relative;
}
.mv img {
  min-width: 1200px;
}
.mv .lead {
  position: absolute;
  right: 0;
  bottom: 240px;
  color: #fff;
}
.mv .lead_head {
  font-size: 44px;
  text-align: left;
  line-height: 1.2;
  margin-bottom: 10px;
  text-shadow: 2px 2px 0px rgba(0,0,0,0.3);
}
.mv .lead_head span {
  font-size: 44px;
}
.mv .lead_content {
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  text-shadow: 2px 2px 0px rgba(0,0,0,0.3);
}
@media only screen and (max-width: 767px) {
  .mv img {
    min-width: 100%;
  }
  .mv .lead {
    bottom: 15vw;
    right: auto;
    margin: 0 6%;
  }
  .mv .lead_head {
    font-size: 5.8666vw;
  }
  .mv .lead_head span {
    font-size: 4.8vw;
  }
  .mv .lead_content {
    font-size: 2.6666vw;
  }
}

/* ------------------------------
- contents
------------------------------ */
.contents {
  margin: -200px 0 0;
}
@media only screen and (max-width: 767px) {
  .contents {
    margin-top: -10vw;
  }
}
/* ------------------------------
- catalog_set
------------------------------ */
.catalog_set {
  position: relative;
  z-index: 4;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  background-color: rgba(230,223,211,.5);
}
.catalog_set div {
  width: 470px;
}
.catalog_set h1 {
  color: #878176;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: normal;
  padding-left: 100px;
  line-height: 1.2;
}
.catalog_set h1 strong {
  font-size: 32px;
  font-weight: normal;
  display: block;
  position: absolute;
  top: 30px;
  left:  30px;
  width: 90px;
  height: 90px;
  border-radius: 45px;
  border: 2px solid #878176;
  padding: 10px;
  line-height: 70px;
}
.catalog_set h1 span {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 1rem;
  padding-left: 0.5rem;
}
.catalog_set h2 {
  margin-bottom: 20px;
  font-size: 40px;
  text-align: left;
  line-height: 1.2;
}
.catalog_set li {
  font-size: 20px;
  vertical-align: middle;
  margin-bottom: 10px;
}
.catalog_set li::before {
  content: attr( data-type );
  font-size: 14px;
  display: block;
  padding: 2px 5px;
  border: 1px solid #000;
  width: fit-content;
  margin-bottom: 5px;
}
.catalog_set p a {
  display: flex;
  position: relative;
  width: calc(100% - 5px);
  color: #fff;
  background: #272f3b;
  margin-top: 20px;
  padding: 15px;
  line-height: 1;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.catalog_set p a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 100%;
  height: 100%;
  border-right: 1px solid #272f3b;
  border-bottom: 1px solid #272f3b;
}
.catalog_set p a.arrow::before {
  content: "\e5c8";
  font-family: 'Material Icons';
  padding-right: .5rem;
}
/* .catalog_set p a.arrow::before {
  position: absolute;
  content: "";
  right: 15px;
  top: 50%;
  transform: translateY(calc(-50%)) rotate(45deg);
  width: 10px;
  height: 1px;
  background: #fff;
}
.catalog_set p a.arrow::after {
  position: absolute;
  content: "";
  right: 15px;
  top: calc(50% + 2px);
  transform: translateY(calc(-50% + 2px));
  width: 30px;
  height: 1px;
  background: #fff;
} */
.catalog_set figure {
  width: 640px;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .catalog_set {
    display: block;
    width: 100%;
    padding: 0 2% 3%;
  }
  .catalog_set div {
    width: 100%;
  }
  .catalog_set h1 {
    margin-bottom: 38.4vw;
    font-size: 4vw;
    padding-left: 16.2vw;
    padding-top: 4vw;
  }
  .catalog_set h1 strong {
    font-size: 5.3333vw;
    top: 4vw;
    left: 7vw;
    width: 15.2vw;
    height: 15.2vw;
    border-radius: 7.6vw;
    border: 1px solid #9e9360;
    padding: 1.6vw;
    line-height: 12vw;
  }
  .catalog_set h1 span {
    font-size: 9vw;
    letter-spacing: 0.5rem;
    padding-left: 0.25rem;
  }
  .catalog_set h2 {
    margin-bottom: 3vw;
    font-size: 6.4vw;
    text-align: center;
  }
  .catalog_set ul {
    width: fit-content;
    margin: 0 auto;
  }
  .catalog_set li {
    font-size: 3.7333vw;
  }
  .catalog_set li::before {
    font-size: 2.4vw;
    border: 1px solid #000;
    margin-right: 0.5rem;
  }
  .catalog_set p a {
    padding: 4.2666vw;
    font-size: 3.7333vw;
    width: calc(100% - 0.8vw);
  }
  .catalog_set p a::after {
    bottom: -0.8vw;
    right: -0.8vw;
  }
  .catalog_set p a.arrow::before {
    content: "\e5c8";
    font-family: 'Material Icons';
    padding-right: .5rem;
  }
  .catalog_set figure {
    width: 70%;
    position: absolute;
    top: 20vw;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}

/* ------------------------------
- catalog_list
------------------------------ */
.catalog_list {
  text-align: center;
}
.catalog_list h2 {
  display: inline-block;
  font-size: 48px;
  font-weight: normal;
  color: #878176;
  padding-bottom: 15px;
  margin: 80px auto 50px auto;
  border-bottom: 1px solid #878176;
}
.catalog_list ul {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 100px;
}
.catalog_list ul li {
  width: 370px;
  text-align: left;
}
.catalog_list ul li figure:first-child {
  height: 370px;
  margin-bottom: 15px;
}
.catalog_list ul li h3 {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 10px;
  text-align: left;
  line-height: 1.2;
  height: 110px;
}
.catalog_list ul li h3 span {
  font-size: 28px;
}
.catalog_list ul li h3::before {
  content: attr( data-type );
  font-size: 14px;
  display: block;
  padding: 5px;
  width: fit-content;
  border: 1px solid #000;
  margin-bottom: 10px;
}
.catalog_list ul li p {
  line-height: 1.8;
  margin-bottom: 10px;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .catalog_list h2 {
    font-size: 6.4vw;
    padding-bottom: 2vw;
    margin: 10.6666vw auto 6.6666vw auto;
  }
  .catalog_list ul {
    margin-bottom: 10.6666vw;
  }
  .catalog_list ul .slick-slide {
    margin-right: 2vw!important;
    margin-left: 2vw!important;
  }
  .catalog_list ul li {
    width: 73vw;
  }
  .catalog_list ul li figure:first-child {
    height: auto;
    margin-bottom: 4vw;
  }
  .catalog_list ul .slick-slide figure:last-child img {
    display: none;
  }
  .catalog_list ul li h3 {
    font-size: 4.8vw;
    margin-bottom: 2.6666vw;
    line-height: 1.4;
    height: auto;
    vertical-align: middle;
  }
  .catalog_list ul li h3 span {
    font-size: 4.8vw;
  }
  .catalog_list ul li h3::before {
    font-size: 2.4vw;
    margin-right: 0.5rem;
    margin-bottom: 2vw;
  }
  .catalog_list ul li p {
    font-size: 3.7333vw;
  }
}

/* ------------------------------
- mdm
------------------------------ */
.digital_catalog {
  overflow: hidden;
  background: #000;
  margin-bottom: 100px;
  min-width: 1200px;
  color: #fff;
}
.digital_catalog .cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  flex-direction: row-reverse;
}
.digital_catalog .cont figure {
  width: 55%;
  flex: 1;
  margin-right: calc(45% - 50vw);
}
.digital_catalog .cont div {
  width: calc(45% - 40px);
  padding-right: 40px;
}
.digital_catalog .cont div h2 {
  font-size: 40px;
  text-align: left;
  margin-bottom: 20px;
}
.digital_catalog .cont div p {
  font-size: 18px;
  line-height: 2;
}
.digital_catalog .cont div p.btn a {
  display: flex;
  position: relative;
  width: calc(100% - 8px);
  color: #fff;
  margin: 50px auto 0;
  padding: 15px 115px 15px 15px;
  line-height: 1;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border: 1px solid #fff;
}
.digital_catalog .cont div p.btn a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 100%;
  height: 100%;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.digital_catalog .cont div p.btn a.arrow::before {
  content: "\e5c8";
  font-family: 'Material Icons';
  padding-right: .5rem;
}
.digital_catalog .cont div p.btn a img {
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 110px;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .digital_catalog {
    margin-bottom: 13.3333vw;
    min-width: auto;
  }
  .digital_catalog .cont {
    width: 100%;
    margin: auto;
    display: block;
  }
  .digital_catalog .cont figure {
    width: 100%;
    margin-right: 0;
  }
  .digital_catalog .cont div {
    width: 100%;
    padding: 6.6666vw 5.6vw;
  }
  .digital_catalog .cont div h2 {
    font-size: 9vw;
  }
  .digital_catalog .cont div p {
    font-size: 4vw;
  }
  .digital_catalog .cont div p.btn a {
    font-size: 3.7333vw;
  }
  .digital_catalog .cont div p.btn a::after {
    bottom: -1.2vw;
    right: -1.2vw
  }
  .digital_catalog .cont div p.btn a img {
    bottom: -3.2vw;
    right: 0;
    width: 30%;
  }
}

/* ------------------------------
- footer
------------------------------ */
footer {
  padding: 50px 0 20px;
  text-align: center;
  font-size: 14px;
}
footer p {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
footer p::before {
  content: "\ff1e";
  padding-right: .5rem;
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 9.3333vw 0 2.6666vw;
    font-size: 2.4vw;
  }
}

.code_area {
  position:absolute;bottom:0;height:1px;overflow:hidden;
}
.code_area img {
  width: 1px; height: 1px;
}
</pre></body></html>