@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　タイトル : ページ共有のスタイル
+　ファイル名 : ファイルのパスを入れます。(ルート、相対どちらでも)
+　概要 : CSSの用途を説明を入れます。
+　サイト名 : サイトの説明を入れます。
+　URL : http://
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

* {
  font-family: "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif !important;
  margin: 0;
  font-size: 12px;
}

/* override v2_common.css */
.modal-error {
  z-index: 100;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
  background-color: #fff;
  min-width: inherit;
}

#footer,
#header {
  font-family: "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
  position: relative;
}

.helvetica {
  font-family: Helvetica !important;
}

#viewmore {
  display: none;
}

#header .logo-sp {
  display: none;
}

#header #header-top {
  width: 100%;
  max-width: 1030px;
  padding-inline: 15px;
  box-sizing: border-box;
}

#header #header-top-wrapper {
  min-width: 100%;
}

/* container */
.container {
  width: 100%;
  max-width: 1060px;
  padding: 0 30px;
  margin-inline: auto;
  box-sizing: border-box;
}

/* breadcrumb */
#breadcrumb {
  display: flex;
  width: 100%;
  padding: 10px 0;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  background: #f3fbd3;
}

#breadcrumb .breadcrumb {
  display: flex;
  width: 100%;
  padding: 0;
}

#breadcrumb .breadcrumb li {
  display: flex;
  align-items: center;
  position: relative;
  color: #333;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.24px;
  list-style: none;
}

#breadcrumb .breadcrumb li + li:before {
  content: "";
  display: flex;
  width: 13px;
  height: 13px;
  background: url("../img/calculate_renew/arrow_left.svg") no-repeat center
    center/100%;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  margin: 0 8px;
}

#breadcrumb .breadcrumb li a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #999f98;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.24px;
  text-decoration: none;
}

/* title_section */
.title_section {
  text-align: center;
  color: #333;
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.6px;
}

.title_section span {
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.6px;
  border-bottom: 3px dotted #add700;
  padding-bottom: 8px;
}

.title_section label {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.6px;
  color: #8ab73e;
}

/* main_header */
.main_header {
  display: flex;
  position: relative;
  padding: 50px 0 80px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  align-self: stretch;
  background: #f3fbd3;
}

.main_header h1 {
  position: relative;
  color: #333;
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.76px;
  margin-bottom: 9px;
  z-index: 1;
}

.main_header p {
  position: relative;
  color: #add700;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.48px;
  z-index: 1;
}

.main_header .main_header_logo {
  position: absolute;
  right: 0;
  top: -38.5px;
  width: 332.322px;
  height: 339px;
}

/* #search_calculate */
#search_calculate {
  padding-block: 37px 89px;
  border-bottom: 1px solid #c1c1c1;
}

#search_calculate .title_section {
  margin-bottom: 38px;
}

#search_calculate .popup_calculate {
  position: relative;
  text-align: right;
  margin-right: -10px;
  margin-bottom: 7px;
  z-index: 1;
}

#search_calculate .popup_calculate a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-bottom: 1px solid #333;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.48px;
  text-decoration: none;
  margin-left: auto;
}

#search_calculate .popup_calculate a img {
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
}

#search_calculate #menu_search_form {
  display: flex;
  align-items: center;
  gap: 19px;
  align-self: stretch;
  max-width: 599px;
  margin-inline: auto;
  margin-bottom: 20px;
  position: relative;
}

#search_calculate #search_input {
  width: 500px;
  height: 50px;
  aspect-ratio: 10/1;
  border-radius: 10px;
  border: 1px solid #333;
  background: #fff;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.32px;
  box-sizing: border-box;
  padding: 13px 21px;
}

#search_calculate .search_btn {
  display: flex;
  width: 80px;
  height: 50px;
  padding: 11px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #8ab73e;
  border: 0;
  color: #fff !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.52px;
  cursor: pointer;
}

#search_calculate #meal_suggest {
  position: absolute;
  width: 100%;
  max-width: 500px;
  z-index: 2000;
  border: 1px solid #333333;
  top: 58px;
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
}

#search_calculate #meal_suggest div { 
  display: block;
  padding: 1px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  background-color: #ffffff;
  font-size: 16px;
  padding: 11px 11px 10px;
}

#search_calculate #meal_suggest div:hover {
  background-color: #f3fbd3;
}

#search_calculate #search_note {
  display: flex;
  max-width: 599px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  background: #fffcdd;
  margin-inline: auto;
  box-sizing: border-box;
}

#search_calculate #search_note .icon {
  width: 20px;
  height: 20px;
}

#search_calculate #search_note .text {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.32px;
}

/* #step_calculate */
#step_calculate {
  padding-block: 92px 134px;
}

#step_calculate .title_section {
  margin-bottom: 36px;
}

#step_calculate #step_header {
  display: flex;
  padding: 8px 0px;
  justify-content: center;
  align-items: center;
  gap: 15px;
  align-self: stretch;
  border-radius: 10px;
  background: #8ab73e;
  margin-bottom: 38px;
}

#step_calculate #step_header p {
  display: flex;
  padding: 4px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: #fff;
  color: #8ab73e;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#step_calculate #step_header h3 {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
}

/* #step_calculate #step1 */
#step_calculate #step1 {
  margin-bottom: 72px;
}

#step_calculate #step1 #step1-content {
  display: grid;
  grid-gap: 32px;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
}

#step_calculate #step1 #step1-content .cat_item a {
  display: block;
  line-height: 0;
  margin-bottom: 12px;
}

#step_calculate #step1 #step1-content .cat_item img {
  width: 100%;
  align-self: stretch;
  aspect-ratio: 10/7;
  border-radius: 10px;
}

#step_calculate #step1 #step1-content .cat_item p {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.32px;
  margin-inline: -5px;
}

/* #step_calculate #step2 */
#step_calculate #step2 {
  margin-bottom: 72px;
}

#step_calculate #step2 #step2_category {
  display: flex;
  flex-direction: column;
  width: 100%;
}

#step_calculate #step2 #step2_category h4 {
  color: #333;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.48px;
  text-align: center;
  margin-bottom: 30px;
}

#step_calculate #step2 #step2_tab_left {
  width: 100%;
  margin-bottom: 34px;
}

#step_calculate #step2 #step2_tab_right {
  display: none;
}

#step_calculate #step2 #step2_tab_main {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

.step2_tab_spacer_5,
.step2_tab_spacer_3,
.step2_tab_spacer_80,
.clear {
  display: none;
}

#step_calculate #step2 #step2_tab a {
  display: flex;
  width: 280px;
  padding: 14px 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid #333;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.32px;
  text-decoration: none;
  box-sizing: border-box;
}

#step_calculate #step2 #step2_tab a.step2_tab_80_active {
  background-color: #f3fbd3;
}

#step_calculate #step2_category .list_index {
  display: flex;
  padding: 20px 50px;
  justify-content: center;
  align-items: center;
  gap: 27px;
  align-self: stretch;
  box-sizing: border-box;
  background: #fffcdd;
  flex-wrap: wrap;
  margin-bottom: 31px;
}

#step_calculate #step2_category .list_index a {
  color: #68a402;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.32px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

#step_calculate #step2_category .list_index a.list_index_active {
  color: #333;
}

#step_calculate #step2_category #menu_info {
  color: #8ab73e;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.36px;
  margin-bottom: 20px;
}

#step_calculate #step2_category .list {
  display: flex;
  width: 100%;
  height: 478px;
  padding: 30px 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid #c1c1c1;
  background: #fff;
  box-sizing: border-box;
  overflow-y: auto;
}

#step_calculate #step2_category .list h5 {
  color: #8ab73e;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.28px;
  margin-bottom: -21px;
}

#step_calculate #step2_category .list h6 {
  color: #8ab73e;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.28px;
  margin-bottom: -21px;
}

#step_calculate #step2_category .list br {
  display: none;
}

#step_calculate #step2_category .list .top_menu,
#step_calculate #step2_category .list .top_menu .line {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 13px 40px;
  align-self: stretch;
  flex-wrap: wrap;
}

#step_calculate #step2_category .list .top_menu .menu_item a {
  position: relative;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.32px;
  text-decoration: none;
  padding-left: 17px;
}

#step_calculate #step2_category .list .top_menu .menu_item a:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #333;
}

#step_calculate #step2_category .list .row {
  /* display: flex;
  align-items: flex-start;
  flex-wrap: wrap; */
  /* gap: 10px; */
  column-count: 3;
  margin-right: -20px;
  margin-bottom: -10px;
}

#step_calculate #step2_category .list .row .menu_item {
  width: 100%;
  max-width: 300px;
  margin-bottom: 10px;
}

#step_calculate #step2_category .list .row .menu_item a {
  position: relative;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.32px;
  text-decoration: none;
  padding-left: 17px;
}

#step_calculate #step2_category .list .row .menu_item a:hover {
  text-decoration: underline;
}

#step_calculate #step2_category .list .row .menu_item a:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #333;
}

#step_calculate #step2_search {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 31px;
  align-self: stretch;
  flex-wrap: wrap;
  margin-top: -10px;
}

#step_calculate #step2_search h3 {
  color: #8ab73e;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.48px;
  order: 2;
}

#step_calculate #step2_search h4 {
  color: #333;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.48px;
  order: 1;
}

#step_calculate #step2_search #search_list {
  display: flex;
  width: 100%;
  height: 295px;
  padding: 30px 40px;
  align-items: flex-start;
  align-content: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid #c1c1c1;
  background: #fff;
  flex-wrap: wrap;
  overflow-y: auto;
  margin-right: -20px;
  order: 3;
}

#step_calculate #step2_search #search_list .line_0,
#step_calculate #step2_search #search_list .line_1 {
  width: 100%;
  max-width: 300px;
}

#step_calculate #step2_search #search_list a {
  position: relative;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.32px;
  text-decoration: none;
  padding-left: 17px;
}

#step_calculate #step2_search #search_list a:hover {
  text-decoration: underline;
}

#step_calculate #step2_search #search_list a:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #333;
}

#step_calculate #step3_category h4 {
  color: #333;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.48px;
  text-align: center;
  margin-bottom: 23px;
}

#step_calculate #step3_category h5 {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  background-color: #fffcdd;
  color: #68a402;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.36px;
  margin-bottom: 28px;
}

#step_calculate #step3_category .select {
  margin-bottom: 39px;
}

#step_calculate #step3_category .select #quantity_select {
  display: flex;
  width: 100%;
  padding: 0px 20px;
  align-items: center;
  align-content: center;
  gap: 20px;
  align-self: stretch;
  box-sizing: border-box;
  margin-bottom: 20px;
}

#step_calculate #step3_category .select #quantity_select a {
  display: flex;
  width: 120px;
  padding: 15px 0;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #333;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.32px;
  text-decoration: none;
}

#step_calculate #step3_category .select #quantity_select a.active {
  background: #f3fbd3;
}

#step_calculate #step3_category .select #self_quantity {
  display: flex;
  width: 100%;
  padding: 0px 20px;
  align-items: center;
  align-content: center;
  gap: 20px;
  align-self: stretch;
  float: none;
}

#step_calculate #step3_category .select #self_quantity > a {
  display: flex;
  width: 123px;
  padding: 14px 45px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #333;
  text-decoration: none;
}

#step_calculate #step3_category .select #self_quantity > a span {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.32px;
}

#step_calculate #step3_category .select #self_quantity > a.active {
  background-color: #8ab73e;
  border-color: #8ab73e;
  text-align: center;
}

#step_calculate #step3_category .select #self_quantity > a.active span {
  color: #fff;
  font-weight: bold;
}

#step_calculate #step3_category .select #self_quantity #self_quantity_form {
  color: #333;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.32px;
}

#step_calculate
  #step3_category
  .select
  #self_quantity
  #self_quantity_form
  input[type="text"] {
  width: 214px;
  height: 54px;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #333;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.32px;
  box-sizing: border-box;
  margin-right: 11px;
}

#step_calculate
  #step3_category
  .select
  #self_quantity
  #self_quantity_form
  span {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.32px;
  vertical-align: bottom;
}

#step_calculate #step3_category .select #self_quantity #self_quantity_form a {
  display: inline-flex;
  width: 100px;
  padding: 15px 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #8ab73e;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3.96px;
  text-decoration: none;
  margin-left: 20px;
}

#step_calculate #step3_category #topping_choice {
  margin-bottom: 72px;
}

#step_calculate #step3_category #topping_choice .row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

#step_calculate #step3_category #topping_choice .row .choice {
  display: flex;
  align-items: center;
  gap: 18px;
  cursor: pointer;
  position: relative;
  width: 100%;
  max-width: 310px;
}

#step_calculate
  #step3_category
  #topping_choice
  .row
  .choice
  input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 3;
}

#step_calculate #step3_category #topping_choice .row .choice .name {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.32px;
  padding-left: 44px;
}

#step_calculate #step3_category #topping_choice .row .choice .name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border: 1px solid #333;
  border-radius: 5px;
  background: white;
  box-sizing: border-box;
  z-index: 1;
}

#step_calculate
  #step3_category
  #topping_choice
  .row
  .choice
  input[type="checkbox"]:checked
  + .name::after {
  content: "✔";
  position: absolute;
  left: 5px;
  top: 45%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #8ab73e;
  z-index: 2;
}

#step_calculate #step3_category #result {
  display: flex;
  padding: 30px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  align-self: stretch;
  background: #f3fbd3;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.36px;
  margin-bottom: 0;
}

#step_calculate #step3_category #result h3 {
  display: flex;
  padding-bottom: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  padding-bottom: 10px;
  color: #68a402;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.48px;
  border-bottom: 2px solid #68a402;
}

#step_calculate #step3_category #result #chosen_energy {
  display: flex;
  padding: 10.2px 0px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 10px;
  background: #fff;
  color: #68a402;
  text-align: center;
  font-family: Helvetica;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.12px;
}

#step_calculate #step3_category #btn_show_result {
  width: 324px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #8ab73e;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border: none;
  margin: 34px auto 0;
  cursor: pointer;
}

#step_calculate #step3_category #energy_select {
  display: flex;
  width: 100%;
  padding: 0px 20px;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 20px;
  align-self: stretch;
  box-sizing: border-box;
  margin-bottom: 20px;
}

#step_calculate #step3_category #energy_select a {
  display: flex;
  width: 210px;
  padding: 15px 0;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #333;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.32px;
  text-decoration: none;
}

#step_calculate #step3_category #energy_select a.active {
  background: #f3fbd3;
}


/* section_asuken_app */
#section_asuken_app {
  margin-bottom: 27px;
}

#section_asuken_app .title_section {
  margin-bottom: 52px;
}

#section_asuken_app .info_asuken_app {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-inline: 14px;
  margin-bottom: 0;
}

#section_asuken_app .info_asuken_app li {
  list-style: none;
  text-align: center;
  margin-bottom: 0;
}

#section_asuken_app .info_asuken_app li .image_app {
  min-height: 277px;
  padding-inline: 24px;
  margin-bottom: 5.5px;
}

#section_asuken_app .info_asuken_app li .image_app img {
  max-width: 100%;
}

#section_asuken_app .info_asuken_app li .title_app {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.4px;
  margin-inline: -15px;
  margin-bottom: 13px;
}

#section_asuken_app .info_asuken_app li .title_app span {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.4px;
  color: #8ab73e;
}

#section_asuken_app .info_asuken_app li p {
  color: #333;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.24px;
}

/* section_how_to */
#section_how_to {
  padding-bottom: 70px;
}

#section_how_to .box_content {
  display: flex;
  padding: 50px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 10px;
  margin-bottom: 59px;
}

#section_how_to .box_content .box_title {
  color: #333;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;
}

#section_how_to .box_content .operating_system {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 781px;
  gap: 15px;
  border-radius: 10px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 20px 40px 15px;
}

#section_how_to .box_content .operating_system li {
  list-style: none;
  margin-bottom: 0;
}

#section_how_to .box_content .operating_system li:nth-child(2) img {
  width: 100%;
}

#section_how_to .box_content .operating_system li img {
  width: 100%;
}

#section_how_to .box_content .note {
  width: 100%;
  max-width: 550px;
  color: #333;
  font-size: 8px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: left;
}

#section_how_to .page_link {
  text-align: center;
}

#section_how_to .page_link a {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

/* Popup */
.gclose, .gnext, .gprev {
  display: none;
}

.glightbox-container .ginner-container {
  padding-inline: 30px;
  box-sizing: border-box;
}

.glightbox-clean .gslide-media {
  border-radius: 20px;
}

#popup {
  display: none;
  position: relative;
  width: 100%;
  max-width: 1000px;
  color: #333;
  border-radius: 20px;
  padding: 79px 80px 58px 75px;
}

#popup .title_section {
  margin-bottom: 44px;
}

#popup .lead_popup {
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.36px;
  text-align: center;
  margin-bottom: 15px;
}

#popup .list_popup {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 615px;
  align-items: center;
  gap: 54px;
  border-radius: 10px;
  background: #f3fbd3;
  padding: 10px 0;
  box-sizing: border-box;
  margin-inline: auto;
  margin-bottom: 44px;
}

#popup .list_popup p {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.32px;
  padding-left: 17px;
}

#popup .list_popup p:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #333;
  border-radius: 50%;
}

#popup .list_step_popup {
  margin-bottom: 44px;
}

#popup .step_popup:not(:last-child) {
  margin-bottom: 86px;
}

#popup .step_popup h3 {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  color: #8ab73e;
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.52px;
  border-bottom: 3px solid #8ab73e;
  margin-bottom: 34px;
}

#popup .step_popup .info_popup {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}

#popup .step_popup .info_popup .image {
  width: 338px;
  flex-shrink: 0;
}

#popup .step_popup .info_popup .image img {
  max-width: 100%;
}

#popup .step_popup .info_popup .info p {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  align-self: stretch;
  border-bottom: 2px dashed #add700;
  padding-bottom: 10px;
  margin-right: -1px;
}

#popup .step_popup .info_popup .info p:not(:last-child) {
  margin-bottom: 10px;
}

#popup .step_popup .info_popup .info p span {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.32px;
}

#popup .step_popup .info_popup .info p span small {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.24px;
}

#popup #gclose_btn {
  display: flex;
  width: max-content;
  border-radius: 30px;
  border: 0;
  background: #8ab73e;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.54px;
  padding: 16px 60px;
  margin-inline: auto;
  cursor: pointer;
}

#popup #gclose {
  position: absolute;
  top: 39px;
  right: 39px;
  width: 36px;
  height: 36px;
  border: 0;
  box-shadow: 0;
  background-color: transparent;
  cursor: pointer;
}

/* footer */
#footer {
  width: 100%;
  min-width: inherit;
}

#footer #footer-inner {
  width: 100%;
  max-width: 1060px;
  padding-inline: 30px;
  box-sizing: border-box;
}

#footer #footer-top {
  flex-wrap: wrap;
  display: flex;
  display: none;
}

#footer #footer-top .foot-nav-wrap {
  float: none;
}

#footer .pc {
  display: block !important;
}

#footer .sp {
  display: none !important;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body,
  #header #header-top-wrapper,
  #footer {
    min-width: inherit;
    box-sizing: border-box;
  }

  #header #header-top,
  #footer #footer-inner {
    width: 100%;
  }

  #header #header-top {
    padding-inline: 0;
  }

  #section_asuken_app .info_asuken_app li .title_app,
  #section_asuken_app .info_asuken_app li .title_app span {
    font-size: 14px;
  }

  #section_asuken_app .info_asuken_app li .image_app {
    min-height: calc(277 / 1024 * 100vw);
    margin-bottom: 0;
  }

  #section_asuken_app .info_asuken_app li p {
    font-size: 10px;
  }

  /* #popup */
  #popup {
    padding: 79px 40px 58px 35px;
  }
}

@media (min-width: 768px) and (max-width: 850px) {
  #header #header-top #logo {
    margin-right: 23px;
  }

  #header #header-top .login-area .no-login li:last-child {
    margin-right: 0;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  .d-none {
    display: none;
  }

  #viewmore {
    width: 202px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #8ab73e;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    margin: 28px auto 0;
    text-decoration: none;
  }

  /* header */
  #header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 0;
    padding: 0;
    background: #fff;
    z-index: 999;
    box-sizing: border-box;
  }

  #header .logo-sp {
    display: block;
  }

  #header .logo-sp a {
    display: block;
    width: 100px;
    margin: 10px auto 2px;
  }

  #header .logo-sp a img {
    width: 100%;
  }

  #header #header-top-wrapper {
    display: none;
  }

  /* #breadcrumb */
  #breadcrumb {
    margin-top: 44px;
  }

  #breadcrumb .breadcrumb li,
  #breadcrumb .breadcrumb li a {
    font-size: 10px;
  }

  #breadcrumb .breadcrumb li + li:before {
    width: 14px;
    height: 14px;
    margin: 0 4px;
  }

  .title_section span {
    font-size: 24px;
    letter-spacing: 0.48px;
    padding-bottom: 8px;
  }

  /* main_header */
  .main_header {
    padding: 15px 0 45px 0;
    overflow: hidden;
  }

  .main_header .container {
    padding-inline: 50px;
  }

  .main_header h1 {
    font-size: 26px;
    letter-spacing: 0.52px;
    text-align: left;
    margin-bottom: 6px;
  }

  .main_header p {
    font-size: 10px;
    letter-spacing: 0.3px;
    text-align: left;
  }

  .main_header .main_header_logo {
    top: auto;
    bottom: -50px;
    right: -40px;
    width: 182.175px;
    height: 185.836px;
  }

  /* #search_calculate */
  #search_calculate {
    padding-block: 20px 90px;
  }

  #search_calculate .popup_calculate {
    margin-right: 2px;
    margin-bottom: 33px;
  }

  #search_calculate .popup_calculate a {
    font-size: 14px;
    letter-spacing: 0.42px;
    line-height: 1.5;
  }

  #search_calculate .popup_calculate a img {
    width: 18px;
    height: 18px;
  }

  #search_calculate .title_section {
    margin-bottom: 28px;
  }

  #search_calculate #menu_search_form {
    flex-direction: column;
    gap: 10px;
    max-width: 100%;
  }

  #search_calculate #search_input {
    width: 100%;
  }

  #search_calculate .search_btn {
    width: 100%;
    height: 48px;
    padding: 9px 20px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2.24px;
  }

  #search_calculate #search_note {
    max-width: 100%;
  }

  #search_calculate #search_note .icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
  }

  #search_calculate #search_note .text {
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.24px;
  }

  #search_calculate #meal_suggest {
    top: 53px;
    max-width: 100%;
  }

  #search_calculate #meal_suggest div {
    font-size: 14px;
    padding: 11px;
  }

  /* #step_calculate */
  #step_calculate {
    padding-block: 71px 80px;
  }

  #step_calculate #step_header {
    margin-bottom: 20px;
  }

  #step_calculate #step_header p {
    font-size: 12px;
  }

  #step_calculate #step_header h3 {
    font-size: 18px;
    letter-spacing: 0.36px;
  }

  #step_calculate #step1 {
    margin-bottom: 44px;
  }

  #step_calculate #step1 #step1-content {
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    padding-right: 10px;
  }

  #step_calculate #step1 #step1-content .cat_item a {
    margin-bottom: 5px;
  }

  #step_calculate #step1 #step1-content .cat_item img {
    border-radius: 5px;
  }

  #step_calculate #step1 #step1-content .cat_item p {
    font-size: 12px;
    letter-spacing: 0.24px;
  }

  /* #step2 */
  #step_calculate #step2_search {
    gap: 2px 10px;
  }

  #step_calculate #step2_search h4 {
    font-size: 18px;
    letter-spacing: 0;
  }

  #step_calculate #step2_search h3 {
    font-size: 18px;
    letter-spacing: 0;
  }

  #step_calculate #step2_search #search_list {
    border: none;
    overflow: inherit;
    height: inherit;
    padding-inline: 0;
    padding-bottom: 11px;
    gap: 15px;
  }

  #step_calculate #step2_search #search_list a {
    font-size: 14px;
  }

  #step_calculate #step2 {
    margin-bottom: 45px;
  }

  #step_calculate #step2 #step_header {
    margin-bottom: 37px;
  }

  #step_calculate #step2 #step2_category h4 {
    font-size: 18px;
    letter-spacing: 0.36px;
    margin-bottom: 31px;
  }

  #step_calculate #step2 #step2_tab_left {
    margin-bottom: 20px;
  }

  #step_calculate #step2 #step2_tab_main {
    flex-direction: column;
    gap: 12px;
  }

  #step_calculate #step2 #step2_tab a {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.28px;
    padding: 11px 50px;
  }

  #step_calculate #step2_category .list_index {
    justify-content: flex-start;
    gap: 15px 26px;
    padding: 20px 40px;
    margin-bottom: 31px;
  }

  #step_calculate #step2_category .list_index a {
    font-size: 14px;
    letter-spacing: 0.28px;
  }

  #step_calculate #step2_category #menu_info {
    font-size: 16px;
    letter-spacing: 0.32px;
    margin-bottom: 8px;
  }

  #step_calculate #step2_category .list {
    /* height: 667px; */
    height: inherit;
    padding: 10px;
    border: 0;
    overflow: inherit;
  }

  #step_calculate #step2_category .list h5 {
    margin-bottom: -12px;
  }

  #step_calculate #step2_category .list .top_menu {
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 28px;
  }

  #step_calculate #step2_category .list .top_menu,
  #step_calculate #step2_category .list .top_menu .line {
    gap: 15px;
  }

  #step_calculate #step2_category .list .top_menu .menu_item a {
    font-size: 14px;
    letter-spacing: 0.28px;
  }

  #step_calculate #step2_category .list .top_menu .menu_item a:before {
    top: 6px;
  }

  #step_calculate #step2_category .list .row {
    columns: 1;
    /* gap: 14.6px; */
    margin-right: 0;
    margin-bottom: -14.6px;
  }

  #step_calculate #step2_category .list .row .menu_item {
    margin-bottom: 14.6px;
  }

  #step_calculate #step2_category .list .row .menu_item a {
    font-size: 14px;
    letter-spacing: 0.28px;
  }

  #step_calculate #step2_category .list .row .menu_item a:before {
    top: 6px;
  }

  #step_calculate #step3 {
  }

  #step_calculate #step3 #step_header {
    margin-bottom: 37px;
  }

  #step_calculate #step3 #step3-content {
  }

  #step_calculate #step3_category h4 {
    font-size: 18px;
    margin-bottom: 26px;
  }

  #step_calculate #step3_category h5 {
    font-size: 16px;
    padding: 10px 17px;
    margin-bottom: 36px;
  }

  #step_calculate #step3_category .select #quantity_select {
    flex-wrap: wrap;
  }

  #step_calculate #step3_category .select #quantity_select a {
    width: calc(50% - 12px);
    padding: 13.5px 0;
    font-size: 14px;
    letter-spacing: 0.3rem;
  }

  #step_calculate #step3_category .select #self_quantity {
    width: 94%;
    padding-right: 0;
  }

  #step_calculate #step3_category .select #self_quantity > a {
    text-align: center;
    padding: 13.5px 40px;
  }

  #step_calculate #step3_category .select #self_quantity > a span {
    font-size: 14px;
  }

  #step_calculate #step3_category .select #self_quantity #self_quantity_form {
    width: 100%;
  }

  #step_calculate
    #step3_category
    .select
    #self_quantity
    #self_quantity_form
    input[type="text"] {
    width: 134px;
    height: 48px;
    margin-right: 4px;
    font-size: 14px;
    letter-spacing: 0.3rem;
    font-size: 14px;
    padding: 15px 8px;
    text-align: center;
  }

  #step_calculate
    #step3_category
    .select
    #self_quantity
    #self_quantity_form
    span {
    font-size: 14px;
  }

  #step_calculate #step3_category .select #self_quantity #self_quantity_form a {
    width: 70px;
    padding: 12px 0;
    margin-left: 13px;
    font-size: 16px;
  }

  #step_calculate #step3_category #topping_choice {
    margin-bottom: 48px;
  }

  #step_calculate #step3_category #topping_choice .row {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 39px;
    margin-left: 20px;
  }

  #step_calculate #step3_category #topping_choice .row .choice {
    width: 100%;
  }

  #step_calculate #step3_category #topping_choice .row .choice .name::before {
    width: 32px;
    height: 32px;
  }

  #step_calculate #step3_category #topping_choice .row .choice input[type="checkbox"]:checked + .name::after {
    left: 8px;
  }

  #step_calculate #step3_category #topping_choice .row .choice .name {
    padding-left: 51px;
  }

  #step_calculate #step3_category #result h3 {
    font-size: 18px;
  }

  #step_calculate #step3_category #result {
    font-size: 14px;
    text-align: center;
  }

  #step_calculate #step3_category #result #chosen_energy {
    font-size: 24px;
    padding: 11.6px 0px;
  }

  #step_calculate #step3_category #btn_show_result {
    font-size: 16px;
    height: 56px;
    width: 301px;
  }

  #step_calculate #step3_category #energy_select {
    flex-direction: column;
  }

  #step_calculate #step3_category #energy_select a {
    width: 290px;
  }

  #section_asuken_app {
    margin-bottom: 13px;
  }

  #section_asuken_app .title_section span,
  #section_asuken_app .title_section label {
    font-size: 22px;
    line-height: normal;
  }

  #section_asuken_app .info_asuken_app {
    flex-direction: column;
    gap: 11px;
    padding-inline: 37px;
  }

  #section_asuken_app .info_asuken_app li .image_app {
    min-height: auto;
    padding-inline: 0;
    margin-bottom: 15px;
  }

  #section_asuken_app .info_asuken_app li:last-child .image_app {
    padding-inline: 13px;
    margin-bottom: 6px;
  }

  #section_asuken_app .info_asuken_app li .title_app {
    font-size: 16px;
    letter-spacing: 0.32px;
    margin-bottom: 10px;
  }

  #section_asuken_app .info_asuken_app li .title_app span {
    font-size: 16px;
    letter-spacing: 0.32px;
  }

  #section_asuken_app .info_asuken_app li p {
    font-size: 10px;
    letter-spacing: 0.2px;
    margin-inline: -15px;
  }

  /* #section_how_to */
  #section_how_to {
    padding-bottom: 50px;
  }

  #section_how_to .container {
    padding: 0;
  }

  #section_how_to .box_content {
    padding: 45px 0px 29px;
    gap: 0;
    border-radius: 0;
    margin-bottom: 35px;
  }

  #section_how_to .box_content .box_title {
    font-size: 14px;
    letter-spacing: 0.28px;
    margin-bottom: 12px;
  }

  #section_how_to .box_content .operating_system {
    justify-content: center;
    max-width: 100%;
    gap: 17px;
    background-color: transparent;
    padding: 0px 33px;
    margin-bottom: 11px;
  }

  #section_how_to .box_content .operating_system li:last-child {
    display: none;
  }

  #section_how_to .box_content .note {
    max-width: 330px;
    font-size: 8px;
  }

  #section_how_to .page_link a {
    font-size: 14px;
    letter-spacing: 0.28px;
  }

  /* #popup */
  .glightbox-container .ginner-container {
    padding: 50px 5px;
  }

  #popup {
    padding: 25px 45px 45px 35px;
  }

  #popup .title_section {
    font-size: 16px;
    text-align: left;
    margin-bottom: 28px;
  }

  #popup .title_section span {
    font-size: 16px;
    letter-spacing: 0.32px;
  }

  #popup .lead_popup {
    font-size: 12px;
    letter-spacing: 0.24px;
    margin-bottom: 16px;
  }

  #popup .list_step_popup {
    margin-bottom: 28px;
  }

  #popup .step_popup:not(:last-child) {
    margin-bottom: 40px;
  }

  #popup .list_popup {
    gap: 0;
    max-width: 290px;
    padding: 10px 30px 10px 60px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 26px;
  }

  #popup .list_popup p {
    font-size: 14px;
    letter-spacing: 0.28px;
    padding-left: 15px;
  }

  #popup .list_popup p:before {
    top: 7.5px;
    width: 6px;
    height: 6px;
  }

  #popup .step_popup h3 {
    font-size: 16px;
    letter-spacing: 0.32px;
    border-bottom: 2px solid #8ab73e;
    margin-bottom: 15px;
  }

  #popup .step_popup .info_popup {
    flex-direction: column;
    gap: 20px;
  }

  #popup .step_popup .info_popup .image {
    width: 100%;
  }

  #popup .step_popup .info_popup .info {
    width: 100%;
  }

  #popup .step_popup .info_popup .info p {
    gap: 5px;
    border-bottom: 2px dotted #add700;
    margin-right: -7px;
  }

  #popup .step_popup .info_popup .info p span {
    font-size: 12px;
    letter-spacing: 0.24px;
  }

  #popup .step_popup .info_popup .info p span small {
    font-size: 10px;
    letter-spacing: 0.2px;
  }

  #popup #gclose_btn {
    font-size: 14px;
    letter-spacing: 0.42px;
  }

  #popup #gclose {
    top: 22px;
    right: 24px;
    width: 30px;
    height: 30px;
  }

  /* footer */
  #footer {
    padding: 0;
  }

  #footer #footer-inner {
    max-width: 414px;
    margin: 0 auto;
    padding: 42px 30px 0;
  }

  #footer .pc {
    display: none !important;
  }

  #footer .sp {
    display: block !important;
  }

  #footer ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    row-gap: 8px;
    margin-bottom: 22px;
  }

  #footer ul li {
    width: 50%;
  }

  #footer ul li.full-w {
    width: 100%;
    margin-top: -2px;
  }

  #footer ul li a {
    font-size: 12px;
    display: block;
  }

  #footer ul li a:not(:first-child) {
    margin-top: 5px;
  }

  #footer ul li .dif {
    margin-top: 5px;
    margin-bottom: 0;
    margin-left: 12px;
  }

  #footer ul li .ml-0 {
    margin-left: 0 !important;
  }

  #footer ul li .mt-0 {
    margin-top: 0 !important;
  }

  #footer ul li .dif span {
    display: inline-block;
    vertical-align: 4px;
    font-size: 12px;
  }

  #footer ul li .dif a {
    display: inline-block;
  }

  #footer ul li .dif a:not(:first-child) {
    margin-top: 0;
  }

  #footer ul li.mgt20 {
    margin-top: 22px;
  }

  #footer ul.full-w {
    display: block;
  }

  #footer ul.full-w li {
    width: 100%;
  }

  #footer ul.full-w li:not(:first-child) {
    margin-top: 8px;
  }

  #footer h5,
  #footer #footer-top .foot-nav-wrap h5 {
    color: #75b840;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 9px;
    height: inherit;
    line-height: 1.5;
  }

  #footer #footer-top {
    margin-bottom: 15px;
  }

  #footer #footer-top .foot-nav-wrap {
    width: 100%;
    padding-right: 0;
  }

  #footer #footer-top .foot-nav-wrap.last ul {
    margin-bottom: 0;
  }

  #footer #footer-top .foot-nav-wrap li {
    font-size: 12px;
    margin-bottom: 0;
  }

  #footer #footer-bottom {
    padding-top: 0;
    border-top: none;
  }

  #footer #footer-bottom #footer-bottom-nav {
    margin-bottom: 23px;
  }

  #footer #footer-bottom #footer-bottom-nav ul {
    text-align: left;
    margin-bottom: 10px;
  }

  #footer #footer-bottom #footer-bottom-nav ul li {
    display: block;
    border-left: none;
    padding-left: 0;
    margin-right: 0;
  }

  #footer #footer-bottom #footer-bottom-nav ul li a {
    color: #808080;
  }

  #footer .mb20 {
    margin-bottom: 20px !important;
  }

  #footer #footer-bottom .copy-right {
    font-size: 12px;
    text-align: center;
    color: #808080;
    padding: 28px 10px 9px;
    margin-bottom: 0;
  }
}

@media (min-width: 769px) {
  .d-md-none {
    display: none;
  }
}
