@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@600&family=Inter:wght@400;700&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  min-width: 1150px;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

p {
  letter-spacing: -.02em;
  line-height: 1.75;
  text-align: left;
}

br.sp,
.forsp {
  display: none !important;
}

.center {
  text-align: center;
}

a {
  color: #333;
  text-decoration: none;
}

img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.loading {
  background: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 200;
}

.spin {
  animation: rotation 1s cubic-bezier(.65, 0, .35, 1) infinite;
  border: 2px solid #ddd;
  border-radius: 50%;
  border-top-color: #333;
  box-sizing: border-box;
  display: inline-block;
  height: 38px;
  left: 50%;
  margin: -20px 0 0 -20px;
  position: absolute;
  top: 50%;
  width: 38px;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

header {
  height: 60px;
  left: 0;
  position: fixed;
  top: 0;
  transition: background-color .5s;
  width: 100%;
  z-index: 201;
}

header.scr {
  background: #fff;
}

header .shimz_dde {
  left: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
}

header .title {
  font-size: 15px;
  font-weight: bold;
  left: 125px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
}

footer {
  background: #ebebeb;
  position: relative;
  text-align: center;
}

footer .shimz {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
}

footer .copyright {
  font-size: 69%;
  line-height: 80px;
}

#pagetop {
  background: #c4c5c4;
  border-radius: 25px;
  bottom: 100px;
  display: block;
  height: 50px;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 20px;
  text-indent: -999px;
  transition: 800ms;
  visibility: hidden;
  width: 50px;
  z-index: 200;
}

#pagetop.show {
  opacity: 1;
  visibility: visible;
}

#pagetop::after {
  border: 2px solid #fff;
  border-width: 2px 2px 0 0;
  content: "";
  display: block;
  height: 8px;
  left: 20px;
  overflow: hidden;
  position: absolute;
  top: 21px;
  transform: rotate(-45deg);
  width: 8px;
}

.cover {
  height: 438px;
  margin-top: 60px;
  position: relative;
}

.cover .slider .slide {
  height: 438px;
}

.cover .slider .slide img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.cover .title {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 298px;
}

.slick-dots {
  bottom: -30px;
}

.slick-dots li {
  margin: 0;
}

.intro {
  margin: 154px auto 0;
  max-width: 1100px;
  width: 90%;
}

.intro .heading {
  font-size: 22px;
  font-weight: bold;
}

.intro .lead {
  font-size: 18px;
  font-weight: bold;
  margin-top: 12px;
}

.intro .body {
  margin-top: 5px;
}

.about {
  border: 1px solid #ccc;
  border-radius: 10px;
  margin: 57px auto 0;
  max-width: 1100px;
  padding: 60px 30px;
  width: 90%;
}

.about .inner {
  margin: 0 auto;
  max-width: 780px;
}

.about .heading {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

rt {
  font-size: .33em;
  transform: translateY(-.1em);
}

.about .heading-en {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.about .body {
  margin-top: 22px;
}

.about .flex {
  display: flex;
  justify-content: space-between;
  margin: 15px -1% 0;
}

.about .flex div {
  border: 1px solid #ccc;
  margin: 1%;
  width: 23%;
}

.about .flex .title {
  font-size: 14px;
  font-weight: bold;
  padding: 6px 0;
  align-items: center;
  height: 64px;
  position: relative;
}

.about .flex .title span {
  line-height: 1.4;
  display: block;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.about .flex img {
  width: 100%;
}

.tsumiki-head {
  margin: 120px auto 0;
  max-width: 1100px;
  width: 90%;
}

.tsumiki-head .heading {
  font-size: 22px;
  font-weight: bold;
}

.tsumiki-head .heading-en {
  font-size: 14px;
  font-weight: bold;
}

.tsumiki-head .lead {
  margin-top: 10px;
}

.tsumiki-map {
  height: 422px;
  margin: 0 auto;
  position: relative;
  width: 1100px;
}

.tsumiki-map img {
  display: block;
  width: 100%;
}

.tsumiki-map .guide {
  left: 145px;
  position: absolute;
  top: 104px;
  width: 873px;
  z-index: -1;
}

.tsumiki-map .cube {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 228px;
}

.tsumiki-map .cube img {
  bottom: 0;
  left: 0;
  position: absolute;
  transition: opacity .2s, visibility .2s;
}

.tsumiki-map .cube img:first-child {
  opacity: 0;
  visibility: hidden;
}

.tsumiki-map.on .cube img:first-child {
  opacity: 1;
  visibility: visible;
}

.tsumiki-map.on .cube img:last-child {
  opacity: 0;
  visibility: hidden;
}

.tsumiki-map .tsumiki {
  cursor: pointer;
  left: 0;
  position: absolute;
  top: 0;
  width: 100px;
}

.tsumiki-map .tsumiki.off {
  cursor: default;
}

.tsumiki-map .tsumiki img {
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity .2s, visibility .2s;
}

.tsumiki img:first-child {
  opacity: 0;
  visibility: hidden;
}

.tsumiki-map.on .tsumiki img:first-child {
  opacity: 1;
  visibility: visible;
}

.tsumiki-map.on .tsumiki img:last-child {
  opacity: 0;
  visibility: hidden;
}

.tsumiki-map.on .tsumiki.on img:last-child {
  opacity: 1;
  visibility: visible;
}

.tsumiki-map.on .tsumiki.on img:first-child {
  opacity: 0;
  visibility: hidden;
}

.tsumiki-map .t_1 {
  left: 225px;
  top: 207px;
}

.tsumiki-map .t_2 {
  left: 299px;
  top: 170px;
}

.tsumiki-map .t_3 {
  left: 385px;
  top: 146px;
}

.tsumiki-map .t_4 {
  left: 468px;
  top: 122px;
}

.tsumiki-map .t_5 {
  left: 538px;
  top: 98px;
}

.tsumiki-map .t_6 {
  left: 632px;
  top: 77px;
}

.tsumiki-map .t_7 {
  left: 710px;
  top: 51px;
}

.tsumiki-map .t_8 {
  left: 790px;
  top: 25px;
}

.tsumiki-map .t_9 {
  left: 871px;
  top: 0;
}

.tsumiki-map .t_10 {
  left: 286px;
  top: 268px;
}

.tsumiki-map .t_11 {
  left: 373px;
  top: 239px;
}

.tsumiki-map .t_12 {
  left: 453px;
  top: 217px;
}

.tsumiki-map .t_13 {
  left: 528px;
  top: 193px;
}

.tsumiki-map .t_14 {
  left: 612px;
  top: 164px;
}

.tsumiki-map .t_15 {
  left: 693px;
  top: 140px;
}

.tsumiki-map .t_16 {
  left: 774px;
  top: 112px;
}

.tsumiki-map .t_17 {
  left: 860px;
  top: 84px;
}

.tsumiki-map .t_18 {
  left: 945px;
  top: 56px;
}

.tsumiki-map .t_19 {
  left: 357px;
  top: 322px;
}

.tsumiki-map .t_20 {
  left: 440px;
  top: 301px;
}

.tsumiki-map .t_21 {
  left: 512px;
  top: 271px;
}

.tsumiki-map .t_22 {
  left: 593px;
  top: 247px;
}

.tsumiki-map .t_23 {
  left: 679px;
  top: 222px;
}

.tsumiki-map .t_24 {
  left: 766px;
  top: 191px;
}

.tsumiki-map .t_25 {
  left: 845px;
  top: 167px;
}

.tsumiki-map .t_26 {
  left: 927px;
  top: 140px;
}

.tsumiki-map .t_27 {
  left: 1010px;
  top: 114px;
}

.tsumiki-map .balloon {
  background: #000;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  left: 0;
  opacity: 0;
  padding: 18px 22px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translate(-50%, -100%);
  visibility: hidden;
  white-space: nowrap;
}

.tsumiki-map .balloon p {
  display: none;
}

.tsumiki-map .balloon::after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 14px solid black;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin: -1px 0 0 -8px;
  position: absolute;
  top: 100%;
  width: 0;
}

.tsumiki-map.on .balloon {
  opacity: 1;
  visibility: visible;
}

.tsumiki-map .help {
  bottom: -40px;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  right: 70px;
}

.tsumiki-map .help img {
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  width: 37px;
}

.tsumiki-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 85px auto 0;
  width: 920px;
}

.tsumiki-list p {
  border: 1px solid #666;
  border-radius: 30px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
  width: 30%;
  position: relative;
  min-height: 50px;
}

.tsumiki-list p:nth-last-child(-n+3) {
  border: 0;
  height: 0;
}

.tsumiki-list p span {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  padding: 0 10px 0 55px;
  transform: translateY(-50%);
}

.tsumiki-list p img {
  display: block;
  width: 26px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -13px;
}

#tsumiki-modal {
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity .5s, visibility .5s;
  visibility: hidden;
  width: 100%;
  z-index: 200;
}

#tsumiki-modal.show {
  opacity: 1;
  visibility: visible;
}

#tsumiki-modal .bg {
  background: rgba(0, 0, 0, .75);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#tsumiki-modal .inner {
  background: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2);
  left: 50%;
  max-width: 1100px;
  padding: 35px 75px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

#tsumiki-modal .close {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  width: 50px;
}

#tsumiki-modal .close img {
  display: block;
}

#tsumiki-modal .next,
#tsumiki-modal .prev {
  border: 2px solid #000;
  border-width: 2px 2px 0 0;
  display: block;
  height: 20px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 20px;
}

#tsumiki-modal .next.off,
#tsumiki-modal .prev.off {
  border: 2px solid #ddd;
  border-width: 2px 2px 0 0;
  pointer-events: none;
}

#tsumiki-modal .next {
  right: 30px;
  transform: rotate(45deg);
}

#tsumiki-modal .prev {
  left: 30px;
  transform: rotate(225deg);
}

.tsumiki-info li {
  list-style: none;
}

.tsumiki-info .flex {
  align-items: flex-start;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.tsumiki-info .image {
  padding-top: 104px;
  width: 54.2%;
}

.tsumiki-info .image .main {
  height: 0;
  padding-top: 56.25%;
  position: relative;
}

.tsumiki-info .image .main > div {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.tsumiki-info .image .main iframe,
.tsumiki-info .image .main img {
  border: 0;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.tsumiki-info .image .caption {
  font-size: 12px;
  left: 0;
  line-height: 1.2;
  padding: 8px 0 16px;
  position: absolute;
  top: 100%;
}

.tsumiki-info .image .thumbnail {
  margin: 34px -1% 0;
  overflow: hidden;
}

.tsumiki-info .image .thumbnail div {
  cursor: pointer;
  float: left;
  height: 0;
  margin: 1%;
  padding-top: 12.25%;
  position: relative;
  width: 12.25%;
}

.tsumiki-info .image .thumbnail .current {
  pointer-events: none;
}

.tsumiki-info .image .thumbnail .current::after {
  border: 4px solid #222;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.tsumiki-info .image .thumbnail div img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.tsumiki-info .text {
  width: 42.1%;
}

.tsumiki-info .number {
  font-size: 14px;
  font-weight: bold;
}

.tsumiki-info .number .current {
  font-size: 24px;
}

.tsumiki-info .tag {
  background: #f2dec0;
  border-radius: 3px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin-top: 20px;
  padding: 6px 10px;
  line-height: 1.25;
}

.tsumiki-info .lead {
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
  line-height: 1.25;
}

.tsumiki-info .heading {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 5px;
}

.tsumiki-info .body {
  line-height: 1.75;
  margin-top: 20px;
}

.digest {
  background: #222;
  margin-top: 2;
  padding: 40px 0 60px;
}

.digest .heading {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.digest .movie {
  margin: 17px auto 0;
  max-width: 500px;
  width: 80%;
}

.digest .movie-box {
  height: 0;
  padding-top: 56.25%;
  position: relative;
}

.digest .movie iframe {
  border: 0;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.future {
  background: #f5f5f5;
  margin-top: 120px;
  padding: 48px 0 46px;
}

.future-head img {
  height: 280px;
  object-fit: cover;
  width: 100%;
}

.future-head .heading {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  margin: -.75em auto 0;
  max-width: 1100px;
  position: relative;
}

.future-head .heading span {
  background: #222;
  color: #fff;
  display: inline-block;
  line-height: 1.3;
  padding: 10px;
}

.future .article {
  display: flex;
  justify-content: space-between;
  margin: 61px auto 0;
  width: 1100px;
}

.future .article.reverse {
  flex-direction: row-reverse;
}

.future .article .text {
  width: 550px;
}

.future .article .text .date {
  font-size: 18px;
  font-weight: bold;
}

.future .article .text .subtitle {
  font-size: 14px;
  font-weight: bold;
}

.future .article .text .body {
  margin-top: -5px;
}

.future .article .photo {
  width: 505px;
}

.future .article .photo img {
  width: 100%;
}

.future .article:nth-of-type(2) .photo {
  margin-top: -48px;
}

.opening {
  border-top: 1px solid #ccc;
  margin: 60px auto 80px;
  max-width: 1100px;
  padding-top: 60px;
  width: 90%;
}

.opening .report {
  background: #fff4e3;
  margin: 0 auto;
  padding: 0 0 80px;
}

.report-head {
  position: relative;
}

.report-head img {
  height: 246px;
  margin-left: 24%;
  object-fit: cover;
  width: 76%;
}

.report-head .heading {
  font-size: 36px;
  font-weight: bold;
  left: -30px;
  line-height: 1.5;
  position: absolute;
  top: 68px;
}

.report-head .heading span {
  background: #222;
  color: #fff;
  display: inline-block;
  line-height: 1.3;
  padding: 10px;
}

.report-head .vertical {
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-weight: 600;
  left: -42px;
  position: absolute;
  top: 150px;
  transform: rotate(90deg);
  transform-origin: left bottom;
}

.report-head .vertical .large {
  font-size: 25px;
}

.report-head .vertical .medium {
  font-size: 21px;
}

.comment {
  margin-top: 55px;
  padding-left: 40px;
}

.comment .heading {
  border-bottom: 1px solid #707070;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 5px;
}

.comment .guest {
  border-left: 3px solid #bc965d;
  margin-top: 42px;
  padding: 0 40px 0 17px;
}

.comment .flex {
  display: flex;
  justify-content: space-between;
}

.comment .flex .text {
  width: 62.5%;
}

.comment .guest a {
  color: #bc965d;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  pointer-events: none;
}

/*.comment .guest a::after {
  background: url(../img/blank.png) 0 0 no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 23px;
  vertical-align: bottom;
  width: 29px;
}*/

.comment .flex .photo {
  width: 33%;
}

.comment .guest img + img {
  margin-top: 10px;
}

.gallery .heading {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
}

.gallery .slider {
  margin: 50px 0 147px;
}

.gallery .slider img {
  margin: 0 20px;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
    min-width: inherit;
  }

  br.pc,
  .forpc {
    display: none !important;
  }

  br.sp {
    display: inline !important;
  }

  .forsp {
    display: block !important;
  }

  header {
    background: #fff;
    height: 48px;
  }

  header .shimz_dde {
    width: 60px;
  }

  header .title {
    font-size: 14px;
    left: 80px;
  }

  footer {
    padding-top: 20px;
  }

  footer .shimz {
    margin: 0 auto;
    position: relative;
    right: auto;
    top: auto;
    transform: translateY(0);
    width: 70px;
  }

  footer .copyright {
    font-size: 69%;
    line-height: 40px;
  }

  #pagetop {
    bottom: 77px;
    height: 35px;
    right: 7%;
    width: 35px;
  }

  #pagetop::after {
    left: 13px;
    top: 15px;
  }

  .cover {
    height: 245px;
    margin-top: 48px;
  }

  .cover .slider .slide {
    height: 245px;
  }

  .cover .title {
    width: 166px;
  }

  .intro {
    margin-top: 60px;
  }

  .intro .heading {
    font-size: 20px;
    line-height: 1.4;
  }

  .intro .lead {
    font-size: 14px;
  }

  .about {
    border-color: #404040;
    padding: 40px 5vw 20px;
  }

  .about .heading {
    font-size: 16px;
  }

  .about .heading-en {
    font-size: 12px;
  }

  .about .body {
    margin-top: 15px;
  }

  .about .flex {
    flex-wrap: wrap;
  }

  .about .flex div {
    width: 48%;
  }

  .tsumiki-head {
    margin-top: 50px;
  }

  #tsumiki-modal .inner {
    margin-top: 24px;
    padding: 0;
    width: 90%;
  }

  .tsumiki-info li {
    padding: 30px;
  }

  .tsumiki-info .flex {
    display: block;
    max-height: 70vh;
    overflow: auto;
    position: relative;
  }

  .tsumiki-info .image {
    padding-top: 40px;
    width: 100%;
  }

  .tsumiki-info .image .caption {
    font-size: 11px;
  }

  .tsumiki-info .image .thumbnail div {
    padding-top: 18%;
    width: 18%;
  }

  .tsumiki-info .text {
    margin-top: 10px;
    position: static;
    width: 100%;
  }

  .tsumiki-info .number {
    left: 0;
    position: absolute;
    top: 0;
  }

  .tsumiki-info .tag {
    font-size: 10px;
    margin-top: 10px;
  }

  .tsumiki-info .lead {
    font-size: 12px;
  }

  .tsumiki-info .heading {
    font-size: 18px;
    font-weight: bold;
    margin-top: 4px;
  }

  #tsumiki-modal .next,
  #tsumiki-modal .prev {
    border: 1px solid #000;
    border-width: 1px 1px 0 0;
    height: 15px;
    width: 15px;
  }

  #tsumiki-modal .next {
    right: 11px;
  }

  #tsumiki-modal .prev {
    left: 11px;
  }

  .tsumiki-map-sp {
    margin: 20px auto 0;
    max-width: 375px;
  }

  .tsumiki-map-sp p {
    font-size: 14px;
    font-weight: bold;
    margin-top: 40px;
    text-align: center;
  }

  .tsumiki-map-sp p img {
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
    width: 37px;
  }

  .tsumiki-thumbnails {
    display: flex;
    flex-wrap: wrap;
    margin: 10px auto 30px;
    width: 90%;
  }

  .mask.close {
    border-bottom: 5px solid #fff;
    overflow: hidden;
    position: relative;
  }

  .tsumiki-thumbnails.mask.close {
    height: 350px;
  }

  .mask.close::after {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    bottom: 0;
    content: "";
    display: block;
    height: 160px;
    left: 0;
    position: absolute;
    width: 100%;
  }

  .tsumiki-thumbnails p {
    font-weight: bold;
    margin: 1% 1% 5%;
    text-align: center;
    width: 48%;
  }

  .tsumiki-thumbnails p img {
    margin-bottom: 5px;
  }

  .toggle {
    margin-top: 30px;
    text-align: center;
  }

  .more {
    background: #fff;
    border: 1px solid #707070;
    border-radius: 15px;
    display: inline-block;
    font-size: 12px;
    line-height: 28px;
    padding: 0 34px 0 18px;
    position: relative;
  }

  .more::after {
    border: 1px solid #707070;
    border-width: 0 1px 1px 0;
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    right: 15px;
    top: 8px;
    transform: rotate(45deg);
    width: 6px;
  }

  .more.hide {
    display: none;
  }

  .more.close::after {
    top: 12px;
    transform: rotate(-135deg);
  }

  .digest {
    margin-top: 90px;
    padding: 20px 0 50px;
  }

  .digest .heading {
    font-size: 14px;
  }

  .digest .movie {
    width: 100%;
  }

  .future {
    margin-top: 40px;
    padding: 40px 0 60px;
  }

  .future-head img {
    height: 90px;
  }

  .future-head .heading {
    font-size: 20px;
    line-height: 1.5;
    margin-top: -1.1em;
  }

  .future-body.mask.close {
    border-bottom: 5px solid #f5f5f5;
    height: 400px;
  }

  .future-body.mask.close::after {
    background: linear-gradient(rgba(245, 245, 245, 0), rgba(245, 245, 245, 1));
  }

  .future .article {
    display: block;
    margin-top: 40px;
    width: 90%;
  }
  .future .article:nth-of-type(2) {
    margin-top: 25px;
  }

  .future .article .text,
  .future .article .photo {
    width: 100%;
  }

  .future .article .text .body {
    font-size: 16px;
    margin-top: 0;
  }

  .future .article .photo,
  .future .article:nth-of-type(2) .photo {
    margin-top: 25px;
  }

  .future .toggle {
    margin-top: 40px;
    text-align: center;
  }

  .opening {
    border-top: 0;
    margin: 60px 0 0 auto;
    padding-top: 0;
    width: 95%;
  }

  .opening .report {
    padding: 0 0 71px;
  }

  .report-head {
    padding: 0;
  }

  .report-head .heading {
    font-size: 20px;
    left: -2vw;
    top: 40px;
    transform: translateY(0);
  }

  .report-head img {
    height: 210px;
    margin-left: 0;
    width: 100%;
  }

  .report-head .vertical {
    bottom: 2vw;
    font-size: 10px;
    left: 2vw;
    line-height: 1.2;
    top: auto;
    transform: none;
  }

  .report-head .vertical .large,
  .report-head .vertical .medium {
    font-size: 17px;
  }

  .comment {
    margin-top: 40px;
    padding-left: 4vw;
  }

  .comment .heading {
    font-size: 14px;
    padding-right: 4vw;
  }

  .comment .guest {
    padding-right: 4vw;
  }

  .comment .flex {
    display: block;
  }

  .comment .flex .text,
  .comment .flex .photo {
    width: 100%;
  }

  .comment .flex .text {
    font-size: 14px;
  }

  .comment .flex .photo {
    margin-top: 15px;
  }

  .gallery {
    margin-top: 80px;
  }

  .gallery .heading {
    font-size: 24px;
  }

  .gallery .slider {
    margin-top: 35px;
  }

  .gallery .slider img {
    height: 150px;
    margin: 0 10px;
  }
}
