a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  font: inherit;
  font-size: 100%;

  margin: 0;
  padding: 0;

  vertical-align: baseline;
  text-decoration: none;

  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;

  overflow: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

main {
  display: block;
}

html {
  font-size: 62.5%;
  overflow: auto;
}

* {
  box-sizing: border-box;
  padding: 0;

  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  box-shadow: none;
  -webkit-appearance: none;
}

img {
  display: block;

  width: 100%;
  height: auto;
}

* {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI",
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", Arial,
    メイリオ, Meiryo, sans-serif;
  font-weight: 500;
  box-sizing: border-box;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  box-shadow: none;
  -webkit-appearance: none;
}


.about,
/*.club,
.club__block,*/
.hobby,
.hobby__block,
.spots__link,
.other {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s, transform 0.8s;
}
.about.is-fadein,
/*.club.is-fadein,
.club__block.is-fadein,*/
.hobby.is-fadein,
.hobby__block.is-fadein,
.spots__link.is-fadein,
.other.is-fadein {
  opacity: 1;
  transform: translateY(0);
}



@font-face {
  font-family: YuGothicM;
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"),
    local("YuGothic-Regular");
}

@font-face {
  font-family: YuGothicM;
  font-weight: bold;
  src: local("YoGothic-Bold"), local("Yu Gothic");
}

img {
  display: block;
  width: auto;
  height: 100%;
}

body {
  font-size: 1.6rem;
  line-height: 1.8;

  color: #636363;
}

a {
  color: #636363;
}

a:hover {
  text-decoration: none;

  color: #636363;
}

a:focus {
  text-decoration: none;
  color: #636363;
}

img {
  width: auto;
  height: auto;
}

.header {
  position: relative;
  z-index: 999;
  top: 0;
  width: 100%;
  box-shadow: 0 3px 6px rgb(0 0 0 / 9%);
}

.header__inner {
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 3rem;
  background-color: #fff;
}

.header__logo__link {
  font-family: "Vollkorn", serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  transition: 0.3s;
  text-decoration: none;
}

.header__logo__link:hover {
  opacity: 0.7;
}

.header__menu {
  margin-left: auto;
}

.header__list {
  display: -ms-flexbox;
  display: flex;
}

.header__item {
  margin-left: 2rem;
}

.header__link {
  line-height: 1;
  transition: 0.3s;
  font-weight: bold;
}

.header__link:hover {
  opacity: 0.7;
}

.top {
  position: relative;
  width: 100%;
  height: 600px;
  background: #ECF8F5;
  border-radius: 0px 0px 50% 50% / 0px 0px 20% 20%;
}

.top__heading {
  line-height: 1;
  position: relative;
  top: 45%;
  text-align: center;
}

.top__title .js-char-fadein,
.top__sub .js-char-fadein {
  display: inline-block;
  transition: 1.5s;
  transform: scale(1.2);
  opacity: 0;
}

.top__title .js-char-fadein.is-char-fadein,
.top__sub .js-char-fadein.is-char-fadein {
  transform: scale(1);
  opacity: 1;
}

.top__title {
  font-family: "Vollkorn", serif;
  font-size: 6rem;
  letter-spacing: 0.03em;
}

.top__scroll-bar {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  content: "";
  background-color: #333;
  animation: arrowmove 1.4s ease-in-out infinite;
}

.top__scroll-bar span {
  font-style: italic;
  line-height: 1;
  position: absolute;
  left: -20px;
  bottom: 10px;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

@keyframes arrowmove {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 0;
  }
}

.top__scroll-bar:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -6px;
  width: 1px;
  height: 20px;
  background: #333;
  transform: skewX(-31deg);
}

.top__scroll-bar:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 50px;
  background: #333;
}

.c-heading-lv1 {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 5rem;
  font-weight: bold;
}

.c-inner-lv1 {
  padding: 5rem 0;
  margin: 0 20px;
}

.spots {
  background: #ECF8F5;
  background-size: cover;
  margin-top: 2rem;
}

.spots__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.spots__link {
  position: relative;
  display: block;
  overflow: hidden;
  width: calc(33% - 30px);
  margin: 0 15px;
  padding: 0;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 12%), 0 2px 3px 0 rgb(0 0 0 / 22%);
}

.spots__link:nth-of-type(n + 4) {
  margin: 50px 15px 0;
}

.spots__link:hover {
  box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
  transform: translateY(-4px);
}

.spots__img {
  overflow: hidden;
  height: 200px;
}

.spots__img img {
  width: 100%;
}

.spots__box {
  padding: 15px;
}

.spots__title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}

.spots__title--sub {
  font-size: 1.2rem;
}

.spots__url {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  font-weight: bold;
}

.spots__genre span {
  font-size: 1.2rem;
  padding: 0.2rem 1rem;
  border-radius: 2rem;
  color: #fff;
}

.spots__genre span:nth-child(n + 2) {
  margin-left: 0.5rem;
}

.spots__genre--animal {
  background: #CA74EF;
}

.spots__genre--nature {
  background: #8F89F3;
}

.spots__genre--sightseeing {
  background: #F8CE5E;
}

.spots__genre--sea {
  background: #EC7D60;
}

.spots__genre--lighthouse {
  background: #E7EA3B;
}

.spots__genre--amusement_park {
  background: #988258;
}

.spots__genre--anime{
  background: #FD95B0;
}

.spots__genre--museum {
  background: #65E2BA;
}

.spots__txt {
  margin-top: 1rem;
}

.club {
  background: #ECF8F5;
  background-size: cover;
}

.club__container {
  padding: 0 2rem;
}

.club__item {
  margin-bottom: 30px;
}

.club__block {
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 12%), 0 2px 3px 0 rgb(0 0 0 / 22%);
  border-radius: 10px;
  padding: 1rem 1rem;
  background: #fff;

  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

#popup-btn1:hover,
#popup-btn2:hover,
#popup-btn3:hover,
#popup-btn4:hover,
#popup-btn5:hover,
#popup-btn6:hover,
#popup-btn7:hover,
#popup-btn8:hover {
    opacity: 0.7;
}

.popup {
    position: fixed; 
    left: 50%;
    transform: translate(-50%);
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    max-width: 90%;
    max-height: 90%;
}


.popup.active {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
    transform: translateX(-50%);
    animation: popupShowHide 3.4s ease forwards;
}

@keyframes popupShowHide {
    0% {
        opacity: 0;
        transform: translateX(-50%) translateY(100%);
    }
    20% {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
    80% {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-50%) translateY(100%);
    }
}

.popup-content {
    background: #ffffff;
    padding: 25px;
    border-radius: 4px;
    text-align: center;
    position: relative;
    min-width: 300px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 2.4rem;
}

.popup-content p:first-child {
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 15px;
    color: #495057;
    letter-spacing: 0.5px;
}

.popup-content p:last-of-type {
    font-size: 2.4rem;
    color: #868e96;
    margin-bottom: 25px;
    line-height: 1.5;
    font-weight: 300;
}

.club__circle {
  margin: 1rem auto 2rem auto;
  position: relative;
  width: 120px;
  height: 120px;
  text-align: center;
  z-index: 1;
}

.club__circle::before,
.club__circle::after {
  display: none;
  content: none;
}

.club__circle .club__circle-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  padding: 0;
  background: none;
  border-radius: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
}


.club__circle .club__circle-inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes rotate-circle-right-max {
  0% {
    transform: rotate(0deg);
    background: #eef3f7;
  }
  50% {
    transform: rotate(180deg);
    background: #eef3f7;
  }
  50.01% {
    transform: rotate(360deg);
    background: #4fc3f7;
  }
  100% {
    transform: rotate(360deg);
    background: #4fc3f7;
  }
}

@keyframes rotate-circle-left-90 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(144deg);
  }
}
@keyframes rotate-circle-left-80 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(108deg);
  }
}
@keyframes rotate-circle-left-70 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(72deg);
  }
}
@keyframes rotate-circle-left-60 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(36deg);
  }
}
@keyframes rotate-circle-right-50 {
  0% {
    transform: rotate(0deg);
    background: #eef3f7;
  }
  100% {
    transform: rotate(180deg);
    background: #eef3f7;
  }
}

@keyframes rotate-circle-right-40 {
  0% {
    transform: rotate(0deg);
    background: #eef3f7;
  }
  100% {
    transform: rotate(144deg);
    background: #eef3f7;
  }
}
@keyframes rotate-circle-right-30 {
  0% {
    transform: rotate(0deg);
    background: #eef3f7;
  }
  100% {
    transform: rotate(108deg);
    background: #eef3f7;
  }
}

.club__name {
  border-top: dotted 2px #ccc;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  padding: 2rem 0 1rem;
}

.club__icon img {
  height: 60px;
}

.hobby {
  background: #fff;
  background-size: cover;
}

.hobby__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hobby__block,
.spots__link {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s, transform 0.8s;
}
.hobby__block.is-fadein,
.spots__link.is-fadein {
  opacity: 1;
  transform: translateY(0);
}

.hobby__block {
  position: relative;
  width: calc((100% / 3) - 47px);
  padding: 2rem;
  border-radius: 10px;
  background-color: #f7f7f7;
  opacity: 0.7;
  box-shadow: 0px 10px 30px -5px rgb(0 0 0 / 3%);
}

.hobby__block + .hobby__block {
  margin-left: 70px;
}

.hobby__title {
  font-size: 2rem;
  font-weight: bold;
  margin: 2rem 0;
  text-align: center;
}

.hobby__icon-box {
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hobby__icon {
  width: 6rem;
  height: 6rem;
  object-fit: contain;
}

.hobby__txt {
  margin-top: 2rem;
}

.about {
  background: #fff;
  background-size: cover;
}

.about__img img {
  border-radius: 50%;
  margin: auto;
  width: 90%;
  margin-bottom: 1rem;
}

.about__name {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.about__info {
  font-size: 2rem;
  margin-top: 40px;
}

.instagram-page {
  margin-top: 2rem;
}

.other {
  color: #636363;
  background: #fff;
  background-size: cover;
}

.other a {
  color: #636363;
}

.other__row {
  font-size: 2.5rem;
}

.instagram-icon{
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.footer {
  background-color: #636363;
  padding: 0.5rem 0;
  width: 100vw;
  margin: 0;
  left: 0;
  position: relative;
}

.footer__cr {
  font-size: 1.4rem;
  line-height: 1;
  line-height: 2;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .u-hidden-pc {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }

  .header {
    position: absolute;
  }

  .header__inner {
    padding: 15px;
  }

  .header__menu {
    display: none;
  }

  .footer__cr {
    font-size: 1.2rem;
    text-align: center;
  }

  .c-heading-lv1 {
    font-size: 4rem;
    margin-bottom: 40px;
  }

  .c-inner-lv1 {
    padding: 40px 0;
  }

  .top__title {
    font-size: 2.5rem;
  }

  .top {
    border-radius: 0px 0px 50% 50% / 0px 0px 10% 10%;
  }

  .spots__row {
    padding: 0 15px;
  }

  .spots__link {
    width: calc(50% - 7.5px);
  }

  .spots__link:nth-of-type(odd) {
    margin: 0 7.5px 0 0;
  }

  .spots__link:nth-of-type(even) {
    margin: 0 0 0 7.5px;
  }

  .spots__link:nth-of-type(n + 3) {
    margin-top: 15px;
  }

  .spots__img {
    height: 25vw;
  }

  .spots__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center 0;
    object-position: center 0;
  }

  .spots__box {
    padding: 10px 5px;
  }

  .spots__title {
    font-size: 1.4rem;
    text-align: center;
  }

  .spots__txt {
    display: none;
  }

  .spots__url {
    display: none;
  }

  .spots__genre {
    display: none;
  }

  .club__container {
    margin: 0 15px;
    padding: 15px;
    border-radius: 10px;
  }

  .club__item {
    margin-bottom: 20px;
  }

  .club__name {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }

  .hobby__row {
    padding: 0 15px;
  }

  .hobby__block + .hobby__block {
    margin-left: 0;
  }

  .hobby__block {
    width: 100%;
    margin: 0 0 30px 0;
  }

  .hobby__icon-box {
    width: 120px;
    height: 120px;
  }

  .hobby__icon {
    font-size: 5rem;
  }

  .about__name {
    font-size: 3rem;
  }

  .about__info {
    font-size: 1.6rem;
    margin-top: 30px;
  }

  .other__row {
    font-size: 1.6rem;
  }

  .other__block {
    margin: 70px 0 150px;
  }

  .other__mail {
    font-size: 2rem;
  }

  .u-hidden-sp {
    display: none;
  }
}

@media (max-width: 768px) {
    .popup-content {
        padding: 20px;
        min-width: 280px;
    }
    
    .popup-content p:first-child {
        font-size: 16px;
    }
    
    .popup-content p:last-of-type {
        font-size: 13px;
    }
    
    #popup-btn1 {
        padding: 10px 20px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .popup-content {
        padding: 15px;
        min-width: 250px;
    }
    
    .popup-content p:first-child {
        font-size: 15px;
    }
    
    .popup-content p:last-of-type {
        font-size: 12px;
    }
    
    #popup-btn1 {
        padding: 8px 16px;
        font-size: 13px;
    }
}