@charset "utf-8";
/* CSS Document */ :root {
  --w-basesize: 1000px;
  overflow-x: hidden;
}
:root {
  --point-color01: #FF59A6;
  --point-color02: #FFF41E;
  --point-color03: #4B4B4B;
  --point-color04: #EC9200;
  --sell: #009AF0;
  --trade-in: #6E7582;
}
br.sp-br {
  display: none;
}
br.pc-br {}
.outline_3_px {
  border: solid 3px #000000;
}
.t_delete{
text-indent: -9999px;
}
.t_center{
text-align: center;
}
.position_center{
display: block;
margin:0 auto;
text-align: center;
}
/*h*/
h2 {
  font-size: 1.8em;
  line-height: 1.4em;
  font-weight: bold;
}
h3 {
  font-size: 1.6em;
  line-height: 1.4em;
  font-weight: bold;
}
h3.Emp01 {
display: inline-block;
  font-size: 1.6em;
  padding: 0.2em 1.2em;
  margin: 0.5em 0;
  font-weight: 900;
  background: #0C42D4;
  color:#FFFFFF;
  text-align: center}
h2.tit_1 {
  margin: 0;
  position: relative;
  text-align: center;
  padding: 0.8em 0.5em 0.7em 1em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #FFFFFF;
  background: var(--point-color01);
}
h2.title_01{
    color: red;
    height: 120px;
    display: block;
    text-align: center;
    font-size: 2em;
    line-height: 1.4em;
    background-image: url(/pc/img/guide/collection/title_benri.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 3em;
    margin-bottom: 2em;
}
h2.title_02{
    color: red;
    height: 120px;
    display: block;
    text-align: center;
    font-size: 2em;
    line-height: 1.4em;
    background-image: url(/pc/img/guide/collection/title_tejyun.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 3em;
    margin-bottom: 2em;
}
h2.title_03{
    color: red;
    height: 120px;
    display: block;
    text-align: center;
    font-size: 2em;
    line-height: 1.4em;
    background-image: url(/pc/img/guide/collection/title_cyuui.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 3em;
    margin-bottom: 2em;
}
.font-size70 {
  font-size: 70%;
}
.font-size80 {
  font-size: 80%;
}
.font-size90 {
  font-size: 90%;
}
.font-size100 {
  font-size: 100%;
}
.impact-120 {
  font-size: 120%;
}
.impact-150 {
  font-size: 150%;
}
.price {
  color: red;
}
.flipDownTrigger,
.flipLeftTrigger,
.flipLeftTopTrigger,
.flipRightTrigger,
.flipRightTopTrigger{
    opacity: 0;
}
/* 左上へ */
.flipLeftTop{
animation-name:flipLeftTopAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes flipLeftTopAnime{
  from {
   transform: translate(-20px,80px) rotate(-15deg);
  opacity: 0;
  }

  to {
   transform: translate(0,0) rotate(0deg);
  opacity: 1;
  }
}
/* 右上へ */
.flipRightTop{
animation-name:flipRightTopAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes flipRightTopAnime{
  from {
   transform: translate(-20px,80px) rotate(25deg);
   opacity: 0;
  }

  to {
   transform: translate(0,1) rotate(0deg);
  opacity: 1;
  }
}
.rotateX{
  animation-name:rotateXAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
}

@keyframes rotateXAnime{
  from{
    transform: rotateX(0);
    opacity: 0;
    }
  to{
    transform: rotateX(-360deg);
    opacity: 1;
    }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger{
    opacity: 0;
}
/* 下から */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}