@charset "UTF-8";

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: 'Noto Sans JP', 'AXIS Std', 'メイリオ', Meiryo, Lato, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #151515;
  font-size: 1.5rem;
  font-weight: 400;
  font-feature-settings: "palt";
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.02em;
  background-color: #fff;
}

.min {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
}


/*! destyle.css v2.0.2 */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

iframe {
  vertical-align: bottom;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

button,
input,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

textarea {
  overflow: auto;
}

label[for] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*共通css*/
header {
  background: #fff;
}
header .wrap {
  width: 92%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .wrap .logo-1 {
  padding-top: 22px;
  padding-bottom: 20px;
  width: 32.4%;
}
header .wrap .logo-2 {
  padding-top: 17px;
  padding-bottom: 17px;
  width: 12.8%;
}
footer {
  background: #fff;
}
footer .wrap {
  width: 92%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
footer .wrap .top-box {
  padding-bottom: 28px;
  border-bottom: 1px solid #595757;
  padding-bottom: 25px;
  margin-bottom: 25px;
  padding-top: 85px;
}
footer .wrap .top-box .terms_logo{
  max-width: 435px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 125px;
  padding-bottom: 125px;
}
footer .wrap .top-box .link-btn {
  margin-bottom: 94px;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
footer .wrap .top-box .copy-tex {
  font-size: 11px;
  color: #595757;
  line-height: 1.33;
  margin-bottom: 50px;
}
footer .wrap .top-box .foot-logo {
  width: 36%;
  margin-left: auto;
  margin-right: auto;
  max-width: 143px;
  margin-bottom: 30px;
}
footer .wrap .top-box .copy-tex2 {
  text-align: center;
  font-size: 11px;
  font-family: 'Noto Sans JP', 'AXIS Std', 'メイリオ', Meiryo, Lato, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 600;
  color: #595757;
}
footer .wrap .bottom-logo {
  width: 100%;
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 39px;
}
#bottom {
  padding-top: 96px;
  padding-bottom: 46px;
}
#bottom .kateene {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 85px;
}
.mw990{
  width: 990px;
  margin-left: auto;
  margin-right: auto;
}
@media(max-width:1280px){
  .mw990{
    width: 77.34vw;
  }
}
@media(max-width:770px){
  .mw990{
    width: 90.4vw;
  }
}

/* <アニメーションcss> */
.left.fadein-before {
  opacity: 0;
  transform:translateX(-100px);
  transition:opacity 1s,transform 1s;
}
.right.fadein-before {
  opacity: 0;
  transform:translateX(100px);
  transition:opacity 1s,transform 1s;
}
.fadein-after {
  opacity: 1 !important;
  transform: translate(0) !important;
}

.animate,
.animate2,
.animate3 {
	opacity: 1;
	transition-property: opacity,transform;
	transition-duration:.5s;
	transition-timing-function:ease-in-out;
	transform: translateY(0);
}
.animate.deactive,
.animate2.deactive,
.animate3.deactive {
	opacity: 0;
	transition: 0s;
	transform: translateY(20px);
}
.fade__Up {
  opacity: 0;
  transform: translate(0%, 100px);
  transition: all 0.75s ease-out;
}

.fade__left {
  opacity: 0;
  transform: translate(-70px, 0px);
  transition: all 1.5s ease-out;
}

.fade__right {
  opacity: 0;
  transform: translate(90px, 0px);
  transition: all 1.5s ease-out;
  /*transition-delay: 0.4s;*/
}

.fade__in {
  opacity: 0;
  transform: translate(0%, 0px);
  transition: all 1s ease-out;
}

.fadeUp__on {
  opacity: 1;
  transform: translate(0%, 0px);
}

.btn {
  transition: .5s !important;
  opacity: 1;
  cursor: pointer;
}
.btn:hover {
  transition: .5s !important;
  opacity: .7;
}
/* </アニメーションcss> */
@media(max-width:1280px) {
  #header {
    max-width: none;
    width: 90%;
  }
}
@media(max-width:769px) {
  header .wrap {
    width: 92%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
  }
  header .wrap .logo-1 {
    padding-top: 2vw;
    padding-bottom: 2vw;
    width: 69%;
  }
  header .wrap .logo-2 {
    padding-top: 3vw;
    padding-bottom: 3vw;
    width: 19%;
  }
  footer .wrap {
    width: 92%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  footer .wrap .top-box {
    padding-bottom: 5vw;
    padding-bottom: 5vw;
    margin-bottom: 5vw;
    padding-top: 10vw;
  }
  footer .wrap .top-box .terms_logo{
    margin-top: 12vw;
    padding-bottom: 12vw;
  }
  footer .wrap .top-box .link-btn {
    margin-bottom: 10vw;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  footer .wrap .top-box .copy-tex {
    font-size: 2.7vw;
    line-height: 1.33;
    margin-bottom: 7vw;
  }
  footer .wrap .top-box .foot-logo {
    width: 36%;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    margin-bottom: 7vw;
  }
  footer .wrap .top-box .copy-tex2 {
    text-align: center;
    font-size: 2.7vw;
    line-height: 1.33;
  }
  footer .wrap .bottom-logo {
    width: 100%;
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5vw;
  }
}



/*レスポンシブ*/
@media(min-width:1280px) {
  .tb_block {
    display: none;
  }
}
@media(max-width:1280px) {
  .tb_block {
    display: block;
  }
}
@media (max-width: 770px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 771px) {
  .sp {
    display: none !important;
  }
}