@charset "UTF-8";
/*--------------------------------------------------------------------
common
--------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "Roboto", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "slick", sans-serif;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "slick";
  src: url("../../slick/slick.woff") format("woff");
}
img {
  width: 100%;
  vertical-align: middle;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.container {
  padding: 0 6%;
}
@media screen and (min-width: 1025px) {
  .container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
}

.sp-only {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

/* =======================================
外部リンクアイコン
==========================================*/
a[href^=http]:after,
a[href^="//"]:after {
  margin: 0 2px 0 3px;
  content: url(../../images/link.png);
  vertical-align: middle;
}

a[href^="https://www2.uccard.co.jp/"]:after {
  margin: inherit;
  font-family: inherit;
  content: "";
  font-weight: inherit;
}

a[href^="https://play.google.com/"]:after {
  margin: inherit;
  font-family: inherit;
  content: "";
  font-weight: inherit;
}

/* =======================================
text
==========================================*/
p {
  font-size: 1.5rem;
}
@media screen and (min-width: 1025px) {
  p {
    font-size: 1.6rem;
  }
}

.caption {
  color: #717171;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.3rem;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .caption {
    font-size: 1.4rem;
  }
}

.headingText {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .headingText {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .headingText {
    font-size: 2.4rem;
  }
}

.inner__link {
  color: #3d9edf;
  font-size: 1.5rem;
  font-weight: 500;
}

.inner__link--line {
  color: #3d9edf;
  border-bottom: 1px solid #3d9edf;
}

.section__txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .section__txt {
    margin-top: 80px;
    text-align: center;
  }
}

h1 {
  font-size: 2.8rem;
  font-weight: 500;
}
@media screen and (max-width: 300px) {
  h1 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  h1 {
    font-size: 4rem;
  }
}

.sectionTitle {
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 300px) {
  .sectionTitle {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .sectionTitle {
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .sectionTitle {
    font-size: 3.6rem;
  }
}

.sectionTitle--white {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 300px) {
  .sectionTitle--white {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .sectionTitle--white {
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .sectionTitle--white {
    font-size: 3.6rem;
  }
}

.sectionTitle__sub {
  font-size: 1.4rem;
  color: #3d9edf;
  text-align: center;
  font-weight: 500;
  margin-bottom: 12px;
}

.sectionTitle__sub--white {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 12px;
  color: #fff;
}

.innerHeading {
  font-weight: 400;
  font-size: 2.4rem;
}
@media screen and (max-width: 300px) {
  .innerHeading {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .innerHeading {
    font-size: 2.8rem;
  }
}

.red {
  color: #ef2222;
}

.headingLine {
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 48px;
  position: relative;
}
@media screen and (max-width: 300px) {
  .headingLine {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .headingLine {
    font-size: 2.4rem;
  }
}
.headingLine::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 48px;
  left: 0;
  background: #b8b8b8;
}
@media screen and (min-width: 768px) {
  .headingLine::after {
    top: 52px;
  }
}
.headingLine::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 20%;
  top: 48px;
  left: 0;
  background: #13017c;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .headingLine::before {
    top: 52px;
  }
}

/*--------------------------------------------------------------------
header
--------------------------------------------------------------------*/
.header_outer {
  background: #fff;
  width: 100%;
  height: 60px;
  position: fixed;
  z-index: 9999;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .header_outer {
    height: 80px;
  }
}
.header_outer .header__pay {
  margin-left: 28px;
}
@media screen and (min-width: 768px) {
  .header_outer .header__pay {
    margin-left: 40px;
  }
}
.header_outer .header__pay p {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .header_outer .header__pay p {
    font-size: 24px;
  }
}
.header_outer .header__nav {
  font-size: 1.4rem;
}
.header_outer .header__nav a {
  color: #292929;
  font-weight: 500;
  transition: all 0.4s ease;
}
.header_outer .header__nav a:hover {
  color: #3d9edf;
  transition: all 0.4s ease;
}
@media screen and (min-width: 768px) {
  .header_outer .header__nav {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    align-items: baseline;
    margin-right: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .header_outer .header__nav {
    column-gap: 40px;
  }
}
.header_outer .header__nav--item .btn {
  border: 1px solid #13017c;
  padding: 8px 20px;
  display: inline-block;
  color: #13017c;
  font-weight: 500;
}
.header_outer .header__nav--item .btn.current {
  background: #13017c;
  color: #fff;
}
.header_outer .header__nav--item .btn:hover {
  background: #3d9edf;
  color: #fff;
  border: 1px solid #3d9edf;
  transition: all 0.4s ease;
}

.nav {
  position: fixed;
  padding: 3rem 2rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
  background: #fff;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  text-align: center;
  padding-top: 130px;
  z-index: 9998;
}
.nav.active {
  opacity: 1;
  visibility: visible;
}

/*==================================================
ハンバーガーメニュー(btn)
====================================================*/
.header__nav--toggle {
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  transition: 0.5s;
  z-index: 9999;
  background: #13017c;
  /*activeクラスが付与されると線が回転して×に*/
}
.header__nav--toggle span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 12px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  width: 60%;
}
.header__nav--toggle span:nth-of-type(1) {
  top: 20px;
}
.header__nav--toggle span:nth-of-type(2) {
  top: 30px;
}
.header__nav--toggle span:nth-of-type(3) {
  top: 40px;
}
.header__nav--toggle.active span:nth-of-type(1) {
  top: 22px;
  transform: translateY(6px) rotate(-45deg);
  width: 60%;
  background: #fff;
}
.header__nav--toggle.active span:nth-of-type(2) {
  opacity: 0;
}
.header__nav--toggle.active span:nth-of-type(3) {
  top: 34px;
  transform: translateY(-6px) rotate(45deg);
  width: 60%;
  background: #fff;
}

/*==================================================
ハンバーガーメニュー(中身)
====================================================*/
.nav__menu {
  display: flex;
  flex-direction: column;
}
.nav__menu .nav__menu--li {
  width: 100%;
  border-bottom: 1px solid #65a0c8;
  text-align: left;
}
.nav__menu .nav__menu--li a {
  display: block;
  color: #292929;
  font-size: 1.6rem;
  padding: 16px 0 16px 8px;
}

/*--------------------------------------------------------------------
fv
--------------------------------------------------------------------*/
#fv {
  padding-top: 28%;
}
@media screen and (min-width: 768px) {
  #fv {
    padding: 200px 0 140px;
  }
}

/* =======================================
sp
==========================================*/
.fv__sp {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fv__sp h1 {
  margin-bottom: 40px;
}
.fv__sp .fv__sp--deviceImg {
  width: 72%;
  margin-bottom: 28px;
}
.fv__sp .deviceImg__gp {
  width: 55%;
}
.fv__sp .fv__sp--logoImg {
  max-width: 268px;
  margin: 40px 0;
}
.fv__sp .fv__sp--gpTxt {
  display: flex;
  flex-direction: column;
  align-items: start;
}

/* =======================================
tb/pc
==========================================*/
@media screen and (min-width: 768px) {
  .fv__pc {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
  .fv__pc .fv__pc--img img {
    width: min(30vw, 350px);
  }
  .fv__pc .fv__pc--img .deviceImg__gp {
    max-width: 240px;
  }
  .fv__pc .fv__pc--txt {
    width: min(56%, 510px);
  }
  .fv__pc .fv__pc--txt h1 {
    margin-bottom: 40px;
  }
  .fv__pc .fv__pc--txt img {
    margin-top: 12%;
    max-width: 440px;
  }
}
/*--------------------------------------------------------------------
setting
--------------------------------------------------------------------*/
.setting__ap {
  padding: 80px 0 94%;
  background-image: url(../../images/apple_hand_sp.png);
  background-position-x: right;
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-size: 80%;
}
@media screen and (min-width: 768px) {
  .setting__ap {
    background-image: none;
    padding: 120px 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .setting__ap {
    background-image: none;
  }
}
.setting__ap .settingWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .setting__ap .settingWrapper {
    flex-direction: row;
    justify-content: center;
    column-gap: 6%;
    margin-top: 100px;
    align-items: flex-start;
  }
}
.setting__ap .settingWrapper .settingWrapper__txt {
  margin: 80px 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 40px;
}
@media screen and (min-width: 768px) {
  .setting__ap .settingWrapper .settingWrapper__txt {
    margin: 40px 0 0;
    align-items: flex-start;
  }
}
.setting__ap .settingWrapper p {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .setting__ap .settingWrapper p {
    text-align: left;
  }
}
.setting__ap .settingWrapper .settingWrapper__img {
  width: min(80%, 350px);
}

/*--------------------------------------------------------------------
setting(GP)
--------------------------------------------------------------------*/
.setting__gp {
  background: #e7e9ee;
  padding: 80px 0;
}
@media screen and (min-width: 768px) {
  .setting__gp {
    padding: 120px 0;
  }
}
.setting__gp li {
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
  color: #717171;
}
@media screen and (min-width: 768px) {
  .setting__gp li {
    font-size: 1.5rem;
  }
}
.setting__gp .settingFlex {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .setting__gp .settingFlex {
    flex-direction: row-reverse;
    margin-top: 80px;
    column-gap: 8%;
  }
}
.setting__gp .settingFlex .headingText {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .setting__gp .settingFlex .settingFlex__img {
    width: 40%;
  }
}
@media screen and (min-width: 1025px) {
  .setting__gp .settingFlex .settingFlex__img {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .setting__gp .settingFlex .settingFlex__txt {
    width: 60%;
  }
}
@media screen and (min-width: 1025px) {
  .setting__gp .settingFlex .settingFlex__txt {
    width: 70%;
  }
}
.setting__gp .gpImgHalf {
  max-width: 300px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .setting__gp .gpImgHalf {
    margin-bottom: 0;
  }
}
.setting__gp .qrCode {
  max-width: 120px;
}
.setting__gp .gpBadge {
  max-width: 200px;
}
.setting__gp .walletFlex {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
}
.setting__gp .walletFlex .headingText {
  text-align: center;
}
.setting__gp .walletFlex .walletFlex__img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  row-gap: 20px;
}
@media screen and (min-width: 768px) {
  .setting__gp .walletFlex .walletFlex__img {
    flex-direction: row;
  }
}

/*--------------------------------------------------------------------
howto
--------------------------------------------------------------------*/
#howto {
  background-color: #e7e9ee;
  padding: 80px 0;
}
@media screen and (min-width: 768px) {
  #howto {
    padding: 120px 0;
  }
}
#howto .slider {
  margin-bottom: 100px;
}
#howto .slider__list {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 10px;
}
#howto .slider__list .stepNum {
  font-weight: 500;
  font-size: 1.8rem;
  margin: 20px 0 8px;
}
#howto .slider__list .inner__link {
  margin-top: 20px;
  font-size: 1.5rem;
}
#howto .caption {
  margin-bottom: 40px;
}

/* ----------------------------------
slickカスタマイズ
-------------------------------------*/
.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.slider {
  width: 92%;
  margin: 0 auto;
}

/*--------------------------------------------------------------------
pay（共通）
--------------------------------------------------------------------*/
#pay {
  padding: 80px 0;
}
@media screen and (min-width: 768px) {
  #pay {
    padding: 120px 0;
  }
}
#pay h3 {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 300px) {
  #pay h3 {
    font-size: 1.8rem;
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  #pay h3 {
    font-size: 2.2rem;
  }
}
#pay .payFlex {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 60px;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  #pay .payFlex {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    row-gap: 80px;
    margin-top: 80px;
  }
}
#pay .payFlex__list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #pay .payFlex__list {
    width: 40%;
  }
}
#pay .payFlex__list .inner__link {
  margin-top: 8px;
}
#pay .payFlex__list .payFlex__list--logo {
  margin-bottom: 40px;
}
#pay .payFlex__list .payFlex__list--logoSize {
  max-width: 200px;
}
#pay .payFlex__list .payFlex__list--logoSizeAp {
  max-width: 100px;
}

/*=========================================
Google Pay 用調整
===========================================*/
.payFlex__list--gp {
  max-width: 200px;
}

.payFlex__list--qp {
  max-width: 280px;
}

@media screen and (min-width: 768px) {
  #pay .caption {
    text-align: center;
  }
}

/*--------------------------------------------------------------------
device
--------------------------------------------------------------------*/
#device {
  padding: 80px 0;
  background: #e7e9ee;
}
@media screen and (min-width: 768px) {
  #device {
    padding: 120px 0;
  }
}

/*=======================================
Apple Pay
=======================================*/
.device__ap .section__txtBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.device__ap .section__txt--ap {
  margin-top: 0;
}
.device__ap .deviceLists {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .device__ap .deviceLists {
    max-width: 1000px;
    margin: 60px auto 0;
  }
}
.device__ap .deviceLists .deviceLists__head {
  background: #13017c;
  display: inline-block;
  width: 100%;
  color: #fff;
  text-align: left;
  padding: 8px 20px;
  font-size: 1.6rem;
  position: relative;
  cursor: pointer;
  transition: ease all 0.8s;
}
@media screen and (min-width: 768px) {
  .device__ap .deviceLists .deviceLists__head {
    padding: 16px 20px;
  }
}
.device__ap .deviceLists .deviceLists__head.open::after {
  transform: translateY(-50%) rotate(-135deg);
  top: 55%;
  transition: ease all 0.4s;
}
.device__ap .deviceLists .deviceLists__head::after {
  position: absolute;
  content: "";
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  width: 16px;
  height: 16px;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  top: 40%;
  transition: ease all 0.4s;
}
.device__ap .deviceLists .deviceLists__body {
  display: none;
  margin-top: 20px;
}
.device__ap .deviceLists .deviceLists__body.open {
  display: block;
  animation: appear 0.8s ease;
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*=======================================
Google Pay
=======================================*/
.device__gp ul {
  margin-top: 20px;
}
.device__gp li {
  color: #717171;
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
}
.device__gp .payWrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .device__gp .payWrapper {
    flex-direction: row;
  }
}
.device__gp .payWrapper .payWrapper__box {
  width: 100%;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .device__gp .payWrapper .payWrapper__box {
    flex-direction: row;
  }
}
.device__gp .payWrapper .payWrapper__box--blue {
  background: #3d9edf;
}
.device__gp .payWrapper .payWrapper__box--blue p {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
}
.device__gp .payWrapper .payWrapper__box--white {
  background: #fff;
}

/*--------------------------------------------------------------------
faq
--------------------------------------------------------------------*/
#faq {
  background: #13017c;
  padding: 80px 0;
}
@media screen and (min-width: 768px) {
  #faq {
    padding: 120px 0;
  }
}
#faq .accordion-area {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media screen and (min-width: 768px) {
  #faq .accordion-area {
    margin-top: 80px;
    row-gap: 20px;
  }
}
#faq .ac-box {
  background: #fff;
  border-radius: 10px;
  cursor: pointer;
}
#faq .ac-box .ac-inner__flex {
  display: flex;
  flex-direction: row;
  align-items: start;
  padding: 16px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #faq .ac-box .ac-inner__flex {
    padding: 20px;
  }
}
#faq .ac-box .ac-inner__flex--padding {
  padding: 0 16px 16px;
}
@media screen and (min-width: 768px) {
  #faq .ac-box .ac-inner__flex--padding {
    padding: 0 20px 20px;
  }
}
#faq .ac-box .navy {
  color: #13017c;
  font-size: 2rem;
  margin-right: 20px;
  font-weight: 500;
}
#faq .ac-box .ac-title {
  font-weight: 500;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #faq .ac-box .ac-title {
    font-size: 1.6rem;
  }
}
#faq .ac-box .answer {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  #faq .ac-box .answer {
    font-size: 1.5rem;
  }
}
#faq .ac-box .ac-inner {
  display: none;
}
#faq .ac-box .inner__link {
  font-size: 1.4rem;
  line-height: 1.8;
  border-bottom: 1px solid #3d9edf;
}
@media screen and (min-width: 768px) {
  #faq .ac-box .inner__link {
    font-size: 1.5rem;
  }
}
#faq .inner_indent {
  padding-left: 1em;
  text-indent: -1em;
}

/*--------------------------------------------------------------------
caution
--------------------------------------------------------------------*/
#caution {
  padding: 80px 0;
  background: #e7e9ee;
}
#caution .c-flex {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
#caution li {
  font-size: 1.3rem;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 768px) {
  #caution li {
    font-size: 1.4rem;
  }
}
#caution .caution__headline {
  font-size: 1.3rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #caution .caution__headline {
    font-size: 1.4rem;
  }
}

/*--------------------------------------------------------------------
not abailable
--------------------------------------------------------------------*/
#na {
  padding: 80px 0;
  background: #e7e9ee;
}
@media screen and (min-width: 768px) {
  #na {
    padding: 120px 0;
  }
  #na .caption {
    text-align: center;
  }
}

.table__na {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .table__na {
    max-width: 700px;
    margin-top: 80px;
  }
}

thead {
  display: none;
}
@media screen and (min-width: 768px) {
  thead {
    display: contents;
  }
  thead th {
    background: #13017c;
    color: #fff;
    padding: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    border-right: 1px solid #c2c2c2;
  }
}

tbody th {
  background: #13017c;
  color: #fff;
  padding: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  border: 0;
}
@media screen and (min-width: 768px) {
  tbody th {
    display: table-cell;
    background: #fff;
    color: #3d9edf;
    border-right: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
  }
}
tbody td {
  font-size: 1.4rem;
  text-align: center;
  padding: 20px;
  background: #fff;
  display: block;
  border: 0;
}
@media screen and (min-width: 768px) {
  tbody td {
    display: table-cell;
    border-bottom: 1px solid #c2c2c2;
    font-size: 1.6rem;
    text-align: left;
  }
}

.link__btn {
  background: #3d9edf;
  padding: 16px;
  display: block;
  color: #fff;
  border-radius: 30px;
  max-width: 350px;
  text-align: center;
  font-size: 1.6rem;
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  .link__btn {
    margin: 60px auto 0;
  }
}

/*--------------------------------------------------------------------
footer
--------------------------------------------------------------------*/
footer {
  background: #292929;
  color: #fff;
  padding: 48px 0;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 60px 0;
  }
}
footer .footermenu {
  padding: 0 7%;
}
@media screen and (min-width: 1025px) {
  footer .footermenu {
    padding: 0;
    max-width: 1000px;
    margin: 0 auto;
  }
}
footer .footermenu .footermenu__footerlists {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding-bottom: 48px;
  border-bottom: 1px solid #717171;
}
@media screen and (min-width: 768px) {
  footer .footermenu .footermenu__footerlists {
    margin-bottom: 60px;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
  }
}
footer .footermenu a {
  color: #fff;
  font-size: 12px;
}
footer .footermenu .footermenu__footer-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  footer .footermenu .footermenu__footer-logo {
    margin-top: 60px;
  }
}
footer .footermenu .footermenu__footer-logo .footermenu__footer-logo--img {
  width: 180px;
}
footer .footermenu .footermenu__footer-logo .footermenu__footer-logo--copyright {
  font-size: 10px;
  margin-top: 12px;
}

/*# sourceMappingURL=style.css.map */
