@charset "UTF-8";

:root {
  --conversion-height: 100px;
}

img, .image {
	width: 100%;
	height: auto;
	display: block;
	max-width: 100%;
}
.bg, .float-bottom-nav {
	display: none;
}
.kv-area .cv-button {
	padding-bottom: 50px;
}
.header_logo_anchor .sp_appear {
	width: 120px;
}
.float-bottom-conversion {
	padding: 50px 20px;
}

.point-area{
	background: #E76400 url(../img/bg-point.png) repeat center top / 100% auto;
	padding-block: 40px;
}
.point-area__list{
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: -10px;
}
.point-area__list li{
	position: relative;
	width: calc(100% + 10px);
	left: -10px;
}
.point-area__store{
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 50px;
}
.point-area__store li{
	background: #fff;
}
.point-area__store--info{
	padding: 20px;
}
.point-area__store--info dl{
	display: grid;
	grid-template-columns: 60px 1fr;
	align-items: center;
	gap: 10px;
}
.point-area__store--info dl:nth-child(n+2){
	margin-top: 10px;
}
.point-area__store--info dl dt{
	border: 1px solid #222;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	font-size: 13px;
}
.point-area__store--info dl dd{
	font-size: 14px;
	line-height: 1.4;
}
.point-area__store--info dl dd a{
	color: #D10000;
	padding-left: 5px;
}
.point-area__store--btns >a{
	display: block;
	margin-top: 15px;
}
.point-area__store--btns .inner{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin-top: 15px;
}

.event-area{
	background: url(../img/bg-event.png) no-repeat center / cover;
	padding-block: 15px 30px;
}
.event-area__img{
	margin-top: 10px;
}
.event-area__note{
	margin-top: 10px;
	font-size: 12px;
}

.search-area{
	background: #fff;
	padding-block: 45px;
}
.search-area__tit{
	padding-inline: 40px;
	margin-bottom: 20px;
}
.search-area__list{
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.search-area__list li{
	position: relative;
}
.search-area__items--btn{
	position: absolute;
	bottom: 0;
	left: 50%;
	translate: -50% 0;
	width: 100%;
	display: block;
	padding: 20px 20px;
}


.cv-button {
	background: #fff;
	padding-block: 40px;
}
.cv-button__apply-anchor{
	display: block;
	margin-top: 20px;
}
.header {
	position: relative;
	z-index: 2;
}
.header_name_image{
	margin-left: auto;
}
.anchor {
	box-shadow: 0 1.33vw 0 #8e0022;
}
.campaign {
	background-color: #EDEDED;
  overflow: hidden;
}
.pagetop {
	bottom: 5.10vw;
}
.section__inner {
	max-width: 92%;
	margin: 0 auto;
}

.footer{
	margin-bottom: 100px;
}

.pagetop {
	bottom: 130px;
}

.footnote {
  background-color: #363636;
  color: #fff;
	font-size: 1rem;
	line-height: 1.7;
}


/* shop */
.shop-list {
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 0 0 40px;
}

.shop-list__item {
  width: 100%;
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.shop-list__item:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.shop-list__item:nth-child(even) .shop-box {
  margin-left: auto;
}

.shop-box {
  width: 100%;
}

.shop-box__image {
  margin-bottom: 10px;
}

.shop-box__content {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.shop-box__content-text {
  -webkit-flex: 1;
  flex: 1;
  line-height: 1.5;
}

.shop-box__name {
  font-size: 1.4rem;
  font-weight: 500;
  color: #d11338;
}

.shop-box__address {
  font-size: 1.2rem;
}

.shop-box__button {
  width: 170px;
  margin-left: 20px;
}

.shop-box__anchor {
  text-decoration: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 30px;
  background-color: #c3002f;
  border-radius: 19px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .05em;
  transition: .3s cubic-bezier(.13, .78, .38, .98);
  position: relative;
}

.shop-box__anchor:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
  border-width: 2px;
  position: absolute;
  right: 10px;
}

.shop-block {
  padding: 53px 0 43px;
  background: #FFF9DD;
}

.shop-block__heading {
  margin-bottom: 24px;
  text-align: center;
}

.shop-block__heading-note {
  font-size: 1.0rem;
  display: inline-block;
  max-width: 91.30435%;
  margin: 5px auto 0;
  letter-spacing: .05em;
}

.shop-block__title {
  text-align: center;
  margin-bottom: 30px;
}

.shop-block__prefix {
  font-size: 1.6rem;
  text-align: center;
}

.shop-block__map {
  margin-bottom: 40px;
}

.shop-block__subtitle {
  text-align: center;
  margin-bottom: 40px;
}

.shop-block__text {
  font-size: 1.6rem;
  text-align: center;
}

.shop-block__anchor {
  transition: .3s cubic-bezier(.13, .78, .38, .98);
}

.shop-block__anchor:hover {
  text-decoration: none;
}

.shop-block-tab {
  max-width: 880px;
  margin: 0 auto 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shop-block-tab__item {
  width: 46.95652%;
  font-size: 1.6rem;
  height: 47px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  position: relative;
  -webkit-transform: .3s cubic-bezier(.13, .78, .38, .98);
  transform: .3s cubic-bezier(.13, .78, .38, .98);
  letter-spacing: .1em;
}

.shop-block-tab__item .o-small {
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1.23077;
}

.shop-block-tab__item:after {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
  border-width: 2px;
  position: absolute;
  right: 10px;
}

.shop-block-tab__item:first-child {
  background-color: #e37733;
}

.shop-block-tab__item:nth-child(2) {
  background-color: #8c5e88;
}

.shop-block-tab__item:nth-child(3) {
  background-color: #9ecc84;
}

.shop-block-tab__item:nth-child(4) {
  background-color: #e196a2;
}

.shop-block-tab__item:nth-child(5) {
  background-color: #e9bc6f;
}

.shop-block-tab__item:nth-child(6) {
  background-color: #657ab5;
}

.shop-block-tab__item:nth-child(n+3) {
  margin-top: 20px;
}

.shop-block__panel {
  display: none;
  margin-top: 30px;
}
.shop-block-note{
  font-size: 1.2rem;
}
