* {
  box-sizing: border-box;
}

body,
html {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  scroll-behavior: smooth;
}

img {
  display: block;
  width: 100%;
  margin: 0 auto;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-select: none;
}

video {
  display: block;
  width: 100%;
}

a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.bold {
  font-weight: bold;
}

.container {
  width: 92%;
  max-width: 1400px;
  margin: 0 auto;
}

.sec {
  padding: 0 0 5rem 0;
}

.subtitle {
  margin-bottom: 2rem;
}

.subtitle h2 {
  font-size: 55px;
  color: #c81624;
  font-weight: bold;
  text-align: center;
}

.subtitle h3 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}

.row {
  display: flex;
}

.jc-sa {
  justify-content: space-around;
}

.jc-sb {
  justify-content: space-between;
}

.jc-c {
  justify-content: center;
}

.aic {
  align-items: center;
}

.col-1 {
  width: 100%;
}

.col-2 {
  width: 49%;
}

.col-66p {
  width: 66%;
}

.col-33p {
  width: 32%;
}

.btn {
  width: 200px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
}

.btn_s {
  display: block;
  width: fit-content;
  border-radius: 36px;
  padding: 3px 20px;
}

.btn_main {
  background: #c81624;
  color: #fff;
}

.btn_line {
  background: #06c755;
  color: #fff;
}

.swiper {
  padding-bottom: 2rem;
}

.swiper-pagination-bullet-active {
  background: #c81624;
}

header {
  display: flex;
  align-items: center;
  height: 80px;
  padding: 0 5%;
  background: #c81624;
}
header .logo {
  width: 220px;
}
header .logo.link {
  display: block;
  width: 100%;
}
header nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
header .nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .nav > div {
  display: flex;
  align-items: center;
}
header .nav .nav_link {
  margin-left: 40px;
}
header .nav .nav_link a {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  transition: color 0.3s;
}
header .nav .nav_link a:hover {
  color: #ffd900;
}
header .nav .nav_icon {
  width: 25px;
  margin: 0 10px;
}
header .nav .nav_icon a {
  display: block;
  width: 100%;
}
header .nav .nav_icon a:hover {
  opacity: 0.8;
}
header .ham {
  display: none;
}

.fix_area {
  position: fixed;
  bottom: 6rem;
  right: 4rem;
  z-index: 100;
}
.fix_area .shop_link a {
  display: block;
  background: #c81624;
  border: 2px solid #fff;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.fix_area .shop_link a img {
  width: 40px;
}
.fix_area .shop_link a:hover {
  opacity: 0.8;
}

footer {
  background: #000;
  padding: 20px;
}
footer ul {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
footer ul li {
  padding: 0 10px;
}
footer ul a {
  font-size: 16px;
  text-decoration: underline;
  color: #fff;
}
footer p {
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.mask {
  display: none;
}

.pc-only {
  display: block;
}

.mobile-only {
  display: none;
}

.maincontent {
  background-image: url(../images/bg_main.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
}
.maincontent.article {
  background-image: url(../images/bg_download.jpg);
}

.maincontent .sec_1st {
  background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 40%);
  padding-bottom: 80px;
}

.maincontent .sec_1st .mainkv h1 {
  font-size: 60px;
  font-weight: bold;
  color: #c81624;
}

.maincontent .sec_1st .mainkv p {
  font-size: 30px;
  font-weight: bold;
}

.maincontent .sec_1st .col-1 {
  position: relative;
  padding: 10rem 0;
}

.maincontent .sec_1st .mainelena {
  position: absolute;
  width: 50%;
  top: -3rem;
  right: -3rem;
  user-select: none;
  pointer-events: none;
}

.maincontent .windows {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.maincontent .windows .head {
  display: flex;
  align-items: center;
  background: #c81624;
  border-radius: 20px 20px 0 0;
  padding: 10px 20px;
}
.maincontent .windows .head .dots {
  display: flex;
  margin-right: 10px;
}
.maincontent .windows .head .dots span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
}
.maincontent .windows .head .dots span:nth-child(1) {
  background: #fc7676;
}
.maincontent .windows .head .dots span:nth-child(2) {
  background: #ffda61;
}
.maincontent .windows .head .dots span:nth-child(3) {
  background: #8ce856;
}
.maincontent .windows .head h2 {
  color: #fff;
  font-size: 20px;
}
.maincontent .windows .body {
  background: #fff;
  padding: 20px;
  border-radius: 0 0 20px 20px;
}
.maincontent .windows .category_list {
  display: flex;
  margin-bottom: 20px;
}
.maincontent .windows .category_list li {
  margin-right: 10px;
}
.maincontent .windows .category_list li a {
  display: block;
  width: fit-content;
  padding: 5px 20px;
  border: 1px solid #c81624;
  font-size: 24px;
  color: #c81624;
  border-radius: 30px;
}
.maincontent .windows .category_list li:hover a {
  background: #e26161;
  border: 1px solid #e26161;
  color: #fff;
}
.maincontent .windows .category_list li.active a {
  background: #c81624;
  color: #fff;
}
.maincontent .windows .article_list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.maincontent .windows .article_list .article {
  margin-bottom: 20px;
}
.maincontent .windows .article_list .article a {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
}
.maincontent .windows .article_list .article a:hover {
  opacity: 0.9;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
}
.maincontent .windows .article_list .article .content {
  padding: 20px;
}
.maincontent .windows .article_list .article .content .category {
  background: #c81624;
  color: #fff;
  font-size: 14px;
  padding: 2px 20px;
  border-radius: 50px;
  margin-right: 10px;
}
.maincontent .windows .article_list .article .content .date {
  font-size: 14px;
  color: #c81624;
}
.maincontent .windows .article_list .article .content .article_t {
  color: #c81624;
  font-size: 24px;
  font-weight: bold;
}
.maincontent .windows .article_list .article .content .article_p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.maincontent .windows .article_list .article:nth-last-child(1) {
  margin-bottom: 0;
}
.maincontent .windows .article_pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid rgba(200, 22, 36, 0.15);
}
.maincontent .windows .article_pagination__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.maincontent .windows .article_pagination__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  border: 2px solid #c81624;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #c81624;
  text-decoration: none;
  box-sizing: border-box;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.maincontent .windows .article_pagination__list a:hover {
  background: rgba(200, 22, 36, 0.08);
}
.maincontent .windows .article_pagination__list a.is-active {
  background: #c81624;
  color: #fff;
  pointer-events: none;
}
.maincontent .windows .article_pagination__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0;
  border: 2px solid #c81624;
  border-radius: 10px;
  background: #fff;
  font-size: 18px;
  font-weight: bold;
  font-family: inherit;
  line-height: 1;
  color: #c81624;
  cursor: pointer;
  box-sizing: border-box;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.maincontent .windows .article_pagination__arrow:hover .maincontent .windows .article_pagination__arrow:not(.maincontent .windows .article_pagination__arrow:disabled) {
  background: #e26161;
  border-color: #e26161;
  color: #fff;
}
.maincontent .windows .article_pagination__arrow:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.maincontent .windows .collectibleSwiper .swiper-slide {
  position: relative;
}
.maincontent .windows .collectibleSwiper .shadow {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
.maincontent .windows .collectibleSwiper .pd_name {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
}
.maincontent .windows .lineStickerSwiper {
  padding-bottom: 40px;
}
.maincontent .windows .lineStickerSwiper .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.maincontent .windows .lineStickerSwiper img {
  max-width: 230px;
}
.maincontent .windows .lineStickerSwiper .pd_name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
}
.maincontent .windows .lineStickerSwiper .note {
  font-size: 14px;
  text-decoration: underline;
  margin-bottom: 10px;
}

.maincontent #gear {
  background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, rgb(255, 255, 255) 100%), url(../images/bg_gear_r.jpg), url(../images/bg_gear_l.jpg);
  background-repeat: no-repeat;
  background-size: auto, 700px, 700px;
  background-position: top center, center right, center left;
  background-color: #fff;
}

.maincontent #gear .gear_menu {
  display: flex;
}

.maincontent #gear .gear_menu li {
  width: 50%;
  height: 85px;
  border-radius: 20px 20px 0 0;
  font-size: 30px;
  font-weight: bold;
  line-height: 85px;
  text-align: center;
  color: #fff;
  background: #c81624;
  border: 2px solid #c81624;
}

.maincontent #gear .gear_menu li:hover {
  background: #e26161;
}

.maincontent #gear .gear_menu li.active {
  color: #c81624;
  background: #fff;
  border-width: 2px 2px 0 2px;
}

.maincontent #gear .gear_suit_list {
  border: solid #c81624;
  border-radius: 0 0 20px 20px;
  border-width: 0 2px 2px 2px;
  overflow: hidden;
}

.maincontent #gear .gear_suit_list li {
  display: none;
  background: #fff;
  padding: 30px;
}

.maincontent #gear .gear_suit_list li.active {
  display: block;
}

.maincontent #gear .gear_suit_list h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.maincontent #gear .gear_suit_list .suite_kv {
  border-radius: 20px;
}

.maincontent #gear .gear_suit_list .suite_pd {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.maincontent #gear .gear_suit_list .suite_pd img {
  margin-bottom: 10px;
  width: 80%;
}

.maincontent #gear .gear_suit_list .suite_pd .pd_no {
  font-size: 24px;
  font-weight: bold;
}

.maincontent #gear .gear_suit_list .suite_pd .pd_name {
  text-align: center;
}

.maincontent #gear .gear_suit_list .suite_pd .btn_s {
  margin-top: 10px;
}

.maincontent #meet {
  background-image: url(../images/bg_line.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  background-color: #fff;
}

.maincontent #meet .windows {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0;
}

.maincontent #meet .windows .body {
  width: 100%;
  padding: 0;
  border: 2px solid #c81624;
  overflow: hidden;
  height: 100%;
}

.maincontent #meet .windows .content {
  flex-grow: 1;
}

.maincontent #meet .flip-card {
  width: 100%;
  aspect-ratio: 1/1;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}

.maincontent #meet .flip-card .windows .body {
  position: relative;
}

.maincontent #meet .flip-card .windows .hint {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%);
}

.maincontent #meet .flip-card .windows .hint p {
  color: #c81624;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
  line-height: 50px;
}

.maincontent #meet .flip-card .windows .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  background: #c81624;
  color: #fff;
}

.maincontent #meet .flip-card .windows .content.info {
  padding: 1rem;
}

.maincontent #meet .flip-card .windows .content .name {
  width: auto;
  height: 45px;
  margin-bottom: 20px;
}

.maincontent #meet .flip-card .windows .content h4 {
  font-size: 24px;
  margin-bottom: 20px;
}

.maincontent #meet .flip-card .windows .content .feature_list {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}

.maincontent #meet .flip-card .windows .content .feature_list li {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}

.maincontent #meet .flip-card .windows .content .feature_list li span {
  width: 30%;
  max-width: 165px;
  font-size: 18px;
  font-weight: bold;
  color: #c81624;
  background: #fff;
  border-radius: 30px;
  padding: 5px;
  margin-right: 10px;
}

.maincontent #meet .flip-card .windows .content .feature_list li p {
  width: 70%;
  flex-grow: 1;
  display: block;
  font-size: 18px;
  text-align: left;
}

.maincontent #meet .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.maincontent #meet .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

.maincontent #meet .flip-card-front,
.maincontent #meet .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 15px;
  overflow: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.maincontent #meet .flip-card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.maincontent #meet .flip-card-front {
  z-index: 2;
  transform: rotateY(0deg) translateZ(1px);
  -webkit-transform: rotateY(0deg) translateZ(1px);
}

.maincontent #meet .flip-card-back {
  background-color: #c81624;
  color: #fff;
  transform: rotateY(180deg) translateZ(1px);
  -webkit-transform: rotateY(180deg) translateZ(1px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.maincontent #meet .flip-card-back h3 {
  margin-top: 0;
  color: #2980b9;
}

.maincontent #meet .flip-card-back p {
  font-size: 14px;
  line-height: 1.6;
}

.maincontent #downloads {
  background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 8%), url(../images/bg_download.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 5rem 0;
}
.maincontent #downloads .wallpaper {
  margin-bottom: 80px;
}
.maincontent #downloads .wallpaper:nth-last-child(1) {
  margin-bottom: 0;
}
.maincontent #downloads .wallpaper h4 {
  font-size: 24px;
  text-align: center;
  color: #c81624;
  font-weight: bold;
}
.maincontent #downloads .wallpaper h5 {
  text-align: center;
  font-weight: bold;
}
.maincontent #downloads .wallpaper .note {
  display: block;
  font-size: 12px;
  text-align: center;
  color: #e26161;
  opacity: 0;
}
.maincontent #downloads .wallpaper_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 1rem;
}
.maincontent #downloads .wallpaper_list li {
  width: 32%;
  margin-bottom: 20px;
}
.maincontent #downloads .wallpaper_list li:nth-last-child(3) {
  margin-bottom: 0;
}
.maincontent #downloads .wallpaper_list li.size_s {
  width: 16%;
  margin-bottom: 0;
}
.maincontent #downloads .wallpaper_list li img {
  border-radius: 20px;
}
.maincontent #downloads .btn_s {
  display: flex;
  align-items: center;
  margin: 10px auto 0;
}
.maincontent #downloads .btn_s span {
  display: flex;
  align-items: center;
  width: 20px;
}
.maincontent #downloads .btn_s span img {
  margin: 0;
}
.maincontent #downloads .btn_s p {
  display: block;
}

.maincontent #follow {
  background: #fff;
}

.maincontent #follow .subtitle img {
  width: 200px;
}

.maincontent #follow .sns_list {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.maincontent #follow .sns_list .btn_icon {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c81624;
  border-radius: 50%;
  margin: 0 15px;
}

.maincontent #follow .sns_list .btn_icon img {
  width: auto;
  height: 35px;
}

.maincontent #follow .sns_list .btn_icon img.sns_x {
  height: 30px;
}

@media screen and (max-width: 1920px) {
  .container {
    max-width: 1200px;
  }
  .maincontent {
    background-size: cover;
  }
  .maincontent.article {
    background-size: cover;
  }
}
@media screen and (max-width: 1281px) {
  .pc-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
  .f-wrap-m {
    flex-wrap: wrap;
  }
  .mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 400;
    background: rgba(0, 0, 0, 0.25);
  }
  .mask.active {
    display: block;
  }
  .sec {
    padding: 3rem 0;
  }
  .subtitle h2 {
    font-size: 48px;
  }
  .subtitle h3 {
    font-size: 20px;
  }
  header {
    position: sticky;
    top: 0;
    height: 65px;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    z-index: 500;
  }
  header .logo {
    width: 200px;
  }
  header .ham {
    display: flex;
    flex-direction: column;
    width: 60px;
    height: 24px;
    background: transparent;
    border: 0;
  }
  header .ham span {
    width: 100%;
    height: 3px;
    background: #fff;
    margin-bottom: 5px;
  }
  header .ham span:nth-last-child(1) {
    margin-bottom: 0;
  }
  header .ham.active {
    position: relative;
    z-index: 750;
  }
  header .ham.active span {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #c81624;
  }
  header .ham.active span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  header .ham.active span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  header .ham.active span:nth-last-child(1) {
    display: none;
  }
  header .nav {
    position: fixed;
    top: 0;
    right: -320px;
    flex-direction: column;
    width: 300px;
    height: 100%;
    background: #fff;
    z-index: 600;
    padding-top: 80px;
    box-shadow: -2px -2px 10px rgba(0, 0, 0, 0.25);
  }
  header .nav > div {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  header .nav > div:nth-last-child(1) {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 1rem;
    background: #c81624;
  }
  header .nav .nav_link {
    width: 100%;
    margin: 0;
    padding: 0 5%;
  }
  header .nav .nav_link a {
    display: block;
    font-size: 16px;
    padding: 10px 0;
    color: #c81624;
    border-bottom: 1px solid #dedede;
  }
  header .nav .nav_link a:hover {
    text-decoration: none;
  }
  header .nav.active {
    right: 0;
  }
  .maincontent .windows .head {
    padding: 8px 16px;
    border-radius: 1rem 1rem 0 0;
  }
  .maincontent .windows .head h2 {
    font-size: 20px;
  }
  .maincontent .windows .head .dots span {
    width: 6px;
    height: 6px;
    margin-right: 6px;
  }
  .maincontent .windows .body {
    border-radius: 0 0 1rem 1rem;
  }
  .maincontent .windows .category_list {
    flex-wrap: wrap;
  }
  .maincontent .windows .category_list li {
    margin-right: 8px;
    margin-bottom: 8px;
  }
  .maincontent .windows .category_list li a {
    padding: 3px 16px;
    border: 1px solid #c81624;
    font-size: 16px;
  }
  .maincontent .windows .article_list .article a {
    border-radius: 1rem;
  }
  .maincontent .windows .article_list .article .content .article_t {
    font-size: 18px;
  }
  .maincontent .windows .article_list .article .content .article_p {
    font-size: 16px;
  }
  .maincontent .windows .article_list .article .content .category {
    font-size: 16px;
    margin-right: 8px;
    padding: 2px 1rem;
  }
  .maincontent .windows .article_pagination {
    margin-top: 20px;
    padding-top: 14px;
    gap: 6px;
  }
  .maincontent .windows .article_pagination__list {
    gap: 4px;
  }
  .maincontent .windows .article_pagination__list a,
  .maincontent .windows .article_pagination__arrow {
    min-width: 36px;
    height: 36px;
    font-size: 16px;
    border-radius: 8px;
  }
  .maincontent .sec_1st {
    padding-bottom: 0;
  }
  .maincontent .sec_1st .mainkv h1 {
    font-size: 48px;
  }
  .maincontent .sec_1st .mainkv p {
    font-size: 24px;
  }
  .maincontent .sec_1st .col-1 .mainelena {
    top: 1rem;
  }
  .maincontent #gear {
    background: #fff;
  }
  .maincontent #gear .gear_menu li {
    font-size: 20px;
    height: 60px;
    line-height: 60px;
  }
  .maincontent #gear .gear_suit_list li > .row {
    flex-direction: column;
  }
  .maincontent #gear .gear_suit_list .col-2 {
    width: 100%;
    max-width: 480px;
  }
  .maincontent #gear .gear_suit_list .suite_kv {
    margin-bottom: 20px;
  }
  .maincontent #meet {
    background-size: 120%;
    background-position: center;
  }
  .maincontent #meet .row {
    align-items: center;
  }
  .maincontent #meet .flip-card {
    aspect-ratio: 5/6;
  }
  .maincontent #meet .flip-card .windows .content h4 {
    font-size: 20px;
  }
  .maincontent #meet .flip-card .windows .content .feature_list {
    max-width: 360px;
  }
  .maincontent #meet .flip-card .windows .content .feature_list li span {
    width: 30%;
    min-width: 120px;
    font-size: 16px;
    padding: 2px 3px;
  }
  .maincontent #meet .flip-card .windows .content .feature_list li p {
    width: 50%;
    font-size: 16px;
  }
  .maincontent #downloads .wallpaper {
    margin-bottom: 40px;
  }
  .maincontent #downloads .wallpaper h4 {
    font-size: 16px;
  }
  .maincontent #downloads .wallpaper h5 {
    font-size: 14px;
  }
  .maincontent #downloads .wallpaper_list li {
    width: 48%;
  }
  .maincontent #downloads .wallpaper_list li.size_s {
    width: 32%;
    margin-bottom: 20px;
  }
  .maincontent #downloads .wallpaper_list li.size_s:nth-last-child(3) {
    margin-bottom: 0;
  }
  .maincontent #downloads .wallpaper_list li img {
    border-radius: 1rem;
  }
  .maincontent #downloads .btn_s {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  .maincontent {
    background-image: url(../images/bg_main_m.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    background-attachment: fixed;
    overflow-x: hidden;
  }
  .maincontent .sec_1st .mainkv h1,
  .maincontent .sec_1st .mainkv p {
    text-align: center;
  }
  .maincontent .sec_1st .col-1 {
    height: 80vw;
    padding: 3rem 0 0;
  }
  .maincontent .sec_1st .col-1 .mainelena {
    width: 600px;
    top: 250px;
    right: 50%;
    transform: translateX(50%);
  }
  .maincontent .sec_1st .col-66p {
    order: 2;
    width: 100%;
  }
  .maincontent .sec_1st .col-33p {
    order: 1;
    width: 100%;
  }
  .maincontent #meet .row {
    flex-wrap: wrap;
    justify-content: center;
  }
  .maincontent #meet .col-2 {
    width: 100%;
    max-width: 480px;
    margin-bottom: 20px;
  }
  .maincontent #meet .col-2:nth-last-child(1) {
    margin-bottom: 0;
  }
  .maincontent #downloads .wallpaper .note {
    opacity: 1;
  }
}
@media screen and (max-width: 480px) {
  html,
  body {
    font-size: 16px;
  }
  .container {
    width: 95%;
  }
  .sec {
    padding: 2rem 0;
  }
  .subtitle h2 {
    font-size: 28px;
  }
  .subtitle h3 {
    font-size: 16px;
  }
  footer ul {
    flex-wrap: wrap;
  }
  footer ul a {
    font-size: 12px;
  }
  footer p {
    font-size: 12px;
  }
  .fix_area {
    bottom: 3rem;
    right: 0rem;
    padding: 1rem;
  }
  .maincontent .sec_1st .mainkv h1 {
    font-size: 30px;
  }
  .maincontent .sec_1st .mainkv p {
    font-size: 18px;
  }
  .maincontent .sec_1st .col-1 {
    height: 100vw;
    padding: 1rem 0 0;
  }
  .maincontent .sec_1st .col-1 .mainelena {
    width: 300px;
    top: 125px;
  }
  .maincontent #gear .gear_menu li {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    border-radius: 1rem 1rem 0 0;
  }
  .maincontent #gear .gear_suit_list li {
    padding: 20px;
  }
  .maincontent #gear .gear_suit_list h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .maincontent #gear .gear_suit_list .suite_kv {
    border-radius: 1rem;
  }
  .maincontent #gear .gear_suit_list .suite_pd .pd_no {
    font-size: 18px;
  }
  .maincontent #meet .flip-card {
    margin: 0;
    aspect-ratio: 5/6;
  }
  .maincontent #meet .flip-card .windows .hint {
    display: block;
  }
  .maincontent #meet .flip-card .windows .content {
    padding: 0 2%;
  }
  .maincontent #meet .flip-card .windows .content h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .maincontent #meet .flip-card .windows .content .name {
    height: 36px;
    margin-bottom: 10px;
  }
  .maincontent #meet .flip-card .windows .content .feature_list {
    width: 100%;
    max-width: 300px;
  }
  .maincontent #meet .flip-card .windows .content .feature_list li {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
  }
  .maincontent #meet .flip-card .windows .content .feature_list li span {
    font-size: 14px;
    width: 100%;
  }
  .maincontent #meet .flip-card .windows .content .feature_list li p {
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
  .maincontent #downloads .wallpaper_list {
    flex-wrap: wrap;
  }
  .maincontent #downloads .wallpaper_list li {
    width: 100%;
    margin-bottom: 1rem;
  }
  .maincontent #downloads .wallpaper_list li:nth-last-child(3) {
    margin-bottom: 1rem;
  }
  .maincontent #downloads .wallpaper_list li:nth-last-child(1) {
    margin-bottom: 0;
  }
  .maincontent #downloads .wallpaper_list li.size_s {
    width: 48%;
    margin-bottom: 1rem;
  }
  .maincontent #downloads .wallpaper_list li.size_s:nth-last-child(3) {
    margin-bottom: 1rem;
  }
  .maincontent #downloads .wallpaper_list li.size_s:nth-last-child(2),
  .maincontent #downloads .wallpaper_list li.size_s:nth-last-child(1) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 360px) {
  .subtitle h3 {
    font-size: 15px;
  }
  .maincontent .sec_1st .mainkv h1 {
    font-size: 28px;
  }
  .maincontent .sec_1st .mainkv p {
    font-size: 16px;
  }
  .maincontent #meet .flip-card {
    aspect-ratio: 3/5;
  }
}/*# sourceMappingURL=elena.css.map */