@charset "utf-8";

.header {
  position: fixed;
  display: block;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 48px;
  background: linear-gradient(#597a72 , #0b0f0e);
  overflow-x: hidden;
  overflow-y: hidden;
  z-index: 25;
}

.header-icon {
  position: fixed;
  display: block;
  font-size: large;
  text-align: left;
  color: white;
  left: 0px;
  top: 0px;
  width: auto;
  height: 32px;
  z-index: 110;
  cursor: pointer;
}

.header-icon-img {
  display: inline-block;
  margin-top: 4px;
  margin-left: 8px;
  vertical-align: text-bottom;
}

.header-icon-text {
  display: inline-block;
  vertial-align: top;
}

.tab-bar {
  position: fixed;
  display: block;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 48px;
  text-align: center;
  font-size: small;
  color: white;
  overflow-x: auto;
  overflow-y: hidden;
  z-index: 105;
}

.tab {
  display: inline-block;
  margin-top: 2px;
  color: white;
  text-decoration: none;
}
.tab:visited {
  color: white;
}

.tab-now {
  display: inline-block;
  margin-top: 2px;
  color: white;
  text-decoration: none;
  border-bottom: solid 2px white;
}
.tab-now:visited {
  color: white;
}

.leftmenu {
  visibility: hidden;
}

@media (min-width: 240px) {
  .tab-bar {
    top: 16px;
    height: 36px;
    font-size: medium;
  }
  .tab {
    margin-left: 16px;
    margin-right: 16px;
  }
  .tab-now {
    margin-left: 16px;
    margin-right: 16px;
  }
  .content {
    top: 64px;
    height: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .tab-bar {
    top: 5px;
    height: 52px;
    font-size: x-large;
  }
  .tab {
    margin-left: 24px;
    margin-right: 24px;
  }
  .tab-now {
    margin-left: 24px;
    margin-right: 24px;
  }
  .content {
    top: 48px;
    height: calc(100% - 72px);
  }
}


/*  横幅が狭い場合（ex SmartPhone)  */
@media screen and (max-width: 1024px) {
  .header {
    visibility: hidden;
  }
  
  .hamburger {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 48px;
    height: 48px;
    background: transparent;
    z-index: 195;
  }
  
  .hamburgerline {
    position: absolute;
    left: 12px;
    width: 26px;
    height: 2px;
    background-color: #0b0f0e;
  }
  .hamburgerline:nth-of-type(1) {
    top: 14px;
  }
  .hamburgerline:nth-of-type(2) {
    top: 23px;
  }
  .hamburgerline:nth-of-type(3) {
    top: 32px;
  }
  
  .leftmenu {
    position: fixed;
    left: -280px;
    top: 0px;
    width: 280px;
    height: 100%;
    visibility: visible;
    overflow-x: scroll; 
    overflow-y: hidden;
    border-right: solid 1px lightgray;
    background: linear-gradient(#597a72 , #0b0f0e);
    transform: translateX(0%);
    transition: transform .4s;
    z-index: 200;
  }
  .leftmenu.active {
    transform: translateX(280px);
  }
  
  .header-icon {
    position: relative;
    display: block;
    font-size: x-large;
    text-align: left;
    color: white;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 36px;
    z-index: 205;
    margin-bottom: 48px;
  }
  
  .header-icon-img {
    display: inline-block;
    margin-top: 4px;
    margin-left: 12px;
    vertical-align: text-bottom;
  }
  
  .header-icon-text {
    display: inline-block;
    vertial-align: top;
  }
  
  .leftclose {
    position: absolute;
    display: block;
    left: calc(100% - 48px);
    top: 0px;
    width: 48px;
    height: 48px;
    background: transparent;
    z-index: 206;
  }
  .leftcloseline {
    position: absolute;
    left: 0px;
    top: 24px;
    width: 36px;
    height: 2px;
    background-color: #0b0f0e;
  }
  .leftcloseline:nth-of-type(1) {
    transform: rotate(45deg);
  }
  .leftcloseline:nth-of-type(2) {
    transform: rotate(-45deg);
  }
  
  .tab {
    position: relative;
    display: block;
    margin-top: 2px;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 2px;
    color: white;
    width: 100%;
    font-size: x-large;
    text-decoration: none;
    margin-bottom: 48px;
    z-index: 205;
  }
  .tab:visited {
    color: white;
  }
  
  .tab-now {
    position: relative;
    display: block;
    margin-top: 2px;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 2px;
    color: white;
    width: 100%;
    font-size: x-large;
    text-decoration: none;
    margin-bottom: 48px;
    border-bottom: solid 2px white;
    z-index: 205;
  }
  .tab-now:visited {
    color: white;
  }
  
  .content {
    top: 0px;
    height: 100%;
  }
}

.background {
  position: fixed;
  display: block;
  text-align: center;
  background: linear-gradient(white, #f9a1d0);
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0.3;
  z-index: 1;
}

.kintarou {
  position: fixed;
  display: block;
  text-align: center;
  background: url(../images/taimada-kintarou-202406.webp);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right bottom;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0.1;
  z-index: 2;
}

.content {
  position: fixed;
  display: block;
  left: 0px;
  width: 100%;
  text-align: center;
  z-index: 100;
  overflow: scroll;
}

.bottomlabel {
  display: block;
  margin-top: 32px;
  font-size: x-small;
}

