@charset "UTF-8";
/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ BASE
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
html:root {
  background-color: #c2f0ff;
}

body {
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 830px) {
  　position: relative;
  overflow-x: hidden;
}

/*====================================================================================
BreakPoint
====================================================================================*/
@media screen and (max-width: 830px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 830px) {
  .sp {
    display: none !important;
  }
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*====================================================================================
Font
====================================================================================*/
h1, h2, h3, h4, h5, h6, p, a, blockquote, pre, abbr, address, cite, code, dt, dd, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure {
  word-wrap: break-word;
  color: #000;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5em;
  list-style-type: none;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ ブロック
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.block {
  padding: 20px 10px;
}

.block > *:not(:last-child) {
  margin-bottom: 20px;
}

.block.color01 {
  background-color: #7cdeff;
}

.block.color02 {
  background-color: #66c7ff;
}

.card {
  -webkit-box-shadow: 0px 0px 2px rgba(0, 76, 106, 0.1), 0px 4px 4px rgba(0, 76, 106, 0.1), 2px 4px 4px rgba(0, 76, 106, 0.075), 4px 4px 4px rgba(0, 76, 106, 0.035), -2px 4px 4px rgba(0, 76, 106, 0.045), 0px -4px 4px rgba(239, 251, 255, 0.3), -2px -4px 4px rgba(239, 251, 255, 0.275), -4px -4px 4px rgba(239, 251, 255, 0.235);
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 10px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 2px rgba(0, 76, 106, 0.1), 0px 4px 4px rgba(0, 76, 106, 0.1), 2px 4px 4px rgba(0, 76, 106, 0.075), 4px 4px 4px rgba(0, 76, 106, 0.035), -2px 4px 4px rgba(0, 76, 106, 0.045), 0px -4px 4px rgba(239, 251, 255, 0.3), -2px -4px 4px rgba(239, 251, 255, 0.275), -4px -4px 4px rgba(239, 251, 255, 0.235);
}

.inner {
  padding: 0 10px;
}

.inner + .inner {
  margin-top: 10px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}

.card > *:not(:last-child), .inner > *:not(:last-child) {
  margin-bottom: 30px;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ 画像
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.maxSize {
  width: 100%;
}

.minusMargin {
  width: calc(100% + 20px);
  margin: 0 -10px;
}

/*====================================================================================
タイトル
====================================================================================*/
.title {
  z-index: 2;
  position: relative;
  text-align: center;
}

.title:before, .title:after {
  display: block;
  z-index: -1;
  position: absolute;
  top: -5px;
  width: 69.5px;
  height: 64px;
  background-size: cover;
  content: "";
}

.title:before {
  -webkit-animation: kami01 2s ease-out infinite alternate;
  -webkit-transform-origin: bottom right;
  left: 0px;
  transform-origin: bottom right;
  background-image: url("../images/common/kamifubukiLeft.png");
  animation: kami01 2s ease-out infinite alternate;
}

.title:after {
  -webkit-animation: kami01 2s ease-out infinite alternate;
  -webkit-transform-origin: bottom left;
  right: 0px;
  transform-origin: bottom left;
  background-image: url("../images/common/kamifubukiRight.png");
  animation: kami01 2s ease-out infinite alternate;
}

@-webkit-keyframes kami01 {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  30% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}

@keyframes kami01 {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  30% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}

/*====================================================================================
ボタン
====================================================================================*/
.button {
  position: relative;
  max-width: 299px;
  margin: 0 auto;
  text-align: center;
}

.button img {
  max-width: 100%;
}

.button:after {
  -webkit-animation: yubi01 1s ease infinite alternate;
  display: block;
  position: absolute;
  right: -10px;
  bottom: 30px;
  width: 42px;
  height: 43px;
  background-image: url("../images/common/yubi.png");
  background-size: cover;
  animation: yubi01 1s ease infinite alternate;
  content: "";
}

@-webkit-keyframes yubi01 {
  0% {
    -webkit-transform: rotate(0deg) translateY(0px);
    transform: rotate(0deg) translateY(0px);
  }
  100% {
    -webkit-transform: rotate(10deg) translateY(2px);
    transform: rotate(10deg) translateY(2px);
  }
}

@keyframes yubi01 {
  0% {
    -webkit-transform: rotate(0deg) translateY(0px);
    transform: rotate(0deg) translateY(0px);
  }
  100% {
    -webkit-transform: rotate(10deg) translateY(2px);
    transform: rotate(10deg) translateY(2px);
  }
}

/*====================================================================================
クーポン
====================================================================================*/
.coupon {
  margin: 0 -10px;
}

.coupon__group {
  padding-top: 30px;
  background-position: top center;
  background-size: contain;
}

.coupon__item {
  width: 220px;
}

.coupon__item img {
  width: 200px;
  margin: 0 auto;
}

.coupon__content {
  margin-top: 10px;
  text-align: center;
}

.coupon__title, .coupon__text {
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.coupon__title {
  color: #e94260;
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
}

.coupon__text {
  color: #333;
  font-size: 16px;
  font-weight: bold;
}

/*------------------------------------------
スライダー
------------------------------------------*/
.slick-dots {
  bottom: -20px;
}

.slick-dots li {
  margin: 0 2px;
}

.slick-dots li, .slick-dots li button, .slick-dots li button:before {
  width: 15px;
  height: 15px;
}

.slick-dots li.slick-active button:before {
  color: #e94260;
  opacity: 1;
}

/*====================================================================================
レーダー
====================================================================================*/
.radar {
  position: relative;
  height: 220.5px;
}

@media screen and (max-width: 374px) {
  .radar {
    height: 170px;
  }
}

.radar .background {
  width: 100%;
}

.radar .background img {
  width: 100%;
}

.radar .buttonList {
  z-index: 2;
  position: absolute;
  right: 20px;
  bottom: 60px;
  font-size: 0;
}

.radar .buttonList:after {
  -webkit-animation: yubi01 1s ease infinite alternate;
  display: block;
  position: absolute;
  right: 0;
  bottom: -25px;
  width: 24px;
  height: 26px;
  background-image: url("../images/wni/yubi01.png");
  background-size: 24px 26px;
  animation: yubi01 1s ease infinite alternate;
  content: "";
}

@media screen and (max-width: 374px) {
  .radar .buttonList:after {
    bottom: -15px;
  }
}

.radar .buttonList__item {
  -webkit-transition: .25s;
  -webkit-filter: brightness(0.75);
  display: inline-block;
  width: 46.5px;
  filter: brightness(0.75);
  transition: .25s;
}

.radar .buttonList__item img {
  width: 100%;
}

.radar .buttonList__item.act {
  -webkit-transition: .25s;
  -webkit-filter: brightness(1);
  filter: brightness(1);
  transition: .25s;
}

.radar .buttonList__item:not(:last-child) {
  margin-right: 3px;
}

@media screen and (max-width: 374px) {
  .radar .buttonList {
    right: 10px;
    bottom: 30px;
  }
}

.radar .buttonTab {
  position: absolute;
  right: 20px;
  bottom: 15px;
  width: 145px;
}

.radar .buttonTab img {
  width: 100%;
}

@media screen and (max-width: 374px) {
  .radar .buttonTab {
    right: 10px;
    bottom: -5px;
  }
}

/*====================================================================================
iPhone
====================================================================================*/
.iphone {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 25%;
  width: 159.5px;
  height: 214.5px;
  transform: translateX(-50%);
  background-image: url("../images/wni/phone.png");
  background-size: cover;
}

.iphone .anime {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: 24px;
  left: 50%;
  width: 141px;
  height: 191px;
  overflow: hidden;
  transform: translateX(-50%);
}

.iphone .anime img {
  position: absolute;
  top: -21px;
  width: 100%;
}

@media screen and (max-width: 374px) {
  .iphone {
    width: 127.6px;
    height: 171.6px;
  }
  .iphone .anime {
    width: 112px;
    height: 148px;
  }
 .typhoon .iphone {
  width: 155.5px;
  }
}

/**************
 dポイント 
*************/
.regist__title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.regist__cost {
  margin-top: 1.5rem;
  color: #CB0133;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.regist__btn {
  max-width: 360px;
  margin: 0 auto;
  margin-top: 2rem;
}
.regist__btn img {
  width: 100%;
  vertical-align: bottom;
}

.regist__term {
  max-width: 360px;
  margin: 0 auto;
  margin-top: 2rem;
}

.regist.-orange {
  padding-top: 10px;
  background-color: #FFF8E0;
}

.regist.-orange .regist__title {
  margin-top: 2rem;
}

.regist__pic {
  max-width: 548px;
  margin: 0 auto;
}

.regist__pic img {
  width: 100%;
  vertical-align: bottom;
}
.registBtn {
  display: block;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-radius: 5px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 24px auto;
  text-align: center;
}

.registBtn img {
  width: 250px;
  vertical-align: bottom;
}

.registBtn.-red {
  background-color: #CB0133;
  background-image: url(/fnt/cms/design_img/resource/regist/ico_arw_01.png?[[snp_getTimestamp]]);
}

.registBtn.-wht {
  border: 1px solid #CB0133;
  background-color: #fff;
  background-image: url(/fnt/cms/design_img/resource/regist/ico_arw_02.png?[[snp_getTimestamp]]);
}

.txt.-indent2 {
  padding-left: 2em;
  text-indent: -1.8em;
}

.txt.-m {
  font-size: 1.2rem;
}
.mg--cs-Small-right {
  margin-right: 1rem;
}

.regist__catch {
  padding: 15px 0;
  border-top: 5px solid #df0b27;
  border-bottom: 5px solid #df0b27;
}

.regist__catch img {
  width: 100%;
}

.regist__block:not(:last-child) {
  margin-bottom: 30px;
}
.txtNotice{
font-size:12px;
padding-left: 1em;
 text-indent: -1em;
}

