@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) {
  .sponly {
    display: none;
  }
}

@font-face {
  font-family: myfont;
  src: url("font-family: 'Oswald', sans-serif;");
}
h1 {
  color: #ffffff;
  background-image: url("../img/oxidation.jpg?a");
  border-radius: 10px;
  font-weight: bolder;
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  background-size: cover;
  text-align: center;
}

h2 {
  color: #ffffff;
  background-image: url("../img/oxidation.jpg?a");
  border-radius: 10px;
  font-weight: bolder;
  font-family: "Oswald", sans-serif;
  font-size: 25px;
  background-size: cover;
  text-align: center;
  margin: 0 auto;
  font-weight: 800;
}

h3 {
  color: #ffffff;
  background-image: url("../img/oxidation.jpg?a");
  border-radius: 10px;
  font-weight: bolder;
  font-family: "Oswald", sans-serif;
  font-size: 25px;
  background-size: cover;
  margin: 0 auto;
  font-weight: 800;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  background-color: rgba(0, 34, 13, 0.862745098);
  background-image: url("../img/bg.png");
  background-repeat: repeat;
  animation: bgScroll 20s linear infinite;
}
@media only screen and (max-width: 767px) {
  body {
    background-size: contain;
  }
}

@keyframes bgScroll {
  0% {
    background-position: 0px 0px;
  }
  10% {
    background-position: 10px -108px;
  }
  20% {
    background-position: 0px -216px;
  }
  30% {
    background-position: -10px -324px;
  }
  40% {
    background-position: 0px -432px;
  }
  50% {
    background-position: 10px -540px;
  }
  60% {
    background-position: 0px -648px;
  }
  70% {
    background-position: -10px -756px;
  }
  80% {
    background-position: 0px -864px;
  }
  90% {
    background-position: 10px -972px;
  }
  100% {
    background-position: 0px -1080px;
  }
}
.wrap {
  background-image: url("../img/dirt.png");
  position: relative;
}

.contentwrap {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .contentwrap {
    width: 1200px;
  }
}
@media only screen and (max-width: 767px) {
  .contentwrap {
    max-width: 100vw;
  }
}

.squid {
  bottom: 0;
}
.squid img {
  width: 50px;
}

.nautilus {
  text-align: center;
}
.nautilus img {
  text-align: center;
  width: 85%;
  margin: 0 auto;
  height: auto;
  vertical-align: bottom;
  opacity: 0.75;
  pointer-events: none;
  -webkit-user-drag: none;
  user-select: none;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .nautilus {
    background-color: rgba(0, 0, 0, 0.2666666667);
    backdrop-filter: blur(5px);
  }
}

.top {
  position: relative;
  width: 100%;
  backdrop-filter: blur(5px);
}
@media only screen and (min-width: 768px) {
  .top {
    margin-bottom: 150px;
    height: 500px;
    background: linear-gradient(rgba(0, 0, 0, 0.384) 90%, rgba(255, 255, 255, 0) 100%);
  }
}
@media only screen and (max-width: 767px) {
  .top {
    height: 300px;
    background-color: rgba(0, 0, 0, 0.2666666667);
  }
}
.top__hero {
  max-width: 1200px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .top__hero {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .top__hero {
    padding: 50px 0 0;
  }
}
.top__hero img {
  max-width: 1200px;
  width: 100%;
  pointer-events: none;
  -webkit-user-drag: none;
  user-select: none;
  text-align: center;
}

.main {
  position: relative;
  width: 100%;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .main {
    margin: 0 auto 50px;
  }
}
@media only screen and (max-width: 767px) {
  .main {
    margin: 0 auto;
  }
}
.main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 30px;
  bottom: 0;
  background: url(../img/squid.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
.main__date {
  font-weight: bolder;
  background-color: rgba(0, 0, 0, 0.2666666667);
  backdrop-filter: blur(5px);
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .main__date {
    padding: 50px;
    margin: 0 25px;
    border-radius: 10px;
    text-align: center;
  }
  .main__date h2 {
    margin: 0auto;
    font-size: 50px;
    line-height: normal;
  }
  .main__date p {
    font-size: 1.5em;
    padding-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .main__date {
    width: 100%;
  }
  .main__date h2 {
    width: 90%;
    text-align: center;
    font-size: 35px;
    line-height: normal;
  }
  .main__date p {
    width: 90%;
    margin: 25px auto 0;
    padding: 0 0 50px;
  }
}

.middle {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .middle {
    margin: 0 auto 50px;
  }
}
.middle__content {
  background-color: rgba(0, 0, 0, 0.2666666667);
  backdrop-filter: blur(5px);
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .middle__content {
    text-align: center;
    border-radius: 10px;
    margin: 0 25px;
    padding: 50px;
  }
  .middle__content h2 {
    margin: 25px auto;
    font-size: 50px;
    line-height: normal;
  }
  .middle__content p {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .middle__content {
    border-radius: 10px 10px 0 0;
    top: -25px;
    max-width: 500px;
    margin: 0 auto 0;
    padding: 10px 25px;
  }
  .middle__content h2 {
    text-align: center;
    font-size: 35px;
    line-height: normal;
  }
  .middle__content p {
    width: 90%;
    margin: 25px auto 0;
    padding: 0 0 50px;
  }
}

.newarrival {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .newarrival {
    margin: 0 auto 50px;
  }
}
.newarrival__content {
  background-color: rgba(0, 0, 0, 0.2666666667);
  backdrop-filter: blur(5px);
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .newarrival__content {
    text-align: center;
    border-radius: 10px;
    margin: 0 25px;
    padding: 50px;
  }
  .newarrival__content h2 {
    margin: 25px auto;
    font-size: 50px;
    line-height: normal;
  }
  .newarrival__content p {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .newarrival__content {
    border-radius: 10px 10px 0 0;
    top: -25px;
    max-width: 500px;
    margin: 0 auto 0;
    padding: 10px 25px;
  }
  .newarrival__content h2 {
    width: 90%;
    text-align: center;
    font-size: 35px;
    line-height: normal;
  }
  .newarrival__content p {
    width: 90%;
    margin: 25px auto 0;
    padding: 0 0 50px;
  }
}

.sns {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .sns {
    margin: 0 auto 50px;
  }
}
.sns__text {
  background-color: rgba(0, 0, 0, 0.2666666667);
  backdrop-filter: blur(5px);
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .sns__text {
    height: 400px;
    text-align: center;
    border-radius: 10px;
    margin: 0 25px;
    padding: 50px;
  }
  .sns__text h2 {
    margin: 25px auto;
    font-size: 50px;
    line-height: normal;
  }
  .sns__text p {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .sns__text {
    border-radius: 10px 10px 0 0;
    max-width: 500px;
    margin: 0 auto 0;
    padding: 50px 25px;
  }
  .sns__text h2 {
    width: 90%;
    text-align: center;
    font-size: 35px;
    line-height: normal;
  }
  .sns__text p {
    width: 90%;
    margin: 25px auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .sns__box {
    top: 175px;
    position: absolute;
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sns__box {
    margin: 50px auto;
  }
}
.sns__item {
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  background-color: rgba(0, 0, 0, 0.2862745098);
  backdrop-filter: blur(5px);
  margin: 0 auto 50px;
}
@media only screen and (max-width: 767px) {
  .sns__item {
    width: 90%;
    padding: 20px 20px 20px 30px;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item {
    text-align: left;
    width: 550px;
    padding: 35px 35px 35px 120px;
    transition: 0.2s;
    cursor: pointer;
  }
  .sns__item:hover {
    background-color: rgba(255, 255, 255, 0.07);
  }
  .sns__item:hover .text::before {
    right: 55px;
  }
  .sns__item:hover .text::after {
    right: 33px;
  }
}
.sns__item.sns-twitter::before, .sns__item.sns-instagram::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .sns__item.sns-twitter::before, .sns__item.sns-instagram::before {
    font-size: 2rem;
    left: 27px;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item.sns-twitter::before, .sns__item.sns-instagram::before {
    font-size: 2.6rem;
    left: 40px;
  }
}
.sns__item.sns-twitter::before {
  content: "\e61b";
}
.sns__item.sns-instagram::before {
  content: "\f16d";
}
.sns__item .text::before {
  content: "";
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  transform: rotate(45deg);
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .sns__item .text::before {
    width: 8px;
    height: 8px;
    top: 38px;
    right: 43px;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item .text::before {
    width: 12px;
    height: 12px;
    top: 54.5px;
    right: 62px;
    transition: 0.2s;
  }
}
.sns__item .text::after {
  content: "";
  border: 1px solid #ccc;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .sns__item .text::after {
    width: 38px;
    height: 38px;
    right: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item .text::after {
    width: 50px;
    height: 50px;
    right: 40px;
    transition: 0.2s;
  }
}
.sns__item .text p {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .sns__item .text p {
    font-size: 0.95rem;
    line-height: 1.3rem;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item .text p {
    font-size: 1.2rem;
    line-height: 100%;
    margin: 0 0 10px;
  }
}
.sns__item .text a {
  color: #ccc;
}
@media only screen and (max-width: 767px) {
  .sns__item .text a {
    font-size: 0.9rem;
  }
}
.sns__item .text a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.global_head {
  margin: 0;
}

.global_foot {
  color: #fff;
}

.topics {
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: 0 auto;
  position: relative;
  z-index: 6;
}
@media only screen and (min-width: 768px) {
  .topics {
    padding: 25px 0;
  }
}
@media only screen and (max-width: 767px) {
  .topics {
    padding: 50px 0;
  }
}
.topics__icon {
  filter: brightness(100);
}
.topics .narrow-hide {
  display: none !important;
}
.topics__area ul {
  list-style: none;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .topics__area ul {
    margin: 0;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .topics__area ul {
    margin: 0 0 7px;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.topics__area ul li {
  transition: 0.3s;
}
.topics__area ul .topic {
  background: rgba(77, 59, 0, 0);
  backdrop-filter: blur(5px);
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .topics__area ul .topic {
    width: 48%;
    margin: 0 0 20px;
    padding: 15px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__area ul .topic {
    width: calc((100% - 64px) / 4);
    display: flex;
    flex-direction: column;
    margin: 0 8px 35px;
    padding: 15px 13px;
  }
}
.topics__area ul .topic:first-child {
  margin-top: 0;
}
.topics__area ul .topic:hover {
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}
.topics__area ul .topic figure {
  margin: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: rgba(241, 241, 241, 0.431372549);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .topics__area ul .topic figure {
    height: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__area ul .topic figure {
    height: 150px;
  }
}
.topics__area ul .topic figure a {
  display: block;
}
.topics__area ul .topic figure a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: 0.3s;
}
.topics__area ul .topic figure .noimg {
  color: #97a5b7;
  font-size: 1.3rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .topics__area ul .topic figure .noimg {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .topics__area ul .topic figure .noimg {
    font-size: 1.3rem;
  }
}
.topics__area ul .topic__caption {
  box-sizing: border-box;
  width: 100%;
  margin: 15px 0 0;
}
.topics__area ul .topic__text {
  transition: 0.3s;
  color: #fff;
  font-weight: bold;
  width: 100%;
  padding: 0;
  margin: 10px 0 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .topics__area ul .topic__text {
    font-size: 14px;
    height: 66px;
    line-height: 23px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__area ul .topic__text {
    padding: 0;
    font-size: 16px;
    height: 80px;
    overflow: hidden;
    line-height: 27px;
  }
}
.topics__area ul .topic__text a {
  transition: 0.3s;
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .topics__area ul .topic__text a {
    text-overflow: ellipsis;
    white-space: normal;
  }
}
.topics__area ul .topic__text a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}
.topics__area ul .topic__date {
  text-align: right;
  color: #666;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 767px) {
  .topics__area ul .topic__date {
    margin: 20px 0 0;
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__area ul .topic__date {
    margin: 28px 0 0;
    font-size: 0.85rem;
  }
}
.topics__soon {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
}
@media only screen and (max-width: 767px) {
  .topics__soon {
    margin: 30px 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__soon {
    margin: 50px 0 80px;
    font-size: 1.1rem;
  }
}
.topics__more {
  background-image: url(../img/oxidation.jpg?a);
  border-radius: 10px;
  font-weight: bolder;
  font-family: "Oswald", sans-serif;
  background-size: cover;
  text-align: center;
  transition: 0.2s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .topics__more {
    width: 75%;
    margin: 15px auto 0;
    height: 50px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__more {
    width: 310px;
    margin: 20px auto 0;
    height: 53px;
    line-height: 53px;
  }
}
.topics__more:hover {
  opacity: 0.8;
}
.topics__more a {
  text-decoration: none;
  color: #fff;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .topics__more a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__more a {
    font-size: 16px;
  }
}
.topics__more a:hover {
  text-decoration: none;
}

.newarrival_area .newarrival {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .newarrival_area .newarrival {
    padding: 50px 0;
  }
}/*# sourceMappingURL=style_v2.css.map */