/*///////////////// style ////////////////*/
article h1 {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  padding: 30px 0 30px;
}
article h2 {
  font-size: 20px;
  text-align: left;
  font-weight: 700;
  width: 90%;
  max-width: 900px;
  margin: 1em auto;
}
article p {
  font-size: 15px;
  line-height: 1.4;
  text-align: justify;
  font-feature-settings: "palt";
}
.cGold {
  background: linear-gradient(90deg, #C99B20 0%, #AA7701 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sat {
  color: #000080;
}
.sun {
  color: #B22222;
}
.cover {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  main {
    margin: auto;
    width: 90vw;
    max-width: 1200px;
  }
  article h1 {
    font-size: 32px;
    padding: 60px 0 20px;
  }
  article p {
    font-size: 15px;
  }
  .pc_alt {
    display: none;
  }
}
.sp_br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_br {
    display: inline;
  }
}


/*///////////////// in_box ////////////////*/
#goods div#con-body {
  color: #000;
  background-color: #ECECEC;
}
#goods .in_box {
  background-color: #fff;
}
#goods .in_box {
  margin: 35px 10px;
  border-radius: 15px;
  padding: 30px 0px;
}
@media (min-width: 960px) {
  #goods .in_box {
    padding: 30px;
    margin: 30px auto;
    max-width: 1200px;
  }
}


/*///////////////// sub_nav ////////////////*/
#goods .sub_nav li {
  width: 100%;
  text-align: center;
  margin: 0 .5em;
}
#goods .sub_nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #745399;
  border: solid 2px #745399;
  border-radius: 4px;
  text-decoration: none;
  box-sizing: border-box;
  white-space: nowrap;
  padding: .5em 1em;
}
#goods .sub_nav li a span {
  display: block;
  line-height: 1.2;
}
#goods .sub_nav li a span::after {
  display: block;
  content: '';
  background: url(img/subnav_arrow.svg)center center no-repeat;
  background-size: contain;
  height: 1em;
  margin-top: .5em;
}
#goods .sub_nav li a:hover {
  color: #A48B78;
  border: solid 2px #A48B78;
  background: #fff;
  box-sizing: border-box;
  white-space: nowrap;
  padding: .5em;
}
@media (max-width: 960px) {
  #goods .sub_nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
    list-style: none;
    padding: 0;
    margin: 0 10px;
  }
  #goods .sub_nav li {
    flex: 1 1 40%;
    text-align: center;
    margin: 0
  }
  #goods .sub_nav a {
    display: block;
    padding: 0.8em;
    background: #f5f5f5;
    border-radius: 6px;
  }
}
@media (min-width: 960px) {
  #goods .sub_nav li a span {
    display: block;
  }
}


/*///////////////// 8月29日(金)ひる12時／sub_nav_01 ////////////////*/
#goods .sub_nav_01 {
  display: flex;
  justify-content: center;
  margin: auto;
  max-width: 800px;
}
@media (max-width: 960px) {
  #goods .sub_nav_01 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
    list-style: none;
    padding: 0;
    margin: 0 10px;
  }
}
#goods .sub_nav_01 li a span {
  font-size: .8em;
}
@media (max-width: 400px) {
  #goods .sub_nav_01 li a span {
    font-size: .8em;
  }
}
@media (min-width: 960px) {
  #goods .sub_nav_01 li a span {
    font-size: 1.1em;
  }
}


/*///////////////// 9月5日(金)ひる12時／sub_nav_02 ////////////////*/
#goods .sub_nav_02 {
  display: flex;
  justify-content: center;
  margin: auto;
  max-width: 1100px;
}
@media (max-width: 960px) {
  #goods .sub_nav_02 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
    list-style: none;
    padding: 0;
    margin: 0 10px;
  }
}
#goods .sub_nav_02 li a span {
  font-size: .8em;
}
@media (max-width: 400px) {
  #goods .sub_nav_02 li a span {
    font-size: .7em;
  }
}
@media (min-width: 960px) {
  #goods .sub_nav_02 li a span {
    font-size: 1.1em;
  }
}


/*///////////////// spot-kv ////////////////*/
.spot-kv {
  margin: 0px 10px 0px;
  border-radius: 15px;
  padding: 0;
}
.spot-kv h2 {
  margin-bottom: 10px;
}
.spot-kv .kv-slide {
  flex: unset !important;
  min-width: unset !important;
}
.spot-kv .swiper-container {
  overflow: hidden;
  padding-bottom: 30px;
}
.spot-kv .swiper-wrapper {
  display: flex;
}
.spot-kv .swiper-slide {
  flex-shrink: 0 !important;
}
.spot-kv .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 360px;
}
.kv-thumb img {
  width: 100%;
  border-radius: 10px;
  display: block;
}
.kv-thumb .lazy {
  aspect-ratio: 16/9;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.spot-kv .kv-thumb {
  position: relative;
}
@media (min-width: 768px) {
  .spot-kv {
    margin: 10px auto 30px;
    max-width: 1180px;
  }
  .spot-kv .swiper-wrapper {
    margin-left: -8px;
  }
  .spot-kv .swiper-wrapper .swiper-slide:last-child {
    margin-right: 0 !important;
  }
  .spot-kv .swiper-container {
    padding: 0 5px 0;
  }
  .kv-thumb img {
    width: 100%;
    border-radius: 10px;
    display: block;
  }
}
/*///////////////// flex-item ////////////////*/
.flex-item_01 {
  width: 100%
}
.flex-item_02 h3 {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 1em;
}
.lead {
  font-size: 15px;
  display: block;
  margin-top: .5em;
}
#shingeki p.txt, #sanrio p.txt, #goods_03 p.txt, #goods_04 p.txt {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 25px;
  color: #8A8A8A;
  font-size: 15px
}
@media (min-width: 768px) {
  .flex-item_02 {
    width: 70%
  }
  .lead {
    display: inline;
    margin-left: 1em;
  }
  #shingeki p.txt, #sanrio p.txt, #goods_03 p.txt, #goods_04 p.txt {
    margin: 0 auto 35px;
  }
}


/*/////////////////　lazy ////////////////*/
.flex-item_01 figure {
  width: 100%;
  max-width: 900px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.flex-item_01 figure span.lazy {
  display: block;
  aspect-ratio: 16/9;
  background-size: contain;
  border-radius: 10px;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.pickup figure {
  width: 100%;
  max-width: 120px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.pickup figure span.lazy {
  display: block;
  aspect-ratio: 1/1;
  background-size: contain;
  border-radius: 5px;
}
.lazy {
  display: block;
  position: relative;
  margin: 0 auto;
}


/*///////////////// btn ////////////////*/
#goods .btn.shopping {
  display: block;
  background: url(img/btn_shopping.png)center center no-repeat;
  background-size: contain;
  aspect-ratio: 980/224;
  max-width: 500px;
  min-width: 245px;
  width: 80%;
  margin: 0 auto 35px;
}
#goods .btn.shopping:hover {
  background: url(img/btn_shopping_hover.png)center center no-repeat;
  background-size: contain;
}
#goods .btn.sales_start {
  display: block;
  background: url(img/btn_salesstart.png)center center no-repeat;
  background-size: contain;
  aspect-ratio: 980/224;
  max-width: 500px;
  min-width: 245px;
  width: 80%;
  margin: 0 auto 2em;
}
@media (max-width: 767px) {
  #goods .btn.shopping, #goods .btn.sales_start {
    width: 90%;
    margin: 0 auto 30px;
  }
}
#goods .btn.sales_start:hover {
  background: url(img/btn_salesstart.png)center center no-repeat;
  background-size: contain;
}


/*///////////////// pickup ////////////////*/
.pickup {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 90%;
  max-width: 900px;
  margin: 0 auto 2em;
}
@media (max-width: 767px) {
  .pickup {
    margin: 0 auto 15px;
  }
  .pickup:last-child {
    margin: 0 auto 30px;
  }
}
.image {
  width: 120px;
  height: auto;
  border-radius: 5px;
}
.text {
  flex: 1;
  color: #6A6A6A
}
.price {
  display: block;
  margin-top: 1em;
  font-size: 15px
}


/*///////////////// shop ////////////////*/
.shop_list {
  text-align: center;
}
.shop_list_inner {
  display: inline-block;
  text-align: left;
  width: 100%;
  max-width: 560px;
  line-height: 1.4;
  font-size: 15px
}
@media (max-width: 767px) {
  .shop_list_inner {
    width: 90%;
    max-width: 500px;
  }
}
.shop_list_inner h3 {
  width: 90%;
  max-width: 900px;
  margin: 0 0 1em;
}
.shop {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.shop li {
  font-size: 14px
}
.shop a {
  color: #0050FF;
  text-decoration: underline
}
.shop_list h3 {
  font-size: 15px
}
.shop_list .shop {
  margin: 0;
  padding-left: 1.2em;
  list-style: disc;
  font-size: 15px;
  line-height: 1.4em;
  margin-left: 15px;
}
.date {
  margin-top: 1em
}
.external-note {
  display: block;
  word-break: break-all;
  color: #6A6A6A;
  line-height: 1.4;
  font-size: 80%;
}
@media (min-width: 768px) {
  .flex-container {
    display: flex
  }
}


/*///////////////// note ////////////////*/
ul.note li {
  line-height: 1.25;
}
ul.note li:not(:last-child) {
  margin-bottom: 0.2em;
}
ul.note li:before {
  content: "※";
  font-family: serif;
  display: block;
  float: left;
}
ul.note li span {
  display: block;
  padding-left: 1.25em;
  word-break: break-all;
  color: #6A6A6A;
  margin-top: 1em;
  line-height: 1.4
}
@media all and (min-width: 768px) {
  ul.note li {
    font-size: 80%;
  }
}
@media all and (max-width: 767px) {
  ul.note li {
    font-size: 80%;
  }
}


/*///////////////// Uniweb ////////////////*/

.accessibility--FITT .btn.shopping{
  border: 1px solid #000;  display: flex;  text-align: center;  justify-content: center;  align-items: center;  width: auto;  padding: 10px;position: relative;}
.accessibility--FITT .btn.shopping span{
  position: static;  text-align: center;  height: 100%;  width: auto;  white-space: normal;  word-break: break-word;  line-height: 1.5;  display: flex ;      justify-content: center;      align-items: center;}
