@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------
common
----------------------------------------------------------*/
html,
body {
  height: 100%;
  font-size: 62.5%;
}
*,
*:active,
*:hover,
*:link,
*:visited {
  cursor: none !important;
}
body {
  position: relative;
	width: 100%;
  min-width: 1366px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic Medium",YuGothic,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 1.3rem;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	line-height: 1;
	color: #000;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
}
body.is-fixed {
  position: fixed;
}
#white {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10;
}
#point-circle {
  position: fixed;
  width: 16px;
  height: 16px;
  background: #FF0500;
  border-radius: 50%;
  z-index: 11;
  pointer-events: none;
  opacity: 0;
  transition: transform ease .1s;
}
#point-circle.is-show {
  opacity: 1;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #000; 
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}
.show-sp {
  display: none;
}

a.is-false {
  pointer-events: none;
}
.movie {
  position: relative;
  /*
  height: 768px;
  */
  overflow: hidden;
}
#background_video1,
#background_video2 {
  display: block;
  width: 100%;
  min-width: 100%;
}
.object-fit {
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

/* ---------------------------------------------------------
modal-pc
----------------------------------------------------------*/
#modal-pc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: 10;
}
#modal-pc .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0);
}
#modal-pc .modal-inner .btn-close.btn01 {
  display: block;
}

/* ---------------------------------------------------------
animation
----------------------------------------------------------*/
.animeBefore {
	visibility: hidden;
}
.fadeAnime {
	visibility: visible;
	animation-name: fadeAnime;
	animation-duration: 600ms;
}
.fixAnime {
	visibility: visible;
}
@keyframes fadeAnime {
  from {
	  opacity: 0;
	  transform: translateY(20px);
  }
  to {
	  opacity: 1;
	  transform: translateY(0px);
  }
}

.block .pic {
  position: relative;
}
.whiteRect::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 101%;
  background: #fff;
  transform: scale(1,1);
  transform-origin: bottom center;
  transition: transform 1s cubic-bezier(.77,.01,.08,1);
}
.rectAnime::after {
  transform: scale(1,0);
}
.slider .whiteRect::after {
  background: #ebebeb;
}
.btn.btnHide {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s .6s,visibility .3s .6s;
}
.imgHeight + .btn.btnHide,
.rectAnime + .btn.btnHide,
.rectAnime + a .btnHide {
  opacity: 1;
  visibility: visible;
}

.animeImg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 0;
  overflow: hidden;
  transition: height 1s cubic-bezier(.77,.01,.08,1);
}
.animeImg img {
  display: block;
}
.animeImg + img {
  opacity: 0;
}
.animeImg.imgHeight {
  height: 100%;
}

/* ---------------------------------------------------------
main
----------------------------------------------------------*/
main {
  position: relative;
  display: block;
  background: url("../img/pic_main.jpg") no-repeat center top;
  background-size: 100% auto;
  padding-top: calc(683 / 1366 * 100%);
  margin-bottom: 140px;
}
main .txt {
  position: absolute;
  top: 0;
  left: 50%;
  width: 498px;
  padding-top: calc(224 / 1366 * 100%);
  margin-left: -248px;
}
main img {
  width: 100%;
  height: auto;
}
main p {
  width: 214px;
  margin-bottom: 36px;
}
main h1 {
  width: 498px;
}

/* ---------------------------------------------------------
article
----------------------------------------------------------*/
article img {
  width: 100%;
  height: auto;
}
#sec01 {
  position: relative;
}
.lead {
  position: absolute;
  top: 147px;
  left: 50%;
  width: 356px;
  margin-left: -512px;
}
.block {
  position: relative;
}
.block .btn {
  position: relative;
  width: 90px;
  margin-top: 10px;
  margin-left: auto;
}

@media screen and (min-width: 769px) {
  .block .btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/btn_detail_on.svg") no-repeat;
    background-size: 100% auto;
    opacity: 0;
  }
  .block a:hover .btn:before {
    opacity: 1;
    transition: opacity .3s;
  }
  .block a .pic {
    transition: opacity .3s;
  }
  .block a:hover .pic {
    opacity: .7;
  }
}

.block01 {
  left: 50%;
  width: 390px;
  margin-left: 12px;
  margin-bottom: 140px;
}
.block02 {
  left: 50%;
  width: 610px;
  margin-left: -98px;
  margin-bottom: 84px;
}
.block03 {
  width: 554px;
  margin: 95px auto 140px;
}
.block03 .pic:first-child {
  margin-bottom: 20px;
}
.block03 .btn {
  position: absolute;
  right: 19px;
  bottom: 20px;
}
.block04 {
  left: 50%;
  width: 554px;
  margin-top: 140px;
  margin-left: -512px;
}
.block04 .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block04 .pic {
  width: 272px;
}
.block04 .pic:nth-child(1),
.block04 .pic:nth-child(2) {
  margin-bottom: 10px;
}
.block04 .btn {
  margin-left: 0;
}
.block05 {
  left: 50%;
  width: 400px;
  margin-top: -217px;
  margin-left: 112px;
}
.block06 {
  left: 50%;
  width: 930px;
  margin-top: -188px;
  margin-left: -683px;
}
.block06 .btn {
  margin-left: 171px;
}
.block07 {
  left: 50%;
  width: 472px;
  margin-top: -117px;
  margin-left: -59px;
}
.block07 a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 666px;
  z-index: 2;
}
.block07 .btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (min-width: 769px) {
  .block07 .pic {
    transition: opacity .3s;
  }
  .block07 a:hover + .pic {
    opacity: .7;
  }
}

.block08 {
  width: 1024px;
  margin: 0 auto 140px;
}
.block08 .wrapper {
  display: flex;
  justify-content: space-between;
}
.block08 .pic {
  width: 315px;
}
.block08 .btn {
  position: absolute;
  right: 19px;
  bottom: 20px;
}
.block09 {
  left: 50%;
  width: 610px;
  margin-left: -512px;
}
.block10 {
  left: 50%;
  width: 272px;
  margin: -626px 0 140px 240px;
}
.block10 .btn {
  margin-top: 238px;
}
.block11 {
  left: 50%;
  width: 610px;
  margin-left: -98px;
}
.block11 .btn {
  margin-left: 0;
}
.block12 {
  left: 50%;
  width: 272px;
  margin: -626px 0 140px -512px;
}
.block12 .btn {
  margin-left: 0;
  margin-top: 238px;
}
#sec02 {
  position: relative;
  background: url("../img/bg.jpg") no-repeat;
  background-size: cover;
  padding-top: 240px;
  padding-bottom: 70px;
  margin: 140px 0;
}
.ttl01 {
  position: absolute;
  top: 68px;
  left: 50%;
  width: 153px;
  margin-left: -432px;
}
.pic-other {
  position: relative;
  left: 50%;
  width: 650px;
  margin-left: -218px;
  margin-bottom: 318px;
}
.block13 {
  left: 50%;
  width: 318px;
  margin-left: 194px;
  margin-bottom: 35px;
}
.block13 .btn {
  position: absolute;
  right: 19px;
  bottom: 20px;
}
.box01 {
  position: relative;
}
.block14 {
  left: 50%;
  width: 671px;
  margin-left: -159px;
}
.wrapper1 {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -512px;
}
.block15,
.block16 {
  width: 318px;
}
.block15 {
  margin-bottom: 35px;
}
.block14 .btn,
.block15 .btn,
.block16 .btn,
.block17 .btn,
.block18 .btn,
.block19 .btn {
  position: absolute;
  right: 19px;
  bottom: 20px;
}
.block17 {
  width: 318px;
  margin: 35px auto;
}
.wrapper2 {
  position: relative;
  left: 50%;
  display: flex;
  width: 671px;
  margin-left: -512px;
}
.block18 {
  width: 318px;
  margin-right: 35px;
}
.block19 {
  width: 318px;
}
.block26 {
  width: 400px;
  margin: -356px auto 97px;
}
.block26 .btn {
  margin-left: 0;
}
.block27 {
  left: 50%;
  width: 583px;
  margin-left: 8px;
}
.block27 .btn {
  position: absolute;
  top: 759px;
  left: 37px;
  margin-top: 0;
}
.block28 {
  left: 50%;
  width: 472px;
  margin-top: -762px;
  margin-left: -512px;
}
.block28 .btn {
  margin-left: 0;
}

.btn-check {
  position: relative;
  width: 270px;
  margin: 140px auto 0;
}

@media screen and (min-width: 769px) {
  .btn-check a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/btn_check_on.svg") no-repeat;
    background-size: 100% auto;
    opacity: 0;
  }
  .btn-check a:hover::before {
    opacity: 1;
    transition: opacity .3s;
  }
  .btn-check a:hover img {
    opacity: 0;
    transition: opacity .3s;
  }
}

/* ---------------------------------------------------------
.slider
----------------------------------------------------------*/
.slider {
  background: #ebebeb;
  margin-bottom: 380px;
  padding: 74px 0 71px;
}
.swiper-wrapper {
  transition-timing-function:linear;
}
.slider .block {
  height: 564px;
}
.swiper-slide.block20 {
  width: 196px;
  margin-right: 56px;
}
.swiper-slide.block20 .pic {
  padding-top: 8px;
}
.swiper-slide.block21 {
  width: 264px;
  margin-right: 64px;
}
.swiper-slide.block21 .pic {
  padding-top: 4px;
}
.swiper-slide.block22 {
  width: 123px;
  width: 160px;
  margin-right: 83px;
}
.swiper-slide.block22 .pic {
  width: 135px;
  margin-right: 9px;
}
.swiper-slide.block23 {
  width: 220px;
  margin-right: 82px;
}
.swiper-slide.block23 .pic {
  padding-top: 4px;
}
.swiper-slide.block24 {
  width: 172px;
}
.swiper-slide.block24 .pic {
  padding-top: 12px;
}
.swiper-slide.block25 {
  width: 388px;
  margin-left: -14px;
}
.swiper-slide.block25 .pic {
  padding-top: 4px;
}
.slider .block .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 160px;
  margin-left: -80px;
}
.slider .block20 .btn {
  left: 0;
  margin-left: 30px;
}
@media screen and (min-width: 769px){
  .slider .block .btn::before {
    background: url("../img/btn_slider_on.svg") no-repeat;
    background-size: 100% auto;
  }
}

/* ---------------------------------------------------------
.ticker
----------------------------------------------------------*/
.ticker {
  position: relative;
  height: 60px;
  height: 117px;
  overflow: hidden;
  box-sizing: border-box;
}
.ticker .inner {
  animation: marquee linear 33s infinite;
}
.ticker div {
  width: 1596px;
  height: 117px;
  display: inline-block;
  white-space: nowrap;
  padding-right: 60px;
}
.ticker02 {
  position: relative;
  margin-top: -335px;
  margin-bottom: 395px;
  z-index: 1;
}

@keyframes marquee {
  from   { transform: translate(0%);}
  99%,to { transform: translate(-200%);}
}

/* ---------------------------------------------------------
.bottom
----------------------------------------------------------*/
.bottom {
  padding: 140px 0 0;
}
.bottom .pic {
  width: 160px;
  margin: 0 auto 36px;
}
.bottom h3 {
  width: 323px;
  margin: 0 auto 31px;
}
.bottom h4 {
  width: 394px;
  margin: 0 auto 15px;
}
.bottom .txt {
  width: 400px;
  font-family: "游ゴシック体","Yu Gothic Medium",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 12px;
  line-height: 2;
  letter-spacing: .005em;
  margin: 0 auto 120px;
}
.bottom .staff {
  font-family: Helvetica, Arial, "sans-serif";
  font-size: 10px;
  line-height: 1.9;
  letter-spacing: .015em;
  text-align: center;
}

/* ---------------------------------------------------------
footer
----------------------------------------------------------*/
footer {
  position: relative;
  padding: 110px 0 58px;
}
footer .logo {
  width: 110px;
  margin: 0 auto 30px;
}
footer ul {
  display: flex;
  justify-content: center;
  margin-bottom: 120px;
}
footer li {
  list-style: none;
  font-family: Helvetica, Arial, "sans-serif";
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .030em;
  margin-right: 13px;
}
footer li:last-child {
  margin-right: 0;
}
footer li::after {
  content: "/";
  margin-left: 13px;
}
footer li:last-child::after {
  content: none;
}
footer p {
  font-family: Helvetica, Arial, "sans-serif";
  font-size: 10px;
  font-weight: bold;
  letter-spacing: .036em;
  text-align: center;
}
footer .pagetop {
  position: absolute;
  bottom: 58px;
  right: 60px;
  width: 34px;
}

/* ---------------------------------------------------------
#modal
----------------------------------------------------------*/
#modal {
  display: none;
}
.modaal-container {
  width: auto;
  background: none;
  box-shadow: none;
}
.modaal-content-container {
  padding: 0;
}
.modal-inner {
  position: relative;
  width: 320px;
  background: #fff;
  padding: 47px 30px 30px 30px;
/*  margin: 0 auto;*/
  box-sizing: border-box;
}
.modal-inner img {
  width: 100%;
  height: auto;
}
.modal-inner .btn-close.btn01 {
  display: none;
  
  position: absolute;
  top: 10px;
  right: 10px;
  width: 14px;
  height: 14px;
}
.modaal-close::after,
.modaal-close::before {
  content: none;
}
.modaal-wrapper .modaal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 14px;
  height: 14px;
  border-radius: 0;
  background: url("../img/icon_close.svg") no-repeat;
  background-size: 14px auto;
}
.modal-inner li,
.modal-inner li a {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-inner li {
  margin-bottom: 12px;
}
.modal-inner li:last-child {
  margin-bottom: 0;
}
.modal-inner li a {
  width: 100%;
}
.modal-inner li p {
  font-family: Helvetica, Arial, "sans-serif";
  font-size: 11px;
  font-weight: bold;
  line-height: 1.27;
}
.modal-inner li.txt {
  margin-bottom: 17px
}
.modal-inner li .btn {
  position: relative;
  width: 90px;
  flex-grow: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .modal-inner li .btn-online::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/btn_online_on.svg") no-repeat;
    background-size: 100% auto;
    opacity: 0;
  }
  .modal-inner li a:hover .btn-online::before {
    opacity: 1;
    transition: opacity .3s;
  }
}

/* ---------------------------------------------------------
media queries
----------------------------------------------------------*/
@media screen and (max-width:768px) {
  /* ---------------------------------------------------------
  common
  ----------------------------------------------------------*/
  body {
    min-width: 100%;
  }
  .show-pc {
    display: none;
  }
  .show-sp {
    display: block;
  }
 
/* ---------------------------------------------------------
main sp
----------------------------------------------------------*/
  main {
    background: url("../img/pic_main_sp.jpg") no-repeat center top;
    background-size: 100% auto;
    padding-top: calc(750 / 750 * 100%);
    margin-bottom: calc(180 / 750 * 100%);
  }
  main .txt {
    left: 0;
    width: calc(631 / 750 * 100%);
    padding-top: calc(234 / 750 * 100%);
    margin-left: calc(62 / 750 * 100%);
  }
  main p {
    width: calc(450 / 631 * 100%);
    margin-bottom: calc(55 / 631 * 100%);
  }
  main h1 {
    width: 100%;
  }

/* ---------------------------------------------------------
article sp
----------------------------------------------------------*/
  .block .btn {
    width: calc(180 / 750 * 100vw);
    margin-top: calc(24 / 750 * 100vw);
    pointer-events: none;
  }
  .block a.is-hover .btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: calc(180 / 750 * 100vw);
    height: calc(52 / 750 * 100vw);
    background: url("../img/btn_detail_on.svg") no-repeat;
    background-size: contain;
  }
  .block01 {
    left: auto;
    width: calc(390 / 750 * 100%);
    margin: 0 auto;
    margin-bottom: calc(180 / 750 * 100%);
  }
  .block01 .btn {
    margin-left: 0;
  }
  .block02 {
    left: auto;
    width: 100%;
    margin: 0 auto calc(93 / 750 * 100%);
  }
  .block02 .btn {
    padding-right: calc(60 / 750 * 100%);
  }
  .block03 {
    width: calc(630 / 750 * 100%);
    margin: calc(54 / 750 * 100%) auto calc(180 / 750 * 100%);
  }
  .block03 .pic:first-child {
    margin-bottom: calc(20 / 630 * 100%);
  }
  .block03 .btn {
    position: relative;
    right: auto;
    bottom: auto;
    margin-left: 0;
  }
  .block04 {
    left: auto;
    width: 100%;
    margin: calc(180 / 750 * 100%) 0;
  }
  .block04 .pic {
    width: calc(370 / 750 * 100%);
  }
  .block04 .pic:nth-child(1),
  .block04 .pic:nth-child(2) {
    margin-bottom: calc(10 / 750 * 100%);
  }
  .block04 .btn {
    padding-right: calc(60 / 750 * 100%);
    margin-left: auto;
  }
  .block05 {
    left: auto;
    width: calc(390 / 750 * 100%);
    margin: 0 auto calc(180 / 750 * 100%);
  }
  .block05 .btn {
    margin-left: 0;
  }
  .block06 {
    left: auto;
    width: 100%;
    margin: 0 auto calc(180 / 750 * 100%);
  }
  .block06 .btn {
    padding-right: calc(60 / 750 * 100%);
    margin-left: auto;
  }
  .block07 {
    left: auto;
    width: calc(630 / 750 * 100%);
    margin: 0 auto calc(169 / 750 * 100%);
  }
  .block07 a {
    height: 100%;
    height: calc(916 / 750 * 100vw);
  }
  .block07 .btn {
    right: auto;
    left: 0;
  }
  .block08 {
    width: 100%;
    margin: 0 auto calc(180 / 750 * 100%);
  }
  .block08 .wrapper {
    display: block;
  }
  .block08 .pic {
    width: calc(375 / 750 * 100%);
    margin-bottom: calc(20 / 750 * 100%);
  }
  .block08 .pic:nth-child(2) {
    margin: 0 auto calc(20 / 750 * 100%);
  }
  .block08 .pic:nth-child(3) {
    margin-left: auto;
  }
  .block08 .btn {
    right: calc(97 / 750 * 100%);
    bottom: 0;
    margin-bottom: calc(24 / 750 * 100%);
  }
  .block09 {
    left: auto;
    width: 100%;
    margin-left: 0;
    margin-bottom: calc(180 / 750 * 100%);
  }
  .block09 .btn {
    margin-left: calc(60 / 750 * 100%);
  }
  .block10 {
    left: auto;
    width: calc(390 / 750 * 100%);
    margin: 0 auto calc(200 / 750 * 100%);
  }
  .block10 .btn {
    margin-top: calc(24 / 750 * 100vw);
  }
  .block11 {
    left: auto;
    width: 100%;
    margin-left: 0;
    margin-bottom: calc(180 / 750 * 100%);
  }
  .block11 .btn {
    margin-left: calc(60 / 750 * 100%);
  }
  .block12 {
    left: auto;
    width: calc(390 / 750 * 100%);
    margin: 0 auto calc(180 / 750 * 100%);
  }
  .block12 .btn {
    margin-left: auto;
    margin-top: calc(24 / 750 * 100vw);
  }
  #sec02 {
    background: url("../img/bg_sp.jpg") no-repeat;
    background-size: 100% auto;
    padding: calc(103 / 750 * 100%) 0 calc(85 / 750 * 100%);
    margin: calc(180 / 750 * 100%) 0 calc(121 / 750 * 100%);
  }
  .ttl01 {
    position: relative;
    top: auto;
    left: auto;
    width: calc(621 / 750 * 100%);
    margin: 0 auto calc(62 / 750 * 100%);
  }
  .pic-other {
    position: relative;
    left: auto;
    width: calc(490 / 750 * 100%);
    margin: 0 auto calc(57 / 750 * 100%);
  }
  .ttl02 {
    width: calc(545 / 750 * 100%);
    margin: 0 auto calc(239 / 750 * 100%);
  }
  .block13 {
    left: auto;
    width: calc(322 / 750 * 100%);
    margin-left: calc(393 / 750 * 100%);
    margin-bottom: calc(35 / 750 * 100%);
  }
  .block13 .btn {
    right: auto;
    left: 0;
    bottom: 0;
    margin-left: calc(71 / 322 * 100%);
    margin-bottom: calc(24 / 322 * 100%);
  }
  .block14 {
    left: auto;
    width: calc(680 / 750 * 100%);
    margin: 0 auto calc(35 / 750 * 100%);
  }
  .block14 .btn {
    margin-left: calc(249 / 680 * 100%);
    margin-bottom: calc(24 / 680 * 100%);
  }
  .block14 .btn,
  .block15 .btn,
  .block16 .btn,
  .block17 .btn,
  .block18 .btn,
  .block19 .btn {
    right: auto;
    left: 0;
    bottom: 0;
  }
  .wrapper1,
  .wrapper2 {
    position: relative;
    top: auto;
    left: auto;
    display: flex;
    justify-content: space-between;
    width: calc(680 / 750 * 100%);
    margin: 0 auto calc(35 / 750 * 100%);
  }
  .block15,
  .block16 {
    width: calc(322 / 680 * 100%);
  }
  .block15 {
    margin-bottom: 0;
  }
  .block15 .btn,
  .block16 .btn,
  .block17 .btn,
  .block18 .btn,
  .block19 .btn {
    margin-left: calc(70 / 322 * 100%);
    margin-bottom: calc(24 / 322 * 100%);
  }
  .block17 {
    width: calc(322 / 750 * 100%);
    margin: 0;
    margin-left: calc(393 / 750 * 100%);
    margin-bottom: calc(35 / 750 * 100%);
  }
  .block18 {
    width: calc(322 / 680 * 100%);
    margin-right: 0;
  }
  .block19 {
    width: calc(322 / 680 * 100%);
  }
  .block26 {
    width: calc(390 / 750 * 100%);
    margin: calc(-97 / 750 * 100%) auto calc(67 / 750 * 100%);
  }
  .block26 .btn {
    margin-left: auto;
  }
  .block27 {
    left: auto;
    width: calc(732 / 750 * 100%);
    margin-left: 0;
    margin-bottom: calc(120 / 750 * 100%);
  }
  .block27 .btn {
    position: relative;
    top: auto;
    left: auto;
    margin-left: calc(57 / 750 * 100vw);
    margin-top: calc(-28 / 750 * 100vw);
  }
  .block28 {
    left: auto;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  .block28 .btn {
    margin-left: calc(57 / 750 * 100vw);
  }
  
  .btn-check {
    width: calc(630 / 750 * 100vw);
    margin: calc(180 / 750 * 100%) auto 0;
  }
  .btn-check a.is-hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: calc(630 / 750 * 100vw);
    height: calc(90 / 750 * 100vw);
    background: url("../img/btn_check_sp_on.svg") no-repeat;
    background-size: contain;
  }
  .btn-check a.is-hover img {
    opacity: 0;
  }
  
/* ---------------------------------------------------------
.slider sp
----------------------------------------------------------*/
  .slider {
    padding: calc(110 / 750 * 100vw) 0 calc(118 / 750 * 100vw);
    margin-bottom: calc(123 / 750 * 100vw)
  }
  .slider .block {
    height: auto;
  }
  .slider .block a {
    position: relative;
    height: calc(878 / 750 * 100vw);
  }
  .swiper-slide.block20 {
    width: calc(320 / 750 * 100vw);
    margin-right: calc(78 / 750 * 100vw);
  }
  .swiper-slide.block20 .pic {
    width: calc(292 / 750 * 100vw);
    padding-top: calc(16 / 750 * 100vw);
    margin-right: calc(43 / 750 * 100vw);
  }
  .swiper-slide.block21 {
    width: calc(403 / 750 * 100vw);
    margin-right: calc(71 / 750 * 100vw);
  }
  .swiper-slide.block21 .pic {
    width: calc(403 / 750 * 100vw);
    padding-top: 0;
  }
  .swiper-slide.block22 {
    width: calc(320 / 750 * 100vw);
    margin-right: calc(102 / 750 * 100vw);
  }
  .swiper-slide.block22 .pic {
    width: calc(205 / 750 * 100vw);
    margin-right: calc(48 / 750 * 100vw);
  }
  .swiper-slide.block23 {
    width: calc(340 / 750 * 100vw);
    margin-right: calc(110 / 750 * 100vw);
  }
  .swiper-slide.block23 .pic {
    width: calc(340 / 750 * 100vw);
    padding-top: 0;
  }
  .swiper-slide.block24 {
    width: calc(320 / 750 * 100vw);
  }
  .swiper-slide.block24 .pic {
    width: calc(264 / 750 * 100vw);
    padding-top: calc(17 / 750 * 100vw);
    margin-right: calc(29 / 750 * 100vw);
  }
  .swiper-slide.block25 {
    width: calc(594 / 750 * 100vw);
    margin-left: calc(-37 / 750 * 100vw);
  }
  .swiper-slide.block25 .pic {
    width: calc(594 / 750 * 100vw);
    padding-top: calc(8 / 750 * 100vw);
  }
  .slider .block .btn {
    left: 0;
    width: calc(320 / 750 * 100vw);
    margin-left: 0;
  }
  .slider .block a.is-hover .btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: calc(320 / 750 * 100vw);
    height: calc(52 / 750 * 100vw);
    background: url("../img/btn_slider_on.svg") no-repeat;
    background-size: contain;
  }
  .slider .block20 .btn {
    margin-left: 0;
  }
  .slider .block21 .btn {
    margin-left: calc(38 / 750 * 100vw);
  }
  .slider .block23 .btn {
    margin-left: calc(14 / 750 * 100vw);
  }
  .slider .block25 .btn {
    margin-left: calc(153 / 750 * 100vw);
  }
  
/* ---------------------------------------------------------
.ticker sp
----------------------------------------------------------*/
  .ticker {
    height: calc(184 / 750 * 100vw);
  }
  .ticker .inner {
    animation: marquee linear 33s infinite;
  }
  .ticker div {
    width: calc(2482 / 750 * 100vw);
    height: auto;
    padding-right: calc(80 / 750 * 100vw);
  }
  .ticker02 {
    margin-top: 0;
    margin-bottom: calc(115 / 750 * 100%);
  }
  
/* ---------------------------------------------------------
.bottom sp
----------------------------------------------------------*/
  .bottom {
    padding: calc(180 / 750 * 100%) 0 0;
  }
  .bottom .pic {
    width: calc(280 / 750 * 100%);
    margin: 0 auto calc(77 / 750 * 100%);
  }
  .bottom h3 {
    width: calc(475 / 750 * 100%);
    margin: 0 auto calc(51 / 750 * 100%);
  }
  .bottom h4 {
    width: calc(628 / 750 * 100%);
    margin-bottom: calc(27 / 750 * 100%);
  }
  .bottom .txt {
    width: calc(630 / 750 * 100%);
    font-size: calc(22 / 750 * 100vw);
    line-height: 2.3;
    letter-spacing: -0.02em;
    word-break: break-all;
    margin: 0 auto calc(146 / 750 * 100%);
  }
  .bottom .staff {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: 0;
    margin-bottom: calc(182 / 750 * 100%);
  }
  
/* ---------------------------------------------------------
footer sp
----------------------------------------------------------*/
  footer {
    padding: 0 0 8vw;
  }
  footer .logo {
    width: 26.66vw;
    margin: 0 auto 12.8vw;
  }
  footer ul {
    display: block;
    margin-bottom: 17.46vw;
  }
  footer li {
    font-size: 3.73vw;
    letter-spacing: .030em;
    text-align: center;
    margin: 0 0 7vw 0;
  }
  footer li:last-child {
    margin: 0;
  }
  footer li::after {
    content: none;
    margin-left: 0;
  }
  footer p {
    font-size: 2.66vw;
    letter-spacing: .033em;
  }
  footer .pagetop {
    bottom: 8vw;
    right: 8.26vw;
    width: 8.26vw;
  }
  
/* ---------------------------------------------------------
#modal sp
----------------------------------------------------------*/
  .modal {
    display: block;
  }
  .modaal-inner-wrapper {
    padding: 0;
  }
  .modal-inner {
    width: 100%;
    width: 100vw;
    padding: calc(149 / 750 * 100%) calc(60 / 750 * 100%) calc(119 / 750 * 100%) calc(60 / 750 * 100%);
    box-sizing: border-box;
  }
  .modaal-wrapper .modaal-close {
    position: static;
    top: 0;
    right: 0;
    display: block;
    width: 0;
    height: 0;
    border-radius: 0;
    background: none;
    margin-top: -2px;
  }
  .modaal-close::before,
  .modaal-close::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 0;
    transition: none;
    transform: none;
  }
  .modaal-close::before {
    left: auto;
    right: 0;
    width: calc(62 / 750 * 100%);
    height: calc(62 / 750 * 100%);
    background: url("../img/icon_close_sp.svg") no-repeat;
    background-size: contain;
    margin-top: calc(28 / 750 * 100%);
    margin-right: calc(28 / 750 * 100%);
  }
  .modaal-close.is-hover::before,
  .modaal-close:focus:before,
  .modaal-close:hover:before {
    content: '';
    display: block;
    width: calc(62 / 750 * 100%);
    height: calc(62 / 750 * 100%);
    background: url("../img/icon_close_sp.svg") no-repeat;
    background-size: contain;
  }
  .modaal-close::after {
    top: auto;
    bottom: 0;
    width: calc(217 / 750 * 100vw);
    height: calc(63 / 750 * 100vw);
    background: url("../img/btn_close.svg") no-repeat;
    background-size: contain;
    margin-left: calc(266 / 750 * 100%);
    margin-bottom: calc(117 / 750 * 100%);
  }
  .modaal-close.is-hover::after,
  .modaal-close:focus:after,
  .modaal-close:hover:after {
    content: '';
    display: block;
    width: calc(217 / 750 * 100vw);
    height: calc(63 / 750 * 100vw);
    background: url("../img/btn_close_on.svg") no-repeat;
    background-size: contain;
  }
  .modaal-close span {
    display: none;
    height: 0!important;
    width: 0!important;
  }
  .modal-inner .pic {
    margin-bottom: calc(60 / 630 * 100%);
  }
  
  .modal-inner .pic20 {
    width: calc(340 / 630 * 100%);
    margin: 0 auto calc(90 / 630 * 100%);
  }
  .modal-inner .pic21 {
    width: calc(458 / 630 * 100%);
    margin: 0 auto calc(58 / 630 * 100%);
  }
  .modal-inner .pic22 {
    width: calc(234 / 630 * 100%);
    margin: 0 auto calc(77 / 630 * 100%);
  }
  .modal-inner .pic23 {
    width: calc(392 / 630 * 100%);
    margin: 0 auto calc(58 / 630 * 100%);
  }
  .modal-inner .pic24 {
    width: calc(300 / 630 * 100%);
    margin: 0 auto calc(89 / 630 * 100%);
  }
  .modal-inner .pic25 {
    width: calc(673 / 630 * 100%);
    width: 100%;
    margin: 0 auto calc(86 / 630 * 100%);
  }
  
  .modal-inner li {
    margin-bottom: calc(45 / 630 * 100%);
  }
  .modal-inner li:last-child {
    margin-bottom: calc(183 / 630 * 100%);
  }
  .modal-inner li p {
    font-family: Helvetica, Arial, "sans-serif";
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.23;
  }
  .modal-inner li.txt {
    margin: calc(77 / 630 * 100%) 0 calc(60 / 630 * 100%);
  }
  .modal-inner li .btn {
    width: calc(219 / 750 * 100vw);
    height: calc(63 / 750 * 100vw);
    flex-grow: 0;
    flex-shrink: 0;
  }
  .modal-inner li a.is-hover .btn-online::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: calc(218 / 750 * 100vw);
    height: calc(63 / 750 * 100vw);
    background: url("../img/btn_online_sp_on.svg") no-repeat;
    background-size: calc(218 / 750 * 100vw) calc(63 / 750 * 100vw);
  }
  .modal-inner li a.is-hover .btn-online img {
    opacity: 0;
  }
  .modal-inner .btn-close.btn02 {
    display: none;
  }
  .modaal-overlay {
    top: -30vh;
    min-height: 160vh;
  }
  
}