/* header
------------------------------------------------------------*/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 93px;
  background: #ffd00a;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 1180px) and (max-width: 1280px) {
  header {
    zoom: 0.88;
  }
}
@media (min-width: 1096px) and (max-width: 1179px) {
  header {
    zoom: 0.85;
  }
}
@media (min-width: 1065px) and (max-width: 1096px) {
  header {
    zoom: 0.83;
  }
}

header + * {
  margin-top: 93px;
}

@media (min-width: 1180px) and (max-width: 1280px) {
  header + * {
    margin-top: 81.83px;
  }
}
@media (min-width: 1096px) and (max-width: 1179px) {
  header + * {
    margin-top: 79.05px;
  }
}
@media (min-width: 1065px) and (max-width: 1096px) {
  header + * {
    margin-top: 77.19px;
  }
}

header .head-logo {
  line-height: 0;
  margin-right: auto;
}

header .head-logo.pc-img {
  display: block;
}

header .head-logo.sp-img {
  display: none;
}

@media (max-width: 1064px) {
  header .head-logo.pc-img {
    display: none;
  }

  header .head-logo.sp-img {
    display: block;
  }
}

header .head-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

header .head-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

header .head-nav ul:nth-child(1) li {
  margin-right: 30px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.4;
}

header .head-nav ul:nth-child(1) li a {
  color: #000000;
  position: relative;
}

@media screen and (min-width: 1065px) {
  header .head-nav ul:nth-child(1) li a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 1.2px;
    background: #000000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
  }

  a#cn01:after {
    height: 3px !important;
  }
}

header .head-nav ul:nth-child(1) li a:hover {
  text-decoration: none;
}

header .head-nav ul:nth-child(1) li a:hover:after {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

header .head-nav ul:nth-child(1) li .br-01 {
  display: none;
}

header .head-nav ul:nth-child(1) li.current {
  position: relative;
}

header .head-nav ul:nth-child(1) li.current a:after {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

header .head-nav ul:nth-child(2) li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}

header .head-nav ul:nth-child(2) li:not(:last-child) {
  margin-right: 8px;
}

header .head-nav ul:nth-child(2) li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 51px;
  width: 140px;
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  padding: 5px 15px 5px 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .head-nav ul:nth-child(2) li a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  right: 0;
  background: url('../img/ic_arrow_right.svg') no-repeat center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .head-nav ul:nth-child(2) li a:hover {
  text-decoration: none;
}

header .head-nav ul:nth-child(2) li a:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

header .head-nav ul:nth-child(2) li:nth-child(-n + 2) a {
  background-color: #ffffff;
  color: #000000;
}

header .head-nav ul:nth-child(2) li:nth-child(-n + 2) a:hover {
  background-color: #fff;
}

header .head-nav ul:nth-child(2) li:nth-child(3) a {
  background-color: #ea541c;
  border-color: #ea541c;
  color: #fff;
}

header .head-nav ul:nth-child(2) li:nth-child(3) a:after {
  background: url('../img/ic_arrow_right_white.svg') no-repeat center;
}

header .head-nav ul:nth-child(2) li > span {
  position: absolute;
  left: 50%;
  top: calc(100% + 24px);
  width: 135px;
  height: 39px;
  background: #fff;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
}

header .head-nav ul:nth-child(2) li > span:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5.5px 9px 5.5px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: -9px;
}

header .head-nav ul:nth-child(2) li > span span {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  background: linear-gradient(transparent 60%, #ffd00a 40%);
}

header .head-nav > a {
  display: none;
}

header .head-menu,
header .head-hidden {
  display: none;
}

@media screen and (max-width: 1420px) {
  header .head-logo {
    width: 200px;
  }
  header .head-nav ul:nth-child(1) li {
    margin-right: 20px;
  }
  header .head-nav ul:nth-child(2) li a {
    width: 120px;
  }
}

@media screen and (max-width: 1300px) {
  header .head-logo {
    width: 180px;
  }
  header .head-nav ul:nth-child(1) li {
    margin-right: 15px;
  }
  header .head-nav ul:nth-child(1) li .br-01 {
    display: inline;
  }
  header .head-nav ul:nth-child(2) li:nth-child(3) a {
    width: 100px;
  }
}

@media screen and (max-width: 1064px) {
  header {
    background: #fff;
    height: 54px;
    padding-left: 0;
    padding-right: 8px;
  }
  header + * {
    margin-top: 54px;
  }
  header > * {
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  header .head-logo {
    width: 100px;
  }
  header .head-nav {
    margin-left: 5px;
  }
  header .head-nav ul:nth-child(1) {
    display: none;
  }
  header .head-nav ul:nth-child(2) li:not(:last-child) {
    margin-right: 6px;
  }
  header .head-nav ul:nth-child(2) li a {
    font-size: 10px;
    font-size: 9px;
    width: 72px;
    height: 36px;
    padding: 3px 10px 3px 3px;
  }
  header .head-nav ul:nth-child(2) li a:after {
    width: 10px;
  }
  header .head-nav ul:nth-child(2) li:nth-child(-n + 2) a {
    /* background-color: #ffd00a; */
    border-color: #ffd00a;
  }
  header .head-nav ul:nth-child(2) li:nth-child(-n + 2) a span span {
    display: none;
  }
  header .head-nav ul:nth-child(2) li:nth-child(3) a {
    width: 72px;
  }
  header .head-nav ul:nth-child(2) li > span {
    display: none;
  }
  header .head-menu {
    -webkit-box-original-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    top: 0;
    height: 50px;
    width: 42px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    cursor: pointer;
    overflow: hidden;
  }
  header .head-menu span {
    display: block;
    width: 17px;
    height: 2px;
    background-color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .head-menu span:last-child {
    margin-bottom: 0;
  }
  header .head-menu span.top {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  header .head-menu span.middle {
    margin-top: -2px;
    left: 0;
    position: relative;
    width: 12px;
    margin-left: -4px;
  }
  header .head-menu span.bottom {
    margin-top: -2px;
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px);
  }
  header .head-hidden {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 54px;
    width: 100%;
    height: calc(100% - 54px);
    display: block;
    background: #fff;
    z-index: 2;
    pointer-events: none;
  }
  header .head-hidden .head-nav {
    display: block;
    margin-left: 0;
  }
  header .head-hidden .head-nav ul:nth-child(1) {
    border-top: 1px solid rgba(112, 112, 112, 0.15);
    display: block;
    margin-bottom: 60px;
  }
  header .head-hidden .head-nav ul:nth-child(1) li {
    margin-right: 0;
    border-bottom: 1px solid rgba(112, 112, 112, 0.15);
  }
  header .head-hidden .head-nav ul:nth-child(1) li a {
    font-weight: normal;
    display: block;
    padding: 13px 40px 13px 32px;
    background: url(../img/common/arrow-nav.svg) no-repeat right 28px center;
  }
  header .head-hidden .head-nav ul:nth-child(1) li a br {
    display: none;
  }
}

@media screen and (max-width: 1064px) and (max-width: 360px) {
  header .head-hidden .head-nav ul:nth-child(1) {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1064px) {
  header .head-hidden .head-nav ul:nth-child(2) {
    padding-left: 32px;
    padding-right: 32px;
    display: block;
    margin-bottom: 17px;
  }
  header .head-hidden .head-nav ul:nth-child(2) li {
    width: 100%;
  }
  header .head-hidden .head-nav ul:nth-child(2) li:not(:last-child) {
    margin-bottom: 15px;
  }
  header .head-hidden .head-nav ul:nth-child(2) li a {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-left: 14px;
    font-size: 14px;
    font-size: 0.875rem;
    height: 50px;
  }
  header .head-hidden .head-nav ul:nth-child(2) li a br {
    display: none;
  }
  header .head-hidden .head-nav ul:nth-child(2) li a:after {
    width: 30px;
  }
  header .head-hidden .head-nav ul:nth-child(2) li:nth-child(-n + 2) a span {
    display: inline;
  }
  header .head-hidden .head-nav > a {
    display: block;
    text-align: center;
    line-height: 0;
    padding-left: 32px;
    padding-right: 32px;
  }
  header.active .head-menu .middle {
    filter: alpha(opacity=0);
    opacity: 0;
    left: 20px;
  }
  header.active .head-menu .top {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  header.active .head-menu .bottom {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  header.active .head-hidden {
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

/* footer
------------------------------------------------------------*/
footer > * {
  padding-left: 30px;
  padding-right: 30px;
}

footer .foot-main {
  background: #fff;
  padding-top: 25px;
  padding-bottom: 40px;
}

footer .foot-main .inside {
  width: 1160px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

footer .foot-main nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-right: 20px;
}

footer .foot-main nav ul {
  margin-right: 20px;
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

footer .foot-main nav ul li:not(.twitter) a {
  display: block;
  padding: 15px 10px;
  line-height: 1.2;
  background: url(../img/common/arrow-foot.svg) no-repeat right 5px center;
  color: #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer .foot-main nav ul li:not(.twitter) a:hover {
  text-align: none;
  background-position: right center;
}

footer .foot-main .twitter {
  padding-top: 30px;
}

footer .foot-main .twitter a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

footer .foot-main .twitter a span {
  background: #ffd00a;
  color: #000000;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  padding: 10px 15px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 3px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 2px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 3px 2px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 3px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  position: relative;
  margin-right: 35px;
}

footer .foot-main .twitter a span:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 12px;
  border-color: transparent transparent transparent #ffd00a;
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: -6px;
}

footer .foot-main .twitter a p {
  line-height: 0;
}

footer .foot-main .right .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
}

footer .foot-main .right .btns a {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  height: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #ffd00a;
  color: #000000;
  line-height: 1.4;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer .foot-main .right .btns a:hover {
  text-decoration: none;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

footer .foot-main .right .btns a:hover:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

footer .foot-main .right .btns a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  right: 0;
  background: url(../img/common/arrow-foot.svg) no-repeat center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer .foot-main .right .btns a:not(:last-child) {
  margin-right: 20px;
}

footer .foot-main .right .btns a:nth-child(2) {
  background-color: #000000;
  color: #fff;
}

footer .foot-main .right .btns a:nth-child(2):after {
  background-image: url(../img/common/arrow-foot_white.svg);
}

footer .foot-main .right .twitter {
  display: none;
}

footer .foot-main .right .bnr a {
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  line-height: 0;
}

footer .foot-main .right .bnr a img {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
}

footer .foot-bottom {
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

footer .foot-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .foot-bottom ul li {
  margin-right: 20px;
}

footer .foot-bottom ul li a {
  font-size: 12px;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
}

footer .foot-bottom ul li a:hover {
  text-decoration: none;
}

footer .foot-bottom .copy {
  margin-left: auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
}

@media screen and (min-width: 741px) and (max-width: 1064px) {
  footer .foot-main nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin-right: 20px;
  }
  footer .foot-main nav ul {
    margin-right: 20px;
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  /* footer .foot-main nav ul li {
    border-top: 1px solid rgba(112, 112, 112, 0.15);
  } */
  footer .foot-main nav ul li:not(.twitter) a {
    display: block;
    padding: 15px 10px;
    line-height: 1.2;
    background: url(../img/common/arrow-foot.svg) no-repeat right center;
    color: #000000;
  }
  footer .foot-main .right {
    max-width: 35%;
  }
  footer .foot-main .right .btns > a:after {
    width: 25px;
  }
  footer .foot-main .right .btns > a:not(:last-child) {
    margin-right: 10px;
  }
  footer .foot-bottom {
    background-color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  footer .foot-bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .foot-bottom ul li {
    margin-right: 20px;
  }
  footer .foot-bottom ul li a {
    font-size: 12px;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: underline;
  }
  footer .foot-bottom ul li a:hover {
    text-decoration: none;
  }
  footer .foot-bottom .copy {
    margin-left: auto;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: bold;
  }
}

@media screen and (max-width: 740px) {
  footer .foot-main nav ul li {
    border-top: 1px solid rgba(112, 112, 112, 0.15);
  }
  footer .foot-main {
    padding: 0;
  }
  footer .foot-main .inside {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .foot-main nav {
    width: 100%;
    margin-right: 0;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .foot-main nav ul {
    width: 100%;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
  }
  footer .foot-main nav ul li {
    width: 100%;
    margin-top: -1px;
    margin-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  footer .foot-main nav ul li:not(.twitter) a {
    display: block;
    padding: 15px 60px 15px 25px;
    background-color: #ffd00a;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background-position: right 40px center;
  }
  footer .foot-main nav ul li:not(.twitter) a:hover {
    background-position: right 30px center;
  }
  footer .foot-main nav ul li.twitter {
    display: none;
  }
  footer .foot-main .twitter {
    padding-top: 30px;
  }
  footer .foot-main .twitter a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  footer .foot-main .twitter a span {
    background: #ffd00a;
    color: #000000;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
    padding: 10px 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 3px 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 2px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 3px 2px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 3px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    position: relative;
    margin-right: 35px;
  }
  footer .foot-main .twitter a span:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 0 6.5px 12px;
    border-color: transparent transparent transparent #ffd00a;
    position: absolute;
    right: -12px;
    top: 50%;
    margin-top: -6px;
  }
  footer .foot-main .twitter a p {
    line-height: 0;
  }
  footer .foot-main .right {
    width: 100%;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  footer .foot-main .right .btns {
    display: none;
  }
  footer .foot-main .right .twitter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: 20px;
  }
  footer .foot-main .right .bnr a {
    text-align: center;
  }
  footer .foot-bottom {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 25px;
  }
  footer .foot-bottom ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  footer .foot-bottom ul li {
    margin-right: 0;
    width: 100%;
  }
  footer .foot-bottom .copy {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
