@charset "UTF-8";
/*****************************
  top
*****************************/
.top-main .topmainhead{
  text-align: center;
}
.top-main .txtbox{
  font-size: 2rem;
  line-height: 1.8;
  margin-top: 2rem;
}
.top-main .pointcatch{
  margin-top: 4rem;
}
.top-main .pointcatch h4{
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
/* .top-main .pointcatch p{
  font-size: 2.4rem;
  margin-top: 3rem;
  text-align: center;
} */
.top-main .pointcatch img{
  display: block;
  max-width: 100%;
  margin: 2rem auto 0;
  width: 800px;
}
.top-main .box .jbtnbox {
  text-align: right;
}
.top-main .box .pointttl{
  text-align: center;
}
.top-main .box .pointttl img{
  margin-bottom: 2rem;
  max-width: 300px;
  /* max-width: 700px; */
}
.top-main .pagesec2 .everydaybox{
  border: 5px solid #eb5c01;
  margin-bottom: 2rem;
  padding: 2rem;
}
.top-main .pagesec2 .everydaybox p{
  background: #eb5c01;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  padding: 5px;
  text-align: center;
}
.top-main .pagesec2 .fimgbox{
  margin: 1% 0;
}
.top-main .pagesec2 .fimgbox p{
  background: #eb5c01;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding: 5px;
}

.top-main .pagesec2 .pointbox3 img{
  border: 1px solid #000;
}
.top-main .pagesec3 .pointbox1 .txt{
  font-size: 2rem;
  margin: -2rem 0 2rem;
}
.top-main .pagesec3 .pointbox1 .pattern1{
  position: relative;
  margin-bottom: 12rem;
}
.top-main .pagesec3 .pointbox1 .pattern1::before{
  content: "";
  background: #eb5c01;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -9rem;
  left: 50%;
  height: 50px;
  width: 200px;
  transform: translateX(-50%);
}
.top-main .pagesec3 .ttl1{
  line-height: 1.4;
}

.top-main .pagesec3 .pointbox2 .txtbox{
  text-align: center;
}

.top-main .txtbox .kome{
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 0;
}
.top-main .attention {
  margin-top: 1.5rem;
}
.top-main .attention li{
  font-size: 1.6rem;
  padding-left: 4rem;
  position: relative;
}
.top-main .attention li span{
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .top-main .pagesecbg{
    background: #fff;
  }
  .top-main .txtbox,
  .top-main .pointcatch p,
  .top-main .pagesec3 .pointbox1 .txt{
    font-size: 1.6rem;
  }
  .top-main .box .pointttl img {
    max-width: 200px;
    /* max-width: 100%; */
  }
  .top-main .pagesec2 .everydaybox {
    margin: 0 3% 2rem;
    padding: 2%;
  }
  .top-main .pagesec2 .everydaybox p{
    margin-bottom: 1rem;
  }
  .top-main .pagesec2 .fimgbox{
    margin: 1% auto;
    width: 88%;
  }
  .top-main .pagesec2 .everydaybox .fimgbox{
    width: 100%;
  }
  .top-main .pointcatch h4{
    font-size: 2.4rem;
  }
  .top-main .pointcatch p{
    margin-top: 2rem;
  }
  .top-main .pagesec3 .pointbox1 .pattern1 {
    margin-bottom: 6rem;
  }
  .top-main .pagesec3 .pointbox1 .pattern1::before {
    bottom: -4.2rem;
    height: 25px;
    width: 100px;
  }
  .top-main .pagesec3 .pointbox2 .txtbox{
    text-align: left;
  }
}

/*****************************
  こだわり
*****************************/

.page-committed .pagesec1{
  padding: 10rem 0 5rem;
}

.page-committed .txtbox{
  font-size: 18px;
}
.page-committed .txtbox p:not(:last-of-type){
  margin-bottom: 1rem;
}
.page-committed .name{
  margin-top: 1rem;
  text-align: right;
}
.committedbox .txtbox{
  margin-top: 2rem;
}
.committedbox .imgbox .thm{
  aspect-ratio: 1/1;
  background: rgba(255, 255, 255, .8);
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 300px;
}
.committed-devbox .imgbox{
  margin-top: 1rem;
}
.committed-devbox .devbox{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.committed-devbox .devbox .name{
  font-weight: bold;
  margin: 0;
}
.committed-devbox .devbox .img {
  border-radius: 200em;
  flex-shrink: 0;
  margin-left: 2rem;
  overflow: hidden;
  position: relative;
  width: 160px;
}

@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .page-committed .txtbox{
    font-size: 16px;
  }
  .page-committed .fimgbox{
    margin-bottom: 1rem;
    width: 100%;
  }
  .committedbox .imgbox .thm{
    width: 120px;
  }
  .committed-devbox .devbox{
    flex-direction: column-reverse;
    justify-content: inherit;
    align-items: inherit;
    flex-wrap: wrap;
  }
  .committed-devbox .devbox .img{
    margin-left: auto;
  }
  .committed-devbox .devbox .name{
    text-align: center;
  }
}

/*****************************
  アフターサポート
*****************************/

.page-after-support .pagesec1{
  padding: 10rem 0 5rem;
}

.page-after-support .txtbox{
  font-size: 18px;
}
.page-after-support .txtbox p:not(:last-of-type){
  margin-bottom: 1rem;
}

.box-support{
  margin-top: 6rem;
  padding-top: 6rem;
}
.box-support1{
  margin-top: 0;
  padding-top: 3rem;
}
.box-support1 .imgbox{
  max-width: 400px;
  margin: 0 auto;
}
.box-support3{
  padding-bottom: 3rem;
}
.aftersupport-ttl {
  margin-bottom: 6rem;
  text-align: center;
}
.aftersupport-ttl img{
  max-width: 80px;
  margin: 0 auto 2rem;
}
.aftersupport-ttl h3{
  font-size: 3rem;
  font-weight: bold;
}

@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .page-after-support .txtbox{
    font-size: 16px;
  }
  .page-after-support .fimgbox{
    margin-bottom: 1rem;
    width: 100%;
  }
  .box-support{
    padding-top: 3rem;
  }
  .aftersupport-ttl img{
    max-width: 50px;
  }
  .aftersupport-ttl h3{
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .box-support1 .imgbox{
    max-width: 250px;
  }
}

/*****************************
  ラインアップ
*****************************/
.page-lineup .lineupbox{
  margin-top: 6rem;
  padding-top: 6rem;
}
.page-lineup .pointbox .fimgbox{
  margin: 1%;
  width: 31%;
}
.page-lineup .txtimgbox{
  margin-top: 2rem;
  padding-top: 2rem;
}
.page-lineup .txtimgbox .fimgbox{
  margin: 0 1%;
  max-width: 400px;
}
.page-lineup .changeimgbox,
.page-lineup .changeimgbox2{
  aspect-ratio: 245/152;
}

.page-lineup .pgmorebtn1{
  margin-top: 5rem;
}

.page-lineup .imgbox .txtbox{
  font-size: 2rem;
  line-height: 1.8;
  margin-top: 2rem;
}
.page-lineup .method table{
  min-width: 700px;
  width: 100%;
}
.page-lineup .method table th,
.page-lineup .method table td{
  border-bottom: 1px solid #B3B3B3;
  padding: .5rem 2rem;
}
.page-lineup .method table thead th{
  background: #000;
  color: #fff;
}
.page-lineup .method table thead th:last-of-type{
  border-left: 1px solid #fff;
}
.page-lineup .method table tbody th{
  background: #f2f2f2;
  border-right: 1px solid #B3B3B3;
}


@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .page-lineup .lineupbox{
    padding-top: 3rem;
  }
  .page-lineup .imgbox .txtbox{
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: left;
  }

  .page-lineup .method .scroll-hint-icon{
    top: 10rem;
  }
}


/*****************************
  近日公開テキスト
*****************************/
.user_release p{
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}

/*****************************
  youtubepop
*****************************/
#wrap {
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}

.youtube_mv {
  aspect-ratio: 16/9;
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.youtube_mv iframe,
.youtube_mv a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*****************************
  TOPSVGアニメ
*****************************/
.pgsvganime .pattern svg{
  height: auto;
  width: 100%;
}
.pgsvganime .pattern1 #p1_n_arrowbox,
.pgsvganime .pattern1 #p1_b_arrowbox,
.pgsvganime .pattern2 #p2_n_arrowbox,
.pgsvganime .pattern2 #p2_b_arrowbox{
  overflow: hidden;
}

@keyframes PGarrow{
  from{
    transform: translateX(0);
  }
  to{
    transform: translateX(100%);
  }
}
@keyframes PGopacity{
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}
@keyframes PGfill1{
  from{
    fill: #000;
  }
  to{
    fill: #ef9f1f;
  }
}
@keyframes PGfill2{
  from{
    fill: #fff;
  }
  to{
    fill: #ef9f1f;
  }
}
@keyframes PGfill3{
  from{
    fill: #ef9f1f;
  }
  to{
    fill: #000;
  }
}
@keyframes PGfill4{
  from{
    fill: #ef9f1f;
  }
  to{
    fill: #fff;
  }
}

/************ パターン1 *************/
/* 矢印 */
.pgsvganime .pattern1.animated #p1_n_arrow_cover,
.pgsvganime .pattern1.animated #p1_b_arrow_cover{
  animation: 4s linear .5s both PGarrow;
}

/* テキスト */
.pgsvganime .pattern1 #p1_n_pgmove,
.pgsvganime .pattern1 #p1_b_pgmove{
  opacity: 0;
}
.pgsvganime .pattern1.animated #p1_n_pgmove,
.pgsvganime .pattern1.animated #p1_b_pgmove{
  animation: 1.5s linear 1.2s both PGopacity;
}
.pgsvganime .pattern1.animated #p1_n_txt1,
.pgsvganime .pattern1.animated #p1_b_txt1{
  animation: 1.5s linear .5s both PGfill1;
}
.pgsvganime .pattern1.animated #p1_n_txt2,
.pgsvganime .pattern1.animated #p1_b_txt2{
  animation: 1.8s linear .5s both PGfill1;
}

/* カラー */
.pgsvganime .pattern1 #p1_n_colorbox,
.pgsvganime .pattern1 #p1_b_colorbox,
.pgsvganime .pattern1 #p1_n_line1,
.pgsvganime .pattern1 #p1_b_line1,
.pgsvganime .pattern1 #p1_n_line2,
.pgsvganime .pattern1 #p1_b_line2{
  fill: #fff;
}
.pgsvganime .pattern1.animated #p1_n_colorbox,
.pgsvganime .pattern1.animated #p1_b_colorbox{
  animation: 1.5s linear .5s both PGfill2;
}
.pgsvganime .pattern1.animated #p1_n_line1,
.pgsvganime .pattern1.animated #p1_b_line1{
  animation: 1.5s linear 1s both PGfill2;
}
.pgsvganime .pattern1.animated #p1_n_line2,
.pgsvganime .pattern1.animated #p1_b_line2{
  animation: 1.5s linear 1.5s both PGfill2;
}

/************ パターン2 *************/
/* 矢印 */
.pgsvganime .pattern2.animated #p2_n_arrow_cover,
.pgsvganime .pattern2.animated #p2_b_arrow_cover{
  animation: 4s linear 1s both PGarrow;
}

/* テキスト */
.pgsvganime .pattern2 #p2_n_pgmove,
.pgsvganime .pattern2 #p2_b_pgmove{
  opacity: 0;
}
.pgsvganime .pattern2 #p2_n_txt1,
.pgsvganime .pattern2 #p2_b_txt1,
.pgsvganime .pattern2 #p2_n_txt2,
.pgsvganime .pattern2 #p2_b_txt2{
  fill: #ef9f1f;
}
.pgsvganime .pattern2.animated #p2_n_pgmove,
.pgsvganime .pattern2.animated #p2_b_pgmove{
  animation: 1.5s linear 1.2s both PGopacity;
}
.pgsvganime .pattern2.animated #p2_n_txt1,
.pgsvganime .pattern2.animated #p2_b_txt1{
  animation: .5s linear 1s both PGfill3;
}

/* ばってん */
.pgsvganime .pattern2 #p2_n_cross,
.pgsvganime .pattern2 #p2_b_cross{
  opacity: 0;
}
.pgsvganime .pattern2.animated #p2_n_cross,
.pgsvganime .pattern2.animated #p2_b_cross{
  animation: 1.5s linear 1.5s both PGopacity;
}

/* カラー */
.pgsvganime .pattern2.animated #p2_n_colorbox,
.pgsvganime .pattern2.animated #p2_b_colorbox{
  animation: 1s linear 1s both PGfill4;
}
.pgsvganime .pattern2.animated #p2_n_line1,
.pgsvganime .pattern2.animated #p2_b_line1{
  animation: 1s linear 1.5s both PGfill4;
}
.pgsvganime .pattern2.animated #p2_n_color1,
.pgsvganime .pattern2.animated #p2_n_color2,
.pgsvganime .pattern2.animated #p2_n_color3,
.pgsvganime .pattern2.animated #p2_n_color4,
.pgsvganime .pattern2.animated #p2_b_color1,
.pgsvganime .pattern2.animated #p2_b_color2,
.pgsvganime .pattern2.animated #p2_b_color3,
.pgsvganime .pattern2.animated #p2_b_color4{
  animation: 1s linear 1.6s both PGfill3;
}