@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* ボタンカラー */
/* フォント系 */
/*
	Noto Sans使用する場合
	'Noto Sans JP', 'Open Sans', Verdana, Roboto, 'Droid Sans'
*/
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* メインビジュアル
----------------------------------------------------- */
/* リード
----------------------------------------------------- */
#lead {
  padding-bottom: 10px;
}
#lead .lead__box {
  align-items: center;
  width: 96%;
  max-width: 1500px;
  margin: 0 auto;
  background: #f1efee;
  border-radius: 20px;
}
#lead .lead__box .box__img {
  width: 50%;
}
#lead .lead__box .box__img img {
  display: block;
  width: 100%;
  min-height: 100%;
  border-radius: 20px 0 0 20px;
  object-fit: cover;
}
#lead .lead__box .box__body {
  width: 50%;
  padding: 15px 5%;
  text-align: left;
}
#lead .lead__box .box__body .body__title {
  margin-bottom: 20px;
  font-size: 24rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
#lead .lead__box .box__body .body__title > span {
  display: inline-block;
  font-weight: inherit;
}
#lead .lead__box .box__body .body__text {
  line-height: 2;
  letter-spacing: 0.05em;
}

/* ガス調理の魅力を再確認
----------------------------------------------------- */
#appeal {
  padding-bottom: 50px;
  text-align: left;
}
#appeal .appeal__list {
  margin-top: 50px;
}
#appeal .appeal__list .list__item {
  width: 32%;
}
#appeal .appeal__list .list__item .item__title {
  margin-bottom: 25px;
  font-size: 24rem;
  letter-spacing: 0.05em;
  text-align: center;
}
#appeal .appeal__list .list__item .item__title > span {
  padding-bottom: 5px;
  border-bottom: 2px solid currentColor;
}
#appeal .appeal__list .list__item .item__title .color {
  display: inline-block;
  color: #e8a132;
  font-weight: inherit;
}
#appeal .appeal__list .list__item .item__title .dots {
  position: relative;
}
#appeal .appeal__list .list__item .item__title .dots > span {
  position: absolute;
  left: 0;
  top: -0.75em;
  color: #e8a132;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
}
#appeal .appeal__list .list__item .item__img {
  margin-bottom: 20px;
  text-align: center;
}
#appeal .appeal__list .list__item .item__text {
  position: relative;
  max-width: 310px;
  margin: 10px auto 0;
  padding-left: 30px;
  line-height: 2;
}
#appeal .appeal__list .list__item .item__text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  display: inline-block;
  width: 20px;
  height: 14px;
  background: url(../images/gascooker/icon_check.svg) no-repeat;
  background-size: 100%;
}

/* 安心・安全機能紹介
----------------------------------------------------- */
#safety {
  padding-bottom: 50px;
}
#safety .safety__list {
  margin-top: 60px;
  gap: 40px 0;
}
#safety .safety__list .list__item {
  width: calc(50% - 30px);
  padding: 30px 30px 35px;
  background: #f1efee;
  border-radius: 20px;
}
#safety .safety__list .list__item .item__img {
  margin-bottom: 15px;
  text-align: center;
}
#safety .safety__list .list__item .item__title {
  margin-bottom: 30px;
  font-size: 24rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
#safety .safety__list .list__item .item__text {
  margin-bottom: 0;
  line-height: 1.75;
}

/* 設置〜アフターサポートも全ておまかせ
----------------------------------------------------- */
#support {
  padding-bottom: 70px;
  text-align: left;
}
#support .section__title {
  margin-bottom: 60px;
}
#support .section__title .small {
  display: block;
  font-size: 26rem;
  font-weight: inherit;
  line-height: 1.2;
}
#support .support__block {
  width: 91%;
  max-width: 1000px;
  align-items: center;
  margin-top: 40px;
  border: 1px solid #cec9c4;
  border-radius: 20px;
  overflow: hidden;
}
#support .support__block .block__img {
  width: max-content;
  max-width: 40.5%;
}
#support .support__block .block__img img {
  display: block;
}
#support .support__block .block__body {
  width: 59.5%;
  padding: 30px 40px;
}
#support .support__block .block__body p {
  margin: 0;
  line-height: 2;
}
#support .support__block .block__body .body__title {
  margin-bottom: 20px;
  font-size: 24rem;
  font-weight: bold;
  line-height: 1.9;
}
#support .support__block .block__body .body__title > span {
  background: linear-gradient(to bottom, transparent 0%, transparent 70%, #faecd6 70%);
}
#support .support__block.even {
  margin-left: auto;
}
#support .support__block.even .block__img {
  order: 10;
}
#support .rakutoku {
  margin-top: 40px;
  padding: 50px 50px 60px;
  border: 1px solid #cec9c4;
  border-radius: 20px;
}
#support .rakutoku p {
  line-height: 2;
  letter-spacing: 0.05em;
}
#support .rakutoku .rakutoku__title {
  margin-bottom: 40px;
  font-size: 30rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
#support .rakutoku .rakutoku__title > span {
  background: linear-gradient(to bottom, transparent 0%, transparent 70%, #faecd6 70%);
}
#support .rakutoku .rakutoku__title02 {
  margin-top: 60px;
  margin-bottom: 50px;
  padding: 10px;
  background: #e8a132;
  border-radius: 100vmax;
  color: #fff;
  font-size: 26rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
#support .rakutoku .rakutoku__title03 {
  margin-top: 60px;
  margin-bottom: 50px;
  font-size: 26rem;
  letter-spacing: 0.05em;
  text-align: center;
}
#support .rakutoku .rakutoku__title03 > span {
  border-bottom: 2px solid currentColor;
}
#support .rakutoku .rakutoku__title03 .color {
  display: inline-block;
  color: #e8a132;
  font-weight: inherit;
}
#support .rakutoku .rakutoku__logo {
  margin-bottom: 40px;
  line-height: 1;
  text-align: center;
}
#support .rakutoku .rakutoku__block {
  align-items: center;
}
#support .rakutoku .rakutoku__block .block__body {
  width: 48%;
  font-size: 18rem;
  line-height: 2;
}
#support .rakutoku .rakutoku__block .block__body ul {
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
}
#support .rakutoku .rakutoku__block .block__body ul li {
  position: relative;
  padding-left: 35px;
  font-weight: bold;
}
#support .rakutoku .rakutoku__block .block__body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  display: inline-block;
  width: 20px;
  height: 14px;
  background: url(../images/gascooker/icon_check.svg) no-repeat;
  background-size: 100%;
}
#support .rakutoku .rakutoku__block .block__body ul li + li {
  margin-top: 15px;
}
#support .rakutoku .rakutoku__block .block__img {
  width: 48%;
}
#support .rakutoku .rakutoku__block .block__img img {
  border-radius: 20px;
}
#support .rakutoku .rakutoku__table {
  margin-top: 50px;
  border: 1px solid #cec9c4;
}
#support .rakutoku .rakutoku__table .table__col {
  width: 25%;
}
#support .rakutoku .rakutoku__table .table__col + .table__col {
  border-left: 1px solid #cec9c4;
}
#support .rakutoku .rakutoku__table .table__col .col__head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 140px;
  padding: 10px 5px;
  background: #f0ece6;
  font-size: 20rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
#support .rakutoku .rakutoku__table .table__col .col__head sup {
  display: inline;
  font-size: 50%;
  vertical-align: super;
}
#support .rakutoku .rakutoku__table .table__col .col__head .small {
  display: inline-block;
  font-size: 15rem;
  line-height: 1.5;
}
#support .rakutoku .rakutoku__table .table__col .col__body {
  padding: 10px 20px;
}
#support .rakutoku .rakutoku__table__note {
  margin: 20px 0 0;
  font-size: 13rem;
  line-height: 1.7;
}
#support .rakutoku .rakutoku__block02 .block__logo,
#support .rakutoku .rakutoku__block02 .block__item {
  display: flex;
  height: 160px;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #cec9c4;
  text-align: center;
}
#support .rakutoku .rakutoku__block02 .block__item .text {
  margin: 10px 0 0;
  font-size: 20rem;
  font-weight: bold;
  line-height: 1.2;
}
#support .rakutoku .rakutoku__block02 .block__item .text sup {
  font-size: 50%;
  vertical-align: super;
}
#support .rakutoku .rakutoku__block02 .block__icon,
#support .rakutoku .rakutoku__block02 .block__icon02 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 20px;
}
#support .rakutoku .rakutoku__block02 .block__icon02 {
  margin: 0 10px;
}
#support .rakutoku .rakutoku__button {
  margin-top: 60px;
  text-align: center;
}

/* 取扱い機種例
----------------------------------------------------- */
#exapmle {
  text-align: left;
}
#exapmle .exapmle__title {
  margin-bottom: 50px;
  font-size: 24rem;
  text-align: center;
}
#exapmle .exapmle__title > span {
  border-bottom: 2px solid currentColor;
}
#exapmle .exapmle__title .color {
  display: inline-block;
  color: #e8a132;
  font-weight: inherit;
}
#exapmle .exapmle__text {
  letter-spacing: 0.05em;
  line-height: 2;
}
#exapmle .exapmle__box {
  margin-top: 50px;
  padding: 50px;
  border: 1px solid #cec9c4;
  border-radius: 20px;
}
#exapmle .exapmle__box .box__title {
  margin-bottom: 40px;
  font-size: 24rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
#exapmle .exapmle__box .box__title > span {
  background: linear-gradient(to bottom, transparent 0%, transparent 70%, #faecd6 70%);
}
#exapmle .exapmle__box .box__block .block__item {
  width: 50%;
  text-align: center;
}
#exapmle .exapmle__box .box__block .block__item .item__img {
  margin-bottom: 10px;
}
#exapmle .exapmle__box .box__block .block__item .item__name {
  font-size: 18rem;
  font-weight: bold;
}
#exapmle .exapmle__box .box__block .block__item .item__name a {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  font-weight: bold;
}
#exapmle .exapmle__box .box__block .block__item .item__name a:hover .icon_arrow {
  transform: translateY(-50%) translateX(5px);
}
#exapmle .exapmle__box .box__block .block__item .item__name a .icon_arrow {
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
#exapmle .exapmle__box .box__block .block__item .item__text {
  margin-top: 20px;
  margin-bottom: 0;
}
#exapmle .exapmle__button {
  margin-top: 60px;
  text-align: center;
}

/* ========================================================
  画面幅1366px以下のスタイル
=========================================================*/
@media screen and (max-width: 1366px) {
  #lead .lead__box .box__body {
    padding: 15px 4%;
  }
  #lead .lead__box .box__body .body__title {
    font-size: 22rem;
  }
}
/* ========================================================
  画面幅1200px以下のスタイル
=========================================================*/
@media screen and (max-width: 1200px) {
  #lead .lead__box .box__body .body__title {
    font-size: 20rem;
  }
}
/* ========================================================
  画面幅768px以下のスタイル
=========================================================*/
@media screen and (max-width: 768px) {
  #lead {
    padding-top: 0;
    padding-bottom: 50px;
  }
  #lead .lead__box {
    width: 100%;
    border-radius: 20px;
  }
  #lead .lead__box .box__img {
    width: 100%;
  }
  #lead .lead__box .box__img img {
    width: 100%;
    min-height: 0;
    height: auto;
    border-radius: 0;
  }
  #lead .lead__box .box__body {
    width: 100%;
    padding: 30px 20px;
  }
  #lead .lead__box .box__body .body__title {
    margin-bottom: 20px;
    font-size: 20rem;
    letter-spacing: 0.05em;
  }

  /* ガス調理の魅力を再確認
  ----------------------------------------------------- */
  #appeal .appeal__list {
    margin-top: 0;
    gap: 40px;
  }
  #appeal .appeal__list .list__item {
    width: 100%;
  }
  #appeal .appeal__list .list__item .item__title {
    margin-bottom: 25px;
    font-size: 20rem;
    letter-spacing: 0.05em;
  }
  #appeal .appeal__list .list__item .item__text {
    margin-top: 10px;
    line-height: 1.75;
  }
  #appeal .appeal__list .list__item .item__text::before {
    top: 5px;
  }

  /* 安心・安全機能紹介
  ----------------------------------------------------- */
  #safety {
    padding-bottom: 50px;
  }
  #safety .safety__list {
    margin-top: 0;
    gap: 15px 0;
  }
  #safety .safety__list .list__item {
    width: 100%;
    padding: 30px 20px 35px;
    border-radius: 20px;
  }
  #safety .safety__list .list__item .item__img {
    margin-bottom: 15px;
  }
  #safety .safety__list .list__item .item__img img {
    width: 64px;
    height: auto;
  }
  #safety .safety__list .list__item .item__title {
    margin-bottom: 20px;
    font-size: 20rem;
  }

  /* 設置〜アフターサポートも全ておまかせ
  ----------------------------------------------------- */
  #support .section__title {
    margin-bottom: 30px;
  }
  #support .section__title .small {
    margin-top: 10px;
    font-size: 18rem;
  }
  #support .support__block {
    width: 100%;
    margin-top: 20px;
  }
  #support .support__block .block__img {
    width: 100%;
    max-width: 100%;
  }
  #support .support__block .block__img img {
    width: 100%;
    height: auto;
  }
  #support .support__block .block__body {
    width: 100%;
    padding: 20px 20px 25px;
  }
  #support .support__block .block__body .body__title {
    margin-bottom: 15px;
    font-size: 20rem;
  }
  #support .support__block.even {
    margin-left: auto;
  }
  #support .support__block.even .block__img {
    order: 0;
  }
  #support .rakutoku {
    margin-top: 20px;
    padding: 20px 20px 30px;
  }
  #support .rakutoku .rakutoku__title {
    margin-bottom: 30px;
    font-size: 22rem;
  }
  #support .rakutoku .rakutoku__title02 {
    margin-top: 60px;
    margin-bottom: 50px;
    padding: 10px;
    font-size: 22rem;
    letter-spacing: 0.05em;
  }
  #support .rakutoku .rakutoku__title03 {
    margin-top: 60px;
    margin-bottom: 30px;
    font-size: 20rem;
    letter-spacing: 0.05em;
  }
  #support .rakutoku .rakutoku__logo {
    margin-bottom: 40px;
  }
  #support .rakutoku .rakutoku__logo img {
    width: 180px;
    height: auto;
  }
  #support .rakutoku .rakutoku__block .block__body {
    width: 100%;
    font-size: 16rem;
    line-height: 2;
  }
  #support .rakutoku .rakutoku__block .block__body ul {
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
  }
  #support .rakutoku .rakutoku__block .block__body ul li {
    padding-left: 35px;
  }
  #support .rakutoku .rakutoku__block .block__body ul li + li {
    margin-top: 10px;
  }
  #support .rakutoku .rakutoku__block .block__img {
    width: 100%;
    margin-top: 25px;
  }
  #support .rakutoku .rakutoku__block .block__img img {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
  #support .rakutoku .rakutoku__table {
    margin-top: 40px;
  }
  #support .rakutoku .rakutoku__table .table__col {
    width: 100%;
  }
  #support .rakutoku .rakutoku__table .table__col + .table__col {
    border-left: none;
    border-top: 1px solid #cec9c4;
  }
  #support .rakutoku .rakutoku__table .table__col .col__head {
    display: block;
    min-height: 0;
    padding: 15px 2px;
    font-size: 20rem;
  }
  #support .rakutoku .rakutoku__table .table__col .col__head .small {
    display: block;
    font-size: 14rem;
    line-height: 1.5;
  }
  #support .rakutoku .rakutoku__table .table__col .col__body {
    padding: 10px 20px;
  }
  #support .rakutoku .rakutoku__table__note {
    font-size: 12rem;
  }
  #support .rakutoku .rakutoku__block02 {
    display: block;
  }
  #support .rakutoku .rakutoku__block02 .block__logo,
  #support .rakutoku .rakutoku__block02 .block__item {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 15px;
    border-radius: 10px;
  }
  #support .rakutoku .rakutoku__block02 .block__logo img {
    width: 180px;
    height: auto;
  }
  #support .rakutoku .rakutoku__block02 .block__item .text {
    margin: 10px 0 0;
    font-size: 18rem;
  }
  #support .rakutoku .rakutoku__block02 .block__item .text sup {
    font-size: 50%;
    vertical-align: super;
  }
  #support .rakutoku .rakutoku__block02 .block__icon,
  #support .rakutoku .rakutoku__block02 .block__icon02 {
    display: block;
    margin: 10px 0;
    text-align: center;
  }
  #support .rakutoku .rakutoku__block02 .block__icon img {
    transform: rotate(90deg);
  }
  #support .rakutoku .rakutoku__block02 .block__icon02 {
    margin: 10px 0;
  }
  #support .rakutoku .rakutoku__button {
    margin-top: 40px;
  }

  /* 取扱い機種例
  ----------------------------------------------------- */
  #exapmle .exapmle__title {
    margin-bottom: 30px;
    font-size: 20rem;
  }
  #exapmle .exapmle__text {
    letter-spacing: 0.05em;
    line-height: 2;
  }
  #exapmle .exapmle__box {
    margin-top: 40px;
    padding: 25px 20px 30px;
  }
  #exapmle .exapmle__box .box__title {
    margin-bottom: 35px;
    font-size: 20rem;
    line-height: 1.75;
  }
  #exapmle .exapmle__box .box__block .block__item {
    width: 100%;
    text-align: center;
  }
  #exapmle .exapmle__box .box__block .block__item + .block__item {
    margin-top: 40px;
  }
  #exapmle .exapmle__box .box__block .block__item .item__img {
    margin-bottom: 10px;
  }
  #exapmle .exapmle__box .box__block .block__item .item__img img {
    width: 100%;
    height: auto;
  }
  #exapmle .exapmle__box .box__block .block__item .item__name {
    font-size: 18rem;
    font-weight: bold;
  }
  #exapmle .exapmle__button {
    margin-top: 40px;
  }
}
