@charset "utf-8";

body {
  font-feature-settings: "palt";
}

header .navigation ul {
  display: flex;
  justify-content: space-between;
}

.header-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px 18px 0 18px;
  max-width: 1220px;
  margin: 0 auto;
}

.header-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.header-produce {
  position: absolute;
  right: 0;
  bottom: 0;
}

.header-title {
  width: calc(430 / 1220 * 100%);
}

.header-title img {
  width: 100%;
}

.header-title h1 {
  font-size: inherit;
  margin-bottom: 0;
}

.header-produce {
  width: calc(286 / 1220 * 100%);
  padding: 0 1rem;
}

.header-produce img {
  width: 100%;
}


@media only screen and (max-width: 47.938em) {

  .header-inner {
    flex-direction: row;
    justify-content: flex-end;
    padding: 16px 10px 14px 10px;
  }

  .header-title {
    width: 300px;
  }

  .header-img {
    flex-direction: column;
    gap: 14px;
  }

  .header-produce {
    position: relative;
    width: 170px;
    padding: 0;
  }

  /* .hamburger {
    position: absolute;
    background-color: #FFF;
  } */

}

/* ボタン
----------------------------------------------------------------------------------------------------*/

.button-right-area {
  margin-bottom: 70px;
}

.button-right__otoiawase {
  margin-bottom: 8px;
}

.button-right__inner-flex {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.button-rakuten__area,
.button-yahoo__area {
  width: 100%;
  display: flex;
  justify-content: center;
}

.button-bottom-area {
  max-width: 770px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.button-soujiyouhin__area {
  width: calc(430 / 770 * 100%);
}

.button-livelight__area {
  width: calc(314 / 770 * 100%);
}


@media (max-width: 768px) {

  .button-right__otoiawase {
    margin-bottom: 15px;
  }

  .button-right__inner-flex {
    flex-direction: column;
    gap: 16px;
  }

  .button-bottom-area {
    flex-direction: column;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    gap: 12px;
  }

  .button-soujiyouhin__area,
  .button-livelight__area {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

.link__button {
  background-color: #FFF;
  border: solid 0.3px #aaaaaa;
  border-radius: 5px;
  padding: 12px;
  width: 100%;
  height: 66px;
  display: inline-flex;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

.link__button:hover {
  opacity: 0.5;
}

.button__inner-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  /* アイコン間のスペース調整 */
  width: 100%;
  height: 100%;
}

.button__inner-flex>.button__soujiyouhin-icon,
.button__inner-flex>.button__rakuten-icon,
.button__inner-flex>.button__yahoo-icon {
  width: 48%;
  display: flex;
  justify-content: center;
}

.button__inner-flex img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

.button__soujiyouhin-icon img {
  width: 345px;
}

.button__rakuten-icon img {
  width: 90px;
}

.button__yahoo-icon img {
  width: 160px;
}

.livelight-button {
  background-color: #FFF;
  border: solid 0.3px #000;
  border-radius: 5px;
  padding: 12px;
  width: 313px;
  height: 57px;
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  transition: opacity 0.25s ease;
}

.livelight-button:hover {
  opacity: 0.5;
}

.livelight-button img {
  width: 286px;
}

@media (max-width: 768px) {

  .button-right-area {
    margin-bottom: 60px;
  }

  .link__button {
    padding: 10px;
    width: 100%;
    height: 128px;
    box-sizing: border-box;
    max-width: 342px;
  }

  .button__inner-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    /* アイコン間のスペース調整 */
    width: 100%;
    height: 100%;
  }

  .button-soujiyouhin__area {
    display: flex;
    justify-content: center;
    max-width: 430px;
  }

  .button__inner-flex>.button__soujiyouhin-icon,
  .button__inner-flex>.button__rakuten-icon,
  .button__inner-flex>.button__yahoo-icon {
    width: 100%;
  }

  .button__rakuten-icon img {
    width: 150px;
  }

  .button__yahoo-icon img {
    width: 282px;
  }

  .livelight-button img {
    width: 286px;
  }

  .button__soujiyouhin-icon img {
    width: 150px;
  }

}

/* 見出し
----------------------------------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5 {
  font-family: "Noto Sans Japanese", sans-serif;
  word-break: break-all;
}

#product4 h1 {
  display: flex;
  align-items: center;
  gap: 20px;
}

h1 span.block {
  display: flex;
  flex-direction: column;
}

h1 span.block span:first-child {
  margin-bottom: 5px;
}

h4.product-title {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 60px;
  width: 100%;
}

@media only screen and (max-width: 29.938em) {
  #product4 h1 {
    flex-direction: column;
    align-items: start;
    gap: 0;
  }

  #product4 .block {
    display: flex;
  }

  h1 span.block span:first-child {
    margin-bottom: 5px;
  }

}

#product .label {
  word-break: break-all;
}

#product .label {
  font-size: 0.7rem;
}

@media screen and (min-width: 30em) {
  span.h1-small {
    font-size: 2.5rem;
  }
}


/* キャッチコピー */
.copy {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
}

.attention {
  color: #FF7F00;
  display: inline-block;
  border-bottom: 1px solid #FF7F00;
}

.link-title {
  width: 100%;
  text-align: center;
  padding: 5px;
  margin-bottom: 10px;
  background-color: #FF0;
  color: #000;
}

.shop-btn-grid {
  display: grid;
  gap: 12px;
  align-items: center;
  font-size: 0.7rem;
  grid-template-columns: repeat(2, 1fr);
}

.shop-btn-grid .shop-btn {
  box-sizing: border-box;
  text-align: center;
  padding: 0.6rem;
  font-weight: 700;
  color: #000;
  background-color: #ffae00;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
}

.link-inner-title {
  text-align: center;
  margin-bottom: 5px;
}

.shop-btn-grid .shop-btn2 {
  flex: 1 1 calc(50% - 2px);
  box-sizing: border-box;
  text-align: center;
  padding: 0.75rem;
  font-weight: 700;
  color: #000;
  background-color: #ffae00;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
}

.shop-btn:hover,
.shop-btn:focus,
.shop-btn2:hover,
.shop-btn2:focus {
  background-color: #cc8b00;
  color: #fefefe;
}


@media (max-width: 768px) {
  .shop-btn-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.pricing-table {
  min-height: auto;
}

.pricing-table li:last-child {
  align-content: center;
  min-height: 180px;
}

@media (max-width: 1130px) {
  .pricing-table .title {
    font-size: 1rem;
    font-weight: bold;
  }
}