/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0; }

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom; }

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */ }

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default; }

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto; }

select:disabled {
  opacity: inherit; }

/**
 * Remove padding
 */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0; }

legend {
  padding: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield; }

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer; }

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto; }

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

/* ------------------------------
common
------------------------------ */
html {
  font-size: calc(100vw / 19.2); }
  @media (max-width: 768px) {
    html {
      font-size: calc(100dvw / 7.68); } }

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.24rem;
  font-weight: 500;
  font-feature-settings: 'palt';
  line-height: 1.8;
  color: #fff;
  letter-spacing: 0.04em;
  overflow-wrap: anywhere;
  background: #e9d044; }
  @media (max-width: 768px) {
    body {
      font-size: .32rem; } }
  body.noscroll {
    overflow: hidden; }

img {
  width: 100%;
  height: auto; }

picture {
  display: block; }

.wrapper {
  min-height: 100dvh;
  overflow-x: hidden; }

.inner {
  margin: auto;
  max-width: 14rem; }

@media (max-width: 768px) {
  .pc {
    display: none; } }

@media (min-width: 769px) {
  .sp {
    display: none; } }

.asterisk,
.asterisk_list li {
  padding: 0 0 0 1em;
  text-indent: -1em; }
  .asterisk::before,
  .asterisk_list li::before {
    content: '\203b'; }

.asterisk.en,
.asterisk_list.en li {
  padding: 0 0 0 .5em;
  text-indent: -.5em; }
  .asterisk.en::before,
  .asterisk_list.en li::before {
    content: '*'; }

.macron {
  font-size: 88%; }

/* ------------------------------
site_ft
------------------------------ */
@keyframes rotate {
  100% {
    transform: rotateZ(360deg); } }
.site_ft {
  padding: .6rem .4rem;
  border-top: 1px solid #505894;
  position: relative;
  font-size: .12rem; }
  @media (max-width: 768px) {
    .site_ft {
      font-size: .14rem; } }
  .site_ft .pagetop {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9998;
    display: none;
    width: 0.44rem;
    height: 0.44rem;
    color: transparent;
    background: #757dc9 url("../img/ic_pagetop.png") no-repeat center/0.2rem;
    font-size: 0;
    cursor: pointer; }
    @media (max-width: 768px) {
      .site_ft .pagetop {
        width: .6rem;
        height: .6rem;
        background-size: .3rem; } }
  .site_ft .asterisk_list {
    margin: 0 0 1em; }
  .site_ft .policy {
    transition: opacity 0.4s; }
    @media (any-hover: hover) {
      .site_ft .policy:hover {
        opacity: .7; } }
    @media (hover: none) {
      .site_ft .policy:active {
        opacity: .7; } }

/* ------------------------------
top
------------------------------ */
/* ------------------------------
atf_area
------------------------------ */
.atf_area {
  padding: .6rem .4rem;
  border-bottom: 1px solid #505894;
  position: relative;
  z-index: 1;
  text-align: center; }
  .atf_area .logo_ecapcom_branchoffice {
    margin: 0 auto .2rem;
    max-width: 5rem; }
  .atf_area .ttl {
    margin: 0 0 .2rem;
    line-height: 1.5;
    font-weight: 900;
    font-size: .32rem; }
    .atf_area .ttl span {
      display: block;
      font-size: .12rem; }
      @media (max-width: 768px) {
        .atf_area .ttl span {
          font-size: .14rem; } }
  .atf_area .asterisk {
    font-size: .12rem; }
    @media (max-width: 768px) {
      .atf_area .asterisk {
        font-size: .14rem;
        text-align: left; } }

/* ------------------------------
btn_list
------------------------------ */
.btn_list {
  margin: 0 0 .4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem; }
  @media (max-width: 768px) {
    .btn_list {
      grid-template-columns: repeat(2, 1fr); } }
  .btn_list button {
    padding: .8em 1em;
    border-radius: 9999px;
    display: block;
    width: 100%;
    line-height: 1;
    background: linear-gradient(90deg, #59d0d8 0%, #66a6ff 100%);
    text-align: center;
    letter-spacing: .08em;
    transition: filter 0.4s;
    transform: translate3d(0, 0, 0); }
    @media (any-hover: hover) {
      .btn_list button:hover {
        filter: brightness(80%); } }
    @media (hover: none) {
      .btn_list button:active {
        filter: brightness(80%); } }
    @media (max-width: 768px) {
      .btn_list button {
        padding: .6em 1em; } }
    .btn_list button .jp {
      margin: 0 0 .3em;
      display: block;
      font-weight: 700;
      font-size: .14rem; }
      @media (max-width: 768px) {
        .btn_list button .jp {
          margin: 0 0 .01em; } }
    .btn_list button .en {
      font-family: new-astro, sans-serif;
      font-weight: 600; }
      @media (max-width: 768px) {
        .btn_list button .en {
          font-size: .24rem; } }

/* ------------------------------
item_area
------------------------------ */
.item_area {
  padding: .6rem .4rem; }
  .item_area .item_list {
    display: grid;
    gap: 0.2rem;
    grid-template-columns: repeat(5, 1fr); }
    @media (max-width: 768px) {
      .item_area .item_list {
        gap: 0.4rem;
        grid-template-columns: repeat(2, 1fr); } }
    .item_area .item_list li {
      padding: .2rem;
      border: 1px solid #7881c5;
      border-radius: .3rem;
      background: #dfc534; }
    .item_area .item_list .img {
      margin: 0 0 .2rem;
      padding: .2rem;
      border-radius: .14rem;
      box-shadow: inset 0 0 .3rem 0 #a29250;
      background: #c0b060; }
    .item_area .item_list .name {
      margin: 0 0 1em;
      min-height: 8em;
      line-height: 1.6;
      font-size: .14rem; }
      @media (max-width: 768px) {
        .item_area .item_list .name {
          font-size: .18rem; } }
    .item_area .item_list .price {
      margin: 0 0 0 auto;
      display: flex;
      gap: .2em;
      align-items: baseline;
      width: fit-content;
      line-height: 1;
      text-align: right; }
      .item_area .item_list .price .onsite {
        font-size: .12rem; }
        @media (max-width: 768px) {
          .item_area .item_list .price .onsite {
            font-size: .14rem; } }
      .item_area .item_list .price .num {
        font-family: new-astro, sans-serif;
        font-weight: 600;
        font-size: .2rem; }
        @media (max-width: 768px) {
          .item_area .item_list .price .num {
            font-size: .28rem; } }
      .item_area .item_list .price .tax {
        font-size: .12rem; }
        @media (max-width: 768px) {
          .item_area .item_list .price .tax {
            font-size: .14rem; } }
