@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
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, menu, 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,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

html {
  font-size: 62.5%;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  font-family: "FontAwesome";
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1000;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 30px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 25px;
}

[dir=rtl] .slick-prev {
  right: 25px;
  left: auto;
}

.slick-prev:before {
  content: "\f0a8";
}

[dir=rtl] .slick-prev:before {
  content: "\f0a9";
}

.slick-next {
  right: 25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: 25px;
}

.slick-next:before {
  content: "\f0a9";
}

[dir=rtl] .slick-next:before {
  content: "\f0a8";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* ---------------

al V1 CSS

--------------- */
/* Global Reset */
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.pcNone {
  display: none;
}
@media (max-width: 640px) {
  .pcNone {
    display: block;
  }
}

@media (max-width: 640px) {
  .smNone {
    display: none;
  }
}

.slick-slide .pcNone {
  display: none;
}
@media (max-width: 640px) {
  .slick-slide .pcNone {
    display: block;
  }
}
@media (max-width: 640px) {
  .slick-slide .smNone {
    display: none;
  }
}

@keyframes blink {
  75% {
    opacity: 0;
  }
}
@-webkit-keyframes blink {
  75% {
    opacity: 0;
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes bound {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-25px);
  }
  25% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes buruburu {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  75% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
header nav .menuUnit, header .searchWindow .serchYears > .year > ul li:hover, header .searchWindow {
  transition: all ease-in-out 0.3s;
}

header .searchWindow .serchYears {
  transition: all ease-in-out 0.5s;
}

#loadingUnit .img picture,
.img picture,
.paraView .viewInner picture,
.accessUnit .map picture,
header #menuBtn picture,
header nav .logo picture,
header nav #searchBtn picture,
header .formSet .btn picture,
#loadingUnit .img source,
.img source,
.paraView .viewInner source,
.accessUnit .map source,
header #menuBtn source,
header nav .logo source,
header nav #searchBtn source,
header .formSet .btn source,
#loadingUnit .img img,
.img img,
.paraView .viewInner img,
.accessUnit .map img,
header #menuBtn img,
header nav .logo img,
header nav #searchBtn img,
header .formSet .btn img,
#loadingUnit .img svg,
.img svg,
.paraView .viewInner svg,
.accessUnit .map svg,
header #menuBtn svg,
header nav .logo svg,
header nav #searchBtn svg,
header .formSet .btn svg {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.subArticleUnit .img picture,
.topHeaderUnit .img picture,
.topHeaderUnit .img .oneImg picture,
.subArticleUnit .img source,
.topHeaderUnit .img source,
.topHeaderUnit .img .oneImg source,
.subArticleUnit .img img,
.topHeaderUnit .img img,
.topHeaderUnit .img .oneImg img,
.subArticleUnit .img svg,
.topHeaderUnit .img svg,
.topHeaderUnit .img .oneImg svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: contain;
}

#mainDish {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  opacity: 0;
  min-height: 100vh;
  transition: opacity ease-in-out 0.3s;
}
.loaded #mainDish, .loading-delay #mainDish {
  opacity: 1;
}

body {
  color: #000000;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-print-color-adjust: exact;
  font-family: "Noto Sans JP", sans-serif;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  box-sizing: border-box;
  position: relative;
}
body sup {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.2em;
}
body a {
  text-decoration: none;
  color: #000000;
  cursor: pointer;
}
body a:hover {
  text-decoration: underline;
}
body.menuOn {
  position: fixed;
  overflow: hidden;
  height: 100vh;
  width: 100%;
}

#about .photoUnit h2,
#gallery .photoUnit h2,
#space .photoUnit h2, main.archive.category h1,
main.search h1 {
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media (max-width: 640px) {
  #about .photoUnit h2,
#gallery .photoUnit h2,
#space .photoUnit h2, main.archive.category h1,
main.search h1 {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}

@media (max-width: 640px) {
  br.smNone {
    display: none;
    width: 0;
    height: 0;
  }
}
br.pcNone {
  display: none;
  height: 0;
  width: 0;
}
@media (max-width: 640px) {
  br.pcNone {
    display: block;
    width: auto;
    height: auto;
  }
}

.slick-dots,
.slide-dots {
  text-align: center;
}
.slick-dots li,
.slide-dots li {
  border-radius: 3px;
  border-radius: 0.2586206897vw;
  background-color: #d6f5f3;
  height: 6px;
  height: 0.5172413793vw;
  width: 6px;
  width: 0.5172413793vw;
  margin-left: 8.75px;
  margin-left: 0.7543103448vw;
  margin-right: 8.75px;
  margin-right: 0.7543103448vw;
  display: inline-block;
}
@media (min-width: 1160px) {
  .slick-dots li,
.slide-dots li {
    border-radius: 3px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .slick-dots li,
.slide-dots li {
    border-radius: 2.5344827586px;
    border-radius: 0.218489893vw;
  }
}
@media (max-width: 640px) {
  .slick-dots li,
.slide-dots li {
    border-radius: 0.4vw;
  }
}
@media (min-width: 1160px) {
  .slick-dots li,
.slide-dots li {
    height: 6px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .slick-dots li,
.slide-dots li {
    height: 5.0689655172px;
    height: 0.436979786vw;
  }
}
@media (max-width: 640px) {
  .slick-dots li,
.slide-dots li {
    height: 0.8vw;
  }
}
@media (min-width: 1160px) {
  .slick-dots li,
.slide-dots li {
    width: 6px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .slick-dots li,
.slide-dots li {
    width: 5.0689655172px;
    width: 0.436979786vw;
  }
}
@media (max-width: 640px) {
  .slick-dots li,
.slide-dots li {
    width: 0.8vw;
  }
}
@media (min-width: 1160px) {
  .slick-dots li,
.slide-dots li {
    margin-left: 8.75px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .slick-dots li,
.slide-dots li {
    margin-left: 7.3922413793px;
    margin-left: 0.6372621879vw;
  }
}
@media (max-width: 640px) {
  .slick-dots li,
.slide-dots li {
    margin-left: 1.1666666667vw;
  }
}
@media (min-width: 1160px) {
  .slick-dots li,
.slide-dots li {
    margin-right: 8.75px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .slick-dots li,
.slide-dots li {
    margin-right: 7.3922413793px;
    margin-right: 0.6372621879vw;
  }
}
@media (max-width: 640px) {
  .slick-dots li,
.slide-dots li {
    margin-right: 1.1666666667vw;
  }
}
@media (max-width: 1024px) {
  .slick-dots li,
.slide-dots li {
    border-radius: 6px;
    border-radius: 0.5172413793vw;
    height: 12px;
    height: 1.0344827586vw;
    width: 12px;
    width: 1.0344827586vw;
    margin-left: 15.75955px;
    margin-left: 1.3585818966vw;
    margin-right: 15.75955px;
    margin-right: 1.3585818966vw;
  }
}
@media (max-width: 1024px) and (min-width: 1160px) {
  .slick-dots li,
.slide-dots li {
    border-radius: 6px;
  }
}
@media (max-width: 1024px) and (orientation: landscape) and (max-height: 600px) {
  .slick-dots li,
.slide-dots li {
    border-radius: 5.0689655172px;
    border-radius: 0.436979786vw;
  }
}
@media (max-width: 1024px) and (max-width: 640px) {
  .slick-dots li,
.slide-dots li {
    border-radius: 0.8vw;
  }
}
@media (max-width: 1024px) and (min-width: 1160px) {
  .slick-dots li,
.slide-dots li {
    height: 12px;
  }
}
@media (max-width: 1024px) and (orientation: landscape) and (max-height: 600px) {
  .slick-dots li,
.slide-dots li {
    height: 10.1379310345px;
    height: 0.8739595719vw;
  }
}
@media (max-width: 1024px) and (max-width: 640px) {
  .slick-dots li,
.slide-dots li {
    height: 1.6vw;
  }
}
@media (max-width: 1024px) and (min-width: 1160px) {
  .slick-dots li,
.slide-dots li {
    width: 12px;
  }
}
@media (max-width: 1024px) and (orientation: landscape) and (max-height: 600px) {
  .slick-dots li,
.slide-dots li {
    width: 10.1379310345px;
    width: 0.8739595719vw;
  }
}
@media (max-width: 1024px) and (max-width: 640px) {
  .slick-dots li,
.slide-dots li {
    width: 1.6vw;
  }
}
@media (max-width: 1024px) and (min-width: 1160px) {
  .slick-dots li,
.slide-dots li {
    margin-left: 15.75955px;
  }
}
@media (max-width: 1024px) and (orientation: landscape) and (max-height: 600px) {
  .slick-dots li,
.slide-dots li {
    margin-left: 13.3141025862px;
    margin-left: 1.1477674643vw;
  }
}
@media (max-width: 1024px) and (max-width: 640px) {
  .slick-dots li,
.slide-dots li {
    margin-left: 2.1012733333vw;
  }
}
@media (max-width: 1024px) and (min-width: 1160px) {
  .slick-dots li,
.slide-dots li {
    margin-right: 15.75955px;
  }
}
@media (max-width: 1024px) and (orientation: landscape) and (max-height: 600px) {
  .slick-dots li,
.slide-dots li {
    margin-right: 13.3141025862px;
    margin-right: 1.1477674643vw;
  }
}
@media (max-width: 1024px) and (max-width: 640px) {
  .slick-dots li,
.slide-dots li {
    margin-right: 2.1012733333vw;
  }
}
@media (max-width: 640px) {
  .slick-dots li,
.slide-dots li {
    border-radius: 3px;
    border-radius: 0.2586206897vw;
    height: 6px;
    height: 0.5172413793vw;
    width: 6px;
    width: 0.5172413793vw;
    margin-left: 8.75px;
    margin-left: 0.7543103448vw;
    margin-right: 8.75px;
    margin-right: 0.7543103448vw;
  }
}
@media (max-width: 640px) and (min-width: 1160px) {
  .slick-dots li,
.slide-dots li {
    border-radius: 3px;
  }
}
@media (max-width: 640px) and (orientation: landscape) and (max-height: 600px) {
  .slick-dots li,
.slide-dots li {
    border-radius: 2.5344827586px;
    border-radius: 0.218489893vw;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  .slick-dots li,
.slide-dots li {
    border-radius: 0.4vw;
  }
}
@media (max-width: 640px) and (min-width: 1160px) {
  .slick-dots li,
.slide-dots li {
    height: 6px;
  }
}
@media (max-width: 640px) and (orientation: landscape) and (max-height: 600px) {
  .slick-dots li,
.slide-dots li {
    height: 5.0689655172px;
    height: 0.436979786vw;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  .slick-dots li,
.slide-dots li {
    height: 0.8vw;
  }
}
@media (max-width: 640px) and (min-width: 1160px) {
  .slick-dots li,
.slide-dots li {
    width: 6px;
  }
}
@media (max-width: 640px) and (orientation: landscape) and (max-height: 600px) {
  .slick-dots li,
.slide-dots li {
    width: 5.0689655172px;
    width: 0.436979786vw;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  .slick-dots li,
.slide-dots li {
    width: 0.8vw;
  }
}
@media (max-width: 640px) and (min-width: 1160px) {
  .slick-dots li,
.slide-dots li {
    margin-left: 8.75px;
  }
}
@media (max-width: 640px) and (orientation: landscape) and (max-height: 600px) {
  .slick-dots li,
.slide-dots li {
    margin-left: 7.3922413793px;
    margin-left: 0.6372621879vw;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  .slick-dots li,
.slide-dots li {
    margin-left: 1.1666666667vw;
  }
}
@media (max-width: 640px) and (min-width: 1160px) {
  .slick-dots li,
.slide-dots li {
    margin-right: 8.75px;
  }
}
@media (max-width: 640px) and (orientation: landscape) and (max-height: 600px) {
  .slick-dots li,
.slide-dots li {
    margin-right: 7.3922413793px;
    margin-right: 0.6372621879vw;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  .slick-dots li,
.slide-dots li {
    margin-right: 1.1666666667vw;
  }
}
.slick-dots li button,
.slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
.slick-dots li.slick-active,
.slide-dots li.slick-active {
  background-color: #34cec3;
}

@-ms-viewport {
  width: device-width;
}
main {
  padding-top: 65px;
  padding-top: 5.6034482759vw;
}
@media (min-width: 1160px) {
  main {
    padding-top: 65px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  main {
    padding-top: 54.9137931034px;
    padding-top: 4.7339476813vw;
  }
}
@media (max-width: 640px) {
  main {
    padding-top: 14.6666666667vw;
  }
}

@keyframes fadeInView {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.singleBodyUnit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-size: 1.0344827586vw;
  line-height: 23px;
  line-height: 2.3rem;
  line-height: 1.9827586207vw;
  letter-spacing: 0.6px;
  letter-spacing: 0.06rem;
  letter-spacing: 0.0517241379vw;
  color: #040000;
}
@media (min-width: 1160px) {
  .singleBodyUnit {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .singleBodyUnit {
    font-size: 10.1379310345px;
    font-size: 1.0137931034rem;
    font-size: 0.8739595719vw;
  }
}
@media (max-width: 640px) {
  .singleBodyUnit {
    font-size: 3.4666666667vw;
  }
}
@media (min-width: 1160px) {
  .singleBodyUnit {
    line-height: 23px;
    line-height: 2.3rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .singleBodyUnit {
    line-height: 19.4310344828px;
    line-height: 1.9431034483rem;
    line-height: 1.6750891795vw;
  }
}
@media (max-width: 640px) {
  .singleBodyUnit {
    line-height: 6vw;
  }
}
@media (min-width: 1160px) {
  .singleBodyUnit {
    letter-spacing: 0.6px;
    letter-spacing: 0.06rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .singleBodyUnit {
    letter-spacing: 0.5068965517px;
    letter-spacing: 0.0506896552rem;
    letter-spacing: 0.0436979786vw;
  }
}
@media (max-width: 640px) {
  .singleBodyUnit {
    letter-spacing: 0.1333333333vw;
  }
}
.singleBodyUnit p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.singleBodyUnit ol {
  padding-left: 2.5em;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
}
.singleBodyUnit ul {
  padding-left: 2.5em;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
}
.singleBodyUnit h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1em;
}
.singleBodyUnit h3 {
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1em;
}
.singleBodyUnit hr {
  width: 100%;
  border-top: solid 1px #bec3c3;
  margin-top: 3em;
  margin-bottom: 3em;
}
.singleBodyUnit blockquote {
  box-sizing: border-box;
  padding: 1em 2.5em;
  background-color: #bec3c3;
}
.singleBodyUnit b {
  font-weight: bold;
}
.singleBodyUnit strong {
  font-weight: bold;
}
.singleBodyUnit th {
  font-weight: bold;
}
.singleBodyUnit i {
  font-style: italic;
}
.singleBodyUnit em {
  font-style: italic;
}
.singleBodyUnit address {
  font-style: italic;
}
.singleBodyUnit strike {
  text-decoration: line-through;
}

.tac {
  text-align: center;
}

img.alignright {
  display: block;
  margin: 0 0 0 auto;
} /* 配置位置 右 */
img.alignleft {
  display: block;
  margin: 0 auto 0 0;
} /* 配置位置 左 */
img.aligncenter {
  display: block;
  margin: 0 auto;
} /* 配置位置 中央 */
/* CSS Document */
header {
  position: fixed;
  height: 65px;
  height: 5.6034482759vw;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}
@media (min-width: 1160px) {
  header {
    height: 65px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  header {
    height: 54.9137931034px;
    height: 4.7339476813vw;
  }
}
@media (max-width: 640px) {
  header {
    height: 14.6666666667vw;
  }
}
@media (min-width: 641px) {
  header .searchWindow {
    background-color: rgba(190, 195, 195, 0.8);
    width: 100%;
    position: absolute;
    transform: translateY(-100%);
    top: 0;
  }
}
@media (min-width: 641px) {
  .searchOn header .searchWindow {
    transform: translateY(0);
    top: 65px;
    top: 5.6034482759vw;
  }
}
@media (min-width: 641px) and (min-width: 1160px) {
  .searchOn header .searchWindow {
    top: 65px;
  }
}
@media (min-width: 641px) and (orientation: landscape) and (max-height: 600px) {
  .searchOn header .searchWindow {
    top: 54.9137931034px;
    top: 4.7339476813vw;
  }
}
@media (min-width: 641px) and (max-width: 640px) {
  .searchOn header .searchWindow {
    top: 8.6666666667vw;
  }
}
header .searchWindow .serchForm {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 641px) {
  header .searchWindow .serchForm {
    height: 80px;
    height: 6.8965517241vw;
  }
}
@media (min-width: 641px) and (min-width: 1160px) {
  header .searchWindow .serchForm {
    height: 80px;
  }
}
@media (min-width: 641px) and (orientation: landscape) and (max-height: 600px) {
  header .searchWindow .serchForm {
    height: 67.5862068966px;
    height: 5.8263971463vw;
  }
}
@media (min-width: 641px) and (max-width: 640px) {
  header .searchWindow .serchForm {
    height: 10.6666666667vw;
  }
}
header .searchWindow .serchForm #yearsBtn {
  display: none;
}
@media (max-width: 640px) {
  header .searchWindow .serchForm #yearsBtn {
    display: block;
    color: #ffffff;
    font-size: 22px;
    font-size: 2.2rem;
    font-size: 1.8965517241vw;
    padding-top: 0.5em;
    text-align: right;
  }
}
@media (max-width: 640px) and (min-width: 1160px) {
  header .searchWindow .serchForm #yearsBtn {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (max-width: 640px) and (orientation: landscape) and (max-height: 600px) {
  header .searchWindow .serchForm #yearsBtn {
    font-size: 18.5862068966px;
    font-size: 1.8586206897rem;
    font-size: 1.6022592152vw;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  header .searchWindow .serchForm #yearsBtn {
    font-size: 2.9333333333vw;
  }
}
.serchYearsOpen header .searchWindow .serchForm #yearsBtn .open {
  display: none;
}
header .searchWindow .serchForm #yearsBtn .close {
  display: none;
}
.serchYearsOpen header .searchWindow .serchForm #yearsBtn .close {
  display: inline;
}
header .searchWindow .serchYears {
  width: 880px;
  width: 75.8620689655vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-size: 1.6rem;
  font-size: 1.3793103448vw;
  line-height: 1;
  letter-spacing: 0.8px;
  letter-spacing: 0.08rem;
  letter-spacing: 0.0689655172vw;
  padding-bottom: 10px;
  padding-bottom: 0.8620689655vw;
}
@media (min-width: 1160px) {
  header .searchWindow .serchYears {
    width: 880px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  header .searchWindow .serchYears {
    width: 743.4482758621px;
    width: 64.0903686088vw;
  }
}
@media (max-width: 640px) {
  header .searchWindow .serchYears {
    width: 117.3333333333vw;
  }
}
@media (min-width: 1160px) {
  header .searchWindow .serchYears {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  header .searchWindow .serchYears {
    font-size: 13.5172413793px;
    font-size: 1.3517241379rem;
    font-size: 1.1652794293vw;
  }
}
@media (max-width: 640px) {
  header .searchWindow .serchYears {
    font-size: 2.9333333333vw;
  }
}
@media (min-width: 1160px) {
  header .searchWindow .serchYears {
    letter-spacing: 0.8px;
    letter-spacing: 0.08rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  header .searchWindow .serchYears {
    letter-spacing: 0.675862069px;
    letter-spacing: 0.0675862069rem;
    letter-spacing: 0.0582639715vw;
  }
}
@media (max-width: 640px) {
  header .searchWindow .serchYears {
    letter-spacing: 0.08vw;
  }
}
@media (min-width: 1160px) {
  header .searchWindow .serchYears {
    padding-bottom: 10px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  header .searchWindow .serchYears {
    padding-bottom: 8.4482758621px;
    padding-bottom: 0.7282996433vw;
  }
}
@media (max-width: 640px) {
  header .searchWindow .serchYears {
    padding-bottom: 1.3333333333vw;
  }
}
header .searchWindow .serchYears > .year {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  header .searchWindow .serchYears > .year {
    display: block;
  }
}
header .searchWindow .serchYears > .year > ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
header .searchWindow .serchYears > .year > ul li:hover {
  transform: scale(1.3);
  font-weight: bold;
}
header .searchWindow .serchYears h3 {
  color: white;
  font-weight: bold;
}
header .searchWindow .serchYears ul {
  font-size: 13px;
  font-size: 1.3rem;
  font-size: 1.1206896552vw;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  margin-left: 0.5em;
  padding-left: 0.5em;
  border-left: 1px solid #ffffff;
}
@media (min-width: 1160px) {
  header .searchWindow .serchYears ul {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  header .searchWindow .serchYears ul {
    font-size: 10.9827586207px;
    font-size: 1.0982758621rem;
    font-size: 0.9467895363vw;
  }
}
@media (max-width: 640px) {
  header .searchWindow .serchYears ul {
    font-size: 4.4vw;
  }
}
@media (max-width: 640px) {
  header .searchWindow .serchYears ul {
    margin-left: 0.4em;
  }
}
header .searchWindow .serchYears ul li {
  margin-right: 0.5em;
  color: white;
}
@media (max-width: 640px) {
  header .searchWindow .serchYears ul li {
    margin-right: 0.4em;
  }
}
header .searchWindow .serchYears ul li a {
  color: #ffffff;
}
@media (max-width: 640px) {
  header .searchWindow .serchYears {
    overflow: hidden;
    display: none;
    width: 100%;
    padding-top: 1em;
    padding-left: 7.0133px;
    padding-left: 0.6045948276vw;
  }
}
@media (max-width: 640px) and (min-width: 1160px) {
  header .searchWindow .serchYears {
    padding-left: 7.0133px;
  }
}
@media (max-width: 640px) and (orientation: landscape) and (max-height: 600px) {
  header .searchWindow .serchYears {
    padding-left: 5.9250293103px;
    padding-left: 0.5107783888vw;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  header .searchWindow .serchYears {
    padding-left: 0.9351066667vw;
  }
}
@media (max-width: 640px) {
  .serchYearsOpen header .searchWindow .serchYears {
    display: block;
  }
}
header .formSet {
  box-sizing: border-box;
  height: 57px;
  height: 4.9137931034vw;
  width: 880px;
  width: 75.8620689655vw;
  margin-top: 0px;
  margin-top: 0vw;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media (min-width: 1160px) {
  header .formSet {
    height: 57px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  header .formSet {
    height: 48.1551724138px;
    height: 4.1513079667vw;
  }
}
@media (max-width: 640px) {
  header .formSet {
    height: 7.6vw;
  }
}
@media (min-width: 1160px) {
  header .formSet {
    width: 880px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  header .formSet {
    width: 743.4482758621px;
    width: 64.0903686088vw;
  }
}
@media (max-width: 640px) {
  header .formSet {
    width: 117.3333333333vw;
  }
}
@media (min-width: 1160px) {
  header .formSet {
    margin-top: 0px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  header .formSet {
    margin-top: 0px;
    margin-top: 0vw;
  }
}
@media (max-width: 640px) {
  header .formSet {
    margin-top: 6.6666666667vw;
  }
}
@media (max-width: 640px) {
  header .formSet {
    width: 100%;
  }
}
header .formSet #dummyForm,
header .formSet .inputForm {
  flex: 1;
  box-sizing: border-box;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
  padding-left: 12px;
  padding-left: 1.0344827586vw;
  height: 57px;
  height: 4.9137931034vw;
  font-size: 16px;
  font-size: 1.6rem;
  font-size: 1.3793103448vw;
  line-height: 32px;
  line-height: 3.2rem;
  line-height: 2.7586206897vw;
  letter-spacing: 0.8px;
  letter-spacing: 0.08rem;
  letter-spacing: 0.0689655172vw;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
}
@media (min-width: 1160px) {
  header .formSet #dummyForm,
header .formSet .inputForm {
    padding-left: 12px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  header .formSet #dummyForm,
header .formSet .inputForm {
    padding-left: 10.1379310345px;
    padding-left: 0.8739595719vw;
  }
}
@media (max-width: 640px) {
  header .formSet #dummyForm,
header .formSet .inputForm {
    padding-left: 1.6vw;
  }
}
@media (min-width: 1160px) {
  header .formSet #dummyForm,
header .formSet .inputForm {
    height: 57px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  header .formSet #dummyForm,
header .formSet .inputForm {
    height: 48.1551724138px;
    height: 4.1513079667vw;
  }
}
@media (max-width: 640px) {
  header .formSet #dummyForm,
header .formSet .inputForm {
    height: 7.6vw;
  }
}
@media (min-width: 1160px) {
  header .formSet #dummyForm,
header .formSet .inputForm {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  header .formSet #dummyForm,
header .formSet .inputForm {
    font-size: 13.5172413793px;
    font-size: 1.3517241379rem;
    font-size: 1.1652794293vw;
  }
}
@media (max-width: 640px) {
  header .formSet #dummyForm,
header .formSet .inputForm {
    font-size: 1.6vw;
  }
}
@media (min-width: 1160px) {
  header .formSet #dummyForm,
header .formSet .inputForm {
    line-height: 32px;
    line-height: 3.2rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  header .formSet #dummyForm,
header .formSet .inputForm {
    line-height: 27.0344827586px;
    line-height: 2.7034482759rem;
    line-height: 2.3305588585vw;
  }
}
@media (max-width: 640px) {
  header .formSet #dummyForm,
header .formSet .inputForm {
    line-height: 3.7333333333vw;
  }
}
@media (min-width: 1160px) {
  header .formSet #dummyForm,
header .formSet .inputForm {
    letter-spacing: 0.8px;
    letter-spacing: 0.08rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  header .formSet #dummyForm,
header .formSet .inputForm {
    letter-spacing: 0.675862069px;
    letter-spacing: 0.0675862069rem;
    letter-spacing: 0.0582639715vw;
  }
}
@media (max-width: 640px) {
  header .formSet #dummyForm,
header .formSet .inputForm {
    letter-spacing: 0.08vw;
  }
}
@media (max-width: 640px) {
  header .formSet #dummyForm,
header .formSet .inputForm {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 50/1000em;
  }
}
header .formSet #dummyForm::placeholder,
header .formSet .inputForm::placeholder {
  box-sizing: border-box;
  color: #9E9E9E;
  font-size: 12px;
}
@media (max-width: 640px) {
  header .formSet #dummyForm::placeholder,
header .formSet .inputForm::placeholder {
    overflow: visible;
    padding-top: 5px;
    line-height: 1;
  }
}
header .formSet .btn {
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
  padding-left: 0;
  padding-right: 0;
  height: 57px;
  height: 4.9137931034vw;
  width: 57px;
  width: 4.9137931034vw;
  background-color: #6e7878;
}
@media (min-width: 1160px) {
  header .formSet .btn {
    height: 57px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  header .formSet .btn {
    height: 48.1551724138px;
    height: 4.1513079667vw;
  }
}
@media (max-width: 640px) {
  header .formSet .btn {
    height: 7.6vw;
  }
}
@media (min-width: 1160px) {
  header .formSet .btn {
    width: 57px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  header .formSet .btn {
    width: 48.1551724138px;
    width: 4.1513079667vw;
  }
}
@media (max-width: 640px) {
  header .formSet .btn {
    width: 7.6vw;
  }
}
header nav {
  position: relative;
  color: #6E7878;
  width: 1160px;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1160px) {
  header nav {
    width: 1160px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  header nav {
    width: 980px;
    width: 84.4827586207vw;
  }
}
@media (max-width: 640px) {
  header nav {
    width: 154.6666666667vw;
  }
}
header nav #searchBtn {
  cursor: pointer;
  position: absolute;
  width: 18px;
  width: 1.5517241379vw;
  right: 37.9574px;
  right: 3.2721896552vw;
  top: 27.532px;
  top: 2.3734482759vw;
}
@media (min-width: 1160px) {
  header nav #searchBtn {
    width: 18px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  header nav #searchBtn {
    width: 15.2068965517px;
    width: 1.3109393579vw;
  }
}
@media (max-width: 640px) {
  header nav #searchBtn {
    width: 2.4vw;
  }
}
@media (min-width: 1160px) {
  header nav #searchBtn {
    right: 37.9574px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  header nav #searchBtn {
    right: 32.0674586207px;
    right: 2.764436088vw;
  }
}
@media (max-width: 640px) {
  header nav #searchBtn {
    right: 5.0609866667vw;
  }
}
@media (min-width: 1160px) {
  header nav #searchBtn {
    top: 27.532px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  header nav #searchBtn {
    top: 23.2597931034px;
    top: 2.0051545779vw;
  }
}
@media (max-width: 640px) {
  header nav #searchBtn {
    top: 3.6709333333vw;
  }
}
header nav #searchBtn .cls-1 {
  fill: #6e7878;
}
@media (max-width: 640px) {
  header nav #searchBtn {
    display: none;
  }
}
header nav .logo {
  position: absolute;
  width: 86px;
  width: 7.4137931034vw;
  left: 36.5519px;
  left: 3.1510258621vw;
  top: 12.4807px;
  top: 1.0759224138vw;
}
@media (min-width: 1160px) {
  header nav .logo {
    width: 86px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  header nav .logo {
    width: 72.6551724138px;
    width: 6.2633769322vw;
  }
}
@media (max-width: 640px) {
  header nav .logo {
    width: 15.2176266667vw;
  }
}
@media (min-width: 1160px) {
  header nav .logo {
    left: 36.5519px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  header nav .logo {
    left: 30.8800534483px;
    left: 2.6620735731vw;
  }
}
@media (max-width: 640px) {
  header nav .logo {
    left: 42.4800533333vw;
  }
}
@media (min-width: 1160px) {
  header nav .logo {
    top: 12.4807px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  header nav .logo {
    top: 10.5440396552px;
    top: 0.9089689358vw;
  }
}
@media (max-width: 640px) {
  header nav .logo {
    top: 3.6194666667vw;
  }
}
header nav .logo a {
  display: block;
}
header nav .menuUnit {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media (max-width: 640px) {
  header nav .menuUnit {
    display: block;
    transform: translateX(-100%);
    box-sizing: border-box;
    width: 660px;
    width: 56.8965517241vw;
    position: fixed;
    z-index: 1000;
    background-color: rgba(39, 40, 40, 0.9);
  }
}
@media (max-width: 640px) and (min-width: 1160px) {
  header nav .menuUnit {
    width: 660px;
  }
}
@media (max-width: 640px) and (orientation: landscape) and (max-height: 600px) {
  header nav .menuUnit {
    width: 557.5862068966px;
    width: 48.0677764566vw;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  header nav .menuUnit {
    width: 88vw;
  }
}
.menuOn header nav .menuUnit {
  transform: translateX(0);
}
header nav .main {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  width: 464.6523px;
  width: 40.0562327586vw;
  padding-top: 35.0336px;
  padding-top: 3.020137931vw;
}
@media (min-width: 1160px) {
  header nav .main {
    width: 464.6523px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  header nav .main {
    width: 392.5510810345px;
    width: 33.840610434vw;
  }
}
@media (max-width: 640px) {
  header nav .main {
    width: 61.95364vw;
  }
}
@media (min-width: 1160px) {
  header nav .main {
    padding-top: 35.0336px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  header nav .main {
    padding-top: 29.5973517241px;
    padding-top: 2.5514958383vw;
  }
}
@media (max-width: 640px) {
  header nav .main {
    padding-top: 4.6711466667vw;
  }
}
@media (max-width: 640px) {
  header nav .main {
    width: 100%;
    display: block;
    padding-left: 47.0133px;
    padding-left: 4.0528706897vw;
  }
}
@media (max-width: 640px) and (min-width: 1160px) {
  header nav .main {
    padding-left: 47.0133px;
  }
}
@media (max-width: 640px) and (orientation: landscape) and (max-height: 600px) {
  header nav .main {
    padding-left: 39.7181327586px;
    padding-left: 3.423976962vw;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  header nav .main {
    padding-left: 6.26844vw;
  }
}
header nav .main li {
  font-size: 11px;
  font-size: 1.1rem;
  font-size: 0.9482758621vw;
}
@media (min-width: 1160px) {
  header nav .main li {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  header nav .main li {
    font-size: 9.2931034483px;
    font-size: 0.9293103448rem;
    font-size: 0.8011296076vw;
  }
}
@media (max-width: 640px) {
  header nav .main li {
    font-size: 5.3333333333vw;
  }
}
@media (max-width: 640px) {
  header nav .main li {
    margin-bottom: 1em;
  }
}
header nav .main li a {
  font-family: Helvetica Neue, sans-serif;
  top: -6.48px;
  top: -0.5586206897vw;
  position: relative;
  color: #6E7878;
}
@media (min-width: 1160px) {
  header nav .main li a {
    top: -6.48px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  header nav .main li a {
    top: -5.4744827586px;
    top: -0.4719381688vw;
  }
}
@media (max-width: 640px) {
  header nav .main li a {
    top: -0.864vw;
  }
}
@media (max-width: 640px) {
  header nav .main li a {
    color: #fff;
  }
}
header nav .sub {
  box-sizing: border-box;
  display: none;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 47.0133px;
  padding-left: 4.0528706897vw;
  margin-top: 70px;
  margin-top: 6.0344827586vw;
  margin-bottom: 70px;
  margin-bottom: 6.0344827586vw;
}
@media (min-width: 1160px) {
  header nav .sub {
    padding-left: 47.0133px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  header nav .sub {
    padding-left: 39.7181327586px;
    padding-left: 3.423976962vw;
  }
}
@media (max-width: 640px) {
  header nav .sub {
    padding-left: 6.26844vw;
  }
}
@media (min-width: 1160px) {
  header nav .sub {
    margin-top: 70px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  header nav .sub {
    margin-top: 59.1379310345px;
    margin-top: 5.098097503vw;
  }
}
@media (max-width: 640px) {
  header nav .sub {
    margin-top: 9.3333333333vw;
  }
}
@media (min-width: 1160px) {
  header nav .sub {
    margin-bottom: 70px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  header nav .sub {
    margin-bottom: 59.1379310345px;
    margin-bottom: 5.098097503vw;
  }
}
@media (max-width: 640px) {
  header nav .sub {
    margin-bottom: 9.3333333333vw;
  }
}
header nav .sub li {
  font-size: 26px;
  font-size: 2.6rem;
  font-size: 2.2413793103vw;
  line-height: 45px;
  line-height: 4.5rem;
  line-height: 3.8793103448vw;
  letter-spacing: 1.3px;
  letter-spacing: 0.13rem;
  letter-spacing: 0.1120689655vw;
}
@media (min-width: 1160px) {
  header nav .sub li {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  header nav .sub li {
    font-size: 21.9655172414px;
    font-size: 2.1965517241rem;
    font-size: 1.8935790725vw;
  }
}
@media (max-width: 640px) {
  header nav .sub li {
    font-size: 3.4666666667vw;
  }
}
@media (min-width: 1160px) {
  header nav .sub li {
    line-height: 45px;
    line-height: 4.5rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  header nav .sub li {
    line-height: 38.0172413793px;
    line-height: 3.8017241379rem;
    line-height: 3.2773483948vw;
  }
}
@media (max-width: 640px) {
  header nav .sub li {
    line-height: 6vw;
  }
}
@media (min-width: 1160px) {
  header nav .sub li {
    letter-spacing: 1.3px;
    letter-spacing: 0.13rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  header nav .sub li {
    letter-spacing: 1.0982758621px;
    letter-spacing: 0.1098275862rem;
    letter-spacing: 0.0946789536vw;
  }
}
@media (max-width: 640px) {
  header nav .sub li {
    letter-spacing: 0.1733333333vw;
  }
}
header nav .sub a {
  color: #fff;
}
@media (max-width: 640px) {
  header nav .sub {
    display: block;
  }
}
header nav .icons {
  box-sizing: border-box;
  margin-right: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-right: 60px;
  margin-right: 5.1724137931vw;
  position: absolute;
  right: 0;
  top: 27.532px;
  top: 2.3734482759vw;
}
@media (min-width: 1160px) {
  header nav .icons {
    margin-right: 60px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  header nav .icons {
    margin-right: 50.6896551724px;
    margin-right: 4.3697978597vw;
  }
}
@media (max-width: 640px) {
  header nav .icons {
    margin-right: 8vw;
  }
}
@media (min-width: 1160px) {
  header nav .icons {
    top: 27.532px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  header nav .icons {
    top: 23.2597931034px;
    top: 2.0051545779vw;
  }
}
@media (max-width: 640px) {
  header nav .icons {
    top: 3.6709333333vw;
  }
}
header nav .icons li {
  margin-right: 10px;
  margin-right: 0.8620689655vw;
}
@media (min-width: 1160px) {
  header nav .icons li {
    margin-right: 10px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  header nav .icons li {
    margin-right: 8.4482758621px;
    margin-right: 0.7282996433vw;
  }
}
@media (max-width: 640px) {
  header nav .icons li {
    margin-right: 1.3333333333vw;
  }
}
@media (max-width: 640px) {
  header nav .icons li {
    display: inline-block;
    margin-right: 33px;
    margin-right: 2.8448275862vw;
  }
}
@media (max-width: 640px) and (min-width: 1160px) {
  header nav .icons li {
    margin-right: 33px;
  }
}
@media (max-width: 640px) and (orientation: landscape) and (max-height: 600px) {
  header nav .icons li {
    margin-right: 27.8793103448px;
    margin-right: 2.4033888228vw;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  header nav .icons li {
    margin-right: 4.4vw;
  }
}
@media (max-width: 640px) {
  header nav .icons li:last-of-type {
    margin-right: 0;
  }
}
header nav .icons a {
  display: block;
  height: 18px;
  height: 1.5517241379vw;
}
@media (min-width: 1160px) {
  header nav .icons a {
    height: 18px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  header nav .icons a {
    height: 15.2068965517px;
    height: 1.3109393579vw;
  }
}
@media (max-width: 640px) {
  header nav .icons a {
    height: 6.6666666667vw;
  }
}
header nav .icons a svg {
  height: 100%;
  width: auto;
  vertical-align: top;
  fill: #6E7878;
}
@media (max-width: 640px) {
  header nav .icons a svg {
    fill: #fff;
  }
}
@media (max-width: 640px) {
  header nav .icons {
    position: static;
    margin-right: 0;
    padding-left: 47.0133px;
    padding-left: 4.0528706897vw;
    padding-bottom: 77px;
    padding-bottom: 6.6379310345vw;
    display: block;
  }
}
@media (max-width: 640px) and (min-width: 1160px) {
  header nav .icons {
    padding-left: 47.0133px;
  }
}
@media (max-width: 640px) and (orientation: landscape) and (max-height: 600px) {
  header nav .icons {
    padding-left: 39.7181327586px;
    padding-left: 3.423976962vw;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  header nav .icons {
    padding-left: 6.26844vw;
  }
}
@media (max-width: 640px) and (min-width: 1160px) {
  header nav .icons {
    padding-bottom: 77px;
  }
}
@media (max-width: 640px) and (orientation: landscape) and (max-height: 600px) {
  header nav .icons {
    padding-bottom: 65.0517241379px;
    padding-bottom: 5.6079072533vw;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  header nav .icons {
    padding-bottom: 10.2666666667vw;
  }
}
header #menuBtn {
  display: none;
}
@media (max-width: 640px) {
  header #menuBtn {
    display: block;
    position: fixed;
    z-index: 101;
    right: 38.9664px;
    right: 3.3591724138vw;
    top: 35.2169px;
    top: 3.0359396552vw;
    width: 50px;
    width: 4.3103448276vw;
    height: auto;
  }
}
@media (max-width: 640px) and (min-width: 1160px) {
  header #menuBtn {
    right: 38.9664px;
  }
}
@media (max-width: 640px) and (orientation: landscape) and (max-height: 600px) {
  header #menuBtn {
    right: 32.9198896552px;
    right: 2.837921522vw;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  header #menuBtn {
    right: 5.19552vw;
  }
}
@media (max-width: 640px) and (min-width: 1160px) {
  header #menuBtn {
    top: 35.2169px;
  }
}
@media (max-width: 640px) and (orientation: landscape) and (max-height: 600px) {
  header #menuBtn {
    top: 29.7522086207px;
    top: 2.5648455707vw;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  header #menuBtn {
    top: 4.6955866667vw;
  }
}
@media (max-width: 640px) and (min-width: 1160px) {
  header #menuBtn {
    width: 50px;
  }
}
@media (max-width: 640px) and (orientation: landscape) and (max-height: 600px) {
  header #menuBtn {
    width: 42.2413793103px;
    width: 3.6414982164vw;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  header #menuBtn {
    width: 6.6666666667vw;
  }
}
header #menuBtn .cls-1 {
  fill: #6f7877;
}

#curtainCall {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
@media (max-width: 640px) {
  .menuOn #curtainCall {
    display: block;
    width: 100vw;
    height: 100vh;
  }
  .loadOut #curtainCall {
    opacity: 0;
  }
}

/* CSS Document */
main.home {
  padding-top: 0;
}

.topHeaderUnit {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  width: 82.7586206897vw;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 100vh; /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  justify-content: center;
  align-items: center;
  padding-top: 65px;
  padding-top: 5.6034482759vw;
}
@media (min-width: 1160px) {
  .topHeaderUnit {
    width: 960px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .topHeaderUnit {
    width: 811.0344827586px;
    width: 69.9167657551vw;
  }
}
@media (max-width: 640px) {
  .topHeaderUnit {
    width: 128vw;
  }
}
@media (min-width: 1160px) {
  .topHeaderUnit {
    padding-top: 65px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .topHeaderUnit {
    padding-top: 54.9137931034px;
    padding-top: 4.7339476813vw;
  }
}
@media (max-width: 640px) {
  .topHeaderUnit {
    padding-top: 14.6666666667vw;
  }
}
@media (max-width: 640px) {
  .topHeaderUnit {
    width: 100%;
  }
}
.topHeaderUnit > article {
  height: 100%;
}
.topHeaderUnit > article > a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.topHeaderUnit > article > a:hover {
  text-decoration: none;
}
.topHeaderUnit > article > a:hover .caption {
  z-index: -1;
  opacity: 0.8;
}
.topHeaderUnit .one {
  width: 50%;
}
.topHeaderUnit .one:only-child {
  width: 100%;
}
.topHeaderUnit .one:only-child .oneImg {
  display: block;
}
.topHeaderUnit .one:only-child .twoImg {
  display: none;
}
@media (min-width: 641px) {
  .topHeaderUnit .one:nth-child(2) .caption {
    margin-left: auto;
    left: auto;
    right: -31.2175px;
    right: -2.6911637931vw;
  }
}
@media (min-width: 641px) and (min-width: 1160px) {
  .topHeaderUnit .one:nth-child(2) .caption {
    right: -31.2175px;
  }
}
@media (min-width: 641px) and (orientation: landscape) and (max-height: 600px) {
  .topHeaderUnit .one:nth-child(2) .caption {
    right: -26.3734051724px;
    right: -2.2735694114vw;
  }
}
@media (min-width: 641px) and (max-width: 640px) {
  .topHeaderUnit .one:nth-child(2) .caption {
    right: -4.1623333333vw;
  }
}
@media (min-width: 641px) {
  .topHeaderUnit .one:nth-child(2) .caption .place {
    left: auto;
    right: 31.2175px;
    right: 2.6911637931vw;
  }
}
@media (min-width: 641px) and (min-width: 1160px) {
  .topHeaderUnit .one:nth-child(2) .caption .place {
    right: 31.2175px;
  }
}
@media (min-width: 641px) and (orientation: landscape) and (max-height: 600px) {
  .topHeaderUnit .one:nth-child(2) .caption .place {
    right: 26.3734051724px;
    right: 2.2735694114vw;
  }
}
@media (min-width: 641px) and (max-width: 640px) {
  .topHeaderUnit .one:nth-child(2) .caption .place {
    right: 4.1623333333vw;
  }
}
.topHeaderUnit .img {
  flex: 1;
  height: 2px;
}
.topHeaderUnit .img .oneImg {
  display: none;
  height: 100%;
  width: 100%;
}
.topHeaderUnit .img .oneImg img {
  object-fit: contain;
}
.topHeaderUnit .img pictuire {
  position: relative;
  height: 100%;
  width: 100%;
}
.topHeaderUnit .img img {
  object-fit: cover;
}
.topHeaderUnit .time {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-size: 1.1206896552vw;
  line-height: 26px;
  line-height: 2.6rem;
  line-height: 2.2413793103vw;
  letter-spacing: 0.8px;
  letter-spacing: 0.08rem;
  letter-spacing: 0.0689655172vw;
  color: #040000;
}
@media (min-width: 1160px) {
  .topHeaderUnit .time {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .topHeaderUnit .time {
    font-size: 10.9827586207px;
    font-size: 1.0982758621rem;
    font-size: 0.9467895363vw;
  }
}
@media (max-width: 640px) {
  .topHeaderUnit .time {
    font-size: 1.7333333333vw;
  }
}
@media (min-width: 1160px) {
  .topHeaderUnit .time {
    line-height: 26px;
    line-height: 2.6rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .topHeaderUnit .time {
    line-height: 21.9655172414px;
    line-height: 2.1965517241rem;
    line-height: 1.8935790725vw;
  }
}
@media (max-width: 640px) {
  .topHeaderUnit .time {
    line-height: 3.4666666667vw;
  }
}
@media (min-width: 1160px) {
  .topHeaderUnit .time {
    letter-spacing: 0.8px;
    letter-spacing: 0.08rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .topHeaderUnit .time {
    letter-spacing: 0.675862069px;
    letter-spacing: 0.0675862069rem;
    letter-spacing: 0.0582639715vw;
  }
}
@media (max-width: 640px) {
  .topHeaderUnit .time {
    letter-spacing: 0.1066666667vw;
  }
}
.topHeaderUnit .title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 19px;
  font-size: 1.9rem;
  font-size: 1.6379310345vw;
  line-height: 29px;
  line-height: 2.9rem;
  line-height: 2.5vw;
  letter-spacing: 0.95px;
  letter-spacing: 0.095rem;
  letter-spacing: 0.0818965517vw;
  color: #040000;
}
@media (min-width: 1160px) {
  .topHeaderUnit .title {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .topHeaderUnit .title {
    font-size: 16.0517241379px;
    font-size: 1.6051724138rem;
    font-size: 1.3837693222vw;
  }
}
@media (max-width: 640px) {
  .topHeaderUnit .title {
    font-size: 3.0666666667vw;
  }
}
@media (min-width: 1160px) {
  .topHeaderUnit .title {
    line-height: 29px;
    line-height: 2.9rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .topHeaderUnit .title {
    line-height: 24.5px;
    line-height: 2.45rem;
    line-height: 2.1120689655vw;
  }
}
@media (max-width: 640px) {
  .topHeaderUnit .title {
    line-height: 3.8666666667vw;
  }
}
@media (min-width: 1160px) {
  .topHeaderUnit .title {
    letter-spacing: 0.95px;
    letter-spacing: 0.095rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .topHeaderUnit .title {
    letter-spacing: 0.8025862069px;
    letter-spacing: 0.0802586207rem;
    letter-spacing: 0.0691884661vw;
  }
}
@media (max-width: 640px) {
  .topHeaderUnit .title {
    letter-spacing: 0.1533333333vw;
  }
}
.topHeaderUnit .place,
.topHeaderUnit .post-categories {
  font-family: Helvetica Neue, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-size: 1.3793103448vw;
  line-height: 1;
  left: 31.2175px;
  left: 2.6911637931vw;
  bottom: 15px;
  bottom: 1.2931034483vw;
  position: absolute;
  color: #BEC3C3;
}
@media (min-width: 1160px) {
  .topHeaderUnit .place,
.topHeaderUnit .post-categories {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .topHeaderUnit .place,
.topHeaderUnit .post-categories {
    font-size: 13.5172413793px;
    font-size: 1.3517241379rem;
    font-size: 1.1652794293vw;
  }
}
@media (max-width: 640px) {
  .topHeaderUnit .place,
.topHeaderUnit .post-categories {
    font-size: 2vw;
  }
}
@media (min-width: 1160px) {
  .topHeaderUnit .place,
.topHeaderUnit .post-categories {
    left: 31.2175px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .topHeaderUnit .place,
.topHeaderUnit .post-categories {
    left: 26.3734051724px;
    left: 2.2735694114vw;
  }
}
@media (max-width: 640px) {
  .topHeaderUnit .place,
.topHeaderUnit .post-categories {
    left: 1.9333333333vw;
  }
}
@media (min-width: 1160px) {
  .topHeaderUnit .place,
.topHeaderUnit .post-categories {
    bottom: 15px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .topHeaderUnit .place,
.topHeaderUnit .post-categories {
    bottom: 12.6724137931px;
    bottom: 1.0924494649vw;
  }
}
@media (max-width: 640px) {
  .topHeaderUnit .place,
.topHeaderUnit .post-categories {
    bottom: 2vw;
  }
}
.topHeaderUnit .place li,
.topHeaderUnit .post-categories li {
  display: inline-block;
}
.topHeaderUnit .place li::after,
.topHeaderUnit .post-categories li::after {
  content: "/";
}
.topHeaderUnit .place li:last-of-type::after,
.topHeaderUnit .post-categories li:last-of-type::after {
  content: none;
}
.topHeaderUnit .post-categories {
  display: none;
}
.topHeaderUnit .caption {
  box-sizing: border-box;
  position: relative;
  width: 418px;
  width: 36.0344827586vw;
  background-color: #faf0e6;
  left: -31.2175px;
  left: -2.6911637931vw;
  top: -25px;
  top: -2.1551724138vw;
  padding-left: 31.2175px;
  padding-left: 2.6911637931vw;
  padding-right: 31.2175px;
  padding-right: 2.6911637931vw;
  padding-top: 15.60875px;
  padding-top: 1.3455818966vw;
  padding-bottom: 15.60875px;
  padding-bottom: 1.3455818966vw;
  mix-blend-mode: multiply;
}
@media (min-width: 1160px) {
  .topHeaderUnit .caption {
    width: 418px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .topHeaderUnit .caption {
    width: 353.1379310345px;
    width: 30.4429250892vw;
  }
}
@media (max-width: 640px) {
  .topHeaderUnit .caption {
    width: 45.3333333333vw;
  }
}
@media (min-width: 1160px) {
  .topHeaderUnit .caption {
    left: -31.2175px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .topHeaderUnit .caption {
    left: -26.3734051724px;
    left: -2.2735694114vw;
  }
}
@media (max-width: 640px) {
  .topHeaderUnit .caption {
    left: 3vw;
  }
}
@media (min-width: 1160px) {
  .topHeaderUnit .caption {
    top: -25px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .topHeaderUnit .caption {
    top: -21.1206896552px;
    top: -1.8207491082vw;
  }
}
@media (max-width: 640px) {
  .topHeaderUnit .caption {
    top: -2.6666666667vw;
  }
}
@media (min-width: 1160px) {
  .topHeaderUnit .caption {
    padding-left: 31.2175px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .topHeaderUnit .caption {
    padding-left: 26.3734051724px;
    padding-left: 2.2735694114vw;
  }
}
@media (max-width: 640px) {
  .topHeaderUnit .caption {
    padding-left: 1.9333333333vw;
  }
}
@media (min-width: 1160px) {
  .topHeaderUnit .caption {
    padding-right: 31.2175px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .topHeaderUnit .caption {
    padding-right: 26.3734051724px;
    padding-right: 2.2735694114vw;
  }
}
@media (max-width: 640px) {
  .topHeaderUnit .caption {
    padding-right: 1.9333333333vw;
  }
}
@media (min-width: 1160px) {
  .topHeaderUnit .caption {
    padding-top: 15.60875px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .topHeaderUnit .caption {
    padding-top: 13.1867025862px;
    padding-top: 1.1367847057vw;
  }
}
@media (max-width: 640px) {
  .topHeaderUnit .caption {
    padding-top: 0.9666666667vw;
  }
}
@media (min-width: 1160px) {
  .topHeaderUnit .caption {
    padding-bottom: 15.60875px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .topHeaderUnit .caption {
    padding-bottom: 13.1867025862px;
    padding-bottom: 1.1367847057vw;
  }
}
@media (max-width: 640px) {
  .topHeaderUnit .caption {
    padding-bottom: 0.9666666667vw;
  }
}

.subArticleUnit {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  width: 82.7586206897vw;
  margin-top: 15px;
  margin-top: 1.2931034483vw;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1160px) {
  .subArticleUnit {
    width: 960px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .subArticleUnit {
    width: 811.0344827586px;
    width: 69.9167657551vw;
  }
}
@media (max-width: 640px) {
  .subArticleUnit {
    width: 128vw;
  }
}
@media (min-width: 1160px) {
  .subArticleUnit {
    margin-top: 15px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .subArticleUnit {
    margin-top: 12.6724137931px;
    margin-top: 1.0924494649vw;
  }
}
@media (max-width: 640px) {
  .subArticleUnit {
    margin-top: 2vw;
  }
}
@media (max-width: 640px) {
  .subArticleUnit {
    display: block;
    width: 100%;
  }
}
.archive .subArticleUnit {
  margin-top: 0;
}
.subArticleUnit::after {
  display: block;
  content: "";
  width: 302.0836px;
  width: 26.0416896552vw;
}
@media (min-width: 1160px) {
  .subArticleUnit::after {
    width: 302.0836px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .subArticleUnit::after {
    width: 255.2085586207px;
    width: 22.0007378121vw;
  }
}
@media (max-width: 640px) {
  .subArticleUnit::after {
    width: 40.2778133333vw;
  }
}
.subArticleUnit article {
  position: relative;
  width: 302.0836px;
  width: 26.0416896552vw;
  height: 429.0836px;
  height: 36.9899655172vw;
}
@media (min-width: 1160px) {
  .subArticleUnit article {
    width: 302.0836px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .subArticleUnit article {
    width: 255.2085586207px;
    width: 22.0007378121vw;
  }
}
@media (max-width: 640px) {
  .subArticleUnit article {
    width: 40.2778133333vw;
  }
}
@media (min-width: 1160px) {
  .subArticleUnit article {
    height: 429.0836px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .subArticleUnit article {
    height: 362.501662069px;
    height: 31.2501432818vw;
  }
}
@media (max-width: 640px) {
  .subArticleUnit article {
    height: 57.2111466667vw;
  }
}
@media (max-width: 640px) {
  .subArticleUnit article {
    height: auto;
    width: auto;
    margin-left: 22.5px;
    margin-left: 1.9396551724vw;
    margin-right: 22.5px;
    margin-right: 1.9396551724vw;
    margin-top: 50px;
    margin-top: 4.3103448276vw;
    margin-bottom: 50px;
    margin-bottom: 4.3103448276vw;
  }
}
@media (max-width: 640px) and (min-width: 1160px) {
  .subArticleUnit article {
    margin-left: 22.5px;
  }
}
@media (max-width: 640px) and (orientation: landscape) and (max-height: 600px) {
  .subArticleUnit article {
    margin-left: 19.0086206897px;
    margin-left: 1.6386741974vw;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  .subArticleUnit article {
    margin-left: 3vw;
  }
}
@media (max-width: 640px) and (min-width: 1160px) {
  .subArticleUnit article {
    margin-right: 22.5px;
  }
}
@media (max-width: 640px) and (orientation: landscape) and (max-height: 600px) {
  .subArticleUnit article {
    margin-right: 19.0086206897px;
    margin-right: 1.6386741974vw;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  .subArticleUnit article {
    margin-right: 3vw;
  }
}
@media (max-width: 640px) and (min-width: 1160px) {
  .subArticleUnit article {
    margin-top: 50px;
  }
}
@media (max-width: 640px) and (orientation: landscape) and (max-height: 600px) {
  .subArticleUnit article {
    margin-top: 42.2413793103px;
    margin-top: 3.6414982164vw;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  .subArticleUnit article {
    margin-top: 6.6666666667vw;
  }
}
@media (max-width: 640px) and (min-width: 1160px) {
  .subArticleUnit article {
    margin-bottom: 50px;
  }
}
@media (max-width: 640px) and (orientation: landscape) and (max-height: 600px) {
  .subArticleUnit article {
    margin-bottom: 42.2413793103px;
    margin-bottom: 3.6414982164vw;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  .subArticleUnit article {
    margin-bottom: 6.6666666667vw;
  }
}
.subArticleUnit article a {
  display: block;
}
@media (max-width: 640px) {
  .subArticleUnit article a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}
.subArticleUnit article a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.subArticleUnit .img {
  width: 302.0836px;
  width: 26.0416896552vw;
  height: 302.0836px;
  height: 26.0416896552vw;
}
@media (min-width: 1160px) {
  .subArticleUnit .img {
    width: 302.0836px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .subArticleUnit .img {
    width: 255.2085586207px;
    width: 22.0007378121vw;
  }
}
@media (max-width: 640px) {
  .subArticleUnit .img {
    width: 21.3333333333vw;
  }
}
@media (min-width: 1160px) {
  .subArticleUnit .img {
    height: 302.0836px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .subArticleUnit .img {
    height: 255.2085586207px;
    height: 22.0007378121vw;
  }
}
@media (max-width: 640px) {
  .subArticleUnit .img {
    height: 21.3333333333vw;
  }
}
.subArticleUnit .img .empty {
  background-color: #BEC3C3;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.subArticleUnit .img .empty svg {
  width: 30%;
  height: auto;
  fill: #ffffff;
}
.subArticleUnit .time,
.subArticleUnit .title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-size: 1.0344827586vw;
  line-height: 17px;
  line-height: 1.7rem;
  line-height: 1.4655172414vw;
  letter-spacing: 0.6px;
  letter-spacing: 0.06rem;
  letter-spacing: 0.0517241379vw;
  color: #000000;
}
@media (min-width: 1160px) {
  .subArticleUnit .time,
.subArticleUnit .title {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .subArticleUnit .time,
.subArticleUnit .title {
    font-size: 10.1379310345px;
    font-size: 1.0137931034rem;
    font-size: 0.8739595719vw;
  }
}
@media (max-width: 640px) {
  .subArticleUnit .time,
.subArticleUnit .title {
    font-size: 3.4666666667vw;
  }
}
@media (min-width: 1160px) {
  .subArticleUnit .time,
.subArticleUnit .title {
    line-height: 17px;
    line-height: 1.7rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .subArticleUnit .time,
.subArticleUnit .title {
    line-height: 14.3620689655px;
    line-height: 1.4362068966rem;
    line-height: 1.2381093936vw;
  }
}
@media (max-width: 640px) {
  .subArticleUnit .time,
.subArticleUnit .title {
    line-height: 4.6666666667vw;
  }
}
@media (min-width: 1160px) {
  .subArticleUnit .time,
.subArticleUnit .title {
    letter-spacing: 0.6px;
    letter-spacing: 0.06rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .subArticleUnit .time,
.subArticleUnit .title {
    letter-spacing: 0.5068965517px;
    letter-spacing: 0.0506896552rem;
    letter-spacing: 0.0436979786vw;
  }
}
@media (max-width: 640px) {
  .subArticleUnit .time,
.subArticleUnit .title {
    letter-spacing: 0.1733333333vw;
  }
}
.subArticleUnit .time {
  font-size: 9px;
  font-size: 0.9rem;
  font-size: 0.775862069vw;
}
@media (min-width: 1160px) {
  .subArticleUnit .time {
    font-size: 9px;
    font-size: 0.9rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .subArticleUnit .time {
    font-size: 7.6034482759px;
    font-size: 0.7603448276rem;
    font-size: 0.655469679vw;
  }
}
@media (max-width: 640px) {
  .subArticleUnit .time {
    font-size: 2.4vw;
  }
}
@media (max-width: 640px) {
  .subArticleUnit .time {
    color: #6E7878;
  }
}
.subArticleUnit .place,
.subArticleUnit .post-categories {
  font-family: Helvetica Neue, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-size: 1.0344827586vw;
  line-height: 1;
  position: absolute;
  bottom: 30px;
  bottom: 2.5862068966vw;
  color: #BEC3C3;
}
@media (min-width: 1160px) {
  .subArticleUnit .place,
.subArticleUnit .post-categories {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .subArticleUnit .place,
.subArticleUnit .post-categories {
    font-size: 10.1379310345px;
    font-size: 1.0137931034rem;
    font-size: 0.8739595719vw;
  }
}
@media (max-width: 640px) {
  .subArticleUnit .place,
.subArticleUnit .post-categories {
    font-size: 2.5333333333vw;
  }
}
@media (min-width: 1160px) {
  .subArticleUnit .place,
.subArticleUnit .post-categories {
    bottom: 30px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .subArticleUnit .place,
.subArticleUnit .post-categories {
    bottom: 25.3448275862px;
    bottom: 2.1848989298vw;
  }
}
@media (max-width: 640px) {
  .subArticleUnit .place,
.subArticleUnit .post-categories {
    bottom: 0vw;
  }
}
@media (max-width: 640px) {
  .subArticleUnit .place,
.subArticleUnit .post-categories {
    color: #6e7878;
  }
}
.subArticleUnit .place li,
.subArticleUnit .post-categories li {
  display: inline-block;
}
.subArticleUnit .place li::after,
.subArticleUnit .post-categories li::after {
  content: "/";
}
.subArticleUnit .place li:last-of-type::after,
.subArticleUnit .post-categories li:last-of-type::after {
  content: none;
}
.subArticleUnit .place a,
.subArticleUnit .post-categories a {
  color: #BEC3C3;
  font-family: Helvetica Neue, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-size: 1.0344827586vw;
  line-height: 1;
}
@media (min-width: 1160px) {
  .subArticleUnit .place a,
.subArticleUnit .post-categories a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .subArticleUnit .place a,
.subArticleUnit .post-categories a {
    font-size: 10.1379310345px;
    font-size: 1.0137931034rem;
    font-size: 0.8739595719vw;
  }
}
@media (max-width: 640px) {
  .subArticleUnit .place a,
.subArticleUnit .post-categories a {
    font-size: 1.6vw;
  }
}
.subArticleUnit .caption {
  margin-top: 15px;
  margin-top: 1.2931034483vw;
  padding-top: 15px;
  padding-top: 1.2931034483vw;
  border-top: 0.99px solid #bec3c3;
  box-sizing: border-box;
}
@media (min-width: 1160px) {
  .subArticleUnit .caption {
    margin-top: 15px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .subArticleUnit .caption {
    margin-top: 12.6724137931px;
    margin-top: 1.0924494649vw;
  }
}
@media (max-width: 640px) {
  .subArticleUnit .caption {
    margin-top: 0vw;
  }
}
@media (min-width: 1160px) {
  .subArticleUnit .caption {
    padding-top: 15px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .subArticleUnit .caption {
    padding-top: 12.6724137931px;
    padding-top: 1.0924494649vw;
  }
}
@media (max-width: 640px) {
  .subArticleUnit .caption {
    padding-top: 0vw;
  }
}
@media (max-width: 640px) {
  .subArticleUnit .caption {
    flex: 1;
    border-top: none;
    border-left: 0.99px solid #bec3c3;
    margin-left: 20px;
    margin-left: 1.724137931vw;
    padding-left: 15px;
    padding-left: 1.2931034483vw;
  }
}
@media (max-width: 640px) and (min-width: 1160px) {
  .subArticleUnit .caption {
    margin-left: 20px;
  }
}
@media (max-width: 640px) and (orientation: landscape) and (max-height: 600px) {
  .subArticleUnit .caption {
    margin-left: 16.8965517241px;
    margin-left: 1.4565992866vw;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  .subArticleUnit .caption {
    margin-left: 2.6666666667vw;
  }
}
@media (max-width: 640px) and (min-width: 1160px) {
  .subArticleUnit .caption {
    padding-left: 15px;
  }
}
@media (max-width: 640px) and (orientation: landscape) and (max-height: 600px) {
  .subArticleUnit .caption {
    padding-left: 12.6724137931px;
    padding-left: 1.0924494649vw;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  .subArticleUnit .caption {
    padding-left: 2vw;
  }
}

.btn {
  display: inline-block;
  font-family: Helvetica Neue, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-size: 1.0344827586vw;
  line-height: 23px;
  line-height: 2.3rem;
  line-height: 1.9827586207vw;
  letter-spacing: 0.6px;
  letter-spacing: 0.06rem;
  letter-spacing: 0.0517241379vw;
  padding-left: 6px;
  padding-left: 0.5172413793vw;
  padding-right: 6px;
  padding-right: 0.5172413793vw;
  color: #BEC3C3;
  border: 1px solid #bec3c3;
}
@media (min-width: 1160px) {
  .btn {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .btn {
    font-size: 10.1379310345px;
    font-size: 1.0137931034rem;
    font-size: 0.8739595719vw;
  }
}
@media (max-width: 640px) {
  .btn {
    font-size: 2.6666666667vw;
  }
}
@media (min-width: 1160px) {
  .btn {
    line-height: 23px;
    line-height: 2.3rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .btn {
    line-height: 19.4310344828px;
    line-height: 1.9431034483rem;
    line-height: 1.6750891795vw;
  }
}
@media (max-width: 640px) {
  .btn {
    line-height: 4.6626666667vw;
  }
}
@media (min-width: 1160px) {
  .btn {
    letter-spacing: 0.6px;
    letter-spacing: 0.06rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .btn {
    letter-spacing: 0.5068965517px;
    letter-spacing: 0.0506896552rem;
    letter-spacing: 0.0436979786vw;
  }
}
@media (max-width: 640px) {
  .btn {
    letter-spacing: 0.08vw;
  }
}
@media (min-width: 1160px) {
  .btn {
    padding-left: 6px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .btn {
    padding-left: 5.0689655172px;
    padding-left: 0.436979786vw;
  }
}
@media (max-width: 640px) {
  .btn {
    padding-left: 1.0666666667vw;
  }
}
@media (min-width: 1160px) {
  .btn {
    padding-right: 6px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .btn {
    padding-right: 5.0689655172px;
    padding-right: 0.436979786vw;
  }
}
@media (max-width: 640px) {
  .btn {
    padding-right: 1.0666666667vw;
  }
}
@media (max-width: 640px) {
  .btn {
    color: #6E7878;
    border: 1px solid #6E7878;
  }
}
.btn:hover {
  text-decoration: none;
}

.flontUnit {
  padding-top: 65px;
  padding-top: 5.6034482759vw;
  margin-top: -65px;
  margin-top: -5.6034482759vw;
}
@media (min-width: 1160px) {
  .flontUnit {
    padding-top: 65px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .flontUnit {
    padding-top: 54.9137931034px;
    padding-top: 4.7339476813vw;
  }
}
@media (max-width: 640px) {
  .flontUnit {
    padding-top: 14.6666666667vw;
  }
}
@media (min-width: 1160px) {
  .flontUnit {
    margin-top: -65px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .flontUnit {
    margin-top: -54.9137931034px;
    margin-top: -4.7339476813vw;
  }
}
@media (max-width: 640px) {
  .flontUnit {
    margin-top: -14.6666666667vw;
  }
}

.accessUnit {
  padding-top: 60px;
  padding-top: 5.1724137931vw;
  width: 926px;
  width: 79.8275862069vw;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1160px) {
  .accessUnit {
    padding-top: 60px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .accessUnit {
    padding-top: 50.6896551724px;
    padding-top: 4.3697978597vw;
  }
}
@media (max-width: 640px) {
  .accessUnit {
    padding-top: 0vw;
  }
}
@media (min-width: 1160px) {
  .accessUnit {
    width: 926px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .accessUnit {
    width: 782.3103448276px;
    width: 67.4405469679vw;
  }
}
@media (max-width: 640px) {
  .accessUnit {
    width: 88vw;
  }
}
@media (max-width: 640px) {
  .accessUnit {
    display: block;
  }
}
.accessUnit .map {
  width: 620px;
  width: 53.4482758621vw;
}
@media (min-width: 1160px) {
  .accessUnit .map {
    width: 620px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .accessUnit .map {
    width: 523.7931034483px;
    width: 45.1545778835vw;
  }
}
@media (max-width: 640px) {
  .accessUnit .map {
    width: 82.6666666667vw;
  }
}
@media (max-width: 640px) {
  .accessUnit .map {
    width: 100%;
    margin-bottom: 25px;
    margin-bottom: 2.1551724138vw;
  }
}
@media (max-width: 640px) and (min-width: 1160px) {
  .accessUnit .map {
    margin-bottom: 25px;
  }
}
@media (max-width: 640px) and (orientation: landscape) and (max-height: 600px) {
  .accessUnit .map {
    margin-bottom: 21.1206896552px;
    margin-bottom: 1.8207491082vw;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  .accessUnit .map {
    margin-bottom: 3.3333333333vw;
  }
}
.accessUnit .text {
  width: 296px;
  width: 25.5172413793vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-size: 1.0344827586vw;
  line-height: 23px;
  line-height: 2.3rem;
  line-height: 1.9827586207vw;
  letter-spacing: 0.6px;
  letter-spacing: 0.06rem;
  letter-spacing: 0.0517241379vw;
  color: #000000;
}
@media (min-width: 1160px) {
  .accessUnit .text {
    width: 296px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .accessUnit .text {
    width: 250.0689655172px;
    width: 21.5576694411vw;
  }
}
@media (max-width: 640px) {
  .accessUnit .text {
    width: 39.4666666667vw;
  }
}
@media (min-width: 1160px) {
  .accessUnit .text {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .accessUnit .text {
    font-size: 10.1379310345px;
    font-size: 1.0137931034rem;
    font-size: 0.8739595719vw;
  }
}
@media (max-width: 640px) {
  .accessUnit .text {
    font-size: 3.4666666667vw;
  }
}
@media (min-width: 1160px) {
  .accessUnit .text {
    line-height: 23px;
    line-height: 2.3rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .accessUnit .text {
    line-height: 19.4310344828px;
    line-height: 1.9431034483rem;
    line-height: 1.6750891795vw;
  }
}
@media (max-width: 640px) {
  .accessUnit .text {
    line-height: 6vw;
  }
}
@media (min-width: 1160px) {
  .accessUnit .text {
    letter-spacing: 0.6px;
    letter-spacing: 0.06rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .accessUnit .text {
    letter-spacing: 0.5068965517px;
    letter-spacing: 0.0506896552rem;
    letter-spacing: 0.0436979786vw;
  }
}
@media (max-width: 640px) {
  .accessUnit .text {
    letter-spacing: 0.1733333333vw;
  }
}
@media (max-width: 640px) {
  .accessUnit .text {
    width: 100%;
    color: #040000;
    margin-top: 50px;
    margin-top: 4.3103448276vw;
  }
}
@media (max-width: 640px) and (min-width: 1160px) {
  .accessUnit .text {
    margin-top: 50px;
  }
}
@media (max-width: 640px) and (orientation: landscape) and (max-height: 600px) {
  .accessUnit .text {
    margin-top: 42.2413793103px;
    margin-top: 3.6414982164vw;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  .accessUnit .text {
    margin-top: 6.6666666667vw;
  }
}
.accessUnit .text h3 {
  margin-top: 1em;
}
.accessUnit .text dl {
  margin-top: 1em;
  margin-bottom: 1em;
}
.accessUnit .text dl dt {
  float: left;
  clear: both;
}
.accessUnit .text dl dt::after {
  content: "：";
}

.aboutUnit {
  width: 555.544px;
  width: 47.8917241379vw;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  height: 267px;
  height: 23.0172413793vw;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1160px) {
  .aboutUnit {
    width: 555.544px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .aboutUnit {
    width: 469.3388965517px;
    width: 40.4602497027vw;
  }
}
@media (max-width: 640px) {
  .aboutUnit {
    width: 88vw;
  }
}
@media (min-width: 1160px) {
  .aboutUnit {
    height: 267px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .aboutUnit {
    height: 225.5689655172px;
    height: 19.4456004756vw;
  }
}
@media (max-width: 640px) {
  .aboutUnit {
    height: 35.6vw;
  }
}
@media (max-width: 640px) {
  .aboutUnit {
    display: block;
    height: auto;
    margin-top: 60px;
    margin-top: 5.1724137931vw;
    margin-bottom: 60px;
    margin-bottom: 5.1724137931vw;
  }
}
@media (max-width: 640px) and (min-width: 1160px) {
  .aboutUnit {
    margin-top: 60px;
  }
}
@media (max-width: 640px) and (orientation: landscape) and (max-height: 600px) {
  .aboutUnit {
    margin-top: 50.6896551724px;
    margin-top: 4.3697978597vw;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  .aboutUnit {
    margin-top: 8vw;
  }
}
@media (max-width: 640px) and (min-width: 1160px) {
  .aboutUnit {
    margin-bottom: 60px;
  }
}
@media (max-width: 640px) and (orientation: landscape) and (max-height: 600px) {
  .aboutUnit {
    margin-bottom: 50.6896551724px;
    margin-bottom: 4.3697978597vw;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  .aboutUnit {
    margin-bottom: 8vw;
  }
}
.aboutUnit p {
  width: 100%;
}
.aboutUnit h2 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-bottom: 2.5862068966vw;
  text-align: center;
  font-family: Helvetica Neue, sans-serif;
  font-size: 35px;
  font-size: 3.5rem;
  font-size: 3.0172413793vw;
  line-height: 1;
  color: #BEC3C3;
}
@media (min-width: 1160px) {
  .aboutUnit h2 {
    margin-bottom: 30px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .aboutUnit h2 {
    margin-bottom: 25.3448275862px;
    margin-bottom: 2.1848989298vw;
  }
}
@media (max-width: 640px) {
  .aboutUnit h2 {
    margin-bottom: 4vw;
  }
}
@media (min-width: 1160px) {
  .aboutUnit h2 {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .aboutUnit h2 {
    font-size: 29.5689655172px;
    font-size: 2.9568965517rem;
    font-size: 2.5490487515vw;
  }
}
@media (max-width: 640px) {
  .aboutUnit h2 {
    font-size: 6.6666666667vw;
  }
}
@media (max-width: 640px) {
  .aboutUnit h2 {
    color: #6E7878;
  }
}
.aboutUnit .btn {
  margin-top: 30px;
  margin-top: 2.5862068966vw;
}
@media (min-width: 1160px) {
  .aboutUnit .btn {
    margin-top: 30px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .aboutUnit .btn {
    margin-top: 25.3448275862px;
    margin-top: 2.1848989298vw;
  }
}
@media (max-width: 640px) {
  .aboutUnit .btn {
    margin-top: 4vw;
  }
}
.aboutUnit p {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-size: 1.0344827586vw;
  line-height: 23px;
  line-height: 2.3rem;
  line-height: 1.9827586207vw;
  letter-spacing: 0.6px;
  letter-spacing: 0.06rem;
  letter-spacing: 0.0517241379vw;
  color: #040000;
}
@media (min-width: 1160px) {
  .aboutUnit p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .aboutUnit p {
    font-size: 10.1379310345px;
    font-size: 1.0137931034rem;
    font-size: 0.8739595719vw;
  }
}
@media (max-width: 640px) {
  .aboutUnit p {
    font-size: 3.4666666667vw;
  }
}
@media (min-width: 1160px) {
  .aboutUnit p {
    line-height: 23px;
    line-height: 2.3rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .aboutUnit p {
    line-height: 19.4310344828px;
    line-height: 1.9431034483rem;
    line-height: 1.6750891795vw;
  }
}
@media (max-width: 640px) {
  .aboutUnit p {
    line-height: 6vw;
  }
}
@media (min-width: 1160px) {
  .aboutUnit p {
    letter-spacing: 0.6px;
    letter-spacing: 0.06rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .aboutUnit p {
    letter-spacing: 0.5068965517px;
    letter-spacing: 0.0506896552rem;
    letter-spacing: 0.0436979786vw;
  }
}
@media (max-width: 640px) {
  .aboutUnit p {
    letter-spacing: 0.1733333333vw;
  }
}
@media (max-width: 640px) {
  .aboutUnit p {
    text-align: justify;
  }
}
.aboutUnit p.lead {
  font-size: 16px;
  font-size: 1.6rem;
  font-size: 1.3793103448vw;
  line-height: 17px;
  line-height: 1.7rem;
  line-height: 1.4655172414vw;
  letter-spacing: 0.8px;
  letter-spacing: 0.08rem;
  letter-spacing: 0.0689655172vw;
  margin-bottom: 1em;
}
@media (min-width: 1160px) {
  .aboutUnit p.lead {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .aboutUnit p.lead {
    font-size: 13.5172413793px;
    font-size: 1.3517241379rem;
    font-size: 1.1652794293vw;
  }
}
@media (max-width: 640px) {
  .aboutUnit p.lead {
    font-size: 4.4vw;
  }
}
@media (min-width: 1160px) {
  .aboutUnit p.lead {
    line-height: 17px;
    line-height: 1.7rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .aboutUnit p.lead {
    line-height: 14.3620689655px;
    line-height: 1.4362068966rem;
    line-height: 1.2381093936vw;
  }
}
@media (max-width: 640px) {
  .aboutUnit p.lead {
    line-height: 6vw;
  }
}
@media (min-width: 1160px) {
  .aboutUnit p.lead {
    letter-spacing: 0.8px;
    letter-spacing: 0.08rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .aboutUnit p.lead {
    letter-spacing: 0.675862069px;
    letter-spacing: 0.0675862069rem;
    letter-spacing: 0.0582639715vw;
  }
}
@media (max-width: 640px) {
  .aboutUnit p.lead {
    letter-spacing: 0.22vw;
  }
}

.paraView {
  overflow: hidden;
  width: 100%;
  height: 43.1034482759vw;
  position: relative;
}
@media (max-width: 640px) {
  .paraView {
    height: 48.6666666667vw;
  }
}
.paraView .viewInner {
  overflow: hidden;
  width: 100%;
  top: 0;
  position: absolute;
  left: 0;
}

.uniitTitle {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  width: 82.7586206897vw;
  margin-top: 110px;
  margin-top: 9.4827586207vw;
  text-align: center;
  font-family: Helvetica Neue, sans-serif;
  font-size: 35px;
  font-size: 3.5rem;
  font-size: 3.0172413793vw;
  line-height: 1;
  padding-bottom: 15px;
  padding-bottom: 1.2931034483vw;
  color: #BEC3C3;
  border-bottom: 0.99px solid #bec3c3;
}
@media (min-width: 1160px) {
  .uniitTitle {
    width: 960px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .uniitTitle {
    width: 811.0344827586px;
    width: 69.9167657551vw;
  }
}
@media (max-width: 640px) {
  .uniitTitle {
    width: 128vw;
  }
}
@media (min-width: 1160px) {
  .uniitTitle {
    margin-top: 110px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .uniitTitle {
    margin-top: 92.9310344828px;
    margin-top: 8.0112960761vw;
  }
}
@media (max-width: 640px) {
  .uniitTitle {
    margin-top: 14.6666666667vw;
  }
}
@media (min-width: 1160px) {
  .uniitTitle {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .uniitTitle {
    font-size: 29.5689655172px;
    font-size: 2.9568965517rem;
    font-size: 2.5490487515vw;
  }
}
@media (max-width: 640px) {
  .uniitTitle {
    font-size: 6.6666666667vw;
  }
}
@media (min-width: 1160px) {
  .uniitTitle {
    padding-bottom: 15px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .uniitTitle {
    padding-bottom: 12.6724137931px;
    padding-bottom: 1.0924494649vw;
  }
}
@media (max-width: 640px) {
  .uniitTitle {
    padding-bottom: 2vw;
  }
}
@media (max-width: 640px) {
  .uniitTitle {
    width: 100%;
    border-bottom: none;
    color: #6e7878;
  }
  .uniitTitle::after {
    z-index: -1;
    position: relative;
    top: -25px;
    top: -2.1551724138vw;
    width: 100%;
    height: 37px;
    height: 3.1896551724vw;
    content: "";
    display: block;
    background-color: #faf0e5;
  }
}
@media (max-width: 640px) and (min-width: 1160px) {
  .uniitTitle::after {
    top: -25px;
  }
}
@media (max-width: 640px) and (orientation: landscape) and (max-height: 600px) {
  .uniitTitle::after {
    top: -21.1206896552px;
    top: -1.8207491082vw;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  .uniitTitle::after {
    top: -3.3333333333vw;
  }
}
@media (max-width: 640px) and (min-width: 1160px) {
  .uniitTitle::after {
    height: 37px;
  }
}
@media (max-width: 640px) and (orientation: landscape) and (max-height: 600px) {
  .uniitTitle::after {
    height: 31.2586206897px;
    height: 2.6947086801vw;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  .uniitTitle::after {
    height: 4.9333333333vw;
  }
}

/* CSS Document */
@media (max-width: 640px) {
  main.archive.category,
main.search {
    padding-top: 170px;
    padding-top: 14.6551724138vw;
  }
}
@media (max-width: 640px) and (min-width: 1160px) {
  main.archive.category,
main.search {
    padding-top: 170px;
  }
}
@media (max-width: 640px) and (orientation: landscape) and (max-height: 600px) {
  main.archive.category,
main.search {
    padding-top: 143.6206896552px;
    padding-top: 12.3810939358vw;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  main.archive.category,
main.search {
    padding-top: 22.6666666667vw;
  }
}
main.archive.category .h1Unit,
main.search .h1Unit {
  position: fixed;
  width: 100%;
  z-index: -1;
}
@media (max-width: 640px) {
  main.archive.category .h1Unit,
main.search .h1Unit {
    left: 0;
    z-index: 10;
    height: 60px;
    height: 5.1724137931vw;
    top: 110px;
    top: 9.4827586207vw;
    background-color: #fff;
  }
}
@media (max-width: 640px) and (min-width: 1160px) {
  main.archive.category .h1Unit,
main.search .h1Unit {
    height: 60px;
  }
}
@media (max-width: 640px) and (orientation: landscape) and (max-height: 600px) {
  main.archive.category .h1Unit,
main.search .h1Unit {
    height: 50.6896551724px;
    height: 4.3697978597vw;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  main.archive.category .h1Unit,
main.search .h1Unit {
    height: 8vw;
  }
}
@media (max-width: 640px) and (min-width: 1160px) {
  main.archive.category .h1Unit,
main.search .h1Unit {
    top: 110px;
  }
}
@media (max-width: 640px) and (orientation: landscape) and (max-height: 600px) {
  main.archive.category .h1Unit,
main.search .h1Unit {
    top: 92.9310344828px;
    top: 8.0112960761vw;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  main.archive.category .h1Unit,
main.search .h1Unit {
    top: 14.6666666667vw;
  }
}
main.archive.category h1,
main.search h1 {
  width: 1018px;
  width: 87.7586206897vw;
  margin-left: auto;
  margin-right: auto;
  font-family: Helvetica Neue, sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-size: 1.8965517241vw;
  line-height: 1;
  color: #BEC3C3;
}
@media (min-width: 1160px) {
  main.archive.category h1,
main.search h1 {
    width: 1018px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  main.archive.category h1,
main.search h1 {
    width: 860.0344827586px;
    width: 74.1409036861vw;
  }
}
@media (max-width: 640px) {
  main.archive.category h1,
main.search h1 {
    width: 135.7333333333vw;
  }
}
@media (min-width: 1160px) {
  main.archive.category h1,
main.search h1 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  main.archive.category h1,
main.search h1 {
    font-size: 18.5862068966px;
    font-size: 1.8586206897rem;
    font-size: 1.6022592152vw;
  }
}
@media (max-width: 640px) {
  main.archive.category h1,
main.search h1 {
    font-size: 6.6666666667vw;
  }
}
@media (max-width: 640px) {
  main.archive.category h1,
main.search h1 {
    width: 100%;
    text-align: center;
    color: #6e7878;
  }
  main.archive.category h1::after,
main.search h1::after {
    z-index: -1;
    position: relative;
    top: -25px;
    top: -2.1551724138vw;
    width: 100%;
    height: 37px;
    height: 3.1896551724vw;
    content: "";
    display: block;
    background-color: #faf0e5;
  }
}
@media (max-width: 640px) and (min-width: 1160px) {
  main.archive.category h1::after,
main.search h1::after {
    top: -25px;
  }
}
@media (max-width: 640px) and (orientation: landscape) and (max-height: 600px) {
  main.archive.category h1::after,
main.search h1::after {
    top: -21.1206896552px;
    top: -1.8207491082vw;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  main.archive.category h1::after,
main.search h1::after {
    top: -3.3333333333vw;
  }
}
@media (max-width: 640px) and (min-width: 1160px) {
  main.archive.category h1::after,
main.search h1::after {
    height: 37px;
  }
}
@media (max-width: 640px) and (orientation: landscape) and (max-height: 600px) {
  main.archive.category h1::after,
main.search h1::after {
    height: 31.2586206897px;
    height: 2.6947086801vw;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  main.archive.category h1::after,
main.search h1::after {
    height: 4.9333333333vw;
  }
}
@media (max-width: 640px) {
  main.archive.category .subArticleUnit,
main.search .subArticleUnit {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 705px;
    width: 60.775862069vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 640px) and (min-width: 1160px) {
  main.archive.category .subArticleUnit,
main.search .subArticleUnit {
    width: 705px;
  }
}
@media (max-width: 640px) and (orientation: landscape) and (max-height: 600px) {
  main.archive.category .subArticleUnit,
main.search .subArticleUnit {
    width: 595.6034482759px;
    width: 51.3451248514vw;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  main.archive.category .subArticleUnit,
main.search .subArticleUnit {
    width: 94vw;
  }
}
@media (max-width: 640px) {
  main.archive.category article,
main.search article {
    margin-top: 20px;
    margin-top: 1.724137931vw;
    margin-bottom: 20px;
    margin-bottom: 1.724137931vw;
    margin-left: 0;
    margin-right: 0;
    width: 340px;
    width: 29.3103448276vw;
  }
}
@media (max-width: 640px) and (min-width: 1160px) {
  main.archive.category article,
main.search article {
    margin-top: 20px;
  }
}
@media (max-width: 640px) and (orientation: landscape) and (max-height: 600px) {
  main.archive.category article,
main.search article {
    margin-top: 16.8965517241px;
    margin-top: 1.4565992866vw;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  main.archive.category article,
main.search article {
    margin-top: 2.6666666667vw;
  }
}
@media (max-width: 640px) and (min-width: 1160px) {
  main.archive.category article,
main.search article {
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) and (orientation: landscape) and (max-height: 600px) {
  main.archive.category article,
main.search article {
    margin-bottom: 16.8965517241px;
    margin-bottom: 1.4565992866vw;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  main.archive.category article,
main.search article {
    margin-bottom: 2.6666666667vw;
  }
}
@media (max-width: 640px) and (min-width: 1160px) {
  main.archive.category article,
main.search article {
    width: 340px;
  }
}
@media (max-width: 640px) and (orientation: landscape) and (max-height: 600px) {
  main.archive.category article,
main.search article {
    width: 287.2413793103px;
    width: 24.7621878716vw;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  main.archive.category article,
main.search article {
    width: 45.3333333333vw;
  }
}
@media (max-width: 640px) {
  main.archive.category article a,
main.search article a {
    display: block;
  }
  main.archive.category article a .img,
main.search article a .img {
    width: 100%;
    height: 340px;
    height: 29.3103448276vw;
  }
}
@media (max-width: 640px) and (min-width: 1160px) {
  main.archive.category article a .img,
main.search article a .img {
    height: 340px;
  }
}
@media (max-width: 640px) and (orientation: landscape) and (max-height: 600px) {
  main.archive.category article a .img,
main.search article a .img {
    height: 287.2413793103px;
    height: 24.7621878716vw;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  main.archive.category article a .img,
main.search article a .img {
    height: 45.3333333333vw;
  }
}
@media (max-width: 640px) {
  main.archive.category article .caption,
main.search article .caption {
    margin-left: 0;
    border-left: none;
    box-sizing: border-box;
    margin-top: 10px;
    margin-top: 0.8620689655vw;
    padding-top: 10px;
    padding-top: 0.8620689655vw;
    background-color: #faf0e5;
    height: 190px;
    height: 16.3793103448vw;
  }
}
@media (max-width: 640px) and (min-width: 1160px) {
  main.archive.category article .caption,
main.search article .caption {
    margin-top: 10px;
  }
}
@media (max-width: 640px) and (orientation: landscape) and (max-height: 600px) {
  main.archive.category article .caption,
main.search article .caption {
    margin-top: 8.4482758621px;
    margin-top: 0.7282996433vw;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  main.archive.category article .caption,
main.search article .caption {
    margin-top: 1.3333333333vw;
  }
}
@media (max-width: 640px) and (min-width: 1160px) {
  main.archive.category article .caption,
main.search article .caption {
    padding-top: 10px;
  }
}
@media (max-width: 640px) and (orientation: landscape) and (max-height: 600px) {
  main.archive.category article .caption,
main.search article .caption {
    padding-top: 8.4482758621px;
    padding-top: 0.7282996433vw;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  main.archive.category article .caption,
main.search article .caption {
    padding-top: 1.3333333333vw;
  }
}
@media (max-width: 640px) and (min-width: 1160px) {
  main.archive.category article .caption,
main.search article .caption {
    height: 190px;
  }
}
@media (max-width: 640px) and (orientation: landscape) and (max-height: 600px) {
  main.archive.category article .caption,
main.search article .caption {
    height: 160.5172413793px;
    height: 13.8376932224vw;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  main.archive.category article .caption,
main.search article .caption {
    height: 25.3333333333vw;
  }
}
@media (max-width: 640px) {
  main.archive.category article .place,
main.archive.category article .post-categories,
main.search article .place,
main.search article .post-categories {
    bottom: 15px;
    bottom: 1.2931034483vw;
  }
}
@media (max-width: 640px) and (min-width: 1160px) {
  main.archive.category article .place,
main.archive.category article .post-categories,
main.search article .place,
main.search article .post-categories {
    bottom: 15px;
  }
}
@media (max-width: 640px) and (orientation: landscape) and (max-height: 600px) {
  main.archive.category article .place,
main.archive.category article .post-categories,
main.search article .place,
main.search article .post-categories {
    bottom: 12.6724137931px;
    bottom: 1.0924494649vw;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  main.archive.category article .place,
main.archive.category article .post-categories,
main.search article .place,
main.search article .post-categories {
    bottom: 2vw;
  }
}
@media (max-width: 640px) {
  main.archive.category article .title br,
main.search article .title br {
    display: none;
  }
}

/* CSS Document */
main.single article::before {
  z-index: -1;
  display: block;
  position: relative;
  content: "";
  width: 960px;
  width: 82.7586206897vw;
  height: 170px;
  height: 14.6551724138vw;
  background-color: #f9efe5;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -87px;
  margin-bottom: -7.5vw;
}
@media (min-width: 1160px) {
  main.single article::before {
    width: 960px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  main.single article::before {
    width: 811.0344827586px;
    width: 69.9167657551vw;
  }
}
@media (max-width: 640px) {
  main.single article::before {
    width: 128vw;
  }
}
@media (min-width: 1160px) {
  main.single article::before {
    height: 170px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  main.single article::before {
    height: 143.6206896552px;
    height: 12.3810939358vw;
  }
}
@media (max-width: 640px) {
  main.single article::before {
    height: 22.6666666667vw;
  }
}
@media (min-width: 1160px) {
  main.single article::before {
    margin-bottom: -87px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  main.single article::before {
    margin-bottom: -73.5px;
    margin-bottom: -6.3362068966vw;
  }
}
@media (max-width: 640px) {
  main.single article::before {
    margin-bottom: -11.6vw;
  }
}
@media (max-width: 640px) {
  main.single article::before {
    content: none;
  }
}

.singleHeaderUnit {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  width: 82.7586206897vw;
  position: relative;
}
@media (min-width: 1160px) {
  .singleHeaderUnit {
    width: 960px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .singleHeaderUnit {
    width: 811.0344827586px;
    width: 69.9167657551vw;
  }
}
@media (max-width: 640px) {
  .singleHeaderUnit {
    width: 88vw;
  }
}
.singleHeaderUnit .mainImg {
  margin-left: auto;
  margin-right: auto;
  width: 480px;
  width: 41.3793103448vw;
}
@media (min-width: 1160px) {
  .singleHeaderUnit .mainImg {
    width: 480px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .singleHeaderUnit .mainImg {
    width: 405.5172413793px;
    width: 34.9583828775vw;
  }
}
@media (max-width: 640px) {
  .singleHeaderUnit .mainImg {
    width: 64vw;
  }
}
@media (max-width: 640px) {
  .singleHeaderUnit .mainImg {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .singleHeaderUnit {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column-reverse;
  }
  .singleHeaderUnit::before {
    content: none;
  }
}

.singleHeaderInner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 720px;
  width: 62.0689655172vw;
  background-color: #fff;
}
@media (min-width: 1160px) {
  .singleHeaderInner {
    width: 720px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .singleHeaderInner {
    width: 608.275862069px;
    width: 52.4375743163vw;
  }
}
@media (max-width: 640px) {
  .singleHeaderInner {
    width: 96vw;
  }
}
@media (max-width: 640px) {
  .singleHeaderInner {
    top: 0;
    width: 100%;
  }
}

.singleHeader {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 520px;
  width: 44.8275862069vw;
  padding: 0px;
  padding: 0vw;
  padding-top: 65px;
  padding-top: 5.6034482759vw;
  margin-top: 0px;
  margin-top: 0vw;
}
@media (min-width: 1160px) {
  .singleHeader {
    width: 520px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .singleHeader {
    width: 439.3103448276px;
    width: 37.8715814507vw;
  }
}
@media (max-width: 640px) {
  .singleHeader {
    width: 69.3333333333vw;
  }
}
@media (min-width: 1160px) {
  .singleHeader {
    padding: 0px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .singleHeader {
    padding: 0px;
    padding: 0vw;
  }
}
@media (max-width: 640px) {
  .singleHeader {
    padding: 2vw;
  }
}
@media (min-width: 1160px) {
  .singleHeader {
    padding-top: 65px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .singleHeader {
    padding-top: 54.9137931034px;
    padding-top: 4.7339476813vw;
  }
}
@media (max-width: 640px) {
  .singleHeader {
    padding-top: 2vw;
  }
}
@media (min-width: 1160px) {
  .singleHeader {
    margin-top: 0px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .singleHeader {
    margin-top: 0px;
    margin-top: 0vw;
  }
}
@media (max-width: 640px) {
  .singleHeader {
    margin-top: 4vw;
  }
}
@media (max-width: 640px) {
  .singleHeader {
    width: 100%;
    background-color: #faf0e5;
  }
}
.singleHeader h1,
.singleHeader .time {
  padding-left: 20px;
  padding-left: 1.724137931vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 19px;
  font-size: 1.9rem;
  font-size: 1.6379310345vw;
  line-height: 29px;
  line-height: 2.9rem;
  line-height: 2.5vw;
  letter-spacing: 0.95px;
  letter-spacing: 0.095rem;
  letter-spacing: 0.0818965517vw;
  color: #000000;
}
@media (min-width: 1160px) {
  .singleHeader h1,
.singleHeader .time {
    padding-left: 20px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .singleHeader h1,
.singleHeader .time {
    padding-left: 16.8965517241px;
    padding-left: 1.4565992866vw;
  }
}
@media (max-width: 640px) {
  .singleHeader h1,
.singleHeader .time {
    padding-left: 0vw;
  }
}
@media (min-width: 1160px) {
  .singleHeader h1,
.singleHeader .time {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .singleHeader h1,
.singleHeader .time {
    font-size: 16.0517241379px;
    font-size: 1.6051724138rem;
    font-size: 1.3837693222vw;
  }
}
@media (max-width: 640px) {
  .singleHeader h1,
.singleHeader .time {
    font-size: 3.4666666667vw;
  }
}
@media (min-width: 1160px) {
  .singleHeader h1,
.singleHeader .time {
    line-height: 29px;
    line-height: 2.9rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .singleHeader h1,
.singleHeader .time {
    line-height: 24.5px;
    line-height: 2.45rem;
    line-height: 2.1120689655vw;
  }
}
@media (max-width: 640px) {
  .singleHeader h1,
.singleHeader .time {
    line-height: 4.6666666667vw;
  }
}
@media (min-width: 1160px) {
  .singleHeader h1,
.singleHeader .time {
    letter-spacing: 0.95px;
    letter-spacing: 0.095rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .singleHeader h1,
.singleHeader .time {
    letter-spacing: 0.8025862069px;
    letter-spacing: 0.0802586207rem;
    letter-spacing: 0.0691884661vw;
  }
}
@media (max-width: 640px) {
  .singleHeader h1,
.singleHeader .time {
    letter-spacing: 0.1733333333vw;
  }
}
.singleHeader .time {
  font-size: 14px;
  font-size: 1.4rem;
  font-size: 1.2068965517vw;
}
@media (min-width: 1160px) {
  .singleHeader .time {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .singleHeader .time {
    font-size: 11.8275862069px;
    font-size: 1.1827586207rem;
    font-size: 1.0196195006vw;
  }
}
@media (max-width: 640px) {
  .singleHeader .time {
    font-size: 2.9333333333vw;
  }
}
@media (max-width: 640px) {
  .singleHeader .time {
    color: #6E7878;
  }
}
.singleHeader .place,
.singleHeader .post-categories {
  box-sizing: border-box;
  text-align: right;
  border-top: solid 1px #bec3c3;
  padding-right: 20px;
  padding-right: 1.724137931vw;
  padding-top: 5px;
  padding-top: 0.4310344828vw;
  margin-top: 10px;
  margin-top: 0.8620689655vw;
  margin-bottom: 50px;
  margin-bottom: 4.3103448276vw;
  font-family: Helvetica Neue, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-size: 1.3793103448vw;
  line-height: 26px;
  line-height: 2.6rem;
  line-height: 2.2413793103vw;
  color: #BEC3C3;
}
@media (min-width: 1160px) {
  .singleHeader .place,
.singleHeader .post-categories {
    padding-right: 20px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .singleHeader .place,
.singleHeader .post-categories {
    padding-right: 16.8965517241px;
    padding-right: 1.4565992866vw;
  }
}
@media (max-width: 640px) {
  .singleHeader .place,
.singleHeader .post-categories {
    padding-right: 0vw;
  }
}
@media (min-width: 1160px) {
  .singleHeader .place,
.singleHeader .post-categories {
    padding-top: 5px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .singleHeader .place,
.singleHeader .post-categories {
    padding-top: 4.224137931px;
    padding-top: 0.3641498216vw;
  }
}
@media (max-width: 640px) {
  .singleHeader .place,
.singleHeader .post-categories {
    padding-top: 0.6666666667vw;
  }
}
@media (min-width: 1160px) {
  .singleHeader .place,
.singleHeader .post-categories {
    margin-top: 10px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .singleHeader .place,
.singleHeader .post-categories {
    margin-top: 8.4482758621px;
    margin-top: 0.7282996433vw;
  }
}
@media (max-width: 640px) {
  .singleHeader .place,
.singleHeader .post-categories {
    margin-top: 4vw;
  }
}
@media (min-width: 1160px) {
  .singleHeader .place,
.singleHeader .post-categories {
    margin-bottom: 50px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .singleHeader .place,
.singleHeader .post-categories {
    margin-bottom: 42.2413793103px;
    margin-bottom: 3.6414982164vw;
  }
}
@media (max-width: 640px) {
  .singleHeader .place,
.singleHeader .post-categories {
    margin-bottom: 0vw;
  }
}
@media (min-width: 1160px) {
  .singleHeader .place,
.singleHeader .post-categories {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .singleHeader .place,
.singleHeader .post-categories {
    font-size: 13.5172413793px;
    font-size: 1.3517241379rem;
    font-size: 1.1652794293vw;
  }
}
@media (max-width: 640px) {
  .singleHeader .place,
.singleHeader .post-categories {
    font-size: 2.5333333333vw;
  }
}
@media (min-width: 1160px) {
  .singleHeader .place,
.singleHeader .post-categories {
    line-height: 26px;
    line-height: 2.6rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .singleHeader .place,
.singleHeader .post-categories {
    line-height: 21.9655172414px;
    line-height: 2.1965517241rem;
    line-height: 1.8935790725vw;
  }
}
@media (max-width: 640px) {
  .singleHeader .place,
.singleHeader .post-categories {
    line-height: 3.3333333333vw;
  }
}
@media (max-width: 640px) {
  .singleHeader .place,
.singleHeader .post-categories {
    text-align: left;
    color: #6E7878;
    border-top: none;
  }
}
.singleHeader .place li,
.singleHeader .post-categories li {
  display: inline-block;
}
.singleHeader .place li::after,
.singleHeader .post-categories li::after {
  content: " /";
}
.singleHeader .place li:last-of-type::after,
.singleHeader .post-categories li:last-of-type::after {
  content: none;
}
.singleHeader .place a,
.singleHeader .post-categories a {
  color: #BEC3C3;
}
@media (max-width: 640px) {
  .singleHeader .place a,
.singleHeader .post-categories a {
    color: #6E7878;
  }
}

.singleBodyUnit {
  margin-left: auto;
  margin-right: auto;
  width: 480px;
  width: 41.3793103448vw;
}
@media (min-width: 1160px) {
  .singleBodyUnit {
    width: 480px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .singleBodyUnit {
    width: 405.5172413793px;
    width: 34.9583828775vw;
  }
}
@media (max-width: 640px) {
  .singleBodyUnit {
    width: 88vw;
  }
}
.singleBodyUnit .wp-caption {
  width: 100% !important;
  height: auto;
}
.singleBodyUnit > * {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.singleBodyUnit > * img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 640px) {
  .singleBodyUnit > * {
    width: 100%;
  }
}
.singleBodyUnit > hr {
  width: 100%;
}

#loadingUnit {
  mix-blend-mode: difference;
  z-index: 2001;
  width: 100%;
  left: 0;
  position: fixed;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#loadingUnit .img {
  width: 470px;
  width: 40.5172413793vw;
  height: 228px;
  height: 19.6551724138vw;
  fill: #fff;
}
@media (min-width: 1160px) {
  #loadingUnit .img {
    width: 470px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  #loadingUnit .img {
    width: 397.0689655172px;
    width: 34.2300832342vw;
  }
}
@media (max-width: 640px) {
  #loadingUnit .img {
    width: 62.6666666667vw;
  }
}
@media (min-width: 1160px) {
  #loadingUnit .img {
    height: 228px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  #loadingUnit .img {
    height: 192.6206896552px;
    height: 16.6052318668vw;
  }
}
@media (max-width: 640px) {
  #loadingUnit .img {
    height: 30.4vw;
  }
}

@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadein-keyframes {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.scroller-status {
  text-align: center;
  width: 100%;
  left: 0;
  position: absolute;
  bottom: 1em;
}

.infinite-scroll-request {
  animation: flash 1s linear infinite;
}

.infinite-scroll-last {
  animation: fadein-keyframes 3s ease 0s 1 forwards;
}

/* CSS Document */
main.page .colorHead::before {
  z-index: -1;
  display: block;
  position: relative;
  content: "";
  width: 960px;
  width: 82.7586206897vw;
  height: 170px;
  height: 14.6551724138vw;
  background-color: #bec3c3;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -87px;
  margin-bottom: -7.5vw;
}
@media (min-width: 1160px) {
  main.page .colorHead::before {
    width: 960px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  main.page .colorHead::before {
    width: 811.0344827586px;
    width: 69.9167657551vw;
  }
}
@media (max-width: 640px) {
  main.page .colorHead::before {
    width: 128vw;
  }
}
@media (min-width: 1160px) {
  main.page .colorHead::before {
    height: 170px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  main.page .colorHead::before {
    height: 143.6206896552px;
    height: 12.3810939358vw;
  }
}
@media (max-width: 640px) {
  main.page .colorHead::before {
    height: 22.6666666667vw;
  }
}
@media (min-width: 1160px) {
  main.page .colorHead::before {
    margin-bottom: -87px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  main.page .colorHead::before {
    margin-bottom: -73.5px;
    margin-bottom: -6.3362068966vw;
  }
}
@media (max-width: 640px) {
  main.page .colorHead::before {
    margin-bottom: -11.6vw;
  }
}
@media (max-width: 640px) {
  main.page .colorHead::before {
    content: none;
  }
}
main.page .colorHead .singleBodyUnit {
  box-sizing: border-box;
  background-color: #fff;
  padding-top: 30px;
  padding-top: 2.5862068966vw;
  width: 720px;
  width: 62.0689655172vw;
}
@media (min-width: 1160px) {
  main.page .colorHead .singleBodyUnit {
    padding-top: 30px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  main.page .colorHead .singleBodyUnit {
    padding-top: 25.3448275862px;
    padding-top: 2.1848989298vw;
  }
}
@media (max-width: 640px) {
  main.page .colorHead .singleBodyUnit {
    padding-top: 4vw;
  }
}
@media (min-width: 1160px) {
  main.page .colorHead .singleBodyUnit {
    width: 720px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  main.page .colorHead .singleBodyUnit {
    width: 608.275862069px;
    width: 52.4375743163vw;
  }
}
@media (max-width: 640px) {
  main.page .colorHead .singleBodyUnit {
    width: 96vw;
  }
}
main.page .colorHead .singleBodyUnit h1 {
  font-weight: bold;
}

#about .aboutBodyUnit,
#gallery .aboutBodyUnit,
#space .aboutBodyUnit {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  background-color: #fff;
  width: 720px;
  width: 62.0689655172vw;
  padding-top: 15px;
  padding-top: 1.2931034483vw;
  margin-bottom: 60px;
  margin-bottom: 5.1724137931vw;
}
@media (min-width: 1160px) {
  #about .aboutBodyUnit,
#gallery .aboutBodyUnit,
#space .aboutBodyUnit {
    width: 720px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  #about .aboutBodyUnit,
#gallery .aboutBodyUnit,
#space .aboutBodyUnit {
    width: 608.275862069px;
    width: 52.4375743163vw;
  }
}
@media (max-width: 640px) {
  #about .aboutBodyUnit,
#gallery .aboutBodyUnit,
#space .aboutBodyUnit {
    width: 96vw;
  }
}
@media (min-width: 1160px) {
  #about .aboutBodyUnit,
#gallery .aboutBodyUnit,
#space .aboutBodyUnit {
    padding-top: 15px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  #about .aboutBodyUnit,
#gallery .aboutBodyUnit,
#space .aboutBodyUnit {
    padding-top: 12.6724137931px;
    padding-top: 1.0924494649vw;
  }
}
@media (max-width: 640px) {
  #about .aboutBodyUnit,
#gallery .aboutBodyUnit,
#space .aboutBodyUnit {
    padding-top: 2vw;
  }
}
@media (min-width: 1160px) {
  #about .aboutBodyUnit,
#gallery .aboutBodyUnit,
#space .aboutBodyUnit {
    margin-bottom: 60px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  #about .aboutBodyUnit,
#gallery .aboutBodyUnit,
#space .aboutBodyUnit {
    margin-bottom: 50.6896551724px;
    margin-bottom: 4.3697978597vw;
  }
}
@media (max-width: 640px) {
  #about .aboutBodyUnit,
#gallery .aboutBodyUnit,
#space .aboutBodyUnit {
    margin-bottom: 8vw;
  }
}
@media (max-width: 640px) {
  #about .aboutBodyUnit,
#gallery .aboutBodyUnit,
#space .aboutBodyUnit {
    position: relative;
    width: 100%;
  }
}
#about .photoUnit,
#gallery .photoUnit,
#space .photoUnit {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#about .photoUnit h2,
#gallery .photoUnit h2,
#space .photoUnit h2 {
  position: absolute;
  top: 78.0948px;
  top: 6.7323103448vw;
  right: -20px;
  right: -1.724137931vw;
  margin-left: auto;
  margin-right: auto;
  font-family: Helvetica Neue, sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-size: 1.8965517241vw;
  line-height: 1;
  color: #BEC3C3;
}
@media (min-width: 1160px) {
  #about .photoUnit h2,
#gallery .photoUnit h2,
#space .photoUnit h2 {
    top: 78.0948px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  #about .photoUnit h2,
#gallery .photoUnit h2,
#space .photoUnit h2 {
    top: 65.9766413793px;
    top: 5.6876414982vw;
  }
}
@media (max-width: 640px) {
  #about .photoUnit h2,
#gallery .photoUnit h2,
#space .photoUnit h2 {
    top: 10.41264vw;
  }
}
@media (min-width: 1160px) {
  #about .photoUnit h2,
#gallery .photoUnit h2,
#space .photoUnit h2 {
    right: -20px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  #about .photoUnit h2,
#gallery .photoUnit h2,
#space .photoUnit h2 {
    right: -16.8965517241px;
    right: -1.4565992866vw;
  }
}
@media (max-width: 640px) {
  #about .photoUnit h2,
#gallery .photoUnit h2,
#space .photoUnit h2 {
    right: -2.6666666667vw;
  }
}
@media (min-width: 1160px) {
  #about .photoUnit h2,
#gallery .photoUnit h2,
#space .photoUnit h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  #about .photoUnit h2,
#gallery .photoUnit h2,
#space .photoUnit h2 {
    font-size: 18.5862068966px;
    font-size: 1.8586206897rem;
    font-size: 1.6022592152vw;
  }
}
@media (max-width: 640px) {
  #about .photoUnit h2,
#gallery .photoUnit h2,
#space .photoUnit h2 {
    font-size: 6.6666666667vw;
  }
}
@media (max-width: 640px) {
  #about .photoUnit h2,
#gallery .photoUnit h2,
#space .photoUnit h2 {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    text-align: center;
    color: #6e7878;
  }
  #about .photoUnit h2 span,
#gallery .photoUnit h2 span,
#space .photoUnit h2 span {
    z-index: 2;
    position: relative;
  }
  #about .photoUnit h2::after,
#gallery .photoUnit h2::after,
#space .photoUnit h2::after {
    z-index: 1;
    position: relative;
    top: -25px;
    top: -2.1551724138vw;
    width: 100%;
    height: 37px;
    height: 3.1896551724vw;
    content: "";
    display: block;
    background-color: #faf0e5;
  }
}
@media (max-width: 640px) and (min-width: 1160px) {
  #about .photoUnit h2::after,
#gallery .photoUnit h2::after,
#space .photoUnit h2::after {
    top: -25px;
  }
}
@media (max-width: 640px) and (orientation: landscape) and (max-height: 600px) {
  #about .photoUnit h2::after,
#gallery .photoUnit h2::after,
#space .photoUnit h2::after {
    top: -21.1206896552px;
    top: -1.8207491082vw;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  #about .photoUnit h2::after,
#gallery .photoUnit h2::after,
#space .photoUnit h2::after {
    top: -3.3333333333vw;
  }
}
@media (max-width: 640px) and (min-width: 1160px) {
  #about .photoUnit h2::after,
#gallery .photoUnit h2::after,
#space .photoUnit h2::after {
    height: 37px;
  }
}
@media (max-width: 640px) and (orientation: landscape) and (max-height: 600px) {
  #about .photoUnit h2::after,
#gallery .photoUnit h2::after,
#space .photoUnit h2::after {
    height: 31.2586206897px;
    height: 2.6947086801vw;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  #about .photoUnit h2::after,
#gallery .photoUnit h2::after,
#space .photoUnit h2::after {
    height: 4.9333333333vw;
  }
}
#about .photoUnit p,
#about .photoUnit ul.pdfs,
#about .photoUnit ul.comment,
#gallery .photoUnit p,
#gallery .photoUnit ul.pdfs,
#gallery .photoUnit ul.comment,
#space .photoUnit p,
#space .photoUnit ul.pdfs,
#space .photoUnit ul.comment {
  margin-left: auto;
  margin-right: auto;
  width: 690px;
  width: 59.4827586207vw;
  font-size: 12px;
  font-size: 1.2rem;
  font-size: 1.0344827586vw;
  line-height: 1.9166666667;
  letter-spacing: 0.6px;
  letter-spacing: 0.06rem;
  letter-spacing: 0.0517241379vw;
  padding-top: 15px;
  padding-top: 1.2931034483vw;
  border-top: 0.99px solid #bec3c3;
  color: #000000;
}
@media (min-width: 1160px) {
  #about .photoUnit p,
#about .photoUnit ul.pdfs,
#about .photoUnit ul.comment,
#gallery .photoUnit p,
#gallery .photoUnit ul.pdfs,
#gallery .photoUnit ul.comment,
#space .photoUnit p,
#space .photoUnit ul.pdfs,
#space .photoUnit ul.comment {
    width: 690px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  #about .photoUnit p,
#about .photoUnit ul.pdfs,
#about .photoUnit ul.comment,
#gallery .photoUnit p,
#gallery .photoUnit ul.pdfs,
#gallery .photoUnit ul.comment,
#space .photoUnit p,
#space .photoUnit ul.pdfs,
#space .photoUnit ul.comment {
    width: 582.9310344828px;
    width: 50.2526753864vw;
  }
}
@media (max-width: 640px) {
  #about .photoUnit p,
#about .photoUnit ul.pdfs,
#about .photoUnit ul.comment,
#gallery .photoUnit p,
#gallery .photoUnit ul.pdfs,
#gallery .photoUnit ul.comment,
#space .photoUnit p,
#space .photoUnit ul.pdfs,
#space .photoUnit ul.comment {
    width: 88vw;
  }
}
@media (min-width: 1160px) {
  #about .photoUnit p,
#about .photoUnit ul.pdfs,
#about .photoUnit ul.comment,
#gallery .photoUnit p,
#gallery .photoUnit ul.pdfs,
#gallery .photoUnit ul.comment,
#space .photoUnit p,
#space .photoUnit ul.pdfs,
#space .photoUnit ul.comment {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  #about .photoUnit p,
#about .photoUnit ul.pdfs,
#about .photoUnit ul.comment,
#gallery .photoUnit p,
#gallery .photoUnit ul.pdfs,
#gallery .photoUnit ul.comment,
#space .photoUnit p,
#space .photoUnit ul.pdfs,
#space .photoUnit ul.comment {
    font-size: 10.1379310345px;
    font-size: 1.0137931034rem;
    font-size: 0.8739595719vw;
  }
}
@media (max-width: 640px) {
  #about .photoUnit p,
#about .photoUnit ul.pdfs,
#about .photoUnit ul.comment,
#gallery .photoUnit p,
#gallery .photoUnit ul.pdfs,
#gallery .photoUnit ul.comment,
#space .photoUnit p,
#space .photoUnit ul.pdfs,
#space .photoUnit ul.comment {
    font-size: 3.4666666667vw;
  }
}
@media (min-width: 1160px) {
  #about .photoUnit p,
#about .photoUnit ul.pdfs,
#about .photoUnit ul.comment,
#gallery .photoUnit p,
#gallery .photoUnit ul.pdfs,
#gallery .photoUnit ul.comment,
#space .photoUnit p,
#space .photoUnit ul.pdfs,
#space .photoUnit ul.comment {
    letter-spacing: 0.6px;
    letter-spacing: 0.06rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  #about .photoUnit p,
#about .photoUnit ul.pdfs,
#about .photoUnit ul.comment,
#gallery .photoUnit p,
#gallery .photoUnit ul.pdfs,
#gallery .photoUnit ul.comment,
#space .photoUnit p,
#space .photoUnit ul.pdfs,
#space .photoUnit ul.comment {
    letter-spacing: 0.5068965517px;
    letter-spacing: 0.0506896552rem;
    letter-spacing: 0.0436979786vw;
  }
}
@media (max-width: 640px) {
  #about .photoUnit p,
#about .photoUnit ul.pdfs,
#about .photoUnit ul.comment,
#gallery .photoUnit p,
#gallery .photoUnit ul.pdfs,
#gallery .photoUnit ul.comment,
#space .photoUnit p,
#space .photoUnit ul.pdfs,
#space .photoUnit ul.comment {
    letter-spacing: 0.08vw;
  }
}
@media (min-width: 1160px) {
  #about .photoUnit p,
#about .photoUnit ul.pdfs,
#about .photoUnit ul.comment,
#gallery .photoUnit p,
#gallery .photoUnit ul.pdfs,
#gallery .photoUnit ul.comment,
#space .photoUnit p,
#space .photoUnit ul.pdfs,
#space .photoUnit ul.comment {
    padding-top: 15px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  #about .photoUnit p,
#about .photoUnit ul.pdfs,
#about .photoUnit ul.comment,
#gallery .photoUnit p,
#gallery .photoUnit ul.pdfs,
#gallery .photoUnit ul.comment,
#space .photoUnit p,
#space .photoUnit ul.pdfs,
#space .photoUnit ul.comment {
    padding-top: 12.6724137931px;
    padding-top: 1.0924494649vw;
  }
}
@media (max-width: 640px) {
  #about .photoUnit p,
#about .photoUnit ul.pdfs,
#about .photoUnit ul.comment,
#gallery .photoUnit p,
#gallery .photoUnit ul.pdfs,
#gallery .photoUnit ul.comment,
#space .photoUnit p,
#space .photoUnit ul.pdfs,
#space .photoUnit ul.comment {
    padding-top: 0vw;
  }
}
@media (max-width: 640px) {
  #about .photoUnit p,
#about .photoUnit ul.pdfs,
#about .photoUnit ul.comment,
#gallery .photoUnit p,
#gallery .photoUnit ul.pdfs,
#gallery .photoUnit ul.comment,
#space .photoUnit p,
#space .photoUnit ul.pdfs,
#space .photoUnit ul.comment {
    border: none;
  }
}
#about .photoUnit ul.pdfs,
#about .photoUnit ul.comment,
#gallery .photoUnit ul.pdfs,
#gallery .photoUnit ul.comment,
#space .photoUnit ul.pdfs,
#space .photoUnit ul.comment {
  border-top: none;
}
#about .photoUnit ul.comment,
#gallery .photoUnit ul.comment,
#space .photoUnit ul.comment {
  font-size: 11px;
  font-size: 1.1rem;
  font-size: 0.9482758621vw;
}
@media (min-width: 1160px) {
  #about .photoUnit ul.comment,
#gallery .photoUnit ul.comment,
#space .photoUnit ul.comment {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  #about .photoUnit ul.comment,
#gallery .photoUnit ul.comment,
#space .photoUnit ul.comment {
    font-size: 9.2931034483px;
    font-size: 0.9293103448rem;
    font-size: 0.8011296076vw;
  }
}
@media (max-width: 640px) {
  #about .photoUnit ul.comment,
#gallery .photoUnit ul.comment,
#space .photoUnit ul.comment {
    font-size: 3.2vw;
  }
}
@media (max-width: 640px) {
  #about .photoUnit ul.comment,
#gallery .photoUnit ul.comment,
#space .photoUnit ul.comment {
    margin-top: 0.5em;
  }
  #about .photoUnit ul.comment br,
#gallery .photoUnit ul.comment br,
#space .photoUnit ul.comment br {
    display: none;
  }
}
#about .photoUnit ul.comment li,
#gallery .photoUnit ul.comment li,
#space .photoUnit ul.comment li {
  text-indent: -1em;
  margin-left: 1em;
}
#about .photoUnit ul.comment li::before,
#gallery .photoUnit ul.comment li::before,
#space .photoUnit ul.comment li::before {
  content: "※";
}
#about .photoUnit .mainPhoto,
#gallery .photoUnit .mainPhoto,
#space .photoUnit .mainPhoto {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  margin-bottom: 1.2931034483vw;
  width: 690px;
  width: 59.4827586207vw;
  height: 460px;
  height: 39.6551724138vw;
}
@media (min-width: 1160px) {
  #about .photoUnit .mainPhoto,
#gallery .photoUnit .mainPhoto,
#space .photoUnit .mainPhoto {
    margin-bottom: 15px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  #about .photoUnit .mainPhoto,
#gallery .photoUnit .mainPhoto,
#space .photoUnit .mainPhoto {
    margin-bottom: 12.6724137931px;
    margin-bottom: 1.0924494649vw;
  }
}
@media (max-width: 640px) {
  #about .photoUnit .mainPhoto,
#gallery .photoUnit .mainPhoto,
#space .photoUnit .mainPhoto {
    margin-bottom: 2vw;
  }
}
@media (min-width: 1160px) {
  #about .photoUnit .mainPhoto,
#gallery .photoUnit .mainPhoto,
#space .photoUnit .mainPhoto {
    width: 690px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  #about .photoUnit .mainPhoto,
#gallery .photoUnit .mainPhoto,
#space .photoUnit .mainPhoto {
    width: 582.9310344828px;
    width: 50.2526753864vw;
  }
}
@media (max-width: 640px) {
  #about .photoUnit .mainPhoto,
#gallery .photoUnit .mainPhoto,
#space .photoUnit .mainPhoto {
    width: 94vw;
  }
}
@media (min-width: 1160px) {
  #about .photoUnit .mainPhoto,
#gallery .photoUnit .mainPhoto,
#space .photoUnit .mainPhoto {
    height: 460px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  #about .photoUnit .mainPhoto,
#gallery .photoUnit .mainPhoto,
#space .photoUnit .mainPhoto {
    height: 388.6206896552px;
    height: 33.501783591vw;
  }
}
@media (max-width: 640px) {
  #about .photoUnit .mainPhoto,
#gallery .photoUnit .mainPhoto,
#space .photoUnit .mainPhoto {
    height: 62.6666666667vw;
  }
}
#about .photoUnit .mainPhoto img,
#gallery .photoUnit .mainPhoto img,
#space .photoUnit .mainPhoto img {
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: top;
  object-fit: contain;
}
#about .photoUnit .thumbnailLists,
#gallery .photoUnit .thumbnailLists,
#space .photoUnit .thumbnailLists {
  margin-bottom: 15px;
  margin-bottom: 1.2931034483vw;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  padding-left: 14px;
  padding-left: 1.2068965517vw;
}
@media (min-width: 1160px) {
  #about .photoUnit .thumbnailLists,
#gallery .photoUnit .thumbnailLists,
#space .photoUnit .thumbnailLists {
    margin-bottom: 15px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  #about .photoUnit .thumbnailLists,
#gallery .photoUnit .thumbnailLists,
#space .photoUnit .thumbnailLists {
    margin-bottom: 12.6724137931px;
    margin-bottom: 1.0924494649vw;
  }
}
@media (max-width: 640px) {
  #about .photoUnit .thumbnailLists,
#gallery .photoUnit .thumbnailLists,
#space .photoUnit .thumbnailLists {
    margin-bottom: 2vw;
  }
}
@media (min-width: 1160px) {
  #about .photoUnit .thumbnailLists,
#gallery .photoUnit .thumbnailLists,
#space .photoUnit .thumbnailLists {
    padding-left: 14px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  #about .photoUnit .thumbnailLists,
#gallery .photoUnit .thumbnailLists,
#space .photoUnit .thumbnailLists {
    padding-left: 11.8275862069px;
    padding-left: 1.0196195006vw;
  }
}
@media (max-width: 640px) {
  #about .photoUnit .thumbnailLists,
#gallery .photoUnit .thumbnailLists,
#space .photoUnit .thumbnailLists {
    padding-left: 6vw;
  }
}
#about .photoUnit .thumbnailLists li,
#gallery .photoUnit .thumbnailLists li,
#space .photoUnit .thumbnailLists li {
  cursor: pointer;
}
#about .photoUnit .thumbnailLists li div,
#gallery .photoUnit .thumbnailLists li div,
#space .photoUnit .thumbnailLists li div {
  margin-right: 15px;
  margin-right: 1.2931034483vw;
}
@media (min-width: 1160px) {
  #about .photoUnit .thumbnailLists li div,
#gallery .photoUnit .thumbnailLists li div,
#space .photoUnit .thumbnailLists li div {
    margin-right: 15px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  #about .photoUnit .thumbnailLists li div,
#gallery .photoUnit .thumbnailLists li div,
#space .photoUnit .thumbnailLists li div {
    margin-right: 12.6724137931px;
    margin-right: 1.0924494649vw;
  }
}
@media (max-width: 640px) {
  #about .photoUnit .thumbnailLists li div,
#gallery .photoUnit .thumbnailLists li div,
#space .photoUnit .thumbnailLists li div {
    margin-right: 1.8666666667vw;
  }
}
#about .photoUnit .thumbnailLists li img,
#gallery .photoUnit .thumbnailLists li img,
#space .photoUnit .thumbnailLists li img {
  display: block;
  width: 102.5px;
  width: 8.8362068966vw;
  height: 102.5px;
  height: 8.8362068966vw;
  position: relative;
  vertical-align: top;
  object-fit: cover;
}
@media (min-width: 1160px) {
  #about .photoUnit .thumbnailLists li img,
#gallery .photoUnit .thumbnailLists li img,
#space .photoUnit .thumbnailLists li img {
    width: 102.5px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  #about .photoUnit .thumbnailLists li img,
#gallery .photoUnit .thumbnailLists li img,
#space .photoUnit .thumbnailLists li img {
    width: 86.5948275862px;
    width: 7.4650713436vw;
  }
}
@media (max-width: 640px) {
  #about .photoUnit .thumbnailLists li img,
#gallery .photoUnit .thumbnailLists li img,
#space .photoUnit .thumbnailLists li img {
    width: 13.0666666667vw;
  }
}
@media (min-width: 1160px) {
  #about .photoUnit .thumbnailLists li img,
#gallery .photoUnit .thumbnailLists li img,
#space .photoUnit .thumbnailLists li img {
    height: 102.5px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  #about .photoUnit .thumbnailLists li img,
#gallery .photoUnit .thumbnailLists li img,
#space .photoUnit .thumbnailLists li img {
    height: 86.5948275862px;
    height: 7.4650713436vw;
  }
}
@media (max-width: 640px) {
  #about .photoUnit .thumbnailLists li img,
#gallery .photoUnit .thumbnailLists li img,
#space .photoUnit .thumbnailLists li img {
    height: 13.0666666667vw;
  }
}
#about .bothInfo,
#gallery .bothInfo,
#space .bothInfo {
  padding-top: 60px;
  padding-top: 5.1724137931vw;
  border-top: 0.99px solid #bec3c3;
  margin-left: auto;
  margin-right: auto;
  width: 690px;
  width: 59.4827586207vw;
}
@media (min-width: 1160px) {
  #about .bothInfo,
#gallery .bothInfo,
#space .bothInfo {
    padding-top: 60px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  #about .bothInfo,
#gallery .bothInfo,
#space .bothInfo {
    padding-top: 50.6896551724px;
    padding-top: 4.3697978597vw;
  }
}
@media (max-width: 640px) {
  #about .bothInfo,
#gallery .bothInfo,
#space .bothInfo {
    padding-top: 8vw;
  }
}
@media (min-width: 1160px) {
  #about .bothInfo,
#gallery .bothInfo,
#space .bothInfo {
    width: 690px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  #about .bothInfo,
#gallery .bothInfo,
#space .bothInfo {
    width: 582.9310344828px;
    width: 50.2526753864vw;
  }
}
@media (max-width: 640px) {
  #about .bothInfo,
#gallery .bothInfo,
#space .bothInfo {
    width: 88vw;
  }
}
#about .bothInfo h2, #about .bothInfo h3, #about .bothInfo p,
#gallery .bothInfo h2,
#gallery .bothInfo h3,
#gallery .bothInfo p,
#space .bothInfo h2,
#space .bothInfo h3,
#space .bothInfo p {
  font-size: 12px;
  font-size: 1.2rem;
  font-size: 1.0344827586vw;
  line-height: 23px;
  line-height: 2.3rem;
  line-height: 1.9827586207vw;
  letter-spacing: 0.6px;
  letter-spacing: 0.06rem;
  letter-spacing: 0.0517241379vw;
  color: #000000;
}
@media (min-width: 1160px) {
  #about .bothInfo h2, #about .bothInfo h3, #about .bothInfo p,
#gallery .bothInfo h2,
#gallery .bothInfo h3,
#gallery .bothInfo p,
#space .bothInfo h2,
#space .bothInfo h3,
#space .bothInfo p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  #about .bothInfo h2, #about .bothInfo h3, #about .bothInfo p,
#gallery .bothInfo h2,
#gallery .bothInfo h3,
#gallery .bothInfo p,
#space .bothInfo h2,
#space .bothInfo h3,
#space .bothInfo p {
    font-size: 10.1379310345px;
    font-size: 1.0137931034rem;
    font-size: 0.8739595719vw;
  }
}
@media (max-width: 640px) {
  #about .bothInfo h2, #about .bothInfo h3, #about .bothInfo p,
#gallery .bothInfo h2,
#gallery .bothInfo h3,
#gallery .bothInfo p,
#space .bothInfo h2,
#space .bothInfo h3,
#space .bothInfo p {
    font-size: 3.4666666667vw;
  }
}
@media (min-width: 1160px) {
  #about .bothInfo h2, #about .bothInfo h3, #about .bothInfo p,
#gallery .bothInfo h2,
#gallery .bothInfo h3,
#gallery .bothInfo p,
#space .bothInfo h2,
#space .bothInfo h3,
#space .bothInfo p {
    line-height: 23px;
    line-height: 2.3rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  #about .bothInfo h2, #about .bothInfo h3, #about .bothInfo p,
#gallery .bothInfo h2,
#gallery .bothInfo h3,
#gallery .bothInfo p,
#space .bothInfo h2,
#space .bothInfo h3,
#space .bothInfo p {
    line-height: 19.4310344828px;
    line-height: 1.9431034483rem;
    line-height: 1.6750891795vw;
  }
}
@media (max-width: 640px) {
  #about .bothInfo h2, #about .bothInfo h3, #about .bothInfo p,
#gallery .bothInfo h2,
#gallery .bothInfo h3,
#gallery .bothInfo p,
#space .bothInfo h2,
#space .bothInfo h3,
#space .bothInfo p {
    line-height: 6vw;
  }
}
@media (min-width: 1160px) {
  #about .bothInfo h2, #about .bothInfo h3, #about .bothInfo p,
#gallery .bothInfo h2,
#gallery .bothInfo h3,
#gallery .bothInfo p,
#space .bothInfo h2,
#space .bothInfo h3,
#space .bothInfo p {
    letter-spacing: 0.6px;
    letter-spacing: 0.06rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  #about .bothInfo h2, #about .bothInfo h3, #about .bothInfo p,
#gallery .bothInfo h2,
#gallery .bothInfo h3,
#gallery .bothInfo p,
#space .bothInfo h2,
#space .bothInfo h3,
#space .bothInfo p {
    letter-spacing: 0.5068965517px;
    letter-spacing: 0.0506896552rem;
    letter-spacing: 0.0436979786vw;
  }
}
@media (max-width: 640px) {
  #about .bothInfo h2, #about .bothInfo h3, #about .bothInfo p,
#gallery .bothInfo h2,
#gallery .bothInfo h3,
#gallery .bothInfo p,
#space .bothInfo h2,
#space .bothInfo h3,
#space .bothInfo p {
    letter-spacing: 0.1333333333vw;
  }
}
#about .bothInfo h2,
#gallery .bothInfo h2,
#space .bothInfo h2 {
  margin-bottom: 2em;
}
#about .bothInfo h3,
#gallery .bothInfo h3,
#space .bothInfo h3 {
  margin-top: 2em;
}
#about .bothInfo h3::before,
#gallery .bothInfo h3::before,
#space .bothInfo h3::before {
  content: "<";
}
#about .bothInfo h3::after,
#gallery .bothInfo h3::after,
#space .bothInfo h3::after {
  content: ">";
}

/* CSS Document */
#nextprev {
  margin-top: 48px;
  margin-top: 4.1379310345vw;
  margin-bottom: 155px;
  margin-bottom: 13.3620689655vw;
  margin-left: auto;
  margin-right: auto;
  border-top: 0.99px solid #bec3c3;
  border-bottom: 0.99px solid #bec3c3;
  width: 690px;
  width: 59.4827586207vw;
  height: 100px;
  height: 8.6206896552vw;
  font-family: Helvetica Neue, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-size: 1.1206896552vw;
  line-height: 1;
  color: #BEC3C3;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1160px) {
  #nextprev {
    margin-top: 48px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  #nextprev {
    margin-top: 40.5517241379px;
    margin-top: 3.4958382878vw;
  }
}
@media (max-width: 640px) {
  #nextprev {
    margin-top: 6.4vw;
  }
}
@media (min-width: 1160px) {
  #nextprev {
    margin-bottom: 155px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  #nextprev {
    margin-bottom: 130.9482758621px;
    margin-bottom: 11.2886444709vw;
  }
}
@media (max-width: 640px) {
  #nextprev {
    margin-bottom: 10vw;
  }
}
@media (min-width: 1160px) {
  #nextprev {
    width: 690px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  #nextprev {
    width: 582.9310344828px;
    width: 50.2526753864vw;
  }
}
@media (max-width: 640px) {
  #nextprev {
    width: 94vw;
  }
}
@media (min-width: 1160px) {
  #nextprev {
    height: 100px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  #nextprev {
    height: 84.4827586207px;
    height: 7.2829964328vw;
  }
}
@media (max-width: 640px) {
  #nextprev {
    height: 12.4vw;
  }
}
@media (min-width: 1160px) {
  #nextprev {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  #nextprev {
    font-size: 10.9827586207px;
    font-size: 1.0982758621rem;
    font-size: 0.9467895363vw;
  }
}
@media (max-width: 640px) {
  #nextprev {
    font-size: 2.6666666667vw;
  }
}
#nextprev a {
  display: block;
  color: #BEC3C3;
}
#nextprev .next,
#nextprev .prev {
  width: 10px;
  width: 0.8620689655vw;
  height: 18px;
  height: 1.5517241379vw;
  padding-left: 0px;
  padding-left: 0vw;
  padding-right: 0px;
  padding-right: 0vw;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 1160px) {
  #nextprev .next,
#nextprev .prev {
    width: 10px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  #nextprev .next,
#nextprev .prev {
    width: 8.4482758621px;
    width: 0.7282996433vw;
  }
}
@media (max-width: 640px) {
  #nextprev .next,
#nextprev .prev {
    width: 2.6666666667vw;
  }
}
@media (min-width: 1160px) {
  #nextprev .next,
#nextprev .prev {
    height: 18px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  #nextprev .next,
#nextprev .prev {
    height: 15.2068965517px;
    height: 1.3109393579vw;
  }
}
@media (max-width: 640px) {
  #nextprev .next,
#nextprev .prev {
    height: 4.8vw;
  }
}
@media (min-width: 1160px) {
  #nextprev .next,
#nextprev .prev {
    padding-left: 0px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  #nextprev .next,
#nextprev .prev {
    padding-left: 0px;
    padding-left: 0vw;
  }
}
@media (max-width: 640px) {
  #nextprev .next,
#nextprev .prev {
    padding-left: 5.6666666667vw;
  }
}
@media (min-width: 1160px) {
  #nextprev .next,
#nextprev .prev {
    padding-right: 0px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  #nextprev .next,
#nextprev .prev {
    padding-right: 0px;
    padding-right: 0vw;
  }
}
@media (max-width: 640px) {
  #nextprev .next,
#nextprev .prev {
    padding-right: 5.6666666667vw;
  }
}
#nextprev .next a,
#nextprev .prev a {
  width: 100%;
  height: 100%;
}

/* CSS Document */
footer {
  margin-top: auto;
  background-color: #bec3c3;
}
footer .footerInner {
  width: 960px;
  width: 82.7586206897vw;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1160px) {
  footer .footerInner {
    width: 960px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  footer .footerInner {
    width: 811.0344827586px;
    width: 69.9167657551vw;
  }
}
@media (max-width: 640px) {
  footer .footerInner {
    width: 128vw;
  }
}
@media (max-width: 640px) {
  footer .footerInner {
    width: 100%;
  }
}
footer .footerInner .main {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-top: 50px;
  padding-top: 4.3103448276vw;
  width: 580px;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 1160px) {
  footer .footerInner .main {
    padding-top: 50px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  footer .footerInner .main {
    padding-top: 42.2413793103px;
    padding-top: 3.6414982164vw;
  }
}
@media (max-width: 640px) {
  footer .footerInner .main {
    padding-top: 10.6666666667vw;
  }
}
@media (min-width: 1160px) {
  footer .footerInner .main {
    width: 580px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  footer .footerInner .main {
    width: 490px;
    width: 42.2413793103vw;
  }
}
@media (max-width: 640px) {
  footer .footerInner .main {
    width: 77.3333333333vw;
  }
}
@media (max-width: 640px) {
  footer .footerInner .main {
    display: block;
    text-align: center;
  }
}
footer .footerInner .main li {
  font-size: 12px;
  font-size: 1.2rem;
  font-size: 1.0344827586vw;
  line-height: 26px;
  line-height: 2.6rem;
  line-height: 2.2413793103vw;
  letter-spacing: 0.6px;
  letter-spacing: 0.06rem;
  letter-spacing: 0.0517241379vw;
}
@media (min-width: 1160px) {
  footer .footerInner .main li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  footer .footerInner .main li {
    font-size: 10.1379310345px;
    font-size: 1.0137931034rem;
    font-size: 0.8739595719vw;
  }
}
@media (max-width: 640px) {
  footer .footerInner .main li {
    font-size: 3.4666666667vw;
  }
}
@media (min-width: 1160px) {
  footer .footerInner .main li {
    line-height: 26px;
    line-height: 2.6rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  footer .footerInner .main li {
    line-height: 21.9655172414px;
    line-height: 2.1965517241rem;
    line-height: 1.8935790725vw;
  }
}
@media (max-width: 640px) {
  footer .footerInner .main li {
    line-height: 6vw;
  }
}
@media (min-width: 1160px) {
  footer .footerInner .main li {
    letter-spacing: 0.6px;
    letter-spacing: 0.06rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  footer .footerInner .main li {
    letter-spacing: 0.5068965517px;
    letter-spacing: 0.0506896552rem;
    letter-spacing: 0.0436979786vw;
  }
}
@media (max-width: 640px) {
  footer .footerInner .main li {
    letter-spacing: 0.1733333333vw;
  }
}
footer .footerInner .main li a {
  color: #6E7878;
}
@media (max-width: 640px) {
  footer .footerInner .main li a {
    color: #040000;
  }
}
footer .footerInner .icons {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 88px;
  width: 7.5862068966vw;
  height: 60px;
  height: 5.1724137931vw;
  margin-top: 13px;
  margin-top: 1.1206896552vw;
  margin-bottom: 36px;
  margin-bottom: 3.1034482759vw;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
@media (min-width: 1160px) {
  footer .footerInner .icons {
    width: 88px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  footer .footerInner .icons {
    width: 74.3448275862px;
    width: 6.4090368609vw;
  }
}
@media (max-width: 640px) {
  footer .footerInner .icons {
    width: 23.4666666667vw;
  }
}
@media (min-width: 1160px) {
  footer .footerInner .icons {
    height: 60px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  footer .footerInner .icons {
    height: 50.6896551724px;
    height: 4.3697978597vw;
  }
}
@media (max-width: 640px) {
  footer .footerInner .icons {
    height: 17.3333333333vw;
  }
}
@media (min-width: 1160px) {
  footer .footerInner .icons {
    margin-top: 13px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  footer .footerInner .icons {
    margin-top: 10.9827586207px;
    margin-top: 0.9467895363vw;
  }
}
@media (max-width: 640px) {
  footer .footerInner .icons {
    margin-top: 3.4666666667vw;
  }
}
@media (min-width: 1160px) {
  footer .footerInner .icons {
    margin-bottom: 36px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  footer .footerInner .icons {
    margin-bottom: 30.4137931034px;
    margin-bottom: 2.6218787158vw;
  }
}
@media (max-width: 640px) {
  footer .footerInner .icons {
    margin-bottom: 6.9333333333vw;
  }
}
footer .footerInner .icons li:first-of-type {
  width: 100%;
}
footer .footerInner .icons a {
  display: block;
  text-align: center;
  height: 22px;
  height: 1.8965517241vw;
}
@media (min-width: 1160px) {
  footer .footerInner .icons a {
    height: 22px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  footer .footerInner .icons a {
    height: 18.5862068966px;
    height: 1.6022592152vw;
  }
}
@media (max-width: 640px) {
  footer .footerInner .icons a {
    height: 5.8666666667vw;
  }
}
footer .footerInner .icons a svg {
  height: 100%;
  width: auto;
  vertical-align: top;
  fill: #6e7878;
}
footer .footerInner small {
  display: block;
  border-top: 0.99px solid #6e7878;
  color: #6E7878;
  text-align: right;
  font-family: Helvetica Neue, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-size: 1.1206896552vw;
  line-height: 57.97px;
  line-height: 5.797rem;
  line-height: 4.9974137931vw;
}
@media (min-width: 1160px) {
  footer .footerInner small {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  footer .footerInner small {
    font-size: 10.9827586207px;
    font-size: 1.0982758621rem;
    font-size: 0.9467895363vw;
  }
}
@media (max-width: 640px) {
  footer .footerInner small {
    font-size: 3.4666666667vw;
  }
}
@media (min-width: 1160px) {
  footer .footerInner small {
    line-height: 57.97px;
    line-height: 5.797rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  footer .footerInner small {
    line-height: 48.9746551724px;
    line-height: 4.8974655172rem;
    line-height: 4.2219530321vw;
  }
}
@media (max-width: 640px) {
  footer .footerInner small {
    line-height: 7.7293333333vw;
  }
}
@media (max-width: 640px) {
  footer .footerInner small {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 705px;
    width: 60.775862069vw;
  }
}
@media (max-width: 640px) and (min-width: 1160px) {
  footer .footerInner small {
    width: 705px;
  }
}
@media (max-width: 640px) and (orientation: landscape) and (max-height: 600px) {
  footer .footerInner small {
    width: 595.6034482759px;
    width: 51.3451248514vw;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  footer .footerInner small {
    width: 94vw;
  }
}
