@charset "UTF-8";
body {
  overflow-y: scroll; }

#tab1 {
  padding: 20px 0 0; }

#tab2 {
  display: none;
  max-width: 1360px;
  margin: auto; }

article.orange {
  background: #ffc93f;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  overflow: hidden; }
  article.orange #ribbon {
    width: 100%;
    height: 60px;
    margin: 50px 0 -60px;
    overflow: hidden;
    background: url("/special/okinawa/oldphoto/images/parts/ribbon.png") repeat-x;
    background-size: 1257px 60px; }
    @media screen and (max-width: 667px) {
      article.orange #ribbon {
        height: 30px;
        margin: 40px 0 -30px;
        background: url("/special/okinawa/oldphoto/images/parts/ribbon.png") repeat-x;
        background-size: 628px 30px; } }
  article.orange #titleBox {
    width: 100%;
    max-width: 1152px;
    margin: 0 auto 3em; }
    article.orange #titleBox #cover {
      position: relative;
      width: 667px;
      height: 394px;
      overflow: hidden;
      display: inline-block;
      margin: 0 auto 1.5em;
      vertical-align: middle;
      pointer-events: none;
      touch-callout: none;
      user-select: none;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-touch-callout: none;
      -moz-user-select: none; }
      @media screen and (max-width: 1152px) {
        article.orange #titleBox #cover {
          display: block;
          width: 100%;
          max-width: 667px;
          max-height: 394px; } }
      @media screen and (max-width: 667px) {
        article.orange #titleBox #cover {
          display: block;
          width: 320px;
          height: 188px; } }
      article.orange #titleBox #cover img {
        pointer-events: none;
        touch-callout: none;
        user-select: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-touch-callout: none;
        -moz-user-select: none; }
      article.orange #titleBox #cover img:first-child {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999; }
      article.orange #titleBox #cover img:last-child {
        position: absolute;
        width: 76%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transform: rotate(-2deg);
        -moz-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        -o-transform: rotate(-2deg);
        transform: rotate(-2deg); }
    article.orange #titleBox #title {
      width: 30%;
      max-width: 344px;
      margin: 0 0 0 1%;
      display: inline-block;
      vertical-align: middle; }
      @media screen and (max-width: 1152px) {
        article.orange #titleBox #title {
          display: block;
          margin: auto;
          width: 55%;
          max-width: 360px; } }
      article.orange #titleBox #title img:first-child {
        margin: 0 0 1.5em; }
        @media screen and (max-width: 667px) {
          article.orange #titleBox #title img:first-child {
            margin: 0 0 1em; } }
      article.orange #titleBox #title #tieup {
        max-width: 240px; }
        @media screen and (max-width: 1152px) {
          article.orange #titleBox #title #tieup {
            margin: auto; } }
        @media screen and (max-width: 667px) {
          article.orange #titleBox #title #tieup {
            text-align: center; } }
        article.orange #titleBox #title #tieup li:first-child {
          width: 61.6%;
          display: inline-block;
          vertical-align: middle; }
        article.orange #titleBox #title #tieup li:last-child {
          width: 38.4%;
          display: inline-block;
          vertical-align: middle; }
    article.orange #titleBox dl {
      text-align: center;
      font-size: 0.9em;
      font-family: "ヒラギノ角ゴ W5 JIS2004", "Meiryo UI", sans-serif;
      margin: 2em 0 0; }
      article.orange #titleBox dl dt {
        display: inline-block;
        position: relative; }
      article.orange #titleBox dl dt:after {
        position: absolute;
        content: "";
        background: url("/special/okinawa/oldphoto/images/parts/arrow.png") no-repeat center;
        background-size: 12px 14px;
        top: 0;
        bottom: 0;
        right: -1.2em;
        left: auto;
        margin: auto;
        width: 12px; }
        @media screen and (max-width: 320px) {
          article.orange #titleBox dl dt:after {
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg); } }
      article.orange #titleBox dl dd {
        display: inline-block;
        border: 1px solid #333;
        margin: 0 0 0 1.6em;
        padding: 0 0.25em; }
        article.orange #titleBox dl dd a {
          text-decoration: none; }
  article.orange #land {
    position: absolute;
    top: 38%;
    right: 6%;
    max-width: 180px;
    width: 20%;
    z-index: 999; }
    @media screen and (max-width: 667px) {
      article.orange #land {
        top: 27%;
        right: -6%;
        width: 26%; } }
  article.orange #gage {
    height: 1px;
    overflow: hidden; }
  article.orange #tab {
    width: 560px;
    height: 50px;
    margin: auto; }
    @media screen and (max-width: 667px) {
      article.orange #tab {
        width: 96%; } }
    article.orange #tab li {
      width: 49%;
      height: 100%;
      line-height: 50px;
      display: inline-block;
      background: #fff;
      margin: 0 0.5%;
      text-align: center;
      font-family: "ヒラギノ角ゴ W6 JIS2004", "Meiryo UI", sans-serif;
      font-size: 18px;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      background: #bd952c;
      color: #ffc93f;
      letter-spacing: 1px;
      cursor: pointer; }
    article.orange #tab li.selected {
      background: #fff;
      color: #333; }

#content {
  margin: 0 auto;
  width: 100%;
  max-width: 1106px; }
  #content #grid {
    text-align: center;
    touch-callout: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-touch-callout: none;
    -moz-user-select: none; }
    #content #grid figure {
      position: relative;
      width: 180px;
      height: 180px;
      overflow: hidden;
      display: inline-block;
      margin: 2px;
      vertical-align: bottom;
      visibility: hidden;
      opacity: 0; }
      @media screen and (max-width: 667px) {
        #content #grid figure {
          width: 100px;
          height: 100px; } }
      @media screen and (max-width: 320px) {
        #content #grid figure {
          width: 88px;
          height: 88px; } }
      #content #grid figure a {
        position: absolute;
        top: 0;
        display: block;
        width: 180px;
        height: 180px;
        overflow: hidden;
        text-align: center;
        border: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        @media screen and (max-width: 667px) {
          #content #grid figure a {
            width: 102px;
            height: 102px; } }
        @media screen and (max-width: 320px) {
          #content #grid figure a {
            width: 88px;
            height: 88px; } }
        #content #grid figure a img {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          pointer-events: none;
          touch-callout: none;
          user-select: none;
          -webkit-touch-callout: none;
          -webkit-user-select: none;
          -moz-touch-callout: none;
          -moz-user-select: none; }
      #content #grid figure a:hover {
        opacity: 0.75; }
  #content #sort {
    width: 100%;
    padding: 0 0 20px; }
    #content #sort #selectBox {
      width: 100%;
      font-size: 16px;
      display: none; }
      @media screen and (max-width: 667px) {
        #content #sort #selectBox {
          display: block; } }
      #content #sort #selectBox p {
        display: inline-block;
        vertical-align: middle; }
      #content #sort #selectBox select {
        font-size: 15px;
        display: inline-block;
        vertical-align: middle; }
    #content #sort ul {
      display: flex;
      flex-flow: row wrap;
      list-style-type: none;
      margin: 0;
      padding: 0;
      border-bottom: 1px solid #333; }
      @media screen and (max-width: 667px) {
        #content #sort ul {
          display: none; } }
      #content #sort ul li {
        display: inline-block;
        flex: 1;
        text-align: center;
        font-size: 14px;
        line-height: 2.5em;
        height: 50px; }
        @media screen and (max-width: 667px) {
          #content #sort ul li {
            letter-spacing: 1px;
            text-align: left;
            font-size: 13px;
            line-height: inherit;
            height: 60px;
            -ms-writing-mode: lr-tb;
            writing-mode: lr-tb;
            -webkit-writing-mode: vertical-lr; } }
        #content #sort ul li a {
          position: relative;
          display: block;
          height: 100%;
          overflow: hidden; }
      #content #sort ul li.selected a:after, #content #sort ul li:hover a:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 0;
        height: 0;
        margin: auto auto 1px;
        border-top: 10px solid transparent;
        border-left: 12px solid #111;
        border-right: 12px solid transparent;
        border-bottom: 10px solid transparent;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg); }
      #content #sort ul #all {
        font-family: "ヒラギノ角ゴ W6 JIS2004", "Meiryo UI", sans-serif; }

.sublink {
  max-width: 160px;
  width: 60%;
  margin: 6em auto 0; }
  @media screen and (max-width: 667px) {
    .sublink {
      margin: 3em auto 0; } }

html.desktop #sort.fixed {
  position: fixed;
  top: 50px;
  max-width: 1106px;
  background: #fff;
  z-index: 999; }
  @media screen and (max-width: 667px) {
    html.desktop #sort.fixed {
      top: 40px; } }

/*# sourceMappingURL=core.css.map */
