<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*共通*/
/*A Modern CSS Reset https://github.com/hankchizljaw/modern-css-reset/blob/master/dist/reset.min.css */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

main {
  display: block;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  height: auto;
  max-width: 100%;
  display: block;
  image-rendering: -webkit-optimize-contrast;
}

input,
button,
textarea,
select {
  font: inherit;
}

button {
  background-color: transparent;
  cursor: pointer;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a,
a:hover {
  text-decoration: none;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/*common*/
html {
  position: relative;
  height: 100%;
  font-size: 62.5%;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", YuGothic, "Yu Gothic",
    "メイリオ", Meiryo, sans-serif;
  color: #000;
  overflow-x: hidden;
  line-height: 1.5;
}

svg {
  width: 100%;
  height: 100%;
}

/*inner*/
main {
  position: relative;
}

.inner {
  width: 95%;
  max-width: 1050px;
}

/*flexbox*/
.fb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.svg-icon {
  display: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.slick-slide img.pc {
  display: block;
}

.slick-slide img.sp {
  display: none;
}

/*共通パーツ*/
/*header footer 共通*/
.catch {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.4em;
}

/*header*/
.box_head {
  margin: 0 auto;
  padding: 30px 0;
  width: 100%;
  max-width: 1200px;
}

.box_head h1 {
  position: relative;
  right: 12px;
  width: 166px;
}

.box_head figure {
  width: 242px;
}

ul.nav_global {
  margin: 0 auto;
  padding: 0 0 8px;
  width: 100%;
  max-width: 1200px;
}

.nav_global li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 26%;
}

.nav_global li img {
  width: auto;
  height: 20px;
}

.nav_global li span img {
  opacity: .5;
}

.nav_global li:first-child {
  padding: 0 70px;
  max-width: 212px;
  width: 20%;
}

.nav_global li:first-child img {
  width: auto;
  height: 12px;
}

.nav_global li:nth-child(2) {
  border: 1px solid #bbbcbd;
  border-top: none;
  border-bottom: none;
}

.nav_global li:nth-child(3) {
  border-right: 1px solid #bbbcbd;
}

/*footer*/
.box_foot {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  justify-content: flex-start;
  margin: 0 auto;
  padding: 40px 40px 25px;
  width: 100%;
  max-width: 1280px;
}

.box_foot .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 40px 0 0;
  width: 166px;
}

.box_foot .left figure {
  margin: 5px 0 0;
  width: 100%;
}

.box_foot .left .catch {
  width: 100%;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.32em;
}

.box_foot .right {
  margin: 0 0 0 auto;
}

.box_foot .right .company {
  margin: 0 0 0 auto;
  width: 242px;
}

.box_foot .right .copy {
  font-family: "Jost", sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-align: right;
}

.nav_foot {
  margin: 0;
}

.nav_foot li {
  font-size: 1.3rem;
}

.nav_foot li:first-child {
  margin: 0 3.6rem 0 0;
}

.nav_foot li:nth-child(2) {
  margin: 0 3rem 0 0;
}

.nav_foot a {
  position: relative;
  padding: 0 0 0 1.2rem;
  font-size: 1.3rem;
  letter-spacing: 0.07em;
  color: #1a1311;
}

.nav_foot a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #757676;
  border-right: 1px solid #757676;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*btn-link*/
.btn-link {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 10px 14px;
  max-width: 338px;
  width: 95%;
  text-align: center;
  font-weight: 800;
  text-indent: -1rem;
  color: #fff;
  background: #5e5e5e;
  -webkit-transition: 0.25s ease-in all;
  transition: 0.25s ease-in all;
}

.btn-link::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #fff;
}

.btn-link:hover {
  background-color: #da0011;
}

/*icon-new*/
.ico_new {
  padding: 2px 14px 2px 17px;
  background: #da0011;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  text-align: center;
}

/*to-top*/
.totop {
  position: fixed;
  bottom: 80px;
  right: 40px;
}

.totop button {
  position: relative;
  width: 55px;
  height: 55px;
  background-color: #000;
}

.totop button::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 22px;
  display: block;
  margin: auto;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-bottom: none;
  border-left: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*新着記事*/

#newarrival {
  width: 32%;
  height: 100vh;
}

#newarrival h2 {
  font-size: 2.1rem;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
}

#newarrival .lnk_article {
  margin: 30px 0 0;
  padding: 0 0 30px;
  border-bottom: 1px solid #bbbcbd;
}

#newarrival .lnk_article:last-of-type {
  border-bottom: none;
}

#newarrival .lnk_article h3 img {
  width: auto;
  height: 20px;
}

#newarrival .lnk_article .content {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 14px 0 0;
  padding: 0 28px 12px 0;
  width: 100%;
  background: #f1f2f2;
}

#newarrival .lnk_article .content a {
  color: #000;
}

#newarrival .lnk_article .content figure {
  width: 114px;
  height: 114px;
  overflow: hidden;
}

#newarrival .lnk_article .content figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#newarrival .lnk_article .content .dtl {
  margin: 5px 0 0;
  width: calc(100% - 128px);
}

#newarrival .lnk_article .content .vol {
  color: #da0011;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  font-weight: 600;
  font-family: "Jost", sans-serif;
}

#newarrival .lnk_article .content .vol span {
  font-size: 2.7rem;
}

#newarrival .lnk_article .content .class {
  font-size: 1.2rem;
  letter-spacing: 0.11em;
}

#newarrival .lnk_article .content .name {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 0.3em;
}

#newarrival .lnk_article .content .name02 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.3em;
}

#newarrival .lnk_article .content .name03 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.4em;
  letter-spacing: 0.3em;
}

#newarrival .lnk_article .content .data {
  margin: 8px 0 0 130px;
  font-family: "Jost", sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  letter-spacing: 0.16em;
  text-transform: uppercase
}

#newarrival .lnk_article .content .title {
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.07em;
}

#newarrival .lnk_article#article_make .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#newarrival .btn-link {
  margin: 14px 0 0;
}

/*一覧ページ*/
.ttl_lst_all {
  margin: 90px auto 0;
  width: 290px;
  text-align: center;
}

.ttl_lst_all+.txt {
  margin: 25px auto 0;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.19em;
  line-height: 1.8;
}

.lst_article {
  align-items: stretch;
  justify-content: flex-start;
  margin: 0 auto;
  width: 90%;
  max-width: 1050px;
}

.lst_article li {
  position: relative;
  margin: 30px 0 0;
  width: calc(100% / 3.1);
  background-color: #f1f2f2;
}

.lst_article li:nth-child(2) {
  margin: 30px 32px 0;
}

.lst_article li a {
  display: block;
  color: #000;
}

.lst_article li a:hover {
  opacity: .7;
}

.lst_article .ico_new {
  position: absolute;
  top: 0;
  left: 0;
}

.lst_article .thum {
  height: 146px;
  overflow: hidden;
}

.lst_article .thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lst_article .content {
  padding: 14px 24px;
}

.lst_article .content .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.lst_article .content .date {
  margin: 5px 0 0;
  width: 100%;
  font-family: "Jost", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.16em;
  font-weight: 300;
}

.lst_article+.tolist {
  margin: 50px auto 0;
}

@media only screen and (max-width: 900px) {
  html {
    width: 100%;
  }

  .inner {
    width: 95%;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .slick-slide img.pc {
    display: none;
  }

  .slick-slide img.sp {
    display: block;
  }

  /*header*/
  .box_head {
    padding: 3.5vw 3.5vw 0;
  }

  .box_head h1 {
    right: 0;
    margin: 10.8vw auto;
    width: 50%;
  }

  .box_head h1 img {
    margin: 0 auto;
  }

  .box_head .catch {
    width: 100%;
    font-size: 3.7vw;
  }

  .box_head figure {
    display: none;
  }

  .box_head .btn-menu {
    position: absolute;
    right: 2vw;
    top: 2vw;
  }

  .box_head .btn-menu p {
    font-size: 3vw;
    font-weight: 600;
    font-family: "Jost", sans-serif;
  }

  .box_head .btn-menu span {
    display: block;
    width: 100%;
    height: 4px;
    background: #000;
    -webkit-transition: 0.25s ease-in all;
    transition: 0.25s ease-in all;
  }

  .box_head .btn-menu span:first-of-type {
    margin: 1vw 0;
  }

  .box_head .btn-menu.on {
    position: fixed;
    z-index: 1001;
  }

  .box_head .btn-menu.on p {
    opacity: 0;
  }

  .box_head .btn-menu.on span {
    margin: 0 auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .box_head .btn-menu.on span:first-of-type {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -4px;
  }

  /*nav*/
  header+nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 3.5vw 0 10vw;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
  }

  header+nav.on {
    display: block;
    overflow-x: scroll;
  }

  header+nav.on .catch {
    padding-left: 3.5vw;
    font-size: 3.7vw;
  }

  header+nav .nav_logo {
    margin: 14.6vw auto 0;
    width: 37vw;
  }

  header+nav .nav_company {
    margin: 7.25vw auto 0;
    width: 58.5vw;
  }

  .nav_global.fb {
    display: block;
    margin: 6.5vw auto 0;
  }

  .nav_global li {
    margin: 10vw auto;
  }

  .nav_global li:first-child {
    padding: 0 0 10vw 0;
    width: 100%;
    max-width: none;
    border-bottom: 1px solid #bbbcbd;
  }

  .nav_global li:first-child img {
    width: auto;
    height: 5vw;
  }

  .nav_global li:nth-child(2) {
    width: 100%;
    border: none;
    border-bottom: 1px solid #bbbcbd;
  }

  .nav_global li:nth-child(3) {
    width: 100%;
    border: none;
    border-bottom: 1px solid #bbbcbd;
  }

  .nav_global li:last-child {
    width: 100%;
    border-bottom: 1px solid #bbbcbd;
  }

  .nav_global li .read {
    margin: 3vw auto 0;
    padding: 0 0 10vw 0;
    font-size: 1.4rem;
    letter-spacing: 0.19em;
    line-height: 1.8;
    color: #000;
    text-align: center;
  }

  .nav_global li img {
    width: auto;
    height: 6vw;
    margin: 0 auto;
  }

  /*footer*/
  .box_foot {
    padding: 20px;
  }

  .box_foot.fb {
    display: block;
  }

  .box_foot .left {
    display: block;
    margin: 0 auto 27vw;
    text-align: center;
  }

  .box_foot .left figure {
    margin: 1vw auto 0;
    width: 166px;
  }

  .box_foot .right .company {
    margin: 16vw 0 0;
    width: 242px;
  }

  .box_foot .right .copy {
    text-align: left;
  }

  .nav_foot.fb {
    display: block;
  }

  .nav_foot li,
  .nav_foot li:nth-child(2) {
    margin: 4vw 0 0;
  }

  .box_foot .right {
    margin: 7vw 0 0;
  }

  /*to-top*/
  .totop {
    position: fixed;
    bottom: 5px;
    right: 5px;
  }

  /*新着記事*/

  #newarrival {
    margin: 28vw auto 0;
    padding: 16vw 0 0;
    width: 100%;
    height: 100%;
    border-top: 2px solid #da0011;
  }

  #newarrival h2 {
    margin: 0 auto;
    width: 90%;
  }

  #newarrival .lnk_article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 90%;
  }

  #newarrival .lnk_article h3 {
    margin: 9.5vw auto 0;
    width: 100%;
  }

  #newarrival .lnk_article h3 img {
    height: 6vw;
  }

  #newarrival .lnk_article .content {
    width: 48%;
  }

  #newarrival .lnk_article .btn-link {
    margin: 7vw auto 0;
  }

  /*一覧*/
  .ttl_lst_all {
    margin: 10vw auto 0;
    width: 90%;
    text-align: left;
  }

  .ttl_lst_all img {
    width: 65%;
  }

  .ttl_lst_all+.txt {
    margin: 5vw auto 0;
    width: 90%;
    text-align: left;
    font-size: 4vw;
    line-height: 1.8;
    letter-spacing: 0.19em;
  }

  .lst_article.fb {
    margin: 5vw auto 0;
    display: block;
  }

  .lst_article li {
    margin: 2vw auto;
    width: 100%;
  }

  .lst_article li:nth-child(2) {
    margin: 2vw auto;
  }

  .lst_article li a {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
  }

  .lst_article li a:hover {
    opacity: .7;
  }

  .lst_article .ico_new {
    left: auto;
    right: 0;
  }

  .lst_article .thum {
    width: 114px;
    height: 114px;
    overflow: hidden;
  }

  .lst_article .content {
    padding: 9vw 4vw 8vw 0;
    width: calc(100% - 128px);
  }

  .lst_article+.tolist {
    margin: 10vw auto 0;
    width: 85%;
  }
}

@media only screen and (max-width: 640px) {
  #newarrival .lnk_article {
    display: block;
  }

  #newarrival .lnk_article .content {
    width: 100%;
  }
}

/*要素*/
ul.nav_global {
  border-bottom: 1px solid #bbbcbd;
}

.box_main {
  position: relative;
  margin: 8px auto 0;
  padding: 0 0 178px;
  width: 100%;
  max-width: 1200px;
}

.box-colum {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 44px auto 0;
  width: 100%;
  max-width: 1048px;
}

#interview {
  width: 65%;
}

#interview h1 {
  margin: 0 auto;
  padding: 30px 0 18px 10px;
  border-bottom: 1px solid #da0011;
}

#interview h1 img {
  width: 50%;
  max-width: 216px;
}

#interview .share {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 26px 20px 0 auto;
  width: 266px;
}

#interview .share li {
  width: 40px;
  height: 40px;
}

#interview .share .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: 14px;
  width: auto;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  letter-spacing: 0.15em;
  text-align: right;
}

#interview #session01.box_talk {
  margin: 0 auto;
}

#interview .box_talk h2 {
  margin: 0 auto;
  padding: 95px 0 18px 10px;
  border-bottom: 1px solid #da0011;
}

#interview .box_talk h2.ttl_main {
  padding: 30px 0 0 0;
  border-bottom: none;
  font-size: 2.7rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

#interview .box_talk h2.ttl_main+.data {
  margin: 8px 0 0;
  font-size: 1.3rem;
  letter-spacing: 0.15em;
  font-weight: 300;
  font-family: "Jost", sans-serif;
  text-transform: uppercase
}

#interview .box_talk p {
  margin: 40px 0 0;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-character;
}

#interview .box_talk figure {
  margin: 53px auto 0;
  width: 680px;
  height: 388px;
}

#interview .box_talk figure img {
  object-fit: contain;
  height: 100%;
}

#interview .box_talk figure iframe {
  margin: 17px auto 0;
  width: 100%;
  height: 388px;
}

#interview .box_talk figcaption {
  margin: 0;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}

#interview #session01 figure {
  margin: 35px 0 0;
}

#interview .tolist {
  margin: 150px auto 0;
}



@media only screen and (max-width: 900px) {
  .box_main {
    margin: 0;
    padding: 0 0 15vw;
  }

  .box-colum {
    margin: 0 auto;
  }

  .box-colum.fb {
    display: block;
  }

  #interview {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  #interview h1 {
    padding: 4vw 0;
    width: 90%;
  }

  #interview .tolist {
    margin: 20vw auto 0;
  }

  #interview .share {
    margin: 26px 20px 0 auto;
    width: 266px;
  }

  #interview #session01 figure {
    margin: 8vw auto 0;
  }

  #interview .box_talk {
    margin: 10vw auto 0;
    width: 90%;
  }

  #interview #session01.box_talk {
    margin: 8vw auto 0;
    width: 100%;
  }

  #interview .box_talk h2 {
    margin: 10vw 0 0;
    padding: 0 0 4vw 0;
    font-size: 5vw;
  }

  #interview .box_talk h2.ttl_main {
    margin: 0 auto;
    padding: 0;
    width: 90%;
    font-size: 6.5vw;
  }

  #interview .box_talk .txt {
    margin: 8vw 0 0;
  }

  #interview .box_talk h2.ttl_main+.data {
    margin: 4vw auto 0;
    width: 90%;
  }

  #interview .box_talk figure {
    margin: 10vw auto 0;
    width: 100%;
    height: auto;
  }

  #interview .box_talk figure iframe {
    height: auto;
    min-height: 56vw;
  }
}</pre></body></html>