* {
  box-sizing: border-box;
}
@font-face {
  src: url("../fonts/NotoSansJP-Medium.woff2") format("truetype");
  font-family: "noto";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}
@font-face {
  src: url("../fonts/NotoSansJP-Black.woff2") format("truetype");
  font-family: "noto";
  font-style: normal;
  font-display: swap;
  font-weight: 900;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: rgba(0, 0, 0, 0);
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  font-size: 62.5%;
  font-family: "noto", sans-serif;
  font-weight: 500;
  color: #231815;
}
figure {
  margin: 0;
  padding: 0;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
a {
  color: #231815;
  text-decoration: none;
  transition: 0.3s all;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}
input,
textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
}
.pc-only {
  display: block;
}
@media (max-width: 800px) {
  .pc-only {
    display: none;
  }
}
.sp-only {
  display: none;
}
@media (max-width: 800px) {
  .sp-only {
    display: block;
  }
}
.body {
  line-height: 1.6;
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
  overflow-x: hidden;
  padding-top: 16rem;
}
.body.top {
  padding-top: 0;
}
.inner {
  width: 95%;
  margin: 0 auto;
  max-width: 700px;
}
.lower {
  padding-top: 10rem;
}
.main {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 6rem;
}
@media (min-width: 800px) {
  .main {
    max-width: 100%;
  }
}
.header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.top .header {
  background: rgba(0, 0, 0, 0);
}
.header.is-active {
  background: #191b25;
  box-shadow: 0 0 3px #ccc;
}
.header.is-scroll {
  background: #fff;
  box-shadow: 0 0 3px #ccc;
}
.header__lower.is-active {
  background: #fff;
}
.header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
  max-width: 85%;
}
.header-serch {
  width: 7%;
  line-height: 0;
}
.header-serch svg {
  max-width: 18px;
  vertical-align: middle;
  fill: #fff;
}
.header-logo {
  width: 40%;
  max-width: 150px;
  text-align: center;
  line-height: 0;
}
.header-logo svg {
  vertical-align: middle;
  fill: #fff;
  max-width: 150px;
}
.header-toggle {
  cursor: pointer;
  height: 20px;
  width: 20px;
  box-sizing: border-box;
  position: relative;
  top: 3px;
  left: 0;
  z-index: 60;
}
.header-toggle span {
  border-bottom: solid 2px #fff;
  display: block;
  -moz-transition: 0.35s ease-in-out;
  position: absolute;
  transition: 0.35s ease-in-out;
  -webkit-transition: 0.35s ease-in-out;
  width: 100%;
}
.header-toggle span:nth-child(1) {
  top: 0;
}
.header-toggle span:nth-child(2) {
  top: 6px;
}
.header-toggle span:nth-child(3) {
  top: 12px;
}
.header-toggle.is-active span:nth-of-type(1) {
  transform: translateY(6px) rotate(-45deg);
  -webkit-transform: translateY(6px) rotate(-45deg);
  border-bottom: solid 2px #fff;
}
.header-toggle.is-active span:nth-of-type(2) {
  opacity: 0;
}
.header-toggle.is-active span:nth-of-type(3) {
  transform: translateY(-6px) rotate(45deg);
  -webkit-transform: translateY(-6px) rotate(45deg);
  border-bottom: solid 2px #fff;
}
.header-nav {
  width: 85%;
  margin: 2rem auto;
  display: none;
}
.header-nav__item a {
  color: #191b25;
  display: block;
  padding: 1.5rem 0 1.5rem 2rem;
  font-size: 1.4rem;
  background: rgba(0, 0, 0, 0) url("../img/common/icon_arrow.svg") no-repeat left center;
  background-size: 10px;
}
.header-search-box {
  padding: 0 0 2rem;
}
.top .header-search-box {
  display: none;
}
.header-search-box-form {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.header-search-box-input {
  width: 100%;
  background: #fff;
  font-size: 1.5rem;
  display: block;
  padding: 1rem;
  border-radius: 4px;
  border: none;
  border: 1px solid #f4f4f4;
}
.header-search-box-submit {
  background: rgba(0, 0, 0, 0) url("../img/common/btn_search-b.svg") no-repeat center center;
  background-size: auto 100%;
  width: 16px;
  height: 15px;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  text-indent: -9999px;
  border: none;
}
.header.is-active {
  box-shadow: none;
}
.header.is-active.is-scroll,
.header__lower,
.header__lower.is-active {
  box-shadow: 0 0 3px #ccc;
}
.header.is-active .header-nav__item a {
  color: #fff;
  background: rgba(0, 0, 0, 0) url("../img/common/icon_arrow_w.svg") no-repeat left center;
  background-size: 10px;
}
.header.is-active.is-scroll .header-nav__item a,
.header__lower.is-active .header-nav__item a {
  color: #191b25;
  background: rgba(0, 0, 0, 0) url("../img/common/icon_arrow.svg") no-repeat left center;
  background-size: 10px;
}
.header.is-scroll span,
.header__lower.is-active span:nth-of-type(1) {
  border-color: #656f79;
}
.header.is-scroll span,
.header__lower.is-active span:nth-of-type(3) {
  border-color: #656f79;
}
.header.is-scroll span:nth-of-type(1),
.header__lower span:nth-of-type(1) {
  border-bottom: solid 2px #656f79;
}
.header__lower span:nth-of-type(2) {
  border-bottom: solid 2px #656f79;
}
.header.is-scroll span:nth-of-type(3),
.header__lower span:nth-of-type(3) {
  border-bottom: solid 2px #656f79;
}
.header.is-scroll svg,
.header__lower svg {
  fill: #191b25;
}
.title {
  font-size: 2rem;
  margin-bottom: 2rem;
  font-weight: 900;
}
.mv {
  background: rgba(0, 0, 0, 0) url("../img/top/bg_mv.webp") no-repeat center center;
  background-size: cover;
  height: 560px;
  margin-bottom: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 6rem;
}
@media (min-width: 800px) {
  .mv {
    height: 450px;
    margin-bottom: 6rem;
  }
}
.mv-title {
  color: #fff;
  font-size: clamp(3rem, 3.5vw, 4rem);
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 900;
}
@media (min-width: 800px) {
  .mv-title {
    font-size: 3.2rem;
  }
}
.mv-text {
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 3rem;
}
.mv-search {
  margin-bottom: 6rem;
}
@media (min-width: 800px) {
  .mv-search {
    margin-bottom: 3rem;
  }
}
.mv-search-form {
  position: relative;
}
.mv-search-input {
  width: 100%;
  background: #fff;
  font-size: 1.5rem;
  display: block;
  padding: 2rem;
  border-radius: 4px;
  border: none;
}
.mv-search-submit {
  background: rgba(0, 0, 0, 0) url("../img/common/btn_search-b.svg") no-repeat center center;
  background-size: cover;
  width: 22px;
  height: 21px;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  text-indent: -9999px;
  border: none;
}
.mv-new {
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
}
.mv-new__color {
  color: #ffea00;
  font-weight: 900;
  padding: 0 1rem 0 0;
}
.list {
  margin-bottom: 4rem;
}
.list-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 1rem;
}
.list-item {
  margin-bottom: 5%;
}
.list-item img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  border-radius: 2px;
  overflow: hidden;
  border-radius: 20px;
}
.list-item__caption {
  font-size: 12px;
  margin-top: 5px;
}
.pager-list {
  display: flex;
  justify-content: center;
}
.pager-item {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pager-item__current {
  background: #191b25;
  color: #fff;
  text-align: center;
}
.pager-result {
  text-align: center;
  margin-bottom: 2rem;
}
.category {
  margin-bottom: 5rem;
}
.category-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.category-item {
  margin-bottom: 2%;
}
.category-item a {
  background: #f4f4f4;
  display: block;
  font-size: 1.6rem;
  text-align: center;
  padding: 2rem 0;
  border-radius: 6px;
  font-weight: 900;
}
@media (min-width: 800px) {
  .category-item a {
    padding: 3rem 0;
    font-size: 1.5rem;
  }
}
.category-all a {
  background: #f4f4f4;
  display: block;
  font-size: 1.6rem;
  text-align: center;
  padding: 2rem 0;
  border-radius: 6px;
  font-weight: 900;
  margin-bottom: 20px;
}
.feature {
  margin-bottom: 5rem;
}
.feature-item {
  margin-bottom: 2rem;
}
.feature-item a {
  display: flex;
  gap: 20px;
}
.feature-item__image {
  width: 40%;
  border-radius: 6px;
}
@media (min-width: 800px) {
  .feature-item__image {
    width: 20%;
  }
}
.feature-item__detail {
  width: 48%;
  font-weight: 900;
  display: block;
}
@media (min-width: 800px) {
  .feature-item__detail {
    width: 70%;
  }
}
.detail {
  margin-bottom: 4rem;
}
.detail .title {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.detail-sub {
  font-size: 1.3rem;
  margin-bottom: 2rem;
}
.detail-main {
  width: 80%;
  margin: 0 auto 3rem;
  text-align: center;
}
.detail-main img {
  border-radius: 20px;
}
.detail-btn a {
  border-radius: 6px;
  color: #fff;
  border-bottom: 2px solid #b04338;
  color: #fff;
  font-weight: 900;
  text-align: center;
  padding: 1.5rem 0;
  display: block;
  background: #e36457 url("../img/common/icon_download.svg") no-repeat 20px center;
  background-size: 20px;
  font-size: 1.6rem;
}
.tags {
  margin-bottom: 6rem;
}
.tags-list {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.tags-item a {
  background: #f4f4f4;
  border: 1px solid #ddd;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  border-radius: 4px;
  display: block;
}
.static-text {
  margin-bottom: 2rem;
}
.static-sub {
  font-weight: 900;
  font-size: 1.7rem;
  margin-bottom: 1rem;
}
.static-list {
  margin-bottom: 3rem;
}
.static-item {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.static-item::before {
  content: "・";
}
.static-item:last-child {
  margin-bottom: 0;
}
.static a {
  text-decoration: underline;
}
.static-group {
  margin-bottom: 3rem;
}
.image-text {
  text-align: center;
  padding: 2rem 0;
}
.image-photo {
  margin-bottom: 2rem;
}
.wp-pagenavi {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 10px;
}
.wp-pagenavi a {
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #231815;
  border: 1px solid #231815;
}
.wp-pagenavi span {
  background: #fff;
  border: 1px solid #231815;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-pagenavi span.current {
  background: #231815;
  color: #fff;
}
.wp-pagenavi span.pages {
  width: 120px;
  border: none;
}
.wp-pagenavi span.extend {
  border: none;
  width: 20px;
}
.ads {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 2rem;
}
.btn a {
  background: #191b25;
  color: #fff;
  text-align: center;
  font-weight: 900;
  padding: 1.5rem 0;
  border-radius: 6px;
  display: block;
  position: relative;
  text-decoration: none;
}
.btn a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.footer {
  background: #191b25;
}
.footer .inner {
  padding: 4rem 0;
}
.footer-logo {
  width: 50%;
  max-width: 130px;
  line-height: 0;
  margin: 0 0 3rem;
}
.footer-logo img {
  vertical-align: middle;
}
.footer-nav {
  flex-wrap: wrap;
  display: flex;
}
.footer-nav__item {
  width: 50%;
}
.footer-nav__item a {
  display: block;
  padding: 1rem 0 1rem 1.5rem;
  color: #fff;
  font-size: 1.4rem;
  background: rgba(0, 0, 0, 0) url("../img/common/icon_arrow.svg") no-repeat left center;
  background-size: 10px;
}
.footer-copy {
  background: #2a3841;
  font-size: 1.1rem;
  text-align: center;
  padding: 0.7rem 0;
  color: #fff;
}
.note {
  color: #ae1414;
  margin: 0 0 20px;
  font-size: 1.3rem;
}
/*# sourceMappingURL=layout.min.css.map */
