@charset "UTF-8";
*, :after, :before {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  line-height: inherit;
  margin: 0;
}

address, blockquote, dl, figure, form, iframe, ol, p, pre, table, ul {
  margin: 0;
}

ol, ul {
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

embed, iframe, img, object {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

[type=button][disabled], [type=reset][disabled], [type=submit][disabled], button[disabled] {
  cursor: default;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

fieldset, option {
  padding: 0;
}

fieldset {
  margin: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

[hidden], template {
  display: none;
}

body {
  width: 100%;
  letter-spacing: -1px;
  line-height: 1.5;
  color: #0b2a3a;
  margin: 0;
  padding: 0;
  /* overflow: hidden; */
}

body, strong, b {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  letter-spacing: 0.1em !important;
}

b, span {
  display: inline-block;
}

.inner {
  width: 90%;
  margin: auto;
  background: none !important;
  padding: 0 !important;
}

img {
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

li {
  list-style: none;
}

.sp {
  display: none;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.tl, .coming-soon-contents {
  text-align: left;
}

.h100 {
  height: 100%;
}

.wa {
  width: auto;
}

.w100 {
  width: 100%;
}

.w90 {
  width: 90%;
}

.w80 {
  width: 80%;
}

.w72 {
  width: 72%;
}

.w70 {
  width: 70%;
}

.w65 {
  width: 65%;
}

.w63 {
  width: 63%;
}

.w60 {
  width: 60%;
}

.w50 {
  width: 50%;
}

.w49 {
  width: 49%;
}

.w48 {
  width: 48.5%;
}

.w40 {
  width: 40%;
}

.w33 {
  width: 33.33%;
}

.w30 {
  width: 30%;
}

.w24 {
  width: 24%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.ma {
  margin: auto;
}

.m0 {
  margin: 0;
}

.mr {
  margin-left: auto;
  margin-right: 0;
}

.m2p_t {
  margin: 2% auto 0;
}

.m3p_t {
  margin: 3% auto 0;
}

.m5p_t {
  margin: 5% auto 0;
}

.m8p_t {
  margin: 8% auto 0;
}

.m10p_t {
  margin: 10% auto 0;
}

.m2p_b {
  margin: 0 auto 2%;
}

.m3p_b {
  margin: 0 auto 3%;
}

.m5p_b {
  margin: 0 auto 5%;
}

.m3p_y {
  margin: 3% auto;
}

.m5p_y {
  margin: 5% auto;
}

.m5p_x {
  margin: auto 5%;
}

.p2p {
  padding: 2%;
}

.p3p {
  padding: 3%;
}

.p5p {
  padding: 5%;
}

.p3p_t {
  padding: 3% 0 0;
}

.p5p_t {
  padding: 5% 0 0;
}

.p3p_b {
  padding: 0 0 3%;
}

.p5p_b {
  padding: 0 0 5%;
}

.p2p_y {
  padding: 2% 0;
}

.p3p_y {
  padding: 3% 0;
}

.p5p_y {
  padding: 5% 0;
}

.p8p_y {
  padding: 8% 0;
}

.p10p_y {
  padding: 10% 0;
}

.p5p_x {
  padding: 0 5%;
}

.p_r {
  position: relative;
}

.p_c {
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 0;
}

.p_r {
  position: relative;
}

.p_c {
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 0;
}

.p_y {
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 0;
}

.p_x {
  position: absolute;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 0;
}

.p_c50, .p_y50 {
  top: 50%;
}

.p_c50, .p_x50 {
  left: 50%;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.inflex {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex_in {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.inflex_in {
  display: -webkit-inline-box !important;
  display: -moz-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.flex_s {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex_ss {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex_c {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex_cc {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex_r {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex_b {
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.flex_w {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex_ws {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.flex_e {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.db {
  display: block;
}

.di {
  display: inline-block;
}

.ohd {
  overflow: hidden;
}

.ob_con {
  object-fit: contain;
}

.ob_cb {
  object-fit: cover;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.bg_r {
  background-color: #E13232;
}

.fc_r {
  color: #E13232;
}

.text-overflow {
  overflow: hidden;
  height: 50px;
}

.txt00 {
  color: #fff;
}

.txt01, .required_list li::marker {
  color: #cc0000;
}

.txt02 {
  color: #fff3f2;
}

.txt03 {
  color: #e02828;
}

.txt04 {
  background-color: #0b2a3a;
}

.txt05 {
  color: #1a73e8;
}

.bg00, header, footer {
  background-color: #fff;
}

.bg01 {
  background-color: #E13232;
}

/* .bg02,body{background-color: #fff3f2;} */
.bg02 {
  background-color: #F4F4F4;
}

.bg03 {
  background-color: #e02828;
}

/* .bg04{background-color: #0b2a3a;} */
.bg04 {
  background-color: #000;
}

.bg05 {
  background-color: #f7f8f9;
}

.bgimg01 {
  background-image: url("../img/app05.png");
  background-size: contain; /* 画像が全て表示されるようにする */
  background-repeat: no-repeat; /* 画像が繰り返されないように */
  background-position: left;
  height: 250px;
  background-position: center;
}

.bgimg02 {
  background-image: url("../img/app08.png");
  background-size: contain; /* 画像が全て表示されるようにする */
  background-repeat: no-repeat; /* 画像が繰り返されないように */
  background-position: left;
  height: 250px;
  background-position: center;
}

.b01 {
  border: 4px solid #cc0000;
}

.b02 {
  border: 4px solid #fff3f2;
}

.b03 {
  border: 4px solid #e02828;
}

.b04 {
  border: 4px solid #0b2a3a;
}

.bb01 {
  border-bottom: 4px solid #cc0000;
}

.bb02 {
  border-bottom: 4px solid #fff3f2;
}

.bb03 {
  border-bottom: 4px solid #e02828;
}

.bb04 {
  border-bottom: 4px solid #0b2a3a;
}

.bb05 {
  border-bottom: 4px dotted #0b2a3a;
}

.bb06 {
  border-bottom: 2px solid #1a73e8;
}

.br01 {
  border-radius: 20px;
}

.br02 {
  border-radius: 1000px;
}

.btn {
  max-width: 500px;
  margin: auto;
  text-align: center;
  padding: 20px;
  border-radius: 1000px;
  position: relative;
}

.btn b {
  margin-right: 30px;
}

.btn img {
  height: 40px;
  width: auto;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.fv header {
  z-index: 5;
}

.fv .kvWrapper {
  z-index: 3;
}

.fv nav a img {
  margin-left: 5%;
}

.btn01 {
  filter: drop-shadow(0px 10px 0px rgba(11, 42, 58, 0.15));
  animation: loop_animation_right 1.3s linear infinite;
}

.btn02 {
  padding: 5px;
  padding: 5px 20px;
  display: inline-block;
}

.btn02 img {
  height: 20px;
}

@keyframes loop_animation_right {
  0% {
    transform: translateY(0);
    filter: drop-shadow(0px 10px 0px rgba(11, 42, 58, 0.15));
  }
  50% {
    transform: translateY(10px);
    filter: drop-shadow(0px 2px 0px rgba(11, 42, 58, 0.15));
  }
  100% {
    transform: translateY(0);
    filter: drop-shadow(0px 10px 0px rgba(11, 42, 58, 0.15));
  }
}
.f01, h3, h2 {
  font-size: 28px;
}

.f02 {
  font-size: min(2vw, 23px);
}

.f03 {
  font-size: 20px;
}

.f04 {
  font-size: 16px;
}

.f05 {
  font-size: 14px;
}

.f1_01 {
  font-size: 50px;
}

.f1_02 {
  font-size: 34px;
}

.f1_03 {
  font-size: 26px;
}

.f1_04 {
  font-size: 21px;
}

.f1_05 {
  font-size: 1.6vw;
}

.tr01 {
  transform: rotate(90deg);
}

.tr02 {
  transform: rotate(180deg);
}

.max01 {
  max-width: 600px;
}

.bg_asset01 {
  height: 80px;
  border-top: solid 4px #0b2a3a;
  position: relative;
}

.bg_asset01::before, .bg_asset01::after {
  content: "";
  position: absolute;
  top: -4px;
  border-style: solid;
}

.bg_asset01::before {
  left: -95px;
  border-width: 150px 200px 0 0;
  border-color: #fff3f2 transparent transparent transparent;
  filter: drop-shadow(0px 4px 0px rgb(11, 42, 58));
}

.bg_asset01::after {
  right: -95px;
  border-width: 0 200px 150px 0;
  border-color: transparent #fff3f2 transparent transparent;
  filter: drop-shadow(0px 4px 0px rgb(11, 42, 58));
}

.pc_b {
  border-left: solid 4px #0b2a3a;
  border-right: solid 4px #0b2a3a;
  box-sizing: border-box;
}

h3 .bb01 {
  padding-bottom: 10px;
}

.cp_area {
  max-width: 1280px;
}

.sp {
  display: none;
}

#cp .cont h4 {
  max-width: 360px;
}

.cont li {
  position: relative;
}

.cont h4 {
  position: absolute;
  top: -30px;
  padding: 3px 0;
  width: 95%;
  left: 50%;
  transform: translateX(-50%);
}

.cp_about .cont li h4 {
  top: -40px;
}

.cont li:nth-last-child(1) h4, .cp_about .cont li {
  padding: 10px;
}

.cont h4 .no, .slider .no {
  width: 39px;
  height: 39px;
  display: inline-block;
  text-align: center;
}

#cp .cont li {
  padding: 20px 5% 1%;
}

/* レイアウトの邪魔になるのでコメントアウト
#cp .cont li:nth-of-type(3),#cp .cont li:nth-of-type(4){margin-top: 5%;}
*/
h5::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #0b2a3a;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

h5 span {
  z-index: 1;
  position: relative;
  padding: 10px;
}

#cp_about .point_area figure {
  width: auto;
  height: 110px;
}

#cp_about .point_area li {
  padding: 10px 0;
}

#cp_about .point_area li:nth-last-child(1) {
  padding: 0;
  justify-content: center;
}

#cp_about .point_area li:nth-last-child(1) img {
  width: 30px;
  height: 30px;
}

.app_flow li:nth-of-type(2) {
  border-left: 4px dotted #0b2a3a;
  border-right: 4px dotted #0b2a3a;
}

#cp_about h4 {
  top: -35px;
}

#download.inner {
  background-color: #fff !important;
}

#download div {
  width: 70%;
}

#download figure {
  width: 30%;
  height: 340px;
}

#download a:nth-of-type(1) {
  margin-bottom: 20px;
}

.slider li div {
  padding: 5% 0 0%;
  height: 500px;
  margin: auto 10px;
}

.ttl02::after {
  content: "";
  width: 100px;
  background-color: #cc0000;
  height: 4px;
  left: 0;
  right: 0;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  position: absolute;
}

.terms {
  border: solid 2px #f7f8f9;
  border-radius: 10px;
  overflow-y: scroll;
  height: 300px;
  background-color: #f7f8f9;
}

.terms dl, .modal_aria dl {
  border-bottom: solid 2px #fff;
  padding: 20px 0;
}

.terms dl:nth-of-type(1), .modal_aria dl:nth-of-type(1) {
  padding: 0 0 20px;
}

.modal_aria label.btn {
  padding: 10px;
  line-height: 1.3;
}

.annotation {
  line-height: 1;
}

#cp .cont .annotation li, .required_list li {
  padding: 0;
  list-style: disc;
  margin: 0 0 0 22px;
}

.required_list_qr li {
  list-style: none !important;
}

.required_list_qr img {
  width: 120px;
  height: 120px;
}

.modal-checkbox {
  display: none;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.close_area {
  position: fixed;
  transform: translate(-50%, -50%);
  left: 51%;
  height: 60px;
  top: 18%;
}

.close {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 40px;
  cursor: pointer;
  z-index: 1;
  color: #fff;
  font-weight: bold;
  background-color: #0b2a3a;
  border-radius: 1000px;
  width: 60px;
  height: 60px;
  text-align: center;
}

.close span {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.close span::before, .close span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 30px;
  background: #fff;
}

.close span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.close span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-wrapper, .close_area {
  width: 90%;
  max-width: 1000px;
}

.modal-content {
  height: 600px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.modal-wrapper {
  position: relative;
  margin: auto;
  overflow: hidden;
}

.modal-checkbox:checked + .modal {
  display: flex;
}

.modal-content dt {
  padding-bottom: 10px;
}

#cp.cp_share .cont .slider_area li:nth-of-type(1) figure, #cp.cp_share .slider_area ul li:nth-of-type(2) figure {
  width: auto;
  height: auto;
}

#cp .cont .slider_area li {
  padding: 0;
}

#cp.cp_share .cont_area p {
  padding: 5px 0;
}

#cp.cp_share .slider .no {
  margin-right: 10px;
}

#cp .cont li.step02 {
  padding-top: 5%;
}

.contents-wrapper {
  padding: 0;
}

h2, h3, h4, b {
  font-weight: bold !important;
}

.txt_area {
  line-height: 1.6;
}

.txt_area span.bb01 {
  display: inline;
  border-width: 3px;
}

.prize_area figure:nth-of-type(1) {
  width: 80%;
  margin: auto;
}

.goods_link a {
  padding-top: 35%;
}

.bottom-header {
  z-index: 1000;
}

.tab-menu {
  --tag-item-checked-color: #e02828;
  --tab-menu-item-height: 50px;
  display: flex;
  flex-wrap: wrap;
}

.tab-menu > input {
  display: none;
}

.tab-menu .tab-menu-item {
  align-items: center;
  border-radius: 10000px;
  border: 4px solid #0b2a3a;
  display: flex;
  height: var(--tab-menu-item-height);
  justify-content: center;
  order: -1;
  font-weight: bold;
  width: 43%;
  margin: 0 1%;
  padding: 30px 0;
  text-align: center;
  background-color: #0b2a3a;
  color: #fff;
}

.tab-menu > input:checked + .tab-menu-item {
  background-color: var(--tag-item-checked-color);
  background-color: var(--tag-item-checked-color);
  color: #fff;
}

.tab-menu .tab-menu-contents {
  width: 100%;
  height: 0px;
  opacity: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.tab-menu > input:checked + .tab-menu-item + .tab-menu-contents {
  height: 100%;
  opacity: 1;
  transition: opacity 0.5s;
}

/*20250424追加分*/
.pc-only {
  display: inline;
}

.sp-only {
  display: none;
}

.sec2Pict2 {
  width: 90%;
  max-width: 800px;
  margin: auto;
  display: block;
}

.postcode-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
}

.postcode-boxes {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  margin: 10px 0;
}

.postcode-boxes input {
  width: 42px;
  height: 54px;
  /* font-size: 30px; */
  text-align: center;
  font-weight: bold;
}

.outputAddress {
  /* font-size: 30px; */
  width: 100%;
  text-align: center;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  padding: 7px 0;
  margin: 10px 0 0 0;
}

.p02 {
  padding: 2px 8px;
}

.f18 {
  font-size: 18px;
}

#postal_about {
  position: relative;
}

#postal_about::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #E13232 90%, #F4F4F4);
}

#postal_about .container {
  position: relative;
  z-index: 3;
}

#postal_about .content01 div div {
  margin: 2px 0;
}

.postal_about_left_content {
  width: 80%;
}

#fv .kv02 {
  width: 72%;
}

#fv .container {
  height: 100vh;
}

/* 固定ヘッダー */
.fixed-header {
  position: fixed;
  z-index: 1;
}

/* メニュー */
.f-head01 {
  top: 115px;
  right: 25px;
  width: 14%;
  position: fixed;
  font-size: 13px;
}

.f-head01 div {
  padding: 14px 0;
  padding-right: 20px;
  position: relative;
}

.f-head01 div::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: -5px;
  right: 10px;
  bottom: 0;
  margin: auto;
}

.f-head01 > a > div {
  border-top: 1px #fff solid;
}

.f-head01 > a:last-of-type > div {
  border-bottom: 1px #fff solid;
}

.f-head01 span {
  color: #fff;
  font-weight: bold;
  vertical-align: bottom;
}

.f-head01 img {
  width: 16px;
  vertical-align: text-bottom;
  margin-right: 10px;
}

.f-head02 {
  position: inherit;
  left: 35px;
  bottom: 0;
  /* width: 2%; */
}

.f-head03 {
  position: inherit;
  width: 35%;
  bottom: 12%;
  right: 0;
  background-image: url(../img/number_w_pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 95px;
  background-position: right;
  opacity: 0;
  transition: opacity 0.8s 2.3s ease-out;
}
.f-head03.show {
  opacity: 1;
}

/* 固定を消す */
.hidden {
  animation: fade 0.2s ease-in-out forwards;
  pointer-events: none;
  display: none;
}

@keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.visible {
  animation: fadeOut 0.2s ease-in-out forwards;
  pointer-events: all;
}

@keyframes fadeOut {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 郵便番号枠の画像変更 */
.number_img_red {
  animation: 0.2s ease-in-out forwards;
  background-image: url(../img/number_r.png);
}

.number_img_w {
  animation: 0.2s ease-in-out forwards;
  background-image: url(../img/number_w_pc.png);
}

.postal_about-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 7rem;
}

.postal_about-left {
  flex: 1;
  flex-basis: 40%;
  text-align: -webkit-center;
  place-self: center;
  /* text-align: center; */
  /* max-width: 45% */
}

.postal_about-right {
  flex: 2;
  flex-basis: 60%;
  letter-spacing: -1.1px;
}

.postal_about-bottom {
  margin: 5% 0 0 auto;
  width: 54%;
}

.underline {
  text-decoration: underline;
}

.decoration-gray {
  text-decoration-color: gray;
}

.brSpace {
  display: block;
  margin-bottom: 10px;
  content: "";
}

.btn-api {
  position: relative;
  text-align: center;
  width: 100%;
  /* max-width: 570px; */
  padding: 17px 0;
  font-size: 18px;
  background-color: #2b2b2b;
  color: #fff;
  border-bottom: 6px solid #a9bcc4;
  cursor: pointer;
  margin: 40px 0 0 0;
  /* line-height: 20px;*/
}

.btn-api::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 28px;
  width: 16px;
  height: 16px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(1deg);
}

.btn-api::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 4px;
  bottom: 0;
  right: 28px;
  width: 20px;
  height: 2px;
  background: #FFF;
  transform: rotate(-44deg);
}

.under-red {
  border-bottom: 6px solid #ff0000;
}

.lines {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.postbox-wrapper {
  background: #d3302f;
  color: white;
  font-family: "Arial", sans-serif;
  padding: 30px;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}

.postmark {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* .postcode-boxes span {
  display: inline-block;
  width: 16px;
  text-align: center;
  font-size: 35px;
  padding: 0 4px;
  color: #FFF;
} */
.postcode-boxes span {
  display: inline-block;
  width: 16px;
  text-align: center;
  font-size: 35px;
  color: #FFF;
}

/* .api-label {
	font-size: 20px;
	margin: 10px 0;
    display: flex;
    justify-content: center;
} */
.api-label {
  margin: 0 0;
  text-align: center;
}

.label-color-red {
  color: #ff0000;
}

.container-group {
  display: flex;
}

.container-left {
  box-sizing: border-box;
  padding: 0;
  margin-top: revert-layer;
  margin: 0;
}

.content01 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

.content03 {
  font-size: 15px;
  margin-top: 25px;
}

.w60, .content04 {
  width: 65%;
}

.content04 {
  margin: 40px auto 0 0;
}

.content04 img {
  max-width: 750px;
}

.container-right {
  width: 30%;
}

.content06 {
  width: 50%;
  margin: 0 auto 20px;
}

.content07 .postcode-boxes .fbd {
  border: 3px solid #E13232;
}

.content07 .postcode-boxes .lbd {
  border: 2px solid #E13232;
}

.content07 .postcode-boxes span {
  color: #E13232;
  font-weight: bold;
}

/* .sec3Pict2{ */
/* padding: 0px 0px 40px 10px; */
/* height: 170px; */
/* margin: 0 0 30px 0; */
/* } */
.sec3Pict3 {
  width: 100%;
  /* margin-right: 20px; */
}

/* .sec3Font1{
	font-size: 50px;
} */
/* .sec3Font2{
	font-size: 35px;
} */
/*20250424追加分*/
.fbd {
  border: 2px solid #FFF;
}

.lbd {
  border: 1px solid #FFF;
}

.clearbtm {
  background: linear-gradient(to bottom, #f7f8f9 0%, f7f8f9 90%, transparent 90%, transparent 100%);
}

.cleartop {
  background: linear-gradient(to bottom, #E13232 0%, #E13232 10%, transparent 10%, transparent 100%);
}

#section01, #postal_about {
  padding: 0 55px;
}

.index10 {
  z-index: 10;
}

.index20 {
  z-index: 20;
}

header {
  /* position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100; */
}

header .header {
  padding-bottom: 10px;
}

.fv {
  height: calc(100vh - 70px);
  background-color: #E13232;
  position: relative;
}

.fv .kvWrapper .kv01 {
  opacity: 0.5;
  padding-bottom: 70px;
}

.scroll_cont {
  overflow-y: scroll;
}

#wrap section {
  width: 100%;
  /* height: 100vh; */
  position: relative;
}

#wrap section div {
  align-content: center;
}

.header-nav-wrapper {
  padding-top: 16px;
}

.content03 a {
  position: relative;
  padding-left: 20px;
}

.content03 a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* right: 28px; */
  width: 8px;
  height: 8px;
  border-top: 2px solid #E13232;
  border-right: 2px solid #E13232;
  transform: rotate(45deg);
}

@media screen and (max-width: 1000px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
  /* body,strong, b{font-family: "Noto Sans JP", sans-serif!important;} */
  .pc {
    display: none;
  }
  /* .sp{display: block} */
  .sp {
    display: inline;
  }
  .w48, .w33 {
    width: 100%;
  }
  .w24 {
    width: 49%;
  }
  .flex {
    display: block;
  }
  .text-overflow {
    display: block;
    height: 25px;
  }
  .w33, .w50, .w25 {
    width: 100%;
  }
  .text-overflow {
    height: 40px;
  }
  .f01 {
    font-size: 18px;
  }
  .f02, h3, h2, #download .f01, .slider_area .btn01 b {
    font-size: 18px;
  }
  .f03, #fv h3 {
    font-size: 16px;
  }
  .f05-sp {
    font-size: 14px;
  }
  /* .sp{display: block;} */
  /* .pc{display: none;} */
  #cp ul li:nth-of-type(3) {
    margin-top: 0;
  }
  #cp .container {
    width: 100%;
  }
  .pc_b {
    border: none;
  }
  .btn {
    padding: 10px;
  }
  .btn img, .fv nav a img {
    height: 25px;
  }
  .b01 {
    border: 2px solid #cc0000;
  }
  .b02 {
    border: 2px solid #fff3f2;
  }
  .b03 {
    border: 2px solid #e02828;
  }
  .b04 {
    border: 2px solid #0b2a3a;
  }
  .bb01 {
    border-bottom: 2px solid #cc0000;
  }
  .bb02 {
    border-bottom: 2px solid #fff3f2;
  }
  .bb03 {
    border-bottom: 2px solid #e02828;
  }
  .bb04 {
    border-bottom: 2px solid #0b2a3a;
  }
  .bb05 {
    border-bottom: 2px dotted #0b2a3a;
  }
  .bg_asset01 {
    height: 50px;
    border-top: solid 2px #0b2a3a;
  }
  .bg_asset01::before {
    left: -150px;
    filter: drop-shadow(0px 3px 0px rgb(11, 42, 58));
  }
  .bg_asset01::after {
    right: -150px;
    filter: drop-shadow(0px 3px 0px rgb(11, 42, 58));
  }
  #cp .cp_comment {
    width: 80%;
    margin: 8% auto 3%;
    height: 110px;
  }
  .cont h4 .no, .slider .no {
    width: 32px;
    height: 32px;
  }
  #cp ul li:nth-of-type(2) {
    margin-top: 5%;
  }
  #cp.cp_share .cont .slider_area li:nth-of-type(1) figure, #cp.cp_share .slider_area ul li:nth-of-type(2) figure {
    height: 200px;
  }
  #cp .btn {
    padding: 5px 20px;
  }
  #cp .btn img {
    height: 20px;
  }
  .cont h4 {
    top: -22px;
  }
  .cont .triangle {
    padding: 3% 0 4%;
    height: 50px;
  }
  .cont .triangle img {
    width: auto !important;
    padding: 0 !important;
  }
  #cp .cont li:nth-of-type(2) {
    padding-top: 10%;
  }
  #cp .cont .slider li:nth-of-type(2) {
    padding: 0;
  }
  .br01 {
    border-radius: 10px;
  }
  /*
  レイアウト崩れるためコメントアウト 
  #cp .cont li:nth-of-type(4),.tab-menu-contents-2 li:nth-of-type(3){
      margin-top: 10%!important;
      padding: 10% 5% 5%!important;
  } */
  #cp .cont .annotation li:nth-of-type(4), #cp .cont .annotation li:nth-of-type(2) {
    padding-top: 0;
    padding-left: 0;
    margin-top: 0;
  }
  #cp .cont li {
    padding: 10px 3% 1%;
  }
  h5 img {
    width: 25px;
  }
  h5::before {
    height: 2px;
  }
  .cont li:nth-last-child(1) h4, .cp_about .cont li {
    padding: 5px;
  }
  #cp_about h4 {
    top: -22px;
  }
  #cp_about .cont li {
    margin-top: 10%;
    padding: 7% 0 5%;
  }
  #cp_about .container {
    width: 100%;
  }
  #cp_about .point_area figure {
    height: 70px;
  }
  #cp_about .cont .point_area li {
    padding: 10px 0;
    margin-top: 1%;
  }
  #cp_about .cont .point_area li p {
    font-size: min(3.3vw, 16px);
    letter-spacing: 0.01em;
  }
  .app_download_ttl p {
    padding: 3% 0 3% 2%;
  }
  .app_download_ttl figure {
    width: 50px;
    height: 70px;
  }
  #cp_about .cont .app_flow {
    padding: 0 3%;
  }
  #cp_about .cont .app_flow li {
    display: flex;
    margin-top: 0;
    padding: 3% 0;
  }
  #cp_about .cont .app_flow li figure {
    width: 80px;
    height: 60px;
    padding: 2%;
  }
  #cp_about .cont .app_flow li:nth-of-type(3) figure {
    height: 80px;
  }
  #cp_about .cont .app_flow li p {
    text-align: left;
    width: 220px;
  }
  .app_flow li:nth-of-type(2) {
    border-left: none;
    border-right: none;
    border-top: 3px dotted #0b2a3a;
    border-bottom: 3px dotted #0b2a3a;
  }
  .banner_area {
    margin: 5% auto 10%;
  }
  .btn img, .fv nav a img {
    right: 15px;
  }
  #fv .container {
    width: 90%;
  }
  #cp .cont h4 {
    max-width: 190px;
  }
  #cp_about .point_area li:nth-last-child(1) img, #download .btn img, #cp .btn img {
    width: 18px;
    right: 10px;
  }
  #download .btn {
    width: 90%;
    padding: 4px 0px 8px;
    max-width: 200px;
  }
  #download .btn b, #cp .btn {
    font-size: min(4vw, 12px);
  }
  #download a:nth-of-type(1) {
    margin-bottom: 5px;
  }
  .btn b {
    margin-right: 30px;
  }
  #cp .btn b, #download .btn b {
    margin-right: 20px;
  }
  .btn01 {
    filter: drop-shadow(0px 5px 0px rgba(11, 42, 58, 0.15));
  }
  @keyframes loop_animation_right {
    0% {
      transform: translateY(0);
      filter: drop-shadow(0px 5px 0px rgba(11, 42, 58, 0.15));
    }
    50% {
      transform: translateY(5px);
      filter: drop-shadow(0px 2px 0px rgba(11, 42, 58, 0.15));
    }
    100% {
      transform: translateY(0);
      filter: drop-shadow(0px 5px 0px rgba(11, 42, 58, 0.15));
    }
  }
  #download div {
    padding: 0 0 3%;
  }
  #download figure {
    width: 40%;
    padding-right: 3%;
    height: 160px;
    text-align: center;
  }
  #download figure img {
    object-position: bottom;
  }
  #cp_about .cont .slider li {
    margin-top: 0;
    padding-top: 5%;
  }
  #cp_about .cont .slider li figure {
    height: 200px;
  }
  .slider {
    padding-bottom: 30px !important;
  }
  .slider li div {
    height: 390px;
    padding: 5% 0 0;
  }
  .slider .no {
    top: 18px;
    left: 16%;
  }
  .slider_area .btn01 {
    width: 90%;
    margin-top: 3%;
  }
  #cp_about .cont .slider .slick-dots li {
    padding: 0;
    margin: 0;
  }
  #cp_about .slider_area .cont.inner .slider li {
    padding-bottom: 0%;
  }
  #cp_about .slider_area .cont.inner li {
    padding-bottom: 10%;
  }
  .ttl02::after {
    height: 2px;
    width: 60px;
    bottom: -10px;
  }
  .terms {
    height: 240px;
    margin-bottom: 8%;
  }
  .ttl02 {
    margin-bottom: 10%;
  }
  #about .container, #about .btn {
    width: 90%;
    margin-bottom: 3%;
  }
  #others .w48 {
    width: 48% !important;
  }
  .slide-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    z-index: 1;
  }
  .prev-arrow {
    left: 3px;
  }
  .next-arrow {
    right: 3px;
  }
  .prev-arrow.slick-disabled, .next-arrow.slick-disabled {
    display: none !important;
  }
  .close_area {
    top: 16%;
  }
  .modal-content {
    padding: 10% 5%;
  }
  #cp .cont li:nth-of-type(1) {
    padding: 20px 3% 4%;
  }
  #cp .cont .slider li:nth-of-type(1) {
    padding: 0;
  }
  #cp .cont li:nth-of-type(2) .slider figure img {
    padding: 0;
  }
  .slider_area {
    padding-bottom: 5%;
  }
  .prize_area figure:nth-of-type(1) {
    width: 100%;
    padding: 0;
  }
  .prize_area figure:nth-of-type(1) img {
    width: 100%;
    padding: 0;
  }
  #cp .cont .annotation li:nth-of-type(1) {
    padding: 0;
  }
  .prize_area {
    margin-top: 10% !important;
  }
  .banner_area figure {
    height: 190px;
  }
  .close::after {
    width: 50px;
    height: 50px;
    top: 7px;
    right: -9px;
  }
  #cp .cont .annotation li:nth-of-type(2) {
    margin-top: 0;
  }
  .step01 .w100, .step02 .w100, .step03 .w100 {
    width: auto;
  }
  .step01 .w100 p, .step02 .w100 p, .step03 .w100 p {
    padding: 0;
  }
  .cont_area {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .txt_area span.bb01 {
    border-width: 2px;
  }
  .goods_link a {
    padding-top: 23%;
  }
  .modal-content {
    height: 460px;
  }
  .ypu_pack_modal-content {
    font-size: 10px;
  }
  .tab-menu .tab-menu-item {
    border: 2px solid #0b2a3a;
    line-height: 1.2;
    margin-bottom: 8%;
  }
  .tab-menu-contents img {
    width: 80%;
    padding: 5% 0;
  }
  #required {
    margin-top: 12%;
  }
  #required .txt_area {
    line-height: 1.4;
  }
  .required_list_qr li {
    width: 46%;
    margin: 2%;
  }
  .required_list_qr li p {
    font-size: 14px;
    padding-bottom: 10%;
    line-height: 1.2;
  }
  .required_list_qr img {
    width: 80px;
    height: 80px;
  }
  .accordion-header {
    text-align: left;
    padding: 3% 10% !important;
  }
  .annotation {
    line-height: 1;
    letter-spacing: 0px;
  }
  .tl-sp {
    text-align: left;
  }
  .tc-sp {
    text-align: center;
  }
  .w60-sp {
    width: 60% !important;
  }
  .flex-reverse-sp {
    display: flex;
    flex-direction: column-reverse;
  }
  .bgimg01 {
    height: 270px;
    background-position: bottom;
  }
  .bgimg01 > div {
    padding: 0;
    width: auto;
  }
  .bgimg02 {
    height: 270px;
    background-position: bottom;
  }
  .bgimg02 > div {
    padding: 0;
    width: auto;
  }
  .sp-inline {
    display: inline-block !important;
  }
  #cp .btn .new-id {
    padding: 0;
    width: 20px;
  }
  #fv .kv02 {
    width: 97%;
  }
  .container-group {
    display: block;
    /* flex-direction: column; */
    /* gap: 2rem; */
  }
  .container-left,
  .container-right {
    flex: 0 0 100%;
    margin: 0;
    width: 100%;
  }
  .postal_about-wrapper {
    flex-flow: column;
    display: flex;
    gap: 2rem;
  }
  .postal_about-right {
    order: 1;
  }
  .postal_about-left {
    order: 2;
  }
  .btn-api {
    width: 100% !important;
    font-size: 14px;
    padding: 10px 0;
  }
  #postal_about .btn-api {
    margin: 30px 0 0 0;
  }
  #digital_about_2 .btn-api {
    margin: 0;
  }
  .jic {
    justify-items: center;
  }
  .wid100per {
    width: 100% !important;
  }
  .o1 {
    order: 1;
  }
  .o2 {
    order: 2;
  }
  .o3 {
    order: 3;
  }
  .o4 {
    order: 4;
  }
  .sp-pad {
    padding: 30px;
  }
  .postcode-wrapper {
    flex-direction: row; /* 念のため横並び明示 */
    justify-content: flex-start;
  }
  .sec2Pict1 {
    width: 70px;
    height: auto;
    margin-right: 20px;
  }
  .postcode-boxes {
    gap: 4px;
    margin: 10px 0;
  }
  .postcode-boxes input {
    width: 13%;
    height: 100%;
    font-size: 32px;
    max-width: 37px;
  }
  .outputAddress {
    font-size: 22px;
    width: 100%;
  }
  .content04 {
    margin: 0 0 0 0;
  }
  .content06 {
    width: 70%;
    margin: 0px auto 30px;
  }
  .content07 {
    margin: auto;
  }
  .sec3Pict2 {
    width: 67%;
    padding: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .api-label {
    font-size: 20px;
  }
  /* .pl5per{
  	padding: 0% 0% 0% 5%
  } */
  .f-head01 {
    top: 85px;
    right: 13px;
    width: 205px;
  }
  .f-head02 {
    left: 20px;
    bottom: 0;
    width: 3%;
  }
  .f-head03 {
    width: 60%;
    bottom: 3vh;
  }
  /* .number_img_red {background-image: none;} */
  .number_img_w {
    background-image: url(../img/number_w_pc.png);
  }
  .f1_03 {
    font-size: 5vw;
    letter-spacing: -1.7px;
  }
  .f1_01 {
    font-size: 6.4vw;
  }
  #digital_about {
    display: block;
  }
  #digital_about .container {
    position: relative;
    z-index: 3;
  }
  #digital_about .f1_01 {
    font-size: 5.4vw;
  }
  #digital_about .f1_03 {
    font-size: 4.5vw;
  }
  .section01_f2_1, .section01_f2_2 {
    width: 100%;
    padding-left: 6px;
    display: block;
  }
  .f-head01 .sp {
    display: inline-block;
    font-size: 14px;
  }
  #section01, #postal_about {
    padding: 0 15px;
  }
  #digital_about .before_content {
    padding: 5% 15px;
    height: 100%;
  }
  #digital_about_2 {
    display: block;
    position: relative;
  }
  #digital_about_2 > div {
    padding: 5% 15px;
    height: 80%;
    display: block;
  }
  #digital_about_2 > footer {
    position: absolute;
    bottom: 0;
  }
  #postal_about {
    height: 800px;
  }
  #postal_about .f1_01 {
    letter-spacing: -3px;
  }
  #postal_about .f01 {
    letter-spacing: -1.7px;
  }
  #postal_about .content01 .f1_01 {
    margin: 0;
    padding: 0 0 0 5px;
  }
  #postal_about .content01 {
    letter-spacing: -1.5px;
  }
  #postal_about .content01 div div {
    margin: 0;
  }
  .f1_04 {
    font-size: 16px;
  }
  .content04 img {
    width: 100%;
  }
  /* #fv .ohd {
      position: relative;
  } */
  #fv .ohd .kv02 {
    top: 55%;
    width: 95%;
  }
  .postal_about_left_content {
    width: 100%;
  }
  footer .css-1xodjdl {
    margin: 24px 0 12px;
    display: block;
  }
  .btn-api::before {
    top: 1px;
    bottom: 0;
    right: 12px;
    width: 13px;
    height: 13px;
  }
  .btn-api::after {
    top: 4px;
    bottom: 0;
    right: 11px;
    width: 19px;
  }
  .scroll img {
    left: 0px;
    bottom: 105px;
    width: 9px;
  }
  .f1_02 {
    font-size: 5.6vw;
    font-feature-settings: "palt";
  }
}
/* スクロール */
/* スクロールダウンの位置 */
.scroll {
  position: absolute;
  left: 0;
  bottom: 0;
  writing-mode: vertical-rl;
}

.scroll img {
  position: relative;
  bottom: 86px;
  left: 12px;
  height: unset;
  max-height: unset;
  width: 12px;
}

/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #E0B928;
  bottom: 0;
  content: "";
  height: 150px;
  left: 5px;
  margin: auto;
  position: absolute;
  width: 1px;
  z-index: 1;
}

.scroll::after {
  background-color: #FFF;
  bottom: 0;
  content: "";
  height: 150px;
  left: 5px;
  margin: auto;
  position: absolute;
  width: 1px;
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/* #digital_about .container{height: calc(100vh - 101px);} */
.fv {
  color: #de3535;
}

.bg01 {
  background-color: #de3535;
}

.under-red {
  border-bottom: 6px solid #de3535;
}

#postal_about {
  background: linear-gradient(180deg, #de3535 90%, #F4F4F4);
}
#postal_about::before {
  height: 120%;
}
@media screen and (max-width: 1000px) {
  #postal_about::before {
    height: 115%;
  }
}

header .header {
  background: url(../common/svg/header-bg.svg) left top no-repeat;
}
@media screen and (max-width: 1000px) {
  header .header {
    background-color: #cc0000;
    justify-content: center;
    padding: 11px;
  }
}
header .css-1e27f9i {
  padding: 15px 80px 0px 33px;
}
@media screen and (max-width: 1000px) {
  header .css-1e27f9i {
    padding: 0;
    height: auto;
    width: 100%;
    display: block;
    text-align: center;
  }
  header .css-1e27f9i img {
    height: 30px;
  }
}
header .css-1xzsyzi {
  height: 10px;
}
header .header-nav-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
}

/* メニュー */
.f-head01 {
  font-size: 14px;
  width: auto;
  background-color: #CC0000;
}
@media screen and (max-width: 1000px) {
  .f-head01 {
    font-size: 11px;
    top: 67px;
    right: 8px;
  }
}
.f-head01 .flex_in {
  padding: 17px 44px 17px 9px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 1000px) {
  .f-head01 .flex_in {
    padding: 12px 27px 12px 5px;
  }
}
.f-head01 .flex_in:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.f-head01 img {
  margin: 0 8px 0 0;
}
@media screen and (max-width: 1000px) {
  .f-head01 img {
    margin: 0 6px 0 0;
  }
}

footer {
  position: relative;
  z-index: 100;
  margin-top: 192px;
}
@media screen and (max-width: 1000px) {
  footer {
    margin-top: 0;
  }
}

.f-head01 div {
  padding-right: 40px;
}
@media screen and (max-width: 1000px) {
  .f-head01 div {
    padding: 7.5px 30px 7.5px 0;
  }
}

/* mvsection */
.mvsection {
  height: 100vh;
  min-height: min(3840px, 320vh);
}
.mvsection .mvsection_inner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 3;
}
.mvsection .mvsection_leadinner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .mvsection .mvsection_leadinner {
    align-items: flex-start;
  }
}
.mvsection .section01_f2_1, .mvsection .section01_f2_2 {
  margin: 3px 0;
  display: inline;
}
@media screen and (max-width: 1160px) {
  .mvsection .section01_f2_1, .mvsection .section01_f2_2 {
    display: block;
  }
}
.mvsection .kv02_animation {
  opacity: 0;
}
.mvsection .kv02_animation.show {
  opacity: 1;
}
.mvsection .kv02_txt01 {
  position: absolute;
  width: 14.921875vw;
  top: 12.7604166667vw;
  left: 20.46875vw;
  z-index: 10;
  transition: opacity 0.6s 0s ease-out;
}
@media screen and (max-width: 1000px) {
  .mvsection .kv02_txt01 {
    width: 29.3333333333vw;
    top: 44.8vw;
    left: 1.0666666667vw;
  }
}
.mvsection .kv02_txt02 {
  position: absolute;
  width: 56.2239583333vw;
  top: 15.3125vw;
  left: 24.3229166667vw;
  opacity: 0;
  transition: opacity 0.6s 0.5s ease-out;
}
@media screen and (max-width: 1000px) {
  .mvsection .kv02_txt02 {
    width: 95.3253333333vw;
    top: 53.0666666667vw;
    left: 2.4vw;
  }
}
.mvsection .kv02_txt03 {
  position: absolute;
  width: 26.1458333333vw;
  top: 33.75vw;
  left: 21.1979166667vw;
  opacity: 0;
  transition: opacity 0.6s 1s ease-out;
}
@media screen and (max-width: 1000px) {
  .mvsection .kv02_txt03 {
    width: 42.4vw;
    top: 85.0666666667vw;
    left: 5.8666666667vw;
  }
}
.mvsection .kv02_txt04 {
  position: absolute;
  width: 18.0989583333vw;
  top: 20.15625vw;
  left: 68.90625vw;
  opacity: 0;
  transition: opacity 0.6s 1.7s ease-out;
}
@media screen and (max-width: 1000px) {
  .mvsection .kv02_txt04 {
    width: 50.9333333333vw;
    top: 34.4vw;
    left: 37.3333333333vw;
  }
}
.mvsection .kv02_txt05 {
  position: absolute;
  width: 13.4375vw;
  top: 27.8645833333vw;
  left: 12.3958333333vw;
  opacity: 0;
  transition: opacity 0.6s 1.7s ease-out;
}
@media screen and (max-width: 1000px) {
  .mvsection .kv02_txt05 {
    width: 38.1333333333vw;
    top: 109.0666666667vw;
    left: 51.7333333333vw;
  }
}
@media screen and (max-width: 1000px) {
  .mvsection .m2p_b {
    margin: -32% auto 2%;
  }
}
.mvsection .m2p_b .inlinebl {
  display: inline-block;
}
.mvsection .f1_03 {
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .mvsection .f1_03 {
    text-align: left;
  }
}
.mvsection .f1_01 {
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .mvsection .f1_01 {
    text-align: left;
  }
}
.mvsection .scroll_line {
  opacity: 0;
  transition: opacity 1s ease;
}
.mvsection .scroll_line.show {
  opacity: 1;
}

@media screen and (max-width: 1000px) {
  .mvsection {
    min-height: 1600px;
    min-height: min(3200px, 300vh);
  }
  .postcode-boxes {
    margin: 0 auto;
  }
  .content07 .postcode-boxes {
    margin-left: 16px;
    margin-right: 16px;
  }
  .text-api::before {
    left: -1.2em;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
  }
  .text-api.col_r::before {
    border-top: 8px solid #de3535;
  }
  .f1_04 {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 10px;
  }
  .postal_about-wrapper {
    gap: 60px;
  }
  .postal_about-bottom {
    margin: 60px 0 0;
  }
  .postal_about-bottom-img {
    display: flex;
    justify-content: center;
  }
  .sec2Pict2 {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  #postal_about {
    padding-top: 15%;
    height: auto;
  }
  #postal_about .btn-api {
    margin-top: 42px;
  }
}
.btn-api {
  padding: 0;
  transition: all 0.3s ease;
  opacity: 1;
}
.btn-api:hover {
  opacity: 0.6;
  transform: scale(0.99);
}
@media screen and (max-width: 1000px) {
  .btn-api:hover {
    opacity: 1;
    transform: scale(1);
  }
}
.btn-api .dash-api-lp_detail-btn {
  padding: 17px 0;
  display: block;
}
@media screen and (max-width: 1000px) {
  .btn-api .dash-api-lp_detail-btn {
    padding: 10px 0;
  }
}

/* digital_about */
#digital_about {
  margin-top: 22%;
}
#digital_about .p5p_y {
  padding-bottom: 0;
}
#digital_about .container-group {
  align-items: flex-start;
}
#digital_about .container-right {
  margin-top: 89px;
}
@media screen and (max-width: 1000px) {
  #digital_about .container-right {
    margin-top: 0;
  }
}
#digital_about .content02 .f1_04 {
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  #digital_about .content02 .f1_04 {
    line-height: 1.6;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #digital_about .content03 {
    margin-top: 5px;
  }
}
@media screen and (max-width: 1000px) {
  #digital_about .content06 {
    margin-top: 45px;
  }
}

@media screen and (max-width: 1000px) {
  .postal_about-right {
    padding-top: 3%;
  }
}

.outputAddress {
  margin: 15px 0 0;
}
@media screen and (max-width: 1000px) {
  .outputAddress {
    margin: 10px 0 0;
  }
}

.postcode-boxes {
  position: relative;
}
.postcode-boxes span {
  width: 100%;
  display: block;
}
.postcode-boxes .inner_text {
  position: absolute;
  width: 81.7%;
  left: 18.4%;
  top: 50%;
  transform: translateY(-50%);
}

.img_anim_set {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
.img_anim_set.active {
  opacity: 1;
  transform: translateY(0);
}
.img_anim_set.active.--01 {
  transition-delay: 0.4s;
}
.img_anim_set.active.--02 {
  transition-delay: 0.8s;
}
.img_anim_set.active.--03 {
  transition-delay: 1.2s;
}

.content04 {
  margin: 0;
}
.content04 .app_img {
  margin: 42px 0 92px;
}
@media screen and (max-width: 1000px) {
  .content04 .app_img {
    display: flex;
    justify-content: center;
    margin: 60px 0 42px;
  }
}

/* footer */
footer {
  margin-top: min(192px, 10vw);
}
@media screen and (max-width: 1000px) {
  footer {
    margin-top: min(113px, 20vw);
  }
}
footer img {
  display: block;
}
footer .footArea .lower {
  padding: 8px 20px 8px 33px;
  height: auto;
  line-height: unset;
}
@media screen and (max-width: 1000px) {
  footer .footArea .lower {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
  }
}
footer .text-logo {
  height: auto;
  display: flex;
}
footer .text-logo img {
  height: 11px;
}
@media screen and (max-width: 1000px) {
  footer .text-logo img {
    height: 22.5px;
  }
}
footer .copy {
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  footer .css-1xodjdl {
    text-align: center;
  }
}

.br_tb {
  display: none;
}
@media screen and (min-width: 1000px) and (max-width: 1140px) {
  .br_tb {
    display: block;
  }
}

@media screen and (min-width: 520px) and (max-width: 1000px) {
  .f-head01 {
    top: 12%;
  }
  .mvsection .kv02_txt04 {
    top: 38vw;
  }
  .f1_03 {
    font-size: 4vw;
  }
  .f1_01 {
    font-size: 5.12vw;
  }
  .mvsection .kv02_txt01 {
    width: 23.4vw;
    top: 50vw;
  }
  .mvsection .kv02_txt02 {
    width: 76.2vw;
    top: 60vw;
  }
  .mvsection .kv02_txt03 {
    width: 33.9vw;
    top: 86vw;
  }
  .mvsection .kv02_txt04 {
    width: 40.7vw;
    top: 43vw;
    left: 35vw;
  }
  .mvsection .kv02_txt05 {
    width: 30.4vw;
    top: 92vw;
  }
  .mvsection .m2p_b {
    margin-top: 4%;
  }
  .postal_about-right {
    padding-top: 5%;
  }
}
