@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;
}

.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: 1rem 1.6rem;
  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-uv-youtube {
  text-align: center;
  padding: 0;
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .m-uv-youtube {
    padding: 0 1rem;
    width: 100%;
  }
}

.m-uv-header {
  width: 100%;
  padding: 0.8rem 0;
  background: #fff;
  position: sticky;
  top: 0;
  left: 0;
}
.m-uv-header__wrap {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m-uv-header__inner {
  display: flex;
  align-items: center;
}
.m-uv-header__logo {
  width: 50px;
  margin-right: 10px;
}
.m-uv-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;
}
.m-uv-header__btn i {
  margin-right: 0.4rem;
}
.m-uv-header__btn:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media screen and (max-width: 800px) {
  .m-uv-header {
    padding: 0.8rem;
  }
}

.m-uv-image {
  margin: 0 auto;
  display: block;
  width: 100%;
}