@charset "UTF-8";
@import url("https://use.typekit.net/cxz4drf.css");
html {
  color: #333;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  font-size: 62.5%;
}

@media screen and (max-width: 374px) {
  html {
    font-size: 56.3%;
  }
}
body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, input, textarea,
p,
blockquote,
th, td,
input,
textarea,
select,
button {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: #333;
  font-family: 'こぶりなゴシック W3 JIS2004', 'Koburina Gothic W3 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  -webkit-text-size-adjust: 100% !important;
  min-width: 1040px;
}

@media screen and (max-width: 480px) {
  body {
    min-width: 0;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  vertical-align: top;
  text-align: left;
}

img {
  border: 0;
  vertical-align: top;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-weight: bold;
}

ul li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

input,
textarea,
select {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
  *font-size: 100%;
  font-size: 1.6rem;
  font-weight: normal;
}

input[type="text"],
input[type="url"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="Email"],
input[type="email"],
input[type="password"],
input[type="submit"],
button[type="submit"],
textarea {
  -webkit-appearance: none;
  outline: none;
}

iframe {
  border: none;
}

a {
  cursor: pointer;
  color: #0096d2;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

br.pc {
  display: block;
}
br.sp {
  display: none;
}

a.coming {
  opacity: 0.3;
  cursor: default;
}

@media screen and (max-width: 480px) {
  br.pc {
    display: none;
  }
  br.sp {
    display: block;
  }
}
.txtlink[target="_blank"]:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 13px;
  height: 100%;
  background: url("../img/ico_blank_lb.svg") no-repeat left center/13px 10px;
  height: 1em;
  margin-left: 3px;
}

.txtlink:hover {
  text-decoration: none;
}

#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #fff;
  left: 0;
  top: 0;
  z-index: 3000;
}
#loading .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #e85533;
  background: -webkit-linear-gradient(left, #e85533 10%, rgba(232, 85, 51, 0) 42%);
  background: linear-gradient(to right, #e85533 10%, rgba(232, 85, 51, 0) 42%);
  -webkit-animation: load 1.4s infinite linear;
          animation: load 1.4s infinite linear;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  overflow: hidden;
  text-indent: -9999px;
}
#loading .loader:before {
  width: 50%;
  height: 50%;
  background: #e85533;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
#loading .loader:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

header {
  width: 100%;
  min-width: 1040px;
  position: relative;
  z-index: 1003;
  position: absolute;
  left: 0;
  top: 0;
}
header a {
  text-decoration: none;
}
header .hd1 {
  height: 136px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-transition: top .5s;
          transition: top .5s;
  position: absolute;
  z-index: 1003;
  top: 0;
  left: 0;
  width: 100%;
  background: none;
  border-bottom: none;
}
header .logo {
  position: absolute;
  top: 50%;
  margin-top: -23px;
  left: 40px;
}
header .logo img {
  width: 172px;
  height: auto;
}
header .glonav {
  position: absolute;
  margin-top: -10px;
  top: 50%;
  right: 120px;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: -.4em;
  width: -webkit-calc( 100% - 332px );
  width: calc( 100% - 332px );
  text-align: right;
}
header .glonav li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  text-align: left;
}
header .glonav li + li {
  margin-left: 4%;
}
header .glonav a {
  color: #333;
  display: block;
  background: url("../img/arr1_bl.svg") no-repeat left center/6px 10px;
  padding-left: 16px;
  -webkit-transition: opacity .25s;
          transition: opacity .25s;
}
header .glonav a:not(.coming):hover {
  opacity: 0.6;
}
header .glonav .status {
  display: inline-block;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 1px solid #333;
  font-size: 12px;
  height: 20px;
  line-height: 18px;
  padding: 0 8px;
  border-radius: 10px;
  margin-left: 4px;
}
header.top .glonav {
  display: none;
}
header .menu {
  display: block;
  position: absolute;
  right: 40px;
  top: 50%;
  width: 46px;
  height: 46px;
  text-decoration: none;
  background: #e85533;
  text-indent: -9999px;
  overflow: hidden;
  margin-top: -23px;
}
header .menu span {
  display: block;
  width: 28px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -14px;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}
header .menu .l1 {
  -webkit-transform: translateY(-9px);
      -ms-transform: translateY(-9px);
          transform: translateY(-9px);
}
header .menu .l3 {
  -webkit-transform: translateY(9px);
      -ms-transform: translateY(9px);
          transform: translateY(9px);
}
header nav {
  display: none;
  position: absolute;
  top: 136px;
  left: 0;
  width: 100%;
  z-index: 1002;
  padding: 70px 0;
  background: #9a9a9a;
  color: #fff;
  opacity: 0;
}
header nav .inr {
  width: 960px;
  margin: 0 auto;
  position: relative;
  text-align: left;
}
header nav a {
  color: #fff;
}
header nav a[target="_blank"]:not(.pdf):after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 13px;
  height: 100%;
  background: url("../img/ico_blank_wh.svg") no-repeat left center/13px 10px;
  margin-left: 3px;
}
header nav a.pdf:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 100%;
  background: url("../img/ico_pdf_wh.svg") no-repeat left center/24px 13px;
  margin-left: 3px;
}
header nav .nav1 {
  width: 670px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 55px;
  margin-bottom: 40px;
}
header nav .nav1 li {
  display: inline-block;
  vertical-align: top;
}
header nav .nav1 li + li {
  margin-left: 40px;
}
header nav .nav1 a {
  display: inline-block;
  height: 1em;
  font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  -webkit-transition: opacity .25s;
          transition: opacity .25s;
}
header nav .nav1 a:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 100%;
  background: url("../img/arr1_wh.svg") no-repeat left center/6px 10px;
  margin-right: 5px;
}
header nav .nav1 a:not(.coming):hover {
  opacity: 0.6;
}
header nav .bnr {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background: #e85533;
  width: 230px;
  height: 210px;
  text-align: center;
  font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: bold;
}
header nav .bnr .txt1 {
  display: block;
  padding-top: 46px;
  font-size: 1.4rem;
  line-height: 1.6;
}
header nav .bnr .txt2 {
  display: block;
  width: 148px;
  margin: 25px auto;
  padding-top: 25px;
  border-top: 1px solid #ef8871;
  font-size: 2rem;
  height: 1em;
}
header nav .bnr .txt2:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 100%;
  background: url("../img/arr1_wh.svg") no-repeat left center/6px 10px;
  margin-right: 5px;
}
header nav .bnr .txt1, header nav .bnr .txt2 {
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}
header nav .bnr:hover .txt1, header nav .bnr:hover .txt2 {
  opacity: 0.6;
}
header nav .nav2 {
  width: 670px;
  margin-bottom: 25px;
}
header nav .nav2 li {
  display: inline-block;
  vertical-align: top;
}
header nav .nav2 li + li {
  margin-left: 40px;
}
header nav .nav2 a {
  display: inline-block;
  vertical-align: top;
  font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 14px;
  height: 14px;
  -webkit-transition: opacity .25s;
          transition: opacity .25s;
}
header nav .nav2 a:not(.coming):hover {
  opacity: 0.6;
}
header nav .nav3 {
  display: block;
  width: 670px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e1e1e1;
}
header nav .nav3 li {
  display: inline-block;
  vertical-align: top;
}
header nav .nav3 li + li {
  margin-left: 30px;
}
header nav .nav3 a {
  display: inline-block;
  vertical-align: top;
  font-size: 1.2rem;
  line-height: 14px;
  height: 14px;
  -webkit-transition: opacity .25s;
          transition: opacity .25s;
}
header nav .nav3 a:not(.coming):hover {
  opacity: 0.6;
}
header nav .link li {
  display: inline-block;
  vertical-align: top;
}
header nav .link li + li {
  margin-left: 40px;
}
header nav .link a {
  font-family: 'interstate', sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  line-height: 24px;
  -webkit-transition: opacity .25s;
          transition: opacity .25s;
}
header nav .link a:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: top;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 24px 24px;
}
header nav .link a:after {
  display: none !important;
}
header nav .link a:not(.coming):hover {
  opacity: 0.6;
}
header nav .tw:before {
  background-image: url("../img/ico_tw_wh.svg");
}
header nav .x:before {
  background-image: url("../img/ico_x_wh.svg");
}
header nav .fb:before {
  background-image: url("../img/ico_fb_wh.svg");
}
header nav .no:before {
  background-image: url("../img/ico_no_wh.svg");
}
header.hidden {
  position: absolute;
}
header.hidden .hd1 {
  visibility: hidden;
  background: none;
  border-bottom: 1px solid #f4f4f4;
  top: -90px;
  height: 90px;
}
header.fix {
  position: fixed;
}
header.fix .hd1 {
  background: #fff;
  border-bottom: 1px solid #f4f4f4;
  visibility: visible;
  top: -90px;
  height: 90px;
}
header.fix_in {
  position: fixed;
}
header.fix_in .hd1 {
  background: #fff;
  border-bottom: 1px solid #f4f4f4;
  visibility: visible;
  top: 0;
  height: 90px;
}
header.on .hd1 {
  background: #f4f4f4;
}
header.on nav {
  display: block;
  -webkit-animation: opa .25s linear forwards, nav_move1 .25s linear forwards;
          animation: opa .25s linear forwards, nav_move1 .25s linear forwards;
}
header.on.fix_in nav {
  -webkit-animation: opa .25s linear forwards, nav_move2 .25s linear forwards;
          animation: opa .25s linear forwards, nav_move2 .25s linear forwards;
}
header.on .menu .l1 {
  -webkit-transform: translateY(0) rotate(45deg);
      -ms-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
header.on .menu .l2 {
  opacity: 0;
}
header.on .menu .l3 {
  -webkit-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}
header.top.fix_in .glonav {
  display: table;
}

@media screen and (max-width: 1200px) {
  header .glonav {
    right: 110px;
    font-size: 1.3rem;
  }
  header .glonav li + li {
    margin-left: 3%;
  }
}
@media screen and (max-width: 1100px) {
  header .glonav {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  header {
    min-width: 0;
  }
  header .hd1 {
    height: 80px;
  }
  header .logo {
    margin-top: -16px;
    left: 7%;
  }
  header .logo img {
    width: 120px;
  }
  header .glonav {
    display: none;
  }
  header .menu {
    right: 7%;
  }
  header nav {
    padding: 0 0 40px;
    top: 80px;
    max-height: -webkit-calc( 100vh - 80px );
    max-height: calc( 100vh - 80px );
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  header nav .inr {
    width: auto;
  }
  header nav .nav1 {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  header nav .nav1 li {
    display: block;
    border-bottom: 1px solid #e1e1e1;
  }
  header nav .nav1 li + li {
    margin-left: 0;
  }
  header nav .nav1 a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 1.4rem;
    padding: 0 7%;
  }
  header nav .bnr {
    position: relative;
    width: 86%;
    height: auto;
    margin: 30px auto 0;
    letter-spacing: -.4em;
  }
  header nav .bnr .txt1 {
    display: inline-block;
    vertical-align: middle;
    width: 56%;
    letter-spacing: normal;
    font-size: 1.2rem;
    line-height: 1.67;
    padding: 20px 0;
  }
  header nav .bnr .txt2 {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    width: -webkit-calc( 44% - 1px );
    width: calc( 44% - 1px );
    margin: 0;
    padding: 16px 0;
    border-top: none;
    border-left: 1px solid #ef8871;
  }
  header nav .nav2 {
    display: block;
    width: 86%;
    margin: 28px auto -12px;
  }
  header nav .nav2 li {
    display: inline-block;
    margin: 0 25px 12px 0;
  }
  header nav .nav2 li + li {
    margin: 0 25px 12px 0;
  }
  header nav .nav2 a {
    display: inline-block;
    vertical-align: top;
    font-size: 1.4rem;
    line-height: 14px;
    height: 14px;
  }
  header nav .nav3 {
    display: block;
    width: 86%;
    margin: 20px auto 0;
    padding-bottom: 16px;
  }
  header nav .nav3 li {
    display: inline-block;
    margin: 0 15px 12px 0;
  }
  header nav .nav3 li + li {
    margin: 0 15px 12px 0;
  }
  header nav .nav3 a {
    display: inline-block;
    vertical-align: top;
    font-size: 1.2rem;
    line-height: 14px;
    height: 14px;
  }
  header nav .link {
    margin-top: 20px;
    text-align: center;
  }
  header nav .link li + li {
    margin-left: 15px;
  }
  header nav .link a {
    font-size: 1.2rem;
    line-height: 20px;
  }
  header nav .link a:before {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
  header.hidden .hd1 {
    top: -80px;
    height: 80px;
  }
  header.fix .hd1 {
    top: -80px;
    height: 80px;
  }
  header.fix_in .hd1 {
    height: 80px;
  }
  header.top.fix_in .glonav {
    display: none;
  }
  header.on nav {
    -webkit-animation: opa .25s linear forwards, nav_move3 .25s linear forwards;
            animation: opa .25s linear forwards, nav_move3 .25s linear forwards;
  }
  header.on.fix_in nav {
    -webkit-animation: opa .25s linear forwards, nav_move3 .25s linear forwards;
            animation: opa .25s linear forwards, nav_move3 .25s linear forwards;
  }
}
.p_ttl {
  background: #f4f4f4;
  width: 100%;
  height: 300px;
  color: #e85533;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-top: 117px;
  margin-top: 136px;
}
.p_ttl .en {
  display: block;
  font-family: 'interstate', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-style: italic;
  font-size: 3.6rem;
}
.p_ttl .ja {
  margin-top: 18px;
  display: block;
  font-family: 'A1ゴシック R', 'A1 Gothic R', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 1.6rem;
}

@media screen and (max-width: 480px) {
  .p_ttl {
    height: 160px;
    padding-top: 52px;
    margin-top: 80px;
  }
  .p_ttl .en {
    font-size: 3rem;
  }
  .p_ttl .ja {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
.breadcrumbs_hd {
  padding: 24px 40px 0;
}
.breadcrumbs_hd p {
  text-align: left;
  font-size: 1rem;
}
.breadcrumbs_hd a {
  color: #333;
}
.breadcrumbs_hd a:hover {
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .breadcrumbs_hd {
    display: none;
  }
}
.breadcrumbs_ft {
  background: #9dd1b5;
  color: #fff;
  padding: 20px 0;
}
.breadcrumbs_ft p {
  width: 960px;
  margin: 0 auto;
  text-align: left;
  font-size: 1rem;
}
.breadcrumbs_ft a {
  color: #fff;
}
.breadcrumbs_ft a:hover {
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .breadcrumbs_ft {
    padding: 14px 0;
  }
  .breadcrumbs_ft p {
    width: 86%;
    line-height: 1.5;
  }
}
footer .ft1 {
  padding: 85px 0;
  color: #727171;
}
footer .ft1 .inr {
  width: 960px;
  margin: 0 auto;
  position: relative;
  text-align: left;
}
footer .ft1 a[target="_blank"]:not(.pdf):after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 13px;
  height: 100%;
  background: url("../img/ico_blank_gr.svg") no-repeat left center/13px 10px;
  margin-left: 3px;
}
footer .ft1 a.pdf:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 100%;
  background: url("../img/ico_pdf_gr.svg") no-repeat left center/24px 13px;
  margin-left: 3px;
}
footer .ft1 .nav1 {
  width: 670px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 55px;
  margin-bottom: 60px;
}
footer .ft1 .nav1 li {
  display: inline-block;
  vertical-align: top;
}
footer .ft1 .nav1 li + li {
  margin-left: 40px;
}
footer .ft1 .nav1 a {
  display: inline-block;
  height: 1em;
  text-decoration: none;
  color: #727171;
  font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  -webkit-transition: opacity .25s;
          transition: opacity .25s;
}
footer .ft1 .nav1 a:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 100%;
  background: url("../img/arr1_gr.svg") no-repeat left center/6px 10px;
  margin-right: 5px;
}
footer .ft1 .nav1 a:not(.coming):hover {
  opacity: 0.6;
}
footer .ft1 .bnr {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  text-decoration: none;
  background: #e85533;
  color: #fff;
  width: 230px;
  height: 210px;
  text-align: center;
  font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: bold;
}
footer .ft1 .bnr .txt1 {
  display: block;
  padding-top: 46px;
  font-size: 1.4rem;
  line-height: 1.6;
}
footer .ft1 .bnr .txt2 {
  display: block;
  width: 148px;
  margin: 25px auto;
  padding-top: 25px;
  border-top: 1px solid #ef8871;
  font-size: 2rem;
  height: 1em;
}
footer .ft1 .bnr .txt2:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 100%;
  background: url("../img/arr1_wh.svg") no-repeat left center/6px 10px;
  margin-right: 5px;
}
footer .ft1 .bnr .txt1, footer .ft1 .bnr .txt2 {
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}
footer .ft1 .bnr:hover .txt1, footer .ft1 .bnr:hover .txt2 {
  opacity: 0.6;
}
footer .ft1 .nav2 {
  display: inline-block;
  vertical-align: top;
  width: 185px;
}
footer .ft1 .nav2 li + li {
  margin-top: 32px;
}
footer .ft1 .nav2 a {
  display: inline-block;
  vertical-align: top;
  color: #727171;
  font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 14px;
  height: 14px;
  text-decoration: none;
  -webkit-transition: opacity .25s;
          transition: opacity .25s;
}
footer .ft1 .nav2 a:not(.coming):hover {
  opacity: 0.6;
}
footer .ft1 .nav3 {
  display: inline-block;
  vertical-align: top;
  width: 185px;
}
footer .ft1 .nav3 li + li {
  margin-top: 32px;
}
footer .ft1 .nav3 a {
  display: inline-block;
  vertical-align: top;
  color: #727171;
  font-size: 1.2rem;
  line-height: 14px;
  height: 14px;
  text-decoration: none;
  -webkit-transition: opacity .25s;
          transition: opacity .25s;
}
footer .ft1 .nav3 a:not(.coming):hover {
  opacity: 0.6;
}
footer .ft1 .archive {
  display: inline-block;
  vertical-align: top;
  width: 290px;
  font-size: 1.2rem;
}
footer .ft1 .archive p {
  line-height: 14px;
}
footer .ft1 .archive ul {
  margin-top: 28px;
}
footer .ft1 .archive li + li {
  margin-top: 24px;
}
footer .ft1 .archive .year {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  font-family: 'interstate', sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
}
footer .ft1 .archive a {
  display: inline-block;
  vertical-align: top;
  color: #727171;
  font-size: 1.2rem;
  line-height: 1;
  height: 1em;
  text-decoration: none;
  -webkit-transition: opacity .25s;
          transition: opacity .25s;
}
footer .ft1 .archive a:not(.coming):hover {
  opacity: 0.6;
}
footer .ft1 .archive a + a {
  margin-left: 7px;
}
footer .ft2 {
  background: #f4f4f4;
  color: #727171;
  padding: 65px 0;
}
footer .ft2 .inr {
  width: 960px;
  margin: 0 auto;
  position: relative;
  text-align: right;
}
footer .ft2 .logo {
  display: block;
  position: absolute;
  width: 194px;
  top: 0;
  left: 0;
}
footer .ft2 .logo img {
  width: 100%;
  height: auto;
}
footer .ft2 .link li {
  display: inline-block;
  vertical-align: top;
}
footer .ft2 .link li + li {
  margin-left: 15px;
}
footer .ft2 .link a {
  color: #727171;
  font-family: 'interstate', sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  line-height: 20px;
  text-decoration: none;
  -webkit-transition: opacity .25s;
          transition: opacity .25s;
}
footer .ft2 .link a:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: top;
  margin-right: 4px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 20px 20px;
}
footer .ft2 .link a:not(.coming):hover {
  opacity: 0.6;
}
footer .ft2 .copyright {
  margin-top: 20px;
  font-family: 'interstate', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
}
footer .ft2 .tw:before {
  background-image: url("../img/ico_tw_gr.svg");
}
footer .ft2 .x:before {
  background-image: url("../img/ico_x_gr.svg");
}
footer .ft2 .fb:before {
  background-image: url("../img/ico_fb_gr.svg");
}
footer .ft2 .no:before {
  background-image: url("../img/ico_no_gr.svg");
}

@media screen and (max-width: 480px) {
  footer .ft1 {
    padding: 0 0 40px;
  }
  footer .ft1 .inr {
    width: auto;
  }
  footer .ft1 .nav1 {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  footer .ft1 .nav1 li {
    display: block;
    border-bottom: 1px solid #e1e1e1;
  }
  footer .ft1 .nav1 li + li {
    margin-left: 0;
  }
  footer .ft1 .nav1 a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 1.4rem;
    padding: 0 7%;
  }
  footer .ft1 .bnr {
    position: relative;
    width: 86%;
    height: auto;
    margin: 30px auto 0;
    letter-spacing: -.4em;
  }
  footer .ft1 .bnr .txt1 {
    display: inline-block;
    vertical-align: middle;
    width: 56%;
    letter-spacing: normal;
    font-size: 1.2rem;
    line-height: 1.67;
    padding: 20px 0;
  }
  footer .ft1 .bnr .txt2 {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    width: -webkit-calc( 44% - 1px );
    width: calc( 44% - 1px );
    margin: 0;
    padding: 16px 0;
    border-top: none;
    border-left: 1px solid #ef8871;
  }
  footer .ft1 .nav2 {
    display: block;
    width: 86%;
    margin: 28px auto -12px;
  }
  footer .ft1 .nav2 li {
    display: inline-block;
    margin: 0 25px 12px 0;
  }
  footer .ft1 .nav2 li + li {
    margin-top: 0;
  }
  footer .ft1 .nav2 a {
    display: inline-block;
    vertical-align: top;
    font-size: 1.4rem;
    line-height: 14px;
    height: 14px;
  }
  footer .ft1 .nav3 {
    display: block;
    width: 86%;
    margin: 20px auto -12px;
  }
  footer .ft1 .nav3 li {
    display: inline-block;
    margin: 0 15px 12px 0;
  }
  footer .ft1 .nav3 li + li {
    margin-top: 0;
  }
  footer .ft1 .nav3 a {
    display: inline-block;
    vertical-align: top;
    font-size: 1.2rem;
    line-height: 14px;
    height: 14px;
  }
  footer .ft1 .archive {
    display: block;
    width: 86%;
    margin: 35px auto 0;
  }
  footer .ft1 .archive p {
    line-height: 1;
  }
  footer .ft1 .archive ul {
    margin-top: 15px;
  }
  footer .ft1 .archive li + li {
    margin-top: 20px;
  }
  footer .ft2 {
    padding: 40px 0 25px;
  }
  footer .ft2 .inr {
    width: auto;
    text-align: center;
  }
  footer .ft2 .logo {
    display: inline-block;
    position: relative;
    width: 150px;
    margin: 0 auto;
  }
  footer .ft2 .link {
    margin-top: 28px;
  }
  footer .ft2 .copyright {
    margin-top: 35px;
  }
}
.error {
  padding: 100px 0;
  font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.75;
}

@media screen and (max-width: 480px) {
  .error {
    padding: 50px 0;
    font-size: 1.4rem;
  }
}
.modal {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2000;
}
.modal .layer {
  display: none;
  background: rgba(244, 244, 244, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.modal .wrap {
  display: none;
}
.modal .close {
  display: block;
  position: fixed;
  right: 10px;
  top: 10px;
  width: 60px;
  height: 60px;
}
.modal .close:before, .modal .close:after {
  position: absolute;
  content: '';
  background: #727171;
  display: block;
  width: 60px;
  height: 2px;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -1px;
}
.modal .close:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal .close:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal .close:hover:before, .modal .close:hover:after {
  opacity: 0.7;
}

@media screen and (max-width: 480px) {
  .modal .close {
    width: 40px;
    height: 40px;
  }
  .modal .close:before, .modal .close:after {
    width: 40px;
    margin-left: -20px;
  }
  .modal .close:hover:before, .modal .close:hover:after {
    opacity: 1;
  }
}
@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes opa {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opa {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes nav_move1 {
  0% {
    top: 0;
  }
  100% {
    top: 136px;
  }
}
@keyframes nav_move1 {
  0% {
    top: 0;
  }
  100% {
    top: 136px;
  }
}
@-webkit-keyframes nav_move2 {
  0% {
    top: 0;
  }
  100% {
    top: 90px;
  }
}
@keyframes nav_move2 {
  0% {
    top: 0;
  }
  100% {
    top: 90px;
  }
}
@-webkit-keyframes nav_move3 {
  0% {
    top: 0;
  }
  100% {
    top: 80px;
  }
}
@keyframes nav_move3 {
  0% {
    top: 0;
  }
  100% {
    top: 80px;
  }
}
