@charset "UTF-8";
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
/*----------------------------------------------------
共通スタイル
----------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
}

body {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  color: #000;
  background: #EEEAE2;
  /* 751- */
}
@media all and (min-width: 751px) {
  body {
    font-size: 15px;
  }
}

p {
  line-height: 1.8;
  /* 751- */
}
@media all and (min-width: 751px) {
  p {
    line-height: 1.8;
  }
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

a img {
  border: none;
}

a:hover {
  text-decoration: none;
}

figure {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

input, label, select, textarea {
  vertical-align: middle;
}

/*----------------------------------------------------
inner
----------------------------------------------------*/
.inner {
  padding: 0 20px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .inner {
    padding: 0 40px;
    max-width: 1280px;
    margin: 0 auto;
  }
}

.inner_pc {
  position: relative;
  z-index: 1;
  /* 751- */
}
@media all and (min-width: 751px) {
  .inner_pc {
    padding: 0 40px;
    max-width: 1280px;
    margin: 0 auto;
  }
}

/*----------------------------------------------------
表示 非表示
----------------------------------------------------*/
.only_sp {
  display: block;
  /* 751- */
}
@media all and (min-width: 751px) {
  .only_sp {
    display: none;
  }
}

.only_pc {
  display: none;
  /* 751- */
}
@media all and (min-width: 751px) {
  .only_pc {
    display: block;
  }
}

/*----------------------------------------------------
セクション共通
----------------------------------------------------*/
section {
  padding: 50px 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  section {
    padding: 80px 0;
  }
}

.section_ttl {
  text-align: center;
  /* 751- */
}
@media all and (min-width: 751px) {
  .section_ttl {
    margin-bottom: 60px;
  }
}
.section_ttl span {
  display: block;
}
.section_ttl span.en {
  font-size: 36px;
  font-weight: 900;
  color: #9F2726;
  font-family: "Montserrat", sans-serif;
  /* 751- */
}
@media all and (min-width: 751px) {
  .section_ttl span.en {
    font-size: 80px;
  }
}
.section_ttl span.jp {
  font-weight: 800;
  margin-top: 10px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .section_ttl span.jp {
    font-size: 20px;
  }
}

/*----------------------------------------------------
アニメーション
----------------------------------------------------*/
.js_scroll {
  position: relative;
  left: -10px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
}
.js_scroll.scroll_active {
  left: 0;
  opacity: 1;
}

/*----------------------------------------------------
メインビジュアル mv
----------------------------------------------------*/
.mv {
  position: relative;
  width: 100%;
  background: url("/client_info/COLEMANJAPAN/view/userweb/images/gasburner/bg_mv.jpg") center/cover no-repeat;
  overflow: hidden;
  padding: 26px 20px 30px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mv {
    padding: 0;
    height: clamp(560px, 52vw, 850px);
  }
}
.mv .mv_inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mv .mv_inner {
    height: 100%;
  }
}
.mv picture {
  display: block;
  width: 100%;
  max-width: 720px;
  margin: -10px auto 0;
  position: relative;
  z-index: 1;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mv picture {
    position: absolute;
    top: 0;
    right: clamp(20px, 3.5vw, 60px);
    -webkit-transform: none;
            transform: none;
    width: min(68vw, 980px);
    max-width: none;
    margin: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.mv picture img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mv picture img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    aspect-ratio: auto;
  }
}
.mv .mv_catch {
  position: relative;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mv .mv_catch {
    position: absolute;
    top: 50%;
    left: clamp(20px, 4vw, 70px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    max-width: 660px;
  }
}
.mv .mv_catch_main {
  margin: 0;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  color: #9F2726;
  text-transform: uppercase;
  line-height: 1.05;
  font-size: 31px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mv .mv_catch_main {
    font-size: 64px;
  }
}
.mv .mv_catch_main .mv_catch_main_line {
  display: inline-block;
  background: #fff;
  padding: 3px 18px 1px;
  margin: 0 0 5px 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mv .mv_catch_main .mv_catch_main_line {
    padding: 10px 30px 8px;
    margin-bottom: 16px;
  }
}
.mv .mv_catch_main .mv_catch_main_line:last-child {
  margin-bottom: 0;
}
.mv .mv_catch_sub {
  margin: 14px 0 0;
  display: inline-block;
  background: #fff;
  padding: 2px 10px;
  font-weight: 800;
  color: #9F2726;
  line-height: 1.2;
  font-size: 14px;
  letter-spacing: 0.18em;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mv .mv_catch_sub {
    margin-top: 36px;
    padding: 10px 18px;
    font-size: 26px;
  }
}
.mv .mv_btn {
  position: fixed;
  z-index: 3;
  right: 20px;
  bottom: 20px;
  width: 189px;
  display: block;
  text-decoration: none;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mv .mv_btn {
    right: 40px;
    bottom: 60px;
    width: 339px;
  }
}
.mv .mv_btn .mv_btn_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  background: #fff;
  border-radius: 9999px;
  padding: 6px 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mv .mv_btn .mv_btn_inner {
    gap: 14px;
    padding: 10px;
  }
}
.mv .mv_btn .mv_btn_img {
  display: block;
  height: auto;
  width: 48px;
  height: 26px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mv .mv_btn .mv_btn_img {
    width: 84px;
    height: 44px;
  }
}
.mv .mv_btn .mv_btn_text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
.mv .mv_btn .mv_btn_text_main {
  display: block;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  color: #9F2726;
  font-size: 12px;
  white-space: nowrap;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mv .mv_btn .mv_btn_text_main {
    font-size: 16px;
  }
}
.mv .mv_btn .mv_btn_text_sub {
  display: block;
  margin-top: 3px;
  font-weight: 700;
  color: #000;
  font-size: 10px;
  white-space: nowrap;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mv .mv_btn .mv_btn_text_sub {
    margin-top: 4px;
    font-size: 12px;
  }
}
.mv .mv_btn .mv_btn_arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: auto;
  width: 26px;
  height: 26px;
  background: url("/client_info/COLEMANJAPAN/view/userweb/images/gasburner/arr_sp.png") center/contain no-repeat;
  position: absolute;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mv .mv_btn .mv_btn_arrow {
    width: 44px;
    height: 44px;
    background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/gasburner/arr_pc.png");
    right: 20px;
  }
}
.mv .mv_btn .mv_btn_arrow {
  /* -750 */
}
@media all and (max-width: 750px) {
  .mv .mv_btn .mv_btn_arrow {
    bottom: -5px;
    right: 10px;
  }
}
@media (hover: hover) {
  .mv .mv_btn:hover .mv_btn_inner {
    background: #9F2726;
  }
  .mv .mv_btn:hover .mv_btn_text_main {
    color: #fff;
  }
  .mv .mv_btn:hover .mv_btn_text_sub {
    color: #fff;
  }
}

/*----------------------------------------------------
リード文　lead
----------------------------------------------------*/
.lead .lead_text {
  text-align: center;
  font-weight: 800;
  line-height: 2.1;
  padding: 60px 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  .lead .lead_text {
    padding: 80px 0;
    font-size: 18px;
  }
}
.lead .anchor_menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 0 auto;
  /* 751- */
}
@media all and (min-width: 751px) {
  .lead .anchor_menu {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-bottom: 40px;
  }
}
.lead .anchor_menu li a {
  position: relative;
  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;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 14px 10px 30px;
  min-height: 85px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 751- */
}
@media all and (min-width: 751px) {
  .lead .anchor_menu li a {
    padding: 22px 10px 40px;
    min-height: 92px;
  }
}
.lead .anchor_menu li a .en {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  letter-spacing: 0.08em;
  font-size: 16px;
  line-height: 1.1;
  /* 751- */
}
@media all and (min-width: 751px) {
  .lead .anchor_menu li a .en {
    font-size: 26px;
  }
}
.lead .anchor_menu li a .jp {
  display: block;
  font-size: 11px;
  margin-top: 6px;
  line-height: 1.2;
  /* 751- */
}
@media all and (min-width: 751px) {
  .lead .anchor_menu li a .jp {
    font-size: 14px;
    margin-top: 8px;
  }
}
.lead .anchor_menu li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 12px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #fff;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 751- */
}
@media all and (min-width: 751px) {
  .lead .anchor_menu li a::after {
    bottom: 16px;
    border-left-width: 9px;
    border-right-width: 9px;
    border-top-width: 10px;
  }
}
@media (hover: hover) {
  .lead .anchor_menu li a:hover {
    -webkit-filter: brightness(1.26);
            filter: brightness(1.26);
  }
  .lead .anchor_menu li a:hover::after {
    /* 751- */
  }
}
@media (hover: hover) and (min-width: 751px) {
  .lead .anchor_menu li a:hover::after {
    bottom: 10px;
  }
}
.lead .anchor_menu li:nth-child(1) a {
  background: #7f1f20;
}
.lead .anchor_menu li:nth-child(2) a {
  background: #9F2726;
}
.lead .anchor_menu li:nth-child(3) a {
  background: #a66b2f;
}
.lead .anchor_menu li:nth-child(4) a {
  background: #6f5a30;
}
.lead .anchor_menu li:nth-child(5) a {
  background: #8c7a3c;
}

/*----------------------------------------------------
FEATURE
----------------------------------------------------*/
.feature .feature_content {
  margin: 40px 0 0;
}
.feature .feature_main picture, .feature .feature_main img {
  display: block;
  width: 100%;
  height: auto;
}
.feature .feature_list {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  gap: 30px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .feature .feature_list {
    margin-top: 90px;
    gap: 30px;
  }
}
.feature .feature_item {
  position: relative;
  background: #fff;
  border: 3px solid #a66b2f;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 10px 10px 0 #A36333;
          box-shadow: 10px 10px 0 #A36333;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  /* 751- */
}
.feature .feature_item > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.feature .feature_item > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.feature .feature_item > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
@media all and (min-width: 751px) {
  .feature .feature_item {
    border-radius: 20px;
    -ms-grid-columns: 55% 45%;
    grid-template-columns: 55% 45%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .feature .feature_item > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .feature .feature_item > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
.feature .feature_item_icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #a66b2f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0 0 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 72px;
  height: 72px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .feature .feature_item_icon {
    width: 132px;
    height: 132px;
  }
}
.feature .feature_item_icon img {
  display: block;
  width: 80%;
  height: auto;
}
.feature .feature_item_body {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  /* -750 */
}
@media all and (max-width: 750px) {
  .feature .feature_item_body {
    display: contents;
    padding: 0;
  }
}
.feature .feature_item_title {
  font-weight: 800;
  font-size: 16px;
  margin: 0;
  letter-spacing: 0.03em;
  line-height: 2;
  padding: 14px 20px 0 90px;
  /* -750 */
}
@media all and (max-width: 750px) {
  .feature .feature_item_title {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.feature .feature_item_title {
  /* 751- */
}
@media all and (min-width: 751px) {
  .feature .feature_item_title {
    padding: 40px 0 0 180px;
    font-size: 24px;
  }
}
.feature .feature_item_desc {
  font-size: 12px;
  line-height: 2;
  font-weight: 600;
  /* -750 */
}
@media all and (max-width: 750px) {
  .feature .feature_item_desc {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
    margin-top: 0;
    padding: 20px;
  }
}
.feature .feature_item_desc {
  /* 751- */
}
@media all and (min-width: 751px) {
  .feature .feature_item_desc {
    font-size: 14px;
    padding: 30px 40px;
  }
}
.feature .feature_item_media {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
  padding: 12px 14px 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  .feature .feature_item_media {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    padding: 20px;
    -ms-grid-row-align: center;
        align-self: center;
  }
}
.feature .feature_item_media img {
  display: block;
  width: 100%;
  height: auto;
}

/*----------------------------------------------------
FLAT TABLE
----------------------------------------------------*/
.flat {
  background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/gasburner/bg_flat.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.flat .section_ttl .en {
  color: #fff;
}
.flat .section_ttl .jp {
  color: #fff;
}
.flat .flat_content {
  padding: 60px 0;
  /* -750 */
}
@media all and (max-width: 750px) {
  .flat .flat_content {
    padding: 10px 0 0;
  }
}
.flat .flat_catch {
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: #fff;
  margin-bottom: 40px;
  line-height: 1.6;
}
.flat .flat_catch_main,
.flat .flat_catch_sub {
  display: block;
}
.flat .flat_catch_main {
  font-size: 22px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .flat .flat_catch_main {
    font-size: 47px;
  }
}
.flat .flat_catch_main .yellow {
  color: #E5BB4B;
  font-size: 28px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .flat .flat_catch_main .yellow {
    font-size: 60px;
  }
}
.flat .flat_catch_main .yellow {
  /* -750 */
}
@media all and (max-width: 750px) {
  .flat .flat_catch_main .yellow {
    display: block;
  }
}
.flat .flat_catch_sub {
  font-size: 24px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .flat .flat_catch_sub {
    font-size: 55px;
  }
}
.flat .flat_catch_sub .mini {
  font-size: 20px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .flat .flat_catch_sub .mini {
    font-size: 53px;
  }
}
.flat .flat_main picture,
.flat .flat_main img {
  display: block;
  width: 100%;
  height: auto;
}
.flat .flat_list {
  margin-top: 22px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 20px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .flat .flat_list {
    margin-top: 80px;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
.flat .flat_item {
  border-radius: 6px;
  overflow: hidden;
}
.flat .flat_item_media {
  border: 2px solid #fff;
  border-radius: 4px;
  padding: 10px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .flat .flat_item_media {
    border-radius: 8px;
    border: 3px solid #fff;
  }
}
.flat .flat_item_media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2px;
}
.flat .flat_item_body {
  color: #fff;
  /* 751- */
}
@media all and (min-width: 751px) {
  .flat .flat_item_body {
    padding: 0 16px 16px;
    font-size: 14px;
  }
}
.flat .flat_item_body {
  /* -750 */
}
@media all and (max-width: 750px) {
  .flat .flat_item_body {
    margin: 25px 0;
  }
}
.flat .flat_item_title {
  margin: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  /* 751- */
}
@media all and (min-width: 751px) {
  .flat .flat_item_title {
    font-size: 22px;
    margin-top: 30px;
  }
}
.flat .flat_item_desc {
  margin: 20px 0 0;
  font-size: 14px;
}

/*----------------------------------------------------
item_btn
----------------------------------------------------*/
.item_btn .item_btn_list {
  display: -ms-grid;
  display: grid;
  gap: 14px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .item_btn .item_btn_list {
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
.item_btn .item_btn_card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  min-height: 92px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item_btn .item_btn_card .item_btn_arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/gasburner/arr_item.png");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 751- */
}
@media all and (min-width: 751px) {
  .item_btn .item_btn_card .item_btn_arrow {
    right: 20px;
    width: 26px;
    height: 26px;
  }
}
@media (hover: hover) {
  .item_btn .item_btn_card:hover {
    -webkit-filter: brightness(1.33);
            filter: brightness(1.33);
  }
  .item_btn .item_btn_card:hover .item_btn_arrow {
    /* 751- */
  }
}
@media (hover: hover) and (min-width: 751px) {
  .item_btn .item_btn_card:hover .item_btn_arrow {
    right: 15px;
  }
}
.item_btn .item_btn_media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 128px;
          flex: 0 0 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px;
  background: #fff;
  /* 751- */
}
@media all and (min-width: 751px) {
  .item_btn .item_btn_media {
    -ms-flex-preferred-size: 160px;
        flex-basis: 160px;
    padding: 10px;
  }
}
.item_btn .item_btn_media img {
  display: block;
  width: 100%;
  height: auto;
}
.item_btn .item_btn_body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  padding: 16px 52px 16px 16px;
  color: #fff;
  /* 751- */
}
@media all and (min-width: 751px) {
  .item_btn .item_btn_body {
    padding: 20px;
  }
}
.item_btn .item_btn_title {
  font-weight: 600;
  font-size: 13px;
  line-height: 1.25;
  /* 751- */
}
@media all and (min-width: 751px) {
  .item_btn .item_btn_title {
    font-size: 20px;
  }
}
.item_btn .item_btn_text {
  font-size: 12px;
  line-height: 1.2;
  /* -750 */
}
@media all and (max-width: 750px) {
  .item_btn .item_btn_text {
    font-size: 10px;
  }
}
.item_btn .item_btn_card--red .item_btn_body {
  background: #9F2726;
}
.item_btn .item_btn_card--gray .item_btn_body {
  background: #5B5B5B;
}
.item_btn.under_feature {
  margin: 50px auto 80px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .item_btn.under_feature {
    margin: 80px auto 140px;
  }
}
.item_btn.under_flat {
  margin: 80px auto 30px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .item_btn.under_flat {
    margin: 140px auto 60px;
  }
}

/*----------------------------------------------------
SPEC
----------------------------------------------------*/
.spec .spec_bg {
  position: relative;
  /* 751- */
}
@media all and (min-width: 751px) {
  .spec .spec_bg::before, .spec .spec_bg::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
  }
  .spec .spec_bg::before {
    left: 0;
    background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/gasburner/bg_spec01.jpg");
  }
  .spec .spec_bg::after {
    right: 0;
    background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/gasburner/bg_spec02.jpg");
  }
  .spec .spec_bg .inner {
    position: relative;
    z-index: 1;
  }
}
.spec .spec_bg .spec_content {
  padding: 20px 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  /* 751- */
}
@media all and (min-width: 751px) {
  .spec .spec_bg .spec_content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    padding: 90px 0;
  }
}
.spec .spec_bg .spec_card {
  overflow: hidden;
  background: #d9d1bf;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06) inset;
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06) inset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  padding: 60px 20px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .spec .spec_bg .spec_card {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.spec .spec_bg {
  /* -750 */
}
@media all and (max-width: 750px) {
  .spec .spec_bg .spec_card_stove {
    background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/gasburner/bg_spec01.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .spec .spec_bg .spec_card_table {
    background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/gasburner/bg_spec02.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.spec .spec_bg .spec_card_inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  /* 751- */
}
@media all and (min-width: 751px) {
  .spec .spec_bg .spec_card_inner {
    padding: 0 22px;
  }
}
.spec .spec_bg .spec_card_en {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 12px;
  color: #AA9679;
  margin: 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  .spec .spec_bg .spec_card_en {
    font-size: 16px;
  }
}
.spec .spec_bg .spec_card_title {
  margin: 6px 0 0;
  text-align: center;
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #000;
  /* 751- */
}
@media all and (min-width: 751px) {
  .spec .spec_bg .spec_card_title {
    font-size: 20px;
    margin-top: 8px;
  }
}
.spec .spec_bg .spec_card_media {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .spec .spec_bg .spec_card_media {
    margin-top: 22px;
    padding: 0 14px;
  }
}
.spec .spec_bg .spec_card_media img {
  display: block;
  width: 100%;
  height: auto;
}
.spec .spec_bg .spec_card_specs {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 11px;
  line-height: 1.6;
  margin: 40px 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  .spec .spec_bg .spec_card_specs {
    font-size: 12px;
  }
}
.spec .spec_bg .spec_card_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 88px 10px 1fr;
  grid-template-columns: 88px 1fr;
  gap: 10px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  /* 751- */
}
@media all and (min-width: 751px) {
  .spec .spec_bg .spec_card_row {
    -ms-grid-columns: 96px 12px 1fr;
    grid-template-columns: 96px 1fr;
    gap: 12px;
    font-size: 14px;
  }
}
.spec .spec_bg .spec_card_row dt {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.7);
}
.spec .spec_bg .spec_card_row dd {
  color: rgba(0, 0, 0, 0.85);
}
.spec .spec_bg .spec_card_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  background: #9F2726;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 20px;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 751- */
}
@media all and (min-width: 751px) {
  .spec .spec_bg .spec_card_btn {
    margin: 0 20px 0;
    padding: 25px;
  }
}
@media (hover: hover) {
  .spec .spec_bg .spec_card_btn:hover {
    -webkit-filter: brightness(1.34);
            filter: brightness(1.34);
  }
}
.spec .spec_bg .spec_card_btn_icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.spec .spec_bg .spec_card_btn_icon img {
  display: block;
  width: 21px;
  height: auto;
  /* 751- */
}
@media all and (min-width: 751px) {
  .spec .spec_bg .spec_card_btn_icon img {
    width: 30px;
  }
}
.spec .spec_bg .spec_card_btn_text {
  font-size: 14px;
  font-weight: 700;
  /* 751- */
}
@media all and (min-width: 751px) {
  .spec .spec_bg .spec_card_btn_text {
    font-size: 18px;
  }
}

/*----------------------------------------------------
GAS LINE UP
----------------------------------------------------*/
.gas .gas_content {
  margin-top: 60px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .gas .gas_content {
    margin-top: 100px;
  }
}
.gas .gas_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 40px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .gas .gas_list {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
.gas .gas_list {
  /* -750 */
}
@media all and (max-width: 750px) {
  .gas .gas_list {
    margin-bottom: 40px;
  }
}
.gas .gas_card {
  background-color: #fff;
  border-radius: 10px;
  overflow: visible;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06) inset;
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06) inset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}
.gas .gas_card_media {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 170px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .gas .gas_card_media {
    min-height: 190px;
  }
}
.gas .gas_card_media::before {
  content: "";
  position: absolute;
  left: 6px;
  right: 6px;
  top: 6px;
  bottom: 6px;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  .gas .gas_card_media::before {
    left: 14px;
    right: 14px;
    top: 14px;
    bottom: 14px;
  }
}
.gas .gas_card_media img {
  position: absolute;
  z-index: 1;
  display: block;
  width: min(104%, 260px);
  height: auto;
  bottom: 14px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .gas .gas_card_media img {
    width: min(104%, 300px);
  }
}
.gas .gas_card_isobutane .gas_card_media::before {
  background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/gasburner/bg_gas01.png");
}
.gas .gas_card_lp .gas_card_media::before {
  background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/gasburner/bg_gas02.png");
}
.gas .gas_card_regular .gas_card_media::before {
  background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/gasburner/bg_gas03.png");
}
.gas .gas_card_body {
  padding: 14px 14px 16px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .gas .gas_card_body {
    padding: 16px 16px 18px;
  }
}
.gas .gas_card_tag {
  text-align: center;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  color: #9F2726;
  letter-spacing: 0.12em;
  font-size: 10px;
  margin: 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  .gas .gas_card_tag {
    font-size: 11px;
  }
}
.gas .gas_card_title {
  text-align: center;
  margin: 6px 0 0;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 0.02em;
  /* 751- */
}
@media all and (min-width: 751px) {
  .gas .gas_card_title {
    font-size: 20px;
  }
}
.gas .gas_card_size {
  text-align: center;
  margin: 4px 0 0;
  font-size: 12px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.78);
}
.gas .gas_card_specs {
  margin-top: 12px;
  border-top: 1px dashed #E4E4E4;
  font-size: 11px;
  line-height: 1.6;
}
.gas .gas_card_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 86px 10px 1fr;
  grid-template-columns: 86px 1fr;
  gap: 10px;
  padding: 8px 0;
}
.gas .gas_card_row:not(:last-child) {
  border-bottom: 1px dashed #E4E4E4;
}
.gas .gas_card_row {
  /* 751- */
}
@media all and (min-width: 751px) {
  .gas .gas_card_row {
    -ms-grid-columns: 90px 1fr;
    grid-template-columns: 90px 1fr;
  }
}
.gas .gas_card_row dt {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.7);
}
.gas .gas_card_row dd {
  color: rgba(0, 0, 0, 0.85);
}
.gas .gas_btn {
  margin: 26px auto 0;
  width: min(520px, 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #9F2726;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 18px 16px;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
}
@media (hover: hover) {
  .gas .gas_btn:hover {
    -webkit-filter: brightness(1.34);
            filter: brightness(1.34);
  }
}
.gas .gas_btn {
  /* 751- */
}
@media all and (min-width: 751px) {
  .gas .gas_btn {
    font-size: 18px;
    margin-top: 80px;
    padding: 22px 18px;
  }
}

/*----------------------------------------------------
Q&A
----------------------------------------------------*/
.faq .faq_list {
  margin: 26px 0 50px;
  display: -ms-grid;
  display: grid;
  gap: 10px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .faq .faq_list {
    margin: 34px 0 90px;
    gap: 22px;
  }
}
.faq .faq_item {
  border-radius: 6px;
  overflow: hidden;
  font-size: 13px;
  line-height: 2;
  /* 751- */
}
@media all and (min-width: 751px) {
  .faq .faq_item {
    font-size: 20px;
  }
}
.faq .faq_item span {
  font-size: 20px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .faq .faq_item span {
    font-size: 26px;
  }
}
.faq .faq_item_q, .faq .faq_item_a {
  gap: 14px;
  padding: 16px 18px;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 751- */
}
@media all and (min-width: 751px) {
  .faq .faq_item_q, .faq .faq_item_a {
    gap: 30px;
    padding: 18px 50px;
  }
}
.faq .faq_item_q span, .faq .faq_item_a span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9999px;
  font-weight: 700;
  align-items: center;
  line-height: 1;
  /* 751- */
}
@media all and (min-width: 751px) {
  .faq .faq_item_q span, .faq .faq_item_a span {
    width: 54px;
    height: 54px;
  }
}
.faq .faq_item_q {
  background-color: #9F2726;
  color: #fff;
  font-weight: 800;
}
.faq .faq_item_q span {
  background-color: #fff;
  color: #9F2726;
}
.faq .faq_item_a {
  background-color: #fff;
  color: #000;
  font-weight: 400;
}
.faq .faq_item_a span {
  background-color: #9F2726;
  color: #fff;
}
/*# sourceMappingURL=gasburner.css.map */