/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.u_txt_white {
  color: #fff !important;
}

.u_txt_black {
  color: #000 !important;
}

.u_mt_0 {
  margin-top: 0px !important;
}

.u_mb_0 {
  margin-bottom: 0px !important;
}

.u_mb_10 {
  margin-bottom: 10px !important;
}

.u_ml_0 {
  margin-left: 0px !important;
}

.u_mr_0 {
  margin-right: 0px !important;
}

@media screen and (min-width: 769px) {
  .u_mt_md_0 {
    margin-top: 0px !important;
  }
  .u_mb_md_0 {
    margin-bottom: 0px !important;
  }
  .u_ml_md_0 {
    margin-left: 0px !important;
  }
  .u_mr_md_0 {
    margin-right: 0px !important;
  }
}
.u_pl_0 {
  padding-left: 0 !important;
}

.u_pr_0 {
  padding-right: 0 !important;
}

.u_pt_3 {
  padding-top: 3px !important;
}

.u_pb_3 {
  padding-bottom: 3px !important;
}

.u_pl_20 {
  padding-left: 20px !important;
}

@media screen and (min-width: 769px) {
  .u_pl_md_9 {
    padding-left: 9px !important;
  }
}
.u_txt_left {
  text-align: left !important;
}

.u_txt_right {
  text-align: right !important;
}

.u_txt_center {
  text-align: center !important;
}

.u_fw900 {
  font-weight: 900 !important;
}

.u_fw800 {
  font-weight: 800 !important;
}

.u_fw700 {
  font-weight: 700 !important;
}

.u_fw600 {
  font-weight: 600 !important;
}

.u_fw500 {
  font-weight: 500 !important;
}

.u_fw400 {
  font-weight: 400 !important;
}

.u_fw300 {
  font-weight: 300 !important;
}

.u_f_base {
  font-family: "Noto Sans JP", sans-serif !important;
}

.u_cl_red {
  color: #E95037;
}

.u_cl_yellow {
  color: #FCD03E;
}

.u_cl_blue {
  color: #8BD1F4;
}

.p_store {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p_store_mv {
    position: relative;
  }
}
.p_store_mv__news {
  width: calc(100% - 40px);
  margin: 20px auto 40px;
}
@media screen and (min-width: 768px) {
  .p_store_mv__news {
    position: absolute;
    right: 40px;
    bottom: 40px;
    width: 378px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.p_store_mv__news_main {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p_store_mv__news_main {
    transition: all 0.5s;
  }
  .p_store_mv__news_main:hover {
    opacity: 0.7;
  }
}
.p_store_mv__news_img {
  width: 34.2857142857%;
}
@media screen and (min-width: 768px) {
  .p_store_mv__news_img {
    width: 31.746031746%;
  }
}
.p_store_mv__news_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p_store_mv__news_box {
  display: flex;
  align-items: center;
  width: 65.7142857143%;
  padding: 20px 0 23px 15px;
  background-color: #2a3546;
}
@media screen and (min-width: 768px) {
  .p_store_mv__news_box {
    width: 68.253968254%;
    padding: 15px 0 20px 18px;
  }
}
.p_store_mv__news_info {
  margin-right: 10px;
}
.p_store_mv__news_date {
  display: inline-block;
  margin-bottom: 5px;
  padding: 1px 6px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.7;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .p_store_mv__news_date {
    padding: 2px 6px;
    margin-bottom: 8px;
  }
}
.p_store_mv__news_ttl {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6428571429;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  max-height: 46px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px) {
  .p_store_mv__news_ttl {
    line-height: 1.4375;
    max-height: 46px;
  }
}
.p_store_mv__news_icon {
  position: relative;
  top: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 40px;
  height: 50px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 768px) {
  .p_store_mv__news_icon {
    width: 50px;
  }
}
.p_store_news {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p_store_news {
    padding: 100px 0 120px;
  }
}
.p_store_news .c_ttl32 {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p_store_news .c_ttl32 {
    margin-bottom: 40px;
  }
}
.p_store_news__main {
  margin-bottom: 36px;
}
@media screen and (min-width: 768px) {
  .p_store_news__main {
    margin-bottom: 80px;
  }
}
.p_store_news .c_news_post:last-child .c_news_post__link {
  border-bottom: 1px solid #cdd4db;
}
@media screen and (min-width: 768px) {
  .p_store_news .c_news_post__link {
    padding: 38px 0 45px;
  }
}
@media screen and (min-width: 768px) {
  .p_store_news .c_news_post__head {
    width: clamp(
      17.5rem,
      6.9711538462vw + 14.1538461538rem,
      21.125rem
  );
  }
}
.p_store_news .c_news_post__date {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p_store_news .c_news_post__date {
    padding-right: 13px;
    margin-right: 15px;
    font-size: 1.25rem;
    letter-spacing: 0.1em;
  }
}
.p_store_news .c_news_post__cate .cate {
  font-size: 0.75rem;
}
.p_store_news__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p_store_news__btn .c_btn02 {
  width: 100%;
  max-width: 392px;
}
.p_store_enjoy {
  padding-bottom: 34px;
}
@media screen and (min-width: 768px) {
  .p_store_enjoy {
    padding-bottom: 115px;
  }
}
.p_store_enjoy .c_ttl32 {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .p_store_enjoy .c_ttl32 {
    margin-bottom: 36px;
  }
}
.p_store_enjoy__head {
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .p_store_enjoy__head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 64px;
  }
}
.p_store_enjoy__head_txt {
  margin-left: auto;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p_store_enjoy__head_txt {
    position: relative;
    top: -3px;
    width: 48.1896551724%;
  }
}
.p_store_enjoy__main {
  display: grid;
  gap: 35px;
  padding: 0 40px;
}
@media screen and (min-width: 768px) {
  .p_store_enjoy__main {
    grid-template-columns: repeat(3, 1fr);
    gap: 44px;
    padding: 0 clamp(
      0rem,
      34.0909090909vw + -21.8181818182rem,
      3.75rem
  );
  }
}
.p_store_enjoy__item {
  position: relative;
  padding-top: 47px;
}
@media screen and (min-width: 768px) {
  .p_store_enjoy__item {
    padding-top: 55px;
  }
}
.p_store_enjoy__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 130px;
  width: 128.9308176101%;
  background: url(../images/store/img_line.svg) no-repeat top center/contain;
}
@media screen and (min-width: 768px) {
  .p_store_enjoy__item::before {
    height: 130px;
  }
}
.p_store_enjoy__item_info {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 21px;
  padding: 29px 10px 26px;
  border-bottom: 1px solid #cdd4db;
}
@media screen and (min-width: 768px) {
  .p_store_enjoy__item_info {
    margin-bottom: 26px;
    padding: 30px 0 30px 12px;
  }
}
.p_store_enjoy__item_ttl {
  width: calc(100% - 38px);
  color: #00295f;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p_store_enjoy__item_ttl {
    font-size: 1.25rem;
    line-height: 1.45;
  }
}
.p_store_enjoy__item .c_btn_arrow {
  position: absolute;
  right: 0;
  top: 0;
  height: calc(100% + 1px);
  width: 50px;
}
.p_store_enjoy__item_txt {
  font-size: 1rem;
  font-weight: 500;
}
.p_store_faq {
  margin-bottom: 37px;
}
@media screen and (min-width: 768px) {
  .p_store_faq {
    margin-bottom: 120px;
  }
}
.p_store_faq .c_ttl32 {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p_store_faq .c_ttl32 {
    margin-bottom: 40px;
  }
}
.p_store_faq .c_btn03 {
  position: relative;
  width: 100%;
  max-width: 246px;
  margin-top: 20px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p_store_faq .c_btn03 {
    margin-top: 29px;
    max-width: 260px;
  }
}
.p_store_faq .c_btn03 .icon_arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.p_store_access {
  padding-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .p_store_access {
    padding-bottom: 78px;
  }
}
.p_store_access .c_ttl32 {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p_store_access .c_ttl32 {
    margin-bottom: 40px;
  }
}
.p_store_access__map {
  height: 300px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p_store_access__map {
    height: 500px;
    margin-bottom: 45px;
  }
}
.p_store_access__map iframe {
  width: 100%;
  height: 100%;
}
.p_store_access__info {
  display: grid;
  gap: 14px;
}
@media screen and (min-width: 768px) {
  .p_store_access__info {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
.p_store_access__info_item .info {
  margin-bottom: 19px;
}
@media screen and (min-width: 768px) {
  .p_store_access__info_item .info {
    display: flex;
    margin-bottom: 23px;
  }
}
.p_store_access__info_item .info:last-child {
  margin-bottom: 0;
}
.p_store_access__info_item .info .ttl,
.p_store_access__info_item .info .txt {
  font-size: 1rem;
  font-weight: 500;
}
.p_store_access__info_item .info .ttl {
  margin-bottom: 16px;
  padding: 4px 20px;
  background-color: #eff2f3;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p_store_access__info_item .info .ttl {
    padding: 0;
    flex-shrink: 0;
    width: 96px;
    margin-bottom: 0;
    background-color: transparent;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .p_store_access__info_item .info .ct {
    width: 100%;
  }
}
.p_store_access__info_item .info .ct > * + * {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .p_store_access__info_item .info .ct > * + * {
    margin-top: 12px;
  }
}
.p_store_access__info_item .info .hour {
  display: inline-block;
  padding-top: 12px;
  color: #00295f;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.875rem;
  line-height: 0.9333333333;
}
@media screen and (min-width: 768px) {
  .p_store_access__info_item .info .hour {
    padding-top: 0;
    font-size: clamp(
      1.25rem,
      3.90625vw + -0.625rem,
      1.875rem
  );
  }
}
.p_store_access__info_item .info .note {
  display: inline-block;
  color: #00295f;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 0.9333333333;
  margin-left: 7px;
}
@media screen and (min-width: 768px) {
  .p_store_access__info_item .info .note {
    margin-left: 7px;
    font-size: clamp(
      0.875rem,
      0.78125vw + 0.5rem,
      1rem
  );
  }
}
.p_store_access__info_item .info .c_btn03 {
  position: relative;
  top: 8px;
}
@media screen and (min-width: 768px) {
  .p_store_access__info_item .info .c_btn03 {
    top: 0;
    width: 100%;
    max-width: 260px;
  }
}
.p_store_access__info_item .info .c_btn03__txt {
  font-size: 1rem;
}
.p_store_access__info_item .info .c_btn03 .icon_arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p_store_access__info_item:last-child .info {
    padding-left: clamp(
      0rem,
      18.75vw + -12rem,
      2.0625rem
  );
  }
}
.p_store_convert {
  margin-bottom: 53px;
}
@media screen and (min-width: 768px) {
  .p_store_convert {
    margin-bottom: 160px;
  }
}
/*# sourceMappingURL=store.css.map */
