@charset "UTF-8";
/* -----------------------------------------------
header
----------------------------------------------- */
header {
  background: none;
}
.scroll header {
  background: rgba(0,0,0,.3);
}

@media screen and (max-width: 750px) {
  .menu-open::after {
    top: 61px;
  }
  .nav-wrap_inner {
    padding-top: 6px;
  }
  .alt_info {
    border-top: none;
    margin-bottom: 38px;
  }
  .header_wrap dd a.fx {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0 18px;
    min-height: 37px;
  }
  .header_wrap dd a.fx i {
    font-size: 15px;
    min-width: 3em;
  }
  .header_wrap dd a.fx span {
    margin-top: 0;
  }
  .nav-wrap_inner dt.first:after {
    content: none;
  }
  .header_wrap .shop_list {
    margin-top: 25px;
    padding-left: 37px;
  }
  .header_wrap .shop_list strong {
    display: block;
    font-size: 10px;
    letter-spacing: 0.05em;
    font-family: "hiragino-mincho-pron", sans-serif;
  }
  .header_wrap .shop_list strong {
    display: block;
    font-size: 11px;
    letter-spacing: 0.05em;
    font-family: "hiragino-mincho-pron", sans-serif;
  }
  .header_wrap .shop_list ul {
    margin-top: 16px;
  }
  .header_wrap .shop_list li + li {
    margin-top: 6px;
  }
  .header_wrap .shop_list li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 0 10px;
    padding-inline: 0;
    min-height: auto;
  }
  .header_wrap .shop_list li a::after {
    content: none;
  }
  .header_wrap .shop_list li a .img {
    width: 50px;
  }
  .header_wrap .shop_list li a .text {
    flex: 1;
  }
  .header_wrap .shop_list li a .text i {
    font-size: 6px;
    letter-spacing: 0.08em;
    font-style: normal;
    border: 1px solid #211816;
    width: 75px;
    height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header_wrap .shop_list li a .text span {
    font-size: 7px;
    letter-spacing: 0.05em;
    display: block;
    margin-top: 4px;
  }
  .header_wrap .shop_list li a .text em {
    font-size: 10px;
    letter-spacing: 0;
    font-weight: bold;
    display: block;
    margin-top: 3px;
  }
}

@media screen and (min-width: 751px) {
  header > .inner_wrap {
    justify-content: flex-end;
    max-width: 1170px!important;
  }
  header .logo {
    width: 208px;
  }
  header + main {
    padding-top: 0;
  }
}


/* -----------------------------------------------
tenpo_wrap
----------------------------------------------- */
.tenpo_heading h2 {
  font-weight: bold;
  text-align: center;
  position: relative;
}
.tenpo_heading h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
.tenpo_item {
  background-color: #EEF3F7;
}
.shop_name dt {
  border: 1px solid #211816;
  background-color: #fff;
  border-radius: 1px;
  display: flex;
	justify-content: center;
	align-items: center;
}
.shop_name dd.name i {
 font-style: normal;
}
.shop_name dd.name span {
 font-weight: bold;
}
.shop_info dl div {
  display: flex;
	justify-content: flex-start;
}
.shop_info dl dt {
  position: relative;
}
.shop_info dl dt::after {
  content: '';
  width: 1px;
  height: 76%;
  background: #231815;
  position: absolute;
  top: 50%;
  left: calc(100% - 0.5em);
  translate: 0 -50%;
}
.shop_info dl dd.fx {
  display: flex;
}
.shop_info dl dd a {
  border-radius: 50vh;
  background-color: #8B9DB2;
  color: #fff;
  display: flex;
	justify-content: center;
	align-items: center;
}
.tenpo_item .more {
  width: 100%;
}
.tenpo_item .more button {
  border-radius: 50vh;
  background-color: #8B9DB2;
  color: #fff;
  display: flex;
	justify-content: center;
	align-items: center;
  margin-inline: auto;
  padding: 0;
  border: none;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .tenpo_wrap {
    margin-top: 104px;
  }
  .tenpo_heading h2 {
    font-size: 19px;
    line-height: 1;
    letter-spacing: 0.2em;
    padding-bottom: 9px;
  }
  .tenpo_heading h2::after {
    width: 177px;
    height: 2px;
    background: url(../img/ciel/shop/tenpo_heading_deco_sp.png) center / contain no-repeat;
  }
  .tenpo_content_wrap {
    margin-top: 51px;
  }
  .tenpo_item {
    width: 86.66%;
    margin-inline: auto;
  }
  .tenpo_item + .tenpo_item {
    margin-top: 34px;
  }
  .tenpo_item .img {
    width: 100%;
  }
  .tenpo_item .text {
    padding: 27px 11.07% 28px;
  }
  .shop_name dt {
    font-size: 10px;
    letter-spacing: 0.08em;
    width: 110px;
    height: 20px;
  }
  .shop_name dd.name {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-top: 1.1em;
    gap: 8px 0;
  }
  .shop_name dd.name i {
    font-size: 11px;
    letter-spacing: 0;
    margin-right: 1em;
  }
  .shop_name dd.name span {
    font-size: 17px;
    letter-spacing: 0.05;
  }
  .shop_name dd.name_en {
    font-size: 6px;
    letter-spacing: 0;
    margin-top: 1.4em;
  }
  .shop_info {
    margin-top: 19px;
  }
  .shop_info * {
    font-size: 10px;
    line-height: 1.28;
    letter-spacing: 0;
  }
  .shop_info dl div {
    align-items: stretch;
  }
  .shop_info dl div + div {
    margin-top: 6px;
  }
  .shop_info dl dt {
    width: 5em;
    display: flex;
    align-items: center;
  }
  .shop_info dl dd {
    flex: 1;
  }
  .shop_info dl dd.fx {
    justify-content: flex-start;
    align-items: flex-end;
    gap: 0 10px;
  }
  .shop_info dl dd a {
    width: 51px;
    height: 13px;
    font-size: 9px;
    letter-spacing: 0;
  }
  .tenpo_item .more {
    margin-top: 46px;
  }
  .tenpo_item .more button {
    width: 82px;
    height: 21px;
    font-size: 10px;
    letter-spacing: 0;
  }
}

@media screen and (min-width: 751px) {
  .tenpo_wrap {
    margin-top: 184px;
  }
  .tenpo_heading h2 {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.2em;
    padding-bottom: 13px;
  }
  .tenpo_heading h2::after {
    width: 225px;
    height: 3px;
    background: url(../img/ciel/shop/tenpo_heading_deco_pc.png) center / contain no-repeat;
  }
  .tenpo_content_wrap {
    margin-top: 55px;
  }
  .tenpo_item {
    width: calc(100% - 20px);
    max-width: 940px;
    margin-inline: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .tenpo_item + .tenpo_item {
    margin-top: 62px;
  }
  .tenpo_item .img {
    width: 400px;
  }
  .tenpo_item .text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 10px 4.5% 10px;
  }
  .shop_name .fx {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 0.5em 10px;
  }
  .shop_name dt {
    font-size: 10px;
    letter-spacing: 0.08em;
    width: 125px;
    height: 23px;
  }
  .shop_name dd.name {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-top: 0.9em;
    gap: 0.5em 0;
  }
  .shop_name dd.name i {
    font-size: 12px;
    letter-spacing: 0.1em;
    margin-right: 1em;
  }
  .shop_name dd.name span {
    font-size: 18px;
    letter-spacing: 0;
  }
  .shop_name dd.name_en {
    font-size: 13px;
    letter-spacing: 0;
  }
  .shop_info {
    margin-top: 18px;
  }
  .shop_info * {
    font-size: 12px;
    line-height: 1.28;
    letter-spacing: 0;
  }
  .shop_info dl div {
    align-items: flex-start;
  }
  .shop_info dl div:has(.fx) {
    align-items: center;
  }
  .shop_info dl div + div {
    margin-top: 4px;
  }
  .shop_info dl dt {
    width: 5em;
  }
  .shop_info dl dd {
    flex: 1;
  }
  .shop_info dl dd.fx {
    justify-content: space-between;
    align-items: center;
  }
  .shop_info dl dd a {
    width: 102px;
    height: 26px;
    font-size: 18px;
    letter-spacing: 0;
  }
  .tenpo_item .more {
    margin-top: 28px;
  }
  .tenpo_item .more button {
    width: 102px;
    height: 26px;
    font-size: 10px;
    letter-spacing: 0;
  }
}

/* -----------------------------------------------
モーダル
----------------------------------------------- */
.modal_container {
  display: none;
}
.modal-open.modal_container {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  width: 100vw;
  height: 100vh;
  z-index: 99999;
	display: flex;
	justify-content: center;
	align-items: center;
}
.modal_body {
  background-color: #EEF3F7;
  overflow: hidden;
  position: relative;
}
.modal_close {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #A2BDD2;
}
.modal_close::before {
  content: '';
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal_close::after {
  content: '';
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal_fx .m_pickup_wrap strong {
  line-height: 1;
  text-align: center;
  display: block;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
}
.modal_pickup > .fs-c-productListCarousel__ctrl {
  display: none;
}
.modal_pickup .fs-c-productMarks {
  display: none;
}
.modal_pickup .fs-c-productListItem__productName a {
  display: block;
}
.modal_pickup .fs-c-productName__name {
  letter-spacing: 0;
  display: block;
}
.modal_pickup .fs-c-productPrice {
  line-height: 1;
  letter-spacing: 0;
  font-weight: bold;
}
.modal_fx .text strong {
  line-height: 1.38;
  letter-spacing: 0.07em;
  font-weight: bold;
}
.modal_fx .text a {
  border: 1px solid #211816;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal_fx .text a span {
  line-height: 1;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .modal_body {
    width: 96%;
    /* height: calc(100vh - 115px); */
    min-height: 600px;
    padding: 26px 6.945% 28px;
    overflow-y: auto;
  }
  .modal_close {
    width: 25px;
    height: 25px;
  }
  .modal_close::before {
    width: 2px;
    height: 12px;
  }
  .modal_close::after {
    width: 2px;
    height: 12px;
  }
  .modal_fx .img_wrap.movie_wrap video {
    width: 100%;
  }
  .modal_fx .text_wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 70px;
  }
  .modal_fx .m_pickup_wrap {
    order: 2;
    margin-top: 30px;
    width: 100%;
  }
  .modal_fx .m_pickup_wrap strong {
    font-size: 22px;
    letter-spacing: 0;
  }
  .modal_pickup {
    margin-top: 14px;
    justify-content: flex-start;
  }
  .modal_pickup .fs-c-productListCarousel__list {
    overflow-x: scroll;
    padding-bottom: 20px;
  }
  .modal_pickup .fs-c-productListCarousel__list__itemTrack {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .modal_pickup .fs-c-productListCarousel__list__item {
    width: 110px;
    min-width: 110px;
    margin-right: 15px;
  }
  .modal_pickup .fs-c-productListItem__productName a {
    padding-top: 12px;
    font-size: 10px;
  }
  .modal_pickup .fs-c-productName__name {
    line-height: 1.52;
    /* height: 3.04em; */
  }
  .modal_pickup .fs-c-productListItem__prices {
    margin-top: 1px;
  }
  .modal_pickup .fs-c-productPrice {
    font-size: 10px;
  }
  .modal_fx .text {
    order: 1;
  }
  .modal_fx .text {
    margin-top: 15px;
  }
  .modal_fx .text strong {
    font-size: 1.7rem;
  }
  .modal_fx .text p {
    margin-top: 4px;
    font-size: 1.1rem;
    line-height: 1.45;
    letter-spacing: 0;
  }
  .modal_fx .text a {
    width: 170px;
    height: 35px;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50%;
  }
  .modal_fx .text a span {
    font-size: 15px;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 751px) {
  .modal_body {
    width: 1100px;
    max-width: 1100px;
    height: 564px;
    min-height: 564px;
    padding: 40px;
  }
  .modal_close {
    width: 40px;
    height: 40px;
  }
  .modal_close::before {
    width: 2px;
    height: 20px;
  }
  .modal_close::after {
    width: 2px;
    height: 20px;
  }
  .modal_fx {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .modal_fx .img_wrap {
    width: 470px;
  }
  .modal_fx .text_wrap {
    width: 465px;
  }
  .modal_fx .m_pickup_wrap strong {
    font-size: 32px;
    letter-spacing: 0;
  }
  .modal_pickup {
    margin-top: 29px;
  }
  .modal_pickup .fs-c-productListCarousel__list {
    overflow: visible;
  }
  .modal_pickup .slick-slide {
    width: 194px;
    padding-right: 44px;
  }
  .modal_pickup .fs-c-productListCarousel__ctrl {
    width: 38px;
    min-width: auto;
    position: absolute;
    z-index: 99;
  }
  .modal_pickup .fs-c-productListCarousel__ctrl--prev {
    top: 56px;
    left: -19px;
  }
  .modal_pickup .fs-c-productListCarousel__ctrl--next {
    top: 56px;
    right: -19px;
  }
  .modal_pickup .fs-c-productListCarousel__ctrl.slick-disabled,
  .modal_pickup .fs-c-productListCarousel__ctrl.slick-disabled:hover {
    opacity: 0;
  }
  .modal_pickup .fs-c-productListItem__productName a {
    padding-top:13px;
    font-size: 13px;
  }
  .modal_pickup .fs-c-productName__name {
    line-height: 1.2;
    /* height: 2.7em; */
  }
  .modal_pickup .fs-c-productListItem__prices {
    margin-top: 3px;
  }
  .modal_pickup .fs-c-productPrice {
    font-size: 14px;
  }
  .modal_fx .text {
    margin-top: 44px;
  }
  .modal_fx .text strong {
    font-size: 21px;
    letter-spacing: 0;
  }
  .modal_fx .text p {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.78;
    letter-spacing: 0;
  }
  .modal_fx .text a {
    width: 146px;
    height: 34px;
    border-radius: 2px;
    margin-top: 8px;
  }
  .modal_fx .text a span {
    font-size: 12px;
    letter-spacing: 0.2em;
  }
}