<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/*  base
----------------------------------------*/
* {
  box-sizing: border-box;
  outline: none; }

html {
  font-size: 62.5%;
  width: 100%;
  min-height: 100%;
  position: relative; }

body {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  font-family: "\6E38\30B4\30B7\30C3\30AF   Medium", "Yu Gothic Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", YuGothic, "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic ProN", "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  font-feature-settings: "palt";
  /* プロポーショナルメトリクスを有効に */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

a {
  opacity: 1;
  transition: opacity .3s;
  text-decoration: none; }
  a:hover {
    opacity: 0.5; }

/*  common header
----------------------------------------*/
#header {
  background-color: #fff;
  position: fixed;
  z-index: 10;
  width: 100%; }
  #header .header-inner {
    padding: 0 0.5rem;
    height: 4.5rem;
    width: 100vw;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  #header .header-logo {
    height: 2.7rem; }
    #header .header-logo a {
      display: block; }
      #header .header-logo a img {
        width: 13rem; }
  #header .header-sns-list {
    list-style: none;
    display: flex;
    justify-content: flex-end; }
    #header .header-sns-list-item a {
      display: block;
      margin: 0 0.5rem; }
      #header .header-sns-list-item a img {
        width: 2.2rem; }

@media screen and (min-width: 481px) {
  #header {
    background-color: #fff;
    position: fixed;
    width: 100%; }
    #header .header-inner {
      padding: 0 4rem 0 2.5rem;
      height: 11.5rem;
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center; }
    #header .header-logo {
      height: 5.3rem; }
      #header .header-logo a {
        display: block; }
        #header .header-logo a img {
          width: 24rem; }
    #header .header-sns-list {
      list-style: none;
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      #header .header-sns-list-item a {
        display: block;
        margin: 0 0.5rem; }
        #header .header-sns-list-item a img {
          width: 2rem; } }

/*  common main
----------------------------------------*/
#main {
  padding-top: 4.5rem; }

@media screen and (min-width: 481px) {
  #main {
    padding-top: 11.5rem; } }

#page-top {
  position: fixed;
  z-index: 20;
  bottom: 2rem;
  right: 2rem;
  opacity: 0;
  transition: all .3s;
  transform: translate3d(0, -2rem, 0); }
  #page-top a img {
    width: 4.5rem; }
  #page-top a:hover {
    opacity: 1; }
  #page-top.active {
    opacity: 1;
    transform: translate3d(0, 0, 0); }

@media screen and (min-width: 481px) {
  #page-top {
    position: fixed;
    z-index: 20;
    bottom: 20rem;
    right: 8rem; }
    #page-top a img {
      width: 6.5rem; }
    #page-top a:hover {
      opacity: 0.5; } }

/*  common footer
----------------------------------------*/
#footer {
  padding: 7rem 0 3rem;
  text-align: center; }
  #footer .footer-logo img {
    margin-bottom: 1rem; }
  #footer .copyright {
    font-size: 0.9rem; }

@media screen and (min-width: 481px) {
  #footer {
    padding: 7rem 0 3rem;
    text-align: center;
    width: 1000px;
    margin: 0 auto; }
    #footer .footer-logo img {
      width: 9rem;
      margin-bottom: 1rem; }
    #footer .copyright {
      font-size: 0.9rem; } }

.pc {
  display: none; }

.sp {
  display: block; }

#gnz-rt .content-header {
  position: relative; }

#gnz-rt .content-header-visual {
  width: 100vw;
  height: calc(100vh - 12rem);
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  position: relative; }
  #gnz-rt .content-header-visual .title {
    position: absolute;
    top: 10rem;
    left: calc(50% - 14rem);
    z-index: 2; }
    #gnz-rt .content-header-visual .title img {
      width: 28rem; }
  #gnz-rt .content-header-visual .main_bg_wrapper {
    width: 100vw;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center; }
    #gnz-rt .content-header-visual .main_bg_wrapper .main_bg {
      height: calc(100vh - 12rem); }

#gnz-rt .content-header-title {
  width: calc(100vw - 4rem);
  margin: 0 auto;
  text-align: center;
  padding-top: 5rem;
  font-size: 1.8rem;
  position: relative;
  z-index: 2;
  font-weight: bold; }
  #gnz-rt .content-header-title small {
    position: relative;
    z-index: 2;
    display: block;
    font-size: 1.4rem;
    padding-top: 1.5rem; }
  #gnz-rt .content-header-title img {
    margin-top: -2.5rem;
    width: 100%; }

#gnz-rt .content-header-lead {
  width: calc(100vw - 4rem);
  margin: 0 auto;
  font-size: 1.3rem;
  line-height: 1.9;
  padding-top: 3rem; }

#gnz-rt .section {
  width: 100%; }

#gnz-rt .section-content {
  padding-top: 2rem; }

#gnz-rt .section-inner {
  width: 100%;
  margin: 0 auto; }

#gnz-rt .content-title {
  padding: 2rem 0;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 3.5rem;
  font-weight: bold; }

#gnz-rt .content-text {
  width: calc(100vw - 4rem);
  margin: 0 auto; }
  #gnz-rt .content-text p {
    font-size: 1.4rem;
    line-height: 1.9;
    margin: 0;
    padding: 2rem 0 0; }
    #gnz-rt .content-text p:first-child {
      padding: 0; }

#gnz-rt .content-image {
  padding: 3rem 0;
  text-align: center; }
  #gnz-rt .content-image img {
    width: 100%;
    vertical-align: bottom; }

#gnz-rt [class^="visual-image"] {
  position: relative;
  z-index: 2; }

#gnz-rt [class^="visual-movie"] {
  position: relative;
  z-index: 2; }

#gnz-rt .visual-image001 {
  padding: 3rem 0 0 0; }

#gnz-rt .visual-image002 {
  padding: 0 0 3rem 0; }

#gnz-rt .visual-image003 {
  padding: 3rem 0 0; }

#gnz-rt .visual-image004 {
  padding: 0; }

#gnz-rt .visual-image005 {
  padding: 3rem 0 0 0;
  margin-left: 8rem; }

#gnz-rt .visual-image006 {
  padding: 3rem 0 0 0; }

#gnz-rt .visual-image007 {
  padding: 0 0 3rem 0; }

#gnz-rt .visual-image008 {
  padding: 3rem 0 0 3rem; }

#gnz-rt .visual-image009 {
  padding: 3rem 0;
  text-align: left !important; }
  #gnz-rt .visual-image009 img {
    width: 50%; }

#gnz-rt .visual-image010 {
  margin-left: 8rem;
  padding: 3rem 0; }

#gnz-rt .visual-movie001 {
  padding: 3rem 0; }

#gnz-rt .visual-movie002 {
  padding: 3rem 0; }

#gnz-rt .visual-movie003 {
  margin-top: 0;
  margin-left: 6rem; }
  #gnz-rt .visual-movie003 video {
    width: 30rem !important;
    height: auto; }

#gnz-rt .content-movie {
  padding: 3rem 0;
  text-align: center; }
  #gnz-rt .content-movie video {
    width: 100vw;
    height: auto; }
  #gnz-rt .content-movie iframe {
    width: 100vw;
    height: auto; }

#gnz-rt .section-content-profile {
  margin-top: 2rem;
  padding: 2rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }
  #gnz-rt .section-content-profile .profile-name {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1; }
    #gnz-rt .section-content-profile .profile-name small {
      padding-top: 0.75rem;
      font-size: 1.2rem;
      display: block;
      font-weight: normal; }
  #gnz-rt .section-content-profile .profile-text {
    padding-top: 2rem;
    line-height: 1.9;
    font-size: 1.3rem; }
  #gnz-rt .section-content-profile .profile-movie {
    padding: 3rem 0 0;
    width: 100%; }
    #gnz-rt .section-content-profile .profile-movie video {
      width: 100%; }

#gnz-rt .article-footer .item-detail {
  font-size: 1rem;
  line-height: 1.8;
  padding: 2rem; }

#gnz-rt .article-footer .place-detail {
  padding: 2rem; }
  #gnz-rt .article-footer .place-detail-title {
    font-size: 1.6rem;
    font-weight: bold;
    padding-bottom: 1rem; }
  #gnz-rt .article-footer .place-detail-text {
    font-size: 1.2rem;
    line-height: 1.75;
    padding-bottom: 1rem; }
  #gnz-rt .article-footer .place-detail-info {
    font-size: 1rem;
    line-height: 1.8; }

#gnz-rt .article-footer .credit {
  font-size: 1rem;
  line-height: 1.4;
  padding: 2rem 2rem 6rem; }

#gnz-rt .article-footer .sns-list {
  display: flex;
  padding: 0 1rem;
  justify-content: flex-end;
  list-style: none; }
  #gnz-rt .article-footer .sns-list-item a {
    display: block;
    margin: 0 0.8rem; }
    #gnz-rt .article-footer .sns-list-item a img {
      height: 3.6rem; }

#gnz-rt .section-recommend {
  padding-top: 14rem; }
  #gnz-rt .section-recommend .recommend-title {
    height: 9.5rem;
    border-top: 2px solid #000;
    width: 100%;
    font-size: 1.6rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold; }
  #gnz-rt .section-recommend .recommend-list {
    list-style: none;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000; }
    #gnz-rt .section-recommend .recommend-list .recommend-list-item {
      margin-bottom: 0.5rem; }
      #gnz-rt .section-recommend .recommend-list .recommend-list-item:last-child {
        margin-bottom: 0; }
  #gnz-rt .section-recommend .article {
    display: flex; }
    #gnz-rt .section-recommend .article .article-thumb {
      height: 74px;
      width: 74px;
      position: relative;
      overflow: hidden; }
      #gnz-rt .section-recommend .article .article-thumb img {
        position: absolute;
        height: auto;
        margin: auto;
        top: 0;
        width: 100%; }
    #gnz-rt .section-recommend .article .article-meta {
      padding: 0 0 0 1rem; }
      #gnz-rt .section-recommend .article .article-meta a .article-label {
        display: inline-block;
        padding: 5px 10px;
        font-size: 10px;
        color: #fff;
        font-weight: 700;
        line-height: 1.1;
        text-align: center;
        background-color: #000; }
      #gnz-rt .section-recommend .article .article-meta a .article-title {
        margin-top: 0.8rem;
        font-size: 1.4rem;
        line-height: 1.5;
        color: #000;
        font-weight: bold;
        opacity: 1;
        transition: opacity .3s;
        text-decoration: none; }
      #gnz-rt .section-recommend .article .article-meta a:hover .article-title {
        opacity: 0.5; }

#gnz-rt .js-inview {
  opacity: 0;
  transition: all .8s;
  transform: translate3d(0, 4rem, 0); }

#gnz-rt .active {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

#gnz-rt .mask_wrapper {
  bottom: 2rem;
  width: calc(100vw - 4rem);
  position: absolute; }
  #gnz-rt .mask_wrapper img {
    width: 100%; }

@media screen and (min-width: 481px) {
  .pc {
    display: block; }
  .sp {
    display: none; }
  #gnz-rt .content-header {
    padding: 0; }
  #gnz-rt .content-header-visual {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative; }
    #gnz-rt .content-header-visual .title {
      position: absolute;
      top: 16rem;
      left: calc(50% - 212px);
      z-index: 2; }
      #gnz-rt .content-header-visual .title img {
        width: 42.4rem; }
    #gnz-rt .content-header-visual .main_bg_wrapper {
      width: 100%;
      overflow: hidden;
      position: relative;
      display: block; }
      #gnz-rt .content-header-visual .main_bg_wrapper .main_bg {
        width: 100%;
        height: auto;
        position: relative;
        margin: 0;
        left: auto; }
  #gnz-rt .content-header-inner {
    margin: 0 auto;
    width: 64rem; }
  #gnz-rt .content-header-title {
    position: relative;
    width: 64rem;
    margin: 0 auto;
    z-index: 2;
    font-size: 3.6rem;
    padding-top: 10rem; }
    #gnz-rt .content-header-title img {
      width: 100%; }
    #gnz-rt .content-header-title small {
      font-size: 2.8rem; }
  #gnz-rt .content-header-image {
    width: 64rem;
    margin: -11.5rem auto 0; }
    #gnz-rt .content-header-image img {
      width: 100%; }
  #gnz-rt .content-header-lead {
    width: 64rem;
    margin: 0 auto;
    font-size: 2rem;
    line-height: 2;
    padding: 6rem 2rem 0; }
  #gnz-rt .section {
    width: 100%;
    margin: 0 auto; }
  #gnz-rt .section-content {
    padding-top: 14rem; }
  #gnz-rt .section-inner {
    width: 64rem;
    margin: 0 auto; }
  #gnz-rt .content-title {
    padding: 4rem 0;
    font-size: 2.8rem;
    line-height: 1.6;
    text-align: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 3.5rem;
    font-weight: bold; }
  #gnz-rt .content-text {
    width: 64rem;
    margin: 0 auto;
    padding: 0 2rem; }
    #gnz-rt .content-text p {
      font-size: 2rem;
      line-height: 2;
      margin: 0;
      padding: 3rem 0 3rem; }
  #gnz-rt .content-movie {
    padding: 3rem 0;
    text-align: center; }
    #gnz-rt .content-movie video {
      width: 640px;
      height: auto; }
    #gnz-rt .content-movie iframe {
      width: 640px;
      height: auto; }
  #gnz-rt .content-image {
    padding-top: 6rem;
    text-align: center; }
    #gnz-rt .content-image img {
      width: auto;
      vertical-align: bottom; }
  #gnz-rt [class^="visual-image"] {
    position: relative;
    z-index: 2; }
  #gnz-rt [class^="visual-movie"] {
    position: relative;
    z-index: 2; }
  #gnz-rt .visual-image001 {
    padding: 3rem 0 0 0; }
  #gnz-rt .visual-image002 {
    padding: 0 0 3rem 0; }
  #gnz-rt .visual-image003 {
    padding: 3rem 0 0; }
  #gnz-rt .visual-image004 {
    padding: 0; }
  #gnz-rt .visual-image005 {
    padding: 3rem 0 0 0;
    margin-left: 8rem; }
  #gnz-rt .visual-image006 {
    padding: 3rem 0 0 0; }
  #gnz-rt .visual-image007 {
    padding: 0 0 3rem 0; }
  #gnz-rt .visual-image008 {
    padding: 3rem 0; }
  #gnz-rt .visual-image009 {
    padding: 3rem 0;
    margin-left: -40rem;
    text-align: center !important; }
  #gnz-rt .visual-image010 {
    margin-left: 8rem;
    padding: 3rem 0; }
  #gnz-rt .visual-movie001 {
    padding: 3rem 0; }
  #gnz-rt .visual-movie002 {
    padding: 3rem 0; }
  #gnz-rt .visual-movie003 {
    margin-top: 0;
    margin-left: 6rem;
    position: relative;
    z-index: 2; }
    #gnz-rt .visual-movie003 video {
      width: 50rem;
      height: auto; }
  #gnz-rt .content-images {
    width: 64rem;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-flow: auto; }
    #gnz-rt .content-images .content-image {
      text-align: center;
      margin: 0 2rem; }
      #gnz-rt .content-images .content-image img {
        width: auto; }
      #gnz-rt .content-images .content-image:first-child {
        margin-top: 0; }
  #gnz-rt .image-meta {
    list-style: none;
    width: 64rem;
    margin: 0 auto; }
    #gnz-rt .image-meta-item {
      display: flex;
      margin-top: 6.5rem; }
      #gnz-rt .image-meta-item .item-image {
        padding-top: 0.2rem; }
        #gnz-rt .image-meta-item .item-image img {
          width: 9.3rem; }
      #gnz-rt .image-meta-item .item-discription {
        padding: 0 2rem; }
        #gnz-rt .image-meta-item .item-discription p {
          font-size: 1.5rem;
          line-height: 1.6;
          word-wrap: break-word;
          text-align: justify;
          text-justify: distribute-all-lines; }
  #gnz-rt .section-content-profile {
    margin: 15rem auto 0;
    padding: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 64rem; }
    #gnz-rt .section-content-profile .profile-name {
      padding: 2rem;
      font-size: 2.8rem;
      font-weight: bold;
      line-height: 1; }
      #gnz-rt .section-content-profile .profile-name small {
        padding-top: 1rem;
        font-size: 2rem;
        display: block;
        font-weight: normal; }
    #gnz-rt .section-content-profile .profile-text {
      padding: 2rem;
      line-height: 1.9;
      font-size: 2rem; }
    #gnz-rt .section-content-profile .profile-movie {
      margin: 2rem 0 4rem;
      text-align: center; }
      #gnz-rt .section-content-profile .profile-movie video {
        width: 100%; }
  #gnz-rt .article-footer {
    width: 1000px;
    margin: 0 auto; }
    #gnz-rt .article-footer .article-footer-inner {
      width: 64rem;
      margin: 0 auto; }
    #gnz-rt .article-footer .item-detail {
      font-size: 1.5rem;
      line-height: 1.8;
      padding: 4rem 2rem 0; }
    #gnz-rt .article-footer .place-detail {
      padding: 4rem 2rem; }
      #gnz-rt .article-footer .place-detail-title {
        font-size: 2.8rem;
        font-weight: bold;
        padding-bottom: 2rem; }
      #gnz-rt .article-footer .place-detail-text {
        font-size: 2rem;
        line-height: 1.75;
        padding-bottom: 4rem; }
      #gnz-rt .article-footer .place-detail-info {
        font-size: 1.8rem;
        line-height: 1.8; }
    #gnz-rt .article-footer .credit {
      font-size: 1.2rem;
      line-height: 1.4;
      padding: 4rem 2rem 6rem 0; }
    #gnz-rt .article-footer .sns-list {
      display: flex;
      padding: 0 1rem;
      justify-content: flex-end;
      list-style: none; }
      #gnz-rt .article-footer .sns-list-item a {
        display: block;
        margin: 0 0.8rem; }
        #gnz-rt .article-footer .sns-list-item a img {
          height: 2rem; }
  #gnz-rt .section-recommend {
    padding-top: 14rem; }
    #gnz-rt .section-recommend .section-recommend-inner {
      width: 64rem;
      margin: 0 auto; }
    #gnz-rt .section-recommend .recommend-title {
      height: 9.5rem;
      border-top: 2px solid #000;
      width: 100%;
      font-size: 2rem;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: bold; }
    #gnz-rt .section-recommend .recommend-list {
      list-style: none;
      border-top: 2px solid #000;
      border-bottom: 2px solid #000; }
      #gnz-rt .section-recommend .recommend-list .recommend-list-item {
        margin-bottom: 1rem; }
        #gnz-rt .section-recommend .recommend-list .recommend-list-item:last-child {
          margin-bottom: 0; }
    #gnz-rt .section-recommend .article {
      display: flex; }
      #gnz-rt .section-recommend .article .article-thumb {
        height: 130px;
        width: 130px;
        position: relative;
        overflow: hidden; }
        #gnz-rt .section-recommend .article .article-thumb img {
          position: absolute;
          height: auto;
          margin: auto;
          top: 0;
          width: 100%; }
      #gnz-rt .section-recommend .article .article-meta {
        padding: 0 0 0 2rem; }
        #gnz-rt .section-recommend .article .article-meta .article-label {
          display: inline-block;
          padding: 5px 10px;
          font-size: 1.2rem;
          color: #fff;
          font-weight: 700;
          line-height: 1.1;
          text-align: center;
          background-color: #000; }
        #gnz-rt .section-recommend .article .article-meta .article-title {
          margin-top: 0.8rem;
          font-size: 1.8rem;
          line-height: 1.5;
          color: #000;
          font-weight: bold; }
  #gnz-rt .js-inview {
    opacity: 0;
    transition: all .8s;
    transform: translate3d(0, 6rem, 0); }
  #gnz-rt .active {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  #gnz-rt .mask_wrapper {
    bottom: 4rem;
    width: 100%;
    position: absolute; } }
</pre></body></html>