@charset "UTF-8";
/*---------------------------------------------------------
Reset box-model and set borders
---------------------------------------------------------*/
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0; }

/*---------------------------------------------------------
Document
---------------------------------------------------------*/
/*1. Correct the line height in all browsers.*/
/*2. Prevent adjustments of font size after orientation changes in iOS.*/
/*3. Remove gray overlay on links for iOS.*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

/*---------------------------------------------------------
Sections
---------------------------------------------------------*/
/*Remove the margin in all browsers.*/
body {
  margin: 0; }

/*Render the `main` element consistently in IE.*/
main {
  display: block; }

/*---------------------------------------------------------
Vertical rhythm
---------------------------------------------------------*/
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/*---------------------------------------------------------
Headings
---------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0; }

/*---------------------------------------------------------
Lists (enumeration)
---------------------------------------------------------*/
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/*---------------------------------------------------------
Lists (definition)
---------------------------------------------------------*/
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/*---------------------------------------------------------
Grouping content
---------------------------------------------------------*/
/*1. Add the correct box sizing in Firefox.*/
/*2. Show the overflow in Edge and IE.*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit; }

/*1. Correct the inheritance and scaling of font size in all browsers.*/
/*2. Correct the odd `em` font sizing in all browsers.*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

/*---------------------------------------------------------
Text-level semantics
---------------------------------------------------------*/
/*Remove the gray background on active links in IE 10.*/
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

/*1. Remove the bottom border in Chrome 57-/*
/*2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.*/
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */ }

/*Add the correct font weight in Chrome, Edge, and Safari.*/
b,
strong {
  font-weight: bolder; }

/*1. Correct the inheritance and scaling of font size in all browsers.*/
/*2. Correct the odd `em` font sizing in all browsers.*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/*Add the correct font size in all browsers.*/
small {
  font-size: 80%; }

/*Prevent `sub` and `sup` elements from affecting the line height in*/
/*all browsers.*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/*---------------------------------------------------------
Replaced content
---------------------------------------------------------*/
/*Prevent vertical alignment issues.*/
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom; }

/*---------------------------------------------------------
Forms
---------------------------------------------------------*/
/*Reset form fields to make them styleable.*/
/*1. Make form elements stylable across systems iOS especially.*/
/*2. Inherit text-transform from parent.*/
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */ }

/*Reset radio and checkbox appearance to preserve their look in iOS.*/
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox; }

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio; }

/*Correct cursors for clickable elements.*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default; }

/*Improve outlines for Firefox and unify style with input elements & buttons.*/
:-moz-focusring {
  outline: auto; }

select:disabled {
  opacity: inherit; }

/*Remove padding*/
option {
  padding: 0; }

/*Reset to invisible*/
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0; }

legend {
  padding: 0; }

/*Add the correct vertical alignment in Chrome, Firefox, and Opera.*/
progress {
  vertical-align: baseline; }

/*Remove the default vertical scrollbar in IE 10+.*/
textarea {
  overflow: auto; }

/*Correct the cursor style of increment and decrement buttons in Chrome.*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/*1. Correct the outline style in Safari.*/
[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

/*Remove the inner padding in Chrome and Safari on macOS.*/
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*1. Correct the inability to style clickable types in iOS and Safari.*/
/*2. Fix font inheritance.*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/*Clickable labels*/
label[for] {
  cursor: pointer; }

/*---------------------------------------------------------
Interactive
---------------------------------------------------------*/
/*Add the correct display in Edge, IE 10+, and Firefox. */
details {
  display: block; }

/*Add the correct display in all browsers.*/
summary {
  display: list-item; }

/*Remove outline for editable content.*/
[contenteditable]:focus {
  outline: auto; }

/*---------------------------------------------------------
Tables
---------------------------------------------------------*/
/*1. Correct table border color inheritance in all Chrome and Safari.*/
table {
  border-color: inherit;
  /* 1 */ }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

/*---------------------------------------------------------
設定
---------------------------------------------------------*/
/*---------------------------------------------------------
html & body & main
---------------------------------------------------------*/
html {
  overflow-y: scroll; }

html,
body {
  color: #000000;
  line-height: 1.5;
  /*文字詰め*/
  font-feature-settings: "palt";
  /*スマホの文字サイズ自動変更無効*/
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-rendering: optimizeSpeed;
  /*フォントセット*/
  font-family: 'Zen Old Mincho', serif;
  font-weight: 300; }

/*transition*/
header, img, h1, h2, p, a, strong, div, dl, dt, dd, span, article, iframe {
  transition: all .3s; }

@media print, screen and (min-width: 769px) {
  html {
    font-size: 62.5%; }

  body {
    font-size: 1.6rem; } }
@media screen and (max-width: 768px) {
  body {
    font-size: 0.9rem;
    height: 100%; } }
/*---------------------------------------------------------
リンク設定
---------------------------------------------------------*/
#topcontrol {
  bottom: 5% !important; }

@media print, screen and (min-width: 769px) {
  a.tel {
    pointer-events: none;
    text-decoration: none; }
  a:hover {
    opacity: .5; }

  #topcontrol:hover {
    opacity: .5 !important; } }
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 1; }
  a.tel {
    text-decoration: none !important; } }
/*---------------------------------------------------------
mainContainer
---------------------------------------------------------*/
#mainContainer {
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

img {
  width: 100%; }

.in-box {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 95%; }

@media print, screen and (min-width: 769px) {
  .pc {
    display: block; }

  .sp {
    display: none; } }
@media screen and (max-width: 768px) {
  .pc {
    display: none; }

  .sp {
    display: block; } }
/*---------------------------------------------------------
header
---------------------------------------------------------*/
header {
  position: fixed;
  width: 100%;
  z-index: 1;
  background-color: #fff; }
  header .in-box {
    max-width: 1400px;
    width: 95%;
    margin-left: auto;
    margin-right: auto; }
  header h1 {
    display: block;
    float: left;
    width: 270px;
    margin-top: 10px; }
  header a {
    display: block;
    text-decoration: none;
    color: #000; }

@media print, screen and (min-width: 769px) {
  header {
    height: 80px; }
    header .in-box {
      max-width: 1200px;
      width: 95%; }
    header ul {
      float: right;
      padding-top: 26px; }
      header ul li {
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        border-left: 1px solid #999;
        height: 25px;
        line-height: 25px;
        font-size: 14px; }
        header ul li span {
          width: 25px;
          display: block;
          float: left; }
          header ul li span:first-child {
            margin-right: 10px; }

  #main-nav-box {
    float: right !important;
    width: auto !important; } }
@media screen and (min-width: 769px) and (max-width: 1000px) {
  header ul {
    padding-top: 28px; }
    header ul li {
      padding-left: 10px;
      padding-right: 10px;
      height: 20px;
      line-height: 20px;
      font-size: 12px; }
      header ul li span {
        width: 20px; } }
@media screen and (max-width: 768px) {
  header {
    height: 50px; }
    header .in-box {
      width: 100%; }
    header h1 {
      display: block;
      float: left;
      width: 230px;
      margin-top: 5px;
      padding-left: 5px; }
    header ul {
      margin-top: 50px;
      width: 100%;
      position: relative;
      overflow: hidden;
      border-top: 1px solid #eee; }
      header ul li {
        float: left;
        text-align: center;
        border-bottom: 1px solid #eee;
        width: 100%;
        padding-bottom: 15px;
        padding-top: 15px;
        font-size: 14px;
        line-height: 14px; }
        header ul li span {
          width: 25px;
          padding-left: 5px;
          padding-right: 5px;
          display: inline-block; } }
/*---------------------------------------------------------
footer
---------------------------------------------------------*/
footer {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  background-color: #E50012;
  color: #fff;
  /*コピーライト & リンク
  --------------------------------------------------*/ }
  footer a {
    text-decoration: none;
    color: #fff; }
  footer #sponsor_support {
    padding-top: 45px;
    padding-bottom: 15px; }
    footer #sponsor_support li {
      width: 95%;
      margin-left: auto;
      margin-right: auto;
      font-size: 0;
      line-height: 0;
      text-align: center;
      /*スポンサーロゴエリア
      --------------------------------------------------*/
      /*JPMロゴエリア
      --------------------------------------------------*/
      /*新東ロゴエリア
      --------------------------------------------------*/ }
      footer #sponsor_support li.sponsor_logo-box {
        display: flex;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        font-size: 0;
        line-height: 0;
        text-align: center;
        max-width: 1070px;
        margin-bottom: 5%; }
        footer #sponsor_support li.sponsor_logo-box span {
          display: block;
          margin-right: 2%; }
          footer #sponsor_support li.sponsor_logo-box span:last-child {
            margin-right: 0; }
      footer #sponsor_support li.jpm_logo {
        max-width: 420px;
        width: 90%;
        margin-bottom: 20px; }
        footer #sponsor_support li.jpm_logo span.text-box {
          margin-top: 10px; }
      footer #sponsor_support li.shinto_logo {
        max-width: 125px;
        width: 55%;
        margin-bottom: 40px; }
        footer #sponsor_support li.shinto_logo span.text-box {
          margin-bottom: 10px; }
      footer #sponsor_support li .text-box {
        display: block;
        font-size: 14px;
        line-height: 14px; }
  footer .copy_link {
    display: flex;
    align-items: center;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    line-height: 40px; }
    footer .copy_link small {
      display: block;
      margin-right: auto; }
    footer .copy_link .privacy_link {
      display: block;
      margin-left: auto; }

@media print, screen and (min-width: 769px) {
  footer {
    /*コピーライト & リンク
    --------------------------------------------------*/ }
    footer .copy_link {
      flex-direction: row; }
      footer .copy_link .privacy_link {
        order: 2; }
      footer .copy_link small {
        order: 1; } }
@media screen and (max-width: 768px) {
  footer #sponsor_support {
    padding-top: 40px; }
    footer #sponsor_support li {
      /*スポンサーロゴエリア
      --------------------------------------------------*/
      /*JPMロゴエリア
      --------------------------------------------------*/
      /*新東ロゴエリア
      --------------------------------------------------*/ }
      footer #sponsor_support li.sponsor_logo-box {
        display: block;
        width: 55%;
        margin-bottom: 5%; }
        footer #sponsor_support li.sponsor_logo-box.kinshachi_logo {
          margin-right: 0;
          margin-bottom: 20px; }
        footer #sponsor_support li.sponsor_logo-box.higashiyama_logo {
          margin-bottom: 30px; }
        footer #sponsor_support li.sponsor_logo-box span {
          margin-right: 0 !important;
          margin-bottom: 5%; }
      footer #sponsor_support li.jpm_logo {
        margin-bottom: 25px; }
        footer #sponsor_support li.jpm_logo span.text-box {
          margin-top: 10px; }
      footer #sponsor_support li.shinto_logo {
        margin-bottom: 40px; }
      footer #sponsor_support li .text-box {
        margin-bottom: 10px; }

  /*コピーライト & リンク
  --------------------------------------------------*/
  .copy_link {
    display: block !important;
    text-align: center; }
    .copy_link .privacy_link {
      margin-bottom: 5%; } }
/*---------------------------------------------------------
プリント設定
---------------------------------------------------------*/
@media print {
  html, body {
    zoom: 0.68;
    -webkit-print-color-adjust: exact; } }
/* IE10以上 */
@media print and (-ms-high-contrast: none) {
  @page {
    size: A4;
    margin: 12.7mm 9.7mm; }
  body {
    zoom: 1.8;
    width: 1200px;
    transform: scale(0.5);
    transform-origin: 0 0; } }
.tategaki {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; }

/*---------------------------------------------------------
背景設定
---------------------------------------------------------*/
.bg_wrap {
  background-image: url("../images/main_bg.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover; }
  .bg_wrap .bg_wrap_inner_top {
    background-image: url("../images/main_scale_bg.png");
    background-repeat: no-repeat;
    background-position: top 43% left -55%;
    background-size: 50%; }
  .bg_wrap .bg_wrap_inner_bottom {
    background-image: url("../images/main_scale_bg.png");
    background-repeat: no-repeat;
    background-position: bottom 8% right -25%;
    background-size: 50%; }

@media screen and (max-width: 768px) {
  .bg_wrap .bg_wrap_inner_top {
    background-position: top 48% left -260%;
    background-size: 86%; }
  .bg_wrap .bg_wrap_inner_bottom {
    background-position: bottom 2% right -145%;
    background-size: 72%; } }
/*---------------------------------------------------------
アイキャッチ
---------------------------------------------------------*/
#eyecatch-box {
  position: relative; }
  #eyecatch-box dl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
    #eyecatch-box dl dt {
      position: relative;
      z-index: 1; }
    #eyecatch-box dl dd p {
      line-height: 2; }
      #eyecatch-box dl dd p span {
        padding: 5px 3px;
        background-color: #000;
        color: #fff;
        margin-left: 100px; }

@media print, screen and (min-width: 1190px) {
  #eyecatch-box dl {
    z-index: 1; }
    #eyecatch-box dl dd {
      font-size: 20px !important; } }
@media print, screen and (min-width: 769px) {
  #eyecatch-box dl {
    display: flex;
    flex-direction: row;
    width: 70%;
    max-width: 1000px; }
    #eyecatch-box dl dt {
      padding-left: 3%;
      order: 2;
      width: 35%;
      margin-top: -3%; }
    #eyecatch-box dl dd {
      order: 1;
      width: 65%;
      font-size: 1.6vw; }
      #eyecatch-box dl dd p {
        line-height: 2.3; } }
@media screen and (max-width: 768px) {
  #eyecatch-box dl {
    width: 100%; }
    #eyecatch-box dl dt {
      margin-bottom: 30px;
      width: 50%;
      margin-left: auto;
      margin-right: auto; }
    #eyecatch-box dl dd {
      width: 100%;
      font-size: 14px; }
      #eyecatch-box dl dd p {
        order: 2;
        line-height: 2.2;
        margin-left: auto;
        margin-right: auto; } }
/*---------------------------------------------------------
鯱上々の商品
---------------------------------------------------------*/
#goods {
  padding: 8% 0 10% 0; }
  #goods dl dt {
    display: flex;
    margin-left: auto;
    margin-right: auto; }
    #goods dl dt p {
      line-height: 2.2; }
      #goods dl dt p span {
        display: block;
        padding: 5px 3px;
        border-left: 3px solid #000; }
        #goods dl dt p span:first-child {
          border-right: 3px solid #000;
          margin-right: 2%; }
    #goods dl dt h2 {
      order: 1;
      width: 26%; }

@media print, screen and (min-width: 1000px) {
  #goods dl dt {
    /*font-size: 24px;*/ } }
@media print, screen and (min-width: 769px) {
  #goods dl {
    display: flex;
    width: 100%;
    max-width: 1000px; }
    #goods dl dt {
      flex-direction: row;
      width: 41%;
      /*font-size: 2.3vw;*/
      font-size: 24px;
      order: 2; }
      #goods dl dt p {
        line-height: 2.2;
        margin-left: 5%; }
      #goods dl dt h2 {
        order: 1;
        width: 26%;
        justify-content: flex-end; }
    #goods dl dd {
      width: 58%;
      order: 1; } }
@media screen and (max-width: 768px) {
  #goods {
    padding: 8% 0 25% 0; }
    #goods dt {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 260px;
      margin-bottom: 20px; }
      #goods dt p {
        line-height: 1.5 !important;
        margin-left: 5%;
        font-size: 16px; }
      #goods dt h2 {
        width: 20%; }
    #goods dd {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 83%;
      margin-bottom: 20px;
      max-width: 420px; } }
/*---------------------------------------------------------
アクセス
---------------------------------------------------------*/
#access {
  padding: 0 0 6% 0; }
  #access dl dt {
    display: flex;
    margin-left: auto;
    margin-right: auto; }
    #access dl dt p {
      line-height: 2.2; }
      #access dl dt p span {
        display: block;
        padding: 5px 3px;
        border-left: 3px solid #000; }
        #access dl dt p span:first-child {
          border-right: 3px solid #000;
          margin-right: 2%; }
    #access dl dt h2 {
      order: 1;
      width: 21%; }
  #access dl dd {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    /* 現プレイヤーでは不要？ */
    height: 0;
    overflow: hidden;
    background-color: #000; }
    #access dl dd iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 96.7%;
      height: 96.7%;
      margin: 10px; }
  #access .how_to_access {
    font-size: 24px; }

@media print, screen and (min-width: 769px) {
  #access dl {
    display: flex;
    width: 100%;
    max-width: 1000px;
    margin-bottom: 7%; }
    #access dl dt {
      flex-direction: row;
      width: 35%;
      /*font-size: 2.3vw;*/
      font-size: 24px;
      order: 2; }
      #access dl dt p {
        line-height: 2.2;
        margin-left: 5%; }
      #access dl dt h2 {
        order: 1;
        width: 31%;
        justify-content: flex-end; }
    #access dl dd {
      width: 65%;
      order: 1; } }
@media screen and (max-width: 768px) {
  #access dl dt {
    margin-left: auto;
    margin-right: auto;
    width: 178px;
    margin-bottom: 20px; }
    #access dl dt p {
      line-height: 1.5 !important;
      font-size: 16px; }
    #access dl dt h2 {
      width: 30%; }
  #access dl dd {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin-bottom: 40px;
    max-width: 420px; }
    #access dl dd iframe {
      width: 95.7%;
      height: 95%;
      margin: 2%; }
  #access .how_to_access {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    font-size: 14px;
    max-width: 420px; } }
/*---------------------------------------------------------
お問い合わせ
---------------------------------------------------------*/
#contact {
  padding-bottom: 10%; }
  #contact dl {
    display: flex; }
    #contact dl dt p {
      line-height: 2; }
      #contact dl dt p span {
        padding: 10px 0;
        background-color: #E50012;
        color: #fff;
        font-size: 30px; }
        #contact dl dt p span:last-child {
          margin-top: 20px; }
    #contact dl dd {
      margin-left: 2%;
      font-size: 30px;
      font-weight: 300; }
      #contact dl dd .stitle::after {
        content: '／'; }
      #contact dl dd .notes {
        display: block;
        font-size: 16px;
        margin-bottom: 20px;
        text-indent: -1em;
        padding-left: 1em; }

@media screen and (max-width: 768px) {
  #contact {
    padding-bottom: 6%; }
    #contact dl {
      display: flex; }
      #contact dl dt {
        width: 50px; }
        #contact dl dt p {
          line-height: 2;
          background-color: #E50012; }
          #contact dl dt p span {
            padding: 10px 0;
            background-color: transparent;
            color: #fff;
            font-size: 18px; }
            #contact dl dt p span:last-child {
              margin-top: -25px; }
      #contact dl dd {
        margin-left: 2%;
        font-size: 30px;
        font-weight: 300; }
        #contact dl dd p {
          font-size: 20px; }
          #contact dl dd p .stitle {
            display: block; }
        #contact dl dd .notes {
          display: block;
          font-size: 16px;
          margin-bottom: 20px; } }
/*---------------------------------------------------------
鯱上々ロゴ
---------------------------------------------------------*/
#shachijojo_logo {
  padding-bottom: 10%; }
  #shachijojo_logo span {
    display: block;
    max-width: 380px;
    width: 40%;
    margin: 0 auto; }

/*drawerMenu展開時body固定*/
.drawerMenu-fixd-body {
  position: fixed;
  overflow: hidden;
  width: 100%; }

/***********************************
drawer menu navWrap
************************************/
.navWrap {
  background-color: #E50012;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 1; }

@media print, screen and (min-width: 769px) {
  /*pc時非表示*/
  .navWrap {
    display: none !important; } }
/***********************************
drawer menu ボタン
************************************/
@media print, screen and (min-width: 769px) {
  /*pc時非表示*/
  #menu-btn {
    display: none !important; } }
@media screen and (max-width: 768px) {
  #menu-btn {
    /* background-color:#FF0004; */
    border-radius: 5%;
    display: inline-block;
    height: 30px;
    position: absolute;
    right: 12px;
    top: 9px;
    width: 30px;
    z-index: 99999; }

  #menu-btn-icon {
    background-color: #000;
    display: block;
    height: 2px;
    left: 0;
    /* margin:-1px 0 0 -7px; */
    position: absolute;
    top: 50%;
    transition: .2s;
    width: 30px; }

  #menu-btn-icon:before,
  #menu-btn-icon:after {
    background-color: #000;
    display: block;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    transition: .3s;
    width: 30px; }

  #menu-btn-icon:before {
    margin-top: -10px; }

  #menu-btn-icon:after {
    margin-top: 8px; }

  #menu-btn .close {
    background: transparent; }

  #menu-btn .close:before,
  #menu-btn .close:after {
    margin-top: 0; }

  #menu-btn .close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  #menu-btn .close:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); } }
/***********************************
main-nav-box 内
************************************/
/*PC CSS*/
@media print, screen and (min-width: 769px) {
  header {
    top: 0 !important; }

  nav#main-nav-box {
    /*position: relative !important;*/ }

  /*pc時のメニュー表示*/
  #main-nav-box .main-nav-inner ul {
    /*display: block !important;*/ } }
/*Smp CSS*/
@media screen and (max-width: 768px) {
  nav#main-nav-box .main-nav-inner ul {
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    /*display:none;*/
    z-index: 9999; } }
