@charset "UTF-8";
#wrapper {
  height: 100%;
}

@media screen and (min-width: 1441px) {
  article > div,
  article > section {
    padding-left: calc((100% - 1440px) / 2) !important;
    padding-right: calc((100% - 1440px) / 2) !important;
  }
}
/*feature Topics*/
#featureTopics a {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

#featureTopics a div {
  position: relative;
  overflow: hidden;
}
#featureTopics a div::before {
  content: "";
  display: block;
  padding-top: 66.6666666667%;
}
@media only screen and (min-width:667px) {
  #featureTopics a div::before {
    padding-top: 50%;
  }
}

#featureTopics a div.sheetB::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
}

#featureTopics a div.sheetW::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 1;
}

span.topicsTitle {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  top: 50%;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  z-index: 1;
}
@media only screen and (max-width:666px) {
  span.topicsTitle {
    font-size: 1.3rem;
  }
}

span.titlew {
  color: white;
}

#featureTopics img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
}
@media only screen and (max-width:666px) {
  #featureTopics img.thum667 {
    display: none;
  }
}
@media only screen and (min-width:667px) {
  #featureTopics img.thum666 {
    display: none;
  }
}

.slick-dots {
  padding: 2vw 4vw 0;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  margin: 0 0.2vw 0 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: 0;
  outline: none;
  background: transparent;
  color: #999;
  padding: 0.1rem 0 0 0.1rem;
  font-family: "Adobe Garamond Pro", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.slick-active button {
  border: 1px solid #999 !important;
  border-radius: 10px;
}

#wrap-primarypage {
  background-color: white;
  overflow: hidden;
}

#wrap-primarypage-flex1 > a {
  padding: 3vw;
  overflow: hidden;
  position: relative;
}

#wrap-primarypage-flex1 {
  display: flex;
}

@media screen and (max-width: 896px) {
  #wrap-primarypage-flex1 {
    flex-direction: column;
  }
  #wrap-primarypage-flex1 > a {
    padding: 4vw;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  #wrap-primarypage-flex1 div {
    text-align: center;
    padding-left: 4vw;
    width: calc(100% - 20vw);
  }
  #wrap-primarypage-flex1 > a::after {
    content: "";
    width: calc(100% - 7vw);
    height: 0.25rem;
    background-color: #f6f6f6;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #wrap-primarypage p:first-of-type {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 897px) {
  #wrap-primarypage-flex1 > a {
    flex-basis: 33%;
    text-align: center;
  }
  #wrap-primarypage p:first-of-type {
    margin: 0.7rem 0;
  }
}
#wrap-primarypage .artwork {
  width: 20vw;
  max-width: 350px;
  height: auto;
}

#wrap-primarypage p {
  font-size: 0.75rem;
  line-height: 1.7;
}

#wrap-primarypage p + p {
  text-align: left;
}

#wrap-primarypage p + p::after {
  content: "\e806";
  font-family: "fontello";
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
}

#wrap-primarypage-flex1 div p > img {
  transform: scale(0.83);
  max-width: 100%;
}

#wrap-primarypage ul li img {
  height: 1.4rem;
}

#wrap-primarypage ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 1rem 0;
}

#wrap-primarypage ul li {
  flex-basis: 40%;
  text-align: center;
}

@media screen and (min-width: 667px) {
  #wrap-primarypage ul li {
    flex-basis: 20%;
  }
  #wrap-primarypage ul {
    margin: 3rem 0 4rem;
    position: relative;
  }
  #wrap-primarypage ul::after {
    content: "";
    width: 80%;
    height: 0.2rem;
    background-color: #f6f6f6;
    position: absolute;
    bottom: -0.6rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media screen and (min-width: 667px) and (max-width: 896px) {
  #wrap-primarypage p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 896px) {
  #wrap-primarypage ul li img {
    height: 1.6rem;
  }
}
#wrap-primarypage ul li a {
  display: block;
  padding: 2vw;
}

/*iroha*/
#wrap-iroha {
  background-color: #f6f6f6;
  overflow: hidden;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
}

#wrap-iroha-flex2 p {
  text-align: center;
}

#wrap-iroha-flex2 p > img {
  height: 2.5vw;
  max-height: 24px;
  min-height: 14px;
}

#wrap-iroha-flex2 h1 {
  text-align: center;
  margin: 1rem 0 1.3rem;
}

#wrap-iroha-flex2 h1 > img {
  height: 3.8vw;
  max-height: 40px;
  min-height: 24px;
}

.irohadate {
  font-size: 1.1rem;
  line-height: 1.8;
}

#wrap-iroha-flex2 > span {
  display: block;
  line-height: 3;
  text-align: center;
  margin: 1.3rem auto 0.1rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
}

#wrap-iroha-flex2 a {
  display: block;
  line-height: 3;
  border: 2px solid black;
  text-align: center;
  width: 21rem;
  margin: 1rem auto;
  font-weight: 500;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 666px) {
  #wrap-iroha-flex1 > img {
    width: 80%;
    display: block;
    margin: 10% auto 5%;
  }
}
@media screen and (min-width: 667px) {
  #wrap-iroha {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  div[id^=wrap-iroha-flex] {
    flex-basis: 40%;
    flex-grow: 1;
    padding: 0 3vw;
    text-align: center;
  }
  #wrap-iroha-flex2 {
    padding: 3vw;
  }
  #wrap-iroha-flex1 img {
    width: 100%;
    height: auto;
    max-width: 560px;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5) {
  #wrap-iroha a {
    border: 1.5px solid black;
  }
}
#wrap-topics,
#wrap-topics2 {
  background-color: #fafafa;
}

#wrap-iroha {
  position: relative;
}
#wrap-iroha #wrap-iroha-flex2 a {
  pointer-events: none;
}
#wrap-iroha::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: white;
  font-size: 1.5rem;
  line-height: 16;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}/*# sourceMappingURL=home.css.map */