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


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

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

em {
  color: #BF192A;
}

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

* {
  box-sizing: border-box;
}

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


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

header h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49vw;
  height: 14.67vw;
}
header h1 img {
  width: 44.53vw;
}

header nav {
  position: fixed;
  top: 14.67vw;
  left: -100vw;
  width: 85.33vw;
  height: 100%;
  background-color: #fff;
  transition: 0.5s;
}
.menu-On header nav {
  left: 0;
}

header nav ul {
  padding: 8vw 5.33vw 20vw;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
header nav ul li {
  font-size: 4vw;
  text-align: center;
  border-top: 1px solid #14191e;
}
header nav ul li:nth-child(5) {
  border-bottom: 1px solid #14191e;
}
header nav ul li:nth-child(n+6) {
  border-top: none;
}
header nav ul li a {
  display: block;
  padding: 3.2vw 0;
}

header nav ul li a.tel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 12vw;
  padding: 0;
  width: 74.67vw;
  height: 17.33vw;
  border: 3px solid #bf192a;
  border-radius: 1.33vw;
  line-height: 1;
}
header nav ul li a.tel img {
  margin-top: -1.2vw;
  margin-right: 1vw;
  width: 5.33vw;
  vertical-align: middle;
}
header nav ul li a.tel b {
  color: #BF192A;
  font-size: 7.47vw;
  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;
  margin-top: 4vw;
  width: 74.67vw;
  height: 17.33vw;
  border-radius: 1.33vw;
  background-color: #BF192A;
  color: #fff;
  font-size: 4.27vw;
  line-height: 1;
}
header nav ul li a.mail img {
  margin-right: 2.7vw;
  width: 5.6vw;
}

header .btn {
  display: flex;
}
header .btn li:nth-child(1) img,
header .btn li:nth-child(2) img {
  width: 16vw;
}
header .btn li:nth-child(3) a {
  display: block;
  width: 14.67vw;
  height: 14.67vw;
  background: url(../images/nv_menu.png) center no-repeat;
  background-size: contain;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -1000px;
}
.menu-On .btn li:nth-child(3) a {
  background-image: url(../images/nv_close.png);
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++
  main
++++++++++++++++++++++++++++++++++++++++++++++++++*/
main {
  position: relative;
  padding-top: 14.67vw;
  width: 100%;
  overflow: hidden;
}
main::after {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 100vw;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.5);
  z-index: 10;
}
.menu-On main::after {
  left: 0;
}


/* メニューOPEN時、コンテンツを固定 */
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++
  kv
++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 135.2vw;
  background: url(../images/kv_bg_sp.jpg) center no-repeat;
  background-size: cover;
  text-align: center;
}

#kv h1 img {
  width: 95.6vw;
}

#kv p {
  margin-top: 2vw;
}
#kv p img {
  width: 84.13vw;
}

#kv a {
  display: inline-block;
  margin-top: 4.8vw;
}
#kv a img {
  width: 73.33vw;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++
  lead
++++++++++++++++++++++++++++++++++++++++++++++++++*/
#lead h2 {
  padding: 4vw 0 0;
  background-color: #fff;
  text-align: center;
  font-feature-settings: 'palt';
  font-size: 6.1vw;
  font-weight: 900;
  line-height: 1.4;
}
#lead h2 span {
  display: inline-block;
}
#lead h2 em {
  display: inline-block;
  position: relative;
  top: 0.05em;
  font-size: 180%;
}
#lead h2 sup {
  margin-left: 4px;
  font-size: 45%;
  vertical-align: text-top;
}
#lead p {
  margin: 0.8em auto;
  max-width: 990px;
  font-size: 2.7vw;
  text-align: center;
}


#lead div {
  background-color: #E8ECEE;
}
#lead ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 6vw auto 0;
  width: 100vw;
}
#lead ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2vw 0;
  width: calc(100% / 6);
  font-feature-settings: 'palt';
  font-size: 2.6vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
}
#lead ul li span {
  display: block;
  width: 100%;
  height: 12vw;
  background-repeat: no-repeat;
  background-position: center;
}
#lead ul li:nth-child(1) span { background-image: url(../images/ico_sign1.png); background-size: 8.8vw;}
#lead ul li:nth-child(2) span { background-image: url(../images/ico_sign2.png); background-size: 8vw;}
#lead ul li:nth-child(3) span { background-image: url(../images/ico_sign3.png); background-size: 7.33vw;}
#lead ul li:nth-child(4) span { background-image: url(../images/ico_sign4.png); background-size: 11.06vw;}
#lead ul li:nth-child(5) span { background-image: url(../images/ico_sign5.png); background-size: 8.4vw;}
#lead ul li:nth-child(6) span { background-image: url(../images/ico_sign6.png); background-size: 8vw;}
#lead ul li:nth-child(7) span { background-image: url(../images/ico_sign7.png); background-size: 7.73vw;}
#lead ul li:nth-child(8) span { background-image: url(../images/ico_sign8.png); background-size: 5.2vw;}
#lead ul li:nth-child(9) span { background-image: url(../images/ico_sign9.png); background-size: 6.27vw;}
#lead ul li:nth-child(10) span { background-image: url(../images/ico_sign10.png); background-size: 5.33vw;}
#lead ul li:nth-child(11) span { background-image: url(../images/ico_sign11.png); background-size: 7.73vw;}
#lead ul li:nth-child(12) span { background-image: url(../images/ico_sign12.png); background-size: 5.73vw;}


/*++++++++++++++++++++++++++++++++++++++++++++++++++
  worry
++++++++++++++++++++++++++++++++++++++++++++++++++*/
#worry {
  padding: 8vw 0 16vw;
  background: url(../images/bg_worry.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
}
#worry > div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#worry > div > img {
  width: 21.87vw;
}
#worry h2 {
  margin-left: 3vw;
  font-size: 6.4vw;
  font-weight: bold;
  line-height: 1.35;
}
#worry ul {
  margin-top: 4vw;
  margin-left: 3vw;
  border-top: 1px solid #fff;
  width: 62.67vw;
}
#worry ul li {
  padding: 2.2vw 0 2.2vw 7.2vw;
  background: url(../images/ico_check.png) 1px 3vw no-repeat;
  background-size: 4.67vw;
  border-bottom: 1px solid #fff;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.3125;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++
  please
++++++++++++++++++++++++++++++++++++++++++++++++++*/
#please {
  position: relative;
  padding: 9vw 0 7.5vw;
  background-color:#BF192A;
  color: #fff;
  text-align: center;
}

#please h2 span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76.5vw;
  height: 9.07vw;
  border-radius: 4.535vw;
  position: absolute;
  top: -4vw;
  left: calc(50% - 38.25vw);
  background-color: #FFB40A;
  color: #BF192A;
  font-size: 4.53vw;
  box-shadow: 0 0 8px 4px rgba(0,0,0,0.2);
}
#please h2 {
  font-size: 6.4vw;
  font-weight: bold;
  line-height: 1.39;
}

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


/*++++++++++++++++++++++++++++++++++++++++++++++++++
  reason
++++++++++++++++++++++++++++++++++++++++++++++++++*/
#reason {
  padding: 10vw 0 22vw;
  background: url(../images/bg_reason.png);
  background-size: 3.3vw;
  text-align: center;
}

#reason h2 img {
  width: 92.13vw;
}

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

#reason > div > div {
  position: relative;
  padding: 0 0 24vw;
  background-color: #fff;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 80.8vw;
  border-right: 2px solid #14191E;
}
#reason > div > div::before {
  content: '';
  display: block;
  position: absolute;
  top: -6vw;
  left: 0;
  width: 82.8vw;
  height: 2px;
  background-color: #14191E;
  z-index: 2;
}
#reason > div > div::after {
  content: '';
  display: block;
  position: absolute;
  top: -6vw;
  left: 0;
  width: 2px;
  height: calc(100% + 6vw);
  background-color: #14191E;
  z-index: 2;
}

#reason .reason1 > div { background-image: url(../images/img_reason1_sp.png);}
#reason .reason2 > div { background-image: url(../images/img_reason2_sp.png); padding-bottom: 66vw;}
#reason .reason3 > div { background-image: url(../images/img_reason3_sp.png);}

#reason img.voice {
  display: none;
}

#reason > div > div h3 {
  text-align: center;
}
#reason .reason1 h3 img { width: 72.53vw;}
#reason .reason2 h3 img { width: 62.93vw;}
#reason .reason3 h3 img { width: 48.53vw;}

#reason .lead {
  margin-top: 5.2vw;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
#reason p {
  margin-top: 4.8vw;
  padding: 0 7.33vw; 
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++
  case
++++++++++++++++++++++++++++++++++++++++++++++++++*/
#case {
  position: relative;
  margin-top: -10vw;
  padding-top: 18vw;
  height: 250.27vw;
  background: url(../images/bg_case_sp.png) center no-repeat;
  background-size: 100%;
  text-align: center;
  z-index: 2;
}

#case h2 img {
  width: 36vw;
}

#case .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 89.33vw;
}
#case .gallery > div {
  margin-top: 6.4vw;
  width: 42.67vw;
}

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

#case .gallery .info {
  text-align: center;
}
#case .gallery .info h3 {
  margin-top: 4vw;
}
#case .gallery .info h3 img {
  width: 14vw;
}
#case .gallery .info p {
  margin-top: 2vw;
  font-feature-settings: 'palt';
  font-size: 3.47vw;
  line-height: 1.4;
}

#case .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 6.8vw;
  width: 78.67vw;
  height: 16vw;
  background: #14191E url(../images/nv_arrow_wh.png) right 20px center no-repeat;
  background-size: 2vw;
  color: #fff;
  font-size: 4vw;
  font-weight: bold;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++
  service
++++++++++++++++++++++++++++++++++++++++++++++++++*/
#service {
  margin-top: -10vw;
  padding: 17.6vw 0 20vw;
  text-align: center;
  background-color: #F3F5F7;
}

#service h2 img {
  width: 50.27vw;
}

#service h3 {
  margin-top: 7.2vw;
  font-size: 5.33vw;
  font-weight: bold;
  line-height: 2.8;
}
#service h3::before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 89.33vw;
  height: 2.27vw;
  background: url(../images/bg_service-ttl-head_sp.png) center top no-repeat;
  background-size: 100%;
}
#service h3::after {
  content: '';
  display: block;
  margin: 0 auto;
  width: 89.33vw;
  height: 4.27vw;
  background: url(../images/bg_service-ttl-foot_sp.png) center bottom no-repeat;
  background-size: 100%;
}

#service .lead {
  margin-top: 5.2vw;
  padding: 0 5.33vw;
  text-align: left;
}

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

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

#service .wrap1 {
  padding: 10vw 5.2vw 8vw;
}
#service .wrap1 h4 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70.13vw;
  height: 10.13vw;
  border-radius: 5.065vw;
  position: absolute;
  top: -5.065vw;
  left: calc(50% - 35.065vw);
  background-color: #BF192A;
  color: #fff;
  font-size: 5.07vw;
  font-weight: bold;
}
#service .wrap1 p {
  font-weight: bold;
  text-align: left;
}
#service .wrap1 .images {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 6.67vw;
}
#service .wrap1 .images img:first-child {
  width: 100%;
}
#service .wrap1 .images img:nth-child(n+2) {
  margin-top: 2.4vw;
  width: 48.48%;
}
#service .wrap1 .images img {
  border: 1px solid #898C8E;
}
#service .wrap1 .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 6.67vw;
  width: 100%;
  height: 16vw;
  background: #FFB40A url(../images/nv_arrow_bk.png) right 20px center no-repeat;
  background-size: 2vw;
  color: #14191E;
  font-size: 4vw;
  font-weight: bold;
}

#service .wrap2 {
  padding: 6vw 5.2vw 8vw;
}
#service .wrap2 h5 {
  font-size: 4vw;
  font-weight: bold;
}
#service .wrap2 .images {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 4.5vw;
}
#service .wrap2 .images img:first-child {
  width: 100%;
}
#service .wrap2 .images img:nth-child(n+2) {
  margin-top: 2.4vw;
  width: 48.48%;
}

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

#service .wrap3 {
  margin-top: 5.2vw;
}

#service .interior .wrap {
  padding: 5.2vw;
}
#service .interior .wrap-ss {
  width: 48.48%;
  padding: 5.2vw 0 0 0;
}
#service .interior .wrap-s:last-child {
  background: transparent url(../images/img_silhouette.png) 75% bottom no-repeat;
  background-size: 35.2vw;
  box-shadow: none;
}
#service .interior h4 {
  font-size: 4.267vw;
  font-weight: bold;
  line-height: 1.375;
}
#service .interior .wrap-ss h4 {
  font-size: 3.73vw;
}
#service .interior h4 small {
  display: block;
  margin-top: -1.1vw;
  font-size: 3.5vw;
  line-height: 1.14;
}
#service .interior p {
  text-align: left;
  margin-top: 4vw;
}

#service .interior .wrap img {
  margin-top: 4vw;
  width: 39.33vw;
}
#service .interior .wrap3 img,
#service .interior .wrap-ss img {
  width: 100%;
}

#service .please {
  margin: 6.67vw auto 0;
  padding: 4vw 0;
  width: 89.33vw;
  border: 1px solid #14191E;
  font-weight: bold;
  line-height: 1.7
}
#service .please strong{
  font-size: 5.07vw;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++
  flow
++++++++++++++++++++++++++++++++++++++++++++++++++*/
#flow {
  margin-top: -10vw;
  padding: 19vw 5.33vw;
  height: 145.33vw;
  background: url(../images/bg_flow_sp.jpg) center no-repeat;
  background-size: cover;
  text-align: center;
}

#flow h2 img {
  width: 67.47vw;
}
#flow ul {
  display: flex;
  justify-content: center;
  margin-top: 14vw;
}
#flow ul li {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 13.06vw;
  height: 56vw;
  background-color: #BF192A;
  border: 2px solid #fff;
  color: #fff;
  font-size: 4.27vw;
  font-weight: bold;
  line-height: 1.5;
  writing-mode: vertical-rl;
}
#flow ul li:first-child span {
  content: '';
  position: absolute;
  top: -15.8vw;
  right: -13.7vw;
  display: inline-block;
  width: 19.6vw;
  height: 14.93vw;
  background: url(../images/img_balloon-visit.png) no-repeat;
  background-size: contain;
  transform-origin: center bottom;
}
#flow ul li:not(:first-child) {
  margin-left: 6vw;
}
#flow ul li:not(:first-child)::before {
  content: '';
  position: absolute;
  left: -4.7vw;
  display: inline-block;
  width: 2.8vw;
  height: 4.27vw;
  background: url(../images/icon_triangle-red.png);
  background-size: contain;
}

#flow p {
  margin-top: 5vw;
  padding-top: 9vw;
  background: url(../images/img_flow-step_sp.png) center top no-repeat;
  background-size: 89.33vw;
  color: #fff;
  font-size: 4.27vw;
  font-weight: bold;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++
  contact
++++++++++++++++++++++++++++++++++++++++++++++++++*/
#contact {
  margin-top: 0;
  padding-top: 6vw;
  text-align: center;
}

#contact h2 img {
  width: 51.6vw;
}

#contact div.frame {
  display: inline-block;
  margin: 6vw auto 0;
  padding: 4vw;
  border: 2vw solid #E8ECEE;
}
#contact div.frame h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1.5;
}
#contact div.frame h3 img {
  margin-right: 0.4em;
}
#contact div.frame > div {
  display: flex;
  align-items: center;
}
#contact p.number {
  color: #BF192A;
  font-size: 8.4vw;
  font-weight: bold;
  line-height: 1;
}
#contact div.frame > div p:last-child {
  margin-left: 2vw;
  margin-top: 1vw;
  line-height: 1.375;
  font-size: 2.67vw;
}

#contact form {
  margin-top: 10vw;
  padding: 1px 5.33vw 12vw;
  background-color: #E8ECEE;
}
#contact form dl {
  justify-content: space-between ;
  margin: 8.8vw auto 0;
  text-align: left;
}
#contact form dl dt {
  position: relative;
}
#contact form dl dt span {
  display: inline-block;
  margin-left: 2vw;
  padding: 0.75vw 1.5vw;
  background-color:#bf192a;
  color: #fff;
  font-size: 2.67vw;
  line-height: 1;
}
#contact form dl dt span.any {
  background-color: #b8babb;
}
#contact form dl dd {
  margin-top: 2vw;
}
#contact form dl dd input[type='text'],
#contact form dl dd textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 2vw;
  width: 100%;
  border: 1px solid #B8BABB;
  font-size: 3.2vw;
}
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 label {
  position: relative;
  padding-left: 1.5em;
  margin-right: 2em;
}
#contact form dl dd.radio label::before {
  content: "";
  display: block;
  position: absolute;
  top: 1vw;
  left: 0;
  width: 4vw;
  height: 4vw;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
}
#contact form dl dd.radio input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 1.6vw;
  left: 0.6vw;
  width: 3.2vw;
  height: 3.2vw;
  background: #14191e;
  border-radius: 50%;
}
*/

#contact form > button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  margin-top: 8vw;
  padding: 3vw 10vw;
  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: 4vw;
}
#contact form > p {
  margin-top: 4vw;
  font-size: 2.93vw;
}
#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: 1.75em;
	line-height: 1.4;
}
#thanks a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 6.8vw;
  width: 78.67vw;
  height: 16vw;
  background: #14191E url(../images/nv_arrow_wh.png) right 20px center no-repeat;
  background-size: 2vw;
  color: #fff;
  font-size: 4vw;
  font-weight: bold;
}




/*++++++++++++++++++++++++++++++++++++++++++++++++++
  info
++++++++++++++++++++++++++++++++++++++++++++++++++*/
#info {
  padding: 12vw 5.33vw;
}
#info h2 {
  text-align: center;
  font-size: 5.33vw;
  font-weight: bold;
}
#info h2::after {
  content: '';
  display: block;
  margin: 1vw auto 8vw;
  width: 15.47vw;
  height: 0.8vw;
  background-color: #14191e;
}
#info dl {
  display: flex;
  margin: 4vw auto 0;
  padding-bottom: 4vw;
  width: 100%;
  border-bottom: 1px solid #14191e;
  text-align: left;
}
#info dl:last-child {
  border-bottom: none;
}
#info dl dt {
  position: relative;
  width: 20%;
  font-weight: bold;
}
#info dl dd {
  width: 83%;
  font-size: 3.2vw;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++
  footer
++++++++++++++++++++++++++++++++++++++++++++++++++*/
footer {
  position: relative;
  padding: 6vw 0;
  background-color: #bf192a;
  color: #fff;
  font-size: 3.2vw;
  text-align: center;
}
footer p {
  margin-top: 2vw;
  font-size: 2.67vw;
}

#pagetop {
  position: fixed;
  bottom: 100px;
  right: 10px;
  width: 10.67vw;
  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: .6s;
  animation-duration: .6s;
  animation-fill-mode: forwards;
}

.animation {
  position: relative;
  transform: translate(0, 30px);
  transition-timing-function: ease-out;
  transition-duration: .3s;
  transition-delay: .1s;
  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-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;
/*
  max-width: 96vw;
  max-height: 96vw;
*/
  margin: auto;
  background: url(../images/ajax-loader.gif) center no-repeat;
  background-size: 32px;
  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 {
  position: relative;
  width: 100vw;
  height: 100vh;
  background: transparent;
}
.sliderModal li img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100vw;
  margin: auto;
}