@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@media only screen and (min-width: 768px) {
  .global_foot {
    height: 284px;
  }
}

.global_head {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

body {
  background-color: rgb(228, 228, 228);
  font-family: "Noto Sans JP", sans-serif;
}

.wrap {
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .wrap {
    max-width: 1250px;
    width: 100%;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .wrap {
    padding: 10px;
    padding-bottom: 150px;
  }
}

.top__title {
  padding: 50px 0;
}
.top__title h1 {
  margin: 0 auto;
  text-align: center;
  font-size: 50px;
}
@media only screen and (max-width: 767px) {
  .top__title h1 {
    font-size: 25px;
  }
}
.top__title p {
  text-align: center;
}
.top__menu {
  border: #0A1945 solid 5px;
  border-radius: 10px;
  padding: 10px;
  max-width: 1200px;
  margin: 0 auto;
}
.top__menu h3 {
  border-bottom: #0A1945 solid 2px;
}
@media only screen and (min-width: 768px) {
  .top__menu {
    width: 50%;
  }
}
.top__menu--right {
  text-align: right;
}
.top__menu a {
  color: #000000;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .top__menu a:hover {
    opacity: 0.5;
    transition: 0.2s;
  }
}
@media only screen and (max-width: 767px) {
  .top__menu a {
    font-size: 15px;
  }
}
.top__menu a:visited {
  color: #000000;
}

.backtotop {
  z-index: 100;
  position: fixed;
  border: #000000 solid 1px;
  background-color: white;
  text-decoration: none;
  color: #000000 !important;
  transition: 0.2s;
}
.backtotop:visited {
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .backtotop {
    left: 85%;
    bottom: 3%;
    border-radius: 5px;
    padding: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .backtotop {
    left: 85%;
    bottom: 3%;
    border-radius: 5px;
    padding: 10px;
  }
  .backtotop:hover {
    background-color: #dadada;
    scale: 1.15;
    transition: 0.2s;
  }
}

@media only screen and (min-width: 768px) {
  .item__list {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 100px;
    position: relative;
  }
}
.item__ttl {
  margin-bottom: 10px;
}
.item__ttl h2 {
  color: rgb(0, 0, 0);
  border-left: 15px double rgb(255, 255, 255);
  background-color: #0A1945;
  color: white;
  font-size: 25px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  margin: 0;
  padding: 5px 10px 10px 10px;
}
@media only screen and (max-width: 767px) {
  .item__ttl {
    margin-top: 75px;
  }
}
.item__more {
  background-color: rgb(224, 224, 224);
  border: 5px solid #0A1945;
  border-radius: 10px;
  font-weight: 700;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  padding: 10px 10px 10px 10;
  position: absolute;
  text-decoration: none;
  color: rgb(0, 0, 0);
}
@media only screen and (min-width: 768px) {
  .item__more {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .item__more {
    right: 10px;
  }
}
.item__more:visited {
  color: rgb(0, 0, 0);
}
.item__more:hover {
  background-color: rgb(180, 180, 180);
  transition: 0.3s;
}
.item__wiki {
  display: flex;
  margin-bottom: 50px;
}
.item__wiki img {
  max-width: 300px;
}
.item__wiki p {
  margin: 10px;
}
.item__more {
  background-color: rgb(224, 224, 224);
  border: 5px solid #0A1945;
  border-radius: 10px;
  font-weight: 700;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  padding: 10px 10px 10px 10;
  text-decoration: none;
  color: rgb(0, 0, 0);
}
.item__more:visited {
  color: rgb(0, 0, 0);
}
.item__more:hover {
  background-color: rgb(180, 180, 180);
  transition: 0.3s;
}

.title {
  margin-top: 150px;
}
.title__items {
  position: relative;
}
.title__itemlist {
  z-index: -5;
  position: absolute;
  transition: opacity 0.3s;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .title__itemlist {
    max-width: 1000px;
    width: 100%;
  }
}
.title__title {
  border-bottom: 5px solid #0A1945;
  margin-bottom: 50px;
}
.title__title h2 {
  font-size: 25px;
  margin: 0 0 0 50px;
}
.title__select {
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .title__select {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 15px);
    justify-content: center;
  }
}
.title__box {
  cursor: pointer;
  overflow: hidden;
  border: 2px solid grey;
  border-radius: 5px;
  width: 400px;
  margin-bottom: 15px;
  margin-right: 15px;
  box-sizing: border-box;
}
.title__box a {
  color: #000000;
  text-decoration: none;
}
.title__box a:visited {
  color: #000000;
}
.title__box:hover {
  transition: 0.2s;
  opacity: 0.8;
  transform: scale(1.05);
}
@media only screen and (max-width: 767px) {
  .title__box {
    margin-bottom: 15px;
  }
}
.title__ttl {
  width: 375px;
}
.title__ttl h3 {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .title__ttl h3 {
    font-size: 20px;
  }
}
.title__ttl--mini {
  font-size: 0.95rem;
}
.title__photo {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .title__photo img {
    padding: 10px;
    max-width: 180px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .title__photo img {
    padding: 10px;
    max-width: 100px;
  }
}
.title__all {
  background-color: rgb(224, 224, 224);
  border: 5px solid #0A1945;
  border-radius: 10px;
  color: rgb(0, 0, 0);
  font-weight: 700;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .title__all {
    width: 100px;
    margin: 0 auto 50px;
  }
}
@media only screen and (max-width: 767px) {
  .title__all {
    width: 75px;
    margin: 0 auto;
  }
}
.title__all:visited {
  color: rgb(0, 0, 0);
}
.title__all:hover {
  background-color: rgb(180, 180, 180);
  transition: 0.3s;
}

.item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.item-list a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}
.item-list a:hover {
  opacity: 0.8;
}
.item-list .block {
  border: 3px solid rgb(61, 61, 61);
  border-radius: 5px;
  box-sizing: border-box;
  display: block;
}
@media only screen and (max-width: 767px) {
  .item-list .block {
    width: 48.5%;
    margin: 0 0 13px;
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .item-list .block {
    width: 15%;
    margin: 0 0px 9px;
    padding: 5px;
  }
}
.item-list .block .box {
  text-align: center;
}
.item-list .block .box figure {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  background: rgba(255, 255, 255, 0);
}
.item-list .block .box figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.item-list .block .box figure img:hover {
  transition: 0.2s;
  opacity: 0.8;
}
.item-list .block .box figure .spacer {
  padding-bottom: 100%;
}
.item-list .block .box .detail h4 {
  text-align: left;
  line-height: 1.3rem;
  background: none;
  overflow: hidden;
  font-weight: normal;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .item-list .block .box .detail h4 {
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 10px 0 3px;
    color: #fff;
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .item-list .block .box .detail h4 {
    height: 40px;
    padding: 8px 0 0;
    font-size: 15px;
  }
}
.item-list .block .box .detail .price {
  color: rgb(0, 0, 0);
  margin: 7px 0 0;
  padding: 7px 0 0;
  border-top: 1px solid #000000;
  font-size: 14px;
  line-height: 100%;
}/*# sourceMappingURL=style.css.map */