@charset "UTF-8";
/* CSS Document */

/* base */
html {
  font-size: 62.5%;
  letter-spacing: 0.06em;
  width: 100%;
  scroll-behavior: smooth;
}
body {
  color: #4c4846;
  font-family: 'Noto Sans JP', sans-serif, YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: left;
  background-image: url("../images/common/bg_body.jpg");
  background-repeat: repeat;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.5;
}
*, *:before, *:after {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
li {
  list-style: none;
}
h3 {
  font-weight: 400;
}

/* ly */
.ly-innerL {
  max-width: 1184px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
}
.ly-innerM {
  max-width: 864px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
}
.ly-innerS {
  max-width: 724px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
}

/* hp */
.serif {
  font-family: 'Shippori Mincho B1', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS Ｐ明朝", "MS 明朝", serif;
}

.newLine {
  display: inline-block;
}

/* component */
.lv2Title {
  font-family: 'Shippori Mincho B1', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS Ｐ明朝", "MS 明朝", serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
}
.subTitle {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 0.5em;
}
@media (min-width:1000px) {
  .lv2Title {
    font-size: 3.6rem;
    line-height: 1;
  }
  .subTitle {
    display: block;
    font-size: 2.0rem;
    line-height: 1;
    margin-bottom: 1em;
  }
}

.arrow {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin-left: 0.5rem;
  color: #4c4846;
  line-height: 1;
  border-style: solid;
  border-color: transparent;
  border-width: 0.375em 0.64952em;
  border-left-color: currentColor;
  border-right: 0;
}
.arrow--cWhite {
  color: #fff;
}

.textBox {
  background-color: #f6f2e8;
  border-radius: 30px;
}

.titleBox {
  display: inline-block;
  background-color: #d8a95a;
  border-radius: 6px;
  padding: 0.5em;
  line-height: 1;
  color: #fff;
}

.circle--yellow {
  background: rgba(202, 184, 77, 0.65);
  border-radius: 67% 100% 100% 83% / 97% 98% 88% 76%;
}

.headingLine {
  display: flex;
  align-items: center;
}
.headingLine:before {
  margin-right: 0.5em;
}
.headingLine:after {
  margin-left: 0.5em;
}
.headingLine:before,
.headingLine:after {
  content: '';
  flex-grow: 1;
  height: 1px;
  background-color: #b08643;
}
.headingLine--green:before,
.headingLine--green:after {
  content: '';
  flex-grow: 1;
  height: 1px;
  background-color: #627d39;
}

.attention {
  position: relative;
  display: inline-block;
  padding: 0 0.5em;
}
.attention::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 2px;
  height: 100%;
  background: #c76d5c;
  border-radius: 5px;
  transform: rotate(-25deg);
}
.attention::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 2px;
  height: 100%;
  background: #c76d5c;
  border-radius: 5px;
  transform: rotate(25deg);
}

/*-- header-- */
.header-box {
  height: 64px;
  background-color: #fff;
}
.header {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
}
.header h1 {
  margin-left: 24px;
  width: 104px;
}
.header h1 img {
  width: 100%;
  vertical-align: bottom;
}
/*--drawer menu--*/
.switch_text_sub {
  display: none;
}
.open-button, .close-button {
  display: none;
}
@media (max-width: 999px) {
  .open-button {
    display: block;
    position: absolute;
    right: 24px;
    top: 16px;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  .open-button .line, .open-button .line:before, .open-button .line:after {
    position: absolute;
    height: 2px;
    width: 32px;
    background-color: #4c4846;
    display: block;
    content: "";
  }
  .open-button .line:before {
    bottom: -8px;
  }
  .open-button .line:after {
    bottom: -16px;
  }
  .open-button .menu {
    display: block;
    position: absolute;
    bottom: -1px;
    font-size: 1.2rem;
    letter-spacing: -0.05em;
    line-height: 1;
    text-transform: uppercase;
  }
  .close-button {
    display: block;
    position: absolute;
    top: 0.8rem;
    right: 0.8rem;
    width: 3.2rem;
    height: 3.2rem;
    background-color: #fff;
    border-radius: 50%;
    border: solid 1px #b08643;
    font-size: 2.4rem;
    line-height: 1;
    text-align: center;
    color: #b08643;
  }
  .menu_list {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-image: url("../images/common/bg_navigation_sp.jpg");
    padding: 1em;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.4);
  }
  .menu_list_container {
    background-image: url("../images/common/bg_body.jpg");
    background-repeat: repeat;
    width: 100%;
    border-radius: 30px;
    padding: 48px 24px;
  }
  .menu_list__logo {
    display: block;
    max-width: 128px;
    margin: 0 auto;
  }
  .menu_list__logo img {
    width: 100%;
    vertical-align: bottom;
  }
  .menu_list_container nav ul {
    width: 100%;
    margin: 24px auto;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .menu_list_container nav ul li {
    border-top: dotted 2.5px #ebdbb6;
    padding: 0 1.6rem;
    line-height: 3;
  }
  .menu_list_container nav ul li:first-child {
    border-top: none;
  }
  .menu_list_container nav ul li a {
    display: block;
    text-decoration: none;
    color: #b08643;
    transition: 0.3s all;
    position: relative;
  }
  .menu_list_container nav ul li a::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #b08643;
    border-right: 2px solid #b08643;
    transform: rotate(45deg); 
  }
  .menu_list_container nav ul li a:hover {
    padding-left: 2em;
    transition: 0.3s all;
  }
  .switch_text .sp_only {
    font-size: 1.0rem;
    margin-left: 1em;
  }
  /*--- hedderのBASEリンクボタン ----*/
  .online_shop {
    display: block;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-decoration: none;
    color: #4c4846;
    max-width: 18.4rem;
    height: 8rem;
    margin: 3.2rem auto 0;
    padding: 1.6rem;
    background-image: url("../images/common/bg_navi_shop_sp.png");
    background-position: center;
    background-repeat: repeat;
    border-radius: 15px;
  }
  .online_shop__img {
    width: 5.6rem;
  }
  .online_shop__img img {
    width: 100%;
    vertical-align: bottom;
  }
  .online_shop__text {
    padding-left: 0.8rem;
  }
  .online_shop__text h3 {
    margin: 0 auto;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.65rem;
    letter-spacing: 0.1rem;
    text-align: center;
  }
  .online_shop__text p {
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0;
    margin-top: 0.6rem;
  }
  .online_shop__text p span {
    margin-left: 0.5rem;
    display: inline-block;
    vertical-align: middle;
    color: #4c4846;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.375em 0.64952em;
    border-left-color: currentColor;
    border-right: 0;
  }
}
/*--header--*/
@media(min-width:1000px) {
  .switch_text .sp_only {
    display: none;
  }
  .header-box {
    height: 100px;
  }
  .header {
    height: 100px;
    padding: 0 80px;
  }
  .header-content-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header h1 {
    margin-left: 0;
    width: 13.5%;
    max-width: 200px;
    vertical-align: bottom;
  }
  .menu_list {
    display: block;
  }
  .menu_list_container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-image: none;
    padding: 0;
  }
  .menu_list_content {
    display: flex;
    justify-content: space-between;
  }
  .menu_list__logo {
    display: none;
  }
  .menu_list nav {
    display: block;
    text-align: right;
  }
  .menu_list nav ul {
    display: flex;
  }
  .menu_list nav ul li {
    margin-left: 4rem;
  }
  .menu_list nav li a {
    display: block;
    color: #b08643;
    text-decoration: none;
    font-size: 1.6rem;
    letter-spacing: -0.01em;
    font-weight: 400;
    position: relative;
  }
  .menu_list nav li a:hover {
    opacity: 1;
  }
  .menu_list nav li a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #b08643;
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
  }
  .menu_list nav li a:hover::after {
    transform: scale(1, 1);
  }
  .switch_text {
    display: inline-block;
    position: relative;
  }
  .switch_text::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: transparent;
    text-align: center;
    white-space: nowrap;
    transition: 0.3s;
    content: attr(data-hover-text);
  }
  .switch_text:hover {
    color: transparent;
    transition: 0.3s;
  }
  .switch_text:hover::before {
    color: #b08643;
  }
  .online_shop {
    background-image: url("../images/common/bg_header_shop_pc.jpg");
    background-size: cover;
    background-repeat: repeat;
    width: 80px;
    height: 98px;
    border-radius: 0 0 10px 10px;
    margin-left: 2.4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #4c4846;
    transition-duration: 0.3s;
  }
  .online_shop:hover {
    opacity: 1;
    transform: scale(1.05);
  }
  .online_shop__img {
    width: 36px;
  }
  .online_shop__img img {
    width: 100%;
    vertical-align: bottom;
  }
  .online_shop__text {
    padding-left: 0;
  }
  .online_shop__text h3 {
    margin: 0 auto;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.65rem;
    letter-spacing: -0.06em;
    text-align: center;
  }
  .online_shop__text p {
    display: none;
  }
}
/* ---shopBtn---*/
.shopBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  max-width: 320px;
  margin: 0 auto;
  padding: 24px 24px;
  border-radius: 30px;
  color: #4c4846;
  text-decoration: none;
  transition: all .3s ease-out 0.1s;
}
/*yellow*/
.shopBtn--yellow {
  background-image: url("../images/common/bg_shop_yellow.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/*gray*/
.shopBtn__gray {
  background-image: url("../images/product/bg_unmai_shop.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.shopBtn:hover {
  opacity: 1;
  transform: scale(1.05);
  transition: all .3s ease-out 0.1s;
}
.shopBtn__img {
  display: block;
  width: 120px;
}
@media(max-width: 374px) {
  .shopBtn__img {
  display:none;
  }
}
.shopBtn__textWrap {
  text-align: center;
}
.shopBtn__title {
  font-size: 2.4rem;
  line-height: 1.1;
  font-weight: 600;
}
.shopBtn__text {
  letter-spacing: -0.06em;
}
@media(min-width: 1000px) {
  .shopBtn {
    max-width: 496px;
    padding: 24px 0;
  }
  .shopBtn__img {
    width: 192px;
  }
  .shopBtn__title {
    font-size: 4.0rem;
  }
  .shopBtn__text {
    font-size: 2.4rem;
  }
}
/*--kv animation--*/
.fadein01 {
  opacity: 0;
  transform: translate(-30px, 0);
  transition: all 1s 0s;
}
.fadein02 {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 1s 0.5s;
}
.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}
/* --footer--*/
.footer {
  padding-top: 90px;
  padding-bottom: 16px;
}
.footer__bgImg {
  background-image: url("../images/common/bg_footer_sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.footerLink {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 24px;
  padding: 2em;
  background-color: rgba(255,255,255,0.7);
  text-align: center;
}
.footerLink__subTitle {
  color: #c76d5c;
  font-size: 1.6rem;
  line-height: 1;
}
.footerLink__title {
  margin-bottom: 1em;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
  color: #c76d5c;
}
.footerLink__text {
  text-align: left;
}
.button_inquiry {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 0.75em 1.5em;
  border: 1px solid #FFFFFF;
  color: #fff;
  background-color: rgba(199, 109, 92, 1);
  border-radius: 15px;
  width: 100%;
  margin-top: 1.6rem;
}
.button_inquiry:hover {
  opacity: 0.7;
}
.button_inquiry img {
  width: 1.5em;
  margin-right: 0.5em;
  vertical-align: bottom;
}
.button_inquiry p {
  font-size: 1.6rem;
}
.footer_insta {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_insta_follow {
  display: inline-block;
  color: #4c4846;
  font-weight: bold;
}
.footer_insta_glyph {
    display: inline-block;
    width: 50px;
    margin: 25px 0 25px 25px;
}
.footer-nav {
  text-align: left;
  margin: 40px auto;
  max-width: 400px;
}
.footer-nav_item {
  list-style: none;
  border-bottom: dotted 0.5px #4c4846;
}
.footer-nav_item a {
  display: block;
  color: #4c4846;
}
.footer_logo {
  width: 60%;
  max-width: 200px;
  margin: 40px auto;
}
.footer_logo img {
  width: 100%;
}
.footer_copyright {
  text-align: center;
  margin-top: 72px;
}
@media(min-width:1000px) {
  .footer {
    padding-top: 120px;
    padding-bottom: 24px;
  }
  .footer__bgImg {
    background-image: url("../images/common/bg_bg_footer-pc.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .footer__2column {
    display: flex;
    align-items: stretch;
    gap: 5%;
  }
  .footerLink {
    flex: 1;
    max-width: none;
    margin: 0;
  }
  .button_inquiry {
    width: 100%;
    padding: 1em;
  }
  .button_inquiry img {
    width: 4.8rem;
    margin-right: 2.4rem;
  }
  .button_inquiry p {
    font-size: 2.4rem;
  }
  .footer-nav {
    text-align: center;
    max-width: 1120px;
    margin: 80px auto 0;
  }
  .footer-nav_item {
    display: inline-block;
    margin-right: 5%;
  }

  .footer-nav_item a {
    display: inline;
    color: #4c4846;
  }
  .footer_logo {
    max-width: 200px;
    margin-top: 40px;
  }
  .footer_copyright {
    text-align: center;
    margin-top: 60px;
  }
}