@charset "UTF-8";
* {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Josefin Sans", YuGothic, "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #595656;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  font-weight: normal;
  position: relative;
  cursor: none;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  color: #595656;
  text-decoration: none;
  transition: 0.5s ease-in-out;
  display: block;
  cursor: none;
}
a:hover, a:focus {
  outline: none;
}

ol, ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

table, tr, th, td {
  border-collapse: collapse;
  font-size: 100%;
  vertical-align: top;
  border-spacing: 0;
}

input[type=text],
input[type=button],
input[type=submit],
input[type=reset],
textarea {
  -webkit-appearance: none;
}

.wrapper {
  margin: 0 auto;
  overflow: hidden;
  display: block;
}

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

.sp {
  display: none !important;
}
@media screen and (max-width: 1150px) {
  .sp {
    display: block !important;
  }
}

.sp_s {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp_s {
    display: block !important;
  }
}

/*----------------------------------------------------
カーソル
----------------------------------------------------*/
.cursor,
.follower {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 1150px) {
  .cursor,
.follower {
    display: none;
  }
}

.cursor {
  width: 8px;
  height: 8px;
  background-color: #000;
  z-index: 1001;
}
@media screen and (max-width: 1150px) {
  .cursor {
    display: none;
  }
}

.follower {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: rgba(156, 29, 34, 0.5);
  z-index: 1000;
  transition: transform ease 0.1s;
  text-align: center;
}
.follower span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  transform: scale(0);
}
.follower.is-active {
  transform: scale(3);
}
@media screen and (max-width: 1150px) {
  .follower {
    display: none;
  }
}

/*----------------------------------------------------
コンテンツ共通（ハンバーガー）
----------------------------------------------------*/
/*.nav_sp_wrap {

	.nav_toggle {
		display: block;
		position: fixed;
		width: 1.75rem;
		height: 1.5rem;
		top: 0;
		right: 0;
		z-index: 99999;

		i {
			display: block;
			width: 100%;
			height: 2px;
			background-color: #333;
			position: absolute;
			transition: transform .5s, opacity .5s;

			&:nth-child(1) {
				top: 0;
			}
			&:nth-child(2) {
				top: 0;
				bottom: 0;
				margin: auto;
			}
			&:nth-child(3) {
				bottom: 0;
			}		

		}	

	}

	.nav_sp {
		background: #ccc;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		opacity: 0;
		visibility: hidden;
		transition: opacity .5s, visibility .5s;
		z-index: 99998;
	}

	.nav_sp.show {
		opacity: 1;
		visibility: visible;
	}	

}*/
/*----------------------------------------------------
フォント読み込み
----------------------------------------------------*/
/* noto-sans-jp-regular - latin */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-jp-v28-latin-regular.woff2") format("woff2");
  /* Super Modern Browsers */
  font-display: swap;
}
/* noto-sans-jp-700 - latin */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-sans-jp-v28-latin-700.woff2") format("woff2");
  /* Super Modern Browsers */
  font-display: swap;
}
/* josefin-sans-regular - latin */
@font-face {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/josefin-sans-v16-latin-regular.woff2") format("woff2");
  /* Super Modern Browsers */
  font-display: swap;
}
/* josefin-sans-700 - latin */
@font-face {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/josefin-sans-v16-latin-700.woff2") format("woff2");
  /* Super Modern Browsers */
  font-display: swap;
}
/*----------------------------------------------------
header(SPハンバーガー)
----------------------------------------------------*/
@media screen and (max-width: 1150px) {
  .corp_name {
    min-width: 165px;
    width: 20%;
    font-weight: 900;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2rem;
    letter-spacing: 0.2em;
    transition: all 0.3s ease;
    margin-left: 10px;
  }
  .corp_name:hover {
    opacity: 0.3;
  }
  .corp_name span {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 3rem;
  }

  .nav_sp_wrap {
    position: fixed;
    width: 100%;
    z-index: 999;
  }

  .nav_sp_inner {
    display: flex;
    align-items: center;
    height: 60px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid #9c1d22;
  }

  /*menu*/
  .menu_sp {
    height: 20px;
    position: absolute;
    right: 0;
    width: 60px;
    height: 60px;
    z-index: 99;
    background: #9c1d22;
  }

  .menu__line {
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform 0.3s;
    width: 50%;
    top: 19px;
    left: 15px;
    border-radius: 1px;
  }

  .menu__line--center {
    top: 29px;
  }

  .menu__line--bottom {
    top: 39px;
  }

  /*gnav*/
  .nav_sp {
    background: #fff;
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 98;
  }

  .nav__wrap {
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    background: #9c1d22;
  }

  .nav__menu {
    padding-top: 15%;
    text-align: center;
  }

  .nav__menu__item:first-of-type {
    margin-bottom: 50px;
  }

  .nav__menu__item a {
    margin-bottom: 30px;
    margin-left: 0;
    text-decoration: none;
    transition: 0.5s;
  }
  .nav__menu__item a .sp_nav_icon {
    display: inline-block;
    text-align: center;
    width: 30px;
    margin-right: 10px;
  }
  .nav__menu__item a .sp_nav_icon img {
    text-align: center;
    vertical-align: middle;
  }
  .nav__menu__item a .sp_nav_txt {
    display: inline-block;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 900;
  }

  .nav__menu__item .corp_name p {
    font-weight: 900;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.2em;
    padding-top: 30px;
    transition: all 0.3s ease;
    text-align: center;
  }
  .nav__menu__item .corp_name p:hover {
    opacity: 0.3;
  }
  .nav__menu__item .corp_name p span {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 0.86;
  }

  .menu__line--top.active {
    background: #fff;
    top: 29px;
    transform: rotate(45deg);
  }

  .menu__line--center.active {
    background: #fff;
    transform: scaleX(0);
  }

  .menu__line--bottom.active {
    background: #fff;
    top: 29px;
    transform: rotate(135deg);
  }

  .nav_button {
    text-align: center;
  }
  .nav_button a {
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4rem;
    border-radius: 27px;
    border: 2px solid #be3e41;
    padding: 14px 20px;
    background: #be3e41;
    color: #fff;
  }
  .nav_button a:hover {
    opacity: 1;
    background: #ccc;
    color: #be3e41;
    border: 2px solid #be3e41;
  }
}
/*----------------------------------------------------
スクロールエフェクト
----------------------------------------------------*/
/* 基本のスタイル */
.scroll.delighter {
  transition: all 0.3s ease-out;
  transform: translateX(-100%);
  opacity: 0;
}

/* スタート時のスタイル */
.scroll.delighter.started {
  transform: none;
  opacity: 1;
}

/* エンド時のスタイル */
/*.scroll.delighter.started.ended {
   transform: none;
}*/
/*----------------------------------------------------
header
----------------------------------------------------*/
header .nav_pc {
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 30px;
  height: 60px;
  border-radius: 10px;
  padding: 0 20px;
  background: #595656;
  opacity: 0.9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -ms-flex-align: center;
  z-index: 999;
}
header .nav_pc .nav_logo {
  width: 10%;
}
header .nav_pc .nav_logo h1 a img {
  width: 161px;
}
header .nav_pc ul {
  width: 65%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}
@media all and (-ms-high-contrast: none) {
  header .nav_pc ul {
    position: static;
  }
}
header .nav_pc ul li a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Josefin Sans", "Noto Sans JP", YuGothic, "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}

/*----------------------------------------------------
footer
----------------------------------------------------*/
footer {
  background: #595656;
}
footer .footer_wrap {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}
@media screen and (max-width: 1150px) {
  footer .footer_wrap {
    width: 90%;
    padding: 30px 0;
  }
}
footer .footer_wrap .footer_name {
  width: 20%;
}
@media screen and (max-width: 768px) {
  footer .footer_wrap .footer_name {
    min-width: 140px;
  }
}
footer .footer_wrap .footer_name .pos_logo {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  footer .footer_wrap .footer_name .pos_logo {
    margin-bottom: 5px;
  }
}
footer .footer_wrap .footer_name .pos_name {
  color: #fff;
  text-align: center;
  font-weight: bold;
}
footer .footer_wrap .footer_name br {
  display: none !important;
}
@media screen and (max-width: 768px) {
  footer .footer_wrap .footer_name br {
    display: block !important;
  }
}
footer .footer_wrap .footer_list {
  width: 65%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  footer .footer_wrap .footer_list {
    width: 55%;
    justify-content: left;
    padding-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_wrap .footer_list li {
    margin-left: 10px;
  }
}
footer .footer_wrap .footer_list li a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  display: inline-block;
  font-family: "Josefin Sans", "Noto Sans JP", YuGothic, "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  footer .footer_wrap .footer_list li a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
footer .footer_copy {
  background: #9c1d22;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 10px 0;
  text-align: center;
}