@charset "UTF-8";
/* ==================================================

    大黒屋仏壇店
    /assets/css/style_top.css

================================================== */
/* ----------------------------------------
  Key Visual
---------------------------------------- */
.kv_wrap {
  position: relative;
  margin-bottom: 5%;
  padding-right: 4%;
}

.kv_slide {
  position: relative;
  height: 100%;
}

.kv_slide_copy {
  position: absolute;
  top: 43%;
  left: 13%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  line-height: 2.2;
  white-space: nowrap;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8em;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.kv_slide_copy.c_black {
  color: #000;
}
.kv_slide_copy.c_white {
  color: #fff;
}

.kv_slide_wrap .slick-dots {
  width: 96%;
  margin: 0 auto;
}
.kv_slide_wrap .slick-dots li {
  display: inline-block;
  margin: 0 0.25em;
}
.kv_slide_wrap .slick-dots li button[type=button] {
  width: 3em;
  height: 0;
  overflow: hidden;
  border-top: solid 3px #ccc;
  outline: none;
}
.kv_slide_wrap .slick-dots li.slick-active button[type=button] {
  border-color: #374664;
}

.kv_scroll_arrow {
  position: absolute;
  bottom: 13em;
  right: 0;
  font-size: 0.86em;
  white-space: nowrap;
}
.kv_scroll_arrow span {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  transform: rotate(90deg) translateY(-0.5em);
}
.kv_scroll_arrow span::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: -8.5em;
  width: 8em;
  height: 0;
  border-top: solid 1px #374664;
}

@media screen and (max-width: 1024px) {
  .kv_slide_copy {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .kv_wrap {
    padding-right: 0;
  }
  .kv_slide.first_slide {
    position: relative;
    background: url("../images/top/kv01.jpg") 55% 45%/auto 100vw no-repeat;
  }
  .kv_slide.first_slide img {
    opacity: 0;
  }
  .kv_slide_copy {
    position: static;
    display: block;
    padding: 1em;
    transform: translateY(0);
    writing-mode: horizontal-tb;
    line-height: 1.6;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-size: 1.4em;
    letter-spacing: 0.1em;
  }
  .kv_slide_copy.c_black {
    color: #000;
  }
  .kv_slide_copy.c_white {
    color: #000;
  }
  .kv_slide_wrap .slick-dots {
    text-align: center;
  }
  .kv_scroll_arrow {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .kv_slide_copy {
    font-size: 4vw;
  }
}
/* ----------------------------------------
  Section Common
---------------------------------------- */
.sec_inner {
  width: 90%;
  max-width: 1720px;
  margin: 0 auto;
  padding: 5% 0;
}

.sec_title {
  margin-bottom: 1.5em;
  padding-left: 0.4em;
  line-height: 1.4;
  text-align: center;
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: 0.4em;
}

.sec_btn {
  max-width: 300px;
  margin: 5% auto 0;
  border-style: solid;
  border-width: 1px;
}

@media screen and (min-width: 1680px) {
  .sec_title {
    padding-left: 0.5em;
    font-size: 1.86em;
    letter-spacing: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .sec_inner {
    max-width: 550px;
    padding: 10% 0;
  }
  .sec_title {
    padding-left: 0.2em;
    letter-spacing: 0.2em;
  }
  .sec_btn {
    margin: 10% auto 0;
  }
}
@media screen and (max-width: 550px) {
  .sec_title {
    font-size: 1.5em;
  }
}
/* ----------------------------------------
  About
---------------------------------------- */
.sec_about {
  background: #374664;
  color: #fff;
}

.about_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about_flex figure {
  display: flex;
  justify-content: space-between;
  width: 66%;
}
.about_flex figure div {
  width: 48.5%;
  max-width: 550px;
}

.about_text {
  width: 32%;
  max-width: 550px;
}
.about_text .sec_subttl {
  margin-bottom: 1em;
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: 0.25em;
}
.about_text p {
  line-height: 1.85;
  transition: 0.3s;
}

@media screen and (min-width: 1680px) {
  .about_flex figure {
    width: 66%;
  }
  .about_flex figure div {
    width: 48.5%;
    max-width: 550px;
  }
  .about_text {
    width: 32%;
    max-width: 550px;
  }
  .about_text .sec_subttl {
    margin-bottom: 1em;
    font-size: 1.4em;
    font-weight: 500;
    letter-spacing: 0.25em;
  }
  .about_text p {
    line-height: 2;
    font-size: 1.14em;
  }
}
@media screen and (max-width: 1024px) {
  .about_flex figure {
    width: 55%;
  }
  .about_text {
    width: 43%;
  }
}
@media screen and (max-width: 767px) {
  .about_flex {
    display: block;
  }
  .about_flex figure {
    display: block;
    width: 100%;
  }
  .about_flex figure div {
    width: 100%;
    margin-top: 5vw;
  }
  .about_flex figure div img {
    width: 100%;
    height: 56vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about_text {
    width: 100%;
  }
}
/* ----------------------------------------
  Products
---------------------------------------- */
.products_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.products_cassette {
  width: 23%;
  margin-bottom: 2em;
}
.products_cassette figure {
  margin-bottom: 1.5em;
}
.products_cassette p {
  line-height: 1.6;
  font-size: 0.8em;
}

.cassette_name {
  margin-bottom: 0.5em;
}

.cassette_link {
  margin-top: 1em;
}
.cassette_link a {
  position: relative;
  display: block;
  padding-left: 1.5em;
  color: #000;
}
.cassette_link a::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0.5em;
  left: 0;
  width: 0.6em;
  height: 0.6em;
  border: solid #000;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}

@media screen and (min-width: 1025px) {
  .products_cassette a figure {
    position: relative;
  }
  .products_cassette a figure::before, .products_cassette a figure::after {
    opacity: 0;
    transition: opacity 0.3s;
  }
  .products_cassette a figure::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .products_cassette a figure::after {
    content: "詳細を見る";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.8em;
    color: #fff;
  }
  .products_cassette a:hover figure::before, .products_cassette a:hover figure::after {
    opacity: 1;
  }
  .cassette_link a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .sec_products .sec_inner {
    width: 100%;
    max-width: initial;
  }
  .products_list {
    position: relative;
    display: block;
  }
  .products_list .slick-dots {
    position: absolute;
    top: calc(52.5vw + 0.75em);
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    width: 75vw;
    margin: 0 auto;
  }
  .products_list .slick-dots li {
    width: 11.625%;
  }
  .products_list .slick-dots li button[type=button] {
    width: 100%;
    height: 0;
    overflow: hidden;
    border-top: solid 3px #ccc;
    outline: none;
  }
  .products_list .slick-dots li.slick-active button[type=button] {
    border-color: #374664;
  }
  .products_cassette {
    width: 100%;
    margin: 0 2.5vw;
  }
  .products_cassette figure {
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 550px) {
  .products_list .slick-dots {
    top: calc(59.5vw + 0.75em);
    width: 85vw;
  }
}
/* ----------------------------------------
  Special
---------------------------------------- */
.sec_special {
  background: #374664;
  color: #fff;
}

.special_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.special_cassette {
  width: 30.6666666667%;
}
.special_cassette figure {
  margin-bottom: 1.5em;
}
.special_cassette p {
  line-height: 1.6;
  font-size: 0.8em;
}

.special_name {
  margin-bottom: 0.5em;
}

.special_link {
  margin-top: 1em;
}
.special_link a {
  position: relative;
  display: block;
  padding-left: 1.5em;
  color: #fff;
}
.special_link a::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0.5em;
  left: 0;
  width: 0.6em;
  height: 0.6em;
  border: solid #fff;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}

@media screen and (min-width: 1025px) {
  .special_cassette > *:not(a) {
    margin-right: 5%;
    margin-left: 5%;
  }
  .special_cassette a figure {
    position: relative;
  }
  .special_cassette a figure::before, .special_cassette a figure::after {
    opacity: 0;
    transition: opacity 0.3s;
  }
  .special_cassette a figure::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .special_cassette a figure::after {
    content: "詳細を見る";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.8em;
    font-weight: 700;
    color: #fff;
  }
  .special_cassette a:hover figure::before, .special_cassette a:hover figure::after {
    opacity: 1;
  }
  .special_link a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .special_list {
    display: block;
  }
  .special_cassette {
    width: 75vw;
    max-width: 100%;
    margin: 0 auto 8%;
  }
}
@media screen and (max-width: 550px) {
  .special_cassette {
    width: 85vw;
  }
}
/* ----------------------------------------
  News
---------------------------------------- */
.news_list {
  display: flex;
  justify-content: space-between;
}

.news_cassette {
  width: 30.6666666667%;
}
.news_cassette:nth-child(n+4) {
  display: none;
}
.news_cassette a {
  display: block;
  line-height: 1.6;
  font-size: 0.8em;
}
.news_cassette figure {
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: 1.5em;
  padding-top: 70%;
  overflow: hidden;
}
.news_cassette figure.news_noimg {
  background: #EBECEF;
}
.news_cassette figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.news_cassette figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #eee;
}

.news_title {
  margin: 0.25em 0 0.5em;
  font-size: 1.166em;
}

.news_link {
  margin-top: 1em;
}
.news_link span {
  position: relative;
  display: block;
  padding-left: 1.5em;
  color: #000;
}
.news_link span::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0.5em;
  left: 0;
  width: 0.6em;
  height: 0.6em;
  border: solid #000;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}

@media screen and (min-width: 1025px) {
  .sec_news .sec_inner {
    width: 80%;
    max-width: 1280px;
  }
  .news_cassette a figure {
    position: relative;
  }
  .news_cassette a figure::before, .news_cassette a figure::after {
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .news_cassette a figure::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }
  .news_cassette a figure::after {
    content: "詳細を見る";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    color: #fff;
  }
  .news_cassette a:hover figure::before, .news_cassette a:hover figure::after {
    opacity: 1;
  }
  .news_cassette a:hover .news_link span {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .news_list {
    display: block;
  }
  .news_cassette {
    width: 75vw;
    max-width: 100%;
    margin: 0 auto 8%;
  }
}
@media screen and (max-width: 550px) {
  .news_cassette {
    width: 85vw;
  }
}
/* ----------------------------------------
  Example
---------------------------------------- */
.example_flex {
  display: flex;
  flex-direction: row-reverse;
  align-items: stretch;
  background: #374664;
}
.example_flex figure {
  width: calc(100% - 600px);
  min-width: 60%;
  background: url("/assets/images/top/example_01.jpg") center center/cover no-repeat;
}

.example_text {
  padding: 3%;
  width: 600px;
  max-width: 40%;
  text-align: center;
  color: #fff;
}

.example_copy {
  margin-bottom: 3em;
  line-height: 2.5;
}
.example_copy span {
  display: inline-block;
}

.example_btn .sec_btn {
  margin-top: 1.5em;
}

@media screen and (max-width: 767px) {
  .example_flex {
    display: block;
  }
  .example_flex figure {
    width: 100%;
    min-width: initial;
    padding-top: 46.875%;
  }
  .example_text {
    width: 100%;
    max-width: initial;
    padding: 10% 5%;
  }
}
/* ----------------------------------------
  Shop
---------------------------------------- */
.shop_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shop_cassette {
  width: 47%;
  margin-bottom: 2em;
}
.shop_cassette a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: solid 1px #374664;
  line-height: 1.6;
  text-align: center;
  cursor: pointer;
}
.shop_cassette.mark {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1em;
  border: solid 1px #374664;
  text-align: left;
}
.shop_cassette.mark .mark_text {
  margin-right: 1em;
}
.shop_cassette.mark .mark_text dt {
  margin-bottom: 0.5em;
  font-size: 1.333em;
  font-weight: 700;
}
.shop_cassette.mark .logo {
  max-width: 30%;
}

.shop_name,
.shop_tel {
  padding: 0.4em 1em 0.4em 1.2em;
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.shop_name {
  position: relative;
  border-bottom: solid 1px #374664;
}
.shop_name::after {
  content: "";
  position: absolute;
  display: block;
  top: 44%;
  right: 1em;
  width: 0.4em;
  height: 0.4em;
  border: solid #374664;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}

.shop_tel {
  border-top: solid 1px #374664;
}

.shop_text {
  padding: 1em;
}
.shop_text span {
  display: inline-block;
}

@media screen and (min-width: 1025px) {
  .sec_shop .sec_inner {
    width: 80%;
    max-width: 1280px;
  }
  .shop_cassette a {
    transition: background 0.3s;
  }
  .shop_cassette a:hover {
    background: #EBECEF;
  }
}
@media screen and (max-width: 767px) {
  .shop_list {
    display: block;
  }
  .shop_cassette {
    width: 100%;
  }
  .shop_cassette.mark .mark_text dt {
    font-size: 1.1em;
  }
  .shop_cassette.mark .logo {
    width: 25%;
    max-width: 120px;
  }
}/*# sourceMappingURL=style_top.css.map */