@charset "UTF-8";
* {
  box-sizing: border-box;
  min-height: 0%;
}

body {
  font-family: 'Hiragino Kaku Gothic W3 JIS2004',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
  color: #707070;
}

body.menu-open {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #707070;
}

a:hover {
  opacity: .8;
}

img {
  width: 100%;
  vertical-align: bottom;
}

ul, li {
  list-style-type: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.c-sec {
  padding: 64px 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.c-sec h2 {
  font-family: 'Hiragino Kaku Gothic W6 JIS2004',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #A77954;
  text-align: center;
  margin: 10px 0 6px;
}

.c-sec#item {
  padding: 64px 0;
}

.c-sec-sub {
  font-size: 14px;
  font-family: urw-din, sans-serif;
  font-weight: 500;
  text-align: center;
}

.c-sec-desc {
  font-size: 12px;
  text-align: center;
  line-height: 1.67;
}

.c-sec-cnt {
  margin-top: 30px;
}

.c-block4-2 {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
}

.c-block4-2 > a {
  position: relative;
  margin-right: 16px;
  width: calc((100% / 4) - (16px * 3 / 4));
  text-align: center;
}

.c-block4-2 > a div {
  text-align: left;
  line-height: 1.5;
}

.c-block4-2 > a div.img img {
  width: 100%;
  vertical-align: bottom;
}

.c-block4-2 > a div.name {
  margin-top: 4px;
}

.c-block4-2 > a div.price {
  font-family: 'Hiragino Kaku Gothic W6 JIS2004',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-weight: bold;
}

.c-block4-2 > a div.tag {
  display: flex;
  margin-top: 4px;
}

.c-block4-2 > a div.tag span:last-of-type {
  margin-right: 0;
}

.c-block4-2 > a div.tag.floating {
  position: absolute;
  top: 0;
  left: 4px;
}

.c-block4-2--item:not(.item-menu-category-items) > a div.img {
  position: relative;
  width: 196px;
  height: 196px;
  text-align: center;
}

@media screen and (max-width: 896px) and (min-width: 769px) {
  .c-block4-2--item:not(.item-menu-category-items) > a div.img {
    width: 22vw;
    height: 22vw;
  }
}

@media screen and (max-width: 768px) {
  .c-block4-2--item:not(.item-menu-category-items) > a div.img {
    width: initial;
    height: initial;
  }
}

.c-block4-2--item:not(.item-menu-category-items) > a div.img img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  max-height: 196px;
  height: 100%;
}

@media screen and (max-width: 896px) and (min-width: 769px) {
  .c-block4-2--item:not(.item-menu-category-items) > a div.img img {
    max-height: 22vw;
  }
}

@media screen and (max-width: 768px) {
  .c-block4-2--item:not(.item-menu-category-items) > a div.img img {
    position: static;
    transform: initial;
    max-height: 242px;
  }
}

@media screen and (max-width: 531px) {
  .c-block4-2--item:not(.item-menu-category-items) > a div.img img {
    height: 44vw;
    max-height: inherit;
  }
}

.c-block4-2--item.item-menu-category-items > a div.img {
  text-align: center;
}

.c-block4-2--item.item-menu-category-items > a div.img img {
  width: auto;
  max-width: 100%;
  max-height: 168px;
}

@media screen and (max-width: 768px) {
  .c-block4-2--item.item-menu-category-items > a div.img img {
    max-height: 242px;
  }
}

@media screen and (max-width: 531px) {
  .c-block4-2--item.item-menu-category-items > a div.img img {
    height: 44vw;
    max-height: inherit;
  }
}

@media screen and (min-width: 769px) {
  .c-block4-2 > a:nth-of-type(4n) {
    margin-right: 0;
  }
  .c-block4-2 > a:nth-of-type(n+5) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .c-block4-2 {
    max-width: 500px;
  }
  .c-block4-2 > a {
    margin-right: 16px;
    width: calc((100% / 2) - (16px * 1 / 2));
  }
  .c-block4-2 > a:nth-of-type(2n) {
    margin-right: 0;
  }
  .c-block4-2 > a:nth-of-type(n+3) {
    margin-top: 32px;
  }
  .c-block4-2--item > a div.img img {
    max-height: 242px;
  }
}

@media screen and (max-width: 531px) {
  .c-block4-2--item > a div.img img {
    height: 44vw;
    max-height: inherit;
  }
}

.c-sold {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #808080;
  width: 72px;
  height: 24px;
  border: 1px solid #808080;
  border-radius: 2px;
  margin-right: 4px;
  background-color: #fff;
}

.c-new {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  background-color: #A77954;
  padding: 2px 5px;
  border: 1px solid #A77954;
  border-radius: 2px;
  margin-right: 4px;
}

.c-btn {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 32px;
}

.c-btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  color: #A77954;
  background-color: #fff;
  border: 1px solid #A77954;
  border-radius: 4px;
  padding: 0 8px 0 12px;
}

.c-btn a span {
  margin-right: 18px;
}

.c-btn a img {
  height: 12px;
  width: auto;
}

.c-btn--close {
  justify-content: center;
}

.c-btn--close a {
  flex-direction: row-reverse;
  padding: 0 12px 0 8px;
}

.c-btn--close a span {
  margin-right: 0;
  margin-left: 18px;
}

.c-btn--close a img {
  height: 12px;
  width: auto;
  transform: rotate(180deg);
}

header {
  position: fixed;
  top: 0;
  background-color: #fff;
  color: #A77954;
  z-index: 2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

header a {
  color: #A77954;
}

.header-bar {
  width: 100vw;
  height: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.header-bar-inner {
  position: relative;
  max-width: 992px;
  margin: auto;
  height: 40px;
  width: 100%;
}

.header-bar-inner h1 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.header-bar-inner h1 img {
  height: 40px;
  width: auto;
}

.header-bar-open {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.header-bar-open:hover {
  opacity: .8;
}

.header-bar-open img {
  width: 24px;
}

.header-question {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.header-question img {
  max-width: 24px;
}

.header-cart {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.header-cart img {
  max-width: 24px;
}

.header-anc {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 40px;
  max-width: 992px;
  margin: auto;
}

.header-anc li a {
  font-family: urw-din, sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 14px;
}

.header-menu-wrap {
  display: flex;
  position: fixed;
  left: -384px;
  top: 0;
  transition: .4s;
  z-index: 2;
}

.header-menu-wrap.active {
  left: 0;
}

.header-menu {
  height: 100vh;
  padding: 0 8px;
  border-right: 1px solid #A77954;
  background-color: #fff;
  width: 344px;
  overflow: scroll;
  color: #A77954;
}

.header-menu a {
  color: #A77954;
}

.header-menu-inner {
  min-height: 100vh;
}

.header-menu-inner > div:not(.header-menu-bar):not(.header-menu-block1.v1) {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.header-menu-inner > div:not(.header-menu-bar):not(.header-menu-block1.v1):nth-of-type(1) {
  border-top: none;
}

.header-menu-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #A77954;
  cursor: pointer;
}

.header-menu-bar:hover {
  opacity: .8;
}

.header-menu-block1 {
  padding: 20px 0;
}

.header-menu-block1 a {
  display: flex;
  align-items: center;
  margin-top: 2px;
}

.header-menu-block1 a div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.header-menu-block1 a div img {
  height: 24px;
  width: auto;
}

.header-menu-block1 a:nth-of-type(1) {
  margin-top: 0;
}

.header-menu-block1.v2 {
  font-size: 14px;
}

.header-menu-block2 {
  padding: 20px 8px;
}

.header-menu-block2 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
}

.header-menu-block2 a div span {
  display: block;
}

.header-menu-block2 a div span:nth-of-type(1) {
  font-family: urw-din, sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 14px;
  margin-bottom: 6px;
}

.header-menu-block2 a img {
  height: 12px;
  width: auto;
}

.header-menu-block2 a:first-of-type {
  margin-top: 0;
}

.header-menu-block3 {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 20px 0;
}

.header-menu-block3 div {
  margin-right: 24px;
}

.header-menu-block3 ul {
  display: flex;
}

.header-menu-block3 ul li {
  margin-right: 16px;
}

.header-menu-block3 ul li a img {
  width: 32px;
}

.header-menu-block3 ul li:nth-of-type(4) {
  margin-right: 0;
}

.header-menu-block4 {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  padding: 20px 0;
}

.header-menu-block4 a {
  margin-top: 16px;
}

.header-menu-block5 {
  font-family: urw-din, sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-weight: 400;
  padding: 40px 0;
}

.header-menu-overlay {
  position: fixed;
  top: 0;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  opacity: .8;
  z-index: 1;
}

.main {
  display: block;
  margin: auto;
  max-width: 992px;
}

.mv {
  position: relative;
  margin-top: 80px;
  overflow: hidden;
}

.mv img {
  width: initial;
}

.mv .swiper-slide a {
  display: block;
  height: 100%;
}

.mv .swiper-slide a img {
  width: 100%;
}

.mv .swiper-pagination {
  z-index: 1;
}

.mv .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  background: #fff;
  margin: 0 12px;
}

.mv .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 12px;
}

.mv .swiper-pagination-bullet {
  opacity: 1;
}

.mv .swiper-pagination-bullet-active {
  background: #A77954 !important;
}

.mv .swiper-button-next:after, .mv .swiper-container-rtl .swiper-button-prev:after,
.mv .swiper-button-prev:after, .mv .swiper-container-rtl .swiper-button-next:after {
  color: #fff;
}

.mv .swiper-button-next, .mv .swiper-button-prev {
  bottom: -2px;
  top: initial;
}

.mv .swiper-button-next {
  left: calc(50% + 180px);
  transform: translateX(-50%);
}

.mv .swiper-button-prev {
  left: calc(50% - 180px);
  transform: translateX(-50%);
}

.mv .swiper-button-next:after,
.mv .swiper-button-prev:after {
  font-size: 12px;
}

.c-sec--yorinuki {
  background: linear-gradient(-45deg, #fff 40%, #F6F1ED 40%, #F6F1ED 50%, #fff 50%, #fff 90%, #F6F1ED 90%, #F6F1ED);
  background-size: 10px 10px;
  border-top: 1px solid #A77954;
  border-bottom: 1px solid #A77954;
  padding: 32px;
  margin-top: 32px;
}

.c-sec--yorinuki-inner {
  max-width: 832px;
  margin: auto;
}

.yorinuki-ttl {
  display: flex;
  margin-bottom: 32px;
}

.yorinuki-ttl .ttl-left {
  display: flex;
  align-items: center;
  width: 273px;
}

.yorinuki-ttl .ttl-left span:nth-of-type(1) {
  font-family: urw-din, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #333;
}

.yorinuki-ttl .ttl-left span:nth-of-type(2) {
  margin: 0 6px 0 8px;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #A77954;
}

.yorinuki-ttl .ttl-left span:nth-of-type(3) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 2px solid #A77954;
  border-radius: 100px;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #A77954;
}

.yorinuki-ttl .ttl-right {
  display: flex;
  align-items: center;
  width: calc(100% - 244px);
  line-height: 1.5;
  font-size: 14px;
}

.yorinuki-top {
  display: flex;
  justify-content: space-between;
}

.yorinuki-top-mv {
  padding-right: 16px;
  width: 50%;
}

.yorinuki-top-mv .ttl {
  display: flex;
  align-items: center;
  transform: translateY(6px);
}

.yorinuki-top-mv .ttl span:nth-of-type(1) {
  font-family: urw-din, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #333;
}

.yorinuki-top-mv .ttl span:nth-of-type(2) {
  margin: 0 6px 0 8px;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #A77954;
}

.yorinuki-top-mv .ttl span:nth-of-type(3) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 2px solid #A77954;
  border-radius: 100px;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #A77954;
}

.yorinuki-top-cnt {
  padding-left: 16px;
  margin-top: 48px;
  width: 50%;
}

.yorinuki-top-cnt .ttl {
  font-family: 'Hiragino Kaku Gothic W6 JIS2004',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.yorinuki-top-cnt .txt {
  line-height: 1.5;
}

.yorinuki-top-cnt .c-btn {
  flex-direction: row-reverse;
}

.yorinuki-top-cnt.v2 {
  margin-top: 0;
}

.yorinuki-item {
  margin-top: 64px;
}

.yorinuki-item .ttl {
  margin-bottom: 32px;
}

.yorinuki-item .ttl span {
  display: block;
}

.yorinuki-item .ttl span:nth-of-type(1) {
  font-family: urw-din, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #333;
}

.yorinuki-item .ttl span:nth-of-type(2) {
  font-family: 'Hiragino Kaku Gothic W6 JIS2004',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-weight: bold;
  margin-top: 6px;
  color: #A77954;
  line-height: 1.4;
}

.yorinuki-item .ttl span:nth-of-type(3) {
  font-family: 'Hiragino Kaku Gothic W3 JIS2004',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #707070;
  margin-top: 10px;
}

#update {
  border-top: none;
}

.update > a {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.update > a .img {
  margin-right: 16px;
  width: 172px;
  position: relative;
  padding-top: 10.4%;
  overflow: hidden;
}

.update > a .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.update > a .txt .ttl {
  line-height: 1.5;
}

.update > a .txt .tag {
  margin-top: 5px;
}

.update > a .txt .tag span {
  display: inline-block;
  font-family: urw-din, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.update > a:first-of-type {
  margin-top: 0;
}

.syoseki .c-btn {
  justify-content: center;
}

.syoseki-top {
  display: flex;
  border-top: 1px solid #A77954;
  border-bottom: 1px solid #A77954;
}

.syoseki-top .img {
  width: 50%;
}

.syoseki-top .cnt {
  display: flex;
  align-items: center;
  width: 50%;
  background: linear-gradient(-45deg, #fff 40%, #F6F1ED 40%, #F6F1ED 50%, #fff 50%, #fff 90%, #F6F1ED 90%, #F6F1ED);
  background-size: 10px 10px;
}

.syoseki-top .cnt-inner {
  display: flex;
  justify-content: center;
  background: #fff;
  padding: 42px 32px;
  width: 100%;
}

.syoseki-top .cnt-inner .left {
  width: 30%;
  margin-right: 8px;
}

.syoseki-top .cnt-inner .right {
  width: 70%;
  line-height: 1.5;
}

.syoseki-top .cnt-inner .right .ttl {
  font-family: 'Hiragino Kaku Gothic W6 JIS2004',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-weight: bold;
  font-size: 24px;
}

.syoseki-top .cnt-inner .right .sub {
  font-family: 'Hiragino Kaku Gothic W6 JIS2004',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-weight: bold;
  margin: 0 0 10px;
}

.syoseki-under {
  display: flex;
  margin: 32px auto 0;
  max-width: 832px;
}

.syoseki-under .img {
  width: 50%;
}

.syoseki-under .cnt {
  width: calc(50% - 32px);
  margin-left: 32px;
  line-height: 1.75;
}

#item .c-sec-cnt {
  display: flex;
  justify-content: space-between;
}

#item .c-block4-2 {
  width: 720px;
  margin: 0;
}

.item-menu {
  width: calc(100% - 736px);
  z-index: 1;
}

.item-menu-category div {
  padding: 16px 8px;
  color: #A77954;
  background-color: #fff;
  cursor: pointer;
}

.item-menu-category div.active {
  font-family: 'Hiragino Kaku Gothic W6 JIS2004',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-weight: bold;
  color: #333;
  background-color: #E6E6E6;
  cursor: none;
  pointer-events: none;
}

.item-menu-category div:not(.active):hover {
  opacity: .8;
}

footer {
  background-color: #A77954;
  font-size: 14px;
  color: #fff;
}

footer a {
  color: #fff;
}

.footer-inner {
  max-width: 992px;
  margin: auto;
  padding: 0 16px;
}

.footer-row1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 0 40px;
}

.footer-row1 .left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 60%;
  border-right: 1px solid #fff;
}

.footer-row1 .left a {
  width: 50%;
  display: flex;
  align-items: center;
  margin: 8px 0;
}

.footer-row1 .left a div {
  width: 40px;
}

.footer-row1 .left a div img {
  height: 24px;
  width: auto;
}

.footer-row1 .right {
  width: 40%;
  padding: 0 5%;
  display: flex;
  align-items: center;
}

.footer-row1 .right > div:nth-of-type(1) {
  margin-right: 24px;
}

.footer-row1 .right .right-sns {
  display: flex;
  align-items: center;
}

.footer-row1 .right .right-sns a {
  margin-right: 16px;
}

.footer-row1 .right .right-sns a img {
  width: 32px;
}

.footer-row1 .right .right-sns a:nth-of-type(4) {
  margin-right: 0;
}

.footer-row2 {
  font-size: 12px;
  padding: 40px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.footer-row2 a {
  margin-right: 24px;
}

.footer-row2 a:last-of-type {
  margin-right: 0;
}

.footer-row3 {
  font-size: 12px;
  font-family: urw-din, sans-serif;
  font-weight: 400;
  padding: 80px 0;
}

.modaal-wrapper .modaal-close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 40px;
  height: 40px;
  background: inherit;
  background-image: url(/life/images/2022/btn-close.jpg);
  border-radius: 0;
}

.modaal-wrapper .modaal-close:hover {
  opacity: .8;
}

.modaal-wrapper .modaal-close::before, .modaal-wrapper .modaal-close::after {
  content: none;
}

.modaal-wrapper.about .modaal-container {
  max-width: 560px;
  background: transparent;
  box-shadow: none;
}

.modaal-wrapper.about .modaal-content-container {
  padding: 0;
}

.modal-about-inner {
  max-width: 560px;
  border: 1px solid #A77954;
  padding: 32px;
  background: #fff;
}

.modal-about-inner > div {
  max-width: 400px;
  margin: auto;
}

.modal-about-ttl {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.modal-about-ttl span:nth-of-type(1) {
  font-family: urw-din, sans-serif;
  font-weight: 500;
  color: #333;
  margin-right: 10px;
}

.modal-about-ttl span:nth-of-type(2) {
  font-family: 'Hiragino Kaku Gothic W6 JIS2004',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #A77954;
}

.modal-about-cnt {
  margin-top: 32px;
}

.modal-about-cnt p {
  line-height: 1.5;
  word-break: break-word;
}

.modal-about-cnt p.ttl {
  font-family: 'Hiragino Kaku Gothic W6 JIS2004',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-weight: bold;
  font-size: 20px;
}

.modal-about-cnt hr {
  border-top: 2px dotted;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin-top: 30px;
  padding-top: 30px;
}

.modaal-wrapper.pickup .modaal-container {
  box-shadow: none;
  background: transparent;
}

.modaal-wrapper.pickup .modaal-content-container {
  padding: 0;
}

.modaal-wrapper.pickup .c-sec--yorinuki {
  border: 1px solid #A77954;
  padding: 32px;
  margin-top: 0;
}

@media screen and (max-width: 946px) and (min-width: 769px) {
  .modaal-wrapper.pickup .c-block4-2--item:not(.item-menu-category-items) > a div.img {
    width: 20.5vw;
    height: 20.5vw;
  }
}

@media screen and (max-width: 946px) and (min-width: 769px) {
  .modaal-wrapper.pickup .c-block4-2--item:not(.item-menu-category-items) > a div.img img {
    max-height: 20.5vw;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .c-sec {
    padding: 32px 0;
  }
  .c-sec h2.v2 {
    font-size: 16px;
    text-align: left;
    margin-bottom: 0;
  }
  .c-sec#item {
    margin: auto;
    padding: 32px 0;
  }
  .c-btn--close {
    margin-top: 16px;
  }
  .header-question {
    display: none;
  }
  .header-menu-block5 {
    padding-bottom: 100px;
  }
  .main {
    padding: 0 16px;
  }
  .mv .swiper-button-next {
    left: initial;
    right: 16px;
    right: 8px;
    transform: initial;
  }
  .mv .swiper-button-prev {
    left: 16px;
    left: 8px;
    transform: initial;
  }
  .mv .swiper-slide a img {
    height: initial;
    width: 100%;
  }
  .c-sec--yorinuki {
    width: calc(100% + 32px);
    transform: translateX(-16px);
    padding: 32px 16px;
  }
  .yorinuki-ttl {
    display: block;
    margin-bottom: 16px;
  }
  .yorinuki-ttl .ttl-right {
    width: 100%;
    margin-top: 16px;
  }
  .yorinuki-top {
    display: block;
  }
  .yorinuki-top-mv {
    width: 100%;
    padding: 0;
  }
  .yorinuki-top-cnt {
    width: 100%;
    padding: 0;
    margin-top: 16px;
  }
  .yorinuki-top-cnt.v2 {
    margin-top: 16px;
  }
  .yorinuki-item {
    margin-top: 32px;
  }
  .update > a {
    align-items: inherit;
  }
  .update > a .img {
    width: calc(50% - 8px);
    margin-right: 8px;
    padding-top: 27.28%;
  }
  .update > a .txt {
    width: 50%;
  }
  .c-sec--syoseki {
    border-top: none;
  }
  .syoseki .c-btn {
    justify-content: flex-start;
  }
  .syoseki-top {
    border: none;
    display: block;
  }
  .syoseki-top .img {
    width: 100%;
  }
  .syoseki-top .cnt {
    width: 100%;
  }
  .syoseki-top .cnt-inner {
    padding: 32px 0;
  }
  .syoseki-top .cnt-inner .left {
    margin-right: 8px;
    width: 35%;
  }
  .syoseki-top .cnt-inner .right {
    width: 65%;
  }
  .syoseki-under {
    display: block;
  }
  .syoseki-under .img {
    width: 100%;
  }
  .syoseki-under .cnt {
    width: 100%;
    margin: 32px 0 0;
  }
  #item h2 {
    position: relative;
  }
  #item .c-block4-2 {
    margin: 0 auto;
  }
  #item .c-sec-cnt {
    position: relative;
  }
  .item-menu {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw - 16px);
  }
  .item-menu-btn img {
    display: none;
    position: absolute;
    top: -40px;
    width: 40px;
  }
  .item-menu-btn img.active {
    display: block;
  }
  .item-menu-category {
    display: none;
    border: 1px solid #A77954;
    padding: 8px;
    background-color: #fff;
  }
  .footer-row1 {
    flex-direction: column;
    align-items: inherit;
    padding: 30px 0;
  }
  .footer-row1 .left {
    width: 100%;
    border: none;
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
  }
  .footer-row1 .left a {
    width: 100%;
    margin: 16px 0;
  }
  .footer-row1 .right {
    width: 100%;
    padding: 0;
  }
  .footer-row2 {
    padding: 30px 0;
    display: flex;
    flex-direction: column;
  }
  .footer-row2 a {
    margin: 12px 0;
  }
  .footer-row3 {
    padding: 60px 0;
  }
  .modaal-wrapper .modaal-inner-wrapper {
    padding: 40px 0;
  }
  .modaal-wrapper .modaal-close {
    right: 0;
  }
  .modaal-wrapper.about .modaal-container {
    max-width: 100%;
  }
  .modal-about-inner {
    border-right: none;
    border-left: none;
    padding: 32px 16px;
    max-width: 100%;
  }
  .modaal-wrapper.pickup .c-sec--yorinuki {
    padding: 32px 16px;
    width: 100%;
    transform: inherit;
    border-right: none;
    border-left: none;
  }
}

@media screen and (max-width: 385px) {
  .header-menu {
    width: 280px;
  }
  .header-menu-block3 div {
    margin-right: 12px;
  }
  .header-menu-block3 ul li {
    margin-right: 12px;
  }
}

@media screen and (max-width: 320px) {
  .header-menu-block4 a:nth-of-type(1) {
    font-size: 11px;
  }
}
