@charset "UTF-8";
body {
  background-color: #fff;
}

.fadeInSlow {
  opacity: 0;
  transform: translate(0);
  transition: all 1.5s;
}

.fadeNow {
  opacity: 1;
  transform: translate(0, 0);
}

.pcOnly {
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none;
  }
}

.spOnly {
  display: none;
}

@media screen and (max-width: 768px) {
  .spOnly {
    display: block;
    width: 100%;
  }
}

#s_all_wrap {
  font-size: 16px !important;
}

#s_all_wrap img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .fzr {
    font-size: calc(0.875em + ((1vw - 3.2px) * 0.4348)) !important;
  }
}

#containerW {
  position: relative;
  width: 100%;
  max-height: 80vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #eec247;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#container {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#background_video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.playBtn {
  display: none;
  position: absolute;
  top: -2.0em;
  left: 2.5%;
  background-color: #fff;
  border-radius: 5px;
  padding: 2px 5px;
}

.playBtn:hover {
  cursor: pointer;
  background-color: #ac1e23;
  color: #fff;
}

.playBtn img {
  max-width: 35px;
  background-color: #fff;
  border-radius: 50%;
  padding: 2px;
}

.playBtn span {
  position: relative;
  top: .10em;
}

@media screen and (max-width: 425px) {
  .playBtn {
    top: .3em;
    left: auto;
    right: 5px;
  }
}

#video_controls {
  position: absolute;
  width: 55px;
  height: 55px;
  top: 0;
  right: 15%;
  bottom: 0;
  margin: auto;
}

#video_controls::after {
  display: block;
  position: relative;
  top: -5px;
  line-height: 1;
  color: #ac1e23;
  font-weight: bold;
  width: 55px;
  background-color: #fff;
  content: "play";
  padding: 2px 0;
  border-radius: 5px;
  text-align: center;
}

#video_controls span {
  background-color: #fff;
  height: 100%;
  padding: 5px;
  display: block;
  border-radius: 50%;
}

#video_controls img:hover {
  cursor: pointer;
}

#video_controls #pause {
  display: none;
}

@media (min-width: 769px) {
  #video_controls {
    display: none;
  }
}

.s_nav {
  background-color: #000;
  height: 100px;
}

@media screen and (max-width: 768px) {
  .s_nav {
    height: auto;
  }
}

.s_nav ul {
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
}

.s_nav li {
  font-size: 16px;
  position: relative;
  align-items: center;
  height: 100%;
}

.s_nav li:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0px;
  margin: auto;
}

.s_nav li:last-child:after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #333;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .s_nav li {
    font-size: 3vw;
    line-height: 4vw;
    width: 25%;
  }
}

.s_nav li:hover {
  background-color: #333;
}

.s_nav li a {
  display: flex;
  height: 100%;
  align-items: center;
  text-align: center;
  color: #fff;
  justify-content: center;
  width: 200px;
  font-family: serif;
}

@media screen and (max-width: 768px) {
  .s_nav li a {
    padding: 1rem 3rem;
    width: auto;
  }
}

.contents {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .contents {
    margin-bottom: 60px;
  }
}

.lrW {
  position: relative;
  max-width: 1400px;
  width: 96%;
  margin: auto;
  margin: 0 auto;
  padding: 0 3%;
  border: 2px solid var(--mainColor);
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 2px 2px 8px #aaa;
}

@media screen and (max-width: 425px) {
  .lrW {
    display: block;
  }
}

.lrW .right,
.lrW .left {
  flex: 1 1 50%;
}

.lrW .right {
  order: 1;
  background-image: url(../img/act_v3.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.lrW .right .sp {
  display: none;
}

@media screen and (max-width: 425px) {
  .lrW .right .sp {
    display: block;
  }
}

.lrW .right .v3 {
  background-color: #fff;
  border-radius: 5px;
  padding: 1rem .5rem;
  margin: 1rem;
  display: block;
  position: relative;
  width: 30%;
  top: 42px;
  box-shadow: 3px 3px  #ae2425;
}

.lrW .right .v3::after {
  content: "";
  position: absolute;
  bottom: -39px;
  width: 41px;
  height: 41px;
  right: 0px;
  left: 0;
  z-index: 0;
  margin: auto;
  background: url(../img/arrow.png) no-repeat center/contain;
}

.lrW .right .v3:nth-child(2) {
  margin-left: auto;
}

.lrW .right .v3:nth-child(2)::after {
  transform: rotate(-180deg);
}

.lrW .right .v3 p {
  vertical-align: bottom;
}

.lrW .right .v3 p:not(:last-child) {
  margin-bottom: .8rem;
}

.lrW .right .v3 .t1 {
  position: absolute;
  width: 50px;
  margin: auto;
  top: -37px;
}

@media screen and (max-width: 425px) {
  .lrW .right {
    width: 100%;
    height: 500px;
    background-size: contain;
  }
}

.lrW .left {
  padding: 0 0 0 1rem;
}

@media screen and (max-width: 768px) {
  .lrW .left {
    padding: 1% 0 1% 1%;
  }
}

@media screen and (max-width: 425px) {
  .lrW .left {
    padding: 1%;
  }
}

#mov3 {
  top: 8%;
}

@media screen and (max-width: 768px) {
  #mov3 {
    top: 8%;
    left: 4%;
  }
}

#mov2 {
  top: 39%;
}

@media screen and (max-width: 768px) {
  #mov2 {
    top: 39%;
    left: 4%;
  }
}

#mov1 {
  bottom: 6%;
}

@media screen and (max-width: 768px) {
  #mov1 {
    bottom: 6%;
    left: 4%;
  }
}

.iineBox {
  max-width: 490px;
  width: 35%;
  margin: auto;
  background-color: #fff;
  border: 3px solid var(--mainColor);
  position: absolute;
  border-radius: 10px;
}

.iineBox img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .iineBox {
    width: 41%;
  }
}

.iineBox .top {
  text-align: center;
  background-color: var(--mainColor);
}

.iineBox .top p {
  color: #fff;
  font-size: 45px;
  font-family: 'Mochiy Pop P One', sans-serif;
}

@media screen and (max-width: 768px) {
  .iineBox .top p {
    font-size: 5vw;
  }
}

.iineBox .top p img {
  width: 100%;
  vertical-align: bottom;
}

.iineBox .top p:not(.t1) {
  margin-left: 1rem;
}

.iineBox .play {
  position: relative;
  cursor: pointer;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .iineBox .play {
    padding: 6%;
  }
}

.iineBox .play::before, .iineBox .play::after {
  content: "";
  display: block;
  position: absolute;
  width: 80%;
  height: 80%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/play.png) no-repeat center;
  background-size: contain;
}

.iineBox .play::before {
  background-image: url(../img/play2.png);
  opacity: 0;
}

.iineBox .play:hover::after {
  opacity: 0;
}

.iineBox .play:hover::before {
  opacity: 1;
}

.iineBox .play.cmsImg {
  cursor: default;
}

.iineBox .play.cmsImg::before, .iineBox .play.cmsImg::after {
  display: none;
  content: "asssssssssssssssss";
}

.iineBox .play img {
  border-radius: 10px;
}

.iineBox .play a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.iineBox .meterW {
  background-color: #fff4d5;
  border-radius: 10px;
  margin: 1rem;
  padding: .5rem;
  padding-bottom: 1rem;
  position: relative;
}

.iineBox .meter {
  max-width: 39%;
  display: inline-block;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 768px) {
  .iineBox .meter {
    width: 100%;
    top: -6vw;
    right: 0;
    left: 0;
    margin: 0 auto 2rem;
    max-width: 50%;
  }
}

.iineBox .meter::after {
  bottom: 0;
  content: "(定期更新)";
  font-size: 1.1rem;
  left: 0;
  line-height: 0;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .iineBox .meter::after {
    left: auto;
    right: 0;
  }
}

.iineBox .bottom {
  position: relative;
  text-align: center;
  padding-left: 40%;
}

@media screen and (max-width: 768px) {
  .iineBox .bottom {
    padding-left: 0;
    margin-top: 18vw;
  }
}

@media screen and (max-width: 425px) {
  .iineBox .bottom {
    padding-left: 0;
    margin-top: 43vw;
  }
}

.iineBox .bottom #btn1 {
  display: inline-block;
}

.iineBox .bottom .txt {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .iineBox .bottom .txt {
    font-size: 13px;
  }
}

.iineBox .bottom img[src*=meter] {
  max-width: 150px;
  position: relative;
  top: 0px;
}

.iineBox .bottom img[src*=iine] {
  max-width: 150px;
}

.iineBox .bottom .red {
  color: #b61c22;
}

.iineBox .bottom .iineBtn_btn img[src="img/iine.png"] {
  cursor: pointer;
}

.iineBox .bottom .iineBtn_btn:hover {
  transform: scale(1.1);
}

.iineBox .cms {
  text-align: center;
}

.iineBox .cms a {
  display: inline-block;
  color: #ac1e23;
  background-color: #eec247;
  display: inline-block;
  line-height: 1;
  padding: .5em .5em;
  margin: 3px;
  border-radius: 5px;
  border-bottom: 2px solid #ac1e23;
}

.f_bg_W {
  position: absolute;
  width: 100%;
  height: 200px;
  overflow: hidden;
  top: -100px;
}

.f_bg_W .f_bg {
  position: relative;
  height: 100px;
  top: 25%;
  left: -1%;
  width: 102%;
  transform: rotate(-2deg);
  margin: auto;
  background: url(../img/foote_img.png) center repeat-x;
  background-size: auto 100%;
}

.linkWrap {
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .linkWrap {
    width: 66%;
  }
}

/*メルマガcss*/
#mailMagazineForm {
  margin: 1rem auto -2rem;
  font-size: 16px;
}

#mailMagazineForm * {
  box-sizing: border-box;
  /*font-size: 16px;*/
  /*margin: auto;*/
}

#mailMagazineForm form {
  padding: 1rem;
  color: #fff;
  /*background-color: #ff0000;*/
  /*background: -webkit-gradient(linear, left bottom, left top, from(#ff0000), color-stop(50%, #e60000), color-stop(51%, #ff6b6b), to(#ff0000));*/
  /*background: -webkit-linear-gradient(bottom, #ff0000 0%, #e60000 50%, #ff6b6b 51%, #ff0000 100%);*/
  /*background: -o-linear-gradient(bottom, #ff0000 0%, #e60000 50%, #ff6b6b 51%, #ff0000 100%);*/
  /*background: linear-gradient(0deg, #ff0000 0%, #e60000 50%, #ff6b6b 51%, #ff0000 100%);*/
  max-width: 1080px;
  width: 100%;
  text-align: center;
  margin: auto;
  /*background: #c8000b;*/
  background: #e4141f;
}

#mailMagazineForm form > p {
  font-weight: bold;
  /*background-color: #fff;*/
  /*color: #ff0000;*/
  color: #fff;
  margin-bottom: 1rem;
  padding: .2rem 0;
}

#mailMagazineForm form > p img {
  max-width: 3em;
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
}

#mailMagazineForm input[type=submit] {
  /*display: block;*/
  /*margin: 0 auto 0;*/
  padding: .4rem 1rem;
  background: linear-gradient(0deg, #2f89f5 0%, #0f75d4 50%, #24c2ee 51%, #26afff 100%);
  color: #fff;
  border-radius: 6px;
  border: 1px solid #fff;
  /*font-size:1.2rem;*/
  vertical-align: middle;
}

#mailMagazineForm input[type=submit]:hover {
  cursor: pointer;
  background: linear-gradient(0deg, #0f75d4 0%, #0f75d4 50%, #4c94d8 54%, #0f75d4 100%);
}

#mailMagazineForm input[type=text] {
  width: 100%;
  max-width: 500px;
  background-color: #fff;
  transition: all .3s;
  border: 1px solid #ff0000;
  border-radius: 3px;
  padding: .5rem;
  margin-bottom: 10px;
  font-size: 16px;
}

#mailMagazineForm input[type=text]:focus {
  box-shadow: 0 0 7px #fff;
  border: 1px solid #fff;
}

.mmg {
  margin-top: 10rem;
  margin-bottom: 3rem;
}

.mmg .set {
  color: red;
  font-size: 2.2rem;
}

footer {
  margin-top: 0;
}
