@charset "UTF-8";
body {
  overflow-x: hidden;
}

body::before {
  content: "";
  background: #000;
  background-image: url(../img/diagonal-squares.png);
  background-repeat: repeat;
  background-attachment: fixed;
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: -1;
  background-position: center;
}

main {
  margin-top: 50px;
}

.mainSecWrapper {
  overflow: hidden;
  padding-top: 20px;
}

.mainSec {
  position: relative;
  padding: 30px 0;
  margin: 0 auto 70px;
  background: rgba(0, 0, 0, 0.75);
  border: 1px solid #DEAA57;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: visible;
  text-align: center;
}

.mainSec:first-of-type {
  margin-top: 70px;
}

.mainSec_text {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}

.topImg {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-height: 95vh;
  position: relative;
  text-align: center;
}

.topImg h1 {
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  background: none;
  margin: 0 !important;
}

.topImg img {
  max-height: 95vh;
  margin: auto;
}

.mainSec__head {
  margin: 0;
  background: none;
  padding: 0;
}

.mainSec__head > span {
  display: inline-block;
}

.mainSec_table {
  margin: 5px 0;
  color: #333;
  border-spacing: 0 5px;
  border: 1px solid #DEAA57;
}

.mainSec_table th {
  position: relative;
  padding: 5px 15px;
  background-color: #DEAA57;
  color: #333;
  font-weight: normal;
}

.mainSec_table td {
  color: #333;
  background-color: #fff;
  padding: 10px;
  text-align: left;
}

.mainSec_table tr {
  border-bottom: 1px solid #DEAA57;
}

a.map_link {
  background: #999;
  color: #fff;
  padding: 2px 10px;
  margin: 10px;
  font-size: 12px;
  text-decoration: none;
  border-radius: 3px;
}

a.map_link:hover {
  background: #DEAA57;
}

h2.mainSec__head {
  position: relative;
  display: inline-block;
  font-family: nitalago-ruika, sans-serif;
  font-weight: 100;
  padding: 0;
  font-size: 30px;
  border: none;
  color: #DEAA57;
  margin: 0;
  z-index: 1;
  text-align: center;
  background: none;
}

@media screen and (max-width: 400px) {
  #campaign1 {
    font-size: 26px;
  }
}

h3.mainSec__subhead {
  position: relative;
  font-family: nitalago-ruika, sans-serif;
  font-weight: 100;
  text-align: center;
  padding: 10px 5px;
  font-size: 1.3em;
  border: none;
  color: #DEAA57;
  margin: 20px auto 10px;
  background: transparent;
  border-top: 1px solid #DEAA57;
  border-bottom: 1px solid #DEAA57;
  z-index: 1;
  line-height: 1.3;
}

h4.mainSec__subhead {
  position: relative;
  display: inline-block;
  font-family: nitalago-ruika, sans-serif;
  font-weight: 100;
  padding: 5px 10px;
  font-size: 1.3em;
  line-height: 1.3;
  border: none;
  letter-spacing: 1px;
  color: #DEAA57;
  margin: 20px auto 10px;
  background: none;
  z-index: 1;
  border-left: 4px solid #DEAA57;
}

h4.mainSec__subhead > span {
  background: #000;
  color: #fff;
  padding: 0 4px 2px 5px;
  margin-right: 3px;
}

.sp_br {
  display: none;
}

@media screen and (max-width: 750px) {
  .sp_br {
    display: block;
  }
  .pc_br {
    display: none;
  }
}

.scrolldown {
  text-align: center;
  position: relative;
}

.scrolldown span {
  position: absolute;
  top: -200px;
  left: 50%;
  width: 55px;
  height: 55px;
  border-left: 10px solid #DEAA57;
  border-bottom: 10px solid #DEAA57;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  .scrolldown {
    top: 80px;
  }
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

.postcard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.postcard li {
  width: calc(100% / 3 - 40px);
  margin: .5%;
}

@media screen and (max-width: 750px) {
  .postcard li {
    width: calc(100% / 2 - 15px);
    margin: 1%;
  }
}

.gallery_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 750px) {
  .gallery_wrap {
    display: block;
  }
}

.gallery_list li {
  list-style-type: none;
  position: relative;
  padding-left: 14px;
  line-height: 1.5;
  margin-bottom: 8px;
}

.gallery_list li:before {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  content: "";
  background: #DEAA57;
}

.goods_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px 20px 0;
}

.goods_menu li {
  background: #fff;
  width: 12%;
  border-radius: 8px;
  border: 1px solid #96000b;
  -webkit-box-shadow: 0 2px 0 #96000b;
          box-shadow: 0 2px 0 #96000b;
}

.goods_menu li:hover {
  background: #96000b;
}

#goods .mainSec_text.mb:not(:last-of-type) {
  margin-bottom: 80px;
}

#goods .mainSec_text .mainSec__subhead.gentei {
  margin-top: 40px;
  background: #ff0800;
  color: #fff;
  border: none;
}

#goods .mainSec_text .mainSec__subhead.senkou {
  margin-top: 40px;
  background: #0059B2;
  color: #fff;
  border: none;
}

#goods .goods_list {
  margin-top: 20px;
  margin-bottom: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

#goods .goods_list li {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr;
      grid-template-rows: auto 1fr;
  border-bottom: 3px solid #DEAA57;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.1);
}

#goods .goods_list li p {
  margin: 0;
  line-height: 1.5;
}

#goods .goods_list li .txt {
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#goods .goods_list li .txt .price {
  margin-top: auto;
  font-weight: bold;
  color: #DEAA57;
  text-align: right;
}

#goods .goods_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

#goods .goods_wrap:not(:last-of-type) {
  margin-bottom: 80px;
}

#goods .goods_wrap .goods_wrap_left {
  width: 50%;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

#goods .goods_wrap .goods_wrap_left.no_flex {
  width: 100%;
}

#goods .goods_wrap .goods_wrap_left p a {
  color: #007ff0 !important;
  font-weight: bold;
  text-decoration: none !important;
}

#goods .goods_wrap .goods_wrap_left p a:hover {
  text-decoration: underline !important;
}

#goods .goods_wrap .goods_wrap_left .copy {
  font-size: 2rem;
  font-family: nitalago-ruika, sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #DEAA57;
}

#goods .goods_wrap .goods_wrap_left .attention {
  color: #FF3A31;
  font-weight: bold;
}

#goods .goods_wrap .goods_wrap_left dl dt {
  color: #DEAA57;
  font-weight: bold;
  border-bottom: 1px solid #DEAA57;
  margin-bottom: 0.7rem;
  padding: 0.3rem 0;
}

#goods .goods_wrap .goods_wrap_left dl dt:not(:first-of-type) {
  margin-top: 1.4rem;
}

#goods .goods_wrap .goods_wrap_left dl dd {
  margin-left: 1.4rem !important;
}

#goods .goods_wrap .goods_wrap_left dl dd p {
  margin: 0 !important;
}

#goods .goods_wrap .goods_wrap_left dl dd ul li {
  padding-left: 1.4rem;
  position: relative;
}

#goods .goods_wrap .goods_wrap_left dl dd ul li::before {
  content: "・";
  height: 1.4rem;
  width: 1.4rem;
  font-size: 1.4rem;
  position: absolute;
  left: 0;
  top: 0;
}

#goods .goods_wrap .goods_wrap_right {
  width: 50%;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #DEAA57;
}

@media screen and (max-width: 750px) {
  #goods .mainSec_text.mb:not(:last-of-type) {
    margin-bottom: 40px;
  }
  #goods .goods_title {
    display: block;
    width: 60%;
    padding: 0;
    margin: 0;
  }
  #goods .goods_list {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  #goods .goods_wrap {
    gap: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #goods .goods_wrap:not(:last-of-type) {
    margin-bottom: 40px;
  }
  #goods .goods_wrap .goods_wrap_left {
    width: 100%;
  }
  #goods .goods_wrap .goods_wrap_left .copy {
    font-size: 2rem;
    font-family: nitalago-ruika, sans-serif;
    font-weight: bold;
    font-style: italic;
    color: #DEAA57;
  }
  #goods .goods_wrap .goods_wrap_left dl dt {
    color: #DEAA57;
    font-weight: bold;
    border-bottom: 1px solid #DEAA57;
    margin-bottom: 0.7rem;
    padding: 0.3rem 0;
  }
  #goods .goods_wrap .goods_wrap_left dl dt:not(:first-of-type) {
    margin-top: 1.4rem;
  }
  #goods .goods_wrap .goods_wrap_left dl dd {
    margin-left: 1.4rem !important;
  }
  #goods .goods_wrap .goods_wrap_left dl dd ul li {
    padding-left: 1.4rem;
    position: relative;
  }
  #goods .goods_wrap .goods_wrap_left dl dd ul li::before {
    content: "・";
    height: 1.4rem;
    width: 1.4rem;
    font-size: 1.4rem;
    position: absolute;
    left: 0;
    top: 0;
  }
  #goods .goods_wrap .goods_wrap_right {
    width: 100%;
    -ms-grid-column-align: center;
        justify-self: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #DEAA57;
  }
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media screen and (max-width: 1199px) {
  .mainSec {
    width: 95%;
    margin: 0 auto 40px;
  }
  .mainSec:first-of-type {
    margin-top: 40px;
  }
  .mainSec_text {
    padding: 0 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 1100px) {
  .topImg h1 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 750px) {
  body.blur .topImg h1 {
    opacity: 0;
    pointer-events: none;
  }
  .scrolldown span {
    position: absolute;
    top: -150px;
    left: 42%;
  }
  .mainSec_table {
    margin: 10px auto;
    width: 100%;
  }
  .mainSec_table th {
    display: block;
    padding: 5px;
    width: auto;
    min-width: auto;
  }
  .mainSec_table th:after {
    display: none;
  }
  .mainSec_table td {
    display: block;
    padding: 5px;
  }
  a.map_link {
    font-size: 10px;
    vertical-align: middle;
  }
}

.movetext {
  opacity: 0;
}

.movetext span {
  opacity: 0;
}

.special_vol1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}

.special_vol1 a {
  margin-right: 20px;
  max-width: 200px;
}

@media screen and (max-width: 750px) {
  .special_vol1 {
    display: block;
  }
  .special_vol1 a {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

header nav ul li {
  position: relative;
}

header nav ul li::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #DEAA57;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

header nav ul li:hover::after {
  bottom: 0;
  opacity: 1;
}

header nav ul li a {
  font-family: 'Mplus 1p', sans-serif;
  font-weight: bold !important;
}

.table_wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  gap: 20px;
}

.table_wrap .table_item {
  text-align: center;
}

.table_wrap .table_item h5 {
  margin: 1em auto;
  padding: 1em;
  font-family: 'Mplus 1p', sans-serif;
  text-align: center;
  font-size: 1.3em;
  color: #DEAA57;
  border-top: 1px solid #DEAA57;
  border-bottom: 1px solid #DEAA57;
  display: inline-block;
}

.table_wrap .table_item table {
  width: 100%;
  border-collapse: collapse;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.table_wrap .table_item table:hover {
  background: rgba(255, 255, 255, 0.1);
}

.table_wrap .table_item table:hover tr:not(:hover) {
  opacity: 0.3;
}

.table_wrap .table_item table tr {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.table_wrap .table_item table tr:not(:first-of-type):hover {
  background: rgba(255, 255, 255, 0.2);
}

.table_wrap .table_item table tr th, .table_wrap .table_item table tr td {
  padding: 0.5em;
  text-align: center;
  border: 1px solid #333;
}

.table_wrap .table_item table tr th a, .table_wrap .table_item table tr td a {
  text-decoration: none;
  display: block;
}

@media screen and (max-width: 769px) {
  .table_wrap {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .table_wrap .table_item {
    text-align: center;
  }
  .table_wrap .table_item table:hover {
    background: none;
  }
  .table_wrap .table_item table:hover tr:not(:hover) {
    opacity: 1;
  }
  .table_wrap .table_item table tr:not(:first-of-type):hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .table_wrap .table_item table tr th, .table_wrap .table_item table tr td {
    padding: 0.5em;
    text-align: center;
    border: 1px solid #555;
    font-size: 0.8em;
  }
}

.comming {
  text-align: center;
  padding: 3em;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  font-family: 'Mplus 1p', sans-serif;
  font-size: 3em;
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  .comming {
    text-align: center;
    padding: 1.5em;
    border: 1px solid #fff;
    font-family: 'Mplus 1p', sans-serif;
    font-size: 1.5em;
    font-weight: bold;
  }
}

#news {
  padding-left: 15px;
  padding-right: 15px;
}

#news > p {
  max-width: 60em;
  margin: 0 auto;
  padding-top: 30px;
}

#share {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#share .share_wrap .img {
  margin: 0 auto;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

#share .share_wrap .img a {
  display: block;
}

#share .share_wrap .img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  border-radius: 0px;
}

.sp_show {
  display: none;
}

@media screen and (max-width: 769px) {
  #share {
    display: block;
    margin-bottom: 40px;
  }
  #share .share_wrap:first-of-type {
    display: none;
  }
  .sp_show {
    padding: 15px;
    display: block;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 40px;
    border: 1px solid #DEAA57;
    background: rgba(0, 0, 0, 0.75);
  }
  .sp_show > p {
    margin-top: 0;
  }
}
