@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p&display=swap');
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
body {
  background-color: #fff;
  scroll-behavior: smooth;
}
img {
  vertical-align: top;
}
/* リンク画像 */
a:hover img {
  filter: alpha(opacity=70);
  -ms-filter: ""alpha(opacity=70)"";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.Title-line-shinka {
  background-color: #003966;
  color: #fff;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  width: 960px;
}
.shinka-contents {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.shinka-wrapper {
  width: 100vw;
  height: auto;
  background: rgb(88, 181, 48);
  background: linear-gradient(135deg, rgba(88, 181, 48, 1) 0%, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 75%, rgba(88, 181, 48, 1) 100%);
  background-size: 100% 100%;
}
.TopMainHead {
  background-color: #000;
  position: relative;
}
.date-text {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 40px;
  color: #58b530;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  padding: 20px 0 10px 0;
}
.c-txt {
  color: antiquewhite;
  font-size: 0.7em;
  line-height: 1.3;
  text-align: center;
  margin-right: 5px;
  margin-left: 5px;
  padding-bottom: 20px;
}
.kakaku {
  width: 60%;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
/**/
.Ind-itemBox {
  margin-bottom: 40px;
}
.Cont-itemBox {
  margin-bottom: 40px;
}
/*動画*/
.YTzone {
  margin-bottom: 20px;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.IndexTitBox {
  margin-bottom: 20px;
}
.ContTitBox {
  margin-bottom: 20px;
}
/*商品メイン*/
.IndBass01 {
  width: 100%;
  background: rgb(88, 181, 48);
  background: linear-gradient(90deg, rgba(88, 181, 48, 1) 10%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%);
}
.IndBass01-p1 {
  width: 100%;
}
.IndBass01-p2 {
  width: 100%;
}
/*flx*/
.flx {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.flx-bn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.Item-flx {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.Ind-bn-Box {
  width: 33.3%;
  padding-bottom: 15px;
  text-align: center;
}
.Ind-bn-Box span {
  display: block;
  text-align: center;
}
.Ind-bn-Box img {
  width: 90%;
}
.Ind-bn-Zone {
  background-color: #000000;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
.txt_white {
  color: whitesmoke;
}
/**/
.Item-Box {
  width: 45%;
  background-color: rgba(3, 3, 3, 0.50);
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.Item-Box-Tit {
  margin-bottom: 20px;
}
.Cont-BtnBox {
  margin-bottom: 20px;
  text-align: center;
}
.Cont-BtnBox img {
  width: 80%;
}
/*三体合体*/
.santai_container {
  display: flex;
  width: 100%;
  justify-content: center;
}
.santai-item_01 {
  width: auto;
  height: auto;
  padding: 0px;
}
.santai-item_02 {
  width: auto;
  height: auto;
  padding: 0px;
}
.santai-item_03 {
  width: auto;
  height: auto;
  padding: 0px;
}
/*うごき*/
.img-wrap {
  animation: img-wrap 2s cubic-bezier(.4, 0, .2, 1);
}
@keyframes img-wrap {
  0% {
    clip-path: circle(0 at 50% 50%);
    -webkit-clip-path: circle(0 at 50% 50%);
  }
  100% {
    clip-path: circle(100% at 50% 50%);
    -webkit-clip-path: circle(100% at 50% 50%);
  }
}
/*TOPアニメーション*/
.img-wrap-top {
  overflow: hidden;
  position: relative;
}
.img-wrap-top:before, .img-wrap-top:after {
  animation: 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 1;
}
.img-wrap-top:before {
  animation-name: img-wrap-before;
  left: 0;
  right: 50%;
}
.img-wrap-top:after {
  animation-name: img-wrap-after;
  left: 50%;
  right: 0;
}
@keyframes img-wrap-before {
  100% {
    transform: translateY(100%);
  }
}
@keyframes img-wrap-after {
  100% {
    transform: translateY(-100%);
  }
}
/*bodyアニメーション*/