@charset "utf-8";

/*============

bottom.css

=============*/

/* heading */

#fullIndex h1 {
  margin: 0 0 0 -480px;
  padding: 0;
  background: transparent;
  border: 0;
  font-size: 1px;
  position: absolute;
  top: 0;
  left: 50%;
}

#fullIndex h1 img {
    mix-blend-mode: multiply;
}

#btm_heading {
  margin: 0 auto 5rem;
  width: 960px;
  display: flex;
  justify-content: space-between;
}

/* nav */
article#fullIndex ul#btm_nav {
  margin: 0 auto 6rem;
  padding-left: calc(268px + 1rem);
  width: 960px;
  box-sizing: border-box;
  display: flex;
  position: relative;
}

#btm_nav p {
  padding: 0 1em;
  color: #542;
  font-size: 1.0rem !important;
  line-height: 42px;
  background-image: url(../img/nav_bg.png), url(../img/nav_bg.png);
  background-repeat: repeat-y, repeat-y;
  background-position: -3px 0, calc(100% + 3px) 0;
  background-size: 6px auto;
  background-color: #f6f6f6;
  position: relative;
  cursor: pointer;
}

#btm_nav p strong {
  color: #542;
}

#btm_nav p.show::after {
  content: "";
  position: absolute;
  left: 1em;
  top: calc(100% - 8px);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 0;
  border-bottom: 8px solid #fff;
  width: 0;
  height: 0;
}

#btm_nav ul {
  padding: 3px 0;
  position: absolute;
  left: calc(268px + 1rem);
  top: 44px;
  width: calc(692px - 1rem);
  height: auto;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  flex-wrap: wrap;
  display: none;
}

#btm_nav ul.show {
  display: flex;
}

#btm_nav ul.hide {
  display: none;
}

#btm_nav .nav_road ul {
  border-top: 2px solid #9dc814;
  border-bottom: 2px solid #9dc814;
}

#btm_nav .nav_high-bay ul {
  border-top: 2px solid #eb7aa0;
  border-bottom: 2px solid #eb7aa0;
}

#btm_nav .nav_flood ul {
  border-top: 2px solid #fabe00;
  border-bottom: 2px solid #fabe00;
}

#btm_nav ul li {
  font-size: 1.0rem !important;
}

#btm_nav ul li a {
  padding: .3em .6em .3em 1.4em;
  display: block;
  font-weight: bold;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: .6em 50%;
}

#btm_nav .nav_road a {
  color: #475B06;
  background-image: url(../img/arrow_green.png);
}

#btm_nav .nav_high-bay a {
  color: #a01845;
  background-image: url(../img/arrow_pink.png);
}

#btm_nav .nav_flood a {
  color: #664e00;
  background-image: url(../img/arrow_orange.png);
}

#btm_nav .here a {
  border-radius: 5px;
  color: #fff !important;
  background-image: url(../img/d_arrow_white.png) !important;
  background-size: 12px 7px;
  background-position: .4em 50%;
}

#btm_nav .nav_road p.show, #btm_nav .nav_road.active .here a {
  background-color: #9dc814;
}

#btm_nav .nav_high-bay p.show, #btm_nav .nav_high-bay.active .here a {
  background-color: #eb7aa0;
}

#btm_nav .nav_flood p.show, #btm_nav .nav_flood.active .here a {
  background-color: #fabe00;
}


/* おなやみ */
#problem {
  background: #fff8b0;
}

#problem > div {
  margin: 0 auto;
  padding: 50px 0;
  width: 960px;
  position: relative;
}

#problem h2 {
  color: #542;
/*   font-size: 1.1rem; */
  line-height: 2;
  background-image: url(../img/btm_prob_bg.png);
  background-repeat: repeat-y;
  background-position: 100% 0;
  background-size: 3px 6px;
  text-align: center;
}

.road_content #problem h2 {
  background-color: #9dc814;
}

.high-bay_content #problem h2 {
  background-color: #eb7aa0;
}

.flood_content #problem h2 {
  background-color: #fabe00;
}

#problem h2 + p {
  margin: 0;
  display: block;
  position: absolute;
  left: 0;
  top: -25px;
  z-index: 0;
  width: 202px;
  height: 240px;
}

#problem h2 + p img {
  width: 202px;
  height: auto;
}

#problem p + p {
  margin: 40px 0 0 200px;
  padding: 1rem;
  display: inline-block;
  color: #542;
  background: #fff;
  border-radius: 10px;
  border-right: 5px solid #ccc;
  border-bottom: 5px solid #ccc;
  position: relative;
}

.road_content #problem p + p {
  border-color: #9dc814;
}

.high-bay_content #problem p + p {
  border-color: #eb7aa0;
}

.flood_content #problem p + p {
  border-color: #fabe00;
}

#problem p + p {
  font-size: 1.3rem;
  line-height: 1.4;
}

#problem p + p strong {
  font-size: 1.5rem;
  color: #542;
}

#problem p + p::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: -24px;
  top: 15px;
  background: transparent;
  border-right: 24px solid #fff;
  border-left: 0;
  border-top: 0;
  border-bottom: 24px solid transparent;
}

#problem > div > span {
  padding: .5rem 0 0;
  width: 247px;
  display: block;
  text-align: center;
  color: #542;
}

/* 解決 */
#solution {
  border-top: 2px solid #ccc;
}
#container article#fullIndex #solution h2 {
  margin: -180px auto 0;
}
#solution h2 {
  padding: calc(0.8em + 138px) .8em .8em;
  width: 960px;
  min-height: 80px;
  position: relative;
  color: #e51;
  background: url(../img/solution_bg.png) no-repeat 50% 0 / contain transparent;
  font-size: 1.75rem;
  font-feature-settings: "palt";
  text-align: center;
  box-sizing: border-box;
}

/* 解決イメージ */
.feature {
  margin: 0 auto;
  padding-bottom: 4px;
  width: 960px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: url(../img/btm_feature_bg.png) repeat-x 50% 100% / 17px 4px;
  background-size: 17px 4px;
  position: relative;
}

.feature img {
  mix-blend-mode: multiply;
}

.feature > * {
  margin: 3rem 1.2rem;
}

.feature .flex_cont {
  align-items: center;
}

.feature .flex_cont p {
  text-align: center;
  padding: 0 10px;
}

.feature .noteK {
  margin: -2.4rem auto 3rem;
  width: fix-content;
}

.feature p.special_feature {
  position: absolute;
  left: 120px;
  top: -2rem;
  background: #518314;
  color: #fff;
  font-weight: bold;
  width: 5.65rem;
  height: 5.65rem;
  padding: 1.3rem 1rem 0.7rem;
  border-radius: 50%;
  font-size: 1.1rem;
  line-height: 1.3rem;
  z-index: 1;
}

.feature #compare .feature_arrow {
  margin-right: 15px;
  padding: 10px;
  background: #ffe69e;
  position: relative;
}

.feature #compare .feature_arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid #ffe69e;
  border-right: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  position: absolute;
  top: calc(50% - 30px);
  right: -15px;
}

.feature:has(#compare) img {
  width: 280px;
  height: auto;
}

.feature:has(#compare) .feature_arrow img {
  width: auto;
  height: 95px;
}



/* 解決 ショップの場合 */
#solution_shop {
  border-top: 2px solid #ccc;
  position: relative;
}

#solution_shop::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -180px;
  margin-left: -480px;
  width: 960px;
  height: 180px;
  background: url(../img/solution_shop_bg.png) no-repeat 50% 0 / contain transparent;
}

#solution_shop .flex_cont {
  margin: 0 auto;
  padding-bottom: 4px;
  width: 960px;
  justify-content: space-around;
  background: url(../img/btm_feature_bg.png) repeat-x 50% 100% / 17px 4px;
}

#solution_shop h2 {
  margin: calc(-42px + 0.8em) auto 0;
  padding: 0 .8em .8em;
  min-height: 80px;
  position: relative;
  color: #e51;
  font-size: 1.75rem;
  font-feature-settings: "palt";
  text-align: center;
  box-sizing: border-box;
}

#solution_shop h2 span {
  display: block;
}

#solution_shop .feature {
  width: fit-content;
  flex-wrap: nowrap;
  background: transparent;
}

#solution_shop .feature>* {
  margin: 3rem .5rem;
}

#solution_shop+#solution {
  border-top: 0;
}


/* これがおすすめ！ */

#solution .recommend {
  margin: 0 auto 3rem;
  padding: 0 40px;
  width: 960px;
  box-sizing: border-box;
}

.recommend .recm_item {
  margin: 0 auto;
  position: relative;
  text-align: center;
}

#solution .recm_item h3 {
  margin-top: 2rem;
  padding-bottom: .3rem;
  width: fit-content;
/*   font-size: 1.5rem; */
  line-height: 1.3;
  font-weight: bold;
  border-bottom: 5px solid #ffea00;
}

.recommend .recm_item ul {
  margin: 0 auto;
  padding: 1rem 0 calc(3rem - 20px);
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
}

.recommend .recm_item li {
  margin: 0 10px 20px;
  text-align: center;
  font-size: 1.1rem !important;
  width: 150px;
}

.recommend .recm_item li img {
  margin-bottom: .5rem;
  display: block;
}

#solution .recommend h4 {
  padding-bottom: .3rem;
  width: fit-content;
/*   font-size: 1.5rem; */
  line-height: 1.3;
  font-weight: bold;
  border-bottom: 5px solid #ffea00;
}

#solution .recommend p {
  margin: .6rem 0;
  font-size: 1.1rem !important;
}

.recommend>.flex_cont {
  align-items: center;
  justify-content: space-between;
}

.recommend .fit_item li {
  margin-right: 10px;
  margin-bottom: 10px;
  width: 100px;
}

.recommend .link_list a {
  display: block;
  white-space: nowrap;
}

/* こんな照明器具に使えます */
#solution .fit_item {
  flex-wrap: wrap;
  width: 550px;
}

/* おすすめランプ */
#solution .compare_list {
  border-top: 2px solid #ccc;
}

#fullIndex section#solution .compare_list h3 {
  margin: 0 auto;
  width: 980px;
  padding: 3.2rem 8px 0 44px;
/*   font-size: 1.5rem; */
  color: #036;
  background: url(../img/btm_compare_ttl.png) 0 calc(100% - 10px) / 42px auto no-repeat transparent;
  box-sizing: border-box;
}

.compare_list > div {
  margin-top: 1rem;
  border-top: 2px solid #000;
  width: 100%;
}

#fullIndex section#solution .compare_list div h4 {
  margin: 1.5em auto 0;
  padding-bottom: .5rem;
/*   font-size: 1.5rem; */
  color: #3682d2;
  font-weight: bold;
  width: 960px;
}


/* おすすめランプ表 */

section#solution .compare_list div table {
  margin: -2px auto 2px;
  min-width: auto;
  width: 960px;
  border-bottom: 2px solid #000;
  border-collapse: collapse;
}

.compare_list tr {
  border-top: 2px solid #000;
}

.compare_list .separator {
  margin-top: 2px;
}

.compare_list th {
  padding: 20px;
  border: 0;
  background: transparent;
  font-size: 1.1rem;
  font-weight: bold;
}

.compare_list td {
  padding: 10px 0 10px 20px;
  border: 0;
  background: #d8ebff;
  font-size: 1.1rem;
  vertical-align: middle;
}

.compare_list table th:first-child,
.compare_list table .brightness {
  border-right: 1px solid #000;
  width: fit-content;
  padding: 10px 20px;
}

.compare_list table .lamp_name {
  width: fit-content;
}

.compare_list table .lamp_name + td {
  min-width: 162px;
}

.compare_list div table td span {
  display: block;
}

.compare_list .lamp_class {
  margin: -.2rem 0 .3rem -.5rem;
  padding: 0 .5em;
  background: #fff;
  width: fit-content;
  border-radius: 12px;
  line-height: 24px;
  font-size: .9rem !important;
}

.compare_list .pict {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

td > ul.pict:first-child > li:first-child {
  margin-top: 0;
}

.compare_list .pict li {
  padding: 3px;
}

.compare_list .pict li img {
  vertical-align: bottom;
}

.compare_list td .more_open {
  display: block;
  margin-right: 10px;
  padding: 0 0 18px;
  font-size: 1rem;
  white-space: nowrap;
  background: url(../img/d_arrow_gray.png) no-repeat 50% 100% / auto 12px;
  text-decoration: none;
  text-align: center;
}


/* おすすめランプ詳細 */

.compare_list .more_detail {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -480px;
  margin-top: -2px;
  background: #f6faff;
  padding: 20px 40px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  z-index: 20;
  width: 960px;
  box-sizing: border-box;
}

.compare_list .more_detail p.more_close {
  position: absolute;
  width: 18px;
  height: 18px;
  right: 11px;
  top: 11px;
}

.compare_list .more_detail .more_close a {
  display: block;
  width: 18px;
  height: 18px;
  text-indent: -9999px;
  background: url(../img/btm_more_close.png) no-repeat 50% 50% / cover;
  padding-bottom: 0;
}

.compare_list .more_detail .more_close a:hover {
  opacity: 0.7;
}

.compare_list .more_detail span {
  display: inline;
}

#fullIndex section#solution .compare_list .more_detail h5 {
  font-size: 1.5rem !important;
  font-weight: bold;
  padding-left: 0;
}

#fullIndex section#solution .compare_list .more_detail p {
  margin: 0;
}

.more_detail .flex_cont {
  justify-content: space-between;
  align-items: flex-start;
}

.more_detail .flex_cont+.flex_cont {
  margin-top: 1rem;
}

.detail_photo {
  margin-right: 28px;
  width: 202px;
  font-size: 1rem !important;
}

.detail_photo img {
  margin-bottom: 10px;
  padding: 10px;
  display: block;
  border: 1px solid #ccc;
  background: #fff;
}

.detail_photo + div {
  width: 650px;
  text-align: center;
}

.compare_spec {
  margin: 15px 0 !important;
  display: flex;
  justify-content: center;
}

.compare_spec li {
  margin: 0 15px;
  padding: 20px;
  text-align: center;
  background: #fff7cc;
}

.compare_spec p:first-child {
  white-space: nowrap;
}

.compare_spec p:last-child {
  /* margin-top: 5px; */
  font-weight: bold;
}

.compare_spec p span {
  font-size: 1.75rem !important;
}

.compare_spec li:last-child p:not(:first-child) {
  font-weight: bold;
}

.compare_spec li:last-child p.note {
  font-weight: normal;
  font-size: .9rem !important;
  margin-top: 10px;
}

.compare_spec strong {
  color: #f00;
}

.more_detail .noteK {
  text-align: left;
  font-size: 1rem !important;
}

article#fullIndex .more_detail ul.link_list {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #888;
  display: flex;
}

.more_detail .link_list li {
  margin-right: 1.5em;
}

.more_detail .link_list li:last-child {
  margin-right: 0;
}

.more_detail .lamp_class {
  background: #d8ebff;
}

.bg_change {
  animation: fadeIn .7s .1s linear;
}

.hide_row {
  display: none;
}

.hide_row_span {
  display: none;
}


/* fadeIn */

@keyframes fadeIn {
  0% {
    background-color: rgba(216, 235, 255, 100%);
  }
  30% {
    background-color: rgba(251, 255, 216, 100%);
  }
  70% {
    background-color: rgba(251, 255, 216, 100%);
  }
  100% {
    background-color: rgba(216, 235, 255, 100%);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    background-color: rgba(216, 235, 255, 100%);
  }
  30% {
    background-color: rgba(251, 255, 216, 100%);
  }
  70% {
    background-color: rgba(251, 255, 216, 100%);
  }
  100% {
    background-color: rgba(216, 235, 255, 100%);
  }
}


/*============

media queries

=============*/

/*-------------

タブレット・スマホ

--------------*/

@media (max-width: 959px) {
  /* heading */
  #btm_heading {
    flex-flow: column;
  }
  #fullIndex h1 {
    margin: 0 auto 1rem;
    width: 96vw;
    position: static;
    top: auto;
    left: auto;
  }

  /* nav */
  article#fullIndex ul#btm_nav {
    margin-bottom: 1rem;
    padding-left: 0;
    width: 96vw;
    flex-direction: column;
  }
  #btm_nav p {
    margin: 0 0 1.5vw 0;
    line-height: 34px;
  }
  #btm_nav p::after {
    content: "";
    position: absolute;
    left: 0.2em;
    top: calc(50% - 6px);
    background: url(../img/arrow_green.png) no-repeat 0 0 / 7px 12px transparent;
    width: 7px;
    height: 12px;
  }
  #btm_nav .nav_road p::after {
    background-image: url(../img/arrow_green.png);
  }
  #btm_nav .nav_high-bay p::after {
    background-image: url(../img/arrow_pink.png);
  }
  #btm_nav .nav_flood p::after {
    background-image: url(../img/arrow_orange.png);
  }
  #btm_nav p.show::after {
    left: 2vw;
    top: 100%;
    border-left: 1.3vw solid transparent;
    border-right: 1.3vw solid transparent;
    border-bottom: 0;
    width: 0;
    height: 0;
  }
  #btm_nav .nav_road p.show::after {
    border-top: 1.3vw solid #9dc814;
  }
  #btm_nav .nav_high-bay p.show::after {
    border-top: 1.3vw solid #eb7aa0;
  }
  #btm_nav .nav_flood p.show::after {
    border-top: 1.3vw solid #fabe00;
  }
  #btm_nav ul {
    padding-top: 0;
    position: relative;
    left: auto;
    top: auto;
    width: 96vw;
    border-top: 0 !important;
  }
  /* おなやみ */
  #problem>div {
    margin: 0 auto;
    padding: 5vw 0;
    width: 96vw;
  }
  #problem h2 {
    font-size: 2.3vw;
  }
  #problem h2+p {
    left: -2vw;
    top: -2vw;
    width: 20.2vw;
    height: 24vw;
  }
  #problem h2+p img {
    width: 100%;
    height: auto;
  }
  #problem p+p {
    margin: 4.5vw 0 0 17vw;
    padding: 2vw 2.5vw;
    /* font-size: 2vw !important; */
  }
  #problem p+p strong {
    /* font-size: 2.5vw !important; */
  }
  #problem p+p::before {
    left: -2vw;
    top: 1.3vw;
    border-right: 2.2vw solid #fff;
    border-bottom: 2.2vw solid transparent;
  }
  #problem span {
    padding: .5vw 0 0;
    width: fit-content;
    ;
    font-size: 2vw;
    text-align: left;
  }
  /* 解決 */
  #container article#fullIndex #solution h2 {
    margin: -18vw auto 0;
  }
  #solution h2 {
    padding: calc(0.8em + 13.8vw) .8em .8em;
    width: 100vw;
    font-size: 1.5rem;
  }
  /* 解決イメージ */
  .feature {
    width: 96vw;
  }
  .feature>* {
    margin: 2rem 1rem;
  }
  .feature .noteK {
    margin: -1.4rem auto 2rem;
  }
  .feature p.special_feature {
    left: calc(50% - 325px);
  }
  /* 解決 ショップの場合 */
  #solution_shop {
    border-top: 2px solid #ccc;
    position: relative;
  }
  #solution_shop::before {
    left: 0;
    top: -18vw;
    margin-left: 0;
    width: 100vw;
    height: 18vw;
    background: url(../img/solution_shop_bg.png) no-repeat 50% 0 / 100vw auto transparent;
  }
  #solution_shop .flex_cont {
    width: 96vw;
    display: block;
  }
  #solution_shop h2 {
    margin: calc(-4.2vw + 0.8em) auto 0;
    padding: 0;
    font-size: 1.5rem;
  }
  #solution_shop .flex_cont div:first-child {
    margin-bottom: 1.5rem;
    padding-bottom: 4px;
    background: url(../img/btm_feature_bg.png) repeat-x 50% 100% / 17px 4px #fff;
  }
  #solution_shop .feature>* {
    margin: 1.5rem .5rem;
  }
  #solution_shop+#solution .fit_item {
    width: auto;
  }
  /* これがおすすめ！ */
  #solution .recommend {
    margin: 0 auto 2rem;
    padding: 0;
    width: 96vw;
    position: relative;
  }
  .recommend .recm_item {
    position: static;
    text-align: center;
  }
  #solution .recm_item h3 {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.3rem;
  }
  .recommend .recm_item ul {
    justify-content: center;
  }
  .recommend .recm_item li {
    font-size: 0.9rem !important;
  }
  #solution .recommend h4 {
    margin: 0 auto;
    font-size: 1.3rem;
  }
  #solution .recommend p {
    margin: .6rem 0;
    font-size: 0.9rem !important;
  }
  .recommend>.flex_cont {
    flex-direction: column;
  }
  .recommend .fit_item {
    max-width: 96vw;
    flex-wrap: wrap;
    justify-content: center;
  }
  .recommend .fit_item li {
    margin: 0 1vw 2vw;
  }
  /* おすすめランプ */
  #fullIndex section#solution .compare_list h3 {
    padding-top: 2.4rem;
    width: fit-content;
    text-align: center;
/*     font-size: 1.3rem; */
  }
  #fullIndex section#solution .compare_list div h4 {
    padding-left: 2vw;
    width: 98vw;
/*     font-size: 1.3rem; */
  }
  /* おすすめランプ表 */
  section#solution .compare_list div table {
    width: 100vw;
  }
  .compare_list tr {
    display: flex;
    flex-wrap: wrap;
  }
  .compare_list th,
  .compare_list table th:first-child {
    border-right: 0;
    padding: 10px 2vw;
    width: 96vw;
    font-size: 0.9rem;
    text-align: left;
  }
  .compare_list table th:first-child {
    border-bottom: 2px dotted #ccc;
  }
  .compare_list table td,
  .compare_list table .brightness {
    padding: 10px 2vw;
    border-right: 0;
    width: 96vw;
    font-size: 0.9rem;
  }
  .compare_list table .brightness {
    border-bottom: 2px dotted #abc;
  }
  .compare_list table .lamp_name {
    padding: 10px 2vw 0;
    width: calc(94vw - 162px);
  }
  .compare_list table .lamp_name + td {
    padding: 10px 2vw 0 0;
    width: 162px;
  }
  .compare_list div table td span {
    display: inline;
  }
  .compare_list .lamp_class {
    margin: -.2rem .5rem 0 0;
    font-size: .8rem !important;
    display: inline-block;
  }
  .compare_list .pict {
    justify-content: flex-end;
  }
  .compare_list td .more_open {
    margin-right: 0;
    font-size: 0.9rem;
  }
  /* おすすめランプ詳細 */
  .compare_list .more_detail {
    display: none;
    position: absolute;
    left: 0;
    margin-left: 0;
    padding: 2vw;
    font-size: 0.9rem !important;
    width: 100vw;
  }
  .compare_list .more_detail .more_close {
    right: 2vw;
    top: 2vw;
  }
  .compare_list .more_detail h5 {
    font-size: 1.3rem !important;
  }
  .more_detail .flex_cont .pict {
    padding-right: 28px;
  }

  .more_detail .flex_cont +.flex_cont {
    margin-top: 1.5rem;
    flex-direction: column;
    align-items: center;
  }

  #fullIndex section#solution .compare_list .more_detail p.detail_photo {
    margin: 0 0 1.5rem;
    width: fit-content;
    font-size: 0.9rem !important;
  }
  .detail_photo img {
    margin: 0 auto 10px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
  }
  .detail_photo+div {
    width: 96vw;
  }
  .more_detail .link_list {
    text-align: center;
  }
  .more_detail .link_list li {
    margin-right: 2vw;
  }
  .more_detail .link_list li:last-child {
    margin-right: 0;
  }
  .compare_spec p span {
    font-size: 1.5rem !important;
  }
  .more_detail .noteK {
    font-size: .8rem !important;
  }
  .hide_row {
    display: block;
  }
}



/*-------------

スマホ

--------------*/

@media (max-width: 639px) {
/* エリア、サインボードの特徴部分 */
  #compare {
    flex-flow: column;
  }
  .feature #compare .feature_arrow {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .feature #compare .feature_arrow::after {
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 20px solid #ffe69e;
    border-bottom: 0;
    top: 100%;
    right: calc(50% - 40px);
  }

  /* おなやみ */
  #problem > div {
    margin: 0 auto;
    padding: 4vw 0;
  }
  #problem h2 {
    font-size: 4.5vw;
    line-height: 1.7;
    padding-left: 22vw;
  }
  #problem h2 + p {
    top: -3vw;
    width: 28vw;
    height: 32.8vw;
  }
  #problem p br {
    display: none;
  }
  #problem p + p {
    margin: 4vw 0 4vw 25vw;
    padding: 2.5vw 3vw;
    /* font-size: 4vw !important; */
  }
  #problem p + p strong {
    /* font-size: 5.5vw !important; */
  }
  #problem p + p::before {
    left: -4vw;
    top: 3vw;
    border-right: 4.2vw solid #fff;
    border-bottom: 4.2vw solid transparent;
  }
  #problem > div > span {
    padding: 0 0 5vw 1vw;
    font-size: 4vw;
    width: fit-content;
  }
  /* 解決 */
  #solution h2 {
    margin: -22.4vw auto 0;
    padding: calc(4vw + 17.4vw) 4vw 0;
    background: url(../img/solution_bg.png) no-repeat 90% 0 / 120vw auto transparent;
    font-size: 1.4rem;
    text-align: left;
  }
  #solution h2 br {
    display: none;
  }
  /* 解決イメージ */
  .feature {
    padding-bottom: calc(4px + 1rem);
  }
  .feature>* {
    margin: 1rem;
    max-width: 96vw;
  }
  .feature .noteK {
    margin: -.4rem auto 1rem;
  }
  .feature .flex_cont {
    flex-flow: column;
  }
  .feature p.special_feature {
    top: -2vw;
    left: -4vw;
  }
  /* 解決 ショップの場合 */
  #solution_shop::before {
    top: -22.4vw;
    height: 22.4vw;
    background: url(../img/solution_shop_bg.png) no-repeat 90% 0 / 120vw auto transparent;
  }
  #solution_shop h2 {
    margin: calc(-5vw + 4vw) auto 0;
    padding: 0 4vw;
    font-size: 1.4rem;
  }
  #solution_shop h2 br {
    display: none;
  }
  #solution_shop .feature {
    flex-flow: column;
  }
  #solution_shop .feature>* {
    margin: 0 .5rem 0;
  }
  /* おすすめランプ */
  .compare_list h3 {
    padding-top: 1.6rem;
  }
  .compare_list td .for_sphone.more_close {
    display: block;
    padding: 18px 0;
    font-size: 1rem;
    white-space: nowrap;
    text-decoration: none;
    text-align: center;
    position: relative;
    width: 100%;
  }
  .compare_list td .for_sphone::after {
    content: "";
    width: 100%;
    height: 12px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/d_arrow_gray.png) no-repeat 50% 0 / auto 12px;
    transform: rotate(180deg);
  }
  /* おすすめランプ詳細 */
  .more_detail .flex_cont .pict {
    padding-right: 0;
  }
  .more_detail .flex_cont .pict li {
    padding: 3px 6px 3px 0;
  }
  .more_detail .flex_cont, .compare_spec, .link_list {
    flex-direction: column;
  }
  .compare_spec li {
    margin: 1vw 3vw;
    padding: 1rem 0;
  }
  .more_detail .link_list {
    text-align: left;
  }
  .more_detail .link_list li {
    margin-right: 0;
    margin-bottom: 2px;
  }
  .hide_row {
    display: block;
  }
}