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

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
}
.body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  height: 100vw;
  background: url("../img/bk.png"), linear-gradient(rgb(149, 231, 41), rgb(117, 176, 41));
}

[v-cloak] {
  display: none;
}

.header {
  padding-top: 16px;
}
.header .box {
  display: flex;
  justify-content: space-between;
  height: 128px;
  margin-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
}
.header .box .item .logo {
  margin-top: 8px;
  background-image: url(../img/linemp3-top-mark.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
  display: block;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.header .box .item .cont {
  display: block;
  width: 76px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}
.header .box .item .first {
  background-color: #009933;
  border: #fff 1px solid;
  font-size: 0.9rem;
}
.header .box .item .setting {
  border: #fff 2px solid;
  background-color: rgba(0, 153, 51, 0.4);
}
.header .box .side {
  width: 76px;
}
.header .headline {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  font-size: 1.1rem;
  color: #fff;
  background-color: rgba(0, 153, 51, 0.4);
}

.is-error {
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: rgba(255, 255, 255, 0.5);
}
.is-error .message {
  font-size: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.is-error .message .icon {
  background-image: url("../img/icon-error.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  margin-right: 6px;
}

.expires-time {
  margin-bottom: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: rgba(255, 255, 255, 0.4) 1px solid;
  background-color: rgba(255, 255, 255, 0.2);
}
.expires-time .message {
  font-size: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.expires-time .message .icon {
  background-image: url("../img/icon-time.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  margin-right: 6px;
}

.gas {
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s linear;
  animation: 0.3s linear overlay-close;
  display: flex;
  justify-content: center;
  align-items: center;
}
.overlay.is-open {
  opacity: 1;
  visibility: visible;
  animation: 0.3s linear overlay-open;
}

@keyframes overlay-open {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  100% {
    transform: scaleY(1);
    transform-origin: top;
  }
}
@keyframes overlay-close {
  0% {
    transform: scaleY(1);
    transform-origin: top;
  }
  100% {
    transform: scaleY(0);
    transform-origin: top;
  }
}
.setting {
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  background-color: #8dc21f;
  border: #fff 2px solid;
  z-index: 10;
  border-radius: 16px;
}
.setting .title {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.setting .title .icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-size: cover;
}
.setting .title .time {
  background-image: url("../img/icon-time.svg");
}
.setting .title .share {
  background-image: url("../img/icon-share.svg");
}
.setting .close {
  height: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  border: none;
  background-color: transparent;
}
.setting .close .icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-image: url("../img/icon-modal-close.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.setting .contents {
  border-top: #8dc21f 2px solid;
  background-color: #fff;
  padding-right: 8px;
}
.setting .contents .radio-group {
  width: 100%;
  text-align: left;
}
.setting .contents .radio-group input {
  display: none;
}
.setting .contents .radio-group label {
  position: relative;
  display: block;
  cursor: pointer;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
}
.setting .contents .radio-group input[type=radio] {
  position: absolute;
  visibility: hidden !important;
}
.setting .contents .radio-group input[type=radio]:checked + label {
  background: linear-gradient(to right, #efefef, #fff);
  color: #333;
  font-weight: bold;
}
.setting .contents .radio-group input[type=radio]:checked + label:after {
  right: 0;
  background: #0089ff;
}
.setting .contents .radio-group input[type=radio] + label:before, .setting .contents .radio-group input[type=radio] + label:after {
  position: absolute;
  top: 50%;
  box-sizing: border-box;
  margin-top: -7.5px;
  content: "";
}
.setting .contents .radio-group input[type=radio] + label:before {
  right: 0;
  width: 30px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 15px;
  background: #fff;
}
.setting .contents .radio-group input[type=radio] + label:after {
  right: 15px;
  width: 15px;
  height: 15px;
  transition: all 200ms ease-out;
  border-radius: 50%;
  background: #bdbdbd;
}
.setting .contents .menu {
  display: flex;
  flex-direction: column;
}
.setting .contents .menu .li {
  font-size: 0.9rem;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 12px;
  border-bottom: #eee 1px solid;
  text-decoration: none;
  color: #333;
}
.setting .contents .menu .li:last-child {
  border: none;
}
.setting .contents .menu .sns {
  font-size: 0.9rem;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  border-bottom: #eee 1px solid;
  text-decoration: none;
  color: #333;
}
.setting .contents .menu .sns:last-child {
  border: none;
}
.setting .contents .menu .sns {
  font-weight: bold;
  display: flex;
  align-items: center;
}
.setting .contents .menu .sns .icon {
  display: block;
  width: 36px;
  height: 36px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-size: cover;
}
.setting .contents .menu .line .icon {
  background-image: url("../img/icon-sns-line.svg");
}
.setting .contents .menu .x .icon {
  background-image: url("../img/icon-sns-x.svg");
}
.setting .contents .menu .facebook .icon {
  background-image: url("../img/icon-sns-facebook.svg");
}
.setting .contents .menu .whatsapp .icon {
  background-image: url("../img/icon-sns-whatsapp.svg");
}
.setting .contents .menu .messenger .icon {
  background-image: url("../img/icon-sns-fb-messanger.svg");
}
.setting .contents .menu .telegram .icon {
  background-image: url("../img/icon-sns-telegram.svg");
}

.introduction {
  width: 312px;
  margin-left: auto;
  margin-right: auto;
  background-color: #8dc21f;
  border: #fff 2px solid;
  z-index: 10;
  border-radius: 24px;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 8px;
}
.introduction .contents {
  background-color: #fff;
  border-radius: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
}
.introduction .contents .title {
  color: #006633;
  text-align: center;
  font-size: 1.3rem;
}
.introduction .contents .text {
  height: 144px;
  padding-left: 103px;
  color: #111;
  background-image: url("../img/retro-1.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  display: flex;
  align-items: center;
  padding-right: 8px;
  line-height: 1.6rem;
}
.introduction .contents .app-install-link {
  margin-top: 8px;
  height: 16px;
  height: 32px;
  line-height: 32px;
  font-size: 0.9rem;
  display: block;
  background-color: #efefef;
  border-radius: 4px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  text-shadow: 1px 1px 1px #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.introduction .contents .app-install-link:hover {
  background-color: #ccc;
}
.introduction .contents .app-install-link .icon {
  display: block;
  background-image: url("../img/icon-app-store.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.introduction .close {
  border: none;
  background-color: #8dc21f;
  width: 100%;
  font-weight: bold;
  padding-top: 8px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.introduction .close .icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-image: url("../img/icon-modal-close.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.apps {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: rgba(255, 255, 255, 0.2);
  border-top: rgba(255, 255, 255, 0.5) 1px solid;
}
.apps .tab-container {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
  gap: 16px;
}
.apps .tab-container .tab-item {
  padding: 8px 16px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  font-weight: bold;
  color: #333;
  border: 1px solid transparent;
}
.apps .tab-container .tab-item.active {
  background-color: #fff;
  color: #009933;
  border-color: #009933;
}
.apps .function {
  display: flex;
  justify-content: center;
}
.apps .function .button {
  width: 312px;
  height: 96px;
  border: none;
  background-color: transparent;
  color: transparent;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: 312px 96px;
  background-position: center;
}
.apps .function .button:hover {
  cursor: pointer;
}
.apps .function .select-input-form input[type=file] {
  display: none;
}
.apps .function .select-files {
  background-image: url("../img/btn-select-files.svg");
}
.apps .function .select-files:hover {
  border: #aaa 1px solid;
}
.apps .function .select-files:active {
  border-width: 2px;
}
.apps .function .upload {
  background-image: url("../img/btn-upload.svg");
}
.apps .function .upload:hover {
  border: #fff 1px solid;
}
.apps .function .upload:active {
  border-width: 2px;
}
.apps .function .start:hover {
  border: #fff 1px solid;
}
.apps .function .start:active {
  border-width: 2px;
}
.apps .function .start.line {
  background-image: url("../img/btn-start-line.svg");
}
.apps .function .start.whatsapp {
  background-image: url("../img/btn-start-whatsapp.svg");
}
.apps .function .qr-code {
  width: 312px;
  height: 208px;
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.apps .function .qr-code .img {
  margin-top: 16px;
  width: 152px;
  height: 152px;
  border: #999 1px solid;
}
.apps .function .qr-code .line {
  margin-top: 8px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #111;
}
.apps .function .qr-code .line .icon {
  width: 24px;
  height: 24px;
  margin-right: 4px;
  background-repeat: no-repeat;
  background-size: cover;
}
.apps .function .qr-code .line .line-icon {
  background-image: url("../img/icon-sns-line.svg");
}
.apps .function .qr-code .line .whatsapp-icon {
  background-image: url("../img/icon-sns-whatsapp.svg");
}
.apps .function .execution {
  height: 152px;
  width: 312px;
}
.apps .function .execution .status {
  height: 32px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.2rem;
  color: #333;
}
.apps .function .uploading .loader-flex {
  position: relative;
  overflow: hidden;
}
.apps .function .uploading .loader-flex .process {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #333;
}
.apps .function .uploading .loader-flex .process .num {
  letter-spacing: -0.05em;
  font-size: 3rem;
  font-weight: bold;
}
.apps .function .uploading .loader-flex .loading {
  display: flex;
  justify-content: center;
  height: 120px;
}
.apps .function .uploading .loader-flex .loading-css {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 0.8em solid #fff;
  border-top-color: #36f;
  animation: spinner 1s linear infinite;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.apps .function .converting .loader-flex {
  position: relative;
  overflow: hidden;
}
.apps .function .converting .loader-flex .process {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
}
.apps .function .converting .loader-flex .loading {
  display: flex;
  justify-content: center;
  height: 120px;
}
.apps .function .converting .loader-flex .loading-css {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 0.8em solid #fff;
  border-top-color: #c00;
  animation: spinner 0.5s linear infinite;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.apps .top-message {
  height: 48px;
  background-image: url("../img/message-label.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin-top: 8px;
}
.apps .upload-message {
  height: 48px;
}
.apps .upload-message .filename {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  text-align: center;
  margin-top: 8px;
}
.apps .upload-message .filename .tag {
  background-color: #0089ff;
  font-size: 0.9rem;
  color: #fff;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 16px;
}
.apps .upload-message .expires {
  height: 18px;
  color: #fff;
  font-size: 0.8rem;
  text-align: center;
}
.apps .upload-message .expires .day {
  font-weight: bold;
}
.apps .url-copy-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 16px auto;
  width: 312px;
}
.apps .url-copy-container .url-input {
  flex: 1;
  height: 40px;
  padding: 0 8px;
  border: 1px solid #aaa;
  border-radius: 5px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  outline: none;
  width: 100%;
}
.apps .url-copy-container .copy-button {
  height: 40px;
  padding: 0 16px;
  background-color: #009933;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: opacity 0.3s, background-color 0.3s;
  white-space: nowrap;
}
.apps .url-copy-container .copy-button:hover {
  opacity: 0.9;
}
.apps .url-copy-container .copy-button.copied {
  opacity: 0.6;
  background-color: #999;
  cursor: default;
}
.apps .start-message {
  margin-top: 8px;
  width: 312px;
  margin-left: auto;
  margin-right: auto;
  height: 48px;
  display: flex;
  justify-content: space-between;
}
.apps .start-message .link {
  width: 152px;
  height: 48px;
  border: none;
  background-color: transparent;
  color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  background-position: center;
}
.apps .start-message .link:hover {
  cursor: pointer;
}
.apps .start-message .link:hover {
  border: #fff 1px solid;
}
.apps .start-message .link:active {
  border-width: 2px;
}
.apps .start-message .share {
  background-image: url("../img/link-start-share.svg");
}
.apps .start-message .preview {
  background-image: url("../img/link-start-preview.svg");
}

.appstore-banner {
  display: block;
  width: 100%;
  background-color: #006633;
  color: #fff;
  padding: 14px 16px;
  box-sizing: border-box;
  text-decoration: none;
}

.appstore-banner__inner {
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
}

.appstore-banner__top {
  display: flex;
  align-items: center;
  justify-content: center;
}

.appstore-banner__logo img {
  height: 60px;
  width: auto;
  border-radius: 8px;
}

.appstore-banner__text {
  flex: 1;
  margin: 0 18px;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

.appstore-banner__note {
  margin: 14px auto 0;
  padding: 6px 14px;
  display: inline-block;
  border-radius: 999px;
  background-color: #8dc21f;
  color: #111;
  font-size: 0.9rem;
  font-weight: 700;
}

.appstore-banner__title {
  margin: 0 0 2px;
  font-size: 1rem;
  font-weight: 600;
}

.appstore-banner__description {
  margin: 0;
  opacity: 0.85;
}

.appstore-banner__button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}

.appstore-banner__store-icon {
  height: 56px;
  width: auto;
}

@media (max-width: 600px) {
  .appstore-banner {
    padding: 16px 10px;
  }
  .appstore-banner__logo img {
    height: 52px;
  }
  .appstore-banner__text {
    margin-right: 10px;
    font-size: 0.85rem;
  }
  .appstore-banner__note {
    margin-top: 12px;
    font-size: 0.9rem;
  }
  .appstore-banner__store-icon {
    height: 48px;
  }
}

/*# sourceMappingURL=style.css.map */
