@charset "UTF-8";
/* 点滅 */
/* ローディングアニメ */
/* スクロールアニメ */
/* ページトップボタン */
/*リセット
--------------------------------------------*/
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;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

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 img {
  border: none;
}

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

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* 全体設定
---------------------------------------------*/
html {
  width: 100%;
  font-size: 62.5%;
}

body {
  width: 100%;
  overflow-x: hidden;
  background: #880000;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.9;
  letter-spacing: 0.02rem;
  word-break: break-all;
  text-align: justify;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.05rem;
  }
}

/* font
--------------------------------------*/
.ff_wig {
  font-family: wigwag-bold, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ff_fot {
  font-family: fot-chiaro-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.fw_lig {
  font-weight: 300;
}

.fw_reg {
  font-weight: 400;
}

.fw_mid {
  font-weight: 500;
}

/* common setting
--------------------------------------*/
img {
  width: 100%;
  height: auto;
  display: block;
}

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

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

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  transition: all 0.4s ease-out;
}

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

#page-top,
#page-top span {
  display: inline-block;
  box-sizing: border-box;
}

#page-top {
  box-sizing: border-box;
  position: fixed;
  z-index: 9999;
  text-align: center;
  margin: auto;
  right: 5px;
  bottom: 10px;
  width: 40px;
  height: auto;
  line-height: 5rem;
  font-size: 2rem;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) {
  #page-top {
    width: 55px;
    right: 3%;
  }
}
#page-top:hover {
  opacity: 0.6;
}
#page-top:hover span {
  background: #fff;
}
#page-top span {
  position: absolute;
  height: 3px;
  background: #fff;
}
#page-top span:nth-of-type(1) {
  top: 46%;
  transform: rotate(-45deg);
  width: 15px;
  left: 25%;
}
@media screen and (max-width: 768px) {
  #page-top span:nth-of-type(1) {
    width: 12px;
    left: 25%;
  }
}
#page-top span:nth-of-type(2) {
  top: 46%;
  transform: rotate(45deg);
  width: 16px;
  right: 25%;
}
@media screen and (max-width: 768px) {
  #page-top span:nth-of-type(2) {
    width: 12px;
    right: 25%;
  }
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.category_box .center {
  align-items: center;
}

#wrap {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #880000;
  z-index: 555;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .loader {
    width: 100%;
    height: 100%;
  }
}
.loader .main {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
}
@media screen and (min-width: 769px) {
  .loader .main {
    margin: 0 auto;
  }
}
.loader .main img {
  position: absolute;
  width: 100%;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .loader .main img {
    margin: 0 auto;
  }
}
.loader .main02 {
  z-index: 20;
}
.loader .main03 {
  z-index: 30;
}
.loader .main04 {
  z-index: 40;
}

#topArea {
  width: 100%;
  margin-bottom: 150px;
  align-items: center;
}
@media screen and (min-width: 769px) {
  #topArea {
    width: 80%;
    margin: 50px auto 200px;
  }
}
#topArea .main_ttl {
  width: 90%;
  margin: 30px auto;
}
@media screen and (min-width: 769px) {
  #topArea .main_ttl {
    width: 40%;
  }
}
#topArea .main_img {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #topArea .main_img {
    width: 50%;
  }
}

/* mainArea
--------------------------------------*/
#contents {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
}
#contents .camp1 {
  width: 800px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  #contents .camp1 {
    width: 90%;
    margin: 0 auto 50px;
  }
}
#contents .read {
  width: 100%;
}
@media screen and (min-width: 769px) {
  #contents .read {
    width: 600px;
    margin: 0 auto;
  }
}
#contents .read .sa01 {
  width: 90%;
  margin: 0 auto;
}
#contents .read .txt {
  width: 95%;
  height: 275px;
  margin: -55px auto 0;
  position: relative;
  z-index: 10;
  background-image: url(../images/read_txt.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 769px) {
  #contents .read .txt {
    width: 100%;
    height: 195px;
    background-image: url(../images/read_pc.png);
  }
}
#contents .read .txt p {
  width: 85%;
  margin: 0 auto;
  font-size: 12px;
  letter-spacing: 0rem;
  line-height: 1.8;
  padding-top: 20px;
}
@media screen and (min-width: 769px) {
  #contents .read .txt p {
    width: 90%;
    font-size: 14px;
  }
}
#contents .read .sa02 {
  position: relative;
  z-index: 20;
  width: 100%;
  margin-top: -13.5%;
}
@media screen and (min-width: 769px) {
  #contents .read .sa02 {
    margin-top: -50px;
  }
}
#contents .category_box {
  width: 100%;
  margin: 100px auto 0;
}
@media screen and (min-width: 769px) {
  #contents .category_box {
    margin-top: 150px;
  }
}
#contents .category_box .box_ttl {
  font-size: 34px;
  letter-spacing: 0.2rem;
  line-height: 1.1;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #contents .category_box .box_ttl {
    font-size: 36px;
    letter-spacing: 0.05rem;
    margin-bottom: 50px;
  }
}
#contents .category_box .img_box {
  width: 90%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 769px) {
  #contents .category_box .img_box {
    width: 600px;
    margin-bottom: 40px;
  }
}
#contents .category_box .img_box p.mainitem {
  text-align: center;
  margin: 10px 0 50px;
}
#contents .category_box .img_box p.mainitem a {
  text-decoration: underline;
}
#contents .category_box .img_box .box_txt {
  margin-top: 20px;
}
#contents .category_box .img_box .box_txt img {
  width: 85px;
}
#contents .category_box .img_box .box_txt p {
  width: 70%;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  #contents .category_box .img_box .box_txt {
    width: 95%;
    margin: 40px auto;
  }
  #contents .category_box .img_box .box_txt img {
    width: 120px;
  }
  #contents .category_box .img_box .box_txt p {
    width: 75%;
    font-size: 14px;
  }
}
#contents .category_box .item_box {
  width: 90%;
  margin: 20px auto;
}
@media screen and (min-width: 769px) {
  #contents .category_box .item_box {
    width: 600px;
    margin-bottom: 40px;
  }
}
#contents .category_box .item_box .box_item {
  width: 32%;
}
#contents .category_box .item_box .box_item p {
  margin: 15px 0 5px;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  #contents .category_box .item_box .box_item p {
    margin-top: 10px;
    font-size: 13px;
  }
}
#contents .category_box .item_box .box_item a {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  #contents .category_box .item_box .box_item a {
    font-size: 12px;
  }
}
#contents .category_box .more {
  display: block;
  margin: 50px auto 0;
  font-size: 16px;
  letter-spacing: 0.1rem;
  text-decoration: underline;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #contents .category_box .more {
    margin-top: 80px;
  }
}
#contents .category_area {
  background: #9A1818;
  position: relative;
  margin-top: 130px;
  padding-bottom: 130px;
}
@media screen and (min-width: 769px) {
  #contents .category_area {
    margin-top: 180px;
    padding-bottom: 200px;
  }
}
#contents .animation_text {
  width: 100%;
  position: absolute;
  top: -45px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #contents .animation_text {
    top: -60px;
  }
}
#contents .animation_text .news_test {
  display: inline-block;
  white-space: nowrap;
  font-size: 72px;
  line-height: 1;
  animation: text_scroll 80s linear infinite;
  padding-left: 100%;
}
@media screen and (min-width: 769px) {
  #contents .animation_text .news_test {
    font-size: 99px;
    animation: text_scroll 80s linear infinite;
  }
}
@keyframes text_scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
#contents .animation_text img {
  width: 35%;
  margin-left: 3%;
}
@media screen and (min-width: 769px) {
  #contents .animation_text img {
    width: 190px;
    margin-left: 18%;
  }
}
#contents .slide02 {
  position: absolute;
  top: auto;
  bottom: -30px;
}
#contents .slide02 img {
  width: 30%;
  margin-left: 5%;
}
@media screen and (min-width: 769px) {
  #contents .slide02 {
    bottom: -40px;
  }
  #contents .slide02 img {
    width: 13%;
    margin-left: 20%;
  }
}
#contents .navi {
  width: 80%;
  margin: 0 auto;
  padding-top: 140px;
}
@media screen and (min-width: 769px) {
  #contents .navi {
    width: 600px;
    padding-top: 180px;
  }
}
#contents .navi p {
  width: 100%;
  text-align: center;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #contents .navi p {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
#contents .navi a {
  width: 45%;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #contents .navi a {
    width: 48%;
    margin-bottom: 40px;
  }
}
#contents .navi a img {
  transition: all 0.6s;
}
#contents .navi a img:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #contents #category_00 .item_box .box_item p {
    font-size: 12px;
  }
}
#contents #category_01 span {
  text-decoration: line-through;
}
#contents #category_01 .box_txt img {
  width: 70px;
  margin-left: 3%;
}
@media screen and (min-width: 769px) {
  #contents #category_01 .box_txt img {
    width: 100px;
  }
}
#contents #category_02 span {
  text-decoration: line-through;
}
#contents #category_02 .box_txt img {
  width: 90px;
}
@media screen and (min-width: 769px) {
  #contents #category_02 .box_txt img {
    width: 125px;
  }
}
#contents #category_03 span {
  text-decoration: line-through;
}
#contents #category_03 .box_txt img {
  width: 75px;
}
@media screen and (min-width: 769px) {
  #contents #category_03 .box_txt img {
    width: 100px;
  }
}
#contents #category_04 .box_txt img {
  width: 72px;
  margin-left: 3%;
}
@media screen and (min-width: 769px) {
  #contents #category_04 .box_txt img {
    width: 95px;
  }
}
#contents #category_05 {
  margin-top: 70px;
}
#contents #category_05 .box_ttl {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #contents #category_05 .box_ttl {
    width: 100%;
  }
}
#contents #category_05 .box_ttl p {
  background: #9A1818;
  margin: -2.5px auto 0;
  line-height: 1.1;
}
@media screen and (min-width: 769px) {
  #contents #category_05 .box_ttl p {
    font-size: 36px;
    letter-spacing: 0.1rem;
  }
}
#contents #category_05 .bg {
  background: #9A1818;
  width: 100%;
  margin: 0px auto;
  padding-top: 20px;
  padding-bottom: 50px;
}
@media screen and (min-width: 769px) {
  #contents #category_05 .bg {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
#contents #category_05 .item_box {
  margin: 0 auto 40px;
  font-size: 11px;
}
#contents #category_05 .item_box span {
  text-decoration: line-through;
}
#contents .present {
  margin: 50px auto;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #contents .present {
    margin: 80px auto;
  }
}
#contents .present .santa {
  position: absolute;
  z-index: -1;
  margin: auto;
  top: 50px;
  left: 0;
  right: 0;
  width: 30%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #contents .present .santa {
    top: 70px;
    width: 95px;
  }
}
#contents .present .ttl {
  width: 100%;
  background: #880000;
  margin-top: 100px;
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0.2rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #contents .present .ttl {
    font-size: 36px;
  }
}
#contents .present .txt {
  width: 80%;
  margin: 0px auto;
  background: #880000;
  text-align: left;
  font-size: 12px;
  padding: 20px 0;
}
@media screen and (min-width: 769px) {
  #contents .present .txt {
    width: 600px;
    font-size: 14px;
    line-height: 2;
    padding: 40px 0;
  }
}
#contents .present .icon {
  display: inline-block;
  width: 70%;
  margin: 0px auto 0;
}
@media screen and (min-width: 769px) {
  #contents .present .icon {
    width: 290px;
  }
}
#contents .insta {
  width: 100%;
  padding: 50px 0;
  background: #9A1818;
}
@media screen and (min-width: 769px) {
  #contents .insta {
    padding-top: 80px;
  }
}
#contents .insta p {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #contents .insta p {
    font-size: 26px;
  }
}
#contents .insta .leeep {
  width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #contents .insta .leeep {
    width: 90%;
  }
}

/* endArea
--------------------------------------*/
footer {
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  footer {
    padding: 130px 0;
  }
}
footer a {
  display: inline-block;
}
footer a img {
  margin: 0 auto;
  width: 175px;
}
@media screen and (min-width: 769px) {
  footer a img {
    width: 230px;
  }
}
footer a:hover a img:hover {
  filter: alpha(opacity=60); /* IE 6と7*/
  -ms-filter: "alpha(opacity=60)"; /* IE 8と9 */
  -moz-opacity: 0.6; /* Firefox , Netscape */
  -khtml-opacity: 0.6; /* Safari 1系 */
  opacity: 0.6;
  zoom: 1; /*IE*/
  transition: all 0.6s ease-out;
}
footer #copyright {
  width: 100%;
  margin-top: 20px;
  font-size: 10px;
  line-height: 1rem;
  letter-spacing: 0.05rem;
}

.anime_up {
  transform: translate(0, 150%);
  transition: 0.9s;
  transition-delay: 0.3s;
  transition-timing-function: ease-in-out;
}

.mv2 {
  transition-delay: 0.5s;
}

.mv3 {
  transition-delay: 0.7s;
}

.mv4 {
  transition-delay: 0.9s;
}

.anime_up.is_active {
  transform: translate(0, 0);
}

.anime_fade {
  opacity: 0;
  transition-delay: 0.5s;
  transition: 1s;
  transition-timing-function: ease-in-out;
}

.anime_fade.is_active {
  opacity: 1;
}

.eachTextAnime span {
  display: block;
  opacity: 0;
}

.eachTextAnime.appeartext span {
  animation: text_anime_on 0.5s ease-out forwards;
  animation-delay: 1s;
  margin-left: 3px;
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    margin-left: 0px;
  }
}/*# sourceMappingURL=style.css.map */