@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap');

html *,
::before,
::after {
  box-sizing: border-box;
}

body {
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  background-color: #efe9e1;
  color:#352928;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color:#352928;
}

h1 {
  margin:0;
}

p {
  margin:0;
}

.side-decoration {
  position: fixed;
  top: 45%;
  left: -70px;
  font-weight: normal;
  letter-spacing: 0.25em;
  color: #fff;
  transform: rotate(90deg);
  z-index: 100;
  mix-blend-mode: difference;
}

@media screen and (max-width: 480px) {
  .side-decoration {
    display: none;
  }
}

.side-decoration::after {
  position: relative;
  top: -4px;
  left: 8px;
  content: "";
  display: inline-block;
  height: 1px;
  width: 100px;
  background-color: #fff;
}

.main-visual {
  background-image: url("../img/top/nazoking2_titleback.jpg");
  background-size: cover;
}

.page-title-area {
  background-image: url("../img/top/nazoking2_titleback.jpg");
  background-size: cover;
  width: 100%;
  height: 360px;
}

@media screen and (max-width: 480px) {
  .page-title-area {
    height: 180px;
  }
 }

.page-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

@media screen and (max-width: 480px) {
  .header-container.is-pc .navi-area .navi-link {
    display: none;
  }
  .header-container.is-pc .navi-sns {
    display: none;
  }
  .header-container.is-pc .twitter-login {
    display: none;
  }
}

.header-container {
  padding: 32px;
}

@media screen and (max-width: 480px) {
  .header-container {
    padding: 16px;
  }
}

.header-container .navi-area {
  display:flex;
  flex-direction: row;
}


.navi-area::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  background-color: #c2a261;
  transform-origin: bottom left;
  transform: skewY(-10deg);
}

@media screen and (max-width: 480px) {
  .navi-area::before {
    top: -50px;
    left: 0;
  }
  .navi-area.is-sp::before {
  }
}

.navi-area > a {
  z-index: 2;
}

.menu-image {
  margin-right: 60px;
}

.menu-image img {
  width: auto;
  height: 100px;
}

@media screen and (max-width: 480px) {
  .menu-image img {
    height: 50px;
  }
}

.navi-link {
  display:flex;
  flex-direction: row;
  align-items: center;
  transform-origin: 0 0;
  transform: scaleX(0.8);
}

@media screen and (max-width: 480px) {
  .navi-link {
    flex-direction: column;
    transform-origin: center;
    padding: 24px 0 0;
  }
}

.navi-link li {
  margin-right: 2rem;
}

@media screen and (max-width: 480px) {
  .navi-link li {
    margin: 0 16px;
    padding: 16px 0;
    width: 100%;
    text-align: center;
    border-bottom: 1px dashed #c2a261;
  }

  .navi-link li:last-child {
    border: none;
  }
}

.navi-link a {
  display:block;
  font-size: 1.5rem;
}

.navi-link a:hover {
  opacity: 0.5;
}

.navi-sns {
  position: absolute;
  top: 120px;
  right: 40px;
}

@media screen and (max-width: 480px) {
  .navi-sns {
    top: 220px;
    right: 50%;
    transform: translateX(50%);
  }
}

.navi-button {
  margin:auto 0px auto auto;
}

@media screen and (max-width: 480px) {
  .navi-button {
    display: flex;
  }
}

.navi-button li{
  margin-bottom: 34px;;
}

@media screen and (max-width: 480px) {
  .navi-button li {
    margin: 0 16px 16px 16px;
  }
}

.sns-button {
  display: block;
  width: 41px;
  height: 41px;
  text-align: center;
  line-height: 40px;
  background-color: #352928;
  transform: rotate(45deg);
}

.sns-button::before {
  position: absolute;
  top: -3px;
  left: -3px;
  content: "";
  display: block;
  width: 47px;
  height: 47px;
  border: 1px solid #352928;
}

.sns-button i {
  font-size: 1.4rem;
  color: #efe9e1;
  transform: rotate(-45deg) translateY(2px);
}

.sns-button:hover {
  opacity: 0.5;
}

.twitter-login {
  display: flex;
  align-items: center;
  position: absolute;
  top: 32px;
  right: 32px;
  padding: 8px;
  background-color: #ffffffa0;
}

@media screen and (max-width: 480px) {
  .twitter-login {
    flex-direction: column;
    top: 280px;
    right: auto;
    width: 100%;
  }
}

.twitter-login p {
  margin: 0 16px 0 8px;
}

.twitter-login-button, .vote-record-button,.twitter-logout-button, .goto-top-button {
  display: block;
  width: 92px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  background-color: #c2a261;
}

.twitter-logout-button ,.goto-top-button{
  margin: 10px auto 0 auto;
  width:40%;
}

@media screen and (max-width: 480px) {
  .twitter-login-button .vote-record-button{
    margin-top: 16px;
  }
  .twitter-login p {
    margin-bottom: 20px;
  }
  .twitter-logout-button ,.goto-top-button{
    width:60%;
  }
}

.logout-btn, .goto-top-button {
  text-align:center;
}
#drawer-icon {
  display: none;
}


@media screen and (max-width: 480px) {
  #drawer-icon {
    display: inline-block;
  }
}

#drawer-checkbox {
  display: none;
}
#drawer-icon {
  cursor: pointer;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  color: #c2a261;
  line-height: 50px;
  text-align: center;
  font-size: 32px;
}

#drawer-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  width: 100%;
  height: 400px;
  max-height: 100%;
  background: #fff;
  transition: all 0.3s ease-in-out 0s;
  transform: translateY(-100%);
}
#drawer-checkbox:checked ~ #drawer-content {
  transform: translateX(0);
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.16);
}

#drawer-close {
  display: none;
  position: fixed;
  z-index: 39;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
#drawer-checkbox:checked ~ #drawer-close {
  display: block;
  opacity: 0.3;
}

.page-title-area {
  position: relative;
}

.page-title {
  position: relative;
  width: 1180px;
  margin: 0 auto;
  top: 160px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .page-title {
    width: 100%;
    top: 80px;
  }

  .page-title img {
    width: auto;
    height: 72px;
  }
}

.split-area-container {
  height: 100px;
  text-align: center;
  background: #fff;
}

@media screen and (max-width: 480px) {
  .split-area-container {
    height: 50px;
  }
}

.split-area-container h2 {
  margin: 0;
  line-height: 100px;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  transform: scaleX(0.8);
}

@media screen and (max-width: 480px) {
  .split-area-container h2 {
    line-height: 50px;
    font-size: 1.5rem;
  }
}

.page-footer {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.page-footer::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 140px;
  right: 0;
  bottom: 0;
  background-color: #c2a261;
  transform-origin: bottom right;
  transform: skewY(-10deg);
  z-index: -1;
}

@media screen and (max-width: 480px) {
  .page-footer::before {
    bottom: -100px;
  }
}

.footer-container {
  position: relative;
  width: 100%;
  height: 200px;
}

@media screen and (max-width: 480px) {
  .footer-container {
    height: 80px;
  }
}

.footer-logo {
  position: absolute;
  left: 32px;
  bottom: 32px;
}

@media screen and (max-width: 480px) {
  .footer-logo {
    left: 16px;
    bottom: 16px;
  }

  .footer-logo img {
    width: auto;
    height: 50px;
  }
}

.to-top-button {
  position: fixed;
  bottom: 32px;
  right: 32px;
}

@media screen and (max-width: 480px) {
  .to-top-button {
    bottom: 16px;
    right: 16px;
  }

  .to-top-button img {
    width: auto;
    height: 36px;
  }
}

.non-disp {
  display:none;
}

#loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
  z-index:999;
}

#loading .loadingMsg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  background: url("../img/spinner-1.gif") center center no-repeat;
}

.default-list li {
  margin-bottom: 1.4rem;
  padding-left: 1rem;
  line-height:1.2;
}

.li-mark::before{
  content:"◆";
  margin-left: -1.5rem;
  padding-right: 0.5rem;
  color:#c2a261;
}

.sub-list {
  padding: 0;
}

.sub-list li {
  margin-bottom: 0.5rem;
}

.li-mark-sub::before{
  content:"―";
  padding:0 5px 0 0;
  color:#c2a261;
}

.sub-heading {
  margin-bottom: 48px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .sub-heading {
    margin-bottom: 20px;
  }
}

.sub-heading h2 {
  margin: 0 -0.5rem 0 0;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0.5rem;
  transform: scaleX(0.8);
}

@media screen and (max-width: 480px) {
  .sub-heading h2 {
    font-size: 1.5rem;
  }
}

.sub-heading span {
  font-size: 0.9em;
}

a.disabled{
  pointer-events: none;
  color:#BBB;
}