@charset "UTF-8";
html {
  font-size: 62.5%;
  color: #272727;
}
html a {
  color: #84745A;
}

body {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  background: none;
}

body.home #main {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

body.page-template-page-cn #main {
  font-family: "宋体", "微软雅黑", Arial, Helvetica, sans-serif;
}

#header {
  background: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

#content {
  padding: 0;
  font-size: 2rem;
}
@media screen and (max-width: 800px) {
  #content {
    font-size: 1.6rem;
  }
}

p {
  margin: 0;
  line-height: 2.2;
}
@media screen and (max-width: 800px) {
  p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

#footer {
  border-top: none;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
}
#footer .footer-01 {
  background: #FBFBFB;
  color: #272727;
  padding: 3rem 0;
  font-size: 1.4rem;
}
#footer a {
  color: #272727;
}
#footer .wrap {
  padding: 0;
}
#footer .footer-02 {
  background-color: #272727;
  padding: 1rem 0;
}
#footer .footer-02 .footer-copy {
  font-size: 1.2rem;
}
#footer .footer-sns {
  margin: 1rem 0 0 0;
}
#footer .footer-sns__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0.8rem 0;
}
#footer .footer-sns__ttl .line {
  height: 1px;
  background: #272727;
  width: 10rem;
}
#footer .footer-sns__ttl .text {
  margin: 0 1rem;
}
#footer .footer-sns__ttl .text i {
  margin-right: 0.5rem;
}

#header {
  position: sticky;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
}
#header .header-lang {
  font-size: 1.2rem;
}
#header .header-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  height: 8rem;
}
#header .header-logo {
  width: 4.8rem;
  height: auto;
  margin-right: 2rem;
}
#header .header-menu {
  display: flex;
  align-items: center;
}
#header .header-menu a, #header .header-menu .lang {
  display: flex;
  height: 8rem;
  align-items: center;
  justify-content: center;
  color: #272727;
  padding: 0 1rem;
  font-size: 1.3rem;
}
#header .header-menu a:hover, #header .header-menu .lang:hover {
  background: #f5f2ed;
  text-decoration: none;
}
#header .header-menu .lang {
  font-size: 1.2rem;
  cursor: pointer;
  position: relative;
}
#header .header-menu .lang-menu {
  position: absolute;
  background: #fff;
  right: 0;
  top: 8rem;
  display: none;
}
#header .header-menu .lang-menu a {
  height: auto;
  text-align: left;
  padding: 1rem;
  width: 12rem;
}
#header .header-sp-nav {
  display: none;
}
#header .header-btn {
  background: #272727;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 20px;
  border-radius: 2px;
  font-size: 1.3rem;
  margin-left: 1rem;
}
#header .header-btn i {
  margin-right: 0.4rem;
}
#header .header-btn:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media screen and (max-width: 800px) {
  #header .header-wrap {
    justify-content: space-between;
    padding: 0 1rem 0 1.5rem;
    height: 8rem;
  }
  #header .header-menu {
    display: none;
  }
  #header .header-btn {
    display: none;
  }
  #header .header-sp-nav {
    display: flex;
    align-items: center;
  }
  #header .header-sp-nav .sp-lang {
    font-size: 1.2rem;
    cursor: pointer;
    position: relative;
    width: 10rem;
    padding: 0;
    text-align: center;
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header .header-sp-nav .sp-lang-menu {
    position: absolute;
    background: #fff;
    right: 0;
    top: 8rem;
    display: none;
  }
  #header .header-sp-nav .sp-lang-menu a {
    color: #84745A;
    height: auto;
    text-align: center;
    padding: 1rem;
    width: 10rem;
    display: block;
  }
}

#header-nav-btn div {
  background: none;
  color: #84745A;
  padding: 1.5rem;
  display: none;
  cursor: pointer;
}
#header-nav-btn div:hover {
  opacity: 0.8;
}
@media screen and (max-width: 800px) {
  #header-nav-btn {
    margin: 0;
    width: auto;
    float: none;
  }
  #header-nav-btn div {
    display: block;
  }
}

#gnav-sp {
  background: #fff;
}
#gnav-sp a {
  color: #84745A;
  display: flex;
  width: 100%;
  padding: 1.5rem;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  font-size: 1.4rem;
}
#gnav-sp a.header-sp-btn {
  background: #272727;
  color: #fff;
}

.m-cart {
  width: 100%;
  padding: 4rem 0;
  background: #272727;
  background: url("../images/cart_bg.jpg") center center no-repeat;
  background-size: cover;
}
.m-cart__box {
  width: 800px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding: 3rem 4rem;
}
.m-cart__box div {
  width: 100%;
}
.m-cart h2 {
  font-size: 2.2rem;
  margin: 0 0 1.6rem 0;
}
.m-cart img {
  width: 250px;
  height: auto;
  flex-shrink: 0;
  margin-right: 3rem;
}
.m-cart__btn {
  border-radius: 2px;
  color: #fff;
  font-size: 1.8rem;
  background: #84745A;
  padding: 1.2rem 1rem;
  min-width: 100px;
  display: inline-block;
  text-align: center;
}
.m-cart__btn:hover {
  text-decoration: none;
  opacity: 0.8;
}
.m-cart__btn-sub {
  border-radius: 2px;
  color: #fff;
  font-size: 1.8rem;
  background: #272727;
  padding: 1.2rem 1rem;
  min-width: 100px;
  display: inline-block;
  text-align: center;
}
.m-cart__btn-sub:hover {
  text-decoration: none;
  opacity: 0.8;
}
.m-cart__btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media screen and (max-width: 800px) {
  .m-cart {
    padding: 2rem;
  }
  .m-cart__box {
    display: block;
    text-align: center;
    width: 100%;
    padding: 1.6rem;
  }
  .m-cart h2 {
    margin: 1.4rem 0;
    font-size: 1.6rem;
  }
  .m-cart img {
    margin: 0;
  }
}
@media screen and (max-width: 800px) {
  .m-cart__btns {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.m-wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 20px;
  max-width: 100%;
}
.m-wrap.m-wrap-sm {
  width: 1000px;
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  .m-wrap.m-wrap-sm {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .m-wrap {
    width: 100%;
    padding: 6rem 1.5rem;
  }
}

.m-aspect-9-16 {
  aspect-ratio: 9/16;
}

.m-aspect-16-9 {
  aspect-ratio: 16/9;
}

.m-aspect-4-5 {
  aspect-ratio: 4/5;
}

.m-voice-ttl {
  text-align: center;
  font-size: 3rem;
  margin: 6rem 0 1.6rem 0;
}

.m-voice-subttl {
  text-align: center;
  font-size: 1.6rem;
  color: #84745A;
  margin: 0;
}

.m-voice-movie__content {
  display: flex;
  align-items: center;
  gap: 4rem;
  justify-content: space-between;
}
.m-voice-movie__ttl {
  font-size: 3rem;
  margin: 0 0 0.5rem 0;
}
.m-voice-movie__subttl {
  font-size: 2rem;
  color: #84745A;
  margin: 0 0 2rem 0;
}
.m-voice-movie__text {
  margin: 0 0 3rem 0;
}
.m-voice-movie__link {
  text-decoration: underline;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
}
.m-voice-movie__link:hover {
  opacity: 0.6;
}
.m-voice-movie__insta {
  width: 360px;
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  .m-voice-movie__content {
    flex-direction: column;
    align-items: center;
  }
  .m-voice-movie__insta {
    width: 500px;
    max-width: 100%;
  }
}

.m-voice-sns {
  background: #fcfcfc;
}
.m-voice-sns__ttl {
  text-align: center;
  font-size: 3rem;
  margin: 0 0 1.6rem 0;
}

.m-voice-sns-card {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  margin: 3rem 0 0 0;
}
.m-voice-sns-card__item {
  background: #fff;
  padding: 1.6rem;
  border-radius: 2rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: 1.4rem;
}
.m-voice-sns-card__item h2 {
  font-size: 1.6rem;
  margin: 1rem 0;
}
.m-voice-sns-card__item p {
  line-height: 1.6;
  margin: 0 0 1.6rem 0;
}
.m-voice-sns-card__item img {
  border-radius: 1rem;
  margin: 0 0 1rem 0;
}
.m-voice-sns-card__tag {
  padding: 0.4rem 1.5rem;
  display: block;
  width: fit-content;
  border: 1px solid #84745A;
  color: #84745A;
  border-radius: 22px;
}
@media screen and (max-width: 800px) {
  .m-voice-sns-card {
    margin: 3rem auto 0;
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .m-voice-sns-card__item {
    max-width: 500px;
  }
  .m-voice-sns-card__item img {
    width: 100%;
  }
}

.m-story {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
}
.m-story__video {
  background-color: #F0F0F0;
  width: 360px;
  overflow: hidden;
  border-radius: 8px;
}
.m-story__ttl {
  font-size: 3rem;
  margin: 0 0 0.5rem 0;
}
.m-story__subttl {
  font-size: 2rem;
  color: #84745A;
  margin: 0 0 2rem 0;
}
.m-story__text {
  margin: 0 0 3rem 0;
}
.m-story__link {
  text-decoration: underline;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
}
.m-story__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 800px) {
  .m-story {
    display: block;
  }
  .m-story__video {
    width: 500px;
    max-width: 100%;
    margin: 2rem auto 0;
  }
}

.m-sns {
  background: #fcfcfc;
}
.m-sns__inner {
  display: flex;
  gap: 4rem;
  align-items: center;
}
.m-sns__video {
  width: 500px;
  max-width: 100%;
}
.m-sns__ttl {
  font-size: 3rem;
  margin: 0 0 0.5rem 0;
}
.m-sns__text {
  margin: 1.6rem 0 4rem;
  color: #666666;
  font-size: 1.4rem;
}
.m-sns__btn {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  color: #272727;
  border: 1px solid #272727;
  padding: 1.8rem 2.4rem;
  border-radius: 4px;
  display: block;
  width: fit-content;
}
.m-sns__btn:hover {
  text-decoration: none;
  color: #fff;
  border-color: #84745A;
  transition: all 0.5s;
  background-color: #84745A;
}
.m-sns__youtube {
  border-top: 1px solid #eee;
  padding-top: 3rem;
  margin-top: 4rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
}
.m-sns__youtube-ttl {
  color: #999;
  font-size: 1.2rem;
  margin: 0 0 1rem 0;
}
.m-sns__youtube-link {
  color: #272727;
}
.m-sns__youtube-link:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (max-width: 800px) {
  .m-sns__inner {
    flex-direction: column-reverse;
  }
}