@charset "UTF-8";
/* CSS Document */
* {
  box-sizing: border-box;
  --color1: #E84188;
  --color2: #FFDF00;
  --color3: #FF0000;
  --color4: #063557;
  --color5: #F39800;
  --color6: #00AFDD;
  --width1: 1150px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}

body {
  -webkit-text-size-adjust: 100%;
  background: #F8F8F8;
}

p {
  margin: 0;
}

#wrapper {
  padding-bottom: 50px;
  margin: -3px auto 0;
  color: #333;
  font-size: 16px;
  font-family: "游ゴシック", "YuGothic", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", Osaka, sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

.footstepBox {
  padding: 8px 0 0;
  width: 902px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8px;
  font-size: 10px;
  text-align: left;
}
.footstepBox a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767.9px) {
  .footstepBox {
    margin: 0 10px;
  }
}

.footstepBox,
.footstepBox a,
.footstepBox a:visited {
  color: #fff !important;
}

.sp {
  display: none;
}

.tb {
  display: none;
}

@media screen and (max-width: 960px) {
  .tb {
    display: block;
  }
}
@media screen and (max-width: 767.9px) {
  .sp {
    display: block;
  }
  .tb {
    display: none;
  }
  .pc {
    display: none;
  }
  #wrapper {
    overflow: hidden;
  }
}
#main {
  position: relative;
  padding-bottom: 48px;
  margin-bottom: 80px;
  text-align: center;
  background: var(--color1) url(../images/main_bg.png) no-repeat center top/cover;
}
#main h1 {
  max-width: 950px;
  margin: 48px auto 16px;
}
#main h1 img {
  width: 100%;
}
#main .copy {
  margin-bottom: 74px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
}
#main .copy span {
  font-size: 24px;
  text-decoration: underline;
}
#main .countDown {
  position: relative;
  width: 675px;
  height: 72px;
  margin: 0 auto;
  background: #fff;
  color: var(--color1);
  font-size: 36px;
  font-weight: bold;
  line-height: 72px;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
}
#main .countDown .countDownText {
  vertical-align: -2px;
}
#main .countDown::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 665px;
  height: 62px;
  border: solid 1px var(--color1);
  transform: translate(-50%, -50%);
}
#main .countDown span {
  margin-left: 10px;
  font-size: 48px;
}
#main .countDown span.countDownPrefix {
  font-size: 36px;
}
#main > img {
  position: absolute;
  bottom: 0;
}
#main > img:nth-of-type(1) {
  left: calc(50% - 672px);
  width: 350px;
}
#main > img:nth-of-type(2) {
  right: calc(50% - 700px);
  width: 368px;
}
@media screen and (max-width: 960px) {
  #main {
    background: var(--color1) url(../images/main_bg.png) no-repeat center center/auto 110%;
    overflow: hidden;
  }
  #main h1 {
    margin: 120px 40px 45px;
  }
  #main > img:nth-of-type(1) {
    left: calc(50% - 405px);
    width: 220px;
  }
  #main > img:nth-of-type(2) {
    right: calc(50% - 415px);
    width: 210px;
  }
}
@media screen and (max-width: 767.9px) {
  #main {
    padding-bottom: 140px;
    margin-bottom: 24px;
    background: var(--color1) url(../images/main_bg_sp.png) no-repeat center top/auto 100%;
  }
  #main h1 {
    margin: 40px 20px;
  }
  #main .copy {
    margin: 0 16px 24px;
    font-size: 16px;
    line-height: 1.7;
  }
  #main .copy span {
    font-size: 18px;
  }
  #main .countDown {
    width: 90%;
    font-size: 24px;
  }
  #main .countDown span {
    font-size: 36px;
  }
  #main .countDown span.countDownPrefix {
    font-size: 28px;
  }
  #main .countDown::after {
    width: calc(100% - 10px);
  }
  #main > img:nth-of-type(1) {
    left: calc(50% - 190px);
    width: 200px;
  }
  #main > img:nth-of-type(2) {
    right: calc(50% - 220px);
    width: 200px;
  }
}

#contents {
  max-width: 980px;
  margin: 0 auto 80px;
}
#contents .nav {
  display: flex;
  gap: 24px;
  margin-bottom: 80px;
}
#contents .nav .navBtn {
  width: 50%;
  height: 60px;
}
#contents .nav .navBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: var(--color1) url(../images/arrow.svg) no-repeat right 30px center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
#contents .nav .navBtn a:hover {
  text-decoration: none;
  box-shadow: none;
  filter: brightness(0.85);
}
#contents .nav .navBtn:nth-of-type(2) a {
  background: var(--color5) url(../images/arrow.svg) no-repeat right 30px center;
}
#contents h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  background: var(--color1);
  color: #fff;
  font-size: 44px;
  letter-spacing: 0.08em;
}
#contents h2 + div {
  position: relative;
  margin: 16px 0 48px;
  background: url(../images/dots_pink.svg) repeat-x left top, url(../images/dots_pink.svg) repeat-x left bottom;
  color: var(--color1);
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
#contents h2 + div span {
  display: inline;
  background: linear-gradient(transparent 70%, rgb(255, 239, 0) 30%);
  background-repeat: no-repeat;
  background-size: 0 100%;
  font-size: 32px;
  font-weight: bold;
  transition: background-size 0.8s ease-in-out;
}
#contents h2 + div span.on {
  background-size: 100% 100%;
}
#contents h2 + div .sml {
  color: #333;
  font-size: 14px;
  font-weight: 500;
}
#contents .campaignSale h2 {
  background: var(--color5);
}
#contents .campaignSale h2 + div {
  color: var(--color5);
  font-size: 20px;
}
#contents .productSearch {
  padding: 24px;
  margin: 64px 60px 0;
  border: solid 1px #B2C2CD;
}
#contents .productSearch h2 {
  display: block;
  height: auto;
  margin-bottom: 8px;
  background: none;
  color: #333;
  font-size: 24px;
  letter-spacing: 0.02em;
}
#contents .productSearch .js-searchForm {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 64px;
  margin-top: 16px;
}
#contents .productSearch .js-searchForm .dropdown_list {
  display: flex;
  align-items: center;
  gap: 8px;
}
#contents .productSearch .js-searchForm .dropdown_list label {
  white-space: nowrap;
  font-size: 14px;
}
#contents .productSearch .js-searchForm select {
  width: 190px;
  height: 40px;
  padding: 0.5em 1em 0.5em 0.5em;
  border-color: #B2C2CD;
  border-radius: 3px;
  font-size: 14px;
}
#contents .productSearch .js-searchForm button {
  width: 240px;
  height: 45px;
  background: var(--color6);
  border-radius: 3px;
  border: none;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
#contents .productSearch .js-searchForm button img {
  margin-right: 8px;
  vertical-align: -2px;
}
#contents .productSearch .js-searchForm button:hover {
  filter: brightness(0.85);
}
@media screen and (max-width: 960px) {
  #contents {
    padding: 20px;
  }
  #contents h2 {
    font-size: 44px;
  }
  #contents h2 span {
    width: 72px;
    height: 72px;
    line-height: 68px;
  }
  #contents h2 + div {
    font-size: 18px;
  }
  #contents h2 + div span {
    font-size: 20px;
  }
  #contents h2 + div img {
    top: -77px;
    width: 150px;
  }
}
@media screen and (max-width: 767.9px) {
  #contents {
    padding: 15px;
    margin: 0 auto;
  }
  #contents .nav {
    gap: 10px;
    margin-bottom: 40px;
  }
  #contents .nav .navBtn a {
    font-size: 18px;
    background-position: right 16px center;
  }
  #contents .nav .navBtn:nth-of-type(2) a {
    background-position: right 16px center;
  }
  #contents h2 {
    height: 80px;
    font-size: 28px;
    gap: 2px;
    margin-bottom: 0;
  }
  #contents h2 span {
    width: 50px;
    height: 44px;
  }
  #contents h2 + div {
    font-size: 15px;
    margin-bottom: 16px;
  }
  #contents h2 + div span {
    font-size: 18px;
  }
  #contents h2 + div img {
    top: -135px;
    right: -40px;
    width: 120px;
  }
  #contents .campaignSale h2 + div {
    font-size: 16px;
  }
  #contents .productSearch {
    margin: 40px 24px 0;
  }
  #contents .productSearch h2 {
    font-size: 18px;
  }
  #contents .productSearch .js-searchForm {
    flex-direction: column;
    gap: 16px;
  }
  #contents .productSearch .js-searchForm .dropdown_list, #contents .productSearch .js-searchForm button {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  #contents .nav .navBtn a {
    font-size: 16px;
    background-size: 12px auto;
    background-position: right 8px center;
  }
  #contents .nav .navBtn:nth-of-type(2) a {
    background-size: 12px auto;
    background-position: right 8px center;
  }
}

section {
  padding: 0 0 48px;
}
section.specialSale, section.campaignSale {
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767.9px) {
  section {
    padding: 0 0 24px;
  }
}

.product {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 64px;
  max-width: var(--width1);
  margin: 0 auto;
}
.product .box {
  display: flex;
  justify-content: center;
  gap: 24px;
  width: 100%;
}
.product .box .productInfo {
  position: relative;
  width: 270px;
}
.product .box .productInfo h3 {
  padding-bottom: 8px;
  background: url(../images/dashedLine.svg) repeat-x left bottom;
  font-size: 20px;
  text-align: center;
}
.product .box .productInfo h3 span {
  font-size: 12px;
  margin-left: 4px;
}
.product .box .productInfo p {
  margin-top: 6px;
  font-size: 12px;
  text-align: center;
}
.product .box .productInfo .productImg {
  width: auto;
  height: 190px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.product .box .productInfo .standardPrice {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 12px;
  font-size: 14px;
}
.product .box .productInfo .standardPrice::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 1em;
  width: 50px;
  height: 1.5px;
  background: var(--color3);
  transform: rotate(-11.5deg);
}
.product .box .productInfo .salePrice {
  margin-left: 25px;
  color: var(--color3);
  font-weight: bold;
  text-align: left;
}
.product .box .productInfo .salePrice span {
  font-size: 36px;
  font-family: roboto, sans-serif;
}
.product .box .productInfo img:nth-of-type(2) {
  position: absolute;
  right: -14px;
  bottom: 22px;
  width: 80px;
}
@media screen and (max-width: 960px) {
  .product {
    flex-wrap: wrap;
  }
  .product .box {
    flex-wrap: wrap;
    row-gap: 64px;
  }
  .product .box h3 {
    flex-direction: column;
  }
  .product .box h3 span {
    margin: 0;
  }
  .product .box .productInfo {
    flex-wrap: wrap;
  }
  .product .box .productInfo .salePrice {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .product .box .productInfo img:nth-of-type(2) {
    right: 0;
    bottom: 25px;
  }
  .product .box.msl {
    width: 100%;
  }
}
@media screen and (max-width: 767.9px) {
  .product {
    gap: 32px;
  }
  .product .box {
    gap: 32px;
    width: 100%;
  }
  .product .box h3 {
    font-size: 24px;
  }
  .product .box .productInfo {
    width: 90%;
    max-width: 320px;
    gap: 48px;
  }
  .product .box .productInfo .standardPrice {
    margin: 0 auto 4px;
  }
}

.note {
  margin: 16px 0 120px;
  line-height: 1.5;
}
.note p {
  font-size: 12px;
  text-align: left;
}
@media screen and (max-width: 767.9px) {
  .note {
    margin: 16px 0 64px;
  }
}

.notice {
  max-width: 1150px;
  margin: 10px auto 0;
  text-align: left;
}
.notice p {
  padding-left: 1em;
  text-indent: -1em;
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
}
.notice + p {
  margin: 64px 0 40px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 767.9px) {
  .notice + p {
    margin: 40px 0 10px;
    font-size: 18px;
  }
}

.bnrArea {
  margin: 0 10px 64px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease-in-out;
}
.bnrArea img {
  width: 100%;
}
.bnrArea:hover {
  box-shadow: none;
}
@media screen and (max-width: 767.9px) {
  .bnrArea {
    margin: 40px 0;
  }
}

.contactArea {
  padding: 40px 45px;
  margin: 60px 10px 0;
  margin-right: 10px;
  border: solid 5px #E4E4E4;
  background: #fff;
}
.contactArea h3 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 10px;
}

.contact {
  max-width: 925px;
}

.contact,
.contact *,
.contact :before,
.contact :after {
  box-sizing: border-box;
}

.contact .time {
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}

.contact .container-fluid {
  padding: 0;
}

.contact .col_box {
  overflow: hidden;
}

.contact .col {
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.contact .contact_tel strong {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  line-height: 1em;
  text-align: center;
}
.contact .contact_tel .col:nth-of-type(2) > a {
  display: block;
  color: #FFF;
  text-align: center;
  width: 300px;
  height: 52px;
  font-size: 20px;
  background: #005C94;
  padding-top: 14px;
  border-radius: 6px;
  font-weight: bold;
}
.contact .contact_tel .col:nth-of-type(2) > a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.contact .contact_line {
  border-top: 2px solid #dedede;
  margin-top: 20px;
  padding-top: 20px;
}
.contact .contact_line h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 6px;
}
.contact .contact_line p {
  font-size: 14px;
  line-height: 1.6em;
}
.contact .contact_line a {
  display: block;
  color: #FFF;
  text-align: center;
  width: 300px;
  height: 54px;
  font-size: 20px;
  background: #6BC315;
  padding-top: 16px;
  border-radius: 6px;
  font-weight: bold;
}
.contact .contact_line a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.contact .contact_line a img {
  height: 23px;
  width: auto;
}

@media screen and (max-width: 767.9px) {
  .contactArea {
    max-width: 100%;
    padding: 24px 15px;
    margin: 40px 0 0;
  }
  .contact {
    width: auto;
    margin: 0;
  }
  .contact h3 {
    font-size: 16px;
  }
  .contact .time {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .contact .col_box {
    margin-left: 15px;
    margin-right: 15px;
  }
  .contact .col {
    float: none;
    width: auto;
    padding: 0;
  }
  .contact .contact_tel strong {
    margin-bottom: 10px;
  }
  .contact .contact_tel strong,
  .contact .contact_tel .telLink {
    font-size: 28px;
    text-decoration: none;
    margin-bottom: 15px;
    display: block;
    color: #333;
    font-weight: bold;
    line-height: 1;
  }
  .contact .contact_tel .col:nth-of-type(2) > a {
    width: 100%;
    height: 40px;
    font-size: 16px;
    padding-top: 12px;
  }
  .contact .contact_line h4 {
    font-size: 14px;
    text-align: center;
  }
  .contact .contact_line p {
    font-size: 12px;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 10px;
  }
  .contact .contact_line a {
    width: 100%;
    height: 41px;
    font-size: 16px;
    padding-top: 11px;
  }
  .contact .contact_line a img {
    height: 20px;
  }
}
.middleBox {
  width: auto;
  max-width: 925px;
  padding-top: 0px;
  margin: 20px auto;
  text-align: left;
  font-size: 12px;
}

.middleBox dl dd {
  margin: 0 0 0.2em 1em;
  text-indent: -1em;
}

.shopSearch {
  padding-bottom: 40px;
  border-bottom: solid 2px #e4e4e4;
}

.m-shopSearch__form {
  border: 1px solid var(--color-border-blue);
  letter-spacing: 0.01em;
}

.m-shopSearch__col {
  display: grid;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 32px 0;
}

@media print, screen and (min-width: 1020px) {
  .m-shopSearch__col {
    grid-template-areas: "select1 select2 checkbox" "submit submit submit";
  }
}
@media print, screen and (min-width: 1366px) {
  .m-shopSearch__col {
    grid-template-columns: 260fr 294fr 240fr;
    grid-template-areas: "select1 select2 checkbox submit";
  }
}
.m-shopSearchItem {
  display: grid;
  grid-template-columns: 84fr 200fr;
  align-items: center;
  gap: 8px;
  width: 100%;
}

@media print, screen and (min-width: 1020px) {
  .m-shopSearchItem {
    grid-template-columns: auto 1fr;
    gap: 10px;
  }
  .m-shopSearchItem:first-of-type {
    grid-area: select1;
  }
  .m-shopSearchItem:nth-of-type(2) {
    grid-area: select2;
  }
}
.m-shopSearchItem__label {
  font-weight: 700;
  font-size: 0.875rem;
  font-family: var(--font-gothic);
}

.m-shopSearchItem__select {
  display: flex;
  position: relative;
  cursor: pointer;
  border: 1px solid var(--color-border-blue);
  border-radius: 4px;
}

.m-shopSearchItem__select:after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-image: url(https://www.sankyofrontier.com/unithouse/shop/img/icon_chevron_down.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 9px;
  height: 5px;
  content: "";
}

.m-shopSearchItem__select > select {
  width: 100%;
  padding: 12px 20px;
  border-radius: 3px;
  border-color: #B2C2CD;
  color: var(--color-text-primary);
  font-size: 16px;
  line-height: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.m-shopSearchCheckbox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

@media print, screen and (min-width: 1020px) {
  .m-shopSearchCheckbox {
    grid-area: checkbox;
  }
}
.m-shopSearchCheckbox__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  appearance: none;
  border: 2px solid #e3e9f1;
  border-radius: 4px;
  width: 20px;
  height: 20px;
}

.m-shopSearchCheckbox__input:checked {
  border-color: var(--color6);
  background-color: var(--color6);
}

.m-shopSearchCheckbox__input:checked:before {
  position: absolute;
  top: 1px;
  left: 6px;
  transform: rotate(45deg);
  border: solid #fff;
  border-width: 0 2px 2px 0;
  width: 5px;
  height: 10px;
  content: "";
}

.m-shopSearchCheckbox__label {
  font-size: 1rem;
}

.m-shopSearchCheckbox__label a {
  color: var(--color6);
}

@media (hover: hover) {
  .m-shopSearchCheckbox__label a:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: underline;
  }
  .m-shopSearchCheckbox__label a:where(:any-link, :enabled, summary):hover {
    text-decoration: underline;
  }
}
.m-shopSearchSubmit button {
  position: relative;
  display: grid;
  cursor: pointer;
  width: 240px;
  margin: 16px auto 0;
  border-radius: 4px;
  background: var(--color6);
  border: none;
  color: #fff;
  text-align: center;
}

.m-shopSearchSubmit button:before {
  position: absolute;
  top: 50%;
  left: calc(50% - 54px);
  transform: translate(-50%, -50%);
  background-image: url(https://www.sankyofrontier.com/unithouse/shop/img/icon_search.svg);
  background-size: cover;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  content: "";
}

@media print, screen and (min-width: 1020px) {
  .m-shopSearchSubmit {
    grid-area: submit;
    margin-top: 0;
  }
  .m-shopSearchItem:first-of-type {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .m-shopSearchItem:nth-of-type(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .m-shopSearchCheckbox {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .m-shopSearchSubmit {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    -ms-grid-column-span: 3;
  }
}
@media print, screen and (min-width: 1020px) {
  .m-shopSearchItem:first-of-type {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .m-shopSearchItem:nth-of-type(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .m-shopSearchCheckbox {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .m-shopSearchSubmit {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
@media print, screen and (min-width: 1366px) {
  .m-shopSearchItem:first-of-type {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .m-shopSearchItem:nth-of-type(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .m-shopSearchCheckbox {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .m-shopSearchSubmit {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
  }
}
@media print, screen and (min-width: 1366px) {
  .m-shopSearchItem:first-of-type {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .m-shopSearchItem:nth-of-type(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .m-shopSearchCheckbox {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .m-shopSearchSubmit {
    -ms-grid-column: 4;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
  }
}
.m-shopSearchSubmit__button {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 12px 36px 12px 62px;
  width: 100%;
  font-size: 1rem;
}

.m-shopSearchSubmit__button:after {
  position: absolute;
  opacity: 0;
  transition: 0.2s ease-out;
  inset: 0;
  background-color: #000;
  pointer-events: none;
  content: "";
}

@media (hover: hover) {
  .m-shopSearchSubmit__button:where(:-moz-any-link, :enabled, summary):hover:after {
    opacity: 0.2;
  }
  .m-shopSearchSubmit__button:where(:any-link, :enabled, summary):hover:after {
    opacity: 0.2;
  }
}
.m-shopSearch__locationSearch {
  margin-top: 16px;
}

.m-shopSearch__locationSearchButton {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  margin-left: auto;
  border-radius: 8px;
  background-color: var(--color-bg-blue);
  padding: 12px 24px;
  width: 100%;
  color: var(--color-secondary);
}

.m-shopSearch__locationSearchButton > img {
  height: 17px;
  -o-object-fit: contain;
  width: 14px;
  object-fit: contain;
}

.m-shopSearch__locationSearchButton > img.-pc {
  display: none;
}

.m-shopSearch__locationSearchButton > span {
  transition: 0.2s ease-out;
  font-weight: 700;
  font-size: 1rem;
  font-family: var(--font-gothic);
  letter-spacing: 0.01em;
}

@media (hover: hover) {
  .m-shopSearch__locationSearchButton > span:is(:where(:-moz-any-link, :enabled, summary):hover *) {
    color: var(--color-text-hover);
  }
  .m-shopSearch__locationSearchButton > span:is(:where(:any-link, :enabled, summary):hover *) {
    color: var(--color-text-hover);
  }
}
@media print, screen and (min-width: 1020px) {
  .m-shopSearch__locationSearchButton {
    border: 0;
    background-color: inherit;
    padding: inherit;
    width: inherit;
    color: var(--color-text-primary);
  }
  .m-shopSearch__locationSearchButton > img.-pc {
    display: block;
  }
  .m-shopSearch__locationSearchButton > img.-sp {
    display: none;
  }
}/*# sourceMappingURL=page.css.map */