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

body {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #000;
  font-size: 13px;
  line-height: 1.88;
  text-align: center;
  background: #EFE7D9;
  padding-top: 0;
}
@media all and (min-width: 751px) {
  body {
    font-size: 17px;
  }
}

.snap * {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
}
.snap img {
  /* for Chrome */
  -webkit-backface-visibility: hidden;
}
.snap h1, .snap h2, .snap h3, .snap h4, .snap h5, .snap 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;
}
.snap section, .snap picture {
  display: block;
}
.snap img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.snap a img {
  border: none;
}
.snap a {
  color: #000;
  text-decoration: none;
}
.snap ul, .snap li {
  list-style: none;
}
.snap input, .snap label, .snap select, .snap textarea {
  vertical-align: middle;
}
.snap .disp_non {
  display: none;
}
@media all and (max-width: 750px) {
  .snap .for_sp {
    display: block;
  }
}
@media all and (min-width: 751px) {
  .snap .for_sp {
    display: none;
  }
}
@media all and (max-width: 750px) {
  .snap .for_pc {
    display: none;
  }
}
@media all and (min-width: 751px) {
  .snap .for_pc {
    display: block;
  }
}
.snap {
  /* inner
  ---------------------------------------------------------- */
}
.snap .inner {
  margin: 0 auto;
  padding: 0 20px;
}
@media all and (min-width: 751px) {
  .snap .inner {
    padding: 0 83px;
  }
}
@media all and (min-width: 1367px) {
  .snap .inner {
    max-width: 1366px;
  }
}
.snap {
  /* 共通
  ---------------------------------------------------------- */
}
.snap 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;
}

/* ==========================================================================//
//
// メインビジュアル
//
// ========================================================================== */
.mv {
  margin-bottom: 60px;
  padding: 45px 0 60px;
  background-color: #2E4861;
  color: #fff;
}
@media all and (min-width: 751px) {
  .mv {
    margin-bottom: 115px;
    padding: 55px 0 70px;
  }
}
@media all and (min-width: 751px) {
  .mv .wrap {
    margin-left: 25px;
  }
}
@media all and (min-width: 801px) {
  .mv .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: 0 48px;
  }
}
.mv .site_ttl span {
  display: block;
  text-align: left;
}
.mv .site_ttl .jp {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media all and (min-width: 751px) {
  .mv .site_ttl .jp {
    font-size: clamp(30px, 2.95vw, 40px);
  }
}
@media screen and (min-width: 751px) and (max-width: 1190px) {
  .mv .site_ttl .jp {
    font-size: 2.3vw;
  }
}
.mv .site_ttl .en {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media all and (max-width: 750px) {
  .mv .site_ttl .en {
    margin-top: 10px;
    font-size: 70px;
  }
}
@media all and (min-width: 751px) {
  .mv .site_ttl .en {
    font-size: clamp(80px, 10.65vw, 145px);
  }
}
@media screen and (min-width: 751px) and (max-width: 1190px) {
  .mv .site_ttl .en {
    font-size: 9vw;
  }
}
.mv .lead span {
  display: block;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-align: left;
}
.mv .lead .big {
  font-size: 26px;
}
@media all and (min-width: 751px) {
  .mv .lead .big {
    font-size: clamp(37px, 4.2vw, 57px);
  }
}
@media screen and (min-width: 751px) and (max-width: 1190px) {
  .mv .lead .big {
    font-size: 3.5vw;
  }
}
.mv .lead .small {
  font-size: 18px;
}
@media all and (min-width: 751px) {
  .mv .lead .small {
    font-size: clamp(20px, 2.15vw, 29px);
  }
}
@media screen and (min-width: 751px) and (max-width: 1190px) {
  .mv .lead .small {
    font-size: 2vw;
  }
}
.mv .image {
  margin-top: 40px;
}
@media all and (min-width: 751px) {
  .mv .image {
    margin-top: 50px;
  }
}

/* ==========================================================================//
//
// introduction、注目の特選アイテム、おすすめ特集
//
// ========================================================================== */
/* 共通
---------------------------------------------------------- */
section:nth-of-type(n+3) {
  margin-top: 100px;
}
@media all and (min-width: 751px) {
  section:nth-of-type(n+3) {
    margin-top: 180px;
  }
}

.bg_blue {
  background-color: #2C465D;
  color: #fff;
}
.bg_blue .lead_ttl::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.no_link {
  pointer-events: none;
}

/* セクションタイトル
---------------------------------------------------------- */
.ttl_wrap {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (min-width: 751px) {
  .ttl_wrap {
    margin-bottom: 80px;
    gap: 10px 0;
  }
}

.sec_ttl {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 50px;
  font-weight: 500;
}
@media all and (min-width: 751px) {
  .sec_ttl {
    font-size: clamp(90px, 9.25vw, 126px);
  }
}

.lead_ttl {
  display: inline-block;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media all and (max-width: 750px) {
  .lead_ttl {
    margin-top: 5px;
    padding-left: 40px;
    font-size: 16px;
    margin-inline: auto;
  }
}
@media all and (min-width: 751px) {
  .lead_ttl {
    padding-left: 58px;
    font-size: clamp(22px, 2.05vw, 28px);
  }
}
.lead_ttl::before {
  position: absolute;
  content: "";
  background-image: url(../../images/snap/items/ico_cooler.svg);
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 26px;
  height: 16px;
}
@media all and (min-width: 751px) {
  .lead_ttl::before {
    width: 43px;
    height: 27px;
  }
}

.lead_detail {
  text-align: left;
}
@media all and (max-width: 750px) {
  .lead_detail {
    margin-top: 10px;
  }
}
@media all and (min-width: 751px) {
  .lead_detail {
    margin-top: 15px;
  }
}

.wrap_ttl {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: left;
}
@media all and (min-width: 751px) {
  .wrap_ttl {
    margin-bottom: 15px;
    font-size: clamp(22px, 2.35vw, 32px);
  }
}

.explanation {
  text-align: left;
}
.explanation span {
  font-weight: bold;
}

.b_blue {
  position: relative;
  z-index: 1;
}
.b_blue img {
  border-radius: 10px;
}
.b_blue::before {
  position: absolute;
  content: "";
  background-color: #496E8B;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}
.b_blue.left::before {
  left: -8px;
}
@media all and (min-width: 751px) {
  .b_blue.left::before {
    left: -10px;
  }
}
@media all and (max-width: 750px) {
  .b_blue.right::before {
    left: -8px;
  }
}
@media all and (min-width: 751px) {
  .b_blue.right::before {
    right: -10px;
  }
}

a.btn {
  padding: 15px 10px;
  display: block;
  position: relative;
  background-color: #2C465D;
  border: 2px solid #2C465D;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-inline: auto;
}
@media all and (min-width: 751px) {
  a.btn {
    padding: 21px;
    font-size: 22px;
    width: min(370px, 100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (min-width: 751px) and (hover: hover) {
  a.btn:hover {
    background-color: #fff;
    color: #2C465D;
  }
  a.btn:hover::after {
    background-image: url(../../images/snap/ico_arrow_on.svg);
  }
}
a.btn::after {
  position: absolute;
  content: "";
  background-image: url(../../images/snap/ico_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
@media all and (min-width: 751px) {
  a.btn::after {
    width: 28px;
    height: 28px;
    right: 24px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

/* アンカーリンク
---------------------------------------------------------- */
.anchor_list {
  margin-bottom: 60px;
}
@media all and (min-width: 751px) {
  .anchor_list {
    margin-bottom: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 25px;
  }
}
@media all and (min-width: 751px) and (min-width: 1201px) {
  .anchor_list {
    gap: 30px 45px;
  }
}
@media all and (min-width: 751px) {
  .anchor_list .anchor_detail {
    width: calc((100% - 25px) / 2);
  }
}
@media all and (min-width: 751px) and (min-width: 1201px) {
  .anchor_list .anchor_detail {
    width: calc((100% - 90px) / 3);
  }
}
@media all and (max-width: 750px) {
  .anchor_list .anchor_detail:not(:first-child) {
    margin-top: 20px;
  }
}
.anchor_list .anchor_detail a {
  padding-bottom: 10px;
  display: block;
  position: relative;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 2px solid #CEC9BE;
  text-align: left;
}
@media all and (min-width: 751px) {
  .anchor_list .anchor_detail a {
    padding-bottom: 18px;
    font-size: 16px;
  }
}
@media all and (min-width: 751px) and (min-width: 1201px) {
  .anchor_list .anchor_detail a {
    font-size: 18px;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .anchor_list .anchor_detail a:hover span::after {
    top: calc(50% + 5px);
  }
}
.anchor_list .anchor_detail a span {
  position: relative;
  display: block;
}
@media all and (min-width: 751px) {
  .anchor_list .anchor_detail a span {
    padding-right: 20px;
  }
}
.anchor_list .anchor_detail a span::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 3px #B7312C;
  border-right: solid 3px #B7312C;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media all and (min-width: 751px) {
  .anchor_list .anchor_detail a span::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 10px;
    height: 10px;
  }
}

/* スナップアンドゴークーラーとは
---------------------------------------------------------- */
section.sec_about {
  padding: 40px 0 60px;
}
@media all and (min-width: 751px) {
  section.sec_about {
    padding: 70px 0 120px;
  }
}
@media all and (min-width: 751px) {
  section.sec_about .ttl_wrap {
    margin-bottom: 60px;
    gap: 0 43px;
  }
}
@media all and (min-width: 751px) and (min-width: 1351px) {
  section.sec_about .ttl_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 83px;
  }
}
@media all and (min-width: 1351px) {
  section.sec_about .ttl_wrap .sec_ttl {
    width: 46.8%;
  }
}
@media all and (min-width: 1351px) {
  section.sec_about .ttl_wrap .lead_contents {
    width: 46.25%;
    text-align: left;
  }
}
section.sec_about .movie {
  margin-bottom: 30px;
}
@media all and (min-width: 751px) {
  section.sec_about .movie {
    margin-bottom: 60px;
  }
}
section.sec_about .movie video {
  width: 100%;
}
section.sec_about .movie .note {
  font-size: 12px;
  text-align: left;
  opacity: 0.8;
}
@media all and (min-width: 751px) {
  section.sec_about .movie .note {
    font-size: 14px;
  }
}
section.sec_about .wrap_list .wrap_detail:not(:first-child) {
  margin-top: 35px;
}
@media all and (min-width: 751px) {
  section.sec_about .wrap_list .wrap_detail:not(:first-child) {
    margin-top: 45px;
  }
}
@media all and (min-width: 1201px) {
  section.sec_about .wrap_list .grid_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 70px;
  }
}
@media all and (min-width: 1201px) {
  section.sec_about .wrap_list .txt_contents {
    width: 55.5%;
  }
}
@media all and (min-width: 1201px) {
  section.sec_about .wrap_list .image_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 20px;
  }
}
section.sec_about .wrap_list .image_contents.image_wrap {
  margin-top: 30px;
}
@media all and (min-width: 751px) {
  section.sec_about .wrap_list .image_contents.image_wrap {
    margin-top: 60px;
  }
}
@media all and (max-width: 1200px) {
  section.sec_about .wrap_list .image:not(:first-of-type) {
    margin-top: 10px;
  }
}
@media all and (min-width: 1201px) {
  section.sec_about .wrap_list .one_image {
    width: 38.5%;
  }
}

/* スナップアンドゴークーラーの特徴
---------------------------------------------------------- */
section.sec_features {
  margin-top: 70px;
}
@media all and (min-width: 751px) {
  section.sec_features {
    margin-top: 80px;
  }
}
section.sec_features .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media all and (min-width: 1201px) {
  section.sec_features .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 50px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media all and (min-width: 1201px) {
  section.sec_features .wrap_list {
    width: 51%;
  }
}
section.sec_features .wrap_list .wrap_detail:not(:first-child) {
  margin-top: 20px;
}
@media all and (min-width: 751px) {
  section.sec_features .wrap_list .wrap_detail:not(:first-child) {
    margin-top: 30px;
  }
}
@media all and (min-width: 1201px) {
  section.sec_features .image {
    width: 45.1%;
  }
}
section.sec_features .btn {
  margin-top: 50px;
}
@media all and (min-width: 751px) {
  section.sec_features .btn {
    margin-top: 70px;
  }
}
section.sec_features .active_contents {
  margin-top: 40px;
}
@media all and (min-width: 751px) {
  section.sec_features .active_contents {
    margin-top: 60px;
  }
}
section.sec_features .active_contents .active_ttl {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media all and (min-width: 751px) {
  section.sec_features .active_contents .active_ttl {
    margin-bottom: 30px;
    font-size: clamp(22px, 2.35vw, 32px);
  }
}
section.sec_features .active_contents .scroll_wrap {
  position: relative;
  margin: 0 calc(50% - 50vw);
}
section.sec_features .active_contents .scroll_arrow {
  cursor: pointer;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  z-index: 1;
  border: none;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 751px) {
  section.sec_features .active_contents .scroll_arrow {
    width: 50px;
    height: 50px;
  }
}
section.sec_features .active_contents .scroll_arrow::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent rgb(255, 255, 255);
  top: 50%;
  left: calc(50% - 3px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (min-width: 751px) {
  section.sec_features .active_contents .scroll_arrow::after {
    border-width: 9px 0 9px 12px;
    left: calc(50% - 4.5px);
  }
}
section.sec_features .active_contents .scroll_arrow:disabled {
  opacity: 0;
  pointer-events: none;
}
section.sec_features .active_contents .scroll_arrow.prev {
  left: 10px;
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
section.sec_features .active_contents .scroll_arrow.next {
  right: 10px;
}
section.sec_features .active_contents {
  /* スクロールバー 非表示 */
}
section.sec_features .active_contents .scroll[data-simplebar] .simplebar-scrollbar,
section.sec_features .active_contents .scroll[data-simplebar] .simplebar-track {
  display: none;
}
section.sec_features .active_contents .simplebar-content-wrapper {
  cursor: -webkit-grab;
  cursor: grab;
}
section.sec_features .active_contents .simplebar-content-wrapper.is-dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
section.sec_features .active_contents .scroll {
  margin: 0 calc(50% - 50vw);
}
section.sec_features .active_contents .active_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 285%;
  gap: 0 10px;
}
@media all and (min-width: 751px) {
  section.sec_features .active_contents .active_list {
    gap: 0 20px;
    width: 124%;
  }
}
section.sec_features .active_contents .active_list .active_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
section.sec_features .active_contents .active_list .image {
  width: 100%;
}
section.sec_features .active_contents .active_list .bg_txts {
  padding: 10px 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #2C465D;
  color: #fff;
}
@media all and (min-width: 751px) {
  section.sec_features .active_contents .active_list .bg_txts {
    padding: 16px 20px 20px;
  }
}
section.sec_features .active_contents .active_list .bg_txts p {
  text-align: left;
}
section.sec_features .active_contents .active_list .bg_txts .active_kind {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media all and (min-width: 751px) {
  section.sec_features .active_contents .active_list .bg_txts .active_kind {
    margin-bottom: 10px;
    font-size: 22px;
  }
}

/* スナップアンドゴークーラーの使い方
---------------------------------------------------------- */
section.sec_howto .howto_list .howto_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media all and (min-width: 1101px) {
  section.sec_howto .howto_list .howto_detail {
    gap: 0 98px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  section.sec_howto .howto_list .howto_detail {
    gap: 30px 50px;
  }
}
section.sec_howto .howto_list .howto_detail:not(:first-child) {
  margin-top: 45px;
}
@media all and (min-width: 751px) {
  section.sec_howto .howto_list .howto_detail:not(:first-child) {
    margin-top: 75px;
  }
}
@media all and (min-width: 1101px) {
  section.sec_howto .howto_list .howto_detail:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
section.sec_howto .howto_list .howto_detail:nth-child(1) .circle::after {
  background-image: url(../../images/snap/items/open.svg);
  width: 139.29px;
  height: 64.95px;
}
@media all and (min-width: 1101px) {
  section.sec_howto .howto_list .howto_detail:nth-child(1) .circle::after {
    top: -120px;
    left: -95px;
    width: 249.69px;
    height: 116.43px;
  }
}
section.sec_howto .howto_list .howto_detail:nth-child(2) .circle::after {
  background-image: url(../../images/snap/items/close.svg);
  width: 120.81px;
  height: 70.44px;
}
@media all and (min-width: 1101px) {
  section.sec_howto .howto_list .howto_detail:nth-child(2) .circle::after {
    top: -150px;
    left: -55px;
    width: 216.57px;
    height: 126.27px;
  }
}
section.sec_howto .howto_list .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-color: #2C465D;
  border-radius: 50%;
  color: #fff;
}
@media all and (max-width: 750px) {
  section.sec_howto .howto_list .circle {
    width: 260px;
    height: 260px;
  }
}
@media all and (max-width: 1100px) {
  section.sec_howto .howto_list .circle {
    margin-inline: auto;
  }
}
@media all and (min-width: 751px) {
  section.sec_howto .howto_list .circle {
    width: 360px;
    height: 360px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1200px) {
  section.sec_howto .howto_list .circle {
    width: 300px;
    height: 300px;
  }
}
section.sec_howto .howto_list .circle::before {
  position: absolute;
  content: "";
  background-color: #D3C7B0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  top: 8px;
  right: -9px;
  z-index: -1;
}
@media all and (min-width: 751px) {
  section.sec_howto .howto_list .circle::before {
    top: 12px;
    right: -13px;
  }
}
section.sec_howto .howto_list .circle::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  z-index: 1;
}
@media all and (max-width: 1100px) {
  section.sec_howto .howto_list .circle::after {
    top: -10px;
    left: -30px;
  }
}
section.sec_howto .howto_list .circle .icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  width: 40px;
}
@media all and (min-width: 751px) {
  section.sec_howto .howto_list .circle .icon {
    width: 55px;
  }
}
section.sec_howto .howto_list .circle .circle_ttl {
  margin: 15px 0 10px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: left;
}
@media all and (min-width: 751px) {
  section.sec_howto .howto_list .circle .circle_ttl {
    margin: 20px 0 15px;
    font-size: clamp(22px, 2.35vw, 32px);
  }
}
section.sec_howto .howto_list .circle .explanation {
  text-align: center;
  width: 70%;
}
@media all and (min-width: 751px) {
  section.sec_howto .howto_list .circle .explanation {
    width: 75%;
  }
}
section.sec_howto .howto_list .splide {
  position: relative;
}
@media all and (max-width: 1100px) {
  section.sec_howto .howto_list .splide {
    margin-inline: auto;
  }
}
@media all and (min-width: 1101px) {
  section.sec_howto .howto_list .splide {
    width: 55%;
  }
}
section.sec_howto .howto_list .splide .number {
  position: absolute;
  top: 15px;
  left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #2C465D;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  z-index: 1;
}
@media all and (min-width: 751px) {
  section.sec_howto .howto_list .splide .number {
    top: 20px;
    left: 20px;
    font-size: 18px;
  }
}
section.sec_howto .howto_list .splide .image {
  border: 3px solid #AFAFAF;
}
section.sec_howto .howto_list .splide {
  /* 矢印 */
}
section.sec_howto .howto_list .splide .splide__arrows .splide__arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  background-color: transparent;
  border: none;
  z-index: 10;
}
@media all and (min-width: 751px) {
  section.sec_howto .howto_list .splide .splide__arrows .splide__arrow {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (min-width: 751px) and (hover: hover) {
  section.sec_howto .howto_list .splide .splide__arrows .splide__arrow:hover {
    opacity: 0.5;
  }
}
section.sec_howto .howto_list .splide .splide__arrows .splide__arrow::after {
  position: absolute;
  content: "";
  background-image: url(../../images/snap/items/how_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  z-index: 1;
  top: 10px;
}
@media all and (min-width: 751px) {
  section.sec_howto .howto_list .splide .splide__arrows .splide__arrow::after {
    width: 50px;
    height: 50px;
  }
}
section.sec_howto .howto_list .splide .splide__arrows .splide__arrow:disabled {
  opacity: 0.3;
  pointer-events: none;
}
section.sec_howto .howto_list .splide .splide__arrows .splide__arrow svg {
  opacity: 0;
}
section.sec_howto .howto_list .splide .splide__arrows .splide__arrow--prev {
  left: -20px;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}
@media all and (min-width: 751px) {
  section.sec_howto .howto_list .splide .splide__arrows .splide__arrow--prev {
    left: 15px;
  }
}
section.sec_howto .howto_list .splide .splide__arrows .splide__arrow--prev::after {
  left: -30px;
}
@media all and (min-width: 751px) {
  section.sec_howto .howto_list .splide .splide__arrows .splide__arrow--prev::after {
    left: -15px;
  }
}
section.sec_howto .howto_list .splide .splide__arrows .splide__arrow--next {
  right: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (min-width: 751px) {
  section.sec_howto .howto_list .splide .splide__arrows .splide__arrow--next {
    right: 15px;
  }
}
section.sec_howto .howto_list .splide .splide__arrows .splide__arrow--next::after {
  right: 15px;
}
@media all and (min-width: 751px) {
  section.sec_howto .howto_list .splide .splide__arrows .splide__arrow--next::after {
    right: 15px;
  }
}

/* ラインナップ比較
---------------------------------------------------------- */
@media all and (max-width: 750px) {
  section.sec_lineup .ttl_wrap {
    margin-bottom: 50px;
  }
}
section.sec_lineup .scroll_contents {
  padding-top: 70px;
  overflow-x: scroll;
}
@media all and (max-width: 1100px) {
  section.sec_lineup .scroll_contents {
    margin: 0 calc(50% - 50vw) 0 0;
  }
}
@media all and (min-width: 751px) {
  section.sec_lineup .scroll_contents {
    padding-top: 53px;
  }
}
section.sec_lineup .spec_list {
  min-width: 800px;
}
@media all and (min-width: 751px) {
  section.sec_lineup .spec_list {
    min-width: 1200px;
  }
}
section.sec_lineup .spec_list .spec_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 12px;
}
@media all and (min-width: 751px) {
  section.sec_lineup .spec_list .spec_detail {
    gap: 0 17px;
  }
}
section.sec_lineup .spec_list .spec_detail:not(:first-child) {
  margin-top: 10px;
}
@media all and (min-width: 751px) {
  section.sec_lineup .spec_list .spec_detail:not(:first-child) {
    margin-top: 20px;
  }
}
section.sec_lineup .spec_list .spec_detail .kind_ttl {
  margin-right: 3px;
  padding: 14px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #2C465D;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  width: 14%;
}
@media all and (min-width: 751px) {
  section.sec_lineup .spec_list .spec_detail .kind_ttl {
    padding: 19px 0;
    font-size: 18px;
    width: 16.1%;
  }
}
section.sec_lineup .spec_list .spec_detail .kind_ttl.transparent {
  background-color: transparent;
}
section.sec_lineup .spec_list .spec_detail .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 28%;
}
@media all and (min-width: 751px) {
  section.sec_lineup .spec_list .spec_detail .box {
    width: 26.4%;
  }
}
section.sec_lineup .spec_list .spec_detail .box .bg_wh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 10px;
}
section.sec_lineup .spec_list .spec_detail .box .item_name {
  margin-top: -70px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media all and (min-width: 751px) {
  section.sec_lineup .spec_list .spec_detail .box .item_name {
    margin-top: -53px;
    padding-bottom: 10px;
    font-size: 18px;
  }
}
section.sec_lineup .spec_list .spec_detail .box .detail_txt {
  padding: 0 10px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media all and (min-width: 751px) {
  section.sec_lineup .spec_list .spec_detail .box .detail_txt {
    font-size: 18px;
  }
}
section.sec_lineup .spec_list .spec_detail .box .note {
  padding: 0 10px;
  font-size: 12px;
}
@media all and (min-width: 751px) {
  section.sec_lineup .spec_list .spec_detail .box .note {
    font-size: 14px;
  }
}
section.sec_lineup .spec_list .spec_detail .box .image img {
  border-radius: 10px;
}
section.sec_lineup .spec_list .spec_detail .box.btn_box .bg_wh {
  background-color: #2C465D;
  border-radius: 0;
}
section.sec_lineup .spec_list .spec_detail .box a.btn {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (min-width: 751px) {
  section.sec_lineup .spec_list .spec_detail .box a.btn {
    padding: 21px 10px;
  }
}
section.sec_lineup .spec_list .spec_detail .box a.btn span {
  margin-left: -25px;
}
@media all and (min-width: 751px) {
  section.sec_lineup .spec_list .spec_detail .box a.btn span {
    margin-left: -30px;
  }
}
@media all and (max-width: 750px) {
  section.sec_lineup .spec_list .spec_detail .box a.btn::after {
    right: 10px;
  }
}

/* よくある質問
---------------------------------------------------------- */
section.sec_qa {
  margin-bottom: 55px;
}
@media all and (min-width: 751px) {
  section.sec_qa {
    margin-bottom: 105px;
  }
}
section.sec_qa .qa_list .qa_detail {
  padding: 30px 0;
  cursor: pointer;
  border-bottom: 1px solid #DBD7CE;
}
@media all and (min-width: 751px) {
  section.sec_qa .qa_list .qa_detail {
    padding: 40px 0;
  }
}
section.sec_qa .qa_list .qa_detail:first-child {
  border-top: 1px solid #DBD7CE;
}
section.sec_qa .qa_list .qa_detail .question_contents,
section.sec_qa .qa_list .qa_detail .contents_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media all and (min-width: 751px) {
  section.sec_qa .qa_list .qa_detail .question_contents,
  section.sec_qa .qa_list .qa_detail .contents_detail {
    gap: 0 20px;
  }
}
section.sec_qa .qa_list .qa_detail .question_contents {
  position: relative;
}
section.sec_qa .qa_list .qa_detail .question_contents::before, section.sec_qa .qa_list .qa_detail .question_contents::after {
  position: absolute;
  content: "";
  background-color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
section.sec_qa .qa_list .qa_detail .question_contents::before {
  width: 14px;
  height: 2px;
  top: 20px;
  right: 10px;
}
@media all and (min-width: 751px) {
  section.sec_qa .qa_list .qa_detail .question_contents::before {
    top: 24px;
    right: 20px;
  }
}
section.sec_qa .qa_list .qa_detail .question_contents::after {
  width: 2px;
  height: 14px;
  top: 14px;
  right: 6px;
  right: 16px;
}
@media all and (min-width: 751px) {
  section.sec_qa .qa_list .qa_detail .question_contents::after {
    top: 18px;
    right: 26px;
  }
}
section.sec_qa .qa_list .qa_detail .question_contents.open::before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
section.sec_qa .qa_list .qa_detail .question_contents.open::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
section.sec_qa .qa_list .qa_detail .answer_contents {
  display: none;
}
section.sec_qa .qa_list .qa_detail .answer_contents .contents_detail {
  margin-top: 10px;
}
section.sec_qa .qa_list .qa_detail p {
  text-align: left;
}
section.sec_qa .qa_list .qa_detail .qa {
  color: #2C465D;
  font-size: 20px;
  font-weight: bold;
}
@media all and (min-width: 751px) {
  section.sec_qa .qa_list .qa_detail .qa {
    font-size: 26px;
  }
}
section.sec_qa .qa_list .qa_detail .detail {
  padding-right: 40px;
  font-weight: 500;
}
@media all and (min-width: 751px) {
  section.sec_qa .qa_list .qa_detail .detail {
    padding-right: 60px;
  }
}
section.sec_qa .qa_list .qa_detail .detail a {
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#000));
  background-image: linear-gradient(90deg, #000, #000);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% 1px;
  -webkit-transition: background-size 0.4s;
  transition: background-size 0.4s;
}
@media (hover: hover) {
  section.sec_qa .qa_list .qa_detail .detail a:hover {
    background-size: 0 1px;
    background-position: left bottom;
  }
}