@charset "UTF-8";
/* ==========================================================================
*
*  Foundation
*  ブラウザのデフォルトスタイルの初期化や基本的なスタイル。
*
*  ========================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
}

main {
  display: block;
}

img {
  background-color: transparent;
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
}

ol,
ul {
  list-style: none;
}

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

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

select::-ms-expand {
  display: none;
}

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

html,
body {
  width: 100%;
}

html {
  font-size: 62.5%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  position: relative;
  min-width: 1080px;
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.08em;
  color: #000000;
  font-weight: 400;
  background-color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
}

a {
  color: #000;
  text-decoration: none;
  touch-action: manipulation;
}
a:hover {
  opacity: 0.6;
  text-decoration: none;
}
@media (any-hover: none) {
  a:hover {
    opacity: 1;
  }
}

button {
  cursor: pointer;
  touch-action: manipulation;
}
button:hover {
  opacity: 0.6;
}
@media (any-hover: none) {
  button:hover {
    opacity: 1;
  }
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* ==========================================================================
*
*  Layout
*  ヘッダー、フッター、サイドバー、メインコンテンツエリアなど、サイト全体のブロックに関するもの。
*
*  ========================================================================*/
.l-header {
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 10;
}
.l-header__logos {
  display: flex;
  align-items: center;
  gap: 26px;
}
.l-header__logo {
  display: block;
  line-height: 0;
  flex-shrink: 0;
}
.l-header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.l-header__logo--elecom {
  width: 134px;
}
.l-header__logo--logitec {
  width: 97px;
}
@media only screen and (max-width: 767px) {
  .l-header {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .l-header__logos {
    gap: 17px;
  }
  .l-header__logo--elecom {
    width: 101px;
  }
  .l-header__logo--logitec {
    width: 76px;
  }
}

.l-footer {
  padding: 50px 0 165px;
}
@media only screen and (max-width: 767px) {
  .l-footer {
    padding: 70px 0 105px;
  }
}
.l-footer__content {
  display: flex;
  align-items: center;
  gap: 48px;
  min-width: 0;
}
@media only screen and (max-width: 767px) {
  .l-footer__content {
    display: block;
  }
}
.l-footer__logo {
  flex-shrink: 0;
  padding-left: 35px;
}
@media only screen and (max-width: 767px) {
  .l-footer__logo {
    padding-left: 0;
    margin: 0 auto;
    width: auto;
  }
}
.l-footer__logoImg {
  display: block;
  width: 192px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .l-footer__logoImg {
    width: 99px;
    margin: 0 auto;
  }
}
.l-footer__info {
  flex: 1;
  min-width: 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .l-footer__info {
    margin-top: 24px;
    text-align: center;
  }
}
.l-footer__catch {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.03em;
  margin: 0 0 16px;
}
@media only screen and (max-width: 767px) {
  .l-footer__catch {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1.5;
    letter-spacing: -0.03em;
    margin-bottom: 12px;
  }
}
.l-footer__name {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0 0 16px;
}
@media only screen and (max-width: 767px) {
  .l-footer__name {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 12px;
  }
}
.l-footer__lead {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .l-footer__lead {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  opacity: 1;
  pointer-events: none;
  transition: opacity 1.5s ease;
  z-index: 9999;
}
.page-loader.is-hidden {
  opacity: 0;
}

/* ==========================================================================
*
*  Object
*  サイト内で繰り返されるパターン。
*
*  ========================================================================*/
.c-inner {
  position: relative;
  height: 100%;
  max-width: 1060px;
  padding: 0 20px;
  margin: 0 auto;
}

.u-visible_xs,
.u-visible_lg {
  display: none !important;
}

.u-visible_xs_block,
.u-visible_xs_inline,
.u-visible_xs_inline-block,
.u-visible_lg_block,
.u-visible_lg_inline,
.u-visible_lg_inline-block {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .u-visible_xs {
    display: block !important;
  }
  table.u-visible_xs {
    display: table !important;
  }
  tr.u-visible_xs {
    display: table-row !important;
  }
  th.u-visible_xs,
  td.u-visible_xs {
    display: table-cell !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-visible_xs_block {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-visible_xs_inline {
    display: inline !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-visible_xs_inline-block {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-visible_lg {
    display: block !important;
  }
  table.u-visible_lg {
    display: table !important;
  }
  tr.u-visible_lg {
    display: table-row !important;
  }
  th.u-visible_lg,
  td.u-visible_lg {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-visible_lg_block {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-visible_lg_inline {
    display: inline !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-visible_lg_inline-block {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-hidden_xs {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-hidden_lg {
    display: none !important;
  }
}


/* ==============================
   Purchase Modal
   ============================== */
body.is-modal-open {
  overflow: hidden;
}

.purchaseModal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.purchaseModal.is-active {
  display: flex;
}

.purchaseModal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.purchaseModal__dialog {
  position: relative;
  z-index: 1;
  width: min(92vw, 740px);
  max-height: calc(100vh - 48px);
  overflow: auto;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.purchaseModal__content {
  position: relative;
  padding: 32px 28px 28px;
}

.purchaseModal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #f3f3f3;
  color: #111;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.purchaseModal__eyebrow {
  margin: 0 0 6px;
  color: #666;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.purchaseModal__title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  color: #111;
}

.purchaseModal__productName {
  margin: 10px 0 20px;
  font-size: 14px;
  color: #666;
}

.purchaseModal__shops {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.purchaseModal__shopLink {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 14px;
  background: #fafafa;
  color: #111;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease;
}

.purchaseModal__shopLink:hover {
  background: #111;
  color: #fff;
  border-color: #111;
}

.purchaseModal__shopLink.is-disabled {
  pointer-events: none;
  opacity: 0.35;
}

@media (max-width: 767px) {
  .purchaseModal {
    padding: 16px;
  }

  .purchaseModal__content {
    padding: 24px 18px 18px;
  }

  .purchaseModal__shops {
    grid-template-columns: 1fr;
  }

  .purchaseModal__title {
    font-size: 18px;
  }
}


/*# sourceMappingURL=common.css.map */
