/* Normalize
--------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html, body, div,
header, footer, main, article, section, aside, nav, figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.75;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1em;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-break: strict;
}

body {
  overflow-x: hidden;
  background: #fff;
  color: #111;
}

a {
  color: inherit;
  transition: .3s;
}

a:before, a:after {
  text-align: inherit;
  text-decoration: inherit;
}

@media screen and (min-width: 960px) {
  a[href^="tel:"] {
    text-decoration: inherit;
  }
}

abbr,
cite {
  font-style: inherit;
  text-decoration: inherit;
}

blockquote {
  margin: 1.5em 0;
  padding: 1em;
  border-style: solid;
  border-width: 1px 0;
}

del {
  opacity: .8;
}

em {
  font-style: inherit;
  font-weight: bolder;
}

figcaption {
  font-weight: 700;
}

img,
iframe {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

img {
  height: auto;
}

p {
  margin: 1em 0;
}

header p,
footer p {
  margin: 0;
}

pre {
  margin: 1em 0;
  white-space: pre-wrap;
}

ul {
  margin: 1em 0;
  padding-left: 1.5em;
}

ol {
  margin: 1em 0;
  padding-left: 2em;
}

nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 1em 0;
}

dt {
  margin: 0;
  font-weight: 700;
}

dd {
  margin: 0 0 0 40px;
}

dd + dt {
  margin-top: 1em;
}

article,
section {
  margin: 80px auto;
}

article section,
section section {
  margin: 60px auto;
}

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

caption {
  text-align: center;
}

th,
td {
  vertical-align: baseline;
  padding: 6px;
  border: 1px solid #666;
  text-align: left;
}

th {
  font-weight: 700;
  white-space: nowrap;
}

button,
input,
textarea,
select {
  max-width: 100%;
  vertical-align: middle;
  line-height: 1.4;
  font-family: inherit;
  font-size: 1em;
  transition: .3s;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  text-shadow: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="number"],
input[type="date"],
input[type="password"],
textarea,
select {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  background: #ff9;
}

input[type="radio"],
input[type="checkbox"] {
  vertical-align: baseline;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

input[disabled] {
  opacity: .3;
  cursor: default;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  width: 100%;
}

/* Heading
--------------------------------*/
h2, h3, h4, h5, h6 {
  font-weight: 700;
}

/* Remove Margin
--------------------------------*/
p:first-child, article:first-child,
section:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, .widget:first-child {
  margin-top: 0;
}

p:last-child, article:last-child,
section:last-child, .widget:last-child {
  margin-bottom: 0;
}

/* Site Width
--------------------------------*/
.site {
  position: relative;
  margin: auto;
}

.site-footer-content, .site-content {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3.125vw;
  padding-left: 3.125vw;
}

@media screen and (min-width: 960px) {
  .site-footer-content, .site-content {
    padding-right: 0;
    padding-left: 0;
  }
}

/* Common
--------------------------------*/
.site-content:after {
  display: block;
  clear: both;
  content: "";
}

.btn {
  display: inline-block;
  max-width: 100%;
  line-height: 1.5;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
}

.image,
.graph,
.link,
.tagline {
  text-align: center;
}

.tagline {
  margin: 0 auto 1.5rem;
  font-weight: 700;
}

.lede {
  margin: 1.5rem auto;
}

.fadeIn {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 2s;
}

.fadeIn.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.scroll_r,
.scroll_l {
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.scroll_r li,
.scroll_l li {
  height: auto;
  width: 30%;
}

@media screen and (min-width: 960px) {
  .scroll_r li,
  .scroll_l li {
    height: auto;
    width: auto;
  }
}

.scroll_r img,
.scroll_l img {
  height: 100%;
  width: 100%;
  vertical-align: bottom;
}

/* Header
--------------------------------*/
.header-image {
  position: relative;
}

.header-image--area {
  padding-top: 3%;
  height: 100vh;
  text-align: center;
  background: url(images/mainimage.jpg) center;
  background-size: cover;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 960px) {
  .header-image--area {
    padding-top: 0;
    height: 100vh;
  }
}

@media screen and (min-width: 960px) {
  .header-image--area h1 {
    padding-top: 3.2%;
  }
}

.header-image--area h1 img {
  width: 150px;
  height: auto;
  margin-left: auto;
}

@media screen and (min-width: 960px) {
  .header-image--area h1 img {
    width: 32%;
    height: auto;
    margin-left: -25px;
  }
}

.header-image--area p {
  font-family: TsukuBRdGothicStd-D;
  font-size: calc(100vw / 35);
  letter-spacing: 0.12em;
  line-height: 2.1em;
  margin-top: -0.1em;
}

@media screen and (min-width: 960px) {
  .header-image--area p {
    font-size: calc(100vw / 65);
    margin-top: 3.9%;
  }
}

.header-image--area p span {
  display: block;
}

@media screen and (min-width: 1200px) {
  .header-image--area {
    height: auto;
    padding: 3% 0 60%;
  }
}

.toppage-nav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto 5em;
}

.toppage-nav li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  border-left: solid 1px #afafaf;
}

@media screen and (min-width: 960px) {
  .toppage-nav li {
    width: 25%;
    border-bottom: none;
  }
  .toppage-nav li:nth-child(3) {
    border-left: solid 1px #afafaf;
  }
}

.toppage-nav li a {
  width: 100%;
  transition: all 0.3s;
}

.toppage-nav li a:hover {
  opacity: 0.6;
}

.toppage-nav li img {
  width: 100%;
  height: auto;
}

.header-image--detail {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-position: center;
  background-size: auto 100%;
  position: relative;
}

@media screen and (min-width: 960px) {
  .header-image--detail {
    height: 130vh;
    padding-top: 3%;
    background-size: cover;
  }
}

.header-image--detail-area {
  width: 350px;
  max-width: 350px;
  display: block;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  border: solid 3px #d7d4b6;
  margin: 0 3.125vw;
  padding: 2em;
  transition: all 0.3s;
  color: #595757;
}

@media screen and (min-width: 960px) {
  .header-image--detail-area {
    width: 400px;
    max-width: none;
    margin: 0;
    padding: 3em 6em 2em;
  }
}

.header-image--detail h1 img {
  width: 150px;
  height: auto;
}

@media screen and (min-width: 960px) {
  .header-image--detail h1 img {
    width: 100%;
    height: auto;
  }
}

.header-image--spring {
  background-image: url(images/mainimage_spring.jpg);
  background-size: cover;
}

.header-image--summer {
  background-image: url(images/mainimage_summer.jpg);
  background-position: 30% 0;
}

.header-image--autumn {
  background-image: url(images/mainimage_autumn.jpg);
  background-position: 30% 0;
}

.header-image--winter {
  background-image: url(images/mainimage_winter.jpg);
  background-position: bottom;
  
}

@media screen and (min-width: 960px) {
  .header-image--summer {
    background-size: cover;
  }
    
  .header-image--winter {
    height: 100vh;
  }
}

@media screen and (min-width: 1400px) {
  .header-image--detail-area {
    width: 28.5%;
    padding: 4em 7.5em 3em;
  }
}

.header-scroll {
  position: absolute;
  width: 60px;
  height: 75px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s;
}

@media screen and (min-width: 960px) {
  .header-scroll {
    margin: 0 auto 20px;
  }
}

.header-scroll a {
  text-decoration: none;
}

.header-scroll:hover {
  margin-bottom: 10px;
}

.header-scroll img {
  width: 100%;
  height: auto;
}

/* Footer
--------------------------------*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1000;
}

#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 60px;
  width: 60px;
  background-color: #d7d4b6;
  text-decoration: none;
  font-size: calc(100vw / 40);
}

@media screen and (min-width: 960px) {
  #page-top a {
    font-size: 1em;
    height: 100px;
    width: 100px;
  }
}

#page-top a::before {
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  right: 0;
  left: 0;
  margin: -5px auto 0;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(-45deg);
  transition: all 0.3s;
}

#page-top a:hover::before {
  margin-top: -8px;
}

#page-top a span {
  padding-top: 20px;
}

.site-footer--address {
  margin-bottom: 2.5em;
  padding: 2em 0 3em;
  background: url(images/footer_border.png) no-repeat, url(images/footer_border.png) no-repeat;
  background-size: 1002px 2px;
  background-position: top,
 bottom;
  background-repeat: no-repeat;
  text-align: center;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
}

.site-footer--address a {
  display: inline-block;
  margin: 0 auto;
  padding: 0 2em;
  border: solid 1px #5a552d;
  text-decoration: none;
  border-radius: 3px;
  font-family: FP-HiraKakuProN-W3;
  font-size: calc(100vw / 28);
}

@media screen and (min-width: 960px) {
  .site-footer--address a {
    width: 264px;
    font-size: 1em;
  }
}

.site-footer--address a:hover {
  background-color: #000;
  color: #fff;
}

.address-name {
  font-family: FP-HiraMinProN-W6;
  font-size: calc(100vw / 28);
}

.address-name span {
  font-size: calc(100vw / 24);
  margin-left: 10px;
}

@media screen and (min-width: 960px) {
  .address-name {
    font-size: 1.250em;
  }
  .address-name span {
    font-size: 1.350em;
  }
}

.address-data {
  margin-bottom: 1em;
  font-family: FP-HiraMinProN-W3;
  font-size: calc(100vw / 35);
}

@media screen and (min-width: 960px) {
  .address-data {
    font-size: 1em;
  }
}

.address-data span {
  display: block;
}

@media screen and (min-width: 960px) {
  .address-data span {
    display: inline-block;
    margin-left: 20px;
  }
}

.address-text {
  margin: 1em 3.125vw;
  font-size: calc(100vw / 40);
  font-family: FP-HiraMinProN-W3;
}

@media screen and (min-width: 960px) {
  .address-text {
    font-size: 1em;
  }
}

.address-text span {
  display: block;
}

.address-text a {
  font-family: FP-HiraKakuProN-W3;
}

.site-footer--link {
  max-width: 960px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 3.125vw;
  padding-bottom: 2.5em;
  background: url(images/footer_border.png) no-repeat;
  background-size: 1002px 2px;
  background-position: bottom;
  font-size: calc(100vw / 28);
}

@media screen and (min-width: 960px) {
  .site-footer--link {
    flex-wrap: nowrap;
    margin: 0 auto;
    font-size: 1em;
  }
}

.site-footer--link ul {
  width: 100%;
  margin: 0 0 2em 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

@media screen and (min-width: 960px) {
  .site-footer--link ul {
    width: 30%;
    margin: 0;
    text-align: left;
  }
}

.site-footer--link li {
  font-family: FP-HiraMinProN-W3;
}

.site-footer--link li:first-child {
  font-family: FP-HiraKakuProN-W6;
  margin-bottom: 1em;
}

.site-footer--link li a {
  text-decoration: none;
}

.site-footer--link li a:hover {
  text-decoration: underline;
}

.copyright {
  margin-top: 2em;
  padding-bottom: 3em;
  text-align: center;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: bold;
  font-size: calc(100vw / 28);
}

@media screen and (min-width: 960px) {
  .copyright {
    font-size: 1em;
  }
}

/* Site Content
--------------------------------*/
.content-start {
  padding: 3.125vw;
  background-position: center;
  background-size: cover;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
}

@media screen and (min-width: 960px) {
  .content-start {
    margin: 20px 0;
    padding: 1px 0;
  }
}

.content-start__spring {
  background-image: url(images/spring_start_back01.jpg);
}

.content-start__summer {
  background-image: url(images/summer_start_back01.jpg);
}

.content-start__autumn {
  background-image: url(images/autumn_start_back01.jpg);
}

.content-start__winter {
  background-image: url(images/winter_start_back01.jpg);
}

.content-start--area {
  max-width: 1024px;
  margin: 0 auto;
}

.content-start--textarea {
  width: 100%;
  margin: 0 auto;
  padding: 6vw;
  background-color: rgba(255, 255, 255, 0.85);
}

@media screen and (min-width: 960px) {
  .content-start--textarea {
    width: 600px;
    margin: 3.125vw 0;
    padding: 3.5em 2.8em;
    background-color: white;
  }
}

.content-start--textarea h2 {
  font-family: FP-HiraMinProN-W3;
  font-size: calc(100vw / 24);
  margin-bottom: 1em;
}

@media screen and (min-width: 960px) {
  .content-start--textarea h2 {
    font-size: 2em;
    margin: -10px 0 1em;
  }
}

.content-start--textarea p {
  font-family: FP-HiraMinProN-W3;
  font-size: calc(100vw / 28);
  line-height: 2.2em;
}

@media screen and (min-width: 960px) {
  .content-start--textarea p {
    font-size: 1em;
    line-height: 2.6em;
  }
}

.content-start--textarea span {
  display: block;
}

.content-start--textarea .uresine {
  display: inline-block;
  width: 35px;
  height: 35px;
}

@media screen and (min-width: 960px) {
  .content-start__summer .content-start--textarea {
    margin: 3.125vw auto 3.125vw 0;
  }
}

.reihai-song {
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 960px) {
  .reihai-song {
    width: 400px;
  }
}

.spring-mean--area {
  margin: 0 3.125vw 2em;
}

@media screen and (min-width: 960px) {
  .spring-mean--area {
    max-width: 600px;
    margin: 0 auto 80px;
  }
}

.spring-mean--area h2 {
  font-family: TsukuBRdGothicStd-R;
  text-align: center;
  font-size: calc(100vw / 24);
  letter-spacing: 0.15em;
  margin-bottom: 1.8em;
}

@media screen and (min-width: 960px) {
  .spring-mean--area h2 {
    font-size: 1.6em;
  }
}

.spring-mean--area p {
  font-family: FP-HiraKakuProN-W3;
  font-size: calc(100vw / 28);
  line-height: 2.1em;
  color: #595757;
}

@media screen and (min-width: 960px) {
  .spring-mean--area p {
    font-size: 1em;
  }
}

.spring-mean--list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}

.spring-mean--list li {
  width: 100%;
  padding: 0 3.125vw 3vw;
  text-align: center;
}

@media screen and (min-width: 960px) {
  .spring-mean--list li {
    width: 32%;
    padding: 0;
  }
}

.spring-mean--list li img {
  width: 100%;
}

.spring-mean--list p {
  padding: 0.5em;
  font-size: calc(100vw / 28);
  text-align: center;
}

@media screen and (min-width: 960px) {
  .spring-mean--list p {
    padding: 0.1em 2em 2em;
    font-size: 0.750em;
  }
}

.spring-mean--list p span {
  display: block;
  margin: 0 auto;
}

.spring-bonds--area {
  max-width: 960px;
  text-align: center;
  margin: 0 auto 2.5em;
  padding-top: 10px;
}

.spring-bonds--area h2 {
  margin-top: -1em;
  font-family: FP-HiraMinProN-W3;
  font-size: calc(100vw / 20);
}

@media screen and (min-width: 960px) {
  .spring-bonds--area h2 {
    font-size: 2em;
    letter-spacing: 0.1em;
    margin-bottom: 0.8em;
  }
}

.spring-bonds--area h2 span {
  font-size: 0.625em;
  display: block;
  color: #7c7248;
}

@media screen and (min-width: 960px) {
  .spring-bonds--area h2 span {
    font-size: 0.310em;
    margin-bottom: -5px;
    letter-spacing: 0.1em;
  }
}

.spring-bonds--area p {
  padding: 0 3.125vw;
  line-height: 2.2em;
  font-family: FP-HiraMinProN-W3;
  font-size: calc(100vw / 28);
}

@media screen and (min-width: 960px) {
  .spring-bonds--area p {
    padding: 0;
    font-size: 1em;
  }
}

.spring-bonds--area p span {
  display: block;
}

.spring-bonds--img {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

.links-content {
  position: relative;
}

.links-content--head {
  padding: 4em 2em 40%;
}

.links-content--head__spring {
  background: url(images/spring_links01.jpg) no-repeat center;
}

.links-content--head__summer__back {
  background: url(images/summer_links01.jpg) no-repeat center;
}

.links-content--head__autumn {
  background: url(images/autumn_links01.jpg) no-repeat center;
}

.links-content--head__winter {
  background: url(images/winter_links01.jpg) no-repeat center;
  background-size: 100% auto;
  padding: 4em 2em 45%;
}

@media screen and (min-width: 960px) {
  .links-content--head {
    background-size: cover;
  }
}

.links-content--head h2 {
  display: inline-block;
  margin: 5px;
  padding: 0 100px 0 20px;
  background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
  color: #fff;
  font-family: FP-HiraMinProN-W3;
  font-size: calc(100vw / 24);
  letter-spacing: 0.2em;
}

@media screen and (min-width: 960px) {
  .links-content--head h2 {
    font-size: 2em;
  }
}

.links-content--head p {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: 25px;
  padding: 0;
  font-family: FP-HiraKakuProN-W3;
  font-size: calc(100vw / 35);
  letter-spacing: 0.1em;
  color: #595757;
}

@media screen and (min-width: 960px) {
  .links-content--head p {
    font-size: 1em;
  }
}

.links-content--head p span {
  display: inline-block;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 0;
}

.links-content--headtext {
  max-width: 960px;
  margin: 0 auto;
}

.links-content--area {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  justify-content: space-between;
  max-width: 100%;
  margin: 5em auto;
  font-family: FP-HiraMinProN-W3;
}

@media screen and (min-width: 960px) {
  .links-content--area {
    flex-wrap: nowrap;
    flex-direction: row;
    max-width: 960px;
  }
}

.links-content--area p {
  width: 100%;
  text-align: center;
  padding: 0 3.125vw;
  font-size: calc(100vw / 28);
}

.links-content--area p span {
  display: block;
}

@media screen and (min-width: 960px) {
  .links-content--area p {
    width: 40%;
    text-align: left;
    padding: 0;
    font-size: 1em;
  }
}

.links-content--area div {
  width: 100%;
  padding: 0 3.125vw 1em;
  text-align: center;
}

@media screen and (min-width: 960px) {
  .links-content--area div {
    width: 40%;
    padding: 0;
  }
}

.summer_backfade--area {
  position: absolute;
  width: 100%;
  height: 0;
  padding-bottom: 79%;
  margin: auto;
  overflow: hidden;
}

@media screen and (min-width: 960px) {
  .summer_backfade--area {
    padding-bottom: 50%;
  }
}

.summer_backfade {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  animation: bgAnime 10s infinite;
}

.summer_backfade01 {
  background: url(images/summer_links01.jpg) no-repeat center;
  background-size: cover;
}

.summer_backfade02 {
  background: url(images/summer_links01_2.jpg) no-repeat center;
  background-size: cover;
  animation-delay: 5s;
}

@keyframes bgAnime {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.spring-lore--head {
  background: url(images/spring_lore01.jpg) no-repeat center;
  background-size: cover;
  padding: 4em 2em 40%;
}

.autumn-lore--head {
  background: url(images/autumn_lore01.jpg) no-repeat center;
  background-size: cover;
  padding: 4em 2em 40%;
}

.winter-lore--head {
  background: url(images/winter_lore01.jpg) no-repeat center;
  background-size: cover;
  padding: 4em 2em 40%;
}

@media screen and (min-width: 960px) {
  .spring-lore--head {
    padding: 30% 2em 30%;
  }
  .autumn-lore--head {
    padding: 30% 2em 30%;
  }
  .winter-lore--head {
    padding: 30% 2em 30%;
  }
}

.spring-lore--head h2 {
  display: inline-block;
  margin: 5px;
  padding: 5px 100px 0px 20px;
  background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
  color: #fff;
  font-family: FP-HiraMinProN-W3;
  font-size: calc(100vw / 24);
  letter-spacing: 0.2em;
}

.autumn-lore--head h2 {
  display: inline-block;
  margin: 5px;
  padding: 5px 100px 0px 20px;
  background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
  color: #fff;
  font-family: FP-HiraMinProN-W3;
  font-size: calc(100vw / 24);
  letter-spacing: 0.2em;
}

.winter-lore--head h2 {
  display: inline-block;
  margin: 5px;
  padding: 5px 100px 0px 20px;
  background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
  color: #fff;
  font-family: FP-HiraMinProN-W3;
  font-size: calc(100vw / 24);
  letter-spacing: 0.2em;
}

@media screen and (min-width: 960px) {
  .spring-lore--head h2 {
    position: absolute;
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
    height: 60px;
    font-size: 2em;
  }

  .autumn-lore--head h2 {
    position: absolute;
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
    height: 60px;
    font-size: 2em;
    margin-top: -25%;
  }
    
  .winter-lore--head h2 {
    position: absolute;
    margin: auto;
    right: 100px;
    top: 0;
    bottom: 0;
    height: 60px;
    font-size: 2em;
    margin-top: -25%;
  }
}

.spring-lore--head p {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin: 1em auto auto 25px;
  font-size: calc(100vw / 35);
  font-family: FP-HiraKakuProN-W3;
  letter-spacing: 0.1em;
  color: #595757;
}

.autumn-lore--head p {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin: 1em auto auto 25px;
  font-size: calc(100vw / 35);
  font-family: FP-HiraKakuProN-W3;
  letter-spacing: 0.1em;
  color: #595757;
}

.winter-lore--head p {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin: 1em auto auto 25px;
  font-size: calc(100vw / 35);
  font-family: FP-HiraKakuProN-W3;
  letter-spacing: 0.1em;
  color: #595757;
}

@media screen and (min-width: 960px) {
  .spring-lore--head p {
    position: absolute;
    right: 130px;
    margin: 50px auto auto auto;
    font-size: 1em;
  }

  .autumn-lore--head p {
    position: absolute;
    right: 130px;
    margin: 50px auto auto auto;
    font-size: 1em;
    margin-top: -16%;
  }

  .winter-lore--head p {
    position: absolute;
    right: 130px;
    margin: 50px auto auto auto;
    font-size: 1em;
    margin-top: -16%;
  }
}

.spring-lore--head p span {
  display: inline-block;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 0px 5px;
}

.autumn-lore--head p span {
  display: inline-block;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 0px 5px;
}

.winter-lore--head p span {
  display: inline-block;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 0px 5px;
}

.spring-lore--area {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  justify-content: space-between;
  max-width: 100%;
  margin: 5em auto;
  font-family: FP-HiraMinProN-W3;
}

.autumn-lore--area {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  justify-content: space-between;
  max-width: 100%;
  margin: 5em auto;
  font-family: FP-HiraMinProN-W3;
}

.winter-lore--area {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  justify-content: space-between;
  max-width: 100%;
  margin: 5em auto;
  font-family: FP-HiraMinProN-W3;
}

@media screen and (min-width: 960px) {
  .spring-lore--area {
    flex-wrap: nowrap;
    flex-direction: row;
    max-width: 960px;
  }
    
  .autumn-lore--area {
    flex-wrap: nowrap;
    flex-direction: row;
    max-width: 960px;
  }

  .winter-lore--area {
    flex-wrap: nowrap;
    flex-direction: row;
    max-width: 960px;
  }
}

.spring-lore--area p {
  width: 100%;
  text-align: center;
  padding: 0 3.125vw;
  font-size: calc(100vw / 28);
}

.autumn-lore--area p {
  width: 100%;
  text-align: center;
  padding: 0 3.125vw;
  font-size: calc(100vw / 28);
}

.winter-lore--area p {
  width: 100%;
  text-align: center;
  padding: 0 3.125vw;
  font-size: calc(100vw / 28);
}

.winter-lore--area h2 {
    text-align: left;
}

.spring-lore--area p span {
  display: block;
}

.autumn-lore--area p span {
  display: block;
}

.winter-lore--area p span {
  display: block;
}


@media screen and (min-width: 960px) {
  .spring-lore--area p {
    width: 40%;
    text-align: left;
    padding: 0;
    font-size: 1em;
  }

  .autumn-lore--area p {
    width: 45%;
    text-align: left;
    padding: 0;
    font-size: 1em;
  }

  .winter-lore--area p {
    /*width: 45%;*/
    text-align: left;
    padding: 0;
    font-size: 1em;
  }
}

.spring-lore--area div {
  width: 100%;
  padding: 0 3.125vw 1em;
  text-align: center;
}

.autumn-lore--area div {
  width: 100%;
  padding: 0 3.125vw 1em;
  text-align: center;
}

.winter-lore--area div {
  width: 100%;
  padding: 0 3.125vw 1em;
  text-align: center;
}

@media screen and (min-width: 960px) {
  .spring-lore--area div {
    width: 40%;
    padding: 0;
  }
    
  .autumn-lore--area div {
    width: 40%;
    padding: 0;
  }

  .winter-lore--area div {
    width: 45%;
    padding: 0;
  }
}

.spring-lore--headtext {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

.autumn-lore--headtext {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

.winter-lore--headtext {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

.spring-mean-scroll.scroll_r li {
  width: 180px;
  height: auto;
}

@media screen and (min-width: 960px) {
  .spring-mean-scroll.scroll_r li {
    width: 426px;
    height: auto;
  }
}

@media screen and (min-width: 960px) {
  .wide {
    width: 620px;
  }
}

/* Sidebar
--------------------------------*/
/* Breadcrumbs
--------------------------------*/
.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs li:first-child {
  text-transform: uppercase;
}

.breadcrumbs li + li:before {
  content: ">";
}

/* Media Queries
--------------------------------*/
@media print {
  body {
    min-width: 1024px;
  }
  h1, h2, h3, h4, h5, h6,
  figcaption {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  blockquote,
  figure,
  table {
    page-break-inside: avoid;
  }
}
