@charset "UTF-8";
@font-face {
  font-family: "genEi";
  src: url(../css/font/GenEiAntiquePv5-M.woff) format("woff"), url(../css/font/GenEiAntiquePv5-M.eot) format("eot");
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1;
}

body {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 1rem;
  position: relative;
  z-index: -2;
}
@media screen and (max-width: 600px) {
  body {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
         text-size-adjust: 100%;
  }
}

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

ul {
  list-style: none;
}

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

button {
  padding: 0;
  margin: 0;
  border-width: 0;
}

@media screen and (max-width: 990px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .pcsp {
    display: none;
  }
}

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

.tab-inline {
  display: none;
}
@media screen and (max-width: 990px) {
  .tab-inline {
    display: inline-block;
  }
}

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

.header {
  position: fixed;
  height: 100svh;
  width: 480px;
  background: linear-gradient(180deg, #728352, #2A521E);
  z-index: 999;
  padding-top: 20svh;
  padding-left: 46px;
  transform: translateX(-385px);
  padding-bottom: 35px;
  transition: transform 0.3s ease-in;
}
@media screen and (max-width: 990px) {
  .header {
    display: none;
  }
}
.header.active {
  transform: translateX(0);
}
.header__ham {
  width: 31px;
  height: 18px;
  position: absolute;
  top: 45px;
  right: 28px;
  cursor: pointer;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .header__ham:hover {
    opacity: 0.6;
  }
}
.header__ham span {
  position: absolute;
  width: 25px;
  height: 1px;
  background-color: #FFF;
  transition: all 0.3s;
}
.header__ham span:nth-of-type(1) {
  top: 0;
  right: 0;
}
.header__ham span:nth-of-type(2) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header__ham span:nth-of-type(3) {
  bottom: 0;
  left: 0;
}
.header__ham::before {
  content: "MENU";
  display: block;
  font-size: 0.8125rem;
  font-family: "genEi", sans-serif;
  line-height: 1.3076923077;
  letter-spacing: -0.05em;
  color: #FFF;
  padding-top: 33px;
  margin-left: -3px;
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  .header__ham::before {
    font-size: 0.625rem;
    padding-top: 26px;
  }
}
.header__ham.active span:nth-of-type(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header__ham.active span:nth-of-type(2) {
  opacity: 0;
}
.header__ham.active span:nth-of-type(3) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header__ham.active::before {
  transition: all 0.3s;
  opacity: 0;
}
.header__container {
  height: calc(100% - 112px);
  overflow-y: scroll;
  scrollbar-width: none;
}
.header__container::-webkit-scrollbar {
  display: none;
}
.header__logo {
  width: 200px;
  height: 66px;
  margin-left: -20px;
  margin-bottom: 46px;
}
.header__logo img {
  height: auto;
}
.header__listWrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.header__area-item {
  margin-bottom: 17px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .header__area-item {
    margin-bottom: 13px;
  }
}
.header__area-item a {
  color: #FFF;
  line-height: 1.625;
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  .header__area-item a {
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
}
@media (hover: hover) and (pointer: fine) {
  .header__area-item a:hover {
    opacity: 0.6;
  }
}
.header__area-item.cat:last-of-type .header__area-button {
  display: none;
}
.header__area-button {
  width: 11px;
  height: 11px;
  position: absolute;
  top: 5px;
  left: 91px;
  cursor: pointer;
  transition: all 0.3s;
}
.header__area-button span {
  width: 100%;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  top: 5px;
  left: 0;
  transition: all 0.3s;
}
.header__area-button span:last-of-type {
  transform: rotate(90deg);
  transition: all 0.3s;
}
.header__area-button.active span {
  transition: all 0.3s;
  transform: rotate(180deg);
}
.header__area-button.active span:last-of-type {
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .header__area-button:hover {
    opacity: 0.6;
  }
}
.header__child {
  padding-left: 20px;
  overflow: hidden;
  padding-top: 0px;
  transition: all 0.5s;
  max-height: 0;
}
.header__child-item {
  margin-bottom: 9px;
}
.header__child-item:last-of-type {
  margin-bottom: 0;
}
.header__child.active {
  padding-top: 12px;
}
.header-sub__item {
  margin-bottom: 10px;
}
.header-sub__item:last-of-type {
  margin-bottom: 0;
}
.header-sub__item a {
  font-size: 0.75rem;
  line-height: 1.6666666667;
  color: #fff;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .header-sub__item a:hover {
    opacity: 0.6;
  }
}
.header-sns {
  position: absolute;
  right: 35px;
  bottom: 35px;
}
.header-sns__ttl {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  color: #FFF;
  font-family: "genEi", sans-serif;
  margin-bottom: 13px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .header-sns__ttl {
    font-size: 0.625rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
.header-sns__icon {
  display: block;
  width: 25px;
  margin-bottom: 18px;
}
@media screen and (max-width: 600px) {
  .header-sns__icon {
    margin-bottom: 14px;
  }
}
.header-sns__icon:last-of-type {
  margin-bottom: 0;
}

.sp-header {
  display: none;
}
@media screen and (max-width: 990px) {
  .sp-header {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 70px;
    height: 100svh;
    background-color: #FFFFF0;
    z-index: 999;
    transform: translateY(0);
    transition: height 0.5s, transform 0.3s;
  }
}
@media screen and (max-width: 600px) {
  .sp-header {
    width: 50px;
  }
}
.sp-header.short {
  height: 125px;
  border-radius: 0 0 0 8px;
}
.sp-header.short .sp-header__main {
  opacity: 0;
}
@media screen and (max-width: 600px) {
  .sp-header.short {
    height: 90px;
  }
}
.sp-header.up-hidden {
  transition: all 0.5s;
  transform: translateY(-100%);
}
.sp-header .header__ham {
  right: 18px;
  z-index: 9999;
}
@media screen and (max-width: 600px) {
  .sp-header .header__ham {
    right: 8px;
    top: 29px;
  }
}
.sp-header .header__ham span {
  background-color: #677747;
}
.sp-header .header__ham::before {
  color: #677747;
}
.sp-header .header__ham.active span {
  background-color: #fff;
}
.sp-header .header__ham.active span::before {
  color: #fff;
}
.sp-header__main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.sp-header__main-txt {
  writing-mode: vertical-rl;
  text-orientation: sideways;
  color: #677747;
  font-size: 18px;
  margin-bottom: 44px;
}
.sp-header__main-txt:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .sp-header__main-txt {
    font-size: 15px;
  }
  .sp-header__main-txt:last-of-type {
    font-size: 12px;
  }
}
.sp-header__line {
  position: absolute;
  left: 50%;
  bottom: 28px;
  height: 100px;
  transition: all 0.3s;
}
.sp-header__line span {
  position: absolute;
  top: 0;
  width: 1px;
  height: 70px;
  background-color: #677747;
  animation: linemove 1.4s ease-in-out infinite;
  opacity: 0;
}
@keyframes linemove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  20% {
    height: 70px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100px;
    opacity: 0;
  }
}
.sp-header__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100svw;
  height: 100svh;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.sp-header__wrapper.active {
  opacity: 1;
  visibility: visible;
}
.sp-header__inner {
  background: linear-gradient(180deg, #728352, #2A521E);
  height: 100%;
  width: 60%;
  margin-right: 0;
  margin-left: auto;
  padding-top: 145px;
  padding-left: 24px;
  padding-bottom: 63px;
}
@media screen and (max-width: 600px) {
  .sp-header__inner {
    width: 280px;
  }
}
.sp-header__inner .header-sns {
  bottom: 63px;
}
.sp-header__logo {
  width: 80px;
  height: 80px;
  margin-bottom: 18px;
}
@media screen and (max-width: 600px) {
  .sp-header__logo {
    width: 50px;
    height: 50px;
  }
}
.sp-header__container {
  height: calc(100% - 98px);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (max-width: 600px) {
  .sp-header__container {
    overflow-y: scroll;
    height: calc(100% - 68px);
  }
}

.fv {
  position: fixed;
  width: 50%;
  height: 100svh;
  z-index: -1;
}
.fv img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 990px) {
  .fv {
    position: relative;
    height: 75svh;
    width: 100%;
  }
}
.fv-ttl {
  position: absolute;
  font-size: 2.8125rem;
  line-height: 1.3428571429;
  color: #FFF;
  font-family: "genEi", sans-serif;
  top: 200px;
  left: 6.5%;
}
@media screen and (max-width: 600px) {
  .fv-ttl {
    top: 109px;
    left: 6.5%;
    font-size: 1.875rem;
    line-height: 1.3333333333;
  }
}
.fv-ttl__txt {
  margin-bottom: 15px;
}
.fv-ttl__txt:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .fv-ttl__txt {
    margin-bottom: 0;
  }
}

.main {
  width: 50%;
  margin-left: auto;
  position: relative;
  background-color: rgba(255, 254, 243, 0.5);
}
@media screen and (max-width: 990px) {
  .main {
    width: 100%;
  }
}

.section-ttl {
  display: inline-block;
  position: relative;
}
.section-ttl__main {
  font-size: 2.1875rem;
  font-family: "genEi", sans-serif;
  line-height: 1.3428571429;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .section-ttl__main {
    font-size: 1.375rem;
  }
}
.section-ttl__sub {
  font-family: "genEi", sans-serif;
  font-size: 5rem;
  color: #E8E3E3;
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: normal;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 600px) {
  .section-ttl__sub {
    font-size: 3.125rem;
  }
}

.more__button {
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .more__button {
    width: 100%;
    text-align: center;
  }
}
.more__button-link {
  display: inline-block;
  border: 1px solid rgba(103, 119, 71, 0.7);
  border-radius: 50px;
  padding: 15px 30px 15px 38px;
  font-size: 14px;
  color: rgba(103, 119, 71, 0.7);
}
@media screen and (max-width: 600px) {
  .more__button-link {
    font-size: 10px;
    padding: 10px 19px 9px 21px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .more__button-link:hover {
    opacity: 0.6;
  }
  .more__button-link:hover .more__button-arrow::before {
    transform: translateX(6px);
  }
  .more__button-link:hover .more__button-arrow::after {
    transform: translateX(6px) rotate(45deg);
  }
}
.more__button-arrow {
  display: inline-block;
  width: 28px;
  position: relative;
  height: 10px;
  margin-left: 10px;
}
@media screen and (max-width: 600px) {
  .more__button-arrow {
    width: 20px;
    margin-left: 9px;
  }
}
.more__button-arrow::before {
  position: absolute;
  content: "";
  height: 1px;
  background-color: rgba(103, 119, 71, 0.7);
  width: 100%;
  left: 0px;
  top: 5px;
  transition: all 0.3s;
}
.more__button-arrow::after {
  position: absolute;
  content: "";
  height: 1px;
  background-color: rgba(103, 119, 71, 0.7);
  top: 5px;
  left: 22px;
  width: 6px;
  transform-origin: right bottom;
  transform: rotate(35deg);
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  .more__button-arrow::after {
    left: 14px;
  }
}

.slider:first-child {
  animation: slide1 50s -25s linear infinite;
}
.slider:last-child {
  animation: slide2 50s linear infinite;
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

/*
　フロントページ
*/
.front-logo {
  position: absolute;
  top: 20px;
  right: 6.25%;
  width: 298px;
  height: 100px;
}
@media screen and (max-width: 990px) {
  .front-logo {
    display: none;
  }
}
.front-fv {
  height: calc(100svh - 107px);
}
@media screen and (max-width: 990px) {
  .front-fv {
    height: 25svh;
    display: flex;
    width: 100%;
    overflow: hidden;
  }
}
.front-fv__wrapper {
  height: 100%;
}
@media screen and (max-width: 990px) {
  .front-fv__wrapper {
    display: flex;
  }
}
.front-fv__item {
  height: 100%;
}
@media screen and (max-width: 990px) {
  .front-fv__item {
    flex-shrink: 0;
    width: 60svw;
  }
}
.front-fv img {
  -o-object-fit: cover;
     object-fit: cover;
}
.front-shindan {
  display: none;
}
@media screen and (max-width: 990px) {
  .front-shindan {
    display: flex;
    margin-top: 39px;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 600px) {
  .front-shindan {
    margin-top: 36px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.front-shindan img {
  width: auto;
  height: auto;
}
.front-about {
  padding-bottom: 140px;
}
@media screen and (max-width: 600px) {
  .front-about {
    padding-bottom: 117px;
  }
}
.front-about__ttl {
  text-align: center;
  padding-top: 39px;
  padding-bottom: 39px;
  font-size: 2.1875rem;
  line-height: 1.3428571429;
  margin-bottom: 104px;
}
@media screen and (max-width: 990px) {
  .front-about__ttl {
    margin-bottom: 52px;
  }
}
@media screen and (max-width: 600px) {
  .front-about__ttl {
    font-size: 1.125rem;
    padding-top: 36px;
    padding-bottom: 0;
    margin-bottom: 31px;
  }
}
.front-about__main {
  text-align: center;
}
@media screen and (max-width: 600px) {
  .front-about__main {
    max-width: 336px;
    margin-left: auto;
    margin-right: auto;
  }
}
.front-about__main-txt {
  line-height: 1.625;
  margin-bottom: 26px;
}
.front-about__main-txt:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .front-about__main-txt {
    font-size: 0.75rem;
  }
}
.front-products {
  width: 80%;
  max-width: 772px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 65px;
}
@media screen and (max-width: 1380px) {
  .front-products {
    width: 90%;
  }
}
@media screen and (max-width: 990px) {
  .front-products {
    width: 86%;
  }
}
@media screen and (max-width: 600px) {
  .front-products {
    width: 87%;
    padding-bottom: 47px;
  }
}
.front-products__ttl {
  margin-bottom: 37px;
}
.front-products__ttl .section-ttl__sub {
  left: 130px;
}
@media screen and (max-width: 600px) {
  .front-products__ttl .section-ttl__sub {
    left: 105px;
  }
}
@media screen and (max-width: 600px) {
  .front-products__ttl {
    margin-bottom: 46px;
  }
}
.front-products__txt {
  line-height: 1.625;
}
@media screen and (max-width: 600px) {
  .front-products__txt {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
}
.front-products__main {
  margin-top: 41px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .front-products__main {
    flex-direction: column-reverse;
    margin-top: 43px;
  }
}
.front-products__content {
  padding-top: 28px;
}
@media screen and (max-width: 600px) {
  .front-products__content {
    padding-top: 142px;
  }
}
.front-products__content-bland {
  font-family: "genEi", sans-serif;
  line-height: 1.3125;
  font-weight: normal;
  margin-bottom: 7px;
}
@media screen and (max-width: 600px) {
  .front-products__content-bland {
    font-size: 0.75rem;
    position: relative;
    padding-left: 14px;
  }
}
.front-products__content-bland::before {
  display: inline-block;
  content: "●";
  font-size: 0.625rem;
  font-family: "genEi", sans-serif;
  line-height: 1.3125;
  margin-right: 10px;
}
@media screen and (max-width: 600px) {
  .front-products__content-bland::before {
    content: "・";
    font-size: 20px;
    position: absolute;
    top: -3px;
    left: 0;
    margin: 0;
  }
}
.front-products__content-ttl {
  font-family: "genEi", sans-serif;
  font-size: 2.1875rem;
  line-height: 1.3428571429;
  font-weight: normal;
  margin-bottom: 14px;
}
@media screen and (max-width: 600px) {
  .front-products__content-ttl {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}
.front-products__content-txt {
  max-width: 339px;
  line-height: 1.3125;
  margin-bottom: 37px;
}
@media screen and (max-width: 1380px) {
  .front-products__content-txt {
    max-width: 280px;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 600px) {
  .front-products__content-txt {
    max-width: none;
    font-size: 0.875rem;
    line-height: 1.5714285714;
    margin-bottom: 41px;
  }
}
.front-products__img {
  position: relative;
  width: 25.46%;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1380px) {
  .front-products__img {
    width: 20%;
  }
}
@media screen and (max-width: 600px) {
  .front-products__img {
    width: 90%;
    text-align: right;
  }
}
.front-products__img-big {
  aspect-ratio: 192/250;
  height: auto;
  border-radius: 47% 47% 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1380px) {
  .front-products__img-big {
    margin-top: 70px;
  }
}
@media screen and (max-width: 600px) {
  .front-products__img-big {
    border-radius: 66px 66px 0 0;
    width: 122px;
    height: 167px;
    margin: 0;
  }
}
.front-products__img-small {
  position: absolute;
  bottom: -23%;
  left: -61%;
  max-width: none;
  width: 110%;
  aspect-ratio: 1/1;
  height: auto;
}
@media screen and (max-width: 1380px) {
  .front-products__img-small {
    left: -85%;
    width: 130%;
  }
}
@media screen and (max-width: 600px) {
  .front-products__img-small {
    width: 220px;
    left: 5%;
    bottom: -115px;
  }
}
.front-topics {
  background-color: #F7E883;
  position: relative;
  padding: 105px 0 101px 10%;
}
@media screen and (max-width: 990px) {
  .front-topics {
    padding: 105px 0 101px 7%;
  }
}
@media screen and (max-width: 600px) {
  .front-topics {
    padding: 59px 6.5% 46px;
  }
}
.front-topics__ttl {
  margin-bottom: 70px;
}
@media screen and (max-width: 600px) {
  .front-topics__ttl {
    margin-bottom: 28px;
  }
}
.front-topics__ttl .section-ttl__sub {
  color: rgba(255, 255, 255, 0.5);
  left: 80px;
}
@media screen and (max-width: 600px) {
  .front-topics__ttl .section-ttl__sub {
    left: 55px;
  }
}
.front-topics__container {
  overflow-x: scroll;
  margin-bottom: 69px;
  width: 100%;
  scrollbar-width: none;
  display: flex;
}
.front-topics__container::-webkit-scrollbar {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .front-topics__container:hover .front-topics__slider {
    animation-play-state: paused;
  }
}
@media screen and (max-width: 600px) {
  .front-topics__container {
    overflow: visible;
    margin-bottom: 37px;
  }
}
.front-topics__slider {
  display: flex;
}
@media screen and (max-width: 600px) {
  .front-topics__slider {
    flex-wrap: wrap;
    gap: 40px 8%;
  }
}
.front-topics__item {
  width: 250px;
  flex-shrink: 0;
  transition: all 0.1s;
  margin-right: 14px;
}
@media screen and (max-width: 600px) {
  .front-topics__item {
    width: 46%;
    margin-right: 0;
  }
  .front-topics__item:last-of-type {
    display: none;
  }
}
.front-topics__item-img {
  width: 100%;
  aspect-ratio: 250/180;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .front-topics__item-img {
    aspect-ratio: 153/90;
  }
}
.front-topics__item-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  .front-topics__item:hover {
    opacity: 0.6;
  }
  .front-topics__item:hover img {
    transform: scale(1.1, 1.1);
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 1s;
  }
}
.front-topics__content {
  padding-top: 13px;
}
@media screen and (max-width: 600px) {
  .front-topics__content {
    padding-top: 8px;
  }
}
.front-topics__content-time {
  color: #BC5B4B;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
}
@media screen and (max-width: 600px) {
  .front-topics__content-time {
    font-size: 10px;
    line-height: 1.6666666667;
    transform: scale(0.9);
  }
}
.front-topics__content-time::after {
  content: "|";
  display: inline-block;
  font-size: 0.8125rem;
  color: #BC5B4B;
  line-height: 1.6153846154;
  margin-left: 5px;
}
@media screen and (max-width: 600px) {
  .front-topics__content-time::after {
    display: none;
  }
}
.front-topics__content-cat {
  color: #BC5B4B;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
}
@media screen and (max-width: 600px) {
  .front-topics__content-cat {
    display: none;
  }
}
.front-topics__content-ttl {
  font-feature-settings: "palt";
  word-break: break-all;
  font-weight: normal;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-top: 3px;
}
@media screen and (max-width: 600px) {
  .front-topics__content-ttl {
    font-size: 0.75rem;
  }
}
.front-news {
  width: 80%;
  max-width: 772px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 105px;
  padding-bottom: 156px;
}
@media screen and (max-width: 1380px) {
  .front-news {
    width: 90%;
  }
}
@media screen and (max-width: 990px) {
  .front-news {
    width: 86%;
  }
}
@media screen and (max-width: 600px) {
  .front-news {
    width: 87%;
    padding-top: 71px;
    padding-bottom: 71px;
  }
}
.front-news__ttl .section-ttl__sub {
  left: 75px;
}
@media screen and (max-width: 600px) {
  .front-news__ttl .section-ttl__sub {
    left: 45px;
  }
}
.front-news__container {
  padding-top: 74px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 74px;
}
@media screen and (max-width: 600px) {
  .front-news__container {
    padding-top: 54px;
    flex-wrap: wrap;
    gap: 40px 8%;
    margin-bottom: 37px;
  }
}
.front-news__item {
  flex-shrink: 0;
  width: 31%;
}
@media screen and (max-width: 600px) {
  .front-news__item {
    width: 46%;
  }
  .front-news__item:last-of-type {
    display: none;
  }
}
.front-news__item-img {
  width: 100%;
  aspect-ratio: 6/5;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .front-news__item-img {
    aspect-ratio: 153/90;
  }
}
.front-news__item-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  .front-news__item:hover {
    opacity: 0.6;
  }
  .front-news__item:hover img {
    transform: scale(1.1, 1.1);
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 1s;
  }
}
.front-news__content {
  padding-top: 13px;
}
@media screen and (max-width: 600px) {
  .front-news__content {
    padding-top: 8px;
  }
}
.front-news__content-time {
  color: #BC5B4B;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
}
@media screen and (max-width: 600px) {
  .front-news__content-time {
    font-size: 10px;
    line-height: 1.6666666667;
    transform: scale(0.9);
  }
}
.front-news__content-ttl {
  font-feature-settings: "palt";
  word-break: break-all;
  font-weight: normal;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-top: 3px;
}
@media screen and (max-width: 600px) {
  .front-news__content-ttl {
    font-size: 0.75rem;
  }
}

.footer {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .footer {
    flex-direction: column;
  }
}
.footer-txtarea {
  margin-bottom: 126px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .footer-txtarea {
    margin-bottom: 74px;
  }
}
.footer-txtarea__txt {
  font-size: 1.25rem;
  line-height: 1.35;
  margin-bottom: 10px;
}
.footer-txtarea__txt:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .footer-txtarea__txt {
    font-size: 0.875rem;
    line-height: 1.3571428571;
    margin-bottom: 9px;
  }
}
.footer-left {
  background-color: #F8FDEF;
  padding-left: 6.5%;
  padding-top: 35px;
  padding-bottom: 43px;
  width: 60%;
}
@media screen and (max-width: 1380px) {
  .footer-left {
    padding-left: 3%;
  }
}
@media screen and (max-width: 600px) {
  .footer-left {
    width: 100%;
    padding-left: 6.5%;
    padding-bottom: 20px;
  }
}
.footer-left__logo {
  width: 225px;
  height: 75px;
  margin-bottom: 27px;
}
@media screen and (max-width: 600px) {
  .footer-left__logo {
    width: 120px;
    height: 40px;
    margin-bottom: 11px;
  }
}
.footer-left__logo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-left__container {
  display: flex;
}
.footer-left__item {
  margin-right: 20%;
}
@media screen and (max-width: 600px) {
  .footer-left__item {
    width: 46.75%;
    margin-right: 0;
  }
}
.footer-left__item:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .footer-left__button {
    width: 8px;
    height: 8px;
    position: absolute;
    top: 3px;
    left: 91px;
    cursor: pointer;
    transition: all 0.3s;
  }
  .footer-left__button span {
    width: 100%;
    height: 1px;
    background-color: #677747;
    position: absolute;
    top: 5px;
    left: 0;
    transition: all 0.3s;
  }
  .footer-left__button span:last-of-type {
    transform: rotate(90deg);
    transition: all 0.3s;
  }
  .footer-left__button.active span {
    transition: all 0.3s;
    transform: rotate(180deg);
  }
  .footer-left__button.active span:last-of-type {
    opacity: 0;
  }
}
.footer-left__list {
  margin-bottom: 9px;
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  .footer-left__list {
    position: relative;
  }
  .footer-left__list:last-of-type .footer-left__button {
    display: none;
  }
}
.footer-left__list a {
  line-height: 1.625;
  color: #677747;
}
@media screen and (max-width: 600px) {
  .footer-left__list a {
    font-size: 0.75rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer-left__list a:hover {
    opacity: 0.6;
  }
}
.footer-left__child {
  margin-top: 9px;
}
@media screen and (max-width: 600px) {
  .footer-left__child {
    margin-top: 0;
    padding-left: 10px;
    overflow: hidden;
    padding-top: 0;
    transition: all 0.5s;
    max-height: 0;
  }
  .footer-left__child.active {
    padding-top: 12px;
  }
}
.footer-left__child-item {
  margin-bottom: 9px;
}
.footer-left__child-item:last-of-type {
  margin-bottom: 0;
}
.footer-right {
  background-color: #EDF8D5;
  width: 40%;
  padding-top: 60px;
  padding-left: 6.5%;
}
@media screen and (max-width: 990px) {
  .footer-right {
    padding-left: 4%;
  }
}
@media screen and (max-width: 600px) {
  .footer-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 20px;
    padding-left: 6.5%;
    padding-bottom: 22px;
  }
}
.footer-right__sns {
  display: flex;
  gap: 19px;
  margin-bottom: 82px;
}
@media screen and (max-width: 600px) {
  .footer-right__sns {
    position: absolute;
    left: 50%;
    bottom: 22px;
    margin-bottom: 0;
  }
}
.footer-right__sns-icon {
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 600px) {
  .footer-right__sns-icon {
    width: 17px;
    height: 17px;
  }
}
.footer-right__sns-icon img {
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-right__sns-icon.twitter-icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-right__container {
  margin-bottom: 42px;
}
@media screen and (max-width: 600px) {
  .footer-right__container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 78px;
    row-gap: 9px;
    width: 93.5%;
    margin-bottom: 13px;
  }
}
.footer-right__item {
  margin-bottom: 9px;
  padding-left: 31px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .footer-right__item {
    width: 50%;
    padding-left: 0;
    margin-bottom: 0;
  }
}
.footer-right__item a {
  color: #677747;
  line-height: 1.625;
}
@media screen and (max-width: 600px) {
  .footer-right__item a {
    font-size: 0.75rem;
    line-height: 1.6666666667;
  }
}
.footer-right__item a::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 17px;
  height: 1px;
  background-color: #707070;
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  .footer-right__item a::before {
    display: none;
  }
}
.footer-right__item a::after {
  content: "";
  position: absolute;
  top: 7.5px;
  left: 12.5px;
  width: 4px;
  height: 4px;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  transform-origin: bottom right;
  transform: translateX(0) rotate(-45deg);
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  .footer-right__item a::after {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer-right__item a:hover {
    opacity: 0.6;
  }
  .footer-right__item a:hover::before {
    transform: translateX(6px);
  }
  .footer-right__item a:hover::after {
    transform: translateX(6px) rotate(-45deg);
  }
}
.footer-right__copy {
  color: #677747;
  font-size: 0.75rem;
}
@media screen and (max-width: 600px) {
  .footer-right__copy {
    font-size: 0.4375rem;
  }
}

/*
////////////////////////////下層ページ
 */
.subpage {
  padding-top: 35px;
}
@media screen and (max-width: 990px) {
  .subpage-header {
    height: 125px;
    border-radius: 0 0 0 8px;
  }
}
@media screen and (max-width: 600px) {
  .subpage-header {
    height: 90px;
  }
}
@media screen and (max-width: 990px) {
  .subpage {
    padding-top: 65px;
    position: relative;
  }
}
@media screen and (max-width: 600px) {
  .subpage {
    padding-top: 35px;
  }
}
.subpage__logo {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 35px;
  right: 55px;
}
.subpage__logo img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 990px) {
  .subpage__logo {
    display: none;
  }
}
.subpage-ttl {
  position: relative;
  margin-top: 128px;
  margin-left: 9.6%;
}
@media screen and (max-width: 600px) {
  .subpage-ttl {
    margin-top: 70px;
    margin-left: 6.5%;
  }
}
.subpage-ttl__main {
  font-size: 2.1875rem;
  line-height: 1.3428571429;
  font-family: "genEi", sans-serif;
  position: relative;
  z-index: 2;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  .subpage-ttl__main {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}
.subpage-ttl__sub {
  position: absolute;
  bottom: 0;
  left: 0;
  color: rgba(232, 227, 227, 0.5);
  font-size: 5rem;
  font-family: "genEi", sans-serif;
}
@media screen and (max-width: 1380px) {
  .subpage-ttl__sub {
    font-size: 4.375rem;
  }
}
@media screen and (max-width: 600px) {
  .subpage-ttl__sub {
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 990px) {
  .subpage-fv {
    display: none;
  }
}

.page {
  width: calc(100% - 95px);
  padding-top: 50px;
}
@media screen and (max-width: 990px) {
  .page {
    width: 100%;
  }
}
.page .bread-wrapper {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
@media screen and (max-width: 990px) {
  .page .bread-wrapper {
    width: 85%;
  }
}
.page-wrapper {
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 990px) {
  .page-wrapper {
    width: 85%;
  }
}
.page .subpage-ttl {
  margin-left: 0;
  margin-bottom: 70px;
}

.archive {
  width: 80%;
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 153px;
}
@media screen and (max-width: 990px) {
  .archive {
    padding-bottom: 105px;
  }
}
@media screen and (max-width: 600px) {
  .archive {
    padding-bottom: 65px;
    width: 87%;
  }
}
.archive__wrapper {
  display: flex;
  gap: 85px 10%;
  flex-wrap: wrap;
  padding-top: 86px;
  margin-bottom: 78px;
}
@media screen and (max-width: 990px) {
  .archive__wrapper {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 600px) {
  .archive__wrapper {
    padding-top: 62px;
    margin-bottom: 43px;
    gap: 52px 8%;
  }
}
.archive__list {
  width: 45%;
}
@media screen and (max-width: 600px) {
  .archive__list {
    width: 46%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .archive__list:hover {
    opacity: 0.6;
    transition: all 0.5s;
  }
  .archive__list:hover img {
    transform: scale(1.1, 1.1);
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 0.5s;
  }
}
.archive__img {
  width: 100%;
  aspect-ratio: 350/200;
  margin-bottom: 18px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .archive__img {
    aspect-ratio: 153/90;
    margin-bottom: 8px;
  }
}
.archive__img img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 1s;
}
.archive__content-ttl {
  font-size: 1rem;
  line-height: 1.625;
  font-feature-settings: "palt";
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  .archive__content-ttl {
    font-size: 0.75rem;
    line-height: 1.6666666667;
  }
}
.archive__content-txt {
  font-size: 0.875rem;
  line-height: 1.5714285714;
  font-feature-settings: "palt";
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 600px) {
  .archive__content-txt {
    display: none;
  }
}
.archive__content-timeCat {
  font-size: 0.75rem;
  line-height: 1.6666666667;
}
.archive__content-time {
  font-size: 0.75rem;
  line-height: 1.6666666667;
  margin-bottom: 8px;
}

.bread-wrapper {
  font-size: 0.875rem;
  padding-left: 9.6%;
}
@media screen and (max-width: 600px) {
  .bread-wrapper span {
    font-size: 0.75rem;
  }
}
.bread-wrapper span a {
  text-decoration: underline;
  font-size: 0.875rem;
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  .bread-wrapper span a {
    font-size: 0.75rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .bread-wrapper span a:hover {
    opacity: 0.6;
  }
}

.breadcrumbs {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.sp-cat {
  display: none;
  width: 80%;
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 990px) {
  .sp-cat {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .sp-cat {
    width: 87%;
  }
}
.sp-cat__menu {
  background-color: #fff;
  border: 1px solid #B8B4B4;
  padding: 7px 66px 6px 39px;
  font-size: 12px;
  font-family: "genEi", sans-serif;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
  border-radius: 2px;
  z-index: 2;
}
.sp-cat__menu.active {
  font-size: 0;
}
@media screen and (max-width: 600px) {
  .sp-cat__menu {
    font-size: 10px;
    padding: 8px 66px 7px 39px;
  }
}
.sp-cat__button {
  width: 5px;
  height: 5px;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  position: absolute;
  top: 9px;
  right: 22px;
  transform: rotate(45deg);
  z-index: 2;
}
.sp-cat__button.active {
  transition: all 0.3s;
  border-width: 0;
  width: 23px;
  height: 23px;
  top: 14px;
}
.sp-cat__button.active span {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.sp-cat__button.active span:first-of-type {
  transform: rotate(0deg);
}
.sp-cat__button.active span:last-of-type {
  transform: rotate(90deg);
}
.sp-cat__wrapper {
  background: linear-gradient(180deg, #728352, #2A521E);
  width: 250px;
  padding: 54px 26px 41px 33px;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  padding: 0;
  padding-top: 27px;
}
.sp-cat__item {
  border-top: 1px solid #fff;
}
.sp-cat__item a {
  color: #fff;
  line-height: 1.625;
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 7px;
}
.sp-cat__item:first-of-type {
  margin-top: 27px;
  border-width: 0;
}
.sp-cat__item:first-of-type a {
  padding-top: 0;
}
.sp-cat__item:first-of-type .sp-cat__child a {
  padding-top: 6px;
}
.sp-cat__item:last-of-type {
  margin-bottom: 41px;
}
.sp-cat__item:last-of-type a {
  padding-bottom: 0;
}
.sp-cat__child-item {
  border-top: 1px solid #fff;
}

.page-numbers {
  display: flex;
  justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 600px) {
  .page-numbers {
    gap: 10px;
  }
}
.page-numbers .page-numbers {
  display: inline-block;
  border: 1px solid #707070;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  padding-top: 7px;
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  .page-numbers .page-numbers {
    font-size: 14px;
    width: 25px;
    height: 25px;
    padding-top: 6px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .page-numbers .page-numbers:hover {
    border-color: #677747;
    background-color: #677747;
    color: #FFF;
  }
}
.page-numbers .page-numbers.current {
  background-color: #677747;
  color: #FFF;
}
.page-numbers .page-numbers.dots {
  color: #677747;
  border-width: 0;
  width: 23px;
  margin-right: 8px;
  margin-left: 8px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .page-numbers .page-numbers.dots {
    width: 21px;
    margin: 0;
  }
}
.page-numbers .page-numbers.next {
  width: 94px;
  border-radius: 50px;
}
@media screen and (max-width: 600px) {
  .page-numbers .page-numbers.next {
    font-size: 10px;
    width: 63px;
    padding-top: 7px;
  }
}
.page-numbers .page-numbers.prev {
  display: none;
}

.sidebar-ttl {
  text-align: center;
}
.sidebar-ttl__main {
  font-size: 1.5625rem;
  line-height: 1.35;
  position: relative;
}
@media screen and (max-width: 600px) {
  .sidebar-ttl__main {
    font-size: 1.25rem;
  }
}
.sidebar-ttl__main::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 2px;
  background-color: #000000;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
}

/*
　アバウトページ
*/
@media screen and (max-width: 990px) {
  .about .subpage-ttl {
    display: none;
  }
}
.about .subpage-ttl__sub {
  left: 119px;
}
.about-main {
  padding-top: 156px;
}
@media screen and (max-width: 990px) {
  .about-main {
    padding-top: 110px;
  }
}
@media screen and (max-width: 600px) {
  .about-main {
    padding-top: 54px;
  }
}
.about__topImag {
  width: 181px;
  height: 181px;
  margin: 0 auto 58px;
}
@media screen and (max-width: 990px) {
  .about__topImag {
    width: 100%;
    height: auto;
    aspect-ratio: 375/200;
    margin: 0 auto 53px;
  }
  .about__topImag img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.about__ttl {
  font-size: 2.1875rem;
  line-height: 1.3428571429;
  text-align: center;
  margin-bottom: 63px;
}
@media screen and (max-width: 600px) {
  .about__ttl {
    font-size: 1rem;
    line-height: 1.3125;
    margin-bottom: 43px;
  }
}
.about__content {
  text-align: center;
  margin-bottom: 155px;
}
@media screen and (max-width: 990px) {
  .about__content {
    margin-bottom: 63px;
  }
}
@media screen and (max-width: 600px) {
  .about__content {
    margin-bottom: 43px;
  }
}
.about__content-txt {
  line-height: 1.625;
  margin-bottom: 26px;
}
@media screen and (max-width: 600px) {
  .about__content-txt {
    font-size: 0.75rem;
    line-height: 1.6666666667;
    margin-bottom: 20px;
  }
}
.about__content-txt:last-of-type {
  margin-bottom: 0;
}
.about__spLogo {
  display: none;
}
@media screen and (max-width: 990px) {
  .about__spLogo {
    display: block;
    width: 200px;
    height: 200px;
    margin: 0 auto 63px;
  }
}
@media screen and (max-width: 600px) {
  .about__spLogo {
    width: 100px;
    height: 100px;
    margin: 0 auto 43px;
  }
}
.about__img {
  width: 530px;
  height: 393px;
  margin: 0 auto 145px;
  position: relative;
}
@media screen and (max-width: 990px) {
  .about__img {
    margin-bottom: 105px;
  }
}
@media screen and (max-width: 600px) {
  .about__img {
    width: 295px;
    height: 209px;
    margin-bottom: 63px;
  }
}
.about__img-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
  height: 286;
}
@media screen and (max-width: 600px) {
  .about__img-back {
    width: 201px;
    height: 142px;
  }
}
.about__img-front {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 261px;
  height: 191px;
}
@media screen and (max-width: 600px) {
  .about__img-front {
    width: 142px;
    height: 103px;
  }
}
.about__img img {
  -o-object-fit: cover;
     object-fit: cover;
}

/*
　ニュース一覧ページ
*/
.news-archive .subpage-ttl__sub {
  left: 79px;
}
@media screen and (max-width: 600px) {
  .news-archive .subpage-ttl__sub {
    left: 43px;
  }
}
.news-archive .archive__content-time {
  color: #BC5B4B;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  margin-bottom: 8px;
}
@media screen and (max-width: 600px) {
  .news-archive .archive__content-time {
    font-size: 0.75rem;
    line-height: 1.6666666667;
    margin-bottom: 4px;
  }
}

/*

　コラム一覧ページ
*/
.column-archive::after {
  display: none;
}
@media screen and (max-width: 990px) {
  .column-archive::after {
    display: block;
    content: "";
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-image: url(../img/src/fv-column-archive.webp);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.1;
  }
}
.column-archive .subpage-ttl {
  margin-bottom: 32px;
}
.column-archive .subpage-ttl__sub {
  font-size: 4.375rem;
  left: 170px;
}
@media screen and (max-width: 1380px) {
  .column-archive .subpage-ttl__sub {
    left: 10%;
  }
}
@media screen and (max-width: 990px) {
  .column-archive .subpage-ttl__sub {
    left: 25%;
  }
}
@media screen and (max-width: 600px) {
  .column-archive .subpage-ttl__sub {
    font-size: 2.8125rem;
    left: 55%;
  }
}
@media screen and (max-width: 990px) {
  .column-archive .archive__wrapper {
    gap: 60px 6%;
  }
}
@media screen and (max-width: 600px) {
  .column-archive .archive__wrapper {
    gap: 28px 5%;
    padding-top: 37px;
  }
}
@media screen and (max-width: 990px) {
  .column-archive .archive__list {
    width: 47%;
  }
}
@media screen and (max-width: 600px) {
  .column-archive .archive__list {
    width: 47.5%;
  }
}
.column-archive .archive__content-ttl {
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (max-width: 600px) {
  .column-archive .archive__content-ttl {
    margin-bottom: 10px;
  }
}
.column-archive .archive__content-txt {
  margin-bottom: 16px;
}
@media screen and (max-width: 600px) {
  .column-archive .archive__content-timeCat span {
    display: none;
  }
}
.column-archive .column-recom {
  display: none;
}
@media screen and (max-width: 990px) {
  .column-archive .column-recom {
    display: block;
  }
}
.column-archive .column-pick {
  display: none;
}
@media screen and (max-width: 990px) {
  .column-archive .column-pick {
    display: block;
  }
}

/*

　カテゴリー一覧ページ
*/
.cat-archive::after {
  display: none;
}
@media screen and (max-width: 990px) {
  .cat-archive::after {
    display: block;
    content: "";
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-image: url(../img/src/fv-category-archive.webp);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.1;
  }
}
.cat-archive .subpage-ttl {
  margin-bottom: 32px;
}
.cat-archive .subpage-ttl__sub {
  font-size: 4.375rem;
  left: 60px;
}
@media screen and (max-width: 1380px) {
  .cat-archive .subpage-ttl__sub {
    left: 10%;
  }
}
@media screen and (max-width: 990px) {
  .cat-archive .subpage-ttl__sub {
    left: 25%;
  }
}
@media screen and (max-width: 600px) {
  .cat-archive .subpage-ttl__sub {
    font-size: 2.8125rem;
    left: 0%;
  }
}
@media screen and (max-width: 990px) {
  .cat-archive .archive__wrapper {
    gap: 60px 6%;
  }
}
@media screen and (max-width: 600px) {
  .cat-archive .archive__wrapper {
    gap: 28px 5%;
    padding-top: 37px;
  }
}
@media screen and (max-width: 990px) {
  .cat-archive .archive__list {
    width: 47%;
  }
}
@media screen and (max-width: 600px) {
  .cat-archive .archive__list {
    width: 47.5%;
  }
}
.cat-archive .archive__content-ttl {
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (max-width: 600px) {
  .cat-archive .archive__content-ttl {
    margin-bottom: 10px;
  }
}
.cat-archive .archive__content-txt {
  margin-bottom: 16px;
}
@media screen and (max-width: 600px) {
  .cat-archive .archive__content-timeCat span {
    display: none;
  }
}
.cat-archive .column-recom {
  display: none;
}
@media screen and (max-width: 990px) {
  .cat-archive .column-recom {
    display: block;
  }
}
.cat-archive .column-pick {
  display: none;
}
@media screen and (max-width: 990px) {
  .cat-archive .column-pick {
    display: block;
  }
}

/*

　コラム下のおすすめ
*/
.column-recom {
  margin-bottom: 56px;
}
.column-recom .sidebar-ttl {
  margin-bottom: 36px;
}
.column-recom__container {
  margin-left: calc(10% - 18px);
  overflow-x: scroll;
  scrollbar-width: none;
}
.column-recom__container::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 600px) {
  .column-recom__container {
    margin-left: calc(6.5% - 18px);
  }
}
.column-recom__wrapper {
  display: flex;
  margin-left: 18px;
  margin-top: 17px;
  gap: 43px;
}
.column-recom__item {
  width: 280px;
  flex-shrink: 0;
  position: relative;
}
.column-recom__item:last-of-type {
  padding-right: 30px;
  box-sizing: content-box;
}
@media screen and (max-width: 600px) {
  .column-recom__item {
    width: 230px;
  }
}
.column-recom__mark {
  position: absolute;
  top: -17px;
  left: -17px;
  background-color: #F7E883;
  color: #FFF;
  font-size: 12px;
  width: 35px;
  height: 35px;
  padding-top: 10px;
  text-align: center;
  border-radius: 50%;
}
@media screen and (max-width: 600px) {
  .column-recom__mark {
    padding-top: 13px;
    font-size: 10px;
  }
}
.column-recom__img {
  width: 100%;
  aspect-ratio: 230/150;
  margin-bottom: 9px;
}
.column-recom__img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.column-recom__content-ttl {
  font-size: 0.875rem;
  line-height: 1.5714285714;
  margin-bottom: 9px;
  font-weight: bold;
}
.column-recom__timeCat {
  display: flex;
  font-size: 0.75rem;
  line-height: 1.6666666667;
}

/*

　コラム下の人気
*/
.column-pick {
  margin-bottom: 91px;
}
.column-pick .sidebar-ttl {
  margin-bottom: 45px;
}
.column-pick__wrapper {
  width: 80%;
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
}
.column-pick__item {
  margin-bottom: 62px;
}
.column-pick__item:last-of-type {
  margin-bottom: 0;
}
.column-pick__item:last-of-type .column-pick__content::after {
  display: none;
}
@media screen and (max-width: 600px) {
  .column-pick__item {
    margin-bottom: 42px;
  }
}
.column-pick__area {
  display: flex;
  position: relative;
}
.column-pick__img {
  width: 38%;
  aspect-ratio: 120/80;
  flex-shrink: 0;
  margin-right: 18px;
}
.column-pick__img img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.column-pick__content {
  position: relative;
  padding-top: 15px;
}
@media screen and (max-width: 600px) {
  .column-pick__content {
    padding-top: 0;
  }
}
.column-pick__content::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #D8D4D4;
}
@media screen and (max-width: 600px) {
  .column-pick__content::after {
    bottom: -22px;
  }
}
.column-pick__content-ttl {
  font-size: 0.9375rem;
  line-height: 1.6666666667;
  margin-bottom: 30px;
  font-weight: bold;
  font-feature-settings: "palt";
}
@media screen and (max-width: 600px) {
  .column-pick__content-ttl {
    font-size: 0.75rem;
    margin-bottom: 9px;
  }
}
.column-pick__content-cat {
  color: #fff;
  background-color: #677747;
  font-size: 12px;
  padding: 3px 9px;
  border-radius: 2px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .column-pick__content-cat {
    font-size: 10px;
  }
}
.column-pick__number {
  position: absolute;
  font-family: Arial, sans-serif;
  color: rgba(187, 185, 185, 0.1);
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 160px;
  font-style: italic;
}
@media screen and (max-width: 600px) {
  .column-pick__number {
    font-size: 90px;
  }
}

/*

　記事詳細ページ
*/
@media screen and (max-width: 600px) {
  .column .bread-wrapper span[property=itemListElement]:last-of-type {
    display: none;
  }
}
.column .footer-txtarea {
  display: none;
}
@media screen and (max-width: 600px) {
  .column .footer-txtarea {
    display: block;
  }
}

.single {
  width: calc(100% - 95px);
  padding-top: 50px;
}
@media screen and (max-width: 990px) {
  .single {
    width: 100%;
    padding-top: 29px;
  }
}
.single .bread-wrapper {
  padding: 0;
  max-width: 1174px;
  margin-right: auto;
  margin-left: auto;
  text-align: end;
}
@media screen and (max-width: 1380px) {
  .single .bread-wrapper {
    width: 90%;
  }
}
@media screen and (max-width: 990px) {
  .single .bread-wrapper {
    width: 86%;
    text-align: start;
  }
}
@media screen and (max-width: 600px) {
  .single .bread-wrapper {
    width: 88%;
  }
  .single .bread-wrapper a {
    font-size: 0.625rem;
  }
}
.single__container {
  max-width: 1174px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  gap: 7%;
  padding-top: 69px;
  padding-bottom: 90px;
}
@media screen and (max-width: 1380px) {
  .single__container {
    width: 90%;
  }
}
@media screen and (max-width: 990px) {
  .single__container {
    flex-direction: column;
    width: 86%;
    padding-top: 110px;
  }
}
@media screen and (max-width: 600px) {
  .single__container {
    width: 88%;
    padding-top: 62px;
  }
}
.single__wrapper {
  flex-shrink: 0;
  width: 66%;
}
@media screen and (max-width: 990px) {
  .single__wrapper {
    width: 100%;
  }
}
.single__main-ttl {
  font-size: 2rem;
  line-height: 1.59375;
  margin-bottom: 25px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 990px) {
  .single__main-ttl {
    font-size: 1.5625rem;
    line-height: 1.6666666667;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 600px) {
  .single__main-ttl {
    font-size: 1.125rem;
  }
}
.single__times {
  margin-bottom: 10px;
}
@media screen and (max-width: 990px) {
  .single__times {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 600px) {
  .single__times {
    margin-bottom: 5px;
  }
}
.single__times-time {
  padding-left: 28px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .single__times-time {
    padding-left: 21px;
  }
}
.single__times-time::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../img/src/load.webp);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 600px) {
  .single__times-time::before {
    width: 15px;
    height: 15px;
  }
}
.single__times-cat {
  display: inline-block;
  padding-left: 25px;
  position: relative;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .single__times-cat:hover {
    opacity: 0.6;
  }
}
.single__times-cat::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 12px;
  width: 1px;
  height: 25px;
  background-color: #A09D9D;
}
@media screen and (max-width: 600px) {
  .single__times-cat {
    padding-left: 20px;
  }
  .single__times-cat::before {
    height: 20px;
    left: 10px;
  }
}
.single__thumnail {
  width: 100%;
  margin-bottom: 41px;
}
.single__thumnail img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 990px) {
  .single__thumnail {
    width: 100svw;
    margin: 0 calc(50% - 50svw) 41px;
  }
}
.single__area {
  margin-bottom: 90px;
}
@media screen and (max-width: 600px) {
  .single__area {
    margin-bottom: 0;
  }
}
.single__area p {
  font-size: 1rem;
  line-height: 180%;
}
@media screen and (max-width: 600px) {
  .single__area p {
    font-size: 0.9375rem;
  }
}
.single__area a {
  display: inline-block;
  word-break: break-all;
  line-height: 120%;
}
.single__area h2 {
  background-color: #677747;
  font-size: 2rem;
  line-height: 1.59375;
  color: #fff;
  box-sizing: border-box;
  padding: 8px 22px;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .single__area h2 {
    font-size: 1.375rem;
    padding: 5px 10px;
    margin-bottom: 20px;
  }
}
.single__area h3 {
  box-sizing: border-box;
  border-left: 9px solid #677747;
  padding-left: 20px;
  font-size: 1.5rem;
  line-height: 180%;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .single__area h3 {
    font-size: 1.125rem;
    padding-left: 10px;
    border-width: 5px;
  }
}
.single__area image {
  width: auto;
  max-width: 100%;
}
.single__area ol {
  list-style: none;
  border: 3px solid #71ba4f;
  background-color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 20px 30px;
  counter-reset: number;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .single__area ol {
    padding: 18px;
    font-size: 0.9375rem;
  }
}
.single__area ol li {
  line-height: 180%;
  margin-bottom: 8px;
  position: relative;
  box-sizing: border-box;
  padding-left: 32px;
}
@media screen and (max-width: 600px) {
  .single__area ol li {
    padding-left: 28px;
  }
}
.single__area ol li:last-of-type {
  margin-bottom: 0;
}
.single__area ol li::after {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  display: inline-block;
  font-weight: bold;
  top: 1px;
  left: 0px;
  width: 23px;
  line-height: 23px;
  height: 23px;
  text-align: center;
  white-space: nowrap;
  background-color: #71ba4f;
  color: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 600px) {
  .single__area ol li::after {
    width: 20px;
    line-height: 20px;
    height: 20px;
    top: 3px;
  }
}
.single__area ul {
  list-style: none;
  border: 3px solid #ffa30d;
  background-color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 20px 30px;
  counter-reset: number;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .single__area ul {
    padding: 18px;
    font-size: 0.9375rem;
  }
}
.single__area ul li {
  line-height: 180%;
  margin-bottom: 8px;
  box-sizing: border-box;
  position: relative;
  padding-left: 25px;
}
@media screen and (max-width: 600px) {
  .single__area ul li {
    padding-left: 20px;
  }
}
.single__area ul li:last-of-type {
  margin-bottom: 0;
}
.single__area ul li::before {
  position: absolute;
  display: inline-block;
  content: "";
  background-image: url(../img/src/orangi-button.webp);
  width: 13px;
  height: 13px;
  top: 7px;
  left: 0px;
  background-repeat: no-repeat;
  background-size: contain;
}
.single__area ul.blue {
  border-color: #70b8f1;
}
.single__area ul.blue li::before {
  background-image: url(../img/src/blue-button.webp);
}
.single__area table {
  margin-bottom: 30px;
}
.single__area td {
  font-size: 1rem;
  padding: 6px 5px 6px;
  line-height: 1.3125;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
@media screen and (max-width: 600px) {
  .single__area td {
    font-size: 0.9375rem;
  }
}
.single__area td:last-of-type {
  border-right: 1px solid #000;
}
.single__area .wp-block-image {
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .single__area .wp-block-image {
    margin-bottom: 20px;
  }
}
.single__area iframe {
  max-width: 100%;
  margin-bottom: 20px;
}
.single__area .border {
  border: 2px solid #677747;
  padding: 20px 30px;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #fff;
}
@media screen and (max-width: 990px) {
  .single__area .border {
    padding: 18px;
  }
}
.single__area .box {
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid #677747;
  padding: 45px 30px 20px;
  box-sizing: border-box;
  position: relative;
  line-height: 180%;
}
@media screen and (max-width: 990px) {
  .single__area .box {
    padding: 45px 18px 18px;
    font-size: 0.9375rem;
  }
}
.single__area .box__ttl {
  background-color: #677747;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  padding: 8px 18px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 990px) {
  .single__area .box__ttl {
    font-size: 1.0625rem;
  }
}
.single__area .box-icon {
  margin-bottom: 30px;
  padding: 15px 30px 20px;
  background-color: #f2f2f2;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  line-height: 180%;
}
@media screen and (max-width: 990px) {
  .single__area .box-icon {
    font-size: 0.9375rem;
    padding: 18px;
  }
}
.single__area .box-icon__ttl {
  color: #b4bbce;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 6px;
}
@media screen and (max-width: 990px) {
  .single__area .box-icon__ttl {
    font-size: 16px;
  }
}
.single__area .box-icon__ttl::before {
  content: "";
  display: inline-block;
  margin-right: 3px;
  width: 19px;
  height: 19px;
  background-size: 19px 19px;
  background-image: url(../img/src/enpitu.webp);
  vertical-align: middle;
  margin-top: -4px;
}
@media screen and (max-width: 990px) {
  .single__area .box-icon__ttl::before {
    font-size: 16px;
  }
}
.single__area .box-icon.caution {
  background-color: #EFE3DF;
}
.single__area .box-icon.caution .box-icon__ttl {
  color: #cca497;
}
.single__area .box-icon.caution .box-icon__ttl::before {
  background-image: url(../img/src/bikkuri.webp);
}
.single__area .ttlBox__wrapper {
  margin-bottom: 30px;
}
.single__area .ttlBox__ttl {
  background-color: #ff8178;
  border-radius: 5px 5px 0 0;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  margin-left: 20px;
  padding: 2px 20px 2px 15px;
  box-sizing: border-box;
  margin-bottom: -2px;
}
.single__area .ttlBox__ttl-txt {
  position: relative;
  padding-left: 23px;
}
.single__area .ttlBox__ttl-txt::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 5px;
  left: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/src/white-button.webp);
}
.single__area .ttlBox__main {
  border-color: #ff8178;
}
.single__area .ttlBox__main-txt::before {
  background-image: url(../img/src/pink-button.webp);
}
.single__area .ttlBox__wrapper.blue .ttlBox__ttl {
  background-color: #70b8f1;
}
.single__area .ttlBox__wrapper.blue .ttlBox__main {
  border-color: #70b8f1;
}
.single__area .ttlBox__wrapper.blue .ttlBox__main-txt::before {
  background-image: url(../img/src/blue-button.webp);
}
.single__area .review {
  margin-bottom: 30px;
  background-color: #f0f0f0;
  padding: 20px 30px;
  box-sizing: border-box;
  line-height: 180%;
}
@media screen and (max-width: 600px) {
  .single__area .review {
    font-size: 0.9375rem;
    padding: 18px 18px;
  }
}
.single__area .review__info {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
@media screen and (max-width: 600px) {
  .single__area .review__info {
    margin-top: 7px;
  }
}
@media screen and (max-width: 600px) {
  .single__area .review__info-txt {
    font-size: 0.875rem;
  }
}
.single__area .review__info-link {
  color: #3200ff;
  text-decoration: underline;
}
.single__area .review__info-person {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 20px;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 600px) {
  .single__area .review__info-person {
    margin-right: 0;
    font-size: 0.875rem;
  }
}
.single__area .review__info-person::before {
  content: "";
  display: inline-block;
  background-image: url(../img/src/person.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  vertical-align: text-top;
  margin-right: 10px;
}
@media screen and (max-width: 600px) {
  .single__area .review__info-person::before {
    margin-right: 7px;
    width: 15px;
    height: 14px;
  }
}
.single__area .timeline {
  border-width: 0;
  padding: 0;
  background-color: rgba(255, 254, 243, 0.5);
}
.single__area .timeline-wrapper {
  margin-bottom: 45px;
}
@media screen and (max-width: 600px) {
  .single__area .timeline-wrapper {
    margin-bottom: 30px;
  }
}
.single__area .timeline__item {
  display: flex;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 600px) {
  .single__area .timeline__item {
    flex-direction: column;
  }
}
.single__area .timeline__item::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 43px;
  background-color: #98a77c;
  box-shadow: 0 0 0 5px #fff;
  background-image: none;
}
@media screen and (max-width: 600px) {
  .single__area .timeline__item::before {
    top: 0px;
    left: -5px;
  }
}
.single__area .timeline__item-label {
  color: #98a77c;
  font-size: 14px;
  flex-shrink: 0;
  padding-right: 15px;
  padding-top: 3px;
}
@media screen and (max-width: 600px) {
  .single__area .timeline__item-label {
    padding-top: 0;
    padding-right: 0;
    padding-left: 22px;
  }
}
.single__area .timeline__item:last-of-type .timeline__content {
  padding-bottom: 0;
}
@media screen and (max-width: 600px) {
  .single__area .timeline__item:last-of-type .timeline__content {
    padding-bottom: 8px;
  }
}
.single__area .timeline__content {
  padding-left: 20px;
  border-left: 2px solid #98a77c;
  padding-bottom: 25px;
}
@media screen and (max-width: 600px) {
  .single__area .timeline__content {
    padding-bottom: 18px;
    padding-top: 15px;
  }
}
.single__area .timeline__content-ttl {
  font-weight: bold;
  font-size: 1.0625rem;
  line-height: 150%;
}
@media screen and (max-width: 990px) {
  .single__area .timeline__content-ttl {
    font-size: 1rem;
  }
}
.single__area .timeline__content-txt {
  border-bottom: 1px dotted #98a77c;
}
.single__area .fukidashi {
  margin-bottom: 60px;
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .single__area .fukidashi {
    -moz-column-gap: 30px;
         column-gap: 30px;
    margin-bottom: 40px;
  }
}
.single__area .fukidashi__icon {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  .single__area .fukidashi__icon {
    width: 65px;
    height: 65px;
  }
}
.single__area .fukidashi__icon-img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single__area .fukidashi__icon-name {
  font-size: 14px;
  text-align: center;
  display: block;
  margin-top: 8px;
}
@media screen and (max-width: 600px) {
  .single__area .fukidashi__icon-name {
    flex-shrink: 0;
    margin-top: 5px;
  }
}
.single__area .fukidashi__content {
  padding: 20px;
  position: relative;
  border-radius: 5px;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 600px) {
  .single__area .fukidashi__content {
    padding: 15px;
  }
}
.single__area .fukidashi__content::after {
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  top: 5px;
  left: -45px;
  border: 20px solid;
  border-top: 20px solid transparent;
  border-right: 30px solid;
  border-bottom: 20px solid transparent;
  border-left: 30px solid transparent;
  border-right-color: inherit;
}
@media screen and (max-width: 600px) {
  .single__area .fukidashi__content::after {
    top: 15%;
  }
}
.single__area .prof {
  max-width: 100%;
  border: 1px solid #D8D4D4;
  border-radius: 8px;
  display: flex;
  background-color: #fff;
  padding: 16px 11px 13px 25px;
  gap: 34px;
  margin-bottom: 45px;
  margin-top: 45px;
}
@media screen and (max-width: 600px) {
  .single__area .prof {
    padding: 13px 13px 20px;
    gap: 19px;
  }
}
.single__area .prof__left-img {
  width: 94px;
  height: 94px;
  flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  .single__area .prof__left-img {
    width: 60px;
    height: 60px;
  }
}
.single__area .prof__left-img img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.single__area .prof__left-txt {
  font-size: 14px;
  text-align: center;
  border: 1px solid #D8D4D4;
  border-radius: 50px;
  margin-top: 7px;
  line-height: 26px;
}
@media screen and (max-width: 600px) {
  .single__area .prof__left-txt {
    font-size: 12px;
    line-height: 19px;
  }
}
.single__area .prof__content-name {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .single__area .prof__content-name {
    font-size: 0.875rem;
    line-height: 1.5714285714;
    margin-bottom: 8px;
  }
}
.single__area .prof__content-txt {
  font-size: 0.75rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 600px) {
  .single__area .prof__content-txt {
    font-size: 0.625rem;
    line-height: 1.6;
  }
}
.single__area .toc {
  max-width: 580px;
  border: 2px solid #ACC2C1;
  background-color: #fff;
  padding: 39px 56px;
  margin: 48px auto 60px;
}
@media screen and (max-width: 600px) {
  .single__area .toc {
    padding: 33px 20px;
  }
}
.single__area .toc__head {
  display: flex;
  align-items: center;
  margin-bottom: 27px;
}
.single__area .toc__head-ttl {
  font-size: 1.125rem;
  line-height: 1.6111111111;
  font-weight: bold;
  color: #439E9B;
}
.single__area .toc__head-btn {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: #439E9B;
  margin-right: 8px;
  position: relative;
}
.single__area .toc__head-btn span {
  width: 10px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 11px;
}
.single__area .toc__head-btn span:first-of-type {
  top: 7px;
}
.single__area .toc__head-btn span:last-of-type {
  top: auto;
  bottom: 7px;
}
.single__area .toc ul {
  border-width: 0;
}
.single__area .toc ul a {
  font-size: 0.9375rem;
  line-height: 1.6666666667;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .single__area .toc ul a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 600px) {
  .single__area .toc ul a {
    font-size: 0.875rem;
  }
}
.single__area .toc__main {
  padding: 0;
  margin: 0;
}
.single__area .toc__main-li {
  counter-increment: toc-num;
  padding-left: 35px;
  position: relative;
  width: 93%;
}
@media screen and (max-width: 600px) {
  .single__area .toc__main-li {
    padding-left: 28px;
  }
}
.single__area .toc__main-li::before {
  content: counter(toc-num, decimal-leading-zero);
  position: absolute;
  display: inline-block;
  font-weight: bold;
  top: 1px;
  left: 0px;
  color: #439E9B;
  background: none;
  width: auto;
  height: auto;
  font-size: 15px;
}
.single__area .toc__main-li::after {
  content: "";
  width: 1px;
  height: 16px;
  position: absolute;
  top: 5px;
  left: 27px;
  background-color: #439E9B;
}
@media screen and (max-width: 600px) {
  .single__area .toc__main-li::after {
    left: 21px;
  }
}
.single__area .toc__main-button {
  position: absolute;
  top: 0;
  right: -50px;
  width: 25px;
  height: 25px;
  background-color: #a7c8c6;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .single__area .toc__main-button {
    width: 22px;
    height: 22px;
    right: -25px;
  }
}
.single__area .toc__main-button::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 8px;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  display: block;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 600px) {
  .single__area .toc__main-button::before {
    width: 6px;
    height: 6px;
  }
}
.single__area .toc__child {
  margin-bottom: 10px;
  transition: all 0.5s;
  max-height: 0;
  padding: 0;
  overflow: hidden;
}
.single__area .toc__child.active {
  padding: 10px 0 0 0;
  max-height: 999px;
}
.single__area .toc__child-li {
  counter-increment: toc-child-num;
  margin-bottom: 10px;
  padding-left: 18px;
}
.single__area .toc__child-li:last-of-type {
  margin-bottom: 0;
}
.single__area .toc__child-li::before {
  content: counter(toc-child-num) ".";
  position: absolute;
  display: inline-block;
  font-weight: bold;
  top: 1px;
  left: 0px;
  color: #439E9B;
  background: none;
  width: auto;
  height: auto;
  font-size: 15px;
}
.single__area div#ez-toc-container {
  max-width: 690px;
  margin-right: auto;
  margin-bottom: 110px;
  margin-left: auto;
  width: 80%;
  border-radius: 0px !important;
  padding: 35px 55px !important;
  box-sizing: border-box;
}
.single__area div#ez-toc-container ul {
  border-width: 0;
}
.single__area div#ez-toc-container li::after {
  content: "" !important;
}
.single__area div#ez-toc-container li::before {
  display: none;
}
@media screen and (max-width: 600px) {
  .single__area div#ez-toc-container {
    width: 90% !important;
    padding: 15px 25px !important;
    margin-bottom: 45px;
  }
}
.single__area .ez-toc-title-container::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #677747;
  margin-top: 20px;
  margin-bottom: 20px;
}
.single__area div#ez-toc-container p.ez-toc-title {
  font-size: 1.25rem !important;
}
@media screen and (max-width: 600px) {
  .single__area div#ez-toc-container p.ez-toc-title {
    font-size: 1.0625rem !important;
  }
}
.single__area #ez-toc-container label {
  border-width: 0px !important;
}
.single__area .ez-toc-list-level-3 a {
  position: relative;
  padding-left: 10px;
}
.single__area .ez-toc-list-level-3 a::before {
  content: "" !important;
  margin-right: 0 !important;
  position: absolute;
  top: 3px;
  left: -3px;
  width: 0px;
  height: 0px;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-left: 8px solid #677747;
  border-bottom: 8px solid transparent;
}
.single__area div#ez-toc-container ul.ez-toc-list a:hover {
  color: #677747 !important;
}
.single__area .ez-toc-heading-level-2 a {
  font-size: 0.9375rem !important;
  line-height: 1.6;
}
.single__area .ez-toc-list-level-3 a {
  font-size: 0.875rem !important;
}
.single__area .ez-toc-heading-level-2 {
  margin-bottom: 3px !important;
}
.single__area .ez-toc-heading-level-2:last-of-type {
  margin-bottom: 0 !important;
}
.single__area .ez-toc-list-level-3 {
  margin-top: 0px !important;
}
.single__area .ez-toc-heading-level-3 {
  margin-bottom: 5px !important;
}
.single__area .ez-toc-heading-level-3:last-of-type {
  margin-bottom: 0 !important;
}
.single__area .more__button {
  margin-bottom: 30px;
}
.single__area .more__button a {
  background-color: #ffa30d;
  color: #fff;
  border-width: 0px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.single__area .more__button span::before {
  background-color: #fff;
}
.single__area .more__button span::after {
  background-color: #fff;
}
.single__area .post_link {
  display: inline-block;
  border: 1px solid #677747;
  width: 80%;
  display: flex;
  position: relative;
  padding: 20px 15px 15px;
  box-sizing: border-box;
  margin: 25px auto 25px;
  transition: all 0.3s;
}
.single__area .post_link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 990px) {
  .single__area .post_link {
    max-width: 600px;
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .single__area .post_link {
    width: 100%;
    max-width: 420px;
  }
}
.single__area .post_link_ttl {
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
  top: -8px;
  left: 5%;
  background-color: rgb(255, 254, 243);
  letter-spacing: 0.4em;
  padding-right: 5px;
  padding-left: 10px;
  color: #677747;
  border-width: 0;
  line-height: 1;
  margin-bottom: 0;
}
.single__area .post_link_img {
  width: 20%;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-right: 20px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .single__area .post_link_img {
    width: 30%;
    margin-right: 15px;
  }
}
.single__area .post_link_txt {
  font-size: 1rem;
  line-height: 1.3125;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  .single__area .post_link_txt {
    font-size: 0.875rem;
  }
}
.single__top {
  display: none;
}
@media screen and (max-width: 600px) {
  .single__top {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #000000;
    position: fixed;
    right: 25px;
    bottom: 80px;
    z-index: 2;
    opacity: 0;
    transition: all 0.5s;
  }
  .single__top.active {
    opacity: 1;
  }
  .single__top span {
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 14px;
    left: 12px;
  }
}
.single__banner {
  max-width: 450px;
  width: 860%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 990px) {
  .single__banner {
    display: none;
  }
}
.single .shindan__banner {
  margin-bottom: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .single .shindan__banner {
    margin-top: 50px;
    margin-bottom: 0;
  }
}
.single .shindan__banner img {
  width: auto;
  height: auto;
}
.single .sns-share {
  background-color: rgba(210, 210, 210, 0.3);
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .single .sns-share {
    margin-bottom: 0;
    margin-top: 50px;
  }
}
.single .sns-share__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0.8em 0;
}
.single .sns-share__ttl {
  font-size: 0.875rem;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 600px) {
  .single .sns-share__ttl {
    font-size: 0.8125rem;
  }
}
.single .sns-share__button.face img {
  width: 27%;
}
.single .sns-share__button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #FFFEF3;
  transition: all 0.3s;
}
.single .sns-share__button a img {
  width: 53%;
  height: auto;
}
@media screen and (max-width: 600px) {
  .single .sns-share__button a {
    width: 35px;
    height: 35px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .single .sns-share__button a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 600px) {
  .single .connection {
    display: none;
  }
}
.single .connection__ttl {
  text-align: center;
  margin-bottom: 65px;
}
.single .connection__ttl-main {
  font-size: 2rem;
  line-height: 1.6451612903;
  font-weight: bold;
  position: relative;
}
.single .connection__ttl-main::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -13px;
  width: 45px;
  height: 3px;
  background-color: #707070;
}
.single .connection__wrapper {
  display: flex;
  gap: 5%;
}
.single .connection__item {
  width: 45%;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .single .connection__item:hover {
    opacity: 0.6;
  }
  .single .connection__item:hover img {
    transform: scale(1.1);
    transition: all 0.3s;
  }
}
.single .connection__area-img {
  width: 100%;
  aspect-ratio: 4/3;
  margin-bottom: 8px;
  overflow: hidden;
}
.single .connection__area-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.single .connection__content-ttl {
  font-size: 0.875rem;
  line-height: 1.7857142857;
}
.single__footertxt {
  text-align: center;
  margin-top: 90px;
}
@media screen and (max-width: 600px) {
  .single__footertxt {
    display: none;
  }
}
.single__footertxt-txt {
  font-size: 1.25rem;
  line-height: 1.35;
  margin-bottom: 10px;
}
.single__footertxt-txt:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .single__footertxt-txt {
    font-size: 0.875rem;
    line-height: 1.3571428571;
    margin-bottom: 9px;
  }
}
.single__side {
  flex-shrink: 0;
  width: 27%;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 990px) {
  .single__side {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 90px;
  }
}
@media screen and (max-width: 600px) {
  .single__side {
    padding-top: 66px;
  }
}
.single__side .side__banner {
  width: 100%;
  max-width: 100%;
  margin-bottom: 35px;
}
@media screen and (max-width: 990px) {
  .single__side .side__banner {
    width: 80%;
    margin: 0 auto 81px;
    order: 1;
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .single__side .side__banner {
    width: 75%;
  }
}
@media screen and (min-width: 990px) {
  .single__side .column-pick {
    margin-bottom: 75px;
  }
  .single__side .column-pick .sidebar-ttl {
    margin-bottom: 65px;
  }
  .single__side .column-pick__wrapper {
    width: 100%;
  }
  .single__side .column-pick__item {
    margin-bottom: 42px;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 990px) and (hover: hover) and (pointer: fine) {
  .single__side .column-pick__item:hover {
    opacity: 0.6;
  }
  .single__side .column-pick__item:hover img {
    transform: scale(1.1, 1.1);
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 0.5s;
  }
}
@media screen and (min-width: 990px) {
  .single__side .column-pick__content-ttl {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .single__side .column-pick__img {
    width: 38%;
    aspect-ratio: 120/80;
    overflow: hidden;
  }
  .single__side .column-pick__content {
    padding-top: 0;
  }
  .single__side .column-pick__content::after {
    bottom: -20px;
  }
  .single__side .column-pick__content-ttl {
    font-size: 0.75rem;
    line-height: 1.6666666667;
    margin-bottom: 12px;
  }
  .single__side .column-pick__content-cat {
    font-size: 0.625rem;
  }
  .single__side .column-pick__number {
    font-size: 90px;
  }
}
@media screen and (max-width: 990px) {
  .single__side .column-pick {
    order: 3;
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 600px) {
  .single__side .column-pick__wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 990px) {
  .single__side .column-recom .sidebar-ttl {
    margin-bottom: 69px;
  }
  .single__side .column-recom__container {
    margin: 0;
    overflow: visible;
  }
  .single__side .column-recom__wrapper {
    margin: 0;
    flex-direction: column;
    gap: 0;
  }
  .single__side .column-recom__item {
    margin-bottom: 42px;
    width: 100%;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 990px) and (hover: hover) and (pointer: fine) {
  .single__side .column-recom__item:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 990px) {
  .single__side .column-recom__area {
    display: flex;
  }
  .single__side .column-recom__mark {
    display: none;
  }
  .single__side .column-recom__img {
    flex-shrink: 0;
    width: 38%;
    aspect-ratio: 120/80;
    margin-right: 18px;
    margin-bottom: 0;
  }
  .single__side .column-recom__content {
    position: relative;
  }
  .single__side .column-recom__content::after {
    position: absolute;
    content: "";
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #D8D4D4;
  }
}
@media screen and (min-width: 990px) and (max-width: 600px) {
  .single__side .column-recom__content::after {
    bottom: -22px;
  }
}
@media screen and (min-width: 990px) {
  .single__side .column-recom__content-ttl {
    font-size: 0.75rem;
    line-height: 1.6666666667;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .single__side .column-recom__timeCat time {
    display: none;
  }
  .single__side .column-recom__timeCat-cat {
    display: inline-block;
    font-size: 10px;
    background-color: #677747;
    color: #fff;
    padding: 3px 9px;
    border-radius: 2px;
    font-weight: bold;
  }
}
@media screen and (max-width: 990px) {
  .single__side .column-recom {
    order: 2;
  }
}
@media screen and (max-width: 600px) {
  .single__side .column-recom {
    width: 100svw;
    margin: 0 calc(50% - 50svw) 56px;
  }
}
@media screen and (max-width: 990px) {
  .single__side-ads {
    order: 4;
  }
}
.single__side .side__b-banner {
  width: 100%;
  height: 166px;
  margin-top: 56px;
  -o-object-fit: cover;
     object-fit: cover;
  position: sticky;
  top: 40px;
  left: 0;
}
@media screen and (max-width: 990px) {
  .single__side .side__b-banner {
    display: none;
  }
}
.single .product-banner {
  display: none;
  width: 100%;
  height: 60px;
  background-color: rgb(250, 252, 242);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  .single .product-banner {
    display: block;
  }
}
.single .product-banner.hidden {
  opacity: 0;
}
.single .product-banner__button {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.single .product-banner__button span {
  width: 12px;
  height: 2px;
  position: absolute;
  top: 8px;
  left: 4px;
  background-color: #616161;
}
.single .product-banner__button span:first-of-type {
  transform: rotate(45deg);
}
.single .product-banner__button span:last-of-type {
  transform: rotate(-45deg);
}
.single .product-banner__wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}
.single .product-banner__content {
  padding-left: 45px;
}
.single .product-banner__content-new {
  font-size: 16px;
  color: #ffa30d;
  font-family: "Lucida Handwriting", "Georgia";
  font-style: italic;
}
.single .product-banner__content-txt {
  font-size: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
.single .product-banner__content-ttl {
  font-size: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  margin-top: 5px;
}
.single .product-banner__img {
  width: 45px;
  height: 45px;
}
.single .product-banner__link {
  margin-right: 3%;
}
.single .product-banner__link a {
  display: inline-block;
  background-color: #ffa30d;
  color: #fff;
  font-size: 12px;
  border-radius: 20px;
  font-weight: bold;
  padding: 7px 16px;
}
.single .product-banner.line {
  height: auto;
}
.single .product-banner.line .product-banner__button {
  top: 5px;
  left: 1.3%;
  transform: none;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}
.single .product-banner.line .product-banner__button span {
  top: 9px;
}
.single .product-banner.line .product-banner img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

/*

　ニュース詳細ページ
*/
.news-single .bread-wrapper {
  width: 70%;
}
@media screen and (max-width: 600px) {
  .news-single .bread-wrapper {
    width: 88%;
  }
}
.news-single .single__container {
  width: 70%;
}
@media screen and (max-width: 600px) {
  .news-single .single__container {
    width: 88%;
  }
}
.news-single .single__wrapper {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .news-single .connection {
    display: block;
    padding-top: 90px;
  }
  .news-single .connection__wrapper {
    flex-direction: column;
  }
  .news-single .connection__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .news-single .connection__item:last-of-type {
    margin-bottom: 0;
  }
  .news-single .connection__area {
    display: flex;
  }
  .news-single .connection__area-img {
    flex-shrink: 0;
    width: 38%;
    aspect-ratio: 120/80;
    margin-right: 10px;
    overflow: hidden;
  }
  .news-single .connection__area-img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .news-single .connection__content-ttl {
    font-size: 0.75rem;
    line-height: 1.6666666667;
  }
}

/*
　商品詳細ページ
*/
@media screen and (max-width: 1380px) {
  .product-single .bread-wrapper {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .product-single .bread-wrapper span {
    font-size: 0.625rem;
  }
}
.product-single .product-wrapper {
  max-width: 1174px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 110px;
}
@media screen and (max-width: 1380px) {
  .product-single .product-wrapper {
    width: 90%;
  }
}
@media screen and (max-width: 990px) {
  .product-single .product-wrapper {
    width: 100%;
    padding-right: 8%;
    padding-left: 8%;
  }
}
@media screen and (max-width: 600px) {
  .product-single .product-wrapper {
    padding-right: 5%;
    padding-left: 5%;
    font-size: 0.9375rem;
  }
}
.product-single .product-main {
  display: flex;
  gap: 110px;
  padding-top: 65px;
  padding-bottom: 150px;
  justify-content: center;
}
@media screen and (max-width: 990px) {
  .product-single .product-main {
    flex-direction: column;
    gap: 76px;
    padding-top: 76px;
    padding-bottom: 76px;
  }
}
@media screen and (max-width: 600px) {
  .product-single .product-main {
    gap: 24px;
  }
}
.product-single .product-img {
  width: 46%;
}
@media screen and (max-width: 990px) {
  .product-single .product-img {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 600px) {
  .product-single .product-img {
    width: 100%;
  }
}
.product-single .product-img__button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  transition: all 0.3s;
}
.product-single .product-img__button::before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
}
.product-single .product-img__button.hidden {
  display: none;
}
.product-single .product-img__main {
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 55px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .product-single .product-img__main {
    height: auto;
    margin-bottom: 15px;
  }
}
.product-single .product-img__main-container {
  overflow: hidden;
  height: 100%;
}
.product-single .product-img__main-wrapper {
  display: flex;
  height: 100%;
  transition: 0.3s;
}
.product-single .product-img__main-item {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}
.product-single .product-img__main-item img {
  -o-object-fit: cover;
     object-fit: cover;
}
.product-single .product-img__main-prev {
  left: -20px;
}
.product-single .product-img__main-prev::before {
  transform: translateY(-50%) rotate(-135deg);
  top: 50%;
  left: 15px;
}
@media screen and (max-width: 600px) {
  .product-single .product-img__main-prev::before {
    width: 10px;
    height: 10px;
    border-width: 2px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .product-single .product-img__main-prev:hover {
    left: -25px;
  }
}
@media screen and (max-width: 600px) {
  .product-single .product-img__main-prev {
    width: 35px;
    height: 35px;
    left: -10px;
  }
}
.product-single .product-img__main-next {
  right: -20px;
}
.product-single .product-img__main-next::before {
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 15px;
}
@media screen and (max-width: 600px) {
  .product-single .product-img__main-next::before {
    width: 10px;
    height: 10px;
    border-width: 2px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .product-single .product-img__main-next:hover {
    right: -25px;
  }
}
@media screen and (max-width: 600px) {
  .product-single .product-img__main-next {
    right: -10px;
    width: 35px;
    height: 35px;
  }
}
.product-single .product-img__list {
  display: flex;
  gap: 12px;
}
.product-single .product-img__list-wrapper {
  position: relative;
}
.product-single .product-img__list-container {
  width: 100%;
  overflow-x: scroll;
  scrollbar-width: none;
}
.product-single .product-img__list-container::-webkit-scrollbar {
  display: none;
}
.product-single .product-img__list-prev {
  left: -20px;
}
@media (hover: hover) and (pointer: fine) {
  .product-single .product-img__list-prev:hover {
    left: -25px;
  }
}
@media screen and (max-width: 600px) {
  .product-single .product-img__list-prev {
    left: -10px;
  }
}
.product-single .product-img__list-prev::before {
  transform: translateY(-50%) rotate(-135deg);
  top: 50%;
  left: 15px;
}
.product-single .product-img__list-next {
  right: -20px;
}
@media (hover: hover) and (pointer: fine) {
  .product-single .product-img__list-next:hover {
    right: -25px;
  }
}
@media screen and (max-width: 600px) {
  .product-single .product-img__list-next {
    right: -10px;
  }
}
.product-single .product-img__list-next::before {
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 15px;
}
.product-single .product-img__item {
  width: 115px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  position: relative;
}
.product-single .product-img__item.current::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
@media screen and (max-width: 600px) {
  .product-single .product-img__item {
    width: 77px;
  }
}
.product-single .product-img__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.product-single .product__content-bland {
  margin-bottom: 13px;
}
@media screen and (max-width: 600px) {
  .product-single .product__content-bland {
    font-size: 0.75rem;
    margin-bottom: 6px;
  }
}
.product-single .product__content-ttl {
  font-size: 1.875rem;
  line-height: 1.6;
  margin-bottom: 33px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 600px) {
  .product-single .product__content-ttl {
    font-size: 1.125rem;
    margin-bottom: 13px;
  }
}
.product-single .product__content-price {
  font-size: 1.875rem;
  line-height: 1.3333333333;
  letter-spacing: 0.03em;
  margin-bottom: 14px;
}
@media screen and (max-width: 600px) {
  .product-single .product__content-price {
    font-size: 1.125rem;
    margin-bottom: 5px;
  }
}
.product-single .product__content-tax {
  font-size: 0.8125rem;
  margin-bottom: 33px;
}
@media screen and (max-width: 600px) {
  .product-single .product__content-tax {
    font-size: 0.75rem;
    margin-bottom: 24px;
  }
}
.product-single .product__content-link {
  margin-bottom: 44px;
}
@media screen and (max-width: 600px) {
  .product-single .product__content-link {
    text-align: center;
    margin-bottom: 35px;
  }
}
.product-single .product__content-link a {
  display: inline-block;
  font-size: 1.125rem;
  color: #fff;
  background-color: #ffa30d;
  padding: 20px 109px;
  letter-spacing: 0.05em;
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  .product-single .product__content-link a {
    font-size: 16px;
    padding: 14px 0px;
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .product-single .product__content-link a:hover {
    opacity: 0.8;
  }
}
.product-single .product__content-outlineTtl {
  margin-bottom: 33px;
  font-size: 1rem;
  line-height: 180%;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .product-single .product__content-outlineTtl {
    font-size: 0.9375rem;
    margin-bottom: 25px;
  }
}
.product-single .product__content-outline {
  line-height: 180%;
}
.product-single .product-detail__top-img {
  max-width: 100%;
  width: 100%;
  aspect-ratio: 345/145;
  vertical-align: bottom;
  margin-bottom: 30px;
}
.product-single .product-detail__top-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.product-single .product-detail__top-txt {
  line-height: 150%;
  margin-bottom: 55px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .product-single .product-detail__top-txt {
    margin-bottom: 41px;
  }
}
.product-single .product-detail__logo {
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 63px;
}
@media screen and (max-width: 600px) {
  .product-single .product-detail__logo {
    max-width: 100%;
    width: 75%;
  }
}
.product-single .product-detail__logo img {
  width: 100%;
}
.product-single .product-detail__content .wp-block-columns.is-layout-flex {
  gap: 116px 25px;
  flex-wrap: wrap;
  width: 100%;
  align-items: baseline;
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .product-single .product-detail__content .wp-block-columns.is-layout-flex {
    gap: 22px;
  }
}
.product-single .product-detail__content .wp-block-column.is-layout-flow {
  width: calc(33% - 16px);
  flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  .product-single .product-detail__content .wp-block-column.is-layout-flow {
    width: 100%;
  }
}
.product-single .product-detail__content .wp-block-column.is-layout-flow figure {
  width: 100%;
  aspect-ratio: 4/3;
  margin-bottom: 17px;
  vertical-align: bottom;
}
@media screen and (max-width: 600px) {
  .product-single .product-detail__content .wp-block-column.is-layout-flow figure {
    aspect-ratio: 345/260;
  }
}
.product-single .product-detail__content .wp-block-column.is-layout-flow figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-single .product-detail__content .wp-block-column.is-layout-flow h2 {
  font-size: 1.125rem;
  line-height: 150%;
  margin-bottom: 17px;
}
@media screen and (max-width: 600px) {
  .product-single .product-detail__content .wp-block-column.is-layout-flow h2 {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
.product-single .product-detail__content .wp-block-column.is-layout-flow p {
  line-height: 150%;
}
.product-single .product-review__ttl {
  font-size: 1.125rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .product-single .product-review__ttl {
    font-size: 1rem;
  }
}
.product-single .product-review__item {
  margin-bottom: 45px;
}
.product-single .product-review__item:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .product-single .product-review__item {
    margin-bottom: 40px;
  }
}
.product-single .product-review__item-time {
  font-size: 0.875rem;
  display: inline-block;
  margin-bottom: 8px;
}
.product-single .product-review__item-eva {
  margin-bottom: 13px;
}
.product-single .product-review__item-star {
  color: #ffa30d;
  letter-spacing: -0.2em;
}
.product-single .product-review__item-name {
  margin-bottom: 13px;
}
.product-single .product-review__item-name::before {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../img/src/person.webp);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 5px;
}
.product-single .product-review__item-ttl {
  font-weight: bold;
  margin-bottom: 5px;
}
.product-single .product-review__item-txt {
  line-height: 1.3125;
}

/*
　お問い合わせ・完了ページ
*/
.contact .subpage-ttl__sub {
  left: 140px;
}
@media screen and (max-width: 600px) {
  .contact .subpage-ttl__sub {
    left: 35px;
  }
}
.contact .page-wrapper {
  padding-bottom: 90px;
}
@media screen and (max-width: 990px) {
  .contact .page-contact {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}
.contact .contact-page_content {
  display: flex;
  margin-bottom: 45px;
  position: relative;
}
.contact .contact-page_content:last-of-type {
  margin-bottom: 60px;
}
@media screen and (max-width: 990px) {
  .contact .contact-page_content {
    flex-direction: column;
  }
}
.contact .contact-page_content label {
  width: 20%;
  padding-top: 5px;
}
@media screen and (max-width: 990px) {
  .contact .contact-page_content label {
    width: 100%;
    padding-top: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .contact .contact-page_content label {
    font-size: 0.9375rem;
  }
}
.contact .contact-page_content input {
  padding: 5px;
}
.contact .contact-page_content input, .contact .contact-page_content textarea {
  width: 80%;
  font-size: 1rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border: 1px solid #677747;
}
@media screen and (max-width: 990px) {
  .contact .contact-page_content input, .contact .contact-page_content textarea {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .contact .contact-page_content input, .contact .contact-page_content textarea {
    font-size: 0.9375rem;
  }
}
.contact .contact-page_content textarea {
  height: 120px;
  line-height: 140%;
  padding: 8px;
}
.contact .contact-page_content .error {
  position: absolute;
  top: 30px;
  left: 0;
}
@media screen and (max-width: 990px) {
  .contact .contact-page_content .error {
    top: 0;
    left: 150px;
  }
}
.contact .contact-page_btn {
  text-align: center;
}
.contact .contact-page_btn button {
  font-size: 20px;
  font-weight: bold;
  color: #677747;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border: 1px solid #677747;
  padding: 10px 0 10px 10px;
  width: 200px;
  letter-spacing: 0.5em;
  transition: all 0.3s;
}
.contact .contact-page_btn button:hover {
  background-color: #677747;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .contact .contact-page_btn button {
    font-size: 18px;
    width: 180px;
  }
  .contact .contact-page_btn button:active {
    background-color: #677747;
    color: #fff;
  }
}
@media screen and (max-width: 600px) {
  .contact.comp .subpage-ttl__sub {
    font-size: 2.375rem;
    left: 25px;
    white-space: nowrap;
  }
}
.contact-comp__ttl {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.contact-comp__ttl:last-of-type {
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .contact-comp__ttl {
    font-size: 1.125rem;
    line-height: 120%;
    margin-bottom: 10px;
  }
}
.contact-comp__txt {
  font-size: 1rem;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  line-height: 160%;
}
@media screen and (max-width: 600px) {
  .contact-comp__txt {
    font-size: 0.9375rem;
  }
}
.contact-comp__caution {
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 160%;
  margin-bottom: 40px;
}
.contact-comp__link a {
  position: relative;
  overflow: hidden;
}
.contact-comp__link a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 0.5px;
  background-color: #677747;
}
.contact-comp__link a:hover::after {
  animation: slide 0.5s ease-out;
}
@keyframes slide {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.contact-comp__link a:hover {
  transition: 0.3s;
  opacity: 0.6;
}

/*
　プライバシーポリシー
*/
.policy .subpage-ttl__sub {
  left: 130px;
}
@media screen and (max-width: 990px) {
  .policy .subpage-ttl__sub {
    font-size: 3.4375rem;
  }
}
@media screen and (max-width: 600px) {
  .policy .subpage-ttl__sub {
    white-space: nowrap;
    left: 20px;
    font-size: 2rem;
  }
}
.policy-page {
  line-height: 180%;
  margin-bottom: 90px;
}
@media screen and (max-width: 990px) {
  .policy-page {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .policy-page {
    font-size: 0.9375rem;
  }
}
.policy-page p {
  margin-bottom: 40px;
  line-height: 180%;
}
.policy-page h2 {
  font-size: 1.125rem;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 120%;
  color: #677747;
}
@media screen and (max-width: 600px) {
  .policy-page h2 {
    font-size: 1rem;
  }
}
.policy-page ol {
  margin-bottom: 40px;
  list-style-position: inside;
}
.policy-page ol li {
  line-height: 180%;
  margin-bottom: 10px;
}
.policy-page ol li:last-child {
  margin-bottom: 0;
}
.policy-page ol li ol {
  margin-top: 10px;
  padding-left: 20px;
  margin-bottom: 0;
}
.policy-page .bottom0 {
  margin-bottom: 0;
}
.policy-page .right {
  text-align: right;
  margin-bottom: 0;
}

/*
　利用規約
*/
.tos .subpage-ttl__sub {
  left: 130px;
}
@media screen and (max-width: 990px) {
  .tos .subpage-ttl__sub {
    font-size: 3.4375rem;
  }
}
@media screen and (max-width: 600px) {
  .tos .subpage-ttl__sub {
    white-space: nowrap;
    left: 90px;
    font-size: 2.8125rem;
  }
}
.tos-page {
  margin-bottom: 90px;
}
@media screen and (max-width: 600px) {
  .tos-page {
    margin-bottom: 60px;
  }
}
.tos-page p {
  line-height: 180%;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .tos-page p {
    font-size: 0.9375rem;
  }
}
.tos-page h2 {
  font-size: 1.125rem;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 120%;
  color: #677747;
}
@media screen and (max-width: 600px) {
  .tos-page h2 {
    font-size: 1rem;
  }
}
.tos-page ul {
  margin-bottom: 30px;
}
.tos-page ul li {
  line-height: 180%;
  margin-bottom: 10px;
}
.tos-page ul li:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .tos-page ul li {
    font-size: 0.9375rem;
  }
}
.tos-page ul li > ul {
  margin-top: 10px;
  margin-bottom: 10px;
}
.tos-page ul li > ul > li {
  padding-left: 5px;
}
.tos-page ul li > ul > li::before {
  content: "・";
  font-size: 1rem;
  color: #677747;
  display: inline-block;
}
.tos-page .last {
  text-align: end;
  margin-bottom: 0;
}

/*
　サイトマップ
*/
.sitemap .subpage-ttl__sub {
  left: 80px;
}
@media screen and (max-width: 600px) {
  .sitemap .subpage-ttl__sub {
    white-space: nowrap;
    left: 45px;
  }
}
.sitemap-page {
  margin-bottom: 75px;
}
@media screen and (max-width: 600px) {
  .sitemap-page {
    margin-bottom: 45px;
  }
}
.sitemap-page h4 {
  font-size: 1.125rem;
  margin-bottom: 20px;
  color: #677747;
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .sitemap-page h4 {
    font-size: 0.9375rem;
  }
}
.sitemap-page .aioseo-html-sitemap a {
  line-height: 180%;
  padding-left: 35px;
  margin-bottom: 15px;
  display: inline-block;
  transition: all 0.3s;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .sitemap-page .aioseo-html-sitemap a:hover {
    opacity: 0.6;
  }
}
.sitemap-page .aioseo-html-sitemap a::before {
  position: absolute;
  top: 2px;
  left: 16px;
  content: "・";
  display: inline-block;
  color: #677747;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .sitemap-page .aioseo-html-sitemap a {
    font-size: 0.9375rem;
  }
}
.sitemap-page .wsp-category-title {
  display: none;
}
.sitemap-page .aioseo-html-page-sitemap h4 {
  font-size: 0;
}
.sitemap-page .aioseo-html-page-sitemap h4::before {
  font-size: 1.125rem;
  content: "NAVIGATION";
  margin-bottom: 20px;
  color: #677747;
  margin-top: 20px;
}
.sitemap-page .aioseo-html-category-sitemap,
.sitemap-page .aioseo-html-column-cat-sitemap {
  display: none;
}
.sitemap-page .aioseo-html-column-tag-sitemap {
  display: none;
}
.sitemap-page .aioseo-html-post-sitemap h4 {
  font-size: 0;
}
.sitemap-page .aioseo-html-post-sitemap h4::before {
  font-size: 1.125rem;
  content: "NEWS";
  margin-bottom: 20px;
  color: #677747;
  margin-top: 20px;
}
.sitemap-page .aioseo-html-column-sitemap h4 {
  font-size: 0;
}
.sitemap-page .aioseo-html-column-sitemap h4::before {
  font-size: 1.125rem;
  content: "OUTDOOR COLUMN";
  margin-bottom: 20px;
  color: #677747;
  margin-top: 20px;
}
.sitemap-page .aioseo-html-column-cat-sitemap h4 {
  font-size: 0;
}
.sitemap-page .aioseo-html-column-cat-sitemap h4::before {
  font-size: 1.125rem;
  content: "CATEGORY";
  margin-bottom: 20px;
  color: #677747;
  margin-top: 20px;
}
.sitemap-page br {
  display: none;
}/*# sourceMappingURL=style.css.map */