<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 */
*,
*::before,
*::after {
  box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
ul[role="list"],
ol[role="list"] {
  list-style: none;
}
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
img,
picture {
  max-width: 100%;
  display: block;
}
input,
button,
textarea,
select {
  font: inherit;
}
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}
/* common reset css */
html {
  font-size: 62.5%;
}
body {
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.25;
  background-color: #111111;
  color: #fff;
}
strong,
b,
.bold {
  font-weight: bold;
}
a {
  text-decoration: none;
  transition: all .2s;
}
a:hover {
  opacity: .9;
}
h2,
h3,
h4 {
  font-weight: normal;
}
h2,
.section-information h3,
.archive-navigation,
.header-title {
  font-family: 'Cinzel', serif;
  letter-spacing: 0.12em;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* end of common reset css */
/* header styles */
.common-header {
  min-width: 1080px;
}
.common-header .header-logo {
  width: 1080px;
  height: 65px;
  margin: auto;
}
.common-header .main-title {
  position: relative;
  z-index: 5;
  width: 282px;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #111111;
}
.site-header {
  margin-bottom: 23rem;
}
.site-header p {
  letter-spacing: 0.03em;
}
.site-header ul {
  position: relative;
  width: 100%;
  height: 460px;
  max-width: 1920px;
  margin: auto;
  background-color: #111111;
}
.site-header ul li {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(1);
  transition: opacity 3s, transform 5s;
}
.site-header ul .bgSlide {
  transform: scale(1.04);
}
.site-header ul .showSlide {
  opacity: 1;
  transform: scale(1.02);
}
.site-header .slideButtons {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.site-header .slideButtons span {
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #555555;
  cursor: pointer;
}
.site-header .slideButtons span:not(:last-child) {
  margin-bottom: 1.5rem;
}
.site-header .slideButtons .active {
  background-color: #A2936B;
}
.site-header .header-cover {
  position: relative;
  background-color: #222222;
  max-width: 100%;
  overflow: hidden;
}
.site-header .header-content-img {
  padding-left: 2rem;
  margin-bottom: 4rem;
}
.site-header .header-content {
  position: relative;
  z-index: 5;
  margin: -76px auto 0;
  max-width: 1080px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.site-header .header-content-body {
  width: 609px;
  padding: 0 50px;
  line-height: 2.13;
  font-size: 15px;
  font-size: 1.5rem;
}
.site-header .header-content-body span {
  display: block;
}
.site-header h2 img {
  display: inline-block;
  object-fit: contain;
}
.site-header h2 img:first-child {
  margin-right: 1.2rem;
}
.site-header img {
  object-fit: cover;
}
.container {
  max-width: 1920px;
  min-width: 1080px;
  width: 100%;
  margin: auto;
}
section h2 {
  margin-bottom: 8rem;
  font-size: 24px;
  font-size: 2.4rem;
}
section h2:after {
  content: "";
  display: block;
  width: 6rem;
  height: .1rem;
  background-color: #A2936B;
  margin: 1rem auto 0;
}
section p {
  letter-spacing: 0.04em;
}
.section-concept {
  width: 1080px;
  margin: 0 auto 14.5rem;
  padding: 14rem 0 14.5rem;
  text-align: center;
  background-color: #222222;
}
.section-concept h3 {
  color: #A2936B;
  margin-bottom: 3rem;
  font-size: 24px;
  font-size: 2.4rem;
}
.section-concept h3 br {
  display: none;
}
.section-concept img {
  display: inline-block;
  margin-bottom: 3.5rem;
}
.section-concept p:not(:last-child) {
  margin-bottom: 3rem;
}
.section-concept dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #A2936B;
  padding: 2rem 0;
  width: 760px;
  margin: 8rem auto 0;
}
.section-concept dt {
  border-right: 1px solid #A2936B;
  padding: 2rem 4rem;
  white-space: nowrap;
}
.section-concept dt h3 {
  font-size: 20px;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  letter-spacing: 0.12em;
}
.section-concept dt h3 span {
  letter-spacing: 0.04em;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}
.section-concept dd {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  letter-spacing: 0.04em;
}
.section-information {
  text-align: center;
}
.section-information h2 {
  margin-bottom: 14rem;
}
.section-information h4 {
  color: #A2936B;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  letter-spacing: 0.08em;
}
.section-information h4 br {
  display: none;
}
.section-information img {
  object-fit: cover;
}
.section-information .sound,
.section-information ul {
  margin-bottom: 20rem;
}
.section-information .sound h3,
.section-information ul h3 {
  position: absolute;
  padding: 0 5rem;
  width: 100%;
  top: -5.4rem;
  left: 0;
  font-size: 48px;
  font-size: 4.8rem;
  letter-spacing: 0.12em;
}
.section-information .sound .information-content,
.section-information ul .information-content {
  position: relative;
  background-color: #222222;
  width: 590px;
  padding: 8rem 5rem;
}
.section-information .sound span,
.section-information ul span {
  display: block;
}
.section-information .sound li,
.section-information ul li {
  text-align: left;
  margin: 0 auto;
}
.section-information .sound li:not(:first-child),
.section-information ul li:not(:first-child) {
  position: relative;
  width: 1080px;
  height: 424px;
  margin: 0 auto 15rem;
}
.section-information .sound li:not(:first-child) .information-content,
.section-information ul li:not(:first-child) .information-content {
  position: absolute;
  margin-top: 8.3rem;
}
.section-information .sound li:not(:first-child) img,
.section-information ul li:not(:first-child) img {
  position: absolute;
  z-index: 3;
}
.section-information .sound li:nth-child(1),
.section-information ul li:nth-child(1) {
  margin: 0 auto 30rem;
  padding-right: 5rem;
}
.section-information .sound li:nth-child(1) h4 br,
.section-information ul li:nth-child(1) h4 br {
  display: block;
}
.section-information .sound li:nth-child(1) .information-content-wrap,
.section-information ul li:nth-child(1) .information-content-wrap {
  position: relative;
  width: 1080px;
  margin: auto;
}
.section-information .sound li:nth-child(1) .information-content,
.section-information ul li:nth-child(1) .information-content {
  position: absolute;
  right: 0;
  bottom: -170px;
}
.section-information .sound li:nth-child(2),
.section-information ul li:nth-child(2) {
  margin: 0 auto 25rem;
}
.section-information .sound li:nth-child(2) img,
.section-information ul li:nth-child(2) img {
  right: 0;
}
.section-information .sound li:nth-child(2) h4 br,
.section-information ul li:nth-child(2) h4 br {
  display: none;
}
.section-information .sound li:nth-child(2) .information-content,
.section-information ul li:nth-child(2) .information-content {
  left: 0;
  padding-right: 10rem;
}
.section-information .sound li:nth-child(3) h3,
.section-information ul li:nth-child(3) h3 {
  padding-left: 10rem;
}
.section-information .sound li:nth-child(3) .information-content,
.section-information ul li:nth-child(3) .information-content {
  padding-left: 10rem;
  right: 0;
}
.section-information .sound li:nth-child(3) img,
.section-information ul li:nth-child(3) img {
  left: 0;
}
.section-information .sound {
  position: relative;
  text-align: left;
  width: 1080px;
  height: 587px;
  margin: 0 auto 15rem;
}
.section-information .sound .information-content {
  position: absolute;
  padding-left: 10rem;
  right: 0;
  margin-top: 8.3rem;
  z-index: 5;
  line-height: 2;
}
.section-information .sound img {
  position: absolute;
  z-index: 3;
  left: 0;
}
.section-information .sound h3 {
  padding-left: 10rem;
  top: -4.9rem;
}
.section-information .comment {
  margin-bottom: 15rem;
}
.section-information .comment .inner {
  margin: 0 auto;
  border: 1px solid #444;
  padding: 8rem;
  width: 1080px;
}
.section-information .comment h3 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 8rem;
}
.section-information .comment h3 br {
  display: none;
}
.section-information .comment .comment-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  margin-bottom: 6rem;
  padding-bottom: 6rem;
  border-bottom: 1px solid #444;
}
.section-information .comment .comment-content-block {
  width: 50%;
}
.section-information .comment .comment-content-block:nth-child(odd) {
  padding-right: 4rem;
}
.section-information .comment .comment-content-block:nth-child(even) {
  padding-left: 4rem;
}
.section-information .comment .width-max {
  margin-top: 10rem;
  width: 100%;
}
.section-information .comment p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
.section-information .comment-photo {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 2;
}
.section-information .photo-body {
  width: calc( 100% - 24rem );
}
.section-information .photo-body p {
  font-size: 14px;
  font-size: 1.4rem;
}
.footer-link {
  text-align: center;
  margin-bottom: 14rem;
}
.footer-link br {
  display: none;
}
.footer-link a {
  position: relative;
  display: inline-block;
  color: #A2936B;
  line-height: 8rem;
  border: 1px solid #A2936B;
  border-radius: 8rem;
  padding: 0 4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.08em;
}
.footer-link a:before,
.footer-link a:after {
  position: absolute;
  content: "";
  display: inline-block;
}
.footer-link a:before {
  right: -13px;
  width: 3.2rem;
  height: 3.2rem;
  background-color: #111111;
}
.footer-link a:after {
  right: -23px;
  background-image: url( ../images/anchor_arrow.png );
  background-size: contain;
  background-repeat: no-repeat;
  width: 4.7rem;
  height: 4.7rem;
}
.page-top {
  display: none;
  position: fixed;
  z-index: 20;
  right: 5rem;
  bottom: 5rem;
}
.page-top a {
  font-size: 0;
  text-align: center;
  color: #A2936B;
  width: 6rem;
  height: 6rem;
  border: 1px solid #A2936B;
  border-radius: 6rem;
  background-color: rgba(17, 17, 17, 0.6);
  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;
}
.page-top a:after {
  margin: .7rem auto 0;
  content: "";
  border-right: 1px solid #A2936B;
  border-top: 1px solid #A2936B;
  transform: rotate(-45deg);
  display: block;
  width: 13px;
  height: 13px;
}
footer {
  min-width: 1080px;
  background-color: #222222;
  font-family: meiryo, "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
footer .footer-inner {
  width: 1080px;
  height: 130px;
  position: relative;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .footer-nav {
  margin-left: 3rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .footer-nav:before,
footer .footer-nav:after {
  position: absolute;
  display: block;
  content: "";
  background-color: #111111;
  pointer-events: none;
}
footer .footer-nav:before {
  right: .4rem;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
}
footer .footer-nav:after {
  right: 1.3rem;
  margin-bottom: .3rem;
  width: .7rem;
  height: .7rem;
  border-top: 1px solid #777;
  border-right: 1px solid #777;
  transform: rotate(135deg);
}
footer .copyright {
  position: absolute;
  right: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
footer select {
  color: #fff;
  background-color: #111111;
  padding: 0.5rem 1.6rem;
  border-color: #444;
}
.header-content-img,
.scroll-img,
.delay .information-img {
  opacity: 0;
  transform: scale(0.98);
  transition: opacity 1s, transform 3s;
}
.header-content-img.fadeIn,
.scroll-img.fadeIn,
.delay .information-img.fadeIn {
  opacity: 1;
  transform: scale(1);
}
.scroll,
.header-content-body,
.delay .information-content-wrap {
  opacity: 0;
  transition: opacity 1s;
}
.scroll.fadeIn,
.header-content-body.fadeIn,
.delay .information-content-wrap.fadeIn {
  opacity: 1;
}
.underlayer-header {
  margin-bottom: 4rem;
}
.underlayer-header .header-cover:after,
.underlayer-header .header-title:after {
  content: '';
  position: absolute;
  bottom: 5rem;
  display: block;
  width: 756px;
  height: 410px;
  background: #484848;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #484848 0%, #1c1c1c 60%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #484848 0%, #1c1c1c 60%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #484848 0%, #1c1c1c 60%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#484848', endColorstr='#1c1c1c', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  transform: skew(8deg) rotate(30deg);
  border-radius: 100%;
}
.underlayer-header .header-cover {
  position: relative;
  height: 18rem;
  background-color: #1C1C1C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.underlayer-header .header-cover:after {
  right: -30rem;
}
.underlayer-header .header-title {
  font-size: 42px;
  font-size: 4.2rem;
  text-align: center;
  width: 1080px;
  margin: auto;
  font-weight: normal;
  position: relative;
  z-index: 1;
}
.underlayer-header .header-title:after {
  z-index: -1;
  left: -18rem;
}
.archive-navigation {
  width: 1080px;
  margin: 0 auto 8rem;
}
.archive-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.archive-navigation li {
  width: 22rem;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  border-right: 1px solid #444;
  padding-bottom: 4px;
}
.archive-navigation li:first-child {
  border-left: 1px solid #444;
}
.archive-navigation a {
  display: block;
  color: #fff;
}
.archive-navigation a:after {
  content: '';
  display: block;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 1px solid #A2936B;
  border-bottom: 1px solid #A2936B;
  transform: rotate(45deg);
}
.archive-block {
  width: 1080px;
  margin: 0 auto 200px;
}
.archive-block h2 {
  text-align: center;
}
.archive-block h3 {
  line-height: 1.75;
}
.archive-block time {
  margin-right: 5rem;
  color: #A2936B;
  font-size: 14px;
  font-size: 1.4rem;
}
.archive-block .post-tag {
  background-color: #A2936B;
  color: #111111;
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.6;
  padding: 0 1.2rem;
  margin-right: 1.5rem;
}
.archive-block ul {
  margin-bottom: 5rem;
}
.archive-block li {
  padding: 3rem;
  border-bottom: 1px solid #444;
}
.archive-block li:first-child {
  border-top: 1px solid #444;
}
.archive-block .post-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.section-news .news-button {
  text-align: center;
}
.section-news .news-button a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #A2936B;
  border: 1px solid #A2936B;
  border-radius: 3rem;
  height: 6rem;
  padding: 0 8.8rem 0 7.8rem;
}
.section-news .news-button a:before,
.section-news .news-button a:after {
  position: absolute;
  right: 5.6rem;
  content: '';
  display: block;
}
.section-news .news-button a:before {
  width: 7px;
  height: 7px;
  border-top: 1px solid #A2936B;
  border-right: 1px solid #A2936B;
  transform: rotate(45deg);
}
.section-news .news-button a:after {
  width: 1.8rem;
  height: 1px;
  background-color: #A2936B;
}
.section-news .post-link {
  white-space: nowrap;
}
.section-news .post-link h3 {
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-newsletter .inner {
  width: 1080px;
  margin: 0 auto 9rem;
  padding: 3.7rem 7.8rem;
  border: 1px solid #444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-newsletter h2 {
  color: #A2936B;
  border-bottom: none;
  border-right: 1px solid #444;
  line-height: 1.5;
  padding: 1.6rem 7rem 2rem 0;
  margin: 0 4rem 0 0;
}
.section-newsletter h2:after {
  content: none;
}
.section-newsletter h2 span {
  display: block;
}
.section-newsletter h2 .main-text {
  font-size: 36px;
  font-size: 3.6rem;
}
.section-newsletter h2 .sub-text {
  font-size: 16px;
  font-size: 1.6rem;
}
.section-newsletter .newsletter-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-newsletter .newsletter-body {
  margin-right: 3rem;
}
.section-newsletter .newsletter-button a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 18rem;
  height: 6rem;
  color: #111111;
  background-color: #A2936B;
  border-radius: 3rem;
  padding-right: 2rem;
}
.section-newsletter .newsletter-button a:before,
.section-newsletter .newsletter-button a:after {
  position: absolute;
  right: 3.8rem;
  content: '';
  display: block;
}
.section-newsletter .newsletter-button a:before {
  width: 7px;
  height: 7px;
  border-top: 1px solid #111111;
  border-right: 1px solid #111111;
  transform: rotate(45deg);
}
.section-newsletter .newsletter-button a:after {
  width: 1.8rem;
  height: 1px;
  background-color: #111111;
}
.container .copyright {
  font-size: 11px;
  font-size: 1.1rem;
  color: #aaa;
  margin: 0 auto 4.5rem;
}
.container .copyright p {
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  padding: 2rem 5rem;
  width: 76rem;
  margin: auto;
}
.sns-links {
  width: 1080px;
  margin: 0 auto 12rem;
}
.sns-links h2 {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
.sns-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sns-links li:not(:last-child) {
  margin-right: 3rem;
}
.sns-links a {
  display: inline-block;
  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: 6rem;
  height: 6rem;
  background-color: #222;
  border-radius: 100%;
}
.sns-links + .copyright {
  margin-top: -4rem;
}
.section-archive {
  width: 1080px;
  margin: 0 auto 15rem;
  padding: 8rem 10rem;
  background-color: #222;
}
.section-archive h2 {
  text-align: center;
}
.section-archive a {
  color: #A2936B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-archive img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-archive h3 {
  color: #fff;
}
.section-archive time {
  font-size: 14px;
  font-size: 1.4rem;
}
.section-archive .post-content h3 {
  display: inline;
}
.archive-content {
  line-height: 1.75;
  width: 62.5rem;
}
.archive-img {
  width: 22rem;
  background-color: #D2D2D1;
  margin-right: 3.5rem;
}
.archive-events li:not(:last-child),
.archive-campaign li:not(:last-child) {
  margin-bottom: 5rem;
}
.archive-events-img {
  height: 17rem;
}
.archive-campaign-img {
  height: 6rem;
}
.archive-information .post-link {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.archive-information time {
  line-height: 2.5;
}
.archive-information .post-tag {
  position: relative;
  top: -2px;
}
.back-button {
  text-align: center;
  margin-bottom: 8rem;
}
.back-button a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 24rem;
  height: 6rem;
  border-radius: 3rem;
  color: #A2936B;
  border: 1px solid #A2936B;
  padding-left: 3rem;
}
.back-button a:before,
.back-button a:after {
  position: absolute;
  left: 6.1rem;
  content: '';
  display: block;
}
.back-button a:before {
  width: 7px;
  height: 7px;
  border-top: 1px solid #A2936B;
  border-right: 1px solid #A2936B;
  transform: rotate(-135deg);
}
.back-button a:after {
  width: 1.8rem;
  height: 1px;
  background-color: #A2936B;
}
.single-title {
  width: 760px;
  margin: 7rem auto 6rem;
}
.single-title h1 {
  line-height: 1.5;
  font-size: 32px;
  font-size: 3.2rem;
}
.single-title time {
  color: #A2936B;
}
.single-title .single-eyecatch {
  margin-top: 4rem;
}
.single-title .single-eyecatch img {
  width: 100%;
  height: auto;
}
.single-body {
  width: 760px;
  margin: 0 auto 8rem;
}
.single-body h2 {
  font-size: 24px;
  font-size: 2.4rem;
  border-bottom: 1px solid #444;
}
.single-body a {
  color: #A2936B;
  text-decoration: underline;
}
.single-body strong {
  color: #A2936B;
}
.single-body &gt; *:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pc-only {
    display: none;
  }
  .common-header,
  .container,
  footer {
    min-width: unset;
  }
  .common-header .header-logo {
    width: 100%;
    height: 3.6rem;
  }
  .common-header .main-title {
    width: 14.6rem;
    height: 7.2rem;
  }
  .common-header .main-title img {
    width: 94px;
    height: 33px;
  }
  .site-header {
    margin-bottom: 6rem;
  }
  .site-header li:nth-child(2) img {
    width: 120%;
    max-width: 120%;
    margin-left: -2rem;
  }
  .site-header .header-cover {
    height: 22.3rem;
  }
  .site-header .header-cover ul {
    height: 100%;
  }
  .site-header .header-cover li {
    height: 100%;
  }
  .site-header .header-cover li img {
    height: 100%;
  }
  .site-header .slideButtons {
    right: 1rem;
    bottom: 1rem;
  }
  .site-header .slideButtons span {
    width: .8rem;
    height: .8rem;
  }
  .site-header .slideButtons span:not(:last-child) {
    margin-bottom: 1rem;
  }
  .site-header .header-content {
    display: block;
    margin: -55px auto 0;
  }
  .site-header .header-content-body {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .site-header img {
    object-fit: cover;
  }
  .site-header .header-content-img {
    padding: 0;
  }
  .site-header .header-content-img img {
    width: 252px;
    height: 158px;
    margin: auto;
  }
  .site-header br {
    display: none;
  }
  .site-header h2 {
    margin-bottom: 2.5rem;
  }
  .site-header h2 img {
    display: block;
    margin: auto;
  }
  .site-header h2 img:first-child {
    margin: 0 auto 1rem;
  }
  .site-header .header-content-body {
    padding: 0 3.5rem;
  }
  section h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .section-concept {
    width: 100%;
    padding: 5rem 3.5rem 10rem;
    margin-bottom: 7.5rem;
  }
  .section-concept .concept-img {
    padding: 0 3.5rem;
  }
  .section-concept .concept-img img {
    object-fit: contain;
  }
  .section-concept h2 {
    margin-bottom: 5rem;
  }
  .section-concept h3 br {
    display: block;
  }
  .section-concept &gt; h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .section-concept p {
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .section-concept p br {
    display: none;
  }
  .section-concept dl {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 3rem;
  }
  .section-concept dt {
    border-right: none;
    border-bottom: 1px solid #A2936B;
    padding: 2rem;
  }
  .section-concept dd {
    padding: 2rem 0 3rem;
  }
  .section-concept dd br {
    display: none;
  }
  .section-information {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .section-information h2 {
    margin-bottom: 5rem;
  }
  .section-information img {
    height: 227px;
  }
  .section-information br {
    display: block;
  }
  .section-information .sound,
  .section-information ul {
    margin-bottom: 0;
  }
  .section-information .sound h3,
  .section-information ul h3 {
    font-size: 32px;
    font-size: 3.2rem;
    padding: 0 0 0 3.5rem;
    top: -3.5rem;
    letter-spacing: 0.08em;
  }
  .section-information .sound h4,
  .section-information ul h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .section-information .sound h4 br,
  .section-information ul h4 br {
    display: none;
  }
  .section-information .sound li .information-content-wrap,
  .section-information ul li .information-content-wrap {
    margin-top: -2rem;
  }
  .section-information .sound li .information-content,
  .section-information ul li .information-content {
    width: 100%;
    padding: 6rem 3.5rem;
  }
  .section-information .sound li:not(:first-child),
  .section-information ul li:not(:first-child) {
    height: auto;
    margin: 0 auto 12rem;
  }
  .section-information .sound li:not(:first-child) img,
  .section-information ul li:not(:first-child) img {
    position: static;
  }
  .section-information .sound li:not(:first-child) .information-content,
  .section-information ul li:not(:first-child) .information-content {
    position: relative;
    margin: auto;
  }
  .section-information .sound li:nth-child(1),
  .section-information ul li:nth-child(1) {
    margin: 0 auto 12rem;
    padding-right: 0;
  }
  .section-information .sound li:nth-child(1) h3,
  .section-information ul li:nth-child(1) h3 {
    padding-right: 3.5rem;
  }
  .section-information .sound li:nth-child(1) h4 br,
  .section-information ul li:nth-child(1) h4 br {
    display: none;
  }
  .section-information .sound li:nth-child(1) .information-img,
  .section-information ul li:nth-child(1) .information-img {
    padding-right: 3.5rem;
  }
  .section-information .sound li:nth-child(1) .information-content-wrap,
  .section-information ul li:nth-child(1) .information-content-wrap {
    padding-left: 3.5rem;
    margin: -2rem auto 0;
  }
  .section-information .sound li:nth-child(1) .information-content,
  .section-information ul li:nth-child(1) .information-content {
    position: relative;
    bottom: auto;
  }
  .section-information .sound li:nth-child(2) h4 br,
  .section-information ul li:nth-child(2) h4 br {
    display: block;
  }
  .section-information .sound li:nth-child(2) .information-img,
  .section-information ul li:nth-child(2) .information-img {
    padding-left: 3.5rem;
  }
  .section-information .sound li:nth-child(2) .information-content-wrap,
  .section-information ul li:nth-child(2) .information-content-wrap {
    padding-right: 3.5rem;
  }
  .section-information .sound li:nth-child(2) .information-content,
  .section-information ul li:nth-child(2) .information-content {
    padding: 6rem 3.5rem;
  }
  .section-information .sound li:nth-child(3) h3,
  .section-information ul li:nth-child(3) h3 {
    padding: 0 3.5rem;
  }
  .section-information .sound li:nth-child(3) .information-img,
  .section-information ul li:nth-child(3) .information-img {
    padding-right: 3.5rem;
  }
  .section-information .sound li:nth-child(3) .information-content-wrap,
  .section-information ul li:nth-child(3) .information-content-wrap {
    padding-left: 3.5rem;
  }
  .section-information .sound li:nth-child(3) .information-content,
  .section-information ul li:nth-child(3) .information-content {
    padding: 6rem 3.5rem;
  }
  .section-information .sound li:nth-child(1) .information-content-wrap,
  .section-information ul li:nth-child(1) .information-content-wrap,
  .section-information .sound li:not(:first-child),
  .section-information ul li:not(:first-child) {
    width: 100%;
  }
  .section-information .sound {
    width: 100%;
    height: auto;
    margin-bottom: 8rem;
  }
  .section-information .sound img {
    position: static;
  }
  .section-information .sound .information-img {
    padding-right: 3.5rem;
  }
  .section-information .sound .information-content-wrap {
    margin: -2rem auto 0;
    padding-left: 3.5rem;
  }
  .section-information .sound .information-content {
    position: relative;
    padding: 6rem 3.5rem;
    margin: auto;
    width: auto;
  }
  .section-information .sound .information-content p {
    line-height: 2.15;
  }
  .section-information .comment {
    padding: 0 3.5rem;
    margin-bottom: 12rem;
  }
  .section-information .comment .inner {
    width: 100%;
    padding: 4rem 2.5rem;
  }
  .section-information .comment h3 {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0;
    margin-bottom: 3rem;
    line-height: 1.8;
  }
  .section-information .comment h3 br {
    display: block;
  }
  .section-information .comment h4 {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    margin-bottom: 1rem;
    line-height: 1.8;
  }
  .section-information .comment .comment-content-inner {
    display: block;
  }
  .section-information .comment .width-max {
    margin-top: 0;
  }
  .section-information .comment .comment-content-block:nth-child(odd),
  .section-information .comment .comment-content-block:nth-child(even) {
    width: 100%;
    padding: 0;
  }
  .section-information .comment .comment-content-block:not(:last-child) {
    margin-bottom: 5rem;
  }
  .section-information .comment p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.15;
    letter-spacing: 0.08em;
  }
  .section-information .comment-photo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .section-information .comment-photo img {
    display: block;
    margin: auto;
  }
  .section-information .comment-photo .photo-body {
    width: 100%;
    margin-bottom: 3rem;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .footer-link {
    padding: 0 3.5rem;
    margin-bottom: 12rem;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .footer-link br {
    display: block;
  }
  .footer-link a {
    width: 100%;
    line-height: 1.4;
    padding: 1.2rem 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .page-top {
    right: 1rem;
    bottom: 3.5rem;
  }
  .page-top a {
    width: 4rem;
    height: 4rem;
  }
  footer .footer-inner {
    width: 100%;
    height: auto;
    padding: 4rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .footer-inner img {
    margin-bottom: 2.5rem;
  }
  footer .footer-inner .footer-nav {
    margin: 0 auto 4rem;
  }
  footer .footer-inner .copyright {
    position: static;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .underlayer-header {
    margin-bottom: 3rem;
  }
  .underlayer-header .header-cover {
    height: 13.5rem;
  }
  .underlayer-header .header-cover:after {
    content: none;
  }
  .underlayer-header .header-title {
    width: 100%;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .underlayer-header .header-title:after {
    left: -37rem;
    bottom: 2rem;
  }
  .archive-navigation {
    width: 100%;
    margin-bottom: 3rem;
  }
  .archive-navigation li {
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .archive-navigation li:first-child {
    border-left: none;
  }
  .archive-navigation li:last-child {
    border-right: none;
  }
  .archive-block {
    width: 100%;
    margin-bottom: 8rem;
  }
  .archive-block h2 {
    margin-bottom: 5rem;
  }
  .archive-block li {
    padding: 2.5rem 0;
  }
  .archive-block time {
    margin-right: 1.4rem;
  }
  .archive-block .post-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section-news .post-link {
    white-space: unset;
  }
  .section-news h3 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .section-news ul {
    margin-bottom: 4rem;
    padding: 0 3.5rem;
  }
  .section-news .news-button a {
    height: 5rem;
    padding: 0 9rem 0 8.4rem;
  }
  .section-news .news-button a:before,
  .section-news .news-button a:after {
    right: 6.2rem;
  }
  .section-newsletter {
    padding: 0 3.5rem;
  }
  .section-newsletter .inner {
    width: 100%;
    display: block;
    padding: 0 2.8rem 4rem;
    margin-bottom: 6rem;
  }
  .section-newsletter h2 {
    text-align: center;
    padding: 2.4rem 0 3rem;
    margin: 0 auto 3rem;
    border-right: none;
    border-bottom: 1px solid #444;
  }
  .section-newsletter h2 .main-text {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .section-newsletter h2 .sub-text {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .section-newsletter .newsletter-content {
    display: block;
  }
  .section-newsletter .newsletter-body {
    margin: 0 auto 3rem;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .section-newsletter .newsletter-button a {
    margin: 0 auto;
    width: 100%;
    height: 5rem;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .section-newsletter .newsletter-button a:before,
  .section-newsletter .newsletter-button a:after {
    right: 6.5rem;
  }
  .sns-links {
    width: 100%;
    margin-bottom: 10rem;
  }
  .sns-links h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .section-archive {
    width: 100%;
    padding: 5rem 3.5rem;
    margin: 0 auto 12rem;
    line-height: 1.71;
  }
  .section-archive a {
    display: block;
    position: relative;
  }
  .section-archive .post-content h3 {
    display: block;
    margin-top: .8rem;
  }
  .section-archive .post-content .post-tag {
    position: absolute;
    top: 0;
    left: 8.5rem;
  }
  .section-archive .archive-content h3 {
    display: inline;
  }
  .archive-img {
    margin: 0 auto 1.5rem;
  }
  .archive-content {
    width: 100%;
    line-height: 1.71;
  }
  .archive-events li:not(:last-child),
  .archive-campaign li:not(:last-child) {
    margin-bottom: 4rem;
  }
  .archive-information time {
    line-height: 1.71;
  }
  .single-title {
    width: 100%;
    margin: 8rem auto 5.6rem;
  }
  .single-title h1 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.6;
    padding: 0 3.5rem;
  }
  .single-title time {
    padding: 0 3.5rem;
  }
  .single-body {
    width: 100%;
    padding: 0 3.5rem;
    margin-bottom: 10rem;
  }
  .single-body h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .single-body h2:not(::first-child) {
    margin-top: 6rem;
  }
  .single-body &gt; *:not(:last-child) {
    margin-bottom: 3rem;
  }
  .back-button {
    margin-bottom: 8rem;
  }
  .container .copyright {
    font-size: 10px;
    font-size: 1rem;
    padding: 0 3.5rem;
    margin-bottom: 4rem;
  }
  .container .copyright p {
    padding: 1.5rem 0;
    width: 100%;
  }
}
.archive-navigation,
.archive-events,
.archive-campaign {
  display: none;
}
</pre></body></html>