@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after {
  content: '';
  content: none;
}

q::before, q::after {
  content: '';
  content: none;
}

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

img {
  vertical-align: bottom;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

select {
  border: none;
  outline: none;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  font-size: 62.5%;
  overflow-y: scroll;
  font-family: YakuHanJP,"Noto Sans JP","游ゴシック",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  color: #505150;
  overflow-y: scroll;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.sp {
  display: block !important;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

.pc {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
}

a:hover, a:active {
  text-decoration: none;
}

.txtC {
  text-align: center !important;
}

.txtR {
  text-align: right !important;
}

.txtL {
  text-align: left !important;
}

.txtRed {
  color: #ff2424 !important;
}

.bold {
  font-weight: bold !important;
}

.normal {
  font-weight: normal !important;
}

.cf {
  display: inline-block;
}

.cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

#loading {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 2000;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  pointer-events: none;
  transition: all 1s .3s;
  background: #fff;
  z-index: 99999;
}

#loading.completion {
  opacity: 0;
}

#loading .loader {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}

#loading .dot1 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background: #005d51;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

#loading .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background: #005d51;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

.header {
  padding-top: 70px;
}

.header .headerInner {
  width: 100%;
  height: 70px;
  background: #505150;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.header .headerInner .headerLogo {
  display: flex;
}

.header .headerInner .headerLogo img {
  width: 90%;
}

.header .headerInner .headerMenu {
  display: block;
  height: 100%;
  width: 70px;
}

.header .headerInner .headerMenu .openbtn {
  position: relative;
  background: #fff;
  cursor: pointer;
  width: 70px;
  height: 70px;
}

.header .headerInner .headerMenu .openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 4px;
  background: #505150;
  width: 65%;
}

.header .headerInner .headerMenu .openbtn span:nth-of-type(1) {
  top: 13px;
}

.header .headerInner .headerMenu .openbtn span:nth-of-type(2) {
  top: 24px;
}

.header .headerInner .headerMenu .openbtn span:nth-of-type(3) {
  top: 36px;
}

.header .headerInner .headerMenu .openbtn span:nth-of-type(3)::after {
  content: "MENU";
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: #505150;
  font-size: 1.4rem;
}

.header .headerInner .headerMenu .openbtn.active span:nth-of-type(1) {
  top: 20px;
  left: 15px;
  transform: translateY(6px) rotate(-45deg);
  width: 55%;
}

.header .headerInner .headerMenu .openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.header .headerInner .headerMenu .openbtn.active span:nth-of-type(3) {
  top: 32px;
  left: 15px;
  transform: translateY(-6px) rotate(45deg);
  width: 55%;
}

.header .headerInner .headerMenu .openbtn.active span:nth-of-type(3)::after {
  content: "CLOSE";
  transform: translateY(-45%) rotate(-45deg);
  top: 30px;
  left: 55%;
}

.header #gNav.panelactive {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  height: 100vh;
}

.header .bgCircle {
  position: fixed;
  z-index: 3;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #505150;
  transform: scale(0);
  top: -50px;
  left: calc(50% - 50px);
  transition: all .6s;
}

.header .bgCircle.circleactive {
  transform: scale(50);
}

.header #gNavList {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.header #gNav.panelactive #gNavList {
  display: block;
}

.header #gNav ul {
  width: 100%;
  height: 100vh;
  opacity: 0;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  padding: 0 20px;
}

.header #gNav.panelactive ul {
  opacity: 1;
}

.header #gNav.panelactive ul li {
  animation-name: gnaviAnime;
  animation-duration: 1s;
  animation-delay: .2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.header #gNav li {
  text-align: left;
  list-style: none;
}

.header #gNav li a {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 2.4rem;
}

.header #gNav li a span {
  margin-right: 10px;
}

.header #gNav li a span img {
  width: 45px;
  height: 45px;
}

.header .openbtn1 {
  position: fixed;
  z-index: 9999;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}

.header .openbtn1 span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #505150;
  width: 45%;
}

.header .openbtn1 span:nth-of-type(1) {
  top: 15px;
}

.header .openbtn1 span:nth-of-type(2) {
  top: 23px;
}

.header .openbtn1 span:nth-of-type(3) {
  top: 31px;
}

.header .openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.header .openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.header .openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

@media screen and (min-width: 769px) {
  .header {
    display: none;
  }
}

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

.secTtl {
  position: relative;
  margin-bottom: 50px;
  display: inline-block;
  margin-left: 30%;
  font-size: 3rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}

.secTtl img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-120%, -50%);
  width: 30%;
}

.secTtl img.w50 {
  width: 50%;
}

.secTtl span {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .secTtl {
    font-size: 4.5rem;
    margin-left: auto;
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 769px) {
  .secTtl img {
    width: auto;
  }
}

@media screen and (min-width: 769px) {
  .secTtl img.w50 {
    width: auto;
  }
}

@media screen and (min-width: 769px) {
  .secTtl span {
    font-size: 2rem;
  }
}

h4 {
  display: inline-block;
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
}

h4::after {
  content: '';
  background: #fff000;
  width: 100%;
  height: 10px;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: -1;
}

h4 span {
  position: relative;
}

h4 span::before {
  content: '“';
  position: absolute;
  top: 0;
  left: -15px;
}

h4 span::after {
  content: '”';
  position: absolute;
  top: 0;
  right: -15px;
}

h4.ttl04_pc {
  display: none;
}

h4.ttl04_sp {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  h4 {
    font-size: 5.2rem;
  }
}

@media screen and (min-width: 769px) {
  h4::after {
    height: 20px;
  }
}

@media screen and (min-width: 769px) {
  h4 span::before {
    left: -30px;
  }
}

@media screen and (min-width: 769px) {
  h4 span::after {
    right: -30px;
  }
}

@media screen and (min-width: 769px) {
  h4.ttl04_pc {
    display: inline-block;
  }
}

@media screen and (min-width: 769px) {
  h4.ttl04_sp {
    display: none;
  }
}

.secLineupLink {
  margin-bottom: 50px;
}

.secLineupLink a {
  display: inline-block;
}

.secLineupLink a img {
  width: 100%;
}

.secLineupLink a:hover {
  opacity: .7;
  transition: all .3s;
}

@media screen and (min-width: 769px) {
  .secLineupLink a img {
    width: auto;
  }
}

.mv {
  margin-bottom: 60px;
}

.mv .mvInner {
  position: relative;
  background: url(/sp/kizugawadai/files/img/bg_mv_sp.jpg) no-repeat;
  background-size: cover;
  position: relative;
  height: 120vw;
  width: 100%;
}

.mv .mvInner .mvInnerImg li {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}

.mv .mvInner .mvInnerImg li img {
  width: 100%;
}

.mv .mvInner .mvInnerIco {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5vw;
}

.mv .mvInner .mvInnerIco li:nth-child(1) img, .mv .mvInner .mvInnerIco li:nth-child(3) img {
  width: 14vw;
}

.mv .mvInner .mvInnerIco li:nth-child(2) {
  margin-left: 30px;
  margin-right: 15px;
}

.mv .mvInner .mvInnerIco li:nth-child(2) img {
  width: 2vw;
}

.mv .mvInner .mvInnerIco li:nth-child(3) {
  position: relative;
}

.mv .mvInner .mvInnerIco li:nth-child(3)::before {
  content: '';
  background: url(/sp/kizugawadai/files/img/ico_mvInnerIco04.svg) no-repeat;
  position: absolute;
  background-size: contain;
  top: -45%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 5vw;
}

.mv .mvInner h1 {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  padding-top: 20px;
  margin-bottom: 2%;
}

.mv .mvInner h1 .mvInnerTtl {
  display: inline-block;
  position: relative;
  overflow: hidden;
  opacity: 0;
  margin-bottom: 10px;
  padding: 5px 10px;
}

.mv .mvInner h1 .mvInnerTtl span {
  opacity: 0;
}

.mv .mvInner h1 .mvInnerTtl.active {
  animation-name: bgextendAnimeBase01;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.mv .mvInner h1 .mvInnerTtl.active::before {
  animation-name: bgLRextendAnime01;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff000;
  z-index: -1;
}

.mv .mvInner h1 .mvInnerTtl.ttlMid > .anim:nth-child(1) {
  animation-delay: .8s;
  display: block;
}

.mv .mvInner h1 .mvInnerTtl.ttlMid > .anim:nth-child(1) img {
  width: 70vw;
}

.mv .mvInner h1 .mvInnerTtl.ttlMid > .anim:nth-child(2) {
  animation-delay: .9s;
  margin: 0 5px;
}

.mv .mvInner h1 .mvInnerTtl.ttlMid > .anim:nth-child(2) img {
  width: 10vw;
}

.mv .mvInner h1 .mvInnerTtl.ttlMid > .anim:nth-child(3) {
  animation-delay: 1s;
}

.mv .mvInner h1 .mvInnerTtl.ttlMid > .anim:nth-child(3) img {
  width: 40vw;
}

.mv .mvInner h1 .mvInnerTtl.ttlMid > .anim:nth-child(4) {
  animation-delay: 1.1s;
  margin-left: 5px;
}

.mv .mvInner h1 .mvInnerTtl.ttlMid > .anim:nth-child(4) img {
  width: 10vw;
}

.mv .mvInner h1 .mvInnerTtl.ttlBot > .anim {
  opacity: 0;
  margin: 0 5px;
  animation-delay: 1.2s;
}

.mv .mvInner h1 .mvInnerTtl.ttlBot > .anim img {
  width: 90vw;
}

.mv .mvInner h1 .mvInnerTtl .bgappearTtl {
  animation-name: fadeUpAnime01;
  animation-duration: 1s;
  animation-delay: .6s;
  animation-fill-mode: forwards;
}

.mv .mvInner h1 .mvInnerTtl .bgappearTtl img {
  width: 40vw;
}

@media screen and (min-width: 769px) {
  .mv {
    margin-bottom: 150px;
  }
}

@media screen and (min-width: 769px) {
  .mv .mvInner {
    background: url(/sp/kizugawadai/files/img/bg_mv.jpg) no-repeat;
    background-size: cover;
    height: 56vw;
  }
}

@media screen and (min-width: 1281px) {
  .mv .mvInner {
    height: 720px;
  }
}

@media screen and (min-width: 769px) {
  .mv .mvInner .mvInnerImg li {
    bottom: -50px;
  }
}

@media screen and (min-width: 1281px) {
  .mv .mvInner .mvInnerImg li {
    width: 100%;
    max-width: 1280px;
    bottom: -80px;
  }
}

@media screen and (min-width: 1281px) {
  .mv .mvInner .mvInnerImg li img {
    width: auto;
  }
}

@media screen and (min-width: 769px) {
  .mv .mvInner .mvInnerIco {
    margin-top: 0;
  }
}

@media screen and (min-width: 769px) {
  .mv .mvInner .mvInnerIco li:nth-child(1) img, .mv .mvInner .mvInnerIco li:nth-child(3) img {
    width: 7vw;
  }
}

@media screen and (min-width: 1281px) {
  .mv .mvInner .mvInnerIco li:nth-child(1) img, .mv .mvInner .mvInnerIco li:nth-child(3) img {
    width: auto;
  }
}

@media screen and (min-width: 769px) {
  .mv .mvInner .mvInnerIco li:nth-child(2) img {
    width: 1vw;
  }
}

@media screen and (min-width: 1281px) {
  .mv .mvInner .mvInnerIco li:nth-child(2) img {
    width: auto;
  }
}

@media screen and (min-width: 1281px) {
  .mv .mvInner h1 {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 769px) {
  .mv .mvInner h1 .mvInnerTtl {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 769px) {
  .mv .mvInner h1 .mvInnerTtl.ttlMid > .anim:nth-child(1) {
    display: inline-flex;
  }
}

@media screen and (min-width: 769px) {
  .mv .mvInner h1 .mvInnerTtl.ttlMid > .anim:nth-child(1) img {
    width: 20vw;
  }
}

@media screen and (min-width: 1281px) {
  .mv .mvInner h1 .mvInnerTtl.ttlMid > .anim:nth-child(1) img {
    width: auto;
  }
}

@media screen and (min-width: 769px) {
  .mv .mvInner h1 .mvInnerTtl.ttlMid > .anim:nth-child(2) {
    margin: 0 10px;
  }
}

@media screen and (min-width: 769px) {
  .mv .mvInner h1 .mvInnerTtl.ttlMid > .anim:nth-child(2) img {
    width: 4vw;
  }
}

@media screen and (min-width: 1281px) {
  .mv .mvInner h1 .mvInnerTtl.ttlMid > .anim:nth-child(2) img {
    width: auto;
  }
}

@media screen and (min-width: 769px) {
  .mv .mvInner h1 .mvInnerTtl.ttlMid > .anim:nth-child(3) img {
    width: 15vw;
  }
}

@media screen and (min-width: 1281px) {
  .mv .mvInner h1 .mvInnerTtl.ttlMid > .anim:nth-child(3) img {
    width: auto;
  }
}

@media screen and (min-width: 769px) {
  .mv .mvInner h1 .mvInnerTtl.ttlMid > .anim:nth-child(4) {
    margin-left: 10px;
  }
}

@media screen and (min-width: 769px) {
  .mv .mvInner h1 .mvInnerTtl.ttlMid > .anim:nth-child(4) img {
    width: 4vw;
  }
}

@media screen and (min-width: 1281px) {
  .mv .mvInner h1 .mvInnerTtl.ttlMid > .anim:nth-child(4) img {
    width: auto;
  }
}

@media screen and (min-width: 769px) {
  .mv .mvInner h1 .mvInnerTtl.ttlBot > .anim img {
    width: 40vw;
  }
}

@media screen and (min-width: 1281px) {
  .mv .mvInner h1 .mvInnerTtl.ttlBot > .anim img {
    width: auto;
  }
}

@media screen and (min-width: 769px) {
  .mv .mvInner h1 .mvInnerTtl .bgappearTtl img {
    width: 20vw;
  }
}

@media screen and (min-width: 1281px) {
  .mv .mvInner h1 .mvInnerTtl .bgappearTtl img {
    width: auto;
  }
}

@keyframes bgextendAnimeBase01 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bgextendAnimeSecond01 {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeUpAnime01 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bgLRextendAnime01 {
  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(1);
  }
}

main {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 15px;
}

main .tab {
  display: none;
}

main .tab ul {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

main .tab ul li {
  margin: 0 5px;
}

main .tab ul li a {
  display: inline-block;
  color: #505150;
  text-decoration: none;
  text-align: center;
}

main .tab ul li a:hover {
  transition: all .3s;
}

main .tab ul li a:hover img {
  transform: rotate(-10deg);
  transition: all .3s;
}

main .tab ul li a img {
  transform: rotate(0);
}

main .tab ul li a span {
  display: block;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}

main .secLeadBnr {
  margin-bottom: 30px;
}

main .secLeadBnr img {
  width: 100%;
}

main .secLead {
  text-align: center;
  margin-bottom: 50px;
}

main .secLead h2 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 50px;
}

main .secLead .ansinBnr img {
  width: 100%;
}

main .secSee {
  text-align: center;
  margin-bottom: 50px;
}

main .secSee .secSeeImgTop {
  margin-bottom: 50px;
}

main .secSee .secSeeImgTop img {
  width: 100%;
}

main .secSee .secSeeSubTtl {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 20px;
  font-weight: bold;
}

main .secSee .secSeeImg {
  margin-top: 20px;
}

main .secSee .secSeeImg .secSeeImgBox {
  position: relative;
  margin-bottom: 20px;
}

main .secSee .secSeeImg .secSeeImgBox img {
  width: 100%;
  z-index: 1;
}

main .secSee .secSeeImg .secSeeImgBox span {
  position: absolute;
  bottom: -35%;
  left: 2%;
  z-index: 2;
}

main .secSee .secSeeImg .secSeeImgBox span > img {
  width: 32vw;
}

main .secSee .secSeeImg ul {
  height: 120vw;
  position: relative;
}

main .secSee .secSeeImg ul li img {
  width: 100%;
}

main .secSee .secSeeImg ul li span {
  position: absolute;
}

main .secSee .secSeeImg ul li:nth-child(1) {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}

main .secSee .secSeeImg ul li:nth-child(1) span {
  top: 0;
  left: -20%;
}

main .secSee .secSeeImg ul li:nth-child(1) span img {
  width: 32vw;
}

main .secSee .secSeeImg ul li:nth-child(2) {
  position: absolute;
  top: 20%;
  left: 0;
  width: 45%;
}

main .secSee .secSeeImg ul li:nth-child(2) span.onTop {
  top: -20%;
  left: 5%;
}

main .secSee .secSeeImg ul li:nth-child(2) span.onTop img {
  width: 32vw;
}

main .secSee .secSeeImg ul li:nth-child(2) span.onBot {
  bottom: -22%;
  left: 5%;
}

main .secSee .secSeeImg ul li:nth-child(2) span.onBot img {
  width: 32vw;
}

main .secSee .secSeeImg ul li:nth-child(3) {
  position: absolute;
  top: 55vw;
  right: 0;
  width: 50%;
}

main .secSee .secSeeImg ul li:nth-child(3) span {
  bottom: 0;
  left: -90%;
}

main .secSee .secSeeImg ul li:nth-child(3) span img {
  width: 50vw;
}

main .secSee .secSeeImgStaffSP {
  display: block;
  margin: 20px 0 40px;
}

main .secSee .secSeeImgStaffSP img {
  width: 100%;
}

main .secSee .secSeeImgStaff {
  display: none;
}

main .secSee .secSeeImgStaff ul {
  background: url(/sp/kizugawadai/files/img/bg_secSeeImgStaff.png) center center no-repeat;
  background-size: cover;
  height: 100vw;
  position: relative;
}

main .secSee .secSeeImgStaff ul li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

main .secSee .secSeeImgStaff ul li img {
  width: 100%;
}

main .secSee .secSeeCheck .secSeeCheckIcon {
  margin-bottom: 40px;
}

main .secSee .secSeeCheck .secSeeCheckIcon img {
  width: 30vw;
}

main .secSee .secSeeCheck .secSeeCheckInner {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 0 15px 15px 15px;
  border: 1px solid #505150;
  background: url(/sp/kizugawadai/files/img/bg_secSeeCheckInner.png) no-repeat;
}

main .secSee .secSeeCheck .secSeeCheckInner .secSeeCheckInnerTtl {
  font-size: 1.8rem;
  top: -20px;
  z-index: 1;
  margin-bottom: 0;
}

main .secSee .secSeeCheck .secSeeCheckInner .secSeeCheckInnerTtl::before {
  content: '';
  width: 110%;
  height: 100%;
  background: #fff;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

main .secSee .secSeeCheck .secSeeCheckInner .secSeeCheckInnerTtl::after {
  height: 5px;
}

main .secSee .secSeeCheck .secSeeCheckInner .secSeeCheckInnerSubTtl {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

main .secSee .secSeeCheck .secSeeCheckInner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

main .secSee .secSeeCheck .secSeeCheckInner ul li {
  width: 50%;
  text-align: left;
  font-size: 1.2rem;
  position: relative;
  padding-left: 15px;
}

main .secSee .secSeeCheck .secSeeCheckInner ul li:nth-child(3n+1) {
  width: 50%;
}

main .secSee .secSeeCheck .secSeeCheckInner ul li:last-child {
  width: 100%;
}

main .secSee .secSeeCheck .secSeeCheckInner ul li::before {
  content: '';
  background: url(/sp/kizugawadai/files/img/ico_secSeeCheckInner.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

main .secLineup {
  text-align: center;
  margin-bottom: 50px;
}

main .secLineup .secLineupInner ul li {
  display: flex;
  justify-content: center;
  flex-flow: column-reverse;
  margin-bottom: 40px;
}

main .secLineup .secLineupInner ul li .secLineupInnerImg img {
  width: 100%;
}

main .secLineup .secLineupInner ul li .secLineupInnerTxt > p {
  margin-top: 25px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
}

main .secLineup .secLineupInner ul li .secLineupInnerTxt img {
  width: 100%;
}

main .secLineup .secLineupInner ul li:nth-child(1) .secLineupInnerTxt {
  text-align: center;
}

main .secLineup .secLineupInner ul li:nth-child(2) {
  flex-flow: column;
}

main .secLineup .secLineupInner ul li:nth-child(2) .secLineupInnerTxt {
  text-align: center;
}

main .secLineup .secLineupInner ul li:nth-child(3) .secLineupInnerTxt {
  text-align: center;
}

main .secLineup > h4 {
  font-size: 3.2rem;
  margin-bottom: 25px;
}

main .secLineup > h4::after {
  height: 10px;
}

main .secLineup .secLineupType ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}

main .secLineup .secLineupType ul li {
  margin-bottom: 20px;
}

main .secLineup .secLineupType ul li:nth-child(1), main .secLineup .secLineupType ul li:nth-child(2), main .secLineup .secLineupType ul li:nth-child(3), main .secLineup .secLineupType ul li:nth-child(4) {
  display: inline-block;
}

main .secLineup .secLineupType ul li:nth-child(1) {
  width: 100%;
}

main .secLineup .secLineupType ul li:nth-child(1) img {
  width: 60%;
}

main .secLineup .secLineupType ul li:nth-child(2) {
  width: 100%;
}

main .secLineup .secLineupType ul li:nth-child(2) img {
  width: 80%;
}

main .secLineup .secLineupType ul li:nth-child(3) {
  width: 60%;
}

main .secLineup .secLineupType ul li:nth-child(3) img {
  width: 100%;
}

main .secLineup .secLineupType ul li:nth-child(4) {
  width: 40%;
}

main .secLineup .secLineupType ul li:nth-child(4) img {
  width: 80%;
}

main .secLineup .secLineupType ul li img {
  width: 100%;
}

main .secLineup .secLineupType > p {
  font-size: 1.4rem;
  margin-bottom: 40px;
  font-weight: bold;
}

main .secLineup .secLineupType > p span {
  display: block;
  font-size: 1.2rem;
}

main .secRelax {
  text-align: center;
  margin-bottom: 50px;
}

main .secRelax .secRelaxBox {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}

main .secRelax .secRelaxBox li {
  position: relative;
  margin-bottom: 50px;
}

main .secRelax .secRelaxBox li .secRelaxBoxTtl {
  margin-bottom: 40px;
}

main .secRelax .secRelaxBox li .secRelaxBoxTtl img {
  width: 80%;
}

main .secRelax .secRelaxBox li .secRelaxBoxTtl span {
  display: block;
  font-size: 1.2rem;
}

main .secRelax .secRelaxBox li .secRelaxBoxImg {
  position: relative;
  margin-top: 20vw;
}

main .secRelax .secRelaxBox li .secRelaxBoxImg img {
  width: 100%;
}

main .secRelax .secRelaxBox li .secRelaxBoxImg span {
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
}

main .secRelax .secRelaxBox li .secRelaxBoxImg span img {
  width: 35vw;
}

main .secRelax .secRelaxBox li .secRelaxBoxImg01 {
  width: 100%;
}

main .secRelax .secRelaxBox li .secRelaxBoxImg03 {
  width: 120%;
  margin-left: -20%;
}

main .secRelax .secRelaxBox li .secRelaxBoxImg02 {
  margin-right: -10%;
}

main .secRelax .secRelaxBox li .secRelaxBoxTxt01 {
  position: absolute;
  bottom: 0;
  right: 0;
}

main .secRelax .secRelaxBox li .secRelaxBoxTxt03 {
  position: absolute;
  top: 0;
  right: 0;
}

main .secRelax .secRelaxBox li:nth-child(2) .secRelaxBoxTxt02 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

main .secRelax .secRelaxBox li:nth-child(2) .secRelaxBoxTxt02 span {
  display: block;
  font-size: 1.9rem;
  margin-top: 40px;
}

main .secRelax .secRelaxBox li:nth-child(2) .secRelaxBoxTxt02_02 .secRelaxBoxTxt02_02_img {
  position: relative;
  width: 100%;
}

main .secRelax .secRelaxBox li:nth-child(2) .secRelaxBoxTxt02_02 .secRelaxBoxTxt02_02_img span {
  position: absolute;
  top: 0;
  right: 0;
}

main .secRelax .secRelaxBox li.secRelaxBox_pc {
  display: none;
}

main .secRelax .secRelaxBox li.sp .w100 img {
  width: 100%;
}

main .secRelax .secRelaxBox li.secRelaxBox_sp .secRelaxBoxTtl {
  margin-bottom: 20px;
}

main .secRelax .secRelaxBox li.secRelaxBox_sp .secRelaxBoxTtl span {
  margin-top: 20px;
}

main .secRelax .secRelaxBox li.secRelaxBox_sp .secRelaxBoxImg {
  margin-top: 0;
  margin-bottom: 40px;
}

main .secRelax .secRelaxBox li.secRelaxBox_sp .secRelaxBoxTtl02_sp img, main .secRelax .secRelaxBox li.secRelaxBox_sp .secRelaxBoxImg02_sp img {
  width: 100%;
}

main .secChoose {
  text-align: center;
  margin-bottom: 50px;
}

main .secChoose .secChooseBox {
  margin-bottom: 50px;
}

main .secChoose .secChooseBox li {
  margin-bottom: 30px;
}

main .secChoose .secChooseBox li .secChooseBoxTxt {
  margin-bottom: 10px;
}

main .secChoose .secChooseBox li .secChooseBoxTxt img {
  width: 60%;
  margin-bottom: 10px;
}

main .secChoose .secChooseBox li .secChooseBoxTxt span {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}

main .secChoose .secChooseBox li .secChooseBoxImg img {
  width: 100%;
}

main .secChoose .secChooseBox li:nth-child(1) {
  justify-content: flex-end;
  align-items: flex-end;
}

main .secChoose .secChooseBox li:nth-child(2) {
  justify-content: flex-start;
}

main .secChoose .secChooseBox li:nth-child(2) .secChooseBoxImg {
  position: relative;
}

main .secChoose .secChooseBox li:nth-child(2) .secChooseBoxImg span {
  position: absolute;
  top: 0;
  right: 0;
}

main .secChoose .secChooseBox li:nth-child(2) .secChooseBoxTxt span {
  text-align: center;
  margin-bottom: 20px;
}

main .secChoose .secChooseBot ul li {
  margin-bottom: 20px;
}

main .secChoose .secChooseBot ul li img {
  width: 100%;
}

main .secChoose .secChooseBot ul li:nth-child(2) img {
  width: 80%;
}

main .secAccess {
  text-align: center;
  width: 100%;
  max-width: 880px;
  margin: 0 auto 100px;
}

main .secAccess .secAccessInner {
  margin-bottom: 20px;
}

main .secAccess .secAccessInner .secAccessImg {
  margin-bottom: 20px;
}

main .secAccess .secAccessInner .secAccessImg img {
  width: 80%;
}

main .secAccess .secAccessInner ul li {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

main .secAccess .secAccessInner ul li:first-child {
  margin-bottom: 20px;
}

main .secAccess .secAccessInner ul li a {
  display: block;
  color: #505150;
  text-decoration: none;
}

main .secAccess .secAccessInfo {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 50px;
}

main .secAccess .secAccessMap iframe {
  width: 100%;
  height: 40vw;
}

@media screen and (min-width: 769px) {
  main .tab {
    margin-bottom: 50px;
    display: block;
  }
}

@media screen and (min-width: 769px) {
  main .secLeadBnr {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 769px) {
  main .secLead h2 {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 769px) {
  main .secSee {
    margin-bottom: 200px;
  }
}

@media screen and (min-width: 769px) {
  main .secSee .secSeeSubTtl {
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 769px) {
  main .secSee .secSeeImg {
    margin-top: 70px;
    margin-bottom: 200px;
  }
}

@media screen and (min-width: 769px) {
  main .secSee .secSeeImg .secSeeImgBox {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 769px) {
  main .secSee .secSeeImg .secSeeImgBox span {
    top: -30px;
    right: 5%;
    left: inherit;
    bottom: inherit;
  }
}

@media screen and (min-width: 769px) {
  main .secSee .secSeeImg .secSeeImgBox span > img {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  main .secSee .secSeeImg ul {
    display: flex;
    justify-content: space-between;
    height: auto;
  }
}

@media screen and (min-width: 769px) {
  main .secSee .secSeeImg ul li {
    width: 33.3%;
    position: relative;
  }
}

@media screen and (min-width: 769px) {
  main .secSee .secSeeImg ul li:nth-child(1) {
    position: relative;
    top: inherit;
    right: inherit;
    width: 33.3%;
  }
}

@media screen and (min-width: 769px) {
  main .secSee .secSeeImg ul li:nth-child(1) span {
    top: inherit;
    left: inherit;
    bottom: -60px;
    right: 10px;
  }
}

@media screen and (min-width: 769px) {
  main .secSee .secSeeImg ul li:nth-child(1) span img {
    width: auto;
  }
}

@media screen and (min-width: 769px) {
  main .secSee .secSeeImg ul li:nth-child(2) {
    margin: 0 40px;
    position: relative;
    top: inherit;
    left: inherit;
    width: 33.3%;
  }
}

@media screen and (min-width: 769px) {
  main .secSee .secSeeImg ul li:nth-child(2) span.onTop img {
    width: auto;
  }
}

@media screen and (min-width: 769px) {
  main .secSee .secSeeImg ul li:nth-child(2) span.onBot img {
    width: auto;
  }
}

@media screen and (min-width: 769px) {
  main .secSee .secSeeImg ul li:nth-child(3) {
    position: relative;
    top: inherit;
    right: inherit;
    width: 33.3%;
  }
}

@media screen and (min-width: 769px) {
  main .secSee .secSeeImg ul li:nth-child(3) span {
    bottom: -60px;
    left: 10px;
  }
}

@media screen and (min-width: 769px) {
  main .secSee .secSeeImg ul li:nth-child(3) span img {
    width: auto;
  }
}

@media screen and (min-width: 769px) {
  main .secSee .secSeeImgStaffSP {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  main .secSee .secSeeImgStaff {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  main .secSee .secSeeImgStaff ul {
    height: 70vw;
  }
}

@media screen and (min-width: 1025px) {
  main .secSee .secSeeImgStaff ul {
    height: 830px;
  }
}

@media screen and (min-width: 769px) {
  main .secSee .secSeeCheck .secSeeCheckIcon img {
    width: auto;
  }
}

@media screen and (min-width: 769px) {
  main .secSee .secSeeCheck .secSeeCheckInner {
    padding: 0 50px 50px 50px;
  }
}

@media screen and (min-width: 769px) {
  main .secSee .secSeeCheck .secSeeCheckInner .secSeeCheckInnerTtl {
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 769px) {
  main .secSee .secSeeCheck .secSeeCheckInner .secSeeCheckInnerTtl::after {
    height: 10px;
  }
}

@media screen and (min-width: 769px) {
  main .secSee .secSeeCheck .secSeeCheckInner .secSeeCheckInnerSubTtl {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 769px) {
  main .secSee .secSeeCheck .secSeeCheckInner ul li {
    width: 38%;
    padding-left: 40px;
    font-size: 2.1rem;
  }
}

@media screen and (min-width: 769px) {
  main .secSee .secSeeCheck .secSeeCheckInner ul li:nth-child(3n+1) {
    width: 22%;
  }
}

@media screen and (min-width: 769px) {
  main .secSee .secSeeCheck .secSeeCheckInner ul li:last-child {
    width: 38%;
  }
}

@media screen and (min-width: 769px) {
  main .secSee .secSeeCheck .secSeeCheckInner ul li::before {
    width: 30px;
    height: 25px;
  }
}

@media screen and (min-width: 769px) {
  main .secLineup {
    margin-bottom: 200px;
  }
}

@media screen and (min-width: 769px) {
  main .secLineup .secLineupInner ul li {
    flex-flow: row;
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 769px) {
  main .secLineup .secLineupInner ul li .secLineupInnerTxt > p {
    margin-top: 50px;
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 769px) {
  main .secLineup .secLineupInner ul li .secLineupInnerTxt img {
    width: auto;
  }
}

@media screen and (min-width: 769px) {
  main .secLineup .secLineupInner ul li:nth-child(1) .secLineupInnerTxt {
    text-align: right;
  }
}

@media screen and (min-width: 769px) {
  main .secLineup .secLineupInner ul li:nth-child(2) {
    flex-flow: row;
  }
}

@media screen and (min-width: 769px) {
  main .secLineup .secLineupInner ul li:nth-child(2) .secLineupInnerTxt {
    text-align: left;
    margin-right: 5%;
  }
}

@media screen and (min-width: 769px) {
  main .secLineup .secLineupInner ul li:nth-child(3) .secLineupInnerTxt {
    text-align: right;
  }
}

@media screen and (min-width: 769px) {
  main .secLineup > h4 {
    font-size: 4.2rem;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 769px) {
  main .secLineup .secLineupType ul li {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 769px) {
  main .secLineup .secLineupType ul li:nth-child(1) {
    width: auto;
  }
}

@media screen and (min-width: 769px) {
  main .secLineup .secLineupType ul li:nth-child(1) img {
    width: auto;
  }
}

@media screen and (min-width: 769px) {
  main .secLineup .secLineupType ul li:nth-child(2) {
    width: auto;
  }
}

@media screen and (min-width: 769px) {
  main .secLineup .secLineupType ul li:nth-child(2) img {
    width: auto;
  }
}

@media screen and (min-width: 769px) {
  main .secLineup .secLineupType ul li:nth-child(3) {
    width: auto;
  }
}

@media screen and (min-width: 769px) {
  main .secLineup .secLineupType ul li:nth-child(3) img {
    width: auto;
  }
}

@media screen and (min-width: 769px) {
  main .secLineup .secLineupType ul li:nth-child(4) {
    width: auto;
  }
}

@media screen and (min-width: 769px) {
  main .secLineup .secLineupType ul li:nth-child(4) img {
    width: auto;
  }
}

@media screen and (min-width: 769px) {
  main .secLineup .secLineupType > p {
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 769px) {
  main .secLineup .secLineupType > p span {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 769px) {
  main .secRelax {
    margin-bottom: 200px;
  }
}

@media screen and (min-width: 769px) {
  main .secRelax .secRelaxBox li {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 769px) {
  main .secRelax .secRelaxBox li .secRelaxBoxTtl {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 769px) {
  main .secRelax .secRelaxBox li .secRelaxBoxImg img {
    width: auto;
  }
}

@media screen and (min-width: 769px) {
  main .secRelax .secRelaxBox li .secRelaxBoxImg span img {
    width: auto;
  }
}

@media screen and (min-width: 769px) {
  main .secRelax .secRelaxBox li.secRelaxBox_pc {
    display: flex;
  }
}

@media screen and (min-width: 769px) {
  main .secChoose {
    margin-bottom: 200px;
  }
}

@media screen and (min-width: 769px) {
  main .secChoose .secChooseBox {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 769px) {
  main .secChoose .secChooseBox li {
    display: flex;
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 769px) {
  main .secChoose .secChooseBox li .secChooseBoxTxt {
    margin-right: 5%;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  main .secChoose .secChooseBox li .secChooseBoxTxt img {
    width: auto;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  main .secChoose .secChooseBox li .secChooseBoxTxt span {
    text-align: right;
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 769px) {
  main .secChoose .secChooseBox li:nth-child(2) .secChooseBoxTxt {
    margin-left: 5%;
  }
}

@media screen and (min-width: 769px) {
  main .secChoose .secChooseBox li:nth-child(2) .secChooseBoxTxt span {
    text-align: left;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  main .secChoose .secChooseBot ul {
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 769px) {
  main .secChoose .secChooseBot ul li {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  main .secChoose .secChooseBot ul li:nth-child(2) img {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  main .secAccess {
    margin: 0 auto 200px;
  }
}

@media screen and (min-width: 769px) {
  main .secAccess .secAccessInner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 769px) {
  main .secAccess .secAccessInner .secAccessImg {
    width: 50%;
    text-align: left;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  main .secAccess .secAccessInner .secAccessImg img {
    width: auto;
  }
}

@media screen and (min-width: 769px) {
  main .secAccess .secAccessInner ul {
    width: 50%;
  }
}

@media screen and (min-width: 769px) {
  main .secAccess .secAccessInner ul li {
    font-size: 3rem;
    text-align: left;
  }
}

@media screen and (min-width: 769px) {
  main .secAccess .secAccessInner ul li a {
    pointer-events: none;
  }
}

@media screen and (min-width: 769px) {
  main .secAccess .secAccessInfo {
    font-size: 2rem;
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 769px) {
  main .secAccess .secAccessInfo span {
    margin-left: 60px;
  }
}

@media screen and (min-width: 769px) {
  main .secAccess .secAccessMap iframe {
    height: 370px;
  }
}

.pageTop {
  position: fixed;
  right: 15px;
  bottom: 50px;
  z-index: 2;
  opacity: 0;
}

.pageTop.active {
  opacity: 1;
  transition: all .3s;
}

.pageTop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #505150;
  border-radius: 50%;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
}

.pageTop a span {
  position: relative;
  padding-top: 15px;
}

.pageTop a span::before {
  content: '';
  border-right: 5px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 5px solid transparent;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 769px) {
  .pageTop a {
    width: 100px;
    height: 100px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 769px) {
  .pageTop a span {
    padding-top: 20px;
  }
}

@media screen and (min-width: 769px) {
  .pageTop a span::before {
    border-right: 10px solid transparent;
    border-bottom: 12px solid #fff;
    border-left: 10px solid transparent;
  }
}

.footer .footerInner {
  text-align: center;
  background: #005d51;
  padding: 10px 15px;
}

.footer .footerInner > p {
  margin-bottom: 10px;
}

.footer .footerInner > p img {
  width: 90%;
  margin: 0 auto;
}

.footer .footerInner > p.footerInnerImg img {
  width: 60%;
}

.footer .footerInner > p.footerInnerLogo {
  text-align: center;
}

.footer .footerInner > p.footerInnerLogo .footerInnerLogo_pc {
  display: none;
}

.footer .footerInner > p.footerInnerAd {
  font-size: 1.2rem;
  color: #fff;
}

.footer .footerInner .copy {
  color: #fff;
  margin-bottom: 0;
  font-size: 1rem;
}

@media screen and (min-width: 769px) {
  .footer .footerInner {
    padding: 50px 20px;
  }
}

@media screen and (min-width: 769px) {
  .footer .footerInner > p {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 769px) {
  .footer .footerInner > p img {
    width: auto;
  }
}

@media screen and (min-width: 769px) {
  .footer .footerInner > p.footerInnerImg img {
    width: auto;
  }
}

@media screen and (min-width: 769px) {
  .footer .footerInner > p.footerInnerLogo .footerInnerLogo_pc {
    display: inline-block;
  }
}

@media screen and (min-width: 769px) {
  .footer .footerInner > p.footerInnerAd {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .footer .footerInner .copy {
    font-size: 1.5rem;
  }
}
