@charset "UTF-8";
/*! 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: "Midashi Go MB1";
  letter-spacing: 0.025em;
  line-height: 2;
  color: #000;
  background-color: #fff;
}

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

a {
  text-decoration: none;
  color: #00a000;
}

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;
}

br.brsp {
  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;
  }
}

.head {
  width: 100%;
  height: 100%;
  position: relative;
}

.hobonichi {
  display: block;
  position: absolute;
  left: 50%;
  top: 20px;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
}

.title {
  display: block;
  width: 950px;
  height: 355px;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -70%);
      transform: translate(-50%, -70%);
}

.main {
  position: relative;
  top: 0;
  background-color: transparent;
}

.intro {
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  margin-bottom: 105px;
}

.intro__text {
  width: 420px;
  margin: 0 auto;
  padding: 35px 0;
  font-size: 1.8rem;
  font-family: "Midashi Go MB1";
}

.index {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 35px 0;
}

.index__title {
  text-align: center;
  color: #000;
  font-size: 1.8rem;
}

.index__list {
  width: 550px;
  margin: 0 auto;
}

.index__list li {
  color: rgba(0, 0, 0, 0.55);
  font-size: 1.8rem;
  margin-left: 50px;
}

.index__list li a {
  margin-left: -30px;
  color: #000;
  display: block;
  vertical-align: middle;
}

.index__list li a:before {
  content: '';
  width: 26px;
  height: 26px;
  background-image: url("../images/index-arrow.png");
  background-size: 26px 26px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.index__list li a:hover {
  text-decoration: underline;
}

.index__list li .date {
  font-size: 1.3rem;
}

.author {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 35px 0;
}

.author__title {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.author__list {
  width: 550px;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.author__list li {
  margin: 0 50px 0 0;
}

.author__list li:last-child {
  margin: 0;
}

.author__list li a:hover {
  opacity: .7;
}

.author__list li .name {
  text-align: center;
  font-size: 1.3rem;
  color: #fff;
}

.author__list li .name .san {
  font-size: 1.1rem;
}

.article {
  margin-top: 80px;
}

.article__nav {
  background-color: #fff;
  border-bottom: 1px solid #000;
  padding: 30px 0;
}

.article__list {
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  margin: 0 auto;
}

.article__list li {
  width: 33%;
}

.article__list li a:hover {
  opacity: .7;
}

.article__list li.prev a {
  vertical-align: middle;
}

.article__list li.prev a:before {
  content: '';
  background-image: url("../images/prev.png");
  width: 66px;
  height: 66px;
  background-size: 66px 66px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.article__list li.top {
  text-align: center;
  line-height: 66px;
}

.article__list li.next {
  text-align: right;
}

.article__list li.next a {
  vertical-align: middle;
}

.article__list li.next a:after {
  content: '';
  background-image: url("../images/next.png");
  width: 66px;
  height: 66px;
  background-size: 66px 66px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.article__list li a {
  color: #000;
}

.article__titleContainer {
  padding: 35px 0;
  background-color: rgba(0, 100, 0, 0.75);
  text-align: center;
  color: #fff;
}

.article__titleContainer .num {
  font-size: 2.4rem;
}

.article__title {
  text-align: center;
  font-size: 3rem;
}

.article__content {
  background-color: #fff;
  margin: 0;
  padding: 45px 0;
}

.article__content dl {
  display: block;
  width: 540px;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.8125;
}

.article__content dl dt {
  width: 90px;
  display: inline-block;
  vertical-align: top;
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}

.article__content dl dd {
  width: 440px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 2em;
  font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.2em;
}

.article__content p {
  font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.article__content .note {
  text-align: center;
  font-size: 1.5rem;
  padding: 20px 0 50px;
}

.article__content .date {
  text-align: center;
  font-size: 1.2rem;
}

.article__img {
  text-align: center;
  margin: 20px 0 50px;
}

.article__img-caption {
  width: 600px;
  margin: 0 auto;
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.8;
}

.movie {
  background-color: #000;
  padding: 35px 0 20px;
  text-align: center;
  color: #fff;
}

.movie__title {
  font-size: 2.3rem;
}

.movie__subtitle {
  font-size: 1.6rem;
}

.movie .copyright {
  font-size: 1.4rem;
}

.footer {
  background-color: #fff;
  padding: 30px 0 10px;
}

.footer__list {
  display: -ms-flexbox;
  display: flex;
  width: 580px;
  margin: 0 auto;
}

.footer__list li {
  margin-right: 80px;
}

.footer__list li:last-child {
  margin-right: 0;
  margin-left: 130px;
}

.footer__list li a:hover {
  opacity: .7;
}

.footer .copyright {
  text-align: center;
  padding: 50px 0;
}

.profile {
  display: none;
  background-color: #fff;
  padding: 40px 0 0;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.profile__container {
  position: relative;
}

.profile__content {
  display: -ms-flexbox;
  display: flex;
  width: 720px;
  margin: 0 auto;
}

.profile__name {
  font-size: 2.1rem;
}

.profile__text p {
  font-size: 1.6rem;
}

.profile__img {
  margin-right: 40px;
}

.profile__close {
  text-align: center;
  padding: 20px 0;
}

.profile__close a {
  display: block;
  line-height: 1;
  font-size: 1.4rem;
  color: #000;
}

.profile__close p {
  line-height: 1;
  padding: 0;
}

.news {
  background-color: #E5E5E5;
  padding: 50px 0;
}

.news__content {
  font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.news__content dl {
  width: 350px;
  margin: 0 auto;
}

.news__content dl dt {
  width: 80px;
  display: inline-block;
  vertical-align: top;
}

.news__content dl dd {
  width: 265px;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  white-space: nowrap;
}

.news__title {
  font-size: 3.6rem;
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}

.news__subtitle {
  font-size: 2.5rem;
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  text-align: center;
}

.news__subtitle2 {
  font-size: 2.4rem;
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  width: 350px;
  margin: 30px auto 0;
}

.news__subtitle3 {
  font-size: 1.8rem;
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  width: 350px;
  margin: 30px auto 0;
}

.news__text {
  width: 350px;
  margin: 0 auto;
  white-space: nowrap;
}

@media screen and (max-width: 600px) {
  img {
    width: 100%;
  }
  .bg-1, .bg-2, .bg-3 {
    background-repeat: repeat-y;
    background-size: 100% auto;
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transition: all 1s ease-out;
    opacity: 0;
  }
  .bg-1.active, .bg-2.active, .bg-3.active {
    opacity: 1;
  }
  .bg-1 {
    background-image: url("../images/bg_sp1.jpg");
  }
  .bg-2 {
    background-image: url("../images/bg_sp2.jpg");
  }
  .bg-3 {
    background-image: url("../images/bg_sp3.jpg");
  }
  .head {
    width: 100%;
    height: 80%;
    position: relative;
  }
  .hobonichi {
    width: 90%;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
  }
  .title {
    display: block;
    width: 90%;
    top: 50px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
  }
  .intro {
    margin-bottom: 105px;
  }
  .intro__text {
    width: calc(100% - 50px);
    margin: 0 auto;
    padding: 35px 25px;
    font-size: 1.8rem;
  }
  .index {
    background-color: rgba(255, 255, 255, 0.75);
    padding: 35px 0;
  }
  .index__title {
    text-align: center;
    color: #000;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .index__list {
    width: calc(100% - 60px);
    margin: 0 auto;
    padding: 0 30px;
  }
  .index__list li {
    color: rgba(0, 0, 0, 0.55);
    font-size: 1.8rem;
    margin-left: 50px;
    line-height: 1.3;
    margin-bottom: 20px;
    position: relative;
  }
  .index__list li a {
    margin-left: 0;
    color: #000;
    display: inline-block;
    vertical-align: middle;
  }
  .index__list li a:before {
    content: '';
    width: 26px;
    height: 26px;
    background-image: url("../images/index-arrow.png");
    background-size: 26px 26px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: absolute;
    top: -2px;
    left: -30px;
  }
  .index__list li a:hover {
    text-decoration: underline;
  }
  .index__list li .date {
    font-size: 1.3rem;
  }
  .author {
    background-color: rgba(0, 0, 0, 0.75);
    padding: 35px 0;
  }
  .author__title {
    text-align: center;
    color: #fff;
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .author__list {
    width: calc(100% - 60px);
    display: block;
    margin: 0 auto;
  }
  .author__list li {
    display: inline-block;
    width: 44%;
    margin: 0;
  }
  .author__list li:nth-child(1n) {
    margin: 0 5% 20px 0;
  }
  .author__list li:nth-child(2n) {
    margin: 0 0 20px 5%;
  }
  .author__list li .name {
    text-align: center;
    font-size: 1.8rem;
    color: #fff;
  }
  .author__list li .name .san {
    font-size: 1.8rem;
  }
  .article {
    margin-top: 80px;
  }
  .article__nav {
    background-color: #fff;
    border-bottom: 1px solid #000;
    padding: 30px 0;
    height: 160px;
  }
  .article__list {
    display: block;
    width: calc(100% - 30px);
    margin: 0 auto;
    position: relative;
  }
  .article__list li {
    width: 49%;
    display: inline-block;
  }
  .article__list li.prev a {
    vertical-align: middle;
  }
  .article__list li.prev a:before {
    content: '';
    background-image: url("../images/prev.png");
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
  }
  .article__list li.top {
    width: 100%;
    text-align: center;
    line-height: 66px;
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, 100px);
        transform: translate(-50%, 100px);
  }
  .article__list li.next {
    text-align: right;
  }
  .article__list li.next a {
    vertical-align: middle;
  }
  .article__list li.next a:after {
    content: '';
    background-image: url("../images/next.png");
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
  }
  .article__list li a {
    color: #000;
  }
  .article__titleContainer {
    padding: 35px 0;
    background-color: rgba(0, 100, 0, 0.75);
    text-align: center;
    color: #fff;
  }
  .article__titleContainer .num {
    font-size: 2.4rem;
    letter-spacing: 0.2em;
  }
  .article__title {
    text-align: center;
    font-size: 2.8rem;
  }
  .article__content {
    background-color: #fff;
    margin: 0;
    padding: 45px 0;
  }
  .article__content dl {
    display: block;
    width: 90%;
    margin: 0 auto;
    font-size: 1.6rem;
  }
  .article__content dl dt {
    width: 3.1em;
    display: block;
    vertical-align: top;
    font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    float: left;
  }
  .article__content dl dd {
    width: auto;
    display: block;
    vertical-align: top;
    margin: 0 0 2em;
    font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  .article__content p {
    font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  .article__content .note {
    text-align: center;
    font-size: 1.5rem;
    padding: 20px 0 50px;
  }
  .article__content .date {
    text-align: center;
    font-size: 1.2rem;
  }
  .article__img {
    width: 90%;
    text-align: center;
    margin: 20px auto 50px;
  }
  .article__img-caption {
    width: 100%;
  }
  .movie {
    background-color: #000;
    padding: 35px 0 10px;
    text-align: center;
    color: #fff;
  }
  .movie iframe {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .movie__title {
    font-size: 2.3rem;
    width: 90%;
    margin: 0 auto;
  }
  .movie__subtitle {
    font-size: 1.6rem;
    width: 90%;
    margin: 0 auto 20px;
  }
  .movie .copyright {
    font-size: 1.4rem;
  }
  .footer {
    background-color: #fff;
    padding: 30px 0 10px;
  }
  .footer__list {
    display: block;
    width: calc(100% - 60px);
    margin: 0 auto;
    text-align: center;
  }
  .footer__list li {
    width: 30%;
    text-align: center;
    display: inline-block;
    margin-right: 0;
  }
  .footer__list li img {
    width: 60%;
  }
  .footer__list li:last-child {
    margin-right: 0;
    margin-left: 0;
    margin-top: 30px;
  }
  .footer__list li a:hover {
    opacity: .7;
  }
  .footer .copyright {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0;
  }
  .profile {
    display: none;
    background-color: #fff;
    padding: 40px 0 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
  .profile__container {
    position: relative;
  }
  .profile__content {
    display: block;
    width: calc(100% - 60px);
    margin: 0 auto;
  }
  .profile__name {
    font-size: 2.2rem;
  }
  .profile__text p {
    font-size: 1.8rem;
  }
  .profile__img {
    display: block;
    width: 200px;
    margin-right: 40px;
  }
  .profile__close {
    text-align: center;
    padding: 20px 0;
    width: 100px;
    margin: 0 auto;
  }
  .profile__close img {
    width: 40px;
  }
  .profile__close a {
    display: block;
    line-height: 1;
    font-size: 1.4rem;
    color: #000;
  }
  .profile__close p {
    line-height: 1;
    padding: 0;
    text-align: center;
  }
  .news {
    background-color: #E5E5E5;
    padding: 30px 0;
  }
  .news__content {
    font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  .news__content dl {
    width: 90%;
    margin: 0 auto;
  }
  .news__content dl dt {
    float: left;
    width: 6em;
    display: block;
    vertical-align: top;
    text-align: left;
  }
  .news__content dl dd {
    width: calc(100% - 6em);
    padding-left: 6em;
    display: block;
    vertical-align: top;
    margin: 0;
    white-space: pre-wrap;
    letter-spacing: 0;
  }
  .news__title {
    font-size: 3.6rem;
    font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    text-align: center;
  }
  .news__subtitle {
    font-size: 2.5rem;
    font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    text-align: center;
  }
  .news__subtitle2 {
    font-size: 2.4rem;
    font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    width: 90%;
    margin: 30px auto 0;
  }
  .news__subtitle3 {
    font-size: 1.8rem;
    font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    width: 90%;
    margin: 30px auto 0;
  }
  .news__text {
    width: 90%;
    margin: 0 auto;
    white-space: pre-wrap;
  }
}
