@charset "UTF-8";
/*
=====================================================================
=====================================================================
共通箇所
=====================================================================
=====================================================================
*/
/*===============================================
header
===============================================*/
#header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 90px;
  z-index: 999999;
  box-shadow: 0 8px 16px rgba(201, 25, 29, 0.3);
  -webkit-box-shadow: 0 8px 16px rgba(201, 25, 29, 0.3);
  -moz-box-shadow: 0 8px 16px rgba(201, 25, 29, 0.3);
  -ms-box-shadow: 0 8px 16px rgba(201, 25, 29, 0.3);
  -o-box-shadow: 0 8px 16px rgba(201, 25, 29, 0.3);
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  overflow-x: hidden;
  font-smoothing: antialiased;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-font-smoothing: antialiased;
  -moz-text-size-adjust: 100%;
  -ms-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -o-font-smoothing: antialiased;
  -o-text-size-adjust: 100%;
}
@font-face {
  #header {
    font-family: 'Noto Sans JP';
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url("fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("fonts/NotoSansCJKjp-Regular.eot") format("eot");
  }
}
@font-face {
  #header {
    font-family: 'Noto Sans JP';
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    src: url("fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("fonts/NotoSansCJKjp-Bold.eot") format("eot");
  }
}
#header a {
  display: block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#header ul, #header ol, #header li {
  font-size: 0;
}
#header .inner {
  max-width: 1200px;
  margin: 0 auto;
}
#header .large_inner {
  max-width: 1440px;
}
#header .list {
  padding: 0 16px;
  margin-bottom: 32px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
#header .pc {
  display: block;
}
#header .tb, #header .sp {
  display: none;
}
#header #h_logo {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
@media screen and (min-width: 769px) {
  #header #h_logo a:hover {
    opacity: .7;
  }
}
#header #h_logo .st0 {
  fill: #fff;
}
#header #h_logo .st1 {
  fill: #c9191d;
}
#header #pc_menu {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
#header #pc_menu li {
  font-size: 13px;
  font-weight: 700;
}
#header #pc_menu nav {
  margin-top: 30px;
}
#header #pc_menu nav, #header #pc_menu #pc_info {
  display: inline-block;
  vertical-align: middle;
}
#header #pc_menu nav li {
  padding: 0 0 0 28px;
  margin: 0;
}
#header #pc_menu nav li:first-child {
  padding: 0;
}
#header #pc_menu nav li a {
  position: relative;
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  #header #pc_menu nav li a:hover:before {
    transform: scaleX(1) translateZ(0);
    -webkit-transform: scaleX(1) translateZ(0);
    -moz-transform: scaleX(1) translateZ(0);
    -ms-transform: scaleX(1) translateZ(0);
    -o-transform: scaleX(1) translateZ(0);
    transform-origin: left top;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
  }
}
#header #pc_menu nav li a:before {
  content: '';
  background-color: #c9191d;
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  display: block;
  transform: scaleX(0) translateZ(0);
  -webkit-transform: scaleX(0) translateZ(0);
  -moz-transform: scaleX(0) translateZ(0);
  -ms-transform: scaleX(0) translateZ(0);
  -o-transform: scaleX(0) translateZ(0);
  transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform-origin: right top;
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
}
#header #pc_menu #pc_info {
  height: 90px;
  padding-left: 100px;
  padding-left: 80px;
}
#header #pc_menu #pc_info ul, #header #pc_menu #pc_info .pc_btn {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#header #pc_menu #pc_info ul {
  border-left: 1px solid #f1f1f1;
}
#header #pc_menu #pc_info li {
  width: 200px;
  height: 45px;
  line-height: 45px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
#header #pc_menu #pc_info li:first-child {
  border-bottom: 1px solid #f1f1f1;
}
#header #pc_menu #pc_info li:last-child {
  font-family: "Spartan", sans-serif;
  /* font-weight: 600; */
}
#header #pc_menu #pc_info li a {
  padding: 0 30px;
}
@media screen and (min-width: 769px) {
  #header #pc_menu #pc_info li a:hover {
    color: #c9191d;
  }
}
#header #pc_menu #pc_info li a i {
  color: #c9191d;
  padding-right: 4px;
}
#header #pc_menu #pc_info .pc_btn {
  float: right;
}
#header #pc_menu #pc_info .pc_btn a {
  color: #fff;
  background-image: linear-gradient(to right, #c9191d 0%, #df7677 100%);
  position: relative;
  width: 160px;
  height: 100%;
  text-align: center;
}
#header #pc_menu #pc_info .pc_btn a:after {
  content: '';
  background-color: #c9191d;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  #header #pc_menu #pc_info .pc_btn a:hover {
    background-image: transparent;
  }
  #header #pc_menu #pc_info .pc_btn a:hover:after {
    opacity: 1;
  }
}
#header #pc_menu #pc_info .pc_btn a .pc_btn_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  z-index: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
#header #pc_menu #pc_info .pc_btn a i, #header #pc_menu #pc_info .pc_btn a span {
  display: block;
}
#header #pc_menu #pc_info .pc_btn a i {
  font-size: 16px;
}
#header #pc_menu #pc_info .pc_btn a span {
  font-weight: 700;
  padding-top: 12px;
}
#sp_menu, #header #sp_contact, #header #sp_btn {
  display: none;
}
#sp_menu, #header #sp_tel, #header #sp_btn {
  display: none;
}

/*
=====================================================================
=====================================================================
1300px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 1300px) {
  /*===============================================
  header
  ===============================================*/
  #header #pc_menu nav, #header #pc_menu #pc_info {
    background-color: transparent;
    position: static;
    width: auto;
    text-align: left;
  }
  #header #pc_menu #pc_info {
    padding-left: 30px;
  }
  #header #pc_menu nav li {
    padding: 0 0 0 20px;
  }
}
/*
=====================================================================
=====================================================================
1200px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 1200px) {
  /*===============================================
  header
  ===============================================*/
  #header #pc_menu li {
    font-size: 12px;
  }
  #header #pc_menu nav li {
    padding: 0 0 0 15px;
  }
  #header #pc_menu #pc_info {
    padding-left: 32px;
  }
  #header #pc_menu #pc_info li {
    width: 160px;
  }
  #header #pc_menu #pc_info li a {
    padding: 0 20px;
  }
  #header #pc_menu #pc_info .pc_btn a {
    width: 120px;
  }
  #header #pc_menu #pc_info {
    padding-left: 15px;
  }
}
/*
=====================================================================
=====================================================================
1023px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 1023px) {
  /*===============================================
  header
  ===============================================*/
  #header {
    height: 80px;
  }
  #header #h_logo {
    left: 20px;
  }
  #header #h_logo svg {
    width: 120px;
    height: 43.362px;
  }
  #header #pc_menu {
    display: none;
  }
  #sp_menu, #header #sp_contact, #header #sp_btn {
    display: block;
  }
  #sp_menu, #header #sp_tel, #header #sp_btn {
    display: block;
  }
  #sp_menu {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 120px;
    margin-top: 80px;
    opacity: 0;
    visibility: hidden;
    overflow: scroll;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  #sp_menu.active {
    z-index: 99999;
    opacity: 1;
    visibility: visible;
  }
  #sp_menu nav {
    background-color: transparent;
    position: static;
    width: auto;
    text-align: left;
    display: block;
  }
  #sp_menu nav li {
    border-bottom: 1px solid #e9ebf2;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    width: 100%;
    padding: 16px;
    line-height: 1.6;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  #sp_menu nav li a {
    position: relative;
    display: block;
  }
  #sp_menu nav li:after {
    content: '\f054';
    font-family: "Font Awesome 5 Free", sans-serif;
    font-size: 12px;
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
  }
  #sp_menu nav li .sp_menu_subtitle {
    font-family: "Spartan", sans-serif;
    font-size: 10px;
    position: absolute;
    top: 50%;
    right: 28px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
  }
  #sp_menu #sp_info {
    padding: 32px 16px 0;
  }
  #sp_menu #sp_info ul {
    font-size: 0;
    display: flex;
  }
  #sp_menu #sp_info li {
    font-size: 14px;
    font-weight: 700;
    width: 50%;
    margin: 0;
    text-align: center;
  }
  #sp_menu #sp_info li a {
    display: block;
  }
  #sp_menu #sp_info li a i {
    color: #c9191d;
    padding-right: 4px;
  }
  #header #sp_contact {
    position: absolute;
    top: 0;
    right: 80px;
    width: 120px;
    height: 100%;
  }
  #header #sp_contact a {
    color: #fff;
    background: linear-gradient(to right, #c9191d 0%, #df7677 100%);
    width: 100%;
    height: 100%;
    text-align: center;
  }
  #header #sp_contact a .sp_contact_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  #header #sp_contact a i, #header #sp_contact a span {
    display: block;
  }
  #header #sp_contact a i {
    font-size: 18px;
  }
  #header #sp_contact a span {
    font-size: 12px;
    font-weight: 700;
    padding-top: 8px;
  }


  #header #sp_tel {
    position: absolute;
    top: 0;
    right: 200px;
    width: 120px;
    height: 100%;
  }
  #header #sp_tel a {
    color: #111;
    background: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    border-left: 1px solid #f1f1f1;
  }
  #header #sp_tel a .sp_contact_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  #header #sp_tel a i, #header #sp_tel a span {
    display: block;
  }
  #header #sp_tel a i {
    font-size: 18px;
  }
  #header #sp_tel a span {
    font-size: 12px;
    font-weight: 700;
    padding-top: 8px;
  }
  #header #sp_btn {
    background-color: #111;
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    text-align: center;
  }
  #header #sp_btn a {
    color: #fff;
    width: 100%;
    height: 100%;
  }
  #header #sp_btn a.active .h_bar span:nth-child(1) {
    transform: translateY(5px) rotate(-45deg);
    -webkit-transform: translateY(5px) rotate(-45deg);
    -moz-transform: translateY(5px) rotate(-45deg);
    -ms-transform: translateY(5px) rotate(-45deg);
    -o-transform: translateY(5px) rotate(-45deg);
  }
  #header #sp_btn a.active .h_bar span:nth-child(2) {
    opacity: 0;
  }
  #header #sp_btn a.active .h_bar span:nth-child(3) {
    transform: translateY(-5px) rotate(45deg);
    -webkit-transform: translateY(-5px) rotate(45deg);
    -moz-transform: translateY(-5px) rotate(45deg);
    -ms-transform: translateY(-5px) rotate(45deg);
    -o-transform: translateY(-5px) rotate(45deg);
  }
  #header #sp_btn a .sp_btn_inner {
    position: absolute;
    top: 52%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  #header #sp_btn a .h_bar {
    position: relative;
    width: 24px;
    height: 11px;
    margin: 0 auto;
  }
  #header #sp_btn a .h_bar span {
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  #header #sp_btn a .h_bar span:nth-child(1) {
    top: 0;
  }
  #header #sp_btn a .h_bar span:nth-child(2) {
    top: 5px;
  }
  #header #sp_btn a .h_bar span:nth-child(3) {
    bottom: 0;
  }
  #header #sp_btn a p {
    font-family: "Spartan", sans-serif;
    font-size: 12px;
    font-weight: 700;
    margin-top: 12px;
  }
}
/*
=====================================================================
=====================================================================
768px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 768px) {
  /*===============================================
  header
  ===============================================*/
  #header {
    height: 56px;
  }
  #header #h_logo svg {
    width: 76px;
    height: 27.4626px;
  }
  #sp_menu {
    margin-top: 56px;
  }
  #header #sp_contact {
    position: absolute;
    top: 0;
    right: 56px;
    width: 70px;
    height: 100%;
  }
  #header #sp_contact a {
    color: #fff;
    background: linear-gradient(to right, #c9191d 0%, #df7677 100%);
    width: 100%;
    height: 100%;
    text-align: center;
  }
  #header #sp_contact a .sp_contact_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  #header #sp_contact a i, #header #sp_contact a span {
    display: block;
  }
  #header #sp_contact a i {
    font-size: 14px;
  }
  #header #sp_contact a span {
    font-size: 10px;
    font-weight: 700;
    padding-top: 8px;
  }

  #header #sp_tel {
    position: absolute;
    top: 0;
    right: 126px;
    width: 70px;
    height: 100%;
  }
  #header #sp_tel a {
    color: #111;
    background: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    border-left: 1px solid #f1f1f1;
  }
  #header #sp_tel a .sp_contact_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  #header #sp_tel a i, #header #sp_tel a span {
    display: block;
  }
  #header #sp_tel a i {
    font-size: 14px;
  }
  #header #sp_tel a span {
    font-size: 10px;
    font-weight: 700;
    padding-top: 8px;
  }
  #header #sp_btn {
    width: 56px;
    height: 56px;
  }
  #header #sp_btn a p {
    font-size: 10px;
    margin-top: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
