/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td, th {
  padding: 0;
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

html {
  font-size: 62.5%;
  width: 100%;
}

body {
  position: relative;
  right: 0;
  width: 100%;
  font-size: 1.6rem;
  font-family: "A1 Mincho", serif;
  letter-spacing: 0.025em;
  line-height: 2;
  color: #000;
  background-color: #fff;
}

html, body {
  min-width: 100%;
  height: 100%;
}

a {
  color: #000;
  text-decoration: none;
  transition: all .2s ease;
}

a:hover {
  opacity: .6;
}

h1, h2, h3, h4, h5, h6, div, p, ul, li {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: normal;
}

ul, li {
  list-style: none;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 480px) {
  br {
    display: none !important;
  }
  br.br {
    display: block !important;
  }
  br.brsp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

.header {
  z-index: 1000;
}

.head {
  z-index: 10;
}

.arrow-down {
  z-index: 15;
}

.content-bg {
  z-index: 1;
}

.intro {
  z-index: 20;
}

.main {
  z-index: 30;
}

.content, .content2 {
  z-index: 40;
}

.content__caption {
  z-index: 50;
}

.grass {
  z-index: 60;
}

.update {
  z-index: 70;
}

.links {
  z-index: 200;
}

.credit {
  z-index: 300;
}

.footer {
  z-index: 400;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  height: 60px;
  display: table;
  width: 100%;
  min-width: 750px;
  background-color: #fff;
}

.header .logo__hajimaru {
  padding: 16px 0 0 19px;
}

.header .logo__hajimaru svg {
  width: 235.773px;
  height: auto;
  fill: #000;
}

.header .logo__hobonichi {
  text-align: right;
  padding-right: 12px;
}

.header .logo__hobonichi svg {
  width: 218.126px;
  height: auto;
  fill: #000;
}

.header__sns {
  width: 147px;
  display: table-cell;
  padding-right: 10px;
}

.header__sns li {
  display: inline-block;
  margin-right: 4px;
}

.header__sns li:last-child {
  margin-right: 0;
  line-height: 7px;
}

.header__sns li svg {
  width: 25.979px;
  height: auto;
  fill: #000;
}

.header h2 {
  display: table-cell;
}

.head {
  width: 100%;
  position: relative;
  top: 60px;
  left: 0;
  background-color: #fff;
}

.head .arrow-down {
  display: block;
  position: absolute;
  bottom: 85px;
  left: 50%;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
}

.head .arrow-down svg {
  width: 61.473px;
  height: auto;
  fill: #fff;
}

.head-img1, .head-img2, .head-img3, .head-img4, .head-img5 {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: all 1s ease-out;
}

.head-img1.active, .head-img2.active, .head-img3.active, .head-img4.active, .head-img5.active {
  opacity: 1;
}

.head-img1 {
  background-image: url("../images/top_photo_01.png");
}

.head-img2 {
  background-image: url("../images/top_photo_02.png");
}

.head-img3 {
  background-image: url("../images/top_photo_03.png");
}

.head-img4 {
  background-image: url("../images/top_photo_04.png");
}

.head-img5 {
  background-image: url("../images/top_photo_05.png");
}

.main {
  width: 100%;
  opacity: 0;
  transition: all 1s ease-out;
}

.main.active {
  opacity: 1;
}

.intro {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 95px 0;
  background-color: #fff;
  opacity: 0;
  transition: all 1s ease-out;
}

.intro.active {
  opacity: 1;
}

.intro .logo__hajimaru {
  margin-bottom: 50px;
}

.intro .logo__hajimaru svg {
  width: 543.148px;
  height: auto;
  fill: #000;
}

.content, .content2 {
  width: 500px;
  margin: 0 auto 45px;
  position: relative;
  border-left: 1px solid #A9A9A9;
}

.content a, .content2 a {
  text-decoration: underline;
}

.content-container, .content2-container {
  position: relative;
  padding: 75px 0;
}

.content-bg, .content2-bg {
  opacity: 0;
  position: fixed;
  left: 0;
  top: 60px;
  width: 100%;
  height: calc(100% - 60px);
  background-image: url("../images/top_photo_04.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.content-bg.active, .content2-bg.active {
  opacity: 1;
}

.content-bg:after, .content2-bg:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.content__caption, .content2__caption {
  position: relative;
  width: 740px;
  margin: 0 auto;
}

.content__caption svg, .content2__caption svg {
  position: absolute;
  top: 5px;
  width: 46.85px;
  height: auto;
  fill: #333;
}

.content__interviewee, .content__place, .content2__interviewee, .content2__place {
  line-height: 1;
  display: inline-block;
  border-top: 1px solid #A9A9A9;
  border-right: 1px solid #A9A9A9;
  border-bottom: 1px solid #A9A9A9;
  padding: 10px;
}

.content__interviewee:before, .content__place:before, .content2__interviewee:before, .content2__place:before {
  display: block;
  content: '';
  width: 57px;
  height: 14px;
  background-image: url("../images/interview.svg");
  background-repeat: repeat;
  background-size: 57px auto;
  position: absolute;
  top: -17px;
  left: 0;
}

.content__place, .content2__place {
  background-color: #A9A9A9;
  color: #fff;
}

.content__place:before, .content2__place:before {
  content: none;
}

.content__title, .content2__title {
  font-size: 2.1rem;
  color: #14124F;
  line-height: 1.5;
  padding: 34px 0 10px 25px;
  font-family: "TBUDRGothic R", sans-selif;
}

.content__list, .content2__list {
  padding-left: 25px;
}

.content__list li .date, .content2__list li .date {
  font-size: 1.2rem;
  margin-left: 5px;
}

.content__text, .content2__text {
  padding-left: 25px;
}

.update {
  position: relative;
  color: #807C71;
  font-size: 1.1rem;
  text-align: center;
  padding: 80px 0 140px;
}

.grass {
  position: relative;
  display: block;
  width: 62px;
  height: 76px;
  margin: 65px auto;
  background-image: url("../images/grass.png");
  background-repeat: no-repeat;
  background-size: 62px 76px;
}

.links {
  position: relative;
  background-image: url("../images/bg_links.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 105px 0 70px;
}

.links__1, .links__2 {
  width: 300px;
  margin: 0 auto;
  line-height: 1.5;
  color: #fff;
}

.links__1 a, .links__2 a {
  color: #fff;
}

.links__1 .url, .links__2 .url {
  font-size: 1.2rem;
}

.links__1 {
  padding-bottom: 60px;
}

.links__2 {
  padding-bottom: 25px;
}

.credit {
  position: relative;
  background-color: #fff;
  text-align: right;
  padding: 5px 20px;
  font-size: 1rem;
}

.footer {
  background-color: #fff;
  position: relative;
  padding: 126px 0 106px;
}

.footer__sns {
  display: table;
  width: 360px;
  margin: 0 auto 24px;
}

.footer__sns li {
  display: table-cell;
  padding: 0 10px;
  width: 60px;
  text-align: center;
}

.footer__sns li:nth-child(2) {
  padding-right: 50px;
}

.footer__sns li svg {
  width: 40px;
  height: auto;
  fill: #000;
}

.footer .copyright {
  display: block;
  text-align: center;
  font-size: 1rem;
}

@media screen and (max-width: 600px) {
  .header {
    width: 100%;
    min-width: 0;
    display: block;
    height: 168px;
    position: relative;
    overflow: hidden;
  }
  .header .logo__hajimaru {
    display: block;
    padding: 30px 0 15px;
    text-align: center;
  }
  .header .logo__hajimaru svg {
    width: 60%;
  }
  .header .logo__hobonichi {
    display: block;
    text-align: center;
    padding: 0;
  }
  .header .logo__hobonichi svg {
    width: 30%;
  }
  .header__sns {
    display: block;
    text-align: center;
    margin: 0 auto 15px;
  }
  .head {
    top: 0;
    height: calc(100% - 168px);
  }
  .head .arrow-down {
    bottom: 15px;
  }
  .head .arrow-down svg {
    width: 30px;
    height: auto;
  }
  .head-img1, .head-img2, .head-img3, .head-img4, .head-img5 {
    background-position: center center;
  }
  .head-img1 {
    background-image: url("../images/top_photo_01_sp.png");
  }
  .head-img2 {
    background-image: url("../images/top_photo_02_sp.png");
  }
  .head-img3 {
    background-image: url("../images/top_photo_03_sp.png");
  }
  .head-img4 {
    background-image: url("../images/top_photo_04_sp.png");
  }
  .head-img5 {
    background-image: url("../images/top_photo_05_sp.png");
  }
  .intro {
    padding: 25px 0;
  }
  .intro .logo__hajimaru svg {
    width: 80%;
  }
  .intro p {
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
  .content, .content2 {
    width: 100%;
    border-left: none;
    padding-bottom: 50px;
  }
  .content-bg, .content2-bg {
    top: 0;
    height: 100%;
    background-image: url("../images/top_photo_04_sp.png");
  }
  .content__caption, .content2__caption {
    display: none;
  }
  .content__interviewee, .content__place, .content2__interviewee, .content2__place {
    border: 1px solid #A9A9A9;
    margin-left: 15px;
    margin-bottom: 0;
  }
  .content__interviewee:before, .content__place:before, .content2__interviewee:before, .content2__place:before {
    left: 15px;
  }
  .content__place, .content2__place {
    background-color: #A9A9A9;
    color: #fff;
  }
  .content__place:before, .content2__place:before {
    content: none;
  }
  .content__title, .content2__title {
    width: 90%;
    margin: 0 auto;
    font-size: 2.1rem;
    padding: 14px 0 10px;
  }
  .content__list, .content2__list {
    width: calc(100% - 35px);
    padding-left: 25px;
  }
  .content__list li, .content2__list li {
    margin-bottom: 10px;
  }
  .content__list li .date, .content2__list li .date {
    display: block;
    font-size: 1.2rem;
  }
  .content__text, .content2__text {
    width: 90%;
    margin: 0 auto;
    padding-left: 0;
  }
  .content-container .update, .content2-container .update {
    padding: 5px 0;
  }
  .links__1, .links__2 {
    width: 90%;
    margin: 0 auto;
  }
  .links__1 .url, .links__2 .url {
    word-break: break-all;
  }
  .footer {
    padding: 60px 0 50px;
  }
  .footer__sns {
    width: 80%;
    margin: 0 auto 24px;
  }
  .footer__sns li {
    padding: 0 10px;
    width: 40px;
  }
  .footer__sns li:nth-child(2) {
    padding-right: 10px;
  }
  .footer__sns li svg {
    width: 40px;
  }
}
