@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  position: relative;
  font-size: 1rem;
}

body *:not(table *, i,span,b) {
  /* 
      font-weightは<b>タグが機能しなくなるので指定しない。
      line-heightは余計に高さが効いてしまうので指定しない。 => bxi.cssで効いてる可能性あり。
      font-weightも指定しない。
  */
  font-family: Noto Sans JP, sans-serif;
  color: #00020e;
  margin: 0;
  letter-spacing: 0.05em;
}

i {
  line-height: 1;
}

img {
  vertical-align: bottom;
}

header#global_header {
  min-width: 0 !important;
  width: 100%;
}

#contents_wrap {
  min-width: 0 !important;
  width: 100%;
}

#contents {
  width: 100%;
}

#main {
  width: 100%;
}

#main #col_main {
  float: none;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 834.98px) {
  #main #col_main {
    padding-left: 20px;
    padding-right: 20px;
  }
}

footer#global_footer {
  min-width: 0;
}

body a {
  text-decoration: none;
}
body button {
  padding: 0;
  border: none;
  background-color: transparent;
}
body img.imgL {
  max-width: 100%;
  margin-right: 0;
}
body b,
body span {
  font-weight: inherit;
  color: inherit;
}

html {
  overflow-x: hidden;
}

body {
  position: relative;
}

#contents_wrap {
  overflow-x: hidden;
}

.inner-full {
  margin: 0 calc(50% - 50vw);
}

.row-cols {
  --gutter-x: 0.01px;
  --gutter-y: 0.01px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: calc(var(--gutter-y) * -1);
}
.row-cols .box {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin-right: var(--gutter-x);
  margin-bottom: var(--gutter-y);
}

@media (min-width: 0px) {
  .row-cols-1 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 0) / 1);
  }
  .row-cols-1 .box:nth-child(1n) {
    margin-right: 0;
  }
  .row-cols-1 .box:not(:nth-child(1n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-2 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 1) / 2);
  }
  .row-cols-2 .box:nth-child(2n) {
    margin-right: 0;
  }
  .row-cols-2 .box:not(:nth-child(2n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-3 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 2) / 3);
  }
  .row-cols-3 .box:nth-child(3n) {
    margin-right: 0;
  }
  .row-cols-3 .box:not(:nth-child(3n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-4 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 3) / 4);
  }
  .row-cols-4 .box:nth-child(4n) {
    margin-right: 0;
  }
  .row-cols-4 .box:not(:nth-child(4n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-5 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 4) / 5);
  }
  .row-cols-5 .box:nth-child(5n) {
    margin-right: 0;
  }
  .row-cols-5 .box:not(:nth-child(5n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-6 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 5) / 6);
  }
  .row-cols-6 .box:nth-child(6n) {
    margin-right: 0;
  }
  .row-cols-6 .box:not(:nth-child(6n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-7 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 6) / 7);
  }
  .row-cols-7 .box:nth-child(7n) {
    margin-right: 0;
  }
  .row-cols-7 .box:not(:nth-child(7n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-8 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 7) / 8);
  }
  .row-cols-8 .box:nth-child(8n) {
    margin-right: 0;
  }
  .row-cols-8 .box:not(:nth-child(8n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-9 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 8) / 9);
  }
  .row-cols-9 .box:nth-child(9n) {
    margin-right: 0;
  }
  .row-cols-9 .box:not(:nth-child(9n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-10 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 9) / 10);
  }
  .row-cols-10 .box:nth-child(10n) {
    margin-right: 0;
  }
  .row-cols-10 .box:not(:nth-child(10n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-11 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 10) / 11);
  }
  .row-cols-11 .box:nth-child(11n) {
    margin-right: 0;
  }
  .row-cols-11 .box:not(:nth-child(11n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-12 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 11) / 12);
  }
  .row-cols-12 .box:nth-child(12n) {
    margin-right: 0;
  }
  .row-cols-12 .box:not(:nth-child(12n)) {
    margin-right: var(--gutter-x);
  }
}
@media (min-width: 400px) {
  .row-cols-ssp-1 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 0) / 1);
  }
  .row-cols-ssp-1 .box:nth-child(1n) {
    margin-right: 0;
  }
  .row-cols-ssp-1 .box:not(:nth-child(1n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-ssp-2 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 1) / 2);
  }
  .row-cols-ssp-2 .box:nth-child(2n) {
    margin-right: 0;
  }
  .row-cols-ssp-2 .box:not(:nth-child(2n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-ssp-3 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 2) / 3);
  }
  .row-cols-ssp-3 .box:nth-child(3n) {
    margin-right: 0;
  }
  .row-cols-ssp-3 .box:not(:nth-child(3n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-ssp-4 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 3) / 4);
  }
  .row-cols-ssp-4 .box:nth-child(4n) {
    margin-right: 0;
  }
  .row-cols-ssp-4 .box:not(:nth-child(4n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-ssp-5 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 4) / 5);
  }
  .row-cols-ssp-5 .box:nth-child(5n) {
    margin-right: 0;
  }
  .row-cols-ssp-5 .box:not(:nth-child(5n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-ssp-6 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 5) / 6);
  }
  .row-cols-ssp-6 .box:nth-child(6n) {
    margin-right: 0;
  }
  .row-cols-ssp-6 .box:not(:nth-child(6n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-ssp-7 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 6) / 7);
  }
  .row-cols-ssp-7 .box:nth-child(7n) {
    margin-right: 0;
  }
  .row-cols-ssp-7 .box:not(:nth-child(7n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-ssp-8 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 7) / 8);
  }
  .row-cols-ssp-8 .box:nth-child(8n) {
    margin-right: 0;
  }
  .row-cols-ssp-8 .box:not(:nth-child(8n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-ssp-9 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 8) / 9);
  }
  .row-cols-ssp-9 .box:nth-child(9n) {
    margin-right: 0;
  }
  .row-cols-ssp-9 .box:not(:nth-child(9n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-ssp-10 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 9) / 10);
  }
  .row-cols-ssp-10 .box:nth-child(10n) {
    margin-right: 0;
  }
  .row-cols-ssp-10 .box:not(:nth-child(10n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-ssp-11 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 10) / 11);
  }
  .row-cols-ssp-11 .box:nth-child(11n) {
    margin-right: 0;
  }
  .row-cols-ssp-11 .box:not(:nth-child(11n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-ssp-12 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 11) / 12);
  }
  .row-cols-ssp-12 .box:nth-child(12n) {
    margin-right: 0;
  }
  .row-cols-ssp-12 .box:not(:nth-child(12n)) {
    margin-right: var(--gutter-x);
  }
}
@media (min-width: 641px) {
  .row-cols-sp-1 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 0) / 1);
  }
  .row-cols-sp-1 .box:nth-child(1n) {
    margin-right: 0;
  }
  .row-cols-sp-1 .box:not(:nth-child(1n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-sp-2 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 1) / 2);
  }
  .row-cols-sp-2 .box:nth-child(2n) {
    margin-right: 0;
  }
  .row-cols-sp-2 .box:not(:nth-child(2n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-sp-3 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 2) / 3);
  }
  .row-cols-sp-3 .box:nth-child(3n) {
    margin-right: 0;
  }
  .row-cols-sp-3 .box:not(:nth-child(3n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-sp-4 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 3) / 4);
  }
  .row-cols-sp-4 .box:nth-child(4n) {
    margin-right: 0;
  }
  .row-cols-sp-4 .box:not(:nth-child(4n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-sp-5 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 4) / 5);
  }
  .row-cols-sp-5 .box:nth-child(5n) {
    margin-right: 0;
  }
  .row-cols-sp-5 .box:not(:nth-child(5n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-sp-6 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 5) / 6);
  }
  .row-cols-sp-6 .box:nth-child(6n) {
    margin-right: 0;
  }
  .row-cols-sp-6 .box:not(:nth-child(6n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-sp-7 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 6) / 7);
  }
  .row-cols-sp-7 .box:nth-child(7n) {
    margin-right: 0;
  }
  .row-cols-sp-7 .box:not(:nth-child(7n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-sp-8 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 7) / 8);
  }
  .row-cols-sp-8 .box:nth-child(8n) {
    margin-right: 0;
  }
  .row-cols-sp-8 .box:not(:nth-child(8n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-sp-9 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 8) / 9);
  }
  .row-cols-sp-9 .box:nth-child(9n) {
    margin-right: 0;
  }
  .row-cols-sp-9 .box:not(:nth-child(9n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-sp-10 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 9) / 10);
  }
  .row-cols-sp-10 .box:nth-child(10n) {
    margin-right: 0;
  }
  .row-cols-sp-10 .box:not(:nth-child(10n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-sp-11 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 10) / 11);
  }
  .row-cols-sp-11 .box:nth-child(11n) {
    margin-right: 0;
  }
  .row-cols-sp-11 .box:not(:nth-child(11n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-sp-12 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 11) / 12);
  }
  .row-cols-sp-12 .box:nth-child(12n) {
    margin-right: 0;
  }
  .row-cols-sp-12 .box:not(:nth-child(12n)) {
    margin-right: var(--gutter-x);
  }
}
@media (min-width: 835px) {
  .row-cols-tab-1 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 0) / 1);
  }
  .row-cols-tab-1 .box:nth-child(1n) {
    margin-right: 0;
  }
  .row-cols-tab-1 .box:not(:nth-child(1n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-tab-2 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 1) / 2);
  }
  .row-cols-tab-2 .box:nth-child(2n) {
    margin-right: 0;
  }
  .row-cols-tab-2 .box:not(:nth-child(2n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-tab-3 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 2) / 3);
  }
  .row-cols-tab-3 .box:nth-child(3n) {
    margin-right: 0;
  }
  .row-cols-tab-3 .box:not(:nth-child(3n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-tab-4 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 3) / 4);
  }
  .row-cols-tab-4 .box:nth-child(4n) {
    margin-right: 0;
  }
  .row-cols-tab-4 .box:not(:nth-child(4n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-tab-5 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 4) / 5);
  }
  .row-cols-tab-5 .box:nth-child(5n) {
    margin-right: 0;
  }
  .row-cols-tab-5 .box:not(:nth-child(5n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-tab-6 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 5) / 6);
  }
  .row-cols-tab-6 .box:nth-child(6n) {
    margin-right: 0;
  }
  .row-cols-tab-6 .box:not(:nth-child(6n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-tab-7 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 6) / 7);
  }
  .row-cols-tab-7 .box:nth-child(7n) {
    margin-right: 0;
  }
  .row-cols-tab-7 .box:not(:nth-child(7n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-tab-8 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 7) / 8);
  }
  .row-cols-tab-8 .box:nth-child(8n) {
    margin-right: 0;
  }
  .row-cols-tab-8 .box:not(:nth-child(8n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-tab-9 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 8) / 9);
  }
  .row-cols-tab-9 .box:nth-child(9n) {
    margin-right: 0;
  }
  .row-cols-tab-9 .box:not(:nth-child(9n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-tab-10 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 9) / 10);
  }
  .row-cols-tab-10 .box:nth-child(10n) {
    margin-right: 0;
  }
  .row-cols-tab-10 .box:not(:nth-child(10n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-tab-11 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 10) / 11);
  }
  .row-cols-tab-11 .box:nth-child(11n) {
    margin-right: 0;
  }
  .row-cols-tab-11 .box:not(:nth-child(11n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-tab-12 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 11) / 12);
  }
  .row-cols-tab-12 .box:nth-child(12n) {
    margin-right: 0;
  }
  .row-cols-tab-12 .box:not(:nth-child(12n)) {
    margin-right: var(--gutter-x);
  }
}
@media (min-width: 1001px) {
  .row-cols-bp1000-1 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 0) / 1);
  }
  .row-cols-bp1000-1 .box:nth-child(1n) {
    margin-right: 0;
  }
  .row-cols-bp1000-1 .box:not(:nth-child(1n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1000-2 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 1) / 2);
  }
  .row-cols-bp1000-2 .box:nth-child(2n) {
    margin-right: 0;
  }
  .row-cols-bp1000-2 .box:not(:nth-child(2n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1000-3 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 2) / 3);
  }
  .row-cols-bp1000-3 .box:nth-child(3n) {
    margin-right: 0;
  }
  .row-cols-bp1000-3 .box:not(:nth-child(3n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1000-4 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 3) / 4);
  }
  .row-cols-bp1000-4 .box:nth-child(4n) {
    margin-right: 0;
  }
  .row-cols-bp1000-4 .box:not(:nth-child(4n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1000-5 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 4) / 5);
  }
  .row-cols-bp1000-5 .box:nth-child(5n) {
    margin-right: 0;
  }
  .row-cols-bp1000-5 .box:not(:nth-child(5n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1000-6 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 5) / 6);
  }
  .row-cols-bp1000-6 .box:nth-child(6n) {
    margin-right: 0;
  }
  .row-cols-bp1000-6 .box:not(:nth-child(6n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1000-7 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 6) / 7);
  }
  .row-cols-bp1000-7 .box:nth-child(7n) {
    margin-right: 0;
  }
  .row-cols-bp1000-7 .box:not(:nth-child(7n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1000-8 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 7) / 8);
  }
  .row-cols-bp1000-8 .box:nth-child(8n) {
    margin-right: 0;
  }
  .row-cols-bp1000-8 .box:not(:nth-child(8n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1000-9 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 8) / 9);
  }
  .row-cols-bp1000-9 .box:nth-child(9n) {
    margin-right: 0;
  }
  .row-cols-bp1000-9 .box:not(:nth-child(9n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1000-10 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 9) / 10);
  }
  .row-cols-bp1000-10 .box:nth-child(10n) {
    margin-right: 0;
  }
  .row-cols-bp1000-10 .box:not(:nth-child(10n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1000-11 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 10) / 11);
  }
  .row-cols-bp1000-11 .box:nth-child(11n) {
    margin-right: 0;
  }
  .row-cols-bp1000-11 .box:not(:nth-child(11n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1000-12 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 11) / 12);
  }
  .row-cols-bp1000-12 .box:nth-child(12n) {
    margin-right: 0;
  }
  .row-cols-bp1000-12 .box:not(:nth-child(12n)) {
    margin-right: var(--gutter-x);
  }
}
@media (min-width: 1201px) {
  .row-cols-bp1200-1 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 0) / 1);
  }
  .row-cols-bp1200-1 .box:nth-child(1n) {
    margin-right: 0;
  }
  .row-cols-bp1200-1 .box:not(:nth-child(1n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1200-2 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 1) / 2);
  }
  .row-cols-bp1200-2 .box:nth-child(2n) {
    margin-right: 0;
  }
  .row-cols-bp1200-2 .box:not(:nth-child(2n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1200-3 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 2) / 3);
  }
  .row-cols-bp1200-3 .box:nth-child(3n) {
    margin-right: 0;
  }
  .row-cols-bp1200-3 .box:not(:nth-child(3n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1200-4 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 3) / 4);
  }
  .row-cols-bp1200-4 .box:nth-child(4n) {
    margin-right: 0;
  }
  .row-cols-bp1200-4 .box:not(:nth-child(4n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1200-5 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 4) / 5);
  }
  .row-cols-bp1200-5 .box:nth-child(5n) {
    margin-right: 0;
  }
  .row-cols-bp1200-5 .box:not(:nth-child(5n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1200-6 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 5) / 6);
  }
  .row-cols-bp1200-6 .box:nth-child(6n) {
    margin-right: 0;
  }
  .row-cols-bp1200-6 .box:not(:nth-child(6n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1200-7 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 6) / 7);
  }
  .row-cols-bp1200-7 .box:nth-child(7n) {
    margin-right: 0;
  }
  .row-cols-bp1200-7 .box:not(:nth-child(7n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1200-8 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 7) / 8);
  }
  .row-cols-bp1200-8 .box:nth-child(8n) {
    margin-right: 0;
  }
  .row-cols-bp1200-8 .box:not(:nth-child(8n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1200-9 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 8) / 9);
  }
  .row-cols-bp1200-9 .box:nth-child(9n) {
    margin-right: 0;
  }
  .row-cols-bp1200-9 .box:not(:nth-child(9n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1200-10 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 9) / 10);
  }
  .row-cols-bp1200-10 .box:nth-child(10n) {
    margin-right: 0;
  }
  .row-cols-bp1200-10 .box:not(:nth-child(10n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1200-11 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 10) / 11);
  }
  .row-cols-bp1200-11 .box:nth-child(11n) {
    margin-right: 0;
  }
  .row-cols-bp1200-11 .box:not(:nth-child(11n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1200-12 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 11) / 12);
  }
  .row-cols-bp1200-12 .box:nth-child(12n) {
    margin-right: 0;
  }
  .row-cols-bp1200-12 .box:not(:nth-child(12n)) {
    margin-right: var(--gutter-x);
  }
}
@media (min-width: 1401px) {
  .row-cols-bp1400-1 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 0) / 1);
  }
  .row-cols-bp1400-1 .box:nth-child(1n) {
    margin-right: 0;
  }
  .row-cols-bp1400-1 .box:not(:nth-child(1n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1400-2 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 1) / 2);
  }
  .row-cols-bp1400-2 .box:nth-child(2n) {
    margin-right: 0;
  }
  .row-cols-bp1400-2 .box:not(:nth-child(2n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1400-3 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 2) / 3);
  }
  .row-cols-bp1400-3 .box:nth-child(3n) {
    margin-right: 0;
  }
  .row-cols-bp1400-3 .box:not(:nth-child(3n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1400-4 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 3) / 4);
  }
  .row-cols-bp1400-4 .box:nth-child(4n) {
    margin-right: 0;
  }
  .row-cols-bp1400-4 .box:not(:nth-child(4n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1400-5 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 4) / 5);
  }
  .row-cols-bp1400-5 .box:nth-child(5n) {
    margin-right: 0;
  }
  .row-cols-bp1400-5 .box:not(:nth-child(5n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1400-6 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 5) / 6);
  }
  .row-cols-bp1400-6 .box:nth-child(6n) {
    margin-right: 0;
  }
  .row-cols-bp1400-6 .box:not(:nth-child(6n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1400-7 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 6) / 7);
  }
  .row-cols-bp1400-7 .box:nth-child(7n) {
    margin-right: 0;
  }
  .row-cols-bp1400-7 .box:not(:nth-child(7n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1400-8 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 7) / 8);
  }
  .row-cols-bp1400-8 .box:nth-child(8n) {
    margin-right: 0;
  }
  .row-cols-bp1400-8 .box:not(:nth-child(8n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1400-9 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 8) / 9);
  }
  .row-cols-bp1400-9 .box:nth-child(9n) {
    margin-right: 0;
  }
  .row-cols-bp1400-9 .box:not(:nth-child(9n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1400-10 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 9) / 10);
  }
  .row-cols-bp1400-10 .box:nth-child(10n) {
    margin-right: 0;
  }
  .row-cols-bp1400-10 .box:not(:nth-child(10n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1400-11 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 10) / 11);
  }
  .row-cols-bp1400-11 .box:nth-child(11n) {
    margin-right: 0;
  }
  .row-cols-bp1400-11 .box:not(:nth-child(11n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1400-12 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 11) / 12);
  }
  .row-cols-bp1400-12 .box:nth-child(12n) {
    margin-right: 0;
  }
  .row-cols-bp1400-12 .box:not(:nth-child(12n)) {
    margin-right: var(--gutter-x);
  }
}
@media (min-width: 1501px) {
  .row-cols-bp1500-1 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 0) / 1);
  }
  .row-cols-bp1500-1 .box:nth-child(1n) {
    margin-right: 0;
  }
  .row-cols-bp1500-1 .box:not(:nth-child(1n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1500-2 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 1) / 2);
  }
  .row-cols-bp1500-2 .box:nth-child(2n) {
    margin-right: 0;
  }
  .row-cols-bp1500-2 .box:not(:nth-child(2n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1500-3 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 2) / 3);
  }
  .row-cols-bp1500-3 .box:nth-child(3n) {
    margin-right: 0;
  }
  .row-cols-bp1500-3 .box:not(:nth-child(3n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1500-4 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 3) / 4);
  }
  .row-cols-bp1500-4 .box:nth-child(4n) {
    margin-right: 0;
  }
  .row-cols-bp1500-4 .box:not(:nth-child(4n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1500-5 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 4) / 5);
  }
  .row-cols-bp1500-5 .box:nth-child(5n) {
    margin-right: 0;
  }
  .row-cols-bp1500-5 .box:not(:nth-child(5n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1500-6 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 5) / 6);
  }
  .row-cols-bp1500-6 .box:nth-child(6n) {
    margin-right: 0;
  }
  .row-cols-bp1500-6 .box:not(:nth-child(6n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1500-7 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 6) / 7);
  }
  .row-cols-bp1500-7 .box:nth-child(7n) {
    margin-right: 0;
  }
  .row-cols-bp1500-7 .box:not(:nth-child(7n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1500-8 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 7) / 8);
  }
  .row-cols-bp1500-8 .box:nth-child(8n) {
    margin-right: 0;
  }
  .row-cols-bp1500-8 .box:not(:nth-child(8n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1500-9 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 8) / 9);
  }
  .row-cols-bp1500-9 .box:nth-child(9n) {
    margin-right: 0;
  }
  .row-cols-bp1500-9 .box:not(:nth-child(9n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1500-10 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 9) / 10);
  }
  .row-cols-bp1500-10 .box:nth-child(10n) {
    margin-right: 0;
  }
  .row-cols-bp1500-10 .box:not(:nth-child(10n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1500-11 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 10) / 11);
  }
  .row-cols-bp1500-11 .box:nth-child(11n) {
    margin-right: 0;
  }
  .row-cols-bp1500-11 .box:not(:nth-child(11n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1500-12 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 11) / 12);
  }
  .row-cols-bp1500-12 .box:nth-child(12n) {
    margin-right: 0;
  }
  .row-cols-bp1500-12 .box:not(:nth-child(12n)) {
    margin-right: var(--gutter-x);
  }
}
@media (min-width: 1601px) {
  .row-cols-bp1600-1 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 0) / 1);
  }
  .row-cols-bp1600-1 .box:nth-child(1n) {
    margin-right: 0;
  }
  .row-cols-bp1600-1 .box:not(:nth-child(1n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1600-2 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 1) / 2);
  }
  .row-cols-bp1600-2 .box:nth-child(2n) {
    margin-right: 0;
  }
  .row-cols-bp1600-2 .box:not(:nth-child(2n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1600-3 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 2) / 3);
  }
  .row-cols-bp1600-3 .box:nth-child(3n) {
    margin-right: 0;
  }
  .row-cols-bp1600-3 .box:not(:nth-child(3n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1600-4 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 3) / 4);
  }
  .row-cols-bp1600-4 .box:nth-child(4n) {
    margin-right: 0;
  }
  .row-cols-bp1600-4 .box:not(:nth-child(4n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1600-5 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 4) / 5);
  }
  .row-cols-bp1600-5 .box:nth-child(5n) {
    margin-right: 0;
  }
  .row-cols-bp1600-5 .box:not(:nth-child(5n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1600-6 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 5) / 6);
  }
  .row-cols-bp1600-6 .box:nth-child(6n) {
    margin-right: 0;
  }
  .row-cols-bp1600-6 .box:not(:nth-child(6n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1600-7 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 6) / 7);
  }
  .row-cols-bp1600-7 .box:nth-child(7n) {
    margin-right: 0;
  }
  .row-cols-bp1600-7 .box:not(:nth-child(7n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1600-8 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 7) / 8);
  }
  .row-cols-bp1600-8 .box:nth-child(8n) {
    margin-right: 0;
  }
  .row-cols-bp1600-8 .box:not(:nth-child(8n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1600-9 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 8) / 9);
  }
  .row-cols-bp1600-9 .box:nth-child(9n) {
    margin-right: 0;
  }
  .row-cols-bp1600-9 .box:not(:nth-child(9n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1600-10 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 9) / 10);
  }
  .row-cols-bp1600-10 .box:nth-child(10n) {
    margin-right: 0;
  }
  .row-cols-bp1600-10 .box:not(:nth-child(10n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1600-11 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 10) / 11);
  }
  .row-cols-bp1600-11 .box:nth-child(11n) {
    margin-right: 0;
  }
  .row-cols-bp1600-11 .box:not(:nth-child(11n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1600-12 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 11) / 12);
  }
  .row-cols-bp1600-12 .box:nth-child(12n) {
    margin-right: 0;
  }
  .row-cols-bp1600-12 .box:not(:nth-child(12n)) {
    margin-right: var(--gutter-x);
  }
}
@media (min-width: 1921px) {
  .row-cols-bp1920-1 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 0) / 1);
  }
  .row-cols-bp1920-1 .box:nth-child(1n) {
    margin-right: 0;
  }
  .row-cols-bp1920-1 .box:not(:nth-child(1n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1920-2 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 1) / 2);
  }
  .row-cols-bp1920-2 .box:nth-child(2n) {
    margin-right: 0;
  }
  .row-cols-bp1920-2 .box:not(:nth-child(2n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1920-3 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 2) / 3);
  }
  .row-cols-bp1920-3 .box:nth-child(3n) {
    margin-right: 0;
  }
  .row-cols-bp1920-3 .box:not(:nth-child(3n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1920-4 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 3) / 4);
  }
  .row-cols-bp1920-4 .box:nth-child(4n) {
    margin-right: 0;
  }
  .row-cols-bp1920-4 .box:not(:nth-child(4n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1920-5 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 4) / 5);
  }
  .row-cols-bp1920-5 .box:nth-child(5n) {
    margin-right: 0;
  }
  .row-cols-bp1920-5 .box:not(:nth-child(5n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1920-6 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 5) / 6);
  }
  .row-cols-bp1920-6 .box:nth-child(6n) {
    margin-right: 0;
  }
  .row-cols-bp1920-6 .box:not(:nth-child(6n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1920-7 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 6) / 7);
  }
  .row-cols-bp1920-7 .box:nth-child(7n) {
    margin-right: 0;
  }
  .row-cols-bp1920-7 .box:not(:nth-child(7n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1920-8 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 7) / 8);
  }
  .row-cols-bp1920-8 .box:nth-child(8n) {
    margin-right: 0;
  }
  .row-cols-bp1920-8 .box:not(:nth-child(8n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1920-9 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 8) / 9);
  }
  .row-cols-bp1920-9 .box:nth-child(9n) {
    margin-right: 0;
  }
  .row-cols-bp1920-9 .box:not(:nth-child(9n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1920-10 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 9) / 10);
  }
  .row-cols-bp1920-10 .box:nth-child(10n) {
    margin-right: 0;
  }
  .row-cols-bp1920-10 .box:not(:nth-child(10n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1920-11 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 10) / 11);
  }
  .row-cols-bp1920-11 .box:nth-child(11n) {
    margin-right: 0;
  }
  .row-cols-bp1920-11 .box:not(:nth-child(11n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-bp1920-12 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 11) / 12);
  }
  .row-cols-bp1920-12 .box:nth-child(12n) {
    margin-right: 0;
  }
  .row-cols-bp1920-12 .box:not(:nth-child(12n)) {
    margin-right: var(--gutter-x);
  }
}
@media (min-width: 1201px) {
  .row-cols-drawer-1 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 0) / 1);
  }
  .row-cols-drawer-1 .box:nth-child(1n) {
    margin-right: 0;
  }
  .row-cols-drawer-1 .box:not(:nth-child(1n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-drawer-2 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 1) / 2);
  }
  .row-cols-drawer-2 .box:nth-child(2n) {
    margin-right: 0;
  }
  .row-cols-drawer-2 .box:not(:nth-child(2n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-drawer-3 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 2) / 3);
  }
  .row-cols-drawer-3 .box:nth-child(3n) {
    margin-right: 0;
  }
  .row-cols-drawer-3 .box:not(:nth-child(3n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-drawer-4 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 3) / 4);
  }
  .row-cols-drawer-4 .box:nth-child(4n) {
    margin-right: 0;
  }
  .row-cols-drawer-4 .box:not(:nth-child(4n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-drawer-5 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 4) / 5);
  }
  .row-cols-drawer-5 .box:nth-child(5n) {
    margin-right: 0;
  }
  .row-cols-drawer-5 .box:not(:nth-child(5n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-drawer-6 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 5) / 6);
  }
  .row-cols-drawer-6 .box:nth-child(6n) {
    margin-right: 0;
  }
  .row-cols-drawer-6 .box:not(:nth-child(6n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-drawer-7 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 6) / 7);
  }
  .row-cols-drawer-7 .box:nth-child(7n) {
    margin-right: 0;
  }
  .row-cols-drawer-7 .box:not(:nth-child(7n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-drawer-8 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 7) / 8);
  }
  .row-cols-drawer-8 .box:nth-child(8n) {
    margin-right: 0;
  }
  .row-cols-drawer-8 .box:not(:nth-child(8n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-drawer-9 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 8) / 9);
  }
  .row-cols-drawer-9 .box:nth-child(9n) {
    margin-right: 0;
  }
  .row-cols-drawer-9 .box:not(:nth-child(9n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-drawer-10 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 9) / 10);
  }
  .row-cols-drawer-10 .box:nth-child(10n) {
    margin-right: 0;
  }
  .row-cols-drawer-10 .box:not(:nth-child(10n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-drawer-11 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 10) / 11);
  }
  .row-cols-drawer-11 .box:nth-child(11n) {
    margin-right: 0;
  }
  .row-cols-drawer-11 .box:not(:nth-child(11n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-drawer-12 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 11) / 12);
  }
  .row-cols-drawer-12 .box:nth-child(12n) {
    margin-right: 0;
  }
  .row-cols-drawer-12 .box:not(:nth-child(12n)) {
    margin-right: var(--gutter-x);
  }
}
@media (min-width: 641px) {
  .row-cols-flex-1 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 0) / 1);
  }
  .row-cols-flex-1 .box:nth-child(1n) {
    margin-right: 0;
  }
  .row-cols-flex-1 .box:not(:nth-child(1n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-flex-2 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 1) / 2);
  }
  .row-cols-flex-2 .box:nth-child(2n) {
    margin-right: 0;
  }
  .row-cols-flex-2 .box:not(:nth-child(2n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-flex-3 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 2) / 3);
  }
  .row-cols-flex-3 .box:nth-child(3n) {
    margin-right: 0;
  }
  .row-cols-flex-3 .box:not(:nth-child(3n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-flex-4 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 3) / 4);
  }
  .row-cols-flex-4 .box:nth-child(4n) {
    margin-right: 0;
  }
  .row-cols-flex-4 .box:not(:nth-child(4n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-flex-5 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 4) / 5);
  }
  .row-cols-flex-5 .box:nth-child(5n) {
    margin-right: 0;
  }
  .row-cols-flex-5 .box:not(:nth-child(5n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-flex-6 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 5) / 6);
  }
  .row-cols-flex-6 .box:nth-child(6n) {
    margin-right: 0;
  }
  .row-cols-flex-6 .box:not(:nth-child(6n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-flex-7 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 6) / 7);
  }
  .row-cols-flex-7 .box:nth-child(7n) {
    margin-right: 0;
  }
  .row-cols-flex-7 .box:not(:nth-child(7n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-flex-8 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 7) / 8);
  }
  .row-cols-flex-8 .box:nth-child(8n) {
    margin-right: 0;
  }
  .row-cols-flex-8 .box:not(:nth-child(8n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-flex-9 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 8) / 9);
  }
  .row-cols-flex-9 .box:nth-child(9n) {
    margin-right: 0;
  }
  .row-cols-flex-9 .box:not(:nth-child(9n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-flex-10 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 9) / 10);
  }
  .row-cols-flex-10 .box:nth-child(10n) {
    margin-right: 0;
  }
  .row-cols-flex-10 .box:not(:nth-child(10n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-flex-11 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 10) / 11);
  }
  .row-cols-flex-11 .box:nth-child(11n) {
    margin-right: 0;
  }
  .row-cols-flex-11 .box:not(:nth-child(11n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-flex-12 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 11) / 12);
  }
  .row-cols-flex-12 .box:nth-child(12n) {
    margin-right: 0;
  }
  .row-cols-flex-12 .box:not(:nth-child(12n)) {
    margin-right: var(--gutter-x);
  }
}
@media (min-width: 835px) {
  .row-cols-confTab-1 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 0) / 1);
  }
  .row-cols-confTab-1 .box:nth-child(1n) {
    margin-right: 0;
  }
  .row-cols-confTab-1 .box:not(:nth-child(1n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-confTab-2 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 1) / 2);
  }
  .row-cols-confTab-2 .box:nth-child(2n) {
    margin-right: 0;
  }
  .row-cols-confTab-2 .box:not(:nth-child(2n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-confTab-3 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 2) / 3);
  }
  .row-cols-confTab-3 .box:nth-child(3n) {
    margin-right: 0;
  }
  .row-cols-confTab-3 .box:not(:nth-child(3n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-confTab-4 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 3) / 4);
  }
  .row-cols-confTab-4 .box:nth-child(4n) {
    margin-right: 0;
  }
  .row-cols-confTab-4 .box:not(:nth-child(4n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-confTab-5 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 4) / 5);
  }
  .row-cols-confTab-5 .box:nth-child(5n) {
    margin-right: 0;
  }
  .row-cols-confTab-5 .box:not(:nth-child(5n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-confTab-6 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 5) / 6);
  }
  .row-cols-confTab-6 .box:nth-child(6n) {
    margin-right: 0;
  }
  .row-cols-confTab-6 .box:not(:nth-child(6n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-confTab-7 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 6) / 7);
  }
  .row-cols-confTab-7 .box:nth-child(7n) {
    margin-right: 0;
  }
  .row-cols-confTab-7 .box:not(:nth-child(7n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-confTab-8 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 7) / 8);
  }
  .row-cols-confTab-8 .box:nth-child(8n) {
    margin-right: 0;
  }
  .row-cols-confTab-8 .box:not(:nth-child(8n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-confTab-9 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 8) / 9);
  }
  .row-cols-confTab-9 .box:nth-child(9n) {
    margin-right: 0;
  }
  .row-cols-confTab-9 .box:not(:nth-child(9n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-confTab-10 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 9) / 10);
  }
  .row-cols-confTab-10 .box:nth-child(10n) {
    margin-right: 0;
  }
  .row-cols-confTab-10 .box:not(:nth-child(10n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-confTab-11 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 10) / 11);
  }
  .row-cols-confTab-11 .box:nth-child(11n) {
    margin-right: 0;
  }
  .row-cols-confTab-11 .box:not(:nth-child(11n)) {
    margin-right: var(--gutter-x);
  }
  .row-cols-confTab-12 .box {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 11) / 12);
  }
  .row-cols-confTab-12 .box:nth-child(12n) {
    margin-right: 0;
  }
  .row-cols-confTab-12 .box:not(:nth-child(12n)) {
    margin-right: var(--gutter-x);
  }
}
@media (min-width: 0px) {
  .d-inline {
    display: inline !important;
  }
}
@media (min-width: 0px) {
  .d-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 0px) {
  .d-block {
    display: block !important;
  }
}
@media (min-width: 0px) {
  .d-grid {
    display: grid !important;
  }
}
@media (min-width: 0px) {
  .d-table {
    display: table !important;
  }
}
@media (min-width: 0px) {
  .d-table-row {
    display: table-row !important;
  }
}
@media (min-width: 0px) {
  .d-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 0px) {
  .d-flex {
    display: flex !important;
  }
}
@media (min-width: 0px) {
  .d-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 0px) {
  .d-none {
    display: none !important;
  }
}
@media (min-width: 0px) {
  .text-align-center * {
    text-align: center !important;
  }
  .text-align-center {
    text-align: center !important;
  }
}
@media (min-width: 0px) {
  .text-align-left * {
    text-align: left !important;
  }
  .text-align-left {
    text-align: left !important;
  }
}
@media (min-width: 0px) {
  .text-align-right * {
    text-align: right !important;
  }
  .text-align-right {
    text-align: right !important;
  }
}
@media (min-width: 400px) {
  .d-ssp-inline {
    display: inline !important;
  }
}
@media (min-width: 400px) {
  .d-ssp-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 400px) {
  .d-ssp-block {
    display: block !important;
  }
}
@media (min-width: 400px) {
  .d-ssp-grid {
    display: grid !important;
  }
}
@media (min-width: 400px) {
  .d-ssp-table {
    display: table !important;
  }
}
@media (min-width: 400px) {
  .d-ssp-table-row {
    display: table-row !important;
  }
}
@media (min-width: 400px) {
  .d-ssp-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 400px) {
  .d-ssp-flex {
    display: flex !important;
  }
}
@media (min-width: 400px) {
  .d-ssp-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 400px) {
  .d-ssp-none {
    display: none !important;
  }
}
@media (min-width: 400px) {
  .text-align-ssp-center * {
    text-align: center !important;
  }
  .text-align-ssp-center {
    text-align: center !important;
  }
}
@media (min-width: 400px) {
  .text-align-ssp-left * {
    text-align: left !important;
  }
  .text-align-ssp-left {
    text-align: left !important;
  }
}
@media (min-width: 400px) {
  .text-align-ssp-right * {
    text-align: right !important;
  }
  .text-align-ssp-right {
    text-align: right !important;
  }
}
@media (min-width: 641px) {
  .d-sp-inline {
    display: inline !important;
  }
}
@media (min-width: 641px) {
  .d-sp-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 641px) {
  .d-sp-block {
    display: block !important;
  }
}
@media (min-width: 641px) {
  .d-sp-grid {
    display: grid !important;
  }
}
@media (min-width: 641px) {
  .d-sp-table {
    display: table !important;
  }
}
@media (min-width: 641px) {
  .d-sp-table-row {
    display: table-row !important;
  }
}
@media (min-width: 641px) {
  .d-sp-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 641px) {
  .d-sp-flex {
    display: flex !important;
  }
}
@media (min-width: 641px) {
  .d-sp-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 641px) {
  .d-sp-none {
    display: none !important;
  }
}
@media (min-width: 641px) {
  .text-align-sp-center * {
    text-align: center !important;
  }
  .text-align-sp-center {
    text-align: center !important;
  }
}
@media (min-width: 641px) {
  .text-align-sp-left * {
    text-align: left !important;
  }
  .text-align-sp-left {
    text-align: left !important;
  }
}
@media (min-width: 641px) {
  .text-align-sp-right * {
    text-align: right !important;
  }
  .text-align-sp-right {
    text-align: right !important;
  }
}
@media (min-width: 835px) {
  .d-tab-inline {
    display: inline !important;
  }
}
@media (min-width: 835px) {
  .d-tab-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 835px) {
  .d-tab-block {
    display: block !important;
  }
}
@media (min-width: 835px) {
  .d-tab-grid {
    display: grid !important;
  }
}
@media (min-width: 835px) {
  .d-tab-table {
    display: table !important;
  }
}
@media (min-width: 835px) {
  .d-tab-table-row {
    display: table-row !important;
  }
}
@media (min-width: 835px) {
  .d-tab-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 835px) {
  .d-tab-flex {
    display: flex !important;
  }
}
@media (min-width: 835px) {
  .d-tab-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 835px) {
  .d-tab-none {
    display: none !important;
  }
}
@media (min-width: 835px) {
  .text-align-tab-center * {
    text-align: center !important;
  }
  .text-align-tab-center {
    text-align: center !important;
  }
}
@media (min-width: 835px) {
  .text-align-tab-left * {
    text-align: left !important;
  }
  .text-align-tab-left {
    text-align: left !important;
  }
}
@media (min-width: 835px) {
  .text-align-tab-right * {
    text-align: right !important;
  }
  .text-align-tab-right {
    text-align: right !important;
  }
}
@media (min-width: 1001px) {
  .d-bp1000-inline {
    display: inline !important;
  }
}
@media (min-width: 1001px) {
  .d-bp1000-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1001px) {
  .d-bp1000-block {
    display: block !important;
  }
}
@media (min-width: 1001px) {
  .d-bp1000-grid {
    display: grid !important;
  }
}
@media (min-width: 1001px) {
  .d-bp1000-table {
    display: table !important;
  }
}
@media (min-width: 1001px) {
  .d-bp1000-table-row {
    display: table-row !important;
  }
}
@media (min-width: 1001px) {
  .d-bp1000-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 1001px) {
  .d-bp1000-flex {
    display: flex !important;
  }
}
@media (min-width: 1001px) {
  .d-bp1000-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1001px) {
  .d-bp1000-none {
    display: none !important;
  }
}
@media (min-width: 1001px) {
  .text-align-bp1000-center * {
    text-align: center !important;
  }
  .text-align-bp1000-center {
    text-align: center !important;
  }
}
@media (min-width: 1001px) {
  .text-align-bp1000-left * {
    text-align: left !important;
  }
  .text-align-bp1000-left {
    text-align: left !important;
  }
}
@media (min-width: 1001px) {
  .text-align-bp1000-right * {
    text-align: right !important;
  }
  .text-align-bp1000-right {
    text-align: right !important;
  }
}
@media (min-width: 1201px) {
  .d-bp1200-inline {
    display: inline !important;
  }
}
@media (min-width: 1201px) {
  .d-bp1200-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1201px) {
  .d-bp1200-block {
    display: block !important;
  }
}
@media (min-width: 1201px) {
  .d-bp1200-grid {
    display: grid !important;
  }
}
@media (min-width: 1201px) {
  .d-bp1200-table {
    display: table !important;
  }
}
@media (min-width: 1201px) {
  .d-bp1200-table-row {
    display: table-row !important;
  }
}
@media (min-width: 1201px) {
  .d-bp1200-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 1201px) {
  .d-bp1200-flex {
    display: flex !important;
  }
}
@media (min-width: 1201px) {
  .d-bp1200-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1201px) {
  .d-bp1200-none {
    display: none !important;
  }
}
@media (min-width: 1201px) {
  .text-align-bp1200-center * {
    text-align: center !important;
  }
  .text-align-bp1200-center {
    text-align: center !important;
  }
}
@media (min-width: 1201px) {
  .text-align-bp1200-left * {
    text-align: left !important;
  }
  .text-align-bp1200-left {
    text-align: left !important;
  }
}
@media (min-width: 1201px) {
  .text-align-bp1200-right * {
    text-align: right !important;
  }
  .text-align-bp1200-right {
    text-align: right !important;
  }
}
@media (min-width: 1401px) {
  .d-bp1400-inline {
    display: inline !important;
  }
}
@media (min-width: 1401px) {
  .d-bp1400-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1401px) {
  .d-bp1400-block {
    display: block !important;
  }
}
@media (min-width: 1401px) {
  .d-bp1400-grid {
    display: grid !important;
  }
}
@media (min-width: 1401px) {
  .d-bp1400-table {
    display: table !important;
  }
}
@media (min-width: 1401px) {
  .d-bp1400-table-row {
    display: table-row !important;
  }
}
@media (min-width: 1401px) {
  .d-bp1400-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 1401px) {
  .d-bp1400-flex {
    display: flex !important;
  }
}
@media (min-width: 1401px) {
  .d-bp1400-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1401px) {
  .d-bp1400-none {
    display: none !important;
  }
}
@media (min-width: 1401px) {
  .text-align-bp1400-center * {
    text-align: center !important;
  }
  .text-align-bp1400-center {
    text-align: center !important;
  }
}
@media (min-width: 1401px) {
  .text-align-bp1400-left * {
    text-align: left !important;
  }
  .text-align-bp1400-left {
    text-align: left !important;
  }
}
@media (min-width: 1401px) {
  .text-align-bp1400-right * {
    text-align: right !important;
  }
  .text-align-bp1400-right {
    text-align: right !important;
  }
}
@media (min-width: 1501px) {
  .d-bp1500-inline {
    display: inline !important;
  }
}
@media (min-width: 1501px) {
  .d-bp1500-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1501px) {
  .d-bp1500-block {
    display: block !important;
  }
}
@media (min-width: 1501px) {
  .d-bp1500-grid {
    display: grid !important;
  }
}
@media (min-width: 1501px) {
  .d-bp1500-table {
    display: table !important;
  }
}
@media (min-width: 1501px) {
  .d-bp1500-table-row {
    display: table-row !important;
  }
}
@media (min-width: 1501px) {
  .d-bp1500-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 1501px) {
  .d-bp1500-flex {
    display: flex !important;
  }
}
@media (min-width: 1501px) {
  .d-bp1500-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1501px) {
  .d-bp1500-none {
    display: none !important;
  }
}
@media (min-width: 1501px) {
  .text-align-bp1500-center * {
    text-align: center !important;
  }
  .text-align-bp1500-center {
    text-align: center !important;
  }
}
@media (min-width: 1501px) {
  .text-align-bp1500-left * {
    text-align: left !important;
  }
  .text-align-bp1500-left {
    text-align: left !important;
  }
}
@media (min-width: 1501px) {
  .text-align-bp1500-right * {
    text-align: right !important;
  }
  .text-align-bp1500-right {
    text-align: right !important;
  }
}
@media (min-width: 1601px) {
  .d-bp1600-inline {
    display: inline !important;
  }
}
@media (min-width: 1601px) {
  .d-bp1600-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1601px) {
  .d-bp1600-block {
    display: block !important;
  }
}
@media (min-width: 1601px) {
  .d-bp1600-grid {
    display: grid !important;
  }
}
@media (min-width: 1601px) {
  .d-bp1600-table {
    display: table !important;
  }
}
@media (min-width: 1601px) {
  .d-bp1600-table-row {
    display: table-row !important;
  }
}
@media (min-width: 1601px) {
  .d-bp1600-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 1601px) {
  .d-bp1600-flex {
    display: flex !important;
  }
}
@media (min-width: 1601px) {
  .d-bp1600-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1601px) {
  .d-bp1600-none {
    display: none !important;
  }
}
@media (min-width: 1601px) {
  .text-align-bp1600-center * {
    text-align: center !important;
  }
  .text-align-bp1600-center {
    text-align: center !important;
  }
}
@media (min-width: 1601px) {
  .text-align-bp1600-left * {
    text-align: left !important;
  }
  .text-align-bp1600-left {
    text-align: left !important;
  }
}
@media (min-width: 1601px) {
  .text-align-bp1600-right * {
    text-align: right !important;
  }
  .text-align-bp1600-right {
    text-align: right !important;
  }
}
@media (min-width: 1921px) {
  .d-bp1920-inline {
    display: inline !important;
  }
}
@media (min-width: 1921px) {
  .d-bp1920-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1921px) {
  .d-bp1920-block {
    display: block !important;
  }
}
@media (min-width: 1921px) {
  .d-bp1920-grid {
    display: grid !important;
  }
}
@media (min-width: 1921px) {
  .d-bp1920-table {
    display: table !important;
  }
}
@media (min-width: 1921px) {
  .d-bp1920-table-row {
    display: table-row !important;
  }
}
@media (min-width: 1921px) {
  .d-bp1920-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 1921px) {
  .d-bp1920-flex {
    display: flex !important;
  }
}
@media (min-width: 1921px) {
  .d-bp1920-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1921px) {
  .d-bp1920-none {
    display: none !important;
  }
}
@media (min-width: 1921px) {
  .text-align-bp1920-center * {
    text-align: center !important;
  }
  .text-align-bp1920-center {
    text-align: center !important;
  }
}
@media (min-width: 1921px) {
  .text-align-bp1920-left * {
    text-align: left !important;
  }
  .text-align-bp1920-left {
    text-align: left !important;
  }
}
@media (min-width: 1921px) {
  .text-align-bp1920-right * {
    text-align: right !important;
  }
  .text-align-bp1920-right {
    text-align: right !important;
  }
}
@media (min-width: 1201px) {
  .d-drawer-inline {
    display: inline !important;
  }
}
@media (min-width: 1201px) {
  .d-drawer-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1201px) {
  .d-drawer-block {
    display: block !important;
  }
}
@media (min-width: 1201px) {
  .d-drawer-grid {
    display: grid !important;
  }
}
@media (min-width: 1201px) {
  .d-drawer-table {
    display: table !important;
  }
}
@media (min-width: 1201px) {
  .d-drawer-table-row {
    display: table-row !important;
  }
}
@media (min-width: 1201px) {
  .d-drawer-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 1201px) {
  .d-drawer-flex {
    display: flex !important;
  }
}
@media (min-width: 1201px) {
  .d-drawer-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1201px) {
  .d-drawer-none {
    display: none !important;
  }
}
@media (min-width: 1201px) {
  .text-align-drawer-center * {
    text-align: center !important;
  }
  .text-align-drawer-center {
    text-align: center !important;
  }
}
@media (min-width: 1201px) {
  .text-align-drawer-left * {
    text-align: left !important;
  }
  .text-align-drawer-left {
    text-align: left !important;
  }
}
@media (min-width: 1201px) {
  .text-align-drawer-right * {
    text-align: right !important;
  }
  .text-align-drawer-right {
    text-align: right !important;
  }
}
@media (min-width: 641px) {
  .d-flex-inline {
    display: inline !important;
  }
}
@media (min-width: 641px) {
  .d-flex-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 641px) {
  .d-flex-block {
    display: block !important;
  }
}
@media (min-width: 641px) {
  .d-flex-grid {
    display: grid !important;
  }
}
@media (min-width: 641px) {
  .d-flex-table {
    display: table !important;
  }
}
@media (min-width: 641px) {
  .d-flex-table-row {
    display: table-row !important;
  }
}
@media (min-width: 641px) {
  .d-flex-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 641px) {
  .d-flex-flex {
    display: flex !important;
  }
}
@media (min-width: 641px) {
  .d-flex-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 641px) {
  .d-flex-none {
    display: none !important;
  }
}
@media (min-width: 641px) {
  .text-align-flex-center * {
    text-align: center !important;
  }
  .text-align-flex-center {
    text-align: center !important;
  }
}
@media (min-width: 641px) {
  .text-align-flex-left * {
    text-align: left !important;
  }
  .text-align-flex-left {
    text-align: left !important;
  }
}
@media (min-width: 641px) {
  .text-align-flex-right * {
    text-align: right !important;
  }
  .text-align-flex-right {
    text-align: right !important;
  }
}
@media (min-width: 835px) {
  .d-confTab-inline {
    display: inline !important;
  }
}
@media (min-width: 835px) {
  .d-confTab-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 835px) {
  .d-confTab-block {
    display: block !important;
  }
}
@media (min-width: 835px) {
  .d-confTab-grid {
    display: grid !important;
  }
}
@media (min-width: 835px) {
  .d-confTab-table {
    display: table !important;
  }
}
@media (min-width: 835px) {
  .d-confTab-table-row {
    display: table-row !important;
  }
}
@media (min-width: 835px) {
  .d-confTab-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 835px) {
  .d-confTab-flex {
    display: flex !important;
  }
}
@media (min-width: 835px) {
  .d-confTab-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 835px) {
  .d-confTab-none {
    display: none !important;
  }
}
@media (min-width: 835px) {
  .text-align-confTab-center * {
    text-align: center !important;
  }
  .text-align-confTab-center {
    text-align: center !important;
  }
}
@media (min-width: 835px) {
  .text-align-confTab-left * {
    text-align: left !important;
  }
  .text-align-confTab-left {
    text-align: left !important;
  }
}
@media (min-width: 835px) {
  .text-align-confTab-right * {
    text-align: right !important;
  }
  .text-align-confTab-right {
    text-align: right !important;
  }
}
.m-blog-news .blog_list, .m-blog .blog_list {
  border: none;
}
.m-blog-news .blog_list__list, .m-blog .blog_list__list {
  display: block;
  border-bottom: none;
}
.m-blog-news .blog_list .blog_photo, .m-blog .blog_list .blog_photo {
  width: 100%;
  padding: 0;
}
.m-blog-news .blog_list .blog_text, .m-blog .blog_list .blog_text {
  width: 100%;
  padding: 0;
  font-size: 1rem;
}
.m-blog-news .blog_list .blog_text > h3, .m-blog .blog_list .blog_text > h3 {
  margin-bottom: 0;
  font-size: 1rem;
}
.m-blog-news .blog_list .detail, .m-blog .blog_list .detail {
  margin-top: 0;
}

.m-blog--style_01 .blog_list {
  --gutter-x: 20px;
  --gutter-y: 20px;
  --gutter-x: 40px;
  --gutter-y: 40px;
}
@media (max-width: 1200.98px) {
  .m-blog--style_01 .blog_list {
    --gutter-x: 20px;
    --gutter-y: 20px;
  }
}
@media (max-width: 640.98px) {
  .m-blog--style_01 .blog_list {
    --gutter-y: 60px;
  }
}
@media (max-width: 9999px) {
  .m-blog--style_01 .blog_list {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .m-blog--style_01 .blog_list > * {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 3) / 4) !important;
    height: auto !important;
    margin-bottom: var(--gutter-y);
  }
  .m-blog--style_01 .blog_list > *:nth-child(4n) {
    margin-right: 0;
  }
  .m-blog--style_01 .blog_list > *:not(:nth-child(4n)) {
    margin-right: var(--gutter-x);
  }
}
@media (max-width: 1200px) {
  .m-blog--style_01 .blog_list {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .m-blog--style_01 .blog_list > * {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 1) / 2) !important;
    height: auto !important;
    margin-bottom: var(--gutter-y);
  }
  .m-blog--style_01 .blog_list > *:nth-child(2n) {
    margin-right: 0;
  }
  .m-blog--style_01 .blog_list > *:not(:nth-child(2n)) {
    margin-right: var(--gutter-x);
  }
}
@media (max-width: 834px) {
  .m-blog--style_01 .blog_list {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .m-blog--style_01 .blog_list > * {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 1) / 2) !important;
    height: auto !important;
    margin-bottom: var(--gutter-y);
  }
  .m-blog--style_01 .blog_list > *:nth-child(2n) {
    margin-right: 0;
  }
  .m-blog--style_01 .blog_list > *:not(:nth-child(2n)) {
    margin-right: var(--gutter-x);
  }
}
@media (max-width: 640px) {
  .m-blog--style_01 .blog_list {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .m-blog--style_01 .blog_list > * {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 0) / 1) !important;
    height: auto !important;
    margin-bottom: var(--gutter-y);
  }
  .m-blog--style_01 .blog_list > *:nth-child(1n) {
    margin-right: 0;
  }
  .m-blog--style_01 .blog_list > *:not(:nth-child(1n)) {
    margin-right: var(--gutter-x);
  }
}
.m-blog--style_01 .blog_list__list {
  padding: 20px;
  background-color: white;
}
.m-blog--style_01 .blog_photo {
  margin-bottom: 20px;
}
.m-blog--style_01 .blog_photo > a {
  position: relative;
  display: block;
}
.m-blog--style_01 .blog_photo > a:has(a) {
  display: block;
}
.m-blog--style_01 .blog_photo > a:before {
  content: "";
  display: block;
  padding-top: 69.3548387097%;
  text-align: center;
}
.m-blog--style_01 .blog_photo > a > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.m-blog--style_01 .blog_photo > a > img {
  -o-object-fit: cover;
     object-fit: cover;
}
.m-blog--style_01 .blog_date {
  margin-bottom: 20px;
  color: #381500 !important;
  font-family: Unbounded, cursive;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1;
}
.m-blog--style_01 .blog_text > h3 {
  margin-bottom: 15px !important;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}
.m-blog--style_01 .blog_text > h3 > a > span {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: #381500;
  line-height: 1.7;
}
.m-blog--style_01 .detail {
  color: #381500;
  font-size: 0.875rem;
}
.m-blog--style_02 .blog_list {
  --gutter-x: 20px;
  --gutter-y: 20px;
  --gutter-x: 40px;
  --gutter-y: 40px;
}
@media (max-width: 1200.98px) {
  .m-blog--style_02 .blog_list {
    --gutter-x: 20px;
    --gutter-y: 20px;
  }
}
@media (max-width: 640.98px) {
  .m-blog--style_02 .blog_list {
    --gutter-y: 60px;
  }
}
@media (max-width: 9999px) {
  .m-blog--style_02 .blog_list {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .m-blog--style_02 .blog_list > * {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 2) / 3) !important;
    height: auto !important;
    margin-bottom: var(--gutter-y);
  }
  .m-blog--style_02 .blog_list > *:nth-child(3n) {
    margin-right: 0;
  }
  .m-blog--style_02 .blog_list > *:not(:nth-child(3n)) {
    margin-right: var(--gutter-x);
  }
}
@media (max-width: 1200px) {
  .m-blog--style_02 .blog_list {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .m-blog--style_02 .blog_list > * {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 1) / 2) !important;
    height: auto !important;
    margin-bottom: var(--gutter-y);
  }
  .m-blog--style_02 .blog_list > *:nth-child(2n) {
    margin-right: 0;
  }
  .m-blog--style_02 .blog_list > *:not(:nth-child(2n)) {
    margin-right: var(--gutter-x);
  }
}
@media (max-width: 834px) {
  .m-blog--style_02 .blog_list {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .m-blog--style_02 .blog_list > * {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 1) / 2) !important;
    height: auto !important;
    margin-bottom: var(--gutter-y);
  }
  .m-blog--style_02 .blog_list > *:nth-child(2n) {
    margin-right: 0;
  }
  .m-blog--style_02 .blog_list > *:not(:nth-child(2n)) {
    margin-right: var(--gutter-x);
  }
}
@media (max-width: 640px) {
  .m-blog--style_02 .blog_list {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .m-blog--style_02 .blog_list > * {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 0) / 1) !important;
    height: auto !important;
    margin-bottom: var(--gutter-y);
  }
  .m-blog--style_02 .blog_list > *:nth-child(1n) {
    margin-right: 0;
  }
  .m-blog--style_02 .blog_list > *:not(:nth-child(1n)) {
    margin-right: var(--gutter-x);
  }
}
.m-blog--style_02 .blog_photo {
  margin-bottom: 20px;
}
.m-blog--style_02 .blog_photo > a {
  position: relative;
  display: block;
}
.m-blog--style_02 .blog_photo > a:has(a) {
  display: block;
}
.m-blog--style_02 .blog_photo > a:before {
  content: "";
  display: block;
  padding-top: 69.3548387097%;
  text-align: center;
}
.m-blog--style_02 .blog_photo > a > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.m-blog--style_02 .blog_photo > a > img {
  -o-object-fit: cover;
     object-fit: cover;
}
.m-blog--style_02 .blog_date {
  margin-bottom: 20px;
  color: #381500 !important;
  font-family: Unbounded, cursive;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1;
}
.m-blog--style_02 .blog_text > h3 {
  margin-bottom: 15px !important;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}
.m-blog--style_02 .blog_text > h3 > a > span {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: #381500;
  line-height: 1.7;
}
.m-blog--style_02 .detail {
  color: #381500;
  font-size: 0.875rem;
}

.m-blog-news {
  height: 180px;
  overflow-y: scroll;
}
.m-blog-news::-webkit-scrollbar {
  width: 5px;
}
.m-blog-news::-webkit-scrollbar-track {
  background-color: transparent;
}
.m-blog-news::-webkit-scrollbar-thumb {
  background-color: #dadada;
  border-radius: 5px;
}

.m-blog-news .blog_list__list {
  margin-bottom: 25px;
  padding: 0 10px 25px;
  border-bottom: 1px solid #c91;
}
.m-blog-news .blog_list__list:first-child {
  padding: 25px 10px;
}
.m-blog-news .blog_list__list:last-child {
  margin-bottom: 0;
  padding: 0 10px 0;
}
.m-blog-news .blog_photo {
  display: none;
}
.m-blog-news .blog_text {
  display: flex;
}
@media (max-width: 834.98px) {
  .m-blog-news .blog_text {
    display: block !important;
  }
}
.m-blog-news .blog_text .blog_date {
  flex: 0 0 20%;
  color: #77c82e;
}
.m-blog-news .blog_text .detail {
  display: none;
}

.btn {
  display: inline-block;
  min-width: 250px;
  text-decoration: none;
  text-align: center;
  transition: 0.5s;
}
.btn * {
  font-size: 1rem;
}
.btn:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.btn {
  border-radius: 3px;
  line-height: 1;
}
.btn--tel {
  padding: 20px;
  color: white !important;
  background-color: #c91;
  font-size: 1.25rem;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
}
.btn--tel:before {
  content: "\f095";
  font: var(--fa-font-solid);
  line-height: 1;
  margin-right: 7px;
  font-size: 1.125rem;
  color: white;
}
.btn--line {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  color: #381500 !important;
  background-color: white;
  border: 2px solid #33c76f;
  font-size: 1rem;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
}
.btn--line:before {
  content: url(/images/utility/line.png);
  margin-right: 7px;
}
.btn--arrow {
  padding: 20px;
  color: white !important;
  background-color: #c91;
  font-size: 1rem;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}
.btn--arrow:after {
  content: "\f105";
  font: var(--fa-font-solid);
  line-height: 1;
  margin-left: 10px;
  color: white;
}

.form_wrap.dl-flow > dl:last-child > dt, .form_wrap.dl-company > dl:last-child > dt, .form_wrap.dl-news > dl:last-child > dt, .form_wrap.dl > dl:last-child > dt,
.form_wrap.dl-flow > dl:last-child > dd,
.form_wrap.dl-company > dl:last-child > dd,
.form_wrap.dl-news > dl:last-child > dd,
.form_wrap.dl > dl:last-child > dd {
  border-bottom: none;
}
.form_wrap.dl-flow > dl > dt, .form_wrap.dl-company > dl > dt, .form_wrap.dl-news > dl > dt, .form_wrap.dl > dl > dt,
.form_wrap.dl-flow > dl > dd,
.form_wrap.dl-company > dl > dd,
.form_wrap.dl-news > dl > dd,
.form_wrap.dl > dl > dd {
  padding: 0;
  background-color: transparent;
  border: none;
}
.form_wrap.dl-flow > dl > dt, .form_wrap.dl-company > dl > dt, .form_wrap.dl-news > dl > dt, .form_wrap.dl > dl > dt {
  justify-content: flex-start;
}

.dl--style_01 dl {
  margin-bottom: 1.25rem;
  padding-bottom: 20px;
  border-bottom: 1px dotted #cfcfcf;
}
.dl--style_01 dl > dt {
  display: block !important;
  margin-right: 20px;
  color: #381500;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}

.dl-news {
  max-height: 300px;
  overflow-y: scroll;
}
.dl-news::-webkit-scrollbar {
  width: 5px;
}
.dl-news::-webkit-scrollbar-track {
  background-color: transparent;
}
.dl-news::-webkit-scrollbar-thumb {
  background-color: #dadada;
  border-radius: 5px;
}
@media (max-width: 834.98px) {
  .dl-news > dl {
    flex-direction: column;
  }
}
@media (max-width: 834.98px) {
  .dl-news > dl > dt,
  .dl-news > dl > dd {
    width: 100% !important;
  }
}

.dl-news > dl {
  display: block !important;
  margin-bottom: 32px;
  padding: 0 21px 32px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 1000.98px) {
  .dl-news > dl {
    padding: 0 0 32px;
  }
}
.dl-news > dl:first-child {
  padding: 32px 21px;
}
@media (max-width: 1000.98px) {
  .dl-news > dl:first-child {
    padding: 32px 0;
  }
}
.dl-news > dl:last-child {
  margin-bottom: 0;
}
.dl-news > dl > dt {
  margin-bottom: 10px;
  font-size: 1rem;
}

@media (max-width: 640.98px) {
  .form_wrap.dl-company > dl {
    flex-direction: column;
  }
}
@media (max-width: 640.98px) {
  .form_wrap.dl-company > dl > dt,
  .form_wrap.dl-company > dl > dd {
    width: 100% !important;
  }
}

@media (max-width: 640.98px) {
  .form_wrap.dl-company dl {
    margin-bottom: 10px;
  }
}
.form_wrap.dl-company dl:first-child > dt {
  border-top: 1px solid #77c82e;
}
@media (max-width: 640.98px) {
  .form_wrap.dl-company dl:first-child > dt {
    border-top: 0;
  }
}
.form_wrap.dl-company dl:first-child > dd {
  border-top: 1px solid #eeeeee;
}
@media (max-width: 640.98px) {
  .form_wrap.dl-company dl:first-child > dd {
    border-top: 0;
  }
}
.form_wrap.dl-company dl:last-child > dt {
  border-bottom: 1px solid #77c82e;
}
@media (max-width: 640.98px) {
  .form_wrap.dl-company dl:last-child > dt {
    border-bottom: 0;
  }
}
.form_wrap.dl-company dl:last-child > dd {
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 640.98px) {
  .form_wrap.dl-company dl:last-child > dd {
    border-bottom: 0;
  }
}
@media (max-width: 640.98px) {
  .form_wrap.dl-company dl:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 640.98px) {
  .form_wrap.dl-company dl:last-child > dt {
    border-bottom: 1px solid #77c82e;
  }
}
.form_wrap.dl-company dl > dt,
.form_wrap.dl-company dl > dd {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 5px;
}
@media (max-width: 640.98px) {
  .form_wrap.dl-company dl > dt,
  .form_wrap.dl-company dl > dd {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.form_wrap.dl-company dl > dt {
  border-bottom: 1px solid #77c82e;
  font-size: 1rem;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}
@media (max-width: 640.98px) {
  .form_wrap.dl-company dl > dt {
    border-top: none;
  }
}
.form_wrap.dl-company dl > dd {
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 640.98px) {
  .form_wrap.dl-company dl > dd {
    border-bottom: none;
  }
}

.form_wrap.dl-flow > dl {
  display: block;
  margin-bottom: 80px;
  border-bottom: 1px solid #77c82e;
  position: relative;
}
@media (max-width: 640.98px) {
  .form_wrap.dl-flow > dl {
    text-align: left;
  }
}
.form_wrap.dl-flow > dl:before, .form_wrap.dl-flow > dl:after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, 0);
}
.form_wrap.dl-flow > dl:before {
  border-width: 22px;
  border-top-color: #77c82e;
}
.form_wrap.dl-flow > dl:after {
  border-width: 21px;
  border-top-color: white;
}
.form_wrap.dl-flow > dl:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.form_wrap.dl-flow > dl:last-child:before, .form_wrap.dl-flow > dl:last-child:after {
  content: unset;
}
.form_wrap.dl-flow > dl > dt {
  display: block;
  margin-bottom: 40px;
  padding: 20px;
  color: white;
  background-color: #77c82e;
  font-size: 1.25rem;
}
.form_wrap.dl-flow > dl > dd {
  margin-bottom: 40px;
}

.dpdn .dpdn__lists {
  list-style: none;
}
.dpdn .dpdn__link {
  color: inherit;
  text-decoration: none;
}

.dpdn {
  position: relative;
}
@media (min-width: 1201px) {
  .dpdn:hover .dpdn__lists {
    opacity: 1;
    visibility: visible;
  }
}
.dpdn__wrapper {
  padding: 20px;
  background-color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
@media (max-width: 1200.98px) {
  .dpdn__wrapper {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
  }
}
.dpdn__lists {
  width: 100%;
  min-width: 170px;
  padding-top: 5px;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  position: absolute;
  z-index: 1;
}
@media (max-width: 1200.98px) {
  .dpdn__lists {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding-top: 0;
    opacity: 1;
    visibility: visible;
    position: static;
    transition: all 0.3s ease;
  }
}
.dpdn__list {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 1200.98px) {
  .dpdn__list {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.dpdn__list:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.dpdn__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.eyecatch {
  min-height: 250px;
  position: relative;
  z-index: 0;
}
.eyecatch > article > h1, .eyecatch > article > p {
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  .eyecatch > article > h1, .eyecatch > article > p {
    font-size: 1.875rem;
  }
}

.eyecatch {
  position: relative;
  z-index: 0;
}
.eyecatch:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1200.98px) {
  .eyecatch {
    margin-top: 74px;
  }
}
.eyecatch > article {
  width: 100%;
  padding: 0 20px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.eyecatch > article > h1, .eyecatch > article > p {
  display: inline-block;
  padding: 20px 20px;
  background-color: rgba(255, 255, 255, 0.9);
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  color: #381500;
}
.eyecatch > article > div {
  font-size: 1.25rem;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #c91;
}

.flex--style_01 .box {
  width: 100%;
}
.flex--style_01 .box > article {
  display: flex;
  align-items: center;
}
@media (max-width: 834.98px) {
  .flex--style_01 .box > article {
    display: block;
  }
}
.flex--style_01 .box > article > h3 {
  display: none;
}
.flex--style_01 .box > article > img {
  display: block;
  width: 50% !important;
  margin-right: 40px;
}
@media (max-width: 834.98px) {
  .flex--style_01 .box > article > img {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.flex--style_01 .box > article > div {
  flex: 1 0 0;
}
.flex--style_01 .box > article > div > h3 {
  margin-bottom: 32px;
  color: #381500;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
}
@media (max-width: 834.98px) {
  .flex--style_01 .box > article > div > h3 {
    font-size: 1.375rem;
  }
}
.flex--style_02 {
  --gutter-x: 20px;
  --gutter-y: 20px;
}
.flex--style_02 .box > article > img {
  margin-bottom: 20px;
}
.flex--style_02 .box > article > h3 {
  display: none;
}
.flex--style_02 .box > article > div > h3 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cfcfcf;
  color: #381500;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}
body {
  counter-reset: point 0;
}

.flex--style_03 .box {
  width: 100%;
  counter-increment: point 1;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px dotted #cfcfcf;
}
.flex--style_03 .box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.flex--style_03 .box > article {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
@media (max-width: 834.98px) {
  .flex--style_03 .box > article {
    display: block;
  }
}
.flex--style_03 .box > article > h3 {
  display: none;
}
.flex--style_03 .box > article > img {
  display: block;
  width: 50% !important;
}
@media (max-width: 834.98px) {
  .flex--style_03 .box > article > img {
    width: 100% !important;
    margin-bottom: 20px;
  }
}
.flex--style_03 .box > article > div {
  flex: 1 0 0;
  margin-right: 40px;
}
@media (max-width: 834.98px) {
  .flex--style_03 .box > article > div {
    margin-right: 0;
  }
}
.flex--style_03 .box > article > div > h3 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #00020e;
  color: #381500;
  font-family: Unbounded, cursive;
  font-weight: 500;
  font-size: 1.75rem;
  list-style: 1;
}
.flex--style_03 .box > article > div > h3:after {
  content: counter(point);
  color: #c91;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 2em;
  line-height: 1;
}
.flex--style_04 .box {
  margin-bottom: 120px;
}
@media (max-width: 834.98px) {
  .flex--style_04 .box {
    margin-bottom: 60px;
  }
}
.flex--style_04 .box > div > h2 {
  margin-bottom: 30px;
  padding-bottom: 15px;
  background-color: transparent;
  border-bottom: 1px solid #00020e;
  color: #381500;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
}
.flex--style_04 .box > div > div {
  padding: 40px;
  background-color: rgb(248, 248, 248);
}
@media (max-width: 834.98px) {
  .flex--style_04 .box > div > div {
    padding: 20px;
  }
}
.flex--style_05 {
  --gutter-x: 20px;
  --gutter-y: 20px;
}
.flex--style_05 .box {
  padding: 20px;
  box-shadow: 0px 0px 3px #ebebeb;
}
.flex--style_05 .box > article > img {
  width: 100% !important;
  margin-bottom: 20px;
}
.flex--style_05 .box > article > h3 {
  display: none;
}
.flex--style_05 .box > article > div > h3 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  border-bottom: 1px solid #00020e;
}
.flex--style_05 .box > article > div > p {
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}
.flex--style_05 .profile:before,
.flex--style_05 .introduction:before {
  color: #c91;
  font-size: 0.75rem;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  line-height: 1;
}
.flex--style_05 .profile:before {
  content: "PROFILE";
  display: block;
}
.flex--style_05 .introduction:before {
  content: "SELF-INTRODUCTION";
  display: block;
}

.flex-faq {
  border: 2px solid #77c82e;
  overflow: hidden;
}
.flex-faq .box {
  display: flex;
  align-items: center;
  padding: 30px 20px;
}
.flex-faq .box > div {
  display: inline-block;
}
.flex-faq .box:first-child {
  width: 100%;
  background-color: #eff8e8;
}
.flex-faq .box:first-child > div {
  font-size: 1.125rem;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}
.flex-faq .box:first-child::before {
  content: "Q";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-right: 1rem;
  padding: 1.5rem;
  color: white;
  background-color: #77c82e;
  border-radius: 100vh;
  font-size: 1.25rem;
  line-height: 1;
}
.flex-faq .box:last-child {
  width: 100%;
}

.form.form_wrap dl:last-of-type > dt, .form.form_wrap dl:last-of-type > dd {
  border: none;
}
.form.form_wrap dt,
.form.form_wrap dd {
  border: none;
  background-color: transparent;
}
.form.form_wrap dt {
  flex-direction: row;
  justify-content: flex-start;
  background-color: transparent;
}
.form.form_wrap dd input {
  padding: 10px 5px !important;
}

.form.form_wrap dl {
  margin-bottom: 0.625rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #eeeeee;
}
.form.form_wrap dl:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

#TRANS_ANNOT {
  color: #fb0d0d;
}

.file {
  border-top: none !important;
  border-bottom: 1px solid #eeeeee !important;
}

h2.mail.title {
  display: none;
}

section div.form_wrap.error {
  background-color: #fb0d0d;
}
section div.form_wrap.error p {
  color: white;
}

.submit {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 0;
}
@media (max-width: 640.98px) {
  .submit {
    flex-direction: column;
    align-items: center;
  }
}
.submit button {
  width: 100%;
  flex: 1 0 0;
  margin-top: 0;
}
.submit button:first-child {
  margin-right: 20px;
}
@media (max-width: 640.98px) {
  .submit button:first-child {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.bt_confirm,
.bt_back,
.bt_send {
  margin-top: 30px;
  margin-bottom: 60px;
  padding: 10px;
  border: 1px solid #00020e;
  border-radius: 0;
  background: none;
  text-indent: 0;
}

.bt_confirm,
.bt_back,
.bt_send {
  display: block;
  width: auto;
  height: auto;
  max-width: 300px;
}

.hamburger {
  display: none;
}
@media (max-width: 1200.98px) {
  .hamburger {
    display: inline-block;
    z-index: 1100;
  }
}

.hamburger {
  width: 50px;
  height: 20px;
}
.hamburger__line {
  display: block;
  width: 100%;
  height: 1px;
  border-radius: 1px;
  background-color: #77c82e;
  transition: all 0.5s ease;
}
.hamburger .line1 {
  transform: translate(0, -10px);
}
.hamburger .line2 {
  transform: translate(0, 0px);
}
.hamburger .line3 {
  transform: translate(0, 10px);
}
.is_open .hamburger .line1 {
  transform: translateY(0px) rotate(-45deg);
}
.is_open .hamburger .line2 {
  opacity: 0;
  visibility: hidden;
}
.is_open .hamburger .line3 {
  transform: translateY(-2px) rotate(45deg);
}

h1 {
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 1.875rem;
  }
}

h2 {
  font-size: calc(1.2875rem + 0.45vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 1.625rem;
  }
}

h3 {
  font-size: 1.25rem;
}

.h2--style_01 {
  background-color: #f3f3f3;
}
.h2--style_01 > article > h2 {
  padding: 20px;
  color: #381500;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
}
.h2--style_01 > article > h2 > span > b {
  color: #c91;
}
.h2--style_01 > article > h2 > span {
  display: inline-block;
}
.h2--style_01 > article > h2 > span:after {
  content: "";
  display: block;
  height: 4px;
  margin-top: 8px;
  background-image: url(/images/utility/border_01.png);
  background-repeat: repeat-x;
}
.h2--style_02 {
  border-bottom: 1px solid #381500;
}
.h2--style_02 > article > h2 {
  padding-bottom: 20px;
  color: #381500;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
}
@media (max-width: 834.98px) {
  .h2--style_02 > article > h2 {
    font-size: 1.625rem;
  }
}
.h2--style_02 > article > h2 > b {
  color: #c91;
  font-size: 3.25rem;
}
@media (max-width: 834.98px) {
  .h2--style_02 > article > h2 > b {
    font-size: 2.25rem;
  }
}

.h3 {
  color: #381500;
}
.h3 > article > h3 {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
}
.h3 > article > h3 > span > b {
  color: #c91;
}
.h3 > article > h3 > span {
  display: inline-block;
}
.h3 > article > h3 > span:after {
  content: "";
  display: block;
  height: 4px;
  margin-top: 8px;
  background-image: url(/images/utility/border_01.png);
  background-repeat: repeat-x;
}

.mv {
  position: relative;
  z-index: 0;
}
@media (max-width: 1200.98px) {
  .mv {
    margin-top: 77px;
  }
}
.mv__wrapper {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834.98px) {
  .mv__wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.mv__title {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translate(0, -50%);
}
@media (max-width: 640.98px) {
  .mv__title {
    text-shadow: 1px 1px 1px grey;
  }
}
.mv__title__span {
  display: block;
  padding-right: 20px;
  color: #381500;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-size: 3rem;
  text-align: left;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
@media (max-width: 1200.98px) {
  .mv__title__span {
    font-size: 2.25rem;
  }
}
@media (max-width: 834.98px) {
  .mv__title__span {
    font-size: 1.75rem;
  }
}
@media (max-width: 640.98px) {
  .mv__title__span {
    font-size: 1.375rem;
    color: white;
    text-shadow: 1px 1px 0px #381500;
    -webkit-text-stroke: unset;
    text-stroke: unset;
  }
}
.mv__title__span span {
  color: #c91;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
}
.mv .slider__list:not(:first-child) {
  display: none;
}
.slick-initialized .slider__list:not(:first-child) {
  display: block;
}

.mv .slider__list img {
  width: 100%;
  min-height: 742px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1200.98px) {
  .mv .slider__list img {
    min-height: 0;
  }
}
@media (max-width: 640.98px) {
  .mv .slider__list img {
    max-height: 600px;
  }
}
.mv .slider__picture {
  display: block;
  position: relative;
  z-index: 0;
}
.mv .slick-slide {
  height: auto;
}

@media (max-width: 1200.98px) {
  .nav {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    transition-property: opacity, background-color, visibility, transform;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    z-index: 1000;
  }
}
.nav .nav__lists {
  list-style: none;
}
.nav .nav__link {
  color: inherit;
  text-decoration: none;
}
.is_open {
  overflow-y: hidden;
}
@media (max-width: 1200.98px) {
  .is_open .nav {
    visibility: visible;
    opacity: 1;
  }
}

.nav {
  background-color: #00020e;
}
.nav.cloned {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  position: fixed;
  top: 0;
  z-index: 900;
}
@media (max-width: 1200.98px) {
  .nav.cloned {
    display: none;
  }
}
.nav.cloned.is_arrived {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
.nav__lists {
  display: flex;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834.98px) {
  .nav__lists {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.nav__list {
  flex: 1 0 0;
  text-align: center;
  border-right: 1px solid white;
}
.nav__list:first-child {
  border-left: 1px solid white;
}
.nav__link {
  display: block;
  padding: 17px;
  color: white !important;
  font-family: Noto Serif JP, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1;
}
@media (max-width: 1400.98px) {
  .nav__link {
    font-size: 1rem;
  }
}

@media (max-width: 1200.98px) {
  .nav {
    width: 50%;
    margin-right: 0;
    right: 0;
    transform: translate(-100%, 0);
    position: fixed;
    background-color: white;
  }
}
@media (max-width: 1200.98px) and (max-width: 640.98px) {
  .nav {
    width: 70%;
  }
}
@media (max-width: 1200.98px) {
  .nav__lists {
    display: block;
    margin-top: 100px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1200.98px) {
  .nav__list {
    margin-right: 0;
    margin-bottom: 40px;
    color: #77c82e;
    text-align: left;
  }
  .nav__list:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1200.98px) {
  .nav__link {
    padding: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #00020e;
    color: #00020e !important;
    text-align: left;
    font-size: 1.125rem;
  }
}
.is_open .nav {
  transform: translate(0, 0);
}
.breadcrumb {
  margin-top: 1.875rem;
  margin-bottom: 3.75rem;
}
.breadcrumb li {
  margin-right: 0.625rem;
}
.breadcrumb li:last-child {
  margin-right: 0;
}
.breadcrumb li, .breadcrumb a {
  font-size: 0.875rem;
}
.breadcrumb a {
  text-decoration: underline;
}
.breadcrumb .pankuzu {
  display: flex;
}

.policy h2 {
  margin-bottom: 16px;
  font-size: 1.25rem;
  font-weight: 500;
}
.policy p {
  margin-bottom: 48px;
}

.sns-slick .sns_list, .sns .sns_list {
  border: none;
}
.sns-slick .sns_list__list, .sns .sns_list__list {
  display: block;
  border-bottom: none;
  border: none;
}
.sns-slick .sns_list .sns_photo, .sns .sns_list .sns_photo {
  width: 100%;
  padding: 0;
}
.sns-slick .sns_list .sns_photo a, .sns .sns_list .sns_photo a {
  display: block;
}
.sns-slick .sns_list .sns_text, .sns .sns_list .sns_text {
  width: 100%;
  padding: 0;
  font-size: 1rem;
}
.sns-slick .sns_list .sns_text .caption, .sns .sns_list .sns_text .caption {
  word-break: break-all;
}
.sns-slick .sns_list .sns_text ul, .sns .sns_list .sns_text ul {
  display: none;
}

.sns--style_01 .sns_list {
  --gutter-x: 20px;
  --gutter-y: 20px;
}
@media (max-width: 9999px) {
  .sns--style_01 .sns_list {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .sns--style_01 .sns_list > * {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 5) / 6) !important;
    height: auto !important;
    margin-bottom: var(--gutter-y);
  }
  .sns--style_01 .sns_list > *:nth-child(6n) {
    margin-right: 0;
  }
  .sns--style_01 .sns_list > *:not(:nth-child(6n)) {
    margin-right: var(--gutter-x);
  }
}
@media (max-width: 1000px) {
  .sns--style_01 .sns_list {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .sns--style_01 .sns_list > * {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 5) / 6) !important;
    height: auto !important;
    margin-bottom: var(--gutter-y);
  }
  .sns--style_01 .sns_list > *:nth-child(6n) {
    margin-right: 0;
  }
  .sns--style_01 .sns_list > *:not(:nth-child(6n)) {
    margin-right: var(--gutter-x);
  }
}
@media (max-width: 834px) {
  .sns--style_01 .sns_list {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .sns--style_01 .sns_list > * {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 2) / 3) !important;
    height: auto !important;
    margin-bottom: var(--gutter-y);
  }
  .sns--style_01 .sns_list > *:nth-child(3n) {
    margin-right: 0;
  }
  .sns--style_01 .sns_list > *:not(:nth-child(3n)) {
    margin-right: var(--gutter-x);
  }
}
@media (max-width: 640px) {
  .sns--style_01 .sns_list {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .sns--style_01 .sns_list > * {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 0) / 1) !important;
    height: auto !important;
    margin-bottom: var(--gutter-y);
  }
  .sns--style_01 .sns_list > *:nth-child(1n) {
    margin-right: 0;
  }
  .sns--style_01 .sns_list > *:not(:nth-child(1n)) {
    margin-right: var(--gutter-x);
  }
}
.sns--style_01 .sns_photo > a {
  position: relative;
  display: block;
}
.sns--style_01 .sns_photo > a:has(a) {
  display: block;
}
.sns--style_01 .sns_photo > a:before {
  content: "";
  display: block;
  padding-top: 100%;
  text-align: center;
}
.sns--style_01 .sns_photo > a > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.sns--style_01 .sns_photo img {
  -o-object-fit: cover;
     object-fit: cover;
}
.sns--style_01 .sns_text {
  display: none;
}
.sns--1_1 .sns_photo > a {
  position: relative;
  display: block;
}
.sns--1_1 .sns_photo > a:has(a) {
  display: block;
}
.sns--1_1 .sns_photo > a:before {
  content: "";
  display: block;
  padding-top: 100%;
  text-align: center;
}
.sns--1_1 .sns_photo > a > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.sns--4_3 .sns_photo > a {
  position: relative;
  display: block;
}
.sns--4_3 .sns_photo > a:has(a) {
  display: block;
}
.sns--4_3 .sns_photo > a:before {
  content: "";
  display: block;
  padding-top: 75%;
  text-align: center;
}
.sns--4_3 .sns_photo > a > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.sns--3_2 .sns_photo > a {
  position: relative;
  display: block;
}
.sns--3_2 .sns_photo > a:has(a) {
  display: block;
}
.sns--3_2 .sns_photo > a:before {
  content: "";
  display: block;
  padding-top: 66.6666666667%;
  text-align: center;
}
.sns--3_2 .sns_photo > a > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.sns--16_9 .sns_photo > a {
  position: relative;
  display: block;
}
.sns--16_9 .sns_photo > a:has(a) {
  display: block;
}
.sns--16_9 .sns_photo > a:before {
  content: "";
  display: block;
  padding-top: 56.25%;
  text-align: center;
}
.sns--16_9 .sns_photo > a > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.sns--2_1 .sns_photo > a {
  position: relative;
  display: block;
}
.sns--2_1 .sns_photo > a:has(a) {
  display: block;
}
.sns--2_1 .sns_photo > a:before {
  content: "";
  display: block;
  padding-top: 50%;
  text-align: center;
}
.sns--2_1 .sns_photo > a > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.sns-slick .slick-slider,
.sns-slick .slick-list {
  display: block !important;
}
.sns-slick .slick-slide {
  height: auto !important;
}

.sns-slick--style_01 .sns_text {
  display: none;
}
.sns-slick--style_01 .sns_photo > a {
  position: relative;
  display: block;
}
.sns-slick--style_01 .sns_photo > a:has(a) {
  display: block;
}
.sns-slick--style_01 .sns_photo > a:before {
  content: "";
  display: block;
  padding-top: 100%;
  text-align: center;
}
.sns-slick--style_01 .sns_photo > a > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.sns-slick--style_01 .slick-slide {
  margin-right: 15px;
  margin-left: 15px;
}
.sns-slick--style_01 img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.m-shop {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.m-shop .items {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.m-shop .items > article {
  align-items: flex-start;
  width: auto;
  margin-bottom: 0;
  margin-left: 0;
}
@media (max-width: 640.98px) {
  .m-shop .items > article {
    margin-right: 0;
  }
}
.m-shop .items .photo {
  width: 100%;
  height: 100px;
}
.m-shop .items .name {
  padding-top: 0;
}
.m-shop .items .summary {
  padding-top: 0;
  text-align: left;
}
.m-shop .items .price {
  padding-top: 0;
}

.m-shop .items .photo {
  height: 300px;
  margin-bottom: 0.625rem;
}
.m-shop .items .name {
  margin-bottom: 0.625rem;
}
.m-shop .items .summary {
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
}
.m-shop .items .price {
  width: 100%;
  margin-top: auto;
  text-align: right;
}

@media (max-width: 640.98px) {
  .tbl--style_01 tbody {
    font-size: 0.625rem;
  }
}
.tbl--style_01 tr:first-child {
  background-color: #77c82e;
}
.tbl--style_01 tr:first-child > td > div {
  color: white;
}

.tbl_scroll table {
  table-layout: unset;
}

.ul li:last-child {
  margin-right: 0;
}

.ul--style_01 > ul > li {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
@media (max-width: 834.98px) {
  .ul--style_01 > ul > li {
    justify-content: center;
    text-align: left;
  }
}
.ul--style_01 > ul > li:last-child {
  margin-bottom: 0;
}
.ul--style_01 > ul > li:before {
  content: url(/images/utility/icon_10.png);
  display: inline-block;
  margin-right: 10px;
}
.ul--style_02 > ul {
  display: flex;
  --gutter-x: 20px;
  --gutter-y: 20px;
}
@media (max-width: 9999px) {
  .ul--style_02 > ul {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .ul--style_02 > ul > * {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 2) / 3) !important;
    height: auto !important;
    margin-bottom: var(--gutter-y);
  }
  .ul--style_02 > ul > *:nth-child(3n) {
    margin-right: 0;
  }
  .ul--style_02 > ul > *:not(:nth-child(3n)) {
    margin-right: var(--gutter-x);
  }
}
@media (max-width: 1200px) {
  .ul--style_02 > ul {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .ul--style_02 > ul > * {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 2) / 3) !important;
    height: auto !important;
    margin-bottom: var(--gutter-y);
  }
  .ul--style_02 > ul > *:nth-child(3n) {
    margin-right: 0;
  }
  .ul--style_02 > ul > *:not(:nth-child(3n)) {
    margin-right: var(--gutter-x);
  }
}
@media (max-width: 834px) {
  .ul--style_02 > ul {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .ul--style_02 > ul > * {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 1) / 2) !important;
    height: auto !important;
    margin-bottom: var(--gutter-y);
  }
  .ul--style_02 > ul > *:nth-child(2n) {
    margin-right: 0;
  }
  .ul--style_02 > ul > *:not(:nth-child(2n)) {
    margin-right: var(--gutter-x);
  }
}
@media (max-width: 640px) {
  .ul--style_02 > ul {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .ul--style_02 > ul > * {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 0) / 1) !important;
    height: auto !important;
    margin-bottom: var(--gutter-y);
  }
  .ul--style_02 > ul > *:nth-child(1n) {
    margin-right: 0;
  }
  .ul--style_02 > ul > *:not(:nth-child(1n)) {
    margin-right: var(--gutter-x);
  }
}
.ul--style_02 > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  color: white !important;
  background-color: #c91;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  border-radius: 3px;
}
.ul--style_02 > ul > li > a:after {
  margin-left: 10px;
  color: white;
  content: "\f105";
  font: var(--fa-font-solid);
  line-height: 1;
}

.header__inner {
  padding-top: 25px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
  background-color: white;
}
@media (max-width: 834.98px) {
  .header__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1200.98px) {
  .header__inner {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
  }
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 25px;
}
@media (max-width: 1200.98px) {
  .header__wrapper {
    padding-bottom: 0;
    justify-content: space-between;
  }
}
.header__sub-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 1600.98px) {
  .header__sub-wrapper {
    flex: unset;
    margin-right: 0;
  }
}
@media (max-width: 1600.98px) {
  .header .logo {
    margin-right: 0;
  }
}
@media (max-width: 1200.98px) {
  .header .logo {
    max-width: 200px;
  }
}
@media (max-width: 1200.98px) {
  .header .details,
  .header .access {
    display: none;
  }
}
.header .details {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #cfcfcf;
}
.header .details__dl {
  display: flex;
  align-items: center;
  line-height: 1;
}
.header .details__dl:first-child {
  margin-bottom: 10px;
}
.header .details__dl * {
  color: #381500;
}
.header .details__dt {
  flex: 0 0 20%;
  margin-right: 9px;
  padding: 5px 9px;
  background-color: white;
  font-size: 0.8125rem;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  border: 1px solid #00020e;
  line-height: 1;
}
.header .details__dd {
  flex: 0 0 auto;
  font-size: 0.875rem;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  text-align: left;
  word-break: break-all;
  line-height: 1.6;
}
.header .access {
  text-align: left;
}
@media (max-width: 1400.98px) {
  .header .access {
    margin-right: 0;
  }
}
.header .access__text {
  margin-bottom: 4px;
  font-size: 0.875rem;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  color: #381500;
}
.header .access__link {
  display: inline-block;
  padding: 5px 10px;
  color: white;
  background-color: #77c82e;
  font-size: 0.75rem;
  border-radius: 3px;
  line-height: 1;
}
.header .access__link i {
  margin-left: 5px;
  font-size: 0.625rem;
}
@media (max-width: 1600.98px) {
  .header .contact {
    display: flex;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 800;
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
  }
  .header .contact.is_fadeout {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
}
.header .contact.cloned {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 800;
}
@media (max-width: 1600.98px) {
  .header .contact.cloned {
    display: none;
  }
}
.header .contact.cloned.is_arrived {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
.header .contact.is_fadeout {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
.header .contact.is_fadeout.is_fadeout {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.header .contact.is_fadeout {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
.header .contact.is_fadeout.is_fadeout {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.header .tel,
.header .line {
  display: block;
  min-width: 250px;
  border-radius: 3px;
  line-height: 1;
}
@media (max-width: 1600.98px) {
  .header .tel,
  .header .line {
    flex: 1 0 0;
    min-width: 0;
    border-radius: 0;
  }
}
.header .tel__text,
.header .line__text {
  line-height: 1;
}
@media (max-width: 640.98px) {
  .header .tel__text,
  .header .line__text {
    display: none;
  }
}
.header .tel {
  margin-bottom: 10px;
  padding: 15px 18px;
  background-color: #c91;
}
@media (max-width: 1600.98px) {
  .header .tel {
    margin-bottom: 0;
  }
}
.header .tel i {
  color: white;
  font-size: 1.125rem;
}
.header .tel__text {
  color: white;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
}
.header .line {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  background-color: white;
  border: 2px solid #00020e;
}
.header .line img {
  margin-right: 6px;
}
@media (max-width: 640.98px) {
  .header .line img {
    margin-right: 0;
  }
}
.header .line__text {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  color: #00020e;
}

.footer__bg {
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #f3f3f3;
}
.footer__inner {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834.98px) {
  .footer__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.footer__wrapper {
  display: flex;
  margin-bottom: 80px;
}
@media (max-width: 1000.98px) {
  .footer__wrapper {
    display: block;
  }
}
.footer .access {
  padding-top: 100px;
  padding-bottom: 100px;
}
.footer .access__inner {
  display: flex;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834.98px) {
  .footer .access__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1000.98px) {
  .footer .access__inner {
    display: block;
  }
}
.footer .access__map {
  flex: 0 0 calc((100% - 50px) / 2);
  margin-right: 50px;
}
@media (max-width: 1000.98px) {
  .footer .access__map {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.footer .details {
  flex: 1 0 0;
  text-align: left;
}
.footer .details__dl {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}
@media (max-width: 1000.98px) {
  .footer .details__dl {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #cfcfcf;
  }
  .footer .details__dl:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.footer .details__dl:last-child {
  margin-bottom: 0;
}
.footer .details__dt {
  flex: 0 0 20%;
  margin-right: 24px;
  padding: 8px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  text-align: center;
  border: 1px solid #00020e;
  line-height: 1;
}
@media (max-width: 1000.98px) {
  .footer .details__dt {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.footer .logo {
  max-width: 200px;
  margin-bottom: 60px;
  text-align: left;
}

.copyright {
  color: #381500;
  font-size: 0.875rem;
}

.cv {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url(/images/utility/bg_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.cv:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.cv__inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 42px;
  padding-bottom: 55px;
  background-color: white;
}
@media (max-width: 834.98px) {
  .cv__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1000.98px) {
  .cv__inner {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.cv__title {
  margin-bottom: 42px;
  color: #381500;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 2.25rem;
}
@media (max-width: 640.98px) {
  .cv__title {
    font-size: 1.5rem;
  }
}
.cv__title::first-letter {
  color: #c91;
}
.cv__text {
  margin-bottom: 55px;
  color: #381500;
}
.cv__btns {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 640.98px) {
  .cv__btns {
    display: block;
  }
}
.cv .tel,
.cv .line {
  display: inline-block;
  min-width: 250px;
  border-radius: 3px;
}
@media (max-width: 640.98px) {
  .cv .tel,
  .cv .line {
    display: block;
    min-width: 0;
  }
}
.cv .tel *,
.cv .line * {
  line-height: 1;
}
.cv .tel {
  margin-right: 20px;
  padding: 18px;
  background-color: #c91;
}
@media (max-width: 640.98px) {
  .cv .tel {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cv .tel * {
  color: white;
}
.cv .tel i {
  margin-right: 3px;
  font-size: 1.125rem;
}
.cv .tel__text {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
}
.cv .line {
  padding: 16px;
  border: 2px solid #33c76f;
}
.cv .line img {
  margin-right: 3px;
}
.cv .line__text {
  color: #381500;
  font-size: 1rem;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
}

.f-nav {
  flex: 1 0 auto;
  margin-right: 25px;
  text-align: left;
}
@media (max-width: 1000.98px) {
  .f-nav {
    margin-right: 0;
    margin-bottom: 60px;
  }
}
.f-nav:last-child {
  margin-right: 0;
}
@media (max-width: 1000.98px) {
  .f-nav:last-child {
    margin-bottom: 0;
  }
}
.f-nav__title {
  margin-bottom: 27px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cfcfcf;
  font-size: 1rem;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  line-height: 1;
}
.f-nav__title::first-letter {
  color: #c91;
}
.f-nav__title a {
  color: #381500;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}
.f-nav__list {
  margin-bottom: 27px;
  line-height: 1;
}
.f-nav__list:last-child {
  margin-bottom: 0;
}
.f-nav__link {
  color: #381500 !important;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}

@media (max-width: 640.98px) {
  .btn--tel {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 1000.98px) {
  .fix-points__inner {
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5px;
    padding-left: 5px;
  }
}

.points {
  display: none;
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 1;
}
@media (max-width: 1200.98px) {
  .points {
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
    position: static;
  }
}
@media (max-width: 1200.98px) {
  .points > ul {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 1000.98px) {
  .points > ul {
    --gutter-x: 20px;
    --gutter-y: 20px;
  }
}
@media (max-width: 1000.98px) and (max-width: 1000.98px) {
  .points > ul {
    --gutter-x: 5px;
    --gutter-y: 5px;
  }
}
@media (max-width: 1000.98px) and (max-width: 1000px) {
  .points > ul {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .points > ul > * {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 2) / 3) !important;
    height: auto !important;
    margin-bottom: var(--gutter-y);
  }
  .points > ul > *:nth-child(3n) {
    margin-right: 0;
  }
  .points > ul > *:not(:nth-child(3n)) {
    margin-right: var(--gutter-x);
  }
}
@media (max-width: 1000.98px) and (max-width: 640px) {
  .points > ul {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .points > ul > * {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 2) / 3) !important;
    height: auto !important;
    margin-bottom: var(--gutter-y);
  }
  .points > ul > *:nth-child(3n) {
    margin-right: 0;
  }
  .points > ul > *:not(:nth-child(3n)) {
    margin-right: var(--gutter-x);
  }
}
.points > ul > li {
  display: block;
  position: relative;
  display: block;
  width: 140px;
  height: 140px;
  margin-right: 20px;
  background-color: white;
  border-radius: 100%;
  background-repeat: repeat;
  outline: 3px solid white;
  outline-offset: -6px;
}
.points > ul > li:has(a) {
  display: block;
}
.points > ul > li:before {
  content: "";
  display: block;
  padding-top: 100%;
  text-align: center;
}
.points > ul > li > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.points > ul > li:nth-child(2n+1) {
  border: 3px solid #cc9911b0;
  background: #cc9911b0;
}
.points > ul > li:nth-child(2n) {
  border: 3px solid #cc9911b0;
  background: #cc9911b0;
}
.points > ul > li:last-child {
  margin-right: 0;
}
.points > ul > li > div {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #381500;
  font-size: 1rem;
  font-family: Noto Serif JP, sans-serif;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1000.98px) {
  .points > ul > li > div {
    font-size: 0.8125rem;
  }
}

.points.cloned {
  display: block;
}
@media (max-width: 1200.98px) {
  .points.cloned {
    display: none;
  }
}

.sec-01__title > article > h2,
.sec-02__title > article > h2,
.sec-03__title > article > h2,
.sec-04__title > article > h2,
.sec-11__title > article > h2 {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
}
@media (max-width: 834.98px) {
  .sec-01__title > article > h2,
  .sec-02__title > article > h2,
  .sec-03__title > article > h2,
  .sec-04__title > article > h2,
  .sec-11__title > article > h2 {
    font-size: 1.625rem;
  }
}
.sec-01__title > article > h2 > b,
.sec-02__title > article > h2 > b,
.sec-03__title > article > h2 > b,
.sec-04__title > article > h2 > b,
.sec-11__title > article > h2 > b {
  color: #c91;
}
@media (max-width: 834.98px) {
  .sec-01__title > article > h2 > b,
  .sec-02__title > article > h2 > b,
  .sec-03__title > article > h2 > b,
  .sec-04__title > article > h2 > b,
  .sec-11__title > article > h2 > b {
    font-size: 2.25rem;
  }
}

.sec-01 {
  padding-top: 95px;
  padding-bottom: 95px;
  position: relative;
}
.sec-01:before, .sec-01:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #00020e;
  position: absolute;
}
.sec-01:before {
  top: 8px;
}
.sec-01:after {
  bottom: 8px;
}
.sec-01__inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834.98px) {
  .sec-01__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sec-01__title {
  margin-bottom: 22px;
}
.sec-01__title > article {
  display: flex;
  flex-direction: column-reverse;
}
.sec-01__title > article > h2 {
  color: #381500;
}
.sec-01__title > article > h2 > span {
  background: linear-gradient(0deg, rgb(243, 245, 83) 0%, rgb(243, 245, 83) 30%, transparent 30%, transparent 100%);
}
.sec-01__title > article > div {
  margin-bottom: 5px;
  font-size: 1.125rem;
  font-family: Noto Serif JP, sans-serif;
  font-weight: 700;
}
.sec-01__text {
  margin-bottom: 40px;
}
.sec-01 .sec-01__btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 640.98px) {
  .sec-01 .sec-01__btns {
    display: block !important;
  }
}
.sec-01 .sec-01__btns .btn--tel {
  margin-right: 20px;
}
@media (max-width: 640.98px) {
  .sec-01 .sec-01__btns .btn--tel {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.instagram {
  padding-top: 105px;
  padding-bottom: 105px;
}
.instagram__inner {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834.98px) {
  .instagram__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.instagram__title {
  margin-bottom: 30px;
}
.instagram__title > article > img {
  margin-bottom: 10px;
}
.instagram__title > article > h2 {
  color: #381500;
  font-size: 2.25rem;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
}

@media (max-width: 834.98px) {
  .banner .box:first-child {
    display: none;
  }
}
.banner .box:last-child {
  display: none;
}
@media (max-width: 834.98px) {
  .banner .box:last-child {
    display: block;
  }
}

.sec-02 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.sec-02__inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834.98px) {
  .sec-02__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sec-02__title {
  margin-bottom: 40px;
}
.sec-02__title > article > h2 {
  color: #381500;
  transform: rotate(-5deg);
}
.sec-02__title > article > h2 > b {
  font-size: 3.25rem;
  line-height: 1;
}
.sec-02__conts {
  margin-bottom: 50px;
  justify-content: center;
  --gutter-x: 20px;
  --gutter-y: 20px;
  --gutter-x: 45px;
  --gutter-y: 0px;
}
@media (max-width: 1000.98px) {
  .sec-02__conts {
    --gutter-x: 20px;
    --gutter-y: 40px;
  }
}
@media (max-width: 9999px) {
  .sec-02__conts {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .sec-02__conts > * {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 2) / 3) !important;
    height: auto !important;
    margin-bottom: var(--gutter-y);
  }
  .sec-02__conts > *:nth-child(3n) {
    margin-right: 0;
  }
  .sec-02__conts > *:not(:nth-child(3n)) {
    margin-right: var(--gutter-x);
  }
}
@media (max-width: 1000px) {
  .sec-02__conts {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .sec-02__conts > * {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 2) / 3) !important;
    height: auto !important;
    margin-bottom: var(--gutter-y);
  }
  .sec-02__conts > *:nth-child(3n) {
    margin-right: 0;
  }
  .sec-02__conts > *:not(:nth-child(3n)) {
    margin-right: var(--gutter-x);
  }
}
@media (max-width: 834px) {
  .sec-02__conts {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .sec-02__conts > * {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 1) / 2) !important;
    height: auto !important;
    margin-bottom: var(--gutter-y);
  }
  .sec-02__conts > *:nth-child(2n) {
    margin-right: 0;
  }
  .sec-02__conts > *:not(:nth-child(2n)) {
    margin-right: var(--gutter-x);
  }
}
@media (max-width: 640px) {
  .sec-02__conts {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .sec-02__conts > * {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 0) / 1) !important;
    height: auto !important;
    margin-bottom: var(--gutter-y);
  }
  .sec-02__conts > *:nth-child(1n) {
    margin-right: 0;
  }
  .sec-02__conts > *:not(:nth-child(1n)) {
    margin-right: var(--gutter-x);
  }
}
@media (max-width: 640.98px) {
  .sec-02__conts {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
}
.sec-02__conts .box {
  overflow: visible !important;
}
.sec-02__conts .box > article > h3 {
  display: none;
}
.sec-02__conts .box > article > div {
  font-size: 1.125rem;
  color: #381500;
  text-align: center;
}
.sec-02__conts .box:nth-child(1) .image-wrapper, .sec-02__conts .box:nth-child(3) .image-wrapper {
  border: 4px solid #00020e;
}
.sec-02__conts .box:nth-child(2) .image-wrapper {
  border: 4px solid #f4b9d1;
}
.sec-02__conts .image-wrapper {
  margin-bottom: 20px;
  position: relative;
  display: block;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.15);
}
.sec-02__conts .image-wrapper:has(a) {
  display: block;
}
.sec-02__conts .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
  text-align: center;
}
.sec-02__conts .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.sec-02__conts .image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-03__title,
.sec-06__title,
.sec-08__title {
  margin-bottom: 50px;
}
.sec-03__title > article > h2,
.sec-06__title > article > h2,
.sec-08__title > article > h2 {
  font-size: 2.25rem;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
}
@media (max-width: 640.98px) {
  .sec-03__title > article > h2,
  .sec-06__title > article > h2,
  .sec-08__title > article > h2 {
    font-size: 1.75rem;
  }
}
.sec-03__title > article > h2 > span > b,
.sec-06__title > article > h2 > span > b,
.sec-08__title > article > h2 > span > b {
  color: #c91;
}
.sec-03__title > article > h2 > span,
.sec-06__title > article > h2 > span,
.sec-08__title > article > h2 > span {
  display: inline-block;
}
.sec-03__title > article > h2 > span:after,
.sec-06__title > article > h2 > span:after,
.sec-08__title > article > h2 > span:after {
  content: "";
  display: block;
  height: 4px;
  margin-top: 8px;
  background-image: url(/images/utility/border_01.png);
  background-repeat: repeat-x;
}

.sec-03 {
  padding-top: 95px;
  padding-bottom: 95px;
}
.sec-03__inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834.98px) {
  .sec-03__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sec-03__conts {
  justify-content: center;
  --gutter-x: 20px;
  --gutter-y: 20px;
}
@media (max-width: 9999px) {
  .sec-03__conts {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .sec-03__conts > * {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 2) / 3) !important;
    height: auto !important;
    margin-bottom: var(--gutter-y);
  }
  .sec-03__conts > *:nth-child(3n) {
    margin-right: 0;
  }
  .sec-03__conts > *:not(:nth-child(3n)) {
    margin-right: var(--gutter-x);
  }
}
@media (max-width: 1200px) {
  .sec-03__conts {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .sec-03__conts > * {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 2) / 3) !important;
    height: auto !important;
    margin-bottom: var(--gutter-y);
  }
  .sec-03__conts > *:nth-child(3n) {
    margin-right: 0;
  }
  .sec-03__conts > *:not(:nth-child(3n)) {
    margin-right: var(--gutter-x);
  }
}
@media (max-width: 1000px) {
  .sec-03__conts {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .sec-03__conts > * {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 1) / 2) !important;
    height: auto !important;
    margin-bottom: var(--gutter-y);
  }
  .sec-03__conts > *:nth-child(2n) {
    margin-right: 0;
  }
  .sec-03__conts > *:not(:nth-child(2n)) {
    margin-right: var(--gutter-x);
  }
}
@media (max-width: 640px) {
  .sec-03__conts {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .sec-03__conts > * {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 0) / 1) !important;
    height: auto !important;
    margin-bottom: var(--gutter-y);
  }
  .sec-03__conts > *:nth-child(1n) {
    margin-right: 0;
  }
  .sec-03__conts > *:not(:nth-child(1n)) {
    margin-right: var(--gutter-x);
  }
}
.sec-03__conts .box {
  padding: 35px 25px;
}
@media (max-width: 834.98px) {
  .sec-03__conts .box {
    padding: 20px;
  }
}
.sec-03__conts .box:nth-child(2n+1) {
  border: 2px solid #00020e;
}
.sec-03__conts .box:nth-child(2n) {
  border: 2px solid #00020e;
}
.sec-03__conts .box > article {
  display: flex;
  align-items: center;
}
.sec-03__conts .box > article > img {
  margin-right: 20px;
}
.sec-03__conts .box > article > h3 {
  display: none;
}
.sec-03__conts .box > article > div {
  font-size: 0.875rem;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}
.sec-03__conts .box > article > div > h3 {
  margin-bottom: 14px;
  color: #381500;
  font-size: 1.375rem;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  line-height: 1;
}
.sec-03__btn {
  display: inline-block;
  margin-top: 16px;
  padding-bottom: 2px;
  color: #f15611 !important;
  font-size: 0.75rem;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  position: relative;
}
.sec-03__btn:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #f15611;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sec-03__btn:after {
  margin-left: 6px;
  content: "\f105";
  font: var(--fa-font-solid);
  line-height: 1;
}

.sec-04__title,
.sec-07__title,
.sec-09__title {
  margin-bottom: 20px;
}
.sec-04__title > article > h2,
.sec-07__title > article > h2,
.sec-09__title > article > h2 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 640.98px) {
  .sec-04__title > article > h2,
  .sec-07__title > article > h2,
  .sec-09__title > article > h2 {
    display: block;
    font-size: 1.625rem;
    line-height: 1.6;
  }
}
.sec-04__title > article > h2:before, .sec-04__title > article > h2:after,
.sec-07__title > article > h2:before,
.sec-07__title > article > h2:after,
.sec-09__title > article > h2:before,
.sec-09__title > article > h2:after {
  display: inline-block;
  width: 38px;
  height: 55px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 640.98px) {
  .sec-04__title > article > h2:before, .sec-04__title > article > h2:after,
  .sec-07__title > article > h2:before,
  .sec-07__title > article > h2:after,
  .sec-09__title > article > h2:before,
  .sec-09__title > article > h2:after {
    display: none;
  }
}
.sec-04__title > article > h2:before,
.sec-07__title > article > h2:before,
.sec-09__title > article > h2:before {
  content: "";
  margin-right: 20px;
  background-image: url(/images/utility/illust_01.png);
}
.sec-04__title > article > h2:after,
.sec-07__title > article > h2:after,
.sec-09__title > article > h2:after {
  content: "";
  margin-left: 20px;
  background-image: url(/images/utility/illust_02.png);
}
@media (max-width: 640.98px) {
  .sec-04__title > article > h2:after,
  .sec-07__title > article > h2:after,
  .sec-09__title > article > h2:after {
    display: block;
    width: 100%;
    height: 4px;
    margin-top: 8px;
    margin-left: 0;
    background-image: url(/images/utility/border_01.png);
    background-repeat: repeat-x;
  }
}
.sec-04__title > article > h2 > b,
.sec-07__title > article > h2 > b,
.sec-09__title > article > h2 > b {
  color: #c91;
}

.sec-04__title > article > h2 > b,
.sec-07__title > article > h2 > b {
  color: #c91;
  font-size: 3rem;
  line-height: 1;
}
@media (max-width: 640.98px) {
  .sec-04__title > article > h2 > b,
  .sec-07__title > article > h2 > b {
    font-size: 2.25rem;
  }
}

.sec-04__media .box > article > div > ul > li,
.sec-08__media .box > article > div > ul > li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 834.98px) {
  .sec-04__media .box > article > div > ul > li,
  .sec-08__media .box > article > div > ul > li {
    text-align: left;
  }
}
.sec-04__media .box > article > div > ul > li:last-child,
.sec-08__media .box > article > div > ul > li:last-child {
  margin-bottom: 0;
}
.sec-04__media .box > article > div > ul > li:before,
.sec-08__media .box > article > div > ul > li:before {
  content: url(/images/utility/icon_10.png);
  display: inline-block;
  margin-right: 10px;
}
.sec-04 {
  padding-top: 105px;
  padding-bottom: 105px;
}
.sec-04__inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834.98px) {
  .sec-04__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sec-04__title {
  margin-bottom: 20px;
}
.sec-04__text {
  margin-bottom: 25px;
}
.sec-04__text > div {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  color: #381500;
}
.sec-04__media .box {
  width: 100%;
  overflow: visible !important;
  position: relative;
}
.sec-04__media .box > article {
  display: flex;
  align-items: center;
  padding: 30px 50px;
  background-color: white;
}
@media (max-width: 1000.98px) {
  .sec-04__media .box > article {
    display: block;
    padding: 20px 20px 50px;
  }
}
.sec-04__media .box > article > img {
  width: 36.3636363636% !important;
  margin-right: 50px;
}
@media (max-width: 1000.98px) {
  .sec-04__media .box > article > img {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.sec-04__media .box > article > h3 {
  display: none;
}
.sec-04__media .box > article > div {
  flex: 1 0 0;
}
.sec-04__media .box > article > div > ul > li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 1.125rem;
  color: #381500;
}
.sec-04__media .box > article > div > ul > li:last-child {
  margin-bottom: 0;
}
.sec-04__media .box > article > div > ul > li:before {
  content: url(/images/utility/icon_10.png);
  display: inline-block;
  margin-right: 10px;
}
.sec-04 .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 70%);
}

.sec-05 {
  padding-top: 95px;
  padding-bottom: 95px;
}
.sec-05__inner {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834.98px) {
  .sec-05__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sec-05__conts {
  --gutter-x: 20px;
  --gutter-y: 20px;
}
@media (max-width: 9999px) {
  .sec-05__conts {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .sec-05__conts > * {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 1) / 2) !important;
    height: auto !important;
    margin-bottom: var(--gutter-y);
  }
  .sec-05__conts > *:nth-child(2n) {
    margin-right: 0;
  }
  .sec-05__conts > *:not(:nth-child(2n)) {
    margin-right: var(--gutter-x);
  }
}
@media (max-width: 1200px) {
  .sec-05__conts {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .sec-05__conts > * {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 1) / 2) !important;
    height: auto !important;
    margin-bottom: var(--gutter-y);
  }
  .sec-05__conts > *:nth-child(2n) {
    margin-right: 0;
  }
  .sec-05__conts > *:not(:nth-child(2n)) {
    margin-right: var(--gutter-x);
  }
}
@media (max-width: 1000px) {
  .sec-05__conts {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .sec-05__conts > * {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 1) / 2) !important;
    height: auto !important;
    margin-bottom: var(--gutter-y);
  }
  .sec-05__conts > *:nth-child(2n) {
    margin-right: 0;
  }
  .sec-05__conts > *:not(:nth-child(2n)) {
    margin-right: var(--gutter-x);
  }
}
@media (max-width: 640px) {
  .sec-05__conts {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .sec-05__conts > * {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 0) / 1) !important;
    height: auto !important;
    margin-bottom: var(--gutter-y);
  }
  .sec-05__conts > *:nth-child(1n) {
    margin-right: 0;
  }
  .sec-05__conts > *:not(:nth-child(1n)) {
    margin-right: var(--gutter-x);
  }
}
@media (max-width: 640.98px) {
  .sec-05__conts {
    display: block !important;
  }
}
.sec-05__conts .box {
  position: relative;
}
.sec-05__conts .box:nth-child(1) {
  border: 3px solid #cc9911b0;
  background: #cc9911b0;
}
.sec-05__conts .box:nth-child(1):after {
  color: #c91;
}
.sec-05__conts .box:nth-child(2) {
  border: 3px solid #e1e1e1;
  background: #e1e1e1;
}
.sec-05__conts .box:nth-child(2):after {
  color: #e1e1e1;
}
.sec-05__conts .box:after {
  display: inline-block;
  content: "\f105";
  font: var(--fa-font-solid);
  line-height: 1;
  font-size: 1.75rem;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  pointer-events: none;
}
@media (max-width: 834.98px) {
  .sec-05__conts .box:after {
    font-size: 1.125rem;
  }
}
.sec-05__conts .box > a {
  display: block;
  height: 100%;
  padding: 30px;
  border: 3px solid white;
}
@media (max-width: 640.98px) {
  .sec-05__conts .box > a {
    height: auto;
  }
}
.sec-05__conts .box > a > article {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-05__conts .box > a > article > img {
  margin-right: 15px;
}
@media (max-width: 834.98px) {
  .sec-05__conts .box > a > article > img {
    width: 30px !important;
  }
}
.sec-05__conts .box > a > article > h3 {
  display: none;
}
.sec-05__conts .box > a > article > div {
  color: #381500;
  font-size: 1.875rem;
  font-family: Noto Serif JP, sans-serif;
  font-weight: 700;
}
@media (max-width: 834.98px) {
  .sec-05__conts .box > a > article > div {
    font-size: 1.25rem;
  }
}

.sec-06 {
  padding-top: 95px;
  padding-bottom: 95px;
}
.sec-06__inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834.98px) {
  .sec-06__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sec-06__conts {
  --gutter-x: 20px;
  --gutter-y: 20px;
  --gutter-x: 40px;
  --gutter-y: 0px;
}
@media (max-width: 834.98px) {
  .sec-06__conts {
    --gutter-x: 20px;
    --gutter-y: 40px;
  }
}
@media (max-width: 9999px) {
  .sec-06__conts {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .sec-06__conts > * {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 1) / 2) !important;
    height: auto !important;
    margin-bottom: var(--gutter-y);
  }
  .sec-06__conts > *:nth-child(2n) {
    margin-right: 0;
  }
  .sec-06__conts > *:not(:nth-child(2n)) {
    margin-right: var(--gutter-x);
  }
}
@media (max-width: 1200px) {
  .sec-06__conts {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .sec-06__conts > * {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 1) / 2) !important;
    height: auto !important;
    margin-bottom: var(--gutter-y);
  }
  .sec-06__conts > *:nth-child(2n) {
    margin-right: 0;
  }
  .sec-06__conts > *:not(:nth-child(2n)) {
    margin-right: var(--gutter-x);
  }
}
@media (max-width: 834px) {
  .sec-06__conts {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .sec-06__conts > * {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 0) / 1) !important;
    height: auto !important;
    margin-bottom: var(--gutter-y);
  }
  .sec-06__conts > *:nth-child(1n) {
    margin-right: 0;
  }
  .sec-06__conts > *:not(:nth-child(1n)) {
    margin-right: var(--gutter-x);
  }
}
@media (max-width: 640px) {
  .sec-06__conts {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .sec-06__conts > * {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 0) / 1) !important;
    height: auto !important;
    margin-bottom: var(--gutter-y);
  }
  .sec-06__conts > *:nth-child(1n) {
    margin-right: 0;
  }
  .sec-06__conts > *:not(:nth-child(1n)) {
    margin-right: var(--gutter-x);
  }
}
.sec-06__conts .box {
  background-color: white;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.16);
  overflow: visible !important;
}
.sec-06__conts .box > article > img {
  width: 100% !important;
}
.sec-06__conts .box > article > h3 {
  display: none;
}
.sec-06__conts .box > article > div {
  padding: 45px 20px;
  text-align: center;
}
.sec-06__conts .box > article > div > h3 {
  margin-bottom: 32px;
  color: #381500;
  font-size: 1.6875rem;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
}
@media (max-width: 640.98px) {
  .sec-06__conts .box > article > div > h3 {
    font-size: 1.375rem;
  }
}
.sec-06__conts .box > article > div {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}
.sec-06__conts .box .btn {
  margin-top: 43px;
}

.sec-07 {
  padding-top: 95px;
  padding-bottom: 95px;
}
.sec-07__inner {
  padding: 60px 100px;
  background-color: white;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834.98px) {
  .sec-07__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1000.98px) {
  .sec-07__inner {
    padding: 60px 40px;
  }
}
@media (max-width: 1000.98px) {
  .sec-07__inner {
    padding: 60px 20px;
  }
}
.sec-07__title {
  margin-bottom: 55px;
}
body {
  counter-reset: number 0;
}

.sec-07__conts .box, .tokucho-conts .box {
  counter-increment: number 1;
  width: 100%;
  margin-bottom: 27px;
  padding-bottom: 27px;
  border-bottom: 1px solid #c6b1a4;
}
.sec-07__conts .box:last-child, .tokucho-conts .box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.sec-07__conts .box > div, .tokucho-conts .box > div {
  display: flex;
}
@media (max-width: 834.98px) {
  .sec-07__conts .box > div, .tokucho-conts .box > div {
    display: block;
  }
}
.sec-07__conts .box > div > span, .tokucho-conts .box > div > span {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  font-family: Unbounded, cursive;
  font-weight: 500;
  border-radius: 100px;
  margin-right: 25px;
  color: white;
  background-color: #77c82e;
  text-align: center;
  line-height: 1;
}
@media (max-width: 834.98px) {
  .sec-07__conts .box > div > span, .tokucho-conts .box > div > span {
    width: 80px;
    height: 80px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    font-size: 0.75rem;
    border-radius: 80px;
  }
}
.sec-07__conts .box > div > span:after, .tokucho-conts .box > div > span:after {
  content: counter(number);
  display: block;
  margin-top: 10px;
  font-size: 1.875rem;
  line-height: 1;
}
@media (max-width: 834.98px) {
  .sec-07__conts .box > div > span:after, .tokucho-conts .box > div > span:after {
    font-size: 1.25rem;
  }
}
.sec-07__conts .box > div > div > h3, .tokucho-conts .box > div > div > h3 {
  margin-bottom: 10px;
  color: #381500;
  font-size: 1.75rem;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
}
@media (max-width: 834.98px) {
  .sec-07__conts .box > div > div > h3, .tokucho-conts .box > div > div > h3 {
    text-align: center;
  }
}
@media (max-width: 640.98px) {
  .sec-07__conts .box > div > div > h3, .tokucho-conts .box > div > div > h3 {
    font-size: 1.375rem;
  }
}
.sec-07__conts .box > div > div > h3 > b, .tokucho-conts .box > div > div > h3 > b {
  color: #c91;
}
.sec-07__conts .box > div > div, .tokucho-conts .box > div > div {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}

.sec-08 {
  padding-top: 95px;
  padding-bottom: 95px;
}
.sec-08__inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834.98px) {
  .sec-08__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sec-08__media .box {
  width: 100%;
}
.sec-08__media .box > article {
  display: flex;
  align-items: center;
}
@media (max-width: 834.98px) {
  .sec-08__media .box > article {
    display: block;
  }
}
.sec-08__media .box > article > h3 {
  display: none;
}
.sec-08__media .box > article > img {
  width: 50% !important;
  margin-right: 40px;
}
@media (max-width: 834.98px) {
  .sec-08__media .box > article > img {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 834.98px) {
  .sec-08__media .box > article > div {
    text-align: center;
  }
}
.sec-08__media .box > article > div > h3 {
  margin-bottom: 32px;
  color: #381500;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
}
@media (max-width: 834.98px) {
  .sec-08__media .box > article > div > h3 {
    font-size: 1.375rem;
  }
}
.sec-08__media .btn {
  margin-top: 53px;
}

.sec-09__title {
  margin-bottom: 60px;
}
.sec-09__inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834.98px) {
  .sec-09__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sec-09__conts {
  margin-bottom: 45px;
  --gutter-x: 20px;
  --gutter-y: 20px;
  --gutter-x: 40px;
  --gutter-y: 0px;
}
@media (max-width: 834.98px) {
  .sec-09__conts {
    --gutter-x: 20px;
    --gutter-y: 40px;
  }
}
@media (max-width: 9999px) {
  .sec-09__conts {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .sec-09__conts > * {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 1) / 2) !important;
    height: auto !important;
    margin-bottom: var(--gutter-y);
  }
  .sec-09__conts > *:nth-child(2n) {
    margin-right: 0;
  }
  .sec-09__conts > *:not(:nth-child(2n)) {
    margin-right: var(--gutter-x);
  }
}
@media (max-width: 1200px) {
  .sec-09__conts {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .sec-09__conts > * {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 1) / 2) !important;
    height: auto !important;
    margin-bottom: var(--gutter-y);
  }
  .sec-09__conts > *:nth-child(2n) {
    margin-right: 0;
  }
  .sec-09__conts > *:not(:nth-child(2n)) {
    margin-right: var(--gutter-x);
  }
}
@media (max-width: 834px) {
  .sec-09__conts {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .sec-09__conts > * {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 0) / 1) !important;
    height: auto !important;
    margin-bottom: var(--gutter-y);
  }
  .sec-09__conts > *:nth-child(1n) {
    margin-right: 0;
  }
  .sec-09__conts > *:not(:nth-child(1n)) {
    margin-right: var(--gutter-x);
  }
}
@media (max-width: 640px) {
  .sec-09__conts {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .sec-09__conts > * {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 0) / 1) !important;
    height: auto !important;
    margin-bottom: var(--gutter-y);
  }
  .sec-09__conts > *:nth-child(1n) {
    margin-right: 0;
  }
  .sec-09__conts > *:not(:nth-child(1n)) {
    margin-right: var(--gutter-x);
  }
}
.sec-09__conts .box {
  padding: 25px;
  background-color: white;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.15);
}
@media (max-width: 834.98px) {
  .sec-09__conts .box {
    padding: 20px;
  }
}
.sec-09__conts .box > article > img {
  width: 100% !important;
  margin-bottom: 25px;
}
@media (max-width: 834.98px) {
  .sec-09__conts .box > article > img {
    margin-bottom: 20px;
  }
}
.sec-09__conts .box > article > h3 {
  display: none;
}
.sec-09__conts .box > article > div {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}

.sec-10 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.sec-10__inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834.98px) {
  .sec-10__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sec-10__media .box > article {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
@media (max-width: 834.98px) {
  .sec-10__media .box > article {
    display: block;
    text-align: center;
  }
}
.sec-10__media .box > article > img {
  width: calc((100% - 60px) / 2) !important;
}
@media (max-width: 834.98px) {
  .sec-10__media .box > article > img {
    width: auto !important;
    margin-bottom: 40px;
  }
}
.sec-10__media .box > article > h3 {
  display: none;
}
.sec-10__media .box > article > div {
  margin-right: 60px;
  color: #381500;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}
@media (max-width: 1200.98px) {
  .sec-10__media .box > article > div {
    margin-right: 40px;
  }
}
@media (max-width: 834.98px) {
  .sec-10__media .box > article > div {
    margin-right: 0;
  }
}
.sec-10__media .box > article > div > h2 {
  margin-bottom: 50px;
  padding-bottom: 20px;
  color: #381500;
  font-size: 2.25rem;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  border-bottom: 1px solid #381500;
  line-height: 1;
}
@media (max-width: 834.98px) {
  .sec-10__media .box > article > div > h2 {
    font-size: 1.625rem;
  }
}
.sec-10__media .box .btn {
  margin-top: 60px;
}

.sec-11 {
  padding-top: 95px;
  padding-bottom: 95px;
}
.sec-11__inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834.98px) {
  .sec-11__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sec-11__title > article > h2 {
  margin-bottom: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #381500;
}
.sec-11__conts {
  --gutter-x: 20px;
  --gutter-y: 20px;
  --gutter-x: 45px;
  --gutter-y: 45px;
}
@media (max-width: 834.98px) {
  .sec-11__conts {
    --gutter-x: 20px;
    --gutter-y: 20px;
  }
}
@media (max-width: 640.98px) {
  .sec-11__conts {
    --gutter-y: 60px;
  }
}
@media (max-width: 9999px) {
  .sec-11__conts {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .sec-11__conts > * {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 2) / 3) !important;
    height: auto !important;
    margin-bottom: var(--gutter-y);
  }
  .sec-11__conts > *:nth-child(3n) {
    margin-right: 0;
  }
  .sec-11__conts > *:not(:nth-child(3n)) {
    margin-right: var(--gutter-x);
  }
}
@media (max-width: 1200px) {
  .sec-11__conts {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .sec-11__conts > * {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 2) / 3) !important;
    height: auto !important;
    margin-bottom: var(--gutter-y);
  }
  .sec-11__conts > *:nth-child(3n) {
    margin-right: 0;
  }
  .sec-11__conts > *:not(:nth-child(3n)) {
    margin-right: var(--gutter-x);
  }
}
@media (max-width: 834px) {
  .sec-11__conts {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .sec-11__conts > * {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 1) / 2) !important;
    height: auto !important;
    margin-bottom: var(--gutter-y);
  }
  .sec-11__conts > *:nth-child(2n) {
    margin-right: 0;
  }
  .sec-11__conts > *:not(:nth-child(2n)) {
    margin-right: var(--gutter-x);
  }
}
@media (max-width: 640px) {
  .sec-11__conts {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .sec-11__conts > * {
    flex: 0 0 auto;
    width: calc((100% - var(--gutter-x) * 0) / 1) !important;
    height: auto !important;
    margin-bottom: var(--gutter-y);
  }
  .sec-11__conts > *:nth-child(1n) {
    margin-right: 0;
  }
  .sec-11__conts > *:not(:nth-child(1n)) {
    margin-right: var(--gutter-x);
  }
}
.sec-11__conts .box > article > h3 {
  display: none;
}
.sec-11__conts .box > article > img {
  width: 100% !important;
  margin-bottom: 30px;
  color: #381500;
}
@media (max-width: 640.98px) {
  .sec-11__conts .box > article > img {
    margin-bottom: 20px;
  }
}
.sec-11__conts .box > article > div {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  text-align: center;
}

.sec-12 {
  padding-top: 95px;
  padding-bottom: 95px;
}
.sec-12__inner {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834.98px) {
  .sec-12__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sec-12__title {
  margin-bottom: 50px;
}
.sec-12__title > article > h2 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 2.25rem;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 640.98px) {
  .sec-12__title > article > h2 {
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #381500;
    font-size: 1.625rem;
    line-height: 1.6;
  }
}
.sec-12__title > article > h2:before, .sec-12__title > article > h2:after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 40px;
  background-color: #381500;
}
@media (max-width: 640.98px) {
  .sec-12__title > article > h2:before, .sec-12__title > article > h2:after {
    content: none;
  }
}
.sec-12__title > article > h2:before {
  margin-right: 20px;
  transform: rotate(-15deg);
}
.sec-12__title > article > h2:after {
  margin-left: 20px;
  transform: rotate(15deg);
}
.sec-12__title > article > h2 > b {
  color: #c91;
}
.sec-12__blog {
  margin-bottom: 65px;
}

header:nth-of-type(1) {
  background: transparent;
}

.blog .wrap {
  width: 100%;
  max-width: 100%;
  padding: 0;
  background-color: transparent;
}
.blog #contents {
  width: auto;
  min-width: 0 !important;
  overflow: unset;
}
.blog #contents > article {
  padding: 0;
}
.blog #contents > article > h1 {
  padding-bottom: 0;
  line-height: 1.6;
  font-size: 16px;
  color: initial;
}
.blog #contents > article > ul {
  margin-bottom: 0;
}
.blog #contents > article > ul > li > a {
  margin-right: 0;
}
.blog #contents > article > div > article {
  padding: 0;
}
.blog #contents > dl {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
}
.blog #contents > dl > dt {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.6;
  border: none;
  border-radius: 0;
}
.blog #contents > dl > dt > div > .date {
  font-size: 1rem;
}
.blog #contents > dl > dt > div > a {
  font-size: 1rem;
}
.blog #contents > dl > dt > div > a > .translate {
  font-size: 1rem;
}
.blog #contents .clearfix > li > a {
  margin-right: 0;
  line-height: 1.6;
}
.blog #contents .box article {
  padding: 0;
}
.blog #contents article h2 {
  padding-bottom: 0;
  font-size: 1rem;
  color: #00020e;
  line-height: 1.6;
}
.blog #contents article img {
  margin: 0;
}
.blog aside {
  width: auto;
  min-width: 0;
  padding: 0;
  overflow: unset;
}
.blog aside > nav {
  padding: 0;
  text-align: left;
}
.blog aside > nav > div {
  color: #00020e;
  font-size: 1rem;
  line-height: 1.6;
}
.blog aside > nav > div:nth-of-type(2) {
  margin-top: 0;
}
.blog aside > nav > a {
  padding-right: 0;
  margin-top: 0px;
}
.blog #calendar {
  margin: 0;
}
.blog #form_calendar {
  max-width: 100%;
  min-width: 0;
  box-shadow: none;
  margin: 0;
  background-color: transparent;
}
.blog #form_calendar > table {
  margin-bottom: 0;
}
.blog #form_calendar > table > thead > tr > th {
  font-size: 0.625rem;
}
.blog #form_calendar .open {
  margin-top: 10px;
}
.blog #search > form > button {
  top: 50%;
  right: 0.3125rem;
  transform: translate(0, -50%);
}
.blog .category > li {
  padding: 0;
  border-bottom: none;
}
.blog .category > li:first-child {
  border-top: 0;
}
.blog .pages > li {
  padding: 0;
  text-align: left;
  border-bottom: none;
}
.blog .pages > li:first-child {
  border-top: 0;
}
.blog span[id*=TRANS_] {
  padding-right: 0;
}

.blog {
  box-sizing: inherit;
  margin-top: 40px;
  margin-bottom: 100px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834.98px) {
  .blog {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.blog #contents {
  flex: 1 0 0;
}
.blog #contents > article > h1 {
  margin-bottom: 20px;
}
.blog #contents > article > h1 > span {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
}
.blog #contents .h2 > article > h2 {
  font-size: 1.25rem;
}
.blog #contents .h2 > article > h2 > b {
  font-size: 2rem;
}
.blog #contents > article > .date {
  color: #00020e;
  line-height: 1.6;
}
.blog #contents > article > ul {
  margin-bottom: 30px;
}
.blog #contents > article > ul > li {
  margin-right: 10px;
}
.blog #contents > article > ul > li:last-child {
  margin-right: 0;
}
.blog #contents > article > ul > li > a {
  font-size: 0.875rem;
}
.blog aside {
  flex: 0 0 30%;
  margin-right: 40px;
}
@media (max-width: 640.98px) {
  .blog aside {
    margin-right: 0;
  }
}
.blog aside nav > div {
  margin-bottom: 5px;
  font-size: 1.5rem;
}
.blog #calendar {
  margin-bottom: 20px;
}
.blog #calendar dl.open > dt > label,
.blog #calendar td.open {
  background-color: #f1fbff;
}
.blog #calendar dl.close > dt > label,
.blog #calendar td.close {
  background-color: #fef2ff;
}
.blog #search {
  margin-bottom: 20px;
}
.blog .category {
  margin-bottom: 40px;
}
.blog .category li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #a4a4a4;
}
.blog .category li:last-child {
  margin-bottom: 0;
}
.blog .pages li {
  margin-bottom: 20px;
}
.blog .pages li > a {
  font-size: 14px;
}
.blog .pages li > a > span {
  font-size: 16px;
}
.blog #contents > dl {
  margin-bottom: 60px;
}
.blog #contents > dl .date {
  margin-bottom: 10px;
}
.blog #contents > article[id*=page] {
  margin-bottom: 120px;
}

.blog #contents .flex--style_01 .box > article > img {
  margin-right: 20px;
}
.blog #contents .flex--style_01 .box > article > div > h3 {
  margin-bottom: 20px;
  font-size: 1.25rem;
}
.blog #contents .flex--style_02 .box > article > img {
  margin-bottom: 20px;
}
.blog #contents .flex--style_02 .box > article > div > h3 {
  margin-bottom: 20px;
  font-size: 1.25rem;
}

#is_shop .purchase.confirm .edit_customer,
#is_shop .purchase.confirm .edit_deliver,
#is_shop .purchase.confirm .edit_payment,
#is_shop .purchase.confirm .edit_shipment, #is_shop .purchase .next,
#is_shop .purchase .add_deliver, #is_shop .purchase .addrs .deliver, #is_shop .shipment > button, #is_shop #sumcart .sum .button .purchase,
#is_shop #sumcart .sum .button .back {
  width: auto;
  height: auto;
  font-size: 1rem;
  border: none;
  border-radius: 0;
  text-indent: 0;
  margin: 0;
  background: none;
}

#is_shop h2 {
  margin-top: 0 !important;
  font-size: 1rem !important;
  line-height: 1.6 !important;
  color: #333333 !important;
  border-bottom: none !important;
}
#is_shop #keyword {
  display: block;
  width: auto;
  border-radius: 0;
  border: none;
  float: none;
}
#is_shop .search {
  display: block;
  margin-top: 0;
}
#is_shop .search .text {
  width: auto;
}
#is_shop .search .text input[type=text] {
  height: auto;
  padding: 0;
  border-left: 0;
  border-radius: 0;
}
#is_shop .search .text > button {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center center;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}
#is_shop .search .select {
  width: auto;
  min-width: 0;
  border-radius: 0;
  float: none;
  position: relative;
}
#is_shop .search .select:after {
  content: none;
}
#is_shop .search .select > select {
  height: 100%;
  padding: 0;
  line-height: 1.6;
  border-radius: 0;
  background: none;
}
#is_shop .search .pager {
  display: flex;
  width: auto;
  margin-top: 0;
  float: none;
}
#is_shop .search .pager .off {
  width: auto;
  height: auto;
  margin-left: 0;
  color: transparent;
  background-color: transparent;
  border-radius: 0;
  border: none;
  overflow: hidden;
  float: none;
  text-indent: 0;
  font-weight: normal;
  position: relative;
  z-index: 0;
}
#is_shop .search .pager .prev.off,
#is_shop .search .pager .next.off {
  background-image: none;
}
#is_shop .under {
  margin-top: 0;
  margin-left: 0;
}
#is_shop .under > ul > li {
  width: auto;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  float: none;
}
#is_shop .under > ul > li > a {
  padding: 0;
  height: auto;
  font-size: 1rem;
  line-height: 1.6;
  border: none;
}
#is_shop .under > ul > li > a:hover {
  background-color: unset;
  color: initial;
}
#is_shop .order {
  margin-top: 0;
  font-size: 1rem;
  border-bottom: none;
}
#is_shop .order:after {
  content: none;
}
#is_shop .order > p {
  line-height: 1.6;
  float: none;
}
#is_shop .order > ul {
  justify-content: flex-start;
  float: none;
}
#is_shop .order > ul > li {
  margin: 0;
}
#is_shop .items {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1rem;
}
#is_shop .items > article {
  width: auto;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
#is_shop .items .photo {
  width: auto;
  height: auto;
}
#is_shop .items .name {
  padding-top: 0;
  text-decoration: none;
}
#is_shop .items .summary {
  padding-top: 0;
  text-align: left;
}
#is_shop .items .price {
  padding-top: 0;
}
#is_shop .crumb {
  margin-top: 0;
}
#is_shop .crumb > ul > li {
  margin-right: 0;
  line-height: 1.6;
  float: none;
}
#is_shop .crumb > ul > li:after {
  margin-left: 0;
  font-weight: normal;
}
#is_shop .item {
  margin-top: 0;
}
#is_shop .item .photo {
  display: block;
  margin-left: 0;
}
#is_shop .item .photo .large {
  margin-left: 0;
  margin-bottom: 0;
}
#is_shop .item .photo .small {
  min-width: 0;
  max-width: 100%;
}
#is_shop .item .photo .small > ul > li {
  margin-left: 0;
  margin-bottom: 0;
  flex-basis: auto;
}
#is_shop .item .item_view {
  margin-left: 0;
  min-width: 0;
  max-width: 100%;
}
#is_shop .item .item_view > h2 {
  font-size: 1rem;
  line-height: 1.6;
}
#is_shop .item .item_view > h2 > span {
  font-size: 0.75rem;
  line-height: 1.6;
  text-align: right;
}
#is_shop .item .item_view > ul {
  margin-top: 0;
}
#is_shop .item .item_view > ul > li {
  margin-right: 0;
  float: none;
}
#is_shop .item .item_view > ul > li > a {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
#is_shop .struct {
  display: block;
  margin-top: 0;
}
#is_shop .sku {
  width: 100%;
}
#is_shop .sku .price {
  font-size: 1rem;
  line-height: 1.6;
}
#is_shop .sku .price > label {
  font-size: 0.75rem;
}
#is_shop .item_option {
  width: 100%;
}
#is_shop .item_option > form > dl {
  display: block;
  margin-bottom: 0;
  border: none;
}
#is_shop .item_option > form > dl > dt {
  display: block;
  padding: 0;
  min-height: 0;
  background-color: transparent;
}
#is_shop .item_option > form > dl > dd {
  padding: 0;
}
#is_shop .item_option .select:after {
  content: none;
  border: none;
  top: auto;
  right: auto;
}
#is_shop .item_option .select > select {
  padding: 0;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  line-height: 1.6;
}
#is_shop .count {
  display: block;
  margin-bottom: 0;
  border: none;
}
#is_shop .count > dt {
  display: block;
  padding: 0;
  min-height: 0;
  background-color: transparent;
  font-size: 16px;
}
#is_shop .count > dd {
  padding: 0;
}
#is_shop .count > button {
  height: auto;
  border: none;
  border-radius: 0;
}
#is_shop .addcart .addcart {
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border-radius: 0;
  border: none;
  text-indent: 0;
  float: none;
}
#is_shop .addcart > a {
  margin-top: 0;
}
#is_shop .detail {
  margin-top: 0;
}
#is_shop .attr {
  margin-top: 0;
}
#is_shop .attr > h3 {
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
}
#is_shop .attr > dl {
  border: none;
  font-size: 1rem;
}
#is_shop .attr > dl > dt {
  min-width: 0;
  padding: 0;
  background-color: transparent;
  border-right: none;
}
#is_shop .attr > dl > dd {
  padding: 0;
}
#is_shop .detail2 {
  margin-top: 0;
}
#is_shop .bundle_set {
  margin-top: 0;
}
#is_shop .bundle_set > h3 {
  color: #333333;
  font-size: 1rem;
  line-height: 1.6;
}
#is_shop .flip {
  overflow: unset;
}
#is_shop .flip > ul > li {
  width: auto;
  height: auto;
  margin-right: 0;
  margin-bottom: 0;
  float: none;
}
#is_shop .flip > ul > li:after {
  font-size: 1rem;
  font-weight: normal;
  top: auto;
  right: auto;
  left: auto;
}
#is_shop .flip .photo {
  height: 0;
  background-size: contain;
}
#is_shop .flip .name {
  padding-top: 0;
  text-align: left;
}
#is_shop .flip .price {
  padding-top: 0;
  text-align: right;
}
#is_shop .bar {
  background: transparent;
  height: auto;
}
#is_shop .bar > p {
  margin-left: 0;
  font-size: 1rem;
  line-height: 1.6;
  float: none;
}
#is_shop .bar > p > span {
  color: colo(text);
  font-size: 1rem;
  font-weight: normal;
}
#is_shop .bar > p > span > label {
  font-size: 0.75rem;
}
#is_shop .bar .addcart {
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border-radius: 0;
  border: none;
  text-indent: 0;
  float: none;
}
#is_shop .relay {
  margin-top: 0;
}
#is_shop .relay > h3 {
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
}
#is_shop .relay .flip {
  width: 100%;
  overflow: unset;
}
#is_shop .relay .flip > ul {
  width: auto;
}
#is_shop .relay .page {
  width: auto;
  height: auto;
  line-height: 0;
  color: #333333;
  background-color: transparent;
  font-size: 1rem;
  border: none;
  border-radius: 0;
  text-shadow: none;
}
#is_shop .form_wrap {
  margin-top: 0;
}
#is_shop .form_wrap > dl > dt, #is_shop .form_wrap > dl > dd {
  padding: 0;
  background-color: transparent;
  border: none;
}
#is_shop #sumcart > h2 {
  margin-top: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
}
#is_shop #sumcart > ul {
  margin-top: 0;
  margin-bottom: 0;
}
#is_shop #sumcart > ul > li {
  padding: 0;
  border-bottom: none;
}
#is_shop #sumcart ul li a {
  padding: 0;
  line-height: 1.6;
  font-size: 1rem;
}
#is_shop #sumcart ul li p {
  padding: 0;
}
#is_shop #sumcart ul li input {
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
  text-align: left;
}
#is_shop #sumcart .photo {
  display: inline-block;
  min-width: 0;
  max-width: 100%;
  max-height: 100%;
}
#is_shop #sumcart .photo .photo {
  width: auto;
  height: auto;
  background-size: contain;
  padding: 0;
  font-size: 1rem;
  line-height: 1.6;
}
#is_shop #sumcart .count {
  min-width: 0;
  max-width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
}
#is_shop #sumcart .count > input[type=text] {
  padding: 0;
}
#is_shop #sumcart .sum {
  display: block;
  padding: 0;
  background-color: transparent;
  font-size: 1rem;
}
#is_shop #sumcart .sum > div {
  align-items: stretch;
}
#is_shop #sumcart .sum .sum_count {
  width: auto;
  font-size: 1rem;
  font-weight: normal;
  text-align: left;
  text-indent: 0;
  line-height: 1.6;
  background: none;
}
#is_shop #sumcart .sum > div > div {
  min-width: 0;
  max-width: 100%;
}
#is_shop #sumcart .sum > div > div:nth-child(1) {
  width: auto;
}
#is_shop #sumcart .sum .sum_price > dt {
  min-width: 0;
  max-width: 100%;
  font-size: 1rem;
  line-height: 1.6;
}
#is_shop #sumcart .sum .sum_price > dd {
  color: #333333;
  font-weight: normal;
  font-size: 1rem;
  text-align: left;
  line-height: 1.6;
}
#is_shop #sumcart .sum > p {
  text-align: left;
}
#is_shop .postage {
  margin-top: 0;
  padding: 0;
  background: none;
}
#is_shop .purchase > h2 {
  margin: 0;
  border-bottom: 0;
  line-height: 1.6;
}
#is_shop .form_wrap > dl {
  margin-top: 0;
}
#is_shop .form_wrap > dl > dt {
  min-width: 0;
  max-width: 100%;
}
#is_shop .form_wrap .birthday {
  display: flex;
}
#is_shop .form_wrap .birthday > div {
  float: 0;
}
#is_shop .form_wrap .next {
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  border-radius: 0;
  text-indent: 0;
}
#is_shop .shipment > dl {
  margin-bottom: 0;
}
#is_shop .purchase .addrs > ul > li {
  margin: 0;
  width: 100%;
}
#is_shop .purchase .addrs > ul > li > dl {
  margin: 0;
}
#is_shop .purchase .addrs > ul > li > dl > dd {
  line-height: 1.6;
  font-weight: normal;
}
#is_shop .purchase .addrs .link {
  margin-top: 0px;
}
#is_shop .purchase.confirm .edit_payment:before {
  content: "お支払方法の変更";
}
#is_shop .purchase.confirm .deliver_item > dd > ul > li {
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 0;
}
#is_shop .purchase.confirm .deliver_item > dd > ul > li:last-child {
  margin-bottom: 0;
}
#is_shop .purchase.confirm .deliver_item > dd > ul > li > div:nth-child(n+3) {
  min-width: 0;
  max-width: 100%;
}
#is_shop .purchase.confirm .deliver_item .photo {
  width: auto;
  max-width: 100%;
  min-width: 0;
}
#is_shop .purchase.confirm .deliver_item .photo .photo {
  width: 100%;
  height: 100px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  float: none;
  margin-right: 0;
}
#is_shop .purchase.confirm .deliver_item .item {
  width: auto;
  margin-bottom: 0;
}
#is_shop .purchase.confirm .deliver_item .item .number {
  padding-bottom: 0;
  font-size: 1rem;
}
@media (max-width: 834.98px) {
  #is_shop .purchase.confirm .deliver_item .price,
  #is_shop .purchase.confirm .deliver_item .count,
  #is_shop .purchase.confirm .deliver_item .subtotal {
    padding-right: 0;
    background: none;
    line-height: 1.6;
  }
}
@media (max-width: 834.98px) {
  #is_shop .purchase.confirm .deliver_item .price > p,
  #is_shop .purchase.confirm .deliver_item .count > p,
  #is_shop .purchase.confirm .deliver_item .subtotal > p {
    font-size: 16px;
  }
}
#is_shop .purchase.confirm .total > dd > div {
  width: auto;
}
#is_shop .purchase.confirm .total > dd > div:nth-child(n+2) {
  min-width: 0;
  max-width: 100%;
}
#is_shop .purchase.confirm .total.amount > dt {
  font-size: 1rem;
  font-weight: normal;
}
#is_shop .purchase.confirm .total.amount > dd > div > p {
  color: #333333;
  font-size: 1rem;
  font-weight: normal;
}
#is_shop .purchase.confirm .sub_total > dd > ul > li > div {
  min-width: 0;
  max-width: 100%;
}
#is_shop .purchase.confirm .sub_total > dd > ul > li > div > p {
  font-size: 1rem;
  text-align: left;
}
#is_shop .purchase.confirm .sub_total .item {
  width: auto;
}
#is_shop .purchase.accept {
  margin-top: 0;
  padding: 0;
  background: transparent;
}
#is_shop .purchase.accept .accept {
  width: auto;
  height: auto;
  background: none;
  background-position: unset;
  background-size: unset;
  text-indent: 0;
}

#is_shop h2 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
  color: #00020e !important;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 1.25rem !important;
}

#is_shop #sumcart .item .name, #is_shop .relay h3, #is_shop .bundle_set h3, #is_shop .attr > h3, #is_shop h3 {
  margin-bottom: 0.625rem !important;
  color: #00020e !important;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 1.125rem !important;
}

#is_shop .relay .flip .photo, #is_shop .bundle_set .flip .photo, #is_shop .items .photo {
  width: 100%;
  max-width: 100%;
  height: 250px;
  max-height: 100%;
  margin-right: auto;
  margin-bottom: 0.625rem;
  margin-left: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#is_shop .relay .flip .name, #is_shop .bundle_set .flip .name, #is_shop .items .name {
  margin-bottom: 0.3125rem;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: #00020e !important;
  text-decoration: underline;
}

#is_shop .relay .flip .price, #is_shop .bundle_set .flip .price, #is_shop .items .price {
  width: 100%;
  margin-top: auto;
  text-align: right;
}

#is_shop .item .item_option .select, #is_shop .search .select {
  position: relative;
}
#is_shop .item .item_option .select::before, #is_shop .search .select::before {
  content: "\f107";
  font: var(--fa-font-solid);
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  z-index: 1;
}
#is_shop .item .item_option .select > select, #is_shop .search .select > select {
  padding: 0.5rem 2rem;
  background-color: #eeeeee;
  border: 1px solid #a4a4a4;
}

#is_shop .purchase.accept .accept, #is_shop .purchase.confirm .edit_customer,
#is_shop .purchase.confirm .edit_deliver,
#is_shop .purchase.confirm .edit_payment,
#is_shop .purchase.confirm .edit_shipment, #is_shop .purchase .next, #is_shop .form_wrap .confirm, #is_shop .form_wrap .next, #is_shop #sumcart .sum .button .purchase,
#is_shop #sumcart .sum .button .back, .shop-btn, #is_shop .bar .addcart, #is_shop .item .addcart > button {
  display: block;
  width: auto;
  min-width: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 1rem 2rem;
  border-radius: 100vh;
  font-size: 1rem;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  transition: opacity 0.5s ease;
}
#is_shop .purchase.accept .accept:hover, #is_shop .purchase.confirm .edit_customer:hover,
#is_shop .purchase.confirm .edit_deliver:hover,
#is_shop .purchase.confirm .edit_payment:hover,
#is_shop .purchase.confirm .edit_shipment:hover, #is_shop .purchase .next:hover, #is_shop .form_wrap .confirm:hover, #is_shop .form_wrap .next:hover, #is_shop #sumcart .sum .button .purchase:hover,
#is_shop #sumcart .sum .button .back:hover, .shop-btn:hover, #is_shop .bar .addcart:hover, #is_shop .item .addcart > button:hover {
  opacity: 0.7;
  transition: opacity 0.5s ease;
}

.shop-btn--color_theme, #is_shop .purchase.accept .accept, #is_shop .purchase .next, #is_shop .form_wrap .confirm, #is_shop .form_wrap .next, #is_shop #sumcart .sum .button .purchase, #is_shop .bar .addcart, #is_shop .item .addcart > button {
  color: white;
  background-color: #f0ae00;
}
.shop-btn--color_inactive, #is_shop #sumcart .sum .button .back {
  color: #00020e;
  background-color: #a4a4a4;
}
.shop-btn--border, #is_shop .purchase.confirm .edit_customer,
#is_shop .purchase.confirm .edit_deliver,
#is_shop .purchase.confirm .edit_payment,
#is_shop .purchase.confirm .edit_shipment {
  color: #00020e;
  background-color: white;
  border: 1px solid #00020e;
}

#is_shop #keyword {
  display: flex;
  flex: 1 0 0;
}
@media (max-width: 834.98px) {
  #is_shop #keyword {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 640.98px) {
  #is_shop #keyword {
    display: block;
  }
}
#is_shop .search {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex: 1 0 0;
  margin-top: 3.75rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 834.98px) {
  #is_shop .search {
    display: block;
  }
}
#is_shop .search .text {
  display: flex;
  align-items: center;
  flex: 1 0 0;
  height: auto;
  border: 1px solid #a4a4a4;
}
#is_shop .search .text > input {
  height: 100% !important;
  padding: 0.625rem !important;
}
#is_shop .search .select {
  margin-right: 1.25rem;
}
@media (max-width: 640.98px) {
  #is_shop .search .select {
    margin-right: 0;
    margin-bottom: 1.25rem;
  }
}
#is_shop .search .select > select {
  font-size: 1rem;
}
#is_shop .search .pager {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 2.5rem;
}
#is_shop .search .pager .select {
  margin-right: 1.25rem;
  margin-bottom: 0;
}
#is_shop .search .pager .off {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 1.5rem;
  border-radius: 30px;
  background-color: #eeeeee;
}
#is_shop .search .pager .off::before {
  font: var(--fa-font-solid);
  display: inline-block;
  color: black;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#is_shop .search .pager .prev.off {
  margin-right: 1.25rem;
}
#is_shop .search .pager .prev.off::before {
  content: "\f104";
}
#is_shop .search .pager .next.off::before {
  content: "\f105";
}
#is_shop .under {
  margin-bottom: 1.25rem;
}
#is_shop .under > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#is_shop .under > ul > li {
  display: inline-block;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
  background-color: #eeeeee;
}
#is_shop .under > ul > li a {
  display: inline-block;
  width: auto;
  padding: 1rem;
}
#is_shop .order {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
  padding-bottom: 0.3125rem;
  border-bottom: 1px solid black;
}
@media (max-width: 640.98px) {
  #is_shop .order {
    display: block;
  }
}
#is_shop .order > ul > li {
  margin-right: 0.625rem;
}
#is_shop .order > ul > li:last-child {
  margin-right: 0;
}
#is_shop .items {
  margin-bottom: -2.5rem;
}
#is_shop .items > article {
  flex: 0 0 auto;
  width: calc((100% - 5rem) / 3);
  margin-right: 2.5rem;
  margin-bottom: 2.5rem;
}
#is_shop .items > article:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 1000.98px) {
  #is_shop .items > article {
    width: calc((100% - 2.5rem) / 2);
  }
  #is_shop .items > article:nth-child(3n) {
    margin-right: 2.5rem;
  }
  #is_shop .items > article:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 640.98px) {
  #is_shop .items > article {
    width: 100%;
  }
}
#is_shop .items .summary {
  margin-bottom: 0.9375rem;
  font-size: 0.875rem;
}
#is_shop .crumb {
  margin-bottom: 3.75rem;
}
#is_shop .crumb > ul {
  display: flex;
  align-items: center;
}
#is_shop .crumb > ul > li {
  margin-right: 0.625rem;
}
#is_shop .crumb > ul > li:last-child {
  margin-right: 0;
}
#is_shop .crumb > ul > li:last-child:after {
  content: none;
}
#is_shop .crumb > ul > li:after {
  margin-left: 0.625rem;
  color: #00020e;
}
#is_shop .item {
  margin-bottom: 3.75rem;
}
#is_shop .item .photo {
  flex: 0 0 calc(70% - 3.75rem);
  margin-right: 2.5rem;
}
@media (max-width: 834.98px) {
  #is_shop .item .photo {
    height: 100vh;
    margin-right: 0;
    margin-bottom: 2.5rem;
  }
}
#is_shop .item .photo .large {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.25rem;
  position: relative;
  display: block;
}
#is_shop .item .photo .large:has(a) {
  display: block;
}
#is_shop .item .photo .large:before {
  content: "";
  display: block;
  padding-top: 75%;
  text-align: center;
}
#is_shop .item .photo .large > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 834.98px) {
  #is_shop .item .photo .large {
    height: 50vh;
  }
}
@media (max-width: 640.98px) {
  #is_shop .item .photo .large {
    height: auto;
  }
}
#is_shop .item .photo .small > ul {
  display: flex;
  align-items: center;
  margin-bottom: -1.25rem;
}
#is_shop .item .photo .small > ul > li {
  flex: 0 0 auto;
  width: calc((100% - 5rem) / 5);
  margin-right: 1.25rem;
  margin-bottom: 1.25rem;
}
#is_shop .item .photo .small > ul > li:nth-child(5) {
  margin-right: 0;
}
#is_shop .item .item_view {
  flex: 1 0 0;
}
#is_shop .item .item_view > h2 > span {
  margin-top: 0.3125rem;
}
#is_shop .item .item_view > h2 > span:before {
  content: "ITEM.";
  display: inline-block;
  font-size: 0.75rem;
}
#is_shop .item .item_view > ul {
  margin-bottom: 0.625rem;
}
#is_shop .item .struct .sku {
  margin-bottom: 2.5rem;
}
#is_shop .item .struct .sku .price {
  font-size: 1.25rem;
}
#is_shop .item .item_option > form > dl {
  margin-bottom: 1.25rem;
}
#is_shop .item .item_option > form > dl > dt {
  margin-bottom: 0.3125rem;
  font-size: 1rem;
}
#is_shop .item .addcart .count {
  margin-bottom: 1.25rem;
}
#is_shop .item .addcart .count > dt {
  margin-bottom: 0.3125rem;
}
#is_shop .item .addcart > button {
  margin-bottom: 1.25rem;
}
#is_shop .item .addcart > a {
  margin-bottom: 2.5rem;
  font-size: 0.75rem;
  text-align: right;
}
#is_shop .item .detail {
  padding: 1rem;
  background-color: white;
  border: 1px solid #a4a4a4;
}
#is_shop .attr {
  margin-bottom: 0.625rem;
}
#is_shop .attr > dl {
  margin-bottom: 0.625rem;
}
#is_shop .attr > dl:last-child {
  margin-bottom: 0;
}
#is_shop .attr > dl > dt, #is_shop .attr > dl > dd {
  padding: 1rem;
}
#is_shop .attr > dl > dt {
  flex: 0 0 20%;
  background-color: #eeeeee;
}
#is_shop .attr > dl > dd {
  flex: 0 0 80%;
  background-color: white;
}
#is_shop .detail2 {
  margin-bottom: 3.75rem;
  padding: 1rem;
  background-color: white;
  border: 1px solid #a4a4a4;
}
#is_shop .bundle_set .flip {
  margin-bottom: 1.25rem;
  padding: 1rem;
  border: 1px solid #a4a4a4;
}
#is_shop .bundle_set .flip > ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -2.5rem;
}
#is_shop .bundle_set .flip > ul > li {
  flex: 0 0 auto;
  width: calc((100% - 5rem) / 3);
  margin-right: 2.5rem;
  margin-bottom: 2.5rem;
}
#is_shop .bundle_set .flip > ul > li:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 1000.98px) {
  #is_shop .bundle_set .flip > ul > li {
    width: calc((100% - 2.5rem) / 2);
  }
  #is_shop .bundle_set .flip > ul > li:nth-child(3n) {
    margin-right: 2.5rem;
  }
  #is_shop .bundle_set .flip > ul > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 640.98px) {
  #is_shop .bundle_set .flip > ul > li {
    width: 100%;
  }
}
#is_shop .bundle_set .flip > ul > li:after {
  content: none;
}
#is_shop .bar {
  margin-bottom: 3.75rem;
}
#is_shop .bar > p {
  margin-bottom: 1.25rem;
  text-align: center;
}
#is_shop .bar > p:before {
  content: "上記商品を";
  display: inline-block;
}
#is_shop .bar > p > span {
  font-size: 1.375rem;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  color: #fb0d0d;
}
#is_shop .bar > p > label {
  font-size: 0.75rem;
}
#is_shop .relay .flip {
  margin-bottom: 3.75rem;
  padding: 1rem;
  border: 1px solid #a4a4a4;
  overflow: hidden;
}
#is_shop .relay .flip > ul {
  display: flex;
  width: 100% !important;
}
#is_shop .relay .flip > ul > li {
  flex: 1 1 0;
  margin-right: 2.5rem;
}
#is_shop .relay .flip > ul > li:last-child {
  margin-right: 0;
}
#is_shop .form_wrap {
  margin-top: 1.25rem;
  margin-bottom: 3.75rem;
}
#is_shop .form_wrap > dl {
  border: 1px solid #a4a4a4;
  border-bottom: none;
}
#is_shop .form_wrap > dl:last-child {
  border-bottom: 1px solid #a4a4a4;
}
@media (max-width: 640.98px) {
  #is_shop .form_wrap > dl {
    display: block;
  }
}
#is_shop .form_wrap > dl > dt, #is_shop .form_wrap > dl > dd {
  padding: 1rem;
  border-bottom: none;
  border-right: none;
}
@media (max-width: 640.98px) {
  #is_shop .form_wrap > dl > dt, #is_shop .form_wrap > dl > dd {
    width: 100%;
  }
}
#is_shop .form_wrap > dl > dt {
  background-color: #eeeeee;
}
#is_shop .form_wrap > dl > dd {
  background-color: white;
}
#is_shop #sumcart > ul {
  margin-bottom: 3.75rem;
}
#is_shop #sumcart > ul > li {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #a4a4a4;
}
#is_shop #sumcart > ul > li:last-child {
  margin-bottom: 0;
}
@media (max-width: 834.98px) {
  #is_shop #sumcart > ul > li {
    flex-direction: column;
    width: 100%;
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
  }
}
#is_shop #sumcart .photo {
  flex: 0 0 10%;
  margin-right: 1.25rem;
}
@media (max-width: 834.98px) {
  #is_shop #sumcart .photo {
    flex: 1 0 0;
    margin-right: 0;
    margin-bottom: 0.625rem;
  }
}
#is_shop #sumcart .photo .photo {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 834.98px) {
  #is_shop #sumcart .photo .photo {
    height: 100px;
  }
}
#is_shop #sumcart .item {
  flex: 0 0 60%;
  margin-right: 1.25rem;
  margin-bottom: 0;
}
@media (max-width: 834.98px) {
  #is_shop #sumcart .item {
    margin-right: 0;
    margin-bottom: 0.625rem;
  }
}
#is_shop #sumcart .item .name {
  display: inline-block;
  margin-bottom: 0.3125rem;
}
#is_shop #sumcart .item .number {
  margin-bottom: 0.3125rem;
}
#is_shop #sumcart .item .number:before {
  content: "ITEM.";
  display: inline-block;
}
#is_shop #sumcart .count {
  flex: 1 0 0;
  align-items: center;
}
#is_shop #sumcart .count > * {
  flex: 1 0 0;
}
#is_shop #sumcart .count > input[type=text] {
  display: inline-block;
  max-width: 80px;
  margin-right: 0.625rem;
  padding: 1rem;
  border: 1px solid #a4a4a4;
  background-color: #eeeeee;
}
@media (max-width: 834.98px) {
  #is_shop #sumcart .count > input[type=text] {
    max-width: 100%;
  }
}
#is_shop #sumcart .update,
#is_shop #sumcart .remove {
  font-size: 1rem;
  font-family: Noto Sans JP, sans-serif;
  text-align: center;
  text-decoration: underline;
}
#is_shop #sumcart .update {
  margin-right: 0.625rem;
}
#is_shop #sumcart .remove {
  color: #fb0d0d;
}
#is_shop #sumcart .sum {
  margin-bottom: 3.75rem;
  padding: 1rem;
  border: 1px solid #a4a4a4;
}
#is_shop #sumcart .sum > div:not(.button) {
  margin-bottom: 1.25rem;
}
#is_shop #sumcart .sum > div > div:nth-child(2) {
  margin-left: auto;
}
#is_shop #sumcart .sum .sum_count:before {
  content: "購入点数:";
}
#is_shop #sumcart .sum .sum_price {
  align-items: center;
  justify-content: flex-end;
}
#is_shop #sumcart .sum .sum_price > dt {
  flex: 0 0 auto;
  margin-right: 0.625rem;
  font-size: 1rem;
}
#is_shop #sumcart .sum .sum_price > dd {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 1.375rem;
  color: #fb0d0d;
}
#is_shop #sumcart .sum .limit {
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  text-align: right;
}
#is_shop #sumcart .sum > p:not(.limit) {
  margin-bottom: 2.5rem;
  font-size: 0.75rem;
  text-align: right;
}
@media (max-width: 640.98px) {
  #is_shop #sumcart .sum .button {
    align-items: center;
  }
}
#is_shop #sumcart .sum .button .purchase,
#is_shop #sumcart .sum .button .back {
  max-width: 300px;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 640.98px) {
  #is_shop #sumcart .sum .button .purchase {
    margin-bottom: 1.25rem;
  }
}
#is_shop #sumcart .sum .button .back {
  margin-right: 3.75rem;
}
@media (max-width: 640.98px) {
  #is_shop #sumcart .sum .button .back {
    margin-right: 0;
  }
}
#is_shop .postage {
  margin-bottom: 3.75rem;
  padding: 1rem;
  background-color: #eeeeee;
  border: 1px solid #a4a4a4;
}
#is_shop .form_wrap > dl:last-of-type {
  border-bottom: 1px solid #a4a4a4;
}
#is_shop .form_wrap > dl > dt {
  flex: 0 0 20%;
}
#is_shop .form_wrap > dl > dd {
  flex: 1 0 0;
}
#is_shop .form_wrap .next {
  margin-top: 3.75rem;
}
#is_shop .form_wrap .confirm {
  margin-top: 5rem;
}
#is_shop .shipment p {
  padding: 1rem;
  background-color: #eeeeee;
  border: 1px solid #a4a4a4;
}
#is_shop .purchase .addrs > ul {
  margin-bottom: 3.75rem;
}
#is_shop .purchase .addrs > ul > li {
  margin-bottom: 3.75rem;
  padding: 1rem;
  background-color: #eeeeee;
  border: 1px solid #a4a4a4;
}
#is_shop .purchase .addrs > ul > li:last-child {
  margin-bottom: 0;
}
#is_shop .purchase .addrs > ul > li > dl:first-child > dd {
  margin-bottom: 0.625rem;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
}
#is_shop .purchase .addrs .link {
  margin-top: 3.75rem;
}
#is_shop .purchase .addrs .deliver {
  text-decoration: underline;
}
#is_shop .purchase .addrs .edit {
  margin-right: 2.5rem;
}
#is_shop .purchase .addrs .remove {
  color: #fb0d0d;
}
#is_shop .purchase .next {
  margin-bottom: 1.25rem;
}
#is_shop .purchase .add_deliver {
  display: block;
  width: 100%;
  margin-bottom: 3.75rem;
  text-align: center;
  text-decoration: underline;
}
#is_shop .purchase.confirm .edit_customer,
#is_shop .purchase.confirm .edit_deliver,
#is_shop .purchase.confirm .edit_payment,
#is_shop .purchase.confirm .edit_shipment {
  margin-top: 2.5rem;
}
#is_shop .purchase.confirm .sub_total {
  border-bottom: 1px solid #a4a4a4;
}
#is_shop .purchase.confirm .deliver_item > dd > ul > li {
  margin-bottom: 0.625rem;
  padding: 1rem;
  background-color: #eeeeee;
}
@media (max-width: 834.98px) {
  #is_shop .purchase.confirm .deliver_item > dd > ul > li {
    flex-direction: column;
  }
}
#is_shop .purchase.confirm .deliver_item .photo {
  flex: 0 0 20%;
  margin-right: 0.625rem;
}
@media (max-width: 834.98px) {
  #is_shop .purchase.confirm .deliver_item .photo {
    width: 100%;
    flex: 1;
    margin-right: 0;
    margin-bottom: 0.625rem;
  }
}
#is_shop .purchase.confirm .deliver_item .photo .photo {
  flex: none;
  width: 100%;
  margin-right: 0;
}
#is_shop .purchase.confirm .deliver_item .item {
  flex: 0 0 auto;
  margin-right: 0.625rem;
}
@media (max-width: 834.98px) {
  #is_shop .purchase.confirm .deliver_item .item {
    margin-right: 0;
    margin-bottom: 0.625rem;
  }
}
#is_shop .purchase.confirm .deliver_item .item .number {
  font-size: 0.75rem;
}
#is_shop .purchase.confirm .deliver_item .item .number::before {
  content: "ITEM.";
}
#is_shop .purchase.confirm .deliver_item .price,
#is_shop .purchase.confirm .deliver_item .count,
#is_shop .purchase.confirm .deliver_item .subtotal {
  width: 100%;
  text-align: right;
}
#is_shop .purchase.confirm .deliver_item .price {
  margin-left: auto;
  margin-right: 0.625rem;
}
@media (max-width: 834.98px) {
  #is_shop .purchase.confirm .deliver_item .price {
    margin-left: 0;
    margin-right: 0;
  }
}
#is_shop .purchase.confirm .deliver_item .count {
  margin-right: 0.625rem;
}
@media (max-width: 834.98px) {
  #is_shop .purchase.confirm .deliver_item .count {
    margin-right: 0;
  }
}
#is_shop .purchase.confirm .deliver_item .count > p {
  font-size: 0.75rem;
}
#is_shop .purchase.confirm .total > dd {
  justify-content: flex-end;
}
#is_shop .purchase.confirm .total > dd > div:first-child {
  margin-right: 0.625rem;
}
#is_shop .purchase.confirm .total.amount > dd {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}
#is_shop .purchase.confirm .total.amount > dd > div > p {
  color: #fb0d0d;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
}
#is_shop .purchase.confirm .sub_total .item {
  margin-bottom: 0;
}
#is_shop .purchase.confirm .sub_total > dd > ul > li > div:nth-child(4n) {
  margin-left: auto;
  margin-right: 0.625rem;
}
#is_shop .purchase.confirm .sub_total > dd > ul > li > div:nth-child(n+3) {
  flex: 0 0 auto;
}
#is_shop .purchase.accept .accept {
  margin-top: 6.25rem;
  margin-bottom: 3.75rem;
}/*# sourceMappingURL=common_style.css.map */