@charset "UTF-8";
.inner-full {
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
}

.inner-600 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834.98px) {
  .inner-600 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-700 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834.98px) {
  .inner-700 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834.98px) {
  .inner-800 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834.98px) {
  .inner-900 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834.98px) {
  .inner-1000 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1100 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834.98px) {
  .inner-1100 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834.98px) {
  .inner-1200 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1300 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834.98px) {
  .inner-1300 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1400 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834.98px) {
  .inner-1400 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1500 {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834.98px) {
  .inner-1500 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1600 {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834.98px) {
  .inner-1600 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1920 {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834.98px) {
  .inner-1920 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

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

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

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 {
  color: inherit;
  font-size: inherit;
}
body span {
  color: inherit;
  font-size: inherit;
  font-weight: 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: 0px) {
  .g-1 {
    --gutter-x: 10px;
    --gutter-y: 10px;
  }
  .g-2 {
    --gutter-x: 20px;
    --gutter-y: 20px;
  }
  .g-3 {
    --gutter-x: 30px;
    --gutter-y: 30px;
  }
  .g-4 {
    --gutter-x: 40px;
    --gutter-y: 40px;
  }
}
@media (min-width: 401px) {
  .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: 401px) {
  .g-ssp-1 {
    --gutter-x: 10px;
    --gutter-y: 10px;
  }
  .g-ssp-2 {
    --gutter-x: 20px;
    --gutter-y: 20px;
  }
  .g-ssp-3 {
    --gutter-x: 30px;
    --gutter-y: 30px;
  }
  .g-ssp-4 {
    --gutter-x: 40px;
    --gutter-y: 40px;
  }
}
@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: 641px) {
  .g-sp-1 {
    --gutter-x: 10px;
    --gutter-y: 10px;
  }
  .g-sp-2 {
    --gutter-x: 20px;
    --gutter-y: 20px;
  }
  .g-sp-3 {
    --gutter-x: 30px;
    --gutter-y: 30px;
  }
  .g-sp-4 {
    --gutter-x: 40px;
    --gutter-y: 40px;
  }
}
@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: 835px) {
  .g-tab-1 {
    --gutter-x: 10px;
    --gutter-y: 10px;
  }
  .g-tab-2 {
    --gutter-x: 20px;
    --gutter-y: 20px;
  }
  .g-tab-3 {
    --gutter-x: 30px;
    --gutter-y: 30px;
  }
  .g-tab-4 {
    --gutter-x: 40px;
    --gutter-y: 40px;
  }
}
@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: 1001px) {
  .g-bp1000-1 {
    --gutter-x: 10px;
    --gutter-y: 10px;
  }
  .g-bp1000-2 {
    --gutter-x: 20px;
    --gutter-y: 20px;
  }
  .g-bp1000-3 {
    --gutter-x: 30px;
    --gutter-y: 30px;
  }
  .g-bp1000-4 {
    --gutter-x: 40px;
    --gutter-y: 40px;
  }
}
@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: 1201px) {
  .g-bp1200-1 {
    --gutter-x: 10px;
    --gutter-y: 10px;
  }
  .g-bp1200-2 {
    --gutter-x: 20px;
    --gutter-y: 20px;
  }
  .g-bp1200-3 {
    --gutter-x: 30px;
    --gutter-y: 30px;
  }
  .g-bp1200-4 {
    --gutter-x: 40px;
    --gutter-y: 40px;
  }
}
@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: 1401px) {
  .g-bp1400-1 {
    --gutter-x: 10px;
    --gutter-y: 10px;
  }
  .g-bp1400-2 {
    --gutter-x: 20px;
    --gutter-y: 20px;
  }
  .g-bp1400-3 {
    --gutter-x: 30px;
    --gutter-y: 30px;
  }
  .g-bp1400-4 {
    --gutter-x: 40px;
    --gutter-y: 40px;
  }
}
@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: 1501px) {
  .g-bp1500-1 {
    --gutter-x: 10px;
    --gutter-y: 10px;
  }
  .g-bp1500-2 {
    --gutter-x: 20px;
    --gutter-y: 20px;
  }
  .g-bp1500-3 {
    --gutter-x: 30px;
    --gutter-y: 30px;
  }
  .g-bp1500-4 {
    --gutter-x: 40px;
    --gutter-y: 40px;
  }
}
@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: 1601px) {
  .g-bp1600-1 {
    --gutter-x: 10px;
    --gutter-y: 10px;
  }
  .g-bp1600-2 {
    --gutter-x: 20px;
    --gutter-y: 20px;
  }
  .g-bp1600-3 {
    --gutter-x: 30px;
    --gutter-y: 30px;
  }
  .g-bp1600-4 {
    --gutter-x: 40px;
    --gutter-y: 40px;
  }
}
@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: 1921px) {
  .g-bp1920-1 {
    --gutter-x: 10px;
    --gutter-y: 10px;
  }
  .g-bp1920-2 {
    --gutter-x: 20px;
    --gutter-y: 20px;
  }
  .g-bp1920-3 {
    --gutter-x: 30px;
    --gutter-y: 30px;
  }
  .g-bp1920-4 {
    --gutter-x: 40px;
    --gutter-y: 40px;
  }
}
@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: 1201px) {
  .g-drawer-1 {
    --gutter-x: 10px;
    --gutter-y: 10px;
  }
  .g-drawer-2 {
    --gutter-x: 20px;
    --gutter-y: 20px;
  }
  .g-drawer-3 {
    --gutter-x: 30px;
    --gutter-y: 30px;
  }
  .g-drawer-4 {
    --gutter-x: 40px;
    --gutter-y: 40px;
  }
}
@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: 641px) {
  .g-flex-1 {
    --gutter-x: 10px;
    --gutter-y: 10px;
  }
  .g-flex-2 {
    --gutter-x: 20px;
    --gutter-y: 20px;
  }
  .g-flex-3 {
    --gutter-x: 30px;
    --gutter-y: 30px;
  }
  .g-flex-4 {
    --gutter-x: 40px;
    --gutter-y: 40px;
  }
}
@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: 835px) {
  .g-confTab-1 {
    --gutter-x: 10px;
    --gutter-y: 10px;
  }
  .g-confTab-2 {
    --gutter-x: 20px;
    --gutter-y: 20px;
  }
  .g-confTab-3 {
    --gutter-x: 30px;
    --gutter-y: 30px;
  }
  .g-confTab-4 {
    --gutter-x: 40px;
    --gutter-y: 40px;
  }
}
@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: 401px) {
  .d-ssp-inline {
    display: inline !important;
  }
}
@media (min-width: 401px) {
  .d-ssp-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 401px) {
  .d-ssp-block {
    display: block !important;
  }
}
@media (min-width: 401px) {
  .d-ssp-grid {
    display: grid !important;
  }
}
@media (min-width: 401px) {
  .d-ssp-table {
    display: table !important;
  }
}
@media (min-width: 401px) {
  .d-ssp-table-row {
    display: table-row !important;
  }
}
@media (min-width: 401px) {
  .d-ssp-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 401px) {
  .d-ssp-flex {
    display: flex !important;
  }
}
@media (min-width: 401px) {
  .d-ssp-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 401px) {
  .d-ssp-none {
    display: none !important;
  }
}
@media (min-width: 401px) {
  .text-align-ssp-center * {
    text-align: center !important;
  }
  .text-align-ssp-center {
    text-align: center !important;
  }
}
@media (min-width: 401px) {
  .text-align-ssp-left * {
    text-align: left !important;
  }
  .text-align-ssp-left {
    text-align: left !important;
  }
}
@media (min-width: 401px) {
  .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 .blog_list {
  border: none;
}
.m-blog .blog_list__list {
  display: block;
  border-bottom: none;
}
.m-blog .blog_list .blog_photo {
  width: 100%;
  padding: 0;
}
.m-blog .blog_list .blog_text {
  width: 100%;
  padding: 0;
  font-size: 1rem;
}
.m-blog .blog_list .blog_text > h3 {
  margin-bottom: 0;
  font-size: 1rem;
}
.m-blog .blog_list .detail {
  margin-top: 0;
}

.m-blog--style_01 .blog_list {
  max-height: 380px;
  overflow-y: scroll;
}
.m-blog--style_01 .blog_list::-webkit-scrollbar {
  width: 5px;
}
.m-blog--style_01 .blog_list::-webkit-scrollbar-track {
  background-color: transparent;
}
.m-blog--style_01 .blog_list::-webkit-scrollbar-thumb {
  background-color: #dadada;
  border-radius: 5px;
}
.m-blog--style_01 .blog_list__list {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid rgb(233, 233, 233);
}
@media (max-width: 834.98px) {
  .m-blog--style_01 .blog_list__list {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
}
.m-blog--style_01 .blog_list__list:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.m-blog--style_01 .blog_photo {
  flex: 0 0 25%;
  margin-right: 20px;
}
@media (max-width: 834.98px) {
  .m-blog--style_01 .blog_photo {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.m-blog--style_01 .blog_photo > a > img {
  width: 100%;
}
.m-blog--style_01 .blog_date {
  margin-right: 60px;
  color: #00974b !important;
}
@media (max-width: 834.98px) {
  .m-blog--style_01 .blog_date {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.m-blog--style_01 .blog_text {
  flex: 1 0 0;
}
@media (max-width: 834.98px) {
  .m-blog--style_01 .blog_text {
    display: block;
  }
}
.m-blog--style_01 .blog_text > h3 > a {
  color: #00020e !important;
}
.m-blog--style_01 .blog_text > h3 > a > span {
  text-decoration: underline;
}
.m-blog--style_01 .blog_text > ul {
  display: block;
  margin-top: 10px;
}
.m-blog--style_01 .blog_text > ul > li {
  display: inline-block;
}
.m-blog--style_01 .blog_text > ul > li > a {
  padding: 5px;
  background-color: #1e2776;
}
.m-blog--style_01 .blog_text > ul > li > a:link, .m-blog--style_01 .blog_text > ul > li > a:visited {
  color: white;
}
.m-blog--style_01 .detail {
  display: none;
}

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

.btn--details {
  color: #00020e !important;
  font-family: Noto Sans JP, Inter, sans-serif;
  font-weight: 700;
}
.btn--details:before {
  margin-right: 15px;
  padding: 22px;
  font-size: 0.875rem;
  color: white;
  background-color: #1e2776;
  content: "\f061";
  font: var(--fa-font-solid);
  line-height: 1;
}
.btn--download {
  color: #00020e !important;
  font-family: Noto Sans JP, Inter, sans-serif;
  font-weight: 700;
}
.btn--download:before {
  margin-right: 15px;
  padding: 22px;
  font-size: 0.875rem;
  color: white;
  background-color: #00974b;
  content: "\f56d";
  font: var(--fa-font-solid);
  line-height: 1;
}
.btn--blue {
  min-width: 250px;
  padding: 15px 20px;
  border: 2px solid #1e2776;
  border-radius: 5px;
  color: white;
  background-color: #1e2776;
  transition: 0.2s;
}
.btn--blue:hover {
  color: #1e2776;
  background-color: white;
  transition: 0.2s;
}

.form_wrap.dl-history > dl:last-child > dt, .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-history > dl:last-child > dd,
.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-history > dl > dt, .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-history > dl > dd,
.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-history > dl > dt, .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;
}

.form_wrap.dl.dl--style_01 dl {
  display: block !important;
  margin-bottom: 1.25rem;
}
.form_wrap.dl.dl--style_01 dl > dt {
  color: #00974b;
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
}
.form_wrap.dl.dl--style_02 dl {
  margin-bottom: 20px;
  padding: 40px;
  background-color: white;
}
@media (max-width: 640.98px) {
  .form_wrap.dl.dl--style_02 dl {
    display: block !important;
  }
}
.form_wrap.dl.dl--style_02 dl:last-child {
  margin-bottom: 0;
}
@media (max-width: 834.98px) {
  .form_wrap.dl.dl--style_02 dl {
    padding: 20px;
  }
}
.form_wrap.dl.dl--style_02 dl > dt {
  margin-right: 20px;
  font-family: Noto Sans JP, Inter, sans-serif;
  font-weight: 700;
}
@media (max-width: 640.98px) {
  .form_wrap.dl.dl--style_02 dl > dt {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #00974b !important;
  }
}
@media (max-width: 640.98px) {
  .form_wrap.dl.dl--style_02 dl > dd {
    width: 100% !important;
  }
}

.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 #00974b;
}
@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 rgb(233, 233, 233);
}
@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 #00974b;
}
@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 rgb(233, 233, 233);
}
@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 #00974b;
  }
}
.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 #00974b;
  font-size: 1rem;
  font-family: Noto Sans JP, Inter, 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 rgb(233, 233, 233);
}
@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 #00974b;
  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: #00974b;
}
.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: #00974b;
  font-size: 1.25rem;
}
.form_wrap.dl-flow > dl > dd {
  margin-bottom: 40px;
}

.form_wrap.dl-history > dl > dt, .form_wrap.dl-history > dl > dd, .form_wrap.dl-history > dl > h3 {
  color: rgb(37, 37, 37);
}
.form_wrap.dl-history > dl > dt {
  flex-direction: row;
  justify-content: end;
  padding-right: 20px;
  font-family: Noto Sans JP, Inter, sans-serif;
  font-weight: 700;
  position: relative;
  text-align: right;
}
@media (max-width: 834.98px) {
  .form_wrap.dl-history > dl > dt {
    font-size: 0.875rem;
  }
}
.form_wrap.dl-history > dl > dt:before, .form_wrap.dl-history > dl > dt:after {
  content: "";
  background-color: #00974b;
  position: absolute;
}
.form_wrap.dl-history > dl > dt:before {
  width: 1px;
  height: 100%;
  top: 10px;
  right: 0;
}
.form_wrap.dl-history > dl > dt:after {
  width: 9px;
  height: 9px;
  border-radius: 9px;
  top: 9px;
  right: -4px;
}
.form_wrap.dl-history > dl > dd {
  margin-left: 20px;
  padding-bottom: 100px;
  font-size: 0.875rem;
}
.form_wrap.dl-history > dl > dd > h3 {
  margin-bottom: 10px;
  font-size: 1rem;
  font-family: Noto Sans JP, Inter, sans-serif;
  font-weight: 700;
}
.form_wrap.dl-history > dl > dd > img {
  margin-top: 40px;
}

.dpdn .dpdn__lists {
  list-style: none;
}
@media (max-width: 1200.98px) {
  .is_open .dpdn__lists {
    opacity: 1;
    visibility: visible;
  }
}

.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: 10px;
  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;
    position: static;
    transition: all 0.3s ease;
  }
}
@media (max-width: 1200.98px) {
  .is_open .dpdn__lists {
    opacity: 1;
    visibility: visible;
  }
}

.dpdn__list {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(233, 233, 233);
}
@media (max-width: 1200.98px) {
  .dpdn__list {
    padding-bottom: 0;
    border-bottom: none;
    color: #00974b;
  }
}
.dpdn__list:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.dpdn__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Noto Sans JP, Inter, sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
}

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

.eyecatch > article {
  display: inline-block;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 0 1.25rem;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: white;
}
.eyecatch > article > h1, .eyecatch > article > p {
  display: inline-block;
  font-size: 2.8125rem;
  font-family: Noto Sans JP, Inter, sans-serif;
  font-weight: 700;
  color: #00020e;
}
@media (max-width: 640.98px) {
  .eyecatch > article > h1, .eyecatch > article > p {
    font-size: 2.1875rem;
  }
}
.eyecatch > article > div {
  font-size: 1rem;
  font-family: Inter, sans-serif;
  font-weight: 700;
  color: #00974b;
}

.flex--style_01 {
  --gutter-x: 40px;
}
@media (max-width: 640.98px) {
  .flex--style_01 {
    --gutter-y: 60px;
  }
}
.flex--style_01 .box {
  display: flex;
  align-items: center;
  position: relative;
  overflow: visible !important;
}
.flex--style_01 .box:last-child:after {
  content: none;
}
.flex--style_01 .box:after {
  content: "\f061";
  font: var(--fa-font-solid);
  line-height: 1;
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translate(0, -50%);
}
@media (max-width: 640.98px) {
  .flex--style_01 .box:after {
    content: "\f063";
    font: var(--fa-font-solid);
    line-height: 1;
    font-size: 1.25rem;
    top: auto;
    right: auto;
    bottom: -35px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.flex--style_01 .box > article {
  height: 100%;
}
@media (max-width: 640.98px) {
  .flex--style_01 .box > article {
    width: 100%;
  }
}
.flex--style_01 .box > article > a {
  display: block;
}
.flex--style_01 .box > article > h3 {
  display: none;
}
.flex--style_01 .box > article > a > img {
  margin-bottom: 5px;
}
.flex--style_01 .box > article > div {
  font-size: 0.75rem;
}
.flex--style_02 .box {
  margin-bottom: 120px;
}
.flex--style_02 .box:nth-child(2n) > article {
  flex-direction: row-reverse;
}
.flex--style_02 .box:nth-child(2n) > article > img {
  margin-right: 0;
  margin-left: 20px;
}
@media (max-width: 640.98px) {
  .flex--style_02 .box:nth-child(2n) > article > img {
    margin-left: 0;
  }
}
.flex--style_02 .box:last-child {
  margin-bottom: 0;
}
.flex--style_02 .box > article {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 640.98px) {
  .flex--style_02 .box > article {
    display: block;
  }
}
.flex--style_02 .box > article > h3 {
  display: none;
}
.flex--style_02 .box > article > img {
  width: 40%;
  margin-right: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 640.98px) {
  .flex--style_02 .box > article > img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.flex--style_02 .box > article > div {
  flex: 1 0 0;
}
.flex--style_02 .box > article > div > h2 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: Noto Sans JP, Inter, sans-serif;
  font-weight: 700;
  border-bottom: 2px solid #00974b;
}
.flex--style_02 .box > article > div > h2::first-letter {
  color: #00974b;
}
.flex--style_02 .box > article > div > ul > li {
  counter-increment: list 1;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  float: none !important;
}
body {
  counter-reset: list 0;
}

.flex--style_02 .box > article > div > ul > li:last-child {
  margin-bottom: 0;
}
.flex--style_02 .box > article > div > ul > li:before {
  content: counter(list) ".";
  margin-right: 5px;
  color: #00974b;
  font-size: 1.875rem;
  font-family: Inter, sans-serif;
  font-weight: 700;
}
.flex--style_03 {
  justify-content: center;
}
.flex--style_03 .box {
  position: relative;
  overflow: visible !important;
}
.flex--style_03 .box > article > h3 {
  display: none;
}
.flex--style_03 .box > article > a > img {
  margin-bottom: 10px;
}
.flex--style_03 .box > article > div > h2 {
  width: 95%;
  color: white;
  font-size: 1.125rem;
  font-family: Noto Sans JP, Inter, sans-serif;
  font-weight: 700;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0);
}
.flex--style_03 .box > article > div > h2 > a {
  display: block;
  padding: 10px 20px;
  background: linear-gradient(145deg, rgb(0, 179, 33) 0%, rgb(119, 189, 132) 90%);
}
.flex--style_03 .box > article > div > h2 > a:visited, .flex--style_03 .box > article > div > h2 > a:link {
  color: white;
}
.flex--style_04 {
  justify-content: center;
}
.flex--style_04 .box {
  position: relative;
  overflow: visible !important;
}
.flex--style_04 .box > article > h3 {
  display: none;
}
.flex--style_04 .box > article > a > img {
  margin-bottom: 10px;
}
.flex--style_04 .box > article > div > h2 {
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 1.125rem;
  font-family: Noto Sans JP, Inter, sans-serif;
  font-weight: 700;
  border-bottom: 1px solid #c0c0c0;
}
@media (max-width: 834.98px) {
  .flex--images_01 .box:first-child {
    display: none;
  }
}
.flex--images_01 .box:nth-child(2) {
  display: none;
}
@media (max-width: 834.98px) {
  .flex--images_01 .box:nth-child(2) {
    display: block;
  }
}
@media (max-width: 834.98px) {
  .flex--images_02 .box:first-child {
    display: none;
  }
}
.flex--images_02 .box:nth-child(2) {
  display: none;
}
@media (max-width: 834.98px) {
  .flex--images_02 .box:nth-child(2) {
    display: block;
  }
}
@media (max-width: 640.98px) {
  .flex--images_02 .box:nth-child(2) {
    display: none;
  }
}
.flex--images_02 .box:nth-child(3) {
  display: none;
}
@media (max-width: 640.98px) {
  .flex--images_02 .box:nth-child(3) {
    display: block;
  }
}

.flex-faq {
  border: 2px solid #00974b;
  border-radius: 20px;
  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: #ebfff4;
}
.flex-faq .box:first-child > div {
  font-size: 1rem;
  font-family: Noto Sans JP, Inter, sans-serif;
  font-weight: 700;
}
.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: #00974b;
  border-radius: 100vh;
  font-size: 1.25rem;
  line-height: 1;
}
.flex-faq .box:last-child {
  width: 100%;
}

.flex-flow {
  display: block !important;
}
body {
  counter-increment: step 0;
}

.flex-flow .box {
  counter-increment: step 1;
  margin-bottom: 45px;
  padding: 40px;
  background: linear-gradient(-45deg, rgb(255, 255, 255) 0%, rgb(199, 178, 153) 100%);
  position: relative;
  overflow: visible !important;
}
@media (max-width: 834.98px) {
  .flex-flow .box {
    padding: 25px 20px;
  }
}
.flex-flow .box:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 40px;
  position: absolute;
  bottom: -40px;
  left: 40px;
  background: url(/images/utility/arrow-flow.png) no-repeat center/3.7px 40px;
}
.flex-flow .box:nth-child(2n) {
  background: linear-gradient(-45deg, rgb(255, 255, 255) 0%, rgb(204, 204, 204) 100%);
}
.flex-flow .box:last-child {
  margin-bottom: 0;
}
.flex-flow .box:last-child::after {
  content: none;
}
.flex-flow .box > div {
  display: flex;
}
@media (max-width: 834.98px) {
  .flex-flow .box > div {
    display: block;
    font-size: 0.875rem;
    line-height: 2;
  }
}
.flex-flow .box > div > h3 {
  flex: 0 0 30%;
  margin-right: 60px;
  margin-bottom: 5px;
  font-size: 1.5625rem;
  font-family: Noto Sans JP, Inter, sans-serif;
  font-weight: 700;
}
@media (max-width: 834.98px) {
  .flex-flow .box > div > h3 {
    display: flex;
    align-items: center;
    width: 100%;
    margin-right: 0;
    font-size: 1.125rem;
  }
}
.flex-flow .box > div > h3:before {
  content: counter(step, decimal-leading-zero);
  display: block;
  font-family: Inter, sans-serif;
  font-weight: 700;
  color: white;
  font-size: 2.5rem;
  line-height: 1;
}
@media (max-width: 834.98px) {
  .flex-flow .box > div > h3:before {
    margin-right: 10px;
  }
}
.flex-flow .box > div > p {
  flex: 1 0 0;
}

.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 #00974b;
  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: #00974b;
  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: 2.25rem;
}
h2 {
  font-size: 1.625rem;
}
h3 {
  font-size: 1.25rem;
}
.h2--style_01 h2 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #00974b;
  font-family: Noto Sans JP, Inter, sans-serif;
  font-weight: 700;
}
.h2--style_01 h2::first-letter {
  color: #00974b;
}
.h2--style_02 h2 {
  font-family: Noto Sans JP, Inter, sans-serif;
  font-weight: 700;
}
.h2--style_02 h2::first-letter {
  color: #00974b;
}
.h2--style_02 article > div {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.h3--style_01 h3 {
  font-family: Noto Sans JP, Inter, sans-serif;
  font-weight: 700;
  position: relative;
}
.h3--style_01 h3:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 3px;
  border-radius: 2px;
  background-color: #00974b;
  position: absolute;
  bottom: -8px;
}
.h3--style_02 {
  padding: 20px;
  background-color: #00974b;
}
.h3--style_02 h3 {
  color: white !important;
  font-family: Noto Sans JP, Inter, sans-serif;
  font-weight: 700;
}
.h3--style_02 h3 > span:first-child {
  color: white !important;
}
.h3--style_02 h3 > span:first-child:after {
  content: "\f178";
  font: var(--fa-font-solid);
  line-height: 1;
  margin-left: 7px;
  margin-right: 7px;
}
.h3--style_03 h3 {
  font-family: Noto Sans JP, Inter, sans-serif;
  font-weight: 700;
  position: relative;
}
.h3--style_03 h3:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 3px;
  border-radius: 2px;
  background-color: #00974b;
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
}

.mv {
  position: relative;
  z-index: 0;
  margin-top: 100px;
}
@media (max-width: 1200.98px) {
  .mv {
    margin-top: 73px;
  }
}
.mv .slider__list:not(:first-child) {
  display: none;
}
.slick-initialized .slider__list:not(:first-child) {
  display: block;
}

.mv .slider__list img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.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 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
  flex: 1 0 0;
  margin-right: 50px;
}
.nav__lists {
  display: flex;
  justify-content: flex-end;
}
.nav__list {
  flex: 0 0 auto;
  margin-right: 3.7974683544%;
  color: #00974b;
  text-align: center;
}
.nav__list:last-child {
  margin-right: 0;
}
.nav__link {
  display: block;
  font-family: Noto Sans JP, Inter, sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1;
}

@media (max-width: 1200.98px) {
  .nav {
    display: block;
    width: 30%;
    margin-right: 0;
    right: 0;
    transform: translate(0, 0);
  }
}
@media (max-width: 1200.98px) and (max-width: 834.98px) {
  .nav {
    width: 40%;
  }
}
@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;
  }
  .nav__list {
    margin-right: 0;
    margin-bottom: 40px;
    padding: 0 20px;
    color: #00974b;
  }
  .nav__list:last-child {
    margin-bottom: 0;
  }
  .nav__link {
    text-align: left;
    font-size: 1.125rem;
  }
}
@media (max-width: 1200.98px) and (max-width: 1200.98px) {
  .nav__link {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #00974b;
  }
}
.is_open .nav {
  background-color: white;
  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_photo img {
  -o-object-fit: cover;
     object-fit: cover;
}
.sns--style_01 .slick-slide {
  margin: 0 0.625rem;
}
.sns--style_02 {
  --gutter-x: 20px;
  --gutter-y: 20px;
}
.sns--style_02 .sns_photo > a {
  position: relative;
  display: block;
}
.sns--style_02 .sns_photo > a:has(a) {
  display: block;
}
.sns--style_02 .sns_photo > a:before {
  content: "";
  display: block;
  padding-top: 100%;
  text-align: center;
}
.sns--style_02 .sns_photo > a > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.sns--style_02 .sns_photo > a > img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.sns--style_02 .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: #00974b;
}
.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: 10px;
  float: none !important;
}
.ul--style_01 > ul > li:last-child {
  margin-bottom: 0;
}
.ul--style_01 > ul > li:before {
  margin-right: 5px;
  color: #00974b;
  content: "\f058";
  font: var(--fa-font-solid);
  line-height: 1;
}
body {
  counter-reset: list 0;
}

.ul--style_02 > ul > li {
  counter-increment: list 1;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  float: none !important;
}
.ul--style_02 > ul > li:last-child {
  margin-bottom: 0;
}
.ul--style_02 > ul > li:before {
  content: counter(list) ".";
  margin-right: 5px;
  color: #00974b;
  font-size: 1.875rem;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.loader {
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, rgb(118, 255, 142) 0%, rgb(37, 64, 255) 90%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
}
.loader.js-remove {
  animation: fadeout 1s ease 2s forwards;
  pointer-events: none;
}
@keyframes fadeout {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.loader__img {
  filter: brightness(200);
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, 0);
}
.loader__text {
  width: 100%;
  color: white;
  font-size: 6.25rem;
  font-family: Inter, sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
  animation: fadein 0.5s ease 0.5s forwards;
}
@media (max-width: 1000.98px) {
  .loader__text {
    font-size: 6.25rem;
  }
}
@media (max-width: 834.98px) {
  .loader__text {
    font-size: 5rem;
  }
}
@media (max-width: 640.98px) {
  .loader__text {
    font-size: 3.75rem;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translate(-50%, 100%);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%, -50%);
  }
}

.header__inner {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
}
@media (max-width: 1200.98px) {
  .header__inner {
    justify-content: space-between;
    padding: 20px;
  }
}

.logo {
  width: 27.7777777778%;
  max-width: 300px;
  min-width: 220px;
  margin-left: 20px;
}
@media (max-width: 1200.98px) {
  .logo {
    margin-left: 0;
  }
}
.logo__link {
  display: block;
}
.logo__img {
  width: 100%;
}

@media (max-width: 1200.98px) {
  .contact {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
  }
}

.mail {
  display: block;
  padding: 20px 12px;
  background-color: #00974b;
}
@media (max-width: 1200.98px) {
  .mail {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.mail * {
  color: white !important;
}
.mail i {
  display: block;
  font-size: 1.25rem;
}
@media (max-width: 1200.98px) {
  .mail i {
    margin-right: 5px;
    line-height: 1;
  }
}
.mail__text {
  font-size: 0.75rem;
  line-height: 1;
}
@media (max-width: 1200.98px) {
  .mail__text {
    font-size: 1rem;
  }
}

.cv {
  padding-top: 85px;
  padding-bottom: 85px;
  background: rgb(0, 145, 72);
  background: linear-gradient(145deg, rgba(0, 179, 33, 0.8) 0%, rgba(16, 60, 255, 0.8) 90%);
}
.cv__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) {
  .cv__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 834.98px) {
  .cv__inner {
    display: block;
  }
}
.cv__wrapper {
  flex: 0 0 40.8333333333%;
  margin-right: 110px;
  text-align: left;
}
@media (max-width: 1200.98px) {
  .cv__wrapper {
    margin-right: 40px;
  }
}
@media (max-width: 834.98px) {
  .cv__wrapper {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.cv__wrapper * {
  color: white;
}
.cv__title {
  margin-bottom: 25px;
}
.cv__title-main, .cv__title-sub, .cv__text {
  font-family: Noto Sans JP, Inter, sans-serif;
  font-weight: 700;
}
.cv__title-main {
  margin-bottom: 15px;
  font-size: 3.75rem;
  line-height: 1;
}
@media (max-width: 834.98px) {
  .cv__title-main {
    font-size: 2.5rem;
  }
}
.cv__title-sub {
  font-size: 0.875rem;
  line-height: 1;
}
.cv__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 0;
  padding: 68px;
  background-color: white;
}
@media (max-width: 834.98px) {
  .cv__btn {
    padding: 20px;
  }
}
.cv__btn * {
  color: #00974b;
}
.cv__btn i {
  margin-right: 20px;
  font-size: 1.875rem;
}
@media (max-width: 834.98px) {
  .cv__btn i {
    margin-right: 8px;
    font-size: 1.375rem;
  }
}
.cv__btn-text {
  font-size: 1.375rem;
  font-family: Noto Sans JP, Inter, sans-serif;
  font-weight: 700;
}
@media (max-width: 834.98px) {
  .cv__btn-text {
    font-size: 1rem;
  }
}

.footer {
  padding-top: 80px;
  padding-bottom: 80px;
}
.footer__inner {
  max-width: 1280px;
  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;
  }
}

.f-nav {
  margin-bottom: 60px;
}
.f-nav__lists {
  display: flex;
  justify-content: center;
}
@media (max-width: 1200.98px) {
  .f-nav__lists {
    display: block;
  }
}
.f-nav__link {
  display: block;
}
.f-nav__list {
  margin-right: 2.5%;
}
@media (max-width: 1200.98px) {
  .f-nav__list {
    margin-right: 0;
    margin-bottom: 40px;
    text-align: left;
  }
}
.f-nav__list:last-child {
  margin-right: 0;
}
@media (max-width: 1200.98px) {
  .f-nav__list:last-child {
    margin-bottom: 0;
  }
}
.f-nav__link {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #00974b;
  color: #00020e !important;
  font-family: Noto Sans JP, Inter, sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
}

.f-dpdn__list {
  margin-bottom: 5px;
  text-align: left;
}
.f-dpdn__list:last-child {
  margin-bottom: 0;
}
.f-dpdn__link {
  color: #00020e !important;
  font-size: 0.875rem;
  font-family: Noto Sans JP, Inter, sans-serif;
  font-weight: 300;
}

.copyright {
  font-size: 0.75rem;
  font-family: Noto Sans JP, Inter, sans-serif;
  font-weight: 300;
}

.sec-mv {
  position: relative;
}

.mv {
  display: block !important;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.mv .box > article > h3 {
  display: none;
}
.mv .box > article:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(0, 179, 33);
  background: linear-gradient(145deg, rgba(0, 179, 33, 0.4990371148) 0%, rgba(29, 39, 119, 0.5018382353) 90%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.mv .box > article > img {
  width: 100%;
}
.mv .box > article > div {
  color: white;
  font-size: 1.25rem;
  font-family: Noto Sans JP, Inter, sans-serif;
  font-weight: 700;
  position: absolute;
  top: 45.4545454545%;
  left: 8.3333333333%;
  z-index: 1;
}
@media (max-width: 834.98px) {
  .mv .box > article > div {
    font-size: 1rem;
  }
}
@media (max-width: 400.98px) {
  .mv .box > article > div {
    font-size: 0.75rem;
  }
}
.mv .box > article > div > p {
  color: white;
  font-size: 5.75rem;
  font-family: Inter, sans-serif;
  font-weight: 700;
  line-height: 1.1;
}
@media (max-width: 1400.98px) {
  .mv .box > article > div > p {
    font-size: 4.375rem;
  }
}
@media (max-width: 1200.98px) {
  .mv .box > article > div > p {
    font-size: 3.125rem;
  }
}
@media (max-width: 834.98px) {
  .mv .box > article > div > p {
    font-size: 2.5rem;
  }
}
@media (max-width: 400.98px) {
  .mv .box > article > div > p {
    font-size: 1.875rem;
  }
}

@media (max-width: 640.98px) {
  .mv-pc {
    display: none !important;
  }
}

.mv-sp {
  display: none !important;
}
@media (max-width: 640.98px) {
  .mv-sp {
    display: block !important;
  }
}

.mv-item {
  width: 11.9444444444%;
  position: absolute;
  top: 50%;
  right: 22.9166666667%;
  transform: translate(0, -50%);
  z-index: 1;
}
@media (max-width: 640.98px) {
  .mv-item {
    width: 34.375%;
    top: auto;
    right: 20px;
    bottom: 20px;
    transform: translate(0, 0);
  }
}

.mv-text {
  position: absolute;
  right: 20px;
  bottom: 2%;
  z-index: 1;
}
.mv-text > div {
  color: white;
  font-family: Inter, sans-serif;
  font-weight: 700;
  line-height: 1;
}
.mv-text > div > b {
  font-size: 1.25rem;
}
@media (max-width: 1200.98px) {
  .mv-text > div > b {
    font-size: 0.75rem;
  }
}
.mv-text img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
    /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

.sec-01__title,
.sec-02__title,
.sec-03__title,
.sec-06__title,
.about-aht__title {
  margin-bottom: 28px;
}
.sec-01__title > article > h1, .sec-01__title > article > h2,
.sec-02__title > article > h1,
.sec-02__title > article > h2,
.sec-03__title > article > h1,
.sec-03__title > article > h2,
.sec-06__title > article > h1,
.sec-06__title > article > h2,
.about-aht__title > article > h1,
.about-aht__title > article > h2 {
  margin-bottom: 15px;
  font-size: 5rem;
  font-family: Inter, sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 834.98px) {
  .sec-01__title > article > h1, .sec-01__title > article > h2,
  .sec-02__title > article > h1,
  .sec-02__title > article > h2,
  .sec-03__title > article > h1,
  .sec-03__title > article > h2,
  .sec-06__title > article > h1,
  .sec-06__title > article > h2,
  .about-aht__title > article > h1,
  .about-aht__title > article > h2 {
    font-size: 3.75rem;
  }
}
@media (max-width: 640.98px) {
  .sec-01__title > article > h1, .sec-01__title > article > h2,
  .sec-02__title > article > h1,
  .sec-02__title > article > h2,
  .sec-03__title > article > h1,
  .sec-03__title > article > h2,
  .sec-06__title > article > h1,
  .sec-06__title > article > h2,
  .about-aht__title > article > h1,
  .about-aht__title > article > h2 {
    font-size: 2.5rem;
  }
}
.sec-01__title > article > h1::first-letter, .sec-01__title > article > h2::first-letter,
.sec-02__title > article > h1::first-letter,
.sec-02__title > article > h2::first-letter,
.sec-03__title > article > h1::first-letter,
.sec-03__title > article > h2::first-letter,
.sec-06__title > article > h1::first-letter,
.sec-06__title > article > h2::first-letter,
.about-aht__title > article > h1::first-letter,
.about-aht__title > article > h2::first-letter {
  color: #00974b;
}
.sec-01__title > article > div,
.sec-02__title > article > div,
.sec-03__title > article > div,
.sec-06__title > article > div,
.about-aht__title > article > div {
  font-size: 0.875rem;
  font-family: Noto Sans JP, Inter, sans-serif;
  font-weight: 700;
  line-height: 1;
}
.sec-01__text > article > h3,
.sec-02__text > article > h3,
.sec-03__text > article > h3,
.sec-06__text > article > h3,
.about-aht__text > article > h3 {
  margin-bottom: 7px;
  font-size: 2rem;
  font-family: Noto Sans JP, Inter, sans-serif;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 834.98px) {
  .sec-01__text > article > h3,
  .sec-02__text > article > h3,
  .sec-03__text > article > h3,
  .sec-06__text > article > h3,
  .about-aht__text > article > h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 640.98px) {
  .sec-01__text > article > h3,
  .sec-02__text > article > h3,
  .sec-03__text > article > h3,
  .sec-06__text > article > h3,
  .about-aht__text > article > h3 {
    font-size: 1.25rem;
  }
}
.sec-01__text > article > div,
.sec-02__text > article > div,
.sec-03__text > article > div,
.sec-06__text > article > div,
.about-aht__text > article > div {
  font-size: 0.875rem;
  line-height: 2.6;
}

.sec-01 {
  padding-top: 115px;
  padding-bottom: 115px;
}
.sec-01__inner {
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
  display: flex;
}
@media (max-width: 834.98px) {
  .sec-01__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1000.98px) {
  .sec-01__inner {
    display: block;
  }
}
.sec-01__wrapper {
  flex: 0 0 41.4285714286%;
  margin-right: 60px;
}
@media (max-width: 1200.98px) {
  .sec-01__wrapper {
    margin-right: 40px;
  }
}
@media (max-width: 1000.98px) {
  .sec-01__wrapper {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.sec-01__images {
  flex: 1 0 0;
}

.sec-02 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1000.98px) {
  .sec-02 {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/images/top/sec-02_bg.jpg");
  }
}
.sec-02__inner {
  display: flex;
  align-items: center;
}
@media (max-width: 1000.98px) {
  .sec-02__inner {
    display: block;
    position: relative;
  }
}
.sec-02__images {
  flex: 0 0 31.25%;
  margin-right: 175px;
  position: relative;
  z-index: 0;
}
@media (max-width: 1200.98px) {
  .sec-02__images {
    margin-right: 80px;
  }
}
@media (max-width: 1000.98px) {
  .sec-02__images {
    display: none !important;
  }
}
.sec-02__images .box:first-child {
  width: 46.6666666667%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  z-index: 0;
}
@media (max-width: 1000.98px) {
  .sec-02__images .box:first-child {
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
}
.sec-02__images .box:last-child {
  width: 100%;
  position: relative;
  display: block;
  z-index: -1;
}
.sec-02__images .box:last-child:has(a) {
  display: block;
}
.sec-02__images .box:last-child:before {
  content: "";
  display: block;
  padding-top: 135.5555555556%;
  text-align: center;
}
.sec-02__images .box:last-child > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.sec-02__images .box:last-child:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(0, 151, 75);
  background: linear-gradient(145deg, rgba(0, 151, 75, 0.7) 0%, rgba(0, 185, 186, 0.7) 60%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.sec-02__images .box:last-child img {
  width: 100% !important;
}
.sec-02__wrapper {
  flex: 1 0 0;
  padding-right: 40px;
  position: relative;
}
@media (max-width: 1000.98px) {
  .sec-02__wrapper {
    width: 100%;
    padding: 80px 40px;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
@media (max-width: 834.98px) {
  .sec-02__wrapper {
    padding: 80px 20px;
  }
}
.sec-02__text {
  margin-bottom: 49px;
}

.sec-03 {
  padding-top: 50px;
  padding-bottom: 100px;
}
.sec-03__inner {
  max-width: 1480px;
  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;
  }
}
@media (max-width: 1200.98px) {
  .sec-03__inner {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 1200.98px) and (max-width: 834.98px) {
  .sec-03__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sec-03__title {
  margin-bottom: 40px;
}
.sec-03__wrapper {
  position: relative;
  z-index: 0;
}
.sec-03__change {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 1200.98px) {
  .sec-03__change {
    display: none;
  }
}
.sec-03__change-text {
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 10px;
  border-bottom: 2px solid #00974b;
  font-size: 2.25rem;
  font-family: Noto Sans JP, Inter, sans-serif;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: 0.5s;
}
.sec-03 .js-circle-hover .sec-03__change-text {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition: 0.5s;
}
.sec-03__conts {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 300px 300px 300px;
}
@media (max-width: 1200.98px) {
  .sec-03__conts {
    display: flex !important;
    justify-content: center;
  }
}
.sec-03__conts .box {
  overflow: visible !important;
  text-align: center;
}
@media (max-width: 1200.98px) {
  .sec-03__conts .box {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 60px;
    transform: none !important;
  }
  .sec-03__conts .box:nth-child(2n) {
    margin-right: 0;
  }
}
.sec-03__conts .box:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/2;
  transform: translate(62.2222222222%, 30.612244898%);
}
.sec-03__conts .box:nth-child(2) {
  grid-column: 3/4;
  grid-row: 1/2;
  transform: translate(-62.2222222222%, 30.612244898%);
}
.sec-03__conts .box:nth-child(3) {
  grid-column: 1/2;
  grid-row: 2/3;
}
.sec-03__conts .box:nth-child(4) {
  grid-column: 3/4;
  grid-row: 2/3;
}
.sec-03__conts .box:nth-child(5) {
  grid-column: 1/2;
  grid-row: 3/4;
  transform: translate(44.4444444444%, -24.4897959184%);
}
.sec-03__conts .box:nth-child(6) {
  grid-column: 2/3;
  grid-row: 3/4;
}
.sec-03__conts .box:nth-child(7) {
  grid-column: 3/4;
  grid-row: 3/4;
  transform: translate(-44.4444444444%, -24.4897959184%);
}
.sec-03__conts .box > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sec-03__conts .box > div > h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
  width: 13.8888888889vw;
  max-width: 200px;
  height: 13.8888888889vw;
  max-height: 200px;
  border-radius: 50%;
  border-radius: 200px;
  color: white;
  background: rgb(0, 145, 72);
  background: linear-gradient(145deg, rgb(0, 145, 72) 0%, rgb(0, 189, 93) 60%);
  font-size: 1.375rem;
  font-family: Noto Sans JP, Inter, sans-serif;
  font-weight: 700;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
@media (max-width: 1200.98px) {
  .sec-03__conts .box > div > h3 {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    font-size: 1.375rem;
    position: relative;
    display: block;
    display: flex;
    cursor: default;
  }
  .sec-03__conts .box > div > h3:has(a) {
    display: block;
  }
  .sec-03__conts .box > div > h3:before {
    content: "";
    display: block;
    padding-top: 100%;
    text-align: center;
  }
  .sec-03__conts .box > div > h3 > :first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
@media (max-width: 640.98px) {
  .sec-03__conts .box > div > h3 {
    font-size: 0.875rem;
  }
}
.sec-03__conts .box > div {
  font-size: 0.75rem;
  font-family: Noto Sans JP, Inter, sans-serif;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 1200.98px) {
  .sec-03__conts .box > div {
    font-size: 0.625rem;
  }
}
@media (max-width: 1200.98px) {
  .sec-03__conts .box > div {
    font-size: 0.75rem;
  }
}
@media (max-width: 640.98px) {
  .sec-03__conts .box > div {
    text-align: left;
  }
}

.gallery {
  padding-top: 55px;
  padding-bottom: 55px;
  background: linear-gradient(145deg, rgba(0, 179, 33, 0.8) 0%, rgba(16, 60, 255, 0.8) 90%);
}
.gallery .slick-list {
  width: 100%;
}
.gallery .box {
  position: relative;
  display: block;
}
.gallery .box:has(a) {
  display: block;
}
.gallery .box:before {
  content: "";
  display: block;
  padding-top: 100%;
  text-align: center;
}
.gallery .box > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.gallery .box > :first-child {
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-04 {
  padding-top: 100px;
  padding-bottom: 50px;
}
.sec-04__inner {
  max-width: 1480px;
  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__conts {
  --gutter-x: 30px;
  justify-content: center;
}
@media (max-width: 834.98px) {
  .sec-04__conts {
    --gutter-x: 20px;
    --gutter-y: 20px;
  }
}
.sec-04__conts .box {
  overflow: visible !important;
}
.sec-04__conts .box > div > a {
  display: block;
  padding: 35px 25px;
  color: #00020e !important;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  font-size: 0.875rem;
  font-family: Noto Sans JP, Inter, sans-serif;
  font-weight: 700;
  position: relative;
  z-index: 0;
}
.sec-04__conts .box > div > a:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 20px solid #00974b;
  border-bottom: 20px solid #00974b;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.sec-04__conts .box > div > a > h2 {
  font-size: 3rem;
  font-family: Noto Sans JP, Inter, sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 834.98px) {
  .sec-04__conts .box > div > a > h2 {
    font-size: 2.375rem;
  }
}
.sec-04__conts .box > div > a > h2::first-letter {
  color: #00974b;
}

.sec-05 {
  padding-top: 50px;
  padding-bottom: 100px;
}
.sec-05__inner {
  max-width: 1000px;
  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-06 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.sec-06__inner {
  max-width: 1200px;
  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;
  }
}
@media (max-width: 834.98px) {
  .sec-06__inner {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 834.98px) and (max-width: 834.98px) {
  .sec-06__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 834.98px) {
  .sec-06__btn > div {
    text-align: center !important;
  }
}

.about-aht__inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834.98px) {
  .about-aht__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.about-aht__wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.about-aht__sub-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
  display: flex;
}
@media (max-width: 834.98px) {
  .about-aht__sub-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 640.98px) {
  .about-aht__sub-inner {
    display: block;
  }
}
.about-aht__conts {
  display: block !important;
  margin-right: 40px;
}
@media (max-width: 640.98px) {
  .about-aht__conts {
    margin-right: 0;
  }
}
.about-aht__conts .box {
  margin-bottom: 10px;
}
@media (max-width: 640.98px) {
  .about-aht__conts .box {
    margin-bottom: 0;
  }
}
.about-aht__conts .box:last-child {
  margin-bottom: 0;
}
.about-aht__button {
  font-size: 1.125rem;
  font-family: Noto Sans JP, Inter, sans-serif;
  font-weight: 700;
}
@media (max-width: 640.98px) {
  .about-aht__button {
    width: 100%;
  }
}
.about-aht__body-wrapper {
  display: none;
}
@media (max-width: 640.98px) {
  .about-aht__body-wrapper {
    display: block;
    height: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
  }
}
.js-accordion-open .about-aht__body-wrapper {
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
}
.about-aht__body {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
}
.about-aht__change {
  flex: 1 0 0;
  min-height: 200px;
  padding: 40px;
  border-radius: 5px;
  background-color: rgba(250, 250, 250, 0.8);
  overflow: hidden;
}
@media (max-width: 640.98px) {
  .about-aht__change {
    display: none;
  }
}
.about-aht__change-text {
  font-size: 1.125rem;
  line-height: 2;
}

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 #calendar {
  display: none;
}
.blog #contents {
  flex: 1 0 0;
}
.blog #contents > article > h1 {
  margin-bottom: 20px;
}
.blog #contents > article > h1 > span {
  font-family: Inter, 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: #fff4f4;
}
.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;
}

#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, Inter, 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, Inter, 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, Inter, 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: rgb(233, 233, 233);
  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, Inter, 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: rgb(233, 233, 233);
}
#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: rgb(233, 233, 233);
}
#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: rgb(233, 233, 233);
}
#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, Inter, 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: rgb(233, 233, 233);
}
#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: rgb(233, 233, 233);
}
@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, Inter, 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, Inter, 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, Inter, 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: rgb(233, 233, 233);
  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: rgb(233, 233, 233);
  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: rgb(233, 233, 233);
  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, Inter, 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: rgb(233, 233, 233);
}
@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, Inter, sans-serif;
  font-weight: 500;
}
#is_shop .purchase.confirm .total.amount > dd > div > p {
  color: #fb0d0d;
  font-family: Noto Sans JP, Inter, 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;
}

.sec--01 {
  display: flex;
}
@media (max-width: 834.98px) {
  .sec--01 {
    display: block;
  }
}
.sec--01__image {
  flex: 0 0 50%;
  margin-right: 20px;
}
@media (max-width: 834.98px) {
  .sec--01__image {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.sec--02 {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 834.98px) {
  .sec--02 {
    display: block;
  }
}
.sec--02__table {
  flex: 0 0 60%;
  margin-right: 20px;
}
@media (max-width: 834.98px) {
  .sec--02__table {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.sec--02__image {
  flex: 1 0 0;
}
.sec--02__image img {
  height: auto !important;
}
.sec--04 {
  background-repeat: no-repeat;
  background-color: white;
  background-position: center center;
  position: relative;
  z-index: 0;
}
.sec--04:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.65);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.fix-alpha {
  font-weight: 700;
}

.link-slider {
  display: flex;
  margin-bottom: 60px;
}
@media (max-width: 834.98px) {
  .link-slider {
    display: block;
  }
}
.link-slider__images, .link-slider__text {
  display: block !important;
}
.link-slider__images {
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
  position: relative;
}
@media (max-width: 834.98px) {
  .link-slider__images {
    width: 100%;
    margin-bottom: 40px;
  }
}
.link-slider__images .box > img {
  width: 100% !important;
}
.link-slider__text {
  width: calc((100% - 40px) / 2);
}
@media (max-width: 834.98px) {
  .link-slider__text {
    width: 100%;
  }
}
.link-slider__text .box > div > h3 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: Noto Sans JP, Inter, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  border-bottom: 2px solid #00974b;
}
@media (max-width: 834.98px) {
  .link-slider__text .box > div > h3 {
    font-size: 1.125rem;
  }
}
.link-slider .slick-arrow {
  color: white;
  font-size: 1.875rem;
  text-shadow: black 2px 2px 2px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}
.link-slider .prev {
  left: 10px;
}
.link-slider .next {
  right: 10px;
}/*# sourceMappingURL=common_style.css.map */