@charset "UTF-8";
img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 835px) {
  .p-top-firstview {
    margin-top: 24vw;
  }
}
.p-top-firstview_contain {
  max-width: 1440px;
  margin: auto;
}
.p-top-firstview__box {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 835px) {
  .p-top-firstview__box {
    grid-template-columns: 1fr;
  }
}
.p-top-firstview__box img {
  transition: 0.3s;
}
.p-top-firstview__item {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 835px) {
  .p-top-firstview__item:hover {
    opacity: 0.7;
  }
}
.p-top-firstview__item_content {
  max-width: 265px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1000px) {
  .p-top-firstview__item_content {
    max-width: 220px;
  }
}
@media screen and (max-width: 835px) {
  .p-top-firstview__item_content {
    max-width: 55.3333333333vw;
  }
}
.p-top-firstview__item_content_txt01 {
  position: relative;
}
.p-top-firstview__item_content_txt01 span {
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #583c17;
  background: linear-gradient(transparent 60%, rgba(255, 232, 71, 0.7) 40%);
}
@media screen and (max-width: 1000px) {
  .p-top-firstview__item_content_txt01 span {
    font-size: 14px;
  }
}
@media screen and (max-width: 835px) {
  .p-top-firstview__item_content_txt01 span {
    font-size: 3.7333333333vw;
  }
}
.p-top-firstview__item_content_txt02 {
  text-align: center;
  margin: 10px auto;
}
.p-top-firstview__item_content_txt02 span {
  position: relative;
  font-weight: 400;
  font-size: 34px;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .p-top-firstview__item_content_txt02 span {
    font-size: 26px;
  }
}
@media screen and (max-width: 835px) {
  .p-top-firstview__item_content_txt02 span {
    font-size: 6.6666666667vw;
  }
}
.p-top-firstview__item_content_txt02 span::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 35px;
  transform: rotate(-35deg);
  background: #fff;
  bottom: 0;
  left: -20px;
}
@media screen and (max-width: 1000px) {
  .p-top-firstview__item_content_txt02 span::before {
    height: 28px;
  }
}
@media screen and (max-width: 835px) {
  .p-top-firstview__item_content_txt02 span::before {
    height: 6.6666666667vw;
  }
}
.p-top-firstview__item_content_txt02 span::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 35px;
  transform: rotate(35deg);
  background: #fff;
  bottom: 0;
  right: -20px;
}
@media screen and (max-width: 1000px) {
  .p-top-firstview__item_content_txt02 span::after {
    height: 28px;
  }
}
@media screen and (max-width: 835px) {
  .p-top-firstview__item_content_txt02 span::after {
    height: 6.6666666667vw;
  }
}
.p-top-firstview__item_content_txt03 {
  font-weight: 400;
  font-size: 52px;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  color: #64cc82;
  text-shadow: 2px 2px 4px rgba(51, 51, 51, 0.7);
}
@media screen and (max-width: 1000px) {
  .p-top-firstview__item_content_txt03 {
    font-size: 45px;
  }
}
@media screen and (max-width: 835px) {
  .p-top-firstview__item_content_txt03 {
    font-size: 9.3333333333vw;
  }
}
.p-top-firstview__item_content_txt03.color_yellow {
  color: #fe9206;
}

@media screen and (max-width: 835px) {
  .p-fixed_header {
    display: none;
  }
}
.p-fixed_header__logo {
  max-width: 130px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .p-fixed_header__logo {
    max-width: 10vw;
  }
}
.p-fixed_header__box01 {
  background: #f6f5f3;
  padding: 20px 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 1400px) {
  .p-fixed_header__box01 {
    padding: 1.5384615385vw 2.3076923077vw;
  }
}
.p-fixed_header__box01_contain {
  max-width: 1440px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 1400px) {
  .p-fixed_header__box01_contain {
    gap: 0.7692307692vw;
  }
}
.p-fixed_header__box01_left {
  max-width: 420px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1400px) {
  .p-fixed_header__box01_left {
    max-width: 32.3076923077vw;
    gap: 2.3076923077vw;
  }
}
.p-fixed_header__box01_txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1400px) {
  .p-fixed_header__box01_txt {
    font-size: 1.0769230769vw;
  }
}
.p-fixed_header__box01_right {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1400px) {
  .p-fixed_header__box01_right {
    gap: 1.5384615385vw;
  }
}
.p-fixed_header__box01_right_txt {
  padding-left: 20px;
  border-left: 1px solid #dddcda;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1400px) {
  .p-fixed_header__box01_right_txt {
    padding-left: 1.5384615385vw;
    font-size: 1vw;
  }
}
.p-fixed_header__box01_icons {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1400px) {
  .p-fixed_header__box01_icons {
    gap: 1.5384615385vw;
  }
}
@media screen and (max-width: 835px) {
  .p-fixed_header__box01_icons {
    gap: 4vw;
  }
}
.p-fixed_header__box01_icons_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #333;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 835px) {
  .p-fixed_header__box01_icons_item:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1400px) {
  .p-fixed_header__box01_icons_item {
    gap: 0.3846153846vw;
    font-size: 1vw;
  }
}
@media screen and (max-width: 835px) {
  .p-fixed_header__box01_icons_item {
    gap: 0.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
.p-fixed_header__box01_icons_item img {
  max-width: 22px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1400px) {
  .p-fixed_header__box01_icons_item img {
    max-width: 1.6923076923vw;
  }
}
@media screen and (max-width: 835px) {
  .p-fixed_header__box01_icons_item img {
    height: 5.3333333333vw;
    max-width: 5.3333333333vw;
    width: auto;
  }
}
.p-fixed_header__box01_icons_item:last-child img {
  max-width: 30px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1400px) {
  .p-fixed_header__box01_icons_item:last-child img {
    max-width: 2.3076923077vw;
  }
}
@media screen and (max-width: 835px) {
  .p-fixed_header__box01_icons_item:last-child img {
    max-width: 6.6666666667vw;
  }
}
.p-fixed_header__box01_btns {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 1400px) {
  .p-fixed_header__box01_btns {
    gap: 1.1538461538vw;
  }
}
.p-fixed_header__box01_btns_item {
  width: 150px;
  height: 50px;
  border-radius: 3px;
  background: #846f54;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: center;
  transition: 0.3s;
  color: #fff !important;
}
@media screen and (min-width: 835px) {
  .p-fixed_header__box01_btns_item:hover {
    background: #583C17;
  }
}
@media screen and (max-width: 1400px) {
  .p-fixed_header__box01_btns_item {
    width: 11.5384615385vw;
    height: 3.8461538462vw;
    border-radius: 0.2307692308vw;
    gap: 0.6153846154vw;
    font-size: 1.2307692308vw;
  }
}
.p-fixed_header__box01_btns_item img {
  max-width: 20px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1400px) {
  .p-fixed_header__box01_btns_item img {
    max-width: 1.5384615385vw;
  }
}
.p-fixed_header__box01_btns_item:last-child {
  background: #64cc82;
}
@media screen and (min-width: 835px) {
  .p-fixed_header__box01_btns_item:last-child:hover {
    background: #53A76B;
  }
}
.p-fixed_header__box01_telbox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-fixed_header__box01_tellink {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #583c17 !important;
}
@media screen and (max-width: 1400px) {
  .p-fixed_header__box01_tellink {
    gap: 0.7692307692vw;
    font-size: 1.5384615385vw;
  }
}
.p-fixed_header__box01_tellink img {
  max-width: 20px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .p-fixed_header__box01_tellink img {
    max-width: 1.5384615385vw;
  }
}
.p-fixed_header__box01_time {
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: #583c17;
}
@media screen and (max-width: 1400px) {
  .p-fixed_header__box01_time {
    font-size: 0.9230769231vw;
  }
}
.p-fixed_header__box02 {
  padding: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  background: #fff;
}
@media screen and (max-width: 1400px) {
  .p-fixed_header__box02 {
    padding: 1.5384615385vw;
  }
}
@media screen and (max-width: 835px) {
  .p-fixed_header__box02 {
    padding: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100vh;
    z-index: 99;
    background: rgba(0, 0, 0, 0.2549019608);
  }
}
.p-fixed_header__box02_contain {
  max-width: 1250px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1400px) {
  .p-fixed_header__box02_contain {
    max-width: 96.1538461538vw;
    gap: 3.0769230769vw;
  }
}
@media screen and (max-width: 835px) {
  .p-fixed_header__box02_contain {
    background: #fff;
    gap: 0vw;
    max-width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-fixed_header__box02 .c-pcSearch__content {
  max-width: 370px;
  height: 50px;
  width: 100%;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #707070;
}
@media screen and (max-width: 1400px) {
  .p-fixed_header__box02 .c-pcSearch__content {
    height: 3.8461538462vw;
    max-width: 28.4615384615vw;
    border-radius: 0.2307692308vw;
  }
}
@media screen and (max-width: 835px) {
  .p-fixed_header__box02 .c-pcSearch__content {
    border: none;
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 2.6666666667vw;
    background: #9ed0ad;
  }
}
@media screen and (max-width: 835px) {
  .p-fixed_header__box02 .c-pcSearch__content__form {
    display: flex;
    align-items: center;
  }
  .p-fixed_header__box02 .c-pcSearch__content__form__input {
    height: 12vw;
    border: none;
    border-radius: 0;
  }
  .p-fixed_header__box02 .c-pcSearch__content__form__submit {
    max-width: 12vw;
    min-width: 12vw;
    height: 12vw;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
  }
  .p-fixed_header__box02 .c-pcSearch__content__form__submit img {
    max-width: 5.3333333333vw;
    width: 100%;
    height: auto;
  }
}
.p-fixed_header_keywords {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 1400px) {
  .p-fixed_header_keywords {
    gap: 1.1538461538vw;
  }
}
@media screen and (max-width: 835px) {
  .p-fixed_header_keywords {
    flex-direction: column;
    align-items: flex-start;
    padding: 5.3333333333vw;
    gap: 2.6666666667vw;
  }
}
.p-fixed_header_keywords_txt {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #333 !important;
  min-width: 125px;
}
@media screen and (max-width: 1400px) {
  .p-fixed_header_keywords_txt {
    min-width: 9.6153846154vw;
    font-size: 1.1538461538vw;
  }
}
@media screen and (max-width: 835px) {
  .p-fixed_header_keywords_txt {
    font-size: 3.7333333333vw;
    min-width: auto;
  }
}
.p-fixed_header_keywords_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
}
@media screen and (max-width: 1400px) {
  .p-fixed_header_keywords_box {
    gap: 0.5384615385vw;
  }
}
@media screen and (max-width: 835px) {
  .p-fixed_header_keywords_box {
    gap: 1.3333333333vw;
  }
}
.p-fixed_header_keywords_box li a {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  border-radius: 13px;
  padding: 3px 9px;
  background: #f6f5f3;
  text-align: center;
  color: #333 !important;
  transition: 0.3s;
}
@media screen and (max-width: 1400px) {
  .p-fixed_header_keywords_box li a {
    font-size: 1.0769230769vw;
    padding: 0.2307692308vw 0.6923076923vw;
    border-radius: 1.1538461538vw;
  }
}
@media screen and (max-width: 835px) {
  .p-fixed_header_keywords_box li a {
    font-size: 3.2vw;
    border-radius: 4vw;
    padding: 0.6666666667vw 1.3333333333vw;
  }
}
@media screen and (min-width: 835px) {
  .p-fixed_header_keywords_box li a:hover {
    background: #64CC82;
    color: #fff !important;
  }
}
.p-fixed_header_nav_list {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.p-fixed_header_nav_list__item {
  cursor: pointer;
  padding: 15px 0;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .p-fixed_header_nav_list__item {
    padding: 1.1538461538vw 0;
  }
}
.p-fixed_header_nav_list__item:last-child .p-fixed_header_nav_list__item_link {
  border-right: 1px solid rgba(112, 112, 112, 0.5019607843);
}
.p-fixed_header_nav_list__item:hover .p-fixed_header_nav_list_childbox {
  opacity: 1;
  visibility: visible;
}
.p-fixed_header_nav_list__item_link {
  display: inline-block;
  padding: 10px 25px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  text-align: left;
  color: #333 !important;
  border-left: 1px solid rgba(112, 112, 112, 0.5019607843);
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .p-fixed_header_nav_list__item_link:hover {
    color: #64CC82 !important;
  }
}
@media screen and (max-width: 1400px) {
  .p-fixed_header_nav_list__item_link {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1400px) {
  .p-fixed_header_nav_list__item_link {
    font-size: 1.0714285714vw;
    padding: 0.7142857143vw 1.4285714286vw;
  }
}
.p-fixed_header_nav_list_childbox {
  display: block;
  position: absolute;
  z-index: 999;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  background: #64CC82;
  border-radius: 3px;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 1400px) {
  .p-fixed_header_nav_list_childbox {
    width: 16.9230769231vw;
    padding: 1.5384615385vw;
    border-radius: 0.2307692308vw;
  }
}
.p-fixed_header_nav_list_childbox li {
  position: relative;
}
.p-fixed_header_nav_list_childbox_item {
  transition: 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .p-fixed_header_nav_list_childbox_item {
    margin-bottom: 0.7692307692vw;
  }
}
.p-fixed_header_nav_list_childbox_item span {
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .p-fixed_header_nav_list_childbox_item span {
    font-size: 1.0769230769vw;
  }
}
.p-fixed_header_nav_list_childbox_item::after {
  content: "";
  display: block;
  width: 16px;
  height: 13px;
  background-image: url(https://dainihonmokuzai.itembox.design/item/img/top/arrowIcon02.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1400px) {
  .p-fixed_header_nav_list_childbox_item::after {
    width: 1.2307692308vw;
    height: 1vw;
  }
}

body .c-header__content02__nav__list__item + .c-header__content02__nav__list__item {
  margin-left: 30px;
}
@media screen and (max-width: 1400px) {
  body .c-header__content02__nav__list__item + .c-header__content02__nav__list__item {
    margin-left: 2.1428571429vw;
  }
}

@media screen and (max-width: 1400px) {
  .c-header__content02__nav__list__item__link__img {
    width: 2.8571428571vw;
  }
  .c-header__content02__nav__list__item__link__text {
    font-size: 1.0714285714vw;
  }
}
@media screen and (max-width: 835px) {
  .c-header__content02__nav__list__item__link__img {
    width: 7.3333333333vw;
  }
  .c-header__content02__nav__list__item__link__text {
    font-size: 3.4666666667vw;
  }
}
.c-header__content02__nav__list__item__link img {
  transition: 0.1s;
}
.c-header__content02__nav__list__item__link .show {
  display: block;
}
.c-header__content02__nav__list__item__link .hoverimg {
  display: none;
}
.c-header__content02__nav__list__item__link:hover .show {
  display: none;
}
.c-header__content02__nav__list__item__link:hover .hoverimg {
  display: block;
}

@media screen and (max-width: 835px) {
  .c-footer_add_banner {
    display: none;
  }
}
.c-footer_add_banner_inner:first-child .c-footer_add_banner_img {
  left: 15px;
}
.c-footer_add_banner_inner .c-footer_add_banner_img {
  left: 5px;
}
.c-footer_add_banner_inner:last-child .c-footer_add_banner_img {
  width: 60px;
  bottom: unset;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1400px) {
  .c-footer_add_banner_inner:last-child .c-footer_add_banner_img {
    width: 4.6153846154vw;
  }
}
@media screen and (max-width: 835px) {
  .c-footer_add_banner_inner:last-child .c-footer_add_banner_img {
    width: 9.3333333333vw;
  }
}
@media screen and (max-width: 1400px) {
  .c-footer_add_banner_inner .c-footer_add_banner_link {
    width: 31.5384615385vw;
  }
}
@media screen and (max-width: 835px) {
  .c-footer_add_banner_inner .c-footer_add_banner_link {
    width: 100%;
  }
}

.c-footer_add_banner_text > span.c_yellow {
  color: #FFE847;
}

.header_add .c-header__content01__inner {
  max-width: 1440px;
  margin: auto;
  padding: 10px 30px;
}
@media screen and (max-width: 1400px) {
  .header_add .c-header__content01__inner {
    padding: 0.7692307692vw 2.3076923077vw;
  }
}
@media screen and (max-width: 835px) {
  .header_add .c-header__content01__inner {
    padding: 2.6666666667vw 4vw;
  }
}
.header_add .c-header__content01__inner__right {
  gap: 30px;
}
@media screen and (max-width: 1400px) {
  .header_add .c-header__content01__inner__right {
    gap: 2.3076923077vw;
  }
}

.c-spMenu__inner__container__content02__content01__list__item__link {
  display: flex;
  align-items: center;
  gap: 1.3333333333vw;
}
.c-spMenu__inner__container__content02__content01__list__item__link .icon-guide {
  filter: invert(1);
  max-width: 4.6666666667vw;
}

.c-header__content01 {
  position: relative;
}
.c-header__content03 {
  display: none;
}
@media screen and (max-width: 835px) {
  .c-header__content03 {
    height: auto;
    display: block;
    background: none;
    padding: 0;
  }
}
.c-header_toptxt {
  display: none;
}
@media screen and (max-width: 835px) {
  .c-header_toptxt {
    display: block;
    font-weight: 400;
    font-size: 2.9333333333vw;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
    background: #64cc82;
    padding: 1.3333333333vw 2.6666666667vw;
  }
}
.c-header .p-fixed_header__box02 {
  display: none;
}
@media screen and (max-width: 835px) {
  .c-header .p-fixed_header__box02 {
    display: none;
  }
}

@media screen and (max-width: 835px) {
  .c-header__content01 .p-fixed_header_nav {
    display: none;
  }
}
.c-header__content01 .p-fixed_header_nav_list__item {
  padding: 0.6666666667vw 0;
}

.p-top-popularranking_body {
  max-width: 960px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
}
@media screen and (max-width: 1400px) {
  .p-top-popularranking_body {
    grid-gap: 4.6153846154vw;
  }
}
@media screen and (max-width: 835px) {
  .p-top-popularranking_body {
    grid-template-columns: 1fr;
    grid-gap: 8vw;
  }
}
.p-top-popularranking__item_head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1400px) {
  .p-top-popularranking__item_head {
    gap: 1.5384615385vw;
  }
}
@media screen and (max-width: 835px) {
  .p-top-popularranking__item_head {
    gap: 2.6666666667vw;
  }
}
.p-top-popularranking__item_head_leftimg {
  max-width: 90px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .p-top-popularranking__item_head_leftimg {
    max-width: 6.9230769231vw;
  }
}
@media screen and (max-width: 835px) {
  .p-top-popularranking__item_head_leftimg {
    max-width: 12vw;
  }
}
.p-top-popularranking__item_head_right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: normal;
  font-size: 26px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #583c17;
  padding-bottom: 10px;
  border-bottom: 2px dashed #64cc82;
}
@media screen and (max-width: 1400px) {
  .p-top-popularranking__item_head_right {
    gap: 0.7692307692vw;
    font-size: 2vw;
    padding-bottom: 0.7692307692vw;
    border-width: 0.1538461538vw;
  }
}
@media screen and (max-width: 835px) {
  .p-top-popularranking__item_head_right {
    font-size: 4.5333333333vw;
    gap: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
    border-width: 0.2666666667vw;
  }
}
.p-top-popularranking__item_head_right img {
  max-width: 35px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1400px) {
  .p-top-popularranking__item_head_right img {
    max-width: 2.6923076923vw;
  }
}
@media screen and (max-width: 835px) {
  .p-top-popularranking__item_head_right img {
    max-width: 4.6666666667vw;
  }
}
.p-top-popularranking__item_content {
  position: relative;
  margin-top: 35px;
}
@media screen and (max-width: 1400px) {
  .p-top-popularranking__item_content {
    margin-top: 2.6923076923vw;
  }
}
@media screen and (max-width: 835px) {
  .p-top-popularranking__item_content {
    margin-top: 4vw;
  }
}
.p-top-popularranking__item_content_head {
  position: relative;
  z-index: 2;
  max-width: 250px;
  width: 100%;
  margin: auto;
  border-radius: 30px;
  background: #64cc82;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 835px) {
  .p-top-popularranking__item_content_head {
    font-size: 3.7333333333vw;
    border-radius: 4vw;
    gap: 1.3333333333vw;
    max-width: 49.3333333333vw;
    padding: 1.6vw;
  }
}
.p-top-popularranking__item_content_head img {
  max-width: 17px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 835px) {
  .p-top-popularranking__item_content_head img {
    max-width: 2.6666666667vw;
  }
}
.p-top-popularranking__item_main {
  margin-top: -10px;
  z-index: 1;
  padding: 30px 20px;
  border-radius: 3px;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.3019607843);
  transition: 0.3s;
  display: flex;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/top/popularranking-img-01-bg.png);
  transition: 0.3s;
}
@media screen and (max-width: 835px) {
  .p-top-popularranking__item_main {
    padding: 4vw 2.6666666667vw;
    border-radius: 0.4vw;
    box-shadow: 0.2666666667vw 0.4vw 0.8vw rgba(0, 0, 0, 0.3019607843);
    margin-top: -1.3333333333vw;
  }
}
@media screen and (min-width: 835px) {
  .p-top-popularranking__item_main:hover {
    opacity: 0.8;
  }
}
.p-top-popularranking__item_main_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px;
  position: relative;
}
@media screen and (max-width: 835px) {
  .p-top-popularranking__item_main_box {
    padding: 2vw;
  }
}
.p-top-popularranking__item_main_box::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(80, 50, 11, 0.7);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
}
.p-top-popularranking__item_main_txt {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.08em;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 835px) {
  .p-top-popularranking__item_main_txt {
    font-size: 3.7333333333vw;
  }
}
.p-top-popularranking__item:nth-child(2) .p-top-popularranking__item_head_right {
  border-bottom: 2px dashed #fe9206;
}
@media screen and (max-width: 835px) {
  .p-top-popularranking__item:nth-child(2) .p-top-popularranking__item_head_right {
    border-width: 0.2666666667vw;
  }
}
.p-top-popularranking__item:nth-child(2) .p-top-popularranking__item_content_head {
  background: #fe9206;
}
.p-top-popularranking__item:nth-child(2) .p-top-popularranking__item_main {
  background-image: url(../img/top/popularranking-img-02-bg.png);
}

.p-top_otherlinks {
  padding-bottom: 40px;
}
@media screen and (max-width: 835px) {
  .p-top_otherlinks {
    padding-bottom: 4vw;
  }
}
.p-top_otherlinks__inner {
  max-width: 1440px;
  margin: auto;
}
.p-top_otherlinks_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 835px) {
  .p-top_otherlinks_grid {
    grid-template-columns: 1fr;
    grid-gap: 4vw;
  }
}
.p-top_otherlinks_grid__item {
  position: relative;
  padding: 25px 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s;
}
@media screen and (max-width: 1400px) {
  .p-top_otherlinks_grid__item {
    padding: 1.9230769231vw 3.8461538462vw;
  }
}
@media screen and (max-width: 835px) {
  .p-top_otherlinks_grid__item {
    padding: 2.6666666667vw 6.6666666667vw;
    border-width: 0.2666666667vw;
  }
}
@media screen and (min-width: 835px) {
  .p-top_otherlinks_grid__item:hover .p-top-content05__inner__content__list__item__link__border01::before,
  .p-top_otherlinks_grid__item:hover .p-top-content05__inner__content__list__item__link__border01::after {
    width: 50%;
    transition: 0.2s;
  }
  .p-top_otherlinks_grid__item:hover .p-top-content05__inner__content__list__item__link__border02::before,
  .p-top_otherlinks_grid__item:hover .p-top-content05__inner__content__list__item__link__border02::after {
    height: 100%;
    transition: 0.2s 0.2s;
  }
  .p-top_otherlinks_grid__item:hover .p-top-content05__inner__content__list__item__link__border03::before,
  .p-top_otherlinks_grid__item:hover .p-top-content05__inner__content__list__item__link__border03::after {
    width: 50%;
    transition: 0.2s 0.4s;
  }
}
.p-top_otherlinks_grid__item:nth-child(1) {
  background-image: url(../img/top/top_otherlinks-bg-01.png);
}
.p-top_otherlinks_grid__item:nth-child(2) {
  background-image: url(../img/top/top_otherlinks-bg-02.png);
}
.p-top_otherlinks_grid__item:nth-child(2) .p-top_otherlinks_grid__item_txt02 {
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1400px) {
  .p-top_otherlinks_grid__item:nth-child(2) .p-top_otherlinks_grid__item_txt02 {
    font-size: 1.8461538462vw;
    gap: 0.7692307692vw;
  }
}
@media screen and (max-width: 835px) {
  .p-top_otherlinks_grid__item:nth-child(2) .p-top_otherlinks_grid__item_txt02 {
    font-size: 3.7333333333vw;
  }
}
.p-top_otherlinks_grid__item:nth-child(2) .p-top_otherlinks_grid__item_txt02 span {
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  background: #e07283;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .p-top_otherlinks_grid__item:nth-child(2) .p-top_otherlinks_grid__item_txt02 span {
    font-size: 1vw;
    width: 2.6153846154vw;
    height: 2.6153846154vw;
  }
}
@media screen and (max-width: 835px) {
  .p-top_otherlinks_grid__item:nth-child(2) .p-top_otherlinks_grid__item_txt02 span {
    font-size: 2.6666666667vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.p-top_otherlinks_grid__item:nth-child(3) {
  background-image: url(../img/top/top_otherlinks-bg-03.png);
}
.p-top_otherlinks_grid__item .p-top-content05__inner__content__list__item__link__border01::before,
.p-top_otherlinks_grid__item .p-top-content05__inner__content__list__item__link__border02::before,
.p-top_otherlinks_grid__item .p-top-content05__inner__content__list__item__link__border03::before {
  border-radius: 0;
  border-color: #e06f80;
}
.p-top_otherlinks_grid__item .p-top-content05__inner__content__list__item__link__border01::after,
.p-top_otherlinks_grid__item .p-top-content05__inner__content__list__item__link__border02::after,
.p-top_otherlinks_grid__item .p-top-content05__inner__content__list__item__link__border03::after {
  border-radius: 0;
  border-color: #e06f80;
}
.p-top_otherlinks_grid__item_box {
  padding: 30px;
  background: rgba(246, 245, 243, 0.7490196078);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
@media screen and (max-width: 1400px) {
  .p-top_otherlinks_grid__item_box {
    padding: 2.3076923077vw;
    gap: 0.3846153846vw;
  }
}
@media screen and (max-width: 835px) {
  .p-top_otherlinks_grid__item_box {
    padding: 2.6666666667vw;
    gap: 0.6666666667vw;
  }
}
.p-top_otherlinks_grid__item_box img {
  max-width: 40px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1400px) {
  .p-top_otherlinks_grid__item_box img {
    max-width: 3.0769230769vw;
  }
}
@media screen and (max-width: 835px) {
  .p-top_otherlinks_grid__item_box img {
    max-width: 5.3333333333vw;
  }
}
.p-top_otherlinks_grid__item_txt01 {
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  color: #583c17;
}
@media screen and (max-width: 1400px) {
  .p-top_otherlinks_grid__item_txt01 {
    font-size: 1.6923076923vw;
  }
}
@media screen and (max-width: 835px) {
  .p-top_otherlinks_grid__item_txt01 {
    font-size: 4.5333333333vw;
  }
}
.p-top_otherlinks_grid__item_txt02 {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #e06f80;
}
@media screen and (max-width: 1400px) {
  .p-top_otherlinks_grid__item_txt02 {
    font-size: 1.5384615385vw;
  }
}
@media screen and (max-width: 835px) {
  .p-top_otherlinks_grid__item_txt02 {
    font-size: 3.7333333333vw;
  }
}

.sec_pd {
  padding: 80px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 835px) {
  .sec_pd {
    padding: 13.3333333333vw 6.6666666667vw;
  }
}

.p-top_otherlinks02 {
  background: rgba(235, 222, 178, 0.4);
}
.p-top_otherlinks02_inner {
  max-width: 1250px;
  margin: auto;
}
.p-top_otherlinks02_grid {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1400px) {
  .p-top_otherlinks02_grid {
    grid-gap: 3.0769230769vw;
  }
}
@media screen and (max-width: 835px) {
  .p-top_otherlinks02_grid {
    grid-template-columns: 1fr;
    grid-gap: 5.3333333333vw;
  }
}
.p-top_otherlinks02_grid__item {
  position: relative;
  outline: 2px solid #846f54;
  background-color: #f6f5f3;
  padding: 35px 40px;
  background-image: url(../img/top/beginer-bg.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
}
@media screen and (max-width: 1400px) {
  .p-top_otherlinks02_grid__item {
    padding: 2.6923076923vw 3.0769230769vw;
  }
}
@media screen and (max-width: 835px) {
  .p-top_otherlinks02_grid__item {
    background-image: url(../img/top/beginer-bg-sp.png);
    padding: 5.3333333333vw 5.3333333333vw 3.3333333333vw;
  }
}
@media screen and (min-width: 835px) {
  .p-top_otherlinks02_grid__item:hover .p-top-content05__inner__content__list__item__link__border01::before,
  .p-top_otherlinks02_grid__item:hover .p-top-content05__inner__content__list__item__link__border01::after {
    width: 50%;
    transition: 0.2s;
  }
  .p-top_otherlinks02_grid__item:hover .p-top-content05__inner__content__list__item__link__border02::before,
  .p-top_otherlinks02_grid__item:hover .p-top-content05__inner__content__list__item__link__border02::after {
    height: 100%;
    transition: 0.2s 0.2s;
  }
  .p-top_otherlinks02_grid__item:hover .p-top-content05__inner__content__list__item__link__border03::before,
  .p-top_otherlinks02_grid__item:hover .p-top-content05__inner__content__list__item__link__border03::after {
    width: 50%;
    transition: 0.2s 0.4s;
  }
}
.p-top_otherlinks02_grid__item .p-top-content05__inner__content__list__item__link__border01::before,
.p-top_otherlinks02_grid__item .p-top-content05__inner__content__list__item__link__border02::before,
.p-top_otherlinks02_grid__item .p-top-content05__inner__content__list__item__link__border03::before {
  border-radius: 0;
  border-color: #64cc82;
}
.p-top_otherlinks02_grid__item .p-top-content05__inner__content__list__item__link__border01::after,
.p-top_otherlinks02_grid__item .p-top-content05__inner__content__list__item__link__border02::after,
.p-top_otherlinks02_grid__item .p-top-content05__inner__content__list__item__link__border03::after {
  border-radius: 0;
  border-color: #64cc82;
}
.p-top_otherlinks02_grid__item:nth-child(2) {
  background-image: url(https://dainihonmokuzai.itembox.design/item/img/top/reason-bg.png);
}
@media screen and (max-width: 835px) {
  .p-top_otherlinks02_grid__item:nth-child(2) {
    background-image: url(https://dainihonmokuzai.itembox.design/item/img/top/reason-bg-sp.png);
  }
}
@media screen and (max-width: 835px) {
  .p-top_otherlinks02_grid__item .itembox {
    max-width: 53.3333333333vw;
  }
}
.p-top_otherlinks02_grid__item_title {
  font-weight: 400;
  font-size: 34px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #333;
  display: inline-block;
  border-bottom: 5px solid #64cc82;
}
@media screen and (max-width: 1400px) {
  .p-top_otherlinks02_grid__item_title {
    font-size: 2.6153846154vw;
    border-width: 0.3846153846vw;
  }
}
@media screen and (max-width: 835px) {
  .p-top_otherlinks02_grid__item_title {
    border-width: 0.6666666667vw;
    font-size: 5.3333333333vw;
  }
}
.p-top_otherlinks02_grid__item_txt {
  margin: 15px auto 20px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1400px) {
  .p-top_otherlinks02_grid__item_txt {
    margin: 1.1538461538vw auto 1.5384615385vw;
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 835px) {
  .p-top_otherlinks02_grid__item_txt {
    margin: 2.6666666667vw auto;
    font-size: 3.7333333333vw;
  }
}
.p-top_otherlinks02_grid__item_morelink {
  width: 200px;
  height: 40px;
  border-radius: 3px;
  background: #846f54;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .p-top_otherlinks02_grid__item_morelink {
    width: 15.3846153846vw;
    height: 3.0769230769vw;
  }
}
@media screen and (max-width: 835px) {
  .p-top_otherlinks02_grid__item_morelink {
    width: 53.3333333333vw;
    height: 8vw;
  }
}
.p-top_otherlinks02_grid__item_morelink::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #846F54;
  position: absolute;
  top: 0;
  left: 0;
}
.p-top_otherlinks02_grid__item_morelink span {
  letter-spacing: 0.1em;
  color: #ffffff;
  position: relative;
  z-index: 10;
  font-size: 16px;
}
@media screen and (max-width: 1400px) {
  .p-top_otherlinks02_grid__item_morelink span {
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 835px) {
  .p-top_otherlinks02_grid__item_morelink span {
    font-size: 3.7333333333vw;
  }
}

.pc_hidden {
  display: none;
}
@media screen and (max-width: 835px) {
  .pc_hidden {
    display: block;
  }
}

.sp_hidden {
  display: block;
}
@media screen and (max-width: 835px) {
  .sp_hidden {
    display: none;
  }
}

.p-top-ranking {
  padding-top: 150px;
  background: transparent;
  /* Style tab links */
}
@media screen and (max-width: 1400px) {
  .p-top-ranking {
    padding-top: 11.5384615385vw;
  }
}
.p-top-ranking.ranking02 {
  background: #f6f5f3;
}
.p-top-ranking.ranking03 {
  padding-bottom: 40px;
}
.p-top-ranking.ranking03 .p-top-ranking_head {
  grid-template-columns: 1fr 1fr;
}
.p-top-ranking_body {
  max-width: 1280px;
  margin: auto;
}
@media screen and (max-width: 1400px) {
  .p-top-ranking_body {
    max-width: 98.4615384615vw;
  }
}
@media screen and (max-width: 835px) {
  .p-top-ranking_body {
    max-width: 100%;
  }
}
.p-top-ranking_head {
  border-top: 2px solid rgba(132, 111, 84, 0.7019607843);
  padding-top: 60px;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 13px;
}
@media screen and (max-width: 1400px) {
  .p-top-ranking_head {
    margin-top: 2.3076923077vw;
    padding-top: 4.6153846154vw;
    border-width: 0.1538461538vw;
    grid-gap: 1vw;
  }
}
@media screen and (max-width: 835px) {
  .p-top-ranking_head {
    padding-top: 6.6666666667vw;
    margin-top: 4vw;
    border-width: 0.2666666667vw;
    grid-gap: 1.3333333333vw;
    padding-left: 1.3333333333vw;
    padding-right: 1.3333333333vw;
  }
}
.p-top-ranking_head .tablink {
  background: #fff;
  border: 2px solid #cea195;
  border-bottom: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #cea195;
  padding: 15px;
}
@media screen and (max-width: 1400px) {
  .p-top-ranking_head .tablink {
    padding: 1.1538461538vw;
    font-size: 1.2307692308vw;
    border-width: 0.1538461538vw;
  }
}
@media screen and (max-width: 835px) {
  .p-top-ranking_head .tablink {
    font-size: 3.2vw;
    padding: 2.6666666667vw 0.6666666667vw;
    border-width: 0.2666666667vw;
  }
}
.p-top-ranking_head .tablink.active {
  color: #fff !important;
}
.p-top-ranking_head .tablink01:nth-child(2) {
  color: #a69462;
  border-color: #a69462;
}
.p-top-ranking_head .tablink01:nth-child(3) {
  color: #d3925b;
  border-color: #d3925b;
}
.p-top-ranking_head .tablink01:nth-child(4) {
  color: #818538;
  border-color: #818538;
}
.p-top-ranking_head .tablink01:nth-child(5) {
  color: #5e96b1;
  border-color: #5e96b1;
}
.p-top-ranking_head .tablink02:nth-child(1) {
  color: #333;
  border-color: #eadfae;
}
.p-top-ranking_head .tablink02:nth-child(2) {
  color: #333;
  border-color: #ecf1c8;
}
.p-top-ranking_head .tablink02:nth-child(3) {
  color: #333;
  border-color: #d8e9d9;
}
.p-top-ranking_head .tablink02:nth-child(4) {
  color: #333;
  border-color: #b2cad6;
}
.p-top-ranking_head .tablink02:nth-child(5) {
  color: #333;
  border-color: #b2b6d6;
}
.p-top-ranking_head .tablink03:nth-child(1) {
  color: #333;
  border-color: #deceb4;
}
.p-top-ranking_head .tablink03:nth-child(2) {
  color: #333;
  border-color: #bcc9c0;
}
.p-top-ranking .tabcontent {
  color: white;
  padding: 50px;
  display: none;
  height: 100%;
}
@media screen and (max-width: 1400px) {
  .p-top-ranking .tabcontent {
    padding: 3.8461538462vw;
  }
}
@media screen and (max-width: 835px) {
  .p-top-ranking .tabcontent {
    display: block;
    padding: 10.6666666667vw 4vw;
    padding-bottom: 17.3333333333vw;
    padding-right: 0;
  }
}
.p-top-ranking .tabcontent02 .p-top-ranking_products__item_name,
.p-top-ranking .tabcontent03 .p-top-ranking_products__item_name {
  color: #333;
}
.p-top-ranking_products {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 40px;
}
@media screen and (max-width: 1400px) {
  .p-top-ranking_products {
    grid-gap: 3.0769230769vw;
  }
}
@media screen and (max-width: 835px) {
  .p-top-ranking_products {
    display: flex;
  }
}
.p-top-ranking_products__item {
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .p-top-ranking_products__item:hover {
    opacity: 0.8;
  }
}
.p-top-ranking_products__item_img {
  position: relative;
}
.p-top-ranking_products__item_img .number {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .p-top-ranking_products__item_img .number {
    top: -0.7692307692vw;
    left: -0.7692307692vw;
    font-size: 1.6923076923vw;
    width: 3.0769230769vw;
    height: 3.0769230769vw;
  }
}
@media screen and (max-width: 835px) {
  .p-top-ranking_products__item_img .number {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    font-size: 3.3333333333vw;
    top: -2vw;
    left: -2vw;
  }
}
.p-top-ranking_products__item_img .number.bg_01 {
  background: #d3b55b;
}
.p-top-ranking_products__item_img .number.bg_02 {
  background: #b1b1b5;
}
.p-top-ranking_products__item_img .number.bg_03 {
  background: #8c6239;
}
.p-top-ranking_products__item_img .number.bg_04 {
  background: #64cc82;
}
.p-top-ranking_products__item_img .number.bg_05 {
  background: #64cc82;
}
.p-top-ranking_products__item_name {
  margin-top: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .p-top-ranking_products__item_name {
    margin-top: 1.1538461538vw;
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 835px) {
  .p-top-ranking_products__item_name {
    font-size: 3.7333333333vw;
    margin-top: 2vw;
  }
}
@media screen and (max-width: 835px) {
  .p-top-ranking_products .slick-list {
    padding-left: 0 !important;
  }
  .p-top-ranking_products .slick-slide {
    margin: 2.6666666667vw;
  }
  .p-top-ranking_products .slick-dots {
    bottom: -10.6666666667vw;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-top-ranking_products .slick-dots li.slick-active button {
    background: #fff;
  }
  .p-top-ranking_products .slick-dots li button {
    border-radius: 50%;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border: 1px solid #fff;
  }
  .p-top-ranking_products .slick-dots li button::before {
    content: "";
  }
  .p-top-ranking_products .slick-prev {
    left: 18.6666666667vw;
    top: unset;
    bottom: -12vw;
  }
  .p-top-ranking_products .slick-prev::before {
    content: "❮";
  }
  .p-top-ranking_products .slick-next {
    right: 18.6666666667vw;
    top: unset;
    bottom: -12vw;
  }
  .p-top-ranking_products .slick-next::before {
    content: "❯";
  }
}
.p-top-ranking #ranking01 {
  background-color: #cea195;
}
.p-top-ranking #ranking02 {
  background-color: #a69462;
}
.p-top-ranking #ranking03 {
  background-color: #d3925b;
}
.p-top-ranking #ranking04 {
  background-color: #818538;
}
.p-top-ranking #ranking05 {
  background-color: #5e96b1;
}
.p-top-ranking #ranking06 {
  background-color: #eadfae;
}
.p-top-ranking #ranking07 {
  background-color: #ecf1c8;
}
.p-top-ranking #ranking08 {
  background-color: #d8e9d9;
}
.p-top-ranking #ranking09 {
  background-color: #b2cad6;
}
.p-top-ranking #ranking10 {
  background-color: #b2b6d6;
}
.p-top-ranking #ranking11 {
  background-color: #deceb4;
}
.p-top-ranking #ranking12 {
  background-color: #bcc9c0;
}

.p-top-content05__inner__heading__text {
  position: relative;
}
.p-top-content05__inner__heading__text .titleimg {
  max-width: 265px;
  width: 100%;
  position: absolute;
  bottom: -30px;
}
@media screen and (max-width: 1400px) {
  .p-top-content05__inner__heading__text .titleimg {
    bottom: -2.3076923077vw;
  }
}
@media screen and (max-width: 835px) {
  .p-top-content05__inner__heading__text .titleimg {
    max-width: 21.3333333333vw;
    bottom: -4vw;
  }
}
.p-top-content05__inner__heading__text .rightimg {
  right: -280px;
}
@media screen and (max-width: 835px) {
  .p-top-content05__inner__heading__text .rightimg {
    right: -22.6666666667vw;
  }
}
.p-top-content05__inner__heading__text .leftimg {
  left: -280px;
}
@media screen and (max-width: 835px) {
  .p-top-content05__inner__heading__text .leftimg {
    left: -22.6666666667vw;
  }
}

.p-top-content03 {
  padding-bottom: 80px;
}
@media screen and (max-width: 835px) {
  .p-top-content03 {
    padding-bottom: 13.3333333333vw;
  }
}
.p-top-content03__inner__heading__content__button {
  margin-bottom: 20px;
}

.p-top-content03__inner__content__item__list__item[data-item="0_1"] .p-top-content03__inner__content__item__list__item__link {
  background-image: url(../img/top/hinoki-bg-0_1.png);
}

.p-top-content03__inner__content__item__list__item[data-item="0_2"] .p-top-content03__inner__content__item__list__item__link {
  background-image: url(../img/top/hinoki-bg-0_2.png);
}

.p-top-content03__inner__content__item__list__item[data-item="0_3"] .p-top-content03__inner__content__item__list__item__link {
  background-image: url(../img/top/hinoki-bg-0_3.png);
}

.p-top-content03__inner__content__item__list__item[data-item="0_4"] .p-top-content03__inner__content__item__list__item__link {
  background-image: url(../img/top/hinoki-bg-0_4.png);
}

.p-top-columns {
  background: #f6f5f3;
}
.p-top-columns_body {
  max-width: 1240px;
  margin: auto;
  margin-top: 40px;
}
@media screen and (max-width: 1400px) {
  .p-top-columns_body {
    max-width: 95.3846153846vw;
    margin-top: 3.0769230769vw;
  }
}
@media screen and (max-width: 835px) {
  .p-top-columns_body {
    max-width: 100%;
    margin-top: 6.6666666667vw;
  }
}
.p-top-columns_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
}
@media screen and (max-width: 1400px) {
  .p-top-columns_grid {
    grid-gap: 3.0769230769vw;
  }
}
@media screen and (max-width: 835px) {
  .p-top-columns_grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 5.3333333333vw;
  }
}
.p-top-columns_grid__item {
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .p-top-columns_grid__item:hover .p-top-columns_grid__item_title, .p-top-columns_grid__item:hover .p-top-columns_grid__item_date {
    color: #64CC82;
  }
}
.p-top-columns_grid__item_title {
  transition: 0.3s;
  margin: 15px auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1400px) {
  .p-top-columns_grid__item_title {
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 835px) {
  .p-top-columns_grid__item_title {
    font-size: 3.7333333333vw;
  }
}
.p-top-columns_grid__item_date {
  transition: 0.3s;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1400px) {
  .p-top-columns_grid__item_date {
    font-size: 1.3846153846vw;
  }
}
@media screen and (max-width: 835px) {
  .p-top-columns_grid__item_date {
    font-size: 3.4666666667vw;
  }
}

.l-footer.footer_add {
  padding-top: 0;
}
@media screen and (max-width: 835px) {
  .l-footer.footer_add {
    margin-bottom: 26.6666666667vw;
  }
}
.l-footer.footer_add .c-footer__content03 {
  background: rgba(246, 245, 243, 0.8);
  display: block;
  padding: 40px 0;
}
@media screen and (max-width: 835px) {
  .l-footer.footer_add .c-footer__content03 {
    padding: 10.6666666667vw 6.6666666667vw;
  }
}
.l-footer.footer_add .c-footer__content03__inner {
  border: none;
  padding: 0;
}
.l-footer.footer_add .c-footer__content03__inner__content {
  margin-top: 30px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 835px) {
  .l-footer.footer_add .c-footer__content03__inner__content {
    margin-top: 6.6666666667vw;
    gap: 2.6666666667vw;
  }
}
.l-footer.footer_add .c-footer__content03__inner__content__bottom {
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #64cc82;
}
@media screen and (max-width: 835px) {
  .l-footer.footer_add .c-footer__content03__inner__content__bottom {
    font-size: 4.5333333333vw;
  }
}
.l-footer.footer_add .c-footer__content03__inner__content__left {
  width: auto;
}
.l-footer.footer_add .c-footer__content03__inner__content__left::before {
  content: "";
  background-image: none;
  bottom: 0;
  left: 0px;
  width: 1px;
  height: 25px;
  transform: rotate(-20deg);
  background: #64cc82;
}
@media screen and (max-width: 835px) {
  .l-footer.footer_add .c-footer__content03__inner__content__left::before {
    margin-right: 3.3333333333vw;
    height: 5.3333333333vw;
  }
}
.l-footer.footer_add .c-footer__content03__inner__content__left::after {
  content: "";
  background-image: none;
  bottom: 0;
  right: 0px;
  width: 1px;
  height: 25px;
  transform: rotate(20deg);
  background: #64cc82;
}
@media screen and (max-width: 835px) {
  .l-footer.footer_add .c-footer__content03__inner__content__left::after {
    margin-left: 3.3333333333vw;
    height: 5.3333333333vw;
  }
}
.l-footer.footer_add .c-footer__content03__inner__content__left__text {
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 19px;
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: center;
  color: #64cc82;
}
@media screen and (max-width: 835px) {
  .l-footer.footer_add .c-footer__content03__inner__content__left__text {
    font-size: 4.5333333333vw;
  }
}
.l-footer.footer_add .c-footer__content03__inner__content__right {
  width: 50px;
  height: 50px;
  margin: 0;
}
@media screen and (max-width: 835px) {
  .l-footer.footer_add .c-footer__content03__inner__content__right {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.l-footer.footer_add .c-footer__content03__inner__content__right a img {
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .l-footer.footer_add .c-footer__content03__inner__content__right a:hover img {
    filter: contrast(0.5);
  }
}
.l-footer.footer_add .c-footer__content03_toptxt {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.8;
  text-align: center;
  color: #583c17;
}
@media screen and (max-width: 835px) {
  .l-footer.footer_add .c-footer__content03_toptxt {
    font-size: 4.2666666667vw;
  }
}
.l-footer.footer_add .c-footer__content02__inner__pc__inner__content01__inner__item[data-item="2"] {
  width: 25%;
}
.l-footer.footer_add .c-footer__content02__inner__pc__inner__content01__inner__item[data-item="2"] .c-footer__content02__inner__pc__inner__content01__inner__item__content__list {
  width: 100%;
}
@media screen and (max-width: 835px) {
  .l-footer.footer_add .c-footer_add_contact {
    display: none;
    bottom: 13.3333333333vw;
  }
}
.l-footer.footer_add .c-footer_add_contact_inner {
  max-width: 1000px;
  margin: auto;
}
.l-footer.footer_add .c-footer_add_contact .c-footer_add_banner_inner {
  width: 50%;
}
.l-footer.footer_add .c-footer_add_contact .c-footer_add_banner_inner:first-child .c-footer_add_banner_img {
  left: 20px;
}
.l-footer.footer_add .c-footer_add_contact .c-footer_add_banner_inner:last-child .c-footer_add_banner_img {
  left: 30px;
}
.l-footer.footer_add .c-footer_add_contact .c-footer_add_banner_img {
  width: 60px;
  left: 5px;
  bottom: 0;
  top: unset;
  transform: none;
}
@media screen and (max-width: 835px) {
  .l-footer.footer_add .c-footer_add_contact .c-footer_add_banner_img {
    width: 45px;
    left: 5px !important;
  }
}
.l-footer .c-footer_add_contact_btn {
  gap: 20px;
}
@media screen and (max-width: 835px) {
  .l-footer .c-footer_add_contact_btn {
    gap: 0;
  }
}
.l-footer .c-footer_add_contact_btn_box {
  width: 50%;
  margin: auto;
}
.l-footer .c-footer_add_others_btn {
  max-width: 1000px;
  margin: auto;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.l-footer .c-footer_add_others_btn .c-footer_add_banner_inner {
  max-width: 35%;
  width: 100%;
}
.l-footer .c-footer_add_others_btn .c-footer_add_banner_link {
  width: 100%;
  min-height: 65px;
  font-size: 20px;
}
@media screen and (max-width: 1400px) {
  .l-footer .c-footer_add_others_btn .c-footer_add_banner_link {
    font-size: 1.5873015873vw;
  }
}
.l-footer .c-footer_add_others_btn .c-footer_add_banner_text {
  margin-left: 35px;
}

.c-footer_fixedmeun {
  display: none;
}
@media screen and (max-width: 835px) {
  .c-footer_fixedmeun {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
  }
  .c-footer_fixedmeun_list {
    display: grid;
    grid-gap: 0;
    grid-template-columns: repeat(5, 1fr);
  }
  .c-footer_fixedmeun_list__item {
    position: relative;
  }
  .c-footer_fixedmeun_list__item:first-child:hover .c-footer_fixedmeun_childbox {
    display: block;
  }
  .c-footer_fixedmeun_list__item::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 10vw;
    background: rgba(112, 112, 112, 0.5019607843);
  }
  .c-footer_fixedmeun_list__item:last-child::after {
    width: 0;
  }
  .c-footer_fixedmeun_list__item_links {
    padding: 2vw;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 0.6666666667vw;
    font-weight: 400;
    font-size: 2.6666666667vw;
    text-align: center;
    color: #333;
  }
  .c-footer_fixedmeun_list__item_links img {
    width: auto;
    height: 6vw;
  }
  .c-footer_fixedmeun_childbox {
    position: absolute;
    top: -38.6666666667vw;
    left: 2.6666666667vw;
    width: 58.6666666667vw;
    border-radius: 6px;
    background: #64cc82;
    border: 2px solid #fff;
    transition: 0.3s;
    display: none;
  }
  .c-footer_fixedmeun_childbox__list {
    padding: 4vw 5.3333333333vw;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .c-footer_fixedmeun_childbox__list_item {
    width: 100%;
  }
  .c-footer_fixedmeun_childbox__list_item:first-child a {
    padding-top: 0;
  }
  .c-footer_fixedmeun_childbox__list_item:last-child a {
    border: none;
    padding-bottom: 0;
  }
  .c-footer_fixedmeun_childbox__list_item a {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 2.6666666667vw 0;
    font-weight: 400;
    font-size: 4vw;
    text-align: left;
    color: #fff !important;
    border-bottom: 1px solid #fff;
    position: relative;
  }
  .c-footer_fixedmeun_childbox__list_item a::after {
    content: "";
    display: block;
    width: 5.3333333333vw;
    height: 3.3333333333vw;
    background-image: url(https://dainihonmokuzai.itembox.design/item/img/top/arrowIcon02.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.otherpage_more {
  position: fixed;
  max-width: 16vw;
  bottom: 28vw;
  left: 2.6666666667vw;
  z-index: 99;
  transition: 0.3s;
  display: none;
}
.otherpage_more_box {
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0;
  padding: 8vw;
  border-radius: 6.6666666667vw;
  background: #effaf2;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  width: 60vw;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  height: 0;
  transition: 0.3s;
}
.otherpage_more_box.open {
  visibility: visible;
  z-index: 9;
  opacity: 1;
  height: auto;
}
.otherpage_more_box ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4vw;
}
.otherpage_more_box ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3.7333333333vw;
  letter-spacing: 0.08em;
  text-align: left;
  color: #50320b !important;
  position: relative;
  padding-left: 4.6666666667vw;
}
.otherpage_more_box ul li a.current {
  color: #64CC82 !important;
}
.otherpage_more_box ul li a.current::before {
  background-image: url(https://dainihonmokuzai.itembox.design/item/img/common/icon-arrow-green.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.otherpage_more_box ul li a::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 3.4666666667vw;
  height: 2.9333333333vw;
  background-image: url(https://dainihonmokuzai.itembox.design/item/img/common/icon-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.otherpage_more_box .close {
  position: absolute;
  bottom: 3.3333333333vw;
  right: 3.3333333333vw;
  font-size: 6.6666666667vw;
  color: #64cc82;
  font-weight: 500;
  line-height: 1;
}/*# sourceMappingURL=page.css.map */