@-webkit-keyframes blink_animation {
  0% {
    opacity: 0.75;
  }
  10% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink_animation {
  0% {opacity: 0.75;}
  10% {opacity: 0.75;}
  100% {opacity: 1;}
}


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


/*********************************/
/*
/*   FONT SIZE
/*
/*********************************/

html {
  line-height: 1; 
  font-size:min(16px ,1.333vw);
}


@media screen and (max-width:768px){
  html {
      font-size: 4.26vw; 
  } 
}


ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

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

a, a:hover {
  text-decoration: none; }

a > img, nav > img, li > img, div > img {
  width: 100%;
  height: auto; }

a {
  cursor: pointer;
  text-decoration: none;
  color: #000; }

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

button {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  padding: 0; }

@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important; } }

.clearfix:after {
  content: ".";
  height: 0; }

body {
  /* position: absolute; */
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
 /*  height: 100%; */
}

body * {
  box-sizing: border-box; }

div, h1, h2, h3, h4, h5, ul, ol, li, dl, dt, dd {
  position: relative; }

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  line-height: 1; }

p, div, span {
  margin: 0;
  padding: 0;
  line-height: 1.5; }

ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1; }

img,
a img {
  border: none;
  display: inline-block; }

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

h1, h2 {
  font-weight: 900; 
}

@media screen and (max-width: 768px) {
  
  .pc_only {
    display: none !important; }

  .sp_only {
    display: block !important; } }
/********************************/



/*スクロールバー非表示*/
html{

-ms-overflow-style: none;
scrollbar-width: none;
}
html::-webkit-scrollbar{
display:none;
}

/*オーバースクロール禁止*/
body {
overscroll-behavior: none;
}


body{
margin: 0;
padding: 0;

width: 100%;

font-family:"Noto Sans JP","ヒラギノ角ゴシック Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,Osaka,"MS Pゴシック",MS PGothic,sans-serif;

font-feature-settings: "palt";

}

body.noscroll {
height: 100%;
overflow: hidden; 
}



/********************************/


.footer__content {
  width: 100%;
  max-width: 1150px;
  padding-left: 2.35%;
  padding-right: 2.35%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 2em;
}
.footer__content p{
 text-align: center;
    font-size: 0.9em;
    margin-bottom: 4em;
}

.footer__logo {
  width: 11.8%;
}

.footer__copyright {
  position: absolute;
  right: 2.35%;
  bottom: 2.75em;
  font-size: 0.75em;
}

@media screen and (max-width:768px){
  .footer__content {
    padding-left: 5.3vw;
    padding-right: 5.3vw;
    padding-top: 4em;
    padding-bottom: 1.5em;
  }

  .footer__logo {
      width: 7.26em;
      margin: 0 auto;
      margin-bottom: 1em;
  }

  .footer__copyright {
      position: relative;
      text-align: center;
      bottom: auto;
      font-size: 0.5em;
  }
}

