/*Base
-------------*/
* {
  box-sizing: border-box;
}

html, body {
  font-weight: 400;
  margin: 0;
  padding: 0;
  width: 100%;
}

html {
  background: inherit;
  font-size: 16px;
  line-height: 1.5;
  height: auto;
}

body {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  margin: 0;
  position: relative;
}

p, ul, li {
  font-weight: 400;
}

.pc-flex a {
  color: var(--brown);
  transition: .4s;
}

img {
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  -webkit-user-drag: none;
}

img::selection {
  background: unset;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  margin-bottom: 1em;
  line-height: 1.3;
}

p:last-child {
  padding-bottom: 0;
}

section ul, section li {
  margin: 0 !important;
  padding-left: 0;
}

table, table tbody, table tr, table th, table td {
  display: table-cell;
  text-align: left;
}

table {
  display: table;
  text-align: left;
  width: 100%;
}

table tbody {
  display: table-row-group;
}

table tr {
  display: table-row;
}

table th, table td {
  display: block;
  text-align: left;
}

table th {
  vertical-align: middle;
  margin-bottom: 0.3em;
}

table td {
  border-bottom: 2px dashed #fff;
  padding-bottom: 1.3em;
  margin-bottom: 1.3em;
}

table td a {
  word-break: break-all;
}
.u-ta-c {
  text-align: center !important;
}
.u-ta-r {
  text-align: right !important;
}
.u-ta-l {
  text-align: left !important;
}
.u-fw-n {
  font-weight: 400 !important;
}
.u-fw-b {
  font-weight: 700 !important;
}
.u-fs14 {
  font-size: 14px !important;
}
.u-fs16 {
  font-size: 16px !important;
}
.u-fs18 {
  font-size: 18px !important;
}
.u-fs20 {
  font-size: 20px !important;
}
.u-fs22 {
  font-size: 22px !important;
}
.u-fs24 {
  font-size: 24px !important;
}
.u-fs60 {
  font-size: 60% !important;
}
.u-fs70 {
  font-size: 70% !important;
}
.u-fs80 {
  font-size: 80% !important;
}
.u-fs90 {
  font-size: 90% !important;
}
.u-fs100 {
  font-size: 100% !important;
}
.u-fs110 {
  font-size: 110% !important;
}
.u-fs120 {
  font-size: 120% !important;
}
.u-fs130 {
  font-size: 130% !important;
}
.u-fs140 {
  font-size: 140% !important;
}
.u-fs150 {
  font-size: 150% !important;
}
.u-fs160 {
  font-size: 160% !important;
}

@media (min-width: 768px) {
  .u-fs14-md {
    font-size: 14px !important;
  }
  .u-fs16-md {
    font-size: 16px !important;
  }
  .u-fs18-md {
    font-size: 18px !important;
  }
  .u-fs20-md {
    font-size: 20px !important;
  }
  .u-fs22-md {
    font-size: 22px !important;
  }
  .u-fs24-md {
    font-size: 24px !important;
  }
  .u-fs60-md {
    font-size: 60% !important;
  }
  .u-fs70-md {
    font-size: 70% !important;
  }
  .u-fs80-md {
    font-size: 80% !important;
  }
  .u-fs90-md {
    font-size: 90% !important;
  }
  .u-fs100-md {
    font-size: 100% !important;
  }
  .u-fs110-md {
    font-size: 110% !important;
  }
  .u-fs120-md {
    font-size: 120% !important;
  }
  .u-fs130-md {
    font-size: 130% !important;
  }
  .u-fs140-md {
    font-size: 140% !important;
  }
}

@media (min-width: 1025px) {
  .u-fs14-xl {
    font-size: 14px !important;
  }
  .u-fs16-xl {
    font-size: 16px !important;
  }
  .u-fs18-xl {
    font-size: 18px !important;
  }
  .u-fs20-xl {
    font-size: 20px !important;
  }
  .u-fs22-xl {
    font-size: 22px !important;
  }
  .u-fs24-xl {
    font-size: 24px !important;
  }
  .u-fs60-xl {
    font-size: 60% !important;
  }
  .u-fs70-xl {
    font-size: 70% !important;
  }
  .u-fs80-xl {
    font-size: 80% !important;
  }
  .u-fs90-xl {
    font-size: 90% !important;
  }
  .u-fs100-xl {
    font-size: 100% !important;
  }
  .u-fs110-xl {
    font-size: 110% !important;
  }
  .u-fs120-xl {
    font-size: 120% !important;
  }
  .u-fs130-xl {
    font-size: 130% !important;
  }
  .u-fs140-xl {
    font-size: 140% !important;
  }
}
.u-m0 {
  margin: 0 !important;
}
.u-mt10 {
  margin-top: 10px !important;
}
.u-mt15 {
  margin-top: 15px !important;
}
.u-mt20 {
  margin-top: 20px !important;
}
.u-mt30 {
  margin-top: 30px !important;
}
.u-mt40 {
  margin-top: 40px !important;
}
.u-mt50 {
  margin-top: 50px !important;
}
.u-mt60 {
  margin-top: 60px !important;
}
.u-mt1em {
  margin-top: 1em !important;
}
.u-mr5 {
  margin-right: 5px !important;
}
.u-mr10 {
  margin-right: 10px !important;
}
.u-mr15 {
  margin-right: 15px !important;
}
.u-mr20 {
  margin-right: 20px !important;
}
.u-mr30 {
  margin-right: 30px !important;
}
.u-mb10 {
  margin-bottom: 10px !important;
}
.u-mb15 {
  margin-bottom: 15px !important;
}
.u-mb20 {
  margin-bottom: 20px !important;
}
.u-mb30 {
  margin-bottom: 30px !important;
}
.u-mb40 {
  margin-bottom: 40px !important;
}
.u-mb50 {
  margin-bottom: 50px !important;
}
.u-mb60 {
  margin-bottom: 60px !important;
}
.u-mb1em {
  margin-bottom: 1em !important;
}
.u-ml5 {
  margin-left: 5px !important;
}
.u-ml10 {
  margin-left: 10px !important;
}
.u-ml15 {
  margin-left: 15px !important;
}
.u-ml20 {
  margin-left: 20px !important;
}
.u-ml30 {
  margin-left: 30px !important;
}
.u-p0 {
  padding: 0 !important;
}
.u-p10 {
  padding: 10px !important;
}
.u-p15 {
  padding: 15px !important;
}
.u-p20 {
  padding: 20px !important;
}
.u-pt10 {
  padding-top: 10px !important;
}
.u-pt20 {
  padding-top: 20px !important;
}
.u-pt30 {
  padding-top: 30px !important;
}
.u-pt40 {
  padding-top: 40px !important;
}
.u-pt50 {
  padding-top: 50px !important;
}
.u-pt60 {
  padding-top: 60px !important;
}
.u-pt1em {
  padding-top: 1em !important;
}
.u-pr5 {
  padding-right: 5px !important;
}
.u-pr10 {
  padding-right: 10px !important;
}
.u-pr15 {
  padding-right: 15px !important;
}
.u-pr20 {
  padding-right: 20px !important;
}
.u-pr30 {
  padding-right: 30px !important;
}
.u-pb10 {
  padding-bottom: 10px !important;
}
.u-pb20 {
  padding-bottom: 20px !important;
}
.u-pb30 {
  padding-bottom: 30px !important;
}
.u-pb40 {
  padding-bottom: 40px !important;
}
.u-pb50 {
  padding-bottom: 50px !important;
}
.u-pb60 {
  padding-bottom: 60px !important;
}
.u-pb1em {
  padding-bottom: 1em !important;
}
.u-pl5 {
  padding-left: 5px !important;
}
.u-pl10 {
  padding-left: 10px !important;
}
.u-pl15 {
  padding-left: 15px !important;
}
.u-pl20 {
  padding-left: 20px !important;
}
.u-pl30 {
  padding-left: 30px !important;
}
.u-pl40 {
  padding-left: 40px !important;
}

@media (min-width: 768px) {
  .u-m0-md {
    margin: 0 !important;
  }
  .u-mt10-md {
    margin-top: 10px !important;
  }
  .u-mt15-md {
    margin-top: 15px !important;
  }
  .u-mt20-md {
    margin-top: 20px !important;
  }
  .u-mt30-md {
    margin-top: 30px !important;
  }
  .u-mt40-md {
    margin-top: 40px !important;
  }
  .u-mt50-md {
    margin-top: 50px !important;
  }
  .u-mt60-md {
    margin-top: 60px !important;
  }
  .u-mt1em-md {
    margin-top: 1em !important;
  }
  .u-mr5-md {
    margin-right: 5px !important;
  }
  .u-mr10-md {
    margin-right: 10px !important;
  }
  .u-mr15-md {
    margin-right: 15px !important;
  }
  .u-mr20-md {
    margin-right: 20px !important;
  }
  .u-mr30-md {
    margin-right: 30px !important;
  }
  .u-mb10-md {
    margin-bottom: 10px !important;
  }
  .u-mb15-md {
    margin-bottom: 15px !important;
  }
  .u-mb20-md {
    margin-bottom: 20px !important;
  }
  .u-mb30-md {
    margin-bottom: 30px !important;
  }
  .u-mb40-md {
    margin-bottom: 40px !important;
  }
  .u-mb50-md {
    margin-bottom: 50px !important;
  }
  .u-mb60-md {
    margin-bottom: 60px !important;
  }
  .u-mb1em-md {
    margin-bottom: 1em !important;
  }
  .u-ml5-md {
    margin-left: 5px !important;
  }
  .u-ml10-md {
    margin-left: 10px !important;
  }
  .u-ml15-md {
    margin-left: 15px !important;
  }
  .u-ml20-md {
    margin-left: 20px !important;
  }
  .u-ml30-md {
    margin-left: 30px !important;
  }
  .u-p0-md {
    padding: 0 !important;
  }
  .u-p10-md {
    padding: 10px !important;
  }
  .u-p15-md {
    padding: 15px !important;
  }
  .u-p20-md {
    padding: 20px !important;
  }
  .u-pt10-md {
    padding-top: 10px !important;
  }
  .u-pt20-md {
    padding-top: 20px !important;
  }
  .u-pt30-md {
    padding-top: 30px !important;
  }
  .u-pt40-md {
    padding-top: 40px !important;
  }
  .u-pt50-md {
    padding-top: 50px !important;
  }
  .u-pt60-md {
    padding-top: 60px !important;
  }
  .u-pt1em-md {
    padding-top: 1em !important;
  }
  .u-pr5-md {
    padding-right: 5px !important;
  }
  .u-pr10-md {
    padding-right: 10px !important;
  }
  .u-pr15-md {
    padding-right: 15px !important;
  }
  .u-pr20-md {
    padding-right: 20px !important;
  }
  .u-pr30-md {
    padding-right: 30px !important;
  }
  .u-pb10-md {
    padding-bottom: 10px !important;
  }
  .u-pb20-md {
    padding-bottom: 20px !important;
  }
  .u-pb30-md {
    padding-bottom: 30px !important;
  }
  .u-pb40-md {
    padding-bottom: 40px !important;
  }
  .u-pb50-md {
    padding-bottom: 50px !important;
  }
  .u-pb60-md {
    padding-bottom: 60px !important;
  }
  .u-pb1em-md {
    padding-bottom: 1em !important;
  }
  .u-pl5-md {
    padding-left: 5px !important;
  }
  .u-pl10-md {
    padding-left: 10px !important;
  }
  .u-pl15-md {
    padding-left: 15px !important;
  }
  .u-pl20-md {
    padding-left: 20px !important;
  }
  .u-pl30-md {
    padding-left: 30px !important;
  }
}

@media (min-width: 1025px) {
  .u-m0-xl {
    margin: 0 !important;
  }
  .u-mt10-xl {
    margin-top: 10px !important;
  }
  .u-mt15-xl {
    margin-top: 15px !important;
  }
  .u-mt20-xl {
    margin-top: 20px !important;
  }
  .u-mt30-xl {
    margin-top: 30px !important;
  }
  .u-mt40-xl {
    margin-top: 40px !important;
  }
  .u-mt50-xl {
    margin-top: 50px !important;
  }
  .u-mt60-xl {
    margin-top: 60px !important;
  }
  .u-mt60-xl {
    margin-top: 60px !important;
  }
  .u-mt1em-xl {
    margin-top: 1em !important;
  }
  .u-mr5-xl {
    margin-right: 5px !important;
  }
  .u-mr10-xl {
    margin-right: 10px !important;
  }
  .u-mr15-xl {
    margin-right: 15px !important;
  }
  .u-mr20-xl {
    margin-right: 20px !important;
  }
  .u-mr30-xl {
    margin-right: 30px !important;
  }
  .u-mb10-xl {
    margin-bottom: 10px !important;
  }
  .u-mb15-xl {
    margin-bottom: 15px !important;
  }
  .u-mb20-xl {
    margin-bottom: 20px !important;
  }
  .u-mb30-xl {
    margin-bottom: 30px !important;
  }
  .u-mb40-xl {
    margin-bottom: 40px !important;
  }
  .u-mb50-xl {
    margin-bottom: 50px !important;
  }
  .u-mb60-xl {
    margin-bottom: 60px !important;
  }
  .u-mb1em-xl {
    margin-bottom: 1em !important;
  }
  .u-ml5-xl {
    margin-left: 5px !important;
  }
  .u-ml10-xl {
    margin-left: 10px !important;
  }
  .u-ml15-xl {
    margin-left: 15px !important;
  }
  .u-ml20-xl {
    margin-left: 20px !important;
  }
  .u-ml30-xl {
    margin-left: 30px !important;
  }
  .u-p0-xl {
    padding: 0 !important;
  }
  .u-p10-xl {
    padding: 10px !important;
  }
  .u-p15-xl {
    padding: 15px !important;
  }
  .u-p20-xl {
    padding: 20px !important;
  }
  .u-pt10-xl {
    padding-top: 10px !important;
  }
  .u-pt20-xl {
    padding-top: 20px !important;
  }
  .u-pt30-xl {
    padding-top: 30px !important;
  }
  .u-pt40-xl {
    padding-top: 40px !important;
  }
  .u-pt50-xl {
    padding-top: 50px !important;
  }
  .u-pt60-xl {
    padding-top: 60px !important;
  }
  .u-pt1em-xl {
    padding-top: 1em !important;
  }
  .u-pr5-xl {
    padding-right: 5px !important;
  }
  .u-pr10-xl {
    padding-right: 10px !important;
  }
  .u-pr15-xl {
    padding-right: 15px !important;
  }
  .u-pr20-xl {
    padding-right: 20px !important;
  }
  .u-pr30-xl {
    padding-right: 30px !important;
  }
  .u-pb10-xl {
    padding-bottom: 10px !important;
  }
  .u-pb20-xl {
    padding-bottom: 20px !important;
  }
  .u-pb30-xl {
    padding-bottom: 30px !important;
  }
  .u-pb40-xl {
    padding-bottom: 40px !important;
  }
  .u-pb50-xl {
    padding-bottom: 50px !important;
  }
  .u-pb60-xl {
    padding-bottom: 60px !important;
  }
  .u-pb100-xl {
    padding-bottom: 100px !important;
  }
  .u-pb1em-xl {
    padding-bottom: 1em !important;
  }
  .u-pl5-xl {
    padding-left: 5px !important;
  }
  .u-pl10-xl {
    padding-left: 10px !important;
  }
  .u-pl15-xl {
    padding-left: 15px !important;
  }
  .u-pl20-xl {
    padding-left: 20px !important;
  }
  .u-pl30-xl {
    padding-left: 30px !important;
  }
}
.u-d-n {
  display: none !important;
}
.u-d-b {
  display: block !important;
}
.u-d-f {
  display: flex !important;
}
.u-d-i {
  display: inline !important;
}
.u-d-ib {
  display: inline-block !important;
}
.u-d-f {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
}
.u-ai-fs {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  align-items: flex-start !important;
}
.u-ai-fe {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  align-items: flex-end !important;
}
.u-ai-c {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  align-items: center !important;
}
.u-ai-s {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  align-items: stretch !important;
}
.u-ai-fs {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  align-items: flex-start !important;
}
.u-fd-r {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  flex-direction: row !important;
}
.u-fd-rr {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.u-fd-c {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  flex-direction: column !important;
}
.u-fd-cr {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.u-fw-w {
  -webkit-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.u-fw-nw {
  -webkit-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.u-fw-r {
  -webkit-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.u-jc-fs {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  justify-content: flex-start !important;
}
.u-jc-fe {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  justify-content: flex-end !important;
}
.u-jc-c {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  justify-content: center !important;
}
.u-jc-sb {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  justify-content: space-between !important;
}
.u-jc-sa {
  -webkit-justify-content: space-around !important;
  justify-content: space-around !important;
}
.u-ls-n {
  list-style: none !important;
}
.u-ls-de {
  list-style: decimal !important;
}
.u-ls-di {
  list-style: disc !important;
}
.u-ls-sq {
  list-style: square !important;
}

@media (min-width: 768px) {
  .u-d-n-md {
    display: none !important;
  }
  .u-d-b-md {
    display: block !important;
  }
  .u-d-f-md {
    display: flex !important;
  }
  .u-d-i-md {
    display: inline !important;
  }
  .u-d-ib-md {
    display: inline-block !important;
  }
  .u-d-f-md {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .u-ai-fs-md {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
  }
  .u-ai-fe-md {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important;
  }
  .u-ai-c-md {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
  }
  .u-ai-s-md {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    align-items: stretch !important;
  }
  .u-ai-fs-md {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
  }
  .u-fd-r-md {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }
  .u-fd-rr-md {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .u-fd-c-md {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }
  .u-fd-cr-md {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .u-fw-w-md {
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .u-fw-nw-md {
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .u-fw-r-md {
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .u-jc-fs-md {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }
  .u-jc-fe-md {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }
  .u-jc-c-md {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
  .u-jc-sb-md {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
  }
  .u-jc-sa-md {
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }
  .u-ls-n-md {
    list-style: none !important;
  }
  .u-ls-de-md {
    list-style: decimal !important;
  }
  .u-ls-di-md {
    list-style: disc !important;
  }
  .u-ls-sq-md {
    list-style: square !important;
  }
}

@media (min-width: 1025px) {
  .u-d-n-xl {
    display: none !important;
  }
  .u-d-b-xl {
    display: block !important;
  }
  .u-d-f-xl {
    display: flex !important;
  }
  .u-d-i-xl {
    display: inline !important;
  }
  .u-d-ib-xl {
    display: inline-block !important;
  }
  .u-d-f-xl {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .u-ai-fs-xl {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
  }
  .u-ai-fe-xl {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important;
  }
  .u-ai-c-xl {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
  }
  .u-ai-s-xl {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    align-items: stretch !important;
  }
  .u-ai-fs-xl {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
  }
  .u-fd-r-xl {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }
  .u-fd-rr-xl {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .u-fd-c-xl {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }
  .u-fd-cr-xl {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .u-fw-w-xl {
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .u-fw-nw-xl {
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .u-fw-r-xl {
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .u-jc-fs-xl {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }
  .u-jc-fe-xl {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }
  .u-jc-c-xl {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
  .u-jc-sb-xl {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
  }
  .u-jc-sa-xl {
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }
  .u-ls-n-xl {
    list-style: none !important;
  }
  .u-ls-de-xl {
    list-style: decimal !important;
  }
  .u-ls-di-xl {
    list-style: disc !important;
  }
  .u-ls-sq-xl {
    list-style: square !important;
  }
}


:root {
  --brown: #624931;
  --white: #FFFBF3;
  --main-font: "Kosugi Maru", sans-serif;
  --sub-font: "Mochiy Pop One", sans-serif;
}

.sub-font {
  font-family: "Mochiy Pop One", sans-serif;
}

.sp-block {
  display: block;
}

/* コンテンツ幅 */
@media screen and (min-width: 1025px){
.sp-block {
  display: none;
}
main {
  width: 1108px;
  margin: 0 auto;
  position: relative;
}
.sp {
  width: 50%;
  min-width: 500px;
  left: 50%;
  position: absolute;
}
#mv.sp {
  min-width: 400px;
  width: 40%;
  padding-top: 30px;
}
.sticky-box {
  position: fixed;
  min-height: 100vh;
  display: flex;
  flex-flow: column;
  align-items: center;
  place-content: flex-end;
  width: 50%;
  left: 0;
}
}
body {
  margin: 0;
  position: relative;
  letter-spacing: 0.05em;
  min-height:100vh;
  background-color: var(--white);
  background-image: url(../img/bk.png);
  background-size: 150px;
  background-repeat: repeat;
  background-attachment: fixed;
  color: var(--brown);
  font-family: var(--main-font);
  font-size: 20px;
}
.lang-select {
  width: 80px;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 100;
}
#lang-toggle {
  display: none;
}
.lang-select .current {
  display: block;
  padding: .2em;
  border: 2px solid var(--brown);
  border-radius: 6px;
  background: var(--white);
  cursor: pointer;
  text-align: center;
  font-weight: 500;
}
.lang-select .current::after {
  content: "▼";
  font-size: .6em;
  margin-left: 6px;
  vertical-align: middle;
}
.lang-select .options {
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  border: 2px solid var(--brown);
  border-radius: 6px;
  background: var(--white);
  position: absolute;
  width: 100%;
  display: none;
  z-index: 100;
}
.lang-select .options li a {
  display: block;
  padding: .2em;
  text-align: center;
  text-decoration: none;
}
.lang-select .options li a:hover {
  background: #F4EBDF;
}
#lang-toggle:checked + .current + .options {
  display: block;
}

.sp {
  padding: 0 15px;
  max-width: 500px;
  margin: -20px auto;
  background-color: var(--white);
  background-image: url(../img/bk.png);
  background-size: 150px;
  background-repeat: repeat;
  border: 4px solid var(--brown);
  border-top: 0;
  border-bottom: 0;
  box-shadow: 0 0 15px #62493140;
  z-index: 10;
  overflow-x: hidden;
}
section {
  max-width: 500px;
  margin: 0 auto;
}
#mv {
  margin: 0;
  width: 100%;
  max-width: unset;
}
.mv-txt_area {
  padding: 0 20px;
}
h1 img {
  width: 100%;
  max-width: 400px;
  display: inline-block;
  margin-top: 40px;
}
.mv-cat img {
  width: 100%;
  max-width: 250px;
  display: inline-block;
  margin-top: 20px;
}

.bk-gray {
  position: relative;
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 15px;
}
.bk-gray::before {
  content: '';
  position: absolute;
  background: #F4EBDF;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  z-index: -1;
  top: 0;
  left: -15px;
}
h2.foot-stamps {
  position: relative;
  padding-top: 30px;
  margin: 0 auto 20px;
}
h2.foot-stamps::before {
  content: '';
  background-image: url(../img/foot-stamps.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  width: 60px;
  height: 20px;
  top: 0;
  left: calc(50% - 33px);
}
#story h2 {
  width: 100%;
  max-width: 150px;
}
.video {
  background-image: url(../img/mobil.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: calc(100% - 70px);
  max-width: 430px;
  height: 725px;
  margin: 0 auto;
}

h2.ribbon {
  width: 100%;
  max-width: 340px;
  margin: 0 auto 20px;
}
.cat-box {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
  justify-content: center;
}
.cat-item {
  max-width: 175px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: .3s;
}
.cat-item:hover {
  transform: translateY(-5px);
}
.cat-item p {
  position: absolute;
  bottom: 13%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: 0;
  text-align: center;
  font-family: var(--sub-font);
  font-size: 140%;
  width: 100%;
}
.popup-background {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: gray;
  opacity: 0.5;
}
.popup {
  --width: 300px;
  --height: 400px;
  position: fixed;
  z-index: 101;
  width: var(--width);
  height: var(--height);
  top: calc(50vh - (var(--height) / 2));
  left: calc(50vw - (var(--width) / 2));
  overflow: hidden;
  background-color: #F3E1C3;
  border-radius: 10px;
  box-shadow: 0 0 3px 1px var(--brown);
}
.popup > .close-button {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--brown);
  font-size: 30px;
  border-radius: 100vw;
  color: var(--white);
}
.popup > .content {
  padding: 10px;
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.popup > .content img {
  max-width: 140px;
}
.popup > .content h3 {
  font-size: 1.5em;
  font-family: var(--sub-font);
}
.popup > .content p {
  margin: 10px 15px;
  border-top: 2px dashed var(--brown);
  padding: 15px;
}
.popup-flag {
  display: none;
}
.popup-flag:not(:checked) + .popup-background {
  display: none;
}
.popup-flag:not(:checked) + * + .popup {
  display: none;
}

p.cc {
  background: var(--white);
  padding: 1em;
  border: 2px solid var(--brown);
  border-radius: 10px;
  margin: 40px 15px 20px;
  font-size: 1.3em;
  position: relative;
}
p.cc::before {
  content: '';
  background-image: url(../img/cc.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}
p.cc::before {
  content: '';
  background-image: url(../img/cc.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 30px;
  height: 24px;
  bottom: 100%;
}
#aboutus h2 {
  line-height: 1.3;
  font-size: 1.3em;
}
#aboutus h2 span {
  font-size: .7em;
  font-weight: 500;
}
p.name {
  font-size: 1.4em;
  font-weight: normal;
}
.support a {
  background: var(--brown);
  color: var(--white);
  text-decoration: none;
  width: 100%;
  max-width: 350px;
  display: inline-block;
  padding: .7em;
  border-radius: 100vw;
  font-size: 1.2em;
}
.support a:hover {
  transform: scale(1.05);
}

/* cta */
.cta {
  margin: 60px 0 0;
  position: relative;
  padding: 50px 0 10px;
}
.cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: -50%;
  width: 150vw;
  height: 100%;
  background-color: #FFC75F;
  background-image: repeating-linear-gradient(315deg, #FFCD6F 0, #FFCD6F 9.5px, #FFC75F 9.5px, #FFC75F 19px);
  z-index: 0;
}
.play-now {
  position: absolute;
  width: 100%;
  max-width: 300px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.cta-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  margin: 5px 20px 20px;
}
.cta a {
  display: inline-block;
  position: relative;
  padding: 5px;
  max-width: 260px;
}
.cta a:first-child {
  max-width: 235px;
}
.cta a:hover {
  transform: scale(1.05);
}


h2 {
  position: relative;
  text-align: center;
  font-size: 1.5em;
  margin: 1.5em 0 0.7em;
}



/* フッター */
footer p {
  text-align: center;
  font-size: 12px;
  padding: 1em !important;
  margin: 30px auto 0;
}