body {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  background: #e50012;
  display: block;
  position: relative; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

@media only screen and (min-width: 768px) {
  .wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0; } }

@media only screen and (max-width: 767px) {
  .hero {
    box-sizing: border-box;
    padding: 170px 10px 20px; } }
@media only screen and (min-width: 768px) {
  .hero {
    max-width: 1100px;
    margin: 0 auto;
    padding: 65px 0; } }
.hero img {
  width: 100%;
  height: auto; }

.head_area {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  background: #F5302A; }
  @media only screen and (max-width: 767px) {
    .head_area {
      position: absolute;
      top: 39px;
      width: 100%; } }
  .head_area .inner {
    display: flex; }
    @media only screen and (max-width: 767px) {
      .head_area .inner {
        flex-direction: column; } }
    @media only screen and (min-width: 768px) {
      .head_area .inner {
        max-width: 1150px;
        margin: 0 auto;
        justify-content: space-between; } }
  @media only screen and (max-width: 767px) {
    .head_area .head_nav {
      order: 2; } }
  @media only screen and (min-width: 768px) {
    .head_area .head_nav {
      width: 75%; } }
  .head_area ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0; }
    .head_area ul li {
      box-sizing: border-box;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .head_area ul li {
          width: 90px;
          height: 80px;
          border-right: #ff8d89 dotted 1px; }
          .head_area ul li:last-of-type {
            border: none; } }
      @media only screen and (min-width: 768px) {
        .head_area ul li {
          width: 200px;
          height: 70px;
          margin: 0 5px; }
          .head_area ul li::after {
            position: absolute;
            content: '';
            bottom: 0;
            left: 0;
            width: 0;
            height: 3px;
            background: #fff;
            transition: all 0.3s ease 0s; }
          .head_area ul li:hover {
            cursor: pointer; }
            .head_area ul li:hover::after {
              width: 100%; } }
      .head_area ul li a {
        text-decoration: none;
        color: #fff; }
    @media only screen and (min-width: 768px) {
      .head_area ul .sponly {
        display: none; } }
  @media only screen and (max-width: 767px) {
    .head_area .head_sub {
      order: 1;
      background: #E50011;
      height: 55px; } }
  @media only screen and (min-width: 768px) {
    .head_area .head_sub {
      width: 25%;
      text-align: right; } }
  @media only screen and (max-width: 767px) {
    .head_area .head_sub .head_sub_inner {
      width: 100%;
      display: flex;
      align-items: center;
      box-sizing: border-box; } }
  @media only screen and (max-width: 767px) {
    .head_area .head_sub .logo {
      text-align: left;
      margin-left: 8px; }
      .head_area .head_sub .logo img {
        width: 95%;
        height: auto; } }
  @media only screen and (min-width: 768px) {
    .head_area .head_sub .logo {
      display: none; } }
  @media only screen and (min-width: 768px) {
    .head_area .head_sub .sub_container {
      display: flex;
      align-items: center;
      justify-content: flex-end; } }
  .head_area .head_sub .sub_container .sns_area {
    display: flex;
    margin-right: 30px; }
    @media only screen and (max-width: 767px) {
      .head_area .head_sub .sub_container .sns_area {
        display: none; } }
    @media only screen and (min-width: 768px) {
      .head_area .head_sub .sub_container .sns_area .sns_icon {
        margin-left: 15px; }
        .head_area .head_sub .sub_container .sns_area .sns_icon img {
          width: 30px;
          height: auto; }
          .head_area .head_sub .sub_container .sns_area .sns_icon img:hover {
            opacity: 0.9; } }
  .head_area .head_sub .sub_container .lang {
    background: #FDD000;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .head_area .head_sub .sub_container .lang {
        width: 80px;
        height: 55px; } }
    @media only screen and (min-width: 768px) {
      .head_area .head_sub .sub_container .lang {
        width: 120px;
        height: 70px; }
        .head_area .head_sub .sub_container .lang:hover {
          opacity: 0.9; } }
    .head_area .head_sub .sub_container .lang a {
      text-decoration: none;
      font-size: 0.8rem;
      color: #e50011;
      font-weight: bold; }

.content {
  background: #000;
  background-image: url("/dir/daimansai2020/img/home/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed; }
  @media only screen and (max-width: 767px) {
    .content {
      padding: 35px 15px; } }
  @media only screen and (min-width: 768px) {
    .content {
      height: 1050px;
      overflow: hidden; } }
  .content .inner {
    position: relative; }
    @media only screen and (min-width: 768px) {
      .content .inner {
        max-width: 1100px;
        width: calc(100% - 45px);
        height: 1100px;
        margin: 0 auto;
        padding: 0; } }
  .content .bg_sunplaze {
    bottom: 0; }
    @media only screen and (max-width: 767px) {
      .content .bg_sunplaze {
        display: none; } }
    @media only screen and (min-width: 768px) {
      .content .bg_sunplaze {
        position: absolute;
        left: -17%; } }
  .content .block {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
    @media only screen and (max-width: 767px) {
      .content .block {
        margin: 0 0 30px; } }
    @media only screen and (min-width: 768px) {
      .content .block {
        position: absolute;
        margin: 0 0 30px;
        top: 10%;
        right: 0; } }
    .content .block .box {
      position: relative;
      width: 100%;
      text-align: left;
      background: #f1f1f1;
      color: #333;
      box-sizing: border-box;
      display: flex;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
      @media only screen and (max-width: 767px) {
        .content .block .box {
          margin: 0 0 12px;
          width: 325px;
          height: 120px; } }
      @media only screen and (min-width: 768px) {
        .content .block .box {
          margin: 0 0 10px;
          width: 500px;
          height: 150px; }
          .content .block .box:hover {
            cursor: pointer; } }
      .content .block .box .pic {
        background: #ccc;
        color: #8e8e8e;
        text-align: center; }
        @media only screen and (max-width: 767px) {
          .content .block .box .pic {
            width: 120px;
            height: 120px;
            line-height: 120px; } }
        @media only screen and (min-width: 768px) {
          .content .block .box .pic {
            width: 150px;
            height: 150px;
            line-height: 150px;
            overflow: hidden; }
            .content .block .box .pic img:hover {
              transform: scale(1.2);
              transition-duration: 0.5s; } }
      .content .block .box .text {
        box-sizing: border-box; }
        @media only screen and (max-width: 767px) {
          .content .block .box .text {
            width: 205px;
            height: 120px;
            padding: 9px 5px 0 8px; } }
        @media only screen and (min-width: 768px) {
          .content .block .box .text {
            width: 350px;
            height: 150px;
            padding: 13px 15px 0 15px; } }
        .content .block .box .text .date {
          padding: 0;
          border-left: #ccc solid 5px;
          padding-left: 7px; }
          @media only screen and (max-width: 767px) {
            .content .block .box .text .date {
              font-size: 0.7rem;
              line-height: 0.7rem;
              margin: 0 0 4px; } }
          @media only screen and (min-width: 768px) {
            .content .block .box .text .date {
              font-size: 1.05rem;
              line-height: 1.05rem;
              margin: 0 0 6px; } }
        .content .block .box .text .comment {
          margin: 0;
          padding: 0; }
          @media only screen and (max-width: 767px) {
            .content .block .box .text .comment {
              font-size: 0.7rem;
              line-height: 0.9rem; } }
          @media only screen and (min-width: 768px) {
            .content .block .box .text .comment {
              font-size: 0.9rem;
              line-height: 1.3rem; } }
    @media only screen and (max-width: 767px) {
      .content .block .event_link {
        margin: 5px 0 0; } }
    @media only screen and (min-width: 768px) {
      .content .block .event_link {
        margin: 30px 0 0; } }
    .content .block .event_link a {
      color: #333;
      font-weight: 600;
      text-decoration: none;
      display: block;
      margin: 0 auto;
      padding: 15px 0;
      box-sizing: border-box;
      background: #fff;
      border: #000 solid 3px;
      text-align: center;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .content .block .event_link a {
          font-size: 0.9rem;
          width: 325px; } }
      @media only screen and (min-width: 768px) {
        .content .block .event_link a {
          font-size: 1.0rem;
          width: 90%; } }
      .content .block .event_link a::before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        height: 2px;
        background: #000;
        width: 60px;
        transform: translate(30px, 0px);
        transform-origin: right center;
        transform: translate(30px, 0px) rotate(25deg); }
        @media only screen and (max-width: 767px) {
          .content .block .event_link a::before {
            right: 18%;
            width: 12px; } }
        @media only screen and (min-width: 768px) {
          .content .block .event_link a::before {
            right: 14%;
            width: 13px; } }
      .content .block .event_link a::after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        height: 2px;
        background: #000;
        width: 25px; }
        @media only screen and (max-width: 767px) {
          .content .block .event_link a::after {
            right: 8.5%; } }
        @media only screen and (min-width: 768px) {
          .content .block .event_link a::after {
            right: 7.5%; } }
      .content .block .event_link a:hover {
        color: #fff;
        background: #000;
        transition: .3s ease-in-out; }
  .content .twitter {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
    @media only screen and (min-width: 768px) {
      .content .twitter {
        position: absolute;
        width: 500px;
        top: 10%;
        left: 0; } }
    @media only screen and (max-width: 767px) {
      .content .twitter iframe.twitter-timeline {
        width: 325px !important;
        height: 300px !important;
        margin: 0 auto; } }
    @media only screen and (min-width: 768px) {
      .content .twitter iframe.twitter-timeline {
        width: auto !important;
        height: 730px !important; } }
  .content h2 {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    color: #fff;
    padding: 0;
    border-bottom: #fff solid 1px; }
    @media only screen and (max-width: 767px) {
      .content h2 {
        margin: 0 0 7px;
        font-size: 1.7rem;
        line-height: 1.7rem; } }
    @media only screen and (min-width: 768px) {
      .content h2 {
        margin: 0 0 20px;
        font-size: 2.5rem;
        line-height: 2.5rem; } }
    @media only screen and (max-width: 767px) {
      .content h2 span {
        font-size: 1.0rem;
        line-height: 1.2rem;
        margin-left: 5px; } }
    @media only screen and (min-width: 768px) {
      .content h2 span {
        font-size: 1.2rem;
        line-height: 1.2rem;
        margin-left: 10px; } }
  .content h3 {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .content h3 {
        margin: 0 0 6px;
        font-size: 0.8rem;
        line-height: 1.0rem; } }
    @media only screen and (min-width: 768px) {
      .content h3 {
        margin: 0 0 8px;
        font-size: 1.1rem;
        line-height: 1.4rem; } }
    .content h3 a {
      text-decoration: none;
      color: #333; }
  .content .long h3 {
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .content .long h3 {
        margin: 0 0 6px;
        font-size: 0.7rem;
        line-height: 0.9rem;
        word-break: break-all; } }
    @media only screen and (min-width: 768px) {
      .content .long h3 {
        margin: 0 0 9px;
        font-size: 0.9rem;
        line-height: 1.25rem; } }
    .content .long h3 a {
      text-decoration: none;
      color: #333; }

.info {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  background: #fff; }
  @media only screen and (min-width: 768px) {
    .info {
      padding: 0; } }
  .info .inner {
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .info .inner {
        flex-direction: column; } }
    @media only screen and (min-width: 768px) {
      .info .inner {
        max-width: 1150px;
        width: calc(100% - 45px);
        margin: 0 auto;
        padding: 110px 0 90px;
        display: flex;
        justify-content: space-between; } }
    .info .inner h2 {
      color: #000;
      padding: 0;
      border-bottom: #000 solid 1px; }
      @media only screen and (max-width: 767px) {
        .info .inner h2 {
          margin: 0 0 7px;
          font-size: 1.7rem; } }
      @media only screen and (min-width: 768px) {
        .info .inner h2 {
          margin: 0 0 20px;
          font-size: 2.5rem;
          line-height: 2.5rem; } }
      @media only screen and (max-width: 767px) {
        .info .inner h2 span {
          font-size: 1.0rem;
          line-height: 1.2rem;
          margin-left: 5px; } }
      @media only screen and (min-width: 768px) {
        .info .inner h2 span {
          font-size: 1.2rem;
          line-height: 1.2rem;
          margin-left: 10px; } }
    @media only screen and (max-width: 767px) {
      .info .inner .gaiyo {
        width: 100%;
        margin: 0 0 50px;
        padding: 60px 15px 0;
        box-sizing: border-box; } }
    @media only screen and (min-width: 768px) {
      .info .inner .gaiyo {
        width: 38%;
        margin: 0 0 70px; } }
    .info .inner .gaiyo dl {
      display: flex;
      width: 100%;
      margin: 0;
      padding: 20px 0;
      border-bottom: #d2d2d2 dotted 1px; }
      .info .inner .gaiyo dl:last-of-type {
        margin: 0; }
      .info .inner .gaiyo dl dt {
        width: 25%;
        margin: 0 20px 0 0;
        padding: 3px 0 0;
        text-align: center; }
        .info .inner .gaiyo dl dt span {
          color: #000;
          font-weight: bold; }
      .info .inner .gaiyo dl dd {
        width: 73%;
        margin: 0;
        padding: 0;
        line-height: 1.8rem;
        font-size: 0.95rem; }
    @media only screen and (max-width: 767px) {
      .info .inner .access {
        width: 100%; } }
    @media only screen and (min-width: 768px) {
      .info .inner .access {
        width: 55%; } }
    @media only screen and (max-width: 767px) {
      .info .inner .access .container .text {
        padding: 0 0 80px 15px; } }
    .info .inner .access .container .text h5 {
      padding: 0;
      margin: 18px 0 7px; }
      @media only screen and (max-width: 767px) {
        .info .inner .access .container .text h5 {
          font-size: 1.0rem; } }
      @media only screen and (min-width: 768px) {
        .info .inner .access .container .text h5 {
          font-size: 1.05rem; } }
    .info .inner .access .container .text p {
      font-weight: 400;
      margin: 0;
      padding: 0;
      font-size: 0.9rem; }
    .info .inner .access .container .text .large {
      font-weight: 400;
      margin: 2px 0 0; }

.instagramItem {
  width: 100%;
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-box-pack: justify;
  -moz-flex-pack: justify;
  -webkit-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .instagramItem {
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 auto; } }
  @media only screen and (min-width: 768px) {
    .instagramItem {
      -webkit-flex-wrap: nowrap;
      flex-wrap: nowrap;
      margin: 0 auto; } }
  .instagramItem .insta-box {
    background-color: #ccc; }
    @media only screen and (max-width: 767px) {
      .instagramItem .insta-box {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 33.2%;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 0;
        margin-right: 0; } }
    @media only screen and (min-width: 768px) {
      .instagramItem .insta-box {
        width: 20%;
        max-width: 100%;
        display: flex;
        flex-direction: row;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 0;
        margin-right: 0; } }
    .instagramItem .insta-box a {
      width: 100%;
      overflow: hidden;
      position: relative;
      display: block; }
      .instagramItem .insta-box a .spacer {
        padding-bottom: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        position: relative;
        z-index: 10;
        opacity: 0; }
      .instagramItem .insta-box a img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .instagramItem .insta-box a .oblongImg {
        height: 100%;
        width: auto;
        max-width: initial;
        min-width: initial; }
      .instagramItem .insta-box a .verticalImg {
        width: 100%;
        height: auto;
        max-height: initial;
        min-height: initial; }
      .instagramItem .insta-box a .likes {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-weight: 600;
        opacity: 0;
        z-index: 20; }
      .instagramItem .insta-box a:hover .likes {
        opacity: 1; }
      .instagramItem .insta-box a:hover .spacer {
        opacity: 1; }

.foot_area {
  background: #393939;
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .foot_area {
      padding: 35px 15px 0; } }
  @media only screen and (min-width: 768px) {
    .foot_area {
      padding: 35px 0; } }
  .foot_area .inner {
    display: flex; }
    @media only screen and (max-width: 767px) {
      .foot_area .inner {
        flex-direction: column; } }
    @media only screen and (min-width: 768px) {
      .foot_area .inner {
        max-width: 1200px;
        width: calc(100% - 45px);
        margin: 0 auto; } }
    .foot_area .inner .foot_info {
      display: flex; }
      @media only screen and (max-width: 767px) {
        .foot_area .inner .foot_info {
          flex-direction: column; } }
      @media only screen and (max-width: 767px) {
        .foot_area .inner .foot_info .foot_logo {
          width: 40%;
          margin-bottom: 15px; } }
      @media only screen and (min-width: 768px) {
        .foot_area .inner .foot_info .foot_logo {
          width: 20%;
          margin-right: 30px; } }
      .foot_area .inner .foot_info .text {
        color: #fff; }
        @media only screen and (max-width: 767px) {
          .foot_area .inner .foot_info .text {
            font-size: 0.85rem; } }
        @media only screen and (min-width: 768px) {
          .foot_area .inner .foot_info .text {
            font-size: 0.9rem; } }
    .foot_area .inner .sns_container {
      display: flex;
      flex-direction: column; }
      @media only screen and (max-width: 767px) {
        .foot_area .inner .sns_container {
          margin: 25px 0 30px; } }
      .foot_area .inner .sns_container p {
        color: #fff;
        padding: 0;
        font-size: 0.9rem; }
        @media only screen and (max-width: 767px) {
          .foot_area .inner .sns_container p {
            text-align: center; } }
        @media only screen and (min-width: 768px) {
          .foot_area .inner .sns_container p {
            text-align: left;
            margin: 0 0 10px 10px; } }
      .foot_area .inner .sns_container .sns {
        display: flex; }
        @media only screen and (max-width: 767px) {
          .foot_area .inner .sns_container .sns {
            justify-content: center; } }
        @media only screen and (max-width: 767px) {
          .foot_area .inner .sns_container .sns .sns_icon {
            margin: 0 5px; } }
        @media only screen and (min-width: 768px) {
          .foot_area .inner .sns_container .sns .sns_icon {
            margin-left: 10px; } }
        @media only screen and (max-width: 767px) {
          .foot_area .inner .sns_container .sns .sns_icon img {
            width: 45px;
            height: auto; } }
        @media only screen and (min-width: 768px) {
          .foot_area .inner .sns_container .sns .sns_icon img {
            width: 60px;
            height: auto; } }

.click {
  cursor: pointer; }
  .click a {
    position: relative; }

@media only screen and (min-width: 768px) {
  .sponly {
    display: none; } }

@media only screen and (max-width: 767px) {
  .pconly {
    display: none; } }

.global_head {
  margin: 0;
  padding: 0; }

footer {
  margin: 0;
  padding: 0;
  background: #0A1945; }
  footer .global_foot {
    border: none;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      footer .global_foot {
        margin: 0 auto;
        padding: 30px 20px 10px; } }
    @media only screen and (min-width: 768px) {
      footer .global_foot {
        max-width: 1200px;
        margin: 0 auto;
        padding: 35px 0 25px; } }
    footer .global_foot .guide_container {
      display: flex; }
      @media only screen and (max-width: 767px) {
        footer .global_foot .guide_container {
          flex-wrap: wrap; } }
    @media only screen and (max-width: 767px) {
      footer .global_foot .guide_list {
        width: 49%;
        margin: 0 0 18px; } }
    @media only screen and (min-width: 768px) {
      footer .global_foot .guide_list {
        margin-right: 50px; } }
    footer .global_foot ul {
      list-style: none;
      margin: 0 0 0 -40px;
      text-align: left; }
      footer .global_foot ul li {
        font-size: 13px;
        margin: 0 0 5px; }
        footer .global_foot ul li a {
          text-decoration: none;
          color: #fff; }
          footer .global_foot ul li a:hover {
            text-decoration: underline; }
    footer .global_foot .sns_area {
      display: flex; }
      @media only screen and (max-width: 767px) {
        footer .global_foot .sns_area .item {
          margin-right: 4px; }
          footer .global_foot .sns_area .item img {
            width: 80%; } }
      @media only screen and (min-width: 768px) {
        footer .global_foot .sns_area .item {
          margin-left: 5px; }
          footer .global_foot .sns_area .item img {
            width: 90%; }
            footer .global_foot .sns_area .item img:hover {
              opacity: 0.8; } }
    footer .global_foot .guide_top {
      display: flex; }
      @media only screen and (max-width: 767px) {
        footer .global_foot .guide_top {
          flex-direction: column;
          margin: 0 0 20px; } }
      @media only screen and (min-width: 768px) {
        footer .global_foot .guide_top {
          justify-content: space-between;
          margin: 0 0 40px; } }
    footer .global_foot .guide_middle .lang_area {
      display: flex; }
      @media only screen and (max-width: 767px) {
        footer .global_foot .guide_middle .lang_area {
          margin: 0 0 15px; } }
      @media only screen and (min-width: 768px) {
        footer .global_foot .guide_middle .lang_area {
          margin: 0 0 5px; } }
      @media only screen and (max-width: 767px) {
        footer .global_foot .guide_middle .lang_area .item {
          margin-right: 4px; } }
      @media only screen and (min-width: 768px) {
        footer .global_foot .guide_middle .lang_area .item {
          margin-right: 3px; } }
      footer .global_foot .guide_middle .lang_area .item img {
        border-radius: 50px; }
        @media only screen and (max-width: 767px) {
          footer .global_foot .guide_middle .lang_area .item img {
            width: 70%; } }
        @media only screen and (min-width: 768px) {
          footer .global_foot .guide_middle .lang_area .item img {
            width: 75%; }
            footer .global_foot .guide_middle .lang_area .item img:hover {
              opacity: 0.8; } }
    footer .global_foot .guide_bottom {
      display: flex; }
      @media only screen and (max-width: 767px) {
        footer .global_foot .guide_bottom {
          flex-direction: column; } }
      @media only screen and (min-width: 768px) {
        footer .global_foot .guide_bottom {
          justify-content: space-between; } }
      @media only screen and (max-width: 767px) {
        footer .global_foot .guide_bottom .police {
          text-align: left; } }
      @media only screen and (min-width: 768px) {
        footer .global_foot .guide_bottom .copyright {
          text-align: center; } }
      footer .global_foot .guide_bottom p {
        color: #fff; }
        @media only screen and (max-width: 767px) {
          footer .global_foot .guide_bottom p {
            font-size: 11px; } }
        @media only screen and (min-width: 768px) {
          footer .global_foot .guide_bottom p {
            font-size: 11px; } }
        footer .global_foot .guide_bottom p a {
          text-decoration: none;
          color: #fff; }
          footer .global_foot .guide_bottom p a:hover {
            text-decoration: underline; }
