@charset "UTF-8";

/*--------------------------------------------------
  reset
--------------------------------------------------*/
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;
  font-weight: normal;
  vertical-align: baseline;
	box-sizing: border-box;
}
body {
  line-height:1;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table, tr, th, td, caption {
  vertical-align: middle;
  text-align:left;
}
img {
  vertical-align: top;
  font-size:0;
  line-height: 0;
	width: 100%;
}
textarea{
	vertical-align: top;
}


/*--------------------------------------------------
  body
--------------------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #000;
	-webkit-text-size-adjust: none;
	word-break: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

a {
	display: block;
	color: #000;
  text-decoration: none;
	transition: all 0.3s ease;
	cursor: pointer;
}

a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

body, html {
	height: 100%;
}

.sp_br {
	display: none;
}
.pc_br {
	display: block;
}

.sp_only {
  display: none;
}
.pc_only {
  display: block;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

@media screen and (max-width: 768px) {
	body {
		font-size: 14px;
	}
	
	.sp_br {
		display: block;
	}
	.pc_br {
		display: none;
	}

	.sp_only {
		display: block;
	}
	.pc_only {
		display: none;
	}
}


/*--------------------------------------
　header
---------------------------------------*/
header {
  background: #fff;
  flex: 0 0 auto;
  padding: 10px 10px;
}

header .logo {
  max-width: 610px;
}

@media screen and (max-width: 768px) {
header {
  background: #fff;
  flex: 0 0 auto;
  padding: 5px 5px;
}

header .logo {
  max-width: 80%;
}
}


/*--------------------------------------
　mv
---------------------------------------*/
#fit-root {
  background: #fff;
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
}

#fit-stage {
  width: 750px;
  transform-origin: top center;
  transform: scale(0.001);
  visibility: hidden;
  will-change: transform;
}

.contents {
  width: 750px;
  margin: 0 auto;
}

.contents_inner {
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.swiper {
  flex: 1 1 auto;
}

.swiper-slide {
  position: relative;
}
.swiper-slide::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 130px;
  height: 137px;
  background: url("../img/swipe_icon.png") left top no-repeat;
  background-size: contain;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.swiper-slide.hint::after {
  animation: swipeLeft 1.6s ease-in-out 2 forwards;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes swipeLeft {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(-30px);
    opacity: 0;
  }
}
@keyframes swipeLeft_SP {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(-15px);
    opacity: 0;
  }
}

.swiper .swiper-pagination {
  position: relative;
  width: 100%;
  margin-top: 30px;
}
.swiper .swiper-pagination-bullet {
  background: #ddd;
  width: 20px;
  height: 20px;
  opacity: 1;
  margin: 0 10px!important;
}
.swiper .swiper-pagination-bullet-active {
  background: #666;
}

@media screen and (max-width: 768px) {
  #fit-root {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    inset: inherit;
    display: block;
    overflow: visible;
  }

  #fit-stage {
    width: 100%;
    height: auto;
    transform: none;
    visibility: visible;
  }

  .contents {
    width: 100%;
  }
  
  .swiper-slide::after {
    bottom: 15px;
    width: 20%;
    height: 0;
    padding-top: calc(20%*137/130);
  }
  .swiper-slide.hint::after {
    animation: swipeLeft_SP 1.6s ease-in-out 2 forwards;;
  }
  
  .swiper .swiper-pagination {
    margin-top: 20px;
  }
  .swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 6px!important;
  }  
}


/*--------------------------------------
　cta_parts
---------------------------------------*/
.cta_parts {
  flex: 0 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 20px 20px;
}

.cta_parts .cta_btn {
  width: calc((100% / 2) - 5px);
}

@media screen and (max-width: 768px) {
  .cta_parts {
    padding: 10px 10px;
  }
}
