@charset "UTF-8";
/*============================
	html5 base style
============================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
address,
code,
em,
img,
a,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
figcaption,
figure,
footer,
header,
menu,
nav,
main,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

article,
aside,
figcaption,
figure,
footer,
header,
menu,
nav,
main,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
}

img,
svg,
video {
  width: auto;
  max-width: 100%;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

/* input,
select,
button {
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
} */

input:focus,
select:focus,
button:focus {
  outline: 0;
}

/*============================
    module style
============================*/
html {
  overflow: auto;
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  background: #fff;
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  margin: auto;
  overflow: hidden;
  position: relative;
}

/*============================
    color
============================*/
.bg-white {
  background-color: #fff;
}

.h-gray:hover {
  color: #a0a0a0;
}

/*----------------------------
  text
-----------------------------*/
.bold {
  font-weight: bold;
}

.al-center {
  text-align: center;
}

.al-right {
  text-align: right;
}

.al-left {
  text-align: left;
}

.line-h-22 {
  line-height: 22px;
}

/*----------------------------
  border
-----------------------------*/
.bd-top {
  border-top: solid 2px #dae6e4;
}

.bd-bottom {
  border-bottom: solid 2px #dae6e4;
}

.d-line {
  border-bottom: #000 1px solid;
}

.d-line:hover {
  border-color: #a0a0a0;
}

/*----------------------------
  space
-----------------------------*/
.m-auto {
  margin: auto;
}

.mt-15 {
  margin-top: 15px;
}

.mt-50 {
  margin-top: 50px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-68 {
  margin-top: 68px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-35 {
  margin-bottom: 35px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-3rem {
  margin-bottom: 3rem;
}

.mr-70 {
  margin-right: 70px;
}

.mr-100 {
  margin-right: 100px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-50 {
  margin-left: 50px;
}

.p-15 {
  padding: 15px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-25 {
  padding-right: 25px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-20 {
  padding-left: 20px;
}

/*----------------------------
  layout
-----------------------------*/
.inner {
  max-width: 1200px;
  margin: 0 auto;
}
.inner__large {
  max-width: 1720px;
  margin: 0 auto;
}

.flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}

.flexwrap {
  flex-wrap: wrap;
  width: 100%;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-45 {
  width: 45%;
}

.w-70 {
  width: 70%;
}

.w-full {
  width: 100%;
}

.block {
  display: block;
}

.block-center {
  display: block;
  margin: auto;
}

.jc-between {
  justify-content: space-between;
}

.jc-around {
  justify-content: space-around;
}

.jc-center {
  justify-content: center;
}
.jc-evenly {
  justify-content: space-evenly;
}
.jc-end {
  justify-content: flex-end;
}

.align-items {
  align-items: center;
}
.fd-reverse {
  flex-direction: row-reverse;
}

.icon:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
}

.of-hidden {
  overflow: hidden;
}

.wp-nowrap {
  white-space: nowrap;
}

/*----------------------------
  position
-----------------------------*/
.ps-r {
  position: relative;
}

.ps-a {
  position: absolute;
}

/*----------------------------
  list
-----------------------------*/
.list-style {
  list-style: disc;
}

.scale {
  transition: 0.5s;
}

.scale:hover {
  transform: scale(1.1);
  transition: 0.5s;
}

.spbr {
  display: none;
}

/*----------------------------
  responsive
-----------------------------*/
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .pcbr {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  body {
    font-size: 1.4rem;
  }
  .flex {
    display: block;
  }
  .spbr {
    display: block;
  }
  .pcbr {
    display: none;
  }
}

/*========= 背景色の動きのCSS ===============*/

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger {
  opacity: 0;
}
/*背景色が伸びて出現 共通*/
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
  opacity: 0;
  z-index: 9999;
}
.fv.bgextend {
  overflow: unset;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
  height: 100%;
  display: block;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*--------- 左から出現 --------*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1337e6; /*伸びる背景色の設定*/
  z-index: 9999;
}

@keyframes bgLRextendAnime01 {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}
@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
