﻿:root {
  --max-contener: 960px;
  --primary-accent-color: #0096ff;
  --primary-light-color: #a0a9c9;
  --primary-dark-color: #3c4346;
  --primary-lightblue-color: #7dc8fd;
  --hover-color: #adf;
  --light-bg: #fafafa;
  --blue-shadow: drop-shadow(0 0 3px rgb(21 125 210 / 60%));
  --10px: 0.625rem;
  --12px: 0.75rem;
  --14px: 0.875rem;
  --16px: 1rem;
  --18px: 1.125rem;
  --20px: 1.25rem;
  --32px: 2rem;
  --40px: 2.5rem;
  --48px: 3rem;
}
html,
body {
  margin: 0;
}
p,
h1,
h2,
h3,
h4,
dl {
  margin: 0;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  font-family:
    "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
  color: #333;
  background-color: var(--light-bg);
  background-image: url("../assets/images/bg-white.webp");
  background-repeat: repeat;
  background-size: 60px;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: underline;
}
a:visited {
  color: inherit;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
img {
  width: 100%;
  height: auto;
}
button {
  padding: 0;
  border: none;
  background: none;
  outline: none;
  appearance: none;
}
#dmm_ntgnavi {
  background: url("../assets/images/common/bg_navimain.gif") center center
    repeat-x;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-size: 12px;
  font-family:
    "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "ＭＳ Ｐゴシック", Verdana, sans-serif;
  display: flex;
  justify-content: space-between;
}
#dmm_ntgnavi ul {
  list-style: none;
  margin: 2px 0;
  padding: 0;
  display: flex;
  width: 50%;
}
#dmm_ntgnavi ul li {
  margin: 0 6px 0 0;
  line-height: 15px;
}
#dmm_ntgnavi .navi_left li > a {
  display: block;
  padding: 0 3px 0 8px;
  text-decoration: none;
  border: 1px solid #eee;
  border-radius: 3px;
}
#dmm_ntgnavi .navi_left li > a:hover {
  background: #eee;
  border: 1px solid #666;
  border-radius: 3px;
}
#dmm_ntgnavi .navi_left li > a span {
  display: block;
  padding: 9px 10px 7px 28px;
  color: #333;
  font-weight: bold;
}
#dmm_ntgnavi .navi_left li.dmm_top img {
  margin: 8px 5px 8px 0;
}
#dmm_ntgnavi .navi_left li.ntg_top {
  margin-left: 10px;
}
#dmm_ntgnavi .navi_left li.ntg_top span {
  background: url("../assets/images/common/bg_bt_olgtop.gif") 0 center no-repeat;
}
#dmm_ntgnavi .navi_right {
  justify-content: flex-end;
  font-size: 10px;
}
#dmm_ntgnavi .navi_right li {
  margin: 0 10px 0 0;
  padding: 8px 5px;
}
#dmm_ntgnavi .arrow {
  padding-left: 14px;
  background: url("../assets/images/common/arrow_common.gif") no-repeat left
    center;
}
#dmm_ntgnavi .tx-point {
  font-size: 16px;
  font-weight: bold;
  color: #ff4b4b !important;
}
#dmm_ntgnavi p {
  margin: 0;
  line-height: 2.6em;
}
#dmm_ntgnavi .clear {
  clear: both;
}
.footer_terms {
  width: 100%;
}
.footer_terms .footer-main {
  text-align: center;
  padding: 20px;
  background-color: var(--primary-accent-color);
  background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 24px,
    rgba(255, 255, 255, 0.04) 24px,
    rgba(255, 255, 255, 0.04) 48px
  );
}
@media (width <= 750px) {
  .footer_terms .footer-main {
    padding: 40px 20px;
  }
}
.footer_terms .footer-logo {
  margin-bottom: 10px;
}
.footer_terms img {
  width: 280px;
  max-width: 80%;
  height: auto;
  vertical-align: bottom;
  filter: drop-shadow(2px 0 0 #fff) drop-shadow(-2px 0 0 #fff)
    drop-shadow(0 2px 0 #fff) drop-shadow(0 -2px 0 #fff);
}
.btn-official {
  display: inline-block;
  position: relative;
  background-color: var(--light-bg);
  color: #09f;
  text-decoration: none;
  border: 2px solid var(--primary-accent-color);
  font-weight: bold;
  transition: all 0.3s;
  border-radius: var(--14px);
  text-align: center;
  padding: 1.2em 4em 1.2em 3.5em;
  line-height: 1;
}
.btn-official:hover {
  background-color: #eef9ff;
}
.footer_icon-star::before {
  content: "✦";
  color: var(--primary-lightblue-color);
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: var(--20px);
}
.footer_wrap {
  background-color: #333;
  padding: 15px 0;
  text-align: center;
}
.footer_wrap .copy {
  margin: 0;
  font-size: 11px;
  color: #ccc;
  font-family: Arial, sans-serif;
  letter-spacing: 0.05em;
}
.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (width <= 750px) {
  .container {
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
  }
}
.section {
  padding: 40px 20px;
  max-width: 960px;
  margin: 0 auto;
}
@media (width <= 750px) {
  .section {
    padding: 30px 15px;
  }
}
.section-title {
  font-size: 24px;
  font-weight: bold;
  color: var(--primary-dark-color);
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.section-title .title-left {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.section-title .title-left::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background: url("../assets/images/section-title-mark.webp") no-repeat
    center/contain;
}
.section-title .title-left .en {
  font-family: sans-serif;
  font-size: 1.2em;
}
.section-title .title-right {
  flex-grow: 1;
  border-bottom: 1px solid var(--primary-dark-color);
  padding-bottom: 8px;
  display: flex;
  align-items: flex-end;
}
.section-title .title-right .ja {
  font-size: var(--16px);
  font-weight: bold;
}
.goods-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}
@media (width <= 750px) {
  .goods-grid {
    grid-template-columns: 1fr;
  }
}
.goods-item-01 {
  aspect-ratio: 16/9;
  background-image: url("../assets/images/img-banner01.webp");
  border-radius: var(--20px);
  border: 2px solid var(--primary-accent-color);
  background-size: cover;
}
.goods-item-02 {
  aspect-ratio: 15.6/9.1;
  background-image: url("../assets/images/img-banner02.webp");
  border-radius: var(--20px);
  border: 2px solid var(--primary-accent-color);
  background-size: contain;
}
.goods-item-03 {
  aspect-ratio: 15.6/9.1;
  background-image: url("../assets/images/img-banner03.webp");
  border-radius: var(--20px);
  border: 2px solid var(--primary-accent-color);
  background-size: contain;
}
.media-area-bg {
  width: 100%;
  background-color: #eef5f9;
  padding-top: var(--20px);
  padding-bottom: var(--48px);
  background-image: url("../assets/images/bg-gray.webp");
  background-repeat: repeat;
  background-size: 60px;
}
.button-list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--14px);
  color: var(--primary-accent-color);
}
@media (width <= 750px) {
  .button-list {
    flex-direction: column;
    gap: var(--14px);
  }
}
.link-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 40px;
  border: 2px solid var(--primary-accent-color);
  border-radius: var(--14px);
  background-color: var(--light-bg);
  font-weight: bold;
  transition: all 0.3s;
  text-align: center;
  width: calc((100% - 40px) / 3);
  flex: 0 0 auto;
}
@media (width <= 750px) {
  .link-btn {
    width: 100%;
  }
}
.link-btn:hover {
  background-color: #eef9ff;
}
.link-btn span {
  flex-grow: 0;
}
.icon-star::before {
  content: "✦";
  color: var(--primary-lightblue-color);
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: var(--20px);
}
.icon-ext::after {
  content: "";
  background-image: url("../assets/images/icon-ext.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: var(--14px);
  height: var(--14px);
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.hero-section {
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-image: url("../assets/images/hero/hero-pc.webp");
  max-width: 1920px;
  padding-top: 27%;
}
@media (width <= 750px) {
  .hero-section {
    background-image: url("../assets/images/hero/hero-sp.webp");
    padding-top: 100%;
  }
}
.header-logo-area {
  background-color: #1190e8;
  background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 24px,
    rgba(255, 255, 255, 0.06) 24px,
    rgba(255, 255, 255, 0.06) 48px
  );
  text-align: center;
  padding: 10px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.header-logo-area .logo-image {
  display: inline-block;
  vertical-align: middle;
  max-height: 60px;
  width: auto;
  filter: drop-shadow(2px 0 0 #fff) drop-shadow(-2px 0 0 #fff)
    drop-shadow(0 2px 0 #fff) drop-shadow(0 -2px 0 #fff);
} /*# sourceMappingURL=index.css.map */
