@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  style.css
 style info :  ブライトエイジLP スタイル
=================================================================== */
*,
::before,
::after {
  box-sizing: border-box;
}

:focus {
  outline: none;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  /* background: transparent; */
}

/* body {
  line-height: 1;
} */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
} */

ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}

mark {
  font-weight: 700;
  font-style: italic;
  color: #000;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input,
select {
  vertical-align: middle;
}

/* html {
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 3.2vw;
} */

img {
  display: block;
  width: auto;
  max-width: 100%;
  vertical-align: bottom;
}

/* ----------------------
  COMMON
---------------------- */
/* body {
  background-color: #fff;
} */

.wrap {
  display: block;
  margin: 0 auto;
  max-width: 750px;
}

.l-table {
  margin: 0 auto;
  max-width: 640px;
}

main {
  background: #fff;
}

.sns {
  display: flex;
  margin-bottom: 10%;
}

/*モーダル*/
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  box-sizing: border-box;
}

.modal__content {
  background: #fff;
  text-align: left;
  padding: 14px 0 14px 30px;
  width: 85%;
  position: relative;
  top: 50%;
  left: 50%;
  z-index: 8;
  font-size: 3.2vw;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}

.js-modal-open {
  padding: 0;
  line-height: 0;
  display: block;
}

.modal_scroll {
  max-height: 500px;
  overflow-y: auto;
  padding: 0 30px 0 0;
}

.modal__content {
  width: 85%;
  position: relative;
  top: 50%;
  left: 50%;
  z-index: 8;
  font-size: 3.2vw;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}

.modal-close {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background: #d2496b;
  border-radius: 50%;
  top: -5%;
  right: -5%;
  z-index: 9;
  cursor: pointer;
}

.modal-close::before,
.modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  /* 棒の幅（太さ） */
  height: 20px;
  /* 棒の高さ */
  background: #fff;
  /* バツ印の色 */
}

.modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal__content p {
  margin: 16px auto;
  line-height: 1.5;
}

p.modal-close {
  margin: 0;
}

.modal_popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 8;
  width: 85%;
  margin: 0 auto;
}

.modal-close02 {
  display: block;
  position: absolute;
  width: 9.6vw;
  height: 9.6vw;
  max-width: 72px;
  max-height: 72px;
  border-radius: 50%;
  top: -0.6666666667vw;
  right: 0.4vw;
  z-index: 9;
  cursor: pointer;
}

.modal-close02::before,
.modal-close02::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 24px;
  background: #333;
}

.modal-close02::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close02::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media only screen and (min-width: 736px) {
  /*モーダル内のコンテンツの指定*/
  .modal__content {
    font-size: 24px;
    padding: 0 0 14px 50px;
    width: 60%;
    top: 423px;
  }
  .modal_scroll {
    padding: 30px 30px 30px 0;
    max-height: 447px;
  }
  .modal_popup {
    width: 65%;
    max-width: 670px;
  }
  .modal-close02 {
    top: -0.2%;
    right: 0.8%;
  }
}
.btn_teiki {
  max-width: 680px;
  width: 90.67%;
  margin: 0 auto 10%;
}
.btn_teiki a img {
  box-shadow: 7px 7px 13px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
}

.btn_powder {
  max-width: 640px;
  width: 85.33%;
  margin: 0 auto 10%;
}

.sec_cp {
  position: relative;
}

.btn_cv {
  position: absolute;
  max-width: 550px;
  width: 73.33%;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
}

.img33 {
  position: relative;
}

.btn_aboutDelivery {
  position: absolute;
  max-width: 200px;
  width: 26.67%;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
}

.btn_returnPolicy {
  position: absolute;
  max-width: 178px;
  width: 23.73%;
  margin: 0 auto;
  top: 46%;
  left: 0;
  right: 0;
}/*# sourceMappingURL=style.css.map */