@charset "UTF-8";
img {
  font-size: 10px;
  line-height: 1;
  vertical-align: top;
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a[href]:hover {
  text-decoration: underline;
}

a, button, div, span, p, li {
  -webkit-tap-highlight-color: transparent;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
}

body {
  -webkit-text-size-adjust: 100%;
}

input {
  outline: none;
}

strong, em, h1, h2, h3, address, input, textarea, select, button {
  font-weight: inherit;
  font-style: inherit;
}

a[bhref] {
  pointer-events: none;
}

main {
  display: block;
}

body > span[id^="_cmp"] {
  left: -9999px;
}

html.preview *:not(input):not(textarea):not(button) {
  background-color: rgba(255, 0, 0, 0.1);
}
@media screen and (max-width: 1016px) {
  html.preview *:not(input):not(textarea):not(button) {
    background-color: rgba(0, 255, 0, 0.1);
  }
}
@media screen and (max-width: 656px) {
  html.preview *:not(input):not(textarea):not(button) {
    background-color: rgba(0, 0, 255, 0.1);
  }
}

html, body {
  width: 100%;
  /* height: 100%;*/
  margin: 0;
  background: white;
  font-size: 10px;
  line-height: 1.2;
  color: black;
  font-family: "FOT-マティス Pro M", "Yu Mincho", serif;
}

body {
  overflow-y: scroll;
}
@media screen and (max-width: 1016px) {
  body {
    overflow-x: hidden;
  }
}

#page {
  position: relative;
  z-index: 1;
  width: 100%;
}

#httpstatus {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  display: table;
  margin: auto;
  padding: 3em 0 2em;
  font: normal 5em/1 serif;
  font-family: "FOT-マティス Pro M", "Yu Mincho", serif;
  pointer-events: none;
}
#httpstatus b {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  cursor: default;
  pointer-events: none;
}
#httpstatus b:before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.8em;
  content: attr(alt);
  color: rgba(0, 0, 0, 0.1);
  transform: scaleY(-1);
}
#httpstatus b:after {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.8em;
  content: attr(alt);
  color: transparent;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
}
@media (max-width: 656px) {
  #httpstatus {
    font-size: 3em;
  }
}

.has-sublayer, .has-sublayer body {
  height: 100%;
}
.has-sublayer .sublayer {
  -moz-transition: opacity 600ms ease;
  -o-transition: opacity 600ms ease;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  position: absolute;
  left: -110%;
  top: 0;
  z-index: 2;
  display: table;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(178, 178, 178, 0.8);
}
.has-sublayer .sublayer > div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.has-sublayer .sublayer > div > div {
  display: inline-block;
  vertical-align: top;
  height: 0;
  overflow: hidden;
  text-align: left;
}
.has-sublayer .sublayer.opened {
  position: relative;
  left: 0;
  visibility: visible;
  opacity: 1;
}
.has-sublayer .sublayer.opened > div > div {
  height: auto;
  overflow: visible;
}
.has-sublayer.swap-sublayer #page {
  position: fixed;
  z-index: 1;
  width: 100%;
}

@media (min-width: 1017px) {
  #page > header {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 60px;
    background: black;
    color: white;
    font-size: 13px;
    letter-spacing: 0.2em;
  }
  #page > header.hasanchor {
    height: 86px;
  }
  #page > header.hasanchor #floater-nav {
    height: 86px;
  }
  #page > header #floater-nav {
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    padding-top: 12px;
    background: black;
    font-family: "FOT-マティス Pro DB", "Yu Mincho", serif;
  }
  #page > header #floater-nav > .limited {
    position: relative;
    width: 1000px;
    margin: 0 auto;
  }
  #page > header #floater-nav h1 {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 3%;
    font-size: 18px;
  }
  #page > header #floater-nav h1 a {
    display: block;
    height: 36px;
    padding: 0;
  }
  #page > header #floater-nav h1 a:before {
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    content: url(i/icon-4.png);
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
  }
  #page > header #floater-nav h1 a span, #page > header #floater-nav h1 a strong {
    display: inline-block;
    vertical-align: middle;
  }
  #page > header #floater-nav h1 a span {
    margin: 0 8px;
    font-size: 11px;
    font-family: "FOT-マティス Pro M", "Yu Mincho", serif;
  }
  #page > header #floater-nav h1 a strong {
    letter-spacing: 0.4em;
  }
  #page > header #floater-nav nav {
    margin-top: 6px;
  }
  #page > header #floater-nav nav ul {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
  }
  #page > header #floater-nav nav li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
  }
  #page > header #floater-nav nav a {
    display: block;
  }
  #page > header #floater-nav nav a:before {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    margin-right: 2px;
    background: url(i/icon-6.png) center center no-repeat;
    background-size: cover;
    visibility: hidden;
  }
  #page > header #floater-nav nav a:hover, #page > header #floater-nav nav a.active {
    text-decoration: none;
  }
  #page > header #floater-nav nav a:hover:before, #page > header #floater-nav nav a.active:before {
    visibility: visible;
  }
  #page > header #floater-nav nav .dependent {
    display: table;
    position: relative;
    left: -13px;
    height: 26px;
    margin: 0 auto;
    line-height: 26px;
  }
  #page > header #floater-nav nav .dependent li {
    display: table-cell;
    vertical-align: top;
  }
  #page > header #floater-nav nav .dependent a {
    padding: 0 16px;
  }
  #page > header #floater-nav nav .dependent a:before {
    top: 0px;
  }
  #page > header #floater-nav nav .primary {
    position: absolute;
    left: 294px;
    top: 0;
    display: table;
    line-height: 36px;
  }
  #page > header #floater-nav nav .primary li {
    display: table-cell;
    vertical-align: top;
  }
  #page > header #floater-nav nav .primary a {
    padding: 0 8px;
  }
  #page > header #floater-nav nav .primary a:before {
    top: 4px;
  }
  #page > header #floater-nav nav .secondary {
    display: none;
  }
  #page > header #floater-nav button {
    display: none;
  }
}
@media (max-width: 1016px) {
  #page > header {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 50px;
    background: black;
    color: white;
    font-size: 13px;
    letter-spacing: 0.2em;
  }
  #page > header #floater-nav {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: black;
  }
  #page > header #floater-nav h1 {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 2.8%;
    font-size: 14px;
  }
  #page > header #floater-nav h1 a {
    display: block;
    height: 30px;
    padding: 10px 0;
  }
  #page > header #floater-nav h1 a:before {
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    content: url(i/icon-4.png);
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
  }
  #page > header #floater-nav h1 a span, #page > header #floater-nav h1 a strong {
    display: inline-block;
    vertical-align: middle;
  }
  #page > header #floater-nav h1 a span {
    margin: 0 8px;
    font-size: 10px;
  }
  #page > header #floater-nav h1 a strong {
    position: relative;
    top: 0.1em;
    letter-spacing: 0.4em;
  }
  #page > header #floater-nav nav {
    -moz-transition: opacity 600ms ease;
    -o-transition: opacity 600ms ease;
    -webkit-transition: opacity 600ms ease;
    transition: opacity 600ms ease;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    height: 0;
    padding-top: 18px;
    background: rgba(0, 0, 0, 0.9);
    overflow: hidden;
  }
  #page > header #floater-nav nav .limited {
    box-sizing: border-box;
    position: relative;
    width: 320px;
    margin: 0 auto;
    padding-left: 5px;
    padding-bottom: 15px;
    overflow: hidden;
  }
  #page > header #floater-nav nav ul {
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
  }
  #page > header #floater-nav nav li {
    list-style: none;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2em;
  }
  #page > header #floater-nav nav a {
    display: block;
    padding: 4px 0;
    white-space: nowrap;
    text-decoration: none;
  }
  #page > header #floater-nav nav a:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    background: url(i/icon-6.png) center center no-repeat;
    background-size: cover;
    visibility: hidden;
  }
  #page > header #floater-nav nav a:hover:before, #page > header #floater-nav nav a.active:before {
    visibility: visible;
  }
  #page > header #floater-nav nav li.active a:before {
    visibility: visible;
  }
  #page > header #floater-nav nav .dependent {
    color: #ccc;
  }
  #page > header #floater-nav nav .dependent li {
    display: inline-block;
    vertical-align: top;
    width: 46%;
  }
  #page > header #floater-nav nav .dependent + .primary {
    margin-top: 16px;
  }
  #page > header #floater-nav button {
    -moz-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    -webkit-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
    position: absolute;
    right: 2.8%;
    top: 0;
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 50px;
    margin: 0;
    border: 0;
    padding: 0;
    outline: 0;
    background: url(i/menu.svg) center center no-repeat;
    background-size: cover;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 110%;
    cursor: pointer;
  }
  #page > header #floater-nav button:hover {
    opacity: 0.6;
  }
  #page > header #floater-nav.open button {
    background-image: url(i/close.svg);
  }
  #page > header #floater-nav.open nav {
    height: auto;
    opacity: 1;
  }
  #page > header #floater-nav.close nav {
    height: auto;
    opacity: 0;
  }
}

#page > footer {
  box-sizing: border-box;
  height: 738px;
  padding-top: 92px;
  background: white url(i/footer-background.jpg) center center no-repeat;
  background-size: cover;
}
@media (max-width: 1016px) {
  #page > footer {
    height: auto;
    padding-top: 0;
    background: none;
  }
}
#page > footer #fnav {
  float: right;
  margin-right: 4%;
  padding-top: 14px;
  font-size: 12px;
  letter-spacing: 0.1em;
}
#page > footer #fnav ul {
  margin: 0;
  padding: 0;
}
#page > footer #fnav li {
  display: none;
  vertical-align: top;
  list-style: none;
}
#page > footer #fnav li.always {
  display: inline-block;
}
#page > footer #fnav li + li {
  margin-left: 30px;
}
#page > footer #fnav a {
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  display: block;
}
#page > footer #fnav a:hover, #page > footer #fnav a.active {
  color: #888;
  text-decoration: none;
}
@media (max-width: 1016px) {
  #page > footer #fnav {
    float: none;
    margin-right: 0;
    padding-top: 0;
  }
  #page > footer #fnav ul {
    width: 100%;
    border-top: 1px solid #ccc;
    font-size: 0;
    letter-spacing: 0;
  }
  #page > footer #fnav ul:after {
    content: '';
  }
  #page > footer #fnav li, #page > footer #fnav ul:after {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    height: 46px;
    border-bottom: 1px solid #ccc;
    background: white;
    font-size: 12px;
    letter-spacing: 0.2em;
    line-height: 46px;
    white-space: nowrap;
  }
  #page > footer #fnav li + li {
    margin-left: 0;
  }
  #page > footer #fnav li:nth-child(2n+1) {
    border-right: 1px solid #ccc;
  }
  #page > footer #fnav li:last-child {
    letter-spacing: 0.1em;
  }
  #page > footer #fnav a {
    box-sizing: border-box;
    width: 100%;
    padding-left: 15px;
  }
}
#page > footer #fcon {
  float: left;
  margin-left: 3.5%;
}
#page > footer #fcon section {
  display: inline-block;
  vertical-align: top;
}
#page > footer #fcon section + section {
  margin-left: 70px;
}
#page > footer #fcon section:first-child h1 {
  margin-left: -10px;
}
#page > footer #fcon section:first-child h1 img {
  position: relative;
  top: -2px;
}
#page > footer #fcon section h1 {
  height: 38px;
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.4em;
}
#page > footer #fcon section h1 img, #page > footer #fcon section h1 b, #page > footer #fcon section h1 strong {
  vertical-align: middle;
}
#page > footer #fcon section h1 b {
  display: inline-block;
  margin: 0 10px;
  font-size: 11px;
  letter-spacing: 0.1em;
}
#page > footer #fcon section h1 span {
  letter-spacing: 0;
}
#page > footer #fcon section h1 strong {
  font-family: "FOT-マティス Pro DB", "Yu Mincho", serif;
}
#page > footer #fcon section p {
  margin: 3px 0 0;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
#page > footer #fcon #copyright {
  margin: 58px 0 0;
  font-size: 12px;
  letter-spacing: 0.1em;
}
@media (min-width: 1017px) {
  #page > footer #fcon .tb {
    display: none;
  }
}
@media (max-width: 1016px) {
  #page > footer #fcon {
    float: none;
    padding: 38px 0 290px 64px;
    margin-left: 0;
    background: white url(i/footer-background.jpg) center center no-repeat;
    background-size: cover;
  }
}
@media (max-width: 656px) {
  #page > footer #fcon {
    padding-bottom: 140px;
    padding-left: 52px;
    background: white url(i/footer-background-sp.jpg) left bottom no-repeat;
    background-size: contain;
  }
  #page > footer #fcon section {
    display: block;
  }
  #page > footer #fcon section + section {
    margin-left: 0;
    margin-top: 40px;
  }
}

#top, #top body, #top #page {
  height: 100%;
}
#top #page > header {
  margin-top: -60px;
}
#top #page > header #floater-nav > .limited {
  height: 68px;
}
@media (max-width: 1016px) {
  #top #page > header {
    margin-top: -50px;
  }
  #top #page > header #floater-nav > .limited {
    height: auto;
  }
  #top #page > header #floater-nav nav .limited {
    padding-top: 40px;
  }
  #top #page > header #floater-nav nav .dependent-4 {
    letter-spacing: 0.1em;
  }
  #top #page > header #floater-nav nav .primary-1 {
    position: absolute;
    left: 5px;
    top: 0;
  }
}
#top #page > footer {
  margin-top: 50px;
}
#top #slideshow {
  pointer-events: none;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#top #slideshow > div {
  -moz-transition: -moz-transform 8s linear, opacity 2s ease;
  -o-transition: -o-transform 8s linear, opacity 2s ease;
  -webkit-transition: -webkit-transform 8s linear, opacity 2s ease;
  transition: transform 8s linear, opacity 2s ease;
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#top #slideshow > div img {
  display: none;
}
#top #slideshow > div:first-child {
  visibility: visible;
  opacity: 1;
}
#top #slideshow > div.active {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
#top #slideshow .image-1 {
  background-image: url(i/top/lead-1.jpg);
}
#top #slideshow .image-2 {
  background-image: url(i/top/lead-2.jpg);
}
#top #slideshow .image-3 {
  background-image: url(i/top/lead-3.jpg);
}
#top #slideshow .image-4 {
  background-image: url(i/top/lead-4.jpg);
}
#top #overlay {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  color: white;
}
#top #overlay p:first-child {
  -moz-transition: top 600ms ease-out;
  -o-transition: top 600ms ease-out;
  -webkit-transition: top 600ms ease-out;
  transition: top 600ms ease-out;
  position: absolute;
  left: 50%;
  top: 18%;
  width: 1em;
  padding: 0.25em;
  margin: 0 0 0 -0.8em;
  border: 1px solid white;
  font-size: 31px;
  line-height: 1.45;
  word-break: break-all;
  font-weight: normal;
}
#top #overlay p:first-child span {
  -moz-transition: top 600ms ease-out;
  -o-transition: top 600ms ease-out;
  -webkit-transition: top 600ms ease-out;
  transition: top 600ms ease-out;
  position: absolute;
  right: -1.8em;
  top: -2.2em;
  display: block;
  width: 1em;
  font-size: 15px;
  line-height: 1.4;
}
#top #overlay p:first-child + p {
  position: absolute;
  right: 5.4em;
  top: 4em;
  width: 5.8em;
  margin: 0;
  font-size: 20px;
  line-height: 1.6;
}
#top #overlay p:first-child + p:after {
  clear: both;
  content: '';
  display: block;
}
#top #overlay p:first-child + p br {
  display: none;
}
#top #overlay p:first-child + p span {
  float: right;
  display: block;
  width: 1em;
}
#top #overlay p:first-child + p br + span {
  margin-right: 1.4em;
}
@media (max-width: 1016px) {
  #top #overlay p:first-child {
    top: 74px;
    font-size: 22px;
  }
  #top #overlay p:first-child span {
    font-size: 11px;
  }
  #top #overlay p:first-child + p {
    left: 50%;
    right: auto;
    top: 296px;
    width: 5em;
    margin-left: -2.5em;
    font-size: 12px;
  }
  #top #overlay p:first-child + p br + span {
    margin-right: 1em;
  }
}
@media (max-width: 1016px) and (max-height: 460px) {
  #top #overlay p:first-child {
    top: 10%;
  }
  #top #overlay p:first-child span {
    top: 0;
  }
  #top #overlay p:first-child + p {
    left: 30%;
    right: auto;
    top: 98px;
    margin-left: -4.1em;
  }
}
#top #section-1 {
  width: 100%;
  height: 724px;
  background: white url(i/top/section-1-background.jpg) center center no-repeat;
  background-size: cover;
}
#top #section-1 .limited {
  max-width: 1000px;
  margin: 0 auto;
  padding: 90px 0 0;
}
#top #section-1 .limited:after {
  clear: both;
  content: '';
  display: block;
}
#top #section-1 hgroup {
  float: left;
  margin-left: 60px;
  padding-top: 4px;
  text-align: right;
}
#top #section-1 hgroup h2 {
  margin: 0;
  font-size: 17px;
  letter-spacing: 0.1em;
}
#top #section-1 hgroup h1 {
  margin: 17px 0 0;
  font-size: 32px;
  letter-spacing: 0.1em;
}
#top #section-1 p {
  float: right;
  width: 558px;
  margin: 0 40px 0 0;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.1em;
}
@media (max-width: 1016px) {
  #top #section-1 {
    height: auto;
    background: none;
  }
  #top #section-1:before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    background: white url(i/top/section-1-background.jpg) center bottom no-repeat;
    background-size: cover;
  }
  #top #section-1 .limited {
    padding-top: 39px;
    padding-bottom: 64px;
  }
  #top #section-1 hgroup {
    float: none;
    text-align: center;
    margin-left: auto;
    padding-top: 0;
  }
  #top #section-1 hgroup h2 {
    font-size: 15px;
  }
  #top #section-1 hgroup h1 {
    font-size: 24px;
    letter-spacing: 0.2em;
  }
  #top #section-1 p {
    float: none;
    width: auto;
    margin-left: 8%;
    margin-right: 8%;
    margin: 34px 8% 0 8%;
    font-size: 13px;
    line-height: 1.92;
  }
}
#top #section-2 {
  width: 100%;
  padding-bottom: 40px;
  background: black url(i/top/section-2-background.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
  color: white;
}
#top #section-2 .limited {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 130px;
}
#top #section-2 .limited:after {
  clear: both;
  content: '';
  display: block;
}
#top #section-2 .limited > h1 {
  margin: 0 0 34px;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.2em;
}
#top #section-2 article {
  display: inline-block;
  vertical-align: top;
  width: 288px;
  height: 360px;
  background: white;
  text-align: left;
  color: black;
}
#top #section-2 article + article {
  margin-left: 50px;
}
#top #section-2 article a {
  -moz-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 27px;
}
#top #section-2 article a:hover {
  opacity: 0.6;
}
#top #section-2 article a:hover {
  text-decoration: none;
}
#top #section-2 article.new a:before {
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  content: url(i/icon-new.png);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
#top #section-2 article h1 {
  margin: 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #e08f79;
}
#top #section-2 article h1:before {
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  content: url(i/icon-1.png);
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto 12px;
}
#top #section-2 article h1 span {
  display: block;
  min-height: 3.5em;
}
#top #section-2 article time {
  display: block;
  margin: 14px 24px 14px;
  font-size: 12px;
  letter-spacing: 0.1em;
}
#top #section-2 article time + p {
  margin: 0 24px;
  font-size: 13px;
  line-height: 2;
}
#top #section-2 article p + p {
  position: absolute;
  bottom: 30px;
  left: 79px;
  width: 130px;
  height: 40px;
  margin: 0 auto;
  border-radius: 4px;
  background: #e08f79;
  font-size: 14px;
  color: white;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 40px;
}
#top #section-2 .to-archive {
  margin: 0;
  padding: 40px 0 0;
  font-size: 13px;
  line-height: 34px;
  letter-spacing: 0.2em;
}
#top #section-2 .to-archive a {
  display: table;
  margin: 0 auto;
  padding: 0 16px 0 10px;
  border-radius: 4px;
  background: white;
  color: #e08f79;
  text-decoration: none;
}
#top #section-2 .to-archive a:before {
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  content: url(i/icon-1.png);
  position: relative;
  left: 0;
  top: 5px;
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
@media (max-width: 1016px) {
  #top #section-2 {
    height: auto;
    text-align: left;
  }
  #top #section-2 .limited {
    width: 604px;
    padding-top: 74px;
  }
  #top #section-2 article {
    margin-left: 0;
  }
  #top #section-2 article + article {
    margin-left: 0;
  }
  #top #section-2 article:nth-of-type(2) {
    margin-left: 28px;
  }
  #top #section-2 article:nth-of-type(3) {
    margin-top: 20px;
  }
}
@media (max-width: 656px) {
  #top #section-2 .limited {
    width: 288px;
  }
  #top #section-2 article:nth-of-type(2) {
    margin-left: 0;
  }
  #top #section-2 article + article {
    margin-top: 20px;
  }
}
#top #section-3 {
  width: 100%;
  background: black url(i/top/section-3-background.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
  color: white;
}
#top #section-3 .limited {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 142px;
  padding-bottom: 98px;
}
#top #section-3 .limited:after {
  clear: both;
  content: '';
  display: block;
}
#top #section-3 .limited > h1 {
  margin: 0 0 50px;
  font-size: 24px;
  letter-spacing: 0.2em;
}
#top #section-3 .screen {
  width: 950px;
  height: 514px;
  margin: 0 auto;
  background: url(i/top/section-3-content-pc.png) left top no-repeat;
  background-size: contain;
}
@media (max-width: 1016px) {
  #top #section-3 .limited {
    padding-top: 80px;
    padding-bottom: 55px;
  }
  #top #section-3 .limited > h1 {
    margin-bottom: 40px;
  }
  #top #section-3 .screen {
    width: 476px;
    height: 1062px;
    background-image: url(i/top/section-3-content-tb.png);
  }
}
@media (max-width: 656px) {
  #top #section-3 .limited {
    padding-bottom: 44px;
  }
  #top #section-3 .screen {
    width: 264px;
    height: 1186px;
    background-image: url(i/top/section-3-content-sp.png);
  }
}
#top #section-4 {
  padding: 98px 0 132px;
}
#top #section-4 > h1 {
  margin: 0;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.2em;
}
#top #section-4 > h1 span {
  display: inline-block;
  padding: 18px 0 6px;
  font-size: 12px;
  letter-spacing: 0.2em;
}
#top #section-4 #sub-slideshow {
  margin: 46px 5% 130px;
}
#top #section-4 #sub-slideshow .screen {
  position: relative;
  z-index: 1;
  width: 100%;
}
#top #section-4 #sub-slideshow .screen > div {
  -moz-transition: opacity 2s ease;
  -o-transition: opacity 2s ease;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
#top #section-4 #sub-slideshow .screen > div img {
  width: 100%;
}
#top #section-4 #sub-slideshow .screen > div:first-child {
  position: relative;
}
#top #section-4 #sub-slideshow .screen > div.active {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
#top #section-4 #sub-slideshow .screen > div.animate {
  visibility: visible;
  opacity: 1;
  z-index: 3;
}
#top #section-4 #sub-slideshow .control {
  box-sizing: border-box;
  height: 58px;
  padding-top: 24px;
  text-align: right;
}
#top #section-4 #sub-slideshow .control > div {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #ccc;
}
#top #section-4 #sub-slideshow .control > div + div {
  margin-left: 22px;
}
#top #section-4 #sub-slideshow .control > div img {
  display: none;
}
#top #section-4 #sub-slideshow .control > div.active {
  background-color: #e08f79;
}
@media (max-width: 1016px) {
  #top #section-4 #sub-slideshow .control {
    text-align: center;
  }
}
#top #section-4 .container {
  width: 832px;
  margin: 0 auto;
}
#top #section-4 .container:after {
  clear: both;
  content: '';
  display: block;
}
#top #section-4 section:after {
  clear: both;
  content: '';
  display: block;
}
#top #section-4 section h1 {
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.5em;
}
#top #section-4 section p {
  margin: 0;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
}
#top #section-4 section p + p {
  font-size: 18px;
}
#top #section-4 section p + p br {
  display: none;
}
#top #section-4 section .zoom {
  -moz-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  display: inline-block;
  vertical-align: top;
  border-radius: 4px;
  padding: 0 22px 0 12px;
  margin: 3px 0 0 30px;
  background: #e08f79;
  color: white;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 30px;
}
#top #section-4 section .zoom:hover {
  opacity: 0.6;
}
#top #section-4 section .zoom:before {
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  content: url(i/icon-5.png);
  position: relative;
  top: 2px;
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  margin-right: 13px;
}
#top #section-4 section .zoom:hover {
  text-decoration: none;
}
#top #section-4 section .screen {
  position: relative;
  width: 280px;
  height: 420px;
  overflow: hidden;
}
#top #section-4 section .screen img {
  -moz-transition: opacity 600ms ease;
  -o-transition: opacity 600ms ease;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
#top #section-4 section .screen img:first-child {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 1017px) {
  #top #section-4 #section-4-1, #top #section-4 #section-4-2 {
    width: 774px;
    margin: 0 auto;
  }
  #top #section-4 #section-4-1 h1, #top #section-4 #section-4-1 p, #top #section-4 #section-4-2 h1, #top #section-4 #section-4-2 p {
    width: 426px;
    margin: 0;
  }
  #top #section-4 #section-4-1 h1, #top #section-4 #section-4-2 h1 {
    padding: 60px 0 50px;
  }
  #top #section-4 #section-4-1 {
    margin-bottom: 78px;
  }
  #top #section-4 #section-4-1 .screen {
    float: right;
  }
  #top #section-4 #section-4-2 {
    margin-bottom: 124px;
  }
  #top #section-4 #section-4-2 img {
    float: left;
  }
  #top #section-4 #section-4-2 h1, #top #section-4 #section-4-2 p {
    float: right;
  }
  #top #section-4 #section-4-3, #top #section-4 #section-4-4 {
    width: 370px;
  }
  #top #section-4 #section-4-3 h1, #top #section-4 #section-4-4 h1 {
    margin-bottom: 32px;
  }
  #top #section-4 #section-4-3 p, #top #section-4 #section-4-4 p {
    margin-top: 18px;
  }
  #top #section-4 #section-4-3 {
    float: left;
  }
  #top #section-4 #section-4-4 {
    float: right;
  }
}
@media (max-width: 1016px) and (min-width: 657px) {
  #top #section-4 {
    padding-bottom: 88px;
  }
  #top #section-4 #sub-slideshow {
    margin-bottom: 62px;
  }
  #top #section-4 .container {
    width: 100%;
  }
  #top #section-4 section p {
    font-size: 13px;
    line-height: 1.92;
    letter-spacing: 0.2em;
  }
  #top #section-4 #section-4-1, #top #section-4 #section-4-2 {
    width: 100%;
    margin: 0 auto;
  }
  #top #section-4 #section-4-1 h1, #top #section-4 #section-4-1 p, #top #section-4 #section-4-2 h1, #top #section-4 #section-4-2 p {
    width: 40%;
    margin: 0;
  }
  #top #section-4 #section-4-1 h1, #top #section-4 #section-4-2 h1 {
    padding: 38px 0 37px;
  }
  #top #section-4 #section-4-1 img, #top #section-4 #section-4-2 img {
    width: 41%;
  }
  #top #section-4 #section-4-1 .screen, #top #section-4 #section-4-2 .screen {
    width: 41%;
    height: 0;
    padding-bottom: 61.5%;
  }
  #top #section-4 #section-4-1 .screen img, #top #section-4 #section-4-2 .screen img {
    width: 100%;
  }
  #top #section-4 #section-4-1 {
    margin-bottom: 78px;
  }
  #top #section-4 #section-4-1 h1, #top #section-4 #section-4-1 p {
    margin-left: 7%;
  }
  #top #section-4 #section-4-1 .screen {
    float: right;
    margin-right: 7%;
  }
  #top #section-4 #section-4-2 {
    margin-bottom: 80px;
  }
  #top #section-4 #section-4-2 img {
    float: left;
    margin-left: 7%;
  }
  #top #section-4 #section-4-2 h1, #top #section-4 #section-4-2 p {
    float: right;
    margin-right: 7%;
  }
  #top #section-4 #section-4-3, #top #section-4 #section-4-4 {
    width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
  #top #section-4 #section-4-3 h1, #top #section-4 #section-4-4 h1 {
    margin-bottom: 20px;
    text-align: center;
  }
  #top #section-4 #section-4-3 > img, #top #section-4 #section-4-4 > img {
    width: 540px;
    margin-bottom: 26px;
  }
  #top #section-4 #section-4-3 p + p, #top #section-4 #section-4-4 p + p {
    margin-top: 20px;
  }
  #top #section-4 #section-4-3 p + p .zoom, #top #section-4 #section-4-4 p + p .zoom {
    display: table;
    margin-left: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #top #section-4 #section-4-3 {
    margin-bottom: 70px;
  }
}
@media (max-width: 656px) {
  #top #section-4 {
    padding-bottom: 68px;
  }
  #top #section-4 #sub-slideshow {
    margin-bottom: 32px;
  }
  #top #section-4 .container {
    width: 88%;
    margin: 0 auto;
  }
  #top #section-4 section {
    width: 100%;
    margin: 0 0 88px;
  }
  #top #section-4 section > img {
    width: 100%;
    margin-bottom: 30px;
  }
  #top #section-4 section > h1 {
    margin-bottom: 18px;
  }
  #top #section-4 section .screen {
    width: 100%;
    height: 0;
    padding-bottom: 150%;
    margin-bottom: 30px;
  }
  #top #section-4 section .screen img {
    width: 100%;
  }
  #top #section-4 #section-4-3 p + p {
    margin-top: 20px;
  }
  #top #section-4 #section-4-3 p + p .zoom {
    display: table;
    margin-left: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #top #section-4 #section-4-4 {
    margin-bottom: 0;
  }
}
#top #section-5 {
  width: 100%;
  background: black url(i/top/section-5-background.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
  color: white;
}
#top #section-5 .limited {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 137px;
}
#top #section-5 .limited:after {
  clear: both;
  content: '';
  display: block;
}
#top #section-5 .limited > h1 {
  margin: 0 0 32px;
  font-size: 24px;
  letter-spacing: 0.2em;
}
#top #section-5 .screen {
  width: 950px;
  height: 364px;
  margin: 0 auto;
  background: url(i/top/section-5-content-pc.png) left top no-repeat;
  background-size: contain;
}
#top #section-5 p {
  margin: 0;
  padding: 35px 0;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2.3;
}
#top #section-5 p strong {
  font-size: 18px;
}
#top #section-5 p strong:before, #top #section-5 p strong + br + span:before {
  content: '　';
}
#top #section-5 p br {
  display: none;
}
@media (max-width: 1016px) {
  #top #section-5 .limited {
    padding-top: 80px;
  }
  #top #section-5 .limited > h1 {
    margin-bottom: 40px;
  }
  #top #section-5 .screen {
    width: 468px;
    height: 668px;
    background-image: url(i/top/section-5-content-tb.png);
  }
  #top #section-5 p strong, #top #section-5 p strong + br + span {
    display: block;
  }
  #top #section-5 p strong:before, #top #section-5 p strong + br + span:before {
    content: none;
  }
}
@media (max-width: 656px) {
  #top #section-5 .screen {
    width: 228px;
    height: 1228px;
    background-image: url(i/top/section-5-content-sp.png);
  }
  #top #section-5 p span {
    display: block;
  }
}
#top #section-6 {
  width: 100%;
}
#top #section-6 .limited {
  max-width: 1000px;
  margin: 0 auto;
  padding: 164px 0 50px;
}
#top #section-6 .limited:after {
  clear: both;
  content: '';
  display: block;
}
#top #section-6 h1 {
  margin: 0 0 38px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.2em;
}
#top #section-6 h1:before, #top #section-6 h1:after {
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  content: url(i/icon-2.png);
  position: relative;
  top: 2px;
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 14px;
}
#top #section-6 h1:before {
  margin-right: 17px;
}
#top #section-6 h1:after {
  margin-left: 17px;
}
#top #section-6 .screen {
  width: 700px;
  height: 600px;
  margin: 0 auto;
  background: gray;
}
@media (max-width: 1016px) {
  #top #section-6 .limited {
    padding-top: 70px;
  }
  #top #section-6 .screen {
    width: 90%;
    height: 246px;
  }
}

#origin main {
  padding-top: 56px;
  padding-bottom: 98px;
}
#origin main > header {
  text-align: center;
}
#origin main > header h1 {
  margin: 0;
  font-size: 24px;
  letter-spacing: 0.3em;
  font-family: "FOT-マティス Pro DB", "Yu Mincho", serif;
}
#origin main > header h2 {
  margin: 28px 0 0;
  font-size: 14px;
  letter-spacing: 0.2em;
}
@media (max-width: 1016px) {
  #origin main > header h1 {
    font-size: 21px;
  }
}
#origin #main-photo {
  display: block;
  max-width: 950px;
  width: 100%;
  margin: 44px auto 0;
}
#origin dl {
  margin: 60px 8% 0;
  text-align: center;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.2em;
}
#origin dl dt {
  max-width: 560px;
  margin: 0 auto;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
#origin dl dd {
  max-width: 560px;
  margin: 12px auto 0;
  text-align: left;
}
#origin dl dd + dt {
  margin-top: 86px;
}
@media (min-width: 1017px) {
  #origin dl {
    margin-bottom: 116px;
  }
  #origin dl br {
    display: none;
  }
}
@media (max-width: 1016px) {
  #origin dl {
    margin-top: 36px;
    margin-bottom: 126px;
  }
  #origin dl dd {
    font-size: 13px;
  }
  #origin dl dd + dt {
    margin-top: 62px;
  }
}
#origin main section {
  margin: 0 auto;
}
#origin main section:after {
  clear: both;
  content: '';
  display: block;
}
#origin main section h1 {
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.5em;
}
#origin main section p {
  margin: 0;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (min-width: 1017px) {
  #origin main section {
    width: 774px;
  }
  #origin main section + section {
    margin-top: 68px;
  }
  #origin main section h1, #origin main section p {
    width: 425px;
  }
  #origin main section h1 {
    padding-top: 110px;
  }
  #origin main section p {
    margin-top: 74px;
  }
  #origin main section.wide h1, #origin main section.wide p {
    width: 360px;
  }
  #origin main section.wide h1 {
    padding-top: 0;
  }
  #origin main section.wide p {
    margin-top: 60px;
  }
  #origin main section#section-4 img + img {
    margin-left: 138px;
  }
  #origin main section#section-4 img + p {
    margin-top: 26px;
    font-size: 11px;
    letter-spacing: 0;
  }
  #origin main section#section-4 h1 {
    padding-top: 0;
  }
  #origin main section#section-4 h1 + p {
    margin-top: 22px;
  }
}
@media (min-width: 657px) {
  #origin main section:nth-of-type(odd) img {
    float: right;
  }
  #origin main section:nth-of-type(odd) h1, #origin main section:nth-of-type(odd) p {
    float: left;
  }
  #origin main section:nth-of-type(even) img {
    float: left;
  }
  #origin main section:nth-of-type(even) h1, #origin main section:nth-of-type(even) p {
    float: right;
  }
}
@media (max-width: 1016px) {
  #origin main section p {
    font-size: 13px;
  }
}
@media (max-width: 1016px) and (min-width: 657px) {
  #origin main section {
    width: 100%;
  }
  #origin main section + section {
    margin-top: 84px;
  }
  #origin main section img {
    width: 41%;
  }
  #origin main section h1, #origin main section p {
    width: 40%;
  }
  #origin main section h1 {
    padding-top: 82px;
  }
  #origin main section p {
    margin-top: 110px;
  }
  #origin main section.wide p {
    margin-top: 30px;
  }
  #origin main section:nth-of-type(odd) img {
    margin-right: 7%;
  }
  #origin main section:nth-of-type(odd) h1, #origin main section:nth-of-type(odd) p {
    margin-left: 7%;
  }
  #origin main section:nth-of-type(even) img {
    margin-left: 7%;
  }
  #origin main section:nth-of-type(even) h1, #origin main section:nth-of-type(even) p {
    margin-right: 7%;
  }
  #origin main section#section-4 img + img {
    float: right;
    width: 40%;
    margin-right: 7%;
    margin-left: 0;
  }
  #origin main section#section-4 img + p {
    margin-top: 19px;
    font-size: 11px;
    letter-spacing: 0;
  }
  #origin main section#section-4 h1 {
    padding-top: 0;
  }
  #origin main section#section-4 h1 + p {
    margin-top: 22px;
  }
}
@media (max-width: 656px) {
  #origin main section + section {
    margin-top: 118px;
  }
  #origin main section img {
    display: block;
    width: 88%;
    margin: 0 auto;
  }
  #origin main section h1, #origin main section p {
    width: 84%;
    margin: 0 auto;
  }
  #origin main section h1 {
    margin-top: 38px;
  }
  #origin main section p {
    margin-top: 28px;
  }
  #origin main section#section-4 img + img {
    margin-top: 30px;
  }
  #origin main section#section-4 img + p {
    margin-top: 16px;
    font-size: 11px;
    letter-spacing: 0;
  }
  #origin main section#section-4 h1 {
    margin-top: 0px;
  }
}

#access-old main > h1 {
  margin: 56px 0 66px;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.3em;
  font-family: "FOT-マティス Pro DB", "Yu Mincho", serif;
}
#access-old main > section > h1 {
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
}
#access-old main > section > h1:before {
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  position: relative;
  top: 4px;
  content: url(i/icon-2.png);
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 14px;
  margin-right: 8px;
}
@media (max-width: 1016px) {
  #access-old main > h1 {
    margin-bottom: 40px;
    font-size: 21px;
  }
}
#access-old #map {
  padding-bottom: 33px;
  max-width: 950px;
  width: 90%;
  margin: 0 auto;
}
#access-old #map .screen {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
}
#access-old #map iframe {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border: 0;
  background: lightgray;
}
#access-old #map p {
  margin: 22px 0 0;
}
#access-old #map p a {
  -moz-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  display: block;
  width: 188px;
  height: 30px;
  margin: 0 auto;
  border-radius: 4px;
  background: #e08f79;
  text-align: center;
}
#access-old #map p a:hover {
  opacity: 0.6;
}
@media (max-width: 1016px) {
  #access-old #map p {
    margin-top: 15px;
  }
  #access-old #map p a {
    width: 180px;
    height: 44px;
  }
  #access-old #map p a img {
    padding-top: 7px;
  }
}
#access-old #route {
  width: 754px;
  margin: 0 auto;
  padding-top: 33px;
  padding-bottom: 44px;
}
#access-old #route:after {
  clear: both;
  content: '';
  display: block;
}
#access-old #route > h1 {
  margin-bottom: 31px;
}
#access-old #route > section {
  float: left;
  display: inline-block;
  vertical-align: top;
}
#access-old #route > section:nth-of-type(1) {
  padding-right: 48px;
}
#access-old #route > section > h1 {
  margin: 0 0 3px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.92;
}
#access-old #route > section > h1:before {
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  content: url(i/icon-7.png);
  position: relative;
  top: 6px;
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
#access-old #route > section ul {
  margin: 0;
  padding: 0;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1.92;
}
#access-old #route > section ul + ul {
  margin-top: 1.92em;
}
#access-old #route > section ul li {
  list-style: none;
  margin-left: 1.1em;
  text-indent: -1.1em;
}
#access-old #route > section ul li:before {
  content: '・';
}
#access-old #route #highway {
  margin-top: 23px;
}
#access-old #route #station > h1:before {
  content: url(i/icon-7.png);
}
#access-old #route #airport > h1:before {
  content: url(i/icon-8.png);
}
#access-old #route #highway > h1:before {
  content: url(i/icon-9.png);
}
@media (min-width: 1017px) {
  #access-old #route .wo-pc {
    display: none;
  }
}
@media (max-width: 1016px) and (min-width: 657px) {
  #access-old #route {
    width: 604px;
  }
  #access-old #route #station {
    padding-right: 0;
  }
  #access-old #route #airport, #access-old #route #highway {
    float: right;
    width: 250px;
  }
}
@media (max-width: 656px) {
  #access-old #route {
    width: 288px;
  }
  #access-old #route > section {
    float: none;
    width: 288px;
  }
  #access-old #route > section ul + ul {
    margin-top: 0;
  }
  #access-old #route #station {
    padding-right: 0;
  }
  #access-old #route #airport, #access-old #route #highway {
    margin-top: 32px;
  }
}
#access-old #guide {
  padding-top: 44px;
  padding-bottom: 50px;
  max-width: 700px;
  width: 90%;
  margin: 0 auto;
}
#access-old #guide .screen {
  margin: 33px 0 0;
}
#access-old #guide .screen img {
  width: 100%;
}
#access-old #contact {
  max-width: 596px;
  margin: 0 auto;
  padding: 50px 8% 30px;
}
#access-old #contact .red {
  position: relative;
  top: 2px;
  color: red;
}
#access-old #contact > p, #access-old #contact > section {
  font-size: 13px;
  line-height: 1.92;
  letter-spacing: 0.1em;
}
#access-old #contact > section {
  margin-top: 30px;
}
#access-old #contact > section h1 {
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.1em;
}
#access-old #contact > section p {
  margin: 6px 0 0;
}
#access-old #contact > p {
  margin-top: 36px;
}

#access main > h1 {
  margin: 56px 0 66px;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.3em;
  font-family: "FOT-マティス Pro DB", "Yu Mincho", serif;
}
#access main > section > h1 {
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
}
#access main > section > h1:before {
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  position: relative;
  top: 4px;
  content: url(i/icon-2.png);
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 14px;
  margin-right: 8px;
}
@media (max-width: 1016px) {
  #access main > h1 {
    margin-bottom: 40px;
    font-size: 21px;
  }
}
#access #map {
  padding-bottom: 33px;
  max-width: 950px;
  width: 90%;
  margin: 0 auto;
}
#access #map .screen {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
}
#access #map iframe {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border: 0;
  background: lightgray;
}
#access #map p {
  margin: 22px 0 0;
}
#access #map p a {
  -moz-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  display: block;
  width: 188px;
  height: 30px;
  margin: 0 auto;
  border-radius: 4px;
  background: #e08f79;
  text-align: center;
}
#access #map p a:hover {
  opacity: 0.6;
}
@media (max-width: 1016px) {
  #access #map p {
    margin-top: 15px;
  }
  #access #map p a {
    width: 180px;
    height: 44px;
  }
  #access #map p a img {
    padding-top: 7px;
  }
}
#access #route {
  width: 754px;
  margin: 0 auto;
  padding-top: 33px;
  padding-bottom: 44px;
}
#access #route:after {
  clear: both;
  content: '';
  display: block;
}
#access #route > h1 {
  margin-bottom: 31px;
}
#access #route > section {
  float: left;
  display: inline-block;
  vertical-align: top;
}
#access #route > section:nth-of-type(1) {
  padding-right: 48px;
}
#access #route > section > h1 {
  margin: 0 0 3px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.92;
}
#access #route > section > h1:before {
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  content: url(i/icon-7.png);
  position: relative;
  top: 6px;
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
#access #route > section ul {
  margin: 0;
  padding: 0;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1.92;
}
#access #route > section ul + ul {
  margin-top: 1.92em;
}
#access #route > section ul li {
  list-style: none;
  margin-left: 1.1em;
  text-indent: -1.1em;
}
#access #route > section ul li:before {
  content: '・';
}
#access #route #highway {
  margin-top: 23px;
}
#access #route #station > h1:before {
  content: url(i/icon-7.png);
}
#access #route #airport > h1:before {
  content: url(i/icon-8.png);
}
#access #route #highway > h1:before {
  content: url(i/icon-9.png);
}
@media (min-width: 1017px) {
  #access #route .wo-pc {
    display: none;
  }
}
@media (max-width: 1016px) and (min-width: 657px) {
  #access #route {
    width: 604px;
  }
  #access #route #station {
    padding-right: 0;
  }
  #access #route #airport, #access #route #highway {
    float: right;
    width: 250px;
  }
}
@media (max-width: 656px) {
  #access #route {
    width: 288px;
  }
  #access #route > section {
    float: none;
    width: 288px;
  }
  #access #route > section ul + ul {
    margin-top: 0;
  }
  #access #route #station {
    padding-right: 0;
  }
  #access #route #airport, #access #route #highway {
    margin-top: 32px;
  }
}
#access #guide {
  padding-top: 44px;
  padding-bottom: 50px;
  max-width: 700px;
  width: 90%;
  margin: 0 auto;
}
#access #guide .screen {
  margin: 33px 0 0;
}
#access #guide .screen img {
  width: 100%;
}
#access #contact {
  max-width: 596px;
  margin: 0 auto;
  padding: 50px 8% 30px;
}
#access #contact .red {
  position: relative;
  top: 2px;
  color: red;
}
#access #contact > p, #access #contact > section {
  font-size: 13px;
  line-height: 1.92;
  letter-spacing: 0.1em;
}
#access #contact > section {
  margin-top: 30px;
}
#access #contact > section h1 {
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.1em;
}
#access #contact > section p {
  margin: 6px 0 0;
}
#access #contact > p {
  margin-top: 36px;
}
#access #contact-form {
  display: block;
  padding-top: 42px;
}
#access #contact-form .field + .field {
  margin-top: 18px;
}
#access #contact-form label, #access #contact-form input, #access #contact-form textarea {
  font-size: 13px;
}
#access #contact-form label {
  display: block;
  margin-bottom: 4px;
  letter-spacing: 0.2em;
}
#access #contact-form input, #access #contact-form textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin: 0;
  padding-left: 26px;
  padding-right: 26px;
  font-family: "Yu Mincho", serif;
  letter-spacing: 0.1em;
}
#access #contact-form input {
  padding-top: 5px;
  padding-bottom: 5px;
}
#access #contact-form input.error {
  color: red;
  text-shadow: 0 0 2px rgba(255, 255, 0, 0.5);
}
#access #contact-form textarea {
  padding-top: 18px;
  padding-bottom: 18px;
  line-height: 1.92;
}
#access #contact-form .required label:before {
  content: '*';
  color: red;
}
#access #contact-form button[type="submit"] {
  -moz-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  display: table;
  margin: 45px auto 0;
  padding: 0 23px;
  border: 0;
  outline: 0;
  border-radius: 4px;
  background: #e08f79;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: white;
  font-family: "FOT-マティス Pro M", "Yu Mincho", serif;
  line-height: 30px;
  cursor: pointer;
}
#access #contact-form button[type="submit"]:hover {
  opacity: 0.6;
}
#access #confirm > div {
  padding: 20px 0;
}
#access #confirm > div > div {
  box-sizing: border-box;
  width: 84%;
  max-width: 800px;
  margin: 0 8%;
  padding: 0;
  background: white;
}
#access #confirm-contents {
  padding: 30px 9.5238%;
}
#access #confirm-contents table {
  width: 100%;
  padding: 0;
  border-spacing: 0;
  font-size: 13px;
  letter-spacing: 0.2em;
  line-height: 1.923;
}
#access #confirm-contents table th, #access #confirm-contents table td {
  padding: 0;
  font-weight: normal;
}
#access #confirm-contents .control {
  padding: 24px 0 0;
  text-align: center;
}
#access #confirm-contents .control button {
  -moz-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0 23px;
  border: 0;
  border-radius: 4px;
  outline: 0;
  background: #e08f79;
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 30px;
  font-family: "FOT-マティス Pro M", "Yu Mincho", serif;
  cursor: pointer;
}
#access #confirm-contents .control button:hover {
  opacity: 0.6;
}
@media (min-width: 1017px) {
  #access #confirm-contents table th, #access #confirm-contents table td {
    padding: 12px 0 12px;
    border-bottom: 1px solid #ccc;
  }
  #access #confirm-contents table th {
    width: 160px;
  }
  #access #confirm-contents .control button + button {
    margin-left: 70px;
  }
}
@media (max-width: 1016px) {
  #access #confirm-contents table th, #access #confirm-contents table td {
    display: block;
  }
  #access #confirm-contents table th {
    padding-top: 12px;
  }
  #access #confirm-contents table td {
    padding-bottom: 12px;
    border-bottom: 1px solid #ccc;
  }
  #access #confirm-contents .control button {
    width: 200px;
    line-height: 44px;
  }
}
@media (max-width: 1016px) and (min-width: 657px) {
  #access #confirm-contents table td {
    padding-left: 1.2em;
    padding-right: 1.2em;
  }
  #access #confirm-contents .control button + button {
    margin-left: 20px;
  }
}
@media (max-width: 656px) {
  #access #confirm-contents table td {
    padding-left: 0.8em;
    padding-right: 0.8em;
  }
  #access #confirm-contents .control button {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #access #confirm-contents .control button + button {
    margin-top: 20px;
  }
}
#access #complete {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 8%;
}
#access #complete p {
  margin: 0;
}
#access #complete p:first-child {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
}
#access #complete p:first-child + p {
  margin-top: 36px;
  font-size: 13px;
  line-height: 1.923;
  letter-spacing: 0.1em;
}
#access #complete p:first-child + p + p {
  margin-top: 36px;
  font-size: 16px;
  letter-spacing: 0.1em;
}
#access #complete p:first-child + p + p + p {
  padding-top: 11px;
  font-size: 13px;
  line-height: 1.923;
  letter-spacing: 0.1em;
}
@media (min-width: 1017px) {
  #access #complete {
    padding-bottom: 270px;
  }
  #access #complete .tel {
    pointer-events: none;
  }
}
@media (max-width: 1016px) {
  #access #complete {
    padding-bottom: 90px;
  }
  #access #complete .tel-prefix {
    display: none;
  }
  #access #complete .tel {
    -moz-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    -webkit-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
    display: inline-block;
    margin: 9px 0;
    padding: 0 17px;
    border-radius: 4px;
    background: #e08f79;
    color: white;
    line-height: 40px;
    text-decoration: none;
  }
  #access #complete .tel:hover {
    opacity: 0.6;
  }
  #access #complete .tel:before {
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    content: url(i/icon-13.png);
    position: relative;
    top: 12px;
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 14px;
    margin-right: 4px;
  }
}

#news main {
  padding-top: 58px;
  padding-bottom: 136px;
}
@media (max-width: 1016px) {
  #news main {
    padding-bottom: 107px;
  }
}
#news main > h1 {
  margin: 0 0 70px;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.3em;
  font-family: "FOT-マティス Pro DB", "Yu Mincho", serif;
}
@media (min-width: 1017px) {
  #news main {
    width: 862px;
    margin: 0 auto;
  }
  #news main:after {
    clear: both;
    content: '';
    display: block;
  }
  #news main > .l {
    float: left;
    width: 616px;
  }
  #news main > .r {
    float: right;
    width: 190px;
  }
}
@media (max-width: 1016px) {
  #news main > h1 {
    font-size: 21px;
  }
  #news main > .l {
    max-width: 616px;
    margin: 0 auto;
    padding: 0 8%;
  }
}
#news .archive > h1 {
  margin: 0 0 40px;
  font-size: 18px;
  text-align: center;
}
#news .archive ul {
  margin: 0;
  padding: 0;
}
#news .archive ul:after {
  clear: both;
  content: '';
  display: block;
}
#news .archive li {
  list-style: none;
  border: 1px solid #ccc;
}
#news .archive li:nth-child(n+3) {
  margin-top: 50px;
}
#news .archive li.new a:before {
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  content: url(i/icon-new.png);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 66px;
  height: 66px;
}
#news .archive article {
  background: white;
}
#news .archive a {
  -moz-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 286px;
  height: 358px;
  padding: 28px 25px 0;
  background: white;
}
#news .archive a:hover {
  opacity: 0.6;
}
#news .archive a:hover {
  text-decoration: none;
}
#news .archive a:after {
  content: '詳細へ';
  position: absolute;
  left: 78px;
  bottom: 22px;
  display: block;
  width: 130px;
  margin: 0 auto;
  border-radius: 4px;
  background: #e08f79;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 28px;
  color: white;
}
#news .archive a h1 {
  position: relative;
  height: 3.5em;
  margin: 0;
  padding-top: 36px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #e08f79;
}
#news .archive a h1:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 24px;
  background: url(i/icon-1.png) center center no-repeat;
  background-size: contain;
}
#news .archive a time {
  display: block;
  margin-top: 12px;
  font-size: 12px;
  letter-spacing: 0.1em;
}
#news .archive a p {
  height: 8em;
  margin: 15px 0 0;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 2;
  overflow: hidden;
}
@media (min-width: 657px) {
  #news .archive li {
    display: inline-block;
    vertical-align: top;
  }
  #news .archive li:nth-child(odd) {
    float: left;
  }
  #news .archive li:nth-child(even) {
    float: right;
  }
}
@media (max-width: 1016px) and (min-width: 657px) {
  #news .archive {
    width: 538px;
    margin: 0 auto;
  }
}
@media (max-width: 1016px) {
  #news .archive a {
    width: 260px;
    padding-left: 22px;
    padding-right: 22px;
  }
  #news .archive a:after {
    left: 65px;
  }
}
@media (max-width: 656px) {
  #news .archive li {
    display: table;
    margin: 0 auto;
  }
  #news .archive li + li {
    margin-top: 50px;
  }
}
#news .monthly ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid #ccc;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
}
#news .monthly ul > li {
  list-style: none;
  border-bottom: 1px solid #ccc;
}
#news .monthly ul > li a {
  display: block;
  padding: 7px 0 8px;
}
@media (min-width: 1017px) {
  #news .monthly {
    padding-top: 9px;
  }
  #news .monthly h1 {
    margin: 0 0 9px;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 1016px) {
  #news .monthly {
    max-width: 616px;
    margin: 70px auto 0;
    padding: 0 8%;
  }
  #news .monthly h1 {
    position: relative;
    height: 46px;
    margin: 0;
    background: #e08f79;
    color: white;
    line-height: 46px;
    cursor: pointer;
  }
  #news .monthly h1:before {
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    content: url(i/icon-10.png);
    display: inline-block;
    vertical-align: top;
    width: 26px;
    height: 26px;
    margin: 9px 12px 0 13px;
  }
  #news .monthly h1:after {
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    content: url(i/icon-11.png);
    position: absolute;
    right: 16px;
    top: 15px;
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 8px;
  }
  #news .monthly ul {
    display: none;
    border-top: 0;
  }
  #news .monthly.open ul {
    display: block;
  }
}
#news .post h1 {
  margin: 0 0 40px;
  font-size: 18px;
  color: #e08f79;
  letter-spacing: 0.1em;
  line-height: 1.65;
}
#news .post .body {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
}
#news .post .body img {
  width: 100%;
  height: auto;
}
#news .post .body p {
  margin: 0;
}
@media (max-width: 1016px) {
  #news .post .body {
    font-size: 13px;
  }
}
#news .post time {
  display: block;
  margin-top: 18px;
  text-align: right;
  font-size: 12px;
  letter-spacing: 0.1em;
}
#news .control {
  margin: 0 0 92px;
}
#news .control:after {
  clear: both;
  content: '';
  display: block;
}
#news .control p {
  text-align: center;
}
#news .control a {
  -moz-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  background: #e08f79;
  color: white;
  line-height: 40px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
#news .control a:hover {
  opacity: 0.6;
}
#news .control a:hover {
  text-decoration: none;
}
#news .control .to-archive {
  margin: 70px 0 20px;
}
#news .control .to-previous {
  float: left;
  width: 132px;
  margin: 0;
}
#news .control .to-next {
  float: right;
  width: 132px;
  margin: 0;
}

#houmando, #houmando body, #houmando #page {
  height: 100%;
}
#houmando #page > header {
  margin-top: -60px;
}
#houmando #page > header #floater-nav > .limited {
  height: 68px;
}
@media (min-width: 1017px) {
  #houmando #page > header #floater-nav nav .dependent a {
    padding-left: 3px;
    padding-right: 3px;
  }
}
@media (max-width: 1016px) {
  #houmando #page > header {
    margin-top: -50px;
  }
  #houmando #page > header #floater-nav > .limited {
    height: auto;
  }
  #houmando #page > header #floater-nav nav {
    /*
    .limited {
    	padding-top: 40px;
    }
    */
    /*
    .primary-1 {
    	position: absolute; left: 5px; top: 0;
    }
    */
  }
  #houmando #page > header #floater-nav nav .dependent {
    display: none;
  }
  #houmando #page > header #floater-nav nav .primary {
    margin-top: 0;
  }
  #houmando #page > header #floater-nav nav .dependent-4 {
    letter-spacing: 0.1em;
  }
}
#houmando #page > footer {
  margin-top: 50px;
}
#houmando #slideshow {
  pointer-events: none;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#houmando #slideshow > div {
  -moz-transition: -moz-transform 8s linear, opacity 2s ease;
  -o-transition: -o-transform 8s linear, opacity 2s ease;
  -webkit-transition: -webkit-transform 8s linear, opacity 2s ease;
  transition: transform 8s linear, opacity 2s ease;
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#houmando #slideshow > div img {
  display: none;
}
#houmando #slideshow > div:first-child {
  visibility: visible;
  opacity: 1;
}
#houmando #slideshow > div.active {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
#houmando #slideshow .image-1 {
  background-image: url(i/houmando/lead-1.jpg);
}
#houmando #slideshow .image-2 {
  background-image: url(i/houmando/lead-2.jpg);
}
#houmando #slideshow .image-3 {
  background-image: url(i/houmando/lead-3.jpg);
}
#houmando #slideshow .image-4 {
  background-image: url(i/houmando/lead-4.jpg);
}
#houmando #slideshow .image-5 {
  background-image: url(i/houmando/lead-5.jpg);
}
#houmando #slideshow .image-6 {
  background-image: url(i/houmando/lead-6.jpg);
}
#houmando #overlay {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  color: white;
}
#houmando #overlay p:first-child {
  -moz-transition: top 600ms ease-out;
  -o-transition: top 600ms ease-out;
  -webkit-transition: top 600ms ease-out;
  transition: top 600ms ease-out;
  position: absolute;
  left: 50%;
  top: 18%;
  width: 1em;
  padding: 0.25em 0.5em;
  margin: 0 0 0 -1.05em;
  border-left: 1px solid white;
  border-right: 1px solid white;
  background: rgba(50, 50, 50, 0.1);
  font-size: 31px;
  line-height: 1.45;
  word-break: break-all;
  font-weight: normal;
  text-align: center;
}
#houmando #overlay p:first-child span {
  -moz-transition: top 600ms ease-out;
  -o-transition: top 600ms ease-out;
  -webkit-transition: top 600ms ease-out;
  transition: top 600ms ease-out;
  position: absolute;
  right: -2.4em;
  top: -0.3em;
  display: block;
  width: 1em;
  font-size: 12px;
  line-height: 1.4;
}
#houmando #overlay p:first-child strong:before, #houmando #overlay p:first-child strong:after, #houmando #overlay p:first-child strong i:before, #houmando #overlay p:first-child strong i:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
}
#houmando #overlay p:first-child strong:before {
  left: 0;
  top: 0;
  border-top-color: white;
  border-left-color: white;
}
#houmando #overlay p:first-child strong:after {
  right: 0;
  top: 0;
  border-top-color: white;
  border-right-color: white;
}
#houmando #overlay p:first-child strong i:before {
  left: 0;
  bottom: 0;
  border-bottom-color: white;
  border-left-color: white;
}
#houmando #overlay p:first-child strong i:after {
  right: 0;
  bottom: 0;
  border-bottom-color: white;
  border-right-color: white;
}
#houmando #overlay p:first-child strong i {
  display: table;
  margin: 0 auto;
  width: 1em;
  font-style: normal;
  font-size: 15px;
  line-height: 1.4;
}
#houmando #overlay p:first-child + p {
  position: absolute;
  right: 5.4em;
  top: 4em;
  width: 6.5em;
  margin: 0;
  font-size: 20px;
  line-height: 1.6;
}
#houmando #overlay p:first-child + p:after {
  clear: both;
  content: '';
  display: block;
}
#houmando #overlay p:first-child + p br {
  display: none;
}
#houmando #overlay p:first-child + p span {
  float: right;
  display: block;
  width: 1em;
}
#houmando #overlay p:first-child + p br + span {
  margin-right: 1.4em;
}
#houmando #overlay p:first-child + p span:first-child {
  position: relative;
  top: 2em;
  font-size: 30px;
}
#houmando #overlay p:first-child + p span:first-child + br + span + br + span {
  position: relative;
  top: -1em;
  font-size: 21px;
}
@media (max-width: 1016px) {
  #houmando #overlay p:first-child {
    top: 74px;
    font-size: 25px;
  }
  #houmando #overlay p:first-child span {
    font-size: 11px;
  }
  #houmando #overlay p:first-child strong i {
    font-size: 12px;
  }
  #houmando #overlay p:first-child + p {
    left: 50%;
    right: auto;
    top: 285px;
    width: 5.7em;
    margin-left: -2.5em;
    font-size: 12px;
  }
  #houmando #overlay p:first-child + p br + span {
    margin-right: 1em;
  }
  #houmando #overlay p:first-child + p span:first-child {
    top: 1.5em;
    font-size: 20px;
  }
  #houmando #overlay p:first-child + p span:first-child + br + span + br + span {
    top: -1em;
    font-size: 12px;
  }
}
@media (max-width: 1016px) and (max-height: 520px) {
  #houmando #overlay p:first-child {
    top: 10%;
  }
  #houmando #overlay p:first-child span {
    top: 0;
  }
  #houmando #overlay p:first-child + p {
    left: 30%;
    right: auto;
    top: 10%;
    margin-left: -4.1em;
  }
}
#houmando #section-1 {
  padding: 100px 0 76px;
  background: black url(i/houmando/section-1-background.jpg) center center no-repeat;
  background-size: cover;
  color: white;
}
#houmando #section-1 h1 {
  margin: 0 0 46px;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.2em;
}
#houmando #section-1 p {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 8%;
  font-size: 14px;
  line-height: 1.92;
  letter-spacing: 0.1em;
}
@media (max-width: 1016px) {
  #houmando #section-1 p {
    font-size: 13px;
  }
}
#houmando #section-2 {
  padding: 100px 0 76px;
  background: white;
  text-align: center;
  /*
  p {
  	max-width: 600px; margin: 0 auto; padding: 0 8%;
  	font-size: 14px; line-height: 1.92; letter-spacing: 0.1em;
  	@media (max-width: $tablet) {
  		font-size: 13px;
  	}
  }
  */
}
#houmando #section-2:after {
  clear: both;
  content: '';
  display: block;
}
#houmando #section-2 h1 {
  margin: 0 0 46px;
  font-size: 24px;
  letter-spacing: 0.2em;
}
#houmando #section-2 > div {
  display: inline-block;
  vertical-align: top;
  width: 280px;
}
#houmando #section-2 > div p {
  margin: 0;
  text-align: center;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
}
#houmando #section-2 > div + p {
  margin: 0;
  text-align: left;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (min-width: 1017px) {
  #houmando #section-2 img {
    display: inline-block;
    vertical-align: top;
    margin-top: -28px;
  }
  #houmando #section-2 > div + p {
    display: inline-block;
    vertical-align: top;
    width: 538px;
    margin-left: 28px;
  }
}
@media (max-width: 1016px) {
  #houmando #section-2 > div + p {
    margin: 0 8%;
  }
}
#houmando #section-3 {
  padding: 138px 0 46px;
  background: black url(i/houmando/section-3-background.jpg) center center no-repeat;
  background-size: cover;
  color: white;
  text-align: center;
}
#houmando #section-3 > h1 {
  margin: 0 0 34px;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.2em;
}
#houmando #section-3 .to-archive {
  margin: 0;
  padding: 40px 0 0;
  font-size: 13px;
  line-height: 34px;
  letter-spacing: 0.2em;
}
#houmando #section-3 .to-archive a {
  display: table;
  margin: 0 auto;
  padding: 0 1.2em 0 1.4em;
  border-radius: 4px;
  background: white;
  color: #e08f79;
  text-decoration: none;
}
#houmando #section-3 article {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 5%;
}
#houmando #section-3 article a {
  display: block;
  padding: 38px 50px 33px;
  background: white;
  text-align: left;
  color: black;
}
#houmando #section-3 article a:hover {
  text-decoration: none;
}
#houmando #section-3 article .screen img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
#houmando #section-3 article h1 {
  margin: 10px 0 9px;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #bc1c24;
}
#houmando #section-3 article time {
  display: block;
  text-align: right;
  font-size: 12px;
  letter-spacing: 0.2em;
}
@media (max-width: 656px) {
  #houmando #section-3 article a {
    padding-left: 9px;
    padding-right: 9px;
  }
  #houmando #section-3 article h1, #houmando #section-3 article time {
    padding-left: 9px;
    padding-right: 9px;
  }
}
#houmando #section-4 {
  padding: 138px 0 96px;
  background: black url(i/houmando/section-4-background.jpg) center center no-repeat;
  background-size: cover;
  color: white;
  text-align: center;
}
#houmando #section-4 h1 {
  margin: 0 0 48px;
  font-size: 24px;
  letter-spacing: 0.2em;
}
#houmando #section-4:after {
  content: '';
  display: block;
  width: 950px;
  height: 514px;
  margin: 0 auto;
  background: url(i/houmando/section-4-content-pc.png) left top no-repeat;
  background-size: 100%;
}
@media (max-width: 1016px) {
  #houmando #section-4:after {
    width: 476px;
    height: 1058px;
    background-image: url(i/houmando/section-4-content-tb.png);
  }
}
@media (max-width: 656px) {
  #houmando #section-4:after {
    width: 264px;
    height: 1282px;
    background-image: url(i/houmando/section-4-content-sp.png);
  }
}
#houmando #section-5 {
  padding: 138px 0 140px;
  background: white;
  color: black;
  text-align: center;
}
#houmando #section-5 h1 {
  margin: 0 0 47px;
  font-size: 24px;
  letter-spacing: 0.2em;
}
#houmando #section-5 .limited:after {
  clear: both;
  content: '';
  display: block;
}
#houmando #section-5 .text {
  font-size: 12px;
  line-height: 1.83;
  letter-spacing: 0.1em;
  text-align: left;
}
#houmando #section-5 .text .indent {
  position: relative;
  padding-left: 22px;
}
#houmando #section-5 .text .indent:before {
  -moz-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  content: url(i/icon-2.png);
  position: absolute;
  left: 0;
  top: 5px;
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 8px;
}
#houmando #section-5 .text p {
  margin: 18px 0 40px;
}
@media (min-width: 1017px) {
  #houmando #section-5 h1 {
    margin-bottom: 72px;
  }
  #houmando #section-5 .limited {
    max-width: 868px;
    margin: 0 auto;
  }
  #houmando #section-5 .screen {
    float: right;
  }
  #houmando #section-5 .text {
    float: left;
  }
  #houmando #section-5 .text .no-pc {
    display: none;
  }
  #houmando #section-5 .text .ib {
    display: inline-block;
    vertical-align: top;
  }
  #houmando #section-5 .text .ib + .ib {
    margin-left: 40px;
  }
  #houmando #section-5 .text p {
    width: 403px;
    padding-left: 33px;
  }
}
@media (max-width: 1016px) {
  #houmando #section-5 {
    padding-top: 84px;
    padding-bottom: 58px;
  }
}
@media (max-width: 1016px) and (min-width: 657px) {
  #houmando #section-5 .limited {
    max-width: auto;
  }
  #houmando #section-5 .screen {
    float: right;
    width: 38%;
    margin-right: 7%;
  }
  #houmando #section-5 .screen img {
    width: 100%;
  }
  #houmando #section-5 .text {
    float: left;
    width: 41%;
    margin-left: 7%;
  }
}
@media (max-width: 656px) {
  #houmando #section-5 .screen img {
    width: 270px;
  }
  #houmando #section-5 .text {
    width: 270px;
    margin: 32px auto 0;
  }
}
#houmando #section-6 {
  padding: 138px 0 46px;
  background: black url(i/houmando/section-6-background.jpg) center center no-repeat;
  background-size: cover;
  color: white;
  text-align: center;
}
#houmando #section-6 > h1 {
  margin: 0 0 34px;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.2em;
}
#houmando #section-6 .to-archive {
  margin: 0;
  padding: 40px 0 0;
  font-size: 13px;
  line-height: 34px;
  letter-spacing: 0.2em;
}
#houmando #section-6 .to-archive a {
  display: table;
  margin: 0 auto;
  padding: 0 1.2em 0 1.4em;
  border-radius: 4px;
  background: white;
  color: #e08f79;
  text-decoration: none;
}
#houmando #section-6 article {
  display: inline-block;
  vertical-align: top;
  background: white;
  text-align: left;
  color: black;
}
#houmando #section-6 article a {
  -moz-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 288px;
  height: 400px;
  padding: 13px 0 0;
}
#houmando #section-6 article a:hover {
  opacity: 0.6;
}
#houmando #section-6 article a:hover {
  text-decoration: none;
}
#houmando #section-6 article.new a:before {
  -moz-transform: scale(0.36);
  -ms-transform: scale(0.36);
  -webkit-transform: scale(0.36);
  transform: scale(0.36);
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  content: url(i/icon-new.png);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
#houmando #section-6 article .screen img {
  display: block;
  margin: 0 auto;
}
#houmando #section-6 article h1 {
  min-height: 3.4em;
  margin: 15px 25px 0;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #de8d79;
}
#houmando #section-6 article time {
  display: block;
  margin: 9px 25px 0;
  font-size: 12px;
  text-align: right;
  letter-spacing: 0.2em;
}
#houmando #section-6 article a:after {
  content: '詳細へ';
  position: absolute;
  left: 79px;
  bottom: 23px;
  display: block;
  width: 130px;
  height: 28px;
  margin: 0 auto;
  border-radius: 4px;
  background: #de8d79;
  font-size: 14px;
  color: white;
  text-align: center;
  line-height: 28px;
  letter-spacing: 0.1em;
}
@media (min-width: 1017px) {
  #houmando #section-6 article + article {
    margin-left: 50px;
  }
}
@media (min-width: 657px) and (max-width: 1016px) {
  #houmando #section-6 article + article {
    margin-left: 28px;
  }
}
@media (max-width: 656px) {
  #houmando #section-6 article + article {
    margin-top: 40px;
  }
}
#houmando #section-7 {
  padding: 138px 0 46px;
  background: black url(i/houmando/section-7-background.jpg) center center no-repeat;
  background-size: cover;
  color: white;
  text-align: center;
}
#houmando #section-7 > h1 {
  margin: 0 0 34px;
  font-size: 24px;
  letter-spacing: 0.2em;
}
#houmando #section-7 .to-archive {
  margin: 0;
  padding: 40px 0 0;
  font-size: 13px;
  line-height: 34px;
  letter-spacing: 0.2em;
}
#houmando #section-7 .to-archive a {
  display: table;
  margin: 0 auto;
  padding: 0 1.2em 0 1.4em;
  border-radius: 4px;
  background: white;
  color: #e08f79;
  text-decoration: none;
}
#houmando #section-7 article {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 7%;
}
#houmando #section-7 article + article {
  margin-top: 40px;
}
#houmando #section-7 article a {
  display: block;
  padding: 44px 13%;
  background: white;
  color: black;
  text-align: left;
}
#houmando #section-7 article a:hover {
  text-decoration: none;
}
#houmando #section-7 article h1 {
  position: relative;
  margin: 0;
  padding-left: 28px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #e08f79;
}
#houmando #section-7 article h1:before {
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  content: url(i/icon-12.png);
  position: absolute;
  left: 0;
  top: 4px;
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
}
#houmando #section-7 article .body {
  margin: 24px 0;
  font-size: 13px;
  line-height: 1.92;
  letter-spacing: 0.1em;
}
#houmando #section-7 article .body p {
  margin: 0;
}
#houmando #section-7 article time {
  display: block;
  text-align: right;
  font-size: 12px;
  letter-spacing: 0.2em;
}
@media (max-width: 1016px) {
  #houmando #section-7 {
    padding-top: 80px;
  }
}
#houmando #section-8 {
  max-width: 950px;
  margin: 0 auto;
  padding: 122px 0 46px;
  background: white;
  color: black;
  text-align: center;
}
#houmando #section-8:after {
  clear: both;
  content: '';
  display: block;
}
#houmando #section-8 h1 {
  margin: 0 0 64px;
  font-size: 24px;
  letter-spacing: 0.2em;
}
#houmando #section-8 .gmap {
  max-width: 950px;
  margin: 0 auto 64px;
}
#houmando #section-8 .gmap .screen {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 42%;
}
#houmando #section-8 .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
#houmando #section-8 .text {
  position: relative;
  margin-top: 110px;
  padding-left: 24px;
  margin-left: 42px;
  text-align: left;
}
#houmando #section-8 .text:before {
  -moz-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  content: url(i/icon-2.png);
  position: absolute;
  left: 0;
  top: 7px;
  display: block;
  width: 14px;
  height: 8px;
}
#houmando #section-8 .text p {
  margin: 0;
}
#houmando #section-8 .text p:first-child {
  font-size: 14px;
  letter-spacing: 0.4em;
}
#houmando #section-8 .text p:first-child strong {
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.3em;
}
#houmando #section-8 .text p:first-child + p {
  margin-top: 28px;
  font-size: 13px;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
@media (min-width: 1017px) {
  #houmando #section-8 .imap {
    float: left;
  }
  #houmando #section-8 .text {
    float: left;
  }
}
@media (max-width: 1016px) {
  #houmando #section-8 {
    padding-top: 80px;
  }
  #houmando #section-8 h1 {
    margin-bottom: 40px;
  }
  #houmando #section-8 .gmap {
    margin-bottom: 40px;
  }
  #houmando #section-8 .imap {
    margin: 0 5%;
  }
  #houmando #section-8 .imap img {
    width: 100%;
  }
  #houmando #section-8 .text {
    display: table;
    margin: 32px auto 0;
  }
}

#event main {
  padding-top: 58px;
  padding-bottom: 136px;
}
@media (max-width: 1016px) {
  #event main {
    padding-bottom: 107px;
  }
}
#event main > h1 {
  margin: 0 0 70px;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.3em;
  font-family: "FOT-マティス Pro DB", "Yu Mincho", serif;
}
@media (min-width: 1017px) {
  #event main {
    width: 862px;
    margin: 0 auto;
  }
  #event main:after {
    clear: both;
    content: '';
    display: block;
  }
  #event main > .l {
    float: left;
    width: 616px;
  }
  #event main > .r {
    float: right;
    width: 190px;
  }
}
@media (max-width: 1016px) {
  #event main > h1 {
    font-size: 21px;
  }
  #event main > .l {
    max-width: 616px;
    margin: 0 auto;
    padding: 0 8%;
  }
}
#event .archive > h1 {
  margin: 0 0 40px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.1em;
}
#event .archive ul {
  margin: 0;
  padding: 0;
}
#event .archive ul:after {
  clear: both;
  content: '';
  display: block;
}
#event .archive li {
  list-style: none;
  border: 1px solid #ccc;
}
#event .archive li:nth-child(n+3) {
  margin-top: 50px;
}
#event .archive li.new a:before {
  -moz-transform: scale(0.36);
  -ms-transform: scale(0.36);
  -webkit-transform: scale(0.36);
  transform: scale(0.36);
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  content: url(i/icon-new.png);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 48px;
  height: 48px;
}
#event .archive article {
  background: white;
}
#event .archive a {
  -moz-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 286px;
  height: 314px;
  padding: 13px 13px 0;
  background: white;
}
#event .archive a:hover {
  opacity: 0.6;
}
#event .archive a:hover {
  text-decoration: none;
}
#event .archive a:after {
  content: '詳細へ';
  position: absolute;
  left: 78px;
  bottom: 22px;
  display: block;
  width: 130px;
  margin: 0 auto;
  border-radius: 4px;
  background: #e08f79;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 28px;
  color: white;
}
#event .archive a img {
  max-width: 100%;
}
#event .archive a h1 {
  position: relative;
  height: 3.5em;
  margin: 0;
  padding-top: 20px;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #e08f79;
}
#event .archive a time {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: right;
}
@media (min-width: 657px) {
  #event .archive li {
    display: inline-block;
    vertical-align: top;
  }
  #event .archive li:nth-child(odd) {
    float: left;
  }
  #event .archive li:nth-child(even) {
    float: right;
  }
}
@media (max-width: 1016px) and (min-width: 657px) {
  #event .archive {
    width: 538px;
    margin: 0 auto;
  }
}
@media (max-width: 1016px) {
  #event .archive a {
    width: 260px;
    padding-left: 22px;
    padding-right: 22px;
  }
  #event .archive a:after {
    left: 65px;
  }
}
@media (max-width: 656px) {
  #event .archive li {
    display: table;
    margin: 0 auto;
  }
  #event .archive li + li {
    margin-top: 50px;
  }
}
#event .yearly ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid #ccc;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
}
#event .yearly ul > li {
  list-style: none;
  border-bottom: 1px solid #ccc;
}
#event .yearly ul > li a {
  display: block;
  padding: 7px 0 8px;
}
@media (min-width: 1017px) {
  #event .yearly {
    padding-top: 9px;
  }
  #event .yearly h1 {
    margin: 0 0 9px;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 1016px) {
  #event .yearly {
    max-width: 616px;
    margin: 70px auto 0;
    padding: 0 8%;
  }
  #event .yearly h1 {
    position: relative;
    height: 46px;
    margin: 0;
    padding-left: 16px;
    background: #e08f79;
    color: white;
    line-height: 46px;
    cursor: pointer;
  }
  #event .yearly h1:after {
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    content: url(i/icon-11.png);
    position: absolute;
    right: 16px;
    top: 15px;
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 8px;
  }
  #event .yearly ul {
    display: none;
    border-top: 0;
  }
  #event .yearly.open ul {
    display: block;
  }
}
#event .post h1 {
  margin: 0 0 40px;
  font-size: 18px;
  color: #e08f79;
  letter-spacing: 0.1em;
  line-height: 1.65;
}
#event .post .body {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
}
#event .post .body img {
  width: 100%;
  height: auto;
}
#event .post .body p {
  margin: 0;
}
@media (max-width: 1016px) {
  #event .post .body {
    font-size: 13px;
  }
}
#event .post time {
  display: block;
  margin-top: 18px;
  text-align: right;
  font-size: 12px;
  letter-spacing: 0.1em;
}
#event .control {
  margin: 0 0 92px;
}
#event .control:after {
  clear: both;
  content: '';
  display: block;
}
#event .control p {
  text-align: center;
}
#event .control a {
  -moz-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  background: #e08f79;
  color: white;
  line-height: 40px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
#event .control a:hover {
  opacity: 0.6;
}
#event .control a:hover {
  text-decoration: none;
}
#event .control .to-archive {
  margin: 70px 0 20px;
}
#event .control .to-previous {
  float: left;
  width: 132px;
  margin: 0;
}
#event .control .to-next {
  float: right;
  width: 132px;
  margin: 0;
}

#magazine main {
  padding-top: 58px;
  padding-bottom: 136px;
}
@media (max-width: 1016px) {
  #magazine main {
    padding-bottom: 107px;
  }
}
#magazine main > h1 {
  margin: 0 0 70px;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.3em;
  font-family: "FOT-マティス Pro DB", "Yu Mincho", serif;
}
@media (min-width: 1017px) {
  #magazine main {
    width: 862px;
    margin: 0 auto;
  }
  #magazine main:after {
    clear: both;
    content: '';
    display: block;
  }
  #magazine main > .l {
    float: left;
    width: 616px;
  }
  #magazine main > .r {
    float: right;
    width: 190px;
  }
}
@media (max-width: 1016px) {
  #magazine main > h1 {
    font-size: 21px;
  }
  #magazine main > .l {
    max-width: 616px;
    margin: 0 auto;
    padding: 0 8%;
  }
}
#magazine .archive > h1 {
  margin: 0 0 40px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.1em;
}
#magazine .archive ul {
  margin: 0;
  padding: 0;
}
#magazine .archive ul:after {
  clear: both;
  content: '';
  display: block;
}
#magazine .archive li {
  list-style: none;
  border: 1px solid #ccc;
}
#magazine .archive li:nth-child(n+3) {
  margin-top: 50px;
}
#magazine .archive li.new a:before {
  -moz-transform: scale(0.36);
  -ms-transform: scale(0.36);
  -webkit-transform: scale(0.36);
  transform: scale(0.36);
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  content: url(i/icon-new.png);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 48px;
  height: 48px;
}
#magazine .archive article {
  background: white;
}
#magazine .archive a {
  -moz-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 286px;
  height: 400px;
  padding: 13px 13px 0;
  background: white;
}
#magazine .archive a:hover {
  opacity: 0.6;
}
#magazine .archive a:hover {
  text-decoration: none;
}
#magazine .archive a:after {
  content: '詳細へ';
  position: absolute;
  left: 78px;
  bottom: 22px;
  display: block;
  width: 130px;
  margin: 0 auto;
  border-radius: 4px;
  background: #e08f79;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 28px;
  color: white;
}
#magazine .archive a img {
  max-width: 100%;
}
#magazine .archive a h1 {
  position: relative;
  height: 3.5em;
  margin: 0;
  padding-top: 20px;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #e08f79;
}
#magazine .archive a time {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: right;
}
@media (min-width: 657px) {
  #magazine .archive li {
    display: inline-block;
    vertical-align: top;
  }
  #magazine .archive li:nth-child(odd) {
    float: left;
  }
  #magazine .archive li:nth-child(even) {
    float: right;
  }
}
@media (max-width: 1016px) and (min-width: 657px) {
  #magazine .archive {
    width: 538px;
    margin: 0 auto;
  }
}
@media (max-width: 1016px) {
  #magazine .archive a {
    width: 260px;
    padding-left: 22px;
    padding-right: 22px;
  }
  #magazine .archive a:after {
    left: 65px;
  }
}
@media (max-width: 656px) {
  #magazine .archive li {
    display: table;
    margin: 0 auto;
  }
  #magazine .archive li + li {
    margin-top: 50px;
  }
}
#magazine .monthly ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid #ccc;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
}
#magazine .monthly ul > li {
  list-style: none;
  border-bottom: 1px solid #ccc;
}
#magazine .monthly ul > li a {
  display: block;
  padding: 7px 0 8px;
}
@media (min-width: 1017px) {
  #magazine .monthly {
    padding-top: 9px;
  }
  #magazine .monthly h1 {
    margin: 0 0 9px;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 1016px) {
  #magazine .monthly {
    max-width: 616px;
    margin: 70px auto 0;
    padding: 0 8%;
  }
  #magazine .monthly h1 {
    position: relative;
    height: 46px;
    margin: 0;
    background: #e08f79;
    color: white;
    line-height: 46px;
    cursor: pointer;
  }
  #magazine .monthly h1:before {
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    content: url(i/icon-10.png);
    display: inline-block;
    vertical-align: top;
    width: 26px;
    height: 26px;
    margin: 9px 12px 0 13px;
  }
  #magazine .monthly h1:after {
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    content: url(i/icon-11.png);
    position: absolute;
    right: 16px;
    top: 15px;
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 8px;
  }
  #magazine .monthly ul {
    display: none;
    border-top: 0;
  }
  #magazine .monthly.open ul {
    display: block;
  }
}
#magazine .post h1 {
  margin: 0 0 40px;
  font-size: 18px;
  color: #e08f79;
  letter-spacing: 0.1em;
  line-height: 1.65;
}
#magazine .post .body {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
}
#magazine .post .body img {
  width: 100%;
  height: auto;
}
#magazine .post .body p {
  margin: 0;
}
@media (max-width: 1016px) {
  #magazine .post .body {
    font-size: 13px;
  }
}
#magazine .post time {
  display: block;
  margin-top: 18px;
  text-align: right;
  font-size: 12px;
  letter-spacing: 0.1em;
}
#magazine .control {
  margin: 0 0 92px;
}
#magazine .control:after {
  clear: both;
  content: '';
  display: block;
}
#magazine .control p {
  text-align: center;
}
#magazine .control a {
  -moz-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  background: #e08f79;
  color: white;
  line-height: 40px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
#magazine .control a:hover {
  opacity: 0.6;
}
#magazine .control a:hover {
  text-decoration: none;
}
#magazine .control .to-archive {
  margin: 70px 0 20px;
}
#magazine .control .to-previous {
  float: left;
  width: 132px;
  margin: 0;
}
#magazine .control .to-next {
  float: right;
  width: 132px;
  margin: 0;
}

#experiences main {
  padding-top: 58px;
  padding-bottom: 50px;
}
#experiences main > h1 {
  margin: 0 0 70px;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.3em;
  font-family: "FOT-マティス Pro DB", "Yu Mincho", serif;
}
@media (max-width: 1016px) {
  #experiences main > h1 {
    font-size: 21px;
  }
}
#experiences main > article {
  max-width: 616px;
  width: 84%;
  margin: 0 auto 48px;
  padding: 0;
}
#experiences main > article > h1 {
  position: relative;
  margin: 0 0 38px;
  padding: 0 0 0 34px;
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #e08f79;
}
#experiences main > article > h1:before {
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  content: url(i/icon-12.png);
  position: absolute;
  left: 0;
  top: 7px;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
}
#experiences main > article .body {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
}
#experiences main > article .body p {
  margin: 0;
}
#experiences main > article time {
  display: block;
  margin-top: 22px;
  text-align: right;
  font-size: 12px;
  letter-spacing: 0.1em;
}
#experiences main > ul {
  max-width: 616px;
  width: 84%;
  margin: 0 auto;
  padding: 0;
}
#experiences main > ul > li {
  list-style: none;
}
#experiences main > ul a {
  position: relative;
  display: block;
  padding: 20px 0 20px 30px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #e08f79;
  text-decoration: underline;
}
#experiences main > ul a:before {
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  content: url(i/icon-12.png);
  position: absolute;
  left: 0;
  top: 24px;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
}

.policy main {
  max-width: 560px;
  margin: 0 auto;
  padding: 50px 8% 140px;
  font-size: 13px;
  line-height: 1.92;
  letter-spacing: 0.1em;
}
.policy main > h1 {
  margin: 0 0 56px;
  font-size: 24px;
  letter-spacing: 0.3em;
  text-align: center;
  font-family: "FOT-マティス Pro DB", "Yu Mincho", serif;
}
@media (max-width: 1016px) {
  .policy main > h1 {
    font-size: 21px;
  }
}
.policy main > p, .policy main > section > p, .policy main > section > h1 {
  margin: 0;
}
.policy main > section > h1 {
  margin-bottom: 8px;
}
.policy main > section + section {
  margin-top: 52px;
}
