* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
}

li {
  list-style: none;
}

body {
  font-family: "Noto Serif", "Noto Serif JP", serif;
  font-optical-sizing: auto;
}
h1,
h2,
h3,
h4,
h5,
p {
  line-height: 1.7;
  letter-spacing: 3px;
}
.allura {
  font-family: "Allura", cursive;
}
.section-bg {
  position: fixed;
  top: 0;
  z-index: -1;
  opacity: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/bg-1.png") repeat center / contain;
}
.inline {
  display: inline-block;
}
/*header*/
header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  transition: 0.3s ease;
}
header.active {
  background-color: #fff;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
  margin: 0 auto;
  max-width: 1300px;
  height: 100px;
  transition: 0.3s ease;
}
header.active .header-inner {
  height: 80px;
}
.header-logo {
  display: flex;
  align-items: center;
}
.header-logo img {
  width: 200px;
  transition: 0.3s ease;
}
header.active .header-logo img {
  width: 170px;
}
.header-nav ul {
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
  transition: 0.3s ease;
}
header.active .header-nav ul {
  padding-bottom: 0;
}
.header-nav li + li {
  margin-left: 1rem;
}
.header-nav a {
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff,
    1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
    text-align: center;
    display: block;
}
.header-nav a::after {
  content: attr(data-en);
  display: block;
  font-size: 0.8rem;
  color: #b48b43;
}
/*fv*/
.fv {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #fafcfd;
}
.fv-img {
  width: 100%;
  height: 100%;
}
.fv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: left;
}

.fv-textwrap {
  position: absolute;
  left: 10%;
  top: 35%;
  font-size: 1.5rem;
  font-weight: bold;
}

.fv-main {
  font-size: 3rem;
  margin-top: 1rem;
  line-height: 1.3;
  background: radial-gradient(circle, #c50000, #f76565);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*section*/
section {
  padding: 4rem 0;
  line-height: 1;
}
.section-title {
  line-height: 1;
}
.section-title span {
  position: relative;
  z-index: 2;
  color: #aa0000;
}
.section-title::before {
  content: attr(data-en);
  display: block;
  text-transform: capitalize;
  font-family: "Allura", cursive;
  color: #b48b43;
  font-size: 6rem;
  font-weight: normal;
  transform: rotate(-5deg);
  position: relative;
  top: 2rem;
  z-index: 1;
  opacity: 0.6;
}
.section-title.wh::before {
  color: #fff;
  top: 0;
}

/*news*/
.news {
  padding: 4rem 0 0;
}
.news-inner {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  border: 10px double #b48b43;
  padding: 2rem;
  background-color: #fff;
}
.news-title {
  text-align: center;
}
.news-title span {
  color: #aa0000;
}
.news-contents {
  margin: 3rem auto 0;
}
.news-contents .morebtn {
  position: relative;
  z-index: 2;
}

.news-lists {
  position: relative;
  z-index: 2;
}
.news-lists li a {
  display: flex;
  align-items: center;
  padding: 0.2rem 0;
}
.news-lists li h3 {
  font-size: 1rem;
}
.news-cat {
  margin: 0 1rem;
  color: #fff;
  padding: 0 0.3rem;
}
.cat-news-info {
  background-color: #b48b43;
  padding: 0 0.3rem;
}
.cat-kakogawa {
  background-color: #da73ac;
  padding: 0 0.3rem;
}

/*about*/
.about {
  padding: 4rem 0;
  text-align: center;
}

.about-bottom {
  margin-top: 4rem;
  display: flex;
  align-items: center;
}
.about-top-img {
  width: 60%;
}
.about-top-img img {
  width: 100%;
  height: 100%;
  display: block;
}
.about-bottom-textwrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
}
.about-bottom-text {
  font-size: 6rem;
  text-transform: capitalize;
  line-height: 1;
  color: #b48b43;
  text-align: center;
  transform: rotate(-10deg) translateX(-3rem);
}
.about-bottom-text span {
  margin-left: 8rem;
}

/*series*/
.series-title {
  text-align: center;
}

.series-title span {
  color: #aa0000;
}
.series-contents {
  display: flex;
  width: 95%;
  margin: 3rem auto 0;
  max-width: 1200px;
}
.series-item {
  margin: 0.5rem;
  width: calc((100% - 3rem) / 3);
}
.series-item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1.5/1;
}

.series-item-textwrap {
  margin-top: 1rem;
  text-align: center;
}

.series-item-title {
  color: #b48b43;
  font-size: 1.3rem;
}
.series-item-small {
  font-size: 0.7rem;
  margin-top: 0.5rem;
}

/*cosmetics-item*/
.bf-title {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
.bf-title::before {
  top: -1rem;
}
.bf-slider {
  position: relative;
  z-index: 3;
}

.bf-slider .slick__inner {
  width: min(100%, 1400px);
  margin: 2rem auto 0;
  padding: 0 10px;
}

.bf-slider .slick__container {
  position: relative;
  /* インナー幅から片側をはみ出させる */
  width: calc(100% + (100vw - 100%) / 2);
  /* / インナー幅から片側をはみ出させる */
}

.bf-slider .slick__images {
  padding: 20px 0 20px 80px;
}

.bf-slider .slick__prev,
.bf-slider .slick__next {
  position: absolute;
  top: -3.5rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #18212b;
  cursor: pointer;
  background-color: #fff;
  transition: background-color 0.3s ease;
}

.bf-slider .slick__prev {
  right: 9rem;
}

.bf-slider .slick__next {
  right: 5rem;
}

.bf-slider .slick__prev:before,
.bf-slider .slick__next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #18212b;
  border-right: 1px solid #18212b;
  opacity: 1;
  content: "";
  transition: border-color 0.3s ease;
}

.bf-slider .slick__prev:before {
  transform: translate(-25%, -50%) rotate(-135deg);
}

.bf-slider .slick__next:before {
  transform: translate(-75%, -50%) rotate(45deg);
}

.bf-slider .slick__prev:hover,
.bf-slider .slick__next:hover {
  background-color: #c4b58a;
}

.bf-slider .slick__prev:hover:before,
.bf-slider .slick__next:hover:before {
  border-color: #fff;
}

.bf-slider .slick__image {
  position: relative;
  width: 350px;
  transition: all 0.3s ease;
  padding: 0.5rem;
}

.bf-slider .slick__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.bf-slider .bf-item-img {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 0.5rem;
}

/*hadagym*/
.hadagym-contents {
  display: flex;
}

.hadagym-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hadagym-textwrap {
  padding: 2rem;
}

.hadagym-textwrap h2 {
  font-size: 1.3rem;
}
.hadagym-textwrap h2 span {
  color: #b48b43;
  font-size: 2rem;
  display: block;
}
.hadagym-textwrap p {
  margin-top: 1.5rem;
}
.hadagym-textwrap p span {
  margin-top: 1rem;
  font-weight: bold;
  display: block;
}
.morebtn {
  margin-top: 4rem;
}
.morebtn.center a {
  text-align: center;
  margin: 0 auto;
}
.morebtn a {
  background-color: #b48b43;
  color: #fff;
  padding: 1rem 3rem;
  font-size: 1.1rem;
  position: relative;
  display: block;
  width: fit-content;
}
.dli-chevron-right {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.75em;
  height: 0.75em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translate(-25%, -50%) rotate(45deg);
  position: absolute;
  right: 1rem;
  top: 52%;
}

/*message*/
.message {
  background-color: #eabc6e;
  margin-top: 8rem;
}
.message-title::before {
  color: #000;
  top: 0;
}
.message-contents {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  font-weight: 700;
}
.message-textwrap {
  width: calc(100% - 450px);
  position: relative;
  top: 2rem;
}
.message-textwrap p + p {
  margin-top: 1rem;
}
.message-imgwrap {
  width: 400px;
  position: relative;
  top: -8rem;
}
.message-img {
  width: 100%;
}
.message-img img {
  width: 100%;
}

.message-img-textwrap {
  margin-top: 1rem;

  font-weight: bold;
  text-align: center;
}
.message-img-textwrap p {
  font-size: 1.1rem;
}

.message-img-textwrap h3 {
  font-size: 2rem;
  margin-top: 0.5rem;
}
.message-text {
  margin-top: 2rem;
}
/*shop*/
.shop-contents {
  display: flex;
  align-items: flex-start;
}
.shop-title::before {
  top: 0;
}
.shop-textwrap {
  width: 50%;
  padding: 2rem 4rem;
}
.shop-img {
  width: 50%;
}
.shop-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop-text {
  margin-top: 1.5rem;
}
.root {
  margin-top: 1rem;
}
/*footer*/
footer {
  background-color: #1b1b1b;
  color: #fff;
  padding: 4rem 0;
}
.footer-inner {
  width: 95%;
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.footer-logo {
  width: 150px;
  margin: 0 auto;
  display: block;
}
.footer-sns img {
  width: 50px;
}
.footer-sns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}
.footer-sns a {
  margin: 0.5rem;
}
.footer-nav {
  margin: 2rem auto 0;
  width: 95%;
}
.footer-nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-nav li {
  margin: 0.5rem;
}
small {
  margin-top: 2rem;
  font-size: 0.8rem;
  text-align: center;
}

.consignment-title {
  text-align: center;
}
.consignment-title::before {
  top: 1rem;
}

.consignment-text {
  text-align: center;
  margin-top: 4rem;
  font-size: 1.2rem;
}

/*==================================================
　5-2-1 3本線が×に
===================================*/
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn {
  /*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
  position: absolute;
  background: #b48b43;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: none;
  right: 2rem;
  top: 1rem;
}

/*ボタン内側*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 3px;
  background: #fff;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

/*activeクラスが付与されると線が回転して×に*/

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
