@import url("https://use.fontawesome.com/releases/v6.4.2/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  background-color: #7BBCE1;
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

.global_head {
  margin: 0;
}

.wrap {
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}

@media only screen and (min-width: 769px) {
  .wrapper {
    display: grid;
    grid-template-areas: "logo content pc-nav";
    grid-template-columns: 1fr 550px 1fr;
  }
}

.content {
  background-color: #7BBCE1;
  margin: 0 auto;
  position: relative;
  z-index: 50;
}
@media only screen and (max-width: 768px) {
  .content {
    overflow: hidden;
  }
}
@media only screen and (min-width: 769px) {
  .content {
    grid-area: content;
    max-width: 500px;
    border-right: 2px solid #222;
    border-left: 2px solid #222;
  }
}
.content .block {
  margin: 0 auto;
  width: calc(100% - 50px);
}
.content .ttl {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .content .ttl {
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 769px) {
  .content .ttl {
    margin: 0 0 50px;
  }
}
@media only screen and (max-width: 768px) {
  .content .ttl img {
    height: 40px;
  }
}
@media only screen and (min-width: 769px) {
  .content .ttl img {
    height: 45px;
  }
}
.content .ttl__sub {
  display: block;
  letter-spacing: 0.2rem;
  font-size: 1.05rem;
  line-height: 1;
  margin: 10px 0 0;
}
.content .frame {
  background-color: #222;
  overflow: hidden;
  padding: 15px 0;
}
.content .frame__text {
  display: flex;
  margin: 0;
}
.content .frame-top .frame__text {
  animation: loop-top 40s linear infinite;
}
.content .frame-bottom {
  margin: -30px 0 0;
  position: relative;
  z-index: 10;
}
.content .frame-bottom .frame__text {
  animation: loop-bottom 40s linear infinite;
}
@keyframes loop-top {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-500px);
  }
}
@keyframes loop-bottom {
  0% {
    transform: translateX(-500px);
  }
  100% {
    transform: translateX(0);
  }
}
.content .hero {
  position: relative;
  padding: 10px 0 0;
}
.content .hero h1 {
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .content .hero h1 {
    width: 350px;
  }
}
@media only screen and (min-width: 769px) {
  .content .hero h1 {
    width: 380px;
  }
}
.content .hero h1 .ttl-01 {
  filter: drop-shadow(6px 5px 0 rgba(34, 34, 34, 0.3));
  position: relative;
  z-index: 10;
}
.content .hero h1 .ttl-02 {
  position: absolute;
  z-index: 9;
}
@media only screen and (max-width: 768px) {
  .content .hero h1 .ttl-02 {
    top: 207px;
    right: 9px;
    width: 90px;
  }
}
@media only screen and (min-width: 769px) {
  .content .hero h1 .ttl-02 {
    top: 113px;
    right: -13px;
    width: 100px;
  }
}
.content .hero__img {
  margin: -30px auto 0;
  text-align: center;
}
.content .hero__img img {
  width: 350px;
  filter: drop-shadow(20px 10px 0 #222);
}
.content .intro {
  position: relative;
  background-color: #7BBCE1;
  border-bottom: 2px solid #222;
  z-index: 55;
}
.content .intro .block {
  padding: 70px 0;
}
.content .intro__catch {
  width: 330px;
  margin: 0 auto 30px;
}
.content .intro__text p {
  margin: 0;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05rem;
  line-height: 2.2;
}
.content .goods {
  background: linear-gradient(#FBA2B0 32.7%, #7BBCE1 32.7%, #7BBCE1 52.6%, #FBA2B0 52.6%, #FBA2B0 78.9%, #7BBCE1 78.9%);
  border-bottom: 2px solid #222;
  padding: 70px 0;
}
.content .goods__content {
  display: grid;
}
@media only screen and (max-width: 768px) {
  .content .goods__content {
    gap: 50px 0;
  }
}
@media only screen and (min-width: 769px) {
  .content .goods__content {
    gap: 60px 0;
  }
}
.content .goods__item {
  position: relative;
}
.content .goods__item:nth-of-type(1) .slide, .content .goods__item:nth-of-type(3) .slide {
  border-left: 2px solid #222;
}
.content .goods__item:nth-of-type(2) .slide, .content .goods__item:nth-of-type(4) .slide {
  border-right: 2px solid #222;
}
.content .goods__pic-item {
  position: absolute;
  z-index: 10;
}
.content .goods__pic-item img {
  filter: drop-shadow(6px 6px 0 rgba(34, 34, 34, 0.2));
}
.content .goods__pic .pic-tshirt_01 {
  top: 0px;
  transform: rotate(-10deg);
}
@media only screen and (max-width: 768px) {
  .content .goods__pic .pic-tshirt_01 {
    left: -30px;
    width: 180px;
  }
}
@media only screen and (min-width: 769px) {
  .content .goods__pic .pic-tshirt_01 {
    left: -45px;
    width: 200px;
  }
}
.content .goods__pic .pic-tshirt_02 {
  transform: rotate(14deg);
}
@media only screen and (max-width: 768px) {
  .content .goods__pic .pic-tshirt_02 {
    top: 70px;
    left: 40px;
    width: 180px;
  }
}
@media only screen and (min-width: 769px) {
  .content .goods__pic .pic-tshirt_02 {
    top: 80px;
    left: 60px;
    width: 200px;
  }
}
.content .goods__pic .pic-sticker_01 {
  top: 0px;
  transform: rotate(-10deg);
}
@media only screen and (max-width: 768px) {
  .content .goods__pic .pic-sticker_01 {
    right: 125px;
    width: 90px;
  }
}
@media only screen and (min-width: 769px) {
  .content .goods__pic .pic-sticker_01 {
    right: 150px;
    width: 110px;
  }
}
.content .goods__pic .pic-sticker_02 {
  transform: rotate(15deg);
}
@media only screen and (max-width: 768px) {
  .content .goods__pic .pic-sticker_02 {
    top: 10px;
    right: 40px;
    width: 80px;
  }
}
@media only screen and (min-width: 769px) {
  .content .goods__pic .pic-sticker_02 {
    top: 20px;
    right: 50px;
    width: 90px;
  }
}
.content .goods__pic .pic-aqsuta_01 {
  top: 0;
  transform: rotate(15deg);
}
@media only screen and (max-width: 768px) {
  .content .goods__pic .pic-aqsuta_01 {
    left: 105px;
    width: 100px;
  }
}
@media only screen and (min-width: 769px) {
  .content .goods__pic .pic-aqsuta_01 {
    left: 120px;
    width: 110px;
  }
}
.content .goods__pic .pic-aqsuta_02 {
  top: 0;
}
@media only screen and (max-width: 768px) {
  .content .goods__pic .pic-aqsuta_02 {
    left: -30px;
    width: 180px;
  }
}
@media only screen and (min-width: 769px) {
  .content .goods__pic .pic-aqsuta_02 {
    left: -25px;
    width: 180px;
  }
}
.content .goods__pic .pic-canbadge_01 {
  top: 0;
}
@media only screen and (max-width: 768px) {
  .content .goods__pic .pic-canbadge_01 {
    right: 60px;
    width: 120px;
  }
}
@media only screen and (min-width: 769px) {
  .content .goods__pic .pic-canbadge_01 {
    right: 90px;
    width: 140px;
  }
}
.content .goods__pic .pic-canbadge_02 {
  top: 90px;
  right: -10px;
}
@media only screen and (max-width: 768px) {
  .content .goods__pic .pic-canbadge_02 {
    width: 120px;
  }
}
@media only screen and (min-width: 769px) {
  .content .goods__pic .pic-canbadge_02 {
    width: 140px;
  }
}
.content .goods__name {
  font-weight: 600;
  margin: 0 0 10px;
  position: relative;
  z-index: 20;
}
.content .goods__name-inner {
  margin: 0;
}
.content .goods__name .name {
  display: inline-block;
  background-color: #fff;
  color: #222;
  border: 1px solid #222;
  padding: 0 0.4em 0.2em;
  white-space: nowrap;
  position: relative;
  font-size: 1.2rem;
  border-radius: 5px;
}
.content .goods__name .price {
  display: inline-block;
  background-color: #fff;
  color: #222;
  border: 1px solid #222;
  padding: 0.2em 0.4em 0.2em;
  white-space: nowrap;
  position: relative;
  top: -6px;
  border-radius: 5px;
}
.content .goods__name .price::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #fff;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 10;
}
.content .goods__name .tax {
  position: relative;
  top: -2px;
  margin: 0 0 0 2px;
}
@media only screen and (max-width: 768px) {
  .content .goods__name .tax {
    font-size: 0.7rem;
  }
}
@media only screen and (min-width: 769px) {
  .content .goods__name .tax {
    font-size: 0.8rem;
  }
}
.content .goods__detail {
  margin: 0;
  line-height: 1.7;
  position: relative;
  z-index: 20;
}
@media only screen and (max-width: 768px) {
  .content .goods__detail {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 769px) {
  .content .goods__detail {
    font-size: 0.95rem;
  }
}
.content .goods__slide {
  margin: 20px 0 0;
  position: relative;
  overflow: hidden;
}
.content .goods__slide .slide {
  overflow: hidden;
  border-top: 2px solid #222;
  border-bottom: 2px solid #222;
}
@media only screen and (max-width: 768px) {
  .content .goods__slide .slide {
    width: 90vw;
    height: 400px;
  }
}
@media only screen and (min-width: 769px) {
  .content .goods__slide .slide {
    width: 430px;
    height: 500px;
  }
}
.content .goods__slide .slide__item {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .content .goods__slide .slide__item {
    width: 90vw;
    height: 400px;
  }
}
@media only screen and (min-width: 769px) {
  .content .goods__slide .slide__item {
    width: 430px;
    height: 500px;
  }
}
.content .goods__slide .slide__item img {
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content .goods__slide .slick-track {
  display: flex;
  align-items: center;
}
.content .goods__slide .slide-arrow {
  background-color: #fff;
  border: 2px solid #222;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
}
.content .goods__slide .slide-arrow::before, .content .goods__slide .slide-arrow::after {
  content: "";
  position: absolute;
}
.content .goods__slide .slide-arrow::before {
  background-color: #000;
  width: 45%;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.content .goods__slide .slide-arrow::after {
  width: 8px;
  height: 8px;
  border: 2px solid #000;
  border-left: 0;
  border-bottom: 0;
  transform-origin: top right;
  top: 22.3px;
}
.content .goods__slide .slide-arrow.prev-arrow {
  bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .content .goods__slide .slide-arrow.prev-arrow {
    left: 10px;
  }
}
@media only screen and (min-width: 769px) {
  .content .goods__slide .slide-arrow.prev-arrow {
    left: 20px;
  }
}
.content .goods__slide .slide-arrow.prev-arrow::before {
  left: 13px;
}
.content .goods__slide .slide-arrow.prev-arrow::after {
  left: 2px;
  transform: rotate(225deg);
}
.content .goods__slide .slide-arrow.next-arrow {
  bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .content .goods__slide .slide-arrow.next-arrow {
    right: 10px;
  }
}
@media only screen and (min-width: 769px) {
  .content .goods__slide .slide-arrow.next-arrow {
    right: 20px;
  }
}
.content .goods__slide .slide-arrow.next-arrow::before {
  left: 11px;
}
.content .goods__slide .slide-arrow.next-arrow::after {
  right: 11px;
  transform: rotate(45deg);
}
.content .goods .item-tshirt .price::before {
  width: 87%;
  right: 0;
  left: auto;
}
@media only screen and (min-width: 769px) {
  .content .goods .item-tshirt .prev-arrow {
    left: 45px;
  }
}
.content .goods .item-tshirt .order__item:last-child {
  margin: 0 auto;
}
.content .goods .item-sticker .price::before {
  width: 102%;
}
@media only screen and (min-width: 769px) {
  .content .goods .item-sticker .next-arrow {
    right: 45px;
  }
}
.content .goods .item-aqsuta .price::before {
  width: 101%;
  left: -1px;
}
@media only screen and (min-width: 769px) {
  .content .goods .item-aqsuta .prev-arrow {
    left: 45px;
  }
}
.content .goods .item-aqsuta .order__item:last-child {
  margin: 0 auto;
}
.content .goods .item-canbadge .price::before {
  width: 102%;
}
.content .goods .item-canbadge .order__item:first-child {
  margin: 0 auto;
}
.content .goods .order {
  margin: 50px 0 0;
}
.content .goods .order__content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .content .goods .order__item {
    width: calc(50% - 10px);
  }
}
@media only screen and (min-width: 769px) {
  .content .goods .order__item {
    width: calc(50% - 15px);
  }
}
.content .goods .order__pic {
  background-color: #fff;
  display: block;
  box-sizing: border-box;
  display: grid;
  place-content: center;
}
@media only screen and (max-width: 768px) {
  .content .goods .order__pic {
    height: 170px;
  }
}
@media only screen and (min-width: 769px) {
  .content .goods .order__pic {
    height: 220px;
  }
}
.content .goods .order__pic img {
  max-width: 90%;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .content .goods .order__pic img {
    max-height: 150px;
  }
}
@media only screen and (min-width: 769px) {
  .content .goods .order__pic img {
    max-height: 200px;
  }
}
.content .goods .order__name {
  color: #222;
  text-align: center;
  font-weight: 600;
  margin: 15px 0 0;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .content .goods .order__name {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 769px) {
  .content .goods .order__name {
    font-size: 0.95rem;
  }
}
.content .goods .order__btn {
  background-color: #222;
  border-radius: 99px;
  font-weight: 500;
  height: 33px;
  margin: 10px auto 0;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .content .goods .order__btn {
    width: 110px;
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 769px) {
  .content .goods .order__btn {
    width: 120px;
    font-size: 0.85rem;
  }
}
.content .goods .order__btn:hover {
  background-color: #999;
}
.content .goods .order__btn a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
}
.content .goods .order__list {
  display: grid;
  gap: 10px 0;
  margin: 15px 0 0;
}
.content .goods .order__list .order__btn {
  margin: 0;
}
.content .goods .order__size-item {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .content .goods .order__size-item {
    justify-content: center;
    gap: 0 15px;
  }
}
@media only screen and (min-width: 769px) {
  .content .goods .order__size-item {
    justify-content: space-between;
  }
}
.content .goods .order__size {
  margin: 0;
  color: #222;
  font-size: 0.9rem;
  font-weight: 500;
  border-bottom: 1px solid #222;
}
@media only screen and (max-width: 768px) {
  .content .goods .order__size {
    width: 18px;
  }
}
.content .goods .order__soldout {
  background-color: #bbb;
  margin: 15px auto 0;
  border-radius: 999px;
  height: 33px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
}
@media only screen and (max-width: 768px) {
  .content .goods .order__soldout {
    width: 110px;
  }
}
@media only screen and (min-width: 769px) {
  .content .goods .order__soldout {
    width: 120px;
  }
}
.content .sale {
  background-color: #FBA2B0;
  border-bottom: 2px solid #222;
}
.content .sale .block {
  padding: 70px 0;
}
.content .sale__content {
  display: grid;
  gap: 35px 0;
  border: 2px solid #222;
  background-color: #fff;
  border-radius: 15px;
  color: #222;
  padding: 60px 20px;
}
.content .sale__ttl {
  font-weight: 600;
  display: inline-block;
  margin: 0 0 15px;
  border-bottom: 2px solid #222;
  font-size: 1.15rem;
  letter-spacing: 0.05rem;
}
.content .sale__item p {
  margin: 0;
  font-size: 0.95rem;
  letter-spacing: 0.05rem;
  line-height: 1.8;
}
.content .profile .block {
  padding: 70px 0;
}
.content .profile__content {
  display: grid;
  gap: 20px 0;
}
.content .profile__item {
  background-color: #fff;
  border: 2px solid #222;
  box-shadow: 7px 7px 0 #222;
  color: #222;
  display: grid;
  align-items: center;
  gap: 0 15px;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 18px 20px;
}
@media only screen and (max-width: 768px) {
  .content .profile__item {
    grid-template-columns: 110px auto;
  }
}
@media only screen and (min-width: 769px) {
  .content .profile__item {
    grid-template-columns: 150px auto;
  }
}
.content .profile__text .credit {
  letter-spacing: 0.05rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .content .profile__text .credit {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 769px) {
  .content .profile__text .credit {
    font-size: 0.95rem;
  }
}
.content .profile__text .name {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0 8px;
  width: 100%;
  line-height: 1;
  letter-spacing: 0.1rem;
  margin: 0 0 9px;
}
@media only screen and (max-width: 768px) {
  .content .profile__text .name {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 769px) {
  .content .profile__text .name {
    font-size: 1.3rem;
  }
}
.content .profile__text .job {
  margin: 0 0 13px;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .content .profile__text .job {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 769px) {
  .content .profile__text .job {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 769px) {
  .content .profile__sns {
    margin: 13px 0 0;
  }
}
.content .profile__sns a {
  color: #222;
  font-size: 0.9rem;
  line-height: 1;
}
.content .profile__sns .sns-link {
  color: #7BBCE1;
  word-break: break-all;
}
.content .profile__sns .sns-link:hover {
  text-decoration: underline;
}
.content .profile__sns span {
  display: flex;
  align-items: center;
}
.content .profile__sns span::before {
  font-family: "Font Awesome 6 Brands";
  font-weight: 900;
  color: #222;
  transition: 0.3s;
  margin-right: 5px;
}
@media only screen and (max-width: 768px) {
  .content .profile__sns span::before {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px) {
  .content .profile__sns span::before {
    font-size: 1.4rem;
  }
}
.content .profile__sns span.item-x::before {
  content: "\e61b";
}
.content .profile__sns span.item-insta::before {
  content: "\f16d";
}
.content .contact {
  text-align: center;
  background-color: #222;
  background-image: url(../img/contact-bg_01.png?v2), url(../img/contact-bg_02.png);
  background-repeat: no-repeat;
  background-position: top left, bottom left;
  background-size: contain;
}
.content .contact .block {
  padding: 120px 0;
}
.content .contact .shop-name {
  margin: 0 0 5px;
  font-size: 1.1rem;
}
.content .contact .tel {
  margin: 0 0 15px;
  font-weight: 600;
  font-size: 1.8rem;
}
.content .contact .note {
  margin: 0 0 15px;
  font-size: 0.9rem;
}
.content .contact .mail {
  margin: 0;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .content .contact .mail {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 769px) {
  .content .contact .mail {
    font-size: 1.2rem;
  }
}
.content .sns {
  border-bottom: 2px solid #222;
}
.content .sns .block {
  padding: 70px 0;
}
.content .sns .ttl img {
  height: 20px;
}
.content .sns__content {
  display: flex;
  justify-content: center;
  gap: 0 25px;
}
.content .sns__item {
  background-color: #222;
  border-radius: 50%;
  display: grid;
  place-content: center;
  width: 70px;
  height: 70px;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .content .sns__item {
    transition: 0.3s;
  }
  .content .sns__item:hover {
    background-color: #999;
  }
}
.content .sns__item span::before {
  font-family: "Font Awesome 6 Brands";
  font-weight: 900;
  color: #fff;
  transition: 0.3s;
}
.content .sns__item span.item-x::before {
  content: "\e61b";
  font-size: 1.7rem;
}
.content .sns__item span.item-insta::before {
  content: "\f16d";
  font-size: 2rem;
}
.content .sns__item a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.content .bottom .block {
  padding: 70px 0;
}
.content .bottom__item {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  display: grid;
  place-content: center;
  background-color: #8D6AB8;
  margin: 0 auto;
}
.content .bottom__item img {
  width: 110px;
}

@media only screen and (max-width: 768px) {
  .logo {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .logo {
    grid-area: logo;
    position: sticky;
    top: 0;
    display: grid;
    place-content: center;
    height: calc(100vh - 40px);
  }
}
.logo__item {
  width: 200px;
}

@media only screen and (max-width: 768px) {
  .nav {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .nav {
    grid-area: pc-nav;
    position: sticky;
    top: 0;
    display: grid;
    place-content: center;
    height: calc(100vh - 40px);
  }
}
.nav__area {
  border: 2px solid #222;
  background-color: #fff;
  margin: 0 0 15px;
  padding: 20px 20px 20px 15px;
}
.nav .nav-link {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 7px 0;
  font-size: 0.9rem;
}
.nav .nav-link__item::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #222;
  border-radius: 50%;
  margin-right: 3px;
}
.nav .nav-link a {
  color: #222;
  font-weight: 600;
}
@media only screen and (min-width: 769px) {
  .nav .nav-link a:hover {
    text-decoration: underline;
  }
}
.nav .share__ttl {
  width: 75px;
  margin: 0 auto 10px;
}
.nav .sns__content {
  display: flex;
  justify-content: center;
  gap: 0 10px;
}
.nav .sns__item {
  background-color: #222;
  border-radius: 50%;
  display: grid;
  place-content: center;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .nav .sns__item {
    width: 40px;
    height: 40px;
    transition: 0.3s;
  }
  .nav .sns__item:hover {
    background-color: #999;
  }
}
.nav .sns__item span::before {
  font-family: "Font Awesome 6 Brands";
  font-weight: 900;
  color: #fff;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .nav .sns__item span::before {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px) {
  .nav .sns__item span::before {
    font-size: 1.2rem;
  }
}
.nav .sns__item span.item-x::before {
  content: "\e61b";
}
.nav .sns__item span.item-line::before {
  content: "\f3c0";
}
.nav .sns a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .bg {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .bg {
    position: fixed;
    bottom: 20px;
  }
}
.bg__content {
  display: flex;
  gap: 0 25px;
  animation: infinity-scroll-left 50s infinite linear 0.5s both;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100vw);
  }
}
.bg__item {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  display: grid;
  place-content: center;
}
.bg__item img {
  width: 90px;
}

@media only screen and (min-width: 769px) {
  footer {
    max-width: 700px;
  }
}

@media only screen and (min-width: 769px) {
  .sponly {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .pconly {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */