@charset "UTF-8";
/* reset */
html,
body,
div,
p,
section,
h1,
h2,
h3,
img,
input,
dl,
dd,
dt {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.cta {
  position: relative;
}

.cta a {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
}

.cta a:hover {
  opacity: 0.8;
}

/*------------------------
------------共通--------------*/

img {
  width: 100%;
  max-width: 680px;
  display: block;
  margin: 0 auto;
  margin-bottom: -1px;
}

.cta-first {
  margin-bottom: 13vw;
}

.comment {
  margin-top: 12.7vw;
}

.swiper-button-next {
  right: 4px;
}
.swiper-button-prev {
  left: 4px;
}

.float-bnr {
  opacity: 0;
  transition: 1s;
  pointer-events: painted;
}

.float-bnr.b_btn_active {
  display: block;
  opacity: 1;
  transition: 1s;
  pointer-events: painted;
}

#page_top {
  position: fixed;
  bottom: 20%;
  right: 16%;
}

.fixed-wrap {
  width: 680px;
  margin: 0 auto;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 997;
  height: 100vh;
  pointer-events: none;
}

#page_top {
  position: absolute;
  top: 0;
  right: -8%;
  pointer-events: painted;
}

a.top-item {
  display: inline-block;
  position: relative;
  top: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #000;
  font-size: 0.5rem;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding-top: 7.5rem;
  margin-top: 6.25rem;
}

a.top-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #000;
}

a.top-item::after {
  animation: sdl-top 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl-top {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  z-index: 999;
}

/*------------------------
------------共通--------------*/

body {
  width: 100%;
  box-sizing: border-box;
  font-family: "メイリオ", "Meiryo", sans-serif sans-serif;
  font-size: 62.5%;
  letter-spacing: 0.04rem;
}

.margin-top {
  padding-top: 20px;
  background: #fff;
}

#footer-wrapper {
  width: 100%;
  background: #004ea2;
}

.footer-inner {
  width: 100%;
  max-width: 680px;
  padding: 40px 0 0 0;
  text-align: center;
  padding: 1.2vh 0;
  margin: 0 auto;
}

.footer-inner a {
  color: #fff;
  font-size: 8px;
  text-decoration: none;
}

.youtube .pc_size {
  position: relative;
  width: 680px;
  margin: -12% auto;
}

.youtube .pc_size:before {
  content: "";
  display: block;
  padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 10px auto;
}

.footer-inner {
  margin-top: 30px;
}

@media screen and (min-width: 750px) {
  body {
    background-image: url(../images/bg.jpg);
    background-attachment: fixed;
    background-size: cover;
  }
  .swiper-container {
    width: 100%;
    max-width: 750px;
  }

  .header_tel {
    width: 100vw;
    background: #fff;
    position: fixed;
    z-index: 998;
  }

  .float-bnr .sp {
    display: none;
  }

  .float-bnr .pc {
    display: block;
  }

  .float-bnr {
    position: absolute;
    bottom: 0;
    right: -35%;
    width: 230px;
  }

  .fv {
    padding-top: 56px;
  }

  .swiper-button-next {
    right: 40px;
  }

  .swiper-button-prev {
    left: 40px;
  }

  .float-bnr a img:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 749px) {
  .float-bnr .pc {
    display: none;
  }

  .float-bnr .sp {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
  }

  .fixed-wrap {
    width: 100%;
  }

  .float-bnr .sp img {
    width: 100%;
  }

  #page_top {
    top: 0;
    right: 0;
    height: 240px;
  }

  .float-bnr {
    display: none;
  }

  .youtube {
    padding-top: 30px;
    background: #d8e0d8;
  }

  .youtube .pc_size {
    width: 100%;
  }

  .youtube iframe {
    width: 90%;
    height: 90%;
  }

  .youtube .pc_size {
    margin: -3% auto;
  }

  .cta-first {
    margin-bottom: 0;
  }

  .comment {
    margin-top: 2vw;
  }
}

label {
  display: block;
  cursor: pointer;
}
input {
  display: none;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu li {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#type1:checked ~ #links1 li,
#type2:checked ~ #links2 li {
  height: auto;
  opacity: 1;
}
