/* commonParts
---------------------------------------------------- */
.sec-catalog .__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.sec-catalog .__inner.col-2_inner {
  width: calc(100% - 8.4375rem);
}
@media screen and (max-width: 1599px) {
  .sec-catalog .__inner.col-2_inner {
    width: calc(100% - 12.65625rem);
  }
}
@media screen and (max-width: 1199px) {
  .sec-catalog .__inner.col-2_inner {
    width: calc(100% - 8.4375rem);
  }
}
@media screen and (max-width: 991px) {
  .sec-catalog .__inner.col-2_inner {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .sec-catalog .__inner.col-2_inner {
    display: block;
    width: calc(100% - 40px);
  }
}

.catalog-item-ttl {
  position: relative;
  padding-bottom: 1em;
  margin-bottom: 1.6em;
}
.catalog-item-ttl::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: url(../images/line-dot.png);
  background-size: cover;
}

.item-attention p {
  color: #e47520;
  font-size: 0.95em;
  padding: 1.6em 2em;
  border: 8px solid transparent;
  border-image-slice: 36;
  border-image-width: 8px;
  border-image-repeat: stretch;
  border-image-source: url(../images/wrap-border_l-orange.png);
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  .item-attention p {
    padding: 1.4em 1.6em;
  }
}

.product-list ul {
  display: flex;
  flex-wrap: wrap;
}
.product-list ul .product-list-item a {
  transition: all 0.4s ease;
}
.product-list ul .product-list-item a:hover {
  opacity: 0.8;
}
.product-list ul .product-list-item a:hover .item-img img {
  transform: scale(1.04);
}
.product-list ul .product-list-item a:hover .item-link img {
  transform: scaleX(1.3);
}
.product-list ul .product-list-item .item-img img {
  will-change: transform;
  transition: all 0.48s ease;
}
.product-list ul .product-list-item .item-cate {
  position: relative;
  z-index: 2;
  width: calc(100% - 2em);
  margin: 0 auto;
  margin-top: -1em;
}
@media screen and (max-width: 1199px) {
  .product-list ul .product-list-item .item-cate {
    width: calc(100% - 1em);
  }
}
@media screen and (max-width: 991px) {
  .product-list ul .product-list-item .item-cate {
    width: calc(100% - 2em);
  }
}
.product-list ul .product-list-item .item-cate p {
  font-size: min(1.1vw, 0.9em);
}
@media screen and (max-width: 1199px) {
  .product-list ul .product-list-item .item-cate p {
    font-size: 0.85em;
  }
}
@media screen and (max-width: 991px) {
  .product-list ul .product-list-item .item-cate p {
    font-size: 1em;
  }
}
.product-list ul .product-list-item .item-info {
  width: calc(100% - 2em);
  margin: 0 auto;
  margin-top: 0.6em;
}
@media screen and (max-width: 1199px) {
  .product-list ul .product-list-item .item-info {
    width: calc(100% - 1em);
  }
}
@media screen and (max-width: 991px) {
  .product-list ul .product-list-item .item-info {
    width: calc(100% - 2em);
  }
}
@media screen and (max-width: 767px) {
  .product-list ul .product-list-item .item-info .item-num p {
    font-size: 0.9em;
  }
}
.product-list ul .product-list-item .item-info .item-ttl h3, .product-list ul .product-list-item .item-info .item-ttl h4 {
  color: #7f5048;
  line-height: 1.3em;
}
@media screen and (max-width: 767px) {
  .product-list ul .product-list-item .item-info .item-ttl h3, .product-list ul .product-list-item .item-info .item-ttl h4 {
    font-size: 1.2em;
  }
}
.product-list ul .product-list-item .item-info .item-link {
  color: #e47520;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 0.6em;
}
@media screen and (max-width: 1199px) {
  .product-list ul .product-list-item .item-info .item-link {
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .product-list ul .product-list-item .item-info .item-link {
    margin-top: 0.6em;
  }
}
@media screen and (max-width: 991px) {
  .product-list ul .product-list-item .item-info .item-link p {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  .product-list ul .product-list-item .item-info .item-link p {
    font-size: 0.9em;
  }
}

.side-menu .side-menu-inner.__content-wrap03 {
  padding: 0.4em;
}

.side-menu-content {
  margin-top: 3em;
}
.side-menu-content:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .side-menu-content {
    margin-top: 2em;
  }
}
.side-menu-content.__content-wrap03 {
  padding: 0.4em;
}
.side-menu-content .menu-name {
  color: #fff;
  background-size: contain;
  background-repeat: repeat;
  padding: 0.2em 1em;
  padding-left: 0.6em;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 991px) {
  .side-menu-content .menu-name {
    padding-top: 0.4em;
    padding-bottom: 0.4em;
  }
}
.side-menu-content .menu-name.__orange {
  background-image: url(../images/bg-pattern_orange.png);
}
.side-menu-content .menu-name.__green {
  background-image: url(../images/bg-pattern_green.png);
}
@media screen and (max-width: 767px) {
  .side-menu-content .menu-name h5 {
    font-size: 0.9em;
  }
}
.side-menu-content .menu-name h5 i {
  font-size: 0.9em;
  margin-right: 0.4em;
}
.side-menu-content .menu-inner .select-list li a {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.6em;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .side-menu-content .menu-inner .select-list li a {
    font-size: 0.9em;
  }
}
.side-menu-content .menu-inner .select-list.__count {
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .side-menu-content .menu-inner .select-list.__count {
    padding-left: 0.2em;
  }
}
.side-menu-content .menu-inner .select-list.__orange li a:hover {
  color: #ff822e;
}
.side-menu-content .menu-inner .select-list.__green li a:hover {
  color: #42ae42;
}
.side-menu-content .menu-inner .calendar-table table {
  width: 100%;
  border-collapse: collapse;
  padding: 0.4em 0;
}
.side-menu-content .menu-inner .calendar-table table th,
.side-menu-content .menu-inner .calendar-table table td {
  text-align: center;
  font-size: 0.9em;
  width: 14.2857142857%;
  aspect-ratio: 1/1;
  padding: 1px;
}
.side-menu-content .menu-inner .calendar-table table th {
  font-weight: bold;
}
.side-menu-content .menu-inner .calendar-table table th.cellTableHead {
  letter-spacing: 0.06em;
  padding-bottom: 1em;
}
@media screen and (max-width: 991px) {
  .side-menu-content .menu-inner .calendar-table table th.cellTableHead {
    font-size: 1em;
  }
}
.side-menu-content .menu-inner .calendar-table table th.cellTableHead a {
  display: inline-block;
  transition: all 0.3s ease;
}
.side-menu-content .menu-inner .calendar-table table th.cellTableHead a img {
  width: 1em;
  height: auto;
}
.side-menu-content .menu-inner .calendar-table table th.cellTableHead a:hover {
  opacity: 0.6;
}
.side-menu-content .menu-inner .calendar-table table th.cellTableHead a:nth-of-type(1) {
  margin-right: 1em;
}
.side-menu-content .menu-inner .calendar-table table th.cellTableHead a:nth-of-type(2) {
  margin-left: 1em;
}
.side-menu-content .menu-inner .calendar-table table th.cellWeek {
  padding-bottom: 0.4em;
}
.side-menu-content .menu-inner .calendar-table table th.cellSunday {
  color: #bc2323;
}
.side-menu-content .menu-inner .calendar-table table th.cellSaturday {
  color: #0b66aa;
}
.side-menu-content .menu-inner .calendar-table table td {
  font-family: "Pangolin", cursive;
  line-height: 2em;
  border: 1px solid #ddd;
}
@media screen and (max-width: 991px) {
  .side-menu-content .menu-inner .calendar-table table td {
    line-height: 1.8em;
  }
}
@media screen and (max-width: 767px) {
  .side-menu-content .menu-inner .calendar-table table td {
    line-height: 2em;
  }
}
.side-menu-content .menu-inner .calendar-table table td.cellToday {
  font-weight: bold;
  color: #d00;
}
.side-menu-content .menu-inner .calendar-table table td a {
  color: #fff;
  background-color: #42ae42;
  font-size: 1em;
  transition: all 0.3s ease;
}
.side-menu-content .menu-inner .calendar-table table td a:hover {
  opacity: 0.7;
}
.side-menu-content .menu-inner .search-content form {
  position: relative;
}
.side-menu-content .menu-inner .search-content form input {
  background-color: #eee;
  font-size: 0.9em;
  padding: 0.6em 1em;
  width: 100%;
  border-radius: 4px;
}
@media screen and (max-width: 1199px) {
  .side-menu-content .menu-inner .search-content form input {
    padding: 0.8em 1em;
  }
}
.side-menu-content .menu-inner .search-content form input::-moz-placeholder {
  color: #999;
}
.side-menu-content .menu-inner .search-content form input::placeholder {
  color: #999;
}
.side-menu-content .menu-inner .search-content form button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-right: 1em;
  background-color: initial;
}
.side-menu-content .menu-inner .search-content form button i {
  font-size: 0.9em;
}

.sec-catalog-detail .catalog-item-ttl {
  margin-bottom: 1em;
}
.sec-catalog-detail .catalog-item-ttl .__ttlstyle03 {
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .sec-catalog-detail .catalog-item-ttl .__ttlstyle03 {
    display: block;
  }
}
.sec-catalog-detail .item-pic-slider .__main, .sec-catalog-detail .item-pic-slider .__thumbnail {
  position: relative;
  padding: 0 2em;
}
@media screen and (max-width: 767px) {
  .sec-catalog-detail .item-pic-slider .__main, .sec-catalog-detail .item-pic-slider .__thumbnail {
    padding: 0;
  }
}
.sec-catalog-detail .item-pic-slider .__main .swiper-button-next,
.sec-catalog-detail .item-pic-slider .__main .swiper-button-prev, .sec-catalog-detail .item-pic-slider .__thumbnail .swiper-button-next,
.sec-catalog-detail .item-pic-slider .__thumbnail .swiper-button-prev {
  width: -moz-fit-content;
  width: fit-content;
  --swiper-navigation-color: #1a1a1a;
}
.sec-catalog-detail .item-pic-slider .__main .swiper-button-next::after,
.sec-catalog-detail .item-pic-slider .__main .swiper-button-prev::after, .sec-catalog-detail .item-pic-slider .__thumbnail .swiper-button-next::after,
.sec-catalog-detail .item-pic-slider .__thumbnail .swiper-button-prev::after {
  font-size: 2em;
}
@media screen and (max-width: 767px) {
  .sec-catalog-detail .item-pic-slider .__main .swiper-button-next::after,
  .sec-catalog-detail .item-pic-slider .__main .swiper-button-prev::after, .sec-catalog-detail .item-pic-slider .__thumbnail .swiper-button-next::after,
  .sec-catalog-detail .item-pic-slider .__thumbnail .swiper-button-prev::after {
    display: none;
  }
}
.sec-catalog-detail .item-pic-slider .__main .swiper-button-next, .sec-catalog-detail .item-pic-slider .__thumbnail .swiper-button-next {
  right: 0;
}
.sec-catalog-detail .item-pic-slider .__main .swiper-button-prev, .sec-catalog-detail .item-pic-slider .__thumbnail .swiper-button-prev {
  left: 0;
}
.sec-catalog-detail .item-pic-slider .__main .__imgstyle01 {
  aspect-ratio: 4/3;
}
.sec-catalog-detail .item-pic-slider .__main .__imgstyle01::after {
  pointer-events: none;
  background-image: url(../images/img-frame_4-3_large_brown.png);
}
@media screen and (max-width: 767px) {
  .sec-catalog-detail .item-pic-slider .__main .__imgstyle01::after {
    background-image: url(../images/img-frame_4-3_brown.png);
  }
}
.sec-catalog-detail .item-pic-slider .slider-main {
  background-color: #efece7;
}
.sec-catalog-detail .item-pic-slider .slider-main .swiper-slide .swiper-img {
  width: 100% !important;
  height: 100% !important;
}
.sec-catalog-detail .item-pic-slider .slider-main .swiper-slide .swiper-img a {
  width: 100%;
  height: 100%;
}
.sec-catalog-detail .item-pic-slider .slider-thumbnail {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .sec-catalog-detail .item-pic-slider .slider-thumbnail {
    padding: 0 6px;
  }
}
.sec-catalog-detail .item-pic-slider .slider-thumbnail .swiper-wrapper {
  flex-wrap: wrap;
}
.sec-catalog-detail .item-pic-slider .slider-thumbnail .swiper-wrapper .swiper-slide {
  position: relative;
  opacity: 0.6;
  transition: opacity 0.4s;
  width: calc(16.6666666667% - 16.6666666667px) !important;
  aspect-ratio: 1/1;
  margin-top: 20px;
  margin-right: 20px !important;
  cursor: pointer;
}
.sec-catalog-detail .item-pic-slider .slider-thumbnail .swiper-wrapper .swiper-slide:nth-of-type(6n) {
  margin-right: 0 !important;
}
@media screen and (max-width: 1199px) {
  .sec-catalog-detail .item-pic-slider .slider-thumbnail .swiper-wrapper .swiper-slide {
    width: calc(16.6666666667% - 13.3333333333px) !important;
    margin-top: 16px;
    margin-right: 16px !important;
  }
  .sec-catalog-detail .item-pic-slider .slider-thumbnail .swiper-wrapper .swiper-slide:nth-of-type(6n) {
    margin-right: 0 !important;
  }
}
.sec-catalog-detail .item-pic-slider .slider-thumbnail .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-catalog-detail .item-pic-slider .slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  position: relative;
}
.sec-catalog-detail .item-pic-slider .slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.back-btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 6em;
  margin-bottom: 1em;
}
@media screen and (max-width: 1199px) {
  .back-btn {
    margin-top: 60px;
    margin-bottom: 1em;
  }
}
.back-btn .__linkbtn02 a p {
  margin-left: 0;
  margin-right: -2em;
}
.back-btn .__linkbtn02 a .arrow {
  right: initial;
  margin-right: 0;
  margin-left: 2em;
}
.back-btn .__linkbtn02 a .arrow img {
  transform: translate(-50%, -50%) scaleX(-1);
}

.paging-wrap {
  width: 100%;
  margin-top: 3em;
  margin-bottom: 2em;
}
@media screen and (max-width: 1199px) {
  .paging-wrap {
    margin-top: 3em;
  }
}
.paging-wrap .paging {
  font-family: "Pangolin", cursive;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paging-wrap .paging > span {
  width: 3em;
  height: 3em;
  margin: 0 0.4em;
}
@media screen and (max-width: 991px) {
  .paging-wrap .paging > span {
    width: 2.4em;
    height: 2.4em;
  }
}
@media screen and (max-width: 767px) {
  .paging-wrap .paging > span {
    margin: 0 0.2em;
  }
}
.paging-wrap .paging > span.paging-text {
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .paging-wrap .paging > span.paging-text {
    font-size: 1em;
  }
}
.paging-wrap .paging > span.paging-text a {
  cursor: pointer;
  font-size: 1em;
  width: 100%;
  height: 100%;
  border: solid 1px #42ae42;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.paging-wrap .paging > span.paging-text a img {
  width: 1.1em;
}
.paging-wrap .paging > span.paging-text a:hover {
  color: #42ae42;
}
.paging-wrap .paging > span.current {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: url(../images/bg-pattern_green.png);
  border: solid 1px #42ae42;
}
.paging-wrap .paging > span.paging-prev {
  width: auto;
  margin-right: 1em;
}
.paging-wrap .paging > span.paging-prev a {
  border: none;
}
.paging-wrap .paging > span.paging-prev a img {
  transform-origin: right;
  margin-right: 0.4em;
  transition: all 0.36s;
}
.paging-wrap .paging > span.paging-prev a:hover {
  color: #222;
}
.paging-wrap .paging > span.paging-prev a:hover img {
  transform: scaleX(1.3);
}
.paging-wrap .paging > span.paging-next {
  width: auto;
  margin-left: 1em;
}
.paging-wrap .paging > span.paging-next a {
  border: none;
}
.paging-wrap .paging > span.paging-next a img {
  transform-origin: left;
  margin-left: 0.4em;
  transition: all 0.36s;
}
.paging-wrap .paging > span.paging-next a:hover {
  color: #222;
}
.paging-wrap .paging > span.paging-next a:hover img {
  transform: scaleX(1.3);
}
.paging-wrap.__orange .paging > span.paging-text a {
  border-color: #e47520;
}
.paging-wrap.__orange .paging > span.paging-text a:hover {
  color: #e47520;
}
.paging-wrap.__orange .paging > span.current {
  background: url(../images/bg-pattern_orange.png);
  border-color: #e47520;
}

/* blog.html
---------------------------------------------------- */
.sec-blog .__inner {
  flex-direction: row;
}
@media screen and (max-width: 991px) {
  .sec-blog .__inner {
    display: block;
  }
}
.sec-blog .catalog-content {
  width: calc(100% - 17em - 3em);
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1599px) {
  .sec-blog .catalog-content {
    width: calc(100% - 17em - 3.75rem);
  }
}
@media screen and (max-width: 1199px) {
  .sec-blog .catalog-content {
    width: calc(100% - 17em - 5.625rem);
  }
}
@media screen and (max-width: 991px) {
  .sec-blog .catalog-content {
    width: 100%;
  }
}
.sec-blog .catalog-content .catalog-item-wrap {
  width: calc(50% - 1.5em);
  margin-right: 3em;
  margin-bottom: 8.75rem;
}
@media screen and (max-width: 1199px) {
  .sec-blog .catalog-content .catalog-item-wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5em;
  }
}
.sec-blog .catalog-content .catalog-item-wrap:nth-of-type(2n) {
  margin-right: 0;
}
.sec-blog .side-menu {
  width: 17em;
}
@media screen and (max-width: 991px) {
  .sec-blog .side-menu {
    width: 100%;
    margin-top: 4em;
  }
}
.sec-blog .catalog-item-ttl {
  margin-bottom: 1em;
}
@media screen and (max-width: 1599px) {
  .sec-blog .catalog-item-ttl .__ttlstyle03 span.__ttl-mark {
    width: 1.4em;
  }
}
@media screen and (max-width: 767px) {
  .sec-blog .catalog-item-ttl .__ttlstyle03 span.__ttl-mark {
    width: 1.2em;
  }
}
@media screen and (max-width: 1599px) {
  .sec-blog .catalog-item-ttl .__ttlstyle03 span.__jp {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 1199px) {
  .sec-blog .catalog-item-ttl .__ttlstyle03 span.__jp {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 991px) {
  .sec-blog .catalog-item-ttl .__ttlstyle03 span.__jp {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .sec-blog .catalog-item-ttl .__ttlstyle03 span.__jp {
    font-size: 22px;
  }
}
.sec-blog .item-info {
  display: flex;
  align-items: center;
}
.sec-blog .item-info .item-cate {
  width: 8em;
  aspect-ratio: 4.9/1;
  margin-left: 1em;
}
.sec-blog .item-img {
  margin-top: 2em;
}
.sec-blog .item-img::after {
  background-image: url(../images/img-frame_large_brown.png);
}
@media screen and (max-width: 767px) {
  .sec-blog .item-img::after {
    background-image: url(../images/img-frame_brown.png);
  }
}
.sec-blog .item-txt {
  margin-top: 1em;
}
.sec-blog .item-link {
  color: #42ae42;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 1em;
}

/* detail.html
---------------------------------------------------- */
.sec-blog-detail .__inner {
  width: calc(100% - 16.875rem);
}
@media screen and (max-width: 1599px) {
  .sec-blog-detail .__inner {
    width: calc(100% - 12.65625rem);
  }
}
@media screen and (max-width: 1199px) {
  .sec-blog-detail .__inner {
    width: calc(100% - 8.4375rem);
  }
}
@media screen and (max-width: 991px) {
  .sec-blog-detail .__inner {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .sec-blog-detail .__inner {
    width: calc(100% - 40px);
  }
}
.sec-blog-detail .catalog-content {
  width: calc(100% - 17em - 6em);
}
@media screen and (max-width: 1199px) {
  .sec-blog-detail .catalog-content {
    width: calc(100% - 17em - 5.625rem);
  }
}
@media screen and (max-width: 991px) {
  .sec-blog-detail .catalog-content {
    width: 100%;
  }
}
.sec-blog-detail .catalog-content .catalog-item-wrap {
  width: 100%;
  margin-right: 0;
}
@media screen and (max-width: 1599px) {
  .sec-blog-detail .catalog-item-ttl .__ttlstyle03 span.__jp {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1199px) {
  .sec-blog-detail .catalog-item-ttl .__ttlstyle03 span.__jp {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 991px) {
  .sec-blog-detail .catalog-item-ttl .__ttlstyle03 span.__jp {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .sec-blog-detail .catalog-item-ttl .__ttlstyle03 span.__jp {
    font-size: 22px;
  }
}
.sec-blog-detail .item-pic-slider {
  width: 85%;
  margin: 0 auto;
  margin-top: 7.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-blog-detail .item-pic-slider {
    width: min(100%, 480px);
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .sec-blog-detail .item-pic-slider {
    margin-top: 60px;
  }
}
.sec-blog-detail .item-pic-slider .slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active::before {
  background-color: #81a917;
}

/* product.html
---------------------------------------------------- */
.sec-product-list .catalog-content {
  width: calc(100% - 18em - 2em);
}
@media screen and (max-width: 1599px) {
  .sec-product-list .catalog-content {
    width: calc(100% - 18em - 3.75rem);
  }
}
@media screen and (max-width: 991px) {
  .sec-product-list .catalog-content {
    width: calc(100% - 18em - 40px);
  }
}
@media screen and (max-width: 767px) {
  .sec-product-list .catalog-content {
    width: 100%;
  }
}
.sec-product-list .side-menu {
  width: 18em;
}
@media screen and (max-width: 767px) {
  .sec-product-list .side-menu {
    width: 100%;
    margin-top: 4em;
  }
}
.sec-product-list .product-list {
  margin-top: 3em;
}
.sec-product-list .product-list ul .product-list-item {
  width: calc(33.3333333333% - 1.25rem);
  margin-right: 1.875rem;
  margin-bottom: 3.75rem;
}
.sec-product-list .product-list ul .product-list-item:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1599px) {
  .sec-product-list .product-list ul .product-list-item {
    width: calc(50% - 1.875rem);
    margin-right: 3.75rem;
  }
  .sec-product-list .product-list ul .product-list-item:nth-of-type(3n) {
    margin-right: 3.75rem;
  }
  .sec-product-list .product-list ul .product-list-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .sec-product-list .product-list ul .product-list-item {
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 991px) {
  .sec-product-list .product-list ul .product-list-item {
    width: min(100%, 360px);
    margin: 0 auto;
    margin-bottom: 3em;
  }
  .sec-product-list .product-list ul .product-list-item:nth-of-type(3n) {
    margin-right: auto;
  }
  .sec-product-list .product-list ul .product-list-item:nth-of-type(2n) {
    margin-right: auto;
  }
}

/* items.html
---------------------------------------------------- */
.sec-product-detail .col-2_inner {
  flex-direction: row;
  margin-top: 2em;
}
@media screen and (max-width: 1199px) {
  .sec-product-detail .col-2_inner {
    display: block;
    margin-top: 0;
  }
}
.sec-product-detail .catalog-content {
  width: calc(50% - 6em);
  padding-right: 1em;
}
@media screen and (max-width: 1199px) {
  .sec-product-detail .catalog-content {
    width: 100%;
    padding-right: 0;
    margin-top: 4em;
  }
}
.sec-product-detail .catalog-item-ttl .__ttlstyle03 span.__jp .__num {
  margin-right: 0.6em;
}
@media screen and (max-width: 767px) {
  .sec-product-detail .catalog-item-ttl .__ttlstyle03 span.__jp .__num {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 991px) {
  .sec-product-detail .catalog-item-ttl .__ttlstyle03 span.__jp .__ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .sec-product-detail .catalog-item-ttl .__ttlstyle03 span.__jp .__ttl {
    font-size: 22px;
  }
}
.sec-product-detail .item-cate {
  width: 16em;
  margin-bottom: 1em;
}
.sec-product-detail .item-link {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 5rem;
}
@media screen and (max-width: 1199px) {
  .sec-product-detail .item-link {
    margin: 0 auto;
    margin-top: 60px;
  }
}
.sec-product-detail .item-attention {
  margin-top: 5rem;
}
@media screen and (max-width: 1199px) {
  .sec-product-detail .item-attention {
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .sec-product-detail .item-attention {
    margin-top: 60px;
  }
}
.sec-product-detail .item-pic-slider {
  width: 50%;
}
@media screen and (max-width: 1199px) {
  .sec-product-detail .item-pic-slider {
    width: 480px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .sec-product-detail .item-pic-slider {
    width: min(100%, 360px);
  }
}
.sec-product-detail .item-pic-slider .__main p {
  text-align: center;
  margin-top: 0.4em;
}
.sec-product-detail .item-pic-slider .__main p i {
  color: #dd9e16;
  margin-right: 0.4em;
}
.sec-product-detail .item-pic-slider .slider-main a {
  transition: all 0.4s ease;
}
.sec-product-detail .item-pic-slider .slider-main a:hover {
  opacity: 0.7;
}
.sec-product-detail .item-pic-slider .slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active::before {
  background-color: #dd9e16;
}/*# sourceMappingURL=catalog-item.css.map */