/* base
------------------------------------------------------------*/

html {
  overflow-y: inherit;
  background: #fff;
  font-family: "Helvetica Neue",Arial,"Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  color: var(--color-typograph-base-1)
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
  padding: 0;
  margin: 0
}

body {
  font-family: "Helvetica Neue",Arial,"Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  color: #000
}

table {
  border-spacing: 0;
  border-collapse: collapse
}

fieldset,img {
  border: 0
}

address,caption,cite,code,dfn,em,strong,th,var {
  font-style: normal;
  font-weight: normal
}

ol,ul {
  list-style: none
}

li {
  list-style-type: none
}

caption,th {
  text-align: left
}

h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: normal
}

q::before,q::after {
  content: ""
}

abbr,acronym {
  font-variant: normal;
  border: 0
}

sup {
  vertical-align: text-top
}

sub {
  vertical-align: text-bottom
}

input,textarea,select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit
}

legend {
  color: #000
}

a {
  color: #000;
  text-decoration: none
}

a:hover {
  text-decoration: none
}

select {
  width: 100%;
  text-indent: .01px;
  text-overflow: ellipsis;
  cursor: pointer;
  background: rgba(0,0,0,0);
  background-image: none;
  border: none;
  outline: none;
  box-shadow: none;
  appearance: none
}

i {
  padding: 0;
  margin: 0;
  font: inherit;
  font-style: normal;
  line-height: 1;
  border: 0
}

img {
  max-width: 100%;
  vertical-align: top
}

*,::before,::after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased
}

/* slick
------------------------------------------------------------*/

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-track,.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:before,.slick-track:after {
  display: table;
  content: ""
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.cf::after {
  display: block;
  clear: both;
  visibility: hidden;
  content: ""
}

.no-scroll {
  overflow: hidden
}

/* newt-ghedaer
------------------------------------------------------------*/

#newt-ghedaer strong {
  font-weight: bold
}

#newt-ghedaer.no-bnr.no-info {
  border-bottom: none
}

#newt-ghedaer.no-bnr.no-info .newt-header-info-bnr {
  margin-top: 0
}

#newt-ghedaer.no-bnr .newt-header-info-bnr,#newt-ghedaer.no-bnr .newt-header-info-bnr #newt-info-bnr {
  margin-bottom: 0
}

@media screen and (min-width: 1040px) {
  .newt-header-inner {
    max-width:1040px;
    padding: 0 40px
  }
}

@media screen and (min-width: 768px)and (max-width: 1039px) {
  .newt-header-inner {
    max-width:1039px;
    padding: 0 25px
  }
}

@media screen and (min-width: 576px)and (max-width: 767px) {
  .newt-header-inner {
    padding:0 20px
  }
}

@media screen and (max-width: 575px) {
  .newt-header-inner {
    padding:0 14px
  }
}

@media screen and (min-width: 768px) {

  #newt-ghedaer {
    font-size: 16px;
    line-height: 1
  }

  #newt-ghedaer .newt-header-inner {
    position: relative;
    margin: auto
  }

  #newt-ghedaer .newt-sub-header {
    border-bottom: 1px solid #e5e5ea
  }

  #newt-ghedaer .newt-sub-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 40px
  }

  #newt-ghedaer .newt-sub-nav ul {
    display: flex
  }

  #newt-ghedaer .newt-sub-nav ul li+li {
    margin-left: 40px
  }

  #newt-ghedaer .newt-sub-nav ul li a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px
  }

  #newt-ghedaer .newt-sub-nav ul li.newt-sub-nav-faq a::before {
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 12px 0 0;
    content: "";
    background: url(https://stg.t-point.tsite.jp/assets/img/header/icon_faq.svg) 0 0 no-repeat
  }

  #newt-ghedaer .newt-sub-nav ul li.newt-sub-nav-info a::before {
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 12px 0 0;
    content: "";
    background: url(https://stg.t-point.tsite.jp/assets/img/header/icon_info.svg) 0 0 no-repeat
  }

  #newt-ghedaer .newt-sub-nav ul li.newt-sub-nav-logout a::before {
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 12px 0 0;
    content: "";
    background: url(https://stg.t-point.tsite.jp/assets/img/header/icon_logout.svg) 0 0 no-repeat;
    background-size: 100% 100%
  }

  #newt-ghedaer .newt-sub-nav ul li.newt-sub-nav-mypage a::before {
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 12px 0 0;
    content: "";
    background: url(https://stg.t-point.tsite.jp/assets/img/header/icon_mypage.svg) 0 0 no-repeat
  }

  #newt-ghedaer .newt-sub-nav ul li a:hover {
    color: #333;
    text-decoration: none;
    opacity: .7;
    transition: opacity 400ms ease
  }

  #newt-ghedaer .main-header {
    position: relative !important;
    top: 0 !important;
    z-index: 50;
    border-bottom: 1px solid #e5e5ea
  }

  #newt-ghedaer .main-header .newt-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px
  }

  #newt-ghedaer .main-header h1 {
    width: 330px
  }

  .newt-gnav-pc>ul {
    display: flex
  }

  .newt-gnav-pc>ul>li>a {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 50px 0 40px;
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;
    color: #073f98
  }

  .newt-gnav-pc>ul>li>a span {
    position: relative;
    z-index: 20
  }

  .newt-gnav-pc>ul>li:hover>a::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    content: "";
    background: #f5f5f5;
    border-right: 1px solid #e5e5ea;
    border-left: 1px solid #e5e5ea
  }

  .newt-gnav-pc>ul>li>a::after {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    display: block;
    width: 12px;
    height: 12px;
    margin: auto;
    content: "";
    background: url(https://stg.t-point.tsite.jp/assets/img/header/arrow_d_bl.png) 0 0 no-repeat;
    background-size: 100% 100%
  }

  .newt-gnav-pc>ul>li {
    position: relative;
    height: 60px
  }

  .newt-gnav-pc>ul>li:nth-child(1) {
    left: 1px
  }

  .newt-gnav-pc>ul>li:nth-child(1)::before,.newt-gnav-pc>ul>li:nth-child(1)::after,.newt-gnav-pc>ul>li:nth-child(2)::after {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 1px;
    height: 18px;
    margin: auto;
    content: "";
    background: #e5e5ea
  }

  .newt-gnav-pc>ul>li:nth-child(1)::before {
    left: 0
  }

  .newt-gnav-pc>ul>li:nth-child(1)::after,.newt-gnav-pc>ul>li:nth-child(2)::after {
    right: 0
  }

  .newt-gnav-pc>ul>li>a:hover {
    text-decoration: none
  }

  .newt-gnav-pc>ul>li:hover .pd-list {
    visibility: visible;
    opacity: 1
  }

  .newt-gnav-pc .pd-list {
    position: absolute;
    top: 60px;
    display: block !important;
    width: 100%;
    visibility: hidden;
    border: 1px solid #e5e5ea;
    opacity: 0;
    transition: all 300ms ease
  }

  .newt-gnav-pc .pd-list li+li {
    border-top: 1px solid #e5e5ea
  }

  .newt-gnav-pc .pd-list li a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 60px;
    text-align: center;
    background: #f5f5f5
  }

  .newt-gnav-pc .pd-list li a:hover {
    color: #333;
    text-decoration: none;
    background: #e5e3e3;
    transition: background 300ms ease
  }

  .newt-gnav-pc .pd-list li a::after {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    display: block;
    width: 12px;
    height: 12px;
    margin: auto;
    content: "";
    background: url(https://stg.t-point.tsite.jp/assets/img/header/arrow_r_bl.png) 0 0 no-repeat;
    background-size: 100% 100%
  }

  #newt-ghedaer .newt-header-info {
    visibility: hidden
  }

  #newt-ghedaer .newt-header-info.on {
    visibility: visible
  }

  #newt-ghedaer .newt-header-info-box {
    display: flex;
    align-items: center;
    padding: 15px 0
  }

  #newt-ghedaer .newt-header-info-box h2 {
    position: relative;
    width: 165px;
    font-size: 16px
  }

  #newt-ghedaer .newt-header-info-box h2 span {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: bold
  }

  #newt-ghedaer .newt-header-info-box h2 span::before {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    content: "";
    background: url(https://stg.t-point.tsite.jp/assets/img/header/icon_attention.svg) 0 0 no-repeat;
    background-size: 100% 100%
  }

  #newt-ghedaer #newt-header-info-list {
    position: relative;
    width: calc(100% - 165px);
    padding: 0 0 0 20px
  }

  #newt-ghedaer #newt-header-info-list::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 100%;
    content: "";
    background: #eee
  }

  #newt-ghedaer #newt-header-info-list p {
    font-size: 14px;
    line-height: 1.6
  }

  #newt-ghedaer #newt-header-info-list p+p {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #eee
  }

  #newt-ghedaer #newt-header-info-list p span,#newt-ghedaer #newt-header-info-list p a {
    color: #333;
    text-decoration: none
  }

  #newt-ghedaer #newt-header-info-list p a:hover {
    text-decoration: underline
  }

  #newt-ghedaer .newt-header-info-bnr #newt-info-bnr li+li {
    margin-top: 10px
  }

  #newt-ghedaer .newt-header-info-bnr #newt-info-bnr a:hover {
    opacity: .7;
    transition: opacity 400ms ease
  }

  .newt-header-info-bnr {
    margin-top: 20px;
  }

  .newt-header-info+.newt-header-info-bnr {
    margin-top: 0
  }

  .newt-header-info-bnr+.newt-header-user-info {
    margin-top: -20px
  }

  #newt-ghedaer .newt-header-user-info {
    padding: 15px 0;
    font-size: 12px
  }

  #newt-ghedaer .newt-header-user-info .newt-header-inner {
    display: flex;
    align-items: center
  }

  #newt-ghedaer .newt-header-user-info #newt-user-name {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    min-width: 192px;
    max-width: 230px;
    height: 100%;
    padding: 0 20px 0 0;
    font-size: 16px;
    font-weight: bold
  }

  #newt-ghedaer .newt-header-user-info #newt-user-name strong {
    margin: 0 10px;
    color: #074098
  }

  #newt-ghedaer .newt-header-user-info #newt-user-tpoint,#newt-ghedaer .newt-header-user-info #newt-user-tmoney {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    min-width: 190px;
    height: 100%;
    text-align: right
  }

  #newt-ghedaer .newt-header-user-info #newt-user-tpoint a,#newt-ghedaer .newt-header-user-info #newt-user-tmoney a {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 20px 0 0
  }

  #newt-ghedaer .newt-header-user-info #newt-user-tpoint>a.no-use,#newt-ghedaer .newt-header-user-info #newt-user-tmoney>a.no-use {
    padding: 0 12px 0 24px
  }

  #newt-ghedaer .newt-header-user-info .no-use,#newt-ghedaer .newt-header-user-info .no-confirm {
    position: relative;
    width: 100%;
    padding: 0 12px 0 24px;
    text-align: center
  }

  #newt-ghedaer .newt-header-user-info .wait {
    position: relative;
    width: 100%
  }

  #newt-ghedaer .newt-header-user-info .wait a {
    color: #074098;
    text-decoration: underline
  }

  #newt-ghedaer .newt-header-user-info #newt-user-tpoint>a:hover,#newt-ghedaer .newt-header-user-info #newt-user-tmoney>a:hover {
    color: #333;
    text-decoration: none;
    opacity: .7
  }

  #newt-ghedaer .newt-header-user-info #newt-user-tpoint>a::after,#newt-ghedaer .newt-header-user-info #newt-user-tmoney>a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 12px;
    height: 12px;
    margin: auto;
    content: "";
    background: url(https://stg.t-point.tsite.jp/assets/img/header/arrow_r_bl.png) 0 0 no-repeat;
    background-size: 100% 100%
  }

  #newt-ghedaer .newt-header-user-info #newt-user-tmoney {
    padding: 0 0 0 30px;
    margin: 0 0 0 30px
  }

  #newt-ghedaer .newt-header-user-info #newt-user-tmoney::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 35px;
    margin: auto;
    content: "";
    background: #eee
  }

  #newt-ghedaer .newt-header-user-info #newt-user-tpoint i,#newt-ghedaer .newt-header-user-info #newt-user-tmoney i {
    position: relative;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: 40px
  }

  #newt-ghedaer .newt-header-user-info #newt-user-tpoint span,#newt-ghedaer .newt-header-user-info #newt-user-tmoney span {
    padding: 0 0 0 3px;
    font-size: 11px;
    font-weight: bold
  }

  #newt-ghedaer .newt-header-user-info #newt-user-tpoint>a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 24px;
    height: 29px;
    margin: auto;
    content: "";
    background: url(https://stg.t-point.tsite.jp/assets/img/header/icon_tpoint.svg) 0 0 no-repeat;
    background-size: 100% 100%
  }

  #newt-ghedaer .newt-header-user-info #newt-user-tmoney>a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 24px;
    height: 29px;
    margin: auto;
    content: "";
    background: url(https://stg.t-point.tsite.jp/assets/img/header/icon_tmoney.svg) 0 0 no-repeat;
    background-size: 100% 100%
  }

  #newt-ghedaer .newt-header-user-info #newt-user-tpoint .wait {
    position: relative;
    width: 100%;
    text-align: left
  }

  #newt-ghedaer .newt-header-user-info #newt-user-tpoint .wait a {
    padding: 0;
    color: #074098;
    text-decoration: underline
  }

  #newt-ghedaer .newt-header-login {
    padding: 40px 0;
    margin-top: 20px;
    text-align: center;
    background: #f5f5f5;
    border-top: 1px solid #e5e5ea;
    border-bottom: 1px solid #e5e5ea
  }

  #newt-ghedaer .newt-header-login p {
    font-size: 18px;
    font-weight: bold
  }

  #newt-ghedaer .newt-header-login .newt-header-btn-link+a {
    display: inline-block;
    margin: 20px auto 0;
    font-size: 16px;
    color: #074098;
    text-decoration: underline
  }

  #newt-ghedaer .newt-header-login .newt-header-btn-link+a:hover {
    text-decoration: none
  }

  #newt-ghedaer .newt-header-login .newt-header-btn-link {
    max-width: 500px;
    margin: 20px auto 0
  }

  #newt-ghedaer .newt-header-login .newt-header-btn-link a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    display: block;
    width: 21px;
    height: 22px;
    margin: auto;
    content: "";
    background: url(https://stg.t-point.tsite.jp/assets/img/header/icon_mypage_wh.svg) 0 0 no-repeat;
    background-size: 100% 100%
  }

  .newt-header-register-box {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 -5px 5px -6px rgba(0,0,0,.2)
  }

  .newt-header-register-box ul {
    display: flex;
    justify-content: space-between;
    width: 540px;
    margin: auto
  }

  .newt-header-register-box ul li {
    width: calc(50% - 7px)
  }

  .newt-header-btn-link a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 54px;
    font-size: 16px;
    font-weight: bold;
    color: #003f98;
    text-align: center;
    background: #fff;
    border: 2px solid #203d95;
    border-radius: 5px
  }

  .newt-header-btn-link.btn-bl a {
    color: #fff;
    background: #003f98
  }

  .newt-header-btn-link a::after {
    position: absolute;
    content: "";
    display: block;
    margin: auto;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 12px;
    height: 12px;
    background: url(https://stg.t-point.tsite.jp/assets/img/header/arrow_r_bl.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  .newt-header-btn-link a:hover {
    text-decoration: none;
    opacity: .7;
    transition: opacity 400ms ease
  }

  .newt-header-btn-link.btn-bl a::after {
    position: absolute;
    content: "";
    display: block;
    margin: auto;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 12px;
    height: 12px;
    background: url(https://stg.t-point.tsite.jp/assets/img/header/arrow_r_wh.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  .mode-fix-register #newt-gfooter {
    padding-bottom: 74px
  }
}

@media screen and (min-width: 768px)and (max-width: 900px) {
  .newt-gnav-pc > ul > li > a {
    padding: 0 40px 0 30px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  body {
    width:100%
  }

  .ignore-sp {
    display: none
  }

  .newt-sub-header {
    display: none
  }

  #newt-ghedaer-sp-bnr {
    position: relative;
    z-index: 950
  }

  #newt-ghedaer-sp-bnr .link-android {
    display: none
  }

  .mode-android #newt-ghedaer-sp-bnr .link-android {
    display: block
  }

  .mode-android #newt-ghedaer-sp-bnr .link-ios {
    display: none
  }

  #newt-ghedaer {
    position: relative;
    font-size: 12px;
    line-height: 1
  }

  #newt-ghedaer .newt-header-inner {
    position: relative;
    margin: auto
  }

  .newt-sp-header-elm {
    position: absolute;
    top: 0;
    right: 0
  }

  #newt-ghedaer .newt-sub-header {
    border-bottom: 1px solid #e5e5ea
  }

  #newt-ghedaer .newt-sub-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 50px
  }

  #newt-ghedaer .newt-sub-nav ul {
    display: flex
  }

  #newt-ghedaer .newt-sub-nav ul li.newt-sub-nav-info a,#newt-ghedaer .newt-sub-nav ul li.newt-sub-nav-mypage a {
    position: relative;
    display: flex;
    align-items: center;
    width: 45px;
    height: 50px
  }

  #newt-ghedaer .newt-sub-nav ul li.newt-sub-nav-info a::before {
    display: block;
    width: 22px;
    height: 22px;
    margin: auto;
    content: "";
    background: url(https://stg.t-point.tsite.jp/assets/img/footer/icon_info.svg) 50% 50% no-repeat;
    background-size: 100% 100%
  }

  #newt-ghedaer .newt-sub-nav ul li.newt-sub-nav-mypage a::before {
    display: block;
    width: 22px;
    height: 22px;
    margin: auto;
    content: "";
    background: url(https://stg.t-point.tsite.jp/assets/img/header/icon_mypage.svg) 50% 50% no-repeat;
    background-size: 100% 100%
  }

  .newt-ghedaer-inner-box {
    position: relative;
  }

  #newt-ghedaer .main-header {
    width: 100%;
    background: #fff;
    z-index: 1000;
    border-top: 1px solid #e5e5ea;
    border-bottom: 1px solid #e5e5ea
  }

  .fix-header #newt-ghedaer .main-header {
    position: fixed !important
  }

  .nav-open {
    overflow: hidden
  }

  .newt-gnav-box {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
  }

  #newt-ghedaer .main-header .newt-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px
  }

  #newt-ghedaer .main-header h1 {
    width: 180px
  }

  .newt-sub-nav li {
    position: relative
  }

  .newt-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 800;
    width: 100%;
    height: 100%;
    visibility: hidden;
    background: rgba(0,0,0,.7);
    opacity: 0;
    transition: all 400ms ease
  }

  .nav-open .newt-overlay {
    visibility: visible;
    opacity: 1
  }

  .newt-btn-nav-open a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    background: #f5f5f5 url(https://stg.t-point.tsite.jp/assets/img/header/icon_nav_open.png) 50% 50% no-repeat;
    background-size: 22px 22px;
    border-left: 1px solid #e5e5ea
  }

  .newt-btn-nav-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    width: 50px;
    height: 50px;
    visibility: hidden;
    opacity: 0;
    transition: all 400ms ease
  }

  .nav-open .newt-btn-nav-close {
    visibility: visible;
    opacity: 1
  }

  .newt-btn-nav-close a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    background: #f5f5f5 url(https://stg.t-point.tsite.jp/assets/img/header/icon_nav_close.png) 50% 50% no-repeat;
    background-size: 14px 14px;
    border-left: 1px solid #e5e5ea
  }

  .newt-gnav-wrap {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 900;
    width: calc(100% - 45px);
    height: auto;
    padding-top: 50px;
    overflow: auto;
    background: #f5f5f5;
    border-top: 1px solid #e5e5ea;
    border-bottom: 1px solid #e5e5ea;
    transition: transform 400ms ease;
    transform: translateX(100%)
  }

  .fix-header .newt-gnav-wrap {
    position: fixed;
    top: 0 !important;
    height: 100%
  }

  .nav-open .newt-gnav-wrap {
    transform: translateX(0)
  }

  #newt-gnav .pd-list {
    padding: 0 0 0 15px;
    border-top: 1px solid #e5e5ea
  }

  #newt-gnav .pd-list a::after {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    display: block;
    width: 12px;
    height: 12px;
    margin: auto;
    content: "";
    background: url(https://stg.t-point.tsite.jp/assets/img/header/arrow_r_bl.png) 0 0 no-repeat;
    background-size: 100% 100%
  }

  #newt-gnav li+li {
    border-top: 1px solid #e5e5ea
  }

  #newt-gnav>ul>li>a {
    font-weight: bold
}

  #newt-gnav li a {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 50px;
  }

  #newt-gnav li a:hover {
    color: #333;
    text-decoration: none
  }

  #newt-gnav>ul>li>a span {
    position: relative;
    padding: 0 0 0 30px
  }

  .newt-nav-save>a span::before,.newt-nav-use>a span::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 18px;
    margin: auto;
    content: "";
    background: url(https://stg.t-point.tsite.jp/assets/img/header/_r4vp_icon_tcube.svg) 0 0 no-repeat;
    background-size: 100% 100%
  }

  .newt-nav-other1 a {
    position: relative;
    font-weight: bold
  }

  .newt-nav-other1 a span {
    position: relative;
    padding: 0 0 0 30px
  }

  .newt-nav-info a span::before {
      position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    margin: auto;
    content: "";
    background: url(https://stg.t-point.tsite.jp/assets/img/header/icon_info.svg) 0 0 no-repeat;
    background-size: 100% 100%
  }

  .newt-nav-faq>a span::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    margin: auto;
    content: "";
    background: url(https://stg.t-point.tsite.jp/assets/img/header/icon_faq.svg) 0 0 no-repeat;
    background-size: 100% 100%
  }

  .newt-nav-info>a::after,.newt-nav-faq>a::after {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    display: block;
    width: 12px;
    height: 12px;
    margin: auto;
    content: "";
    background: url(https://stg.t-point.tsite.jp/assets/img/header/arrow_r_bl.png) 0 0 no-repeat;
    background-size: 100% 100%
  }

  .newt-nav-other2 {
    padding: 18px 15px;
    border-top: 1px solid #e5e5ea
  }

  .newt-nav-other2 li:nth-child(1) {
    margin-bottom: 10px
  }

  .newt-nav-other2 li.hide {
    display: none
  }

  #newt-ghedaer .newt-nav-app a:hover,#newt-ghedaer .newt-nav-line a:hover {
    text-decoration: none
  }

  .newt-gnav-login {
    padding: 20px 15px;
    border-bottom: 1px solid #e5e5ea
  }

  .newt-gnav-login p {
    padding: 0 0 15px;
    font-size: 14px;
    font-weight: bold;
    text-align: center
  }

  .newt-gnav-login li+li {
    margin-top: 10px
  }

  .newt-gnav-btn-app {
    padding: 20px 15px;
    border-top: 1px solid #e5e5ea
  }

  .newt-gnav-btn-app li+li {
    margin-top: 10px
  }

  .newt-gnav-logout {
    padding: 20px 15px;
    border-top: 1px solid #e5e5ea
  }

  #newt-ghedaer .newt-header-info {
    visibility: hidden
  }

  #newt-ghedaer .newt-header-info.on {
    visibility: visible
  }

  #newt-ghedaer .newt-header-info-box {
    padding: 15px 0
  }

  #newt-ghedaer .newt-header-info-box h2 {
    position: relative;
    font-size: 14px
  }

  #newt-ghedaer .newt-header-info-box h2 span {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: bold
  }

  #newt-ghedaer .newt-header-info-box h2 span::before {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    content: "";
    background: url(https://stg.t-point.tsite.jp/assets/img/header/icon_attention.svg) 0 0 no-repeat;
    background-size: 100% 100%
  }

  #newt-ghedaer #newt-header-info-list {
    position: relative;
    padding: 10px 0 0
  }

  #newt-ghedaer #newt-header-info-list p {
    font-size: 14px;
    line-height: 1.6
  }

  #newt-ghedaer #newt-header-info-list p+p {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
  }

  #newt-ghedaer #newt-header-info-list p a {
    color: #333;
    text-decoration: none
  }

  #newt-ghedaer #newt-header-info-list p a:hover {
    text-decoration: none
  }

  #newt-ghedaer .newt-header-info-bnr #newt-info-bnr {
    margin: 0 0 20px
  }

  #newt-ghedaer .newt-header-info-bnr #newt-info-bnr img {
    width: 100%;
    height: auto
  }

  #newt-ghedaer .newt-header-info-bnr #newt-info-bnr li+li {
    margin-top: 10px
  }

  .newt-header-info-bnr {
    margin-top: 20px
  }

  .newt-header-info+.newt-header-info-bnr {
    margin-top: 0
  }

  #newt-ghedaer .newt-header-user-info {
    padding: 12px 0;
    border-top: 1px solid #e5e5ea;
    border-bottom: 1px solid #e5e5ea
  }

  #newt-ghedaer .newt-header-user-info .newt-header-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center
  }

  #newt-ghedaer .newt-header-user-info #newt-user-name {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 20px 0 0;
    font-size: 13px;
    font-weight: bold
  }

  #newt-ghedaer .newt-header-user-info #newt-user-name strong {
    margin: 0 10px;
    color: #074098
  }

  #newt-ghedaer .newt-header-user-info #newt-user-tpoint,#newt-ghedaer .newt-header-user-info #newt-user-tmoney {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 50%;
    height: 30px;
    margin: 10px 0 0;
    text-align: right
  }

  #newt-ghedaer .newt-header-user-info #newt-user-tpoint.full,#newt-ghedaer .newt-header-user-info #newt-user-tmoney.full {
    width: 100%;
    padding: 0 13%;
    text-align: center
}

  #newt-ghedaer .newt-header-user-info #newt-user-tpoint>a,#newt-ghedaer .newt-header-user-info #newt-user-tmoney>a {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 20px 0 0
  }

  #newt-ghedaer .newt-header-user-info #newt-user-tpoint>a.no-use,#newt-ghedaer .newt-header-user-info #newt-user-tmoney>a.no-use {
    padding: 0 12px 0 24px
  }

  #newt-ghedaer .newt-header-user-info #newt-user-tpoint.full a,#newt-ghedaer .newt-header-user-info #newt-user-tmoney.full a {
    padding: 0
  }

  #newt-ghedaer .newt-header-user-info .no-use {
    position: relative;
    width: 100%;
    padding: 0 12px 0 24px;
    text-align: center
  }

  #newt-ghedaer .newt-header-user-info .no-confirm {
    position: relative;
    width: 100%;
    padding: 0 0 0 24px;
    text-align: center
  }

  #newt-ghedaer .newt-header-user-info .wait {
    position: relative;
    width: 100%
  }

  #newt-ghedaer .newt-header-user-info .wait a {
    color: #074098;
    text-decoration: underline
  }

  #newt-ghedaer .newt-header-user-info #newt-user-tpoint>a:hover,#newt-ghedaer .newt-header-user-info #newt-user-tmoney>a:hover {
    color: #333;
    text-decoration: none
  }

  #newt-ghedaer .newt-header-user-info #newt-user-tpoint>a::after,#newt-ghedaer .newt-header-user-info #newt-user-tmoney>a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 12px;
    height: 12px;
    margin: auto;
    content: "";
    background: url(https://stg.t-point.tsite.jp/assets/img/header/arrow_r_bl.png) 0 0 no-repeat;
    background-size: 100% 100%
  }

  #newt-ghedaer .newt-header-user-info #newt-user-tpoint {
    padding: 0 10px 0 0
  }

  #newt-ghedaer .newt-header-user-info #newt-user-tmoney {
    padding: 0 0 0 10px
  }

  #newt-ghedaer .newt-header-user-info #newt-user-tmoney::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 30px;
    margin: auto;
    content: "";
    background: #eee
  }

  #newt-ghedaer .newt-header-user-info #newt-user-tpoint i,#newt-ghedaer .newt-header-user-info #newt-user-tmoney i {
    position: relative;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: 40px
  }

  #newt-ghedaer .newt-header-user-info #newt-user-tpoint span,#newt-ghedaer .newt-header-user-info #newt-user-tmoney span {
    padding: 0 0 0 3px;
    font-size: 11px;
    font-weight: bold
}

  #newt-ghedaer .newt-header-user-info #newt-user-tpoint .no-confirm::before,#newt-ghedaer .newt-header-user-info #newt-user-tpoint>a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 24px;
    height: 29px;
    margin: auto;
    content: "";
    background: url(https://stg.t-point.tsite.jp/assets/img/header/icon_tpoint.svg) 0 0 no-repeat;
    background-size: 100% 100%
  }

  #newt-ghedaer .newt-header-user-info #newt-user-tmoney .no-confirm::before,#newt-ghedaer .newt-header-user-info #newt-user-tmoney>a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 24px;
    height: 29px;
    margin: auto;
    content: "";
    background: url(https://stg.t-point.tsite.jp/assets/img/header/icon_tmoney.svg) 0 0 no-repeat;
    background-size: 100% 100%
  }

  #newt-ghedaer .newt-header-login {
    padding: 20px 0;
    margin-top: 20px;
    text-align: center;
    background: #f5f5f5;
    border-top: 1px solid #e5e5ea;
    border-bottom: 1px solid #e5e5ea
  }

  #newt-ghedaer .newt-header-login p {
    font-size: 14px;
    font-weight: bold
  }

  #newt-ghedaer .newt-header-login .newt-header-btn-link+a {
    display: inline-block;
    margin: 10px auto 0;
    font-size: 14px;
    color: #074098;
    text-decoration: underline
  }

  #newt-ghedaer .newt-header-login .newt-header-btn-link+a:hover {
    text-decoration: none
  }

  #newt-ghedaer .newt-header-login .newt-header-btn-link {
    max-width: 500px;
    margin: 10px auto 0
  }

  .newt-header-register-box {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    padding: 10px;
    background: #fff;
    box-shadow: 0 -5px 5px -6px rgba(0,0,0,.2)
  }

  .newt-header-register-box ul {
    display: flex;
    justify-content: space-between
  }

  .newt-header-register-box ul li {
    width: calc(50% - 4px)
  }

  .newt-header-register-box ul li.newt-header-btn-link a {
    font-size: 12px
  }

  .newt-header-btn-link a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 54px;
    font-size: 14px;
    font-weight: bold;
    color: #003f98;
    text-align: center;
    background: #fff;
    border: 2px solid #203d95;
    border-radius: 5px
  }

  .newt-header-btn-link.btn-bl a {
    color: #fff;
    background: #003f98
  }

  .newt-header-btn-link.btn-regist a {
    height: 40px;
    line-height: 36px
  }

  .newt-header-btn-link a::after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    display: block;
    width: 12px;
    height: 12px;
    margin: auto;
    content: "";
    background: url(https://stg.t-point.tsite.jp/assets/img/header/arrow_r_bl.png) 0 0 no-repeat;
    background-size: 100% 100%
  }

  .newt-header-btn-link.btn-bl a::after {
    background: url(https://stg.t-point.tsite.jp/assets/img/header/arrow_r_wh.png) 0 0 no-repeat;
    background-size: 100% 100%
  }

  .newt-header-btn-link.btn-login a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    display: block;
    width: 21px;
    height: 22px;
    margin: auto;
    content: "";
    background: url(https://stg.t-point.tsite.jp/assets/img/header/icon_mypage_wh.svg) 0 0 no-repeat;
    background-size: 100% 100%
  }

  .newt-header-btn-link.btn-logout a::after {
    display: none
  }

  .newt-header-btn-link.btn-guide a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    display: block;
    width: 21px;
    height: 22px;
    margin: auto;
    content: "";
    background: url(https://stg.t-point.tsite.jp/assets/img/header/icon_guide.svg) 0 0 no-repeat;
    background-size: 100% 100%
  }

  .newt-header-btn-link a:hover {
    text-decoration: none;
    opacity: 1
  }

  .mode-fix-register #newt-gfooter {
    padding-bottom: 60px
  }
}

@media screen and (max-width: 374px) {
  #newt-ghedaer .newt-header-user-info a,#newt-ghedaer .newt-header-user-info .no-confirm {
    font-size:10px
  }

  #newt-ghedaer .newt-header-user-info #newt-user-tpoint i,#newt-ghedaer .newt-header-user-info #newt-user-tmoney i {
    font-size: 18px
  }

  #newt-ghedaer .newt-header-user-info .wait {
    font-size: 10px
  }

  .newt-header-register-box .newt-header-btn-link a {
    font-size: 11px
  }

  .newt-header-register-box .newt-header-btn-link a::after {
    right: 5px
  }

  .newt-btn-nav-close {
    width: 40px
  }

  #newt-ghedaer .newt-sub-nav ul li a {
    width: 40px
  }
}

/* newt-gfooter
------------------------------------------------------------*/

@media screen and (min-width: 1040px) {
  .newt-footer-inner {
    max-width:1040px;
    padding: 0 40px
  }
}

@media screen and (min-width: 768px)and (max-width: 1039px) {
  .newt-footer-inner {
    max-width:1039px;
    padding: 0 25px
  }
}

@media screen and (min-width: 576px)and (max-width: 767px) {
  .newt-footer-inner {
    padding:0 20px
  }

  .newt-footer-inner-box {
    margin: 0 -20px
  }
}

@media screen and (max-width: 575px) {
  .newt-footer-inner {
    padding:0 14px
  }

  .newt-footer-inner-box {
    margin: 0 -14px
  }
}

@media screen and (min-width: 769px) {
  body {
    width:100%
  }

  #footer {
    margin-top: 0;
    font-size: 16px;
    text-align: left;
    background: #fff;
    border-top: 1px solid #d1d1d6
  }

  #newt-gfooter {
    line-height: 1;
    border-top: 1px solid #d1d1d6
  }

  #newt-gfooter .newt-gfooter-box {
    position: relative
  }

  #newt-gfooter .newt-footer-inner {
    position: relative;
    margin: auto
  }

  #newt-gfooter .newt-footer-inner-box {
    position: relative;
    padding: 35px 0
  }

  #newt-gfooter .newt-footer-top {
    display: flex;
    align-items: flex-end
  }

  #newt-gfooter .newt-footer-logo {
    width: 90px
  }

  #newt-gfooter .newt-link-top {
    position: relative;
    display: inline-block;
    padding: 0 25px 0 0;
    margin: 0 0 4px 25px;
    font-size: 14px;
    font-weight: bold
  }

  #newt-gfooter .newt-link-top:hover {
    color: #333;
    opacity: .7;
    transition: opacity 300ms ease
  }

  #newt-gfooter .newt-link-top::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 12px;
    height: 12px;
    margin: auto;
    content: "";
    background: url(https://stg.t-point.tsite.jp/assets/img/footer/arrow_r_bl.png) 0 0 no-repeat;
    background-size: 100% 100%
  }

  .newt-footer-main {
    display: flex;
    margin: 40px 0 0
  }

  #newt-footer-sld-bnr {
    padding: 40px 20px;
    background: #f5f5f5
  }

  .newt-footer-sld-bnr-header {
    padding: 0 0 40px;
    text-align: center
  }

  .newt-footer-sld-bnr-header h2 {
    font-size: 28px;
    font-weight: bold;
    color: #003f98
  }

  .newt-footer-sld-bnr-slider {
    max-width: 934px;
    margin: auto
  }

  .newt-footer-sld-bnr-slider .slick-slide {
    height: auto
  }

  .newt-footer-sld-bnr-slider figure {
    padding: 0;
    margin: 0
  }

  .newt-footer-sld-bnr-slider span {
    display: block;
    margin: 0 8px
  }

  .newt-footer-sld-bnr-slider a {
    position: relative;
    display: block
  }

  .newt-footer-sld-bnr-slider a:hover {
    opacity: .7;
    transition: opacity 400ms ease
  }

  .newt-footer-sld-bnr-slider a+a {
    margin-top: 15px
  }

  .newt-footer-sld-bnr-slider a i {
    display: block;
    padding: 10px;
    background: #fff
  }

  #newt-footer-sld-bnr .slick-prev,#newt-footer-sld-bnr .slick-next {
    position: absolute;
    top: 50%;
    z-index: 100;
    display: block;
    width: 14px;
    height: 22px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    color: rgba(0,0,0,0);
    cursor: pointer;
    border: none;
    outline: none
  }

  #newt-footer-sld-bnr .slick-next {
    right: -20px;
    background: url(https://stg.t-point.tsite.jp/assets/img/footer/arrow_next.png) 0 0 no-repeat;
    background-size: 100% 100%;
      transform: translate(0, -50%)
  }

  #newt-footer-sld-bnr .slick-prev {
    left: -20px;
    background: url(https://stg.t-point.tsite.jp/assets/img/footer/arrow_prev.png) 0 0 no-repeat;
    background-size: 100% 100%;
    transform: translate(0, -50%)
  }

  #newt-footer-gnav {
    width: 80%;
    padding: 0 30px 0 0
  }

  #newt-footer-gnav>ul {
    display: flex
  }

  #newt-footer-gnav>ul>li {
    width: 33.333%
  }

  #newt-footer-gnav>ul>li+li {
    margin-left: 30px
  }

  #newt-footer-gnav a {
    position: relative;
    font-size: 14px
  }

  #newt-footer-gnav>ul>li>a {
    position: relative;
    font-weight: bold
  }

  #newt-footer-gnav>ul>li>span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 30px;
    font-size: 14px;
    font-weight: bold
  }

  #newt-footer-gnav>ul>li>a:hover {
    color: #333;
    opacity: .7;
    transition: opacity 300ms ease
  }

  #newt-gfooter .newt-footernav-save>span::before,#newt-gfooter .newt-footernav-use>span::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 18px;
    margin: auto;
    content: "";
    background: url(https://stg.t-point.tsite.jp/assets/img/footer/_r4vp_icon_tcube.svg) 0 0 no-repeat;
    background-size: 100% 100%
  }

  #newt-gfooter .newt-footernav-info>a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    margin: auto;
    content: "";
    background: url(https://stg.t-point.tsite.jp/assets/img/footer/icon_info.svg) 0 0 no-repeat;
    background-size: 100% 100%
  }

  #newt-gfooter .newt-footernav-faq>a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    margin: auto;
    content: "";
    background: url(https://stg.t-point.tsite.jp/assets/img/footer/icon_faq.svg) 0 0 no-repeat;
    background-size: 100% 100%
  }

  #newt-footer-gnav .pd-list {
    display: block !important;
    padding: 20px 0 0 30px
  }

  #newt-footer-gnav .pd-list li+li {
    margin-top: 20px
  }

  #newt-footer-gnav .pd-list a {
    position: relative;
    display: block
  }

  #newt-footer-gnav .pd-list a:hover {
    color: #333;
    opacity: .7;
    transition: opacity 300ms ease
  }

  #newt-footer-gnav .pd-list a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 12px;
    height: 12px;
    margin: auto;
    content: "";
    background: url(https://stg.t-point.tsite.jp/assets/img/footer/arrow_r_bl.png) 0 0 no-repeat;
    background-size: 100% 100%
  }

  .newt-footernav-other1 li+li {
    margin-top: 20px
  }

  .newt-footernav-other1 a {
    position: relative;
    display: block;
    font-weight: bold
  }

  .newt-footernav-other1 a span {
    position: relative;
    padding: 0 0 0 30px
  }

  .newt-footernav-other1 a:hover {
    color: #333;
    opacity: .7;
    transition: opacity 300ms ease
  }

  .newt-footernav-other1 li a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 12px;
    height: 12px;
    margin: auto;
    content: "";
    background: url(https://stg.t-point.tsite.jp/assets/img/footer/arrow_r_bl.png) 0 0 no-repeat;
    background-size: 100% 100%
  }

  .newt-footernav-other2 li+li {
    margin-top: 15px
  }

  .newt-footernav-other2 li a {
    position: relative;
    display: block;
    padding: 0 20px 0 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    color: #073f98
  }

  .newt-footernav-other2 li a:hover {
    opacity: .7;
    transition: opacity 300ms ease
  }

  .newt-footernav-other2 li a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 12px;
    height: 12px;
    margin: auto;
    content: "";
    background: url(https://stg.t-point.tsite.jp/assets/img/footer/arrow_r_bl.png) 0 0 no-repeat;
    background-size: 100% 100%
  }

  .newt-footer-gnav-app-wrap {
    width: 20%;
    padding: 0 0 0 30px;
    border-left: 1px solid #e5e5ea
  }

  .newt-footer-social ul {
    display: flex;
    justify-content: flex-end;
    margin: 30px 0 0
  }

  .newt-footer-social ul li+li {
    margin-left: 10px
  }

  .newt-footer-social ul li a {
    display: block;
    width: 41px
  }

  .newt-footer-social ul li a:hover {
    opacity: .7;
    transition: opacity 400ms ease
  }

  .newt-footer-btm {
    display: flex;
    justify-content: center;
    padding: 40px 0 0;
    margin: 40px 0 0;
    border-top: 1px solid #e5e5ea
  }

  .newt-footer-btm nav ul {
    display: flex;
    flex-wrap: wrap
  }

  .newt-footer-btm nav ul li+li {
    padding: 0 0 0 9px;
    margin: 0 0 0 9px;
    border-left: 1px solid #e5e5ea
  }

  .newt-footer-btm nav ul li a {
    font-size: 12px
  }

  .newt-footer-btm nav ul+ul {
    margin-top: 20px
  }

  #newt-gfooter .newt-footer-btm nav ul li a:hover {
    color: #333;
    text-decoration: underline
  }

  .newt-footer-cr {
    padding: 10px 0;
    font-size: 12px;
    color: #333;
    text-align: center;
    background: #f5f5f5
  }

  .newt-footer-pt {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 600;
    width: 61px
  }

  .newt-footer-pt a {
    display: block;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 400ms ease
  }

  .newt-footer-pt.on a {
    visibility: visible;
    opacity: 1
  }

  .newt-footer-pt:hover {
    opacity: .7;
    transition: opacity 400ms ease
  }

  .newt-footer-pt.set {
    position: absolute;
    bottom: 20px
  }

  .mode-fix-register .newt-footer-pt {
    bottom: 94px
  }

  .mode-fix-register .newt-footer-pt.set {
    bottom: 20px
  }
}

@media screen and (min-width: 769px)and (max-width: 980px) {
  .newt-footer-btm nav ul li a {
    font-size:10px
  }

  .newt-footer-btm nav ul li+li {
    padding: 0 0 0 15px;
    margin: 0 0 0 15px
  }

  #newt-footer-gnav>ul>li+li {
    margin-left: 15px
  }

  .newt-footer-gnav-app-wrap {
    padding: 0 0 0 10px
  }

  #newt-footer-gnav {
    padding: 0 10px 0 0
  }

  .newt-footernav-other2 li a {
    font-size: 12px
  }

  #newt-footer-gnav a {
    font-size: 12px
  }

  #newt-footer-gnav>ul>li>span {
    font-size: 12px
  }
}

@media screen and (max-width: 768px) {
  body {
    width:100%
  }
/*
  .ignore-sp {
    display: none
  }
*/

  #wrap {
    position: relative;
    width: 100%;
    overflow: hidden
  }

  #footer {
    margin-top: 0;
    text-align: left;
    background: #fff;
    border-top: 1px solid #d1d1d6
  }

  #newt-gfooter {
    font-size: 12px;
    line-height: 1;
    border-top: 1px solid #d1d1d6
  }

  #newt-gfooter .newt-gfooter-box {
    position: relative
  }

  #newt-gfooter .newt-footer-inner {
    position: relative;
    margin: auto
  }

  #newt-gfooter .newt-footer-inner-box {
    position: relative;
    padding: 15px 0
  }

  #newt-gfooter .newt-footer-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 15px
  }

  #newt-gfooter .newt-footer-logo {
    width: 60px
  }

  #newt-gfooter .newt-link-top {
    position: relative;
    display: inline-block;
    padding: 0 25px 0 0;
    font-size: 14px;
    font-weight: bold
  }

  #newt-gfooter .newt-link-top::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 12px;
    height: 12px;
    margin: auto;
    content: "";
    background: url(https://stg.t-point.tsite.jp/assets/img/footer/arrow_r_bl.png) 0 0 no-repeat;
    background-size: 100% 100%
  }

  .newt-footer-main {
    padding: 15px 0 0
  }

  #newt-footer-sld-bnr {
    padding: 20px 0 30px;
    overflow: hidden;
    background: #f5f5f5
  }

  .newt-footer-sld-bnr-header {
    padding: 0 0 20px;
    text-align: center
  }

  .newt-footer-sld-bnr-header h2 {
    font-size: 20px;
    font-weight: bold;
    color: #003f98
  }

  #newt-footer-sld-bnr {
    position: relative;
    background: #f5f5f5
  }

  #newt-footer-sld-bnr .newt-footer-sld-bnr-inner {
    padding: 0
  }

  .newt-footer-sld-bnr-slider {
    box-sizing: border-box;
    width: 100%
  }

  .newt-footer-sld-bnr-slider .slick-slide {
    height: auto
  }

  .newt-footer-sld-bnr-slider figure {
    padding: 0;
    margin: 0
  }

  .newt-footer-sld-bnr-slider .slick-list {
    overflow: inherit
  }

  .newt-footer-sld-bnr-slider span {
    display: block;
    margin: 0 5px
  }

  .newt-footer-sld-bnr-slider a {
    position: relative;
    display: block
  }

  .newt-footer-sld-bnr-slider a+a {
    margin-top: 10px
  }

  .newt-footer-sld-bnr-slider a img {
    width: 100%
  }

  #newt-footer-sld-bnr .slick-prev,#newt-footer-sld-bnr .slick-next {
    position: absolute;
    top: 50%;
    z-index: 100;
    display: block;
    width: 38px;
    height: 38px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    color: rgba(0,0,0,0);
    cursor: pointer;
    border: none;
    border: 1px solid #fff;
    border-radius: 20px;
    outline: none
  }

  #newt-footer-sld-bnr .slick-next {
    right: 8px;
    background: #fff url(https://stg.t-point.tsite.jp/assets/img/footer/arrow_next.png) 50% 50% no-repeat;
    background-size: 8px 14px;
    transform: translate(0, -50%)
  }

  #newt-footer-sld-bnr .slick-prev {
    left: 8px;
    background: #fff url(https://stg.t-point.tsite.jp/assets/img/footer/arrow_prev.png) 50% 50% no-repeat;
    background-size: 8px 14px;
    transform: translate(0, -50%)
  }

  #newt-footer-gnav>ul {
    border-top: 1px solid #d1d1d6
  }

  #newt-footer-gnav a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 45px
  }

  #newt-footer-gnav>ul>li>a {
    position: relative;
    display: block;
    margin: 0 0 0 15px;
    font-weight: bold
  }

  #newt-footer-gnav>ul>li+li {
    border-top: 1px solid #e5e5ea
  }

  #newt-footer-gnav li a:hover {
    color: #333;
    text-decoration: none
  }

  #newt-footer-gnav>ul>li>a {
    position: relative;
    font-weight: bold
  }

  #newt-footer-gnav>ul>li>span {
    position: relative;
    padding: 0 0 0 30px;
    margin: 0 0 0 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: 45px
  }

  #newt-footer-gnav .newt-footernav-save>span::before,#newt-footer-gnav .newt-footernav-use>span::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 18px;
    margin: auto;
    content: "";
    background: url(https://stg.t-point.tsite.jp/assets/img/footer/_r4vp_icon_tcube.svg) 0 0 no-repeat;
    background-size: 100% 100%
  }

  #newt-footer-gnav .pd-list {
    padding: 0 0 0 15px
  }

  #newt-footer-gnav .pd-list li {
    border-top: 1px solid #e5e5ea
  }

  #newt-footer-gnav .pd-list a {
    position: relative;
    display: block;
    padding: 0 0 0 15px;
    line-height: 45px
  }

  #newt-footer-gnav .pd-list a:hover {
    color: #333
  }

  #newt-footer-gnav .pd-list a::after {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    display: block;
    width: 12px;
    height: 12px;
    margin: auto;
    content: "";
    background: url(https://stg.t-point.tsite.jp/assets/img/footer/arrow_r_bl.png) 0 0 no-repeat;
    background-size: 100% 100%
  }

  .newt-footernav-other1 li+li {
    border-top: 1px solid #e5e5ea
  }

  .newt-footernav-other1 a {
    position: relative;
    padding: 0 0 0 15px;
    font-weight: bold
  }

  .newt-footernav-other1 a span {
    position: relative;
    padding: 0 0 0 30px
  }

  .newt-footernav-info a span::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    margin: auto;
    content: "";
    background: url(https://stg.t-point.tsite.jp/assets/img/footer/icon_info.svg) 0 0 no-repeat;
    background-size: 100% 100%
  }

  .newt-footernav-faq>a span::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    margin: auto;
    content: "";
    background: url(https://stg.t-point.tsite.jp/assets/img/footer/icon_faq.svg) 0 0 no-repeat;
    background-size: 100% 100%
  }

  .newt-footernav-info>a::after,.newt-footernav-faq>a::after {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    display: block;
    width: 12px;
    height: 12px;
    margin: auto;
    content: "";
    background: url(https://stg.t-point.tsite.jp/assets/img/header/arrow_r_bl.png) 0 0 no-repeat;
    background-size: 100% 100%
  }

  .newt-footernav-other2 {
    padding: 18px 15px;
    background: #f5f5f5;
    border-top: 1px solid #e5e5ea
  }

  .newt-footernav-other2 li.hide {
    display: none
  }

  .newt-footernav-other2 li:nth-child(1) {
    margin-bottom: 10px
  }

  .newt-footernav-other2 .newt-footernav-app a:hover,.newt-footernav-other2 .newt-footernav-line a:hover {
    text-decoration: none
  }

  .newt-footernav-other2 .newt-footernav-app br,.newt-footernav-other2 .newt-footernav-line br {
    display: none
  }

  .newt-footer-social ul {
    display: flex;
    padding: 20px 15px 0
  }

  .newt-footer-social ul li+li {
    margin-left: 10px
  }

  .newt-footer-social ul li a {
    display: block;
    width: 41px
  }

  .newt-footer-btm {
    padding: 20px 15px 0
  }

  .newt-footer-btm nav ul li+li {
    margin-top: 20px
  }

  .newt-footer-btm nav ul li a {
    font-size: 12px
  }

  .newt-footer-btm nav ul+ul {
    margin-top: 20px
  }

  #newt-gfooter .newt-footer-btm nav ul li a:hover {
    color: #333;
    text-decoration: underline
  }

  .newt-footer-cr {
    padding: 10px 0;
    font-size: 12px;
    color: #333;
    text-align: center;
    background: #f5f5f5;
    border-top: 1px solid #d1d1d6
  }

  .newt-footer-pt {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 600;
    width: 40px
  }

  .newt-footer-pt a {
    display: block;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 400ms ease
  }

  .newt-footer-pt.on a {
    visibility: visible;
    opacity: 1
  }

  .newt-footer-pt.set {
    position: absolute;
    bottom: 10px
  }

  .mode-fix-register .newt-footer-pt {
    bottom: 70px
  }

  .mode-fix-register .newt-footer-pt.set {
    bottom: 10px
  }

  #newt-gfooter .newt-footer-btn-link a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 54px;
    font-size: 14px;
    font-weight: bold;
    color: #003f98;
    text-align: center;
    background: #fff;
    border: 2px solid #203d95;
    border-radius: 5px
  }

  #newt-gfooter .newt-footer-btn-link.btn-bl a {
    color: #fff;
    background: #003f98
  }

  #newt-gfooter .newt-footer-btn-link a::after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    display: block;
    width: 12px;
    height: 12px;
    margin: auto;
    content: "";
    background: url(https://stg.t-point.tsite.jp/assets/img/footer/arrow_r_bl.png) 0 0 no-repeat;
    background-size: 100% 100%
  }
}

:root {
  --bp-size-xs: 100%;
  --bp-size-sm: 576px;
  --bp-size-md: 768px;
  --bp-size-lg: 992px;
  --bp-size-xl: 1040px;
  --bp-padding-xs: 14px;
  --bp-padding-sm: 20px;
  --bp-padding-md: 25px;
  --bp-padding-lg: 40px;
  --bp-padding-xl: 40px;
  --color-basic-color: #265a96;
  --color-point-color: #ffd41f;
  --color-base-color: #f7f8fa;
  --color-typograph-base-1: #333333;
  --color-typograph-base-2: #666666;
  --color-typograph-base-3: #999999;
  --color-typograph-heading-1: #265a96;
  --color-typograph-heading-2: #8c9eaf;
  --color-typograph-warning-1: #e35252;
  --color-stroke-1: #dadada;
  --color-stroke-2: #ededed
}

[class*=is-] {
  display: none
}

[data-id=id_tmoney] {
  display: none !important
}

/* エラーメッセージ表示 */
.error-box {
  padding: 30px 20px;
}

.error-message {
  color: #fd0000;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

@media (min-width: 768px) {
  .error-box {
    padding: 40px 25px;
  }
  
  .error-message {
    font-size: 16px;
  }
}

@media (min-width: 1040px) {
  .error-box {
    padding: 56px 40px;
  }
}

/* ローディング表示 */
.newt-header-loading {
  padding: 30px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80px;
}

.loading-spinner {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #265a96;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media (min-width: 768px) {
  .newt-header-loading {
    padding: 40px 25px;
    min-height: 100px;
  }
  
  .loading-spinner {
    width: 50px;
    height: 50px;
    border-width: 5px;
  }
}

@media (min-width: 1040px) {
  .newt-header-loading {
    padding: 56px 40px;
    min-height: 120px;
  }
}

/* ========== 初期非表示（JS制御で表示切替） ========== */
.newt-sub-nav-logout,
.newt-gnav-login,
.newt-gnav-logout,
.newt-header-user-info,
.newt-header-login,
#newt-top-beginner,
#newt-top-headcontents .newt-header-register-box,
#newt-user-tpoint .no-confirm,
#newt-user-tpoint .wait,
#newt-user-tmoney .no-confirm,
#infoAdd,
.newt-top-info-btn.newt-top-btn-link {
  display: none;
}

/* <a>要素は既存CSSのdisplay:blockルール(詳細度0,2,1,1)より高い詳細度が必要 */
#newt-top-headcontents .newt-header-user-info #newt-user-tpoint .normal,
#newt-top-headcontents .newt-header-user-info #newt-user-tmoney .normal,
#newt-top-headcontents .newt-header-user-info #newt-user-tmoney .no-use,
#newt-ghedaer .newt-header-user-info #newt-user-tpoint .normal,
#newt-ghedaer .newt-header-user-info #newt-user-tmoney .normal,
#newt-ghedaer .newt-header-user-info #newt-user-tmoney .no-use {
  display: none;
}