@charset "utf-8";
@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=17628611-24e7-43cc-91b6-f3f46f80c75b");
@font-face {
  font-family: "Bodoni W01 Roman";
  src: url("../Fonts/d9962452-df3a-4090-ba2d-e5fdb84dc9da.eot?#iefix");
  src: url("../Fonts/d9962452-df3a-4090-ba2d-e5fdb84dc9da.eot?#iefix") format("eot"), url("../Fonts/9b918948-5f6f-415e-afb2-87fe42938c93.woff2") format("woff2"), url("../Fonts/cd77f8b9-e937-4ea5-a635-19a0db457df1.woff") format("woff"), url("../Fonts/4c42a4ae-e7fd-4696-9365-ba1c98cffbdf.ttf") format("truetype"), url("../Fonts/bb307ba8-bca1-4840-ab5c-136397597d64.svg#bb307ba8-bca1-4840-ab5c-136397597d64") format("svg");
}
@charset "utf-8";
html {
  font-size: 90%;
}
@media only screen and (max-width: 1312px) {
  html {
    font-size: 1.3vw;
  }
}
@media only screen and (max-width: 900px) {
  html {
    font-size: 1.89vw;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 2.21vw;
  }
}
@media only screen and (max-width: 414px) {
  html {
    font-size: 4.11vw;
  }
}
body {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", HelveticaNeue, Helvetica, sans-serif;
  letter-spacing: 1px;
  color: #5e5e5e;
  line-height: 2;
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
  font-size: 1rem;
}
.forSP {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .forSP {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  .forPC {
    display: none !important;
  }
}
.inner {
  max-width: 1232px;
  margin: 0 auto;
}
@media only screen and (max-width: 1312px) {
  .inner {
    width: 93.9vw;
  }
}
@media only screen and (max-width: 768px) {
  .inner {
    width: 90.66vw;
  }
}
@media only screen and (max-width: 414px) {
  .inner {
    width: 85.06vw;
  }
}
.ib {
  display: inline-block;
}
header {
  width: 100%;
  height: 90px;
  z-index: 999;
  background-color: rgba(255,255,255,0.9);
  position: absolute;
  top: 0;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
}
@media only screen and (max-width: 768px) {
  header {
    height: 80px;
  }
}
header.on {
  position: fixed;
  top: 0;
}
header.off {
  position: fixed;
  top: -91px;
}
@media only screen and (max-width: 768px) {
  header.off {
    top: -81px;
  }
}
header .inner {
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .inner .logo_wrp {
  display: block;
  width: 160px;
  line-height: 1;
}
header .inner .logo_wrp a {
  display: block;
  width: 100%;
}
header .inner .logo_wrp a img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  header .inner #gnav {
    display: none;
  }
}
header .inner #gnav li {
  display: inline-block;
}
header .inner #gnav li.current a {
  border-bottom: 2px solid #e60019;
}
header .inner #gnav li + li {
  padding-left: 30px;
}
@media only screen and (max-width: 900px) {
  header .inner #gnav li + li {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  header .inner #gnav li + li {
    padding-left: 10px;
  }
}
header .inner #gnav a {
  font-family: serif;
  font-size: 0.888888888888889rem;
  line-height: 30px;
  display: inline-block;
  text-decoration: none;
  color: #000;
  letter-spacing: 0.1em;
}
#wrapper {
  max-width: 100vw;
  width: 100%;
  padding-top: 90px;
}
@media only screen and (max-width: 768px) {
  #wrapper {
    padding-top: 80px;
  }
}
footer {
  margin-top: 80px;
  background-color: #e60019;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 900px) {
  footer {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  footer {
    margin-top: 10vw;
  }
}
footer .inner {
  position: relative;
}
footer .fnav {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 0 80px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 1312px) {
  footer .fnav {
    padding: 4vw 0 6vw;
  }
}
@media only screen and (max-width: 414px) {
  footer .fnav {
    display: block;
  }
}
footer .fnav ul {
  width: 320px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 414px) {
  footer .fnav ul {
    width: 100%;
    margin-bottom: 3vw;
  }
}
footer .fnav ul li {
  line-height: 1;
}
@media only screen and (max-width: 414px) {
  footer .fnav ul li {
    width: 100%;
  }
}
footer .fnav ul li a {
  text-decoration: none;
  font-size: 0.944444444444444rem;
  color: #fff;
  line-height: 2.1;
}
footer .totop {
  position: absolute;
  top: 50px;
  right: 0;
  display: block;
  width: 60px;
  height: 65px;
  border-top: 1px solid #e60019;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-top-color: #fff;
}
footer .totop:before,
footer .totop:after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  content: '';
  display: block;
  width: 1px;
  height: 50px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  transition: all 0.3s ease;
}
footer .totop:before {
  -webkit-transform: rotateZ(-30deg);
          transform: rotateZ(-30deg);
}
footer .totop:after {
  -webkit-transform: rotateZ(30deg);
          transform: rotateZ(30deg);
}
@media only screen and (max-width: 1312px) {
  footer .totop {
    right: 3.05vw;
    right: 0;
    top: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  footer .totop {
    top: 6vw;
    right: 5vw;
    width: 10vw;
    height: 10vw;
  }
  footer .totop:before,
  footer .totop:after {
    height: 9vw;
    left: calc(50% - 0.1vw);
  }
}
footer .copies {
  width: 100%;
  padding: 0px 0 80px;
}
@media only screen and (max-width: 1312px) {
  footer .copies {
    padding-bottom: 6vw;
  }
}
footer .copies .copy {
  color: #fff;
}
.spmenu {
  display: none;
}
@media only screen and (max-width: 768px) {
  .spmenu {
    width: 60px;
    height: 60px;
    padding: 18px;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .spmenu span {
    position: absolute;
    top: 50%;
    display: block;
    height: 1px;
    width: 24px;
    background-color: #e60019;
  }
  .spmenu span:before,
  .spmenu span:after {
    content: '';
    display: block;
    height: 1px;
    width: 24px;
    background-color: #e60019;
    position: absolute;
  }
  .spmenu span:before {
    top: 9px;
  }
  .spmenu span:after {
    bottom: 9px;
  }
}
.spmenu_btn {
  display: none;
}
@media only screen and (max-width: 768px) {
  .spmenu_btn {
    width: 30px;
    height: 35px;
    z-index: 999;
    cursor: pointer;
  }
  .spmenu_btn * {
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .spmenu_btn span {
    display: block;
    background-color: #e60019;
    border-radius: 2px;
  }
  .spmenu_btn #hamburger {
    position: absolute;
    height: 30px;
    width: 30px;
  }
  .spmenu_btn #hamburger span {
    width: 30px;
    height: 2px;
    position: relative;
    top: 0px;
    left: 0px;
    margin: 7px 0;
  }
  .spmenu_btn #hamburger span:nth-child(1) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .spmenu_btn #hamburger span:nth-child(2) {
    -webkit-transition-delay: 0.625s;
            transition-delay: 0.625s;
  }
  .spmenu_btn #hamburger span:nth-child(3) {
    -webkit-transition-delay: 0.75s;
            transition-delay: 0.75s;
  }
  .spmenu_btn #cross {
    position: absolute;
    height: 30px;
    width: 30px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .spmenu_btn #cross span {
    position: absolute;
  }
  .spmenu_btn #cross span:nth-child(1) {
    top: 9%;
    left: 15px;
    height: 0%;
    width: 2px;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .spmenu_btn #cross span:nth-child(2) {
    top: 15px;
    left: 9%;
    width: 0%;
    height: 2px;
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
  .spmenu_btn.open #hamburger span {
    width: 0%;
  }
  .spmenu_btn.open #hamburger span:nth-child(1) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .spmenu_btn.open #hamburger span:nth-child(2) {
    -webkit-transition-delay: 0.125s;
            transition-delay: 0.125s;
  }
  .spmenu_btn.open #hamburger span:nth-child(3) {
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
  .spmenu_btn.open #cross span:nth-child(1) {
    height: 90%;
    -webkit-transition-delay: 0.625s;
            transition-delay: 0.625s;
  }
  .spmenu_btn.open #cross span:nth-child(2) {
    width: 90%;
    -webkit-transition-delay: 0.375s;
            transition-delay: 0.375s;
  }
}
.header {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1312px) {
  .header {
    margin-bottom: 4.57vw;
  }
}
.header .inner {
  padding: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .header .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.header h1.title {
  padding-top: 35px;
  font-size: 76px;
  line-height: 1;
  color: #e60019;
  font-weight: normal;
  font-family: "Bodoni W01 Roman", "游明朝体", "Yu Mincho", YuMincho;
}
@media only screen and (max-width: 1312px) {
  .header h1.title {
    font-size: 4.222222222222222rem;
    margin-bottom: 2vw;
  }
}
@media only screen and (max-width: 768px) {
  .header h1.title {
    font-size: 2.777777777777778rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    padding-top: 0;
    margin-bottom: 4vw;
  }
}
@media only screen and (max-width: 414px) {
  .header h1.title {
    font-size: 2rem;
  }
}
.header .pnav {
  font-size: 16px;
}
.header .pnav li {
  display: inline-block;
}
.header .pnav li + li {
  padding-left: 20px;
}
.header .pnav li a {
  font-size: 0.888888888888889rem;
  display: inline-block;
  color: #000;
  text-decoration: none;
  line-height: 2;
  border-bottom: 2px solid transparent;
}
.header .pnav li.current a {
  border-bottom: 2px solid #e60019;
}
@media only screen and (max-width: 768px) {
  .header .pnav {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    font-size: 0.888888888888889rem;
    text-align: left;
    margin-bottom: 6vw;
  }
}
#sp_menu {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  height: calc(100vh - 80px);
  padding-top: 12vw;
  z-index: 500;
  line-height: 1;
  background-color: rgba(255,255,255,0.95);
  overflow-y: scroll;
}
#sp_menu .inner {
  padding-bottom: 6vw;
}
#sp_menu .sp_gnav {
  margin-bottom: 2em;
}
#sp_menu .sp_gnav a {
  font-size: 1.2rem;
  color: #e60019;
  text-decoration: none;
  line-height: 2.3;
  display: block;
}
#sp_menu .sp_sns a {
  font-family: "Bodoni W01 Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", HelveticaNeue, Helvetica, sans-serif;
  color: #e60019;
  text-decoration: none;
  line-height: 2.3;
  font-size: 1.2rem;
  display: block;
}
@media screen and (min-width: 769px) {
  header .inner #gnav a {
    border-bottom: 2px solid transparent;
    padding: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .inner #gnav a:hover {
    border-bottom: 2px solid #e60019;
  }
  footer .fnav ul li a {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
  }
  footer .fnav ul li a:hover {
    border-bottom: 1px solid #fff;
  }
  .header .pnav li a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header .pnav li a:hover {
    border-bottom: 2px solid #e60019;
  }
}
