@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400,600&display=swap");
.animate .fadein {
  opacity: 0;
  transform-style: preserve-3d;
  transition-property: opacity;
  transition-duration: 2000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show .fadein {
  opacity: 1;
}
.animate .slidein_left {
  opacity: 0;
  transform: translateX(-100px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate .slidein_right {
  opacity: 0;
  transform: translateX(100px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show .slidein_left, .animate.show .slidein_right {
  opacity: 1;
  transform: translateX(0);
}
.animate .slidein_top {
  opacity: 0;
  transform: translateY(-20px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate .slidein_bottom {
  opacity: 0;
  transform: translateY(20px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show .slidein_top, .animate.show .slidein_bottom {
  opacity: 1;
  transform: translateY(0);
}
.animate .zoomin {
  opacity: 0;
  transform: scale(1.5, 1.5);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-delay: 0ms;
}
.animate .zoomout {
  opacity: 0;
  transform: scale(0.5, 0.5);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-delay: 0ms;
}
.animate.show .zoomin, .animate.show .zoomout {
  opacity: 1;
  transform: scale(1, 1);
}
.animate .d1 {
  transition-delay: 100ms;
}
.animate .d2 {
  transition-delay: 200ms;
}
.animate .d3 {
  transition-delay: 300ms;
}
.animate .d4 {
  transition-delay: 400ms;
}
.animate .d5 {
  transition-delay: 500ms;
}
.animate .d6 {
  transition-delay: 600ms;
}
.animate .d7 {
  transition-delay: 700ms;
}
.animate .d8 {
  transition-delay: 800ms;
}
.animate .d9 {
  transition-delay: 900ms;
}
.animate .d10 {
  transition-delay: 1000ms;
}
.animate .d11 {
  transition-delay: 1100ms;
}
.animate .d12 {
  transition-delay: 1200ms;
}
.animate .d13 {
  transition-delay: 1300ms;
}
.animate .d14 {
  transition-delay: 1400ms;
}
.animate .d15 {
  transition-delay: 1500ms;
}
.animate .d16 {
  transition-delay: 1600ms;
}
.animate .d17 {
  transition-delay: 1700ms;
}
.animate .d18 {
  transition-delay: 1800ms;
}
.animate .d19 {
  transition-delay: 1900ms;
}
.animate .d20 {
  transition-delay: 2000ms;
}

.global-footer {
  margin-top: 0;
}

main.teemo {
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
}
main.teemo * {
  margin: 0;
  padding: 0;
  border: none;
}
main.teemo a {
  color: inherit;
  text-decoration: none;
}
main.teemo button {
  font-family: "Noto Sans JP", sans-serif;
}
main.teemo ul, main.teemo ol {
  list-style: none;
}
main.teemo sup {
  font-size: 60%;
  color: #41C3E1;
}
main.teemo sub {
  font-size: 60%;
  color: #41C3E1;
}
main.teemo article {
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  @keyframes move_path1_pc {
    0% {
      transform: translate(-50%, -20%) rotate(0deg);
    }
    100% {
      transform: translate(-53%, -30%) rotate(-5deg);
    }
  }
  @keyframes move_path2_pc {
    0% {
      transform: translate(-22%, -50%) rotate(0deg);
    }
    100% {
      transform: translate(-20%, -53%) rotate(5deg);
    }
  }
  @keyframes move_path3_pc {
    0% {
      transform: translate(-50%, 4%) rotate(0deg);
    }
    100% {
      transform: translate(-53%, 0%) rotate(-2deg);
    }
  }
  @keyframes move_path4_pc {
    0% {
      transform: translate(17%, -52%) rotate(0deg);
    }
    100% {
      transform: translate(14%, -50%) rotate(4deg);
    }
  }
  #main main.teemo {
    padding-top: 40px;
  }
  #main main.teemo .content_bg {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #main main.teemo .content_bg span {
    display: block;
    position: absolute;
    background: no-repeat center center/contain;
    top: 50%;
    left: 50%;
  }
  #main main.teemo .content_bg span.path1 {
    width: 122.9613888889vw;
    height: 32.2475vw;
    background-image: url("../image/bg_path1.svg");
    z-index: 3;
    animation: move_path1_pc 5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite alternate;
  }
  #main main.teemo .content_bg span.path2 {
    width: 81.2638888889vw;
    height: 91.1498611111vw;
    background-image: url("../image/bg_path2.svg");
    z-index: 2;
    animation: move_path2_pc 4s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite alternate;
  }
  #main main.teemo .content_bg span.path3 {
    width: 116.1653472222vw;
    height: 45.6491666667vw;
    background-image: url("../image/bg_path3.svg");
    z-index: 1;
    animation: move_path3_pc 4.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite alternate;
  }
  #main main.teemo .content_bg span.path4 {
    width: 79.8047222222vw;
    height: 86.8219444444vw;
    background-image: url("../image/bg_path4.svg");
    z-index: 0;
    animation: move_path4_pc 5.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite alternate;
  }
  #main main.teemo header.common_header {
    padding: 15px 50px 0 50px;
    width: calc(100% - 80px);
    height: 80px;
    box-sizing: border-box;
    position: sticky;
    top: 0;
    left: 40px;
    z-index: 100;
    overflow: hidden;
    border-radius: 26px;
    background: white;
    backdrop-filter: blur(30px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  }
  #main main.teemo header.common_header p.title {
    padding-top: 14px;
    float: left;
  }
  #main main.teemo header.common_header p.title a {
    width: 353px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main main.teemo header.common_header p.title a span {
    display: block;
  }
  #main main.teemo header.common_header p.title a span.logo {
    padding-top: 2px;
    width: 117px;
    line-height: 0;
  }
  #main main.teemo header.common_header p.title a span.logo img {
    width: 100%;
    height: auto;
  }
  #main main.teemo header.common_header p.title a span.text {
    line-height: 20px;
    font-size: 15px;
  }
  #main main.teemo header.common_header nav {
    float: right;
  }
  #main main.teemo header.common_header nav .menu_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
  #main main.teemo header.common_header nav ul {
    height: 100%;
    text-align: right;
  }
  #main main.teemo header.common_header nav ul li {
    height: 100%;
    display: inline-block;
  }
  #main main.teemo header.common_header nav ul li a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #main main.teemo header.common_header nav ul li a span {
    padding: 0 10px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
  }
  #main main.teemo header.common_header nav ul li a:hover, #main main.teemo header.common_header nav ul li a.active {
    color: #41C3E1;
  }
  #main main.teemo header.common_header nav p.entry {
    width: 192px;
  }
  #main main.teemo header.common_header nav p.entry button {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #41C3E1;
    box-sizing: border-box;
    background: #41C3E1;
    border-radius: 25px;
    line-height: 20px;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
  }
  #main main.teemo header.common_header nav p.entry button span {
    display: inline-block;
  }
  #main main.teemo header.common_header nav p.entry button:hover {
    background: #ffffff;
    color: #41C3E1;
  }
  #main main.teemo article {
    padding: 0 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  #main main.teemo article .inner {
    margin: 0 auto;
    max-width: 1140px;
    min-height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    gap: 56px;
  }
  #main main.teemo article .main_content {
    margin: 0 auto 180px auto;
    padding: 130px 40px 180px 40px;
    max-width: 1366px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(30px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  }
  #main main.teemo article .main_content section {
    margin-bottom: 200px;
  }
  #main main.teemo article .main_content section:last-child {
    margin-bottom: 0;
  }
  #main main.teemo article .main_content section .row {
    margin-bottom: 180px;
    overflow: hidden;
  }
  #main main.teemo article .main_content section .row:last-child {
    margin-bottom: 0;
  }
  #main main.teemo article .main_content section div.text {
    width: 50%;
    text-shadow: 0 0 4px #ffffff;
  }
  #main main.teemo article .main_content section div.text h2 {
    margin-bottom: 46px;
    line-height: 79px;
    font-size: 60px;
    font-weight: bold;
  }
  #main main.teemo article .main_content section div.text h2 span {
    display: block;
  }
  #main main.teemo article .main_content section div.text sup {
    color: #41C3E1;
  }
  #main main.teemo article .main_content section dl.text dd,
  #main main.teemo article .main_content section p.text {
    width: 100%;
    line-height: 28px;
    font-size: 16px;
  }
  #main main.teemo article .main_content section dl.text dt {
    margin-bottom: 46px;
    line-height: 60px;
    font-size: 36px;
    font-weight: bold;
    display: block;
  }
  #main main.teemo article .main_content section ul.note,
  #main main.teemo article .main_content section dl.note,
  #main main.teemo article .main_content section small.note {
    padding-top: 28px;
  }
  #main main.teemo article .main_content section ul.note li,
  #main main.teemo article .main_content section small.note {
    line-height: 16px;
    font-size: 11px;
    color: #41C3E1;
    display: grid;
    grid-template-columns: 20px auto;
  }
  #main main.teemo article .main_content section ul.note li span,
  #main main.teemo article .main_content section small.note span {
    display: block;
  }
  #main main.teemo article .main_content section dl.note {
    line-height: 16px;
    font-size: 11px;
    color: #707070;
  }
  #main main.teemo article .main_content section dl.note dt, #main main.teemo article .main_content section dl.note dd {
    display: inline;
  }
  #main main.teemo article .main_content section dl.note dt {
    font-weight: bold;
  }
  #main main.teemo article .main_content section .image {
    width: 50%;
    padding: 22px 34px;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 44px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  #main main.teemo article .main_content section .image.no_frame {
    padding: 80px 0 0 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }
  #main main.teemo article .main_content section .image p.img {
    width: 100%;
    aspect-ratio: 4/3;
    line-height: 0;
  }
  #main main.teemo article .main_content section .image p.img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #main main.teemo article .main_content section p.cv_btn {
    margin: 38px 0 0 0;
  }
  #main main.teemo article .main_content section p.cv_btn a {
    margin: 0 auto;
    width: 400px;
    height: 80px;
    display: block;
    background: #ffffff;
    border: 2px solid #41C3E1;
    border-radius: 40px;
    text-align: center;
    line-height: 76px;
    font-size: 20px;
    font-weight: bold;
    color: #41C3E1;
  }
  #main main.teemo article .main_content section p.cv_btn a:hover {
    background: #41C3E1;
    color: #ffffff;
  }
  #main main.teemo article section {
    position: relative;
  }
  #main main.teemo article section.local_hero {
    padding: 72px 0 100px 0;
  }
  #main main.teemo article section.local_hero h1 {
    margin-bottom: 8px;
  }
  #main main.teemo article section.local_hero h1 small, #main main.teemo article section.local_hero h1 span {
    display: block;
    font-weight: bold;
  }
  #main main.teemo article section.local_hero h1 small {
    margin-bottom: 4px;
    line-height: 80px;
    font-size: 60px;
    color: #41C3E1;
  }
  #main main.teemo article section.local_hero h1 span {
    line-height: 60px;
    font-size: 24px;
  }
  #main main.teemo article section.local_hero p.copy {
    line-height: 87px;
    font-size: 60px;
    font-weight: bold;
  }
  #main main.teemo article section.how_to_start h2 span.logo {
    margin-top: 10px;
    max-width: 454px;
    width: 100%;
    display: block;
    line-height: 0;
  }
  #main main.teemo article section.how_to_start h2 span.logo img {
    width: 100%;
    height: auto;
  }
  #main main.teemo article section.station h2 span {
    display: block;
    line-height: 72px;
    font-size: 50px;
  }
  #main main.teemo article section.station .search_frame {
    margin-top: 11px;
    padding: 28px 39px 15px 25px;
    border: 2px solid #41C3E1;
    border-radius: 26px;
    background: #ffffff;
    overflow: hidden;
  }
  #main main.teemo article section.station .search_frame dl.search {
    width: calc(100% - 141px);
    float: left;
  }
  #main main.teemo article section.station .search_frame dl.search dt {
    margin-bottom: 17px;
    line-height: 30px;
    font-size: 26px;
    font-weight: bold;
    color: #41C3E1;
  }
  #main main.teemo article section.station .search_frame dl.search dd {
    line-height: 30px;
    font-size: 17px;
    font-weight: bold;
  }
  #main main.teemo article section.station .search_frame .qr {
    width: 111px;
    float: right;
    line-height: 0;
  }
  #main main.teemo article section.station .search_frame .qr .make_qr {
    border: 1px solid #000000;
    padding: 6px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  #main main.teemo article section.station .search_frame .qr .make_qr canvas {
    width: 100%;
    height: 100%;
  }
  #main main.teemo article section.station .search_frame .qr img {
    width: 100%;
    height: auto;
  }
  #main main.teemo article section.station .search_frame .qr small {
    display: block;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
  }
  #main main.teemo article section.teemo_entry p.entry {
    margin-bottom: 41px;
  }
  #main main.teemo article section.teemo_entry p.entry span {
    width: 100%;
    display: block;
    text-align: center;
  }
  #main main.teemo article section.teemo_entry p.entry span.logo {
    margin: 0 auto 43px auto;
    max-width: 582px;
  }
  #main main.teemo article section.teemo_entry p.entry span.text {
    line-height: 28px;
    font-size: 16px;
  }
  #main main.teemo article section.teemo_entry p.entry_btn {
    margin-bottom: 100px;
  }
  #main main.teemo article section.teemo_entry p.entry_btn button {
    margin: 0 auto;
    width: 400px;
    height: 80px;
    display: block;
    background: #41C3E1;
    border: 2px solid #41C3E1;
    border-radius: 40px;
    text-align: center;
    line-height: 76px;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
  }
  #main main.teemo article section.teemo_entry p.entry_btn button:hover {
    background: #ffffff;
    color: #41C3E1;
  }
  #main main.teemo article section.teemo_entry .frame {
    margin: 0 auto;
    padding: 48px 20px 57px 20px;
    max-width: 1140px;
    border: 2px solid #41C3E1;
    border-radius: 26px;
    background: #ffffff;
  }
  #main main.teemo article section.teemo_entry .frame dl {
    text-align: center;
  }
  #main main.teemo article section.teemo_entry .frame dl dt {
    margin-bottom: 46px;
    line-height: 52px;
    font-size: 36px;
    font-weight: bold;
  }
  #main main.teemo article section.teemo_entry .frame dl dd {
    line-height: 28px;
    font-size: 16px;
  }
  #main main.teemo article section.teemo_entry .frame .cv_btn {
    margin-top: 41px;
  }
  #main main.teemo article section.related_info {
    padding: 90px 40px 150px 40px;
    width: calc(100% + 80px);
    transform: translateX(-40px);
    background: rgba(65, 195, 225, 0.19);
    backdrop-filter: blur(30px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  }
  #main main.teemo article section.related_info h3 {
    margin-bottom: 60px;
    text-align: center;
    line-height: 52px;
    font-size: 36px;
    font-weight: bold;
  }
  #main main.teemo article section.related_info ul {
    margin: 0 auto;
    max-width: 1016px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    align-items: center;
    gap: 50px;
  }
  #main main.teemo article section.related_info ul li {
    width: 100%;
  }
  #main main.teemo article section.related_info ul li a {
    display: block;
    line-height: 0;
    filter: brightness(1);
    transform-style: preserve-3d;
    transition-property: filter;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
}
@media screen and (min-width: 1200px) and (hover: hover) {
  #main main.teemo article section.related_info ul li a:hover {
    filter: brightness(1.1);
  }
}
@media screen and (min-width: 1200px) {
  #main main.teemo article section.related_info ul li a img {
    width: 100%;
    height: auto;
  }
  #main main.teemo article .main_content section.how_to_start .image {
    padding: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
  }
  #main main.teemo article .station .note {
    margin-top: 46px;
    align-items: center;
    font-size: 14px;
  }
  #main main.teemo article .station .note span {
    font-weight: bold;
  }
  #main main.teemo article .station .note img {
    width: 28px;
    transform: translateY(4px);
  }
  .mw_teemo_entry {
    padding: 40px;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    display: none;
  }
  .mw_teemo_entry .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 201;
    background: rgba(0, 0, 0, 0.6);
  }
  .mw_teemo_entry .frame {
    margin: 0 auto;
    padding: 60px;
    max-width: 863px;
    width: 100%;
    max-height: 790px;
    height: calc(100vh - 80px);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 202;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 0 3px 10px #B1B1B1;
    border-radius: 48px;
  }
  .mw_teemo_entry .frame .scroll {
    padding: 0 20px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
  }
  .mw_teemo_entry .frame dl {
    text-align: center;
  }
  .mw_teemo_entry .frame dl dt {
    margin-bottom: 2px;
  }
  .mw_teemo_entry .frame dl dt span {
    display: block;
  }
  .mw_teemo_entry .frame dl dt span.logo {
    margin: 0 auto 4px auto;
    width: 350px;
  }
  .mw_teemo_entry .frame dl dt span.logo img {
    width: 100%;
    height: auto;
  }
  .mw_teemo_entry .frame dl dt span.text {
    line-height: 60px;
    font-size: 28px;
    font-weight: bold;
    color: #41C3E1;
  }
  .mw_teemo_entry .frame dl dd.install {
    margin: 0 auto 27px auto;
    max-width: 562px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
  }
  .mw_teemo_entry .frame dl dd.install span {
    display: block;
  }
  .mw_teemo_entry .frame dl dd.install span.img {
    max-width: 114px;
  }
  .mw_teemo_entry .frame dl dd.install span.img img {
    width: 100%;
    height: auto;
  }
  .mw_teemo_entry .frame dl dd.install span.text {
    line-height: 39px;
    font-size: 31px;
    font-weight: bold;
    display: block;
  }
  .mw_teemo_entry .frame dl dd.text {
    margin-bottom: 30px;
    line-height: 32px;
    font-size: 18px;
  }
  .mw_teemo_entry .frame .inner_frame {
    margin: 0 auto 30px auto;
    max-width: 542px;
    padding: 28px 39px 28px 25px;
    border: 2px solid #41C3E1;
    border-radius: 26px;
    background: #ffffff;
    overflow: hidden;
  }
  .mw_teemo_entry .frame .inner_frame dl.search {
    width: calc(100% - 141px);
    float: left;
    text-align: left;
  }
  .mw_teemo_entry .frame .inner_frame dl.search dt {
    margin-bottom: 17px;
    line-height: 30px;
    font-size: 26px;
    font-weight: bold;
    color: #41C3E1;
  }
  .mw_teemo_entry .frame .inner_frame dl.search dd {
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
  }
  .mw_teemo_entry .frame .inner_frame .qr {
    width: 111px;
    float: right;
    line-height: 0;
  }
  .mw_teemo_entry .frame .inner_frame .qr img, .mw_teemo_entry .frame .inner_frame .qr canvas {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .mw_teemo_entry .frame p.text {
    line-height: 32px;
    font-size: 16px;
  }
  .mw_teemo_entry .frame p.text a {
    text-decoration: underline;
    color: #41C3E1;
  }
  .mw_teemo_entry .frame p.text a:hover {
    text-decoration: none;
  }
  .is_sp {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  @keyframes move_path1_pc {
    0% {
      transform: translate(-50%, -20%) rotate(0deg);
    }
    100% {
      transform: translate(-53%, -30%) rotate(-5deg);
    }
  }
  @keyframes move_path2_pc {
    0% {
      transform: translate(-22%, -50%) rotate(0deg);
    }
    100% {
      transform: translate(-20%, -53%) rotate(5deg);
    }
  }
  @keyframes move_path3_pc {
    0% {
      transform: translate(-50%, 4%) rotate(0deg);
    }
    100% {
      transform: translate(-53%, 0%) rotate(-2deg);
    }
  }
  @keyframes move_path4_pc {
    0% {
      transform: translate(17%, -52%) rotate(0deg);
    }
    100% {
      transform: translate(14%, -50%) rotate(4deg);
    }
  }
  #main main.teemo {
    padding-top: 10px;
  }
  #main main.teemo .content_bg {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #main main.teemo .content_bg span {
    display: block;
    position: absolute;
    background: no-repeat center center/contain;
    top: 45%;
    left: 70%;
  }
  #main main.teemo .content_bg span.path1 {
    width: 236.0858666667vw;
    height: 61.9152vw;
    background-image: url("../image/bg_path1.svg");
    z-index: 3;
    animation: move_path1_pc 5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite alternate;
  }
  #main main.teemo .content_bg span.path2 {
    width: 156.0266666667vw;
    height: 175.0077333333vw;
    background-image: url("../image/bg_path2.svg");
    z-index: 2;
    animation: move_path2_pc 4s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite alternate;
  }
  #main main.teemo .content_bg span.path3 {
    width: 223.0374666667vw;
    height: 87.6464vw;
    background-image: url("../image/bg_path3.svg");
    z-index: 1;
    animation: move_path3_pc 4.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite alternate;
  }
  #main main.teemo .content_bg span.path4 {
    width: 153.2250666667vw;
    height: 166.6981333333vw;
    background-image: url("../image/bg_path4.svg");
    z-index: 0;
    animation: move_path4_pc 5.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite alternate;
  }
  #main main.teemo header.common_header {
    width: calc(100% - 20px);
    min-height: 50px;
    box-sizing: border-box;
    position: sticky;
    top: 0;
    left: 10px;
    z-index: 100;
    border-radius: 14px;
    background: white;
    backdrop-filter: blur(15px);
    box-shadow: 0 1.5px 5px rgba(0, 0, 0, 0.1);
  }
  #main main.teemo header.common_header p.title {
    padding-top: 15px;
    padding-left: 10px;
    height: 100%;
    float: left;
  }
  #main main.teemo header.common_header p.title a {
    padding-top: 4px;
    height: 100%;
    width: 240px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main main.teemo header.common_header p.title a span {
    display: block;
  }
  #main main.teemo header.common_header p.title a span.logo {
    width: 88px;
    line-height: 0;
  }
  #main main.teemo header.common_header p.title a span.logo img {
    width: 100%;
    height: auto;
  }
  #main main.teemo header.common_header p.title a span.text {
    line-height: 20px;
    font-size: 10px;
  }
  #main main.teemo header.common_header nav {
    width: 100%;
  }
  #main main.teemo header.common_header nav .menu {
    width: 50px;
    height: 50px;
    float: right;
  }
  #main main.teemo header.common_header nav .menu button {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    background: transparent;
  }
  #main main.teemo header.common_header nav .menu button:before, #main main.teemo header.common_header nav .menu button:after {
    content: "";
  }
  #main main.teemo header.common_header nav .menu button span, #main main.teemo header.common_header nav .menu button:before, #main main.teemo header.common_header nav .menu button:after {
    width: 23px;
    height: 4px;
    display: block;
    position: absolute;
    left: calc(50% - 11.5px);
    border-radius: 2px;
    background: #41C3E1;
  }
  #main main.teemo header.common_header nav .menu button span {
    text-indent: -9999px;
    top: calc(50% - 2px);
  }
  #main main.teemo header.common_header nav .menu button:before {
    top: calc(50% - 10px);
  }
  #main main.teemo header.common_header nav .menu button:after {
    top: calc(50% + 6px);
  }
  #main main.teemo header.common_header nav .menu_inner {
    margin: 0 auto;
    width: calc(100vw - 20px);
    clear: both;
    overflow: hidden;
    display: none;
  }
  #main main.teemo header.common_header nav ul {
    padding: 20px;
  }
  #main main.teemo header.common_header nav ul li {
    width: 100%;
  }
  #main main.teemo header.common_header nav ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #main main.teemo header.common_header nav ul li a span {
    padding: 10px 15px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
  }
  #main main.teemo header.common_header nav ul li a.active {
    color: #41C3E1;
  }
  #main main.teemo header.common_header nav p.entry {
    margin: 0 auto 40px auto;
    width: 192px;
  }
  #main main.teemo header.common_header nav p.entry button {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #41C3E1;
    box-sizing: border-box;
    background: #41C3E1;
    border-radius: 25px;
    line-height: 20px;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
  }
  #main main.teemo header.common_header nav p.entry button span {
    display: inline-block;
  }
  #main main.teemo header.common_header nav p.entry button:hover {
    background: #ffffff;
    color: #41C3E1;
  }
  #main main.teemo article {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  #main main.teemo article .inner {
    margin: 0 auto;
    max-width: 500px;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column-reverse;
  }
  #main main.teemo article #teemo-entry-module .main_content {
    padding-top: 70px;
  }
  #main main.teemo article .main_content {
    margin: 0 auto 108px auto;
    padding: 35px 22px 40px 22px;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(15px);
    box-shadow: 0 1.5px 5px rgba(0, 0, 0, 0.1);
  }
  #main main.teemo article .main_content section {
    margin-bottom: 50px;
  }
  #main main.teemo article .main_content section:last-child {
    margin-bottom: 0;
  }
  #main main.teemo article .main_content section .row {
    margin-bottom: 60px;
    overflow: hidden;
  }
  #main main.teemo article .main_content section .row:last-child {
    margin-bottom: 0;
  }
  #main main.teemo article .main_content section div.text {
    padding-top: 20px;
    width: 100%;
  }
  #main main.teemo article .main_content section div.text h2 {
    margin-bottom: 23px;
    line-height: 45px;
    font-size: 30px;
    font-weight: bold;
  }
  #main main.teemo article .main_content section div.text h2 span {
    display: block;
  }
  #main main.teemo article .main_content section dl.text dd,
  #main main.teemo article .main_content section p.text {
    line-height: 24px;
    font-size: 15px;
  }
  #main main.teemo article .main_content section dl.text dt {
    margin-bottom: 23px;
    line-height: 34px;
    font-size: 24px;
    font-weight: bold;
    display: block;
  }
  #main main.teemo article .main_content section ul.note,
  #main main.teemo article .main_content section dl.note,
  #main main.teemo article .main_content section small.note {
    padding-top: 24px;
  }
  #main main.teemo article .main_content section ul.note li,
  #main main.teemo article .main_content section small.note {
    line-height: 15px;
    font-size: 10px;
    color: #41C3E1;
    display: grid;
    grid-template-columns: 20px auto;
  }
  #main main.teemo article .main_content section ul.note li span,
  #main main.teemo article .main_content section small.note span {
    display: block;
  }
  #main main.teemo article .main_content section dl.note {
    line-height: 15px;
    font-size: 10px;
    color: #707070;
  }
  #main main.teemo article .main_content section dl.note dt, #main main.teemo article .main_content section dl.note dd {
    display: inline;
  }
  #main main.teemo article .main_content section dl.note dt {
    font-weight: bold;
  }
  #main main.teemo article .main_content section .full_table {
    margin-left: -20px;
    width: calc(100% + 40px);
    position: relative;
  }
}
@media screen and (max-width: 1199px) and (max-width: 500px) {
  #main main.teemo article .main_content section .full_table:after {
    content: "";
    width: 20px;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(to left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  }
}
@media screen and (max-width: 1199px) {
  #main main.teemo article .main_content section .full_table .table_scroll {
    padding: 10px 20px;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  #main main.teemo article .main_content section .full_table ul.note,
  #main main.teemo article .main_content section .full_table dl.note,
  #main main.teemo article .main_content section .full_table small.note {
    padding-left: 20px;
    padding-right: 20px;
  }
  #main main.teemo article .main_content section .image {
    margin-bottom: 23px;
    padding: 14px 22px;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 22px;
    box-shadow: 0 1.5px 3px rgba(0, 0, 0, 0.16);
  }
  #main main.teemo article .main_content section .image.no_frame {
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }
  #main main.teemo article .main_content section .image p.img {
    width: 100%;
    aspect-ratio: 4/3;
    line-height: 0;
  }
  #main main.teemo article .main_content section .image p.img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #main main.teemo article .main_content section p.cv_btn {
    margin: 60px 0 0 0;
  }
  #main main.teemo article .main_content section p.cv_btn a {
    margin: 0 auto;
    width: 320px;
    height: 60px;
    display: block;
    background: #ffffff;
    border: 2px solid #41C3E1;
    border-radius: 30px;
    text-align: center;
    line-height: 56px;
    font-size: 19px;
    font-weight: bold;
    color: #41C3E1;
  }
  #main main.teemo article section {
    position: relative;
  }
  #main main.teemo article section.local_hero {
    padding: 25px 0 50px 0;
  }
  #main main.teemo article section.local_hero .inner {
    padding: 0 20px;
    display: block;
  }
  #main main.teemo article section.local_hero h1 {
    margin-bottom: 8px;
  }
  #main main.teemo article section.local_hero h1 small, #main main.teemo article section.local_hero h1 span {
    display: block;
    font-weight: bold;
  }
  #main main.teemo article section.local_hero h1 small {
    margin-bottom: 4px;
    line-height: 40px;
    font-size: 30px;
    color: #41C3E1;
  }
  #main main.teemo article section.local_hero h1 span {
    line-height: 30px;
    font-size: 12px;
  }
  #main main.teemo article section.local_hero p.copy {
    line-height: 44px;
    font-size: 30px;
    font-weight: bold;
  }
  #main main.teemo article section.how_to_start h2 span.logo {
    margin-top: 6px;
    max-width: 270px;
    width: 100%;
    display: block;
    line-height: 0;
  }
  #main main.teemo article section.how_to_start h2 span.logo img {
    width: 100%;
    height: auto;
  }
  #main main.teemo article section.station .note span {
    font-weight: bold;
  }
  #main main.teemo article section.station .note img {
    transform: translateY(4px);
  }
  #main main.teemo article section.teemo_entry p.entry {
    margin-bottom: 41px;
  }
  #main main.teemo article section.teemo_entry p.entry span {
    width: 100%;
    display: block;
    text-align: center;
  }
  #main main.teemo article section.teemo_entry p.entry span.logo {
    margin: 0 auto 30px auto;
    max-width: 290px;
  }
  #main main.teemo article section.teemo_entry p.entry span.logo img {
    width: 100%;
    height: auto;
  }
  #main main.teemo article section.teemo_entry p.entry span.text {
    line-height: 24px;
    font-size: 15px;
  }
  #main main.teemo article section.teemo_entry p.entry_btn {
    margin-bottom: 90px;
  }
  #main main.teemo article section.teemo_entry p.entry_btn button {
    margin: 0 auto;
    width: 320px;
    height: 60px;
    display: block;
    background: #41C3E1;
    border: 2px solid #41C3E1;
    border-radius: 30px;
    text-align: center;
    line-height: 56px;
    font-size: 19px;
    font-weight: bold;
    color: #ffffff;
  }
  #main main.teemo article section.teemo_entry .frame {
    margin: 0 auto;
    padding: 50px 0 60px 0;
    border: 2px solid #41C3E1;
    border-radius: 13px;
    background: #ffffff;
  }
  #main main.teemo article section.teemo_entry .frame dl {
    text-align: center;
  }
  #main main.teemo article section.teemo_entry .frame dl dt {
    margin-bottom: 23px;
    line-height: 45px;
    font-size: 24px;
    font-weight: bold;
  }
  #main main.teemo article section.teemo_entry .frame dl dd {
    line-height: 24px;
    font-size: 14px;
  }
  #main main.teemo article section.teemo_entry .frame p.cv_btn {
    margin-top: 24px;
  }
  #main main.teemo article section.teemo_entry .frame p.cv_btn a {
    width: 284px;
  }
  #main main.teemo article section.related_info {
    margin: 0 auto;
    padding: 45px 16px 90px 16px;
    background: rgba(65, 195, 225, 0.19);
    backdrop-filter: blur(15px);
    box-shadow: 0 2.5px 5px rgba(0, 0, 0, 0.1);
    border-radius: 13px 13px 0 0;
  }
  #main main.teemo article section.related_info h3 {
    margin-bottom: 40px;
    text-align: center;
    line-height: 45px;
    font-size: 30px;
    font-weight: bold;
  }
  #main main.teemo article section.related_info ul {
    margin: 0 auto;
    width: 100%;
  }
  #main main.teemo article section.related_info ul li {
    margin: 0 auto 32px auto;
    width: 100%;
    max-width: 500px;
  }
  #main main.teemo article section.related_info ul li:last-child {
    margin-bottom: 0;
  }
  #main main.teemo article section.related_info ul li a {
    display: block;
    line-height: 0;
  }
  #main main.teemo article section.related_info ul li a img {
    width: 100%;
    height: auto;
  }
  #main main.teemo article .main_content section.how_to_start .image {
    padding: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
  }
  .mw_teemo_entry {
    padding: 20px;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    display: none;
  }
  .mw_teemo_entry .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 201;
    background: rgba(0, 0, 0, 0.6);
  }
  .mw_teemo_entry .frame {
    margin: 0 auto;
    padding: 10px;
    width: calc(100% - 10px);
    max-height: 470px;
    height: calc(100vh - 80px);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 202;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 0 1.5px 5px #B1B1B1;
    border-radius: 24px;
  }
  .mw_teemo_entry .frame .scroll {
    padding: 30px 10px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .mw_teemo_entry .frame dl {
    text-align: center;
  }
  .mw_teemo_entry .frame dl dt {
    margin-bottom: 2px;
  }
  .mw_teemo_entry .frame dl dt span {
    display: block;
  }
  .mw_teemo_entry .frame dl dt span.logo {
    margin: 0 auto 4px auto;
    width: 160px;
  }
  .mw_teemo_entry .frame dl dt span.logo img {
    width: 100%;
    height: auto;
  }
  .mw_teemo_entry .frame dl dt span.text {
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #41C3E1;
  }
  .mw_teemo_entry .frame dl dd.install {
    margin: 0 auto 24px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 11px;
  }
  .mw_teemo_entry .frame dl dd.install span {
    display: block;
  }
  .mw_teemo_entry .frame dl dd.install span.img {
    max-width: 58px;
  }
  .mw_teemo_entry .frame dl dd.install span.img img {
    width: 100%;
    height: auto;
  }
  .mw_teemo_entry .frame dl dd.install span.text {
    line-height: 20px;
    font-size: 15px;
    font-weight: bold;
    display: block;
  }
  .mw_teemo_entry .frame dl dd.text {
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 13px;
  }
  .mw_teemo_entry .frame p.install_btn {
    margin-bottom: 40px;
  }
  .mw_teemo_entry .frame p.install_btn a {
    margin: 0 auto;
    width: 90%;
    height: 60px;
    display: block;
    background: #ffffff;
    border: 2px solid #41C3E1;
    border-radius: 30px;
    text-align: center;
    line-height: 56px;
    font-size: 19px;
    font-weight: bold;
    color: #41C3E1;
  }
  .mw_teemo_entry .frame p.text {
    line-height: 18px;
    font-size: 11px;
  }
  .mw_teemo_entry .frame p.text a {
    text-decoration: underline;
    color: #41C3E1;
  }
  #main main.teemo article #station-module .main_content {
    padding-bottom: 60px !important;
  }
  #main main.teemo article #station-module .note {
    margin-top: 1em;
  }
  #main main.teemo article #station-module .note img {
    transform: translateY(3px);
  }
  #main main.teemo article #station-module .cv_btn {
    margin-top: 41px !important;
  }
  .is_pc {
    display: none !important;
  }
}