@charset "UTF-8";
html {
  font-size: 2.6666666667vw;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}
body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Meiryo", "メイリオ", "平成明朝", "Lucida Grande", Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
  color: #444;
  letter-spacing: 0.15em;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  color: #444;
  text-decoration: none;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
}

li {
  list-style: none;
}

.container {
  overflow: hidden;
  opacity: 0;
  animation: windowFadeIn 3s ease;
  animation-fill-mode: forwards;
}

@keyframes windowFadeIn {
  100% {
    opacity: 1;
  }
}
.inner {
  padding-inline: 1rem;
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    padding-inline: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .no-pc {
    display: none !important;
  }
}

.no-sp {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .no-sp {
    display: flex !important;
  }
}

.serif {
  font-family: "Noto Serif JP", serif;
}

/* ヘッダー ------------------------------------------------------------------- */
.header {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header {
    height: 100vh;
  }
}
@media (orientation: landscape) and (max-width: 1023.98px) {
  .header {
    height: auto;
  }
}
.header__top {
  width: 100%;
  background: url("../img/header-bg.jpg") no-repeat left center/cover;
  height: 50vh;
}
@media (orientation: landscape) and (max-width: 767.98px) {
  .header__top {
    height: 77vh;
  }
}
@media screen and (min-width: 768px) {
  .header__top {
    height: 77vh;
    background-position: center 51%;
  }
}
.header__bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-inline: 1rem;
  background: #fff;
  padding-top: 1.2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header__bottom {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-block: 2rem;
    padding-inline: 1.6rem;
    gap: 1rem;
  }
}
.header__top-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header__top-wrapper {
    align-items: flex-end;
    width: auto;
    width: 50%;
  }
}
.header__title {
  width: 100%;
}
.header__title img {
  display: block;
}
@media screen and (min-width: 768px) {
  .header__title {
    width: clamp(36rem, 100%, 50rem);
  }
}
.header__bottom-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
  margin-top: -0.3rem;
}
@media screen and (min-width: 768px) {
  .header__bottom-wrapper {
    gap: unset;
    align-items: flex-start;
    padding-top: 2.9rem;
    width: 50%;
    margin-top: unset;
  }
}
.header__term {
  font-size: 2.3rem;
  letter-spacing: 0.08rem;
  color: #47a4ce;
}
@media screen and (min-width: 768px) {
  .header__term {
    letter-spacing: 0.2rem;
    font-size: 2.3rem;
    font-size: clamp(2.3rem, 0.05rem + 2.5390625vw, 3.3rem);
  }
}
.header__term span {
  display: inline-block;
}
.header__time {
  font-size: 2.2rem;
  margin-top: 0.3rem;
  line-height: 1.35;
}
@media screen and (min-width: 768px) {
  .header__time {
    font-size: 2.4rem;
    font-size: clamp(2.3rem, 2.15rem + 0.1953125vw, 2.4rem);
    line-height: 1;
    margin-top: 0.8rem;
  }
}
.header__time span {
  display: block;
  font-size: 0.67em;
  letter-spacing: 0.15rem;
  font-feature-settings: "halt";
  text-align: center;
}
@media screen and (min-width: 768px) {
  .header__time span {
    display: inline-block;
    padding-left: 0.7rem;
    vertical-align: 0.2rem;
    text-align: left;
  }
}
.header__time span a {
  color: #229744;
  transition: color 0.5s ease;
}
.header__time span a:hover {
  color: #47a4ce;
  opacity: 1;
}
.header__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.6rem;
  width: 94%;
}
@media screen and (min-width: 768px) {
  .header__list {
    margin-top: 1rem;
    gap: 0.8rem;
    justify-content: flex-start;
  }
}
.header__list-item {
  width: max(13.4rem, 27%);
}
@media screen and (min-width: 768px) {
  .header__list-item {
    width: clamp(11rem, 27%, 13.4rem);
  }
}
.header__link {
  padding: 0.5rem;
  width: 10rem;
  height: 5rem;
  border-radius: 0 0 0.6rem 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.01em;
  line-height: 1.2;
  font-size: 0.95em;
  text-align: center;
  transition: all 0.3s ease;
  background: #00a7e9;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 1rem;
}
.header__link:hover {
  opacity: 1;
  background: #fff;
}
.header__link:hover img {
  filter: brightness(0) saturate(100%) invert(42%) sepia(90%) saturate(729%) hue-rotate(159deg) brightness(101%) contrast(108%);
}
@media screen and (min-width: 768px) {
  .header__link {
    padding: 1rem;
    padding-inline: 2rem;
    width: 14rem;
    height: 7rem;
    line-height: 1.3;
    font-size: 1.1em;
    right: 1.6rem;
  }
}
.header__link img {
  width: 8rem;
}
@media screen and (min-width: 768px) {
  .header__link img {
    width: 10rem;
  }
}

/* メイン ------------------------------------------------------------------- */
/* mv ------------------------------------------------------------------- */
.mv {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv {
    height: 100vh;
  }
}

/* 概要エリア ------------------------------------------------------------------- */
.about {
  padding-block: 5rem 8rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about {
    padding-block: 5rem 12rem;
  }
}
@media screen and (min-width: 1024px) {
  .about {
    padding-block: 10rem 15rem;
  }
}
.about .inner {
  max-width: none;
  padding: 0;
}
.about__top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: min(5%, 10rem);
  padding-inline: 1rem;
}
@media screen and (min-width: 768px) {
  .about__top {
    padding-inline: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .about__top {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-inline: 0 1.6rem;
    gap: unset;
  }
}
.about__top-img {
  display: block;
}
@media screen and (min-width: 1024px) {
  .about__top-img {
    width: 60%;
  }
}
.about__wrapper {
  margin-top: 4.4rem;
}
@media screen and (min-width: 768px) {
  .about__wrapper {
    margin-top: 6.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .about__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40%;
    margin-top: 2rem;
  }
}
.about__text {
  letter-spacing: 0.15rem;
  line-height: 2.2;
  padding-inline: 1rem;
  -webkit-word-break: auto-phrase;
  -webkit-line-break: strict;
  -webkit-word-wrap: break-word;
  -webkit-overflow-wrap: break-word;
  word-break: auto-phrase;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.about__text:last-child {
  margin-top: 1.8rem;
}
.about__text span {
  display: block;
}
@media screen and (min-width: 768px) {
  .about__text span {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  .about__text {
    -webkit-word-break: auto-phrase;
    -webkit-line-break: strict;
    -webkit-word-wrap: break-word;
    -webkit-overflow-wrap: break-word;
    word-break: auto-phrase;
    line-break: strict;
    word-wrap: break-word;
    overflow-wrap: break-word;
    width: min(72rem, 100%);
    padding-inline: 1.6rem;
    line-height: 2.5;
  }
  .about__text:last-child {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .about__text {
    width: max(30rem, 66%);
  }
  .about__text:last-child {
    margin-top: 2rem;
  }
}
.about__bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: min(11%, 20rem);
  margin-top: 4.4rem;
  padding-inline: 1rem;
}
@media screen and (min-width: 768px) {
  .about__bottom {
    padding-inline: 1.6rem;
    margin-top: 6.5rem;
    gap: 7rem;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .about__bottom {
    padding-inline: 0;
    flex-direction: row-reverse;
    margin-top: 12rem;
    gap: unset;
    align-items: center;
  }
}
.about__bottom-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-inline: 1rem;
  margin-top: 4.4rem;
}
@media screen and (min-width: 768px) {
  .about__bottom-wrapper {
    padding-inline: 1.5rem;
    margin-top: unset;
  }
}
@media screen and (min-width: 1024px) {
  .about__bottom-wrapper {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-inline: unset;
  }
}
.about__bottom-title {
  font-size: 1.4em;
  letter-spacing: 0.5em;
}
@media screen and (min-width: 768px) {
  .about__bottom-title {
    font-size: 1.8em;
  }
}
@media screen and (min-width: 1024px) {
  .about__bottom-title {
    width: max(35rem, 70%);
  }
}
.about__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.9rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .about__list {
    flex-direction: row;
    width: 60%;
    margin-top: 2rem;
    gap: 2.7rem;
  }
}
@media screen and (min-width: 1024px) {
  .about__list {
    width: 70%;
    margin-top: 2.5vh;
    width: max(35rem, 70%);
  }
}
.about__list-name {
  padding-left: 0.3rem;
}
.about__list-name span {
  display: block;
  font-feature-settings: "halt";
  font-size: 0.8em;
  letter-spacing: 0.1em;
}
.about__bottom-img {
  display: block;
}
@media screen and (min-width: 1024px) {
  .about__bottom-img {
    width: 60%;
  }
}

/* 放送スケジュール ------------------------------------------------------------------- */
.schedule {
  position: relative;
  padding-block: 4rem 6.5rem;
  background-color: #e9f2fc;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .schedule {
    padding-block: 5rem 10rem;
  }
}
@media screen and (min-width: 1024px) {
  .schedule {
    margin-bottom: unset;
    padding-block: 5rem 10rem;
  }
}
.schedule::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: url(../img/wave.png) repeat-x 1.5rem top/70% 3rem;
  top: -2.7rem;
  height: 5rem;
}
@media screen and (min-width: 768px) {
  .schedule::before {
    background-size: 66% 5rem;
    top: -4.7rem;
  }
}
@media screen and (min-width: 1024px) {
  .schedule::before {
    background-size: 40% 5rem;
  }
}
.schedule .inner {
  max-width: 1600px;
  padding-inline: unset;
}
@media screen and (min-width: 768px) {
  .schedule .inner {
    padding-inline: 1.6rem;
  }
}
.schedule__title, .sponsor__title {
  font-size: 1.4em;
  text-align: center;
  letter-spacing: 0.5em;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .schedule__title, .sponsor__title {
    font-size: 1.8em;
  }
}
.schedule__title span, .sponsor__title span {
  display: inline-block;
}
.schedule__list {
  display: grid;
  width: 100%;
  justify-content: center;
}
.schedule__list-item {
  padding: 1.7rem 2.2rem 2rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .schedule__list-item {
    padding: 2.7rem 3.2rem 3rem;
  }
}
@media screen and (min-width: 768px) {
  .schedule__list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 7rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    row-gap: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .schedule__list {
    -moz-column-gap: 3%;
         column-gap: 3%;
    row-gap: 5rem;
    grid-template-columns: repeat(auto-fit, 47rem);
  }
}
.schedule__date {
  font-size: 1.4em;
  color: #47a4ce;
  font-weight: 500;
}
.schedule__audio {
  margin-top: 1.4rem;
  width: 100%;
  filter: drop-shadow(0 0 6px rgba(61, 77, 84, 0.28));
}
.schedule__text-wrapper {
  margin-top: 0.6rem;
  line-height: 1.6;
}
.schedule__text-wrapper-title {
  font-size: 1.3em;
  font-weight: 500;
  color: #323232;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.schedule__text-wrapper-title span {
  display: inline-block;
}
.schedule__text-wrapper-text {
  margin-top: 0.5rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.schedule__link-list {
  max-width: 1024px;
  margin-inline: auto;
  margin-top: 5.2rem;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.2rem;
}
@media screen and (min-width: 768px) {
  .schedule__link-list {
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 7.5rem;
    gap: 2.7rem;
  }
}
.schedule__link {
  width: 29rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  position: relative;
  transition: all 0.3s ease;
  font-weight: 500;
}
.schedule__link::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  width: 2.5rem;
  height: 0.2rem;
  background-color: #fff;
}
.schedule__link::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.15rem);
  transform: translateY(-50%);
  right: 1rem;
  width: 1rem;
  height: 0.2rem;
  background-color: #fff;
  transform: rotate(45deg);
  transform-origin: calc(100% - 1.5px) 50%;
}
.schedule__link.rnc {
  color: #fff;
  background-color: #00a0e9;
  box-shadow: 0 0 6px rgba(61, 77, 84, 0.28);
}
.schedule__link.rnc:hover {
  color: #00a0e9;
  background-color: #fff;
  opacity: 1;
}
.schedule__link.rnc:hover::before, .schedule__link.rnc:hover::after {
  background-color: #00a0e9;
}
.schedule__link.setogei {
  color: #444;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(61, 77, 84, 0.28);
}
.schedule__link.setogei:hover {
  color: #fff;
  background-color: #323232;
  opacity: 1;
}
.schedule__link.setogei::before, .schedule__link.setogei::after {
  background-color: #323232;
}
.schedule__link.setogei:hover::before, .schedule__link.setogei:hover::after {
  background-color: #fff;
}

@media screen and (max-width: 767.98px) {
  /* スライダーボタン ---------------------------- */
  .sliderBtn {
    margin-top: 3rem;
  }
  .sliderBtn__nav {
    display: grid;
    grid-template-columns: repeat(6, 5rem);
    justify-content: center;
    gap: 1rem;
  }
  .sliderBtn__nav-item {
    width: -moz-fit-content;
    width: fit-content;
  }
  .sliderBtn__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    background-color: #fff;
    color: #47a4ce;
    font-size: 0.9em;
    letter-spacing: 0.06em;
    line-height: 1.3;
    box-shadow: 0 0 6px rgba(61, 77, 84, 0.28);
    text-align: center;
    flex-direction: column;
  }
  .sliderBtn__btn span {
    display: block;
    font-size: 0.85em;
    font-weight: 300;
  }
  .sliderBtn__btn:hover {
    opacity: 1;
    border: 1px solid #47a4ce;
  }
  .sliderBtn__btn.active {
    background-color: #47a4ce;
    color: #fff;
    font-weight: bold;
  }
  .sliderBtn__btn.active span {
    font-weight: bold;
  }
  /* スライダー ---------------------------- */
  .slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 2.3rem;
    padding-bottom: 1rem;
    padding-inline: 2rem;
  }
  .slider__slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
    overflow: visible;
  }
  .slider__item {
    width: 100%;
    width: calc(100% - 2rem);
    margin-inline: 0.7rem;
  }
  .slider__item img {
    width: 100%;
    margin: auto;
  }
  .slider__control-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5rem;
    margin-top: 2.7rem;
    padding-inline: 2rem;
  }
  .slider__control {
    height: 5rem;
    width: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    z-index: 999;
    transition: all 0.15s;
    background: #fff;
    position: relative;
    box-shadow: 0 0 6px rgba(61, 77, 84, 0.28);
  }
  .slider__control:hover {
    opacity: 1;
    background: #47a4ce;
  }
  .slider__control::after {
    content: "";
    transition: all 0.15s;
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    border-top: 0.2rem solid #47a4ce;
    border-left: 0.2rem solid #47a4ce;
  }
  .slider__control:hover::after {
    border-color: #fff;
  }
  .slider__control.slider-control-next {
    scale: -1;
  }
}
/* スポンサー ------------------------------------------------------------------- */
.sponsor {
  background: #fff;
  padding-block: 3rem 9rem;
}
@media screen and (min-width: 768px) {
  .sponsor {
    padding-block: 6rem 14rem;
  }
}
@media screen and (min-width: 768px) {
  .sponsor__title {
    font-size: 1.8em;
  }
}
.sponsor__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, min(100%, 23.4rem));
  justify-content: center;
  row-gap: 2.2rem;
  text-align: center;
  margin-top: 3.4rem;
}
@media screen and (min-width: 768px) {
  .sponsor__list {
    grid-template-columns: repeat(auto-fit, min(100%, 23.4rem));
    justify-content: center;
    margin-top: 4rem;
    row-gap: 3.4rem;
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
}
.sponsor__list a {
  transition: opacity 0.3s;
}
.sponsor__list a:hover {
  opacity: 0.5;
}
.sponsor__list img {
  display: block;
  box-shadow: 0 0 6px rgba(61, 77, 84, 0.28);
}

/* ページトップボタン ------------------------------------------------------------------- */
.pagetop {
  position: fixed;
  right: 3%;
  bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.7rem;
  aspect-ratio: 1/1;
  background-color: #47a4ce;
  opacity: 0;
  visibility: hidden;
  transition: background-color 0.3s, opacity 0.3s, visibility 0.3s;
  z-index: 9998;
  border: 1px solid #fff;
}
.pagetop:hover {
  background-color: #fff;
  border: 1px solid #47a4ce;
}
.pagetop:hover::before {
  border-color: #47a4ce;
}
.pagetop::before {
  content: "";
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  border-top: 0.4rem solid #fff;
  border-right: 0.4rem solid #fff;
}

/* フッター ------------------------------------------------------------------- */
.footer {
  background-color: #47a4ce;
  padding-block: 1rem 1.7rem;
  line-height: 1.4em;
  color: #fff;
  width: 100%;
  overflow: visible;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer {
    width: 100%;
    padding-block: 1.5rem 1.7rem;
  }
}
.footer::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: url(../img/wave_footer.png) repeat-x 1.5rem top/70% 3rem;
  top: -2.7rem;
  height: 5rem;
}
@media screen and (min-width: 768px) {
  .footer::before {
    background-size: 66% 5rem;
    top: -4.7rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer::before {
    background-size: 40% 5rem;
  }
}
.footer a {
  color: #fff;
}

#sp-footer {
  margin-bottom: 0;
  width: 100%;
  text-align: center;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  #sp-footer {
    display: none;
  }
}
#sp-footer li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  list-style: none;
  width: 30%;
  font-size: 70%;
  text-align: center;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}
#sp-footer a {
  padding: 0.8em;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.8rem;
}
#sp-footer a:hover {
  background: #28aae2;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
}
#sp-footer a:active {
  background: #28aae2;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
}
#sp-footer span,
#sp-footer i {
  font-size: 200%;
}
#sp-footer img {
  width: 3em;
  min-width: 3em;
  height: 3em;
  min-height: 3em;
}
#sp-footer .sp-icon-01 {
  padding-top: 0.2rem;
}
#sp-footer .sp-icon-02 {
  padding-bottom: 0.4rem;
}

#pnkz {
  display: none;
}
@media screen and (min-width: 768px) {
  #pnkz {
    display: block;
    max-width: 1100px;
    margin: 0 auto;
    padding-inline: 1.6rem;
  }
}

#copyright {
  text-align: center;
  font-size: 0.5em;
  padding-top: 1rem;
  letter-spacing: 0.18em;
}
@media screen and (min-width: 768px) {
  #copyright {
    max-width: 820px;
    margin: 0 auto;
    font-size: 0.7em;
  }
}

.btn-fb {
  background: #1877f2;
  transition-duration: 0.3s;
}
.btn-fb:hover {
  filter: opacity(70%);
}
.btn-fb img {
  width: 2.4rem;
  height: 2.4rem;
}

.btn-tw {
  background: #000;
  transition-duration: 0.3s;
}
.btn-tw:hover {
  filter: opacity(70%);
}
.btn-tw img {
  width: 3.6rem;
  height: 3.6rem;
}

.btn-li {
  background: #1eb900;
  transition-duration: 0.3s;
}
.btn-li:hover {
  filter: opacity(70%);
}
.btn-li img {
  width: 3.2rem;
  height: 3.2rem;
}

.snsbtn2 {
  margin-block: 1.8rem 2rem;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .snsbtn2 {
    margin-block: 3rem 2rem;
  }
}
.snsbtn2 a {
  display: block;
  position: relative;
  width: 5rem;
  height: 5rem;
  line-height: 4.8rem;
  color: #fff;
  margin-right: 1rem;
  border-radius: 50%;
}
.snsbtn2 a:last-child {
  margin-right: 0;
}
.snsbtn2 a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}/*# sourceMappingURL=style.css.map */