@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);
  text-align: center;
  margin: 0 auto;
  position: relative; }
  #gnz-rt .content-header-visual .title {
    position: absolute;
    bottom: 23rem;
    left: calc(50% - 14rem);
    z-index: 3; }
    #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);
      margin-left: 20%; }
  #gnz-rt .content-header-visual .subtitle {
    position: absolute;
    top: calc(100vh - 25rem);
    bottom: auto;
    right: 13%;
    z-index: 3; }
    #gnz-rt .content-header-visual .subtitle img {
      width: 5rem; }

#gnz-rt .content-header-title {
  width: calc(100vw - 4rem);
  margin: 0 auto;
  text-align: center;
  padding-top: 14rem;
  font-size: 1.8rem;
  position: relative;
  z-index: 2;
  font-weight: bold;
  line-height: 1.6; }
  #gnz-rt .content-header-title img {
    width: 24rem; }
  #gnz-rt .content-header-title .title-image {
    margin-bottom: 2.5rem; }

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

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

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

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

#gnz-rt .section-title {
  width: 100%;
  height: 10rem;
  text-align: center;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center; }
  #gnz-rt .section-title h2 {
    font-size: 2rem;
    color: #fff; }

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

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

#gnz-rt .content-text {
  width: calc(100vw - 4rem);
  margin: 0 auto; }
  #gnz-rt .content-text p {
    font-size: 1.6rem;
    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%; }

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

#gnz-rt .content-item-list {
  padding: 3rem 0;
  list-style: none; }
  #gnz-rt .content-item-list .item-detail {
    margin-top: 7rem; }
    #gnz-rt .content-item-list .item-detail.main {
      margin-top: 0; }
      #gnz-rt .content-item-list .item-detail.main .item-image {
        text-align: center;
        margin: 0 auto;
        position: relative; }
        #gnz-rt .content-item-list .item-detail.main .item-image img {
          width: 27rem;
          height: 27rem;
          border-radius: 50%; }
      #gnz-rt .content-item-list .item-detail.main .useit {
        position: absolute;
        top: 0.5rem;
        left: 6rem; }
        #gnz-rt .content-item-list .item-detail.main .useit img {
          width: 7rem;
          height: auto;
          border-radius: 0; }
    #gnz-rt .content-item-list .item-detail .item-image {
      text-align: center;
      margin: 0 auto; }
      #gnz-rt .content-item-list .item-detail .item-image img {
        width: 17rem;
        height: 17rem;
        border-radius: 50%; }
    #gnz-rt .content-item-list .item-detail .item-meta {
      padding-top: 3.5rem;
      text-align: center; }
      #gnz-rt .content-item-list .item-detail .item-meta .item-name {
        font-size: 2rem;
        line-height: 1.4;
        font-weight: bold; }
        #gnz-rt .content-item-list .item-detail .item-meta .item-name .item-name-sub {
          font-size: 1.6rem; }
      #gnz-rt .content-item-list .item-detail .item-meta .item-description {
        padding-top: 2.5rem;
        width: 27.3rem;
        margin: 0 auto;
        text-align: left;
        font-size: 1.4rem;
        line-height: 1.7; }

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

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

#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;
      bottom: 12rem;
      left: calc(50% - 218px);
      z-index: 2; }
      #gnz-rt .content-header-visual .title img {
        width: 44rem; }
    #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-visual .subtitle {
      position: absolute;
      top: auto;
      bottom: -27rem;
      right: calc(50% - 21rem);
      z-index: 2; }
      #gnz-rt .content-header-visual .subtitle img {
        width: 8rem; }
  #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: 38rem; }
    #gnz-rt .content-header-title img {
      width: 35rem; }
  #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 .section-inner.item-list {
      width: 70rem; }
  #gnz-rt .section-title {
    width: 100%;
    height: 19.6rem;
    text-align: center;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center; }
    #gnz-rt .section-title h2 {
      font-size: 4rem;
      color: #fff; }
  #gnz-rt .section-main-image {
    width: 64rem;
    margin: 0 auto; }
  #gnz-rt .content-title {
    padding: 4rem 0;
    font-size: 2.8rem;
    line-height: 1.6;
    text-align: center;
    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: 100%;
      height: auto; }
  #gnz-rt .content-image {
    padding-top: 6rem;
    text-align: center; }
    #gnz-rt .content-image img {
      width: 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 .content-item-list {
    padding: 3rem 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #gnz-rt .content-item-list .item-detail {
      margin-top: 7rem;
      width: 28.5rem; }
      #gnz-rt .content-item-list .item-detail.main {
        margin-top: 0;
        width: 70rem; }
        #gnz-rt .content-item-list .item-detail.main .item-image {
          text-align: center;
          margin: 0 auto;
          position: relative; }
          #gnz-rt .content-item-list .item-detail.main .item-image img {
            width: 45rem;
            height: 45rem;
            border-radius: 50%; }
          #gnz-rt .content-item-list .item-detail.main .item-image .useit {
            position: absolute;
            top: 1rem;
            left: 13.5rem; }
            #gnz-rt .content-item-list .item-detail.main .item-image .useit img {
              width: 11rem;
              height: auto;
              border-radius: 0; }
        #gnz-rt .content-item-list .item-detail.main .item-meta .item-description {
          width: 47.5rem; }
      #gnz-rt .content-item-list .item-detail .item-image {
        text-align: center;
        margin: 0 auto; }
        #gnz-rt .content-item-list .item-detail .item-image img {
          width: 28.5rem;
          height: 28.5rem;
          border-radius: 50%; }
      #gnz-rt .content-item-list .item-detail .item-meta {
        padding-top: 3.5rem;
        text-align: center; }
        #gnz-rt .content-item-list .item-detail .item-meta .item-name {
          font-size: 2.4rem;
          line-height: 1.4;
          font-weight: bold; }
          #gnz-rt .content-item-list .item-detail .item-meta .item-name .item-name-sub {
            font-size: 1.6rem; }
        #gnz-rt .content-item-list .item-detail .item-meta .item-description {
          padding-top: 2.5rem;
          width: 29.4rem;
          margin: 0 auto;
          text-align: left;
          font-size: 1.8rem;
          line-height: 1.7; }
  #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 .credit {
      font-size: 1.2rem;
      line-height: 1.4;
      padding: 4rem 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: 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; } }
