/***  media ***/
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
@media screen and (max-width: 819px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
html {
  font-size: 0.78125vw;
}
@media screen and (max-width: 819px) {
  html {
    font-size: 1vw;
  }
}
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
body {
  margin: 0;
  font-size: 18px;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 160%;
}
ul {
  list-style: none;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.inner {
  margin: auto;
  max-width: 1040px;
  padding: 0 20px 0 20px;
}
.js_fadein_up {
  opacity: 0;
  transform: translateY(50px);
}
.js_fadein_up.is_active {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.8s, opacity 1s;
}
#header .h1_ttl {
  background: #0B1652;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}
@media screen and (max-width: 819px) {
  #header .h1_ttl {
    padding: 16px 0;
  }
}
#header .h1_ttl img {
  max-width: 350px;
  margin: auto;
}
@media screen and (max-width: 819px) {
  #header .h1_ttl img {
    max-width: 250px;
  }
}
#concept {
  position: relative;
}
#concept .concept_txt {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 32px;
  line-height: 2.5;
  letter-spacing: 0.05em;
  text-align: center;
  text-shadow: 0px 2px 12px #FFF;
}
@media screen and (max-width: 819px) {
  #concept .concept_txt {
    font-size: 18px;
    line-height: 2.2222;
  }
}
.h2_ttl {
  color: #060853;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.42;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 819px) {
  .h2_ttl {
    font-size: 15px;
    letter-spacing: 0.05em;
  }
}
.h2_ttl span {
  font-size: 50px;
  letter-spacing: 0.05em;
  line-height: 1.01;
  display: block;
  padding-left: 65px;
  padding-right: 65px;
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 819px) {
  .h2_ttl span {
    font-size: 33px;
    padding-left: 44px;
    padding-right: 44px;
  }
}
.h2_ttl span::after {
  width: 33px;
  height: 32px;
  position: absolute;
  content: "";
  left: 0;
  bottom: 2px;
  z-index: 1;
  background: url(../img/h2_icon01.webp) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 819px) {
  .h2_ttl span::after {
    width: 23px;
    height: 22px;
    background: url(../img/h2_icon01_sp.webp) no-repeat center / contain;
    background-size: 100% 100%;
  }
}
.h2_ttl span::before {
  width: 33px;
  height: 32px;
  position: absolute;
  content: "";
  right: 0;
  bottom: 2px;
  z-index: 1;
  background: url(../img/h2_icon02.webp) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 819px) {
  .h2_ttl span::before {
    width: 23px;
    height: 22px;
    background: url(../img/h2_icon02_sp.webp) no-repeat center / contain;
    background-size: 100% 100%;
  }
}
#event {
  background: url(../img/event_bg.webp) no-repeat top / contain;
  background-size: cover;
}
@media screen and (max-width: 819px) {
  #event {
    background: url(../img/event_sp_bg.webp) no-repeat top / contain;
    background-size: cover;
  }
}
#event .inner {
  padding-top: 120px;
  padding-bottom: 86px;
}
@media screen and (max-width: 819px) {
  #event .inner {
    padding-top: 42px;
    padding-bottom: 50px;
  }
}
#event .h2_ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 819px) {
  #event .h2_ttl {
    margin-bottom: 30px;
  }
}
#event ul li {
  background: #fff;
  border-radius: 25px;
  padding: 25px 0;
}
@media screen and (max-width: 819px) {
  #event ul li {
    padding: 15px 0;
    border-radius: 15px;
  }
}
#event ul li + li {
  margin-top: 30px;
}
@media screen and (max-width: 819px) {
  #event ul li + li {
    margin-top: 20px;
  }
}
#event ul li .h3_ttl {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #060853;
  letter-spacing: 0.5em;
  line-height: 1.43;
  padding-bottom: 25px;
  border-bottom: 2px solid #F5E6F0;
  margin-bottom: 25px;
}
@media screen and (max-width: 819px) {
  #event ul li .h3_ttl {
    font-size: 24px;
    line-height: 1.45;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
#event ul li .sub_ttl {
  font-size: 20px;
  font-weight: bold;
  color: #060853;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.45;
  margin-bottom: 15px;
}
@media screen and (max-width: 819px) {
  #event ul li .sub_ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
#event ul li p {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #060853;
}
@media screen and (max-width: 819px) {
  #event ul li p {
    font-size: 15px;
    line-height: 1.4;
  }
}
#event .sub_bt_txt {
  color: #060853;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 24px;
  font-weight: bold;
  margin-top: 53px;
}
@media screen and (max-width: 819px) {
  #event .sub_bt_txt {
    font-size: 18px;
    margin-top: 30px;
  }
}
#goods .inner {
  padding-top: 95px;
}
@media screen and (max-width: 819px) {
  #goods .inner {
    padding-top: 60px;
  }
}
#goods .h2_ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 819px) {
  #goods .h2_ttl {
    margin-bottom: 20px;
  }
}
#goods .sub_ttl {
  color: #060853;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 819px) {
  #goods .sub_ttl {
    font-size: 18px;
  }
}
#goods ul {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  column-gap: 16px;
}
@media screen and (max-width: 819px) {
  #goods ul {
    margin-top: 30px;
  }
}
#goods ul li {
  width: calc(33.3333% - 10.6666px);
}
@media screen and (max-width: 819px) {
  #goods ul li {
    width: 100%;
  }
}
#footer {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  background: url(../img/footer_bg.webp) no-repeat top / contain;
  background-size: 100% 100%;
}
@media screen and (max-width: 819px) {
  #footer {
    font-size: 11px;
    min-height: 55px;
    background: url(../img/footer_bg_sp.webp) no-repeat top / contain;
    background-size: 100% 100%;
  }
}
#sns .inner {
  padding-top: 115px;
  padding-bottom: 105px;
}
@media screen and (max-width: 819px) {
  #sns .inner {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
#sns ul {
  display: flex;
  column-gap: 50px;
  width: fit-content;
  margin: auto;
  margin-top: 50px;
}
@media screen and (max-width: 819px) {
  #sns ul {
    margin-top: 30px;
    column-gap: 31px;
  }
}
#sns ul li a img {
  max-width: 70px;
}
@media screen and (max-width: 819px) {
  #sns ul li a img {
    max-width: 60px;
  }
}
