#homekey {
  position: relative;
  z-index: 5;
}
#homekey > .inner {
  position: relative;
}
#homekey > .inner .homekey_photo .homekey_list img {
  width: 100%;
}
#homekey > .inner .homekey_photo .homekey_list img.pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  #homekey > .inner .homekey_photo .homekey_list img.pc {
    display: none;
  }
}
#homekey > .inner .homekey_photo .homekey_list img.sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  #homekey > .inner .homekey_photo .homekey_list img.sp {
    display: block;
  }
}
#homekey > .inner > .word {
  position: absolute;
  left: 150px;
  bottom: 140px;
}
@media only screen and (max-width: 1400px) {
  #homekey > .inner > .word {
    left: 70px;
    bottom: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  #homekey > .inner > .word {
    left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #homekey > .inner > .word {
    left: 16px;
  }
}
@media only screen and (max-width: 374px) {
  #homekey > .inner > .word {
    left: 10px;
  }
}
#homekey > .inner > .word h2 {
  color: #fff;
  font-size: 46px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.8;
  text-shadow: #333 1px 1px 10px, #333 -1px 1px 10px, #333 1px -1px 10px, #333 -1px -1px 10px;
}
@media only screen and (max-width: 1300px) {
  #homekey > .inner > .word h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  #homekey > .inner > .word h2 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1023px) {
  #homekey > .inner > .word h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  #homekey > .inner > .word h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  #homekey > .inner > .word h2 {
    font-size: 20px;
  }
}

#home_mainarea #home_mainarea_inner .key_nav {
  position: relative;
  top: -47px;
  width: 620px;
  z-index: 100;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner .key_nav {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    width: auto;
  }
}
@media only screen and (max-width: 767px) and (max-width: 1100px) {
  #home_mainarea #home_mainarea_inner .key_nav {
    margin-left: 70px;
    margin-right: 70px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 1023px) {
  #home_mainarea #home_mainarea_inner .key_nav {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner .key_nav {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 374px) {
  #home_mainarea #home_mainarea_inner .key_nav {
    margin-left: 10px;
    margin-right: 10px;
  }
}

#home_mainarea #home_mainarea_inner .key_nav > .wp {
  background-color: rgba(34, 20, 0, 0.9);
  padding: 16px 18px;
}
#home_mainarea #home_mainarea_inner .key_nav > .wp a {
  display: block;
}
#home_mainarea #home_mainarea_inner .key_nav > .wp a > .inner > .word h3 {
  color: #ffdc00;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner .key_nav > .wp a > .inner > .word h3 {
    font-size: 12px;
  }
}
#home_mainarea #home_mainarea_inner .key_nav > .wp a > .inner > .word p {
  color: #fff;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner .key_nav > .wp a > .inner > .word p {
    font-size: 10px;
  }
}
#home_mainarea #home_mainarea_inner .key_nav > .wp a > .inner > .word p > br.sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner .key_nav > .wp a > .inner > .word p > br.sp {
    display: block;
  }
}
#home_mainarea #home_mainarea_inner .key_nav > .wp a > .inner > .photo {
  position: absolute;
  right: 18px;
  top: calc(50% - 90px);
}
@media only screen and (max-width: 480px) {
  #home_mainarea #home_mainarea_inner .key_nav > .wp a > .inner > .photo {
    top: calc(50% - 82px);
  }
}
#home_mainarea #home_mainarea_inner .key_nav > .wp a > .inner > .photo img {
  transition-duration: 0.5s;
}
@media only screen and (max-width: 480px) {
  #home_mainarea #home_mainarea_inner .key_nav > .wp a > .inner > .photo img {
    width: 90px;
  }
}
#home_mainarea #home_mainarea_inner .key_nav > .wp a:hover > .inner > .photo img {
  opacity: 1;
  transition-duration: 0.5s;
}
#home_mainarea #home_mainarea_inner #home_nav {
  background-image: url("../media/images/common/bg02.jpg");
  background-repeat: left top;
  padding-bottom: 80px;
  padding-top: 144px;
  margin-top: -100px;
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_nav {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
#home_mainarea #home_mainarea_inner #home_nav > .inner {
  max-width: 960px;
  margin: 0 auto;
  width: auto;
}
@media only screen and (max-width: 1100px) {
  #home_mainarea #home_mainarea_inner #home_nav > .inner {
    margin-left: 70px;
    margin-right: 70px;
  }
}
@media only screen and (max-width: 1023px) {
  #home_mainarea #home_mainarea_inner #home_nav > .inner {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_nav > .inner {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media only screen and (max-width: 374px) {
  #home_mainarea #home_mainarea_inner #home_nav > .inner {
    margin-left: 10px;
    margin-right: 10px;
  }
}
#home_mainarea #home_mainarea_inner #home_nav > .inner .home_nav_list > .inner {
  display: flex;
  margin: 0 -15px;
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_nav > .inner .home_nav_list > .inner {
    margin: 0;
    flex-wrap: wrap;
  }
}
#home_mainarea #home_mainarea_inner #home_nav > .inner .home_nav_list > .inner > .group {
  width: calc(100% / 2);
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_nav > .inner .home_nav_list > .inner > .group {
    width: 100%;
    padding: 0;
  }
  #home_mainarea #home_mainarea_inner #home_nav > .inner .home_nav_list > .inner > .group:nth-of-type(n+2) {
    padding-top: 20px;
  }
}
#home_mainarea #home_mainarea_inner #home_nav > .inner .home_nav_list > .inner > .group > .inner > .wp a {
  display: block;
}
#home_mainarea #home_mainarea_inner #home_nav > .inner .home_nav_list > .inner > .group > .inner > .wp a > .inner > .photo {
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
#home_mainarea #home_mainarea_inner #home_nav > .inner .home_nav_list > .inner > .group > .inner > .wp a > .inner > .photo img {
  width: 100%;
  transition-duration: 0.5s;
}
#home_mainarea #home_mainarea_inner #home_nav > .inner .home_nav_list > .inner > .group > .inner > .wp a > .inner > .photo > span {
  display: block;
  color: #fff;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 22px;
  padding-bottom: 10px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_nav > .inner .home_nav_list > .inner > .group > .inner > .wp a > .inner > .photo > span {
    font-size: 13px;
  }
}
#home_mainarea #home_mainarea_inner #home_nav > .inner .home_nav_list > .inner > .group > .inner > .wp a > .inner > .photo > span:before {
  content: "";
  background-color: #3e1a0d;
  position: absolute;
  z-index: -1;
}
#home_mainarea #home_mainarea_inner #home_nav > .inner .home_nav_list > .inner > .group > .inner > .wp a > .inner > .word {
  margin-top: 8px;
}
#home_mainarea #home_mainarea_inner #home_nav > .inner .home_nav_list > .inner > .group > .inner > .wp a > .inner > .word h3 {
  color: #fff;
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
#home_mainarea #home_mainarea_inner #home_nav > .inner .home_nav_list > .inner > .group > .inner > .wp a > .inner > .word h3 > br {
  display: block;
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_nav > .inner .home_nav_list > .inner > .group > .inner > .wp a > .inner > .word h3 {
    font-size: 12px;
  }
  #home_mainarea #home_mainarea_inner #home_nav > .inner .home_nav_list > .inner > .group > .inner > .wp a > .inner > .word h3 > br {
    display: none;
  }
}
#home_mainarea #home_mainarea_inner #home_nav > .inner .home_nav_list > .inner > .group > .inner > .wp a:hover > .inner > .photo img {
  transition-duration: 0.5s;
}
#home_mainarea #home_mainarea_inner #home_nav > .inner .home_nav_list > .inner > .group:nth-child(1) > .inner > .wp a > .inner > .photo > span:before {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  left: -110px;
  bottom: -254px;
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_nav > .inner .home_nav_list > .inner > .group:nth-child(1) > .inner > .wp a > .inner > .photo > span:before {
    width: 300px;
    height: 320px;
  }
}
#home_mainarea #home_mainarea_inner #home_nav > .inner .home_nav_list > .inner > .group:nth-child(2) > .inner > .wp:nth-child(1) a > .inner > .photo > span:before {
  width: 300px;
  height: 250px;
  border-radius: 50%;
  left: -72px;
  bottom: -192px;
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_nav > .inner .home_nav_list > .inner > .group:nth-child(2) > .inner > .wp:nth-child(1) a > .inner > .photo > span:before {
    width: 250px;
    height: 238px;
  }
}
#home_mainarea #home_mainarea_inner #home_nav > .inner .home_nav_list > .inner > .group:nth-child(2) > .inner > .wp:nth-child(2) {
  margin-top: 14px;
}
#home_mainarea #home_mainarea_inner #home_nav > .inner .home_nav_list > .inner > .group:nth-child(2) > .inner > .wp:nth-child(2) a > .inner > .photo > span:before {
  width: 300px;
  height: 250px;
  border-radius: 50%;
  left: -60px;
  bottom: -192px;
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_nav > .inner .home_nav_list > .inner > .group:nth-child(2) > .inner > .wp:nth-child(2) a > .inner > .photo > span:before {
    width: 250px;
    height: 240px;
  }
}
#home_mainarea #home_mainarea_inner #home_shop {
  background-image: url("../media/images/home/home_bg_black.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-shadow: 0 0 25px rgba(3, 3, 3, 0.6), 0 0 25px rgba(3, 3, 3, 0.6);
  -moz-box-shadow: 0 0 25px rgba(3, 3, 3, 0.6), 0 0 25px rgba(3, 3, 3, 0.6);
  -webkit-box-shadow: 0 0 25px rgba(3, 3, 3, 0.6), 0 0 25px rgba(3, 3, 3, 0.6);
  position: relative;
  z-index: 5;
}
#home_mainarea #home_mainarea_inner #home_shop > .inner {
  max-width: 960px;
  margin: 0 auto;
  width: auto;
}
@media only screen and (max-width: 1100px) {
  #home_mainarea #home_mainarea_inner #home_shop > .inner {
    margin-left: 70px;
    margin-right: 70px;
  }
}
@media only screen and (max-width: 1023px) {
  #home_mainarea #home_mainarea_inner #home_shop > .inner {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_shop > .inner {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media only screen and (max-width: 374px) {
  #home_mainarea #home_mainarea_inner #home_shop > .inner {
    margin-left: 10px;
    margin-right: 10px;
  }
}
#home_mainarea #home_mainarea_inner #home_shop > .inner .home_middle_title {
  padding-top: 90px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_shop > .inner .home_middle_title {
    padding-top: 44px;
    align-items: center;
    justify-content: center;
  }
}
#home_mainarea #home_mainarea_inner #home_shop > .inner .home_middle_title h2 {
  color: #ffdc00;
  font-size: 34px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_shop > .inner .home_middle_title h2 {
    font-size: 17px;
  }
}
#home_mainarea #home_mainarea_inner #home_shop > .inner .home_middle_title a {
  display: block;
  color: #fff;
  position: relative;
  padding-right: 1em;
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_shop > .inner .home_middle_title a {
    display: none;
  }
}
#home_mainarea #home_mainarea_inner #home_shop > .inner .home_middle_title a:after {
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  display: block;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 85 85'%3E%3Cpath fill='%23fff' d='M42.5 83.6c-22.7 0-41.1-18.4-41.1-41.1S19.8 1.4 42.5 1.4s41.1 18.4 41.1 41.1-18.4 41.1-41.1 41.1zm21.6-38.7c1.3-1.3 1.3-3.5 0-4.8L39.8 15.8c-1.3-1.3-3.5-1.3-4.8 0l-5.5 5.5c-1.3 1.3-1.3 3.5 0 4.8l16.4 16.4L29.5 59c-1.3 1.3-1.3 3.5 0 4.8l5.5 5.5c1.3 1.3 3.5 1.3 4.8 0l24.3-24.4z'/%3E%3C/svg%3E") center center/contain no-repeat;
  width: 10px;
  height: 10px;
  right: 0;
  top: 6px;
}
#home_mainarea #home_mainarea_inner #home_shop > .inner .home_middle_title a:hover {
  text-decoration: underline;
}
#home_mainarea #home_mainarea_inner #home_shop > .inner .new_arrivals {
  margin-top: 24px;
  padding-bottom: 112px;
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_shop > .inner .new_arrivals {
    padding-bottom: 56px;
  }
}
#home_mainarea #home_mainarea_inner #home_shop > .inner .new_arrivals.second {
  margin-top: 86px;
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_shop > .inner .new_arrivals.second {
    margin-top: 43px;
  }
}
#home_mainarea #home_mainarea_inner #home_shop > .inner .new_arrivals > .group {
  margin-top: 28px;
}
#home_mainarea #home_mainarea_inner #home_shop > .inner .new_arrivals > .group > .inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_shop > .inner .new_arrivals > .group > .inner {
    margin: 0 -4px;
  }
}
#home_mainarea #home_mainarea_inner #home_shop > .inner .new_arrivals > .group > .inner > .wp {
  padding: 0 10px;
  width: calc(100% / 4);
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_shop > .inner .new_arrivals > .group > .inner > .wp {
    padding: 0 4px;
    width: calc(100% / 2);
  }
  #home_mainarea #home_mainarea_inner #home_shop > .inner .new_arrivals > .group > .inner > .wp:nth-of-type(n+3) {
    padding-top: 8px;
  }
}
#home_mainarea #home_mainarea_inner #home_shop > .inner .new_arrivals > .group > .inner > .wp:nth-of-type(n+5) {
  margin-top: 22px;
}
#home_mainarea #home_mainarea_inner #home_shop > .inner .new_arrivals > .group > .inner > .wp a {
  display: block;
  height: 100%;
}
#home_mainarea #home_mainarea_inner #home_shop > .inner .new_arrivals > .group > .inner > .wp a > .inner {
  position: relative;
  background-color: #2e2e2e;
  height: 100%;
}
#home_mainarea #home_mainarea_inner #home_shop > .inner .new_arrivals > .group > .inner > .wp a > .inner > .photo {
  position: relative;
  background-color: #fff;
}
#home_mainarea #home_mainarea_inner #home_shop > .inner .new_arrivals > .group > .inner > .wp a > .inner > .photo img {
  width: 100%;
  transition-duration: 0.5s;
}
#home_mainarea #home_mainarea_inner #home_shop > .inner .new_arrivals > .group > .inner > .wp a > .inner > .photo span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 10px;
  width: 46px;
  z-index: 2;
  padding: 18px 0 12px;
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #984900;
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_shop > .inner .new_arrivals > .group > .inner > .wp a > .inner > .photo span {
    font-size: 10px;
  }
}
#home_mainarea #home_mainarea_inner #home_shop > .inner .new_arrivals > .group > .inner > .wp a > .inner > .photo span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 23px solid #984900;
  border-right: 23px solid #984900;
  border-bottom: 12px solid transparent;
}
#home_mainarea #home_mainarea_inner #home_shop > .inner .new_arrivals > .group > .inner > .wp a > .inner > .word {
  background-color: #2e2e2e;
  padding: 10px 10px;
}
#home_mainarea #home_mainarea_inner #home_shop > .inner .new_arrivals > .group > .inner > .wp a > .inner > .word h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_shop > .inner .new_arrivals > .group > .inner > .wp a > .inner > .word h3 {
    font-size: 10px;
  }
}
#home_mainarea #home_mainarea_inner #home_shop > .inner .new_arrivals > .group > .inner > .wp a > .inner > .word p {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_shop > .inner .new_arrivals > .group > .inner > .wp a > .inner > .word p {
    font-size: 10px;
  }
}
#home_mainarea #home_mainarea_inner #home_shop > .inner .new_arrivals > .group > .inner > .wp a > .inner > .word span {
  font-size: 12px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: right;
  color: #fff;
  display: block;
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_shop > .inner .new_arrivals > .group > .inner > .wp a > .inner > .word span {
    font-size: 10px;
  }
}
#home_mainarea #home_mainarea_inner #home_shop > .inner .new_arrivals > .group > .inner > .wp a:hover > .inner > .photo img {
  transition-duration: 0.5s;
}
#home_mainarea #home_mainarea_inner #home_shop > .inner .new_arrivals > .btn_nav {
  margin-top: 20px;
}
#home_mainarea #home_mainarea_inner #home_shop > .inner .btn_nav ul {
  display: flex;
  margin: 0 -10px;
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_shop > .inner .btn_nav ul {
    flex-direction: column;
    margin: 0;
  }
}
#home_mainarea #home_mainarea_inner #home_shop > .inner .btn_nav ul li {
  width: calc(100% / 2);
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_shop > .inner .btn_nav ul li {
    width: 100%;
    padding: 0;
  }
  #home_mainarea #home_mainarea_inner #home_shop > .inner .btn_nav ul li:nth-of-type(n+2) {
    padding-top: 8px;
  }
}
#home_mainarea #home_mainarea_inner #home_shop > .inner .btn_nav ul li a span {
  position: relative;
  display: inline-block;
}
#home_mainarea #home_mainarea_inner #home_shop > .inner .btn_nav ul li a span:after {
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  display: block;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 85 85'%3E%3Cpath fill='%23fff' d='M42.5 83.6c-22.7 0-41.1-18.4-41.1-41.1S19.8 1.4 42.5 1.4s41.1 18.4 41.1 41.1-18.4 41.1-41.1 41.1zm21.6-38.7c1.3-1.3 1.3-3.5 0-4.8L39.8 15.8c-1.3-1.3-3.5-1.3-4.8 0l-5.5 5.5c-1.3 1.3-1.3 3.5 0 4.8l16.4 16.4L29.5 59c-1.3 1.3-1.3 3.5 0 4.8l5.5 5.5c1.3 1.3 3.5 1.3 4.8 0l24.3-24.4z'/%3E%3C/svg%3E") center center/contain no-repeat;
  width: 12px;
  height: 12px;
  right: -18px;
  top: 8px;
}
#home_mainarea #home_mainarea_inner #home_shop > .inner .brown_btn a {
  display: block;
  background-color: #bb884c;
  padding: 12px;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  transition-duration: 0.5s;
  position: relative;
  opacity: 0.7;
}
#home_mainarea #home_mainarea_inner #home_shop > .inner .brown_btn a:hover {
  background-color: #432800;
  transition-duration: 0.5s;
}
#home_mainarea #home_mainarea_inner #home_shop > .inner .brown_btn a span {
  display: block;
  margin-left: -1em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_shop > .inner .brown_btn a span {
    font-size: 14px;
  }
}
#home_mainarea #home_mainarea_inner #home_shop > .inner .brown_btn.g_form a {
  width: 226px;
}
#home_mainarea #home_mainarea_inner #home_shop > .inner .brown_btn.g_form a span:after {
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  display: block;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 85 85'%3E%3Cpath fill='%23fff' d='M42.5 83.6c-22.7 0-41.1-18.4-41.1-41.1S19.8 1.4 42.5 1.4s41.1 18.4 41.1 41.1-18.4 41.1-41.1 41.1zm21.6-38.7c1.3-1.3 1.3-3.5 0-4.8L39.8 15.8c-1.3-1.3-3.5-1.3-4.8 0l-5.5 5.5c-1.3 1.3-1.3 3.5 0 4.8l16.4 16.4L29.5 59c-1.3 1.3-1.3 3.5 0 4.8l5.5 5.5c1.3 1.3 3.5 1.3 4.8 0l24.3-24.4z'/%3E%3C/svg%3E") center center/contain no-repeat;
  width: 10px;
  height: 10px;
  right: 28px;
  top: 8px;
}
#home_mainarea #home_mainarea_inner #home_shop > .inner .brown_btn.shop {
  display: flex;
  justify-content: center;
}
#home_mainarea #home_mainarea_inner #home_shop > .inner .brown_btn.shop a {
  width: 300px;
}
#home_mainarea #home_mainarea_inner #home_shop > .inner .brown_btn.shop a span:after {
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  display: block;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 85 85'%3E%3Cpath fill='%23fff' d='M42.5 83.6c-22.7 0-41.1-18.4-41.1-41.1S19.8 1.4 42.5 1.4s41.1 18.4 41.1 41.1-18.4 41.1-41.1 41.1zm21.6-38.7c1.3-1.3 1.3-3.5 0-4.8L39.8 15.8c-1.3-1.3-3.5-1.3-4.8 0l-5.5 5.5c-1.3 1.3-1.3 3.5 0 4.8l16.4 16.4L29.5 59c-1.3 1.3-1.3 3.5 0 4.8l5.5 5.5c1.3 1.3 3.5 1.3 4.8 0l24.3-24.4z'/%3E%3C/svg%3E") center center/contain no-repeat;
  width: 10px;
  height: 10px;
  right: 50px;
  top: 8px;
}
#home_mainarea #home_mainarea_inner #home_feature {
  background-image: url("../media/images/common/bg_feature.jpg");
  background-repeat: repeat;
  padding-bottom: 140px;
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_feature {
    padding-bottom: 90px;
  }
}
#home_mainarea #home_mainarea_inner #home_feature > .inner {
  max-width: 960px;
  margin: 0 auto;
  width: auto;
}
@media only screen and (max-width: 1100px) {
  #home_mainarea #home_mainarea_inner #home_feature > .inner {
    margin-left: 70px;
    margin-right: 70px;
  }
}
@media only screen and (max-width: 1023px) {
  #home_mainarea #home_mainarea_inner #home_feature > .inner {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_feature > .inner {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media only screen and (max-width: 374px) {
  #home_mainarea #home_mainarea_inner #home_feature > .inner {
    margin-left: 10px;
    margin-right: 10px;
  }
}
#home_mainarea #home_mainarea_inner #home_feature > .inner #home_greeting {
  padding-top: 124px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_feature > .inner #home_greeting {
    padding-top: 80px;
  }
}
#home_mainarea #home_mainarea_inner #home_feature > .inner #home_greeting:after {
  content: "";
  background-image: url("../media/images/home/note_right.jpg");
  width: 260px;
  height: 144px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50px;
  right: -138px;
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_feature > .inner #home_greeting:after {
    background-size: contain;
    width: 234px;
    height: 115px;
    top: 20px;
  }
}
#home_mainarea #home_mainarea_inner #home_feature > .inner #home_greeting > .wp {
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 1023px) {
  #home_mainarea #home_mainarea_inner #home_feature > .inner #home_greeting > .wp {
    display: none;
  }
}
#home_mainarea #home_mainarea_inner #home_feature > .inner #home_greeting > .wp > .inner {
  display: flex;
  align-items: flex-end;
}
#home_mainarea #home_mainarea_inner #home_feature > .inner #home_greeting > .wp > .inner > .word {
  flex: 1;
  margin-right: 34px;
}
#home_mainarea #home_mainarea_inner #home_feature > .inner #home_greeting > .wp > .inner > .word h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 28px;
  color: #432800;
  padding-bottom: 26px;
}
#home_mainarea #home_mainarea_inner #home_feature > .inner #home_greeting > .wp > .inner > .word p {
  font-size: 14px;
  color: #432800;
  padding-bottom: 30px;
}
#home_mainarea #home_mainarea_inner #home_feature > .inner #home_greeting > .wp > .inner > .photo {
  width: 520px;
}
#home_mainarea #home_mainarea_inner #home_feature > .inner #home_greeting > .wp > .inner > .photo img {
  width: 100%;
}
#home_mainarea #home_mainarea_inner #home_feature > .inner #home_greeting .greeting_sp {
  position: relative;
  z-index: 5;
  display: none;
}
@media only screen and (max-width: 1023px) {
  #home_mainarea #home_mainarea_inner #home_feature > .inner #home_greeting .greeting_sp {
    display: block;
  }
}
#home_mainarea #home_mainarea_inner #home_feature > .inner #home_greeting .greeting_sp > .wp > .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2e8d6;
  position: relative;
  height: 100%;
}
#home_mainarea #home_mainarea_inner #home_feature > .inner #home_greeting .greeting_sp > .wp > .inner > .word {
  width: calc(100% / 2);
  padding-left: 18px;
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_feature > .inner #home_greeting .greeting_sp > .wp > .inner > .word {
    padding-left: 8px;
  }
}
#home_mainarea #home_mainarea_inner #home_feature > .inner #home_greeting .greeting_sp > .wp > .inner > .word h2 {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  color: #432800;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_feature > .inner #home_greeting .greeting_sp > .wp > .inner > .word h2 {
    font-size: 13px;
  }
}
#home_mainarea #home_mainarea_inner #home_feature > .inner #home_greeting .greeting_sp > .wp > .inner > .photo {
  height: 180px;
  width: calc(100% / 2);
  background-image: url("../media/images/home/home_greeting_sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_feature > .inner #home_greeting .greeting_sp > .wp > .inner > .photo {
    height: 140px;
  }
}
#home_mainarea #home_mainarea_inner #home_feature > .inner #home_greeting .greeting_sp > .read {
  margin-top: 18px;
  margin-bottom: 20px;
}
#home_mainarea #home_mainarea_inner #home_feature > .inner #home_greeting .greeting_sp > .read p {
  color: #432800;
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_feature > .inner #home_greeting .greeting_sp > .read p {
    font-size: 11px;
  }
}
#home_mainarea #home_mainarea_inner #home_feature > .inner #home_topics {
  position: relative;
}
#home_mainarea #home_mainarea_inner #home_feature > .inner #home_topics:after {
  content: "";
  background-image: url("../media/images/home/note_left.jpg");
  width: 366px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0px;
  left: -170px;
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_feature > .inner #home_topics:after {
    background-size: contain;
    width: 200px;
    height: 200px;
    bottom: -160px;
    left: -10px;
  }
}
#home_mainarea #home_mainarea_inner #home_feature > .inner #home_topics .home_middle_title {
  padding-top: 64px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_feature > .inner #home_topics .home_middle_title {
    padding-top: 40px;
    justify-content: center;
    position: relative;
  }
}
#home_mainarea #home_mainarea_inner #home_feature > .inner #home_topics .home_middle_title h2 {
  color: #432800;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_feature > .inner #home_topics .home_middle_title h2 {
    font-size: 17px;
    text-align: center;
  }
}
#home_mainarea #home_mainarea_inner #home_feature > .inner #home_topics .home_middle_title a {
  display: block;
  color: #432800;
  position: relative;
  padding-right: 1em;
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_feature > .inner #home_topics .home_middle_title a {
    position: absolute;
    right: 16px;
    font-size: 10px;
  }
}
#home_mainarea #home_mainarea_inner #home_feature > .inner #home_topics .home_middle_title a:after {
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  display: block;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 85 85'%3E%3Cpath fill='%23432800' d='M42.5 83.6c-22.7 0-41.1-18.4-41.1-41.1S19.8 1.4 42.5 1.4s41.1 18.4 41.1 41.1-18.4 41.1-41.1 41.1zm21.6-38.7c1.3-1.3 1.3-3.5 0-4.8L39.8 15.8c-1.3-1.3-3.5-1.3-4.8 0l-5.5 5.5c-1.3 1.3-1.3 3.5 0 4.8l16.4 16.4L29.5 59c-1.3 1.3-1.3 3.5 0 4.8l5.5 5.5c1.3 1.3 3.5 1.3 4.8 0l24.3-24.4z'/%3E%3C/svg%3E") center center/contain no-repeat;
  width: 10px;
  height: 10px;
  right: 0;
  top: 6px;
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_feature > .inner #home_topics .home_middle_title a:after {
    width: 8px;
    height: 8px;
    top: 6px;
    right: -4px;
  }
}
#home_mainarea #home_mainarea_inner #home_feature > .inner #home_topics .home_middle_title a:hover {
  text-decoration: underline;
}
#home_mainarea #home_mainarea_inner #home_feature > .inner #home_topics .topics_group {
  margin-top: 34px;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_feature > .inner #home_topics .topics_group {
    margin-top: 16px;
    margin-right: -16px;
  }
}
@media only screen and (max-width: 480px) {
  #home_mainarea #home_mainarea_inner #home_feature > .inner #home_topics .topics_group {
    margin-right: -10px;
  }
}
#home_mainarea #home_mainarea_inner #home_feature > .inner #home_topics .topics_group > .inner {
  display: flex;
  flex-wrap: wrap;
}
#home_mainarea #home_mainarea_inner #home_feature > .inner #home_topics .topics_group > .inner > .wp {
  width: calc(100% / 3);
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_feature > .inner #home_topics .topics_group > .inner > .wp {
    width: 100%;
    background-color: #fff;
    padding: 10px;
  }
  #home_mainarea #home_mainarea_inner #home_feature > .inner #home_topics .topics_group > .inner > .wp:nth-of-type(n+2) {
    margin-top: 4px;
  }
}
#home_mainarea #home_mainarea_inner #home_feature > .inner #home_topics .topics_group > .inner > .wp:nth-of-type(n+4) {
  margin-top: 40px;
}
#home_mainarea #home_mainarea_inner #home_feature > .inner #home_topics .topics_group > .inner > .wp a {
  display: block;
  position: relative;
  height: 100%;
}
#home_mainarea #home_mainarea_inner #home_feature > .inner #home_topics .topics_group > .inner > .wp a > .inner {
  position: relative;
  height: 100%;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_feature > .inner #home_topics .topics_group > .inner > .wp a > .inner {
    display: flex;
  }
}
#home_mainarea #home_mainarea_inner #home_feature > .inner #home_topics .topics_group > .inner > .wp a > .inner > .photo {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_feature > .inner #home_topics .topics_group > .inner > .wp a > .inner > .photo {
    width: 94px;
  }
}
#home_mainarea #home_mainarea_inner #home_feature > .inner #home_topics .topics_group > .inner > .wp a > .inner > .photo img {
  width: 100%;
  transition-duration: 0.5s;
}
#home_mainarea #home_mainarea_inner #home_feature > .inner #home_topics .topics_group > .inner > .wp a > .inner > .photo > span {
  display: block;
  padding: 1px 4px;
  background-color: rgba(67, 40, 0, 0.8);
  color: #fff;
  text-align: center;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_feature > .inner #home_topics .topics_group > .inner > .wp a > .inner > .photo > span {
    display: none;
  }
}
#home_mainarea #home_mainarea_inner #home_feature > .inner #home_topics .topics_group > .inner > .wp a > .inner > .word {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_feature > .inner #home_topics .topics_group > .inner > .wp a > .inner > .word {
    flex: 1;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 10px;
  }
}
#home_mainarea #home_mainarea_inner #home_feature > .inner #home_topics .topics_group > .inner > .wp a > .inner > .word > span {
  display: none;
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_feature > .inner #home_topics .topics_group > .inner > .wp a > .inner > .word > span {
    display: inline-block;
    color: #fff;
    background-color: #91652d;
    padding: 1px 4px;
    font-size: 10px;
  }
}
#home_mainarea #home_mainarea_inner #home_feature > .inner #home_topics .topics_group > .inner > .wp a > .inner > .word h3 {
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_feature > .inner #home_topics .topics_group > .inner > .wp a > .inner > .word h3 {
    font-size: 12px;
    position: relative;
    padding-right: 1.5em;
  }
  #home_mainarea #home_mainarea_inner #home_feature > .inner #home_topics .topics_group > .inner > .wp a > .inner > .word h3:after {
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    display: block;
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 85 85'%3E%3Cpath fill='%23432800' d='M42.5 83.6c-22.7 0-41.1-18.4-41.1-41.1S19.8 1.4 42.5 1.4s41.1 18.4 41.1 41.1-18.4 41.1-41.1 41.1zm21.6-38.7c1.3-1.3 1.3-3.5 0-4.8L39.8 15.8c-1.3-1.3-3.5-1.3-4.8 0l-5.5 5.5c-1.3 1.3-1.3 3.5 0 4.8l16.4 16.4L29.5 59c-1.3 1.3-1.3 3.5 0 4.8l5.5 5.5c1.3 1.3 3.5 1.3 4.8 0l24.3-24.4z'/%3E%3C/svg%3E") center center/contain no-repeat;
    width: 8px;
    height: 8px;
    top: 6px;
    right: 0px;
  }
}
#home_mainarea #home_mainarea_inner #home_feature > .inner #home_topics .topics_group > .inner > .wp a:hover > .inner > .photo img {
  opacity: 1;
  transform: scale(1.05);
  transition-duration: 0.5s;
}
#home_mainarea #home_mainarea_inner #home_feature > .inner .btn_nav ul {
  display: flex;
  margin: 0 -10px;
}
#home_mainarea #home_mainarea_inner #home_feature > .inner .btn_nav ul li {
  width: calc(100% / 2);
  padding: 0 10px;
}
#home_mainarea #home_mainarea_inner #home_feature > .inner .btn_nav ul li a span {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_feature > .inner .btn_nav ul li a span {
    font-size: 14px;
  }
}
#home_mainarea #home_mainarea_inner #home_feature > .inner .btn_nav ul li a span:after {
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  display: block;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 85 85'%3E%3Cpath fill='%23fff' d='M42.5 83.6c-22.7 0-41.1-18.4-41.1-41.1S19.8 1.4 42.5 1.4s41.1 18.4 41.1 41.1-18.4 41.1-41.1 41.1zm21.6-38.7c1.3-1.3 1.3-3.5 0-4.8L39.8 15.8c-1.3-1.3-3.5-1.3-4.8 0l-5.5 5.5c-1.3 1.3-1.3 3.5 0 4.8l16.4 16.4L29.5 59c-1.3 1.3-1.3 3.5 0 4.8l5.5 5.5c1.3 1.3 3.5 1.3 4.8 0l24.3-24.4z'/%3E%3C/svg%3E") center center/contain no-repeat;
  width: 12px;
  height: 12px;
  right: -18px;
  top: 8px;
}
#home_mainarea #home_mainarea_inner #home_feature > .inner .btn_nav ul.col01 li {
  width: 100%;
}
#home_mainarea #home_mainarea_inner #home_feature > .inner .brown_btn a {
  display: block;
  background-color: #92652e;
  padding: 12px;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  transition-duration: 0.5s;
  position: relative;
}
#home_mainarea #home_mainarea_inner #home_feature > .inner .brown_btn a:hover {
  background-color: #432800;
  transition-duration: 0.5s;
}
#home_mainarea #home_mainarea_inner #home_feature > .inner .brown_btn a span {
  display: block;
  margin-left: -1em;
  position: relative;
}
#home_mainarea #home_mainarea_inner #home_feature > .inner .brown_btn.g_form a {
  width: 226px;
}
#home_mainarea #home_mainarea_inner #home_feature > .inner .brown_btn.g_form a span:after {
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  display: block;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 85 85'%3E%3Cpath fill='%23fff' d='M42.5 83.6c-22.7 0-41.1-18.4-41.1-41.1S19.8 1.4 42.5 1.4s41.1 18.4 41.1 41.1-18.4 41.1-41.1 41.1zm21.6-38.7c1.3-1.3 1.3-3.5 0-4.8L39.8 15.8c-1.3-1.3-3.5-1.3-4.8 0l-5.5 5.5c-1.3 1.3-1.3 3.5 0 4.8l16.4 16.4L29.5 59c-1.3 1.3-1.3 3.5 0 4.8l5.5 5.5c1.3 1.3 3.5 1.3 4.8 0l24.3-24.4z'/%3E%3C/svg%3E") center center/contain no-repeat;
  width: 10px;
  height: 10px;
  right: 28px;
  top: 8px;
}
#home_mainarea #home_mainarea_inner #home_feature > .inner .brown_btn.shop {
  display: flex;
  justify-content: center;
}
#home_mainarea #home_mainarea_inner #home_feature > .inner .brown_btn.shop a {
  width: 300px;
}
#home_mainarea #home_mainarea_inner #home_feature > .inner .brown_btn.shop a span:after {
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  display: block;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 85 85'%3E%3Cpath fill='%23fff' d='M42.5 83.6c-22.7 0-41.1-18.4-41.1-41.1S19.8 1.4 42.5 1.4s41.1 18.4 41.1 41.1-18.4 41.1-41.1 41.1zm21.6-38.7c1.3-1.3 1.3-3.5 0-4.8L39.8 15.8c-1.3-1.3-3.5-1.3-4.8 0l-5.5 5.5c-1.3 1.3-1.3 3.5 0 4.8l16.4 16.4L29.5 59c-1.3 1.3-1.3 3.5 0 4.8l5.5 5.5c1.3 1.3 3.5 1.3 4.8 0l24.3-24.4z'/%3E%3C/svg%3E") center center/contain no-repeat;
  width: 10px;
  height: 10px;
  right: 50px;
  top: 8px;
}
#home_mainarea #home_mainarea_inner #home_access {
  background-image: url("../media/images/common/home_access_bg.jpg");
  background-repeat: repeat;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  #home_mainarea #home_mainarea_inner #home_access {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_access {
    padding-top: 50px;
  }
}
#home_mainarea #home_mainarea_inner #home_access > .inner {
  max-width: 960px;
  margin: 0 auto;
  width: auto;
}
@media only screen and (max-width: 1100px) {
  #home_mainarea #home_mainarea_inner #home_access > .inner {
    margin-left: 70px;
    margin-right: 70px;
  }
}
@media only screen and (max-width: 1023px) {
  #home_mainarea #home_mainarea_inner #home_access > .inner {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_access > .inner {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media only screen and (max-width: 374px) {
  #home_mainarea #home_mainarea_inner #home_access > .inner {
    margin-left: 10px;
    margin-right: 10px;
  }
}
#home_mainarea #home_mainarea_inner #home_access > .inner > .wm {
  height: 540px;
}
@media only screen and (max-width: 1023px) {
  #home_mainarea #home_mainarea_inner #home_access > .inner > .wm {
    height: auto;
  }
}
#home_mainarea #home_mainarea_inner #home_access > .inner > .wm > .inner {
  display: flex;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  #home_mainarea #home_mainarea_inner #home_access > .inner > .wm > .inner {
    flex-direction: column;
  }
}
#home_mainarea #home_mainarea_inner #home_access > .inner > .wm > .inner > .word {
  width: 410px;
  margin-right: 64px;
}
@media only screen and (max-width: 1023px) {
  #home_mainarea #home_mainarea_inner #home_access > .inner > .wm > .inner > .word {
    width: 100%;
    margin-right: 0;
    height: 100%;
  }
}
#home_mainarea #home_mainarea_inner #home_access > .inner > .wm > .inner > .word h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 28px;
  color: #432800;
}
@media only screen and (max-width: 1023px) {
  #home_mainarea #home_mainarea_inner #home_access > .inner > .wm > .inner > .word h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_access > .inner > .wm > .inner > .word h2 {
    font-size: 17px;
  }
}
#home_mainarea #home_mainarea_inner #home_access > .inner > .wm > .inner > .word .access_detail {
  margin-top: 18px;
  margin-bottom: 24px;
}
#home_mainarea #home_mainarea_inner #home_access > .inner > .wm > .inner > .word .access_detail > dl {
  display: flex;
  background: url("../media/images/common/border04.png") repeat-x left bottom;
  padding: 10px 0;
}
#home_mainarea #home_mainarea_inner #home_access > .inner > .wm > .inner > .word .access_detail > dl:first-of-type {
  position: relative;
}
#home_mainarea #home_mainarea_inner #home_access > .inner > .wm > .inner > .word .access_detail > dl:first-of-type:before {
  content: "";
  background: url("../media/images/common/border04.png") repeat-x left top;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
#home_mainarea #home_mainarea_inner #home_access > .inner > .wm > .inner > .word .access_detail > dl > dt {
  font-size: 14px;
  width: 86px;
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_access > .inner > .wm > .inner > .word .access_detail > dl > dt {
    font-size: 11px;
  }
}
#home_mainarea #home_mainarea_inner #home_access > .inner > .wm > .inner > .word .access_detail > dl > dd {
  font-size: 14px;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_access > .inner > .wm > .inner > .word .access_detail > dl > dd {
    font-size: 11px;
  }
}
#home_mainarea #home_mainarea_inner #home_access > .inner > .wm > .inner > .word .access_detail > dl > dd a {
  text-decoration: underline;
}
#home_mainarea #home_mainarea_inner #home_access > .inner > .wm > .inner > .word p {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #home_mainarea #home_mainarea_inner #home_access > .inner > .wm > .inner > .word p {
    font-size: 11px;
  }
}
#home_mainarea #home_mainarea_inner #home_access > .inner > .wm > .inner > .map {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  #home_mainarea #home_mainarea_inner #home_access > .inner > .wm > .inner > .map {
    position: static;
    width: 100%;
    display: none;
  }
}
#home_mainarea #home_mainarea_inner #home_access > .inner > .wm > .inner > .map .gmap {
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  #home_mainarea #home_mainarea_inner #home_access > .inner > .wm > .inner > .map .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
}
#home_mainarea #home_mainarea_inner #home_access > .inner > .wm > .inner > .map .gmap iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  #home_mainarea #home_mainarea_inner #home_access > .inner > .wm > .inner > .map .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
}
#home_mainarea #home_mainarea_inner .map_sp {
  display: none;
}
@media only screen and (max-width: 1023px) {
  #home_mainarea #home_mainarea_inner .map_sp {
    display: block;
  }
}
#home_mainarea #home_mainarea_inner .map_sp .gmap {
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  #home_mainarea #home_mainarea_inner .map_sp .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
}
#home_mainarea #home_mainarea_inner .map_sp .gmap iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  #home_mainarea #home_mainarea_inner .map_sp .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
}

body#home .new_arrivals > .group > .inner > .wp > a > .inner > .photo > span.new_mark {
  display: block !important;
}
body#home .new_arrivals > .group > .inner > .wp > a > .inner > .photo > span.sale_mark {
  display: none !important;
}
body#home .new_arrivals > .group > .inner > .wp:nth-of-type(n+2) > a > .inner > .photo > span.new_mark {
  display: none !important;
}
body#home .new_arrivals > .group > .inner > .wp:nth-of-type(n+2) > a > .inner > .photo > span.sale_mark {
  display: block !important;
}
