@charset "UTF-8";
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;
  vertical-align: baseline;
  box-sizing: border-box;
}

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

html,
body {
  font-size: 62.5%;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  font-weight: inherit;
  font-size: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

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

p {
  word-wrap: break-word;
}

input[type=text],
input[type=tel],
input[type=mail] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  border-radius: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  border-radius: 0;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

.ex-maxWidth {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}

.ex-XYcent, .top-page .author-sec .flex-box--text .author-img img, .top-page .about-sec .img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ex-Xcent {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.ex-Ycent, .top-page .message-sec .anchor-box .anchor .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.ex-cent-clear {
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0, 0);
}

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

.br--sp {
  display: none;
}
@media all and (max-width: 660px) {
  .br--sp {
    display: inline;
  }
}

@media all and (max-width: 660px) {
  .br-no-sp {
    display: none;
  }
}

.br--tb {
  display: none;
}
@media all and (max-width: 960px) {
  .br--tb {
    display: inline;
  }
}

@media all and (max-width: 960px) {
  .br-no-tb {
    display: none;
  }
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #292929;
}

footer {
  border-top: 1px solid rgba(0, 110, 231, 0.85);
  margin-top: 140px;
  padding: 40px 0 12px;
}
@media all and (max-width: 660px) {
  footer {
    margin-top: 100px;
    padding-bottom: 5px;
  }
}
footer .logo {
  width: 80%;
  max-width: 240px;
  margin: 0 auto;
}
@media all and (max-width: 660px) {
  footer .logo {
    width: 65%;
  }
}
footer .copyRight {
  padding-top: 70px;
  font-size: 12px;
  color: #006ee7;
  opacity: 0.5;
  text-align: center;
}
@media all and (max-width: 660px) {
  footer .copyRight {
    padding-top: 55px;
    font-size: 11px;
  }
}

.bs-inr {
  padding: 0 36px;
}
@media all and (max-width: 660px) {
  .bs-inr {
    padding: 0 31px;
  }
}

.bs-anchor {
  color: #e75900;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  position: relative;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media all and (max-width: 660px) {
  .bs-anchor {
    font-size: 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .bs-anchor:hover {
    transform: translateY(10px);
    opacity: 0.6;
  }
}
.bs-anchor::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #e75900;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.bs-anchor .tri {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 8px solid #e75900;
  border-bottom: 0;
  display: block;
  margin: 0 auto;
}

.bs-anchor-center {
  text-align: center;
}

.pageBqckImage {
  width: 100vw;
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../img/common/pageBqckImage.jpg);
  z-index: 1;
  opacity: 0.6;
}

.pageSideContents {
  opacity: 0;
  visibility: hidden;
}
.pageSideContents.show {
  opacity: 1;
  visibility: visible;
  transition: 1s ease-in;
}

.pageLeftContents {
  width: calc((100vw - 620px) / 2);
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 1240px) {
  .pageLeftContents {
    width: calc((100vw - 520px) / 2);
  }
}
@media all and (max-width: 960px) {
  .pageLeftContents {
    display: none;
  }
}
.pageLeftContents .logo-box {
  width: 82%;
  max-width: 480px;
  position: relative;
}

.pageRightContents {
  width: calc((100vw - 620px) / 2);
  height: 100svh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 1240px) {
  .pageRightContents {
    width: calc((100vw - 520px) / 2);
  }
}
@media all and (max-width: 960px) {
  .pageRightContents {
    display: none;
  }
}
.pageRightContents .sale-box {
  margin: 0 auto;
  width: 85%;
  max-width: 480px;
}
.pageRightContents .sale-box .title {
  width: 85%;
  margin: 0 auto;
  text-align: centefr;
}

.ctaBunner {
  width: calc(100% - 20px);
  max-width: 468px;
  padding: 12px 0;
  border-radius: 10px;
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: #006ee7;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: lighter;
  display: none;
}
@media all and (max-width: 960px) {
  .ctaBunner {
    display: block;
  }
}
@media all and (max-width: 660px) {
  .ctaBunner {
    font-size: 16px;
    padding: 10px 0;
  }
}
.ctaBunner span {
  width: 100%;
  display: block;
  line-height: 1.4;
}

#wrapper {
  width: 100%;
  max-width: 620px;
  min-height: 100svh;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 40px rgba(0, 111, 231, 0.12);
  z-index: 10;
  background: #fff;
}
@media all and (max-width: 1240px) {
  #wrapper {
    max-width: 520px;
  }
}

.top-page {
  opacity: 0;
  visibility: hidden;
}
.top-page.show {
  opacity: 1;
  visibility: visible;
  transition: 1s ease-in;
}
.top-page .mv-sec {
  width: 100%;
  height: 100svh;
  min-height: 660px;
  background: url(../img/top/mv-image.jpg) 37% center/cover;
}
.top-page .mv-sec .lead {
  padding-top: 22px;
  font-size: 24px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: 100;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
}
@media all and (max-width: 660px) {
  .top-page .mv-sec .lead {
    padding-top: 15px;
    font-size: 4.4vw;
  }
}
.top-page .mv-sec .title {
  width: 81%;
  margin: 0 auto;
  padding-top: calc(22px + 8.5vh);
}
.top-page .message-sec {
  padding: 5.2vh 0 4vh;
  background: rgba(255, 246, 134, 0.2);
}
.top-page .message-sec .sale {
  width: 55%;
  margin: 0 auto;
  margin-bottom: 36px;
}
@media all and (max-width: 660px) {
  .top-page .message-sec .sale {
    width: 70%;
  }
}
@media all and (max-width: 660px) {
  .top-page .message-sec .thankYou {
    font-size: 14px;
  }
}
.top-page .message-sec .anchor-box {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.top-page .message-sec .anchor-box .anchor {
  padding: 1em 0 1.1em;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: clamp(12px, 3.7vw, 18px);
  line-height: 1;
  border-radius: 1.3vw;
  position: relative;
}
.top-page .message-sec .anchor-box .anchor.shop {
  background: #e75900;
}
.top-page .message-sec .anchor-box .anchor.insta {
  background: #006ee7;
}
.top-page .message-sec .anchor-box .anchor .icon {
  width: 16px;
  right: 18px;
}
.top-page .message-sec .form-box {
  margin-top: 25px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.top-page .about-sec {
  padding: 16vh 0;
}
@media all and (max-width: 660px) {
  .top-page .about-sec {
    padding: 10vh 0 8vh;
  }
}
.top-page .about-sec .title {
  margin-bottom: 45px;
}
@media all and (max-width: 660px) {
  .top-page .about-sec .title {
    margin-bottom: 20px;
  }
}
.top-page .about-sec .p-box {
  display: flex;
  flex-direction: column;
  gap: 53px;
}
@media all and (max-width: 660px) {
  .top-page .about-sec .p-box {
    gap: 26px;
  }
}
.top-page .about-sec p {
  color: #46c2d1;
  font-size: 18px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media all and (max-width: 660px) {
  .top-page .about-sec p {
    font-size: 14px;
  }
}
.top-page .about-sec .img-box {
  margin-top: 60px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media all and (max-width: 660px) {
  .top-page .about-sec .img-box {
    gap: 5px;
  }
}
.top-page .about-sec .img-box .img {
  position: relative;
  overflow: hidden;
}
.top-page .about-sec .img-box .img::before {
  content: "";
  display: block;
}
.top-page .about-sec .img-box .img__1 {
  width: 100%;
}
.top-page .about-sec .img-box .img__1::before {
  padding-top: 57%;
}
.top-page .about-sec .img-box .img__2 {
  width: calc((100% - 10px) * 0.6);
}
@media all and (max-width: 660px) {
  .top-page .about-sec .img-box .img__2 {
    width: calc((100% - 5px) * 0.6);
  }
}
.top-page .about-sec .img-box .img__2::before {
  padding-top: 110%;
}
.top-page .about-sec .img-box .img__3 {
  width: calc((100% - 10px) * 0.4);
}
@media all and (max-width: 660px) {
  .top-page .about-sec .img-box .img__3 {
    width: calc((100% - 5px) * 0.4);
  }
}
.top-page .about-sec .img-box .img__3::before {
  padding-top: 110%;
}
.top-page .about-sec .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-page .author-sec {
  padding-top: 80px;
}
.top-page .author-sec .flex-box {
  display: flex;
}
.top-page .author-sec .flex-box--title {
  width: 77px;
  text-align: center;
}
@media all and (max-width: 660px) {
  .top-page .author-sec .flex-box--title {
    width: 45px;
  }
}
.top-page .author-sec .flex-box--title .text {
  margin-bottom: 20px;
  display: block;
  color: #e75900;
  font-size: 20px;
  line-height: 1;
}
@media all and (max-width: 660px) {
  .top-page .author-sec .flex-box--title .text {
    font-size: 13px;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
  }
}
.top-page .author-sec .flex-box--title img {
  width: 55px;
}
@media all and (max-width: 660px) {
  .top-page .author-sec .flex-box--title img {
    width: 40px;
  }
}
.top-page .author-sec .flex-box--text {
  width: calc(100% - 77px);
  padding-left: 18px;
}
@media all and (max-width: 660px) {
  .top-page .author-sec .flex-box--text {
    width: calc(100% - 45px);
  }
}
.top-page .author-sec .flex-box--text .author-img {
  width: 100%;
  margin-bottom: 18px;
  position: relative;
}
.top-page .author-sec .flex-box--text .author-img::before {
  content: "";
  display: block;
  padding-top: 70%;
}
.top-page .author-sec .flex-box--text .author-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-page .author-sec .flex-box--text p {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-size: 15px;
  line-height: 2;
  color: #232323;
}
@media all and (max-width: 660px) {
  .top-page .author-sec .flex-box--text p {
    font-size: 13px;
    line-height: 1.9;
  }
}
.top-page .author-sec .flex-box--text p:not(:last-of-type) {
  margin-bottom: 20px;
}
.top-page .form-sec {
  margin-top: 6.7vh;
}
@media all and (max-width: 660px) {
  .top-page .form-sec {
    padding-top: 14vh;
  }
}
.top-page .form-sec--title {
  margin-bottom: 75px;
  text-align: center;
}
@media all and (max-width: 660px) {
  .top-page .form-sec--title {
    margin-bottom: 40px;
  }
}
.top-page .form-sec--title img {
  width: 80%;
  max-width: 360px;
}
.top-page .form-sec--main {
  margin-bottom: 60px;
}
.top-page .form-sec--main p {
  font-size: 18px;
  line-height: 2;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media all and (max-width: 660px) {
  .top-page .form-sec--main p {
    font-size: 14px;
  }
}
.top-page .form-sec--main p:not(:last-of-type) {
  margin-bottom: 32px;
}
.top-page .form-sec--main p.bold {
  font-weight: lighter;
  font-size: 27px;
  line-height: 2.2;
  color: #006ee7;
}
@media all and (max-width: 660px) {
  .top-page .form-sec--main p.bold {
    font-size: 22px;
  }
}
.top-page .form-sec--main .orange {
  color: #e75900;
  font-weight: 700;
  font-size: 1.3em;
}
.top-page .form-sec--anchor {
  padding: 28px 0;
  background: #006ee7;
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  border-radius: 8px;
  border: 2px solid #006ee7;
  transition: 0.3s;
}
@media all and (max-width: 660px) {
  .top-page .form-sec--anchor {
    padding: 23px 0;
    font-size: 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .top-page .form-sec--anchor:hover {
    background: #fff;
    color: #006ee7;
    opacity: 0.7;
  }
}

.form-page {
  padding: 50px 0 100px;
}
.form-page .top-sec {
  margin-bottom: 30px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.form-page .top-sec .title {
  margin-bottom: 16px;
  padding: 5px 0;
  background: #006ee7;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  border-radius: 5px;
}
@media all and (max-width: 660px) {
  .form-page .top-sec .title {
    font-size: 16px;
  }
}
@media all and (max-width: 660px) {
  .form-page .top-sec p {
    font-size: 14px;
  }
}
.form-page .top-sec .thankyou {
  color: red;
  font-weight: bold;
  text-align: center;
  font-size: 1.2em;
}
.form-page .top-sec .red {
  margin-bottom: 20px;
  color: #e75900;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}
@media all and (max-width: 660px) {
  .form-page .top-sec .red {
    font-size: 20px;
  }
}
.form-page .cau-sec {
  margin-bottom: 60px;
}
.form-page .cau-sec .title {
  font-weight: bold;
  font-size: 20px;
  color: #e75900;
}
@media all and (max-width: 660px) {
  .form-page .cau-sec .title {
    font-size: 18px;
    font-weight: normal;
  }
}
.form-page .cau-sec .in-box {
  border: 1px solid #e75900;
  padding: 16px 10px;
}
@media all and (max-width: 660px) {
  .form-page .cau-sec .in-box {
    padding: 13px 10px;
  }
}
.form-page .cau-sec .in-box li {
  font-size: 14px;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 300;
}
@media all and (max-width: 660px) {
  .form-page .cau-sec .in-box li {
    font-size: 13px;
  }
}
.form-page .cau-sec .in-box li:not(:last-of-type) {
  margin-bottom: 10px;
}
.form-page .form-sec .formList {
  display: flex;
  flex-wrap: wrap;
}
.form-page .form-sec .formList dt {
  width: 100%;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 110, 231, 0.85);
}
.form-page .form-sec .formList dt .top {
  font-weight: bold;
  font-size: 18px;
  color: rgba(0, 110, 231, 0.85);
}
.form-page .form-sec .formList dt .bottom {
  font-size: 13px;
  line-height: 1;
  opacity: 0.5;
}
.form-page .form-sec .formList dd {
  width: 100%;
}
.form-page .form-sec .formList dd:not(:last-of-type) {
  margin-bottom: 40px;
}
.form-page .form-sec .formList dd input[type=radio] {
  margin: 0;
}
.form-page .form-sec .formList dd input[type=text],
.form-page .form-sec .formList dd textarea {
  width: 100%;
  padding: 6px 10px 6px 12px;
  border-radius: 5px;
  font: inherit;
  box-sizing: border-box;
  border: 1px solid #aaa;
}
.form-page .form-sec .formList dd input[type=text]#f_old,
.form-page .form-sec .formList dd textarea#f_old {
  width: 50%;
}
.form-page .form-sec .formList dd input[type=text]::-moz-placeholder, .form-page .form-sec .formList dd textarea::-moz-placeholder {
  opacity: 0.6;
}
.form-page .form-sec .formList dd input[type=text]::placeholder,
.form-page .form-sec .formList dd textarea::placeholder {
  opacity: 0.6;
}
@media all and (max-width: 660px) {
  .form-page .form-sec .formList dd input[type=text],
.form-page .form-sec .formList dd textarea {
    font-size: 15px;
  }
}
.form-page .form-sec .formList dd textarea {
  height: 420px;
}
@media all and (max-width: 660px) {
  .form-page .form-sec .formList dd textarea {
    height: 300px;
    font-size: 14px;
  }
}
.form-page .form-sec .formList dd label {
  margin-right: 20px;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .form-page .form-sec .formList dd label:hover {
    color: #006ee7;
  }
}
.form-page .form-sec .submit-box {
  padding-top: 100px;
  text-align: center;
}
@media all and (max-width: 660px) {
  .form-page .form-sec .submit-box {
    padding-top: 60px;
  }
}
.form-page .form-sec .submit-box .submit {
  width: 80%;
  margin: 0 auto;
  padding: 17px 0;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  color: #fff;
  border-radius: 5px;
  background: #e75900;
  cursor: pointer;
  transition: 0.3s;
  display: block;
}
@media all and (max-width: 660px) {
  .form-page .form-sec .submit-box .submit {
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .form-page .form-sec .submit-box .submit:hover {
    opacity: 0.6;
  }
}
.form-page .form-sec .submit-box .return {
  width: 30%;
  padding: 10px 0;
  margin: 30px auto 0;
  font-size: 14px;
  background: #aaa;
  color: #fff;
  display: block;
  cursor: pointer;
  border-radius: 5px;
  transition: 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .form-page .form-sec .submit-box .return:hover {
    background: #555;
  }
}
.form-page .thank-sec {
  padding-top: 100px;
}
@media all and (max-width: 660px) {
  .form-page .thank-sec {
    padding-top: 40px;
  }
}
.form-page .thank-sec .postTitle {
  width: 92%;
  margin: 0 auto 40px;
}
@media all and (max-width: 660px) {
  .form-page .thank-sec .postTitle {
    width: 100%;
  }
}
.form-page .thank-sec .lead {
  text-align: center;
  margin-bottom: 20px;
}
@media all and (max-width: 660px) {
  .form-page .thank-sec .lead {
    text-align: left;
    font-size: 14px;
  }
}
.form-page .thank-sec .anchor-box {
  margin-top: 80px;
}
@media all and (max-width: 660px) {
  .form-page .thank-sec .anchor-box {
    margin-top: 40px;
  }
}
.form-page .thank-sec .anchor-box .anchor {
  width: 80%;
  margin: 0 auto 10px;
  padding: 17px 0;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  color: #fff;
  border-radius: 5px;
  background: #006ee7;
  cursor: pointer;
  transition: 0.3s;
  display: block;
  opacity: 0.6;
}
@media all and (max-width: 960px) {
  .form-page .thank-sec .anchor-box .anchor {
    opacity: 1;
    font-size: 16px;
  }
}
@media all and (max-width: 660px) {
  .form-page .thank-sec .anchor-box .anchor {
    width: 100%;
    font-size: 15px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .form-page .thank-sec .anchor-box .anchor:hover {
    opacity: 1;
  }
}

.scroll-in {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.2s ease, transform 1.2s ease, visibility 1.2s ease;
  transform: scale(1.025);
}
.scroll-in.show {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
/*# sourceMappingURL=style.css.map */