@charset "utf-8";

/* フォント */
.ffjp-futogo {
  font-family: "太ゴB101";
}
.ffjp-yugo-m {
  font-family: "游ゴシック体 Pr6N M";
}
.ffjp-yugo-b {
  font-family: "游ゴシック体 Pr6N B";
}
.ffjp-yumin-b {
  font-family: "游明朝体 StdN B";
}
.ffjp-yumin-e {
  font-family: "游明朝体 StdN E";
}
.ffen-lato {
  font-family: "Lato", serif;
  font-weight: 700;
  font-style: normal;
}
.ffen-classico-r {
  font-family: classico-urw, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.ffen-classico-ri {
  font-family: classico-urw, sans-serif;
  font-weight: 400;
  font-style: italic;
}
.ffen-classico-b {
  font-family: classico-urw, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.ffen-classico-bl {
  font-family: classico-urw, sans-serif;
  font-weight: 900;
  font-style: normal;
}
.ffen-ivypresto-l {
  font-family: "ivypresto-text", serif;
  font-weight: 300;
  font-style: normal;
}
.ffen-ivypresto-li {
  font-family: "ivypresto-text", serif;
  font-weight: 300;
  font-style: italic;
}
.ffen-ivypresto-r {
  font-family: "ivypresto-text", serif;
  font-weight: 400;
  font-style: normal;
}
.ffen-ivypresto-b {
  font-family: "ivypresto-text", serif;
  font-weight: 700;
  font-style: normal;
}
.ffen-ivypresto-bi {
  font-family: "ivypresto-text", serif;
  font-weight: 700;
  font-style: italic;
}


/* イメージサイズ調整 */
img {
  width: 100%;
}


/* ヘッダー */
.header {
  background-color: #fff;
  width: 100%;
  height: 63px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.header__inner {
  width: 100%;
  height: 63px;
  position: relative;
  z-index: 999;
}


/* ヘッダーのロゴ部分 */
.header__title {
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}


/* ヘッダーのナビ部分 */
.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  background-color: #fff;
  transition: ease .4s;
  overflow: auto;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}

/*Google Chrome、Safariへの対応*/
.header__nav::-webkit-scrollbar{
  display: none;
}


/* ナビのリンク */
.nav__items {
  margin: 63px 0 60px;
  padding: 40px 30px;
}

.nav__title {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #002f51;
}

.nav__title span {
  display: block;
  color: #002f51;
}

.nav__title span:nth-child(1) {
  font-size: 20px;
}

.nav__title span:nth-child(2) {
  font-size: 30px;
}

.nav__title span:nth-child(3) {
  font-size: 15px;
}

.nav__item {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #002f51;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.nav__item a {
  font-size: 20px;
  color: #002f51;
}

.nav__item .item__column a {
  font-size: 16px;
  color: #002f51;
}

.nav__item span {
  margin-left: 10px;
  font-size: 10px;
  color: #002f51;
}

.nav__items li:nth-child(3), 
.nav__items li:nth-child(5) {
  padding-bottom: 0;
  border: none;
}

.nav__items li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.nav__items .item__category, 
.nav__items .item__column {
  margin-left: 20px;
}

.nav__items .item__category li, 
.nav__items .item__column li {
  margin-bottom: 10px;
}

.nav__items .item__category li:last-child, 
.nav__items .item__column li:last-child {
  margin-bottom: 0;
}

.nav__items .item__category li:nth-child(1) a {
  color: #191F60;
}

.nav__items .item__category li:nth-child(2) a {
  color: #C30D23;
}

.nav__items .item__category li:nth-child(3) a {
  color: #C3BC0D;
}

.nav__items .disable {
  pointer-events: none;
}


/* ハンバーガーメニュー */
.header__hamburger {
  position: absolute;
  top: 0;
  right: 30px;
  width: 24px;
  height: 100%;
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
}


/* ハンバーガーメニューの線 */
.header__hamburger span {
  width: 100%;
  height: 3px;
  background-color: #002f51;
  position: relative;
  transition: ease .4s;
  display: block;
  border-radius: 50px;
}
.header__hamburger span:nth-child(1) {
  top: 0;
}
.header__hamburger span:nth-child(2) {
  margin: 7px 0;
}
.header__hamburger span:nth-child(3) {
  top: 0;
}


/* ハンバーガーメニュークリック後 */
.header__inner.active {
  background-color: #ffffff;
  border-bottom: 1px solid #002f51;
}
.header__nav.active {
  transform: translateX(0);
}
.header__hamburger.active span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}
.header__hamburger.active span:nth-child(2) {
  opacity: 0;
}
.header__hamburger.active span:nth-child(3) {
  top: -10px;
  transform: rotate(-45deg);
}


/* ページトップ */
#pagetop {
  width: 30px;
  position: fixed;
  bottom: 10px;
  right: 10px;
}

#pagetop a {
  background: #ffffff;
  border: 1px solid #002f51;
  border-radius: 50%;
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  text-indent: -9999px;
}

#pagetop a::after {
  content: '';
  border-top: solid 2px #002f51;
  border-left: solid 2px #002f51;
  display: inline-block;
  margin-top: 3px;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(45deg);
}


/* フッター */
.footer {
  width: 100%;
  padding: 0 0 40px;
  text-align: center;
}

.footer .footer__logo {
  width: 100px;
  margin: 0 auto 60px;
}

.footer .footer__link {
  width: 100%;
  margin: 0 auto 60px;
}

.footer .footer__link ul li:last-child {
  margin-top: 20px;
}

.footer .footer__link ul li a {
  text-decoration: underline;
  font-size: 14px;
  color: #002f51;
}

.footer .copyright.navy {
  font-size: 12px;
  color: #002f51;
}

.footer .copyright.white {
  font-size: 12px;
  color: #ffffff;
}


@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }  
  .pc {
    display: none;
  }  
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }  
  .pc {
    display: block;
  }  
}