@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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,
button,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1em;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  word-wrap: break-word;
}

ol,
ul {
  list-style: none;
  padding: 0px;
  margin: 0;
}

blockquote,
q {
  quotes: none;
}

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

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

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

img {
  height: auto;
  display: block;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

video {
  outline: none;
  -webkit-filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
}

/*-------------------------------------------
変数
-------------------------------------------*/
/*-------------------------------------------
全体
-------------------------------------------*/
:root {
  --headerHeight: 100px;
  --paddingSection: 40px;
  --paddingLR: 16px;
}

@media screen and (max-width: 959px) {
  :root {
    --headerHeight: 80px;
    --paddingSection: 40px;
  }
}
:root {
  --color_purple: #2a145a;
  --color_purple_02: #612cb0;
  --color_blue: #002a58;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

@media screen and (max-width: 959px) {
  html {
    font-size: 16px;
  }
}
body {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  line-height: 1.6;
  position: relative;
}

img {
  max-width: 100%;
  object-fit: cover;
}

/*-------------------------------------------
レイアウト
-------------------------------------------*/
.container {
  max-width: 980px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.inner {
  width: 100%;
  max-width: calc(980px + var(--paddingLR) * 2);
  padding-left: var(--paddingLR);
  padding-right: var(--paddingLR);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.inner_contents {
  width: 100%;
  max-width: calc(900px + var(--paddingLR) * 2);
  padding-left: var(--paddingLR);
  padding-right: var(--paddingLR);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 959px) {
  .container .inner,
  .container .inner_contents,
  .inner .inner_contents {
    padding-left: 0;
    padding-right: 0;
  }
}
section {
  text-align: center;
}

@media screen and (max-width: 980px) {
  .container {
    width: 100%;
    padding: 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0 24px;
  }
}
/*-------------------------------------------
見出し
-------------------------------------------*/
.header-image {
  width: auto;
  height: 100%;
  height: 74px;
  object-fit: cover;
}

.sub-header {
  font-size: 18px;
  margin-top: 16px;
  margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
  .header-image {
    height: 50px;
  }
  .sub-header {
    font-size: 16px;
    margin-bottom: 48px;
  }
}
/*-------------------------------------------
ボタン
-------------------------------------------*/
/*-------------------------------------------
改行
-------------------------------------------*/
.pc-br {
  display: block;
}

.sp-br {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-br {
    display: none;
  }
  .sp-br {
    display: inline-block;
  }
}
/*-------------------------------------------
ヘッダー
-------------------------------------------*/
header {
  height: 55px;
  background-color: #2764c0;
}

.logo_area {
  width: 187px;
  height: 24px;
}

.windows_area {
  width: 130px;
  height: 24px;
}

header .bg_gray {
  padding-top: 18px;
}

header .bg_gray .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .bg_gray .text_area {
  margin-top: 22px;
  margin-left: auto;
  font-size: 12px;
  font-weight: 700;
  text-align: right;
}

@media screen and (max-width: 768px) {
  header .bg_gray .text_area {
    font-size: 10px;
  }
}
/*-------------------------------------------
メインヴィジュアル
-------------------------------------------*/
.mv-upper {
  height: 450px;
  margin: 0 auto;
  color: #ffffff;
  background-image: url(../images/bg-mv_R2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.mv-catch-box {
  width: 980px;
  margin: 0 auto;
  transform: rotate(-9deg);
  padding-top: 110px;
}

.main-catch {
  width: 980px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  background-color: #66278f;
  margin-bottom: 12px;
  padding: 4px 0;
}

.sub-catch {
  width: 980px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  background-color: #2764c0;
  padding: 3px 0;
}

.catch-small {
  font-size: 20px;
  vertical-align: 18px;
}

.mv-upper {
  position: relative;
}

.pc-mv-notification {
  height: 46px;
  background-color: #0672cb;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5000;
}

.mv-notification-text {
  max-width: 1028px;
  width: 100%;
  font-size: 10px;
  text-align: left;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
}

.mv-notification-list {
  max-width: 1028px;
  width: 100%;
  font-size: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding: 0 24px;
  margin-top: 8px;
}

.mv-notification-list__item {
  padding-left: 1.2em;
  line-height: 1.5;
  position: relative;
}

.mv-notification-list__item::before {
  content: "＊";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10px;
}

.img_area.slide-first {
  position: relative;
}

.mv-lower {
  height: 600px;
  background-color: #f0f0f0;
  padding-top: 40px;
}

.present-catch-text {
  color: #0672cb;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.header-mv-lower {
  color: #000000;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  padding-top: 24px;
  margin-bottom: 24px;
}

.image-present {
  width: 980px;
  object-fit: cover;
  margin: 20px auto 0;
}

.present-catch {
  width: 880px;
  object-fit: cover;
  margin: 0px auto 24px;
}

@media screen and (max-width: 1050px) {
  .mv-catch-box {
    width: 900px;
    padding-top: 130px;
  }
  .main-catch {
    width: 900px;
    font-size: 40px;
    padding: 4px 0;
  }
  .sub-catch {
    width: 900px;
    font-size: 28px;
    padding: 3px 0;
  }
}
@media screen and (max-width: 980px) {
  .mv-catch-box {
    width: 720px;
    padding-top: 130px;
  }
  .main-catch {
    width: 720px;
    font-size: 36px;
    padding: 4px 0;
  }
  .sub-catch {
    width: 720px;
    font-size: 24px;
    padding: 3px 0;
  }
  .mv-lower {
    height: 454px;
    height: auto;
    padding-bottom: 40px;
  }
  .present-upper {
    height: 128px;
    margin-bottom: 24px;
  }
  .present-lower {
    height: 98px;
  }
}
@media screen and (max-width: 768px) {
  .mv-upper {
    display: none;
  }
  .pc-mv-middle {
    display: none;
  }
  .sp-mv-middle {
    height: 87px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/*-------------------------------------------
スライダー設定
-------------------------------------------*/
.slider_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slider_flex > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.slider_mv {
  --swiper-pagination-bottom: 20px;
  --swiper-pagination-bullet-width: 10px;
  --swiper-pagination-bullet-height: 10px;
  --swiper-pagination-color: #2764c0;
  --swiper-pagination-bullet-inactive-color: #80c7fb;
  --swiper-pagination-bullet-inactive-opacity: 1;
}

.slider_mv .swiper-slide img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .slider_mv {
    --swiper-pagination-bottom: 4px;
    --swiper-pagination-bullet-width: 6px;
    --swiper-pagination-bullet-height: 6px;
  }
}
.slider_mv_L .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider_mv_L .swiper-pagination > *:first-of-type {
  -webkit-box-ordinal-group: 101;
  -webkit-order: 100;
  -ms-flex-order: 100;
  order: 100;
}

.slider_mv_R {
  --swiper-pagination-color: var(--color_purple_02);
  --swiper-pagination-bullet-inactive-color: #beafff;
}

/*-------------------------------------------
アンケートヘッダー
-------------------------------------------*/
#fv_belt {
  background-color: #2764c0;
  color: #fff;
  padding-top: 14px;
  padding-bottom: 20px;
}

#fv_belt .title_sub {
  font-size: 1.25rem;
}

#fv_belt .title_main {
  font-size: 20px;
  font-weight: bold;
}

#fv_belt .list_dots {
  font-size: 0.875rem;
  margin-top: 1em;
}

#fv_belt .btn_plus {
  margin-top: 20px;
}

#fv_belt a:not([class]) {
  color: #80c7fb;
}

@media screen and (max-width: 768px) {
  #fv_belt {
    margin-top: -1px;
  }
  #fv_belt .title_sub {
    font-size: 0.875rem;
  }
  #fv_belt .title_main {
    font-size: 1rem;
  }
}
/*-------------------------------------------
アンケートフォーム
-------------------------------------------*/
.title_01 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #2764c0;
}

.layout_form {
  font-size: 1.25rem;
  font-weight: normal;
  padding-top: 40px;
  padding-bottom: 40px;
}

.layout_form .text_attention {
  color: #ff0000;
  text-align: center;
  margin-bottom: 1em;
  display: none;
}

.layout_form .text_attention.view {
  display: block;
}

.layout_form label.form_item {
  cursor: pointer;
}

.layout_form .other_text + .form_item {
  margin-top: 0.25em;
}

.layout_form .form_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.5em;
}

.layout_form .form_item + .form_item {
  margin-top: 0.25em;
}

.layout_form .form_item:has(select) {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.layout_form .form_item:has(select) + .form_item {
  margin-top: 0.5em;
}

.layout_form .form_item:has(select) select,
.layout_form .form_item:has(select) .select_wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.layout_form .select_wrap {
  position: relative;
  border-radius: 5px;
  border: 1px solid #707070;
  background: #fff;
}

.layout_form .select_wrap::after {
  content: "";
  position: absolute;
  top: calc(50% + 0.05em);
  right: 0.75em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.625em;
  height: 1.25em;
  background: center/contain url("../images/select-arrow.png") no-repeat;
  pointer-events: none;
  z-index: 5;
}

.layout_form .select_wrap select {
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  padding: 0.75em 2em 0.75em 1em;
  width: 100%;
  text-indent: 0.01px;
  color: #484848;
  text-overflow: ellipsis;
  border-radius: 5px;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.layout_form .select_wrap select::-ms-expand {
  display: none;
}

.layout_form .select_wrap select.select_empty {
  color: #707070;
}

.layout_form .select_wrap select option {
  color: #484848;
}

.layout_form .form_row + .form_row {
  margin-top: 1em;
}

.layout_form label + .select_wrap {
  margin-top: 0.25em;
}

.layout_form input,
.layout_form textarea,
.layout_form select {
  border: 1px solid #707070;
  color: #484848;
  width: 100%;
  padding: 0.75em 1em;
  font-family: inherit;
  font-size: inherit;
}

.layout_form input::-webkit-input-placeholder,
.layout_form textarea::-webkit-input-placeholder,
.layout_form select::-webkit-input-placeholder {
  color: #aaaaaa;
}

.layout_form input::-moz-placeholder,
.layout_form textarea::-moz-placeholder,
.layout_form select::-moz-placeholder {
  color: #aaaaaa;
}

.layout_form input:-ms-input-placeholder,
.layout_form textarea:-ms-input-placeholder,
.layout_form select:-ms-input-placeholder {
  color: #aaaaaa;
}

.layout_form input::-ms-input-placeholder,
.layout_form textarea::-ms-input-placeholder,
.layout_form select::-ms-input-placeholder {
  color: #aaaaaa;
}

.layout_form input::placeholder,
.layout_form textarea::placeholder,
.layout_form select::placeholder {
  color: #aaaaaa;
}

.layout_form textarea {
  margin-top: 0.5em;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.16);
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.16);
}

.layout_form input[type=text],
.layout_form input[type=tel],
.layout_form input[type=email] {
  border-radius: 5px;
}

.layout_form input[type=text] + input[type=text],
.layout_form input[type=text] + input[type=tel],
.layout_form input[type=text] + input[type=email],
.layout_form input[type=tel] + input[type=text],
.layout_form input[type=tel] + input[type=tel],
.layout_form input[type=tel] + input[type=email],
.layout_form input[type=email] + input[type=text],
.layout_form input[type=email] + input[type=tel],
.layout_form input[type=email] + input[type=email] {
  margin-top: 0.5em;
}

.layout_form input[type=radio],
.layout_form input[type=checkbox] {
  accent-color: #0672cb;
  width: 1em;
  height: 1em;
  cursor: pointer;
  margin-top: 0.25em;
}

.layout_form .short {
  max-width: 250px;
}

.layout_form .form_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
}

.layout_form .form_flex input[type=text] + input[type=text],
.layout_form .form_flex input[type=text] + input[type=tel],
.layout_form .form_flex input[type=text] + input[type=email],
.layout_form .form_flex input[type=tel] + input[type=text],
.layout_form .form_flex input[type=tel] + input[type=tel],
.layout_form .form_flex input[type=tel] + input[type=email],
.layout_form .form_flex input[type=email] + input[type=text],
.layout_form .form_flex input[type=email] + input[type=tel],
.layout_form .form_flex input[type=email] + input[type=email] {
  margin-top: 0;
}

.layout_form .required::after {
  content: "※必須";
  font-size: 0.875rem;
  font-weight: 400;
  color: #ff0000;
  line-height: 1;
  display: inline-block;
  margin-left: 12px;
}

.layout_form .checkbox_wrap {
  line-height: 1.25;
  border: 1px solid #707070;
  border-radius: 5px;
  padding: 16px 20px;
}

.layout_form .btn_postcode {
  border: 2px solid #484848;
  border-radius: 100px;
  font-size: 0.875rem;
  width: 100%;
  max-width: 160px;
  height: 58px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  cursor: pointer;
}

@media screen and (min-width: 960px) {
  .layout_form .btn_postcode {
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  .layout_form .btn_postcode:hover {
    background-color: #ccc;
  }
}
@media screen and (max-width: 470px) {
  .layout_form .btn_postcode {
    margin-top: -6px;
  }
}
.layout_form .btn_submit {
  background-color: #0672cb;
  border: 2px solid #0672cb;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 70px;
  border-radius: 100px;
  cursor: pointer;
}

@media screen and (min-width: 960px) {
  .layout_form .btn_submit {
    -webkit-transition: background-color 0.5s, color 0.5s;
    transition: background-color 0.5s, color 0.5s;
  }
  .layout_form .btn_submit:hover {
    background-color: #fff;
    color: #0672cb;
  }
}
@media screen and (max-width: 768px) {
  .layout_form .btn_submit {
    font-size: 1rem;
    max-width: 240px;
    height: 56px;
  }
}
.layout_form .btn_back {
  margin-top: 1em;
  background-color: gray;
  border: 2px solid gray;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 70px;
  border-radius: 100px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .layout_form .btn_back {
    -webkit-transition: background-color 0.5s, color 0.5s;
    transition: background-color 0.5s, color 0.5s;
  }
  .layout_form .btn_back:hover {
    background-color: #fff;
    color: gray;
  }
}
@media screen and (max-width: 768px) {
  .layout_form .btn_back {
    font-size: 1rem;
    max-width: 240px;
    height: 56px;
  }
}
@media screen and (max-width: 768px) {
  .layout_form {
    font-size: 1.25rem;
  }
  .layout_form .required::after {
    font-size: 0.75rem;
    margin-left: 0.5em;
  }
  .layout_form .checkbox_wrap {
    padding: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .layout_form .checkbox_wrap input[type=checkbox] {
    width: 1.25em;
    height: 1.25em;
  }
  .layout_form .checkbox_wrap p {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1rem;
  }
  .layout_form .form_item {
    gap: 0.3em;
  }
}
.flex_label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0em 1em;
}

.list_question {
  counter-reset: question;
}

.list_question dt,
.list_question dd {
  padding-left: 50px;
}

.list_question dt + dd {
  margin-top: 1em;
}

.list_question dd + dt {
  margin-top: 2em;
}

.list_question dt {
  color: #2764c0;
  position: relative;
}

.list_question dt::before {
  counter-increment: question;
  content: "Q" counter(question) ".";
  position: absolute;
  left: 0;
  font-family: "Roboto";
  font-weight: 700;
  color: #0672cb;
}

.list_question .bg {
  background-color: rgba(128, 200, 251, 0.2);
  padding: 20px;
  border-radius: 5px;
}

.list_question .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0px 80px;
}

.table_wrap {
  font-size: 1.25rem;
}

.table_matrix {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

.table_matrix thead th {
  height: 82px;
  color: #0672cb;
  line-height: 1.25;
  letter-spacing: -0.04em;
}

.table_matrix tbody tr {
  height: 54px;
  border-top: 1px solid #707070;
  vertical-align: middle;
}

.table_matrix th,
.table_matrix td {
  text-align: center;
  vertical-align: middle;
}

/* 1列目のthとtdの指定 */
.table_matrix th:first-child,
.table_matrix td:first-child {
  /* 1列目の幅 */
  width: 440px;
  text-align: left;
  padding-left: 20px;
}

/* 2列目以降のthとtdの指定 */
.table_matrix th:nth-child(n+2),
.table_matrix td:nth-child(n+2) {
  /* 2列目以降の幅 */
  width: 98px;
  border-left: 1px solid #707070;
}

.q8-small {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .list_question dt {
    padding-left: 32px;
  }
  .list_question dd {
    padding-left: 0;
  }
  .table_wrap {
    width: 100%;
    font-size: 1rem;
    overflow-x: auto;
  }
  .table_matrix {
    width: 600px;
  }
  .table_matrix thead th {
    height: 89px;
  }
  .table_matrix tbody tr {
    height: 77px;
  }
  .table_matrix th:first-child,
  .table_matrix td:first-child {
    width: 186px;
    padding-left: 0px;
  }
  .table_matrix th:nth-child(n+2),
  .table_matrix td:nth-child(n+2) {
    width: 74px;
    border-left: 1px solid #707070;
  }
}
.list_form dt + dd {
  margin-top: 0.5em;
}

.list_form dd + dt {
  margin-top: 1em;
}

.list_form dd .title + input[type=text],
.list_form dd .title + input[type=tel],
.list_form dd .title + input[type=email],
.list_form dd .text + input[type=text],
.list_form dd .text + input[type=tel],
.list_form dd .text + input[type=email] {
  margin-top: 0.5em;
}

.list_form .postal {
  max-width: 280px;
}

.list_form .big {
  font-size: 1.5rem;
  font-weight: 700;
}

.list_form .title {
  font-size: 1rem;
  font-weight: 700;
  position: relative;
}

.list_form .text {
  font-size: 1rem;
}

.list_form .aside {
  font-size: 0.75rem;
  font-weight: 400;
  margin-top: 0.25em;
}

.list_form .bg {
  background-color: #f0f0f0;
  padding: 1.428571em;
  font-size: 0.875rem;
}

.list_form .p-postal-code {
  width: 120px;
}

.post_hyphen {
  font-size: 30px;
  width: 20px;
  height: 3px;
  background-color: #707070;
  margin-top: 26px;
}

@media screen and (max-width: 768px) {
  .list_form .title,
  .list_form .text {
    font-size: 16px;
  }
  .list_form .big {
    font-size: 0.875rem;
  }
  .list_form .bg {
    padding: 1em;
  }
}
.layout_confirm .list_form {
  font-size: 1rem;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.layout_confirm .list_form dt {
  font-weight: 700;
}

.layout_confirm .list_form dd {
  margin-left: 1em;
}

.list_question + .list_form,
.list_form + .list_question {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px dotted #0672cb;
}

@media screen and (max-width: 768px) {
  .list_question + .list_form,
  .list_form + .list_question {
    padding-top: 24px;
    margin-top: 24px;
  }
}
/*-------------------------------------------
応募時の注意事項／アコーディオン表示
-------------------------------------------*/
.btn_plus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 1em;
  background-color: #ffffff;
  color: #2764c0;
  border-radius: 5px;
  font-weight: 700;
  position: relative;
  padding-right: 2.5em;
}

.btn_plus::before,
.btn_plus::after {
  content: "";
  width: 0.75em;
  height: 2px;
  background-color: #2764c0;
  display: block;
  position: absolute;
  top: 50%;
  right: 0.5em;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.btn_plus::before {
  -webkit-transform: translate(-50%) rotate(90deg);
  transform: translate(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.btn_plus.open::before {
  -webkit-transform: translate(-50%) rotate(0deg);
  transform: translate(-50%) rotate(0deg);
}

.hidden_area {
  display: none;
}

/*-------------------------------------------
受付終了
-------------------------------------------*/
.disable_area {
  display: none;
  padding-top: 40px;
  padding-bottom: 40px;
}

.disable_area .title {
  font-size: 1.5rem;
  color: #2764c0;
  font-weight: 700;
}

.disable_area .title + .text {
  margin-top: 1em;
}

.disable_area .text + .text {
  margin-top: 1em;
}

.disable_area .text {
  font-size: 1.25rem;
}

@media screen and (max-width: 768px) {
  .disable_area .title {
    font-size: 1.25rem;
  }
  .disable_area .text {
    font-size: 1rem;
  }
}
.disable_form form {
  display: none;
}

.disable_form .disable_area {
  display: block;
}

.disable_form .mv-lower {
  display: none;
}

.disable_form #fv_belt .title_sub,
.disable_form #fv_belt .btn_plus {
  display: none;
}

.disable_form .slider_mv .swiper-slide:nth-child(2),
.disable_form .slider_mv .swiper-slide:nth-child(3),
.disable_form .slider_mv .swiper-slide:nth-child(4),
.disable_form .slider_mv .swiper-slide:nth-child(5) {
  display: none;
}

/*-------------------------------------------
Sponsor
-------------------------------------------*/
/*-------------------------------------------
Footer
-------------------------------------------*/
.footer-container {
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
}

footer .bg_gray {
  background-color: #eeeeee;
  padding-top: 30px;
  padding-bottom: 20px;
}

footer .bg_gray .row_title {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

footer .bg_gray .row_title .title {
  font-size: 24px;
}

footer .bg_blue {
  background-color: #002a58;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 17px;
}

footer .bg_blue .text {
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}

footer .bg_blue .text + .text {
  margin-top: 1em;
}

footer .bg_blue a:not([class]) {
  color: #80c7fb;
}

@media screen and (max-width: 1069px) {
  .footer-container {
    max-width: initial;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  footer .bg_gray {
    padding-top: 20px;
  }
  footer .bg_gray .row_title {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  footer .bg_gray .row_title .title {
    font-size: 1.125rem;
  }
  footer .bg_gray .row_body {
    font-size: 0.875rem;
  }
  footer .bg_blue {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  footer .bg_blue .text {
    font-size: 0.625rem;
  }
  footer .bg_blue .copyrights {
    font-size: 0.75rem;
  }
}
/*-------------------------------------------
サンクスページ／共通
-------------------------------------------*/
.ready-stock-header {
  font-size: 24px;
  color: #2764c0;
  font-weight: bold;
  text-align: center;
}

/*-------------------------------------------
サンクスページ／メッセージ
-------------------------------------------*/
.thanks {
  height: 240px;
  text-align: center;
  padding: 40px 0;
}

.thanks-row-01 {
  font-size: 40px;
  color: #0c32a4;
  margin-bottom: 30px;
}

.thanks-row-02 {
  font-size: 24px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .thanks {
    padding: 40px 0 45px;
  }
  .thanks-row-01 {
    font-size: 32px;
    font-size: clamp(1rem, -0.25rem + 5.3333vw, 1.75rem);
    margin-bottom: 44px;
  }
  .thanks-row-02 {
    font-size: 16px;
  }
}
@media screen and (max-width: 450px) {
  .thanks-row-02 {
    font-size: 16px;
    line-height: 1.8;
  }
}
/*-------------------------------------------
サンクスページ／即納について
-------------------------------------------*/
.about-ready-stock {
  height: 425px;
  padding: 40px 0;
  background-color: #c5d4e3;
  text-align: left;
}

.about-box {
  display: flex;
  justify-content: space-between;
}

.about-left {
  width: 480px;
}

.pc-lineup-image {
  display: block;
  width: 460px;
  object-fit: cover;
}

.sp-lineup-image {
  display: none;
}

@media screen and (max-width: 768px) {
  .about-ready-stock {
    height: auto;
    padding-bottom: 0;
  }
  .about-box {
    flex-direction: column;
  }
  .about-left {
    width: 100%;
  }
  .pc-lineup-image {
    display: none;
  }
  .sp-lineup-image {
    display: block;
    width: 100%;
  }
  .ready-stock-description {
    margin-bottom: 40px;
  }
}
/*-------------------------------------------
サンクスページ／即納のメリット
-------------------------------------------*/
.merit-ready-stock {
  height: auto;
  padding: 40px 0;
  background-image: url(../images/bg_merit_pc_R1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}

.merit-ready-stock .ready-stock-header {
  color: #ffffff;
}

.ready-stock-description {
  color: #ffffff;
  margin-top: 24px;
  line-height: 1.875;
  margin-bottom: 40px;
}

.merit-list {
  width: 860px;
  display: flex;
  justify-content: space-between;
  margin: 40px auto 0;
}

.merit-list__item {
  width: 200px;
}

.merit-item-header {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #2764c0;
}

.merit-lower {
  height: 269px;
  background-color: #c5d4e3;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px 16px;
}

.merit-icon {
  height: 72px;
  object-fit: cover;
  margin-bottom: 20px;
}

.merit-text {
  font-size: 14px;
  line-height: 1.714;
  text-align: center;
}

.merit-ltsp {
  letter-spacing: -0.08em;
}

@media screen and (max-width: 768px) {
  .merit-ready-stock {
    height: auto;
    padding: 40px 0;
    background-image: url(../images/bg_merit_sp_R1.jpg);
    background-position: right center;
  }
  .merit-list {
    width: 480px;
    flex-wrap: wrap;
    row-gap: 20px;
    margin: 40px auto 0;
  }
  .merit-list__item {
    max-width: 230px;
    width: 47.55%;
  }
  .merit-lower {
    height: 266px;
  }
  .merit-icon-01 {
    width: 94px;
    height: 80px;
    margin-bottom: 28px;
  }
  .merit-icon-02 {
    width: 88px;
    height: 88px;
  }
  .merit-icon-03 {
    width: 100px;
    height: 84px;
    margin-bottom: 24px;
  }
  .merit-icon-04 {
    width: 110px;
    height: 88px;
  }
}
@media screen and (max-width: 500px) {
  .merit-list {
    width: 100%;
    row-gap: 10px;
  }
  .merit-list__item {
    max-width: 230px;
    width: 48%;
  }
  .merit-item-header {
    font-size: 13px;
    letter-spacing: -0.05em;
  }
  .merit-lower {
    height: 240px;
    padding: 8px 2px;
    font-size: 13px;
  }
  .merit-text {
    font-size: 13px;
    line-height: 1.714;
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .merit-list__item {
    width: 49%;
  }
}
/*-------------------------------------------
サンクスページ／短納期モデルの比較
-------------------------------------------*/
.comparison-ready-stock {
  background-color: #c5d4e3;
  padding: 40px 0 47px;
}

.table-container {
  /* 既存のラッパーはそのまま使用 */
  max-width: 980px;
  width: 100%;
  margin: 40px auto 0px;
}

.merits-label {
  font-size: 24px;
  text-align: left;
  padding-left: 105px;
  margin-bottom: 9px;
  font-weight: bold;
  color: #66278f;
}

/* --- ▼ここから新しいレイアウト用のスタイル▼ --- */
.comparison-layout {
  border-left: none; /* 外枠の左右は消す */
  border-right: none;
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  background-color: #ffffff;
  position: relative;
  /* 各行を独立したFlexコンテナに */
  /* 行の高さ */
  /* min-heightでコンテンツ溢れに対応 */
  /* 行の背景色 */
  /* セルの共通スタイル */
  /* 1列目のセル（ラベル） */
  /* 2列目以降のデータセル */
  /* アイコンを持つデータセルの調整 */
  /* アイコン */
}
.comparison-layout .comparison-row {
  display: flex;
}
.comparison-layout .comparison-row:first-child {
  border-top: none;
}
.comparison-layout .is-header {
  height: 56px;
}
.comparison-layout .is-data {
  height: 122px;
}
.comparison-layout .is-gray {
  background-color: #f0f0f0;
}
.comparison-layout .cell-label,
.comparison-layout .cell-company,
.comparison-layout .cell-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 3px;
}
.comparison-layout .cell-company.highlight-col {
  color: #0672cb;
  font-size: 24px;
  font-weight: bold;
}
.comparison-layout .cell-company {
  font-size: 20px;
  font-weight: bold;
  color: #2764c0;
}
.comparison-layout .highlight-col {
  color: #2764c0;
  line-height: 1.2;
}
.comparison-layout .cell-label {
  flex: 0 0 11.2%; /* 幅を固定 */
  border-left: none;
  color: #2764c0;
  font-weight: bold;
}
.comparison-layout .cell-company,
.comparison-layout .cell-data {
  flex: 1 1 22.2%; /* 残りの幅を均等に分ける */
}
.comparison-layout .sp-data {
  display: none;
}
.comparison-layout .cell-data:has(.symbol) {
  justify-content: flex-start; /* アイコンを上から配置 */
  padding-top: 4px;
  padding-bottom: 4px;
}
.comparison-layout .cell-data-upper {
  height: 28px;
  margin-top: -2px;
  margin-bottom: 4px;
}
.comparison-layout .cell-data-lower {
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.comparison-layout .highlight-col .char-blue {
  color: #2764c0;
  font-weight: bold;
}
.comparison-layout .fw-bold {
  font-weight: bold;
}
.comparison-layout .symbol {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 4px;
  margin-top: -10px;
}
.comparison-layout .symbol-circle-green {
  color: #247554;
}
.comparison-layout .fs-merit-20 {
  font-size: 20px;
}
.comparison-layout .fs-merit-24 {
  font-size: 24px;
}

/*紫の枠 */
.comparison-layout::before {
  content: "";
  display: block;
  position: absolute;
  width: 22.2%;
  height: 100%;
  border: 3px solid #66278f;
  top: 40px;
  left: 11.2%;
  top: 0px;
  left: 11.2%;
  z-index: 1;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .table-container {
    width: 100%;
    margin-top: 20px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .comparison-layout {
    max-width: 552px;
    width: 100%;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
  }
  .comparison-layout .cell-label {
    padding: 4px;
  }
  .comparison-layout .is-header {
    height: 56px;
  }
  .comparison-layout .is-data {
    height: 122px;
  }
  .comparison-layout .pc-data {
    display: none;
  }
  .comparison-layout .sp-data {
    display: block;
  }
  .comparison-layout .cell-label {
    flex: 0 0 24%;
    max-width: 24%;
  }
  .comparison-layout .highlight-col {
    flex: 0 0 42.4%;
    max-width: 42.4%;
    box-sizing: border-box;
  }
  .comparison-layout .sp-data {
    flex: 0 0 33.6%;
    max-width: 33.6%;
  }
  .comparison-layout::before {
    width: 42.4%;
    top: 0px;
    left: 24%;
  }
  .comparison-layout .cell-company.sp-data,
  .comparison-layout .cell-data.sp-data {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cell-data:has(.symbol) {
    justify-content: flex-start; /* アイコンを上から配置 */
    padding: 4px;
  }
}
@media screen and (max-width: 450px) {
  .comparison-layout .cell-data-lower p {
    font-size: 14px;
  }
  .comparison-layout .fs-merit-20 {
    font-size: 16px;
  }
  .comparison-layout .fs-merit-24 {
    font-size: 18px;
  }
}
/*-------------------------------------------
サンクスページ／即納その他
-------------------------------------------*/
.others-ready-stock {
  height: auto;
  padding: 48px 0 70px;
  background-image: url(../images/deliv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.others-text-box {
  width: 570px;
  text-align: left;
}

.precaution-header {
  color: #2764c0;
  font-weight: bold;
  margin-bottom: 16px;
}

.precaution-description {
  line-height: 1.714;
  margin-bottom: 40px;
}

.precaution-description-list {
  margin-bottom: 40px;
}

.precaution-description__item {
  padding-left: 1em;
  line-height: 1.875;
  position: relative;
}

.precaution-description__item::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
}

.link-btn-header {
  font-size: 24px;
  color: #0672cb;
  font-weight: bold;
  margin-bottom: 24px;
}

.link-description {
  margin-bottom: 20px;
}

.link-btn-list__item {
  background-color: #2764c0;
  width: 420px;
  height: 52px;
  margin-bottom: 16px;
  transition: all 0.4s ease;
}
.link-btn-list__item:last-child {
  margin-bottom: 0;
}
.link-btn-list__item:hover {
  background-color: #66278f;
}

.link-item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.link-icon {
  width: 31px;
  height: 31px;
  object-fit: cover;
  margin: 16px;
}

.link-text {
  color: #ffffff;
}

.link-arrow {
  margin-left: auto;
  width: 10px;
  object-fit: cover;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .others-ready-stock {
    height: auto;
    padding: 48px 0 38px;
    background-image: url(../images/bg-sp-others.jpg);
    background-size: cover;
    background-position: right bottom;
  }
  .others-text-box {
    width: 100%;
    text-align: left;
  }
  .link-description {
    width: 344px;
  }
  .link-btn-list__item {
    width: 420px;
    font-weight: normal;
  }
}
@media screen and (max-width: 450px) {
  .link-btn-list__item {
    width: 320px;
  }
  .link-text {
    padding-right: 8px;
  }
  .link-arrow {
    margin-left: auto;
    width: 10px;
    object-fit: cover;
    margin-right: 20px;
  }
}
/*-------------------------------------------
サンクスページ
-------------------------------------------*/
/*-------------------------------------------
Safari対応
-------------------------------------------*/
@supports (-webkit-hyphens: none) {
  .merit-ready-stock {
    height: auto;
  }
  .merit-list__item {
    width: 210px;
  }
  .merit-lower {
    padding: 16px 2px;
  }
  .merit-icon {
    height: 68px;
    object-fit: cover;
  }
  .merit-text {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: -0.04em;
  }
  .others-ready-stock {
    height: auto;
  }
  @media screen and (max-width: 550px) {
    .merit-list__item {
      width: 160px;
    }
    .merit-item-header {
      font-size: 12px;
      letter-spacing: -0.07em;
    }
  }
  .merits-label {
    font-size: 20px;
    padding-left: 70px;
  }
}
@supports (-webkit-touch-callout: none) {
  @media screen and (max-width: 768px) {
    .mv .btn-mv-sp {
      margin-top: 48px;
    }
  }
}
/*-------------------------------------------
Firefox対応
-------------------------------------------*/
@supports (-moz-appearance: none) {
  @media screen and (max-width: 500px) {
    html,
    body {
      overflow-x: clip;
      width: 100%;
      box-sizing: border-box;
    }
    #mv,
    #fv-belt {
      overflow-x: hidden;
    }
    .list_form .p-postal-code {
      width: 90px;
    }
    .layout_form input::placeholder,
    .layout_form textarea::placeholder,
    .layout_form select::placeholder {
      font-size: 16px;
    }
    .thanks-row-01 {
      margin-bottom: 16px;
    }
    .thanks-row-02 {
      font-size: 14px;
      line-height: 1.8;
    }
    .merit-text {
      font-size: 11px;
      letter-spacing: -0.04em;
    }
    .merits-label {
      font-size: 20px;
      padding-left: 70px;
    }
    .link-btn-list__item {
      width: 280px;
    }
  }
}
/*-------------------------------------------
Edge対応
-------------------------------------------*/
@supports (-webkit-appearance: none) {
  @media screen and (max-width: 500px) {
    .mv .btn-mv-sp {
      display: inline-block;
      margin-top: 36px;
    }
  }
}
/*==========　基本設定　==========*/
/*========== レイアウト用 ==========*/
.padding_section {
  padding-top: var(--paddingSection);
  padding-bottom: var(--paddingSection);
}

.margin_section {
  margin-top: var(--paddingSection);
  margin-bottom: var(--paddingSection);
}

.margin_section:first-child {
  margin-top: 0;
}

.margin_section:last-child {
  margin-bottom: 0;
}

.relative_box {
  position: relative;
}

.absolute_box {
  position: absolute;
}

.position_left {
  top: 0;
  left: 0;
}

.position_right {
  top: 0;
  right: 0;
}

/*==========
フォント
==========*/
.fw_mid {
  font-weight: 400;
}

.fw_bold {
  font-weight: 700;
}

.fw_black {
  font-weight: 900;
}

/*==========
汎用クラス
==========*/
.text_justify {
  text-align: justify;
  text-justify: inter-ideograph;
  -moz-text-align-last: left;
  text-align-last: left;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.text_center {
  text-align: center;
}

.block_center {
  margin-left: auto;
  margin-right: auto;
}

.sp_only {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
}
.pc_only {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*==========
余白指定
==========*/
.mt_05em {
  margin-top: 0.5em;
}

.mt_40 {
  margin-top: 40px;
}

/*========== 汎用オブジェクト ==========*/
/*==========
汎用デザイン
==========*/
.text_colormain {
  color: #2764c0;
}

.text_red {
  color: #ff0000;
}

a:not([class]) {
  color: #2764c0;
  text-decoration: underline;
}

@media screen and (min-width: 960px) {
  a:not([class]):hover {
    text-decoration: none;
  }
}
/*==========
リスト
==========*/
.list_dots > * {
  position: relative;
  padding-left: 1em;
}

.list_dots > *::before {
  content: "・";
  position: absolute;
  left: 0;
}

/*========== 個別レイアウト ==========*/
.btn_01 {
  background-color: #0672cb;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 70px;
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 959px) {
  .btn_01 {
    height: 56px;
    font-size: 1.125rem;
    max-width: 280px;
  }
}
/*========== 受付終了 ==========*//*# sourceMappingURL=style.css.map */