@charset "utf-8";

body {
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic;
  color: #000;
  line-height: 1.5;
  font-size: 13px;
}

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 {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
}

a:link, a:visited {
  color: #e6427f;

}

.Wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

.headContents {
  width: 100%;
  height: 42px;
  padding: 0;
  background: url(../images/bg_head.png) repeat-x;
  position: relative;
}

.MainVisual {
  background: #000 url(../images/bg_main.png) no-repeat center top;
  background-size: 2000px;
  height: 627px;
}

.MainVisual .MainVisual_inner {
  width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.MainVisual .MainVisual_inner .MainVisual_title {
  background: url(../images/main_title03.png) no-repeat;
  width: 445px;
  height: 386px;
  float: right;
  margin-top: 77px;
  vertical-align: top;
  text-indent: -9999px;
}

.MainVisual .MainVisual_inner .MainVisual_img {
  background: url(../images/main_img.png) no-repeat;
  width: 594px;
  height: 582px;
  float: left;
  margin-top: 46px;
  vertical-align: top;
  text-indent: -9999px
}

.OtherVisual {
  background: #000 url(../images/bg_main.png) no-repeat center top;
  background-size: 2000px;
  height: 280px;
}

.OtherVisual .OtherVisual_inner {
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.OtherVisual .OtherVisual_inner .OtherVisual_title {
  background: url(../images/other_title_02.png) no-repeat;
  width: 301px;
  height: 260px;
  float: right;
  margin-top: 10px;
  vertical-align: top;
  text-indent: -9999px;
}

.OtherVisual .OtherVisual_inner .OtherVisual_img {
  background: url(../images/chara02_img.png) no-repeat;
  width: 90px;
  height: 100px;
  float: left;
  margin-top: 180px;
  vertical-align: top;
  text-indent: -9999px;
}

.headContents .wrDay {
  display: block;
  width: 350px;
  position: absolute;
  bottom: 25px;
  right: 10%;
}

.headContents .wrDay .elDay {
  width: 310px;
  position: relative;
}

.headContents .wrDay .elCara {
  width: 122px;
  position: absolute;
  top: 35px;
  right: -50px;
}

.PictureWp {
  background: url(../images/bg_picture.png) no-repeat;
  height: 523px;
}

.wrMainCont {
  width: 950px;
  padding: 40px 0;
  margin: 0 auto;
}

.wrMainCont--info {
  border-bottom: 1px #fff solid;
}

.PictureWp .wrMainCont {
  padding: 60px 0;
}

.PictureWp .wrMainCont .mdBox {
  display: flex;
}

.PictureWp .wrMainCont .mdBox .wrBox {
  box-sizing: border-box;
}

.OutlineWp {
  background: url(../images/bg_outline02.png) repeat;
  padding-bottom: 50px;
}

.OutlineWp--goods {
  background: url(../images/bg_outline.png) repeat;
  height: 100%;
}

.OutlineWp .wrMainCont {
  position: relative;
}

.OutlineWp .wrMainCont .elrogo {
  position: absolute;
  right: 0;
  top: 0px;
}

.OutlineWp li {
  position: relative;
}

.OutlineWp li .elrogo {
  position: absolute;
  right: 0;
  top: 0px;
}

.OutlineWp .wrMainCont .elTitle, .OutlineWp li .elTitle {
  margin-bottom: 30px;
}

.OutlineWp li {
    width: 950px;
    padding: 50px 0;
    margin: 0 auto;
    /*border-bottom: 1px #fff solid;*/
}

.OutlineWp li:last-child {
  border: none;
}

.TwitterWp {
  background: url(../images/bg_twitter.png) no-repeat;
  height: 502px;
}

.TwitterWp .wrMainCont .mdBox {
  background: url(../images/bg_twitter02.png) no-repeat;
  height: 200px;
  padding: 110px 200px 120px 220px;
}

.TwitterWp .wrMainCont .twBox {
  height: 200px;
  width: 530px;
}

.SoonWp {
  background: url(../images/bg_soon01.png) repeat;
}

.SoonWp .wrMainCont {
  width: 758px;
  padding: 40px 0;
}

.SoonWp .wrMainCont .mdBox {
  background: url(../images/bg_soon.png) no-repeat;
  height: 389px;
}

.fooderContents {
  height: 100px;
  padding: 20px;
  background-color: #000;
  border-top: solid 5px #e6427f
}

.fooderContents p {
  font-size: 12px;
  text-align: center;
  color: #FFF;
}

.WrNavi {
  width: 100%;
  height: 60px;
  background-color: #000;
  border-bottom: solid 5px #e6427f
}

.WrNavi .elNavi {
  display: table;
  margin: 0 auto;
}

.WrNavi .elNavi .elBtn {
  display: table-cell;
}

.WrNavi .elNavi a:hover img {
  opacity: 0.5;
}

.WrNavi .elNavi a:active img {
  position: relative;
  top: 3px;
}

.poyooon {
  -webkit-animation: poyooon 0.9s linear 0s infinite normal;
  animation: poyooon 0.9s linear 0s infinite;
}

@-webkit-keyframes poyooon {
  0% {
    -webkit-transform: scale(1.0, 1.0) translate(0%, 0%);
  }
  10% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  40% {
    -webkit-transform: scale(1.2, 0.8) translate(0%, 15%);
  }
  50% {
    -webkit-transform: scale(1.0, 1.0) translate(0%, 0%);
  }
  60% {
    -webkit-transform: scale(0.9, 1.2) translate(0%, -100%);
  }
  75% {
    -webkit-transform: scale(0.9, 1.2) translate(0%, -20%);
  }
  85% {
    -webkit-transform: scale(1.2, 0.8) translate(0%, 15%);
  }
  100% {
    -webkit-transform: scale(1.0, 1.0) translate(0%, 0%);
  }
}

@keyframes poyooon {
  0% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
  10% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  40% {
    transform: scale(1.2, 0.8) translate(0%, 15%);
  }
  50% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
  60% {
    transform: scale(0.9, 1.2) translate(0%, -100%);
  }
  75% {
    transform: scale(0.9, 1.2) translate(0%, -20%);
  }
  85% {
    transform: scale(1.2, 0.8) translate(0%, 15%);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
}

.swing {
  margin: 10px;
  -moz-animation: swing linear 5s infinite;
  -moz-transform-origin: center -30px 0;
  -webkit-animation: swing linear 2s infinite;
  -webkit-transform-origin: center -30px 0;
  -ms-animation: swing linear 3s infinite;
  -ms-transform-origin: center -30px 0;
  -o-animation: swing linear 3s infinite;
  -o-transform-origin: center -30px 0;
  animation: swing linear 3s infinite;
  transform-origin: center -30px 0;
  display: block;
  float: left;
}

@-moz-keyframes swing {
  0% {
    -moz-transform: rotate(0deg)
  }
  25% {
    -moz-transform: rotate(5deg);
  }
  50% {
    -moz-transform: rotate(0deg);
  }
  75% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@-o-keyframes swing {
  0% {
    -o-transform: rotate(0deg);
  }
  25% {
    -o-transform: rotate(5deg);
  }
  50% {
    -o-transform: rotate(0deg);
  }
  75% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}

@-ms-keyframes swing {
  0% {
    -ms-transform: rotate(0deg);
  }
  25% {
    -ms-transform: rotate(5deg);
  }
  50% {
    -ms-transform: rotate(0deg);
  }
  75% {
    -ms-transform: rotate(-5deg);
  }
  100% {
    -ms-transform: rotate(0deg);
  }
}

@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.buruburu {
  -webkit-animation: buruburu 0.1s infinite linear alternate;
  animation: buruburu 0.1s infinite linear alternate;
}

@-webkit-keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0) rotate(-3deg);
  }
  50% {
    -webkit-transform: translate(0, -1px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0)rotate(3deg);
  }
}

@keyframes buruburu {
  0% {
    transform: translate(0, 0) rotate(-3deg);
  }
  50% {
    transform: translate(0, -1px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0)rotate(3deg);
  }
}

.pagetop {
  text-decoration: none;
  display: none;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  font-size: 1.5rem;
  cursor: pointer;
}

.pagetop:hover {
  text-decoration: none;
}

.ti_spacial {
  position: relative;
  color: #fff;
  background: #000000;
  border: 1px solid #fff;
  line-height: 1.4;
  padding: 10px 10px;
  margin: 0 0 30px 0;
  font-size: 18px;
  z-index: 1;
}

.ti_spacial:after {
  position: absolute;
  font-family: "Font Awesome 5 Free", 'Quicksand', 'Avenir', 'Arial', sans-serif;
  content: '\ ★SPECIAL★';
  background: #FFDE17;
  color: #000;
  right: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 3px 7px 1px;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.elboxarea {
  border: dashed 2px #fff;
  padding: 15px 30px;
  font-size: 14px;
  margin: 0px 0 40px 0;
}

.elboxarea--spe {
  border: dashed 2px #FFDE17;
  padding: 40px 30px 30px 30px;
  color: #fff
}

.elboxarea--spe p {
  font-size: 14px;
  margin-bottom: 20px;
}

.elboxarea--spe .elimg {
  text-align: center;
  margin: 30px 0;
}

.elboxarea--spe ul {
  list-style: none;
}

.elboxarea--spe ul li {
  line-height: 1.5;
  padding: 0.2em 0;
  font-size: 12px
}

/*.mdBox {
  color: #FFF;
  border: solid 1px #FFF;
  padding: 5px;
  background: #4E4E49;
}*/

.mdBox .wrMainCont {
  padding: 40px 0;
}

.mdBox .elNote {
  font-size: 14px;
  margin-bottom: 20px;
  border-bottom: 1px solid #FFF;
  padding-bottom: 10px;
}

.mdBox .elNote02 {
  font-size: 15px;
  margin: 15px 0;
  font-weight: bold;
  color: #FCE33C;
}

.mdBox .elNote03 {
  font-size: 14px;
  margin-bottom: 15px;
}

.eltiArea {
  font-size: 15px;
  margin: 0 0 5px;
  display: table;
}

.eltiArea .elTerm {
  display: table-cell;
  text-align: left;
  font-weight: 700;
  vertical-align: top;
  padding: 2px 0 0 0;
  width: 140px;
  line-height: 1.3;
}

.eltiArea .elTerm--02 {
  width: 260px;
}

.eltiArea .elTerm--03 {
  width: 230px;
}

.eltiArea dd {
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
}

.eltiArea .elTxt {
  margin: 0 0 5px 100px;
}

.mdtiArea .elImage {
  position: absolute;
  right: 0px;
  top: 10px;
  text-align: center
}

.mdtiArea {
  position: relative;
  margin: 15px 0 20px 0;
}

.mdtiArea .elTitle {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.mdtiArea .elImage span {
  display: block;
  font-size: 11px;
  text-align: center;
  margin-top: -5px;
}

.wrMainCont {
  padding: 40px 0;
}


/* 熊谷作業追加分 */

.inner.styleK{
  color: #fff;
}

.inner.styleK h1{
  color: #fce33c;
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: bold;
}
.inner.styleK p{
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}

.inner.styleK p span{
  font-weight: normal;
}

.inner.styleK p.styleK_normal{
  font-weight: normal;
  font-size: 16px;
}
.inner.styleK p.styleK_normal span{
  font-weight: bold;
}

.inner.styleK h1.special_title{
  background-color: #fce33c;
  color: #000;
  font-size: 26px;
  padding-left: 10px;
  margin-bottom: 15px;
  font-weight: bold;
}


.inner.styleK p.attention{
  color: #e6427f;
  margin-top: 15px;
}


/* 20220216 作業追加分 */

.inner.styleK h3 {
    color: #fce33c;
    font-size: 23px;
    margin-bottom: 15px;
    margin-top: 30px;
    font-weight: bold;
}

//*コロナ追加*//


.c-box-attention {
    margin-top: 24px;
}

.c-box-attention {
    padding: 16px 16px 16px;
    border: 2px solid #df0023;
    background-color: #fff;
}

.c-txt-01 {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

.is-center {
    text-align: center!important;
}

.c-ttl-cmn-04, .c-ttl-set-calender {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
    padding: 10px;
}

//*コロナ追加ここまで*//
