@charset "UTF-8";
/* ----------------------------------------------------
	sassを使用しています。css編集の際はご注意ください。
	compass/scss
---------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP&display=swap");
/* ----------------------------------------------------
base
---------------------------------------------------- */
html, body {
  padding: 0;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #374454;
}
@media (max-width: 1440px) {
  html, body {
    font-size: 1.111vw;
  }
}
@media (max-width: 750px) {
  html, body {
    font-size: 4.267vw;
  }
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

ul {
  list-style: none;
  box-sizing: border-box;
}
ul li {
  box-sizing: border-box;
}

/* ----------------------------------------------------
selection
---------------------------------------------------- */
::selection {
  background: rgba(183, 149, 92, 0.4);
  color: #fff;
}

::-moz-selection {
  background: rgba(183, 149, 92, 0.4);
  color: #fff;
}

/* ----------------------------------------------------
link
---------------------------------------------------- */
a {
  color: #b7955c;
  text-decoration: underline;
  transition: 0.2s ease-in-out;
}
a:visited {
  color: #b7955c;
}
a:hover {
  color: #b7955c;
  opacity: 0.6;
}
a:active {
  color: #b7955c;
}

.blue {
  color: #006ab8 !important;
  text-underline-offset: 6px;
}

/* ----------------------------------------------------
set
---------------------------------------------------- */
@media (max-width: 750px) {
  .pcon {
    display: none;
  }
}

.spon {
  display: none;
}
@media (max-width: 750px) {
  .spon {
    display: block;
  }
}

.red {
  color: #d52425 !important;
}

.gold {
  color: #b7955c !important;
}

.yellow {
  color: #ff0 !important;
}

.bold {
  font-weight: bold;
}

.black {
  color: #000 !important;
}

.underline {
  text-decoration: underline;
}

.underline_no {
  text-decoration: none;
}

.noline {
  text-decoration: none;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.palt {
  font-feature-settings: "palt";
}

.small {
  font-size: 80%;
}

@media (max-width: 750px) {
  .sp_center {
    text-align: center !important;
  }
}

.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}
@media (max-width: 1440px) {
  .mb10 {
    margin-bottom: 0.694vw;
  }
}
@media (max-width: 750px) {
  .mb10 {
    margin-bottom: 1.333vw;
  }
}

.mb20 {
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .mb20 {
    margin-bottom: 1.389vw;
  }
}
@media (max-width: 750px) {
  .mb20 {
    margin-bottom: 2.667vw;
  }
}

.mb30 {
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .mb30 {
    margin-bottom: 2.083vw;
  }
}
@media (max-width: 750px) {
  .mb30 {
    margin-bottom: 4vw;
  }
}

.mb40 {
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .mb40 {
    margin-bottom: 2.778vw;
  }
}
@media (max-width: 750px) {
  .mb40 {
    margin-bottom: 5.333vw;
  }
}

.mb50 {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .mb50 {
    margin-bottom: 3.472vw;
  }
}
@media (max-width: 750px) {
  .mb50 {
    margin-bottom: 6.667vw;
  }
}

.mb60 {
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .mb60 {
    margin-bottom: 4.167vw;
  }
}
@media (max-width: 750px) {
  .mb60 {
    margin-bottom: 8vw;
  }
}

.mb70 {
  margin-bottom: 70px;
}
@media (max-width: 1440px) {
  .mb70 {
    margin-bottom: 4.861vw;
  }
}
@media (max-width: 750px) {
  .mb70 {
    margin-bottom: 9.333vw;
  }
}

.mb80 {
  margin-bottom: 80px;
}
@media (max-width: 1440px) {
  .mb80 {
    margin-bottom: 5.556vw;
  }
}
@media (max-width: 750px) {
  .mb80 {
    margin-bottom: 10.667vw;
  }
}

.mb90 {
  margin-bottom: 90px;
}
@media (max-width: 1440px) {
  .mb90 {
    margin-bottom: 6.25vw;
  }
}
@media (max-width: 750px) {
  .mb90 {
    margin-bottom: 12vw;
  }
}

.mb100 {
  margin-bottom: 100px;
}
@media (max-width: 1440px) {
  .mb100 {
    margin-bottom: 6.944vw;
  }
}
@media (max-width: 750px) {
  .mb100 {
    margin-bottom: 13.333vw;
  }
}

.indent-01 {
  padding-left: 16px;
  text-indent: -16px;
}
@media (max-width: 1440px) {
  .indent-01 {
    padding-left: 1.111vw;
    text-indent: -1.111vw;
  }
}
@media (max-width: 750px) {
  .indent-01 {
    padding-left: 4.267vw;
    text-indent: -4.267vw;
  }
}

.indent-02 {
  padding-left: 20px;
  text-indent: -20px;
}
@media (max-width: 1440px) {
  .indent-02 {
    padding-left: 1.389vw;
    text-indent: -1.389vw;
  }
}
@media (max-width: 750px) {
  .indent-02 {
    padding-left: 4.8vw;
    text-indent: -4.8vw;
  }
}

.indent-03 {
  padding-left: 45px;
  text-indent: -45px;
}
@media (max-width: 1440px) {
  .indent-03 {
    padding-left: 3.125vw;
    text-indent: -3.125vw;
  }
}
@media (max-width: 750px) {
  .indent-03 {
    padding-left: 11.467vw;
    text-indent: -11.467vw;
  }
}

.bg_blue {
  background: #e8f1f5;
}

.bg_brown {
  background: #fdf8f3;
}

.bg_white {
  background: #fff;
}

/* ----------------------------------------------------
header
---------------------------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  height: 148px;
  background: #fff;
}
@media (max-width: 1440px) {
  header {
    height: 10.278vw;
  }
}
@media (max-width: 750px) {
  header {
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 17.333vw;
    border-bottom: 10px solid #b7955c;
  }
}
header .header_inr {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  header .header_inr {
    height: 5.417vw;
  }
}
@media (max-width: 750px) {
  header .header_inr {
    height: auto;
  }
}
header h1 {
  line-height: 0;
}
header h1 img {
  width: 250px;
  height: auto;
}
@media (max-width: 1440px) {
  header h1 img {
    width: 17.361vw;
  }
}
@media (max-width: 750px) {
  header h1 img {
    width: 10.133vw;
    height: auto;
  }
}
@media (max-width: 750px) {
  header .header_top_rnavi {
    display: none;
  }
}
header .header_top_rnavi .htop_rnavi_inr {
  display: flex;
  align-items: center;
}
header .header_top_rnavi .h_top_navi {
  margin-left: 16px;
  height: 38px;
  font-size: 16px;
  font-weight: 400;
}
header .header_top_rnavi .h_top_navi:first-child {
  margin-left: 0;
}
@media (max-width: 1440px) {
  header .header_top_rnavi .h_top_navi {
    margin-left: 1.111vw;
    height: 2.639vw;
    font-size: 1.111vw;
  }
}
header .header_top_rnavi .h_top_navi a {
  padding: 0 60px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #b7955c;
  text-decoration: none;
  border: 1px solid #b7955c;
}
@media (max-width: 1440px) {
  header .header_top_rnavi .h_top_navi a {
    padding: 0 4.167vw;
  }
}
header .header_top_rnavi .h_top_navi a:hover {
  opacity: 1;
  color: #b7955c;
  background: #fff;
}

/* fixed
--------------------------- */
.page_fixed {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.sp-fixed-navi {
  display: none;
}
@media (max-width: 750px) {
  .sp-fixed-navi {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
  }
  .sp-fixed-navi .htop_rnavi_inr {
    display: flex;
    align-items: center;
  }
  .sp-fixed-navi .h_top_navi {
    margin: 0 1px 0 0;
    font-size: 3.733vw;
    width: 100%;
    height: 44px;
    font-weight: 400;
  }
  .sp-fixed-navi .h_top_navi:last-child {
    margin: 0;
  }
  .sp-fixed-navi .h_top_navi a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #b7955c;
    text-decoration: none;
  }
  .sp-fixed-navi .h_top_navi a:hover {
    opacity: 1;
  }
}

/* ----------------------------------------------------
gnav
---------------------------------------------------- */
nav {
  height: 70px;
}
@media (max-width: 1440px) {
  nav {
    height: 4.861vw;
  }
}
@media (max-width: 750px) {
  nav {
    padding-bottom: 23.467vw;
    position: fixed;
    top: 17.333vw;
    left: 0;
    right: 0;
    height: calc(100vh - 17.333vw);
    z-index: 20;
    display: none;
  }
}
nav .nav_inr {
  display: flex;
  height: 100%;
}
@media (max-width: 750px) {
  nav .nav_inr {
    display: block;
    overflow-y: auto;
  }
}
nav .nav_item {
  width: 240px;
  height: 100%;
  border: 1px solid #b7955c;
  border-right: 0;
  position: relative;
}
@media (max-width: 1440px) {
  nav .nav_item {
    width: 16.667vw;
  }
}
@media (max-width: 750px) {
  nav .nav_item {
    width: 100%;
    height: auto;
    border: 0;
  }
}
nav .nav_item:last-child {
  border-right: 1px solid #b7955c;
}
nav .nav_item.sp_home {
  display: none;
}
@media (max-width: 750px) {
  nav .nav_item.sp_home {
    display: block;
    height: 13.333vw;
  }
  nav .nav_item.sp_home a {
    border-left: 10px solid #b7955c;
    background: #fff;
    pointer-events: auto;
  }
}
nav .nav_item .switch_wrap > span:hover + .subnavi {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 750px) {
  nav .nav_item .switch_wrap > span {
    font-size: 4.267vw;
    width: 100%;
    height: 13.333vw;
    display: inline-block;
    border-left: 10px solid #b7955c;
    background: url(../images/common/icon_navi_open.svg) center right 5.333vw/4vw no-repeat #fff;
  }
  nav .nav_item .switch_wrap > span a {
    pointer-events: none;
  }
  nav .nav_item .switch_wrap > span.subnavi-open {
    background: url(../images/common/icon_navi_close.svg) center right 5.333vw/4vw no-repeat #fff;
  }
}
nav .nav_item .switch_wrap:hover .subnavi {
  opacity: 1;
  visibility: visible;
}
nav .nav_item .switch_wrap:hover span > a {
  color: #fff;
  background: #b7955c;
}
@media (max-width: 750px) {
  nav .nav_item .switch_wrap:hover span > a {
    color: #b7955c;
    background: none;
  }
}
nav .nav_item .switch_wrap.subnavi-open {
  background: url(../images/common/icon_navi_close.svg) center right 5.333vw/4vw no-repeat #fff;
}
nav .nav_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  width: 100%;
  height: 68px;
  background: #fff;
}
@media (max-width: 1440px) {
  nav .nav_item a {
    height: 4.722vw;
  }
}
@media (max-width: 750px) {
  nav .nav_item a {
    padding: 0 3.2vw;
    height: 13.333vw;
    justify-content: flex-start;
    background: none;
  }
}
nav .nav_item a:hover {
  opacity: 1;
  color: #fff;
  background: #b7955c;
}
nav .subnavi {
  padding: 24px 22px;
  position: absolute;
  top: 69px;
  left: -1px;
  width: 359px;
  z-index: 20;
  background: #b7955c;
  box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1440px) {
  nav .subnavi {
    padding: 1.667vw 1.528vw;
    top: 4.792vw;
    width: 24.931vw;
  }
}
@media (max-width: 750px) {
  nav .subnavi {
    padding: 0;
    opacity: 1;
    visibility: visible;
    width: 100%;
    position: static;
    box-shadow: none;
    display: none;
  }
}
nav .subnavi_btn {
  margin-bottom: 12px;
  height: 70px;
}
@media (max-width: 1440px) {
  nav .subnavi_btn {
    margin-bottom: 0.833vw;
    height: 4.861vw;
  }
}
@media (max-width: 750px) {
  nav .subnavi_btn {
    margin-bottom: 0;
    font-size: 3.733vw;
    line-height: 1.5;
    height: 13.333vw;
    border-bottom: 1px solid #fff;
  }
}
nav .subnavi_btn:last-child {
  margin-bottom: 0;
}
@media (max-width: 750px) {
  nav .subnavi_btn:last-child {
    border-bottom: 0;
  }
}
nav .subnavi_btn > a {
  padding: 0 14px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  border: 1px solid #b7955c;
}
@media (max-width: 1440px) {
  nav .subnavi_btn > a {
    padding: 0 0.972vw;
  }
}
@media (max-width: 750px) {
  nav .subnavi_btn > a {
    padding: 0 5.333vw;
    border: 0;
    background: url(../images/common/icon_arrow_navi_gold.svg) center right 6.133vw/1.6vw no-repeat #f1ebe0;
  }
}
nav .subnavi_btn > a:hover {
  border: 1px solid #fff;
}
@media (max-width: 750px) {
  nav .subnavi_btn > a:hover {
    border: 0;
  }
}
nav .subnavi_btn.text_gold a {
  color: #b7955c;
  text-decoration: underline;
}
nav .subnavi_btn.text_gold a:hover {
  color: #fff;
}
@media (max-width: 750px) {
  nav .subnavi_btn.text_gold a:hover {
    color: #000;
  }
}
@media (max-width: 750px) {
  nav .subnavi_btn.text_gold a {
    color: #000;
    text-decoration: none;
  }
}
nav .subnavi_btn.spview {
  display: none;
}
@media (max-width: 750px) {
  nav .subnavi_btn.spview {
    display: block;
  }
}
nav .subnavi ul {
  padding: 0 14px;
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 1440px) {
  nav .subnavi ul {
    padding: 0 0.972vw;
    font-size: 1.111vw;
  }
}
@media (max-width: 750px) {
  nav .subnavi ul {
    padding: 0;
    font-size: 3.733vw;
    line-height: 1.5;
  }
}
@media (max-width: 750px) {
  nav .subnavi ul li {
    height: 13.333vw;
    border-bottom: 1px solid #fff;
  }
  nav .subnavi ul li:last-child {
    border-bottom: 0;
  }
}
nav .subnavi ul li a {
  height: auto;
  color: #fff;
  display: block;
  background: none;
}
@media (max-width: 750px) {
  nav .subnavi ul li a {
    padding: 0 5.333vw;
    display: flex;
    align-items: center;
    height: 100%;
    color: #000;
    background: url(../images/common/icon_arrow_navi_gold.svg) center right 6.133vw/1.6vw no-repeat #f1ebe0;
  }
}
nav .subnavi ul li a:hover {
  opacity: 0.6;
}
nav .subnavi ul li a:before {
  content: "";
  display: inline-block;
  background: url(../images/common/icon_arrow_navi_white.svg) center center/100% no-repeat;
  width: 6px;
  height: 11px;
  margin-right: 11px;
}
@media (max-width: 1440px) {
  nav .subnavi ul li a:before {
    width: 0.417vw;
    height: 0.764vw;
    margin-right: 0.764vw;
  }
}
@media (max-width: 750px) {
  nav .subnavi ul li a:before {
    content: none;
  }
}
nav .navi_title {
  margin-bottom: 18px;
  color: #fff;
  font-size: 20px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 1440px) {
  nav .navi_title {
    margin-bottom: 1.25vw;
    font-size: 1.389vw;
  }
}
@media (max-width: 750px) {
  nav .navi_title {
    display: none;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 44px;
  z-index: 10;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

#gnaviBtn {
  display: none;
}
@media (max-width: 750px) {
  #gnaviBtn {
    display: block;
    width: 30px;
    height: 24px;
  }
  #gnaviBtn .btn_inr {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #gnaviBtn .btn_inr span {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    transition: 0.2s ease-in-out;
  }
  #gnaviBtn .btn_inr span:first-child {
    top: 0;
  }
  #gnaviBtn .btn_inr span:nth-child(2) {
    top: 11px;
  }
  #gnaviBtn .btn_inr span:nth-child(3) {
    top: 22px;
  }
  #gnaviBtn.open .btn_inr span:first-child {
    top: 11px;
    transform: rotate(-45deg);
  }
  #gnaviBtn.open .btn_inr span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  #gnaviBtn.open .btn_inr span:nth-child(3) {
    top: 11px;
    transform: rotate(45deg);
  }
}

/* ----------------------------------------------------
main
---------------------------------------------------- */
main {
  margin-top: 148px;
}
@media (max-width: 1440px) {
  main {
    margin-top: 10.278vw;
  }
}
@media (max-width: 750px) {
  main {
    margin-top: 65px;
  }
}
main .c-wrap {
  padding-bottom: 100px;
}
@media (max-width: 1440px) {
  main .c-wrap {
    padding-bottom: 6.944vw;
  }
}
@media (max-width: 750px) {
  main .c-wrap {
    padding-bottom: 13.333vw;
  }
}

.inner {
  margin: 0 auto;
  width: 1200px;
}
@media (max-width: 1440px) {
  .inner {
    width: 83.333vw;
  }
}
@media (max-width: 750px) {
  .inner {
    width: 100%;
  }
}

/* section
--------------------------- */
.section_text p {
  line-height: 1.5;
}

/* ----------------------------------------------------
freedial
---------------------------------------------------- */
.contactbox {
  padding: 100px 0;
  background: #fdf8f3;
}
@media (max-width: 1440px) {
  .contactbox {
    padding: 6.944vw 0;
  }
}
@media (max-width: 750px) {
  .contactbox {
    padding: 13.333vw 20px;
  }
}
.contactbox_inr {
  padding: 30px;
  margin: 0 auto;
  width: 800px;
  background: #fff;
}
@media (max-width: 1440px) {
  .contactbox_inr {
    padding: 2.083vw;
    width: 55.556vw;
  }
}
@media (max-width: 750px) {
  .contactbox_inr {
    padding: 6.667vw 5.333vw;
    width: 100%;
  }
}
.contactbox .contact_head {
  text-align: center;
}
.contactbox .contact_head p {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .contactbox .contact_head p {
    font-size: 1.25vw;
  }
}
@media (max-width: 750px) {
  .contactbox .contact_head p {
    font-size: 4.267vw;
  }
}

.freedial {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.freedial a {
  text-decoration: none;
}
.freedial p {
  font-size: 56px;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .freedial p {
    font-size: 3.889vw;
  }
}
@media (max-width: 750px) {
  .freedial p {
    font-size: 9.067vw;
  }
}
.freedial p:before {
  content: "";
  display: inline-block;
  width: 78px;
  height: 44px;
  background: url(../images/common/icon_freedial.png) center center/100% no-repeat;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
@media (max-width: 1440px) {
  .freedial p:before {
    width: 5.417vw;
    height: 3.056vw;
    margin-right: 0.694vw;
    top: 0.139vw;
  }
}
@media (max-width: 750px) {
  .freedial p:before {
    width: 13.333vw;
    height: 7.467vw;
    margin-right: 2.667vw;
    top: 0.8vw;
  }
}

/* ----------------------------------------------------
sitemap
---------------------------------------------------- */
.sitemap {
  padding: 50px 0 25px 0;
  border-top: 2px solid #d52425;
}
@media (max-width: 1440px) {
  .sitemap {
    padding: 3.472vw 0 1.736vw 0;
  }
}
@media (max-width: 750px) {
  .sitemap {
    padding: 13.333vw 20px 6.667vw 20px;
  }
}
.sitemap > .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sitemap > .inner:after {
  content: "";
  display: block;
  width: 31%;
}
@media (max-width: 750px) {
  .sitemap > .inner:after {
    content: none;
  }
}
.sitemap_item {
  margin-bottom: 25px;
  width: 31%;
}
@media (max-width: 1440px) {
  .sitemap_item {
    margin-bottom: 1.736vw;
  }
}
@media (max-width: 750px) {
  .sitemap_item {
    margin-bottom: 6.667vw;
    width: 100%;
  }
}
.sitemap_item a {
  text-decoration: none;
}
.sitemap_item .cate_title {
  padding-bottom: 5px;
  margin-bottom: 10px;
  color: #d52425;
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px solid #d52425;
}
@media (max-width: 1440px) {
  .sitemap_item .cate_title {
    padding-bottom: 0.347vw;
    margin-bottom: 0.694vw;
    font-size: 1.25vw;
  }
}
@media (max-width: 750px) {
  .sitemap_item .cate_title {
    padding-bottom: 1.333vw;
    margin-bottom: 2.667vw;
    font-size: 5.333vw;
  }
}
.sitemap_item .cate_title a {
  color: #d52425;
}
.sitemap_item ul {
  margin-left: 14px;
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 1440px) {
  .sitemap_item ul {
    margin-left: 0.972vw;
    font-size: 0.972vw;
  }
}
@media (max-width: 750px) {
  .sitemap_item ul {
    margin-left: 3.733vw;
    font-size: 3.733vw;
  }
}
.sitemap_item ul li {
  text-indent: -14px;
}
@media (max-width: 1440px) {
  .sitemap_item ul li {
    text-indent: -0.972vw;
  }
}
@media (max-width: 750px) {
  .sitemap_item ul li {
    text-indent: -3.733vw;
  }
}
.sitemap_item ul a {
  color: #374454;
}
.sitemap_item ul a:before {
  content: "";
  display: inline-block;
  background: url(../images/common/icon_arrow_navi_red.svg) center center/100% no-repeat;
  width: 6px;
  height: 12px;
  margin-right: 8px;
  position: relative;
  top: 1px;
}
@media (max-width: 1440px) {
  .sitemap_item ul a:before {
    width: 0.417vw;
    height: 0.833vw;
    margin-right: 0.556vw;
  }
}
@media (max-width: 750px) {
  .sitemap_item ul a:before {
    width: 1.6vw;
    height: 3.2vw;
    margin-right: 2.133vw;
  }
}

@media (max-width: 750px) {
  body.page .sitemap {
    display: none;
  }
}
/* ----------------------------------------------------
footer
---------------------------------------------------- */
footer {
  font-size: 12px;
  font-family: "メイリオ", sans-serif;
  line-height: 2;
  color: #fff;
  background: #d52425;
}
@media (max-width: 1440px) {
  footer {
    font-size: 0.833vw;
  }
}
@media (max-width: 750px) {
  footer {
    padding-bottom: 44px;
    font-size: 3.2vw;
  }
}
footer .footer_inr {
  padding: 27px 0 10px 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  footer .footer_inr {
    padding: 1.875vw 0 0.694vw 0;
  }
}
@media (max-width: 750px) {
  footer .footer_inr {
    padding: 13.333vw 20px;
    flex-direction: column;
    align-items: flex-start;
    justify-cotent: flex-start;
  }
  footer .footer_inr ul + ul {
    margin-top: 8vw;
  }
}
footer .footer_inr a {
  color: #fff;
  text-decoration: none;
}
footer .copyright {
  padding: 10px 0;
  border-top: 1px solid #fff;
}
@media (max-width: 1440px) {
  footer .copyright {
    padding: 0.694vw 0;
  }
}
@media (max-width: 750px) {
  footer .copyright {
    padding: 2.667vw 20px;
  }
}
footer .copyright p {
  text-align: right;
}
@media (max-width: 750px) {
  footer .copyright p {
    text-align: left;
  }
}
