@charset "UTF-8";
.article {
  padding-bottom: 100px;
  padding-top: 100px;
}
.article.shop {
  padding-top: 30px;
}
.open_year_banner {
  margin: 0 auto;
  max-width: 624px;
  text-align: center;
}
.open_year_banner img {
  height: auto;
  width: 100%;
}
.open_year_banner .article_title {
  margin-top: -30px;
}
@media only screen and (max-width: 768px) {
  .open_year_banner .article_title {
    margin-top: 0;
  }
}
.open_year_banner .article_title:after {
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .open_year_banner .article_title:after {
    bottom: -20px;
  }
}
.article_title {
  font-size: 2rem;
  margin-bottom: 70px;
  position: relative;
}
.article_title:after {
  background-color: #293855;
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  margin: 0 auto;
  position: absolute;
  width: 50px;
}
.article_title.shop {
  text-align: center;
}
.article_title.shop:after {
  position: relative;
}
.text_center {
  text-align: center;
}
.text_right {
  text-align: right;
}
.text_left {
  text-align: left;
}
.article_title.text_center:after {
  background-color: #707070;
  bottom: -25px;
  content: "";
  display: inline-block;
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transform: translate(-50%);
  width: 50px;
}
.container {
  max-width: 1280px;
}
.article_section {
  margin-top: 50px;
}
.article_section_title {
  border-left: 3px solid #293855;
  font-size: 1.5rem;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-top: 10px;
}
.article_section_text {
  line-height: 2;
  margin-top: 50px;
}
.section_bg {
  background-color: #f2f0ea;
}
@media only screen and (min-width: 1024px) {
  .article_top_text {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .article {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .article_section {
    margin-top: 50px;
  }
  .article_title {
    font-size: 1.5rem;
    margin-bottom: 50px;
  }
}
.mv {
  background-image: url(../../assets/img/lp/mv-pc.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  padding: 120px 0;
  position: relative;
  width: 100%;
}
.mv:before {
  background-color: rgba(0, 0, 0, 0.65);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.mv_title {
  color: #fff;
  font-size: 2rem;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .mv {
    padding: 80px 0;
  }
  .mv_title {
    font-size: 1.5rem;
  }
}
.news_list_item {
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 100%;
}
.news_list_item:first-type {
  padding-top: 0;
}
.news_item_date {
  color: #999;
  font-size: 0.8rem;
  width: 20%;
}
.news_more {
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .news_item_date {
    width: 100%;
  }
  .news_more {
    margin-left: auto;
    margin-right: auto;
  }
}
.post_date {
  color: #999;
}
.post_layout ul {
  list-style-type: disc;
}
.post_layout ol,
.post_layout ul {
  list-style-position: outside;
  margin-left: 20px;
  margin-top: 30px;
}
.post_layout ol {
  list-style-type: decimal;
}
.article_footer_btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 4px;
}
.shop_section_first,
.shop_section_first .article_section_title {
  margin-top: 0;
}
.shop_title {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 40px;
}
.shop_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .shop_list {
    margin-top: 30px;
  }
}
.shop_list_item {
  background-color: #f2f0ea;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(33.33333% - 20px);
}
@media only screen and (max-width: 768px) {
  .shop_list_item {
    background-color: #f2f0ea;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(50% - 20px);
  }
}
.shop_list_item_link {
  display: block;
}
.shop_item_image {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.shop_item_image img {
  height: auto;
  transition: all 0.35s ease-in-out;
  width: 100%;
}
.shop_list_item_link:hover .shop_item_image img {
  transform: scale(1.05);
}
.shop_item_body {
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  .shop_item_body {
    padding: 10px;
  }
}
.shop_item_name {
  display: block;
  font-size: 1.2rem;
}
.shop_item_more {
  font-weight: 600;
  margin-top: 10px;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .shop_item_more {
    font-size: 0.9rem;
  }
}
.shop .shop_coupon {
  margin: 0 auto 40px;
  width: 100%;
}
.shop_list_row {
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  padding: 20px 10px;
}
@media only screen and (max-width: 768px) {
  .shop_list_row {
    flex-flow: column;
  }
}
.shop_list_row:first-child {
  border-top: 1px solid #e0e0e0;
}
@media only screen and (min-width: 769px) {
  .shop_list_row .shop_list_col:first-of-type {
    padding-right: 10px;
    width: 35%;
  }
  .shop_list_row .shop_list_col:nth-of-type(2) {
    padding-right: 10px;
    width: 45%;
  }
  .shop_list_row .shop_list_col:nth-of-type(3) {
    width: 20%;
  }
}
.shop_list_row .shop_list_col img,
.shop_list_row .shop_list_col picture {
  display: block;
  height: auto;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .shop_list_row .shop_list_col {
    padding: 0;
    width: 100%;
  }
}
.shop_item_link {
  background-image: url(../../assets/img/lp/link_arrow_navy.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 2px solid #293855;
  color: #293855;
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  margin-top: 20px;
  padding: 5px 28px 5px 8px;
  text-align: center;
}
.shop_item_link:hover {
  background-color: #293855;
  background-image: url(../../assets/img/lp/link_arrow_white.svg);
  color: #fff;
}
.shopp_item_add {
  display: block;
}
.shop_other_time {
  display: block;
  font-size: 0.9rem;
  padding-top: 10px;
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .shop_other_time {
    width: 100%;
  }
}
.shopp_item_biz_hours {
  display: block;
}
@media only screen and (max-width: 768px) {
  .shop_item_img_link img {
    margin: 10px auto;
  }
  .shopp_item_tel {
    display: block;
  }
}
.shop_nav {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  margin-top: 24px;
}
@media only screen and (max-width: 768px) {
  .shop_nav {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
    justify-content: space-between;
    padding-inline: 10px;
  }
}
.shop_nav_item {
  align-items: center;
  border-bottom: 20px solid #dedede;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .shop_nav_item {
    width: calc(50% - 8px);
  }
  .shop_nav_item:nth-child(7) {
    margin-left: auto;
    margin-right: auto;
  }
}
.shop_nav_item a {
  align-items: center;
  background-color: #293855;
  border-left: 1px solid #b1a989;
  border-right: 1px solid #b1a989;
  border-top: 1px solid #b1a989;
  color: #fff;
  display: flex;
  font-size: 1.2rem;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  line-height: 1.6rem;
  padding-block: 8px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .shop_nav_item a {
    font-size: 1.0667rem;
  }
}
.shop_nav_item a:hover {
  background-color: #6888c5;
}
.shop_nav_item a:hover:after {
  bottom: -18px;
}
.shop_nav_item a:after {
  background-image: url(../../assets/img/common/icon_arrow_under.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -16px;
  content: "";
  display: block;
  height: 11px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  width: 18px;
  z-index: 1;
}
.shop_single {
  display: flex;
  flex-wrap: wrap;
}
.shop_single_image {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .shop_single_image {
    width: 100%;
  }
}
.shop_single_image img {
  display: block;
  height: auto;
  width: 100%;
}
.shop_single_info {
  padding-left: 50px;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .shop_single_info {
    margin-top: 30px;
    padding-left: 0;
    width: 100%;
  }
}
.shop_single_info_item {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  padding-top: 15px;
}
.shop_single_info_item.no_border {
  border-bottom: none;
}
.shop_single_info_item:first-child {
  padding-top: 0;
}
.shop_single_info_item_title {
  color: #999;
  font-size: 0.9rem;
}
.shop_single_info_item_data {
  margin-top: 10px;
}
.shop_single_info_item_data .btn {
  margin-top: 10px;
  max-width: 100%;
}
.shop_single_info_item_data .btn_text {
  font-size: 1rem;
  padding: 10px 0;
}
.shop_annotation {
  font-size: 0.9rem;
  margin-top: 10px;
}
.shop_services_section {
  padding-block: 15px;
}
.shop_services_title {
  border-bottom: 1px solid #e5e5e5;
  color: #333;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .shop_services_title {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}
.shop_services_grid {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .shop_services_grid {
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
  }
}
.service_item {
  flex-direction: column;
  text-align: center;
  transition: all 0.3s ease;
}
.service_icon,
.service_item {
  align-items: center;
  display: flex;
}
.service_icon {
  height: 60px;
  justify-content: center;
  margin-bottom: 4px;
  width: 60px;
}
@media only screen and (max-width: 768px) {
  .service_icon {
    height: 60px;
    width: 60px;
  }
}
.service_icon_img {
  width: 100%;
}
.service_label {
  color: #333;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .service_label {
    font-size: 0.75rem;
  }
}
.shop_reason .section_title_lp {
  font-size: 2.25rem;
}
@media only screen and (max-width: 768px) {
  .shop_reason .section_title_lp {
    font-size: 1.5rem;
  }
}
.shop_point {
  background-color: #f2f0ea;
  margin: 80px 0;
  padding: 80px 40px;
}
@media only screen and (max-width: 768px) {
  .shop_point {
    margin: 40px 0;
    padding: 40px 20px;
  }
  .shop_point .section_title {
    font-size: 1.5rem;
    margin-bottom: 60px;
  }
}
.shop_point_list {
  display: grid;
  gap: 75px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 768px) {
  .shop_point_list {
    gap: 40px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.shop_point_list li {
  background-color: #fff;
  position: relative;
}
.shop_point_list--point {
  left: 24px;
  position: absolute;
  top: -20px;
  width: 59px;
  z-index: 1;
}
.shop_point_list--image img,
.shop_point_list--point img {
  height: auto;
  width: 100%;
}
.shop_point_list--content {
  padding: 20px 16px 40px;
  width: 100%;
}
.shop_point_list--content h3 {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.shop_point_list--content h3:after {
  background-color: #707070;
  content: "";
  display: block;
  height: 1px;
  margin: 15px auto 0;
  width: 50px;
}
.shop_kaitori_item .items-list__link li {
  line-height: 0;
}
.shop_kaitori_item .items-list__link li a img {
  transition: all 0.2s ease-in-out;
}
.shop_kaitori_item .items-list__link li a:hover:after {
  content: none;
}
.shop_kaitori_item .items-list__link li a:hover img {
  transform: scale(1.05);
}
.shop_kaitori_item .items-list__link li a p {
  line-height: 1.3;
  padding-block: 5px;
}
@media only screen and (max-width: 768px) {
  .shop_kaitori_item .items-list__link li a p {
    font-size: 0.9rem;
  }
}
.shop_kaitori_item .items-list__link li .items__dirtcol-img {
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .shop_kaitori_item .items-list__link li .items__dirtcol-img:after {
    background-position: 7px;
    background-size: 6px;
    height: 20px;
    top: 35%;
    width: 20px;
  }
}
.shop_faq {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .shop_faq {
    margin-top: 40px;
  }
}
.shop_faq .section {
  padding-inline: 40px;
}
@media only screen and (max-width: 768px) {
  .shop_faq .section {
    padding-inline: 0;
  }
}
.shop_customer {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .shop_customer {
    margin-top: 40px;
  }
}
.shop_customer .section {
  padding-inline: 40px;
}
@media only screen and (max-width: 768px) {
  .shop_customer .section {
    padding-inline: 0;
  }
}
.shop_freespace {
  margin: 0 auto;
  max-width: 1000px;
  padding-top: 20px;
  width: 100%;
}
.shop_freespace img {
  height: auto;
  max-width: 100%;
}
.banner_shop {
  margin: 0 auto;
  max-width: 1260px;
}
.banner_shop a {
  transition: all 0.3s ease-in-out;
}
.banner_shop a:hover {
  opacity: 0.8;
}
.banner_shop img {
  height: auto;
  width: 100%;
}
.area_wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .area_wrap {
    flex-flow: column;
  }
}
.area_select {
  background: #f2f2f2;
  border: 1px solid #999;
  flex: auto;
  padding: 10px;
  text-align: center;
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .area_select {
    width: 100%;
  }
  .area_select.js_accordion_trigger {
    background-image: url(../../assets/img/common/accordion_open.svg);
    background-position: right 20px center;
    background-repeat: no-repeat;
    border: 1px solid #999;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
    padding: 15px;
  }
  .area_select.js_accordion_trigger.is_active .is_active {
    background-image: url(../../assets/img/common/accordion_close.svg);
  }
}
.area_list {
  align-items: stretch;
  border: 1px solid #999;
  border-left: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 10px;
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .area_list {
    border: none;
    display: none;
    flex-flow: column;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
  }
}
.area_item {
  align-items: center;
  flex: 1;
  justify-content: space-between;
  padding: 5px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .area_item {
    border: 1px solid #999;
    border-top: none;
    padding: 10px;
    width: 100%;
  }
}
.area_link {
  display: block;
  height: 100%;
  width: 100%;
}
.area_link:hover {
  text-decoration: underline;
}
.area_select_inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.shop_sort_controls {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .shop_sort_controls {
    flex-direction: column;
    width: 100%;
  }
}
.btn_sort_default,
.btn_sort_location {
  align-items: center;
  background-color: #cca526;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family:
    Yu Mincho,
    YuMincho,
    Hiragino Mincho ProN,
    Hiragino Mincho Pro,
    HGP明朝B,
    serif;
  font-feature-settings: "palt";
  font-size: 20px;
  font-weight: 600;
  gap: 8px;
  justify-content: center;
  letter-spacing: 0.05em;
  padding: 8px 16px;
  transition: all 0.3s ease;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .btn_sort_default,
  .btn_sort_location {
    padding: 8px 14px;
    width: 100%;
  }
}
.btn_sort_default:hover,
.btn_sort_location:hover {
  background-color: #ebbd28;
  color: #fff;
}
.btn_sort_default:active,
.btn_sort_location:active {
  transform: scale(0.98);
}
.btn_icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}
.btn_icon.icon_map {
  height: 20px;
  width: 16px;
}
.btn_icon.icon_arrow_left {
  height: 18px;
  width: 8px;
}
.btn_icon img {
  height: auto;
  width: 100%;
}
.location_status {
  animation: fadeIn 0.3s ease;
  border-radius: 8px;
  display: none;
  font-size: 14px;
  margin-bottom: 15px;
  padding: 10px 20px;
}
.location_status.status-loading {
  background-color: #e3f2fd;
  border: 1px solid #90caf9;
  color: #1976d2;
}
.location_status.status-success {
  background-color: #e8f5e9;
  border: 1px solid #81c784;
  color: #388e3c;
}
.location_status.status-error {
  background-color: #ffebee;
  border: 1px solid #ef5350;
  color: #d32f2f;
}
@media only screen and (max-width: 768px) {
  .location_status {
    font-size: 13px;
    padding: 8px 15px;
  }
}
.shop_distance {
  background-color: #f0f4ff;
  border: 1px solid #d0d9ff;
  border-radius: 20px;
  color: #667eea;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  margin-bottom: 8px;
  padding: 10px 12px;
}
@media only screen and (max-width: 768px) {
  .shop_distance {
    font-size: 12px;
    line-height: 12px;
    padding: 8px 10px;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.event_list_item {
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 100%;
}
.event_item_date {
  width: 20%;
}
@media only screen and (max-width: 768px) {
  .event_item_date {
    justify-content: flex-start;
    width: 100%;
  }
  .event_item_date:before {
    content: "会期：";
    display: inline-block;
    width: auto;
  }
}
.event_single_box {
  display: flex;
  justify-content: space-between;
}
.event_single_info {
  flex: 1;
  padding: 20px 0;
}
.event_single_map {
  flex: 1;
  padding: 20px;
}
.main_image img {
  margin: 0 auto;
}
.event_campaign {
  padding: 0 20px;
}
.event_single_item {
  border-bottom: 1px solid #e5e5e5;
}
.event_single_item_data ul {
  list-style-position: outside;
  list-style-type: disc;
  margin-left: 20px;
  margin-top: 10px;
}
.event_single_item_data ol {
  list-style-position: outside;
  list-style-type: decimal;
  margin-left: 20px;
}
.event_single_item_data .btn {
  margin-top: 10px;
  max-width: 100%;
}
.event_single_item_data .btn_text {
  font-size: 1rem;
  padding: 10px 0;
}
.event_single_img {
  margin: 20px 0;
}
.campaign {
  border: 2px solid #bf0513;
  color: #bf0513;
  font-weight: 600;
  margin-top: 20px;
  padding: 5px 20px;
}
.event_single_item_data .campaign {
  display: inline-block;
  margin-bottom: 20px;
}
.event_single_item_contact .tel {
  font-size: 1.2rem;
}
.event_single_item_contact small {
  font-size: 0.8rem;
}
.event_image {
  display: flex;
  justify-content: center;
  margin: 0 auto 40px;
  max-width: 1200px;
  width: 100%;
}
.event_image a {
  cursor: zoom-in;
  display: block;
}
.event_freespace {
  margin: 0 auto;
  max-width: 1000px;
  padding-bottom: 20px;
  padding-top: 40px;
  width: 100%;
}
.event_freespace:empty {
  display: none;
}
.event_code img,
.event_freespace img {
  height: auto;
  max-width: 100%;
}
.event_code {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
.coupon_banner {
  display: flex;
  justify-content: center;
  margin: 20px auto;
}
.coupon_banner img {
  height: auto;
  width: 100%;
}
.coupon_banner img:hover {
  opacity: 0.7;
}
.cta_title {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.customer {
  border: 8px solid #eee;
  margin: 0 auto;
  padding: 40px;
  text-align: center;
  width: 70%;
}
.customer_text {
  font-size: 1.2rem;
}
.customer_text_attention {
  color: red;
}
.customer_note {
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  .event_single_box {
    flex-flow: column;
  }
  .event_single_info {
    padding: 0;
  }
  .event_single_map iframe {
    width: 100%;
  }
  .cta_title {
    padding: 20px 0;
  }
  .customer {
    padding: 20px;
    text-align: left;
    width: 100%;
  }
  .ctr_box_subtext {
    display: block;
  }
  .customer_text {
    font-size: 1rem;
  }
}
.cta_wrap {
  display: flex;
  justify-content: center;
}
.cta_btn {
  background-color: #bf0513;
  background-image: url(../../assets/img/lp/mv-pc.jpg), url(../../assets/img/lp/cta_arrow.svg);
  background-position:
    left 20px center,
    right 30px center;
  background-repeat: no-repeat, no-repeat;
  background-size: 100px, 30px;
  border-bottom: 12px solid #740009;
  border-radius: 80px;
  color: #fff;
  display: block;
  font-family:
    Hiragino Sans,
    Meiryo,
    YuGothic,
    Yu Gothic medium,
    sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 40px;
  max-width: 100%;
  padding: 20px 20px 20px 60px;
  text-align: center;
  width: 780px;
}
.cta_btn:hover {
  background-color: #bf0513;
}
@media only screen and (min-width: 1024px) {
  .event_single_item {
    border-bottom: 1px solid #e5e5e5;
    display: table;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
  }
  .event_single_item_title {
    border-right: 1px solid #e5e5e5;
    width: 25%;
  }
  .event_single_item_data,
  .event_single_item_title {
    display: table-cell;
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .cta_btn {
    background-position:
      left 10px center,
      right 15px center;
    background-size: 40px, 15px;
    border-bottom: 8px solid #740009;
    font-size: 1.2rem;
    padding: 10px 10px 10px 25px;
    width: 98%;
  }
}
.event_single_item {
  padding-bottom: 15px;
  padding-top: 15px;
}
.event_single_item_title {
  color: #999;
  font-size: 0.9rem;
}
.event_single_item_data {
  margin-top: 10px;
}
.coupon_banner {
  margin: 20px;
}
.campaign span {
  font-size: 0.9rem !important;
}
.item_condition {
  background-color: #f2f0ea;
}
.item_condition_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 50px;
}
.item_condition_list_item {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  margin-top: 2%;
  padding: 20px 0;
  text-align: center;
}
.item_brand_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 50px;
}
.item_brand_list_item {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  margin-top: 2%;
  padding: 10px 0;
  text-align: center;
}
.item_brand_list_item .jpn {
  font-size: 1rem;
}
.item_brand_list_item .sub {
  color: #707070;
  font-size: 0.8rem;
  line-height: 1.3;
  margin: 2px auto 0;
  max-width: 330px;
  padding: 0 5px;
}
.item_brand_list_item .sub span {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.item_condition_list_item.other_list_item {
  border: none;
  padding: 0;
}
.other_list_item_title {
  margin-top: 10px;
}
.other_list_item_text {
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  .item_condition_list_item {
    margin-left: 2%;
    width: 23.5%;
  }
  .item_condition_list_item:nth-of-type(4n + 1) {
    margin-left: 0;
  }
  .item_condition_list_item:nth-of-type(-n + 4) {
    margin-top: 0;
  }
  .item_brand_list_item {
    margin-left: 2%;
    width: 32%;
  }
  .item_brand_list_item:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .item_brand_list_item:nth-of-type(-n + 3) {
    margin-top: 0;
  }
  .item_brand_list_item .eng {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 768px) {
  .item_condition_list {
    margin-top: 30px;
  }
  .item_condition_list_item {
    margin-left: 2%;
    margin-top: 2%;
    width: 49%;
  }
  .item_condition_list_item:nth-of-type(odd) {
    margin-left: 0;
  }
  .item_condition_list_item:nth-of-type(-n + 2) {
    margin-top: 0;
  }
  .item_brand_list {
    margin-top: 30px;
  }
  .item_brand_list_item {
    margin-left: 2%;
    width: 49%;
  }
  .item_brand_list_item:nth-of-type(odd) {
    margin-left: 0;
  }
  .item_brand_list_item:nth-of-type(-n + 2) {
    margin-top: 0;
  }
}
.mv__archive-guide {
  background-image: url(../../assets/img/lp/mv-pc.jpg);
}
@media only screen and (max-width: 768px) {
  .mv__archive-guide {
    background-image: url(../../assets/img/lp/mv-sp.jpg);
  }
}
.section.ivory {
  background-color: #f2f0ea;
  margin-block: 0;
}
.section.ivory.cta {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .section.ivory.cta {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .section__inner.sp-no-padding-x {
    padding-inline: 0;
  }
}
.guide__description {
  align-items: start;
  display: flex;
  font-size: 1rem;
  gap: clamp(1.875rem, 1.0621387283rem + 3.4682080925vw, 3.75rem);
  justify-content: center;
  line-height: 2.2;
}
@media only screen and (max-width: 768px) {
  .guide__description {
    flex-direction: column;
    font-size: 0.875rem;
  }
}
.guide__description--photo,
.guide__description--text {
  flex: 1;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .guide__description--photo,
  .guide__description--text {
    width: 100%;
  }
  .guide__description--photo {
    order: 2;
  }
}
.guide__description--photo img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .guide__description--text {
    order: 1;
  }
}
.guide__description--note {
  color: #0a162a;
  font-size: 0.75rem;
  line-height: 0.75rem;
  margin-top: 20px;
}
.guide__section {
  background-color: #f2f0ea;
  border-radius: 8px;
  padding: clamp(1.25rem, 0.7080924855rem + 2.3121387283vw, 2.5rem);
}
.guide__section-title {
  color: #293855;
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: clamp(1.25rem, 0.7080924855rem + 2.3121387283vw, 2.5rem);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .guide__section-title {
    font-size: 1.25rem;
  }
}
.guide__section-title:after {
  background-color: #b1a989;
  content: "";
  display: block;
  height: 1px;
  margin-top: 15px;
  margin-inline: auto;
  width: 50px;
}
.guide__section-content {
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .guide__section-content {
    font-size: 0.875rem;
  }
}
.guide__content .items__description {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .guide__content .items__description {
    text-align: left;
  }
}
.guide__content .items-list__link {
  margin-bottom: 20px;
}
.guide__content .items-list__link li p {
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  .guide__content .items-list__link li p {
    font-size: 0.875rem;
  }
}
.guide__content .service.section {
  margin-block: clamp(2.5rem, 1.4161849711rem + 4.6242774566vw, 5rem);
  padding: 0;
}
.guide__content .service_desc {
  font-size: 1rem;
}
.guide__content .service_list {
  display: grid;
  gap: 0 30px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .guide__content .service_list {
    gap: 40px 0;
    grid-template-columns: 1fr;
  }
}
.guide__content .service_list_item {
  box-shadow: none;
  display: flex;
  flex-direction: column;
  width: auto;
}
@media screen and (max-width: 768px) {
  .guide__content .service_list_item {
    margin: 0;
    width: 100%;
  }
}
.guide__content .service_item_body,
.guide__content .service_item_link {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.guide__content .service_item_title {
  font-size: 1.25rem;
}
.guide__content .service_item_text {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  line-height: 1.5;
  margin-bottom: 10px;
}
.guide__content .service_item_text .more {
  bottom: 0;
  font-size: 1rem;
  margin-top: 1rem;
  padding: 12px 30px 12px 15px;
  position: relative;
  right: 0;
  text-align: center;
}
.section_title {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: clamp(2.1875rem, 1.2391618497rem + 4.0462427746vw, 4.375rem);
  text-align: center;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .section_title {
    font-size: 1.375rem;
  }
}
.section_title:after {
  background-color: #0a162a;
  content: "";
  display: block;
  height: 1px;
  margin-top: 20px;
  margin-inline: auto;
  width: 50px;
}
.guide__merit {
  margin-bottom: clamp(0.625rem, 0.3540462428rem + 1.1560693642vw, 1.25rem);
  margin-inline: auto;
  max-width: 1200px;
}
@media only screen and (max-width: 768px) {
  .guide__merit {
    overflow: visible;
    padding-inline: 0;
    position: relative;
  }
}
.guide__merit--list {
  display: flex;
  gap: clamp(1.25rem, 0.9790462428rem + 1.1560693642vw, 1.875rem);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .guide__merit--list {
    flex-direction: column;
  }
  .guide__merit--list.slick-initialized {
    flex-direction: row;
    gap: 0;
    padding-bottom: 50px;
    position: relative;
  }
  .guide__merit--list.slick-initialized .slick-list {
    padding-top: 20px;
  }
  .guide__merit--list.slick-initialized .guide__merit--item {
    margin: 0 10px;
  }
  .guide__merit--list.slick-initialized .slick-next,
  .guide__merit--list.slick-initialized .slick-prev {
    border-right: 4px solid #ccc;
    border-top: 4px solid #ccc;
    height: 20px;
    position: absolute;
    top: 50%;
    width: 20px;
  }
  .guide__merit--list.slick-initialized .slick-next:before,
  .guide__merit--list.slick-initialized .slick-prev:before {
    color: #293855;
    font-size: 40px;
    opacity: 1;
  }
  .guide__merit--list.slick-initialized .slick-next:hover:before,
  .guide__merit--list.slick-initialized .slick-prev:hover:before {
    opacity: 0.7;
  }
  .guide__merit--list.slick-initialized .slick-prev {
    left: -3%;
    top: 50%;
    transform: rotate(-135deg);
    z-index: 100;
  }
  .guide__merit--list.slick-initialized .slick-next {
    right: -3%;
    top: 50%;
    transform: rotate(45deg);
    z-index: 100;
  }
  .guide__merit--list.slick-initialized .slick-dots {
    bottom: 10px;
    display: flex !important;
    justify-content: center;
    left: 0;
    list-style: none;
    margin-top: 0 !important;
    padding: 0;
    position: absolute;
    right: 0;
  }
  .guide__merit--list.slick-initialized .slick-dots li {
    display: inline-block;
    margin: 0 5px;
  }
  .guide__merit--list.slick-initialized .slick-dots button {
    background: #ccc;
    border-radius: 50%;
    color: transparent;
    display: block;
    height: 8px;
    outline: none;
    width: 8px;
  }
  .guide__merit--list.slick-initialized .slick-dots .slick-active button {
    background: #333;
  }
}
.guide__merit--item {
  align-items: center;
  background-color: #f2f0ea;
  display: flex !important;
  flex: 1;
  flex-direction: column;
  min-height: 400px;
  padding: clamp(1.25rem, 0.9790462428rem + 1.1560693642vw, 1.875rem);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .guide__merit--item {
    margin: 0 10px;
  }
}
.guide__merit--point {
  left: clamp(3.125rem, 2.8540462428rem + 1.1560693642vw, 3.75rem);
  position: absolute;
  top: -15px;
  transform: translateX(-50%);
  z-index: 10;
}
.guide__merit--point img {
  height: auto;
  width: 60px;
}
.guide__merit--content {
  margin-top: 50px;
}
.guide__merit--content h3 {
  color: #293855;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: clamp(0.9375rem, 0.8020231214rem + 0.5780346821vw, 1.25rem);
  margin-top: -15px;
  text-align: center;
}
.guide__merit--content h3:after {
  background-color: #b1a989;
  content: "";
  display: block;
  height: 1px;
  margin-top: 20px;
  margin-inline: auto;
  width: 40px;
}
.guide__merit--content h3 sup {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  vertical-align: super;
}
.guide__merit--content p {
  color: #0a162a;
  font-size: 1rem;
  line-height: 2;
}
.guide__merit--note {
  color: #0a162a;
  font-size: 1rem;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .guide__merit--note {
    font-size: 0.875rem;
  }
}
.guide__consult {
  align-items: end;
  display: flex;
  font-size: 1rem;
  gap: clamp(1.875rem, 1.0621387283rem + 3.4682080925vw, 3.75rem);
  justify-content: center;
  line-height: 2.2;
}
.guide__consult--left {
  bottom: 0;
  position: relative;
  width: 35%;
}
@media only screen and (max-width: 768px) {
  .guide__consult--left {
    display: none;
  }
}
.guide__consult--left img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.guide__consult--right {
  width: 65%;
}
@media only screen and (max-width: 768px) {
  .guide__consult--right {
    width: 100%;
  }
}
.guide__consult--text {
  margin-bottom: clamp(2.5rem, 1.9580924855rem + 2.3121387283vw, 3.75rem);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .guide__consult--text {
    text-align: left;
  }
}
.guide__consult--text p {
  color: #0a162a;
  font-size: 1rem;
  line-height: 2.375;
}
@media only screen and (max-width: 768px) {
  .guide__consult--text p {
    font-size: 0.875rem;
    line-height: 2;
  }
  .guide__consult--text p br {
    display: none;
  }
  .guide__consult--photo {
    margin-inline: auto;
    margin-bottom: clamp(1.25rem, 0.9790462428rem + 1.1560693642vw, 1.875rem);
    width: 75%;
  }
}
.guide__consult--photo img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.guide__consult--buttons {
  display: flex;
  gap: 30px;
  margin-bottom: clamp(2.5rem, 1.9580924855rem + 2.3121387283vw, 3.75rem);
}
@media only screen and (max-width: 768px) {
  .guide__consult--buttons {
    flex-direction: column;
    gap: 20px;
  }
}
.guide__consult--button {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  text-align: center;
}
.guide__consult--label {
  align-items: center;
  color: #0a162a;
  display: flex;
  flex-grow: 1;
  font-size: 1.125rem;
  justify-content: center;
  line-height: 1.6;
  min-height: 58px;
}
@media only screen and (max-width: 768px) {
  .guide__consult--label {
    font-size: 1rem;
    margin-bottom: 15px;
    min-height: 48px;
  }
}
.guide__consult--link {
  align-items: center;
  background-color: #293855;
  background-image: url(../../assets/img/lp/link_arrow_white.svg);
  background-position: right 17px center;
  background-repeat: no-repeat;
  background-size: 18px 3px;
  color: #fff;
  display: inline-flex;
  font-family:
    Yu Mincho,
    serif;
  font-size: 1.4375rem;
  font-weight: 600;
  justify-content: center;
  padding-block: clamp(0.625rem, 0.4895231214rem + 0.5780346821vw, 0.9375rem);
  padding-inline: 20px 40px;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .guide__consult--link {
    background-position: right 12px center;
    background-size: 16px 2px;
    font-size: 1.125rem;
    padding-inline: 15px 35px;
  }
}
.guide__consult--link:hover {
  opacity: 0.7;
}
.guide__consult--event {
  background-color: #fff;
  border: 1px solid #293855;
  border-radius: 20px;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
  margin: 0 auto 80px;
  max-width: 790px;
  padding: 30px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .guide__consult--event {
    margin-bottom: 0;
  }
}
.guide__consult--subtitle {
  color: #293855;
  font-family:
    Yu Mincho,
    serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: clamp(1.25rem, 0.9790462428rem + 1.1560693642vw, 1.875rem);
}
@media only screen and (max-width: 768px) {
  .guide__consult--subtitle {
    font-size: 1.5rem;
  }
}
.guide__consult--event-text {
  color: #0a162a;
  font-size: 1rem;
  line-height: 2.375;
  margin-bottom: clamp(1.875rem, 1.6040462428rem + 1.1560693642vw, 2.5rem);
}
@media only screen and (max-width: 768px) {
  .guide__consult--event-text {
    font-size: 0.875rem;
    line-height: 2;
  }
  .guide__consult--event-text br {
    display: none;
  }
}
.guide__consult--event-button {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 355px;
}
.guide__assurance {
  background-color: #f9fafb;
  padding: clamp(2.5rem, 1.4161849711rem + 4.6242774566vw, 5rem) 0;
}
.guide__assurance--content {
  align-items: end;
  display: flex;
  gap: clamp(1.875rem, 1.0621387283rem + 3.4682080925vw, 3.75rem);
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .guide__assurance--content {
    flex-direction: column;
    gap: clamp(1.25rem, 0.9790462428rem + 1.1560693642vw, 1.875rem);
  }
}
.guide__assurance--photo {
  width: 20%;
}
@media only screen and (max-width: 768px) {
  .guide__assurance--photo {
    margin-inline: auto;
    order: 2;
    width: 75%;
  }
}
.guide__assurance--photo img {
  height: auto;
  object-fit: cover;
  width: 100%;
}
.guide__assurance--text {
  flex: 1;
  margin-bottom: 80px;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .guide__assurance--text {
    margin-bottom: 0;
    order: 1;
    text-align: left;
    width: 100%;
  }
}
.guide__assurance--text p {
  color: #0a162a;
  font-size: 1rem;
  line-height: 2.375;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .guide__assurance--text p {
    font-size: 0.875rem;
    line-height: 2;
  }
  .guide__assurance--text p br {
    display: none;
  }
}
.guide__assurance--text p a {
  color: #293855;
  text-decoration: underline;
}
.guide__items:last-child {
  margin-top: clamp(2.5rem, 1.4161849711rem + 4.6242774566vw, 5rem);
}
.guide__items .items__dirtcol img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.guide__items .items__recordcol {
  display: grid;
  gap: clamp(1.25rem, 0.7080924855rem + 2.3121387283vw, 2.5rem);
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 768px) {
  .guide__items .items__recordcol {
    grid-template-columns: 1fr;
  }
}
.guide__items .items__recordcol li {
  background-color: #fff;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .guide__items .items__recordcol li {
    flex-direction: column;
  }
}
.guide__items .items__recordcol--left {
  max-width: clamp(6.25rem, 1.9147398844rem + 18.4971098266vw, 16.25rem);
}
@media only screen and (max-width: 768px) {
  .guide__items .items__recordcol--left {
    max-width: 100%;
  }
}
.guide__items .items__recordcol--left img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.guide__items .items__recordcol--right {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr;
  padding: 10px clamp(0.625rem, 0.3540462428rem + 1.1560693642vw, 1.25rem) 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .guide__items .items__recordcol--right {
    padding-block: 10px;
  }
}
.guide__items .items__recordcol--right dl {
  border-bottom: 1px dotted #707070;
  display: grid;
  font-size: clamp(0.625rem, 0.5166184971rem + 0.4624277457vw, 0.875rem);
  grid-template-columns: 1fr 2fr;
  padding-bottom: 10px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .guide__items .items__recordcol--right dl {
    font-size: 1rem;
    padding-top: 10px;
  }
}
.guide__items .items__recordcol--right dl:last-child {
  border-bottom: none;
}
.guide__items .items__purchasebutton {
  display: flex;
  justify-content: center;
  margin-top: clamp(1.25rem, 0.7080924855rem + 2.3121387283vw, 2.5rem);
}
@media only screen and (min-width: 1024px) {
  .guide__items .items__purchasebutton {
    display: none;
  }
}
.guide__items .items__purchasebutton button {
  background-color: #fff;
  border: 1px solid #707070;
  color: #707070;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 900;
  padding: clamp(0.9375rem, 0.8020231214rem + 0.5780346821vw, 1.25rem)
    clamp(5rem, 4.4580924855rem + 2.3121387283vw, 6.25rem);
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .guide__items .items__purchasebutton button {
    font-size: 0.875rem;
    padding: 15px 60px;
  }
}
.guide__items .items__purchasebutton button:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.guide_flow {
  margin-top: 50px;
}
.guide_flow_item {
  align-items: center;
  background-color: #f2f0ea;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.guide_item_body {
  padding: 0 50px;
  width: 60%;
}
.guide_item_title {
  font-size: 1.5rem;
}
.guide_item_text {
  margin-top: 20px;
}
.guide_item_text small {
  display: block;
  font-size: 0.9em;
  margin-top: 10px;
}
.guide_item_text_info {
  font-size: 0.6em;
}
.guide_item_image {
  width: 40%;
}
.guide_item_image img {
  height: auto;
  width: 100%;
}
.guide_item_line {
  height: 450px;
  justify-content: center;
  padding: 30px;
}
.guide_item_line,
.line_qr {
  align-items: center;
  display: flex;
}
.line_qr {
  justify-content: space-between;
  margin-top: 30px;
}
.line_qr_image {
  width: 30%;
}
.line_qr_text {
  padding-left: 30px;
  width: 70%;
}
.takuhai_form_btn {
  background-image: url(../../assets/img/lp/link_arrow_navy.svg);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 24px;
  font-weight: 700;
  margin-top: 10px;
  padding: 15px 60px;
}
.guide_caution {
  border: 1px solid #293855;
  margin-top: 50px;
  padding: 30px;
}
.guide_caution_title {
  font-size: 1.2rem;
  text-align: center;
}
.guide_id {
  margin-top: 30px;
  text-align: center;
}
.guide_id_title {
  background-color: #e5e5e5;
  display: inline-block;
  font-size: 0.9rem;
  padding: 10px 20px;
}
.guide_id_title strong {
  color: red;
}
.guide_id_body {
  background-color: #f9f9f9;
  font-size: 0.9rem;
  margin-top: -20px;
  padding: 50px 30px 30px;
}
.guide_id_body small {
  display: block;
}
.guide_drivers_license {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-top: 20px;
  max-width: 400px;
}
@media only screen and (max-width: 768px) {
  .guide_drivers_license {
    align-items: center;
    flex-flow: column;
    gap: 10px;
  }
}
.guide_drivers_license img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.guide_caution_list {
  margin-top: 30px;
}
.guide_caution_list_item {
  font-size: 0.9rem;
}
.guide_caution_list_item a {
  text-decoration: underline;
}
.guide_btn {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.guide_attention_li {
  font-size: 1.16rem;
  font-weight: 700;
}
.attention_item_ul {
  font-weight: 700;
  margin-bottom: 20px;
}
.guide_flow_icon {
  background-color: #26456a;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  padding: 20px;
}
.guide_flow_attention {
  align-items: center;
  border: 4px solid #293855;
  border-radius: 20px;
  display: flex;
  font-size: 1.2rem;
  font-weight: 700;
  justify-content: space-between;
  padding: 20px;
  width: 100%;
}
.document_box,
.guide_flow_text {
  padding: 20px;
}
.document_image {
  height: auto;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .guide_flow_attention {
    flex-flow: column;
  }
  .guide_item_body {
    padding: 20px;
    width: 100%;
  }
  .guide_item_image {
    padding: 0 20px 20px;
    width: 100%;
  }
  .guide_caution {
    padding: 20px;
  }
  .guide_id_body {
    padding: 50px 20px 20px;
    text-align: justify;
  }
}
.faq_list_item {
  border: 1px solid #e5e5e5;
  padding: 30px;
}
.faq_item_title {
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.2rem;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.faq_list_item .faq_item_data .download_href {
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .faq_list_item {
    padding: 20px;
  }
}
.company_info {
  border: 1px solid #e5e5e5;
  width: 100%;
}
.company_info th {
  background-color: #f2f0ea;
}
.company_info td,
.company_info th {
  border: 1px solid #e5e5e5;
  padding: 20px;
}
.company_info td {
  background-color: #fff;
}
.regulations_section {
  margin-top: 50px;
}
.regulations_section_text {
  margin-top: 30px;
}
.regulations_section_top {
  margin-top: 0;
}
.regulations_section_list {
  margin-top: 30px;
}
.mv_obp:before {
  background-color: hsla(0, 0%, 100%, 0.7);
}
.mv_obp .container {
  position: relative;
}
.mv_obp_desc {
  line-height: 2.5;
  margin-top: 50px;
  text-align: center;
}
.mv_donation {
  margin-top: 70px;
  position: relative;
  text-align: center;
}
.mv_donation:before {
  background-color: #293855;
  content: "";
  display: block;
  height: 1px;
  left: calc(50% - 25px);
  position: absolute;
  top: -35px;
  width: 50px;
}
.mv_donation_title {
  font-size: 1.5rem;
}
.mv_donation_price {
  color: #008e72;
  font-size: 2.5rem;
  font-weight: 600;
}
.mv_donation_price small {
  font-size: 0.6em;
  margin-left: 5px;
}
.mv_donation_text {
  margin-top: 10px;
}
.obp_section {
  background-color: #f2f0ea;
}
.obp_about_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.obp_about_list_item {
  position: relative;
}
.obp_about_list_item:after {
  border-color: transparent transparent transparent #293855;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  content: "";
  height: 0;
  position: absolute;
  right: -11.5%;
  top: calc(50% - 15px);
  width: 0;
}
.obp_about_list_item:last-child:after {
  display: none;
}
.obp_item_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.obp_item_list_item img {
  border: 1px solid #293855;
  border-radius: 50%;
}
.obp_item_item_name {
  font-size: 0.9rem;
  margin-top: 10px;
  text-align: center;
}
.obp_attention {
  font-size: 0.9rem;
  margin-top: 30px;
  text-align: center;
}
.obp_flow_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.obp_flow_list_item {
  position: relative;
  width: 20%;
}
.obp_flow_list_item:after {
  border-color: transparent transparent transparent #293855;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  content: "";
  height: 0;
  position: absolute;
  right: -20%;
  top: calc(50% - 15px);
  width: 0;
}
.obp_flow_list_item:last-child:after {
  display: none;
}
.obp_total_price {
  background-color: #039c84;
}
.obp_bring {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  width: 100%;
}
.obp_bring_imgbox {
  width: 28%;
}
.obp_bring_textbox {
  padding-left: 80px;
  width: 72%;
}
.obp_bring_title {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.obp_bring_text {
  margin-bottom: 20px;
}
.obp_bring_link {
  background: url(/img/obp/obp_external_link.svg) no-repeat 100%;
  border-bottom: 2px solid #008e72;
  color: #008e72;
  display: inline-block;
  font-weight: 700;
  padding-right: 1.4rem;
}
.obp_bring_link:hover {
  opacity: 0.7;
}
.obp_bring_linkwrap {
  text-align: right;
}
@media only screen and (min-width: 1024px) {
  .obp_about_list_item {
    width: 30%;
  }
  .obp_about_list_item img {
    display: block;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
  }
  .obp_about_item_text {
    margin-top: 30px;
    text-align: center;
  }
  .obp_item_list_item {
    margin-top: 20px;
    width: 17%;
  }
  .obp_item_list_item:nth-of-type(-n + 5) {
    margin-top: 0;
  }
  .obp_flow_item_text {
    margin-top: 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .mv_obp_desc {
    line-height: 2;
  }
  .obp_about_list_item {
    align-items: center;
    display: flex;
    margin-bottom: 50px;
    width: 100%;
  }
  .obp_about_list_item:last-child {
    margin-bottom: 0;
  }
  .obp_about_list_item:after {
    bottom: -40px;
    right: calc(50% - 15px);
    top: auto;
    transform: rotate(90deg);
  }
  .obp_about_list_item img {
    width: 30%;
  }
  .obp_about_item_text {
    padding-left: 20px;
    width: 70%;
  }
  .obp_item_list {
    justify-content: flex-start;
    margin-top: 30px;
  }
  .obp_item_list_item {
    margin-left: 5%;
    margin-top: 5%;
    width: 30%;
  }
  .obp_item_list_item:nth-of-type(-n + 3) {
    margin-top: 0;
  }
  .obp_item_list_item:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .obp_attention {
    text-align: left;
  }
  .obp_flow_list_item {
    align-items: center;
    display: flex;
    margin-bottom: 50px;
    width: 100%;
  }
  .obp_flow_list_item:last-child {
    margin-bottom: 0;
  }
  .obp_flow_list_item:after {
    bottom: -40px;
    right: calc(50% - 15px);
    top: auto;
    transform: rotate(90deg);
  }
  .obp_flow_list_item img {
    width: 30%;
  }
  .obp_flow_item_text {
    padding-left: 20px;
    width: 70%;
  }
  .obp_bring_linkwrap {
    text-align: center;
  }
  .obp_bring {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .obp_bring_imgbox {
    margin-bottom: 20px;
    width: 100%;
  }
  .obp_bring_textbox {
    padding-left: 0;
    width: 100%;
  }
  .obp_bring_title {
    text-align: center;
  }
}
.contactform {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.contactform_top {
  display: flex;
  justify-content: normal;
}
.contactform_top_line {
  margin: 0 auto;
  max-width: 150px;
}
.contactform_section {
  margin-top: 100px;
  position: relative;
}
.contactform_section:first-of-type {
  margin-top: 0;
}
.contactform_section_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contactform_section h2 {
  font-size: 1.3rem;
  font-weight: 700;
}
.contactform_section h2 span {
  border-bottom: 1px solid #000;
  display: block;
}
.article_body a,
.contactform a,
.faq_list a,
.link_text {
  color: #1a73e8;
}
.article_body a:hover,
.contactform a:hover,
.faq_list a:hover {
  text-decoration: underline;
}
.contactform dl {
  margin-top: 30px;
}
.contactform dl:first-child {
  margin-top: 0;
}
.contactform dl:not(.pinfo_list) dt:before {
  background-color: #b32424;
  color: #fff;
  content: "必須";
  display: inline-block;
  font-size: 0.9rem;
  margin-right: 10px;
  padding: 0 10px;
}
.contactform dl dt.optional:before {
  background-color: #293855;
  content: "任意";
}
.contactform dl dt small {
  display: block;
  font-size: 0.8rem;
  margin-top: 10px;
}
.contactform dl dd {
  margin-top: 15px;
}
.pinfo_text p {
  margin-top: 0;
}
.contactform .announce {
  margin-top: 30px;
  text-align: center;
}
.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form-control-wrap[data-name="item_reason"],
.wpcf7-form-control-wrap[data-name="tf_boxsize"],
.wpcf7-form-control-wrap[data-name="tf_day1"],
.wpcf7-form-control-wrap[data-name="tf_day2"],
.wpcf7-form-control-wrap[data-name="tf_job"],
.wpcf7-form-control-wrap[data-name="tf_time1"],
.wpcf7-form-control-wrap[data-name="tf_time2"],
.wpcf7-form-control-wrap[data-name="tf_time"] {
  position: relative;
}
.wpcf7-form-control-wrap[data-name="item_reason"]:after,
.wpcf7-form-control-wrap[data-name="tf_boxsize"]:after,
.wpcf7-form-control-wrap[data-name="tf_day1"]:after,
.wpcf7-form-control-wrap[data-name="tf_day2"]:after,
.wpcf7-form-control-wrap[data-name="tf_job"]:after,
.wpcf7-form-control-wrap[data-name="tf_time1"]:after,
.wpcf7-form-control-wrap[data-name="tf_time2"]:after,
.wpcf7-form-control-wrap[data-name="tf_time"]:after {
  background-image: url(/img/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 20px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.cf_input {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  height: 50px;
  padding: 10px;
  width: 100%;
}
.cf_input#tf_day1 {
  position: relative;
}
.cf_input#tf_day1:after {
  background-image: url(/img/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 20px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
select.cf_input {
  appearance: none;
}
textarea.cf_input {
  height: 300px;
  resize: vertical;
}
.contactform_btn {
  color: #293855;
  font-size: 1.2rem;
  margin-top: 50px;
}
.contactform_btn input[type="submit"] {
  appearance: none;
  border: 1px solid #293855;
  color: #293855;
  cursor: pointer;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  padding: 15px 0;
  transition: all 0.35s ease-in-out;
  width: 100%;
}
.contactform_btn input[type="submit"]:hover {
  background-color: #293855;
  color: #fff;
}
.contactform .wpcf7-checkbox,
.contactform .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
  justify-content: flex-start;
}
.agreement_check .wpcf7-checkbox,
.agreement_check .wpcf7-radio {
  justify-content: center;
}
.contactform .wpcf7-list-item {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  display: block !important;
  margin-left: 0 !important;
  width: 32%;
}
.agreement_check .wpcf7-list-item {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 5px 30px;
  width: auto;
}
.agreement_check .wpcf7-list-item label {
  padding-left: 0 !important;
}
.contactform .wpcf7-list-item label {
  display: block;
  line-height: 48px;
  padding-left: 15%;
}
.contactform dt p {
  display: inline;
}
.main .tel_link {
  color: #333;
  font-size: 1.2rem;
}
#shucchoform .wpcf7 form.sent .wpcf7-response-output,
#takuhaiform .wpcf7 form.sent .wpcf7-response-output {
  border-width: 8px;
  font-size: 2rem;
  padding: 20px;
}
#shucchoform .wpcf7 form.sent .wpcf7-response-output:before,
#takuhaiform .wpcf7 form.sent .wpcf7-response-output:before {
  content: "【お申込みが完了いたしました。】";
  display: block;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .tel_link {
    pointer-events: none;
    text-decoration: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .contactform_top {
    flex-flow: column;
  }
  .contactform_top_line {
    padding-block: 20px;
  }
}
.pinfo_head {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 80px;
}
.pinfo_box {
  border: 1px solid #eee;
  height: 400px;
  margin: 20px auto;
  overflow-y: scroll;
  padding: 20px;
}
.pinfo_list {
  margin-bottom: 1rem;
}
.faq {
  background-color: #293855;
}
.faq_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.faq_container .faq_header {
  width: 30%;
}
.faq .section_title {
  color: #fff;
}
.faq .section_title:after {
  background-color: #fff;
}
.faq_desc {
  color: #fff;
}
.faq_container .faq_list {
  width: 65%;
}
.faq_list_item {
  border: none;
  margin-top: 20px;
  padding: 0;
}
.faq_list_item:first-child {
  margin-top: 0;
}
.faq_item_title {
  background-color: #fff;
  cursor: pointer;
  margin-bottom: 0;
  padding: 20px 50px;
  position: relative;
}
.faq_item_title:before {
  content: "Q.";
  font-size: 1.2em;
  font-weight: 600;
  left: 22px;
  margin-right: 10px;
  position: absolute;
  top: 17px;
}
.faq_item_data {
  background-color: #fff;
  display: none;
  margin-top: 1px;
  padding: 20px 20px 20px 50px;
}
.faq_item_data:before {
  content: "A.";
  font-size: 1.2rem;
  left: 22px;
  position: absolute;
  top: 17px;
}
.faq_item_title.js_accordion_trigger:after {
  background-image: url(../../assets/img/lp/arrow_navy.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  width: 10px;
}
.faq_item_title.js_accordion_trigger.is_active:after {
  transform: rotate(-180deg);
}
.faq_item_list {
  list-style: disc;
  padding-left: 1rem;
}
@media only screen and (min-width: 1024px) {
  .faq .section_title {
    text-align: left;
  }
  .faq .section_title:after {
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .faq_container .faq_header {
    width: 100%;
  }
  .faq_container .faq_list {
    margin-top: 50px;
    width: 100%;
  }
  .faq_desc {
    text-align: center;
  }
  .faq_list_item {
    margin-top: 10px;
  }
  .faq_item_title {
    padding: 20px 40px 20px 10%;
    position: relative;
  }
  .faq_item_title:before {
    left: 2%;
    top: 16px;
  }
  .faq_item_title.accordion-trigger:after {
    right: 15px;
  }
  .faq_item_data {
    padding: 20px 10px 20px 10%;
  }
  .faq_item_data:before {
    left: 2.5%;
    top: 16px;
  }
}
.contact {
  background-image: url(../../assets/img/top/bg_top_mv.png);
}
.contact_desc {
  text-align: center;
}
.contact_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  max-width: 1240px;
}
.contact_list-item {
  flex: 1;
  padding: 0 30px;
}
.contact_item_title {
  text-align: center;
}
.contact_item_btn {
  background-color: #293855;
  background-image: url(../../assets/img/lp/link_arrow_white.svg);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 24px;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 20px;
  padding: 25px 80px 25px 60px;
  text-align: center;
}
.contact_item_btn:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .contact_list {
    flex-flow: column;
  }
  .contact_desc {
    text-align: left;
  }
  .contact_list-item {
    margin-bottom: 40px;
    padding: 0;
    width: 100%;
  }
  .contact_item_btn {
    margin-top: 10px;
  }
}
.appeal_title {
  color: #293855;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
.appeal_text {
  font-size: 1.4rem;
}
.gold_bg {
  background: #fffaea;
  padding: 40px;
}
.appeal_banner {
  height: auto;
  margin: 40px auto;
  max-width: 1400px;
  width: 100%;
}
.appeal_banner_inner {
  padding: 0 60px;
}
#campaign .appeal_banner {
  margin-top: 70px;
}
@media only screen and (max-width: 768px) {
  .appeal_title {
    font-size: 1.6rem;
  }
  .appeal_text {
    font-size: 1.2rem;
  }
  .gold_bg {
    padding: 20px;
  }
  .appeal_banner_inner {
    padding: 0 15px;
  }
  #campaign .appeal_banner {
    margin-top: 40px;
  }
}
.text_link {
  text-decoration: underline;
}
.text_link:hover {
  text-decoration: none;
}
.guide_id_li {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .guide_id_ul {
    width: 100%;
  }
}
#js_fix_banner img {
  display: block;
}
@media only screen and (min-width: 1024px) {
  #js_fix_banner {
    bottom: 220px;
    opacity: 0;
    position: fixed;
    right: 0;
    transform: translateX(140px);
    z-index: 2;
  }
  #js_fix_banner img {
    height: 60vh;
    width: auto;
  }
  #js_fix_banner.up_move {
    animation: UpAnime 0.5s forwards;
    opacity: 1;
  }
  @keyframes UpAnime {
    0% {
      opacity: 0;
      transform: translateX(140px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  #js_fix_banner.down_move {
    animation: DownAnime 0.5s forwards;
  }
  @keyframes DownAnime {
    0% {
      opacity: 1;
      transform: translateX(0);
    }
    to {
      opacity: 1;
      transform: translateX(140px);
    }
  }
}
@media only screen and (max-width: 768px) {
  #js_fix_banner {
    bottom: 90px;
    opacity: 0;
    position: fixed;
    transform: translateY(100px);
    z-index: 2;
  }
  #js_fix_banner img {
    height: auto;
    width: 100vw;
  }
  #js_fix_banner.up_move {
    animation: UpAnime 0.5s forwards;
    opacity: 1;
  }
  @keyframes UpAnime {
    0% {
      opacity: 0;
      transform: translateY(100px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  #js_fix_banner.down_move {
    animation: DownAnime 0.5s forwards;
  }
  @keyframes DownAnime {
    0% {
      opacity: 1;
      transform: translateY(0);
    }
    to {
      opacity: 1;
      transform: translateY(100px);
    }
  }
}
.result_wrap {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.result_box {
  box-shadow: 2px 4px 4px 2px #000;
  box-shadow: 2px 4px 4px 2px rgba(0, 0, 0, 0.2);
  margin: 1%;
  padding: 1%;
  width: 31%;
}
.result_img {
  padding: 10px;
}
.result_img img {
  aspect-ratio: 1/1;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  overflow: hidden;
}
.result_title {
  border-bottom: 1px solid #f2f0ea;
  font-size: 1.1rem;
  line-height: 1.2;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.result .result_title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 80px;
  position: relative;
  text-align: center;
}
.result_brand,
.result_item {
  border-bottom: 1px solid #f2f0ea;
  font-size: 0.9rem;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.result_term_link {
  margin-right: 5px;
}
.pagination {
  text-align: center;
  width: 100%;
}
ul.page-numbers {
  align-items: stretch;
  margin-bottom: 80px;
  margin-top: 80px;
}
ul.page-numbers,
ul.page-numbers li {
  display: flex;
  justify-content: center;
}
ul.page-numbers li {
  align-items: center;
  background: #293855;
  margin-left: 5px;
  margin-right: 5px;
  min-width: 1.6rem;
  text-align: center;
}
span.page-numbers.current,
ul.page-numbers a {
  align-items: center;
  color: #fff;
  display: flex;
  font-weight: 700;
  height: 100%;
  padding: 2px 10px;
  width: 100%;
}
span.page-numbers.current {
  background-color: #ccc;
  border-color: #ccc;
}
@media only screen and (max-width: 768px) {
  .result_box {
    width: 48%;
  }
}
.w10 {
  width: 10%;
}
.w15 {
  width: 15%;
}
.w20 {
  width: 20%;
}
.w25 {
  width: 25%;
}
.w30 {
  width: 30%;
}
.w40 {
  width: 40%;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w70 {
  width: 70%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}
.w100 {
  width: 100%;
}
.pt0 {
  padding-top: 0;
}
.pb0 {
  padding-bottom: 0;
}
.mb0 {
  margin-bottom: 0;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mt0 {
  margin-top: 0;
}
.my0 {
  margin-block: 0;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.section__inner {
  margin-inline: auto;
  max-width: 1240px;
  padding-inline: 20px;
}
.section-block {
  background-color: #f2f0ea;
  margin-block: clamp(2.5rem, 1.4161849711rem + 4.6242774566vw, 5rem);
  padding: clamp(1.25rem, 0.7080924855rem + 2.3121387283vw, 2.5rem)
    clamp(1.25rem, 0.7080924855rem + 2.3121387283vw, 2.5rem)
    clamp(2.5rem, 1.4161849711rem + 4.6242774566vw, 5rem);
}
.section-block__head__caution {
  margin-bottom: -80px;
}
@media only screen and (max-width: 768px) {
  .section-block__head__caution {
    margin-bottom: clamp(-2.5rem, -1.4161849711rem - 4.6242774566vw, -5rem);
    padding-inline: 20px;
  }
}
.section-block.nocolor {
  background-color: #fff;
  border-top: none;
  margin-bottom: 0;
}
.section-block.pi0 {
  padding-inline: 0;
}
@media only screen and (max-width: 768px) {
  .section-block.pi0 {
    padding-inline: clamp(1.25rem, -0.7838983051rem + 4.2372881356vw, 2.5rem);
  }
}
.bg-ivory {
  background-color: #f2f0ea;
  margin-block: clamp(2.5rem, 1.4161849711rem + 4.6242774566vw, 5rem);
  padding: clamp(1.25rem, 0.7080924855rem + 2.3121387283vw, 2.5rem)
    clamp(1.25rem, 0.7080924855rem + 2.3121387283vw, 2.5rem)
    clamp(2.5rem, 1.4161849711rem + 4.6242774566vw, 5rem);
}
.text-center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .text-center.sp-left {
    text-align: left;
  }
}
