@charset "UTF-8";
/*
Theme Name: mubiraku_theme
Description: ムビ楽様テーマ
*/
/*============== Fonts ==============*/
/*============== Color ==============*/
/*============== ブレイクポイント ==============*/
/* =============================================
Fonts
============================================= */
/* =============================================
Border
============================================= */
/* =============================================
Position
============================================= */
/* =============================================
Background Image
============================================= */
/* =============================================
擬似要素
============================================= */
html {
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  color: #000000;
  background-color: #F2F2F2;
}
@media screen and (max-width: 560px) {
  html {
    font-size: 14px;
  }
}

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, a,
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, input[type=submit] {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

body {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 960px) {
  body {
    overflow: hidden;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  letter-spacing: 2px;
}
@media screen and (max-width: 960px) {
  h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 560px) {
  p {
    font-size: 16px;
  }
}

ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  color: #000000;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  cursor: pointer;
  transition: 0.3s;
}
a:hover {
  color: #A8A8A8;
}

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

button {
  cursor: pointer;
}

/* iphoneデフォルトのボタンcssを無効にする */
*:not(input[type=checkbox]) {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input[type=radio] {
  -webkit-appearance: auto;
}

input[type=submit] {
  cursor: pointer;
}

button {
  border: none;
  outline: none;
  font: "Noto Sans JP", sans-serif;
  color: #000000;
  background: none;
  font-size: 16px;
}

img {
  vertical-align: middle;
  width: 100%;
}

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

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

summary {
  display: block;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

del {
  text-decoration: line-through;
}

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

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

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* =============================================
ボタン
============================================= */
.el_btn {
  width: 390px;
  padding: 20px 0;
  border-radius: 100px;
  background-color: #D42D26;
  display: block;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  border: 1px solid #D42D26;
}
@media screen and (max-width: 560px) {
  .el_btn {
    width: 80%;
  }
}
.el_btn:hover {
  background-color: #fff;
  color: #D42D26;
}

/* =============================================
テキスト装飾
============================================= */
.el_marker {
  background: linear-gradient(transparent 70%, rgba(255, 241, 0, 0.65) 30%);
}

.red {
  color: #D42D26;
}

.bold {
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 560px) {
  .bold {
    font-size: 16px;
  }
}

.big {
  font-size: 22px;
}
@media screen and (max-width: 560px) {
  .big {
    font-size: 20px;
  }
}

.small {
  font-size: 11px;
}

.strong {
  position: relative;
}
.strong::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/wp-content/themes/mubiraku/assets/img/") center center no-repeat;
  background-size: contain;
}
.strong::before {
  background-color: #000;
  width: 6px;
  height: 6px;
  border-radius: 12px;
  left: 50%;
  transform: translateX(-50%);
}

.el_sec_ttl {
  font-weight: 700;
  font-weight: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.el_sec_ttl.white {
  background-color: #fff;
}
.el_sec_ttl_num {
  font-size: 30px;
  font-family: "Inter", sans-serif;
}

.el_sec_main-ttl {
  padding: 20px 0;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 22px;
}
.el_sec_main-ttl_main {
  margin-top: 20px;
  font-size: 28px;
}
@media screen and (max-width: 560px) {
  .el_sec_main-ttl_main {
    font-size: 22px;
  }
}
.el_sec_main-ttl_main .red {
  padding: 4px 10px 7px;
  margin: 0 10px;
  font-size: 35px;
  display: inline-block;
  border: 1px solid #D42D26;
  line-height: 1;
}
@media screen and (max-width: 560px) {
  .el_sec_main-ttl_main .red {
    font-size: 33px;
  }
}
.el_sec_main-ttl_main strong {
  font-size: 45px;
}
.el_sec_main-ttl_sub {
  width: 90%;
  max-width: 470px;
  padding-bottom: 5px;
  font-size: 20px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}
.el_sec_main-ttl_sub::before {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  background: url("/wp-content/themes/mubiraku/assets/img/common/dots.svg") center center no-repeat;
  background-size: contain;
}
.el_sec_main-ttl_sub::before {
  background-repeat: repeat;
  bottom: -3px;
}

.el_attention {
  padding: 10px 15px;
  margin-top: 30px;
  text-align: center;
  background-color: #E6E6E6;
}
@media screen and (max-width: 560px) {
  .el_attention {
    font-size: 14px;
    text-align: left;
  }
}

/* =============================================
CTA
============================================= */
.bl_cta {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .bl_cta {
    flex-direction: column;
  }
}
@media screen and (max-width: 560px) {
  .bl_cta {
    padding-top: 0;
  }
}
.bl_cta_top {
  width: 53%;
  padding: 27px 0 17px;
  background-color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  gap: 20px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .bl_cta_top {
    flex-direction: column;
  }
}
.bl_cta_top::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/wp-content/themes/mubiraku/assets/img/") center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  .bl_cta_top {
    width: 100%;
  }
}
.bl_cta_top::before {
  height: 12.124355653px;
  width: 14px;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
  background: #000;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.bl_cta_top_main {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
  gap: 12px;
  font-weight: 700;
  font-size: 17px;
}
@media screen and (max-width: 960px) {
  .bl_cta_top_main {
    flex-direction: column;
  }
}
@media screen and (max-width: 960px) {
  .bl_cta_top_main {
    flex-direction: row;
  }
}
.bl_cta_top_main_red {
  color: #D42D26;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 50px;
  letter-spacing: -10px;
}
.bl_cta_top_last {
  font-size: 25px;
}
.bl_cta_bottom {
  margin: 15px 0 20px;
  color: #000;
  font-weight: 500;
}
.bl_cta_bottom_red {
  color: #D42D26;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 560px) {
  .bl_cta_bottom_red {
    font-size: 20px;
  }
}
.bl_cta_bottom_red.big {
  font-size: 40px;
}
@media screen and (max-width: 560px) {
  .bl_cta_bottom_red.big {
    font-size: 35px;
  }
}
.bl_cta_bottom_mdl {
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 560px) {
  .bl_cta_bottom_mdl {
    font-size: 18px;
  }
}
.bl_cta_box {
  margin: 0 8px;
  padding: 4px 8px;
  border: 1px solid #fff;
  font-weight: 500;
  font-size: 20px;
}

/* =============================================
ヘッダー
============================================= */
.ly_header {
  display: none;
  padding: 9px 30px;
}
@media screen and (max-width: 960px) {
  .ly_header {
    padding: 23px 15px 9px;
  }
}
@media screen and (max-width: 560px) {
  .ly_header {
    padding: 23px 10px 9px;
  }
}
.ly_header_cont {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .ly_header_logo {
    position: relative;
    top: -7px;
  }
}
@media screen and (max-width: 560px) {
  .ly_header_logo {
    max-width: 125px;
  }
}
.ly_header_btnCont {
  display: flex;
  position: relative;
}
.ly_header_fukidashi {
  max-width: 214px;
  position: relative;
  right: -10px;
  animation: pyonpyon1 3s infinite ease;
}
@media screen and (max-width: 960px) {
  .ly_header_fukidashi {
    position: absolute;
    top: -16px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    max-width: 158px;
    animation: pyonpyon2 3s infinite ease;
  }
}
@media screen and (max-width: 560px) {
  .ly_header_fukidashi {
    max-width: 128px;
  }
}
.ly_header_btn {
  max-width: 257px;
}
@media screen and (max-width: 560px) {
  .ly_header_btn {
    max-width: 200px;
  }
}

@keyframes pyonpyon1 {
  0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(0, -8px);
  }
  25% {
    transform: translate(0, 0);
  }
  30% {
    transform: translate(0, -8px);
  }
  50% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes pyonpyon2 {
  0% {
    transform: translate(-50%, 0);
  }
  5% {
    transform: translate(-50%, 0);
  }
  10% {
    transform: translate(-50%, 0);
  }
  20% {
    transform: translate(-50%, -8px);
  }
  25% {
    transform: translate(-50%, 0);
  }
  30% {
    transform: translate(-50%, -8px);
  }
  50% {
    transform: translate(-50%, 0);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
/* =============================================
フッター
============================================= */
@media screen and (max-width: 960px) {
  .ly_footer_company {
    padding: 0 15px;
  }
}
.ly_footer_company table {
  width: 100%;
  border: 1px solid #c6c6c6;
  font-size: 14px;
  max-width: 900px;
  margin: 0 auto 30px;
}
.ly_footer_company tr {
  border-bottom: 1px solid #c6c6c6;
  display: block;
}
.ly_footer_company th,
.ly_footer_company td {
  text-align: left;
  padding: 20px 30px 20px 20px;
}
@media screen and (max-width: 960px) {
  .ly_footer_company th,
  .ly_footer_company td {
    padding: 10px;
  }
}
@media screen and (max-width: 560px) {
  .ly_footer_company th,
  .ly_footer_company td {
    font-size: 12px;
  }
}
.ly_footer_company th {
  width: 200px;
  background-color: #f0f2f6;
}
@media screen and (max-width: 960px) {
  .ly_footer_company th {
    width: 150px;
  }
}
.ly_footer_company td {
  width: calc(100% - 200px);
  padding-left: 30px;
}
@media screen and (max-width: 960px) {
  .ly_footer_company td {
    padding-left: 10px;
  }
}
.ly_footer_company_ttl {
  font-size: 23px;
  text-align: center;
  margin-bottom: 20px;
}
.ly_footer_cont {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
  gap: 0;
}
@media screen and (max-width: 960px) {
  .ly_footer_cont {
    flex-direction: column;
  }
}
.ly_footer_copyright {
  padding: 20px 0;
  background-color: transparent;
  color: #000000;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 960px) {
  .ly_footer_copyright {
    flex-direction: column;
  }
}
.ly_footer_copyright img {
  width: 230px;
}
.ly_footer_copyright small {
  font-size: 11px;
}

/* =============================================
Inner
============================================= */
.ly_inner {
  width: 95%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.ly_inner__mdl {
  width: 95%;
  max-width: 910px;
}
.ly_inner__big {
  width: 95%;
  max-width: 1240px;
}

/* =============================================
Container
============================================= */
.ly_cont {
  padding: 80px 0 60px;
}
@media screen and (max-width: 960px) {
  .ly_cont {
    padding: 60px 0;
  }
}
.ly_bigCont {
  padding-top: 130px;
}
@media screen and (max-width: 960px) {
  .ly_bigCont {
    padding-top: 80px;
  }
}
@media screen and (max-width: 560px) {
  .ly_bigCont {
    padding-top: 50px;
  }
}

/* =============================================
その他ページ
============================================= */
.un_page .el_lowerTtl {
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .un_page .el_lowerTtl {
    margin-bottom: 50px;
  }
}
.un_page h4 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 18px;
  letter-spacing: normal;
}
@media screen and (max-width: 960px) {
  .un_page h4 {
    font-size: 16px;
  }
}
.un_page h4.mgt_0 {
  margin-top: 0;
}
.un_page .bl_table {
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  .un_page .bl_table {
    margin-top: 50px;
  }
}
@media screen and (max-width: 960px) {
  .un_page .bl_table tbody tr {
    border-bottom: 1px solid #D9D9D9;
  }
}
.un_page .bl_table tbody tr:first-child {
  border-bottom: none;
}
.un_page .bl_table th {
  width: 100%;
  color: #000000;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  letter-spacing: 2.5px;
  background-color: white;
}
@media screen and (max-width: 960px) {
  .un_page .bl_table th {
    padding-left: 0;
    font-size: 20px;
  }
}
.un_page .bl_table td:nth-child(1) {
  width: 40%;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .un_page .bl_table td:nth-child(1) {
    width: 100%;
  }
}
/* =============================================
お申し込みボタン
============================================= */
.un_contact {
  padding: 50px 0;
}
@media screen and (max-width: 560px) {
  .un_contact {
    padding: 30px 0;
  }
}
.un_contact_ttl {
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .un_contact_ttl {
    margin-bottom: 30px;
  }
}

/* =============================================
お問い合わせフォーム（contact form 7用）
============================================= */
.bl_form {
  width: 100%;
  max-width: 600px;
  margin: 30px auto 0;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .bl_form {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 560px) {
  .bl_form {
    margin-top: 0;
  }
}
.bl_form h2 {
  margin-bottom: 30px;
}
.bl_form_cont {
  margin-bottom: 50px;
  border: 1px solid #c6c6c6;
}
@media screen and (max-width: 960px) {
  .bl_form_cont {
    border: none;
  }
}
.bl_form_item {
  margin-bottom: 20px;
  display: flex;
  position: relative;
  justify-content: left;
  text-align: left;
  flex-direction: column;
}
@media screen and (max-width: 960px) {
  .bl_form_item {
    margin-bottom: 40px;
    border-bottom: none;
  }
}
.bl_form_item > p {
  width: 100%;
}
.bl_form_item:last-child {
  border-bottom: none;
}
.bl_form_item.checkbox {
  flex-direction: column;
}
.bl_form_item.checkbox p {
  margin-bottom: 12px;
}
@media screen and (max-width: 960px) {
  .bl_form_item.checkbox p {
    margin-bottom: 0;
  }
}
.bl_form_item_post {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 10px;
}
.bl_form_item_head {
  width: 250px;
  height: 92px;
  padding: 0 20px 1px 20px;
  background-color: #eaeaea;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .bl_form_item_head {
    flex-direction: column;
  }
}
@media screen and (max-width: 960px) {
  .bl_form_item_head {
    width: 100%;
    height: 55px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.bl_form_item_head.bl_form_kind {
  height: 143px;
}
@media screen and (max-width: 960px) {
  .bl_form_item_head.bl_form_kind {
    height: 65px;
  }
}
.bl_form_item_head > p {
  text-align: left;
}
.bl_form_item_body {
  padding: 0 20px 0 25px;
  width: calc(100% - 250px);
}
@media screen and (max-width: 960px) {
  .bl_form_item_body {
    width: 100%;
    padding: 0;
    padding-top: 20px;
  }
}
.bl_form_item_body br {
  display: none;
}
.bl_form_item_body label {
  display: flex;
  align-items: center;
  justify-content: left;
}
.bl_form_item_body .wpcf7-list-item {
  display: flex;
  margin-left: 0;
  position: relative;
}
.bl_form_item_body .wpcf7-list-item input[type=radio] {
  width: 15px;
  height: 15px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.bl_form_item_body .wpcf7-list-item span {
  padding-left: 25px;
}
.bl_form_item.bl_form_message .bl_form_item_head {
  height: 306px;
}
@media screen and (max-width: 960px) {
  .bl_form_item.bl_form_message .bl_form_item_head {
    height: 65px;
  }
}
.bl_form_item.bl_form_message label {
  width: 100%;
}
.bl_form_item.bl_form_message .wpcf7-form-control-wrap {
  width: 100%;
}
.bl_form_name p {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 960px) {
  .bl_form_name p {
    flex-direction: column;
  }
}
.bl_form_name p span {
  margin-right: 15px;
}
.bl_form_scroll {
  height: 200px;
  margin-bottom: 50px;
  padding: 20px 15px;
  border: 1px solid #D9D9D9;
  overflow-y: scroll;
}
.bl_form_scroll p {
  font-size: 12px;
}
.bl_form_attention {
  padding-left: 65px;
}
.bl_form_attention.el_required::after {
  right: auto;
  left: 0;
}
@media screen and (max-width: 960px) {
  .bl_form_attention {
    padding-left: 55px;
  }
}
.bl_form_select {
  position: relative;
}
.bl_form_select::before {
  width: 18px;
  height: 9px;
  content: "";
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  pointer-events: none;
}
.bl_form .input_non {
  display: none;
}
.bl_form dl {
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .bl_form dl {
    margin-bottom: 35px;
  }
}
.bl_form dt {
  margin-bottom: 15px;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .bl_form dt {
    margin-bottom: 10px;
  }
}
.bl_form input:not([type=checkbox]),
.bl_form textarea,
.bl_form select {
  margin-top: 15px;
  padding: 18px 15px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  font-size: 16px;
  border-radius: 5px;
  color: #000000;
  transition: all 0.3s;
}
@media screen and (max-width: 960px) {
  .bl_form input:not([type=checkbox]),
  .bl_form textarea,
  .bl_form select {
    padding: 15px 10px;
    font-size: 14px;
  }
}
.bl_form input[type=checkbox] {
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
}
.bl_form textarea {
  height: auto;
  width: 100% !important;
}
.bl_form .wpcf7-list-item.first {
  margin-left: 0;
}
.bl_form_txt {
  margin-bottom: 100px;
  font-size: 15px;
}
.bl_form_txt span {
  font-size: 15px;
}
.bl_form_attention {
  font-size: 14px;
}

.el_required {
  margin-left: 8px;
  padding: 1px 12px;
  color: #c22f2f;
  background-color: #fff;
  font-size: 12px;
  border-radius: 15px;
  border: 1px solid #c22f2f;
}
.el_required .wpcf7-list-item label span {
  width: 200px;
}
.el_required.not_required {
  color: #909090;
  border-color: #909090;
}

.wpcf7-form-control,
.wpcf7-form-control-wrap {
  width: 100%;
  display: inline-block;
}

.wpcf7-form-control-wrap .wpcf7-checkbox {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.wpcf7-form-control-wrap .wpcf7-checkbox span {
  margin-left: 0;
}

.el_contact_btn {
  width: 390px;
  padding: 20px 0;
  border-radius: 100px;
  background-color: #D42D26;
  display: block;
  text-align: center;
}
.el_contact_btn input {
  margin: 0 !important;
  border: none !important;
  padding: 0 !important;
  background-color: transparent !important;
  transition: all 0.3s;
  font-weight: 500 !important;
  font-size: 18px !important;
  color: #fff !important;
}
.el_contact_btn.back input {
  display: block !important;
}

/* =============================================
確認画面
============================================= */
.un_contact_comfirm {
  padding: 100px 5%;
}
.un_contact_comfirm .el_ttl {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .un_contact_comfirm .el_ttl {
    margin-bottom: 50px;
  }
}
.un_contact_comfirm form {
  max-width: 600px;
  margin: 0 auto;
}
.un_contact_comfirm .bl_form_item {
  padding-bottom: 20px;
  display: flex;
  border-bottom: 1px solid #D9D9D9;
  border: none;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .un_contact_comfirm .bl_form_item {
    flex-direction: column;
  }
}
.un_contact_comfirm .bl_form_item > p {
  width: 50%;
}
.un_contact_comfirm .bl_form_item.checkbox {
  flex-direction: row;
}
@media screen and (max-width: 960px) {
  .un_contact_comfirm .bl_form_item.checkbox {
    flex-direction: column;
  }
}
.un_contact_comfirm .bl_form_item p {
  width: 300px;
}
.un_contact_comfirm .bl_form_item_address {
  display: flex;
  flex-direction: column;
}

.el_contact_btn {
  width: 350px;
  height: 80px;
  margin-bottom: 20px;
  position: relative;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.el_contact_btn.back {
  background-color: #909090;
}
.el_contact_btn p {
  width: 100%;
  height: 100%;
}
.el_contact_btn .wpcf7-form-control {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  font-size: 16px;
  border: none;
}
.el_contact_btn.back::before {
  right: auto;
  left: 20px;
  transform: translateY(-50%) rotate(180deg);
  pointer-events: none;
}
.el_contact_btn.send .wpcf7-form-control {
  background-color: #fff;
  border: 1px solid #D9D9D9;
  transition: all 0.3s;
}
.el_contact_btn:hover input {
  opacity: 0.6;
}

/* =============================================
チェックボックス
============================================= */
.bl_checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 60px;
  position: relative;
  left: -25px;
}
@media screen and (max-width: 560px) {
  .bl_checkbox {
    margin-bottom: 50px;
  }
}
.bl_checkbox a,
.bl_checkbox .el_required {
  color: #000000;
}
.bl_checkbox a {
  margin-right: 10px;
  border-bottom: 1px solid #F5F5F5;
  display: inline-block;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .bl_checkbox a {
    margin-right: 5px;
  }
}
.bl_checkbox .el_required {
  display: flex;
  right: -5px;
}
.bl_checkbox input[type=checkbox] {
  width: 20px;
  height: 20px;
  border-radius: 0;
  background-color: white;
  padding: 0;
  border: 1px solid #000000;
  position: relative;
  top: 3px;
}
.bl_checkbox .error {
  position: relative;
  left: -25px;
  bottom: -20px;
  margin-right: -85px;
}

/* =============================================
完了画面
============================================= */
.un_contact_comaplete .ly_lower_ttl {
  text-align: center;
}
.un_contact_comaplete_ttl {
  margin-bottom: 30px;
}
.un_contact_comaplete .el_btn {
  margin-top: 30px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/* =============================================
エラー
============================================= */
.bl_form .wpcf7-not-valid-tip {
  font-size: 12px;
}
.bl_form .wpcf7 form.invalid .wpcf7-response-output,
.bl_form .wpcf7 form.unaccepted .wpcf7-response-output,
.bl_form .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #D9D9D9;
  text-align: center;
}

/* =============================================
FV
============================================= */
.un_fv {
  aspect-ratio: 1.6/1;
  position: relative;
}
@media screen and (max-width: 560px) {
  .un_fv {
    aspect-ratio: 0.73/1;
  }
}
.un_fv_cont {
  width: 100%;
  height: 100%;
  padding: 0 8.5%;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 560px) {
  .un_fv_cont {
    padding: 0 20px;
  }
}
.un_fv_txt {
  width: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.un_fv_video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.un_fv_video::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(35, 24, 21, 0.45);
}
.un_fv_video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* =============================================
問題提起
============================================= */
.un_sec1_lead {
  padding: 40px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
  gap: 80px;
  background: rgba(0, 0, 0, 0.85);
}
@media screen and (max-width: 960px) {
  .un_sec1_lead {
    flex-direction: column;
  }
}
@media screen and (max-width: 960px) {
  .un_sec1_lead {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px 50px;
  }
}
@media screen and (max-width: 560px) {
  .un_sec1_lead {
    padding: 40px 10px;
  }
}
.un_sec1_lead_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .un_sec1_lead_item {
    flex-direction: column;
  }
}
.un_sec1_lead_item img {
  width: auto;
  max-height: 52px;
}
@media screen and (max-width: 560px) {
  .un_sec1_lead_item p {
    font-size: 14px;
  }
}
.un_sec1_ttl {
  padding: 35px 0 30px;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 560px) {
  .un_sec1_ttl p {
    font-size: 18px;
  }
}
.un_sec1_ttl .mdl {
  font-size: 36px;
}
@media screen and (max-width: 560px) {
  .un_sec1_ttl .mdl {
    font-size: 25px;
  }
}
.un_sec1_ttl .big {
  font-size: 43px;
}
@media screen and (max-width: 560px) {
  .un_sec1_ttl .big {
    font-size: 35px;
  }
}
.un_sec1_ttl .mdl_big {
  font-size: 30px;
}
@media screen and (max-width: 560px) {
  .un_sec1_ttl .mdl_big {
    font-size: 25px;
  }
}
.un_sec1_ttl2 {
  padding: 40px 0 55px;
  text-align: center;
  position: relative;
}
.un_sec1_ttl2::before {
  content: "";
  width: 19px;
  height: 22px;
  display: block;
  position: absolute;
  top: -5px;
  left: 50%;
  background: url("/wp-content/themes/mubiraku/assets/img/section/arrow_dawn.svg") center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 560px) {
  .un_sec1_ttl2 {
    padding: 40px 5% 55px;
  }
}
.un_sec1_ttl2::before {
  transform: translateX(-50%);
}
.un_sec1_ttl2 img {
  max-width: 390px;
}
.un_sec1_list {
  padding: 10px 0 30px;
  background-color: #E6E6E6;
}
.un_sec1_list_ttl {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .un_sec1_list_ttl {
    font-size: 22px;
  }
}
.un_sec1_list_cont {
  width: 90%;
  max-width: 600px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.un_sec1_list_cont li {
  padding: 10px 0 15px;
  border-bottom: 2px solid #000;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 560px) {
  .un_sec1_list_cont li {
    font-size: 16px;
  }
}
.un_sec1_list_cont li .red {
  font-weight: 700;
  font-size: 22px;
}
@media screen and (max-width: 560px) {
  .un_sec1_list_cont li .red {
    font-size: 20px;
  }
}

/* =============================================
ポイント01
============================================= */
.un_sec2 {
  text-align: center;
  background-color: #fff;
}
.un_sec2_cont {
  padding: 30px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  gap: 30px;
}
@media screen and (max-width: 960px) {
  .un_sec2_cont {
    flex-direction: column;
  }
}
@media screen and (max-width: 560px) {
  .un_sec2_cont {
    align-items: start;
    padding: 30px 0;
    text-align: left;
  }
}

/* =============================================
ポイント02
============================================= */
@media screen and (max-width: 560px) {
  .un_sec3 .ly_inner__mdl {
    width: 100%;
  }
}
.un_sec3_cont {
  padding: 60px 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 560px) {
  .un_sec3_cont {
    padding: 0 0 50px;
  }
}
.un_sec3_cardCont {
  max-width: 910px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  gap: 30px;
}
@media screen and (max-width: 960px) {
  .un_sec3_cardCont {
    flex-direction: column;
  }
}
@media screen and (max-width: 960px) {
  .un_sec3_cardCont {
    gap: 0;
  }
}
.un_sec3_cardCont_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  gap: 10px;
  background-color: #E6E6E6;
  justify-content: start;
}
@media screen and (max-width: 960px) {
  .un_sec3_cardCont_item {
    flex-direction: column;
  }
}
@media screen and (max-width: 960px) {
  .un_sec3_cardCont_item {
    background-color: #F2F2F2;
  }
}
@media screen and (max-width: 560px) {
  .un_sec3_cardCont_item > img {
    padding: 15px 15px 0;
  }
}
.un_sec3_cardCont_txtCont {
  padding: 10px 15px 35px;
}
.un_sec3_cardCont_txt {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 0;
  gap: 10px;
}
@media screen and (max-width: 960px) {
  .un_sec3_cardCont_txt {
    flex-direction: column;
  }
}
.un_sec3_cardCont_fukidashi {
  width: 100%;
  max-width: 409px;
  padding: 22px 15px;
  aspect-ratio: 3/1;
  background: center center no-repeat;
  background-size: cover;
  background-image: url("/wp-content/themes/mubiraku/assets/img/section/sec3_fukidashi.png");
}
.un_sec3_cardCont_fukidashi .bold {
  font-size: 18px;
}
@media screen and (max-width: 560px) {
  .un_sec3_cardCont_fukidashi .bold {
    font-size: 16px;
  }
}
.un_sec3_cardCont_fukidashi.fukidashi1 {
  font-size: 25px;
  font-weight: 700;
}
@media screen and (max-width: 560px) {
  .un_sec3_cardCont_fukidashi.fukidashi1 p {
    font-size: 22px;
  }
}
.un_sec3_cardCont_fukidashi.fukidashi2 {
  padding-top: 12px;
}
@media screen and (max-width: 560px) {
  .un_sec3_cardCont_fukidashi.fukidashi2 {
    padding-top: 6px;
  }
}
.un_sec3_cardCont_ttl p {
  max-width: 470px;
  padding-bottom: 5px;
  font-size: 20px;
  position: relative;
}
.un_sec3_cardCont_ttl p::before {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  background: url("/wp-content/themes/mubiraku/assets/img/common/dots_black.svg") center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 560px) {
  .un_sec3_cardCont_ttl p {
    font-size: 18px;
  }
}
.un_sec3_cardCont_ttl p::before {
  background-repeat: repeat;
  bottom: -3px;
}
.un_sec3_cardCont_ttl_main {
  margin-top: 10px;
  font-size: 32px;
  font-weight: 700;
}
.un_sec3_cardCont_price {
  font-size: 50px;
  color: #D42D26;
  font-weight: 700;
}
.un_sec3_cardCont_price .price1 {
  font-size: 25px;
}
.un_sec3_cardCont_price .price2 {
  font-size: 14px;
  font-weight: 400;
}
.un_sec3_cardCont_caption p {
  font-size: 14px;
}
.un_sec3_cardCont_tag {
  margin-bottom: 5px;
  padding: 3px 12px;
  color: #fff;
  background-color: #000;
  display: inline-block;
}
@media screen and (max-width: 560px) {
  .un_sec3_attentionCont {
    width: 95%;
    margin: 0 auto;
  }
}

/* =============================================
ポイント03
============================================= */
.un_sec4 {
  background-color: #fff;
}
.un_sec4_cont {
  padding: 60px 0;
}
@media screen and (max-width: 560px) {
  .un_sec4_cont {
    padding: 30px 0;
  }
}
.un_sec4_ttl {
  padding: 10px 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  background-color: #E6E6E6;
  text-align: center;
}
.un_sec4_item {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  gap: 10px;
}
@media screen and (max-width: 960px) {
  .un_sec4_item {
    flex-direction: column;
  }
}
.un_sec4_item_ttl {
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
  font-size: 25px;
  font-weight: 700;
}
.un_sec4_item_ttl .big {
  font-size: 42px;
}
.un_sec4_item .red {
  font-weight: 700;
}
.un_sec4_item .red.big {
  font-size: 28px;
}
.un_sec4_item .caption {
  font-size: 14px;
}
.un_sec4_arrow {
  text-align: center;
}
.un_sec4_arrow img {
  width: 19px;
}

/* =============================================
ポイント04
============================================= */
.un_sec5_cont {
  padding: 60px 0;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .un_sec5_cont {
    padding: 30px 0;
    text-align: left;
  }
}
.un_sec5_cont img {
  margin-top: 30px;
}

/* =============================================
ムビ楽の強み
============================================= */
.un_sec6 {
  padding: 60px 0;
  background-color: #E6E6E6;
}
@media screen and (max-width: 560px) {
  .un_sec6 {
    padding: 30px 0;
  }
}
.un_sec6_ttl {
  margin-bottom: 20px;
  font-size: 20px;
  text-align: center;
}
.un_sec6_ttl .big {
  font-size: 35px;
}
.un_sec6_list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
  align-items: stretch;
  gap: 20px;
}
@media screen and (max-width: 960px) {
  .un_sec6_list {
    flex-direction: column;
  }
}
.un_sec6_item {
  width: calc((100% - 40px) / 3);
  padding: 30px 10px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 960px) {
  .un_sec6_item {
    width: 100%;
  }
}
.un_sec6_item_top {
  height: 134px;
  padding-bottom: 12px;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  border-bottom: 2px solid #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .un_sec6_item_top {
    height: auto;
  }
}
.un_sec6_item_top .small {
  font-size: 18px;
}
.un_sec6_item_top .red {
  font-size: 22px;
}
.un_sec6_item_icon {
  padding: 30px 0 20px;
  text-align: center;
}
.un_sec6_item_icon img {
  width: auto;
  height: 78px;
}

/* =============================================
実績
============================================= */
.un_sec7 {
  padding: 60px 0;
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 560px) {
  .un_sec7 {
    padding: 30px 0;
  }
}
.un_sec7_cont {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.un_sec7_ttl {
  margin-bottom: 50px;
  font-size: 30px;
}
@media screen and (max-width: 560px) {
  .un_sec7_ttl {
    margin-bottom: 30px;
  }
}
.un_sec7_slide {
  margin: 30px 0 60px;
}
.un_sec7_slide_item video {
  width: 100%;
}
@media screen and (max-width: 560px) {
  .un_sec7_slide_item video {
    width: 95%;
  }
}
.un_sec7 .el_btn {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/* =============================================
スライドのドット
============================================= */
/* dotsを丸くカスタマイズするCSS */
.el_dots {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 960px) {
  .el_dots {
    gap: 20px;
  }
}
@media screen and (max-width: 560px) {
  .el_dots {
    gap: 10px;
  }
}
.el_dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #909090;
  border-radius: 50%;
  cursor: pointer;
}
.el_dots li:hover, .el_dots li.slick-active {
  background: #fff;
}
.el_dots li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

/* =============================================
 スライドの次へ/戻る
 ============================================= */
.prev-arrow,
.next-arrow {
  display: block;
  width: 15px;
  height: 15px;
  transition: all 0.3s ease;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 15px));
  right: -30px;
}
@media screen and (max-width: 560px) {
  .prev-arrow,
  .next-arrow {
    width: 13px;
    height: 13px;
    right: -10px;
  }
}

.prev-arrow {
  margin-right: 20px;
  right: auto;
  left: -30px;
}
@media screen and (max-width: 560px) {
  .prev-arrow {
    left: -10px;
  }
}

.prev-arrow::before,
.next-arrow::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-right: 4px solid #D9D9D9;
  border-top: 4px solid #D9D9D9;
  top: 0;
  left: 0;
  margin: auto;
  transform: rotate(-135deg);
}
@media screen and (max-width: 560px) {
  .prev-arrow::before,
  .next-arrow::before {
    width: 13px;
    height: 13px;
    border-right: 2px solid #D9D9D9;
    border-top: 2px solid #D9D9D9;
  }
}

.next-arrow::before {
  transform: rotate(45deg);
}

/*============== Width ==============*/
.hp_w5 {
  width: 5%;
  margin: 0 auto;
}

.hp_w10 {
  width: 10%;
  margin: 0 auto;
}

.hp_w15 {
  width: 15%;
  margin: 0 auto;
}

.hp_w20 {
  width: 20%;
  margin: 0 auto;
}

.hp_w25 {
  width: 25%;
  margin: 0 auto;
}

.hp_w30 {
  width: 30%;
  margin: 0 auto;
}

.hp_w35 {
  width: 35%;
  margin: 0 auto;
}

.hp_w40 {
  width: 40%;
  margin: 0 auto;
}

.hp_w45 {
  width: 45%;
  margin: 0 auto;
}

.hp_w50 {
  width: 50%;
  margin: 0 auto;
}

.hp_w55 {
  width: 55%;
  margin: 0 auto;
}

.hp_w60 {
  width: 60%;
  margin: 0 auto;
}

.hp_w65 {
  width: 65%;
  margin: 0 auto;
}

.hp_w70 {
  width: 70%;
  margin: 0 auto;
}

.hp_w75 {
  width: 75%;
  margin: 0 auto;
}

.hp_w80 {
  width: 80%;
  margin: 0 auto;
}

.hp_w85 {
  width: 85%;
  margin: 0 auto;
}

.hp_w90 {
  width: 90%;
  margin: 0 auto;
}

.hp_w95 {
  width: 95%;
  margin: 0 auto;
}

.hp_w100 {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .hp_w5 {
    width: 90%;
  }
  .hp_w10 {
    width: 90%;
  }
  .hp_w15 {
    width: 90%;
  }
  .hp_w20 {
    width: 90%;
  }
  .hp_w25 {
    width: 90%;
  }
  .hp_w30 {
    width: 90%;
  }
  .hp_w35 {
    width: 90%;
  }
  .hp_w40 {
    width: 90%;
  }
  .hp_w45 {
    width: 90%;
  }
  .hp_w50 {
    width: 90%;
  }
  .hp_w55 {
    width: 90%;
  }
  .hp_w60 {
    width: 90%;
  }
  .hp_w65 {
    width: 90%;
  }
  .hp_w70 {
    width: 90%;
  }
  .hp_w75 {
    width: 90%;
  }
  .hp_w80 {
    width: 90%;
  }
  .hp_w85 {
    width: 90%;
  }
  .hp_w90 {
    width: 90%;
  }
  .hp_w95 {
    width: 90%;
  }
  .hp_w100 {
    width: 90%;
  }
}
/*============== Padding・Margin ==============*/
.hp_pdb_10 {
  padding-bottom: 10px;
}
@media screen and (max-width: 560px) {
  .hp_pdb_10 {
    padding-bottom: 5px;
  }
}

.hp_mgt_10 {
  margin-top: 10px;
}
@media screen and (max-width: 560px) {
  .hp_mgt_10 {
    margin-top: 5px;
  }
}

.hp_mgr_10 {
  margin-right: 10px;
}
@media screen and (max-width: 560px) {
  .hp_mgr_10 {
    margin-right: 5px;
  }
}

.hp_mgb_10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 560px) {
  .hp_mgb_10 {
    margin-bottom: 5px;
  }
}

.hp_mgb_12 {
  margin-bottom: 12px;
}

.hp_pdb_20 {
  padding-bottom: 20px;
}
@media screen and (max-width: 560px) {
  .hp_pdb_20 {
    padding-bottom: 10px;
  }
}

.hp_mgt_20 {
  margin-top: 20px;
}
@media screen and (max-width: 560px) {
  .hp_mgt_20 {
    margin-top: 10px;
  }
}

.hp_mgr_20 {
  margin-right: 20px;
}
@media screen and (max-width: 560px) {
  .hp_mgr_20 {
    margin-right: 10px;
  }
}

.hp_mgb_20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 560px) {
  .hp_mgb_20 {
    margin-bottom: 10px;
  }
}

.hp_mgb_12 {
  margin-bottom: 12px;
}

.hp_pdb_30 {
  padding-bottom: 30px;
}
@media screen and (max-width: 560px) {
  .hp_pdb_30 {
    padding-bottom: 15px;
  }
}

.hp_mgt_30 {
  margin-top: 30px;
}
@media screen and (max-width: 560px) {
  .hp_mgt_30 {
    margin-top: 15px;
  }
}

.hp_mgr_30 {
  margin-right: 30px;
}
@media screen and (max-width: 560px) {
  .hp_mgr_30 {
    margin-right: 15px;
  }
}

.hp_mgb_30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 560px) {
  .hp_mgb_30 {
    margin-bottom: 15px;
  }
}

.hp_mgb_12 {
  margin-bottom: 12px;
}

.hp_pdb_40 {
  padding-bottom: 40px;
}
@media screen and (max-width: 560px) {
  .hp_pdb_40 {
    padding-bottom: 20px;
  }
}

.hp_mgt_40 {
  margin-top: 40px;
}
@media screen and (max-width: 560px) {
  .hp_mgt_40 {
    margin-top: 20px;
  }
}

.hp_mgr_40 {
  margin-right: 40px;
}
@media screen and (max-width: 560px) {
  .hp_mgr_40 {
    margin-right: 20px;
  }
}

.hp_mgb_40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 560px) {
  .hp_mgb_40 {
    margin-bottom: 20px;
  }
}

.hp_mgb_12 {
  margin-bottom: 12px;
}

.hp_pdb_50 {
  padding-bottom: 50px;
}
@media screen and (max-width: 560px) {
  .hp_pdb_50 {
    padding-bottom: 25px;
  }
}

.hp_mgt_50 {
  margin-top: 50px;
}
@media screen and (max-width: 560px) {
  .hp_mgt_50 {
    margin-top: 25px;
  }
}

.hp_mgr_50 {
  margin-right: 50px;
}
@media screen and (max-width: 560px) {
  .hp_mgr_50 {
    margin-right: 25px;
  }
}

.hp_mgb_50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 560px) {
  .hp_mgb_50 {
    margin-bottom: 25px;
  }
}

.hp_mgb_12 {
  margin-bottom: 12px;
}

.hp_pdb_60 {
  padding-bottom: 60px;
}
@media screen and (max-width: 560px) {
  .hp_pdb_60 {
    padding-bottom: 30px;
  }
}

.hp_mgt_60 {
  margin-top: 60px;
}
@media screen and (max-width: 560px) {
  .hp_mgt_60 {
    margin-top: 30px;
  }
}

.hp_mgr_60 {
  margin-right: 60px;
}
@media screen and (max-width: 560px) {
  .hp_mgr_60 {
    margin-right: 30px;
  }
}

.hp_mgb_60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 560px) {
  .hp_mgb_60 {
    margin-bottom: 30px;
  }
}

.hp_mgb_12 {
  margin-bottom: 12px;
}

.hp_pdb_70 {
  padding-bottom: 70px;
}
@media screen and (max-width: 560px) {
  .hp_pdb_70 {
    padding-bottom: 35px;
  }
}

.hp_mgt_70 {
  margin-top: 70px;
}
@media screen and (max-width: 560px) {
  .hp_mgt_70 {
    margin-top: 35px;
  }
}

.hp_mgr_70 {
  margin-right: 70px;
}
@media screen and (max-width: 560px) {
  .hp_mgr_70 {
    margin-right: 35px;
  }
}

.hp_mgb_70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 560px) {
  .hp_mgb_70 {
    margin-bottom: 35px;
  }
}

.hp_mgb_12 {
  margin-bottom: 12px;
}

.hp_pdb_80 {
  padding-bottom: 80px;
}
@media screen and (max-width: 560px) {
  .hp_pdb_80 {
    padding-bottom: 40px;
  }
}

.hp_mgt_80 {
  margin-top: 80px;
}
@media screen and (max-width: 560px) {
  .hp_mgt_80 {
    margin-top: 40px;
  }
}

.hp_mgr_80 {
  margin-right: 80px;
}
@media screen and (max-width: 560px) {
  .hp_mgr_80 {
    margin-right: 40px;
  }
}

.hp_mgb_80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 560px) {
  .hp_mgb_80 {
    margin-bottom: 40px;
  }
}

.hp_mgb_12 {
  margin-bottom: 12px;
}

.hp_pdb_90 {
  padding-bottom: 90px;
}
@media screen and (max-width: 560px) {
  .hp_pdb_90 {
    padding-bottom: 45px;
  }
}

.hp_mgt_90 {
  margin-top: 90px;
}
@media screen and (max-width: 560px) {
  .hp_mgt_90 {
    margin-top: 45px;
  }
}

.hp_mgr_90 {
  margin-right: 90px;
}
@media screen and (max-width: 560px) {
  .hp_mgr_90 {
    margin-right: 45px;
  }
}

.hp_mgb_90 {
  margin-bottom: 90px;
}
@media screen and (max-width: 560px) {
  .hp_mgb_90 {
    margin-bottom: 45px;
  }
}

.hp_mgb_12 {
  margin-bottom: 12px;
}

.hp_pdb_100 {
  padding-bottom: 100px;
}
@media screen and (max-width: 560px) {
  .hp_pdb_100 {
    padding-bottom: 50px;
  }
}

.hp_mgt_100 {
  margin-top: 100px;
}
@media screen and (max-width: 560px) {
  .hp_mgt_100 {
    margin-top: 50px;
  }
}

.hp_mgr_100 {
  margin-right: 100px;
}
@media screen and (max-width: 560px) {
  .hp_mgr_100 {
    margin-right: 50px;
  }
}

.hp_mgb_100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 560px) {
  .hp_mgb_100 {
    margin-bottom: 50px;
  }
}

.hp_mgb_12 {
  margin-bottom: 12px;
}

.hp_pdb_110 {
  padding-bottom: 110px;
}
@media screen and (max-width: 560px) {
  .hp_pdb_110 {
    padding-bottom: 55px;
  }
}

.hp_mgt_110 {
  margin-top: 110px;
}
@media screen and (max-width: 560px) {
  .hp_mgt_110 {
    margin-top: 55px;
  }
}

.hp_mgr_110 {
  margin-right: 110px;
}
@media screen and (max-width: 560px) {
  .hp_mgr_110 {
    margin-right: 55px;
  }
}

.hp_mgb_110 {
  margin-bottom: 110px;
}
@media screen and (max-width: 560px) {
  .hp_mgb_110 {
    margin-bottom: 55px;
  }
}

.hp_mgb_12 {
  margin-bottom: 12px;
}

.hp_pdb_120 {
  padding-bottom: 120px;
}
@media screen and (max-width: 560px) {
  .hp_pdb_120 {
    padding-bottom: 60px;
  }
}

.hp_mgt_120 {
  margin-top: 120px;
}
@media screen and (max-width: 560px) {
  .hp_mgt_120 {
    margin-top: 60px;
  }
}

.hp_mgr_120 {
  margin-right: 120px;
}
@media screen and (max-width: 560px) {
  .hp_mgr_120 {
    margin-right: 60px;
  }
}

.hp_mgb_120 {
  margin-bottom: 120px;
}
@media screen and (max-width: 560px) {
  .hp_mgb_120 {
    margin-bottom: 60px;
  }
}

.hp_mgb_12 {
  margin-bottom: 12px;
}

.hp_pdb_130 {
  padding-bottom: 130px;
}
@media screen and (max-width: 560px) {
  .hp_pdb_130 {
    padding-bottom: 65px;
  }
}

.hp_mgt_130 {
  margin-top: 130px;
}
@media screen and (max-width: 560px) {
  .hp_mgt_130 {
    margin-top: 65px;
  }
}

.hp_mgr_130 {
  margin-right: 130px;
}
@media screen and (max-width: 560px) {
  .hp_mgr_130 {
    margin-right: 65px;
  }
}

.hp_mgb_130 {
  margin-bottom: 130px;
}
@media screen and (max-width: 560px) {
  .hp_mgb_130 {
    margin-bottom: 65px;
  }
}

.hp_mgb_12 {
  margin-bottom: 12px;
}

.hp_pdb_140 {
  padding-bottom: 140px;
}
@media screen and (max-width: 560px) {
  .hp_pdb_140 {
    padding-bottom: 70px;
  }
}

.hp_mgt_140 {
  margin-top: 140px;
}
@media screen and (max-width: 560px) {
  .hp_mgt_140 {
    margin-top: 70px;
  }
}

.hp_mgr_140 {
  margin-right: 140px;
}
@media screen and (max-width: 560px) {
  .hp_mgr_140 {
    margin-right: 70px;
  }
}

.hp_mgb_140 {
  margin-bottom: 140px;
}
@media screen and (max-width: 560px) {
  .hp_mgb_140 {
    margin-bottom: 70px;
  }
}

.hp_mgb_12 {
  margin-bottom: 12px;
}

.hp_pdb_150 {
  padding-bottom: 150px;
}
@media screen and (max-width: 560px) {
  .hp_pdb_150 {
    padding-bottom: 75px;
  }
}

.hp_mgt_150 {
  margin-top: 150px;
}
@media screen and (max-width: 560px) {
  .hp_mgt_150 {
    margin-top: 75px;
  }
}

.hp_mgr_150 {
  margin-right: 150px;
}
@media screen and (max-width: 560px) {
  .hp_mgr_150 {
    margin-right: 75px;
  }
}

.hp_mgb_150 {
  margin-bottom: 150px;
}
@media screen and (max-width: 560px) {
  .hp_mgb_150 {
    margin-bottom: 75px;
  }
}

.hp_mgb_12 {
  margin-bottom: 12px;
}

.hp_pdb_160 {
  padding-bottom: 160px;
}
@media screen and (max-width: 560px) {
  .hp_pdb_160 {
    padding-bottom: 80px;
  }
}

.hp_mgt_160 {
  margin-top: 160px;
}
@media screen and (max-width: 560px) {
  .hp_mgt_160 {
    margin-top: 80px;
  }
}

.hp_mgr_160 {
  margin-right: 160px;
}
@media screen and (max-width: 560px) {
  .hp_mgr_160 {
    margin-right: 80px;
  }
}

.hp_mgb_160 {
  margin-bottom: 160px;
}
@media screen and (max-width: 560px) {
  .hp_mgb_160 {
    margin-bottom: 80px;
  }
}

.hp_mgb_12 {
  margin-bottom: 12px;
}

.hp_pdb_170 {
  padding-bottom: 170px;
}
@media screen and (max-width: 560px) {
  .hp_pdb_170 {
    padding-bottom: 85px;
  }
}

.hp_mgt_170 {
  margin-top: 170px;
}
@media screen and (max-width: 560px) {
  .hp_mgt_170 {
    margin-top: 85px;
  }
}

.hp_mgr_170 {
  margin-right: 170px;
}
@media screen and (max-width: 560px) {
  .hp_mgr_170 {
    margin-right: 85px;
  }
}

.hp_mgb_170 {
  margin-bottom: 170px;
}
@media screen and (max-width: 560px) {
  .hp_mgb_170 {
    margin-bottom: 85px;
  }
}

.hp_mgb_12 {
  margin-bottom: 12px;
}

.hp_pdb_180 {
  padding-bottom: 180px;
}
@media screen and (max-width: 560px) {
  .hp_pdb_180 {
    padding-bottom: 90px;
  }
}

.hp_mgt_180 {
  margin-top: 180px;
}
@media screen and (max-width: 560px) {
  .hp_mgt_180 {
    margin-top: 90px;
  }
}

.hp_mgr_180 {
  margin-right: 180px;
}
@media screen and (max-width: 560px) {
  .hp_mgr_180 {
    margin-right: 90px;
  }
}

.hp_mgb_180 {
  margin-bottom: 180px;
}
@media screen and (max-width: 560px) {
  .hp_mgb_180 {
    margin-bottom: 90px;
  }
}

.hp_mgb_12 {
  margin-bottom: 12px;
}

.hp_pdb_190 {
  padding-bottom: 190px;
}
@media screen and (max-width: 560px) {
  .hp_pdb_190 {
    padding-bottom: 95px;
  }
}

.hp_mgt_190 {
  margin-top: 190px;
}
@media screen and (max-width: 560px) {
  .hp_mgt_190 {
    margin-top: 95px;
  }
}

.hp_mgr_190 {
  margin-right: 190px;
}
@media screen and (max-width: 560px) {
  .hp_mgr_190 {
    margin-right: 95px;
  }
}

.hp_mgb_190 {
  margin-bottom: 190px;
}
@media screen and (max-width: 560px) {
  .hp_mgb_190 {
    margin-bottom: 95px;
  }
}

.hp_mgb_12 {
  margin-bottom: 12px;
}

.hp_pdb_200 {
  padding-bottom: 200px;
}
@media screen and (max-width: 560px) {
  .hp_pdb_200 {
    padding-bottom: 100px;
  }
}

.hp_mgt_200 {
  margin-top: 200px;
}
@media screen and (max-width: 560px) {
  .hp_mgt_200 {
    margin-top: 100px;
  }
}

.hp_mgr_200 {
  margin-right: 200px;
}
@media screen and (max-width: 560px) {
  .hp_mgr_200 {
    margin-right: 100px;
  }
}

.hp_mgb_200 {
  margin-bottom: 200px;
}
@media screen and (max-width: 560px) {
  .hp_mgb_200 {
    margin-bottom: 100px;
  }
}

.hp_mgb_12 {
  margin-bottom: 12px;
}

/* =============================================
改行調整
============================================= */
.hp_inline_block {
  display: inline-block;
}

/* =============================================
レスポンシブ表示
============================================= */
@media screen and (max-width: 960px) {
  .pc_only {
    display: none;
  }
}

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

/* =============================================
フォント
============================================= */
.hp_fc_w {
  color: white;
}

.hp_fc_orage {
  color: #F5F5F5;
}

.hp_fs_small {
  font-size: 12px;
}

.hp_txa_center {
  text-align: center;
}

/* =============================================
背景
============================================= */
.hp_bg_base {
  background-color: #F5F5F5;
}

.hp_bg_white {
  background-color: white;
}

/* =============================================
フワッとフェードイン
============================================= */
.fadein, .fadein_stay {
  /* 最初は非表示 */
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;
}

.is-fadein {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

/* =============================================
スライドイン
============================================= */
.container {
  overflow: hidden;
}

.slidein {
  /* 装飾に関わるスタイルは省略 */
  margin: 50px auto;
  transition: 2s cubic-bezier(0.75, 0, 0.25, 1);
}

.slide_left {
  transform: translateX(calc(-50vw - 50%));
}

.slide_right {
  transform: translateX(calc(50vw + 50%));
}

.show {
  transform: translateX(0);
}/*# sourceMappingURL=style.css.map */