@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&display=swap");

html,
body {
  height: 100%;
}
html {
  font-size: 62.5%;
  overflow-y: scroll;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
form,
figure {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.7rem;
  line-height: 1.7;
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "メイリオ", Meiryo, Arial, Verdana, sans-serif;
  text-align: left;
  color: var(--black);
}
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
form,
input,
textarea,
button,
table,
tr,
th,
td,
article,
aside,
footer,
header,
hgroup,
nav,
section,
a,
span,
img {
  box-sizing: border-box;
}
body {
  min-width: 1000px;
  background-color: #ffffff;
}
a {
  color: var(--black);
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a,
a img {
  transition: opacity 0.3s ease-out;
}
a:hover,
a:hover img {
  opacity: 0.7;
}
figure {
  text-align: center;
  line-height: 0;
  margin: 0;
  padding: 0;
}
p {
  font-size: 1.77rem;
}
.sp {
  display: none;
}
.wrap {
  width: 96%;
  max-width: 950px;
  margin: auto;
}
.clear {
  clear: both;
}
/* ------------------------------
    text/font
------------------------------ */
:root {
  --red: #e41021;
  --black: #241818;
  --blue: #4fa9e5;
}
.ta_c {
  text-align: center;
}
.fwb {
  font-weight: bold;
}
.marker {
  background: linear-gradient(transparent 65%, #ffe72e 55%, #ffe72e 96%, transparent 96%);
}
.udl2 {
  color: #000 var(--black);
  padding-bottom: 5px;
  background: linear-gradient(transparent 88%, var(--black) 88%, var(--black) 92%, transparent 92%);
}
.font_serif {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "MS 明朝", serif;
}
.font_gos {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
  figure {
    width: 100%;
    text-align: center;
  }
  img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }
  p {
    font-size: 3.8vw;
  }
  .wrap {
    width: 96%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .txt {
    font-size: 1.4rem;
  }
}
/* ------------------------------
*  form
------------------------------ */
.form_wrap {
  max-width: 950px;
  margin: 0 auto;
}
.form_wrap .sub_txt {
  color: var(--black);
  font-size: 1.8rem;
  letter-spacing: -0.025em;
  font-weight: 600;
}
.form_wrap .big_txt {
  font-size: 2.3rem;
}
.box_wrap {
  width: 100%;
  max-width: 743px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border: 2px solid #5c5a74;
  border-radius: 3px;
  color: var(--black);
  background-color: #fff;
  font-size: 1em;
  margin: 20px auto;
}
.txt_box {
  border: none;
  width: 100%;
  font-size: 2.5rem;
}
.txt_box::placeholder {
  padding: 0.5em 0.5em;
  color: #666;
  text-align: center;
}
input[type="text"]:focus {
  outline: 0;
}
.required {
  width: 42px;
  height: 26px;
}
@media screen and (max-width: 767px) {
  .form_wrap {
    width: 100%;
    padding: 0 1vw;
  }
  .form_wrap .sub_txt {
    font-size: 3.3vw;
  }
  .form_wrap .big_txt {
    font-size: 4vw;
  }
  .box_wrap {
    max-width: 98vw;
    padding: 2.667vw;
    border-radius: 0.4vw;
    margin: 5vw auto;
  }
  .txt_box {
    font-size: 3.2vw;
  }
  .required {
    width: 5.6vw;
    height: 3.467vw;
    top: 5px;
  }
}
/* ------------------------------
*  header
------------------------------ */
#mv {
  border-top: 4px solid var(--black);
  text-align: center;
}
@media screen and (min-width: 768px) {
  #mv {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #mv {
    padding: 4.5vw 0;
  }
  #mv img {
    width: 90vw;
  }
  .fv_form .box_wrap {
    margin: 2vw auto;
  }
}
/* ------------------------------
*  footer
------------------------------ */
.footer {
  position: relative;
  text-align: center;
  background-color: #fff;
  padding: 20px 0;
}
.footer * {
  color: var(--black);
  font-size: 1.4rem;
}
.footer .logo {
  margin-top: 20px;
}
.footer ul {
  margin: 16px auto 18px;
  text-align: center;
}
.footer ul li {
  position: relative;
  display: inline-block;
}
.footer ul li a {
  padding: 0 1.2em;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 3vw 1vw 10vw;
  }
  .footer ul li a {
    font-size: 3.3vw;
  }
  .footer .copy {
    font-size: 3vw;
  }
  .footer .logo {
    margin-top: 6vw;
  }
  .footer .logo img {
    width: 25vw;
  }
  .footer ul {
    margin: 2vw auto;
  }
}
/* ------------------------------
*  btn
------------------------------ */
.btn {
  transition: 0.5s;
}
.btn a {
  display: block;
  line-height: 0;
}
.btn:hover {
  opacity: 0.7;
}
/* ---------------
submit_btn 
----------------*/
.submit_btn input[class="form-control"] {
  display: block;
  width: 100%;
  margin: auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/btn.jpg) 50% 50% no-repeat;
  background-size: 100%;
  cursor: pointer;
  width: 525px;
  height: 93px;
  border: none;
  outline: none;
  font-size: 0;
}
.submit_btn input[class="form-control"] :hover {
  opacity: 0.7;
}
.submit_btn {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .submit_btn input[class="form-control"] {
    width: 96vw;
    height: 20vw;
  }
}

/* -----------------------------
gift
------------------------------ */
.ribbon_ttl {
  text-align: center;
}
.flex_box figcaption {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .gift {
    margin: 15vw 0;
  }
  .ribbon_ttl {
    margin-bottom: 5vw;
  }
  .gift .flex_box {
    display: block;
  }
  .gift .flex_box figcaption {
    font-size: 4vw;
    margin-top: 3vw;
  }
  .gift figure img {
    width: 70vw;
    margin-left: 7vw;
  }
  .gift figure + figure {
    margin-top: 10vw;
  }
}
@media screen and (min-width: 768px) {
  .gift {
    margin: 100px 0;
  }
  .ribbon_ttl {
    margin-bottom: 20px;
  }
  .gift .flex_box {
    display: flex;
    justify-content: center;
    align-items: start;
    margin-left: -100px;
  }
  .gift figure {
    margin: 0 5px;
  }
  .gift_02 figcaption,
  .gift_03 figcaption {
    font-size: 1.6rem;
    margin: 35px 0 0 63px;
  }
  .gift_01 figcaption {
    font-size: 1.6rem;
    margin: -5px 0 0 63px;
  }
}

/* -----------------------------
sec01
------------------------------ */
.sec01 {
  padding-top: 50px;
}
.sec01 .inner p + p {
  margin-top: 25px;
}
.sec01 .ttl {
  font-size: 6rem;
  margin-bottom: 25px;
}
.sec01 .ck_list {
  width: 100%;
  margin: 38px auto 55px;
}
.sec01 .ck_list li {
  position: relative;
  background: #f0f9ff;
  border: 2px solid #eef6f7;
  border-radius: 5px;
  padding: 10px 10px 10px 69px;
  font-size: 2.7rem;
  line-height: calc(37.5 / 27.08);
  color: var(--black);
  font-weight: 600;
  letter-spacing: 0.11em;
  box-shadow: 2px 2px 1px #bfc0c3;
}
.sec01 .ck_list li::before {
  position: absolute;
  content: "";
  background: url("../img/check.png") no-repeat top center / cover;
  width: 43px;
  height: 36px;
  left: 21px;
  top: 15px;
}
.sec01 .ck_list li + li {
  margin-top: 20px;
}
.sec01 .inner {
  padding: 0 5px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .sec01 {
    background-size: 4vw auto;
    padding-top: 5%;
  }
  .sec01 .inner p + p,
  .sec01 .inner_flex p + p {
    margin-top: 5%;
  }
  .sec01 .ttl {
    font-size: 8vw;
    line-height: 1.2;
    margin-bottom: 6%;
  }
  .sec01 .ck_list {
    margin: 5% auto 10%;
  }
  .sec01 .ck_list li {
    padding: 3% 2% 3% 2.5em;
    font-size: 4.2vw;
  }
  .sec01 .ck_list li::before {
    width: 7vw;
    height: 6vw;
    left: 0.5em;
    top: 0.8em;
  }
  .sec01 .ck_list li + li {
    margin-top: 3%;
  }
  .sec01 .inner {
    padding: 0;
  }
  .sec01 figure img {
    width: 100vw;
  }
}
/* -----------------------------
sec02
------------------------------ */
.sec02 .ttl {
  letter-spacing: -0.025em;
}
.sec02 .black_bg {
  width: 100%;
  background-color: var(--black);
}
.sec02 .white_bg {
  width: 100%;
  background-color: #fff;
}
.sec02 dl {
  border-bottom: 1px dashed #cccccc;
  line-height: 1.3;
}
.sec02 dl:last-child {
  border-bottom: none;
}
.sec02 dt {
  line-height: 1.3;
  border-bottom: 3px solid var(--red);
  margin: 0 auto;
}
.sec02 .red {
  color: var(--red);
}
.sec02 .privacy {
  border: 1px solid #cccccc;
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding: 10vw 0 20vw;
  }
  .sec02 .inner {
    padding: 0;
  }
  .sec02 .form_wrap {
    padding: 0;
  }
  .sec02 .ttl {
    font-size: 10vw;
    margin-bottom: 5vw;
  }
  .sec02 .sub_ttl {
    font-size: 5vw;
    margin: 2vw auto 5vw;
  }
  .sec02 .black_bg {
    padding: 3.6vw 2.4vw;
  }
  .sec02 .white_bg {
    padding: 4vw 2vw 5vw 2vw;
  }
  .sec02 dl {
    margin-bottom: 7.6vw;
    padding-bottom: 7.6vw;
    font-size: 4.5vw;
  }
  .sec02 dt {
    width: 87vw;
    margin-bottom: 3vw;
    line-height: 1.6;
    font-size: 5vw;
  }
  .sec02 dt .big {
    font-size: 7vw;
  }
  .sec02 .small {
    margin-left: 5vw;
  }
  .sec02 dd {
    font-size: 3.9vw;
    margin-top: 5vw;
  }
  .sec02 .privacy {
    margin-top: 5vw;
  }
  .sec02 .form_wrap .sub_txt {
    font-size: 4.2vw;
  }
  .sec02 .form_wrap .big_txt {
    font-size: 4.5vw;
  }
  .sec02 .txt_box {
    font-size: 2.8vw;
  }
  .sec02 figure img {
    width: 67vw;
    margin-bottom: 5vw;
    margin-left: 2vw;
  }
  .sec02 .submit_btn input[class="form-control"] {
    width: 85vw;
    font-size: 0px;
  }
}
@media screen and (min-width: 768px) {
  .sec02 {
    padding: 97px 0;
  }
  .sec02 .inner {
    padding: 0 22px;
  }
  .sec02 .ttl {
    font-size: 6rem;
    margin-bottom: 25px;
  }
  .sec02 dt {
    width: 630px;
  }
  .sec02 .black_bg {
    padding: 18px 12px;
  }
  .sec02 .white_bg {
    padding: 32px 30px 52px 30px;
  }
  .sec02 dl {
    margin-bottom: 32px;
    padding-bottom: 32px;
  }
  .sec02 dt {
    font-size: 3.5rem;
    margin-bottom: 50px;
  }
  .sec02 dt .big {
    font-size: 4rem;
  }
  .sec02 dd {
    font-size: 3rem;
    margin-top: 20px;
  }
  .sec02 .small {
    font-size: 2.5rem;
    margin-left: 60px;
  }
  .sec02 figure {
    margin-bottom: 15px;
  }
  .sec02 .gift {
    margin: 50px auto;
  }
  .sec02 .gift .flex_box {
    margin-left: -40px;
  }
  .sec02 .gift figure img {
    width: 99%;
  }
  .sec02 .gift figcaption {
    font-size: 1.3rem;
  }
  .sec02 .gift_01 figcaption {
    margin: 0 0 0 40px;
  }
  .sec02 .privacy {
    margin-top: 55px;
  }
}
/* -----------------------------
sec03
------------------------------ */
.sec03 .ttl {
  letter-spacing: -0.025em;
}
.sec03 dt {
  color: var(--black);
  font-weight: 600;
  letter-spacing: 0.1em;
}
.sec03 dd {
  color: var(--black);
  font-weight: 600;
  letter-spacing: 0.1em;
}
.sec03 .sub_txt {
  color: var(--black);
  font-weight: 600;
  font-size: 1.66rem;
  margin-top: 2px;
  padding-bottom: 10px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid var(--black);
}
@media screen and (max-width: 767px) {
  .sec03 {
    padding-bottom: 8vw;
  }
  .sec03 .ttl {
    font-size: 9.58vw;
    margin-bottom: 5vw;
  }
  .sec03 .sub_ttl {
    font-size: 5vw;
    margin: 2vw auto 5vw;
  }
  .sec03 .inner {
    padding: 0;
  }
  .sec03 p {
    margin-top: 5vw;
    font-size: 4vw;
  }
  .sec03 dl {
    margin-top: 2vw;
  }
  .sec03 dt {
    font-size: 8vw;
    text-align: center;
  }
  .sec03 dd {
    font-size: 4vw;
    text-align: center;
  }
  .sec03 .sub_txt {
    font-size: 3.8vw;
    padding-bottom: 2vw;
    margin: 3vw 0 2vw;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .sec03 {
    padding-bottom: 97px;
  }
  .sec03 .ttl {
    font-size: 6rem;
    margin-bottom: 10px;
  }
  .sec03 .inner {
    padding: 0 25px 0;
  }
  .sec03 p {
    margin-top: 25px;
    font-size: 1.7rem;
  }
  .sec03 dl {
    display: flex;
    align-items: end;
    margin-top: 10px;
  }
  .sec03 dt {
    font-size: 3.75rem;
    margin-right: 20px;
  }
  .sec03 dd {
    font-size: 1.87rem;
    margin-bottom: 6px;
  }
  .sec03 .sub_txt {
    font-size: 1.66rem;
    margin-top: 2px;
    padding-bottom: 10px;
  }
}
/* -----------------------------
offer
------------------------------ */
.offer {
  padding-bottom: 140px;
}
.offer .inner {
  padding: 0 30px;
}
.offer .ttl {
  font-size: 6rem;
  letter-spacing: -0.025em;
  margin-bottom: 20px;
}
.offer table {
  width: 100%;
  margin: 45px auto 100px;
  border-collapse: collapse;
}
.offer th,
.offer td {
  border: 1px solid #d1d9f3;
  padding: 5px 0;
  text-align: center;
  font-size: 1.45rem;
}
.offer thead th,
.offer thead td {
  background-color: var(--black);
  color: #fff;
  font-size: 1.66rem;
}
.offer th {
  width: 333px;
}
.offer tbody th {
  background-color: #f3f8ff;
}
.offer tbody td {
  background-color: #fff;
}
.offer figure {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .offer {
    padding-bottom: 8vw;
  }
  .offer .inner {
    padding: 0;
  }
  .offer .ttl {
    font-size: 9.58vw;
    margin-bottom: 5vw;
  }
  .offer .sub_ttl {
    font-size: 5vw;
    margin: 2vw auto 5vw;
  }
  .offer .scroll_box {
    margin: 5vw auto 10vw;
  }
  .offer th,
  .offer td {
    padding: 1.333vw 0;
    font-size: 3vw;
  }
  .offer thead th,
  .offer thead td {
    font-size: 3.8vw;
  }
  .offer figure img {
    width: 100vw;
  }
  .offer th {
    width: 70vw;
  }
}
/* ---------------
scroll box  
-----------------*/
@media screen and (max-width: 767px) {
  .scroll_box {
    margin: 3vw auto 3vw;
    overflow-y: scroll;
    padding-bottom: 3vw;
  }
  .scroll_box table {
    width: 700px;
    margin: auto;
  }
}
/* ------------------------------
*  privacy
------------------------------ */
.privacy {
  max-width: 752px;
  width: 100%;
  height: 107px;
  padding: 3% 3% 3% 1%;
  margin: 40px auto 0;
  overflow: hidden;
  overflow-y: scroll;
}
.privacy p,
.privacy a,
.privacy dt,
.privacy dd,
.privacy li {
  font-size: 1.2rem !important;
  line-height: 1.4;
  letter-spacing: -0.025em;
}
.privacy dl {
  margin-top: 12px;
}
.privacy dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.privacy p + p,
.privacy li + li,
.privacy p + ol,
.privacy ol > li > ol {
  margin-top: 10px;
}
.privacy ol li {
  list-style-type: decimal;
  margin-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .privacy {
    width: 100%;
    height: 20vw;
    margin: 5vw 0;
  }
  .privacy p,
  .privacy a {
    font-size: 3vw !important;
  }
}
