@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Unbounded:wght@200;300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
.page-unique_paper {
  background-color: #fff;
}
.unique_paper-content {
  font-family: 'Noto Sans JP', sans-serif;
}

a:hover {
  cursor: pointer;
}

.unique_paper-mv {
  background: url(../img/unique_paper-mv.png) no-repeat center top;
  background-size: cover;
  height: 697px;
  position: relative;
}

.unique_paper-mv-item {
  width: 160px;
  height: 70px;
  padding: 15px 15px 0;
  background: url(../img/fukidashi.png) no-repeat center top;
  background-size: 100%;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
}

.unique_paper-mv-item:nth-of-type(1) {
  position: absolute;
  top: 130px;
  left: 190px;
}

.unique_paper-mv-item:nth-of-type(2) {
  position: absolute;
  top: 260px;
  left: 0px;
}

.unique_paper-mv-item:nth-of-type(3) {
  position: absolute;
  bottom: 200px;
  left: 0px;
}

.unique_paper-mv-item:nth-of-type(4) {
  position: absolute;
  top: 185px;
  right: 115px;
}

.unique_paper-mv-item:nth-of-type(5) {
  position: absolute;
  bottom: 185px;
  right: 105px;
}

.animation01 {
  animation-name: animation01;
  animation-duration: 5s;
  animation-fill-mode: forwards;
  opacity: 1;
  animation-iteration-count: infinite;
}

@keyframes animation01 {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.animation02 {
  animation-name: animation02;
  animation-duration: 5s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-iteration-count: infinite;
}

@keyframes animation02 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.unique_paper-mv-text {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 3;
  position: relative;
  z-index: 9;
  margin-top: -20px;
}

.index-box {
  background: #F4F4F4;
  border-radius: 20px;
  padding: 45px 15px 35px;
  margin: 20px 0 40px;
}

.index-ttl {
  font-size: 45px;
  text-align: center;
  font-weight: 100;
  color: #9B9B9B;
  margin-bottom: 20px;
  font-family: 'Unbounded', cursive;
}

.index-box-wrap {
  display: flex;
  justify-content: space-between;
}

.idex-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.idex-tab {
  background: #102694;
  color: #fff;
  font-size: 12px;
  width: 170px;
  border-radius: 100px 0 0 100px;
  padding: 4px;
  font-weight: 600;
}

.idex-tab span {
  border: 1px solid #fff;
  display: inline-block;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  border-radius: 100%;
  margin-right: 10px;
  font-weight: 400;
}

.idex-text {
  color: #102694;
  font-weight: 600;
  font-size: 10px;
  line-height: 1.2;
  padding-left: 10px;
  font-weight: 800;
}

.item02 .idex-tab {
  background: #00AA4F;
}

.item02 .idex-text {
  color: #00AA4F;
}

.item03 .idex-tab {
  background: #13BCC1;
}

.item03 .idex-text {
  color: #13BCC1;
}

.item04 .idex-tab {
  background: #C9A89C;
}

.item04 .idex-text {
  color: #C9A89C;
  position: relative;
}

.item04 .idex-text span {
  font-size: 4px;
}

.item05 .idex-tab {
  background: #9C313F;
}

.item05 .idex-text {
  color: #9C313F;
}

.item06 .idex-tab {
  background: #FF9027;
}

.item06 .idex-text {
  color: #FF9027;
}

.item07 .idex-tab {
  background: #FF6379;
}

.item07 .idex-text {
  color: #FF6379;
}

.item08 .idex-tab {
  background: #26C8F4;
}

.item08 .idex-text {
  color: #26C8F4;
}

.item09 .idex-tab {
  background: #722885;
}

.item09 .idex-text {
  color: #722885;
}

.item10 .idex-tab {
  background: #FB3099;
}

.item10 .idex-text {
  color: #FB3099;
}

.index-btn a {
  display: block;
  background-color: #fff;
  width: 280px;
  height: 60px;
  line-height: 60px;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
  margin: 35px auto 0;
  box-shadow: 0px 6px 12px -5px #b5b5b5;
  position: relative;
  background-image: none;
}

.index-btn a::after {
  display: block;
  content: "";
  width: 6px;
  height: 10px;
  background: url(../img/arrow.svg) no-repeat;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 25px;
}

.index-btn a:hover {
  color: #fff;
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(1, 34, 255, 1) 0%, rgba(12, 170, 255, 1) 100%);
}

.index-btn a:hover::after {
  background: url(../img/arrow-w.svg) no-repeat;
}

.compatible-models {
  border-radius: 15px;
  box-shadow: 0px 6px 12px -5px #b5b5b5;
}

.compatible-models-ttl {
  font-size: 19px;
  color: #333333;
  font-weight: 600;
  text-align: center;
  background: #D5E8FF;
  border-radius: 15px 15px 0 0;
  padding: 15px 0;
}

.compatible-models-img {
  text-align: center;
  padding: 25px;
}

.compatible-models a {
  transition: .2s;
  display: block;
  text-decoration: none;
}

.compatible-models a:hover {
  opacity: .7;
}

.feature-box {
  background: url(../img/feature-box-mv.png) no-repeat center top;
  background-size: cover;
  padding: 65px 30px 50px;
  margin: 85px 0 90px;
}

.feature-box-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.feature-box-item {
  width: 300px;
}

.feature-box-item:nth-of-type(1), .feature-box-item:nth-of-type(2) {
  margin-bottom: 35px;
}

.feature-ttl {
  font-size: 45px;
  text-align: center;
  font-weight: 100;
  color: #FFFFFF;
  margin-bottom: 20px;
  font-family: 'Unbounded', cursive;
  line-height: 1.3;
  margin-bottom: 70px;
}

.feature-ttl span {
  display: block;
  font-size: 16px;
}

.feature-box-ttl {
  color: #fff;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
  margin-bottom: 20px;
}

.ttl-num {
  font-size: 40px;
  font-weight: 100;
  padding-right: 35px;
  font-family: 'Unbounded', cursive;
}

.ttl-text {
  font-size: 18px;
  font-weight: 600;
}

.feature-box-text {
  color: #fff;
  font-size: 13px;
  margin-bottom: 20px;
}

.feature-box-img img {
  width: 100%;
}

.variation-box {
  padding: 65px 30px 50px;
  margin: 0 0 40px;
}

.variation-ttl {
  font-size: 45px;
  text-align: center;
  font-weight: 100;
  color: #333333;
  margin-bottom: 20px;
  font-family: 'Unbounded', cursive;
  line-height: 1.3;
  margin-bottom: 70px;
}

.variation-ttl span {
  display: block;
  font-size: 16px;
}

.variation-content {
  background: url(../img/variation-bg.png) no-repeat center top;
  background-size: 100%;
  padding: 0 0 570px;
  position: relative;
}

.variation-item {
  font-size: 13px;
  text-align: center;
  transition: .5s;
  z-index: 0;
}

.variation-item:nth-of-type(1) {
  width: 130px;
  padding: 15px 20px 30px;
  background: url(../img/variation-fukidashi01.png) no-repeat center top;
  background-size: 100%;
  position: absolute;
  top: -30px;
  left: 120px;
  opacity: 0;
}

.btnripple:nth-of-type(1) {
  position: absolute;
  top: 50px;
  left: 280px;
}

.btnripple:nth-of-type(1):hover, .btnripple:nth-of-type(2):hover, .btnripple:nth-of-type(3):hover, .btnripple:nth-of-type(4):hover, .btnripple:nth-of-type(5):hover, .btnripple:nth-of-type(6):hover, .btnripple:nth-of-type(7):hover {
  opacity: 0;
}

.btnripple:nth-of-type(1):hover~.variation-item:nth-of-type(1), .btnripple:nth-of-type(2):hover~.variation-item:nth-of-type(2), .btnripple:nth-of-type(3):hover~.variation-item:nth-of-type(3), .btnripple:nth-of-type(4):hover~.variation-item:nth-of-type(4), .btnripple:nth-of-type(5):hover~.variation-item:nth-of-type(5), .btnripple:nth-of-type(6):hover~.variation-item:nth-of-type(6), .btnripple:nth-of-type(7):hover~.variation-item:nth-of-type(7) {
  opacity: 1;
}

.variation-item:nth-of-type(2) {
  width: 100px;
  padding: 15px 20px 25px;
  background: url(../img/variation-fukidashi02.png) no-repeat center top;
  background-size: 100%;
  position: absolute;
  top: 85px;
  left: -20px;
  opacity: 0;
}

.btnripple:nth-of-type(2) {
  position: absolute;
  top: 130px;
  left: 125px;
}

.variation-item:nth-of-type(3) {
  width: 130px;
  padding: 35px 20px 15px;
  background: url(../img/variation-fukidashi03.png) no-repeat center top;
  background-size: 100%;
  position: absolute;
  bottom: 100px;
  left: 0;
  opacity: 0;
}

.btnripple:nth-of-type(3) {
  position: absolute;
  bottom: 270px;
  left: 125px;
}

.variation-item:nth-of-type(4) {
  width: 100px;
  padding: 20px 20px 32px;
  background: url(../img/variation-fukidashi04.png) no-repeat center top;
  background-size: 100%;
  position: absolute;
  right: 70px;
  bottom: 470px;
  opacity: 0;
}

.btnripple:nth-of-type(4) {
  position: absolute;
  right: 180px;
  bottom: 420px;
}

.variation-item:nth-of-type(5) {
  width: 130px;
  padding: 15px 20px 32px;
  background: url(../img/variation-fukidashi05.png) no-repeat center top;
  background-size: 100%;
  position: absolute;
  position: absolute;
  right: -30px;
  bottom: 370px;
  opacity: 0;
}

.btnripple:nth-of-type(5) {
  position: absolute;
  right: 120px;
  bottom: 340px
}

.variation-item:nth-of-type(6) {
  width: 100px;
  padding: 20px 20px 32px;
  background: url(../img/variation-fukidashi06.png) no-repeat center top;
  background-size: 100%;
  position: absolute;
  right: -30px;
  bottom: 230px;
  opacity: 0;
}

.btnripple:nth-of-type(6) {
  position: absolute;
  right: 145px;
  bottom: 250px;
}

.variation-item:nth-of-type(7) {
  width: 130px;
  padding: 40px 20px 20px;
  background: url(../img/variation-fukidashi07.png) no-repeat center top;
  background-size: 100%;
  position: absolute;
  right: 130px;
  bottom: 60px;
  opacity: 0;
}

.btnripple:nth-of-type(7) {
  position: absolute;
  right: 290px;
  bottom: 200px;
}

.btnripple {
  /*波紋の基点とするためrelativeを指定*/
  position: absolute;
  z-index: 3;
  cursor: pointer;
  /*波紋の形状*/
  display: inline-block;
  border: 4px solid #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  color: #ccc;
  outline: none;
  box-shadow: 0px 0px 15px -5px #777777;
  /*アニメーションの設定*/
  transition: all .3s;
  transition: .5s;
}

.btnripple:hover {
  background: #666;
}


/*波形を2つ設定*/

.btnripple::after, .btnripple::before {
  content: '';
  /*絶対配置で波形の位置を決める*/
  position: absolute;
  left: -10px;
  top: -10px;
  /*波形の形状*/
  border: 4px solid #fff;
  box-shadow: 0px 0px 15px -5px #777777;
  width: 220%;
  height: 220%;
  border-radius: 50%;
  /*はじめは不透明*/
  opacity: 1;
  /*ループするアニメーションの設定*/
  animation: 1.6s circleanime linear infinite;
}


/*波形の2つ目は0.5秒遅らせてアニメーション*/

.btnripple::before {
  animation-delay: .1s;
}


/*波形のアニメーション*/

@keyframes circleanime {
  0% {
    transform: scale(.8);
  }
  100% {
    transform: scale(1.6);
    opacity: .5;
  }
}


/*中央矢印*/

.btnripple2 span::after {
  content: '';
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top: 38%;
  left: 45%;
  /*矢印の形状*/
  border: 14px solid transparent;
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-color: #fff;
}

.variation-btn {
  display: block;
}

.variation-btn a {
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
}

.variation-btn a:nth-of-type(1) {
  margin-right: 50px;
}

.variation-btn a::after {
  display: block;
  content: url(../img/arrow-w-s.svg);
  height: 38px;
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #333333;
  margin-left: 17px;
}

.variation-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.variation-btn a:hover {
  color: #999;
}

.variation-btn a:hover:after {
  background: linear-gradient(180deg, rgba(1, 34, 255, 1) 0%, rgba(12, 170, 255, 1) 100%);
}

.download-box {
  background: #F2F2F2;
  padding: 40px 25px 65px;
}

.download-box-inner {
  display: flex;
  justify-content: space-between;
}

.download-box-item a img {
  width: 100%;
}

.download-box-item a {
  display: block;
  width: 210px;
  padding: 20px 0;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 6px 12px -5px #b5b5b5;
  text-decoration: none;
  position: relative;
}

.download-box-item a:hover {
  background: linear-gradient(180deg, rgba(1, 34, 255, 1) 0%, rgba(12, 170, 255, 1) 100%);
}

.download-box-item:nth-of-type(1) a::after, .download-box-item:nth-of-type(3) a::after {
  display: block;
  content: "";
  width: 6px;
  height: 10px;
  background: url(../img/arrow.svg) no-repeat;
  background-size: cover;
  position: absolute;
  right: 10px;
  top: 120px;
}

.download-box-item:nth-of-type(1) a:hover:after, .download-box-item:nth-of-type(3) a:hover::after {
  background: url(../img/arrow-w.svg) no-repeat;
}

.download-box-inner:after {
    content: "";
    display: block;
  width: 210px;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}

.download-box-ttl {
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 10px;
  color: #333333;
}

.download-box-item a:hover .download-box-ttl {
  color: #fff;
}

.download-box-item a .download-box-img {
  padding: 0 30px;
}

.download-box-item:nth-of-type(2) a .download-box-ttl {
  position: relative;
}

.download-box-item:nth-of-type(2) a .download-box-ttl::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: url(../img/dl.svg) no-repeat;
  background-size: cover;
  position: absolute;
  right: 15px;
  top: 5px;
}

.download-box-item:nth-of-type(2) a:hover .download-box-ttl::after {
  background: url(../img/dl-w.svg) no-repeat;
}

.download-btn a {
  display: block;
  background-color: #fff;
  width: 345px;
  height: 60px;
  line-height: 60px;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
  margin: 60px auto 0;
  box-shadow: 0px 6px 12px -5px #b5b5b5;
  position: relative;
  background-image: none;
}

.download-btn a::after {
  display: block;
  content: "";
  width: 6px;
  height: 10px;
  background: url(../img/arrow.svg) no-repeat;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 25px;
}

.download-btn a:hover {
  color: #fff;
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(1, 34, 255, 1) 0%, rgba(12, 170, 255, 1) 100%);
}

.download-btn a:hover::after {
  background: url(../img/arrow-w.svg) no-repeat;
}

/* バナーエリア */
.p-btn-container {
  display: flex;
  justify-content: center;
}
.p-btn-container .p-btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap:nowrap;
  font-size: 20px;
  font-weight: bold;
  min-width: 320px;
  min-height: 56px;
  padding: 0 40px 0 24px;
  width: fit-content;
  text-decoration: none;
  letter-spacing: 1px;
  border: 1px solid #bfbfbf;
  border-radius:4px;
  background: linear-gradient(#FFF, #EEE);
  transition: 0.3s ease;
}
.p-btn-container .p-btn-arrow:hover {
  background: linear-gradient(#FFF, #eef);
}
.p-btn-container .p-btn-arrow::before{
  content:'';
  margin-right: 8px;
  width:14px;
  height:16px;
  background: url(/common/img/module/button_icon02.png) no-repeat left 0.3em;
  transform:translateY(-2px);
}
