@charset "UTF-8";

/*=============
common
=============*/
body{
	color: #333333;
	background-color: #fff;
	font-size: 100%;
	font-family: Meiryo, “Hiragino Kaku Gothic ProN”, “Hiragino Sans”, “Helvetica Neue”, Arial, sans-serif;
	-webkit-text-size-adjust: 100%;
}
img,
picture {
  width: 100%;
  display: block;
}
i {
  font-style: normal;
}
html.is-fixed,
html.is-fixed body {
  height: 100%;
  overflow: hidden;
}
/* sp-hidden */
.sp-hidden {
  display: none !important;
}
/* sp-visible */
.sp-visible {
  display: block !important;
}

/* .txtlink */
.txtlink:link {
  color: #0472a1;
  text-decoration: none;
}
.txtlink:visited {
  color: #0472a1;
}
.txtlink:hover,
.txtlink:active {
  color: #0472a1;
  text-decoration: underline;
}
/* .exlink */
.exlink::after {
  content: "";
  display: inline-block;
  width: 13.36px;
  height: 12px;
  background: url("../../img/lounge/common/ico_browser.svg") no-repeat;
  background-size: contain;
  margin-left: 5px;
}
.txtlink.exlink::after,
.txtlink .exlink::after {
  background: url("../../img/lounge/common/ico_browser_link.svg") no-repeat;
}
.btn-b .exlink::after,
.btn-o .exlink::after {
  background: url("../../img/lounge/common/ico_browser_link_w.svg") no-repeat;
}
.btn-w .exlink::after {
  background: url("../../img/lounge/common/ico_browser_link.svg") no-repeat;
}

/* .center-link */
.center-link {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
}
.center-link a {
  position: relative;
  display: inline-block;
  padding-right: 25px;
  text-decoration: none !important;
}
.center-link a:before {
  content: '';
  width: 8px;
  height:8px;
  border: 0;
  border-top: 2px solid #0472a1;
  border-right: 2px solid #0472a1;
  position: absolute;
  top: 50%;
  right: 0.5em;
  margin-top: -4px;
  transform: rotate(45deg);
  transition: 0.3s ease-in-out;
}

/* bullet-list */
.bullet-list {
  padding-left: 20px;
}
.bullet-list li {
  margin: .25em 0;
  line-height: 1.5;
}
.bullet-list.disc {
  list-style: disc;
}


.bullet-list.big-disc {
  padding-left: 0;
}
.bullet-list.big-disc > li {
  position: relative;
  padding-left: 15px;
}
.bullet-list.big-disc > li:before {
  content: "";
  position: absolute;
  top: .4em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #333;
  border-radius: 50%;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.copyright {
  padding-top: 10px;
  text-align: center;
}
.copyright small {
  font-size: 12px;
}

#NR-footer-ci {
    background: #fff;
    padding: 15px 0 0;
    text-align: center;
}
#NR-footer-ci img {
    height: 30px;
    width: 120px;
    margin: 0 auto;
}

.caution {
  color: #757575;
  margin-bottom: 0.25em;
  padding-left: 1em;
  position: relative;
  text-indent: -1em;
  font-size: 13px;
  line-height: 1.5;
}

.caution:before {
    background: transparent;
    border-radius: 0;
    content: '※';
    height: auto;
    left: auto;
    position: relative;
    top: auto;
    width: auto;
}

.inblk {
  display: inline-block;
}

.fc-or {
  color: #F7794C;
}
.fc-pk {
  color: #FF4B90;
}
.fc-red {
  color: #CC0033;
}

.mr-t1em {
  margin-top: 1em;  
}

.mr-b0 {
  margin-bottom: 0 !important;
}
.mr-t30-2x {
  margin-top: 30px;
}

/* #goTop */
#goTop {
    bottom: 20px;
    position: fixed;
    right: 20px;
    background-color: #333;
    border-radius: 50%;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    z-index: 999;
}

#goTop:before {
    color: #fff;
    content: '\f106';
    font-family: FontAwesome;
    font-size: 25px;
}

#goTop:hover {
    cursor: pointer;
    opacity: 0.7;
    text-decoration: none;
}

/*
btn
=============*/
.btn-radius {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 1em 2.5em 1em 1.5em;
  border-radius: 100vh;
  text-decoration: none !important;
  text-align: center;
  font-size: 16px;
  line-height: 1.35;
}
.btn-b,
.btn-b:visited,
.btn-b:hover {
  position: relative;
  border: 2px solid #0472a1;
  background: #0472a1;
  color: #fff;
}
.btn-b::after,
.btn-b:hover::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 1.25em;
  margin-top: -5px;
  transform: rotate(45deg);
  transition: 0.3s ease-in-out;
  }
.btn-w,
.btn-w:visited,
.btn-w:hover {
  position: relative;
  border: 2px solid #0472a1;
  background: #fff;
  color: #0472a1;
}
.btn-w::after,
.btn-w:hover::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: 2px solid #0472a1;
  border-right: 2px solid #0472a1;
  position: absolute;
  top: 50%;
  right: 1.25em;
  margin-top: -5px;
  transform: rotate(45deg);
  transition: 0.3s ease-in-out;
}
.btn-o,
.btn-o:visited,
.btn-o:hover {
  position: relative;
  border: 2px solid #F7794C;
  background: #F7794C;
  color: #fff;
}
.btn-o::after,
.btn-o:hover::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 1.25em;
  margin-top: -5px;
  transform: rotate(45deg);
  transition: 0.3s ease-in-out;
  }
.btn-back {
  padding: 1em 1.5em 1em 2.5em;
}
.btn-back,
.btn-back:visited,
.btn-back:hover {
  position: relative;
  border: 2px solid #757575;
  background: #fff;
  color: #757575;
}
.btn-back::after,
.btn-back:hover::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: 2px solid #757575;
  border-left: 2px solid #757575;
  position: absolute;
  top: 50%;
  left: 1.25em;
  margin-top: -5px;
  transform: rotate(45deg);
  transition: 0.3s ease-in-out;
}
.btn-wrap {
  margin-top: 30px; 
}
.lineup {
  display: flex;
  flex-flow: column-reverse;
  justify-content:space-between;
  align-items: center;
  gap: 20px;
}

/*
.menu-icon
=============*/
.menu-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-size: 20px auto;
  background-repeat: no-repeat;
}
.home .menu-icon { background-image: url("../../img/lounge/common/ico_home.svg");}
.info .menu-icon { background-image: url("../../img/lounge/common/ico_info.svg");}
.service .menu-icon { background-image: url("../../img/lounge/common/ico_dpoint.svg");}
.cmp .menu-icon { background-image: url("../../img/lounge/common/ico_cmp.svg");}
.set .menu-icon { background-image: url("../../img/lounge/common/ico_set.svg");}
.out .menu-icon { background-image: url("../../img/lounge/common/ico_out.svg");}
.in .menu-icon { background-image: url("../../img/lounge/common/ico_in.svg");}
.sprt .menu-icon { background-image: url("../../img/lounge/common/ico_support.svg");}

/*
.rank-icon
=============*/
.rank-icon {
  display: inline-block;
  width: 33px;
  height: 33px;
  margin: 0 2px 5px 0;
  background-size: 33px;
  background-repeat: no-repeat;
}
.rank-icon.rank1 {
  background-image: url(../../img/lounge/common/rank/rank_01.png);
}
.rank-icon.rank2 {
  background-image: url(../../img/lounge/common/rank/rank_02.png);
}
.rank-icon.rank3 {
  background-image: url(../../img/lounge/common/rank/rank_03.png);
}
.rank-icon.rank4 {
  background-image: url(../../img/lounge/common/rank/rank_04.png);
}
.rank-icon.rank5 {
  background-image: url(../../img/lounge/common/rank/rank_05.png);
}

/*=============
header
=============*/
.header-inner {
  position: relative;
  display: flex;
  max-width: 1260px;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  margin: 0 auto;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
  width: 100%;
}
.logo img {
  width: 118px;
}
.header-login {
   margin-left: auto;
}
.login-btn {
  margin-right:5px;
}
.login-btn .btn-radius {
  padding:.75em 2.5em .75em 1.5em;
}
.login-user {
  padding: 0 10px;
}
.login-user .name {
  display: flex;
  justify-content: end;
  align-items: center;
  font-size: 14px;
  line-height: 1.2;
  word-break: break-all;
}
.login-user .point i {
  position: relative;
  padding-left: 16px;
}
.login-user .point i::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background: url("../../img/lounge/common/logo_dpoint.png") no-repeat;
  background-size: contain;
}
.header-menu {
  width: 40px;
  height: 40px;
}
.header-login .login-user .rank {
  font-size: 9px;
}
/* .user-alert */
.header-login .user-alert {
  display: flex;
  justify-content: flex-end;
  margin: 5px 0;
  padding: 0 10px;
}
.header-login .user-alert-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  border-radius: 10px;
  background: #FFFBDA;
}
.header-login .user-alert-txt::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url("../../img/lounge/common/ico_exclamation.svg") no-repeat;
  background-size: contain;
  margin-right: 5px;
}
.header-login .user-alert-txt,
.header-login .user-alert-txt .txtlink {
  font-size: clamp(12px, 3.2vw, 14px) !important;
  line-height: 1;
}

/*
.header-gnav
=============*/
.header-gnav {
  display: block;
  position: fixed;
  top: 0;
  right: -90%;
  bottom: 0;
  width: 90%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: .5s;
  z-index: 10;
}
.open .header-gnav {
  right: 0;
}
.header-gnav .gnav-list {
  background: #f4f4f6;
}
.header-gnav .gnav-list .gnav-item {
  position: relative;
  margin: 0;
  padding: 0 15px;
}
.header-gnav .gnav-list .gnav-item a {
  position: relative;
  display: flex;
  align-items: center;
  color: #333;
  text-decoration: none;
  transition-duration: 0.2s;
}
.header-gnav .gnav-list .gnav-item > a {
  padding: 20px 20px 20px 0;
  border-top: 1px solid #e9e9eb;
  font-size: 16px;
  font-weight: bold;
}
.header-gnav .gnav-list .gnav-item:first-of-type > a {
  border-top: none;
}
.header-gnav .gnav-list .gnav-item > a:before {
  content: '';
  width: 10px;
  height:10px;
  border: 0;
  border-top: 2px solid #0472a1;
  border-right: 2px solid #0472a1;
  position: absolute;
  top: 50%;
  right: 0.2em;
  margin-top: -4px;
  transform: rotate(45deg);
}
.header-gnav .down-list {
  margin: 0 -20px;
  padding: 0 20px;
  background-color: #e9e9eb;
}
.header-gnav .down-item > a {
  padding: 20px 20px 20px 30px;
  border-top: 1px solid #d8d8db;
  font-size: 14px;
}
.header-gnav .down-item:first-of-type > a {
  border-top: none;
}
.header-gnav .down-item > a:before {
  content: '';
  width: 10px;
  height:10px;
  border: 0;
  border-top: 2px solid #0472a1;
  border-right: 2px solid #0472a1;
  position: absolute;
  top: 50%;
  right: 0.5em;
  margin-top: -4px;
  transform: rotate(45deg);
}
.header-gnav .sub-txt {
  margin-left: 1em;
  font-size: 13px;
  color: #757575;
}
.header-gnav .gnav-list .gnav-item .dlitem:before {
  display: none;
}
.header-gnav .gnav-list .gnav-item .dlitem + .open-btn {
  pointer-events: all;
  display: block;
  width: 32px;
  height: 32px;
  margin-top: 14px;
  position: absolute;
  top: 0;
  right: 10px;
  cursor: pointer;
}
.header-gnav .gnav-list .gnav-item .dlitem + .open-btn:before {
content: "";
width: 14px;
height: 2px;
background-color: #757575;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 10px;
transition: 0.3s;
}
.header-gnav .gnav-list .gnav-item .dlitem + .open-btn::after {
content: "";
width: 2px;
height: 14px;
background-color: #757575;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 16px;
transition: 0.3s;
}
.header-gnav .gnav-list .gnav-item .dlitem + .open-btn.down_open::after {
  opacity: 0;
}
  
/*-- .menu-btn --*/
.menu-btn {
  width: 40px;
  height: 40px;
  outline: 0;
  position: relative;
  cursor: pointer;
}
.menu-btn span {
  display: block;
  position: absolute;
  top: 35%;
  left: 5px;
  width: 30px;
  height: 21px;
  margin-top: -11px;
  transition: all .5s;
  cursor: pointer;
  z-index: 10;
}
.menu-btn span i {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #333;
  border-radius: 4px;
  transition: all .5s;
}
.menu-btn span i:nth-child(1) {
  top: 0px;
}
.menu-btn span i:nth-child(2) {
  top: 9px;
}
.menu-btn span i:nth-child(3) {
  bottom: 0px;
}
.open .menu-btn {
  position: absolute;
  top: 10%;
  right: 90%;
}
.open .menu-btn i {
  width: 30px;
  background-color: #fff;
}
.open .menu-btn span i:nth-child(1) {
  transform: translate(0, 9px) rotate(-45deg);
  animation: unset;
}
.open .menu-btn span i:nth-child(2) {
  opacity: 0;
  animation: unset;
}
.open .menu-btn span i:nth-child(3) {
  transform: translate(0, -9px) rotate(45deg);
  animation: unset;
}
.menu-btn::after {
  content: '\30E1\30CB\30E5\30FC';
  text-indent: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 0.5rem;
  text-align: center;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #333;
  transform: scale(0.8, 1);
  font-weight: bold;
}
.open .menu-btn::after {
  display: none;
}
/*-- .mask --*/
.mask {
  display: none;
}
.open .mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 9;
  cursor: pointer;
  transition: all .5s;
}

/*-- .gnav-inner .btn-wrap --*/
.gnav-inner .btn-wrap {
  margin-top: 10px;
}
.gnav-inner .btn-wrap .btn-radius {
  padding: 21px 12px 21px 8px;
  width: 100%;
  font-size: 16px;
  line-height: 1;
}
.gnav-inner .btn-wrap .btn-w {
  border: 1px solid #0472a1;
}

/*-- .gnav-personal --*/
.gnav-personal {
  padding: 15px;
  background: #fff;
}
.gnav-connect .login-btn {
  width: 100%;
  margin: 0;
  padding: 15px;
  border-radius: 10px;
  background: #f4f4f6;
}
.gnav-connect .login-btn .btn-radius {
  padding: 21px 12px 21px 8px;
  width: 100%;
  font-size: 16px;
  line-height: 1;
}
.gnav-connect .login-btn .btn-b,
.gnav-connect .login-btn .btn-b:hover {
  border: 1px solid #0472a1;
}
.gnav-connect .connect {
  width: 100%;
  margin: 15px auto 0;
  padding: 12px 12px 15px;
  background: #fff;
  border-radius: 10px;
  border: 3px solid #CC0033;
  box-shadow: none;
}
.gnav-connect .connect .ttl-img {
    max-width: 582px;
    margin: 0 auto;
}
.gnav-connect .connect .lead {
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.gnav-connect .connect .btn-wrap li:nth-of-type(2) {
  margin-top: 10px;
}
.gnav-connect .connect .btn-w {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 12px 9px 8px;
}
.gnav-connect .connect .btn-w::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 2px;
}
.gnav-connect .connect .btn-ocn::before { background: url("../../img/lounge/common/logo_ocn.png") no-repeat;background-size: contain;}
.gnav-connect .connect .btn-goo::before { background: url("../../img/lounge/common/logo_goo.png") no-repeat;background-size: contain;}
.gnav-user .login-user {
  width: 100%;
  margin-top: 0;
  padding: 6px 15px 4px;
  border-radius: 10px;
  background: #f4f4f6;
}
.gnav-user .login-user .name {
  justify-content: center;
  color: #757575;
  font-size: 15px;
  line-height: 1.2;
}
.gnav-user .user {
  margin-top: 15px;
  width: 100%;
  padding: 0 14px;
  border: 1px solid #d8d8db;
  border-radius: 10px;
  box-shadow: none;
  }
.gnav-user .user .user-box-wrap {
  display: block;
}
.gnav-user .user .user-box {
  width: 100%;
  margin-top: 0;
  padding:15px 0;
  border-top: none;
  border-bottom: 1px solid #d8d8db;
}
.gnav-user .user .user-box:last-of-type {
  border-bottom: none;
  }
.gnav-user .user .title {
  margin-top: 0;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  }
.gnav-user .user .point,
.gnav-user .user .rank {
  margin-top: 5px;
}
.gnav-user .user .point {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
}
.gnav-user .user .point i {
  position: relative;
  font-weight: bold;
  line-height: 1.3;
  color: #333;
}
.gnav-user .user .point i::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: url("../../img/lounge/common/logo_dpoint.png") no-repeat;
  background-size: contain;
}
.gnav-user .user .point.all-mo i {
  padding-left: 22px;
  font-size: 30px;
}
.gnav-user .user .point.all-mo i::before {
  width: 20px;
  height: 20px;
  margin-top: -12px;
}
.gnav-user .user .user-box table {
  width: 100%;
  margin-top: 5px;
}
.gnav-user .user .user-box table th,
.gnav-user .user .user-box table td {
    vertical-align: middle;
}
.gnav-user .user .user-box table th {
  padding-top: 5px;
  padding-right: 5px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.3;
  color: #333;
}
.gnav-user .user .user-box table td {
  padding-top: 5px;
  font-size: 14px;
  text-align: right;
  color: #757575;
}
.gnav-user .user .user-box .point td i {
  margin-left: auto;
  padding-left: 0;
  font-size: 23px;
}
.gnav-user .user .user-box .point td i::before {
  content: none;
}
.gnav-user .user .user-box .rank td {
  padding-top: 5px;
  font-size: 13px;
}
.gnav-user .user .user-box .rank td>* {
  vertical-align: middle;
}
.gnav-user .user .user-box .rank td i {
  font-size: 23px;
  font-weight: bold;
  color: #C7161E;
}
.gnav-user .user .user-box .subtxt {
  margin-top: 5px;
}
.gnav-user .user .user-box .subtxt,
.gnav-user .user .user-box .subtxt a {
  font-size: 11px;
  line-height: 1.4;
}
/* .user-alert */
.gnav-user .user-alert {
  width: 100%;
  margin: 10px 0;
  padding: 6px 15px;
  border-radius: 10px;
  background: #FFFBDA;
}
.gnav-user .user-alert-txt {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gnav-user .user-alert-txt::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../../img/lounge/common/ico_exclamation.svg") no-repeat;
  background-size: contain;
  margin-right: 5px;
}
.gnav-user .user-alert-txt,
.gnav-user .user-alert-txt .txtlink {
  font-size: 14px !important;
  line-height: 1;
}
.gnav-personal .sidebox {
  width: 100%;
  margin-top: 15px;
  padding: 15px 0;
  border-radius: 10px;
  background: #f4f4f6;
  }
.gnav-personal .sidebox .btn-wrap {
  margin: 0 15px;
}
.gnav-personal .sidebox .sb-list {
  margin-top: 15px;
}
.gnav-personal .sidebox .sb-item {
  position: relative;
	width: 100%;
}
.gnav-personal .sidebox .sb-item > a {
  position: relative;
  display: flex;
  align-items: center;
  color: #333;
  text-decoration: none;
  transition-duration: 0.2s;
  padding: 7px 30px 7px 15px;
  font-size: 14px;
}
.gnav-personal .sidebox .sb-item > a:before {
  content: '';
  width: 8px;
  height:8px;
  border: 0;
  border-top: 2px solid #0472a1;
  border-right: 2px solid #0472a1;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.gnav-personal .ico-category {
  border: 1px solid #f7794c;
  border-radius: 4px;
  background: #fff;
  color: #f7794c;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin: 0px 0px 0px 10px;
  padding: 2px;
  vertical-align: middle;
  font-weight: normal;
  white-space: nowrap;
}

/* .pc-gnav
=============*/
.pc-gnav {
  display: none;
}


/*=============
main
=============*/
/*
h1,h2,h3
=============*/
.ttl-l {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
}
.ttl-m {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
}
.ttl-s {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
  color: #757575;
}

/*
.anc-list
=============*/
.anc-list {
  display: flex;
  padding: 30px 20px;
}
.anc-list.col {
  flex-direction: column;
}
.anc-list.col li:nth-of-type(2) {
  margin-top: 1em;
}
.anc-list a {
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none !important;
}
.anc-list a:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  margin-bottom: 4px;
  border: 0;
  border-top: 2px solid #0472a1;
  border-right: 2px solid #0472a1;
  transform: rotate(135deg);
  
}

/*
parts: slick
=============*/
.slick01,
.slick02,
.slide-newcp,
.slide-svc {
  opacity: 0;
  transition: opacity .3s linear;
}
.slick01.slick-initialized,
.slick02.slick-initialized,
.slide-newcp.slick-initialized,
.slide-svc.slick-initialized {
  opacity: 1;
}
.slick01 .slick-slide {
}
.slick01 .slick-slide img {
	width: 100%;
  max-width: 750px;
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.16);
}
.slick01.slick-initialized .slick-slide > * { 
	display: block;
	position: relative;
  margin: 0;
}
.slick01.slick-initialized .slick-slide > *::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition-property: opacity;
	transition-duration: 0.3s;
	transition-delay: 0.1s;
	background-color: #333;
	opacity: 0.8;
}
.slick01.slick-initialized .slick-slide.slick-current > *::after {
	transition-property: opacity;
	transition-duration: 0.3s;
	transition-delay: 0.3s;
	opacity: 0;
}
.slick02 .slick-track,
.slide-newcp .slick-track,
.slide-svc .slick-track {
  display: flex;
}
.slick02 .slick-slide,
.slide-newcp .slick-slide,
.slide-svc .slick-slide {
  height: auto !important;
}


/*-- Slider --*/
.slick-loading .slick-list
{
  background: #fff url('../../img/lounge/staticcontents/slick/ajax-loader.gif') center center no-repeat;
}

/*-- Arrows --*/
.slick-prev,
.slick-next
{
  position: absolute;
  top: calc(100% + 16px);
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 0;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  z-index: 2;
  opacity: 0.8;
}
.slick-prev:hover,
.slick-next:hover
{
  opacity:  1;
}
.slick-prev:hover:before,
.slick-next:hover:before
{
  color: #0472a1;
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
  opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
  position: absolute;
  top: 0;
  left: 20px;
  font-family: FontAwesome;
  font-weight: bold;
  font-size: 24px;
  /*line-height: 1;*/
  opacity: .75;
  color: #adadad;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity .3s linear;
}
.slick01 .slick-prev,
.slide-newcp .slick-prev
{
  left: 50%;
  transform: translate(-40vw, -50%);
}
[dir='rtl'] .slick-prev
{
  right: 5%;
  left: auto;
}
.slick-prev:before
{
  content: '\f104';
  left: 6px;
}
[dir='rtl'] .slick-prev:before
{
  content: '\f105';
}
.slick01 .slick-next,
.slick02 .slick-next,
.slide-newcp .slick-next
{
  right: 50%;
  transform: translate(40vw, -50%);
}
[dir='rtl'] .slick-next
{
  right: auto;
  left: 5%;
}
.slick-next:before
{
  content: '\f105';
  left: 6px;
}
[dir='rtl'] .slick-next:before
{
  content: '\f104';
}

/*-- Dots --*/
.slick-dots
{
  position: absolute;
  left: 0;
  bottom: -22px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li
{
  position: relative;
  display: inline-block; 
  width: 8px;
  height: 8px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button
{
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover
{
  outline: none;
}
.slick-dots li button:hover:before
{
  opacity: 1;
  background: #0472a1;
  border-radius: 0;
}
.slick-dots li button:before
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #adadad;
  transition-property: background;
  content: '';
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
  background: #0472a1;
  border-radius: 0;
}

/*
accordion
=============*/
.accordion-title {
  margin-top: 0;
  padding: 20px 40px;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #D8D8DB;
}
.accordion-title:first-of-type {
  border-top: none;
}
.accordion-title::before {
  content: "";
  width: 16px;
  height: 2px;
  background-color: #333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  transition: 0.3s;
}
.accordion-title::after {
  content: "";
  width: 2px;
  height: 16px;
  background-color: #333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  transition: 0.3s;
}
.accordion-title.open::after {
  opacity: 0;
}
.accordion-title + .accordion-content {
  display: none;
}
.accordion-title.open + .accordion-content {
  margin-bottom: 20px;
}
.accordion-content {
  font-size: 14px;
  line-height: 1.4;
}

/*
Random display
=============*/
/* Show one at random */
ul.random-list > li.random-item:nth-child(n+2) {
  display: none;
}

/*
.anc-btn
=============*/
.anc-btn {
  display: flex;
  flex-flow: column;
  grid-row-gap: 20px;
  margin: 0 auto;
  max-width: 750px;
}
.anc-btn li {
  width: 100%;
  display: table;
}
.btn-radius.btn-anc {
  display: table-cell;
  vertical-align: middle;
  padding: 0.5em 1.5em 0.5em 1.5em;
  font-size: 15px;
}
.btn-anc.btn-w::after, .btn-anc.btn-w:hover::after {
  transform: rotate(135deg);
}

/*============
footer
=============*/
.footer {
  margin-top: auto;
}
.footer-inner {
  padding-bottom: 20px;
}
.footer-img {
  padding-top: 20px;
}
.footer-img img {
  width: 76px;
  height: auto;
  margin: 0 auto;
}

 /* .footer-gnav */
.footer-gnav {
  display: block;
  background: #f4f4f6;
}
.footer-gnav .gnav-list .gnav-item {
  position: relative;
  margin: 0;
  padding: 0 20px;
}
.footer-gnav .gnav-list .gnav-item a {
  position: relative;
  display: block;
  color: #333;
  text-decoration: none;
  transition-duration: 0.2s;
}
.footer-gnav .gnav-list .gnav-item:first-of-type > a {
  border-top: none;
}
.footer-gnav .gnav-list .gnav-item > a {
  display: flex;
  align-items: center;
  font-weight: bold;
  padding: 20px 20px 20px 0;
  border-top: 1px solid #e9e9eb;
  font-size: 16px;
}
.footer-gnav .sub-txt {
  margin-left: 1em;
  font-size: 13px;
  color: #757575;
}

/* .footer-link */
.footer-link {
  padding: 20px;
  background-color: #757575;
}
.footer-link .link-list {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.footer-link .link-item {
  padding: 0 8px;
}
.footer-link .link-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 1.25;
  font-size: 14px;
}
.footer-link .sub-txt {
  margin-left: 5px;
  font-size: 13px;
}
.footer-link .link-item .exlink::after {
  background: url("../../img/lounge/common/ico_browser_link_w.svg") no-repeat;
}

/*
.section-campaign
=============*/
.section-campaign {
  padding: 30px 15px;
  background: #f4f4f6;
    overflow: hidden;
}
.section-campaign h2 {
  margin: 0 auto !important;
}
.section-campaign .btn-wrap {
  margin-top: 30px !important;
}
.cmp-list-wrap {
  padding: 30px 0;
}
.campaign .cmp-list {
  margin: 0 auto;
    padding: 0;
}

/*
connect-wrap
=============*/
.connect-wrap {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  border: 2px solid #172973;
  border-radius: 30px;
  background-color: #fff;
}
.connect-wrap .img-connect {
  margin-bottom: 20px;
  text-align: center;
}
.connect-wrap .img-connect img {
  max-width: 243px;
  margin: 0 auto;
}
.connect-wrap .main-txt {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.6;
}
.connect-wrap .btn-wrap {
  margin-top: 10px;
}
.connect-wrap .btn-lead {
  margin-bottom: 5px;
  font-weight: bold;
  font-size:min(4.179vw,14px);/*14px*/
  line-height: 1.5;
  text-align: center;
}
.connect-wrap .btn-connect,
.connect-wrap .btn-connect:visited,
.connect-wrap .btn-connect:hover {
  position: relative;
  padding: 1.1em 2.25em 1.1em 1.25em;
  border: 2px solid #172973;
  background: #172973;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-size:min(4.267vw,16px);/*16px*/
  color: #fff;
  transition: background .3s;
}
.connect-wrap .btn-connect::after,
.connect-wrap .btn-connect:hover::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 1.25em;
  margin-top: -5px;
  transform: rotate(45deg);
  transition: background .3s;
}

@media screen and (max-width: 767px) {
  /*============
  footer
  =============*/
  /* .footer-gnav */
  .footer-gnav .gnav-list .gnav-item a:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: 2px solid #0472a1;
    border-right: 2px solid #0472a1;
    position: absolute;
    top: 50%;
    right: 0.5em;
    margin-top: -4px;
    transform: rotate(45deg);
  }
  .footer-gnav .gnav-list .gnav-item .dlitem:before {
    display: none;
  }
  .footer-gnav .gnav-list .gnav-item .dlitem + .open-btn {
    pointer-events: all;
    display: block;
    width: 32px;
    height: 32px;
    margin-top: 14px;
    position: absolute;
    top: 0;
    right: 15px;
    cursor: pointer;
  }
  .footer-gnav .gnav-list .gnav-item .dlitem + .open-btn:before {
  content: "";
  width: 14px;
  height: 2px;
  background-color: #757575;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: 0.3s;
  }
  .footer-gnav .gnav-list .gnav-item .dlitem + .open-btn::after {
  content: "";
  width: 2px;
  height: 14px;
  background-color: #757575;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  transition: 0.3s;
}
  .footer-gnav .gnav-list .gnav-item .dlitem + .open-btn.down_open::after {
    opacity: 0;
  }
  .footer-gnav .gnav-list .gnav-item .down-list {
    display: none;
  }
  .footer-gnav .down-list {
    margin: 0 -20px;
    padding: 0 20px;
    background-color: #e9e9eb;
  }
  .footer-gnav .down-item > a {
    padding: 20px 20px 20px 30px;
    font-size: 14px;
    border-top: 1px solid #d8d8db;
  }
  .footer-gnav .down-item:first-of-type > a {
    border-top: none;
  }
  
  /*=============
  header
  =============*/
  .header-login .login-user .rank-icon {
    width: 22px;
    height: 22px;
    background-size: 22px;
  }

  /* .pc-subgnav
  =============*/
  .pc-subgnav {
    display: none;
  }
  
  /*=============
  main
  =============*/
  /*
  .section-campaign
  =============*/
  .campaign .cmp-item {
    margin-top: 0;
    padding: 0 5px;
    text-align: center;
  }
  .campaign .cmp-item a {
    display: inline-block;
    vertical-align: top;    
  }
  .campaign .cmp-item img {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  /*=============
  common
  =============*/
  a {
    transition: all .3s;
  }
  a:hover {
    opacity: 0.8;
  }
  .caution {
    font-size: 15px;
  }
  .mr-t30-2x {
    margin-top: 60px;
  }
  
  /* sp-hidden */
  .sp-hidden {
    display: block !important;
  }
  /* sp-visible */
  .sp-visible {
    display: none !important;
  }
  /* .txtlink */
  .txtlink:hover {
    color: #0472a1;
    text-decoration: underline;
  }
  /* .exlink */
  .btn-b:hover .exlink::after {
    background: url("../../img/lounge/common/ico_browser_link.svg") no-repeat;
  }
  .btn-w:hover .exlink::after {
    background: url("../../img/lounge/common/ico_browser_link_w.svg") no-repeat;
  }
  .btn-o:hover .exlink::after {
    background: url("../../img/lounge/common/ico_browser_link_or.svg") no-repeat;
  }
  /* .center-link */
  .center-link {
    font-size: 16px;
  }
  .center-link a:hover:before {
    right: 0.25em;
  }
  /*
  btn
  =============*/
  .btn-radius {
    padding: .75em 2.5em .75em 1.5em;
    font-size: 20px;
  }
  .btn-b:hover {
    background: #fff;
    color: #0472a1;
    opacity: 1;
  }
  .btn-b:hover::after {
    border-top: 2px solid #0472a1;
    border-right: 2px solid #0472a1;
    right: 1em;
    }
  .btn-w:hover {
    background: #0472a1;
    color: #fff;
    opacity: 1;
  }
  .btn-w:hover::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    right: 1em;
    }
  .btn-o:hover {
    background: #fff;
    color: #F7794C;
    opacity: 1;
  }
  .btn-o:hover::after {
    border-top: 2px solid #F7794C;
    border-right: 2px solid #F7794C;
    right: 1em;
    }
  .btn-back {
    padding: .75em 1.5em .75em 2.5em;
  }
  .btn-back:hover {
    background: #757575;
    color: #fff;
    opacity: 1;
  }
  .btn-back:hover::after {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    left: 1em;
    }
  .lineup {
    display: flex;
    flex-flow: row;
    gap: 40px;
  }
  
  /*=============
  header
  =============*/
  .header-inner {
    padding: 20px;
    border-bottom: none;
  }  
  .logo img {
    width: 184px;
  } 
  .login-btn {
    margin-right:15px;
  }
  .login-btn .btn-radius {
    padding: .9em 2.5em .9em 1.5em;
    min-width: 200px;
    font-size: 20px;
    line-height: 1;
  }
  .login-user {
    padding: 0 20px;
  }
  .login-user .name {
    font-size: 16px;
  }
  .header-login .login-user {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .header-login .login-user .name {
    order: 2;
  }
  .header-login .login-user .point {
    order: 3;
  }
  .header-login .login-user .rank {
    order: 1;
    padding-right: 10px;
  }
  /* .user-alert */
  .header-login .user-alert {
    padding: 0 20px;
  }
  .header-login .user-alert-txt {
    padding: 7px 15px;
  }
  .header-login .user-alert-txt::before {
    width: 15px;
    height: 15px;
  }
  .header-login .user-alert-txt,
  .header-login .user-alert-txt .txtlink {
    font-size: 14px !important;
  }

  /*
  .header-gnav
  =============*/
  .header-gnav {
    right: -50%;
    width: 50%;
  }
  .open .menu-btn {
    right: 50%;
  }
  
  /* .pc-gnav */
  .pc-gnav {
    display: block;
  }
  .pc-gnav .pc-gnav-inner {
    background-color: #f4f4f6;
  }
  .pc-gnav .gnav-list {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1260px;
    height: 70px;
  }
  .pc-gnav .gnav-list li {
    flex: 1;
    position: relative;
    background-color: #f4f4f6;
    transition: all .3s;
  }
  .pc-gnav .gnav-list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 1em 0.5em .8em;
    border-bottom:.2em solid #f4f4f6;
    color: #757575;
    font-size: 18px;
    font-weight: bold;
    transition: all .3s;
    text-decoration: none;
  }
  .pc-gnav .gnav-list li a:hover {
    opacity: 1;
  }
  .pc-gnav .gnav-list li:hover::before {
    background-color: #333;
  }
  .pc-gnav .gnav-list li.current > a,
  .pc-gnav .gnav-list li:hover > a {
    color: #333;
    border-bottom:.2em solid #ff5f00;
  }
  
  /* .pc-subgnav */
  .pc-subgnav-inner {
    border-bottom: 1px solid #E9E9EB;
  }
  .subgnav-connect {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 1260px;
    height: 66px;
  }
  .subgnav-connect-ttl {
    font-size: 14px;
    margin-right: 40px;
  }
  .subgnav-connect-box {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    padding: 8px 8px 8px 15px;
    background-color: #FFF1ED;
    border-radius: 10px;
  }
  .subgnav-connect-lead {
    font-size: 14px;
    line-height: 1;
  }
  .subgnav-connect-link a {
    display: inline-block;
    padding: 0 .5em;
    border-left: 1px solid #fff;
    font-size: 14px;
    line-height: 1;
  }
  .subgnav-connect-link:first-of-type a {
    border-left: none;
  }
  .subgnav-user {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 1260px;
    height: 63px;
  }
  .subgnav-user-item {
    position: relative;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    font-size: 14px;
    transition: all .3s;
  }
  .subgnav-user-item:hover {
    background-color: #E9E9EB;
  }
  .subgnav-user-point span,
  .subgnav-user-club span {
    display: inline-block;
    vertical-align: middle;
  }
  .subgnav-user-point .point-all i,
  .subgnav-user-point .point-limited i,
  .subgnav-user-club .rank i {
    margin-left: .5em;
  }
  .subgnav-user-point .point-all i,
  .subgnav-user-club .rank i {
    font-size: 20px;
    font-weight: bold;
  }
  .subgnav-user-point .point-limited {
    font-size: 13px;
    color: #7f7f7f;
  }
  .subgnav-user-link a {
    display: block;
    padding: 23px 20px;
    margin: 0 -20px;
    font-size: 16px;
    text-decoration: none;
  }
  .subgnav-user-item:hover .user {
    display: block;
  }
  .subgnav-user-item .user {
    display: none;
    position: absolute;
    z-index: 100;
    top: 85%;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    min-width: 230px;
    padding: 0 15px;
    background: #fff;
    border: 1px solid #d8d8db;
    border-radius: 8px;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
  }
  .subgnav-user-item .user-box {
    width: 100%;
    margin-top: 0;
    padding:15px 0;
    border-top: none;
    border-bottom: 1px solid #d8d8db;
  }
  .subgnav-user-item .user-box:last-of-type {
    border-bottom: none;
  }
  .subgnav-user-item .title {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
  }
  .subgnav-user-item .user .point,
  .subgnav-user-item .user .rank {
    margin-top: 5px;
    text-align: center;
    font-size: 14px;
    white-space: nowrap;
  }
  .subgnav-user-item .user .point i {
    position: relative;
    font-weight: bold;
    line-height: 1.3;
    color: #333;
  }
  .subgnav-user-item .user .point i::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: url("../../img/lounge/common/logo_dpoint.png") no-repeat;
    background-size: contain;
  }
  .subgnav-user-item .user .point.all-mo i {
    padding-left: 22px;
    font-size: 24px;
  }
  .subgnav-user-item .user .point.all-mo i::before {
    width: 20px;
    height: 20px;
    margin-top: -12px;
  }
  .subgnav-user-item .user .user-box table {
    width: 100%;
    margin-top: 0;
  }
  .subgnav-user-item .user .user-box table th,
  .subgnav-user-item .user .user-box table td {
    vertical-align: middle;
  }
  .subgnav-user-item .user .user-box table th {
    padding-top: 5px;
    padding-right: 5px;
    font-size: 11px;
    font-weight: normal;
    white-space: nowrap;
    line-height: 1.3;
    color: #333;
  }
  .subgnav-user-item .user .user-box table td {
    padding-top: 5px;
    font-size: 14px;
    text-align: right;
    color: #757575;
  }
  .subgnav-user-item .user .user-box .point td i {
    margin-left: auto;
    padding-left: 0;
    font-size: 18px;
  }
  .subgnav-user-item .user .user-box .point td i::before {
    content: none;
  }
  .subgnav-user-item .user .user-box .rank td {
    font-size: 13px;
  }
  .subgnav-user-item .user .user-box .rank td>* {
    vertical-align: middle;
  }
  .subgnav-user-item .user .user-box .rank td i {
    font-size: 18px;
    font-weight: bold;
    color: #C7161E;
  }
  .subgnav-user-item .user .user-box .rankup th i {
    color: #C7161E;
  }
  .subgnav-user-item .user .user-box .rankup td i {
    font-size: 18px;
    font-weight: bold;
  }
  .subgnav-user-club + .user .user-box:first-of-type {
    padding-top: 5px;
  }
  .subgnav-user-item .user .user-box .center-link {
    margin-top: 15px;
  }
  .subgnav-user-item .user .user-box .txtlink {
    font-size: 14px;
  }
  .subgnav-user-item .user .user-box .subtxt {
    margin-top: 5px;
  }
  .subgnav-user-item .user .user-box .subtxt,
  .subgnav-user-item .user .user-box .subtxt a {
    font-size: 11px;
    line-height: 1.4;
  }
  .subgnav-user .btn-wrap {
    margin-top: 0;
  }
  .subgnav-user .btn-wrap .btn-radius {
    padding: 12px 21px 12px 7px;
    font-size: 14px;
    line-height: 1;
  }
  .subgnav-user .btn-wrap .btn-w {
    border: 1px solid #0472a1;
  }
  .subgnav-user .btn-wrap .btn-w::after {
    width: 8px;
    height: 8px;
    border-top: 2px solid #0472a1;
    border-right: 2px solid #0472a1;
  }
  .subgnav-user .btn-wrap .btn-w:hover::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    right: 1em;
  }
  /* .user-alert */
  .subgnav-user .user-alert {
    width: 100%;
    margin: 10px 0;
    padding: 7px 15px;
    border-radius: 10px;
    background: #FFFBDA;
  }
  .subgnav-user .user-alert-txt {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .subgnav-user .user-alert-txt::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url("../../img/lounge/common/ico_exclamation.svg") no-repeat;
    background-size: contain;
    margin-right: 5px;
  }
  .subgnav-user .user-alert-txt,
  .subgnav-user .user-alert-txt .txtlink {
    font-size: 12px !important;
    line-height: 1;
  }
  
  /*=============
  main
  =============*/
  /*
  h1,h2,h3
  =============*/
  .ttl-l {
    font-size: 25px;
  }
  .ttl-m {
    font-size: 20px;
  }
  .ttl-s {
    font-size: 18px;
  }
  
  /*
  .anc-list
  =============*/
  .anc-list.col {
    align-items: center;
  }
  .anc-list a {
    font-size: 18px;
  }
  
  /*
  parts: slick
  =============*/
  /*-- Arrows --*/
  .slick-prev,
  .slick-next
  {
    top: calc(100% + 19px);
  }
  .slick01 .slick-prev,
  .slide-newcp .slick-prev
  {
    transform: translate(-180px, -50%);
  }
 .slick01 .slick-next,
  .slide-newcp .slick-next
  {
    transform: translate(180px, -50%);
  }
  
  /*-- Dots --*/
  .slick-dots
  {
    bottom: -25px;
  }
	.slick-dots li {
    width: 10px;
    height: 10px;
		margin: 0 10px;
  }
  
  /*
  accordion
  =============*/
  .accordion-content {
    font-size: 16px;
  }
  
/*
.anc-btn
=============*/
.anc-btn {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  grid-row-gap: 0;
  grid-column-gap: 40px;
  margin: 0 auto;
  max-width: 750px;
}
.btn-radius.btn-anc {
  padding: 1.25em 1.5em 1.25em 1.5em;
  font-size: 18px;
}
.btn-anc.btn-w::after {
  top: auto;
  bottom: .75em;
  left: 50%;
  margin-left: -5px;
  transform: rotate(135deg);
}
  .btn-anc.btn-w:hover::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    bottom: .5em;
    }
  
  /*============
  footer
  =============*/
  /* .footer-gnav */
  .footer-gnav {
    display: none;
  }
  .footer-gnav .gnav-inner {
    padding: 30px 0;
  }
  .footer-gnav .gnav-list {
    display: flex;
    flex-flow: column wrap;
    height: 14em;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
  }
  .footer-gnav .gnav-list .gnav-item {
    margin: 0 10px;
    padding: 0;
    border: none;
  }
  .footer-gnav .gnav-list .gnav-item a {
    position: relative;
    display: flex;
    align-items: center;
    border-top: none;
    text-decoration: none;
  }
  .footer-gnav .gnav-list .gnav-item > a {
    padding: 0.5em 0;
    font-size: 16px;
  }  
  .footer-gnav .down-item > a {
    padding: 0.5em 1em 0.5em 2em;
    font-size: 16px;
  }
  .footer-gnav .gnav-list .gnav-item .dlitem + .open-btn {
    pointer-events: none;
  }
  .footer-gnav .sub-txt {
    font-size: 14px;
  }
  
  /* .footer-link */
  .footer-link .link-item {
    padding: 0 10px;
  }
  
  /*
  .section-campaign
  =============*/
  .campaign .cmp-list {
    max-width: 1000px;
    margin: 0 auto;
  }
  .campaign .cmp-item {
    flex-basis: auto;
    max-width: none;
    padding: 0 10px;
    height: auto;
  }
  
  /*
  connect-wrap
  =============*/ 
  .connect-wrap {
    padding: 30px 110px;
  }
  .connect-wrap .main-txt {
    margin-top: 20px;
    font-size: 18px;
  }
  .connect-wrap .btn-wrap {
    margin-top: 20px;
  }
  .connect-wrap .btn-lead {
    font-size: 18px;
  }  
  .connect-wrap .btn-connect,
  .connect-wrap .btn-connect:visited,
  .connect-wrap .btn-connect:hover {
    max-width: 400px;
    padding: 0.9em 2.5em 0.9em 1.5em;
    font-size: 18px;
    font-weight: bold;
  }
  .connect-wrap .btn-connect {
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.16);
  }
  .connect-wrap .btn-connect:hover {
    box-shadow: none;
    background: #fff;
    color: #172973;
    opacity: 1;
    /*transform: translateY(5px);*/
  }
  .connect-wrap .btn-connect:hover::after {
    border-top: 2px solid #172973;
    border-right: 2px solid #172973;
  }

}

@media screen and (min-width: 1260px) {
  /*
  .header-gnav
  =============*/
  .header {
    position: relative;
  }
  .header-inner {
    position: static;
  }
  .header-gnav {
    right: -30%;
    width: 30%;
  }
  .open .menu-btn {
    right: 30%;
    top: 10px;
  }

}
