@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');


/*++++++++++++++++++++++++++++++++++++++++++++++++++
  common
++++++++++++++++++++++++++++++++++++++++++++++++++*/
html, body {
  color: #14191E;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  line-height: 1.87;
}

a {
  color: inherit;
  text-decoration: none;
}

em {
  color: #BF192A;
}

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

* {
  box-sizing: border-box;
}

.forSP,
.forMid {
  display: none !important;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++
  header
++++++++++++++++++++++++++++++++++++++++++++++++++*/
header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  width: 100vw;
  height: 80px;
  background-color: #fff;
  z-index: 100;
}
main { padding-top: 80px;}

header h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 80px;
}

header nav ul {
  display: flex;
  align-items: center;
  text-align: center;
}
header nav ul li:not(:nth-child(n+5)) {
  padding: 0 22px;
  border-right: 1px solid #14191E;
}
header nav ul li:nth-child(5) {
  padding: 0 22px;
}

header nav ul li a.tel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 60px;
  line-height: 1;
}
header nav ul li a.tel img {
  margin-top: -6px;
  margin-right: 4px;
  vertical-align: middle;
}
header nav ul li a.tel b {
  color: #BF192A;
  font-size: 28px;
  font-weight: bold;
  vertical-align: middle;
}
header nav ul li a.tel small {
  display: block;
  margin-top: 8px;
  font-size: 14px;
}

header nav ul li a.mail {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 80px;
  background-color: #BF192A;
  color: #fff;
  line-height: 1;
}
header nav ul li a.mail img {
  margin-right: 10px;
}


@media (max-width:1400px) {
  header nav ul li:not(:nth-child(n+6)) {
    padding: 0 15px;
    font-size: 14px;
    line-height: 1.375;
  }
  header nav ul li a.tel {
    width: 240px;
  }
  header nav ul li a.mail {
    width: 150px;
  }
}


@media (max-width:1240px) {
  .forMid {
    display: inline !important;
  }
}


@media (max-width:1100px) {
  header nav ul li a.tel {
    width: 200px;
  }
  header nav ul li a.tel img {
    width: 15px;
  }
  header nav ul li a.tel b {
    font-size: 24px
  }
  header nav ul li a.tel small {
    font-size: 12px
  }
  header nav ul li a.mail {
    width: 110px;
  }
  header nav ul li a.mail img {
    display: none;
  }
}


@media (max-width:1100px) {
  header h1 {
    width: 240px;
    padding-left: 12px;
  }
}


@media (max-width:940px) {
  header nav ul li:not(:nth-child(n+6)) {
    padding: 0 12px;
  }
  header h1 {
    width: 84px;
    height: 80px;
    background: url(../images/logo.png) 10px 14px no-repeat;
    background-size: 251px;
  }
  header h1 img {
    display: none
  }
}


@media (max-width:780px) {
  header nav ul li a.tel {
    width: 180px;
  }
  header nav ul li a.tel img {
    display: none;
  }
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++
  kv
++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 680px;
  background:
      url(../images/kv_silhouette.png) center bottom no-repeat,
      url(../images/kv_bg.jpg) center no-repeat;
  background-size: 1000px, cover;
  text-align: center;
}
@media (max-width:1600px) {
  #kv {
    height: 680px;
    background-size: 1000px, 1600px;
  }
}

#kv a {
  display: inline-block;
  margin-top: 20px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++
  lead
++++++++++++++++++++++++++++++++++++++++++++++++++*/
#lead h2 {
  padding: 30px 0 0;
  background-color: #fff;
  text-align: center;
  font-feature-settings: 'palt';
  font-size: 37px;
  font-weight: 900;
  line-height: 1.5;
}
#lead h2 span {
  display: inline-block;
}
#lead h2 em {
  display: inline-block;
  position: relative;
  top: 0.05em;
  font-size: 180%;
}
#lead h2 sup {
  display: inline-block;
  position: relative;
  top: -0.5em;
  font-size: 38%;
  vertical-align: super;
}
#lead p {
  margin: -5px auto;
  max-width: 980px;
  font-size: 12px;
  text-align: right;
}
@media (max-width:1020px) {
  #lead p {
    text-align: center;
  }
}

#lead div {
  background-color: #E8ECEE;
}
#lead ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px auto 0;
  padding: 22px 0 30px;
  width: 1000px;
}
#lead ul li {
  padding: 16px 0;
  width: calc(100% / 6);
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
}
#lead ul li span {
  display: block;
  width: 100%;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
}
#lead ul li:nth-child(2) span { height: 64px;}
#lead ul li:nth-child(1) span { background-image: url(../images/ico_sign1.png); background-size: 64px;}
#lead ul li:nth-child(2) span { background-image: url(../images/ico_sign2.png); background-size: 58px;}
#lead ul li:nth-child(3) span { background-image: url(../images/ico_sign3.png); background-size: 54px;}
#lead ul li:nth-child(4) span { background-image: url(../images/ico_sign4.png); background-size: 80px;}
#lead ul li:nth-child(5) span { background-image: url(../images/ico_sign5.png); background-size: 62px;}
#lead ul li:nth-child(6) span { background-image: url(../images/ico_sign6.png); background-size: 58px;}
#lead ul li:nth-child(7) span { background-image: url(../images/ico_sign7.png); background-size: 56px;}
#lead ul li:nth-child(8) span { background-image: url(../images/ico_sign8.png); background-size: 38px;}
#lead ul li:nth-child(9) span { background-image: url(../images/ico_sign9.png); background-size: 46px;}
#lead ul li:nth-child(10) span { background-image: url(../images/ico_sign10.png); background-size: 40px;}
#lead ul li:nth-child(11) span { background-image: url(../images/ico_sign11.png); background-size: 56px;}
#lead ul li:nth-child(12) span { background-image: url(../images/ico_sign12.png); background-size: 42px;}


/*++++++++++++++++++++++++++++++++++++++++++++++++++
  worry
++++++++++++++++++++++++++++++++++++++++++++++++++*/
#worry {
  padding: 50px 0 70px;
  background: url(../images/bg_worry.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
}
#worry > div {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 900px;
}
#worry h2 {
  margin-left: 50px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.55;
}
#worry ul {
  margin-top: 30px;
  margin-left: 55px;
  border-top: 1px solid #fff;
  width: 600px;
}
#worry ul li {
  padding: 10px 0 10px 44px;
  background: url(../images/ico_check.png) 1px center no-repeat;
  background-size: 30px;
  border-bottom: 1px solid #fff;
  font-size: 26px;
  font-weight: bold;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++
  please
++++++++++++++++++++++++++++++++++++++++++++++++++*/
#please {
  position: relative;
  padding: 50px 0 40px;
  background-color:#BF192A;
  color: #fff;
  text-align: center;
}

#please h2 span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 460px;
  height: 60px;
  border-radius: 30px;
  position: absolute;
  top: -30px;
  left: calc(50% - 230px);
  background-color: #FFB40A;
  color: #BF192A;
  font-size: 26px;
  box-shadow: 0 0 8px 4px rgba(0,0,0,0.2);
}
#please h2 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.39;
}

#please::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: calc(50% - 17.5px);
  bottom: -50px;
  width: 35px;
  height: 70px;
  background: url(../images/icon_triangle-red.png);
  background-size: 35px 70px;
  transform: rotate(90deg);
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++
  reason
++++++++++++++++++++++++++++++++++++++++++++++++++*/
#reason {
  padding: 90px 0 210px;
  background: url(../images/bg_reason.png);
  background-size: 20px;
  text-align: center;
}

#reason > div {
  position: relative;
  margin: 30px auto;
  width: 1000px;
  text-align: left;
}
#reason > div::before {
  content: '';
  display: block;
  width: 1000px;
  height: 48px;
  background: url(../images/bg_headcorner.png) right top no-repeat;
  background-size: 1000px;
}
#reason > div::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 990px;
  height: 2px;
  background-color: #14191E;
  z-index: 2;
}

#reason > div > div {
  position: relative;
  padding: 0 100px 40px 48px; 
  background-color: #fff;
  border-right: 2px solid #14191E;
}
#reason > div > div::before {
  content: '';
  display: block;
  position: absolute;
  top: -48px;
  left: 0;
  width: 951px;
  height: 2px;
  background-color: #14191E;
  z-index: 2;
}
#reason > div > div::after {
  content: '';
  display: block;
  position: absolute;
  top: -48px;
  left: 0;
  width: 2px;
  height: calc(100% + 48px);
  background-color: #14191E;
  z-index: 2;
}
#reason .reason1 > div { padding-right: 280px;}
#reason .reason2 > div { padding-right: 350px;}
#reason .reason3 > div { padding-right: 310px;}

#reason img.voice {
  position: absolute;
  top: -20px;
}
#reason .reason1 .voice { right: 36px;}
#reason .reason2 .voice { right: 34px;}
#reason .reason3 .voice { right: 16px;}

#reason .lead {
  margin-top: 20px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}
#reason p {
  margin-top: 14px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++
  case
++++++++++++++++++++++++++++++++++++++++++++++++++*/
#case {
  position: relative;
  margin-top: -150px;
  padding-top: 160px;
  height: 1290px;
  background: url(../images/bg_case.png) center no-repeat;
  background-size: 100% 1290px;
  text-align: center;
  z-index: 2;
}

#case .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 1000px;
}
#case .gallery > div {
  margin-top: 50px;
}

#case .gallery .sliderWrap {
  box-shadow: 0 0 8px 4px rgba(0,0,0,0.2);
  max-height: 214px;
  overflow: hidden;
}

#case .gallery .info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 24px;
}
#case .gallery .info p {
  margin-left: 20px;
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
}

#case .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  width: 390px;
  height: 76px;
  background: #14191E url(../images/nv_arrow_wh.png) right 20px center no-repeat;
  background-size: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++
  service
++++++++++++++++++++++++++++++++++++++++++++++++++*/
#service {
  margin-top: -150px;
  padding: 180px 0 210px;
  text-align: center;
  background-color: #F3F5F7;
}

#service h3 {
  margin-top: 40px;
  font-size: 36px;
  font-weight: bold;
}
#service h3::before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 1000px;
  height: 16px;
  background: url(../images/bg_service-ttl-head.png);
  background-size: contain;
}
#service h3::after {
  content: '';
  display: block;
  margin: 0 auto;
  width: 1000px;
  height: 32px;
  background: url(../images/bg_service-ttl-foot.png);
  background-size: contain;
}

#service .lead {
  margin-top: 20px;
}

#service .cover {
  margin-top: 40px;
}

#service .wrap {
  position: relative;
  margin: 10px auto 0;
  width: 1000px;
  background-color: #fff;
  box-shadow: 0 2px 4px 1px rgba(0,0,0,0.1);
}

#service .wrap1 {
  padding: 60px 50px 40px;
}
#service .wrap1 h4 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 452px;
  height: 64px;
  border-radius: 32px;
  position: absolute;
  top: -32px;
  left: calc(50% - 226px);
  background-color: #BF192A;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}
#service .wrap1 p {
  font-size: 16px;
  font-weight: bold;
}
#service .wrap1 .images {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
#service .wrap1 .images img {
  border: 1px solid #898C8E;
}
#service .wrap1 .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  width: 390px;
  height: 76px;
  background: #FFB40A url(../images/nv_arrow_bk.png) right 20px center no-repeat;
  background-size: 10px;
  color: #14191E;
  font-size: 18px;
  font-weight: bold;
}

#service .wrap2 {
  padding: 30px 50px 40px;
}
#service .wrap2 h5 {
  font-size: 18px;
  font-weight: bold;
}
#service .wrap2 .images {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

#service .interior {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 1000px;
}

#service .interior .wrap {
  text-align: left;
}
#service .interior .wrap-s {
  margin-top: 15px;
  width: calc((100% - 40px) / 3);
}
#service .interior .wrap-s:last-child {
  background: transparent url(../images/img_silhouette.png) 60px bottom no-repeat;
  background-size: 220px;
  box-shadow: none;
}
#service .interior h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.375;
}
#service .interior .wrap-s h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  text-align: center;
}
#service .interior .wrap-s h4 small {
  font-size: 16px;
}
#service .interior .wrap-s p {
  margin: 0 30px;
  min-height: 11em;
}

#service .wrap3 {
  margin-top: 20px;
}
#service .wrap3 .images {
  display: flex;
  justify-content: space-between;
  margin: 20px auto 40px;
  width: 898px;
}
#service .wrap3 > div:first-child {
  display: flex;
  align-items: center;
}
#service .wrap3 > div > div {
  padding: 0 40px 0 50px;
}
#service .wrap3 > div > div h4 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 56px;
  font-feature-settings: 'palt';
}

#service .please {
  margin: 40px auto 0;
  padding: 25px;
  width: 1000px;
  border: 1px solid #14191E;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7
}
#service .please strong{
  font-size: 26px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++
  flow
++++++++++++++++++++++++++++++++++++++++++++++++++*/
#flow {
  margin-top: -150px;
  padding-top: 10.9375vw;
  height: 53.125vw;
  background: url(../images/bg_flow.jpg) center no-repeat;
  background-size: 100% 53.125vw;
  text-align: center;
}
@media (max-width:1600px) {
  #flow {
    padding-top: 175px;
    height: 850px;
    background-size: 1600px, 850px;
  }
}

#flow ul {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
#flow ul li {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 172px;
  height: 172px;
  background-color: #BF192A;
  border: 2px solid #fff;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
#flow ul li:first-child span {
  content: '';
  position: absolute;
  top: -95px;
  right: -75px;
  display: inline-block;
  width: 110px;
  height: 85px;
  background: url(../images/img_balloon-visit.png) no-repeat;
  background-size: contain;
  transform-origin: center bottom;
}
#flow ul li:not(:first-child) {
  margin-left: 35px;
}
#flow ul li:not(:first-child)::before {
  content: '';
  position: absolute;
  left: -28px;
  display: inline-block;
  width: 18px;
  height: 28px;
  background: url(../images/icon_triangle-red.png);
  background-size: contain;
}

#flow p {
  margin-top: 30px;
  padding-top: 60px;
  background: url(../images/img_flow-step.png) center top no-repeat;
  background-size: 1004px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++
  contact
++++++++++++++++++++++++++++++++++++++++++++++++++*/
#contact {
  text-align: center;
}

#contact div.frame {
  display: inline-block;
  margin: 40px auto 0;
  padding: 20px 40px 20px 50px;
  border: 10px solid #E8ECEE;
}
#contact div.frame h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
#contact div.frame h3 img {
  margin-right: 8px;
}
#contact div.frame > div {
  display: flex;
  align-items: center;
}
#contact p.number {
  color: #BF192A;
  font-size: 54px;
  font-weight: bold;
  line-height: 1;
}
#contact div.frame > div p:last-child {
  margin-left: 20px;
  margin-top: 5px;
  line-height: 1.375;
}

#contact form {
  margin-top: 50px;
  padding: 30px 0 50px;
  background-color: #E8ECEE;
}
#contact form dl {
  display: flex;
  justify-content: space-between ;
  margin: 25px auto 0;
  width: 812px;
  text-align: left;
}
#contact form dl dt {
  position: relative;
  padding: 4px 0;
  width: 222px;
  overflow: hidden;
}
#contact form dl dt span {
  float: right;
  display: inline-block;
  margin-top: 3px;
  padding: 6px 8px;
  background-color:#bf192a;
  color: #fff;
  font-size: 13px;
  line-height: 1;
}
#contact form dl dt span.any {
  background-color: #b8babb;
}
#contact form dl dd {
  width: 560px;
}
#contact form dl dd input[type='text'],
#contact form dl dd textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px;
  width: 100%;
  border: 1px solid #B8BABB;
  font-size: 15px;
}
input::placeholder,
textarea::placeholder {
  color: #b8babb;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b8babb;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder{
  color: #b8babb;
}

/*
#contact form dl dd input[type='checkbox'] {
  display: none;
}
#contact form dl dd.radio {
  padding-top: 5px;
}
#contact form dl dd.radio label {
  position: relative;
  padding-left: 1.5em;
  margin-right: 2em;
}
#contact form dl dd.radio label::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
}
#contact form dl dd.radio input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #14191e;
  border-radius: 50%;
}
*/

#contact form > button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  margin-top: 50px;
  padding: 15px 60px;
  border: 0;
  border-radius: 5px;
  background: #bf192a url(../images/nv_arrow_wh.png) right 20px center no-repeat;
  background-size: 10px;
  color: #fff;
  font-size: 17px;
}
#contact form > p {
  margin-top: 25px;
  font-size: 13px;
}
#contact form > p a {
  text-decoration: underline;
}


/* THANKS PAGE */
#thanks {
	max-width: 860px;
	padding: 4% 4% 120px;
	margin: 0 auto;
	text-align: center;
}
#thanks h1 {
	margin: 10%;
	font-size: 2em;
	line-height: 1.4;
}
#thanks a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  width: 390px;
  height: 76px;
  background: #14191E url(../images/nv_arrow_wh.png) right 20px center no-repeat;
  background-size: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  transition-duration: .3s;
}
#thanks a:hover {
  background-color: #8c0013;
}




/*++++++++++++++++++++++++++++++++++++++++++++++++++
  info
++++++++++++++++++++++++++++++++++++++++++++++++++*/
#info {
  padding: 75px 0 85px;
}
#info h2 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
#info h2::after {
  content: '';
  display: block;
  margin: 4px auto 50px;
  width: 116px;
  height: 5px;
  background-color: #14191e;
}
#info dl {
  display: flex;
  margin: 25px auto 0;
  padding-bottom: 25px;
  width: 812px;
  border-bottom: 1px solid #14191e;
  text-align: left;
}
#info dl:last-child {
  border-bottom: none;
}
#info dl dt {
  position: relative;
  width: 252px;
  font-weight: bold;
}
#info dl dd {
  width: 630px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++
  footer
++++++++++++++++++++++++++++++++++++++++++++++++++*/
footer {
  padding: 40px 0;
  background-color: #bf192a;
  color: #fff;
  text-align: center;
}
footer p {
  margin-top: 8px;
  font-size: 13px;
}

#pagetop {
  position: fixed;
  bottom: 100px;
  right: 10px;
  width: 80px;
  opacity: 0;
  transition-duration: .3s;
  z-index: 10;
}
body.on #pagetop {
  opacity: 1;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++
  animation
++++++++++++++++++++++++++++++++++++++++++++++++++*/
@-webkit-keyframes inviewZoom {
  0% {
    opacity: 0;
    transform: scale(0.0);
  }

  60% {
    opacity: .2;
    transform: scale(0.3);
  }

  80% {
    opacity: 1;
    transform: scale(1.2);
  }

  100% {
    opacity: 1;
    transform: scale(1.0);
  }
}

@keyframes inviewZoom {
  0% {
    opacity: 0;
    transform: scale(0.0);
  }

  60% {
    opacity: .2;
    transform: scale(0.3);
  }

  80% {
    opacity: 1;
    transform: scale(1.2);
  }

  100% {
    opacity: 1;
    transform: scale(1.0);
  }
}

.inview {
  position: relative;
  opacity: 0;
  overflow: hidden;
}
.inview.show {
  -webkit-animation-name: inviewZoom;
  animation-name: inviewZoom;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  animation-fill-mode: forwards;
}

.animation {
  position: relative;
  transform: translate(0, 30px);
  transition-timing-function: ease-out;
  transition-duration: .3s;
  transition-delay: .3s;
  opacity: 0;
}
.animation.show {
  transform: translate(0, 0);
  opacity: 1;
}


/* ボタン
--------------------------- */
.btn-appeal {
  animation: zooming 1s ease-in-out infinite;
}
@keyframes zooming {
  0% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1);
  }
}

.btn-appeal:hover {
  filter: brightness(1.2);
  animation: none;
}

.btn-shine {
  position: relative;
  overflow: hidden;
}
.btn-shine:before {
  content: '';
  position: absolute;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  transform: rotate(45deg);
  opacity: 0;
  animation: shine 2s ease-in-out infinite;
}
@keyframes shine {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.4;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 0.8;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++
  slider / modal
++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* モーダル
--------------------------- */
#js-sliderModalBk {
  display: none;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.75);
  z-index: 100;
}
.sliderModalWrap {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 80vw;
  max-height: 80vh;
  z-index: 101;
}
.sliderModal {
  position: relative;
  margin-bottom: 30px;
}
.sliderModal li {
  position: absolute;
  top: 0;
  left: 0;
/*  max-height: 80vh;*/
  background: #fff;
}
.sliderModal li.active {
  z-index: 1;
}
.sliderModal__contents {
  position: absolute;
  top: 100px;
  right: 150px;
}
.sliderModal__btn {
  display: flex;
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 20px;
}
.sliderModal__prev,
.sliderModal__next {
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
}
.sliderModal .modal-active {
  display: block !important;
  z-index: 100 !important;
}


.sliderModal li {
  width: 80vw;
  height: 80vh;
  background: transparent;
  position: relative;
}
.sliderModal li img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}