@import url('https://fonts.googleapis.com/css?family=Roboto:300,700|Open+Sans+Condensed:300,700|Caveat+Brush:400,400italic,700');
@import url('https://fonts.googleapis.com/css?family=Reenie+Beanie');
@import url('https://fonts.googleapis.com/css?family=Cabin+Condensed:600');
@import url('/styles/awesome.css');
@font-face{
    font-family: AozoraMinchoRegular;
    font-style: normal;
    font-weight: normal;
    src: url(AozoraMinchoRegular.eot);
    src: url(AozoraMinchoRegular.eot?#iefix) format("embedded-opentype"),url(AozoraMinchoRegular.woff) format("woff"),url(AozoraMinchoRegular.ttf) format("truetype");
}
body {
    margin:0; padding:0;
    background:silver url("/images/bgblack.png") repeat;
    text-align: center;
    font: normal 12pt Arial,sans-serif;
    color: #ffd;
}

#header {
   /* background-color: rgba(255, 255, 255, 0.3); */
    position: fixed;
    top:0;
    right:0;
    left:0;
    transition: transform .25s .1s ease-in-out;
    z-index:999;
}
.down #header {
    transform: translate3d(0, -120px, 0); /* -px nach oben verschieben */
}
.header {
    width: 100%;
    height: 118px;
}

#header .logo {
    white-space: nowrap;
    height: 118px;
    width: 93px;
    overflow: hidden;
}
.hlogo {
    height: 103px;
    width: 85px;
}
.hlogo, .hicon {
    margin: 0;
    position: absolute;
    left: 4px;
    top: 2px;
}
.gradient-border {
    --borderWidth: 2px;
    position: absolute;
    width: 90px;
    height: 107px;
    top: 4px;
}
.gradient-border:after {
    content: '';
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: linear-gradient(60deg, blue, green, orange, red, cyan, yellow, magenta, lime);
    z-index: -1;
    animation: animatedgradient 5s ease alternate infinite;
    background-size: 300% 300%;
}
@keyframes animatedgradient {
    0% {
            background-position: 0% 50%;
    }
    50% {
            background-position: 100% 50%;
    }
    100% {
            background-position: 0% 50%;
    }
}
.perspective-y {
    transform: perspective(1000px) rotateY(30deg);
    box-shadow: rgba(0, 0, 0, 0.8) 0 5px 10px;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
}
.perspective-y:hover {
  transform: perspective(600px) rotateY(0deg);
  box-shadow: rgba(0, 0, 0, 0.2) 0 5px 10px;
}
#header .toptitle {
    /*width: 80%;*/
    white-space: nowrap;
    overflow: hidden;
}
.text {
  fill: url("#gr-radial");
}
svg {
    font: bold 3.5em/1 'Prata','AozoraMinchoRegular', serif;
    width: 100%;
    display: block;
    height: 90px;
}
#header .toptitle {width: 200px;}
#header .joinmem {margin-top: 18px;}
#header .toplogin {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    vertical-align: middle;
    margin-right: 2px;
    margin-top: 10px;
    width: 176px;
}
#header .toplogin h3 {
    margin-top: 12px;
    font: normal 8pt 'Cabin Condensed', Tahoma, Helvetica, sans-serif;
    color:rgba(238, 238, 238, 0.3);
}
#header .toplogin a {
    font: normal 12pt 'Cabin Condensed',Tahoma, Helvetica, sans-serif;
    text-decoration: none;
}
#header .toplogin a:hover {
    text-decoration: none;
    transition: all 0.5s ease-out;
}
#header button {
    background: #eee;
    border: 0;
    display: block;
    position: absolute;
    font-size: 18px;
    width: 34px;
    height: 21px;
    top: 1px;
    right: 1px;
    text-align: center;
    padding: 0;
}
.hsearch {
    width: 154px;
    height: 20px;
    padding: 1px 10px;
    font-size: 12px;
    line-height: 18px;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.hjoin {
    color: #c7b299;
    border-radius: 4px;
}
.hjoin:hover {
    color: #fff;
}
.hmem {
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
}
.hmem:hover {
    color: #ff8;
}
.navitop {
    font: bold 11pt/2.5em Tahoma,Arial,Helvetica;
    color:#FFF;
    width: 100%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5em;
    display:block;
}
.navitop ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}
.navitop ul li {
    display: inline-block;
}
.navitop span {
    line-height: 2.5em;
    background:#4096ee;
    padding:0.13em 0.5em;
    border-radius:4px;
    display:block;
}
.navitop a{
    margin-left: 0.2em;
    margin-right: 0.2em;
    padding:0.13em 0.5em;
    text-decoration:none;
    display:block;
    border-radius:4px;
    transition: background-color 300ms ease-out;
    color:#4096ee;
}
.navitop a:hover {
    text-decoration:underline;
    background-color:#4096ee;
    color:#FFF;
}

.content {
    width:100%;
    margin-left:auto;
    margin-right:auto;
}
#slippry img {
    border-radius:12px;
}
div.top {
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}
.tour {
    width:100%;
    margin-left:auto;
    margin-right:auto;
}
.welcome {
    width: 94%;
    padding: 15px;
    background-color:rgba(86, 86, 86, 0.5);
    border-radius:5px;
}
.welcome h1 {
    color:#cecece;
}
.nowr, .welcome span {
    white-space: nowrap;
}
.welcome p {
    font:normal 10pt 'Caveat Brush',serif;
    letter-spacing:1px;
    color: #333;
    text-shadow: 0 0 5px #fff, 0 0 10px #bdbdbd, 0 0 20px #eee, 0 0 30px #565656, 0 0 40px rgba(0, 0, 0, 0.5);
}
main {
    margin-top: 10px;
}
.main {
    padding-top:10px;
    padding-bottom:10px;
    margin-bottom:10px;
    background-color:rgba(86, 86, 86, 0.5);
    color:#f8d486;
    font:normal 10pt Arial,sans-serif;
    letter-spacing:0.5px;
    border-radius:12px;
}
#back-to-top {
    cursor: pointer;
    text-decoration: none;
    padding: 0;
    position: fixed;
    bottom:1em;
    right:1em;
    z-index: 15;
}
#back-to-top span {
    display: block;
    background: url(/images/up.svg) no-repeat 50% 42%;
    width: 48px;
    height: 38px;
    border:2px outset transparent;
}

ol           {list-style-type: upper-roman; text-align: left; font: normal 14pt Arial,sans-serif; color: #000; line-height: 20pt;}
.navibot     {margin: 10px auto 10px auto; width:100%;}
.navibot ul, .ghome ul, .gtour ul, .gprev ul, .glry ul {margin:0; padding:0; list-style:none; text-align: center;}
.navibot li  {display: inline-block; margin: 10px 2px; color:#000;}
section.gtour {margin-top: 15px;}
img.hov, img.noz {margin-right: 2px;}
img.hov:hover {cursor: zoom-in;}
img.noz:hover {cursor: not-allowed;}

.ghome li, .gtour li, .gprev li, .glry li {margin-bottom: 16px; float: left; padding-left: 0;}
.gprev li    {font:normal 10pt Verdana,sans-serif; line-height:15pt;}

.glry img {
   transition: all 0.5s ease-in-out;
}
.glry:hover img {
   -webkit-filter:grayscale(1) opacity(.5) brightness(.5);
   -filter:grayscale(1) opacity(.5) brightness(.5);
}
.glry:hover img:hover {
    -webkit-filter:contrast(1.2) saturate(1.5);
    -filter:contrast(1.2) saturate(1.5);
    z-index:1;
}
.glry:after {
     display:block;
     content:"";
     clear:both;
}
.glry figure {
    height: 150px;
    width: 233px;
    margin: 0 0 50px 0;
}
.glry figcaption {
    background: rgba(86, 86, 86, 0.5);
    border-radius: 8px;
    width: fit-content;
    overflow: hidden;
    margin: 0 auto;
    padding: 5px;
}

.gtour figure {
        background: #611a1a;
        display: inline-block;
        overflow: hidden;
        height: 305px;
        width: 305px;
        margin: 0 0 12px 3px;
        padding: 2px 2px 35px 2px;
        z-index: 2;
        transition: all 0.25s ease-in;
}
.gtour figure img {
        width:305px;
        height:305px;
}
.gtour figcaption {
        color: #fff;
        font-family: "Reenie Beanie", cursive;
        font-size: 10pt;
        letter-spacing: 0.5px;
        font-weight: normal;
        position: relative;
        text-align: center;
}

.gprev figure {
        background: #4f1ccc;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
        display: inline-block;
        overflow: hidden;
        height: 322px;
        width: 265px;
        margin: 0px 0 0 12px;
        padding: 3px 3px 32px 3px;
        z-index: 2;
}
.gprev figure img {
        height: 322px;
        width: 265px;
}
.gprev figcaption {
        color:#fff;
        font-family: "Reenie Beanie", cursive;
        font-size: 9pt;
        letter-spacing: 0.5px;
        font-weight: normal;
        position: relative;
        text-align: center;
}

.ghome nav   {text-align: center;}
.ghome, .gtour, .gprev {
        box-sizing: border-box;
        text-align:left;
}
.ghome figure {
        background: #FFF;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.9);
        display: inline-block;
        height: 165px;
        width: 130px;
        margin: 0 0 12px 16px;
        overflow: hidden;
        padding: 0;
        transition: all 0.25s ease-in;
}
.ghome figure img {
        height: 165px;
        width: 130px;
}
.ghome figure:hover {
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.8);
        width: 130px;
        margin: -15px 0 -8px 6px;
        padding: 5px 5px 30px 5px;
        z-index: 2;
        transform: scale(1.6);
}
.ghome figcaption {
        color: #333;
        font-family: "Reenie Beanie", cursive;
        font-size: 12px;
        position: relative;
        text-align: center;
        width: 130px;
}
.ghome figure:nth-child(odd):hover {transform: scale(1.6) rotate(-2.5deg);}
.ghome figure:nth-child(even):hover {transform: scale(1.6) rotate(2.5deg);}
.ghome:after {
        clear: both;
        content: " ";
        display: block;
}

img          {border:0;}
aside        {font:normal 12pt Verdana,sans-serif; line-height:16pt; text-align: left;}
.navibot a, .topten {padding:3px; font:bold 11pt Tahoma,Arial,Helvetica; color:rgba(150, 104, 49, 0.6); text-decoration:none; border:1px solid rgba(121, 85, 72, 0.31); border-radius: 6px;}
.navibot a:hover, .topten:hover  {border:1px solid orangered; color:ivory; background-color:crimson; transition: all 0.5s ease-out;}
.topten      {min-width:70px;}
.zopt        {width:808px; max-width:100%; margin: 0 auto;}
.zip         {float:left; height: 92px; width:280px; max-width: 100%; font:normal 10pt Verdana,sans-serif; background-color:rgba(86, 86, 86, 0.5); margin: 0 0 5px 5px; padding:8px; border-radius:12px; white-space:nowrap; overflow:hidden;}
.zipa        {width:208px;}
.opt         {max-width: 250px; font:normal 10pt Verdana, Helvetica, sans-serif; color:black; padding:2px; border:1px solid #DDD; background-color:#EEE; border-radius:8px;}
.cloud {
    width: fit-content;
    max-width: 100%;
    background-color:rgba(86, 86, 86, 0.5);
    margin: 10px auto;
    padding: 6px 16px;
    border-radius: 12px;
}
table, footer {border: 0; border-spacing: 0; margin-left: auto; margin-right: auto; text-align: center;}
.terms       {font:normal 9pt Arial,Helvetica,sans-serif; color:#c5180b; margin:5px auto; width: 94%;}
small        {font:normal 8pt Arial,Helvetica,sans-serif; color:#c5180b;}
div.left     {float: left; text-align:left;}
div.right    {float: right; text-align:right;}
div.cboth    {clear: both;}
div.ctr, div.ctr2 {margin-left: auto; margin-right: auto;}

.join a:link, .join a:visited, .join a:hover {font:bold 12pt Arial,sans-serif; color:#f55a2e; text-decoration:none; letter-spacing:1px;}
.join a:hover {color:#ffd; text-decoration:underline;}
a.top:link, a.top:visited, a.top:hover, .top {font:bold 11pt Arial,sans-serif; color:#eee; text-decoration:none; letter-spacing:1px; margin-top:8px; line-height: 26pt; white-space: nowrap;}
a.top:hover, a.ind:hover {color:#fff; text-decoration:underline;}
a.ind        {font:bold 10pt Arial,sans-serif; color:#ffc; letter-spacing:1px; text-decoration:underline; margin-top:8px;}
a.txt:link, a.txt:visited, a.txt:hover {font:normal 12pt monospace; color:darkblue;}
a.txt:hover  {color:#008000; background-color:#FFCCFF; text-decoration:none;}
a.buy:link, a.buy:visited, a.buy:hover {font:normal 7pt Tohama; color:palegreen;}
.top b       {color:#888;}

hr           {color:green; height:1px; width:560px;}
footer a, footer a:link, footer a:visited {color: #888; text-decoration: none; font-size: 14pt;}
footer a:hover {color: #800;}
a.cr:link,a.cr:visited,a.cr:hover {font:normal 8pt Verdana,sans-serif; color:teal;}
a.cr:hover {color:black;}
div.cr       {font:small-caps 12pt Verdana,sans-serif; color:#c50e14; line-height:30px;}
p.t4         {font:normal 10pt Verdana,sans-serif; color:black;}
p.t4::first-line {font:bold 12pt Verdana,sans-serif; color:black; line-height:18pt;}
p.t5         {font:normal 8pt Verdana,sans-serif; color:violet;}

h1           {font:bold 20pt 'Caveat Brush', sans-serif; color:#000; letter-spacing:2px; width:100%; margin:0 auto; text-align: center;}
h1.hme       {font:bold 12pt 'Prata','AozoraMinchoRegular',serif; color:rgba(197, 24, 11, 0.81); letter-spacing:0;}
article h2   {font:bold 12pt Verdana,sans-serif; letter-spacing:1px; text-align: center;}
h2           {font:small-caps 22pt 'Prata','AozoraMinchoRegular',serif; color: #c7b299; letter-spacing:2px; text-align:center; font-weight: bold;}
h3.news {
    margin: 0 auto;
    text-align: center;
    font: bold 14pt 'Cabin Condensed',serif;
    line-height: 30pt;
    overflow: hidden;
    white-space: nowrap;
    max-width: 96%;
    text-overflow: ellipsis;
}
h3           {font:bold 12pt 'Cabin Condensed',serif; color:#7b562a; letter-spacing:1px; width:100%; margin: 0;}
h4           {font:bold 10pt Verdana, Helvetica, sans-serif; color:#ffff5d;; display:inline-block; margin-bottom:2px; margin-top:2px; padding:4px 10px; background:rgba(100, 100, 100, 0.2); border-radius:8px;}
h5           {color:#333; font:bold 12pt Verdana,sans-serif; letter-spacing:1px; text-align:center; display:inline-block; padding: 4px 10px; background:rgba(100, 100, 100, 0.2); border-radius:8px;}
h5.mem       {color:#cf1; font:bold 14pt Verdana,sans-serif; line-height: 30pt; margin: 10px auto;}
h5.mem::first-line {color:crimson;}
h5.mtop      {padding: 0 38px; margin: 248px 0 0 16px;}
h5.mstats    {padding: 0 8px; margin: 0 0 15px 5px;}
h6           {font:normal 12pt Arial,Helvetica,sans-serif; overflow:hidden; color:black; margin: 0 auto; padding: 2px 0; max-width: 300px;}
h6::first-line {color: #c7b299;}

header h1    {font-size: 9pt; color: #FFEEFF;}
header strong {font:bold 14pt Arial,Helvetica,sans-serif; line-height: 24pt; color: red;}
.adv          {max-width: 100%;}
a.pg:link,a.pg:visited {width:90px; height:20px; padding:2px; font:bold 12pt Tahoma,Arial,Helvetica; color:darkslategray; text-decoration:none; border:1px solid #FFEEFF;}
a.pg:hover   {width:90px; height:20px; padding:2px; font:bold 12pt Tahoma,Arial,Helvetica; border:1px solid orangered; color:ivory; text-decoration:none; background-color:crimson;}
main.join    {margin-top: 3em;}
.alert-error {
      font: normal 12pt Verdana, Helvetica;
      line-height: 16pt;
      color: #fff;
      position: relative;
      background:#c50e14 url("/images/alert.png");
      background-repeat: no-repeat;
      background-position: 20px 50%;
      border-radius: 12px;
      padding: 20px 7px 20px 74px;
      box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
      text-align: left;
      width: fit-content;
      margin: 20px auto;
}
.red   {color:red;}
.dred  {color:#f55a2e;}
div.dgreen, span.dgreen {color:darkgreen;}
div.mblue, span.mblue {color:greenyellow;}
.white {background-color:rgba(86, 86, 86, 0.5);}

.ppv {
    text-align: center;
    padding:40px;
    margin:10px;
    background-color: rgba(86, 86, 86, 0.4);
    border-radius:12px;
    float: left;
}
.jndv {
    padding:10px;
    margin:20px;
    background-color: rgba(86, 86, 86, 0.4);
    border-radius:12px;
}
.jndv div {
    margin: 0 auto;
    width: fit-content;
}
.join ul {margin: 0; padding: 0; list-style:none; text-align: left;}
.join input, .join button {
    height: 44px;
    width: 350px;
    padding: 0 0 0 10px;
    margin: 10px auto;
    border: 1px solid #9da3a6;
    border-radius: 6px;
    font-size: 1.25em;
    color:#000;
    font-family: Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 3px;
}
.join button, .ppv input {
    width: 362px;
    background-color: #0075bf;
    color: #fff;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
}
.join button:hover, .ppv input:hover {
    background-color: #00559f;
}

.grid {
    margin-top:8px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1px;
    align-items: start;
    justify-items: center;
}
.grid img {
    max-width: 100%;
    height: auto;
}

#cf1, #cf2, #cf3, #cf4, #cf5, #cf6, #cf7, #cf8 {
    position:relative;
    height: auto;
    width: 100%;
    grid-column: span 1;
    grid-row: span 1;
}
#cf1 img, #cf2 img, #cf3 img, #cf4 img, #cf5 img, #cf6 img, #cf7 img, #cf8 img {
    position:absolute;
    left:0;
    top:0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
#cf1 img.top, #cf3 img.top , #cf5 img.top , #cf7 img.top  {
    -webkit-transform:scale(1,0);
    -moz-transform:scale(1,0);
    -o-transform:scale(1,0);
    transform:scale(1,0);
    filter: alpha(opacity=0);
    opacity:0;
}
#cf1:hover img.top, #cf1.hover_effect img.top, #cf3:hover img.top, #cf3.hover_effect img.top , #cf5:hover img.top, #cf5.hover_effect img.top , #cf7:hover img.top, #cf7.hover_effect img.top  {
    opacity:1;
    -webkit-transform:scale(1,1);
    -moz-transform:scale(1,1);
    -o-transform:scale(1,1);
    transform:scale(1,1);
    cursor: pointer;
    margin: 0;
}
#cf1:hover img.bottom, #cf1.hover_effect img.bottom, #cf3:hover img.bottom, #cf3.hover_effect img.bottom , #cf5:hover img.bottom, #cf5.hover_effect img.bottom , #cf7:hover img.bottom, #cf7.hover_effect img.bottom  {
    filter: alpha(opacity=0);
    -webkit-transform:rotate(360deg) scale(0,0);
    -moz-transform:rotate(360deg) scale(0,0);
    -o-transform:rotate(360deg) scale(0,0);
    transform:rotate(360deg) scale(0,0);
    cursor: pointer;
}
#cf2 img.top, #cf4 img.top , #cf6 img.top , #cf8 img.top {
    -webkit-transform:scale(0,0);
    -moz-transform:scale(0,0);
    -o-transform:scale(0,0);
    transform:scale(0,0);
    opacity:0;
}
#cf2:hover img.top, #cf2.hover_effect img.top, #cf4:hover img.top, #cf4.hover_effect img.top , #cf6:hover img.top, #cf6.hover_effect img.top , #cf8:hover img.top, #cf8.hover_effect img.top {
    opacity:1;
    -webkit-transform:scale(1,1);
    -webkit-transform-origin: top right;
    -moz-transform:scale(1,1);
    -moz-transform-origin: top right;
    -o-transform:scale(1,1);
    -o-transform-origin: top right;
    transform:scale(1,1);
    transform-origin: top right;
    cursor: pointer;
    margin: 0;
}
#cf2:hover img.bottom, #cf2.hover_effect img.bottom, #cf4:hover img.bottom, #cf4.hover_effect img.bottom , #cf6:hover img.bottom, #cf6.hover_effect img.bottom , #cf8:hover img.bottom, #cf8.hover_effect img.bottom {
    -webkit-transform:scale(0,0);
    -webkit-transform-origin: bottom left;
    -moz-transform:scale(0,0);
    -moz-transform-origin: bottom left;
    -o-transform:scale(0,0);
    -o-transform-origin: bottom left;
    transform:scale(0,0);
    transform-origin: bottom left;
    cursor: pointer;
}

.gal figure {
    margin: 0;
    animation: fadein 1s;
}
ul.gal figure {
    float: left;;
}
@keyframes fadein {
  0% {opacity: 0;}
  90% {opacity: 1;}
  100% {opacity: 1;}
}

@-webkit-keyframes sshow {
  0% {-webkit-opacity: 0;}
  5% {-webkit-opacity: 1;}
  25% {-webkit-opacity: 1;}
  30% {-webkit-opacity: 0;}
  100% {-webkit-opacity: 0;}
}
@keyframes sshow {
  0% { -moz-opacity: 0; opacity: 0;}
  5% { -moz-opacity: 1; opacity: 1;}
  25% { -moz-opacity: 1; opacity: 1;}
  30% { -moz-opacity: 0; opacity: 0;}
  100% { -moz-opacity: 0; opacity: 0;}
}
.noanim figure {
    margin: 0 0 12px 16px;
}
#gl0, #gl1, #gl2, #gl3, #gl4, #gl5, #gl6, #gl7, #gl8, #gl9, #gl10, #gl11 {
    position: relative;
    margin: 0;
}
#gl0 figure, #gl1 figure, #gl2 figure, #gl3 figure, #gl4 figure, #gl5 figure, #gl6 figure, #gl7 figure, #gl8 figure, #gl9 figure, #gl10 figure, #gl11 figure {
    position: absolute;
    display: inline-block;
    animation: sshow 16s infinite;
}
#gl figure {
   animation: sshow 18s infinite;
}
#gl0 figure:last-of-type, #gl1 figure:last-of-type, #gl2 figure:last-of-type, #gl3 figure:last-of-type, #gl4 figure:last-of-type, #gl5 figure:last-of-type, #gl6 figure:last-of-type, #gl7 figure:last-of-type, #gl8 figure:last-of-type, #gl9 figure:last-of-type, #gl10 figure:last-of-type, #gl11 figure:last-of-type {
  position: relative;
}
#gl0 figure:nth-of-type(1) {animation-delay: 0s; opacity: 0;}
#gl0 figure:nth-of-type(2) {animation-delay: 3s; opacity: 0;}
#gl0 figure:nth-of-type(3) {animation-delay: 6s; opacity: 0;}
#gl0 figure:nth-of-type(4) {animation-delay: 9s; opacity: 0;}
#gl0 figure:nth-of-type(5) {animation-delay: 12s; opacity: 0;}
#gl1 figure:nth-of-type(1) {animation-delay: 0s; opacity: 0;}
#gl1 figure:nth-of-type(2) {animation-delay: 3s; opacity: 0;}
#gl1 figure:nth-of-type(3) {animation-delay: 6s; opacity: 0;}
#gl1 figure:nth-of-type(4) {animation-delay: 9s; opacity: 0;}
#gl1 figure:nth-of-type(5) {animation-delay: 12s; opacity: 0;}
#gl2 figure:nth-of-type(1) {animation-delay: 0s; opacity: 0;}
#gl2 figure:nth-of-type(2) {animation-delay: 3s; opacity: 0;}
#gl2 figure:nth-of-type(3) {animation-delay: 6s; opacity: 0;}
#gl2 figure:nth-of-type(4) {animation-delay: 9s; opacity: 0;}
#gl2 figure:nth-of-type(5) {animation-delay: 12s; opacity: 0;}
#gl3 figure:nth-of-type(1) {animation-delay: 0s; opacity: 0;}
#gl3 figure:nth-of-type(2) {animation-delay: 3s; opacity: 0;}
#gl3 figure:nth-of-type(3) {animation-delay: 6s; opacity: 0;}
#gl3 figure:nth-of-type(4) {animation-delay: 9s; opacity: 0;}
#gl3 figure:nth-of-type(5) {animation-delay: 12s; opacity: 0;}
#gl4 figure:nth-of-type(1) {animation-delay: 0s; opacity: 0;}
#gl4 figure:nth-of-type(2) {animation-delay: 3s; opacity: 0;}
#gl4 figure:nth-of-type(3) {animation-delay: 6s; opacity: 0;}
#gl4 figure:nth-of-type(4) {animation-delay: 9s; opacity: 0;}
#gl4 figure:nth-of-type(5) {animation-delay: 12s; opacity: 0;}
#gl5 figure:nth-of-type(1) {animation-delay: 0s; opacity: 0;}
#gl5 figure:nth-of-type(2) {animation-delay: 3s; opacity: 0;}
#gl5 figure:nth-of-type(3) {animation-delay: 6s; opacity: 0;}
#gl5 figure:nth-of-type(4) {animation-delay: 9s; opacity: 0;}
#gl5 figure:nth-of-type(5) {animation-delay: 12s; opacity: 0;}
#gl6 figure:nth-of-type(1) {animation-delay: 0s; opacity: 0;}
#gl6 figure:nth-of-type(2) {animation-delay: 3s; opacity: 0;}
#gl6 figure:nth-of-type(3) {animation-delay: 6s; opacity: 0;}
#gl6 figure:nth-of-type(4) {animation-delay: 9s; opacity: 0;}
#gl6 figure:nth-of-type(5) {animation-delay: 12s; opacity: 0;}
#gl7 figure:nth-of-type(1) {animation-delay: 0s; opacity: 0;}
#gl7 figure:nth-of-type(2) {animation-delay: 3s; opacity: 0;}
#gl7 figure:nth-of-type(3) {animation-delay: 6s; opacity: 0;}
#gl7 figure:nth-of-type(4) {animation-delay: 9s; opacity: 0;}
#gl7 figure:nth-of-type(5) {animation-delay: 12s; opacity: 0;}
#gl8 figure:nth-of-type(1) {animation-delay: 0s; opacity: 0;}
#gl8 figure:nth-of-type(2) {animation-delay: 3s; opacity: 0;}
#gl8 figure:nth-of-type(3) {animation-delay: 6s; opacity: 0;}
#gl8 figure:nth-of-type(4) {animation-delay: 9s; opacity: 0;}
#gl8 figure:nth-of-type(5) {animation-delay: 12s; opacity: 0;}
#gl9 figure:nth-of-type(1) {animation-delay: 0s; opacity: 0;}
#gl9 figure:nth-of-type(2) {animation-delay: 3s; opacity: 0;}
#gl9 figure:nth-of-type(3) {animation-delay: 6s; opacity: 0;}
#gl9 figure:nth-of-type(4) {animation-delay: 9s; opacity: 0;}
#gl9 figure:nth-of-type(5) {animation-delay: 12s; opacity: 0;}
#gl10 figure:nth-of-type(1) {animation-delay: 0s; opacity: 0;}
#gl10 figure:nth-of-type(2) {animation-delay: 3s; opacity: 0;}
#gl10 figure:nth-of-type(3) {animation-delay: 6s; opacity: 0;}
#gl10 figure:nth-of-type(4) {animation-delay: 9s; opacity: 0;}
#gl10 figure:nth-of-type(5) {animation-delay: 12s; opacity: 0;}
#gl11 figure:nth-of-type(1) {animation-delay: 0s; opacity: 0;}
#gl11 figure:nth-of-type(2) {animation-delay: 3s; opacity: 0;}
#gl11 figure:nth-of-type(3) {animation-delay: 6s; opacity: 0;}
#gl11 figure:nth-of-type(4) {animation-delay: 9s; opacity: 0;}
#gl11 figure:nth-of-type(5) {animation-delay: 12s; opacity: 0;}

/* responsive design */
@media (max-width: 639px){
  .hlogo {
    display: none !important;
  }
}
@media (max-width: 490px){
  footer a, footer a:link, footer a:visited {font-size: 9pt;}
  .hsearch {width: 100px;}
  #header .toptitle {width: 48%;}
  #header .toplogin {margin-right: 5px; margin-top: 10px; width: 30%;}
  #header .toplogin div {width: 1px; height: 1px; visibility: hidden;}
  h5.mtop {padding: 0px 74px; margin: 0 0 20px 24px;}
  h5.mstats {padding: 0 2px; margin: 0 0 20px 4px;}
  .join input, .join button {width:100%;}
  .ppv {width: 72%;}

  .glry figure {
    margin-left: 0;
    width: 100%;
  }
  .glry figure img, .glry figcaption {
    max-width: 176px;
    border-radius: 0;
  }
}
@media (max-width: 340px){
  footer a, footer a:link, footer a:visited {font-size: 8pt;}
  #header .toplogin {display: none !important;}
  #header .toptitle {width: 72%;}
  .glry li {
    float: none;
  }
  .glry figure {
    width: 340px;
    height: auto;
    max-width: 100%;
    margin: 0;
  }
  .glry figcaption  {
    width: 90%;
    max-width: 340px;
  }
  .glry figure img  {
    width: 340px;
    height: auto;
    max-width: 90%;
  }
}
@media (min-width: 640px){
  main .navibot a   {padding: 8px 32px; font-size: 14pt;}
  .down #header {transform: translate3d(0, -126px, 0);}
  .header {height: 126px;}
  #header .logo {height: 126px; width: 230px;}
  .hlogo {height: 102px; width: 222px;}
  .hicon {display: none !important;}
  .gradient-border {
    --borderWidth: 2px;
    position: absolute;
    width: 228px;
    height: 106px;
    top: 8px;
  }
  #header .toptitle {width: 200px;}
  #header .joinmem {margin-top: 18px;}
  svg {
    height: 126px;
    font: bold 3em/1 'Prata','AozoraMinchoRegular', serif;
  }
  #header .toplogin {margin-right: 2px; margin-top: 10px; width: 190px;}
  #header .toplogin h3 {margin-top: 12px;}
  h5.mtop {padding: 18px 80px; margin: 154px 0 0 16px;}
  h5.mstats {margin-top: 146px;}
  .statsl {margin: 5px 5px;}
  .gtour figure {
      height: 210px;
      width: 210px;
      margin: 0 0 0 4px;
      padding: 3px 3px 35px 3px;
  }
  .gtour figure img {
      width:210px;
      height:210px;
  }
  .gprev figure {
        height: 257px;
        width: 210px;
        margin: 0 0 0 4px;
        padding: 4px 4px 32px 4px;
  }
  .gprev figure img {
        height: 257px;
        width: 210px;
  }
  .gprev figcaption, {
        font-size: 10pt;
  }
  .grid {
    margin-top:12px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1px;
    align-items: start;
    justify-items: center;
  }
  .glry figure {
    margin-left: 0;
    width: 208px;
  }
  .glry figure img {
    max-width: 208px;
  }
}
@media (min-width: 768px){
  #header .toptitle h2 {font-size: 18pt; margin:16px 0 0 10px;}
  svg {
    height: 126px;
    font: bold 3.5em/1 'Prata','AozoraMinchoRegular', serif;
  }
  #header .toplogin {margin-right: 5px; margin-top: 10px; width: 220px;}
  #header .toplogin h3 {margin-top:16px;}
  #header .hmem {
    margin-left: 8px; margin-right: 8px;
    border-radius: 15px;
    box-shadow: inset 0 0 0 1px #fff;
  }
  #header button {
    font-size: 22px;
    width: 40px;
    height: 25px;
  }
  .hsearch {
    width: 172px;
    height: 22px;
    padding: 2px 10px;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  .hjoin {
    color: #c7b299;
    padding: 4px 16px;
    background: #651c23;
    background: -webkit-linear-gradient(top, #c50e14, #651c23);
    background: -moz-linear-gradient(top, #c50e14, #651c23);
    background: -ms-linear-gradient(top, #c50e14, #651c23);
    background: -o-linear-gradient(top, #c50e14, #651c23);
  }
  .hjoin:hover {
    color: #fff;
    background: #85212b;
    background: -webkit-linear-gradient(top, #c43136, #85212b);
    background: -moz-linear-gradient(top, #c43136, #85212b);
    background: -ms-linear-gradient(top, #c43136, #85212b);
    background: -o-linear-gradient(top, #c43136, #85212b);
  }
  h5.mtop {margin: 178px 0 0 5px;}
  h5.mstats {margin: 178px 0 0 5px; padding: 0 30px;}
  h1      {font:bold 23pt 'Caveat Brush', sans-serif; letter-spacing:2px;}
  h2      {font:small-caps 23pt 'Prata','AozoraMinchoRegular',serif; letter-spacing:2px;}
  .welcome p {font-size: 10pt; letter-spacing:2px;}
  .content {width:768px;}
  .ppv {height: 500px; max-width: 318px;}
  .statsl {margin: 10px 30px;}
  .tour {width:768px;}
  .navibot li  {display: inline-block; margin: 5px;}
  .navibot a   {padding:4px; font:bold 14pt Tahoma,Arial,Helvetica; color:#565656; text-decoration:none; border-radius:12px;}
  .navitop {font: bold 14pt/2.5em Tahoma,Arial,Helvetica;}
  .welcome {padding: 15px 0; border-radius:12px;}
  .terms   {font:normal 9pt Arial,Helvetica,sans-serif; margin:25px auto;}
  .gtour figure {
      height: 240px;
      width: 240px;
      margin: 0 0 0 6px;
      padding: 4px 4px 42px 4px;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
      transform: scale(1) rotate(-0.5deg);
  }
  .gtour figure img {
      width:240px;
      height:240px;
  }
  .gtour figcaption {
        font-size: 12pt;
  }
  .gprev figure {
        height: 282px;
        width: 224px;
        margin: 0 0 0 16px;
        padding: 4px 4px 36px 4px;
  }
  .gprev figure img {
        height: 282px;
        width: 224px;
  }
  .gprev figcaption, {
        font-size: 10pt;
  }
  .glry figure {
    margin-left: 16px;
    width: 233px;
  }

  .grid {
    margin-top:12px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 1px;
    align-items: start;
    justify-items: center;
  }
  #cf1, #cf2, #cf3, #cf6, #cf4, #cf5, #cf7, #cf8 {
    height: 306px;
    width: 306px;
    grid-column: span 2;
    grid-row: span 2;
  }
}
@media (min-width: 950px){
  .down #header {transform: translate3d(0, -155px, 0);}
  .header {height: 155px;}
  #header .logo {height: 155px; width: 272px;}
  .hlogo {height: 125px; width: 260px; left: 2px;}
  .gradient-border {
    --borderWidth: 4px;
    position: absolute;
    width: 264px;
    height: 129px;
    top: 12px;
  }
  #header .toptitle {width: 388px;}
  svg {
    height: 155px;
    font: bold 4.5em/1 'Prata','AozoraMinchoRegular', serif;
  }
  #header .toplogin {margin-right: 8px; margin-top: 18px; width: 310px;}
  #header .toplogin a {
    font: normal 18px 'Cabin Condensed',Tahoma, Helvetica, sans-serif;
    line-height: 26px;
  }
  #header .toplogin {margin-top: 18px; margin-right: 8px; width: 220px;}
  #header .toplogin h3 {margin-top: 19px;}
  #header .joinmem {margin-top: 22px;}
  #header .hmem {margin-left: 10px; margin-right: 10px; border-radius: 16px;}
  .main {margin-bottom:20px;}
  div.ctr {width: 85%;}
  h5.mtop {margin-top: 144px;}
  h5.mstats {margin-top: 136px;}
  h1      {font:bold 26pt 'Caveat Brush', sans-serif; letter-spacing:3px;}
  h2      {font:small-caps 26pt 'Prata','AozoraMinchoRegular',serif; letter-spacing:3px;}
  .welcome p {font-size: 11pt; letter-spacing:2px;}
  .content {width:900px;}
  .ppv {height: 436px; max-width: 464px;}
  .tour {width:880px;}
  .navibot li  {margin: 8px;}
  .navibot a   {padding: 8px 16px; border-radius: 14px;}
  .welcome {padding: 20px;}
  .terms   {margin:50px auto;}
  .gtour figure {
        height: 270px;
        width: 270px;
        margin: 0 0 0 12px;
        padding: 4px 4px 44px 4px;
  }
  .gtour figure img {
        width:270px;
        height:270px;
  }
  .gprev figure {
        height: 242px;
        width: 192px;
        margin: 0 0 0 19px;
        padding: 4px 4px 40px 4px;
  }
  .gprev figure img {
        height: 242px;
        width: 192px;
  }
  .gprev figcaption {
        font-size: 11pt;
  }
  .glry figure {
    margin-left: 4px;
    width: 220px;
  }
  .glry figure img {
    max-width: 220px;
  }
  .grid {
    margin-top:20px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 1px;
    align-items: start;
    justify-items: center;
  }
  .zipa {width:225px;}
  #cf1 img, #cf2 img, #cf3 img, #cf4 img, #cf5 img, #cf6 img, #cf7 img, #cf8 img {width: 351px;}
  #cf1, #cf2, #cf3, #cf4, #cf5, #cf6, #cf7, #cf8 {height: 351px; width: 351px;}
}

@media (min-width: 1200px){
  #header .toptitle {width: 50%;}
  svg {
    font: bold 5.5em/1 'Prata','AozoraMinchoRegular', serif;
  }
  #header .toplogin a {
    font: normal 20px 'Cabin Condensed',Tahoma, Helvetica, sans-serif;
    line-height: 28px;
  }
  h5.mtop {margin-top: 182px;}
  h5.mstats {margin-top: 174px;}
  .welcome p {font-size: 12pt;}
  .content {width:1024px;}
  .ppv {height: 420px; max-width: 550px;}
  .tour {width:1004px;}
  .navibot li {margin: 12px;}
  .navibot a  {padding: 10px 20px; border-radius: 16px; font: bold 14pt Tahoma,Arial,Helvetica;}
  .navitop {font: bold 14pt/2.5em Tahoma,Arial,Helvetica;}
  section.gtour {margin-top: 30px;}
  .gtour figure {
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.8);
        transform: scale(1) rotate(-1.5deg);
        height: 310px;
        width: 310px;
        margin: 0 0 4px 12px;
        padding: 4px 4px 48px 4px;
  }
  .gtour figure img {
        width:310px;
        height:310px;
  }
  .gtour figcaption {
        font-size: 14pt;
        letter-spacing: 1px;
        font-weight: bold;
  }
  .gprev figure {
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.8);
        height: 284px;
        width: 226px;
        margin: 0 0 0 16px;
        transform: scale(1) rotate(-1deg);
        transition: all 0.25s ease-in;
  }
  .gprev figure img {
        height: 284px;
        width: 226px;
  }
  .ghome figure {
        height: 225px;
        width: 180px;
        margin: 0 0 20px 16px;
  }
  .ghome figure img {
        height: 225px;
        width: 180px;
  }
  .ghome figure:hover {
        width: 180px;
        margin: -15px 0 0 6px;
        padding: 5px 5px 32px 5px;
  }
  .ghome figcaption {
        font-size: 13px;
        width: 180px;
  }
  .glry figure {
    margin-left: 18px;
    width: 233px;
  }
  .glry figure img {
    max-width: 233px;
  }
  .grid {
    margin-top:28px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 1px;
    align-items: start;
    justify-items: center;
  }
  #cf1, #cf2, #cf3, #cf4, #cf5, #cf6, #cf7, #cf8 {height: 286px; width: 286px;}
}
@media (min-width: 1440px){
  #header .toplogin {
    margin-right: 10px;
    margin-top: 20px;
    width: 310px;
  }
  h5.mtop {margin-top: 220px;}
  h5.mstats {margin-top: 214px;}
  .content {width:1200px;}
  .tour {width:1180px;}
  .navibot li {margin: 14px;}
  .ppv {height: 488px; max-width: 644px;}
  div.ctr2 {width: 95%;}
  #cf1, #cf2, #cf3, #cf4, #cf5, #cf6, #cf7, #cf8 {height: 337px; width: 337px;}
  .gtour figure {
      height: 340px;
      width: 340px;
      margin: 0 0 16px 30px;
      padding: 5px 5px 48px 5px;
  }
  .gtour figure img {
      width:340px;
      height:340px;
  }
  .gprev figure {
        height: 322px;
        width: 265px;
        margin: 0 0 6px 19px;
        padding: 5px 5px 44px 5px;
  }
  .gprev figure img {
        height: 322px;
        width: 265px;
  }
  .glry figure {
    margin-left: 6px;
    width: 233px;
  }
}
@media (min-width: 1650px){
  h5.mtop {margin-top: 274px;}
  h5.mstats {margin-top: 274px;}
  .content {width:1400px;}
  .tour {width:1380px;}
  .navibot li {margin: 16px;}
  .navibot a  {font: bold 15pt Tahoma,Arial,Helvetica;}
  .navitop {font: bold 15pt/2.5em Tahoma,Arial,Helvetica;}
  .ppv {height: 502px; max-width: 720px;}
  #cf1 img, #cf2 img, #cf3 img, #cf4 img, #cf5 img, #cf6 img, #cf7 img, #cf8 img {width: 394px;}
  #cf1, #cf2, #cf3, #cf4, #cf5, #cf6, #cf7, #cf8 {height: 394px; width: 394px;}
  .gtour figure {
      height: 374px;
      width: 374px;
      margin: 0 0 28px 54px;
      padding: 8px 8px 48px 8px;
  }
  .gtour figure img {
      width:374px;
      height:374px;
  }
  .gprev figure {
        height: 376px;
        width: 308px;
        margin: 0 0 4px 23px;
        padding: 6px 6px 46px 6px;
  }
  .gprev figure img {
        height: 376px;
        width: 308px;
  }
  .gprev figcaption {
        font-size: 13pt;
  }
  .glry figure {
    margin-left: 6px;
    width: 225px;
  }
  .glry figure img {
    max-width: 225px;
  }
}