.l-header {
  display: none;
}
.l-header img {
  display: inline;
  width: auto;
}
.l-footer img {
  display: inline;
  width: auto;
}

#l-content {
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 18px;
	letter-spacing: 0.245em;
	color: #888888;
  font-feature-settings: normal;
  line-height: 1.5;
}

html {
  overflow-y: visible;
}
@media (prefers-reduced-motion: no-preference){
	html {
    scroll-behavior: smooth;
  }
}
body.open {
    overflow: hidden;
}
img {
  display: block;
  width: 100%;
}

.sp-br {
	display: none;
}
@media screen and (max-width: 767px) {
	.pc-br {
		display: none;
	}
	.sp-br {
		display: inline;
	}
}

.visuallyhidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}


.solmack-fixed {
	position: fixed;
	z-index: 20;
	right: 0;
	bottom: 115px;
}
.solmack-fixed__open {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 220px;
  padding-right: 20px;
  transition: transform .4s cubic-bezier(0.25, 1, 0.5, 1) .3s;
}
.solmack-fixed:not(.is-open) .solmack-fixed__open {
  transition-delay: 0s;
	transform: translateX(100%);
}
.solmack-fixed__open .button {
  display: block;
}
.solmack-fixed__open .button:hover .icon {
  transform-origin: center bottom;
  animation: solmackfixed .4s cubic-bezier(0.34, 1.56, 0.64, 1) 0s forwards;
}
@keyframes solmackfixed {
    0% { transform: scale(0.4); }
  100% { transform: scale(1); }
}
.solmack-fixed__open .icon {
  position: relative;
  display: block;
  margin-bottom: 8px;
}
.solmack-fixed__open .circle {
  display: block;
	filter: drop-shadow(6px 6px rgba(0, 0, 0, 0.15));
}
.solmack-fixed__open .close {
  position: absolute;
  width: 36px;
  height: 36px;
  background: #35347f;
  border-radius: 50% 50%;
  top: 104px;
  left: 150px;
  transition: transform .2s ease;
}
.solmack-fixed__open .close::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  background: url('../img/icon_close2.svg') center center / 100% auto no-repeat;
  transform: translate(-50%, -50%);
}
.solmack-fixed__open .close:hover {
  transform: scale(1.1);
}
.solmack-fixed__close {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 140px;
  transition: transform .4s cubic-bezier(0.25, 1, 0.5, 1) .3s;
}
.solmack-fixed.is-open .solmack-fixed__close {
  transition-delay: 0s;
	transform: translateX(100%);
}
.solmack-fixed__close .button {
  display: block;
  padding: 4px 0 4px 4px;
  text-align: center;
  background: linear-gradient(to left, #009f45, #a2cb25);
  border-radius: 10px 0 0 10px;
}
.solmack-fixed__close .button:hover .logo img {
  animation: solmackfixed .4s cubic-bezier(0.34, 1.56, 0.64, 1) 0s forwards;
}
.solmack-fixed__close .logo {
  display: block;
	padding: 9px 0;
  background: #ffffff;
  border-radius: 6px 0 0 6px;
}
.solmack-fixed__close .logo img {
  display: inline-block;
	width: 102px;
}
@media screen and (max-width: 767px) {
  .solmack-fixed {
    bottom: 75px;
  }
  .solmack-fixed__open {
    width: 110px;
		padding-right: 10px;
  }
  .solmack-fixed__open .icon {
    margin-bottom: 4px;
  }
  .solmack-fixed__open .circle {
    filter: drop-shadow(3px 3px rgba(0, 0, 0, 0.15));
  }
  .solmack-fixed__open .close {
    width: 18px;
    height: 18px;
    top: 52px;
    left: 75px;
  }
  .solmack-fixed__open .close::before {
    width: 7px;
		height: 7px;
  }
  .solmack-fixed__close {
    width: 85px;
  }
  .solmack-fixed__close .button {
    padding: 2px 0 2px 2px;
		border-radius: 6px 0 0 6px;
  }
  .solmack-fixed__close .logo {
    padding: 6px 0;
		border-radius: 3px 0 0 3px;
  }
  .solmack-fixed__close .logo img {
    width: 62px;
  }
}

.purchase-fixed {
  position: fixed;
  z-index: 20;
  right: 0;
  top: 150px;
  width: 300px;
  display: flex;
  align-items: flex-start;
  color: #ffffff;
  transform: translateX(100%);
	transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.purchase-fixed.is-open {
  transform: translateX(0);
}
.purchase-fixed__opener {
  position: absolute;
  background: #35347f;
  border-radius: 10px 0 0 10px;
  top: 0;
  left: -60px;
  width: 60px;
  padding: 20px 20px;
  writing-mode: vertical-rl;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.15em;
  cursor: pointer;
  text-align: center;
}
.purchase-fixed__opener span {
  position: relative;
  display: inline-block;
  padding-top: 35px;
}
.purchase-fixed__opener span::before {
  content: '';
  position: absolute;
  top: 0;
  left: -9px;
  width: 30px;
  height: 25px;
  background: url('../img/icon_cart.svg') center center / contain no-repeat;
}
.purchase-fixed__opener:hover span::before {
  animation: purchaseIcon .4s cubic-bezier(0.34, 1.56, 0.64, 1) 0s forwards;
}
@keyframes purchaseIcon {
  	0% { transform: scale(0.4); }
  100% { transform: scale(1); }
}
.purchase-fixed__body {
  flex: 1;
  background: #35347f;
	padding: 20px 20px;
	border-radius: 0 0 0 10px;
}
.purchase-fixed__text {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 -1.0em 15px;
  letter-spacing: 0;
}
.purchase-fixed__list .item + .item {
  margin-top: 10px;
}
.purchase-fixed__list .item a {
  position: relative;
  display: block;
  border-radius: 6px 6px;
  font-size: 0;
  text-align: center;
  padding: 12px 0;
  background: #ffffff url('../img/icon_outside.svg') right 6px top 6px / 9px 9px no-repeat;
  transition: opacity .3s ease;
}
.purchase-fixed__list .item a span {
  position: relative;
  display: inline-block;
  width: 132px;
}
.purchase-fixed__list .item a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .purchase-fixed {
    top: 120px;
    width: 225px;
  }
  .purchase-fixed__opener {
    border-radius: 6px 0 0 6px;
    left: -45px;
    width: 45px;
    padding: 15px 15px;
    font-size: 12px;
  }
  .purchase-fixed__opener span {
    padding-top: 25px;
  }
  .purchase-fixed__opener span::before {
    left: -8px;
    width: 24px;
    height: 19px;
  }
  .purchase-fixed__body {
    padding: 15px 15px;
    border-radius: 0 0 0 6px;
  }
  .purchase-fixed__text {
    font-size: 11px;
    margin-bottom: 10px;
  }
  .purchase-fixed__list .item + .item {
    margin-bottom: 6px;
  }
  .purchase-fixed__list .item a {
    border-radius: 4px 4px;
    padding: 8px 0;
    background-size: 7px 7px;
  }
  .purchase-fixed__list .item a span {
    width: 99px;
  }
}

.purchase-link {
  padding: 20px 0;
  background: #35347f;
}
.purchase-link__inner {
  width: min(100%, 1240px);
  padding-inline: 40px;
  margin-inline: auto;
}
.purchase-link__body {
  display: flex;
	justify-content: center;
	align-items: center;
}
.purchase-link__text {
  position: relative;
	color: #ffffff;
	font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
}
.purchase-link__text span {
  position: relative;
	display: inline;
	padding-left: 51px;
}
.purchase-link__text span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 36px;
  aspect-ratio: 30 / 25;
  background: url('../img/icon_cart.svg') center center / contain no-repeat;
  transform: translateY(-50%);
}
.purchase-link__list {
  flex: 1;
	display: flex;
	margin-left: calc(40 / 1160 * 100%);
	max-width: 800px;
}
.purchase-link__list .item {
  width: calc((100% - 20px) / 3);
}
.purchase-link__list .item + .item {
  margin-left: 10px;
}
.purchase-link__list .item a {
  position: relative;
  display: block;
  border-radius: 6px 6px;
  text-align: center;
  font-size: 0;
  padding: 12px 0;
  background: #ffffff url('../img/icon_outside.svg') right 6px top 6px / 9px 9px no-repeat;
  transition: opacity .3s ease;
}
.purchase-link__list .item a span {
  position: relative;
	display: inline-block;
	width: 132px;
}
.purchase-link__list .item a span img {
  max-width: none;
  width: 100%;
}
.purchase-link__list .item a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 980px) {
  .purchase-link {
    padding: 5.33vw 0 4vw;
  }
  .purchase-link__inner {
    padding-inline: 4vw;
  }
  .purchase-link__body {
    display: block;
  }
  .purchase-link__text {
    font-size: 4vw;
    margin-bottom: 4vw;
		text-align: center;
  }
  .purchase-link__text span {
    padding-left: 10.67vw;
  }
  .purchase-link__text span::before {
    width: 8vw;
  }
  .purchase-link__list {
    margin-left: 0;
    max-width: none;
    justify-content: space-between;
  }
  .purchase-link__list .item {
    width: 31.88%;
  }
  .purchase-link__list .item + .item {
    margin-left: 0;
  }
  .purchase-link__list .item a {
    border-radius: 1.067vw 1.067vw;
		padding: 4.8vw 0;
		background-size: 1.87vw 1.87vw;
    background-position: right 1.6vw top 1.6vw;
  }
  .purchase-link__list .item a span {
    width: 81.82%;
  }
}