@charset "UTF-8";
@import 'https://fonts.googleapis.com/icon?family=Material+Icons';
@import '../back-to-top.css';
.brand__webstore-link, .brand__link, .brand__list-link-text, .brand__business-hours, .brand__tel, .brand__slider-text, .brand__content-header, .brand__section-header {
  font-family: "Agmena Pro", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
}

.brand__webstore-link, .brand__link, .brand__list-link-text, .brand__business-hours, .brand__tel, .brand__slider-text, .brand__content-header, .brand__section-header {
  font-family: "Agmena Pro", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
}

.hidden-wrap{
  overflow: hidden;
}
.brand {
  color: #707070;
}
.brand__section {
  padding: 30px 0;
}
.brand__section:nth-child(3n+1) {
  background: white;
}
.brand__section:nth-child(3n+2) {
  background: #f8f8f8;
}
.brand__section:nth-child(3n+3) {
  background: #edece5;
}
.brand__section-header {
  letter-spacing: 3.6px;
  color: #3e3a39;
  font-size: 28px;
  font-weight: normal;
  text-align: center;
  position: relative;
  line-height: 1;
  padding: 30px 10px;
  margin: 23px 0;
  text-transform: uppercase;
}
@media screen and (max-width: 428px) {
  .brand__section-header {
    font-size: 20px;
    letter-spacing: 2.6px;
  }
}
.brand__section-header:not(.without-border)::before, .brand__section-header:not(.without-border)::after {
  content: "";
  background: black;
  width: 5px;
  height: 1px;
  position: relative;
  top: 0;
  vertical-align: middle;
  display: inline-block;
}
.brand__section-header:not(.without-border)::before {
  left: -10px;
}
.brand__section-header:not(.without-border)::after {
  right: -10px;
}
.brand__content-header {
  display: block;
  color: #707070;
  font-size: 18px;
  font-weight: normal;
  padding: 30px 0;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 428px) {
  .brand__content-header {
    font-size: 16px;
  }
}
.brand__container {
  max-width: 1000px;
  margin: 0 auto;
}
.brand__container--about {
  max-width: 1185px;
  margin: 0 auto;
}
.brand__slider {
  position: relative;
  text-decoration: none;
  padding: 0 0 100px 0;
  overflow: hidden;
}
.brand__slider-image {
  object-fit: cover;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
  height: 80vh;
  min-height: 550px;
}
@media screen and (max-width: 428px) {
  .brand__slider-image {
    min-height: 450px;
  }
}
.brand__slider-text {
  z-index: 2;
  position: absolute;
  bottom: 160px;
  color: white;
  font-size: 20px;
  text-align: center;
  text-shadow: 2px 2px 3px black;
  width: 100%;
}
@media screen and (max-width: 428px) {
  .brand__slider-text {
    font-size: 16px;
  }
}
.brand__slider-text em {
  display: block;
  font-size: 30px;
  font-style: normal;
  margin-bottom: 1em;
}
@media screen and (max-width: 428px) {
  .brand__slider-text em {
    font-size: 20px;
  }
}
.brand .brand__list--follow-us, .brand .brand__list--blog, .brand .brand__list--shop-location, .brand .brand__list--about, .brand .brand__list--seasonal-flowers {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.brand .brand__list--feature{
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  justify-content: space-around;
}

.brand .brand__list--follow-us a, .brand .brand__list--blog a, .brand .brand__list--shop-location a, .brand .brand__list--about a, .brand .brand__list--feature a, .brand .brand__list--seasonal-flowers a {
  text-align: center;
  text-decoration: none;
}
.brand__list--seasonal-flowers a {
  display: block;
}
@media screen and (max-width: 999px) {
  .brand__list--seasonal-flowers {
    margin: 0 20px;
  }
}
.brand__list--feature a {
  display: block;
}
@media screen and (max-width: 999px) {
  .brand__list--feature {
    margin: 0 20px;
  }
}
.brand__list--shop-location a {
  display: block;
}
@media screen and (max-width: 999px) {
  .brand__list--shop-location {
    margin: 0 20px;
  }
}
@media screen and (max-width: 999px) {
  .brand__list--blog {
    margin: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .brand__list--blog a {
    display: flex;
  }
}
.brand__list--follow-us {
  justify-content: center;
}
.brand__list--follow-us a {
  display: block;
}
.brand .brand__business-hours + .brand__content-header::before, .brand .brand__list-item--shop-location:not(:first-child)::before, .brand .brand__list-item--about:not(:first-child)::before {
  content: "";
  background: #707070;
  width: 20px;
  height: 1px;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .brand__list-item--seasonal-flowers {
    flex-basis: 29%;
  }
  .brand__list-item--seasonal-flowers:not(:nth-child(3n)) {
    margin-right: 6.5%;
  }
}
@media screen and (max-width: 768px) {
  .brand__list-item--seasonal-flowers {
    flex-basis: 46.5%;
    font-size: 15px;
  }
  .brand__list-item--seasonal-flowers:not(:nth-child(2n)) {
    margin-right: 7%;
  }
}
@media screen and (max-width: 320px) {
  .brand__list-item--seasonal-flowers {
    font-size: 13px;
  }
}
@media screen and (min-width: 769px) {
  .brand__list-item--feature {
    flex-basis: calc((100% - 50px) / 2);
  }
  .brand__list-item--feature:nth-child(odd) {
    margin-right: 50px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .brand__list-item--feature {
    flex-basis: 100%;
    margin-right: 0;
    padding: 0 15%;
    position: relative;
  }
}
@media screen and (max-width: 428px) {
  .brand__list-item--feature {
    flex-basis: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .brand__list-item--feature:not(:first-child) {
    padding: 30px 15% 0;
  }
}
@media screen and (max-width: 428px) {
  .brand__list-item--feature:not(:first-child) {
    padding: 30px 0 0;
  }
}
@media screen and (min-width: 1000px) {
  .brand__list-item--about {
    flex-basis: 32%;
  }
  .brand__list-item--about:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 999px) {
  .brand__list-item--about {
    flex-basis: 55%;
    margin: 0 auto;
    position: relative;
  }
}
@media screen and (max-width: 999px) {
  .brand__list-item--about:not(:first-child) {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 428px) {
  .brand__list-item--about {
    flex-basis: 100%;
  }
}
@media screen and (min-width: 769px) {
  .brand__list-item--shop-location {
    flex-basis: calc((100% - 50px) / 2);
  }
  .brand__list-item--shop-location:first-child {
    margin-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .brand__list-item--shop-location {
    flex-basis: 100%;
    margin-right: 0;
    padding: 0 15%;
    position: relative;
  }
}
@media screen and (max-width: 428px) {
  .brand__list-item--shop-location {
    flex-basis: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .brand__list-item--shop-location:not(:first-child) {
    padding: 30px 15% 0;
  }
}
@media screen and (max-width: 428px) {
  .brand__list-item--shop-location:not(:first-child) {
    padding: 30px 0 0;
  }
}
.brand__list-item--shop-address {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .brand__list-item--blog {
    flex-basis: calc((100% - 65px * 2) / 3);
  }
  .brand__list-item--blog:not(:nth-child(3n)) {
    margin-right: 65px;
  }
}
@media screen and (max-width: 768px) {
  .brand__list-item--blog {
    margin: 0 15%;
    flex-basis: 100%;
  }
}
@media screen and (max-width: 428px) {
  .brand__list-item--blog {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .brand__list-item--blog:not(:last-child) {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 20px;
    margin: 0 15% 20px;
  }
}
@media screen and (max-width: 428px) {
  .brand__list-item--blog:not(:last-child) {
    margin: 0 0 20px;
  }
}
.brand__list-item--follow-us {
  flex-basis: 40px;
}
.brand__list-item--follow-us:first-child {
  margin-right: 60px;
}

.brand__list-item--follow-us:last-child {
  margin-left: 60px;
}

.brand__product-name {
  padding: 20px 0 60px;
}
@media screen and (max-width: 428px) {
  .brand__product-name {
    padding: 10px 0 30px;
  }
}
.brand__tel {
  text-align: center;
  font-size: 20px;
  line-height: 2em;
  letter-spacing: 6px;
}
.brand__business-hours {
  text-align: center;
  font-size: 16px;
  line-height: 2em;
}
.brand__business-hours + .brand__content-header {
  position: relative;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .brand__blog-thumbnail {
    flex-basis: 120px;
    flex-shrink: 0;
    line-height: 1;
  }
}
.brand__blog-title {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .brand__blog-title {
    padding-left: 20px;
    font-size: 15px;
  }
}
.brand__list-link-wrapper {
  position: relative;
  line-height: 1;
}
.brand__list-link-text {
  position: absolute;
  height: 4em;
  line-height: 4em;
  top: calc(50% - 2em);
  background: rgba(102, 102, 102, 0.4);
  color: white;
  border: 1px solid white;
  margin: 0 20px;
  width: calc(100% - 20px * 2);
}
.brand__link {
  text-align: center;
  padding: 30px 0;
}
.brand__link a {
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  width: 480px;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  border: 1px solid #707070;
  text-decoration: none;
}
@media screen and (max-width: 428px) {
  .brand__link a {
    width: calc(100% - 20px * 2);
    margin: 0 20px;
    height: 55px;
    line-height: 55px;
  }
}
.brand__link .material-icons {
  margin-right: 10px;
}
.brand__webstore-link {
  text-align: right;
  margin: 0 20px 10px;
}

.stickarrow {
  width: 60px;
  height: 10px;
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
  transform: skew(45deg);
  -webkit-transform: skew(45deg);
  display: inline-block;
}
