<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*====================================================
  adventcalender2022_pc
====================================================*/
#particles-js {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
footer.footer {
  background: #fff;
  position: relative;
  z-index: 3;
}
.contents.adventcalender2022 * {
  box-sizing: border-box;
}
.contents.adventcalender2022 img {
  vertical-align: bottom;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.fade{
	opacity: 0;
	transform: translate(0,60px);
	-webkit-transform: translate(0,60px);
	transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.mv_in{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}
.section {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.contents.adventcalender2022 {
  opacity: 0;
  background: #AEAEAE url("../images/bgi_header.png") no-repeat center top;
  padding: 0 0 45px;
}
.contents.adventcalender2022.xmas {
  background: #AEAEAE url("../images/bgi_header_xmas.png") no-repeat center top;
}
.contents.adventcalender2022 .main {
  position: relative;
  z-index: 2;
}
body {
  width: 100%!important;
  left: 0;
}
body.fixed {
  position: fixed;
}
.pop_up {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 750px;
  width: 90%;
  max-height: 100vh;
  z-index: 10000002;
  display: none;
}
.pop_up .inner {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.pop_up.coupon_card .inner {
  max-width: 560px;
}
.pop_up.is_show .inner img {
  animation: popup backwards .3s ease 0.1s 1 normal;
}
@keyframes popup{
  0% {
    transform: rotate(-40deg) scale(0,0);
  }
  50% {
    transform: rotate(8deg) scale(1.3,1.3);
  }
  100% {
    transform: rotate(0deg) scale(1,1);
  }
}
.pop_up .close {
  width: 48px;
  height: 48px;
  margin: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100%,-100%);
  background: url("../images/btn_close.svg") no-repeat center / cover;
  z-index: 10000002;
}
.ovr {
  width: 100%;
  height: 100%;
  background: rgba(174,174,174,.70);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000001;
  display: none;
}
.img_switch {
  opacity: 0;
}
.wrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.cts_header {
  position: relative;
  transition-delay: 1s;
  margin: 0 0 30px;
}
.cts_header .inner {
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.cts_header h2 {
  width: 240px;
  position: absolute;
  left: 50%;
  top: 25px;
  transform: translate(-50%,0);
}
.cts_header h3 {
  padding: 0 25px 0 0;
  width: 50%;
  text-align: right;
}
.cts_header .copy {
  margin: 40px 0 0 0;
  padding: 0 0 0 25px;
  width: 50%;
  text-align: left;
}
.cts_header p.abs {
  position: absolute;
  right: 0;
  bottom: 10px;
}

.calendar {
  transition-delay: 1s;
  margin: 0 0 90px;
}


.bnr_area h3 {
  display: block;
  width: 100%;
  margin: 0 0 80px;
  text-align: center;
}
.bnr_area .bnr_list {
  justify-content: center;
  align-content: center;
  width: calc(100% + 50px);
  margin: 0 -25px;
}
.bnr_area .bnr_list.alnL {
  justify-content: flex-start;
}
.bnr_area .bnr_list .bnr_set {
  width: calc((100% - 150px)/3);
  background: #979797;
  position: relative;
  padding: 15px;
  margin: 0 25px 35px;
  overflow: hidden;
}
.bnr_area .bnr_list .bnr_set:before,
.bnr_area .bnr_list .bnr_set:after {
  content: "";
  background: #979797;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  z-index: 5;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
}
.bnr_area .bnr_list .bnr_set:before {
  left: -3px;
}
.bnr_area .bnr_list .bnr_set:after {
  right: -3px;
}
.bnr_area .bnr_list .bnr_set .in_box {
  background: #EFEFEF url("../images/bgi_bnr.svg") no-repeat top center / 100% auto;
  flex-direction: column;
  padding: 25px 15px 10px;
  width: 100%;
  height: 100%;
}
.bnr_area .bnr_list .bnr_set .in_box .txt {
  width: 100%;
  min-height: 6em;
  align-items: center;
  justify-content: center;
}
.bnr_area .bnr_list .bnr_set .in_box p {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: bold;
  color: #4D4D4D;
}
.bnr_area .bnr_list .bnr_set .in_box a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4D4D4D;
  text-align: center;
  border-radius: 50px;
  width: 100%;
  padding: 12px 10px;
  margin: 5px 0 0 0;
  transition: .3s;
}
.bnr_area .bnr_list .bnr_set .in_box a:hover {
  opacity: .8;
}

.pc {
  display: inline-block;
}
.sp {
  display: none;
}
.br_pc {
  display: inline-block;
}
.br_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  body {
    overflow-y: auto;
  }
  .contents.adventcalender2022 {
    padding: 0 0 25px;
  }
  .contents.adventcalender2022 {
    background: #AEAEAE url(../images/sp/bgi_header.png) no-repeat center top / 100% auto;
  }
  .contents.adventcalender2022.xmas {
    background: #AEAEAE url(../images/sp/bgi_header_xmas.png) no-repeat center top / 100% auto;
  }
  .calendar {
    margin: 4% 0 54px;
  }
  .pop_up .close {
    width: 28px;
    height: 28px;
    top: -20px;
    right: 0;
    transform: translate(0,-100%);
  }
  .cts_header h2 {
    width: 220px;
  }
  .cts_header h3 {
    padding: 0;
    width: 60%;
  }
  .cts_header .copy {
    margin: 18% 0 0 0;
    padding: 0 5% 0 10px;
    width: 40%;
  }
  .cts_header p.abs {
    right: 20px;
    bottom: -12px;
  }
  .bnr_area .wrap {
    width: calc(100% - 36px);
  }
  .bnr_area h3 {
    margin: 0 0 8%;
  }
  .bnr_area h3 img {
    width: 60%;
  }
  .bnr_area .bnr_list {
    width: calc(100% + 10px);
    margin: 0 -5px;
  }
  .bnr_area .bnr_list .bnr_set {
    width: calc((100% - 20px)/2);
    padding: 8px;
    margin: 0 5px 10px;
  }
  .bnr_area .bnr_list .bnr_set .in_box {
    padding: 15px 10px 10px;
  }
  .bnr_area .bnr_list .bnr_set .in_box .txt {
    min-height: 4.5em;
  }
  .bnr_area .bnr_list .bnr_set .in_box a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4D4D4D;
    text-align: center;
    border-radius: 50px;
    width: 100%;
    padding: 5px 10px;
    margin: 5px 0 0 0;
    transition: .3s;
  }
  .bnr_area .bnr_list .bnr_set .in_box a img {
    max-height: 12px;
  }
  .bnr_area .bnr_list .bnr_set:before,
  .bnr_area .bnr_list .bnr_set:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
  }
  .bnr_area .bnr_list .bnr_set:before {
    left: 0px;
  }
  .bnr_area .bnr_list .bnr_set:after {
    right: 0px;
  }

  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
}


@media screen and (max-width: 640px) {
  .bnr_area .bnr_list .bnr_set .in_box p {
    font-size: 2.2vw;
    line-height: 1.5em;
  }
  .bnr_area .bnr_list .bnr_set .in_box .txt {
    min-height: 5.5em;
  }
  .br_pc {
    display: none;
  }
  .br_sp {
    display: inline-block;
  }
}

</pre></body></html>