@charset "UTF-8";
/* ===================================================================

style style

=================================================================== */
html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1.7;
  color: #222;
  background: #fff;
}

html, body,
.wrap {
  width: 100%;
  height: 100%;
}

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

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

img {
  vertical-align: bottom;
  max-width: 100%;
}

select, input, textarea, button {
  vertical-align: middle;
}

#wrap {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 1600px;
  color: #333;
  overflow-x: hidden;
}

p {
  font-size: 1.8rem;
  text-align: left;
}

header {
  text-align: center;
  margin: 0 auto;
}

#main {
  text-align: center;
  width: 100%;
  max-width: 1600px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}

.mb10 {
  margin-bottom: 10px;
}

.mb40 {
  margin-bottom: 40px;
}

.vat {
  vertical-align: top;
}

.sml {
  font-size: 80%;
}

.ybg {
  font-weight: bold;
  background: #fff571;
  color: #d33958;
}

.blue01 {
  color: #43b8e9;
}

.blue02 {
  color: #2e5896;
}

.red {
  color: #a30b37;
}

.big {
  font-size: 2.4rem;
}

.pink {
  color: #eb6877;
}

.circle {
  position: relative;
  width: 100%;
  height: 100%;
  background: #333;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  z-index: 1;
}

.circle::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  background: #f5e7ea;
  transform-origin: right 50%;
  z-index: 2;
}

.circle::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  width: 100%;
  height: 100%;
  background: #f5e7ea;
  transform-origin: left 50%;
  z-index: 3;
}

.circle.on::before {
  animation: rotate-circle-left 1.8s ease-out forwards;
}

.circle.on::after {
  animation: rotate-circle-right 1.8s ease-in forwards;
}

.circle .circleInner {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  padding-top: calc(50% - 25px);
  box-sizing: border-box;
  background: #fff;
  border-radius: 50%;
  z-index: 4;
}

@keyframes rotate-circle-right {
  0% {
    transform: rotate(0deg);
    background: #999;
  }
  50% {
    transform: rotate(180deg);
    background: #999;
  }
  50.01% {
    transform: rotate(360deg);
    background: #333;
  }
  100% {
    transform: rotate(360deg);
    background: #333;
  }
}

@keyframes rotate-circle-right1 {
  0% {
    transform: rotate(0deg);
    background: #f5e7ea;
  }
  50% {
    transform: rotate(180deg);
    background: #f5e7ea;
  }
  50.01% {
    transform: rotate(360deg);
background: #54c0d0;
  }
  100% {
    transform: rotate(360deg);
background: #54c0d0;  }
}

@keyframes rotate-circle-right2 {
  0% {
    transform: rotate(0deg);
    background: #f5e7ea;
  }
  50% {
    transform: rotate(180deg);
    background: #f5e7ea;
  }
  50.01% {
    transform: rotate(360deg);
    background: #a59eb2;
  }
  100% {
    transform: rotate(360deg);
    background: #a59eb2;
  }
}

@keyframes rotate-circle-left {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(130deg);
  }
}

@keyframes rotate-circle-left1 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(154.8deg);
  }
}

@keyframes rotate-circle-left2 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(164.4deg);
  }
}

p.caution {
  text-align: right;
  font-size: 1.4rem;
  margin-top: 10px;
  padding-right: 4%;
  padding-bottom: 20px;
}

.ba_ttl {
  margin-bottom: -1%;
  z-index: 2;
  position: relative;
}

.ba {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 0;
}

.ba div {
  display: inline-block;
  width: 46%;
  opacity: 0;
}

.ba div:first-of-type {
  width: 100%;
}

.ba div:nth-of-type(3) {
  width: 8%;
}

.ba div.inner {
  width: auto;
  padding: 15px 0;
}

.ba p.caution {
  font-size: 1.4rem;
  text-align: left;
  padding-left: 0;
}

.txt {
  padding: 15px 3%;
}

.txt p {
  font-size: 2.0rem;
}

.txt p.caution {
  font-size: 1.4rem;
  text-align: left;
}

.txt sup {
  font-size: 0.6rem;
  vertical-align: top;
}

.list01 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 10px 0 0;
}

.list01 li {
  padding: 0 1%;
  margin-bottom: 10px;
  opacity: 0;
}

.list02 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px 0 0;
}

.list02 li {
  width: 48%;
  padding: 0 1%;
  margin-bottom: 10px;
  opacity: 0;
}

.uv {
  max-width: 1000px;
  margin: 0 auto;
}

.uv .uvBox {
  margin-bottom: 20px;
}

.uv .uvBox .uvImg {
  position: relative;
}

.uv .uvBox .uvImg .moreBtn {
  cursor: pointer;
  position: absolute;
  bottom: 10%;
  right: 0;
}

.uv .uvBox .uvTxt {
  position: relative;
  margin-top: -3%;
  padding: 0 8% 8%;
  display: none;
}

.uv .uvBox .uvTxt p {
  margin-bottom: 40px;
  line-height: 1.8;
}

.uv .uvBox p.caution {
  position: relative;
  padding-right: 0;
  margin-top: -5%;
}

.box01 {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.box01 .graph {
  width: 70%;
  margin: 0 auto;
}

.box01 .graph .circle {
  box-shadow: 3px 3px 19px 0px #aaa;
}

.box01 .graph .circle .circleInner {
  top: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
  padding-top: 20%;
  background: url(../images/circleBg01.png) no-repeat center center/cover;
}

.box01 .graph .circle .circleInner img {
  width: 70%;
  opacity: 0;
  transition: opacity 2s .6s;
}

.box01 .graph.graph01 .circle {
    background: #54c0d0;
}

.box01 .graph.graph01 .circle.on::before {
  animation: rotate-circle-left1 1.8s ease-out forwards;
}

.box01 .graph.graph01 .circle.on::after {
  animation: rotate-circle-right1 1.8s ease-in forwards;
}

.box01 .graph.graph01 .circle.on .circleInner img {
  opacity: 1;
}

.box01 .graph.graph02 .circle {
  background: #a59eb2;
}

.box01 .graph.graph02 .circle.on::before {
  animation: rotate-circle-left2 1.8s ease-out forwards;
}

.box01 .graph.graph02 .circle.on::after {
  animation: rotate-circle-right2 1.8s ease-in forwards;
}

.box01 .graph.graph02 .circle.on .circleInner img {
  opacity: 1;
  width: 70%;
}

.box01 .graphTitle {
  width: 85%;
  margin: 0 auto 20px auto;
  padding-top: 20px;
}

.box01 .graphTitle.wide {
  width: 94.6%;
}

.box01 .graphBox {
  position: relative;
  padding-bottom: 50px;
}

.box01 .graphBox ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.box01 .graphBox ul li {
  opacity: 0;
  position: absolute;
}

.box01 .graphBox ul li.baloon01 {
  width: 32%;
  top: -20px;
  right: 1%;
}

.box01 .graphBox ul li.baloon02 {
  width: 37%;
  top: 4%;
  left: 0%;
}

.box01 .graphBox ul li.baloon03 {
  width: 38.5%;
  bottom: 0%;
  right: 1%;
}

.box01 p.caution {
  text-align: right;
  margin-top: 0;
  padding-right: 4%;
  padding-bottom: 20px;
}

.faq {
  padding: 0 3% 100px;
  max-width: 1000px;
  margin: 0 auto;
}

.faq dl {
  text-align: left;
}

.faq dl dt {
  background: #f2f2f2;
  box-shadow: 2px 2px 1px 0px #dbdbdb;
  font-family: "游明朝", YuMincho, Yu Mincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.4rem;
  position: relative;
  margin-bottom: 20px;
  padding: 20px 30px 20px 12%;
}

.faq dl dt img {
  position: absolute;
  top: 20px;
  left: 30px;
  max-width: 100%;
  margin-bottom: 2px;
  margin-right: 10px;
}

.faq dl dt:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 54px;
  background: url(../images/faq_shape.png) no-repeat bottom right/100% auto;
  height: 100%;
}

.faq dl dt:after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  right: 4px;
  bottom: 4px;
  z-index: 2;
  background: url(../images/faq_trigger.png) no-repeat bottom right/100% auto;
  transition: .4s;
}

.faq dl dt.active:after {
  transform: rotate(45deg);
}

.faq dl dd {
  margin-bottom: 10px;
  font-size: 1.4rem;
  display: none;
  padding: 4% 4% 60px 4%;
}

.faq dl dd p {
  margin-bottom: 10px;
}

.cv {
  max-width: 1000px;
  margin: 0 auto 30px;
  padding: 0 15px;
}

.cv .cvCont {
  border: 10px solid #1e9db1;
  border-top: 0;
}

.cv .cvBtn {
  padding-bottom: 20px;
}

.cv .cvBtn02 {
  margin-bottom: 120px;
}

.cv img {
  vertical-align: top;
}

.cv .payback {
  text-align: right;
}

.cv .caution {
  padding: 20px 0 30px;
  text-align: left;
}

.cv .caution li {
  font-size: 1.6rem;
  text-indent: -1em;
  padding-left: 1em;
}

.movie {
  max-width: 1000px;
  margin: 0 auto;
}

.movie video {
  max-width: 100%;
}

.components {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #3a2823;
}

.components dt {
  font-size: 1.6rem;
  text-align: left;
}

.components dd {
  font-size: 1.2rem;
  padding-top: 10px;
  display: none;
}

.body_head {
  background: #000;
}

.fv {
  background: url(../images/fv_bg.jpg) no-repeat center top/auto;
}

.img01 {
  background: #1e9db1;
}

.img02 {
  background: url(../images/img02_bg.jpg) no-repeat center/cover;
}

.img02 ul li:first-of-type img {
  animation-delay: 0;
}

.img02 ul li:nth-of-type(2) {
  margin-top: -3%;
}

.img02 ul li:nth-of-type(2) img {
  animation-delay: 0.3s;
}

.img02 ul li:nth-of-type(3) img {
  animation-delay: 0.45s;
}

.img02 ul li:nth-of-type(4) {
  margin-top: -3%;
}

.img02 ul li:nth-of-type(4) img {
  animation-delay: 0.6s;
}

.img02 ul li:nth-of-type(5) img {
  animation-delay: 0.75s;
}

.img08 {
  background: #ededed;
}

.img09 {
  overflow: hidden;
  background: url(../images/img09_bg.jpg) no-repeat center bottom/cover;
}

.img10 {
  overflow: hidden;
  background: url(../images/img10_bg.jpg) no-repeat center top/cover;
}

.img10 .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row nowrap;
  justify-content: space-around;
  margin: 26px auto;
}

.img12 {
  overflow: hidden;
  background: url(../images/img12_bg.jpg) no-repeat center top/cover;
}

.img13 {
  position: relative;
  overflow: hidden;
  background: url(../images/img13_bg.jpg) no-repeat center top/cover;
}

.img13 .inner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  padding: 0% 0 12% 28%;
  font-size: 0;
  text-align: left;
  max-width: calc(1000px - 28%);
  justify-content: flex-start;
}

.img13 li {
  display: inline-block;
  width: 57%;
  margin-bottom: 6%;
  opacity: 0;
}

.img13 li:nth-of-type(even) {
  width: 43%;
}

.img23 {
  overflow: hidden;
  background: url(../images/img23_bg.jpg) no-repeat center top/cover;
  background-image: linear-gradient(transparent 80%,#fff),url(../images/img23_bg.jpg);
}

.img23 .img26{
  width: 800px;
  margin: 0 auto;
}

.img23 .list01{
  width: 800px;
  margin: 0 auto;
}

.ajecr{
  position: relative;
  background-image: linear-gradient(45deg,#c29f4b,#f9f7db,#c29f4b,#f9f7db,#c29f4b);
  -webkit-background-size: 1000px 1000px;
  background-size: 1000px 1000px;
  padding: 7px;
  animation: ajecr 2s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  width: 994px;
  margin: 0 auto;
}

.ribbon_content{
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  width: calc(100% + 12px);
  height: calc(100% + 10px);
  overflow: hidden;
}

.ajecr_inner{
  background: #fff;
  background-image:
repeating-linear-gradient(
  90deg,
  #efefef ,
  #efefef 1px,
  transparent 1px,
  transparent 32px
),
repeating-linear-gradient(
  0deg,
  #efefef ,
  #efefef 1px,
  #fff 1px,
  #fff 32px
);
}


.ajecr_image{
  position: absolute;
  top: 0;
  left: 0;
}

.ribbon01 {
  display: inline-block;
  position: absolute;
  padding: 10px 0;
  right: -43px;
  top: 30px;
  width: 160px;
  text-align: center;
  font-size: 18px;
  line-height: 16px;
  background: linear-gradient(to right, #900000,#f14534,#900000);
  color: #fff;
  text-shadow: 0 2px 2px #c29f4b;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.ribbon01:before, .ribbon01:after {
  position: absolute;
  content: "";
  border-top: 4px solid #550d0d;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}

.ribbon01:before {
  left: 14px;
}

.ribbon01:after {
  right: 18px;
}
.ribbon02 {
  display: inline-block;
  position: absolute;
  padding: 10px 0;
  left: -43px;
  bottom: 30px;
  width: 160px;
  text-align: center;
  font-size: 18px;
  line-height: 16px;
  background: linear-gradient(to right, #900000,#f14534,#900000);
  color: #fff;
  text-shadow: 0 2px 2px #c29f4b;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.ribbon02:before, .ribbon02:after {
  position: absolute;
  content: "";
  border-top: 4px solid #550d0d;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}

.ribbon02:before {
  left: 14px;
}

.ribbon02:after {
  right: 18px;
}

@keyframes ajecr {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

@-webkit-keyframes ajecr {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 1000px 0;
  }
  100% {
    background-position: 0 0;
  }
}

@-moz-keyframes ajecr {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 1000px 0;
  }
  100% {
    background-position: 0 0;
  }
}

.img34 {
  overflow: hidden;
  background: url(../images/img34_bg.jpg) no-repeat center bottom/cover;
}

.insta {
  overflow: hidden;
  background: url(../images/insta_bg.jpg) no-repeat center top/cover;
}


.instaSlide {
  width: 1000px;
  margin: 40px auto 60px auto;
}
.instaSlide .slideEach .slideInner {
  position: relative;
  padding: 10px 10px 60px;
}
.instaSlide .slideEach .slideInner:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/insta_frame.png) no-repeat top center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.instaSlide .slideEach .slideInner img {
  margin: 0 4% 4% 4%;
  width: 92%;
}

.slick-prev {
  left: -50px;
  width: 46px;
  height: 56px;
  background: url(../images/slide_arw_l.png) no-repeat top left/100% auto;
  z-index: 99999;
}

.slick-prev:before, .slick-next:before {color: transparent;}
.slick-prev:before {
  content: '';
  background: url(../images/slide_arw_l.png) no-repeat top left/100% auto;
  display: block;
  width: 46px;
  height: 56px;
}
.slick-prev:hover {
  background: url(../images/slide_arw_l.png) no-repeat top left/100% auto;
}

.slick-next {
  right: -50px;
  width: 46px;
  height: 56px;
  background: url(../images/slide_arw_r.png) no-repeat top left/100% auto;
  z-index: 99999;
}
.slick-next:before {
  content: '';
  background: url(../images/slide_arw_r.png) no-repeat top left/100% auto;
  display: block;
  width: 46px;
  height: 56px;
}
.slick-next:hover {
  background: url(../images/slide_arw_r.png) no-repeat top left/100% auto;
}

.img36 {
  overflow: hidden;
  background: url(../images/img36_bg.jpg) no-repeat center bottom/cover;
}

.img38 {
  overflow: hidden;
  background: url(../images/img38_bg.png) no-repeat center bottom/cover;
}

.img40 {
  overflow: hidden;
  background: url(../images/img40_bg.jpg) no-repeat center bottom/cover;
}

.img41 {
  overflow: hidden;
  background: url(../images/img41_bg.jpg) no-repeat left bottom/contain;
}

.img49 {
  overflow: hidden;
  background: url(../images/img49_bg.jpg) no-repeat center bottom/cover;
}

footer {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  background: #fff;
}

footer ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 20px;
}

footer ul li {
  margin: 0 10px;
  font-size: 1.6rem;
}

footer ul li a {
  font-size: 1.6rem;
  text-decoration: none;
}

.copy {
  display: block;
  width: 100%;
  padding: 10px 0;
  background: #039db1;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}

.sideBnr {
  position: fixed;
  z-index: 999;
  bottom: 30px;
  right: -296px;
  transition: .8s;
}

.sideBnr.on {
  right: -146px;
}

.sideBnr.on:hover {
  right: 0;
}

.sideBnr.on a {
  display: block;
}

.copy {
  display: block;
  background: #b11e3a;
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 0.5em;
  padding: 10px 0;
}

.cv .btn a,
.cvBtn a {
  display: block;
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  transition: .25s linear;
  -webkit-transition: .25s linear;
  -moz-transition: .25s linear;
}

.cv .btn a:before,
.cvBtn a:before {
  display: block;
  position: absolute;
  z-index: 3;
  opacity: 0.7;
  left: -30%;
  top: -20%;
  content: "";
  width: 100px;
  height: 140%;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, white), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff white, rgba(255, 255, 255, 0) 100%);
  animation: shiny 3s infinite linear;
  -webkit-animation: shiny 3s infinite linear;
  -moz-animation: shiny 3s infinite linear;
}

@keyframes shiny {
  0% {
    left: -30%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

@-webkit-keyframes shiny {
  0% {
    left: -30%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

@-moz-keyframes shiny {
  0% {
    left: -30%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

.anim {
  -webkit-animation: anim 3s ease-in infinite;
  animation: anim 3s ease-in infinite;
}

@-webkit-keyframes anim {
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.1, 0.9) translate(0px, 20px);
    transform: scale(1.1, 0.9) translate(0px, 20px);
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  85% {
    -webkit-transform: scale(0.9, 1.2) translate(0px, -7px);
    transform: scale(0.9, 1.2) translate(0px, -7px);
  }
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  95% {
    -webkit-transform: scale(0.95, 1.1) translate(0px, -3px);
    transform: scale(0.95, 1.1) translate(0px, -3px);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes anim {
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.1, 0.9) translate(0px, 20px);
    transform: scale(1.1, 0.9) translate(0px, 20px);
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  85% {
    -webkit-transform: scale(0.9, 1.2) translate(0px, -7px);
    transform: scale(0.9, 1.2) translate(0px, -7px);
  }
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  95% {
    -webkit-transform: scale(0.95, 1.1) translate(0px, -3px);
    transform: scale(0.95, 1.1) translate(0px, -3px);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.inviewfadeIn,
.inviewfadeInUp,
.inviewfadeInRight,
.inviewfadeInLeft {
  opacity: 0;
}

.inviewfadeInUp.fadeInUp {
  animation-duration: .5s;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/*--------------------

      popup

--------------------*/
.modaal-content-container {
  padding: 15px;
  font-size: 1.6rem;
}

/* ポップアップ css */
.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  background: #efefef;
  width: 96%;
  margin: 0 2%;
  max-height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 101;
  font-size: 1.2rem;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

.popup_inner {
  padding: 20px;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  z-index: 100;
}

/* ポップアップ css */
.popup h4 {
  background: #2e5795;
  text-align: center;
  color: white;
  font-size: 2.4rem;
  padding: 7px 0;
  margin: 0 0 20px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

.popup_inner h5 {
  border-left: 3px solid #2e5795;
  padding: 10px 0 10px 20px;
  margin-bottom: 10px;
  background: #fff;
  font-size: 2.0rem;
}

.popup_inner p {
  font-size: 1.6rem;
}

.popup_inner dl, .box {
  overflow: auto;
}

.popup_inner dl {
  border-bottom: 1px solid #CCC;
  background: #ddd;
  font-size: 0;
}

.popup_inner dl dt {
  display: inline-block;
  width: 34%;
  padding: 3%;
  vertical-align: top;
  font-size: 1.4rem;
  clear: both;
  border-top: 1px solid #CCC;
  font-weight: bold;
}

.popup_inner dl dd {
  margin: 0;
  display: inline-block;
  width: 54%;
  padding: 3%;
  border-left: 0;
  border-top: 1px solid #CCC;
  background: #efefef;
  font-size: 1.4rem;
}

.popup_inner {
  padding: 3%;
}

.popup_inner table {
  margin: 10px 0;
  background: #fff;
}

.popup_inner td,
.popup_inner th {
  padding: 10px;
}

.popup_inner th {
  background: #333;
  color: #2e5795;
}

.popup_inner td {
  background: #fff;
  padding: 10px 20px;
}

.popup_inner ol li {
  margin-bottom: 20px;
  font-size: 1.4rem;
}

.close {
  display: block;
  text-align: center;
  font-weight: bold;
}

.close a {
  display: inline-block;
  border: 2px solid #fff;
  background: #2e5795;
  color: #fff;
  padding: 5px 10px;
}
