@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
section, nav, article, aside, hgroup, header, footer, figure, figcaption, details {
  display: block;
}

html, body, div, span, applet, object, iframe, strong, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, table, label, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: calc(100vw / ( 640 / 10 ));
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #fff;
}

img {
  vertical-align: top;
  max-width: 100%;
}

hr {
  height: 1px;
  background-color: #ccc;
  border: 0;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 100%; /* 正方形の動画に対応するために変更 */
  overflow: hidden; /* はみ出た部分を隠す */
}

/* iframeのスタイルはそのまま残します。もし動画がvideoタグではなくiframeで埋め込まれている場合に使われるためです。 */
.video-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1;
}

/* ここにvideoタグに対する新しいスタイルを追加します */
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* コンテナ全体をカバーし、トリミングされることで余白をなくす */
}

.sp_only {
  display: block;
}

.sp_only_inline {
  display: inline;
}

.pc_only,
.pc_only_inline {
  display: none;
}

.wrap {
  max-width: 640px;
  padding: 0 4rem;
  margin: 0 auto;
}

.to_top {
  -webkit-transition: top .6s ease, opacity .6s ease;
  transition: top .6s ease, opacity .6s ease;
  position: relative;
  top: 50px;
  opacity: 0;
}

.isAnimate.show.to_top {
  top: 0;
  opacity: 1;
}

.to_top_left {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
  top: 50px;
  left: 50px;
  opacity: 0;
}

.isAnimate.show.to_top_left {
  top: 0;
  left: 0;
  opacity: 1;
}

.to_top_right {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
  top: 50px;
  right: 50px;
  opacity: 0;
}

.isAnimate.show.to_top_right {
  top: 0;
  right: 0;
  opacity: 1;
}

.contents {
  font-family: 'Noto Sans JP','Hiragino Kaku Gothic Pro',Meiryo,sans-serif;
  color: #fff;
  line-height: 1.8;
  max-width: 640px;
  margin: 0 auto;
  background: #000;
  overflow: hidden;
  text-align: center;
  font-size: 2.6rem;
}

.note {
  font-size: 2rem;
  line-height: 1.6;
  margin-left: 1em;
}
.note li {
  margin: 0 0 .5em;
  text-indent: -1em;
}
.note li:last-of-type {
  margin-bottom: 0;
}

ol.note {
  margin-left: 2em;
}
ol.note li {
  text-indent: -2em;
  counter-increment: num;
}
ol.note li:before {
  content: "※" counter(num) " ";
}

.pink {
  color: #ff3e70;
}

.yellow {
  color: #ddc000;
}

.u_line {
  border-bottom: calc(100vw / ( 640 / 2 )) dotted #ddc000;
}

.u_line_pink {
  border-bottom: calc(100vw / ( 640 / 2 )) dotted #ff3e70;
}

/*=======================================
	mv
=======================================*/
/*=======================================
	cta
=======================================*/
.cta {
  margin-bottom: 5rem;
}
.cta .wrap {
  padding: 0 calc(100vw / ( 640 / 16 ));
}
.cta .box {
  margin-bottom: 4rem;
}
.cta .outer {

  padding: 0 calc(100vw / ( 640 / 4 )) calc(100vw / ( 640 / 4 ));
  border-radius: 0 0 calc(100vw / ( 640 / 10 )) calc(100vw / ( 640 / 10 ));
}
.cta .inner {
  background: url("../images/cta_bg.jpg") no-repeat center;
  background: url("/lp_media/7god/images/cta_bg.jpg") no-repeat center;
  background-size: cover;
  padding: 4rem 2.8rem 5rem;
  border-radius: 0 0 calc(100vw / ( 640 / 10 )) calc(100vw / ( 640 / 10 ));
}
.cta .txt {
  max-width: calc(100vw / ( 640 / 526 ));
  margin: 0 auto 4.6rem;
}
.cta section {
  margin-bottom: 4rem;
}
.cta section figure {
  margin-bottom: 2rem;
}
.cta section button {
  border: none;
  background: none;
  padding: 0;
}
.cta section:last-of-type {
  margin-bottom: 0;
}
.cta section:last-of-type figure {
  margin-bottom: 3rem;
}
.cta .attention {
  padding: 0 4rem;
}

/*=======================================
	voice
=======================================*/
.voice .sec1 {
  margin-bottom: 6rem;
}
.voice .sec1 figure:first-of-type {
  margin-bottom: 4rem;
}
.voice .sec2 .wrap > .h {
  margin-bottom: 5rem;
}
.voice .sec2 section {
  text-align: left;
  padding-bottom: 5rem;
  margin-bottom: 4rem;
  border-bottom: calc(100vw / ( 640 / 2 )) solid #353535;
}
.voice .sec2 section .h {
  margin-bottom: 2rem;
}
.voice .sec2 section:last-of-type {
  padding-bottom: 0;
  margin-bottom: 6rem;
  border-bottom: none;
}

/*=======================================
	why
=======================================*/
.why .sec1,
.why .sec2 {
  margin-bottom: 5rem;
}
.why .sec1 figure,
.why .sec2 figure {
  margin-bottom: 5rem;
}
.why .sec1 p,
.why .sec2 p {
  text-align: left;
}
.why .sec2 {
  margin-bottom: 3rem;
}
.why .sec2 figure {
  margin-bottom: 3rem;
}
.why .sec2 .l {
  text-align: center;
  font-size: 3.6rem;
  margin: 2rem 0;
}

/*=======================================
	what
=======================================*/
.what p {
  text-align: left;
}
.what .h {
  margin-bottom: 3rem;
}
.what .sec1 {
  margin-bottom: 4rem;
}
.what .sec1 .l {
  text-align: center;
  font-size: 3.6rem;
  margin-top: 2rem;
}
.what .sec2 {
  margin-bottom: 5rem;
}
.what .sec2 p {
  margin-top: -47rem;
}
.what .sec3 {
  margin-bottom: 6rem;
}

/*=======================================
	tel
=======================================*/
.tel {
  margin-bottom: 4rem;
}
.tel:after {
  content: "";
  display: block;
  width: calc(100vw / ( 640 / 640 ));
  height: calc(100vw / ( 640 / 100 ));
  background: url("../images/tel_bottom.png") no-repeat;
  background: url("/lp_media/f_for_men_no3/images/tel_bottom.png") no-repeat;
  background-size: contain;
  margin: 0 auto;
}
.tel .btn {
  margin: 4rem 0;
}
.tel .note {
  margin-bottom: 1rem;
}

/*=======================================
	use
=======================================*/
.use .h {
  max-width: calc(100vw / ( 640 / 580 ));
  margin: 0 auto 6rem;
}
.use section {
  padding-bottom: 5rem;
  margin-bottom: 5rem;
  border-bottom: calc(100vw / ( 640 / 2 )) dotted #626262;
}
.use section:last-of-type {
  padding-bottom: 0;
  margin-bottom: 7rem;
  border-bottom: none;
}
.use figure {
  margin-bottom: 3rem;
}
.use p {
  text-align: left;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.use .note {
  text-align: left;
  color: #8f8f8f;
  margin-top: 1rem;
}

/*=======================================
	promise
=======================================*/
.promise {
  padding-bottom: 6rem;
}
.promise .sec1 {
  max-width: calc(100vw / ( 640 / 602 ));
  margin: 0 auto 6rem;
}

/*=======================================
	form
=======================================*/
.form {
  background: #fff;
  height: 500px;
}

/*=======================================
	footer
=======================================*/
footer {
  padding: 4rem 0;
  font-size: 2.2rem;
  line-height: 1.2;
}
footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  -webkit-box-pack: center;
        -ms-flex-pack: center;
          justify-content: center;
}
footer li {
  margin: 0 1rem 1.5rem;
}
footer p {
  font-size: 2rem;
  color: #ccc;
  margin-top: 1rem;
}

/******************************************************************************************

	pc size

******************************************************************************************/
@media only screen and (min-width: 640px) {
  html {
    font-size: 10px;
  }

  .sp_only,
  .sp_only_inline {
    display: none;
  }

  .pc_only {
    display: block;
  }

  .pc_only_inline {
    display: inline;
  }

  .wrap {
    max-width: 640px;
    padding: 0 40px;
  }

  .contents {
    max-width: 640px;
    font-size: 26px;
  }

  .u_line {
    border-bottom: 2px dotted #ddc000;
  }

  .u_line_pink {
    border-bottom: 2px dotted #ff3e70;
  }

  /*=======================================
  	mv
  =======================================*/
  /*=======================================
  	cta
  =======================================*/
  .cta .wrap {
    padding: 0 0px;
  }
  .cta .outer {
    padding: 0 4px 4px;
    border-radius: 0 0 10px 10px;
  }
  .cta .inner {
    border-radius: 0 0 10px 10px;
  }
  .cta .txt {
    max-width: 526px;
  }

  /*=======================================
  	voice
  =======================================*/
  .voice .sec2 section {
    border-bottom: 2px solid #353535;
  }

  /*=======================================
  	why
  =======================================*/
  /*=======================================
  	what
  =======================================*/
  /*=======================================
  	tel
  =======================================*/
  .tel:after {
    width: 640px;
    height: 100px;
  }

  /*=======================================
  	use
  =======================================*/
  .use .h {
    max-width: 580px;
  }
  .use section {
    border-bottom: 2px dotted #626262;
  }

  /*=======================================
  	promise
  =======================================*/
  .promise .sec1 {
    max-width: 602px;
  }

  /*=======================================
  	footer
  =======================================*/
}