@charset "UTF-8";

body,
html {
  min-width: 1095px;
}

@media screen and (max-width: 767px) {
  body,
  html {
    min-width: auto;
    width: 100%;
    font-size: 11px;
  }
}

/*サイト共通*/

body {
  background-color: #ffffff;
  min-width: 1080px;
  font-size: 15px;
  color: #333;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media all and (-ms-high-contrast:none) {
  body {
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
    padding-top: 60px;
  }
}

a {
  text-decoration: none;
}

input[type="text"]:focus {
  outline: 0;
}

.container {
  width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .pc_none {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

/*ヘッダー*/

header {
  border-top: 2px solid #0f1350;
  z-index: 9999;
  background-color: rgba(255, 255, 255, .9);
  border-bottom: 1px solid #ccc;
}

header.fixed {
  padding: 10px 0 5px;
  border-bottom: none;
}

header .inner {
  width: 1080px;
  min-height: 55px;
  margin: 0 auto;
  position: relative;
}

h1 {
  position: relative;
  z-index: 11;
}

header.fixed h1 .logo {
  background-size: 111px;
}

header .srchBox {
  position: absolute;
  top: 25px;
  right: 130px;
  background-color: #eeeeee;
  padding: 0 18px;
  border-radius: 18px;
  z-index: 11;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

header.smaller .srchBox {
  top: 15px;
  right: 110px;
}

header .searchOpen,
header .srchBox .searchInner,
header.fixed .srchBox,
header .srchBox_mn,
header.fixed .srchBox_mn .searchOut,
header .srchBox .searchOpen {
  display: none;
}

header .srchBox .faqLink {
  display: none;
}

header.fixed .srchBox_mn {
  display: none;
  position: absolute;
  width: 320px;
  background-color: #ecf0f3;
  padding: 10px;
  top: 60px;
  right: -20px;
  border-radius: 0;
  bottom: 0;
  height: 82px;
  border: 1px solid #0f1350;
}

header.fixed .searchOpen {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 16px;
  height: 16px;
  background: url("/uc/kameiten/common/images/common/head_search.png") no-repeat 0 0;
  background-size: 16px;
  cursor: pointer;
  z-index: 11;
}

header.fixed .searchOpen.open {
  background: url("/assets/img/common/icon_close.png") no-repeat 0 0;
  background-size: 16px;
}

header.fixed .searchOpen:hover {
  opacity: .7;
}

header.fixed .srchBox_mn .searchInner {
  display: block;
  width: 36px;
  transition: 0.5s;
}

header.fixed .srchBox_mn .searchInner:hover {
  opacity: .7;
  transition: 0.5s;
}

header.fixed .srchBox_mn form {
  overflow: hidden;
}

header .srchBox input {
  background-color: #eeeeee;
  border: none;
  margin-bottom: 3px;
  font-size: 14px;
  vertical-align: middle;
}

header.fixed .srchBox_mn #SS_searchQuery {
  background-color: #FFF;
  float: left;
  width: 282px;
  height: 34px;
  margin-bottom: 10px;
  border: none;
}

header.fixed .srchBox_mn .faqLink {
  display: block;
}

header.fixed .srchBox_mn .faqLink a {
  display: block;
  padding: 12px;
  font-size: 12px;
  color: #0f1350;
  background-color: #FFF;
}

header.fixed .srchBox_mn .faqLink a.linkIcon::after {
  border-top: 1px solid #0f1350;
  border-right: 1px solid #0f1350;
  right: 15px;
  transition: 0.5s;
}

header.fixed .srchBox_mn .faqLink a:hover {
  background-color: #0f1350;
  color: #FFF;
  transition: 0.5s;
}

header.fixed .srchBox_mn .faqLink a.linkIcon:hover::after {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transition: 0.5s;
}

header .spSrchBtn {
  display: none;
}

@media screen and (min-width: 768px) {
  .spNav {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  header {
    display: none;
  }
  .spNav {
    position: absolute;
    top: 0;
    border-top: 2px solid #0f1350;
    width: 100%;
    z-index: 9999;
    transition: .5s;
    border-bottom: 1px solid #CCC;
  }
  body.user_pc .spNav {
    top: 0;
  }
  .spNav.fixed {
    position: fixed;
    top: 0;
    background-color: rgba(255, 255, 255, .7);
    transition: none;
    border-bottom: none;
  }
  .spNav.open,
  .spNav.srchOpen {
    position: fixed;
    top: 0;
    transition: .5s;
    border-bottom: none;
  }
  .spNav .spHeader {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    transition: .5s;
    box-sizing: border-box;
    z-index: 20;
    background-color: #FFF;
  }
  body.spNav_fixed .spNav .spHeader {
    background-color: #FFF;
  }
  .spNav.fixed .spHeader {
    padding: 5px 10px;
  }
  .spNav .spHeader .logo {
    background-image: url("/assets/img/common/logo.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 90px;
    height: 40px;
    display: block;
  }
  .spNav .spHeader .logo a {
    width: 90px;
    height: 40px;
    position: absolute;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    left: 0;
    top: 0;
  }
  .spNav.fixed .spHeader .logo {
    width: 75px;
    transition: .5s;
    height: 35px;
  }
  .spNav.fixed .spHeader .logo a {
    width: 75px;
  }
  .spNav .spHeader .spSrchBtn {
    display: block;
    position: absolute;
    top: 26%;
    right: 55px;
    width: 19px;
    height: 30px;
    overflow: hidden;
    background: url("/uc/kameiten/common/images/common/icon_spnavSrch_open.png") no-repeat 0 0;
    background-size: 19px;
  }
  .spNav.srchOpen .spHeader .spSrchBtn {
    background: url("/uc/kameiten/common/images/common/icon_spnavSrch_close.png") no-repeat 0 0;
    background-size: 19px;
  }

  .spNav .spHeader .spNavBtn {
    background-image: url("/uc/kameiten/common/images/common/sp_nav_openBtn.png");
    background-repeat: no-repeat;
    background-position: 0 22px;
    background-size: 28px;
    height: 32px;
    width: 28px;
    display: block;
    position: absolute;
    top: 26%;
    right: 10px;
    height: 32px;
    overflow: hidden;
    transition: .5s;
    text-align: center;
  }
  .spNav.fixed .spHeader .spSrchBtn,
  .spNav.fixed .spHeader .spNavBtn {
    height: 20px;
    top: 30%;
  }

  .spNav .searchInput {
    display: none;
    width: 100%;
    line-height: 2;
    box-sizing: border-box;
    z-index: 10;
    font-size: 11px;
    padding: 5px;
    background-color: #ecf0f3;
  }
  .spNav .searchInput #SS_searchForm {
    overflow: hidden;
  }
  .spNav .searchInput #SS_searchForm #SS_searchQuery {
    width: 87%;
    height: 42px;
    padding: 5px 8px;
    font-size: 16px;
    box-shadow: none;
    border: none;
    border-radius: 3px 0 0 3px;
    color: #666666;
    box-sizing: border-box;
    float: left;
  }
  .spNav .searchInput #SS_searchSubmit {
    width: 13%;
    height: 42px;
    box-shadow: none;
    border-radius: 0 3px 3px 0;
    box-sizing: border-box;
    background-image: url("/uc/kameiten/common/images/common/icon_searchInner.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50%;
    border: none;
    font-size: 0;
  }
  .spNav .searchInput .faqLink a {
    display: block;
    padding: 10px 2%;
    background-color: #FFF;
    width: 100%;
    margin: 5px 0 0;
    color: #0f1350;
  }
  .spNav .searchInput .faqLink .linkIcon::after {
    right: 10px;
    border-top: 1px solid #0f1350;
    border-right: 1px solid #0f1350;
  }

  /*ハンバーガーアイコン*/
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 24px;
    height: 16px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #10124f;
    border-radius: 4px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 7px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .spNav.open .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .spNav.open .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .spNav.open .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }

  /*ハンバーガーアイコン ここまで*/

  body.spNav_fixed {
    height: 100vh;
    position: fixed;
  }
  body.spNav_fixed::before {
    content: "";
    display: block;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    /* .bx-controlより上 */
    z-index: 22;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 19, 80, .9);
  }
  .spNav .scrollWrap {
    display: none;
    width: 100%;
    height: 80vh;
    line-height: 2;
    box-sizing: border-box;
    z-index: 10;
    font-size: 11px;
    padding-bottom: 50px;
  }
  .spNav .scrollWrap a {
    color: #0f1350;
  }
  .spNav .btns {
    padding: 4px;
    background-color: #ecf0f3;
    overflow: hidden;
  }
  .spNav .btns li {
    float: left;
    padding: 4px;
  }
  .spNav .btns li.single {
    width: 50%;
  }
  .spNav .btns li.double {
    width: 100%;
  }
  .spNav .btns a,
  .spNav .btns a:visited {
    position: relative;
    display: block;
    width: 100%;
    height: 42px;
    margin: 0;
    padding: 0 12px;
    font-size: 14px;
    font-weight: bold;
    line-height: 42px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background-color: #fff;
  }
  .spNav .btns a i.fa {
    position: absolute;
    right: 7px;
    line-height: 42px;
  }
  .spNav .btns a.login {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .7);
    background: #ff9146 url("/uc/kameiten/common/images/common/menu_icon_login.png") no-repeat 95% center;
    background-size: 14px;
  }
  .spNav .btns a.login small {
    display: block;
    margin: 8px 0 4px;
    font-size: 10px;
    line-height: 1;
  }
  .spNav .btns a.login span {
    display: block;
    line-height: 1;
  }
  .spNav .btns a.touroku {
    background-color: #ffffd2;
  }
  .spNav .btns a.about {
    background-color: #bec9d7;
  }
  .spNav .scrollWrap .btns a:nth-child(odd) {
    margin-right: 2%;
  }
  .spNav .scrollWrap .linkIcon::after {
    right: 13px;
    border-top: 1px solid #0f1350;
    border-right: 1px solid #0f1350;
  }
}

/*ヘッダー*/

/*▼▼▼その他パーツ▼▼▼*/

.linkIcon,
.linkIcon_bef {
  position: relative;
}

.linkIcon_bef {
  padding-left: 25px;
}

.linkIcon::after,
.linkIcon_bef::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: -10px;
  margin-top: -3px;
}

.linkIcon_bef::before {
  left: 10px;
}

.linkIcon._rightWhite,
.linkIcon._downWhite,
.linkIcon_bef._rightWhite {
  color: #FFF;
}

.linkIcon._rightGray,
.linkIcon._downGray,
.linkIcon_bef._downGray {
  color: #333;
}

.linkIcon._rightWhite::after,
.linkIcon_bef._rightWhite::before {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}

.linkIcon._rightGray::after,
.linkIcon_bef._rightGray::before {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}

.linkIcon._downWhite::after,
.linkIcon_bef._downWhite::before {
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
}

.linkIcon._downGray::after,
.linkIcon_bef._downGray::before {
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
}

.linkBtn01,
.linkBtn02 {
  position: relative;
  display: inline-block;
  padding: 8px 20px 8px 18px;
  border: 1px solid #0f1350;
  border-radius: 2px;
  color: #0f1350;
  font-size: 13px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

@media screen and (max-width: 767px) {
  .linkBtn01,
  .linkBtn02 {
    font-size: 11px;
    padding: 11px 20px 10px 12px;
  }
}

.linkBtn01:before,
.linkBtn02:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0f1350;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.linkBtn02:before {
  background: #FFF;
}

.linkBtn01::after,
.linkBtn02::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  border-top: 1px solid #0f1350;
  border-right: 1px solid #0f1350;
  transition: .3s;
}

.linkBtn02 {
  border: 1px solid #FFF;
  color: #FFF;
}

.linkBtn02::after {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}

.linkBtn01:hover {
  color: #FFF;
}

.linkBtn02:hover {
  color: #0f1350;
}

.linkBtn01:hover:before,
.linkBtn02:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.linkBtn01:hover::after {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transition: .3s;
}

.linkBtn02:hover::after {
  border-top: 1px solid #0f1350;
  border-right: 1px solid #0f1350;
  transition: .3s;
}

.linkBtn01.long {
  width: 433px;
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
  text-align: center;
  padding: 13px 0;
}

.linkBtn01.long::after {
  right: 30px;
}

@media screen and (max-width: 767px) {
  .linkBtn01.long {
    width: 75%;
  }
  .linkBtn01.long::after {
    right: 10px;
  }
}

/* 見出し h2 */

.sectionTitle {
  text-align: center;
  font-weight: bold;
  display: table;
  padding-top: 90px;
  margin: -90px auto 50px;
}

.sectionTitle h2 {
  font-size: 34px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  color: #0f1350;
  padding-bottom: 15px;
  border-bottom: 1px solid #0f1350;
}

.sectionTitle>p {
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  .sectionTitle {
    padding-top: 50px;
    margin: -50px auto 30px;
  }
  .sectionTitle h2 {
    padding-bottom: 10px;
    font-size: 27px;
    line-height: 1.4;
    letter-spacing: 2px;
  }
  .sectionTitle h2.spacing_s {
    letter-spacing: 0;
  }
  .sectionTitle>p {
    padding-top: 20px;
    font-size: 12px;
  }
}

/*スクロールエフェクト*/

/*実際に必要な記述はここから*/

.fadeInUp01,
.fadeInUp02,
.fadeInUp03,
.fadeInUp04 {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fadeInUp;
  visibility: visible !important;
}

/*animation-delayでタイミングをずらしている*/

.fadeInUp02 {
  animation-delay: 0.3s;
}

.fadeInUp03 {
  animation-delay: 0.6s;
}

.fadeInUp04 {
  animation-delay: 0.9s;
}

/*@translateYで縦の動き・translateXで横の動きを指定できる*/

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 詳しく見るのホバーボタン */

a .viewmore {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 19, 80, .6);
  opacity: 0;
  transition: .5s;
  z-index: 1;
}

a:hover .viewmore {
  opacity: 1;
  transition: .5s;
}

a .viewmore .linkIcon {
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: -3em;
  font-size: 12px;
  color: #FFF;
  transition: .5s;
}

a:hover .viewmore .linkIcon {
  top: 50%;
  transition: .5s;
}

a .viewmore .linkBtn01,
a .viewmore .linkBtn02 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -65px;
  margin-left: -4em;
  transition: .5s;
}

a:hover .viewmore .linkBtn01,
a:hover .viewmore .linkBtn02 {
  margin-top: -55px;
}

@media screen and (max-width: 767px) {
  a .viewmore {
    display: none;
  }
}
