@charset "utf-8";
/* --------------------------------------------------------------------
 ページ内共通
-------------------------------------------------------------------- */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
img,
video {
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: middle
}
a {
  display: block;
}
html {
  overflow: auto;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  font-family: arial, sans-serif
}
body {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  background: #f9f8f2;
}
body:not(.pc) {
  font-size: 16px;
  font-size: 1.33333rem
}

@media screen and (min-width: 751px) {
  body {
    line-height: 1.5
  }
}
.fv {
  max-width: 750px;
  margin: 0 auto
}
main,
.inner {
    margin: 0 auto
}
@media screen and (max-width: 750px) {
  main,
  .inner {
      max-width: 750px
  }
}
@media screen and (min-width: 751px) {
  section:not(#limited) {
      max-width: 750px;
      margin: 0 auto
  }
}
.disInBl {
	display: inline-block;
}
.dispNone {
	display: none !important;
}
.relative-wrap {
	position: relative;
}
#form {
  text-align: start;
}
.is-fixed {
  display: none!important;
}


/* --------------------------------------------------------------------
 main
-------------------------------------------------------------------- */
#top {
  color: #333333;
  font-family:	"HiraginoKaku-W3-90msp-RKSJ-H", Verdana, Osaka, "MS PGothic", Sans-Serif;
  font-size: 13px;
  margin: 0px auto;
  text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  max-width: 750px;
  overflow:hidden;
}
/* FV */
.cover {
  overflow: hidden;
  position: relative;
  margin-bottom: -3%;
}
.movie_cover {
  position: relative;
  z-index: 3;
}
.movie_under {
  position: absolute;
  z-index: 2;
}
.fv .movie_under {
  bottom: 23%;
  right: -3%;
  max-width: none;
  width: 43%;
}
.fv .movie_under.pos02 {
  bottom: 19%;
  right: -7%;
  max-width: none;
  width: 43%;
}

/* contents */
.relative_wrap {
	position: relative;
}
.under_cont {
  position: relative;
  z-index: 6;
}
.over_cont {
  position: relative;
  z-index: 7;
}
.cont01 .movie_under {
  top: 25%;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 85%;
}
.cont05 .over_cont {
  position: absolute;
  top: -3%;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
}
.contWrap11_12 .over_cont {
  margin-top: -14%;
}
.cont13 .under_cont {
  position: absolute;
  top: 39.5%;
  left: 6%;
  width: 67%;
}
.cont14 .under_cont {
  position: absolute;
  top: 29.5%;
  right: 0;
  width: 83%;
}
.reason01_01 .over_cont {
  position: absolute;
  bottom: 22%;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 89%;
}
.reason01_02 .over_cont01 {
  position: absolute;
  top: 30%;
  left: 2.8%;
  z-index: 10;
}
.reason01_02 .over_cont02 {
  position: absolute;
  top: 47.5%;
  left: 7%;
  display: block;
  width: 44%;
  z-index: 9;
}
.reason01_02 .over_cont03 {
  position: absolute;
  top: 47.8%;
  right: 6.5%;
  display: block;
  width: 44%;
  z-index: 8;
}
.reason02 {
  overflow: hidden;
}
.reason02 .under_cont {
  position: absolute;
  bottom: -1%;
  right: -2%;
  display: block;
  width: 59%;
}
.cont_15 .over_cont {
  width: 80%;
  position: absolute;
  bottom: 4.5%;
  right: 0;
  left: 0;
  display: block;
  margin: 0 auto;
}

.floating {
  position: fixed;
  margin:0 auto 0 1%;
  bottom: 1px;
  display: none;
  z-index: 300;
  width:700px;
}
@media screen and (max-width: 750px) {
  .floating {
      width:90%;
      margin:0 5%;
  }
  .floating img {
      width:100%;
  }
}


/* --------------------------------------------------------------------
 contact
-------------------------------------------------------------------- */
.offer {
  position: relative;
  z-index: 4;
}
.offer .btn {
  position: absolute;
  top: 52%;
  left: 3.8%;
  width: 90%;
  z-index: 5;
}


/* --------------------------------------------------------------------
 footer
-------------------------------------------------------------------- */
.footerNaviWrap {
	background-color: #1d1390;
}
.footerNaviWrap ul {
	padding-top: 33px;
}
.footerNaviWrap ul li {
	text-align: center;
	vertical-align: middle;
	font-size: 24px;
	line-height: 24px;
	color: #ffffff;
	padding-bottom: 33px;
}
.footerNaviWrap ul li a:link {	color: #ffffff;	text-decoration: underline;}
.footerNaviWrap ul li a:visited {	color: #ffffff;	text-decoration: underline;}
.footerNaviWrap ul li a:hover {	color:#ffffff;	text-decoration: none;}
.footerNaviWrap ul li a:active {	color:#ffffff;	text-decoration: none;}

.footerCopyWrap {
	color: #1d1390;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	padding: 30px 0px;
}


/* --------------------------------------------------------------------
 animation
-------------------------------------------------------------------- */
/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* instagram slider */
.instagram {
  position: relative;
}
.slide {
  width: 100%;

  /*
  下記はこの記述の略
  height: 48%;
  max-height: 365px;
  */
  height: min(48%, 365px);

  background-image: url(https://d2w53g1q050m78.cloudfront.net/withcosme/uploads/lp/sp/nwc/03/img/insta_slide_20230530.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  animation: loop 40s linear infinite;
  position: absolute;
  top: 55%;
  left: 0;
  z-index: 9;
}
@keyframes loop {
  from {
      background-position: 0 0;
  }
  to {
      background-position: -2000px 0; /* 画像のマイナス幅 */
  }
}
