@charset "utf-8";
/*COMMON*/

/* BASEFONT[10px] */

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  line-height: 1.75;
  font-family: YakuHanJP, Noto Sans JP, 'Noto Sans', "游ゴシック", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "Hiragino Sans", sans-serif;
  color: #000;
  /* background-color: #fff; */
  -webkit-text-size-adjust: 100%;
}

/* IE */

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "Hiragino Sans", sans-serif!important;
  }
}

/* no lang*/

.nolang {
  color: #000!important;
  background-color: #ffeaea!important;
}
.nolang * {
  color: #000!important;
}

/* iPhone */

body.iPhone {
  /* font-family: "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "Hiragino Sans", sans-serif; */
  font-variant-ligatures: none;
}

.txt-hidden {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

img {
  vertical-align: bottom;
}

li {
  list-style: none;
}

a {
  color: #000000;
  text-decoration: none;
}

body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

strong {
  font-weight: 700;
}

.notoserif {
  font-family: 'Noto Serif JP', serif;
  font-feature-settings: "palt"!important;
}

.fade {
  transition: .3s;
}

.fade:hover {
  opacity: 0.7;
}

.inner {
  margin: 0 40px;
  position: relative;
}

#wrapper {
  overflow: hidden;
}

span.blank:before {
  content: "";
  width: 11px;
  height: 9px;
  background-image: url(/wp-content/themes/fitfit_corporate/images/ico_blank2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
  transition: all 0.2s ease;
}

#footer .link a:hover span.blank:before {
  background-image: url(/wp-content/themes/fitfit_corporate/images/ico_blank3.png);
}

/* start parts */

.btn {
  display: block;
  width: 131px;
  height: 40px;
  overflow: hidden;
  border-radius: 50px;
  color: #fff;
  background-color: #000;
  border: solid 1px #000;
  line-height: 40px;
}

.btn span {
  position: relative;
  padding: 0 30px 0 23px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  top: 0;
  overflow: hidden;
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}

.btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 10px;
  background-image: url(/wp-content/themes/fitfit_corporate/images/arrow_white.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right top;
  /* transform: rotate(270deg); */
  margin-top: -1.5px;
}

.btn.white {
  color: #000;
  background-color: #fff;
  border: solid 1px #fff;
}

.btn.white span::before {
  background-image: url(/wp-content/themes/fitfit_corporate/images/arrow.svg);
}

.btn.more {
  transition: .3s;
}

.btn.more:hover {
  color: #000;
  background-color: #fff;
  border: solid 1px #000;
}

.btn.more:hover span::before {
  background-image: url(/wp-content/themes/fitfit_corporate/images/arrow.svg);
}

.btn.white.more:hover {
  color: #fff;
  background-color: #000;
  border: solid 1px #fff;
}

.btn.white.more:hover span::before {
  background-image: url(/wp-content/themes/fitfit_corporate/images/arrow_white.svg);
}

/* end parts */

/* start header */

#header {
  position: relative;
  padding-top: 100px;
  /* height: 100vh; */
}

.bar {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
}

h1 {
  position: absolute;
  top: 30px;
  left: 0px;
}

h1 a {
  display: flex;
  align-items: center;
}

h1 img {
  width: 132px;
  height: auto;
}

h1 div {
  font-size: 1.5rem;
  margin-left: 20px;
  letter-spacing: 0.08rem;
}

/* end header */

/* start pagetop */

#pagetop {
  position: fixed;
  bottom: 80px;
  right: 40px;
  width: 25px;
  z-index: 100;
  display: block;
  z-index: 1;
}

#pagetop img {
  width: 100%;
}

@media screen and (max-width: 1275px) {
  #pagetop {
    right: 10px;
  }
}

/* end pagetop */

/* start footer */

#footer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0 80px;
  position: relative;
}

#footer .inner {
  position: relative;
}

.footer-a {
  margin-bottom: 60px;
  max-width: 1580px;
  margin: 0 auto 64px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer-a .inner {}

#footer .logo {
  min-width: 120px;
  width: 120px;
}

#footer .logo img {
  width: 100%;
}

#footer .link {
  display: flex;
  align-items: flex-start;
  margin: 14px 0 0;
  width: calc(100% - 340px);
  padding: 0 100px;
}

#footer .link dl {
  width: calc(50% - 40px);
  margin-right: 80px;
  overflow: hidden;
}

@media screen and (max-width: 1270px) {
  #footer .link dl {
  }
  #footer .link {
  flex-direction: row;
  }
}

@media screen and (max-width: 1080px) {
  #footer .link {
    flex-direction: inherit;
    padding: 0 60px;
    padding: 0px 5.5vw;
  }
  #footer .link dl {
    width: calc(50% - 1.75vw);
    margin-right: 40px;
    margin-right: 3.7vw;
  }
}

@media screen and (max-width: 960px) {
  #footer .link {
    /* width: 35vw; */
    /* margin-left: 0; */
    /* margin-right: 0; */
    /* display: inherit; */
    flex-direction: inherit;
    padding: 0 40px;
    padding: 0px 3.7vw;
  }
  #footer .link dl {
    /* width: 24.2vw; */
    /* margin-right: 40px; */
  }
}

#footer .link dl:last-child {
  margin-right: 0;
}

#footer .link dt {
  font-size: 1.5rem;
  /* font-weight: 400; */
  border-bottom: solid 1px #eeeeee;
  margin: 0 0 14px;
  padding: 0 0 16px 10px;
  line-height: 1;
}

#footer .link dd {
  font-size: 1.5rem;
  /* font-weight: 400; */
  margin: 0 0 15px 20px;
  line-height: 1;
}

#footer .link a {
  transition: all 0.2s ease;
}

#footer .link a:hover {
  color: #ba0c2f
}

#footer .link dt span {
  position: relative;
  padding-right: 20px;
  /* font-weight: 400; */
}

#footer .banner {
  min-width: 220px;
  width: 220px;
  text-align: center;
  padding: 0;
  background-color: #ba0c2f;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  border: 1px solid #ba0c2f;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#footer .banner:hover {
  background-color: transparent;
  border: 1px solid #ba0c2f;
  color: #000000;
  /* border-radius: 30px; */
  cursor: pointer;
}

#footer .banner a {
  display: block;
  color: #fff;
  position: relative;
  padding: 18px 0px 10px;
  letter-spacing: 0.04rem;
}

#footer .banner:hover a {
  color: #ba0c2f;
}

#footer .banner a div {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}

#footer .banner a span {
  font-size: 1.1rem;
  line-height: 1;
}

#footer .banner a:before {
  content: "";
  width: 11px;
  height: 9px;
  background-image: url(/wp-content/themes/fitfit_corporate/images/ico_blank.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -5px;
}

#footer .banner:hover a:before {
  background-image: url(/wp-content/themes/fitfit_corporate/images/ico_blank3.png);
}

#footer .footer-b {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

#footer .footer-b .inner {}

#footer .address {
  font-weight: 400;
}

#footer .address div {
  font-size: 1.6rem;
  /* font-weight: 400; */
  line-height: 1;
  margin-bottom: 3px;
}

#footer .address span {
  font-size: 1.3rem;
  line-height: 1;
}

#footer .copyright {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

/* end footer */

/* start nav */

#nav .gnav {
  transition: all 0s;
}

#nav .gnav .inner {
  margin: 0;
}

#nav {
  position: absolute;
  top: 32px;
  right: 0;
}

.gnav .box .link, .gnav .box .link dl {
  display: flex;
  align-items: flex-start;
}

.gnav .box .link dt {
  line-height: 1.8;
  position: relative;
  margin-left: 34px;
}

.gnav .box .link dt .blank:before {
  /* display: none; */
}

.gnav .box .link dt.banner .blank:before {
  /* display: block; */
}

.gnav .box .link dt a {
  font-size: 1.5rem;
  line-height: 1;
  /* letter-spacing: 0.1rem; */
  line-height: 32px;
  position: relative;
  padding-bottom: 5px;
}

.gnav .box .link dt a span {
  position: relative;
  padding-right: 20px;
  /* font-weight: 400; */
}

.gnav .box .link dt a span.blank:before {
  background-image: url(/wp-content/themes/fitfit_corporate/images/ico_blank2.png);
}

.gnav .box .link dt a:before {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #ba0c2f;
  transform-origin: bottom right;
  transition: transform .4s cubic-bezier(.86, 0, .07, 1);
}

.gnav .box .link dt:hover a:before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.gnav .box .link dt.partition {
  padding-left: 21px;
  margin-left: 21px;
}

.gnav .box .link dt.partition:before {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7.5px;
}

.switch {
  display: none;
}

.gnav .box .link dt.switch {
  display: block;
}

.gnav .box .link dt.switch ul {
  display: flex;
}

.gnav .box .link dt.switch ul li {
  margin-right: 10px;
}

.gnav .box .link dt.switch ul li a {
  font-size: 1.1rem;
}

.gnav .box .link dt.switch ul li a:before {
  display: none;
}

.gnav .box .link dt.banner {
  width: 200px;
  text-align: center;
  margin-left: 20px;
  padding: 0 29px 0;
  background-color: #ba0c2f;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  border: 1px solid #ba0c2f;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* -webkit-transition: all .3s; */
  /* transition: all .3s; */
  transition-property: background-color, border-radius;
  transition-duration: 0.3s;
}

.gnav .box .link dt.banner:hover {
  background-color: transparent;
  border: 1px solid #ba0c2f;
  color: #000000;
  border-radius: 30px;
  cursor: pointer;
}

.gnav .box .link dt.banner a {
  font-size: 1.3rem;
  font-weight: 500;
  height: 32px;
  display: block;
  color: #fff;
  position: relative;
  padding-right: 16px;
  letter-spacing: 0.08rem;
  padding-right: 0;
}

.gnav .box .link dt.banner a::before {
  display: none;
}

.gnav .box .link dt.banner:hover a {
  color: #ba0c2f;
}

.gnav .box .link dt.banner a span:before {
  background-image: url(/wp-content/themes/fitfit_corporate/images/ico_blank.png);
  right: 0;
}

.gnav .box .link dt.banner:hover a span:before {
  background-image: url(/wp-content/themes/fitfit_corporate/images/ico_blank3.png);
}

/* end nav */

@media screen and (max-width: 1600px) {
  /*--------------------------------------------------------------
  ----------------------------------------------------------------
  レスポンシブ調整
  ----------------------------------------------------------------
  ----------------------------------------------------------------*/
  .bar .inner {
    margin: 0 2.5vw;
  }
  #footer .inner {
    width: calc(100% - 80px);
  }
}

@media screen and (max-width: 1100px) {
  /*--------------------------------------------------------------
  ----------------------------------------------------------------
  レスポンシブ調整2
  ----------------------------------------------------------------
  ----------------------------------------------------------------*/
  .gnav .box .link dt {
    margin-left: 2.2vw;
  }
  .gnav .box .link dt.partition {
    padding-left: 2.2vw;
  }
}


@media screen and (max-width: 1284px) {
  /*--------------------------------------------------------------
  ----------------------------------------------------------------
  Tablet
  ----------------------------------------------------------------
  ----------------------------------------------------------------*/
  .bar {
    /* height: 60px; */
    border-bottom: solid 1px #eeeeee;
  }
  /* start nav */
  h1 {
    z-index: 10002;
  }
  #nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    /* overflow: hidden; */
  }
  #nav.active {
    height: 100%;
  }
  #nav:before {
    content: "";
    position: fixed;
    z-index: 99;
    background-color: rgba(51, 51, 51, 0.5);
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.2s;
  }
  #nav.active:before {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  #panel-list {
    width: 100%!important;
  }
  #panel-btn {
    display: inline-block;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 39px;
    right: 5px;
    z-index: 10001;
  }
  #panel-btn-icon {
    display: block;
    position: absolute;
    top: 10px;
    width: 25px;
    height: 3px;
    margin: 0;
    /* background: #000; */
    transition: 0.2s;
  }
  #panel-btn-icon:before, #panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 2px;
    background: #000;
    transition: 0.3s;
  }
  #panel-btn-icon.close:before, #panel-btn-icon.close:after {
    background: #000;
  }
  #panel-btn-icon:before {
    margin-top: -8px;
  }
  #panel-btn-icon:after {
    margin-top: 2px;
  }
  #panel-btn .close {
    background: transparent;
  }
  #panel-btn .close:before, #panel-btn .close:after {
    margin-top: 0;
  }
  #panel-btn .close:before {
    transform: rotate(-45deg);
  }
  #panel-btn .close:after {
    transform: rotate(-135deg);
  }
  #nav .gnav {
    /* display: none; */
    /* height: 0; */
    width: 100%;
    position: fixed;
    z-index: 999;
    right: 0;
    background-color: #fff;
    transform: translate(100%);
    /* transition: all 0.2s; */
    overflow: hidden;
    /* opacity: 0; */
    z-index: -9999;
  }
  #nav .gnav .inner {
    margin: 0 20px;
  }
  #nav.active .gnav {
    /* display: block; */
    transform: translate(0);
    height: 100%;
    /* opacity: 1; */
    z-index: 10000;
  }
  #nav .gnavInner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    /* transform: translateY(0); */
    transition: all 1s;
  }
  #nav.active .gnavInner {
    /* transform: translateY(0); */
    opacity: 1;
  }
  #nav .gnav .link a {
    color: #000;
    line-height: inherit;
  }
  #nav .gnav .link a:hover {}
  #nav .gnav .box .link dt.banner:before {
    display: none;
  }
  #nav .gnav .box .link dt.banner a {
    display: block;
    color: #fff;
    position: relative;
    height: inherit;
    padding: 19px 0px 13px;
    letter-spacing: 0.03rem;
  }
  #nav .gnav .box .link dt.banner a span {
    /* display: block!important; */
    position: inherit;
  }
  .gnav .box .link dt a:before {
    display: none;
  }
  .gnav .box .link dt.banner:hover {
    background-color: #ba0c2f;
    border: 1px solid #ba0c2f;
    color: #000000;
    border-radius: 30px;
    cursor: pointer;
  }
  .gnav .box .link dt.banner:hover a {
    color: #ba0c2f;
  }
  .gnav .box .link dt.banner:hover {
    border-radius: inherit;
  }
  .gnav .box .link dt.banner:hover a span:before {
    background-image: url(/wp-content/themes/fitfit_corporate/images/ico_blank.png);
  }
  #nav .gnav .box {
    margin-top: 100px;
    width: 100%;
  }
  #nav .gnav .box h3 {
    line-height: 1;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0.3rem;
    margin-top: 38px;
    margin-bottom: 0;
  }
  #nav .gnav .box ul.list {
    display: block;
    width: 100%;
  }
  #nav .gnav .box ul.list li {
    line-height: 2;
    position: relative;
    padding-left: inherit;
    text-align: center;
  }
  #nav .gnav .box ul.list li:before {}
  #nav .gnav .box ul.list li a {
    font-size: 2.4rem;
    font-weight: 600;
  }
  #nav .gnav .box:nth-of-type(2) h3 {
    margin-bottom: 34px;
    margin-top: 28px;
  }
  #nav .gnav .box .share {
    display: flex;
    margin: 50px 0 0 5px;
  }
  #nav .gnav .box .share a {
    width: 26px;
    height: 26px;
    display: block;
    margin-right: 12px;
  }
  #nav .gnav .box .share a img {
    width: 100%;
  }
  #nav .gnav .info {
    position: relative;
    right: 0;
    bottom: 0;
    margin: 40px 0 0 0;
  }
  #nav .gnav .info a {
    margin-left: 20px;
  }
  #nav .gnav .info a:first-child {
    margin-left: 0;
  }
  .gnav .box ul.list li.banner {
    display: none;
  }
  #nav .gnav .link {
    margin-bottom: 10px;
  }
  .gnav .box .link dt {
    margin-left: 0;
  }
  .gnav .box .link dt.banner {
    margin-top: 50px;
    order: 1;
    width: 100%;
  }
  .gnav .box .link, .gnav .box .link dl {
    display: inherit;
    margin-bottom: 20px;
  }
  .gnav .box .link dt .blank:before {
    /* display: none; */
    right: 0;
  }
  .gnav .box .link dt.partition:before {
    left: inherit;
    margin-top: inherit;
    width: 10px;
    height: 6px;
    margin-top: -3px;
    background-color: inherit;
  }
  .gnav .box .link dt.partition {
    padding-left: 5px;
  }
  .gnav .box .link dt.switch {
    display: none;
  }
  .link {
    /* order: 2; */
    flex-direction: column;
    width: 100%;
    margin: 0 0 30px;
  }
  .gnav .box .link dl {
    width: inherit;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .link dl:last-child {
    margin-right: 0;
  }
  .link dt {
    width: 100%;
    font-size: 1.5rem;
    border-bottom: solid 1px #eeeeee;
    margin: 0;
    padding: 14px 0 14px 5px;
    line-height: 1;
    position: relative;
  }
  .link .tb {
    display: inline-block!important;
  }
  .gnav .box .link dt::before {
    display: none;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background-image: url(/wp-content/themes/fitfit_corporate/images/arrow_triangle.png);
    background-size: 100%;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    width: 10px;
    height: 6px;
    margin-top: -3px;
  }
  .gnav .box .link dt:first-child {
    border-top: solid 1px #eeeeee;
  }
  .gnav .box .link dd {
    font-size: 1.5rem;
    margin: 14px 0 0px 25px;
    /* padding: 14px 0 0px 25px; */
    line-height: 1;
    display: inline-block;
    width: calc(50% - 30px);
  }
  .gnav .box .link dd:before {
    content: "・";
  }
  .gnav .box .link dt.banner a span:before {
    right: 20px;
  }
  .switch {
    height: 55px;
    position: absolute;
    z-index: 10000;
    top: 0;
    right: 38px;
    display: none;
    align-items: center;
  }
  #nav.active+.switch {
    display: flex;
  }
  .switch ul {
    display: flex;
  }
  .switch li {
    margin-right: 6px;
  }
  .switch li a {
    font-size: 1rem;
    border-radius: 5px;
    overflow: hidden;
    line-height: 1;
    padding: 3px 7px;
    background-color: #fff;
    border: 1px solid #D4D4D4;
  }
  .switch li.current-lang a {
    background-color: #000;
    color: #fff;
  }
  /* end nav */
  /* start pagetop */
  #pagetop {
    position: relative!important;
    bottom: 0;
    width: 100%;
    right: inherit;
    text-align: center;
    border-bottom: solid 1px #eeeeee;
    padding: 70px 0;
  }
  #pagetop img {
    width: 25px;
    height: 13px;
  }
  /* end pagetop */
  
}

@media screen and (min-width: 768px) {
  /*--------------------------------------------------------------
  ----------------------------------------------------------------
  PC only
  ----------------------------------------------------------------
  ----------------------------------------------------------------*/
  .sp {
    display: none!important;
  }
  .tb {
    display: none;
  }
}

@media screen and (max-width: 1024px) and (min-width: 767px) {
  /*--------------------------------------------------------------
  ----------------------------------------------------------------
  Tablet only
  ----------------------------------------------------------------
  ----------------------------------------------------------------*/
  .tb {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  /*--------------------------------------------------------------
  ----------------------------------------------------------------
  SP only
  ----------------------------------------------------------------
  ----------------------------------------------------------------*/
  .pc {
    display: none!important;
  }
  .tb {
    display: none!important;
  }
  *:focus {
    outline: none;
  }
  img {
    width: 100%;
  }
  .inner {
    margin: 0;
    position: relative;
  }
  .bar {
    height: 60px;
  }
  .bar .inner {
    margin: 0 20px;
  }
  /* start header */
  h1 {
    top: 18px;
    z-index: 10002;
  }
  h1 img {
    width: 82px;
  }
  h1 div {
    display: none;
  }
  #nav .gnav .box {
    margin-top: 60px;
  }
  #header {
    position: relative;
    padding-top: 60px;
    /* overflow: hidden; */
    /* height: 60px; */
  }
  .gnav .box .link dt {
    margin-left: 0;
    line-height: 1;
  }
  .gnav .box .link dt a:before {
    display: none;
  }
  .bar {
    width: 100%;
    height: 61px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #fff;
    border-bottom: solid 1px #eeeeee;
  }
  h1 {
    /* top: 18px; */
    /* z-index: 1000; */
  }
  h1 img {
    /* width: 82px; */
  }
  h1 div {}
  #panel-btn {
    top: 20px;
  }
  /* end header */
  /* start pagetop */
  #pagetop {
    border: none;
    padding: 0;
  }
  #pagetop img {}
  /* end pagetop */
  /* start footer */
  #footer {
    padding: 10px 0 30px;
  }
  #footer .inner {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .footer-a {
    margin: 0 auto 52px;
    flex-direction: column;
  }
  .footer-a .inner {}
  #footer .logo {
    width: 124px;
    order: 3;
    margin: 0 auto;
  }
  #footer .logo img {
    width: 100%;
  }
  #footer .link {
    order: 2;
    flex-direction: column;
    width: 100%;
    margin: 0 0 30px;
    padding: 0px 3.7vw;
  }
  #footer .link dl {
    width: inherit!important;
    margin-right: 0!important;
    margin-bottom: 20px;
  }
  #footer .link dl:last-child {
    margin-right: 0;
  }
  #footer .link dt {
    font-size: 1.5rem;
    border-bottom: solid 1px #eeeeee;
    margin: 0;
    padding: 14px 0 14px 5px;
    line-height: 1;
    position: relative;
  }
  #footer .link dt::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background-image: url(/wp-content/themes/fitfit_corporate/images/arrow_triangle.png);
    background-size: 100%;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    width: 10px;
    height: 6px;
    margin-top: -3px;
  }
  #footer .link dt:first-child {
    border-top: solid 1px #eeeeee;
  }
  #footer .link dd {
    font-size: 1.5rem;
    margin: 14px 0 0px 25px;
    line-height: 1;
    display: inline-block;
    width: calc(50% - 30px);
  }
  #footer .link dd:before {
    content: "・";
  }
  .gnav .box .link dt.banner {
    /* order: 1; */
    width: 100%;
    margin: 30px 0 0px;
    padding: 0;
    line-height: 1.4;
  }
  #footer .banner {
    /* order: 1; */
    width: 100%;
    margin: 30px 0 50px;
  }
  .gnav .box .link dt.banner a, #footer .banner a {
    /* display: block; */
    /* color: #fff; */
    /* position: relative; */
    padding: 19px 0px 9px;
    letter-spacing: 0.03rem;
  }
  .gnav .box .link dt.banner a div, #footer .banner a div {
    /* font-size: 1.4rem; */
    /* line-height: 1; */
    letter-spacing: 0.17rem;
  }
  .gnav .box .link dt.banner a span {
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0.07rem;
    padding-right: 0;
  }
  .gnav .box .link dt.banner a div>span {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.17rem;
    padding-right: 0;
  }
  #footer .banner a span {
    /* font-size: 1.1rem; */
    /* line-height: 1; */
    letter-spacing: 0.07rem;
  }
  .gnav .box .link dt.banner a:before, #footer .banner a:before {
    right: 20px;
  }
  #footer .footer-b {
    flex-direction: column;
  }
  #footer .footer-b .inner {}
  #footer .address {
    text-align: center;
    width: 100%;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  #footer .address div {}
  #footer .address span {
    font-size: 1.2rem;
    letter-spacing: 0.08rem;
  }
  #footer .copyright {
    text-align: center;
    width: 100%;
  }
  /* end footer */
}