@charset "UTF-8";

/*============================
    COMMON CLASS
============================*/

/*----------------------------
  basic
-----------------------------*/

html {
  overflow: auto;
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  font-weight: 400;
  background: #fff;
  color: #151414;
  /* font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", sans-serif; */
  font-family: "Zen Old Mincho", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif;
  margin: auto;
  overflow: hidden;
  position: relative;
  letter-spacing: 0.1em;
}
p,
li,
dt,
dd,
h3,
h4,
h5 {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

a,
a * {
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a:hover,
a:active {
  text-decoration: none;
  /* opacity: 0.7; */
  /* filter: alpha(opacity=70); */
}
img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*----------------------------
  layout
-----------------------------*/

.inner {
  max-width: calc(1200px + 2%);
  margin: 0 auto;
  padding-left: 1%;
  padding-right: 1%;
  width: 100%;
}

.inner__large {
  max-width: calc(1820px + 2%);
  margin: 0 auto;
  padding-left: 1%;
  padding-right: 1%;
}
.inner__vertical {
  padding-top: 160px;
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .inner__vertical {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
/*----------------------------
  space
-----------------------------*/

.m-auto {
  margin: auto;
}
.m-100 {
  margin-top: 100px;
}
.m-80 {
  margin-top: 80px;
}
.m-60 {
  margin-top: 60px;
}
.m-40 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .m-50 {
    margin-top: 50px;
  }
  .m-40 {
    margin-top: 40px;
  }
  .m-30 {
    margin-top: 30px;
  }
  .m-20 {
    margin-top: 20px;
  }
}

/*----------------------------
  position
-----------------------------*/

.ps-r {
  position: relative;
}

.ps-a {
  position: absolute;
}

/*----------------------------
  flex
-----------------------------*/

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

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

.flex-nml {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.flex-btw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.row-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.items-center {
  -webkit-align-items: center;
  align-items: center;
}

.items-start {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.items-end {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

/*----------------------------
  text
-----------------------------*/

.font-en {
  font-family: "Oswald", sans-serif;
}
.font-min {
  font-family: "Zen Old Mincho", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif;
}
.font-yugo {
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", sans-serif;
}
.wr-vt {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.bold {
  font-weight: bold;
}

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

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

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

/*----------------------------
  border
-----------------------------*/

/*----------------------------
  list
-----------------------------*/

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

.scale {
  transition: 0.5s;
}

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

.spbr {
  display: none;
}

/*============================
    color
============================*/

/*============================
    responsive
============================*/

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
  .sponly {
    display: none;
  }
}
@media screen and (max-width: 1040px) {
  .inner {
    padding-left: 3%;
    padding-right: 3%;
  }
  .inner__large {
    padding-left: 3%;
    padding-right: 3%;
  }
  .sponly {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .pcbr {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    min-width: auto;
  }
  .flex {
    display: block;
  }
  .spbr {
    display: block;
  }
  .pcbr {
    display: none;
  }
  .inner {
    padding-left: 5%;
    padding-right: 5%;
  }
  .inner__large {
    padding-left: 5%;
    padding-right: 5%;
  }
  .sponly {
    display: block;
  }
  .spnone {
    display: none;
  }
}

/*============================
	animation
============================*/

/*========= 背景色の動きの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);
  }
}

/*============================
	parts
============================*/

/* 吹き出し ▼*/
.section__pop {
  padding: 30px 3%;
  width: 100%;
  background: #f5f2e2;
  font-weight: bold;
  display: inline-block;
  position: relative;
  border-radius: 10px;
  z-index: 9;
}

.section__pop::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 26px 11px 0;
  border-color: transparent #f5f2e2 transparent transparent;
  top: 40%;
  left: -12px;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.section__pop.color02 {
  background: #e9f2f5;
}

.section__pop.color02::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 26px;
  border-color: transparent transparent transparent #e9f2f5;
  left: auto;
  right: -38px;
}

/* 吹き出し ▲*/

.marker {
  position: relative;
  z-index: 1;
}

.marker::after {
  position: absolute;
  content: "";
  background: #ffe867;
  width: 115%;
  height: 25px;
  bottom: -5px;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

/*伸びる線*/

.stretch_border::after {
  content: "";
  width: 0;
  height: 1px;
  background: #d81626;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.7s;
}

/* hover zoom */
/*　画像の拡大　*/

.zoomIn img {
  transform: scale(1);
  transition: 0.5s ease-in-out;
  /*移り変わる速さを変更したい場合はこの数値を変更*/
}

.zoomIn:hover img {
  /*hoverした時の変化*/
  transform: scale(1.05);
  /*拡大の値を変更したい場合はこの数値を変更*/
}

.mask {
  display: block;
  line-height: 0;
  /*行の高さを0にする*/
  overflow: hidden;
  /*拡大してはみ出る要素を隠す*/
}

@media screen and (max-width: 768px) {
}
