html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colors to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colors to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border color to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.access {
  position: relative;
  top: 5px;
}

.cta {
  position: relative;
}

.cta__link {
  display: inline-block;
  position: absolute;
  bottom: 7%;
  left: 20%;
  transform: translate(-50%, 0);
  width: 60%;
}
.cta__link :hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .cta__link {
    bottom: 11%;
    left: 5%;
    width: 89%;
  }
}

.cta__link picture source,
.cta__link picture img {
  transition: 0.3s;
}

.btn_animate01 {
  margin: 0 auto;
  animation: fuwafuwa 1s ease 0s infinite alternate;
  transform-origin: center;
  cursor: pointer;
}

@keyframes fuwafuwa {
  from {
    transform: scale(0.9, 0.9);
  }
  to {
    transform: scale(1, 1);
  }
}
.event {
  position: relative;
}

.cta__link_insta {
  display: inline-block;
  position: absolute;
  z-index: 1;
  bottom: 7%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 40%;
}
.cta__link_insta :hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .cta__link_insta {
    bottom: 5%;
    left: 50%;
    width: 80%;
  }
}

.cta__link_insta picture source,
.cta__link_insta picture img {
  transition: 0.3s;
  overflow: hidden;
  position: relative;
}
.cta__link_insta picture source ::before,
.cta__link_insta picture img ::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}

@keyframes shiny-btn1 {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.contact {
  background-color: #fff9f9;
}

.contact__inner {
  padding-top: 100px;
  padding-bottom: 100px;
  box-sizing: border-box;
  margin: auto;
}

.contact__title {
  color: #811818;
  font-size: clamp(1.5rem, 1.091rem + 2.05vw, 2.625rem);
  text-align: center;
}

.contact__wrap {
  margin-top: 100px;
  box-sizing: border-box;
}

.footer {
  background-color: #fd776f;
}

.footer__inner {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding-top: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .footer__inner {
    padding-top: 30px;
  }
}

.foooter__logo {
  width: 100px;
}
.foooter__logo img {
  width: 100%;
}

.footer__privacypolicy {
  color: #fff;
  padding-top: 40px;
  font-size: 16px;
}

.footer__copylight {
  color: #fff;
  padding-top: 60px;
  padding-bottom: 5px;
  font-size: 12px;
}

.trouble {
  position: relative;
}

.loop__slider {
  position: absolute;
  bottom: 1%;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .loop__slider {
    bottom: 2%;
  }
}

.loop__list {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  box-sizing: border-box;
  width: 100%;
}

.loop__item {
  width: 25%;
  margin: 0px;
}
@media screen and (max-width: 768px) {
  .loop__item {
    width: 50%;
  }
}
.loop__item img {
  width: 100%;
}

.privacypolicy {
  background-color: #fff9f9;
  width: 100%;
  color: #811818;
}

.privacypolicy__inner {
  max-width: 950px;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 30px;
  padding-right: 30px;
  margin: auto;
}

.privacypolicy__title {
  font-size: 36px;
}

.privacypolicy__text {
  margin-top: 20px;
}

.privacypolicy__list {
  margin-top: 50px;
}

.privacy-policy__box {
  margin-top: 30px;
}

.privacy-policy__box:first-child {
  margin-top: 0px;
}

.privacy-policy__head {
  font-size: 20px;
  font-weight: 700;
  white-space: wrap;
}

.privacy-policy__detail {
  margin-top: 0.5em;
  white-space: wrap;
}

.privacy-policy__btn {
  margin-top: 50px;
  display: block;
}

html {
  font-size: 16px;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.5;
  letter-spacing: 1px;
  word-break: break-all;
  color: #333;
}

a {
  text-decoration: none;
  color: #333;
}

li {
  list-style: none;
}

.section__inner {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .section__inner {
    padding-left: 0x;
    padding-right: 0px;
  }
}

picture {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

img,
source {
  width: 100%;
  vertical-align: top;
}

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