@charset "UTF-8";
/*
Theme Name: sampledesign_wp
*/
@import url("assets/scss/reset.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

@media screen and (max-width: 959px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .pc_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
}
body {
  color: #696969 !important;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
}
body input,
body button {
  font-family: inherit;
}
body a {
  color: inherit;
}
body p {
  line-height: 1.8;
}
body strong {
  font-weight: bold;
}
body .underline {
  text-decoration: underline;
}
body img {
  max-width: 100%;
  height: auto;
}
body iframe {
  max-width: 100%;
}
@media screen and (min-width: 960px) {
  body a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 959px) {
  body {
    font-size: 14px;
  }
}

.container {
  width: 1200px;
  max-width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 8px;
}

ul.normal-list li {
  line-height: 1.8;
  padding-left: 1.4em;
  position: relative;
}
ul.normal-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0.5em;
}

ol.normal-list {
  list-style: decimal;
  padding-left: 2em;
}
ol.normal-list li {
  line-height: 1.8;
}

.logo-text {
  font-size: 36px;
}
.logo-text.white {
  color: #fff;
}
@media screen and (max-width: 959px) {
  .logo-text {
    font-size: 24px;
  }
}

.header {
  padding: 20px 0;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  background-color: #fff;
}
.header__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo {
  width: 230px;
}
.header__navi {
  margin-left: auto;
}
.header__sp-menu {
  margin-left: auto;
  display: none;
}
@media screen and (max-width: 959px) {
  .header {
    padding: 15px 0;
  }
  .header__wrap {
    padding: 0 20px;
  }
  .header__logo {
    width: 150px;
  }
  .header__navi {
    display: none;
  }
  .header__sp-menu {
    display: block;
  }
}

.page {
  padding: 0px 0px 0px;
}
@media screen and (max-width: 959px) {
  .page {
    padding: 0px 0px 0px;
  }
}
.page__head {
  margin-bottom: 100px;
}
@media screen and (max-width: 959px) {
  .page__head {
    margin-bottom: 30px;
  }
}

.page-mv {
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-mv__title {
  font-size: 60px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .page-mv__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 479px) {
  .page-mv__title {
    font-size: 30px;
  }
}

.not-found-page {
  text-align: center;
  font-size: 12px;
  line-height: 1.8;
}
@media screen and (max-width: 959px) {
  .not-found-page {
    font-size: 10px;
  }
}
@media screen and (max-width: 479px) {
  .not-found-page {
    font-size: 10px;
  }
}
.not-found-page__btn {
  margin-top: 20px;
  text-align: center;
}

.btn {
  margin-top: 10px;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
}

.main-visual {
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-visual__title {
  font-size: 60px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .main-visual__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 479px) {
  .main-visual__title {
    font-size: 30px;
  }
}

footer {
  padding: 20px 0;
  text-align: center;
  font-size: 12px;
  line-height: 1.8;
}
@media screen and (max-width: 959px) {
  footer {
    font-size: 10px;
  }
}
@media screen and (max-width: 479px) {
  footer {
    font-size: 10px;
  }
}

.page-kv {
  padding-top: 20px;
  padding-bottom: 50px;
}
.page-kv__title {
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .page-kv__title {
    font-size: 10px;
  }
}
@media screen and (max-width: 479px) {
  .page-kv__title {
    font-size: 10px;
  }
}

.back-link {
  margin: 20px 0;
  text-align: center;
}

.design-item {
  padding: 50px 0;
}
.design-item__date {
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.design-item__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px 40px;
}
.design-item__text {
  width: calc((100% - 120px) / 4);
}
@media screen and (max-width: 959px) {
  .design-item__text {
    width: calc((100% - 40px) / 2);
  }
}
.design-item__img {
  margin-bottom: 0.5em;
}
.design-item__img img {
  aspect-ratio: 16/9;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  width: 100%;
}

.image-display__content img {
  width: 100%;
}/*# sourceMappingURL=style.css.map */