@charset "UTF-8";

/* CSS Document */
@import "reset.css";
@import "hack.css";

@media screen and (min-width: 1440px) {
  .menubox ul.menu_upper {
    height: 130px;
  }

  .menubox ul.menu_upper>li.menu-parent ul {
    top: 131px;
  }

  main {
    padding: 136px 0 70px;
    background: #fff;
    min-height: 100vh;
  }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (min-width: 960px) {
  /* ++++++++++++++++++++++++++++++++++++++++++++++++ */

  /* フォトサイズ
----------------------------------------------------------------------------*/
  html {
    /* 1rem = 10pxと定義 */
    font-size: 10px;
    font-weight: normal;
  }

  body {
    /*　基本のフォントサイズは16px */
    font-size: 1.6rem;
  }

  h1 {
    /* 見出しは大きめの30px、パディングを20px*/
    /* font-size: 3rem;
  padding: 2rem; */
  }

  p {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-weight: inherit;
    text-decoration: none;
  }

  em {
    display: block;
    font-style: normal;
  }

  /* @font-face {
  font-family: "GeosansLight";
  src: url("../font/GeosansLight.eot?") format('eot'),
    url("../font/GeosansLight.woff") format('woff');
  }*/
  .en {
    color: #231815;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 2.0rem;
    font-weight: 300;
  }

  .jp {
    color: #807471;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
  }

  .kosugi {
    font-family: 'Kosugi', sans-serif;
    /*font-weight: 400;*/
  }



  /* ベース
----------------------------------------------------------------------------*/
  html,
  body {
    width: 100%;
    height: 100%;
  }

  html {
    /* scroll-behavior: smooth; */
  }

  html.wf-active {
    visibility: visible;
    -webkit-animation: load-fade 1s ease 0s 1 normal;
    animation: load-fade 1s ease 0s 1 normal;
  }

  body {
    /* min-width: 980px; */
    width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    color: #000;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
    text-align: center;
    line-height: 1.8;
    letter-spacing: normal;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    overflow-wrap: break-word;
    position: relative;
  }

  strong {
    font-weight: bold;
  }

  ul {
    list-style: none;
  }

  li {
    display: inline-block;
    list-style: none;
  }

  a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  img {
    width: 100%;
  }

  label {
    display: block;
    cursor: pointer;
    position: relative;
  }

  * {
    box-sizing: border-box;
  }



  @media screen and (min-width: 960px) {
    .sp {
      display: none !important;
    }
  }

  @media screen and (max-width: 960px) {
    .pc {
      display: none !important;
    }

    br.tab {
      display: block !important;
    }
  }

  /* ページタイトル or サブタイトル
----------------------------------------------------------------------------*/
  h2 {
    line-height: 1;
  }

  /* シンプルタイトル
---------------------------------*/
  h2.page_ttl.simple {
    display: block;
    margin: 3.5vw auto;
    color: #265fdd;
    font-size: 4.5rem;
    font-weight: 700;
    letter-spacing: 1rem;
  }


  /*コーナー見出し*/
  h3 {
    line-height: 1;
  }

  /*サブページ小見出し*/
  h4 {}

  /*小見出し　写真送り先*/
  h5 {}

  /*汎用クラス*/

  hr {
    clear: both;
    border: solid #ccc;
    border-width: 1px 0 0 0;
    margin: 20px 0;
    height: 1px;
    /* for IE6 */
    clear: both;
    /* for IE6 */
  }

  .nodisp {
    position: absolute;
    left: -9999px;
  }

  .r3 {
    border-radius: 3px;
    /* CSS3草案 */
    -webkit-border-radius: 3px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;
    /* Firefox用 */
  }

  .r10 {
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
  }

  .c980 {
    width: 980px;
    margin: 0 auto;
  }


  /* 構造
----------------------------------------------------------------------------*/
  .all_wrap {
    width: 100%;
    /* height: 100vh; */
    min-height: 100vh;
    /* overflow-y: hidden; */
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: relative;
  }

  .all_wrap::-webkit-scrollbar {
    display: none;
  }

  main {
    display: block;
    padding: 6.75vw 0 70px;
    background: #fff;
    min-height: 100vh;
  }

  main.pb0 {
    padding: 6.75vw 0 0;
  }

  .contents {

    display: block;


  }

  #cnt {
    text-align: left;
    margin: 0 auto;
  }

  #guide>#cnt {
    margin: 0 auto;
  }

  /* 共通パーツ
----------------------------------------------------------------------------*/
  .btn,
  .btn_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: painted;
    cursor: pointer;
    transition: transform 0.3s;
    position: relative;
  }

  .arrow:after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
  }

  .arrow.white:after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }


  /* footer
----------------------------------------------------------------------------*/
  footer {
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    background: #000;
    position: relative;
    bottom: 0;
    z-index: 30;
  }

  #footer .copyright {
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    color: #fff;
  }

  #footer .sns .sp {
    display: none;
  }

  #footer nav ul {
    /*display: flex;*/
    flex-wrap: wrap;
    margin: 10px 0 0 0;
    margin: 10px 0 0 0;
    padding: 6px 0 0 0;
  }

  #footer nav ul li {
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    color: #fff;
    margin-bottom: 10px;
  }

  #footer nav ul li+li {
    border-left: 1px solid #fff;
    padding-left: 15px;
    margin-left: 15px;
  }

  /* header
----------------------------------------------------------------------------*/
  header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /*
    height: 9vw;
    max-height: 130px;
*/
    background: #fff;
    border-top: 5px solid #265fdd;
    border-bottom: 1px solid #e3e3e3;
    position: fixed;
    z-index: 30;
  }

  #header_navi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1380px;
    /*
    height: 9vw;
    max-height: 130px;
*/
    margin: 0 0 0 2.5vw;
  }

  /* header ロゴ
----------------------------------------------------------------------------*/
  #header_navi h1.logo {
    width: 38%;
    max-width: 400px;
    height: auto;
    margin: 0 25px 0 0;
  }

  #header_navi h1 img.logo img {
    width: 400px;
    height: 30px;
  }

  /* header メニュー
----------------------------------------------------------------------------*/
  .menubox {
    width: 82%;
    max-width: 730px;
  }

  .menubox ul.menu_upper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 6.75vw;
    max-height: 130px;
    padding: 0 20px 0 0;
  }

  .menubox ul.menu_upper>li {
    height: 100%;
    pointer-events: painted;
  }

  .menubox ul.menu_upper>li>a {
    padding: 0;
    color: #373737;
    font-size: 1.3rem;
    letter-spacing: 0.08em;
    text-decoration: none;
    position: relative;
  }

  .menubox ul.menu_upper>li>a::after {
    content: '';
    width: 100%;
    height: 1.10px;
    background-color: #000;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: left;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    bottom: -0.1rem;
    left: 0;
    z-index: 1;
  }

  .menubox ul.menu_upper>li:hover a::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }




  .menubox ul.menu_upper>li.menu-parent:after {
    /* グロナビ下層メニュー背景 */
    /* content: "";
    width: 100%;
    height: 0;
    margin: 0 auto;
    background: #f0f0f0;
    transition: height 0.5s;
    position: absolute;
    top: 8.1vw;
    right: 0;
    z-index: -1; */
  }

  .menubox ul.menu_upper>li.menu-parent:hover:after {
    /* グロナビ下層メニュー背景 */
    /* height: 50px;
    transition: height 0.5s; */
  }

  .menubox ul.menu_upper>li.menu-parent ul {
    width: 100%;
    height: 0;
    padding: 0;
    text-align: left;
    overflow: hidden;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s;
    position: absolute;
    top: 6.75vw;
    left: 0;
  }

  .menubox ul.menu_upper>li.menu-parent:hover ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    height: auto;
    padding: 15px 0 5px;
    background: #f0f0f0;
    transform: scaleY(1);
    transition: transform 0.3s;
  }

  /* .menubox ul.menu_upper>li.menu-parent.link_about:hover ul {
    padding-left: calc(2.5vw + (100% - 68%));
  }

  .menubox ul.menu_upper>li.menu-parent.link_awards:hover ul {
    padding-left: calc(2.5vw + (100% - 50%));
  } */

  .menubox ul.menu_upper>li.menu-parent ul li {
    height: 0;
    padding: 0 10px 0 0;
    position: relative;
  }

  .menubox ul.menu_upper>li.menu-parent:hover ul li {
    padding: 14px 20px 24px 10px;
  }

  .menubox ul.menu_upper>li.menu-parent ul li a {
    font-size: 1.2rem;
    transition: opacity 0.2s;
  }

  .menubox ul.menu_upper>li.menu-parent ul li a:hover,
  .menubox ul.menu_upper>li.menu-parent ul li a:active {
    opacity: 0.4;
  }







  /* .menubox ul.menu_upper>li.menu-parent ul li a::after {
    content: '';
    width: 95%;
    height: 1px;
    background-color: #000;
    transform: scaleX(0);
    transform-origin: left;
    transition: all .3s ease;
    position: absolute;
    bottom: 7px;
    left: 0;
    z-index: 1;
  }

  .menubox ul.menu_upper>li.menu-parent ul li:hover a::after {
    transform: scaleX(1);
  } */



  /* header sns_pc
----------------------------------------------------------------------------*/
  .menubox .sns_pc {
    display: flex;
    align-items: center;
    float: right;
  }

  .menubox .sns_pc ul {
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    width: 23px;
    /* height: 5.8vw; */
    max-height: 60px;
    font-size: 0;
  }

  .menubox .sns_pc ul li.btn {
    display: block;
    width: 24px;
    height: 24px;
    background: #000000;
    border-radius: 50%;
    transform: scale(1, 1);
  }

  .menubox .sns_pc ul li.btn:hover,
  .menubox .sns_pc ul li.btn:active {
    transform: scale(1.1, 1.1);
  }

  .menubox .sns_pc ul li a {
    display: flex;
    justify-content: center;
  }

  .menubox .sns_pc ul li a.tw {
    align-items: center;
    background: #ffffff;
  }

  .menubox .sns_pc ul li a.tw img {
    width: auto;
    max-height: 21px;
  }

  .menubox .sns_pc ul li a.fb {
    align-items: flex-end;
  }

  .menubox .sns_pc ul li a.fb img {
    width: auto;
    height: 80%;
    max-height: 20px;
  }

  .menubox .sns_sp {
    display: none;
  }


  /* #pagetop
----------------------------------------------------------------------------*/
  #pagetop {
    position: fixed;
    bottom: 70px;
    right: 20px;
    font-size: 12px;
    line-height: 1.2;
    z-index: 30;
  }

  #pagetop a {
    width: 60px;
    height: 60px;
    background: #bdbdbd;
    text-decoration: none;
    color: #fff;
    padding: 24px 5px 0;
    text-align: center;
    display: block;
    opacity: 0.9;
    transition: all .3s ease;
    position: relative;
  }

  #pagetop a:before {
    content: "";
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: translateX(-50%) rotate(-135deg);
    -ms-transform: translateY(-50%) rotate(-135deg);
    transform: translateX(-50%) rotate(-135deg);
    position: absolute;
    top: 13px;
    left: 50%;
  }

  #pagetop a:hover {
    text-decoration: none;
    opacity: .5;
  }


}

/* @media (min-width: 1180px) {
  .menubox ul.menu_upper>li.menu-parent.link_about:hover ul {
    padding-left: calc(2.5vw + (100% - 770px));
  }

  .menubox ul.menu_upper>li.menu-parent.link_awards:hover ul {
    padding-left: calc(2.5vw + (100% - 570px));
  }
}

@media (min-width: 1400px) {
  .menubox ul.menu_upper>li.menu-parent.link_about:hover ul {
    padding-left: calc(2.5vw + (100% - 53vw));
  }

  .menubox ul.menu_upper>li.menu-parent.link_awards:hover ul {
    padding-left: calc(2.5vw + (100% - 41vw));
  }
} */

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 960px) {
  /* ++++++++++++++++++++++++++++++++++++++++++++++++ */

  /* フォトサイズ
----------------------------------------------------------------------------*/
  html {
    /* 1rem = 10pxと定義 */
    font-weight: normal;
    font-size: 10px;
  }

  body {
    /*　基本のフォントサイズは16px */
    font-size: 1.6rem;
  }

  h1 {
    /* 見出しは大きめの30px、パディングを20px*/
    /* font-size: 3rem;
  padding: 2rem; */
  }

  p {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-weight: inherit;
    text-decoration: none;
  }

  em {
    display: block;
    font-style: normal;
  }

  /* @font-face {
  font-family: "GeosansLight";
  src: url("../font/GeosansLight.eot?") format('eot'),
    url("../font/GeosansLight.woff") format('woff');
} */

  .en {
    color: #231815;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
  }

  .jp {
    color: #807471;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
  }

  .kosugi {
    font-family: 'Kosugi', sans-serif;
    font-weight: 400;
  }


  /* ベース
----------------------------------------------------------------------------*/
  html,
  body {
    width: 100%;
    height: 100%;
  }

  html.wf-active {
    visibility: visible;
    -webkit-animation: load-fade 1s ease 0s 1 normal;
    animation: load-fade 1s ease 0s 1 normal;
  }

  html {
    height: -webkit-fill-available;
    scroll-behavior: smooth;
  }

  body {
    width: 100%;
    min-height: 100vh;
    /* mobile viewport bug fix */
    min-height: -webkit-fill-available;
    margin: 0;
    padding: 0;
    color: #000;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
    text-align: center;
    line-height: 1.8;
    letter-spacing: normal;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    overflow-wrap: break-word;
    position: relative;
  }

  strong {
    font-weight: bold;
  }

  ul {
    list-style: none;
  }

  li {
    display: inline-block;
    list-style: none;
  }

  a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  img {
    width: 100%;
  }

  label {
    display: block;
    cursor: pointer;
    position: relative;
  }

  * {
    box-sizing: border-box;
  }

  @media screen and (min-width: 960px) {
    .sp {
      display: none !important;
    }
  }

  @media screen and (max-width: 960px) {
    .pc {
      display: none !important;
    }
  }



  /* ページタイトル or サブタイトル
----------------------------------------------------------------------------*/
  h2 {
    line-height: 1;
  }

  /* シンプルタイトル
---------------------------------*/
  h2.page_ttl.simple {
    display: block;
    margin: 3rem auto;
    color: #265fdd;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: 0.5rem;
  }


  /*コーナー見出し*/
  h3 {
    line-height: 1;
  }

  /*サブページ小見出し*/
  h4 {}

  /*小見出し　写真送り先*/
  h5 {}

  /*汎用クラス*/

  hr {
    clear: both;
    border: solid #ccc;
    border-width: 1px 0 0 0;
    margin: 20px 0;
    height: 1px;
    /* for IE6 */
    clear: both;
    /* for IE6 */
  }

  .nodisp {
    position: absolute;
    left: -9999px;
  }

  .r3 {
    border-radius: 3px;
    /* CSS3草案 */
    -webkit-border-radius: 3px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;
    /* Firefox用 */
  }

  .r10 {
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
  }

  .c980 {
    width: 980px;
    margin: 0 auto;
  }


  /* 構造
----------------------------------------------------------------------------*/
  .all_wrap {
    width: 100%;
    height: 100%;
    /* min-height: 100vh; */
    /* overflow-y: scroll; */
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: relative;
  }

  .all_wrap::-webkit-scrollbar {
    display: none;
  }

  main {
    display: block;
    min-height: calc(100vh - 70px);
    padding: 50px 0 70px;
    background: #fff;
  }

  main.pb0 {
    padding: 9vw 0 0;
  }

  .contents {

    display: block;

  }

  #cnt {
    text-align: left;
    margin: 0 auto;
  }

  #guide>#cnt {
    margin: 0 auto;
  }

  /* 共通パーツ
----------------------------------------------------------------------------*/
  .btn,
  .btn_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: painted;
    cursor: pointer;
    transition: transform 0.3s;
    position: relative;
  }

  /* .btn:hover,
.btn:active,
.btn_wrap:hover,
.btn.wrap:active {
  opacity: 0.8;
} */

  .arrow:after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
  }

  .arrow.white:after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }





  /* footer
----------------------------------------------------------------------------*/
  footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70px;
    background: #000;
  }

  #footer {
    /*display: flex;
    justify-content: center;
    align-items: center;*/
    width: 85%;
  }

  #footer .copyright {
    font-size: 1rem;
    letter-spacing: 0.06em;
    color: #fff;
  }

  #footer nav ul {
    flex-wrap: wrap;
    margin: 6px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #footer nav ul li {
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    color: #fff;
  }

  #footer nav ul li+li {
    border-left: 1px solid #fff;
    padding-left: 15px;
    margin-left: 15px;
  }

  /* header
----------------------------------------------------------------------------*/
  header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 5.4rem;
    max-height: 50px;
    background: #fff;
    border-top: 5px solid #265fdd;
    border-bottom: 1.5px solid #e3e3e3;
    position: fixed;
    z-index: 30;
  }

  #header_navi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    height: 80%;
    margin: 0;
  }

  /* header ロゴ
----------------------------------------------------------------------------*/
  #header_navi h1.logo {
    width: 75%;
    max-width: 75%;
    height: 100%;
    margin: 0 0 0 3vw;
    font-size: 0;
  }

  #header_navi h1 img.logo img {
    width: 400px;
    height: 30px;
  }

  /* header メニュー
----------------------------------------------------------------------------*/
  .menubox {
    width: 100%;
    max-width: 100%;
    height: 0;
    background: #a5885e;
    transform-origin: top;
    transition: height 0.8s;
    overflow: hidden;
    position: relative;
  }

  .menubox.open {
    height: 83vh;
    height: 100vh;
    background: #000;
    overflow-y: auto;
  }

  .menubox ul.menu_upper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    max-height: 120vh;
    padding: 1rem 0 0;
    background: #265fdd;
  }

  .menubox ul.menu_upper>li {
    width: 90%;
    height: auto;
    min-height: 5rem;
    margin: 0 auto;
    pointer-events: painted;
    border-bottom: 1px solid #ffffff;
    position: relative;
  }

  .menubox ul.menu_upper>li.link_archive {
    border: none;
  }

  .menubox ul.menu_upper>li>a {
    justify-content: flex-start;
    height: 17.5vw;
    max-height: 7rem;
    padding: 0 5vw;
    color: #ffffff;
    font-size: 1.3rem;
    letter-spacing: 0.08em;
    text-decoration: none;
    position: relative;
  }

  .menubox ul.menu_upper .btn_pulldown {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 17.5vw;
    max-height: 70px;
    position: absolute;
    top: 0;
    right: 0;
  }


  .menubox ul.menu_upper .btn_pulldown:before {
    content: "";
    position: absolute;
    background: #fff;
    right: 5vw;
    top: 50%;
    width: 1px;
    height: 1.5rem;
    transform: translate(-50%, -50%) rotateZ(0deg);
    transition: transform 0.5s;
  }

  .menubox ul.menu_upper .btn_pulldown:after {
    content: "";
    position: absolute;
    background: #fff;
    right: 5vw;
    top: 50%;
    width: 1px;
    height: 1.5rem;
    transform: translate(-50%, -50%) rotateZ(90deg);
  }

  .menubox ul.menu_upper>li.menu-parent.pulldown_menu {
    padding-bottom: 10px;
  }

  .menubox ul.menu_upper .btn_pulldown.active:before {
    transform: translate(-50%, -50%) rotateZ(90deg);
  }

  .menubox ul.menu_upper>li.menu-parent ul.menu-child {
    display: none;
    transition: display 0.5s;
  }

  .menubox ul.menu_upper>li.menu-parent.pulldown_menu>li {
    border-bottom: 1px solid #ffffff;
  }

  .menubox ul.menu_upper ul.menu-child li {
    width: 100%;
    min-height: 3.5rem;
    padding: 0 20px 0 0;
    pointer-events: painted;
  }

  .menubox ul.menu_upper>li.menu-parent ul li:last-child {
    padding: 0 20px 30px 0;
  }

  .menubox ul.menu_upper>li.menu-parent ul.menu-child li a {
    display: block;
    height: 100%;
    padding: 0 12vw;
    color: #ffffff;
    font-size: 1.3rem;
    text-align: left;
  }

  .menubox ul.menu_upper>li.menu-parent ul.menu-child li a::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #a5885e;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    bottom: -3.45vw;
    left: 0;
    z-index: 1;
  }

  .menubox ul.menu_upper>li.menu-parent.down_menu.show_down ul {
    transform: scale(1, 1);
  }

  .menubox ul.menu_upper>li.sns_pc {
    display: none;
    border: none;
  }

  .menubox ul.menu_upper>li.sns_sp {
    display: flex;
    align-items: center;
    width: 100%;
    height: 30vh;
    margin: 5rem 0 0;
    background: #000;
    border: none;
    /* position: absolute;
  bottom: 0; */
  }

  .menubox .sns_sp ul li a.tw img {
    width: 92%;
    height: auto;
  }

  .menubox ul.menu_lower {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 14vw 14vh;
    color: #fff;
    background: #000;
    transition: padding 0.5s;
    /* position: absolute;
    bottom: 0; */
  }

  .menubox ul.menu_lower.pb_change {
    padding-bottom: 15vh;
  }

  .menubox.open ul.menu_lower {
    /* transition: bottom 0.1s;
    bottom: 22vh; */
  }

  .menu_lower>li:first-child {
    width: 22%;
    max-width: 8rem;
  }

  .menu_lower>li:last-child {
    width: 78%;
  }

  .menu_lower>li:first-child>ul {
    display: flex;
    justify-content: space-between;
  }

  .menu_lower>li:first-child>ul li {
    width: 2.8rem;
  }

  .menu_lower small.copyright {
    width: 100%;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    text-align: right;
  }

  /* SPメニュー開閉ボタン
----------------------------------------------------------------------------*/

  /* .scroll-prevent {
  width: 100%;
  height: 100%;
} */

  label.menubtn {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
  }

  label.menubtn>i {
    width: 3rem;
    height: 1.5px;
    border-radius: 2px;
    background-color: #000;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    position: absolute;
    right: 10px;
  }

  label.menubtn>i.n1 {
    top: 20px;
  }

  label.menubtn>i.n2 {
    top: 28px;
  }

  label.menubtn.active>i {
    width: 2.8rem;
  }

  label.menubtn.active>i.n1 {
    -webkit-transform: rotate(-42deg);
    transform: rotate(-42deg);
    top: 22px;
  }

  label.menubtn.active>i.n2 {
    -webkit-transform: rotate(42deg);
    transform: rotate(42deg);
    top: 22px;
  }

  /* #pagetop
----------------------------------------------------------------------------*/
  #pagetop {
    position: fixed;
    bottom: 70px;
    right: 20px;
    font-size: 12px;
    line-height: 1.2;
    z-index: 29;
  }

  #pagetop a {
    width: 60px;
    height: 60px;
    background: #bdbdbd;
    text-decoration: none;
    color: #fff;
    padding: 24px 5px 0;
    text-align: center;
    display: block;
    opacity: 1;
    transition: all .3s ease;
    position: relative;
  }

  #pagetop a:before {
    content: "";
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: translateX(-50%) rotate(-135deg);
    -ms-transform: translateY(-50%) rotate(-135deg);
    transform: translateX(-50%) rotate(-135deg);
    position: absolute;
    top: 13px;
    left: 50%;
  }

  #pagetop a:hover,
  #pagetop a:active {
    text-decoration: none;
    opacity: .5;
  }

  #pagetop a:visited {
    text-decoration: none;
    opacity: 1;
  }

  /* tab++++++++++++++++++++++++++++++++++++++++++++++++ */
  @media screen and (min-width: 962px) {
    br.tab {
      display: none !important;
    }
  }

  @media screen and (max-width: 961px) {
    br.tab {
      display: block !important;
    }
  }

  /* sp++++++++++++++++++++++++++++++++++++++++++++++++ */
  @media screen and (min-width: 768px) {

    /* ++++++++++++++++++++++++++++++++++++++++++++++++ */
    html {
      font-weight: normal;
      font-size: 13px;
    }

    .menubox ul.menu_upper>li>a {
      max-height: 5rem;
    }

  }

}



#grandprix .menubox ul.menu_upper>li.menu-parent ul li.link_grandprix a {
  opacity: 0.4;
}

#train_digital .menubox ul.menu_upper>li.menu-parent ul li.link_train_digital a {
  opacity: 0.4;
}

#station_digital .menubox ul.menu_upper>li.menu-parent ul li.link_station_digital a {
  opacity: 0.4;
}

#train_media .menubox ul.menu_upper>li.menu-parent ul li.link_train_media a {
  opacity: 0.4;
}

#station_media .menubox ul.menu_upper>li.menu-parent ul li.link_station_media a {
  opacity: 0.4;
}

#signboard .menubox ul.menu_upper>li.menu-parent ul li.link_signboard a {
  opacity: 0.4;
}

#planning .menubox ul.menu_upper>li.menu-parent ul li.link_planning a {
  opacity: 0.4;
}

#jr_east .menubox ul.menu_upper>li.menu-parent ul li.link_jr_east a {
  opacity: 0.4;
}

#digital_media .menubox ul.menu_upper>li.menu-parent ul li.link_digital_media a {
  opacity: 0.4;
}

#space_produce .menubox ul.menu_upper>li.menu-parent ul li.link_space_produce a {
  opacity: 0.4;
}

#media_promotion .menubox ul.menu_upper>li.menu-parent ul li.link_media_promotion a {
  opacity: 0.4;
}