@charset "UTF-8";
/* ==========================================================================//
//
//　common
//
// ========================================================================== */
body {
  /* for iOS */
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  background-color: #F1F1E5;
  color: #000000;
  font-size: 13px;
}
@media all and (min-width: 751px) {
  body {
    font-size: 14px;
  }
}

.coleman_home * {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
}
.coleman_home img {
  /* for Chrome */
  -webkit-backface-visibility: hidden;
}
.coleman_home h1, .coleman_home h2, .coleman_home h3, .coleman_home h4, .coleman_home h5, .coleman_home h6 {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  line-height: 1.2;
  padding: 0;
  margin: 0;
}
.coleman_home section, .coleman_home picture {
  display: block;
}
.coleman_home img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.coleman_home a img {
  border: none;
}
.coleman_home a {
  text-decoration: none;
}
.coleman_home ul, .coleman_home li {
  list-style: none;
}
.coleman_home input, .coleman_home label, .coleman_home select, .coleman_home textarea {
  vertical-align: middle;
}
.coleman_home .disp_non {
  display: none;
}
@media all and (max-width: 750px) {
  .coleman_home .for_sp {
    display: block;
  }
}
@media all and (min-width: 751px) {
  .coleman_home .for_sp {
    display: none;
  }
}
@media all and (max-width: 750px) {
  .coleman_home .for_pc {
    display: none;
  }
}
@media all and (min-width: 751px) {
  .coleman_home .for_pc {
    display: block;
  }
}
.coleman_home {
  /* inner
  ---------------------------------------------------------- */
}
.coleman_home .inner {
  margin: 0 auto;
  padding: 0 20px;
}
@media all and (min-width: 751px) {
  .coleman_home .inner {
    padding: 0 83px;
  }
}
@media all and (min-width: 1367px) {
  .coleman_home .inner {
    max-width: 1200px;
  }
}
.coleman_home {
  /* 共通
  ---------------------------------------------------------- */
}
.coleman_home p {
  line-height: 1.9;
}

/* アニメーション
---------------------------------------------------------- */
@-webkit-keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeUpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeLeftAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeLeftAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeRightAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeRightAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideToRight {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0);
  }
}
@keyframes slideToRight {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0);
  }
}
@-webkit-keyframes slideToLeft {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    clip-path: inset(0);
  }
}
@keyframes slideToLeft {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    clip-path: inset(0);
  }
}
.fadeUp {
  -webkit-animation: fadeUpAnime 1.5s forwards;
          animation: fadeUpAnime 1.5s forwards;
  opacity: 0;
}

.fadeLeft {
  -webkit-animation: fadeLeftAnime 1.5s forwards;
          animation: fadeLeftAnime 1.5s forwards;
  opacity: 0;
}

.fadeRight {
  -webkit-animation: fadeRightAnime 1.5s forwards;
          animation: fadeRightAnime 1.5s forwards;
  opacity: 0;
}

.fadeIn {
  -webkit-animation: fadeInAnime 1.5s forwards;
          animation: fadeInAnime 1.5s forwards;
  opacity: 0;
}

.delay02 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay04 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay06 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay08 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@media all and (min-width: 751px) {
  .delay02_pc {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .delay04_pc {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .delay06_pc {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .delay08_pc {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
}
.fadeUpTrigger,
.fadeLeftTrigger,
.fadeRightTrigger,
.fadeInTrigger {
  opacity: 0;
}

.delayScroll > * {
  opacity: 0;
}

/* スライドが3枚しかなくてもページネーションを表示させる */
.splide__pagination {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* 矢印 */
.splide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media all and (min-width: 751px) {
  .splide__arrows {
    gap: 0 20px;
    bottom: -20px;
    right: 65px;
    width: 40px;
    height: 40px;
  }
}
.splide__arrows .splide__arrow {
  cursor: pointer;
  position: relative;
  background-color: transparent;
  border: 1px solid #fff;
}
@media all and (min-width: 751px) {
  .splide__arrows .splide__arrow {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .splide__arrows .splide__arrow:hover {
    opacity: 0.3;
  }
}
.splide__arrows .splide__arrow::after {
  position: absolute;
  content: "";
  background-image: url(../../images/coleman_home/items/ico_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media all and (min-width: 751px) {
  .splide__arrows .splide__arrow::after {
    width: 12px;
    height: 18px;
  }
}
.splide__arrows .splide__arrow svg {
  opacity: 0;
}
.splide__arrows .splide__arrow.splide__arrow--next::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

/* ページナビ(線) */
.splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 6px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
@media all and (min-width: 751px) {
  .splide__pagination {
    gap: 0 8px;
  }
}
.splide__pagination .splide__pagination__page {
  cursor: pointer;
  position: relative;
  background-color: transparent;
  border: none;
  background-color: rgba(255, 255, 255, 0.2);
  width: 30px;
  height: 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 751px) {
  .splide__pagination .splide__pagination__page {
    width: 60px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .splide__pagination .splide__pagination__page:hover {
    background-color: #fff;
  }
}
.splide__pagination .splide__pagination__page.is-active {
  background-color: #fff;
}

/* ==========================================================================//
//
// introduction、注目の特選アイテム、おすすめ特集
//
// ========================================================================== */
/* 共通
---------------------------------------------------------- */
.no_link {
  pointer-events: none;
}

section.item_section + section.item_section {
  margin-top: 80px;
}
@media all and (min-width: 751px) {
  section.item_section + section.item_section {
    margin-top: 160px;
  }
}

p {
  letter-spacing: 0.06em;
}

/* IN & OUTで大活躍！お家でも使えるキャンプギアの魅力を紹介
---------------------------------------------------------- */
.sec_introduction {
  margin: 65px 0 60px;
  text-align: center;
}
@media all and (min-width: 751px) {
  .sec_introduction {
    margin: 100px 0;
  }
}
.sec_introduction .introduction_ttl {
  margin-bottom: 10px;
  color: #7E2625;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.66;
}
@media all and (min-width: 751px) {
  .sec_introduction .introduction_ttl {
    font-size: clamp(40px, 3.7vw, 50px);
    line-height: 1.8;
  }
}
.sec_introduction .introduction_ttl .for_md {
  display: block;
}
@media all and (min-width: 1001px) {
  .sec_introduction .introduction_ttl .for_md {
    display: none;
  }
}
.sec_introduction .update_date {
  margin-bottom: 20px;
  color: #787878;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media all and (min-width: 751px) {
  .sec_introduction .update_date {
    font-size: 13px;
  }
}
.sec_introduction .txts {
  font-size: 14px;
  font-weight: 900;
  line-height: 2.14;
}
@media all and (min-width: 751px) {
  .sec_introduction .txts {
    font-size: 18px;
    line-height: 2.22;
  }
}

/* アンカーリンク
---------------------------------------------------------- */
.anchor_contents {
  background-image: url(../../images/coleman_home/items/anchor_bg_sp.jpg);
  background-size: auto 738px;
  background-position: top left;
}
@media all and (min-width: 751px) {
  .anchor_contents {
    background-image: url(../../images/coleman_home/items/anchor_bg_pc.jpg);
    background-size: auto 538px;
  }
}
.anchor_contents .anchor_list {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (min-width: 751px) {
  .anchor_contents .anchor_list {
    padding: 60px 0;
    gap: 40px 14px;
  }
}
.anchor_contents .anchor_list .anchor_detail {
  width: calc((100% - 10px) / 2);
}
@media all and (min-width: 751px) {
  .anchor_contents .anchor_list .anchor_detail {
    width: calc((100% - 42px) / 4);
  }
}
.anchor_contents .anchor_list .anchor_detail a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 751px) and (hover: hover) {
  .anchor_contents .anchor_list .anchor_detail a:hover {
    opacity: 0.6;
  }
}

/* 商品紹介セクション 共通
---------------------------------------------------------- */
section.item_section {
  position: relative;
  overflow: hidden;
}
@media all and (min-width: 751px) {
  section.item_section {
    padding-bottom: 60px;
  }
}
section.item_section::before, section.item_section::after {
  position: absolute;
  content: "";
  z-index: 0;
}
section.item_section::before {
  width: 100%;
  height: 53.05%;
  bottom: 0;
  left: 0;
  z-index: -2;
}
@media all and (min-width: 1101px) {
  section.item_section::before {
    height: min(515px, 60%);
  }
}
section.item_section::after {
  background-image: url(../../images/coleman_home/items/half_bg_sp.png);
  background-size: auto 568px;
  background-position: top left;
  width: 100%;
  height: 53.05%;
  bottom: 0;
  left: 0;
  z-index: -1;
  mix-blend-mode: multiply;
}
@media all and (min-width: 1101px) {
  section.item_section::after {
    background-image: url(../../images/coleman_home/items/half_bg_pc.png);
    background-size: auto 495px;
    height: min(515px, 60%);
    mix-blend-mode: color-burn;
  }
}
@media all and (min-width: 1101px) {
  section.item_section:nth-child(even) .style_wrap {
    left: -36px;
  }
}
@media all and (min-width: 1101px) {
  section.item_section:nth-child(even) .grid_wrap {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    -ms-grid-columns: 43.3% 48.35%;
    grid-template-columns: 43.3% 48.35%;
        grid-template-areas: "image txts" "image slide";
  }
}
@media all and (min-width: 1101px) {
  section.item_section:nth-child(even) .grid_wrap .txts {
    margin-left: 40px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1500px) {
  section.item_section:nth-child(even) .image_wrap {
    margin: 0 calc(50% - 50vw) 0 40px;
  }
}
@media all and (min-width: 1501px) {
  section.item_section:nth-child(even) .image_wrap {
    margin: 0 -100px 0 -25px;
  }
}
@media all and (min-width: 1101px) {
  section.item_section:nth-child(odd) .style_wrap {
    right: -36px;
  }
}
@media all and (min-width: 1101px) {
  section.item_section:nth-child(odd) .grid_wrap {
    -ms-grid-columns: 48.35% 43.3%;
    grid-template-columns: 48.35% 43.3%;
        grid-template-areas: "txts image" "slide image";
  }
}
@media all and (min-width: 1101px) {
  section.item_section:nth-child(odd) .grid_wrap .txts {
    margin-right: 40px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1500px) {
  section.item_section:nth-child(odd) .image_wrap {
    margin: 0 40px 0 calc(50% - 50vw);
  }
}
@media all and (min-width: 1501px) {
  section.item_section:nth-child(odd) .image_wrap {
    margin: 0 -25px 0 -100px;
  }
}
@media all and (min-width: 1501px) {
  section.item_section.no_grid:nth-child(even) .style_wrap {
    left: -100px;
  }
}
@media all and (min-width: 1501px) {
  section.item_section.no_grid:nth-child(odd) .style_wrap {
    right: -100px;
  }
}
section.item_section .contents {
  position: relative;
}
section.item_section .style_wrap {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media all and (min-width: 1101px) {
  section.item_section .style_wrap {
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    position: absolute;
    top: 0;
  }
}
section.item_section .style_wrap .image {
  width: 28px;
}
@media all and (min-width: 751px) {
  section.item_section .style_wrap .image {
    width: 30px;
  }
}
section.item_section .style_wrap span {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.03em;
}
@media all and (min-width: 751px) {
  section.item_section .style_wrap span {
    font-size: 24px;
  }
}
@media all and (min-width: 751px) and (min-width: 1101px) {
  section.item_section .style_wrap span {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
}
@media all and (min-width: 1101px) {
  section.item_section .grid_wrap {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 60px 62px;
  }
}
@media all and (min-width: 1101px) {
  section.item_section .grid_wrap .sec_image {
    grid-area: image;
  }
}
@media all and (min-width: 1101px) {
  section.item_section .grid_wrap .txts {
    margin-bottom: 60px;
    grid-area: txts;
  }
}
@media all and (min-width: 1101px) {
  section.item_section .grid_wrap .splide_wrap {
    grid-area: slide;
  }
}
@media all and (min-width: 1101px){
  section.item_section .grid_wrap .sec_image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  section.item_section:nth-child(odd) .grid_wrap > .sec_image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  section.item_section .grid_wrap .txts {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  section.item_section:nth-child(odd) .grid_wrap > .txts {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  section.item_section .grid_wrap .splide_wrap {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  section.item_section:nth-child(odd) .grid_wrap > .splide_wrap {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
@media all and (min-width: 1101px) {
  section.item_section .grid_wrap .splide_wrap .splide__track {
    padding-bottom: 50px;
  }
}
section.item_section .txt_wrap {
  color: #fff;
}
@media all and (min-width: 751px) {
  section.item_section .txt_wrap {
    margin-top: 60px;
  }
}
@media all and (min-width: 751px) and (min-width: 1101px) {
  section.item_section .txt_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media all and (min-width: 1101px) {
  section.item_section .txt_wrap .txts {
    width: 41.6%;
  }
}
@media all and (max-width: 750px) {
  section.item_section .txt_wrap .sec_ttl {
    margin-top: 35px;
  }
}
@media all and (max-width: 1100px) {
  section.item_section .txt_wrap .lead br {
    display: none;
  }
}
@media all and (min-width: 1101px) {
  section.item_section .txt_wrap .splide_wrap {
    width: 48.3%;
  }
}
@media all and (min-width: 751px) {
  section.item_section .txt_wrap .splide_wrap .splide__track {
    padding-bottom: 50px;
  }
}
section.item_section .image_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (max-width: 1100px) {
  section.item_section .image_wrap {
    margin: 0 calc(50% - 50vw);
  }
}
@media all and (min-width: 751px) {
  section.item_section .image_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
section.item_section .sec_ttl {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.9;
}
@media all and (min-width: 751px) {
  section.item_section .sec_ttl {
    margin: 35px 0 30px;
    font-size: clamp(27px, 2.2vw, 30px);
    line-height: 1.93;
  }
}
@media all and (min-width: 751px) and (min-width: 1101px) {
  section.item_section .sec_ttl {
    margin: 0 0 30px;
  }
}
section.item_section .lead {
  margin-bottom: 30px;
  font-weight: bold;
}
@media all and (max-width: 750px) {
  section.item_section .lead {
    line-height: 1.84;
  }
}
@media all and (min-width: 751px) {
  section.item_section .lead {
    line-height: 1.85;
  }
}
@media all and (min-width: 751px) and (min-width: 1101px) {
  section.item_section .lead {
    margin-bottom: 0;
  }
}
@media all and (max-width: 1100px) {
  section.item_section .splide_wrap {
    margin: 35px 0 50px calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    width: 100vw;
  }
}
section.item_section .splide .splide__list .splide__slide {
  color: #fff;
}
section.item_section .splide .splide__list .splide__slide a {
  display: block;
  color: #fff;
}
@media all and (min-width: 751px) {
  section.item_section .splide .splide__list .splide__slide a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (min-width: 751px) and (hover: hover) {
  section.item_section .splide .splide__list .splide__slide a:hover {
    opacity: 0.6;
  }
}
section.item_section .splide .splide__list .splide__slide .image {
  margin-bottom: 20px;
  overflow: hidden;
}
section.item_section .splide .splide__list .splide__slide .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
section.item_section .splide .splide__list .splide__slide .name {
  margin-bottom: 6px;
}
section.item_section .splide .splide__list .splide__slide .name span {
  display: block;
  line-height: 1.4;
}
section.item_section .splide .splide__list .splide__slide .name .en {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 0.03em;
  font-weight: bold;
  line-height: 1.6;
}
@media all and (min-width: 751px) {
  section.item_section .splide .splide__list .splide__slide .name .en {
    margin-bottom: 5px;
    font-size: 16px;
  }
}
@media all and (min-width: 1101px) {
  section.item_section .splide .splide__list .splide__slide .name .en {
    font-size: 14px;
  }
}
section.item_section .splide .splide__list .splide__slide .name .jp {
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 1.63;
}
@media all and (min-width: 751px) {
  section.item_section .splide .splide__list .splide__slide .name .jp {
    font-size: 12px;
  }
}
section.item_section .splide .splide__list .splide__slide .price .jpy {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 15px;
  font-weight: bold;
}
section.item_section .splide .splide__list .splide__slide .price .yen {
  padding: 0 4px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 17px;
  font-weight: bold;
}
@media all and (min-width: 751px) {
  section.item_section .splide .splide__list .splide__slide .price .yen {
    font-size: 18px;
  }
}
@media all and (min-width: 1101px) {
  section.item_section .splide .splide__list .splide__slide .price .yen {
    font-size: 16px;
  }
}
section.item_section .splide .splide__list .splide__slide .price .tax {
  font-size: 10px;
  letter-spacing: 0.05em;
}

/* ホームパーティーにおすすめ『ロースタイルリビング』
---------------------------------------------------------- */
section.sec_raw {
  margin-top: 80px;
}
@media all and (min-width: 751px) {
  section.sec_raw {
    margin-top: 100px;
  }
}
section.sec_raw::before {
  background-color: #7E2625;
}

/* 在宅勤務にコンパクトな『ワークスペース』を↓
---------------------------------------------------------- */
section.sec_work::before {
  background-color: #9A6F45;
}

/* 『コット』があれば急な来客でも安心
---------------------------------------------------------- */
section.sec_cot::before {
  background-color: #6B625B;
}

/* キッチンすっきり『クーラーボックス』活用法
---------------------------------------------------------- */
section.sec_cooler::before {
  background-color: #868859;
}

/* 『インフィニティチェア』でチルタイム
---------------------------------------------------------- */
section.sec_infinity::before {
  background-color: #7E2625;
}
@media all and (max-width: 1100px) {
  section.sec_infinity::before {
    height: 55%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1101px) {
  section.sec_infinity::before {
    height: 65%;
  }
}
@media all and (min-width: 1102px) {
  section.sec_infinity::before {
    height: min(849px, 68.9%);
  }
}
@media all and (max-width: 1100px) {
  section.sec_infinity::after {
    height: 55%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1101px) {
  section.sec_infinity::after {
    height: 65%;
  }
}
@media all and (min-width: 1102px) {
  section.sec_infinity::after {
    height: min(849px, 68.9%);
  }
}

/* 運ばない？『アウトドアワゴン』
---------------------------------------------------------- */
section.sec_wagon::before {
  background-color: #9A6F45;
}
@media all and (max-width: 1100px) {
  section.sec_wagon::before {
    height: 54%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1101px) {
  section.sec_wagon::before {
    height: 65%;
  }
}
@media all and (min-width: 1102px) {
  section.sec_wagon::before {
    height: min(849px, 68.9%);
  }
}
@media all and (max-width: 1100px) {
  section.sec_wagon::after {
    height: 54%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1101px) {
  section.sec_wagon::after {
    height: 65%;
  }
}
@media all and (min-width: 1102px) {
  section.sec_wagon::after {
    height: min(849px, 68.9%);
  }
}

/* エアコンの効きにくい場所には『コンパクトファン』
---------------------------------------------------------- */
section.sec_fan::before {
  background-color: #6B625B;
}
@media all and (max-width: 1100px) {
  section.sec_fan::before {
    height: 56%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1101px) {
  section.sec_fan::before {
    height: 65%;
  }
}
@media all and (min-width: 1102px) {
  section.sec_fan::before {
    height: min(849px, 68.9%);
  }
}
@media all and (max-width: 1100px) {
  section.sec_fan::after {
    height: 56%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1101px) {
  section.sec_fan::after {
    height: 65%;
  }
}
@media all and (min-width: 1102px) {
  section.sec_fan::after {
    height: min(849px, 68.9%);
  }
}

/* こんな使い方もおすすめ
---------------------------------------------------------- */
section.sec_way::before {
  background-color: #868859;
}
@media screen and (min-width: 751px) and (max-width: 1101px) {
  section.sec_way::before {
    height: 65%;
  }
}
@media all and (min-width: 1102px) {
  section.sec_way::before {
    height: min(849px, 68.9%);
  }
}
@media screen and (min-width: 751px) and (max-width: 1101px) {
  section.sec_way::after {
    height: 65%;
  }
}
@media all and (min-width: 1102px) {
  section.sec_way::after {
    height: min(849px, 68.9%);
  }
}

/* キャンプ用チェア・テーブル等のご使用上の注意点
---------------------------------------------------------- */
section.sec_note {
  margin: 80px 0;
}
@media all and (min-width: 751px) {
  section.sec_note {
    margin: 100px 0;
  }
}
section.sec_note .wrap {
  padding: 40px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../../images/coleman_home/items/note_bg_sp.jpg);
  background-size: auto 452px;
  background-position: top left;
}
@media all and (min-width: 751px) {
  section.sec_note .wrap {
    padding: 50px;
    gap: 0 40px;
    background-image: url(../../images/coleman_home/items/note_bg_pc.jpg);
    background-size: auto 271px;
  }
}
@media all and (max-width: 750px) {
  section.sec_note .wrap .in_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media all and (min-width: 751px) {
  section.sec_note .wrap .image {
    width: 15.55%;
  }
}
@media all and (max-width: 750px) {
  section.sec_note .wrap .in_wrap {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 15px;
  }
  section.sec_note .wrap .in_wrap .image {
    width: 17.5%;
  }
  section.sec_note .wrap .in_wrap .note_ttl {
    width: 77.1%;
  }
}
@media all and (min-width: 751px) {
  section.sec_note .wrap .txts {
    width: 80.8%;
  }
}
section.sec_note .wrap .txts .note_ttl {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.86;
}
@media all and (min-width: 751px) {
  section.sec_note .wrap .txts .note_ttl {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
section.sec_note .wrap .txts .lead {
  font-size: 11px;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media all and (min-width: 751px) {
  section.sec_note .wrap .txts .lead {
    font-size: 13px;
    line-height: 1.84;
  }
}

/* おすすめ記事
---------------------------------------------------------- */
.sec_recommendation {
  padding: 60px 0;
  background-color: #fff;
}
@media all and (min-width: 751px) {
  .sec_recommendation {
    padding: 80px 0;
  }
}
.sec_recommendation .contents {
  margin-inline: auto;
}
@media all and (min-width: 751px) {
  .sec_recommendation .contents {
    width: min(1000px, 100%);
  }
}
.sec_recommendation .sec_ttl {
  margin-bottom: 30px;
  padding-bottom: 11px;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.06em;
  border-bottom: 2px solid #B7312C;
}
@media all and (min-width: 751px) {
  .sec_recommendation .sec_ttl {
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 20px;
  }
}
.sec_recommendation .wrap {
  display: block;
  border: 1px solid #DDDDD0;
}
@media all and (min-width: 801px) {
  .sec_recommendation .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media all and (min-width: 751px) {
  .sec_recommendation .wrap .lead {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .sec_recommendation .wrap .lead span {
    background-image: -webkit-gradient(linear, left top, right top, from(#B7312C), to(#B7312C));
    background-image: linear-gradient(90deg, #B7312C, #B7312C);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 0 1px;
    -webkit-transition: background-size 0.4s;
    transition: background-size 0.4s;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .sec_recommendation .wrap:hover .lead {
    color: #B7312C;
  }
  .sec_recommendation .wrap:hover .lead span {
    background-size: 100% 1px;
    background-position: left bottom;
  }
}
@media all and (min-width: 801px) {
  .sec_recommendation .wrap .image {
    width: 42.5%;
  }
}
.sec_recommendation .wrap .lead {
  padding: 20px;
  color: #000000;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media all and (min-width: 751px) {
  .sec_recommendation .wrap .lead {
    font-size: 16px;
  }
}
@media all and (min-width: 751px) and (min-width: 801px) {
  .sec_recommendation .wrap .lead {
    padding: 0;
    width: 49.5%;
  }
}
.sec_recommendation .btn_wrap {
  margin-top: 40px;
}
@media all and (min-width: 751px) {
  .sec_recommendation .btn_wrap {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media all and (max-width: 750px) {
  .sec_recommendation .btn_wrap .btn {
    width: min(255px, 100%);
    margin-inline: auto;
  }
}
@media all and (min-width: 751px) {
  .sec_recommendation .btn_wrap .btn {
    width: min(300px, 100%);
  }
}
@media all and (max-width: 750px) {
  .sec_recommendation .btn_wrap .btn:not(:first-child) {
    margin-top: 7px;
  }
}
.sec_recommendation .btn_wrap .btn a {
  padding: 15.25px;
  display: block;
  background-color: #F5F5F5;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  color: #000000;
  font-size: 12px;
  text-align: center;
}
@media all and (min-width: 751px) {
  .sec_recommendation .btn_wrap .btn a {
    padding: 19px;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .sec_recommendation .btn_wrap .btn a:hover {
    background-color: #CCCCCC;
  }
}
.sec_recommendation .btn_wrap .btn.red a {
  background-color: #B7312C;
  border: 1px solid #B7312C;
  color: #fff;
}
@media (min-width: 751px) and (hover: hover) {
  .sec_recommendation .btn_wrap .btn.red a:hover {
    background-color: #fff;
    color: #B7312C;
  }
}