@charset "UTF-8";
.event.section {
  padding-top: 0;
}
.section_lp {
  margin: 80px 0;
}
.section_lp_mt {
  margin-top: -80px;
}
.section_lp.section_lp_margin {
  margin-top: 0;
}
.section_lp_result .section_title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 80px;
  position: relative;
  text-align: center;
}
.selling_point {
  display: none;
}
.section_box {
  margin: 40px auto;
}
.section_title_lp {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 auto;
  max-width: 1400px;
  text-align: center;
  line-height: 1.7;
}
.inner_lp {
  margin: auto;
  max-width: 1280px;
}
.title_copy {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 80px 0 0;
  text-align: center;
}
.item_copy {
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  justify-content: center;
  margin: 40px 0;
}
.item_copy_text {
  text-align: center;
}
.item_copy_text p:first-child:before {
  content: "その他：";
}
.not_copy {
  display: flex;
  font-size: 1.2rem;
  font-weight: 700;
  justify-content: center;
}
.not_copy_margin {
  margin-bottom: 20px;
}
.not_copy_text {
  text-align: center;
}
.not_copy_text p:first-child:before {
  content: "お取り扱い対象外：";
}
.campaign_note {
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  .section_lp_mt {
    margin-top: -40px;
  }
  .not_copy {
    display: flex;
    flex-flow: column;
    font-size: 1rem;
    font-weight: 700;
    justify-content: center;
    text-align: center;
  }
  .item_copy_text,
  .item_copy_title,
  .not_copy_text,
  .not_copy_title {
    width: 100%;
  }
  .campaign_note {
    font-size: 0.8rem;
  }
}
.title_wrap {
  background: #293855;
  padding: 20px;
  position: relative;
  width: 100%;
}
.title_wrap:after {
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 50px solid #293855;
  bottom: -50px;
  content: "";
  height: 0;
  left: calc(50% - 50px);
  position: absolute;
  width: 0;
}
.tl_reason_img {
  width: 48%;
}
.tl_reason_text {
  width: 52%;
}
.tl_reason_title {
  background: #293855;
  color: #fff;
  font-size: 1.625rem;
  font-weight: 700;
  padding: 5px 0;
  text-align: center;
  width: 100%;
}
.tl_reason_item {
  font-size: 1.2rem;
}
.tl_reason {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.tl_reason_item {
  font-weight: 700;
  margin-top: 20px;
}
.item {
  background-color: #f2f0ea;
}
.item_desc {
  margin-bottom: 1rem;
  text-align: center;
}
.item_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.item_list:first-child {
  margin-top: 50px;
}
.item_list_item {
  background-color: #293855;
  background-position: top 60px center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-family:
    Hiragino Sans,
    Meiryo,
    YuGothic,
    Yu Gothic medium,
    sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  margin-left: 1%;
  margin-top: 1%;
  padding-bottom: 240px;
  padding-top: 10px;
  text-align: center;
  width: 32.3333333333%;
}
.item_brand {
  background-image: url(../../assets/img/lp/item_brand.jpg);
}
.item_watch {
  background-image: url(../../assets/img/lp/item_watch.jpg);
}
.item_brandjewelry {
  background-image: url(../../assets/img/lp/item_brandjewelry.jpg);
}
.item_jewelry {
  background-image: url(../../assets/img/lp/item_jewelry.jpg);
}
.item_stamp {
  background-image: url(../../assets/img/lp/item_stamp.jpg);
}
.item_sheetstamp {
  background-image: url(../../assets/img/lp/item_stamp.jpg);
}
.item_liquor {
  background-image: url(../../assets/img/lp/item_other.jpg);
}
.item_apparel {
  background-image: url(../../assets/img/lp/item_other.jpg);
}
.item_other {
  background-image: url(../../assets/img/lp/item_other.jpg);
}
.item_other_event {
  background-image: url(../../assets/img/lp/item_other.jpg);
}
.item_text {
  margin-top: 30px;
  text-align: center;
}
.item_list-lp {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ok_item_list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}
@media only screen and (max-width: 768px) {
  .ok_item_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.item_list_link {
  color: #fff;
  font-weight: 700;
  height: 100%;
  width: 100%;
}
.item_list_link:hover {
  opacity: 0.7;
}
.item_list_link .item_list_item {
  width: 99%;
}
.item_list_2col .item_list_link {
  width: 50%;
}
.item_list_3col .item_list_link {
  width: 33.3333333333%;
}
.item_list_4col .item_list_link {
  width: 25%;
}
.item_list_2col .item_list_item {
  padding-bottom: 300px;
}
.item_list_4col .item_list_item {
  padding-bottom: 160px;
  padding-top: 8px;
}
@media only screen and (max-width: 768px) {
  .item_list_2col .item_list_link {
    width: 100%;
  }
  .item_list_2col .item_list_item {
    padding-bottom: 200px;
  }
  .item_list_3col .item_list_link,
  .item_list_4col .item_list_link {
    width: 50%;
  }
}
.line_wrap {
  margin-top: 40px;
}
.guide_flow_line {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.guide_cta,
.guide_flow_line {
  background-color: #f2f0ea;
  margin-top: 20px;
}
.guide_cta {
  padding: 60px;
}
.guide_cta_box {
  align-items: flex-start;
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}
.guide_cta_box:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.guide_cta_wrap {
  margin: 0 auto;
  padding: 0 60px;
  width: 50%;
}
.guide_cta_btn {
  background: rgba(20, 43, 82, 0.851) url(../../assets/img/lp/cta_arrow.svg) no-repeat center right
    30px;
  background-size: 20px;
  border-bottom: 12px solid #0d1c36;
  border-radius: 80px;
  border-top: none;
  color: #fff;
  display: block;
  font-family:
    Hiragino Sans,
    Meiryo,
    YuGothic,
    Yu Gothic medium,
    sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 40px;
  max-width: 100%;
  padding: 20px;
  text-align: center;
  width: 780px;
}
.guide_cta_btn:hover {
  background-color: rgba(27, 59, 114, 0.851);
}
.guide_cta_title {
  font-size: 1.2rem;
  font-weight: 700;
}
.guide_line_text {
  font-size: 1.2rem;
  margin-top: 20px;
}
.guide_line_box {
  padding: 60px;
  width: 50%;
}
.guide_line_item {
  padding: 40px;
  width: 50%;
}
.guide_item_bubble {
  padding: 40px;
  width: 45%;
}
.guide_line_ul {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .guide_cta_box {
    flex-flow: column;
    width: 100%;
  }
  .guide_cta_btn {
    font-size: 1.2rem;
  }
  .guide_cta_wrap {
    padding: 0;
    width: 100%;
  }
  .guide_cta {
    padding: 20px;
  }
}
.guide_line_title {
  font-size: 2rem;
}
.arrow_box {
  background: #5ae628;
  border-radius: 15px;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  color: #111;
  font-family:
    Hiragino Sans,
    Meiryo,
    YuGothic,
    Yu Gothic medium,
    sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  height: 100%;
  padding: 40px;
  position: relative;
  text-align: left;
  width: 90%;
}
.arrow_box:after {
  border: solid rgba(90, 230, 40, 0);
  border-left: solid #5ae628;
  border-width: 10px 30px;
  content: "";
  height: 0;
  left: 100%;
  margin-top: -10px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  width: 0;
}
.arrow_box_re {
  background: #fff;
  border-radius: 15px;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  color: #111;
  font-family:
    Hiragino Sans,
    Meiryo,
    YuGothic,
    Yu Gothic medium,
    sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  height: 100%;
  padding: 40px;
  position: relative;
  text-align: left;
  width: 90%;
}
.arrow_box_re:after {
  border: solid hsla(0, 0%, 100%, 0);
  border-right: solid #fff;
  border-width: 10px 30px;
  content: "";
  height: 0;
  margin-top: -10px;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 50%;
  width: 0;
}
.arrow_box p,
.arrow_box_re p {
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .guide_flow_line {
    flex-flow: column;
  }
  .guide_item_bubble,
  .guide_line_box,
  .guide_line_item {
    padding: 20px;
    width: 100%;
  }
  .line_list_item {
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 1.5rem;
    margin: 10px;
    text-align: center;
    width: 100%;
  }
  .line_list_item .link {
    color: #fff;
    display: block;
    padding: 40px 0;
    text-shadow: 0 0 10px #000;
  }
}
@media only screen and (min-width: 769px) {
  .ok_list_item {
    display: flex;
    flex-direction: column;
  }
}
.ok_list_item img {
  height: auto;
  width: 100%;
}
.item_ttl {
  align-items: center;
  background: #293855;
  color: #fff;
  display: flex;
  flex-grow: 1;
  font-family:
    Hiragino Sans,
    Meiryo,
    YuGothic,
    Yu Gothic medium,
    sans-serif;
  font-weight: 700;
  justify-content: center;
  padding: 5px 0;
  text-align: center;
}
.item_ttl small {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 2px 0;
}
.section_lp-bg {
  background: #f2f0ea;
  padding: 1px 0 40px;
}
.kaitori_flow {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 40px;
  max-width: 1280px;
}
.event_flow,
.kaitori_flow {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  font-size: 1.25rem;
  width: 100%;
}
.event_flow {
  padding: 40px;
}
@media only screen and (max-width: 768px) {
  .event_flow {
    padding: 20px;
  }
}
.kaitori_flow_text {
  padding: 20px;
}
.kaitori_flow_img {
  text-align: center;
}
.kaitori_flow_img img {
  margin: 0 auto;
}
.kaitori_flow_step {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 10px;
  padding-left: 1rem;
  text-indent: -1rem;
}
.attention {
  color: red;
  font-weight: 700;
}
.box_item {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}
.box_item_ttl {
  background: #293855;
  color: #fff;
  font-family:
    Hiragino Sans,
    Meiryo,
    YuGothic,
    Yu Gothic medium,
    sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 5px;
  text-align: center;
}
.box_item {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
}
.box_item_ttl-mibun {
  background: #bf0413;
  color: #fff;
  font-family:
    Hiragino Sans,
    Meiryo,
    YuGothic,
    Yu Gothic medium,
    sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 5px;
  text-align: center;
}
.box_item_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px;
}
.box_item_li {
  color: #333;
  font-size: 1.5rem;
}
.box_item_flex {
  align-items: center;
  display: flex;
}
.box_item_flex_img,
.box_item_flex_ul {
  padding: 40px;
  width: 50%;
}
.box_item_flex_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.box_item_li {
  font-weight: 400;
  padding: 0 10px;
}
.ctr-wrap {
  margin: 60px 0;
}
.ctr_box {
  font-family:
    Hiragino Sans,
    Meiryo,
    YuGothic,
    Yu Gothic medium,
    sans-serif;
  margin: 0 auto;
  max-width: 500px;
  position: relative;
  width: 100%;
}
.ctr_box_title {
  color: #293855;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.cta_lp {
  background-color: #f7e5b8;
  line-height: 1.5;
  padding: 60px 20px;
  text-align: center;
}
.cta_lp .cta_lp_txt {
  align-items: center;
  display: flex;
  font-size: 26px;
  font-weight: 700;
  justify-content: center;
}
.cta_lp .cta_lp_txt:after,
.cta_lp .cta_lp_txt:before {
  background-color: #293855;
  border-radius: 2px;
  content: "";
  display: inline-block;
  height: 2px;
  width: 25px;
}
.cta_lp .cta_lp_txt:before {
  margin-right: 8px;
  transform: rotate(70deg);
}
.cta_lp .cta_lp_txt:after {
  margin-left: 8px;
  transform: rotate(110deg);
}
.cta_lp .cta_lp_txt span {
  color: #a81f24;
  font-weight: 700;
}
.cta_lp .cta_lp_num {
  align-items: center;
  color: #0e2f73;
  display: flex;
  font-size: 65px;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  margin: 20px 0 10px;
}
.cta_lp .cta_lp_num:before {
  background: url(../../assets/img/lp/logo_freedial.svg) no-repeat 50% / contain;
  content: "";
  display: block;
  height: 51px;
  margin-right: 8px;
  width: 85px;
}
.cta_lp_time {
  font-size: 18px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .cta_lp {
    padding: 40px 20px;
  }
  .cta_lp .cta_lp_txt {
    font-size: 16px;
  }
  .cta_lp .cta_lp_txt:after,
  .cta_lp .cta_lp_txt:before {
    height: 2px;
    width: 16px;
  }
  .cta_lp .cta_lp_txt:before {
    margin-right: 3px;
  }
  .cta_lp .cta_lp_txt:after {
    margin-left: 3px;
  }
  .cta_lp a {
    align-items: center;
    background-color: #0e2f73;
    border-radius: 50px;
    color: #fff;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    justify-content: center;
    margin: 15px auto 10px;
    padding: 18px 0;
    text-align: center;
    width: 315px;
  }
  .cta_lp a:before {
    background: url(../../assets/img/lp/icon-phone.svg) no-repeat 50% / contain;
    content: "";
    display: inline-block;
    height: 20px;
    margin-right: 8px;
    width: 20px;
  }
  .cta_lp_time {
    font-size: 13px;
  }
}
.shop_tel_btn {
  align-items: center;
  background: #0e2f73;
  border-radius: 40px;
  color: #fff;
  display: flex;
  font-size: 1.875rem;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  margin: 5px 0 10px;
  max-width: 500px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.shop_tel_btn:before {
  background-image: url(../../assets/img/lp/logo_freedial.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 30px;
  margin-right: 10px;
  width: 30px;
}
.ctr_box_text {
  color: #293855;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
.ctr_box_subtext {
  font-size: 1rem;
  font-weight: 400;
}
.ctr_box_attention {
  margin-top: 10px;
}
.ctr_box_attention p {
  color: #333;
  font-weight: 400;
}
.ctr_box_attention .attention {
  color: red;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
.js_bizhours_clone > .js_bizhours,
.js_telnum > a,
.js_telnum_clone > .js_telnum {
  font-weight: 700;
}
.js_telnum > a {
  color: #fff;
}
.js_bizhours_clone > .js_bizhours:before {
  content: "営業時間：";
}
.text_center {
  text-align: center;
}
.quote {
  display: inline-block;
  padding: 0 60px;
  position: relative;
}
.quote:after,
.quote:before {
  background: #000;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 1px;
}
.quote:before {
  left: 29px;
  transform: rotate(-30deg);
}
.quote:after {
  right: 29px;
  transform: rotate(30deg);
}
@media only screen and (max-width: 768px) {
  .quote {
    font-size: 1rem;
    padding: 0 40px;
  }
  .box_item_flex {
    flex-flow: column;
  }
  .box_item_flex_img,
  .box_item_flex_ul {
    font-family:
      Hiragino Sans,
      Meiryo,
      YuGothic,
      Yu Gothic medium,
      sans-serif;
    padding: 20px;
    width: 100%;
  }
  .kaitori_flow {
    flex-flow: column;
  }
  .box_item_ul {
    padding: 20px;
  }
  .item_list_item {
    background-position: top 48px center;
    background-size: cover;
    font-size: 1rem;
    font-weight: 700;
    padding-bottom: 120px;
    padding-top: 10px;
    width: 49%;
  }
  .item_list_4col .item_list_item {
    background-position: top 40px center;
  }
  .ok_list_item {
    margin-inline: auto;
    width: calc(50% - 8px);
  }
  .item_ttl {
    font-size: 0.8rem;
  }
  .item_copy {
    flex-flow: column;
    font-size: 1rem;
    font-weight: 700;
    padding: 0 20px;
  }
  .section_lp {
    margin: 40px 0;
  }
  .tl_reason {
    flex-flow: column;
  }
  .tl_reason_title {
    font-size: 1.2rem;
  }
  .tl_reason_img {
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  .tl_reason_img > img {
    margin: 0 auto;
    width: 80%;
  }
  .tl_reason_text {
    padding: 20px;
    width: 100%;
  }
  .tl_reason_item {
    cursor: pointer;
    font-size: 1rem;
    position: relative;
  }
  .tl_reason_item: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;
  }
  .tl_reason_item.accordion-trigger--active:after {
    transform: rotate(-180deg);
  }
  .tl_reason_data {
    display: none;
  }
  .section_title_lp {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 auto;
    max-width: 1400px;
  }
  .title_copy {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 40px 0 10px;
  }
  .title_wrap:after {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #293855;
    bottom: -30px;
    content: "";
    height: 0;
    left: calc(50% - 30px);
    position: absolute;
    width: 0;
  }
  .ctr_box_attention .attention {
    font-size: 1.125rem;
  }
}
.section {
  padding-bottom: 80px;
  padding-top: 80px;
}
.section_title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 80px;
  position: relative;
  text-align: center;
}
.section_title:after {
  background-color: #333;
  bottom: -25px;
  content: "";
  height: 1px;
  left: calc(50% - 25px);
  position: absolute;
  width: 50px;
}
.service_desc {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .section {
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .section_title {
    font-size: 1.6rem;
    margin-bottom: 40px;
    text-align: center;
  }
  .section_title:after {
    bottom: -20px;
  }
  .service_desc {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .pc,
  .pc_none {
    display: none;
  }
}
.shop_single {
  display: flex;
  justify-content: space-between;
  margin: 40px auto;
  max-width: 1280px;
  width: 100%;
}
.shop_single_shop_event {
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin: 60px auto 40px;
}
@media only screen and (min-width: 769px) {
  .shop_single_shop_event {
    max-width: 1400px;
  }
}
.shop_single_top {
  align-items: center;
  aspect-ratio: 2.303/1;
  display: flex;
  margin-bottom: 40px;
  overflow: hidden;
}
.shop_single_top img {
  height: auto;
  width: 100%;
}
.shop_single_ttl {
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.2rem;
  padding-bottom: 15px;
}
.shop_single_text {
  padding: 0 20px;
  width: 56.45%;
}
.shop_single_map {
  text-align: center;
  width: 40.32%;
}
@media only screen and (max-width: 768px) {
  .shop_single_map {
    margin-top: 25px;
    width: 100%;
  }
}
.shop_single_map iframe {
  height: 376px;
  margin-bottom: 10px;
  max-width: 100%;
  width: 100%;
}
.f-map img {
  border: 1px solid #ddd;
}
.buyer {
  display: flex;
  justify-content: center;
  max-width: 1400px;
  width: 100%;
}
.buyer_m {
  display: flex;
  padding: 2%;
  width: 50%;
}
.buyer_img {
  padding: 2%;
  width: 30%;
}
.buyer_img img {
  height: auto;
  width: 100%;
}
.buyer_text {
  font-size: 0.9rem;
  width: 70%;
}
.buyer_name {
  border-bottom: 1px solid #ccc;
  margin-bottom: 4px;
  padding-bottom: 4px;
}
.shop_single_info_item_title {
  color: #333;
  font-size: 1rem;
}
.shop_single_info_item_data {
  color: #000;
}
.shop_single_info_item_data .notes_li {
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  .shop_single {
    flex-flow: column;
  }
  .shop_single_text {
    padding: 0 20px;
    width: 100%;
  }
  .shop_single_info_item_pc {
    display: none;
  }
  .map-ttl {
    font-size: 1rem;
  }
  .buyer {
    flex-flow: column;
  }
  .buyer_m {
    width: 100%;
  }
}
.shop_single_shop_event_detail {
  margin: 40px auto;
  max-width: 800px;
  width: 100%;
}
.shop_single_shop_event_detail h3 {
  color: #293855;
  font-size: 2rem;
  margin-bottom: 1rem;
  text-align: center;
}
.shop_single_shop_event_detail h4 {
  color: #293855;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  text-align: center;
}
.shop_box {
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 1280px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .shop_box {
    display: block;
  }
}
.shop_box_mv {
  max-width: 1000px;
}
.thumb_shop {
  height: auto;
  max-width: 222px;
}
.thumb_shop .slick-slide {
  float: none;
  margin-bottom: 21.425px;
}
@media only screen and (max-width: 768px) {
  .thumb_shop .slick-slide {
    margin-bottom: 0;
  }
}
.thumb_shop .slick-slide:last-child {
  margin-bottom: 0;
}
.thumb_shop_img {
  cursor: pointer;
}
.slick-slide img,
.thumb_shop_img {
  height: auto;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .thumb_shop .slick-slide {
    width: 100% !important;
  }
}
@media only screen and (max-width: 768px) {
  .shop_box_mv {
    display: block;
    margin-bottom: 4px;
    width: 100%;
  }
  .thumb_shop {
    display: block;
    max-width: 100%;
    padding-left: 0;
    width: 100%;
  }
  .thumb_shop .slick-slide {
    float: left;
    padding: 0 2px;
  }
  .shop_box_mv_img,
  .thumb_shop_img {
    height: auto;
    max-width: 100%;
  }
}
.js_shop_slider .slick-prev {
  left: 3%;
  transform: rotate(-135deg);
}
.js_shop_slider .slick-next,
.js_shop_slider .slick-prev {
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
  height: 20px;
  position: absolute;
  top: 50%;
  width: 20px;
  z-index: 2;
}
.js_shop_slider .slick-next {
  right: 4%;
  transform: rotate(45deg);
}
.js_review_slider {
  margin-left: auto;
  margin-right: auto;
  width: 94%;
}
.js_review_slider .slick-prev {
  left: -1.5%;
  transform: rotate(-135deg);
}
.js_review_slider .slick-next,
.js_review_slider .slick-prev {
  border-right: 4px solid #ccc;
  border-top: 4px solid #ccc;
  height: 20px;
  position: absolute;
  top: 50%;
  width: 20px;
  z-index: 100;
}
.js_review_slider .slick-next {
  right: -1.5%;
  transform: rotate(45deg);
}
.slick-dots {
  margin: 20px 0 0;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots button {
  background: #ccc;
  border-radius: 50%;
  color: transparent;
  display: block;
  height: 8px;
  outline: none;
  width: 8px;
}
.slick-dots .slick-active button {
  background: #333;
}
.reason {
  background-color: #f2f0ea;
}
.reason_container {
  padding: 40px 80px;
}
.reason_list {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.reason_list_item {
  background-color: #fff;
  box-shadow: 2px 4px 4px 2px rgba(0, 0, 0, 0.2);
  flex: 1;
  margin: 0 10px;
  padding: 30px 20px;
  text-align: center;
}
.reason_item_title {
  color: #563309;
  font-family:
    Hiragino Sans,
    Meiryo,
    YuGothic,
    Yu Gothic medium,
    sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  position: relative;
}
.reason_item_title:before {
  background-size: 100%;
  content: " ";
  display: block;
  height: 80px;
  margin: 0 auto;
  width: 80px;
}
.reason_item_title_h {
  display: block;
  font-weight: 700;
  height: 2rem;
}
.merit01:before {
  background: url(../../assets/img/lp/merit01.svg) no-repeat;
}
.merit02:before {
  background: url(../../assets/img/lp/merit02.svg) no-repeat;
}
.merit03:before {
  background: url(../../assets/img/lp/merit02.svg) no-repeat;
}
.merit04:before {
  background: url(../../assets/img/lp/merit04.svg) no-repeat;
}
.merit05:before {
  background: url(../../assets/img/lp/merit04.svg) no-repeat;
}
.reason_item_body {
  font-size: 0.9rem;
  text-align: left;
}
.reason_list_note {
  font-size: 0.9rem;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .reason_list {
    flex-flow: column;
  }
  .reason_list_item {
    margin-bottom: 1rem;
  }
  .reason_container {
    padding: 10px;
  }
}
.about {
  background-color: #f2f0ea;
}
.about_container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.about_image {
  animation: bgslide 10s ease infinite;
  background-image: url(../../assets/img/lp/mv-pc.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 650px;
  width: 45%;
}
@keyframes bgslide {
  0% {
    background-image: url(../../assets/img/lp/mv-pc.jpg);
  }
  45% {
    background-image: url(../../assets/img/lp/mv-pc.jpg);
  }
  50% {
    background-image: url(../../assets/img/lp/mv-pc.jpg);
  }
  95% {
    background-image: url(../../assets/img/lp/mv-pc.jpg);
  }
}
.about_body {
  width: 55%;
}
.about_body_text {
  line-height: 2.5;
}
@media only screen and (min-width: 769px) {
  .about_body {
    padding-left: 80px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .about_image {
    height: auto;
    margin-top: 30px;
    order: 2;
    padding-top: 61.6147308782%;
    width: 100%;
  }
  .about_body {
    order: 1;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 50px;
    width: 100%;
  }
  .about_body_text {
    line-height: 1.6;
  }
}
.banner_image {
  box-shadow: 4px 8px 8px 4px rgba(0, 0, 0, 0.35);
}
.banner_box {
  margin-bottom: 40px;
}
.banner_box img {
  display: block;
}
.banner_link img:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .banner_box {
    margin-bottom: 20px;
  }
}
.container_inner {
  margin: 80px auto;
}
.youtube {
  margin: 60px auto 30px;
  width: 70%;
}
.youtube_mv {
  aspect-ratio: 16/9;
  width: 100%;
}
.youtube_mv iframe {
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .youtube {
    margin-top: 30px;
    width: 90%;
  }
}
.result {
  background-color: #f2f0ea;
}
.result_list .slick-track {
  align-items: flex-end;
  display: flex !important;
}
.result_list_item {
  background-color: #fff;
  margin: 0 10px;
  padding: 20px;
}
.result_item_img {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
.result_item_title {
  font-size: 1.2rem;
  margin-bottom: 10px;
  margin-top: 10px;
}
.result_item_img img {
  aspect-ratio: 1/1;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  overflow: hidden;
}
.result_item_title {
  border-bottom: 1px solid #f2f0ea;
  font-size: 1.1rem;
  line-height: 1.2;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.result_item_bland,
.result_item_name {
  border-bottom: 1px solid #f2f0ea;
  font-size: 0.9rem;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.js_result_slider .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.js_result_slider .slick-dots li {
  margin: 0 10px;
}
.js_result_slider .slick-dots li button {
  background-color: #293855;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  height: 8px;
  opacity: 0.4;
  width: 8px;
}
.js_result_slider .slick-dots li.slick-active button {
  opacity: 1;
}
.js_result_slider .slick-arrow {
  background-color: #293855;
  background-image: url(../../assets/img/lp/arrow_white.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
  cursor: pointer;
  font-size: 0;
  height: 35px;
  position: absolute;
  top: calc(50% - 17.5px);
  width: 35px;
  z-index: 3;
}
.js_result_slider .slick-prev {
  left: 40px;
  transform: scaleX(-1);
}
.js_result_slider .slick-next {
  right: 40px;
}
@media only screen and (min-width: 769px) {
  .result {
    padding-bottom: 40px;
  }
  .js_result_slider .slick-prev {
    left: 120px;
  }
  .js_result_slider .slick-next {
    right: 120px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .mv_title {
    top: 40px;
  }
  .mv_text span {
    font-size: 1.2rem;
  }
}
.mt0 {
  margin-top: 0;
}
.mb0 {
  margin-bottom: 0;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.pt0 {
  padding-top: 0;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 60px;
}
.pt70 {
  padding-top: 70px;
}
.pt80 {
  padding-top: 80px;
}
.pb0 {
  padding-bottom: 0;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb70 {
  padding-bottom: 70px;
}
.pb80 {
  padding-bottom: 80px;
}
.header_logo_lp a {
  display: block;
}
.header_logo_img_lp {
  display: block;
  height: auto;
  padding: 30px;
  width: 175px;
}
.header_navi_lp {
  align-items: center;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: 999;
}
.header_gnavi_lp {
  margin-left: auto;
  padding-right: 15px;
}
.header_gnavi_list_lp {
  display: flex;
  gap: 2.5vw;
  justify-content: space-between;
  margin-right: 15px;
}
.header_gnavi_list_item_lp > .link {
  cursor: pointer;
  font-size: min(1.2rem, 1.7vw);
  font-weight: 700;
  letter-spacing: 3px;
  white-space: nowrap;
}
.header_gnavi_list_item_lp > .link:hover {
  color: #ca9a50;
}
@media only screen and (min-width: 769px) {
  .navi_btn_lp {
    display: none;
  }
  .header_gnavi_list_item_lp > .link.is_active {
    color: #ca9a50;
  }
}
@media only screen and (max-width: 768px) {
  .header_logo_img_lp {
    max-width: 106px;
    padding: 10px 15px;
  }
  .navi_btn_lp {
    height: 40px;
    order: 3;
    position: relative;
    right: 15px;
    width: 40px;
    z-index: 999;
  }
  .navi_btn_bar_lp {
    background-color: #0d0f32;
    display: block;
    height: 1px;
    position: absolute;
    transition: all 0.35s ease-in-out;
    width: 100%;
  }
  .navi_btn_bar_lp:first-of-type {
    top: 12px;
  }
  .navi_btn_bar_lp:nth-of-type(2) {
    bottom: 12px;
  }
  .navi_btn_lp.active .navi_btn_bar_lp:first-of-type {
    transform: translateY(7.5px) rotate(-45deg);
  }
  .navi_btn_lp.active .navi_btn_bar_lp:nth-of-type(2) {
    transform: translateY(-7.5px) rotate(45deg);
  }
  .header_gnavi_lp {
    background-color: #fff;
    height: 100vh;
    padding-right: 0;
    padding-top: 60px;
    position: fixed;
    right: -100%;
    top: 0;
    transition: all 0.35s ease-in-out;
    width: 100%;
  }
  .header_gnavi_lp.visible {
    overflow: scroll;
    right: 0;
  }
  .header_gnavi_list_lp {
    flex-wrap: wrap;
    gap: 0;
    margin: 0;
  }
  .header_gnavi_list_item_lp {
    border-bottom: 1px solid #e5e5e5;
    margin-right: 0;
    text-align: left;
    width: 100%;
  }
  .header_gnavi_list_item_lp > .link {
    display: block;
    font-size: 1rem;
    padding: 20px;
  }
}
.header_tel_txt_lp {
  align-items: center;
  display: flex;
  font-size: clamp(10px, 1.2vw, 16px);
  font-weight: 700;
  justify-content: center;
  white-space: nowrap;
}
.header_tel_txt_lp:after,
.header_tel_txt_lp:before {
  background-color: #000;
  border-radius: 2px;
  content: "";
  display: inline-block;
  height: 1px;
  width: 15px;
}
.header_tel_txt_lp:before {
  margin-right: 2px;
  transform: rotate(70deg);
}
.header_tel_txt_lp:after {
  margin-left: 2px;
  transform: rotate(110deg);
}
.header_tel_txt_lp span {
  color: #a81f24;
  font-weight: 700;
}
.header_tel_num_lp {
  align-items: center;
  color: #0e2f73;
  display: flex;
  font-size: clamp(1px, 2vw, 30px);
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  margin: 5px 0;
}
.header_tel_num_lp:before {
  background: url(../../assets/img/lp/logo_freedial.svg) no-repeat 50% / contain;
  content: "";
  display: block;
  height: 24px;
  margin-right: 5px;
  width: 40px;
}
.header_tel_time_lp {
  font-size: clamp(10px, 0.9vw, 13px);
  font-weight: 400;
}
