@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;600;700;800;900&display=swap");
.SP {
  display: none;
}
@media only screen and (max-width: 768px) {
  .SP {
    display: block;
  }
}

.PC {
  display: block;
}
@media only screen and (max-width: 768px) {
  .PC {
    display: none;
  }
}

img {
  max-width: 100%;
}

body {
  background: url(../img/bg01.jpg) center center/cover repeat;
  background-attachment: fixed;
}
@media only screen and (max-width: 768px) {
  body {
    background: none;
  }
  body:before {
    background-image: url("../img/bg01SP.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
  }
}

.preload * {
  transition: none !important;
}

#exline {
  font-family: 'M PLUS 1p', sans-serif;
  transform: rotate(0.03deg);
  width: 100%;
  text-align: center;
  padding: 12px 0px 12px 0px;
  font-size: 16px;
  font-weight: 500;
  background-color: #e60012;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #exline {
    font-size: 22px;
    font-size: 2.93333vw;
  }
}

#btn_menu01 {
  font-family: 'M PLUS 1p', sans-serif;
  position: fixed;
  top: 150px;
  right: 0;
  display: block;
  background-image: url("../img/btn_menu.png");
  width: 89px;
  height: 68px;
  color: #fff;
  font-weight: 700;
  box-sizing: border-box;
  padding: 25px 0px 25px 20px;
  font-size: 14px;
  text-decoration: none;
}
#btn_menu01:hover {
  background-image: url("../img/btn_menu_on.png");
  width: 98px;
  color: #fbfd00;
}

#btn_menu02 {
  font-family: 'M PLUS 1p', sans-serif;
  position: fixed;
  top: 230px;
  right: 0;
  display: block;
  background-image: url("../img/btn_menu.png");
  width: 89px;
  height: 68px;
  color: #fff;
  font-weight: 700;
  box-sizing: border-box;
  padding: 15px 0px 15px 20px;
  font-size: 14px;
  text-decoration: none;
}
#btn_menu02:hover {
  background-image: url("../img/btn_menu_on.png");
  width: 98px;
  color: #fbfd00;
}

#brandevent {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #000;
  overflow: hidden;
}
#brandevent #ouchide {
  background-image: url("../img/ouchide/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  #brandevent #ouchide {
    padding-top: 6.66667vw;
  }
}
#brandevent #ouchide .topTitle {
  margin-bottom: 20px;
}
#brandevent #ouchide .topTitle img {
  width: 300px;
}
@media only screen and (max-width: 768px) {
  #brandevent #ouchide .topTitle img {
    width: 100%;
  }
}
#brandevent #ouchide .news {
  width: 100%;
  max-width: 960px;
  margin: -150px auto 0;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #brandevent #ouchide .news {
    margin: -2% 0 0;
    padding: 0 4vw;
  }
}
#brandevent #ouchide .news .inbox {
  border: 5px solid #014099;
  border-radius: 40px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #014099;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #brandevent #ouchide .news .inbox {
    border-radius: 8vw;
  }
}
#brandevent #ouchide .news .title {
  font-family: 'M PLUS 1p', sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  padding: 25px 0;
}
@media only screen and (max-width: 768px) {
  #brandevent #ouchide .news .title {
    font-size: 48px;
    font-size: 6.4vw;
    padding: 5.33333vw 0;
  }
}
#brandevent #ouchide .news .content {
  padding: 30px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  #brandevent #ouchide .news .content {
    padding: 2.66667vw;
  }
}
#brandevent #ouchide .news .content dl {
  display: flex;
  text-align: left;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px dashed #014099;
  align-items: center;
}
#brandevent #ouchide .news .content dl:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
#brandevent #ouchide .news .content dl dt {
  font-family: 'M PLUS 1p', sans-serif;
  width: 120px;
  font-size: 24px;
  color: #014099;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  #brandevent #ouchide .news .content dl dt {
    width: 17.3vw;
    font-size: 24px;
    font-size: 3.2vw;
  }
}
#brandevent #ouchide .news .content dl dt span {
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
}
#brandevent #ouchide .news .content dl dd {
  width: calc(100% - 120px);
  line-height: 1.5;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  #brandevent #ouchide .news .content dl dd {
    width: calc(100% - 17.3vw);
  }
}
#brandevent #ouchide .news .content dl dd a {
  color: #e60012;
}
#brandevent #ouchide .youtube {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #brandevent #ouchide .youtube {
    padding: 0 2.66667vw;
  }
}
#brandevent #ouchide .youtube .inbox {
  border: 5px solid #014099;
  border-radius: 40px;
  box-sizing: border-box;
  background-color: #FFF;
  margin-bottom: 30px;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  #brandevent #ouchide .youtube .inbox {
    border-radius: 8vw;
  }
}
#brandevent #ouchide .youtube .inbox .box_iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}
#brandevent #ouchide .youtube .inbox .box_iframe iframe {
  width: 100%;
  height: 100%;
}
#brandevent #ouchide .box01 {
  background-color: #fff;
  text-align: center;
  padding: 50px 0;
  position: relative;
}
#brandevent #ouchide .box01 .t1 {
  display: inline-block;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 50px;
  border-top: 6px solid #DA5019;
  border-bottom: 6px solid #DA5019;
  padding: 20px 25px;
}
@media only screen and (max-width: 768px) {
  #brandevent #ouchide .box01 .t1 {
    font-size: 48px;
    font-size: 6.4vw;
  }
}
#brandevent #ouchide .box01 .t2 {
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
  color: #0000ff;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #brandevent #ouchide .box01 .t2 {
    font-size: 18px;
    padding: 0 10px;
  }
}
#brandevent #ouchide .box01 .t2 span {
  background-color: #EDAD0B;
  padding: 2px 5px;
}
#brandevent #ouchide .box01 .flex {
  display: inline-flex;
  align-items: flex-start;
  justify-content: space-around;
  margin-bottom: 30px;
  width: 960px;
}
@media only screen and (max-width: 768px) {
  #brandevent #ouchide .box01 .flex {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    display: block;
  }
}
#brandevent #ouchide .box01 .flex .game {
  padding: 0 15px;
}
#brandevent #ouchide .box01 .flex .game p {
  margin-bottom: 20px;
  border: 5px solid #014099;
  border-radius: 40px;
  box-sizing: border-box;
  overflow: hidden;
}
#brandevent #ouchide .box01 .flex .familyapps {
  border-radius: 40px;
  border: 5px solid #3d8fc6;
  padding: 20px;
  background-color: #e8f5fe;
  box-sizing: border-box;
}
#brandevent #ouchide .box01 .flex .familyapps p {
  margin-bottom: 20px;
}
#brandevent #ouchide .box01 .flex .familyapps a:hover img {
  opacity: 0.7;
}
#brandevent #ouchide .box01 .info {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #brandevent #ouchide .box01 .info {
    padding: 0 4vw;
  }
}
#brandevent #ouchide .box01 .info .title {
  background-color: #3261ab;
  border-radius: 20px;
  padding: 20px 0;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #brandevent #ouchide .box01 .info .title {
    font-size: 18px;
    padding: 10px;
  }
}
#brandevent #ouchide .box01 .info .title2 {
  background-color: #EDAD0B;
  border-radius: 20px;
  padding: 20px 0;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #brandevent #ouchide .box01 .info .title2 {
    font-size: 18px;
    padding: 10px;
  }
}
#brandevent #ouchide .box01 .info .list {
  display: flex;
  list-style: none;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #brandevent #ouchide .box01 .info .list {
    display: block;
  }
}
#brandevent #ouchide .box01 .info .list li {
  padding: 0 20px;
  text-align: center;
  line-height: 1.5;
  width: 50%;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #brandevent #ouchide .box01 .info .list li {
    width: 100%;
    margin-bottom: 10px;
  }
}
#brandevent #ouchide .box01 .info .txt {
  line-height: 1.5;
}
#brandevent #ouchide .tips {
  background-color: #009250;
  text-align: center;
  padding: 40px 0;
  font-family: 'M PLUS 1p', sans-serif;
}
@media only screen and (max-width: 768px) {
  #brandevent #ouchide .tips {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 768px) {
  #brandevent #ouchide .tips .container {
    padding: 0 4vw;
  }
}
#brandevent #ouchide .tips .t1 {
  display: inline-block;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 50px;
  border-top: 6px solid #fff;
  border-bottom: 6px solid #fff;
  color: #fff;
  padding: 20px 25px;
}
@media only screen and (max-width: 768px) {
  #brandevent #ouchide .tips .t1 {
    font-size: 48px;
    font-size: 6.4vw;
  }
}
#brandevent #ouchide .tips .txt1 {
  color: #fff;
  font-size: 24px;
  margin: 0 0 50px;
  line-height: 1.5;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  #brandevent #ouchide .tips .txt1 {
    font-size: 17px;
    margin: 0 0 25px;
  }
}
#brandevent #ouchide .tips .txt2 {
  background-color: #fff;
  padding: 20px 0;
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  margin: 0 0 60px;
  width: 1000px;
  box-sizing: border-box;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  #brandevent #ouchide .tips .txt2 {
    font-size: 12px;
    padding: 10px;
    width: 100%;
    margin: 0 0 30px;
    box-sizing: border-box;
  }
}
#brandevent #ouchide .tips .txt_bottom {
  color: #fff;
  text-align: center;
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  #brandevent #ouchide .tips .txt_bottom {
    text-align: left;
    font-size: 12px;
  }
}
#brandevent #ouchide .tips .step {
  width: 100%;
  max-width: 960px;
  box-sizing: border-box;
  background-color: #fff;
  width: 100%;
  border-radius: 20px;
  margin: 0 auto 60px;
  padding: 40px 0;
  box-sizing: border-box;
  transform: rotate(0.05deg);
}
@media only screen and (max-width: 768px) {
  #brandevent #ouchide .tips .step {
    padding: 10px;
    margin-bottom: 30px;
  }
}
#brandevent #ouchide .tips .step:last-of-type {
  margin-bottom: 0;
}
#brandevent #ouchide .tips .step h4 {
  color: #009250;
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #brandevent #ouchide .tips .step h4 {
    font-size: 20px;
  }
}
#brandevent #ouchide .tips .step h5 {
  color: #009250;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #brandevent #ouchide .tips .step h5 {
    font-size: 16px;
  }
}
#brandevent #ouchide .tips .step .label1 {
  display: inline-block;
  background-color: #ffde00;
  font-size: 24px;
  padding: 0 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #brandevent #ouchide .tips .step .label1 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
#brandevent #ouchide .tips .step .list {
  font-size: 24px;
  text-align: left;
  font-weight: bold;
  margin-left: 260px;
}
@media only screen and (max-width: 768px) {
  #brandevent #ouchide .tips .step .list {
    font-size: 14px;
    margin-left: 0;
  }
}
#brandevent #ouchide .tips .step .list li {
  margin-bottom: 5px;
}
#brandevent #ouchide .tips .step .list i {
  margin-right: 15px;
  color: #009250;
}
#brandevent #ouchide .tips .step .txt {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #brandevent #ouchide .tips .step .txt {
    font-size: 14px;
  }
}
#brandevent #ouchide .tips .step .txt_s {
  font-size: 16px;
  text-align: left;
  padding-left: 130px;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  #brandevent #ouchide .tips .step .txt_s {
    font-size: 13px;
    padding-left: 0;
  }
}
#brandevent #ouchide .tips .step .icon {
  width: 200px;
}
#brandevent #ouchide .tips .step .download {
  margin-top: 15px;
  display: inline-flex;
}
@media only screen and (max-width: 768px) {
  #brandevent #ouchide .tips .step .download {
    display: inline-block;
    margin-bottom: 15px;
  }
}
#brandevent #ouchide .tips .step .download .btn01 li {
  margin-bottom: 15px;
}
#brandevent #ouchide .tips2 {
  background-color: #007AB7;
  text-align: center;
  padding: 40px 0;
  font-family: 'M PLUS 1p', sans-serif;
}
@media only screen and (max-width: 768px) {
  #brandevent #ouchide .tips2 {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 768px) {
  #brandevent #ouchide .tips2 .container {
    padding: 0 4vw;
  }
}
#brandevent #ouchide .tips2 .t1 {
  display: inline-block;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 50px;
  border-top: 6px solid #fff;
  border-bottom: 6px solid #fff;
  color: #fff;
  padding: 20px 25px;
}
@media only screen and (max-width: 768px) {
  #brandevent #ouchide .tips2 .t1 {
    font-size: 48px;
    font-size: 6.4vw;
  }
}
#brandevent #ouchide .tips2 .txt1 {
  color: #fff;
  font-size: 24px;
  margin: 0 0 50px;
  line-height: 1.5;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  #brandevent #ouchide .tips2 .txt1 {
    font-size: 17px;
    margin: 0 0 25px;
  }
}
#brandevent #ouchide .tips2 .txt2 {
  background-color: #fff;
  padding: 20px 0;
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  margin: 0 0 60px;
  width: 1000px;
  box-sizing: border-box;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  #brandevent #ouchide .tips2 .txt2 {
    font-size: 12px;
    padding: 10px;
    width: 100%;
    margin: 0 0 30px;
    box-sizing: border-box;
  }
}
#brandevent #ouchide .tips2 .txt_bottom {
  color: #fff;
  text-align: center;
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  #brandevent #ouchide .tips2 .txt_bottom {
    text-align: left;
    font-size: 12px;
  }
}
#brandevent #ouchide .tips2 .step {
  width: 100%;
  max-width: 960px;
  box-sizing: border-box;
  background-color: #fff;
  width: 100%;
  border-radius: 20px;
  margin: 0 auto 60px;
  padding: 40px 0;
  box-sizing: border-box;
  transform: rotate(0.05deg);
}
@media only screen and (max-width: 768px) {
  #brandevent #ouchide .tips2 .step {
    padding: 10px;
    margin-bottom: 30px;
  }
}
#brandevent #ouchide .tips2 .step:last-of-type {
  margin-bottom: 0;
}
#brandevent #ouchide .tips2 .step h4 {
  color: #007AB7;
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #brandevent #ouchide .tips2 .step h4 {
    font-size: 20px;
  }
}
#brandevent #ouchide .tips2 .step h5 {
  color: #007AB7;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #brandevent #ouchide .tips2 .step h5 {
    font-size: 16px;
  }
}
#brandevent #ouchide .tips2 .step .label1 {
  display: inline-block;
  background-color: #ffde00;
  font-size: 24px;
  padding: 0 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #brandevent #ouchide .tips2 .step .label1 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
#brandevent #ouchide .tips2 .step .list {
  font-size: 24px;
  text-align: left;
  font-weight: bold;
  margin-left: 260px;
}
@media only screen and (max-width: 768px) {
  #brandevent #ouchide .tips2 .step .list {
    font-size: 14px;
    margin-left: 0;
  }
}
#brandevent #ouchide .tips2 .step .list li {
  margin-bottom: 5px;
}
#brandevent #ouchide .tips2 .step .list i {
  margin-right: 15px;
  color: #009250;
}
#brandevent #ouchide .tips2 .step .txt {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #brandevent #ouchide .tips2 .step .txt {
    font-size: 14px;
  }
}
#brandevent #ouchide .tips2 .step .txt_s {
  font-size: 16px;
  text-align: left;
  padding-left: 130px;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  #brandevent #ouchide .tips2 .step .txt_s {
    font-size: 13px;
    padding-left: 0;
  }
}
#brandevent #ouchide .tips2 .step .icon {
  width: 200px;
}
#brandevent #ouchide .tips2 .step .download {
  margin-top: 15px;
  display: inline-flex;
}
@media only screen and (max-width: 768px) {
  #brandevent #ouchide .tips2 .step .download {
    display: inline-block;
    margin-bottom: 15px;
  }
}
#brandevent #ouchide .tips2 .step .download .btn01 li {
  margin-bottom: 15px;
}
#brandevent #title {
  padding: 20px 0;
}
@media only screen and (max-width: 768px) {
  #brandevent #title {
    padding: 0;
  }
}
#brandevent #title h1 {
  display: inline-block;
  background-image: url("../img/main.png");
  background-repeat: no-repeat;
  width: 1400px;
  height: 416px;
}
@media only screen and (max-width: 768px) {
  #brandevent #title h1 {
    background-image: url("../img/mainSP.png");
    width: 100%;
    height: auto;
    padding-top: 56.5333%;
    background-size: cover;
    height: 0;
  }
}
#brandevent #title h1 span {
  visibility: hidden;
}
#brandevent .main_area01 {
  position: relative;
  margin: 0 auto;
  height: 580px;
  background-color: #fff;
}
#brandevent .main_area01 img {
  height: auto;
}
@media only screen and (max-width: 768px) {
  #brandevent .main_area01 {
    height: 66.66vw;
  }
}
#brandevent .main_area01 > .logo01 {
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  #brandevent .main_area01 > .logo01 {
    width: 48.8vw;
  }
}
#brandevent .main_area01 > .title01 {
  margin: 20px auto 0;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  #brandevent .main_area01 > .title01 {
    margin-top: 2vw;
    width: 56.8vw;
  }
}
#brandevent .main_area01 > .title02 {
  position: absolute;
  z-index: 5;
  top: 140px;
  left: 50%;
  transform: translateX(-50%);
  width: 768px;
}
@media only screen and (max-width: 768px) {
  #brandevent .main_area01 > .title02 {
    top: 12vw;
    width: 92vw;
  }
}
#brandevent .main_area01 > .image01 {
  position: absolute;
  top: 72px;
  left: 20px;
}
@media only screen and (max-width: 1200px) {
  #brandevent .main_area01 > .image01 {
    top: 7.2vw;
    left: 2vw;
    width: 20.8vw;
  }
}
#brandevent .main_area01 > .image02 {
  position: absolute;
  top: 72px;
  right: 20px;
}
@media only screen and (max-width: 1200px) {
  #brandevent .main_area01 > .image02 {
    top: 7.2vw;
    right: 2vw;
    width: 20.8vw;
  }
}
#brandevent .main_area01 > .image03 {
  position: absolute;
  top: 30px;
  right: 220px;
}
@media only screen and (max-width: 1200px) {
  #brandevent .main_area01 > .image03 {
    top: 3.0vw;
    right: 22vw;
    width: 3.2vw;
  }
}
#brandevent .main_area01 > .image04 {
  position: absolute;
  top: 32px;
  left: 155px;
}
@media only screen and (max-width: 1200px) {
  #brandevent .main_area01 > .image04 {
    top: 3.2vw;
    left: 15.5vw;
    width: 4.1vw;
  }
}
#brandevent .main_area01 > .image05 {
  position: absolute;
  top: 300px;
  right: 20px;
}
@media only screen and (max-width: 1200px) {
  #brandevent .main_area01 > .image05 {
    top: 30vw;
    right: 2.0vw;
    width: 18.2vw;
  }
}
#brandevent .main_area01 > .image06 {
  position: absolute;
  top: 308px;
  left: 20px;
}
@media only screen and (max-width: 1200px) {
  #brandevent .main_area01 > .image06 {
    top: 30.8vw;
    left: 2.0vw;
    width: 15.5vw;
  }
}
#brandevent .main_area01 #video01 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#brandevent .main_area01 #video01 iframe {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 16 / 9;
  width: auto;
  height: auto;
}
#brandevent #title_sub {
  padding: 20px 0;
}
#brandevent #title_sub h1 {
  display: inline-block;
  background-image: url("../img/main_subpage.png");
  background-repeat: no-repeat;
  width: 784px;
  height: 287px;
}
@media only screen and (max-width: 768px) {
  #brandevent #title_sub h1 {
    width: 100%;
    height: auto;
    padding-top: 36.6071%;
    background-size: cover;
    height: 0;
  }
}
#brandevent #title_sub h1 span {
  visibility: hidden;
}
#brandevent #slide_bnr {
  position: relative;
  padding: 40px 0;
  transition: opacity .6s;
  overflow: hidden;
  background: url("../img/bg03.png") repeat 0 0/16px 16px;
  		/*.mainImage01 {
  			float: left;
  			margin: 0 25px;
  			display: none;
  			@include media(sp){
  				margin: 0;
  				padding: 0 40px;
  			}
  		}
  		.slider01 {
  			&.slick-initialized {
  				.mainImage01 {
  					display: block;
  				}
  			}
  		}
  		img{
  			max-width: 100%;
  			height: auto;
  		}
  
  		a{
  			color: #333;
  			text-decoration: none;
  		}*/
}
@media only screen and (max-width: 768px) {
  #brandevent #slide_bnr {
    padding: 5.33333vw 0;
  }
}
#brandevent #slide_bnr .mainImage01 {
  margin: 0 15px;
}
#brandevent .wrapContents01 {
  position: relative;
}
#brandevent .wrapContents01 > .fixBlock01 {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 11;
}
@media only screen and (max-width: 768px) {
  #brandevent .wrapContents01 > .fixBlock01 {
    display: none;
  }
}
#brandevent .wrapContents01 > .fixBlock01 > div[class^="footer_block"]:not(:first-child) {
  margin-top: 20px;
}
#brandevent .wrapContents01 > .fixBlock01.footer_area01 {
  width: 750px;
}
#brandevent .wrapContents01 > .fixBlock01.type01 {
  margin-left: -1270px;
}
#brandevent .wrapContents01 > .fixBlock01.type02 {
  margin-left: 520px;
}
#brandevent .wrapContents01 > .fixBlock01.fixed {
  position: fixed;
  top: 100px;
}
#brandevent .wrapContents01 > .fixBlock01.fixed.fixedBottom {
  position: absolute;
  top: auto;
  bottom: 0;
}
#brandevent #box_movie {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 30px;
  padding: 0 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #brandevent #box_movie {
    padding: 0 4vw;
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
}
#brandevent #box_movie .inbox {
  border-radius: 40px;
  box-sizing: border-box;
  background-color: #014099;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  #brandevent #box_movie .inbox {
    border-radius: 8vw;
  }
}
#brandevent #box_movie .inbox .t1 {
  font-family: 'M PLUS 1p', sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  #brandevent #box_movie .inbox .t1 {
    font-size: fz_vw(24);
  }
}
#brandevent #box_movie .inbox .btn01 {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 10px;
  background-color: #FFE600;
  color: #333;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s 0s ease;
  box-sizing: border-box;
  font-family: 'M PLUS 1p', sans-serif;
}
@media only screen and (max-width: 768px) {
  #brandevent #box_movie .inbox .btn01 {
    font-size: fz_vw(20);
  }
}
#brandevent #box_movie .inbox .btn01:hover {
  background-color: #EDAD0B;
}
#brandevent #box_movie .inbox #slide_movie2 .list01 {
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
#brandevent #box_movie .inbox #slide_movie2 .list01 li {
  width: 25%;
  box-sizing: border-box;
  padding: 15px;
}
@media only screen and (max-width: 768px) {
  #brandevent #box_movie .inbox #slide_movie2 .list01 li {
    width: 50%;
  }
}
#brandevent #box_movie .inbox #slide_movie2 .list01 li a {
  position: relative;
  display: inline-block;
}
#brandevent #box_movie .inbox #slide_movie2 .list01 li a:before {
  content: '';
  display: inline-block;
  background: url(../img/btn_youtube.png) no-repeat;
  background-size: auto;
  width: 70px;
  height: 49px;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  #brandevent #box_movie .inbox #slide_movie2 .list01 li a:before {
    width: 50px;
    height: 35px;
  }
}
#brandevent #box_movie .inbox #slide_movie2 .list01 li a:hover:before {
  opacity: 0.7;
}
#brandevent #box_movie .inbox #slide_movie2 .list02 {
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
#brandevent #box_movie .inbox #slide_movie2 .list02 li {
  width: 50%;
  box-sizing: border-box;
  padding: 15px;
}
@media only screen and (max-width: 768px) {
  #brandevent #box_movie .inbox #slide_movie2 .list02 li {
    width: 50%;
  }
}
#brandevent #box_movie .inbox #slide_movie2 .list02 li a {
  position: relative;
  display: inline-block;
}
#brandevent #box_movie .inbox #slide_movie2 .list02 li a:before {
  content: '';
  display: inline-block;
  background: url(../img/btn_youtube.png) no-repeat;
  background-size: auto;
  width: 70px;
  height: 49px;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  #brandevent #box_movie .inbox #slide_movie2 .list02 li a:before {
    width: 50px;
    height: 35px;
  }
}
#brandevent #box_movie .inbox #slide_movie2 .list02 li a:hover:before {
  opacity: 0.7;
}
#brandevent #box_movie .inbox #slide_movie {
  opacity: 0;
  position: relative;
  padding: 20px 0 0;
  transition: opacity .6s;
  overflow: hidden;
  background-color: #014099;
  display: none;
}
#brandevent #box_movie .inbox #slide_movie.slick-initialized {
  opacity: 1.0;
  display: block;
}
@media only screen and (max-width: 768px) {
  #brandevent #box_movie .inbox #slide_movie {
    padding: 0;
  }
}
#brandevent #box_movie .inbox #slide_movie .mainImage01 {
  float: left;
  width: 100%;
  aspect-ratio: 16 / 9;
  box-sizing: border-box;
  padding: 0 10px;
}
#brandevent #box_movie .inbox #slide_movie .mainImage02 {
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
}
#brandevent #box_movie .inbox #slide_movie .mainImage02 a {
  position: relative;
  display: inline-block;
}
#brandevent #box_movie .inbox #slide_movie .mainImage02 a:before {
  content: '';
  display: inline-block;
  background: url(../img/btn_youtube.png) no-repeat;
  background-size: auto;
  width: 70px;
  height: 49px;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  #brandevent #box_movie .inbox #slide_movie .mainImage02 a:before {
    width: 50px;
    height: 35px;
  }
}
#brandevent #box_movie .inbox #slide_movie .mainImage02 a:hover:before {
  opacity: 0.7;
}
#brandevent #box_movie .inbox #slide_movie iframe {
  width: 100%;
  height: 100%;
}
#brandevent #section01 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 20px;
  box-sizing: border-box;
  font-family: 'M PLUS 1p', sans-serif;
  transform: rotate(0.03deg);
}
@media only screen and (max-width: 768px) {
  #brandevent #section01 {
    padding: 8vw 4vw;
  }
}
#brandevent #section01 .news {
  border: 5px solid #014099;
  border-radius: 40px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #014099;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #brandevent #section01 .news {
    border-radius: 8vw;
  }
}
#brandevent #section01 .news .title {
  font-family: 'M PLUS 1p', sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  padding: 25px 0;
}
@media only screen and (max-width: 768px) {
  #brandevent #section01 .news .title {
    font-size: 18px;
    padding: 10px 0;
  }
}
#brandevent #section01 .news .content {
  padding: 30px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  #brandevent #section01 .news .content {
    padding: 2.66667vw;
  }
}
#brandevent #section01 .news .content dl {
  display: flex;
  flex-wrap: nowrap;
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px dashed #014099;
}
#brandevent #section01 .news .content dl:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
#brandevent #section01 .news .content dl dt {
  font-family: 'M PLUS 1p', sans-serif;
  width: 200px;
  font-size: 20px;
  color: #014099;
  font-weight: 600;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #brandevent #section01 .news .content dl dt {
    width: 30%;
    font-size: 18px;
    font-size: 2.4vw;
  }
}
#brandevent #section01 .news .content dl dd {
  width: calc(100% - 200px);
  line-height: 1.5;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  #brandevent #section01 .news .content dl dd {
    width: 70%;
    font-size: 18px;
    font-size: 2.4vw;
  }
}
#brandevent #section01 .news .content dl dd a {
  color: #333;
  text-decoration: underline;
}
#brandevent #section01 .news .content dl dd a:hover {
  text-decoration: none;
}
#brandevent #section01 .news .content dl dd span {
  text-align: right;
  color: #666;
  display: inherit;
}
#brandevent #section01 .news .content .btn_news {
  margin-top: 20px;
}
#brandevent #section01 .news .content .btn_news a {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 10px;
  background-color: #014099;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s 0s ease;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #brandevent #section01 .news .content .btn_news a {
    font-size: 16px;
  }
}
#brandevent #section01 .news .content .btn_news a:hover {
  background-color: #e60012;
}
#brandevent #section01 .youtube {
  border: 5px solid #014099;
  border-radius: 40px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #014099;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #brandevent #section01 .youtube {
    border-radius: 8vw;
  }
}
#brandevent #section01 .youtube .title {
  font-family: 'M PLUS 1p', sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  padding: 25px 0;
}
@media only screen and (max-width: 768px) {
  #brandevent #section01 .youtube .title {
    font-size: 18px;
    padding: 10px 0;
  }
}
#brandevent #section01 .youtube .content {
  padding: 0 30px 30px 30px;
}
@media only screen and (max-width: 768px) {
  #brandevent #section01 .youtube .content {
    padding: 0 15px 15px;
  }
}
#brandevent #section01 .youtube .content .list_short {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#brandevent #section01 .youtube .content .list_short li {
  width: 23%;
  margin-bottom: 20px;
  margin-right: 2%;
}
#brandevent #section01 .youtube .content .list_short li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  #brandevent #section01 .youtube .content .list_short li {
    width: 49%;
  }
  #brandevent #section01 .youtube .content .list_short li:nth-child(2n) {
    margin-right: 0;
  }
}
#brandevent #section01 .youtube .content .list_short li a {
  position: relative;
  display: inline-block;
}
#brandevent #section01 .youtube .content .list_short li a:before {
  content: '';
  display: inline-block;
  background: url(../img/btn_youtube.png) no-repeat;
  background-size: auto;
  width: 70px;
  height: 49px;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  #brandevent #section01 .youtube .content .list_short li a:before {
    width: 50px;
    height: 35px;
  }
}
#brandevent #section01 .youtube .content .list_short li a:hover:before {
  opacity: 0.7;
}
#brandevent #section01 .youtube .content .list_wide {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
#brandevent #section01 .youtube .content .list_wide li {
  width: 49%;
  margin-right: 2%;
}
#brandevent #section01 .youtube .content .list_wide li:last-child {
  margin-right: 0;
}
#brandevent #section01 .youtube .content .list_wide li a {
  position: relative;
  display: inline-block;
}
#brandevent #section01 .youtube .content .list_wide li a:before {
  content: '';
  display: inline-block;
  background: url(../img/btn_youtube.png) no-repeat;
  background-size: auto;
  width: 70px;
  height: 49px;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  #brandevent #section01 .youtube .content .list_wide li a:before {
    width: 50px;
    height: 35px;
  }
}
#brandevent #section01 .youtube .content .list_wide li a:hover:before {
  opacity: 0.7;
}
#brandevent #section01 .youtube .content .btn01 {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 10px;
  background-color: #FFE600;
  color: #333;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s 0s ease;
  box-sizing: border-box;
  font-family: 'M PLUS 1p', sans-serif;
}
@media only screen and (max-width: 768px) {
  #brandevent #section01 .youtube .content .btn01 {
    font-size: 16px;
  }
}
#brandevent #section01 .youtube .content .btn01:hover {
  background-color: #EDAD0B;
}
#brandevent #section02 {
  position: relative;
  background: url("../img/bg02.png") repeat 0 0/32px;
  font-family: 'M PLUS 1p', sans-serif;
}
#brandevent #section02::before {
  position: absolute;
  top: 101px;
  left: 0;
  content: "";
  background: url("../img/bg_img01.png") no-repeat 0 0/cover;
  width: 211px;
  height: 224px;
}
@media only screen and (max-width: 768px) {
  #brandevent #section02::before {
    top: 4vw;
    width: 19.73333vw;
    height: 37.73333vw;
    background-image: url("../img/bg_img01sp.png");
  }
}
#brandevent #section02::after {
  position: absolute;
  top: 72px;
  right: 22px;
  content: "";
  background: url("../img/bg_img04.png") no-repeat 0 0/cover;
  width: 238px;
  height: 245px;
}
@media only screen and (max-width: 768px) {
  #brandevent #section02::after {
    top: 4vw;
    right: 0;
    width: 20.53333vw;
    height: 61.86667vw;
    background-image: url("../img/bg_img02sp.png");
  }
}
#brandevent #section02 > .inner01::before {
  position: absolute;
  bottom: 146px;
  left: 26px;
  content: "";
  background: url("../img/bg_img03.png") no-repeat 0 0/cover;
  width: 209px;
  height: 471px;
}
@media only screen and (max-width: 768px) {
  #brandevent #section02 > .inner01::before {
    content: normal;
  }
}
#brandevent #section02 > .inner01::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  background: url("../img/bg_img02.png") no-repeat 0 0/cover;
  width: 327px;
  height: 385px;
}
@media only screen and (max-width: 768px) {
  #brandevent #section02 > .inner01::after {
    content: normal;
  }
}
#brandevent #section02 .container {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 20px;
  text-align: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #brandevent #section02 .container {
    padding: 13.33333vw 4vw;
  }
}
#brandevent #section02 .container .list_hakubtn {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
#brandevent #section02 .container .list_hakubtn li {
  width: 49%;
}
#brandevent #section02 .container .list_hakubtn li a {
  display: block;
  padding: 10px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 16px;
}
#brandevent #section02 .container .txt_product_lineup {
  margin-bottom: 50px;
}
#brandevent #section02 .container .txt_product_lineup a {
  transition: all .3s;
}
#brandevent #section02 .container .txt_product_lineup a:hover {
  opacity: 0.7;
}
#brandevent #section02 .container .title {
  font-size: 50px;
  font-weight: 900;
  display: inline-block;
  border-top: 6px solid #fff;
  border-bottom: 6px solid #fff;
  padding: 20px 25px;
  margin-bottom: 80px;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  #brandevent #section02 .container .title {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
#brandevent #section02 .container .title2 {
  font-size: 38px;
  font-weight: 900;
  display: inline-block;
  border-top: 6px solid #fff;
  border-bottom: 6px solid #fff;
  padding: 20px 25px;
  margin-bottom: 50px;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  #brandevent #section02 .container .title2 {
    font-size: 60px;
    font-size: 8vw;
  }
}
#brandevent #section02 .container .list_bnr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #brandevent #section02 .container .list_bnr {
    display: block;
  }
}
#brandevent #section02 .container .list_bnr a {
  display: block;
  width: 49%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #brandevent #section02 .container .list_bnr a {
    width: 100%;
    margin-bottom: 20px;
  }
}
#brandevent #section02 .container .list_1line {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#brandevent #section02 .container .list_1line a {
  display: block;
  width: 48.4%;
  background-color: #fff;
  box-sizing: border-box;
  border: 5px solid #014099;
  padding-bottom: 30px;
  color: #333;
  text-decoration: none;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 40px;
  transition: all .3s;
}
#brandevent #section02 .container .list_1line a:hover {
  border-color: #e60012;
}
@media only screen and (max-width: 768px) {
  #brandevent #section02 .container .list_1line a {
    width: 100%;
    margin-bottom: 8vw;
  }
  #brandevent #section02 .container .list_1line a:hover {
    border-color: #014099;
  }
}
#brandevent #section02 .container .list_1line p {
  transform: rotate(0.05deg);
  font-weight: 600;
  text-align: left;
  line-height: 1.5;
  padding: 15px 30px 0;
}
#brandevent #section02 .container .list_1line h4 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  #brandevent #section02 .container .list_1line h4 {
    font-size: 36px;
    font-size: 4.8vw;
  }
}
#brandevent #section02 .container .list_1line h4 .ania {
  color: #00712f;
}
#brandevent #section02 .container .list_1line h4 .tomica {
  color: #e60012;
}
#brandevent #section02 .container .list_1line h4 .plarail {
  color: #014099;
}
#brandevent #section02 .container .list_1line .lagunatenbosch {
  position: relative;
  display: block;
  border: 5px solid #014099;
  border-radius: 40px;
  box-sizing: border-box;
  width: 100%;
  color: #000;
  text-decoration: none;
  background-color: #fff;
}
#brandevent #section02 .container .list_1line .lagunatenbosch:hover {
  border: 5px solid #e60012;
}
#brandevent #section02 .container .list_1line .lagunatenbosch:after {
  content: '';
  display: block;
  background-image: url("../img/btn_link.png");
  height: 60px;
  width: 60px;
  position: absolute;
  right: -10px;
  bottom: -10px;
  transition: all 0.3s 0s ease;
}
#brandevent #section02 .container .list_1line .lagunatenbosch:hover:after {
  transform: scale(1.2, 1.2);
}
#brandevent #section02 .container .list_1line .lagunatenbosch h3 img {
  width: 100%;
  border-radius: 40px 40px 0 0;
}
#brandevent #section02 .container .list_1line .lagunatenbosch h4 {
  font-weight: 800;
  padding: 30px 0;
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
  #brandevent #section02 .container .list_1line .lagunatenbosch h4 {
    font-size: 50px;
    font-size: 6.66667vw;
  }
}
#brandevent #section02 .container .list_1line .lagunatenbosch p {
  padding: 0 30px 30px;
  text-decoration: none;
  transform: rotate(0.05deg);
  font-weight: 600;
  text-align: left;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  #brandevent #section02 .container .list_1line .lagunatenbosch p {
    font-size: 28px;
    font-size: 3.73333vw;
  }
}
#brandevent #section02 .container .list_2line_eventopen {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  #brandevent #section02 .container .list_2line_eventopen {
    display: block;
    margin-bottom: 0;
  }
}
#brandevent #section02 .container .list_2line_eventopen a {
  display: block;
  width: 48.4%;
  background-color: #fff;
  box-sizing: border-box;
  border: 5px solid #014099;
  padding-bottom: 30px;
  color: #333;
  text-decoration: none;
  overflow: hidden;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #brandevent #section02 .container .list_2line_eventopen a {
    width: 100%;
    margin-bottom: 8vw;
  }
}
#brandevent #section02 .container .list_2line_eventopen a:hover {
  opacity: 0.7;
}
#brandevent #section02 .container .list_2line_eventopen img {
  margin-bottom: 15px;
}
#brandevent #section02 .container .list_2line_eventopen h4 {
  transform: rotate(0.05deg);
  font-weight: 600;
  text-align: left;
  line-height: 1.5;
  padding: 0 30px;
  margin-bottom: 15px;
  font-size: 18px;
}
#brandevent #section02 .container .list_2line_eventopen p {
  transform: rotate(0.05deg);
  font-weight: 600;
  text-align: left;
  line-height: 1.5;
  padding: 0 30px;
}
#brandevent #section02 .container .list_2line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #brandevent #section02 .container .list_2line {
    display: block;
    margin-bottom: 0;
  }
}
#brandevent #section02 .container .list_2line .inner01 {
  width: 48.4%;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  #brandevent #section02 .container .list_2line .inner01 {
    width: 100%;
    margin-bottom: 8vw;
  }
}
#brandevent #section02 .container .list_2line .inner01 .button01 {
  position: relative;
  margin: 30px auto 0;
  padding: 20px 30px;
  max-width: 300px;
  border-radius: 10px;
  background-color: #e60012;
  color: #fff;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 20.1px;
  font-weight: 600;
  line-height: 1.2;
  transition: all .3s;
}
#brandevent #section02 .container .list_2line .inner01 .button01::after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  margin-top: -14px;
  width: 28px;
  height: 27px;
  background: url("../img/ic01.png") no-repeat 0 0/cover;
}
#brandevent #section02 .container .list_2line .inner01:hover .button01 {
  transform: scale(1.1);
}
@media only screen and (max-width: 768px) {
  #brandevent #section02 .container .list_2line .inner01:hover .button01 {
    transform: scale(1);
  }
}
#brandevent #section02 .container .list_2line .inner01:hover .wakuwaku {
  border-color: #e60012;
}
@media only screen and (max-width: 768px) {
  #brandevent #section02 .container .list_2line .inner01:hover .wakuwaku {
    border-color: #014099;
  }
}
#brandevent #section02 .container .list_2line .inner01:hover .stamp {
  border-color: #e60012;
}
@media only screen and (max-width: 768px) {
  #brandevent #section02 .container .list_2line .inner01:hover .stamp {
    border-color: #014099;
  }
}
#brandevent #section02 .container .list_2line .wakuwaku {
  position: relative;
  display: block;
  border: 5px solid #014099;
  border-radius: 40px;
  box-sizing: border-box;
  background: url(../img/bg_wakuwaku.png) no-repeat 0 0/100% auto;
  background-color: #fff;
  width: 100%;
  padding: 225px 30px 30px;
  color: #000;
  text-decoration: none;
  transition: all .3s;
  					/*&:hover{
  						border: 5px solid #e60012;
  					}
  
  					&:after{
  						content:'';
  						display: block;
  						background-image: url("../img/btn_link.png");
  						height: 60px;
  						width: 60px;
  						position: absolute;
  						right: -10px;
  						bottom: -10px;
  						transition: all 0.3s 0s ease;
  					}*/
}
@media only screen and (max-width: 1000px) {
  #brandevent #section02 .container .list_2line .wakuwaku {
    padding-top: 22.5vw;
  }
}
@media only screen and (max-width: 768px) {
  #brandevent #section02 .container .list_2line .wakuwaku {
    border-radius: 8vw;
    margin-bottom: 8vw;
    width: 100%;
    min-height: inherit;
    height: auto;
    padding: 40vw 4vw 4vw;
  }
}
#brandevent #section02 .container .list_2line .wakuwaku:hover:after {
  transform: scale(1.2, 1.2);
}
#brandevent #section02 .container .list_2line .wakuwaku dl {
  font-weight: 800;
  margin-bottom: 30px;
}
#brandevent #section02 .container .list_2line .wakuwaku dl dt {
  font-size: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #brandevent #section02 .container .list_2line .wakuwaku dl dt {
    font-size: 36px;
    font-size: 4.8vw;
  }
}
#brandevent #section02 .container .list_2line .wakuwaku dl dt .tomica {
  color: #e60012;
}
#brandevent #section02 .container .list_2line .wakuwaku dl dt .plarail {
  color: #014099;
}
#brandevent #section02 .container .list_2line .wakuwaku dl dd {
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
  #brandevent #section02 .container .list_2line .wakuwaku dl dd {
    font-size: 50px;
    font-size: 6.66667vw;
  }
}
#brandevent #section02 .container .list_2line .wakuwaku p {
  transform: rotate(0.05deg);
  font-weight: 600;
  text-align: left;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  #brandevent #section02 .container .list_2line .wakuwaku p {
    font-size: 28px;
    font-size: 3.73333vw;
  }
}
#brandevent #section02 .container .list_2line .stamp {
  position: relative;
  display: block;
  border: 5px solid #014099;
  border-radius: 40px;
  box-sizing: border-box;
  background: url(../img/bg_stamp.png) no-repeat 0 0/100% auto;
  background-color: #fff;
  width: 100%;
  padding: 225px 30px 30px;
  color: #000;
  text-decoration: none;
  transition: all .3s;
  					/*&:hover{
  						border: 5px solid #e60012;
  					}
  
  					&:after{
  						content:'';
  						display: block;
  						background-image: url("../img/btn_link.png");
  						height: 60px;
  						width: 60px;
  						position: absolute;
  						right: -10px;
  						bottom: -10px;
  						transition: all 0.3s 0s ease;
  					}*/
}
@media only screen and (max-width: 1000px) {
  #brandevent #section02 .container .list_2line .stamp {
    padding-top: 22.5vw;
  }
}
@media only screen and (max-width: 768px) {
  #brandevent #section02 .container .list_2line .stamp {
    border-radius: 8vw;
    margin-bottom: 8vw;
    width: 100%;
    min-height: inherit;
    height: auto;
    padding: 40vw 4vw 4vw;
  }
}
#brandevent #section02 .container .list_2line .stamp:hover:after {
  transform: scale(1.2, 1.2);
}
#brandevent #section02 .container .list_2line .stamp dl {
  font-weight: 800;
  margin-bottom: 30px;
}
#brandevent #section02 .container .list_2line .stamp dl dt {
  font-size: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #brandevent #section02 .container .list_2line .stamp dl dt {
    font-size: 36px;
    font-size: 4.8vw;
  }
}
#brandevent #section02 .container .list_2line .stamp dl dt .tomica {
  color: #e60012;
}
#brandevent #section02 .container .list_2line .stamp dl dt .plarail {
  color: #014099;
}
#brandevent #section02 .container .list_2line .stamp dl dd {
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
  #brandevent #section02 .container .list_2line .stamp dl dd {
    font-size: 50px;
    font-size: 6.66667vw;
  }
}
#brandevent #section02 .container .list_2line .stamp p {
  transform: rotate(0.05deg);
  font-weight: 600;
  text-align: left;
  line-height: 1.5;
}
#brandevent #section02 .container .ouchide a {
  position: relative;
  display: block;
  box-sizing: border-box;
  border: 5px solid #014099;
  border-radius: 40px;
  background-color: #fff;
  transition: all 0.3s 0s ease;
}
@media only screen and (max-width: 768px) {
  #brandevent #section02 .container .ouchide a {
    border-radius: 8vw;
  }
}
#brandevent #section02 .container .ouchide a:hover {
  border: 5px solid #e60012;
}
#brandevent #section02 .container .ouchide a:after {
  content: '';
  display: block;
  background-image: url("../img/btn_link.png");
  height: 60px;
  width: 60px;
  position: absolute;
  right: -10px;
  bottom: -10px;
  transition: all 0.3s 0s ease;
}
#brandevent #section02 .container .ouchide a:hover:after {
  transform: scale(1.2, 1.2);
}
#brandevent #section02 .container .ouchide a img {
  max-width: 100%;
}
#brandevent #section02 .container .ouchide a span {
  visibility: hidden;
}
#brandevent #section02 .container .yobou a {
  position: relative;
  display: block;
  box-sizing: border-box;
  border: 5px solid #014099;
  border-radius: 40px;
  background-color: #fff;
  transition: all 0.3s 0s ease;
}
@media only screen and (max-width: 768px) {
  #brandevent #section02 .container .yobou a {
    border-radius: 8vw;
  }
}
#brandevent #section02 .container .yobou a:hover {
  border: 5px solid #e60012;
}
#brandevent #section02 .container .yobou a:after {
  content: '';
  display: block;
  background-image: url("../img/btn_link.png");
  height: 60px;
  width: 60px;
  position: absolute;
  right: -10px;
  bottom: -10px;
  transition: all 0.3s 0s ease;
}
#brandevent #section02 .container .yobou a:hover:after {
  transform: scale(1.2, 1.2);
}
#brandevent #section02 .container .yobou a img {
  max-width: 100%;
}
#brandevent #section02 .container .yobou a span {
  visibility: hidden;
}
#brandevent #section03 {
  font-family: 'M PLUS 1p', sans-serif;
}
#brandevent #section03 .container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 20px;
  text-align: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #brandevent #section03 .container {
    padding: 13.33333vw 4vw;
  }
}
#brandevent #section03 .container .title {
  font-size: 50px;
  font-weight: 900;
  display: inline-block;
  border-top: 6px solid #fcc800;
  border-bottom: 6px solid #fcc800;
  padding: 20px 25px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  #brandevent #section03 .container .title {
    font-size: 60px;
    font-size: 8vw;
  }
}
#brandevent #section03 .container .list_content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #brandevent #section03 .container .list_content {
    display: block;
  }
}
#brandevent #section03 .container .list_content li {
  width: 48.8%;
}
@media only screen and (max-width: 768px) {
  #brandevent #section03 .container .list_content li {
    width: 100%;
    margin-bottom: 6vw;
  }
}
#brandevent #section03 .container .list_content a {
  position: relative;
  display: block;
  box-sizing: border-box;
  border: 5px solid #014099;
  border-radius: 40px;
  background-color: #fff;
  transition: all 0.3s 0s ease;
}
@media only screen and (max-width: 768px) {
  #brandevent #section03 .container .list_content a {
    border-radius: 8vw;
  }
}
#brandevent #section03 .container .list_content a:hover {
  border: 5px solid #e60012;
}
#brandevent #section03 .container .list_content a:after {
  content: '';
  display: block;
  background-image: url("../img/btn_link.png");
  height: 60px;
  width: 60px;
  position: absolute;
  right: -10px;
  bottom: -10px;
  transition: all 0.3s 0s ease;
}
#brandevent #section03 .container .list_content a:hover:after {
  transform: scale(1.2, 1.2);
}
#brandevent #section03 .container .list_content a img {
  max-width: 100%;
}
#brandevent #section03 .container .list_content a span {
  visibility: hidden;
}
#brandevent #section03 .container .box_ouchi {
  margin-bottom: 100px;
}
#brandevent #section03 .container .box_ouchi a img {
  transition: all 0.3s 0s ease;
}
#brandevent #section03 .container .box_ouchi a:hover {
  opacity: 0.7;
}
#brandevent #section03 .container .list_bnr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #brandevent #section03 .container .list_bnr {
    display: block;
    margin-bottom: 20px;
    padding: 0 13.33333vw;
  }
}
#brandevent #section03 .container .list_bnr:after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}
#brandevent #section03 .container .list_bnr li {
  width: 32%;
  margin-bottom: 2%;
}
@media only screen and (max-width: 768px) {
  #brandevent #section03 .container .list_bnr li {
    width: 100%;
    margin-bottom: 6vw;
  }
}
#brandevent #section03 .container .list_bnr img {
  width: 100%;
}
#brandevent #section03 .container .list_bnr a img {
  transition: all 0.3s 0s ease;
}
#brandevent #section03 .container .list_bnr a:hover img {
  opacity: 0.7;
}
#brandevent #section03 .container .box_share {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 20px;
  font-weight: 800;
}
#brandevent #section03 .container .box_share li {
  margin: 0 10px;
}
@media only screen and (max-width: 768px) {
  #brandevent #section03 .container .box_share li {
    margin-top: 20px;
  }
  #brandevent #section03 .container .box_share li:first-child {
    width: 100%;
  }
}
#brandevent #subpage {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 0 50px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #brandevent #subpage {
    padding: 6.66667vw 4vw;
  }
}
#brandevent #subpage .topTitle {
  margin-bottom: 20px;
}
#brandevent #subpage .topTitle img {
  width: 400px;
}
@media only screen and (max-width: 768px) {
  #brandevent #subpage .topTitle img {
    width: 100%;
  }
}
#brandevent #subpage .notesTxt01 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: .05px;
  transform: rotateZ(0.03deg);
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #brandevent #subpage .notesTxt01 {
    margin-top: 8vw;
    margin-bottom: 8vw;
    font-size: 3.73333vw;
  }
}
#brandevent #subpage .dl {
  border: 5px solid #014099;
  border-radius: 40px;
  background-color: #fff;
  padding: 2%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #brandevent #subpage .dl {
    padding: 2% 4% 4%;
  }
}
#brandevent #subpage .dl h2 {
  margin-bottom: 20px;
}
#brandevent #subpage .dl .list {
  width: 100%;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  list-style: none;
}
#brandevent #subpage .dl .list li {
  width: 30%;
  margin: 1%;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #brandevent #subpage .dl .list li {
    width: 48%;
  }
}
#brandevent #subpage .dl .list li .view {
  border: 1px solid #666;
  padding: 10px;
}
#brandevent #subpage .movie {
  border: 5px solid #014099;
  border-radius: 40px;
  background-color: #fff;
  padding: 2%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #brandevent #subpage .movie {
    padding-left: 4%;
    padding-right: 4%;
  }
}
#brandevent #subpage .movie h2 {
  margin-bottom: 30px;
}
#brandevent #subpage .movie .title01 {
  font-size: 40px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  letter-spacing: .05px;
  text-align: center;
  margin-bottom: 30px;
}
#brandevent #subpage .movie .list_link {
  display: inline-flex;
  margin-bottom: 20px;
}
#brandevent #subpage .movie .list_link li {
  padding: 0 10px;
}
#brandevent #subpage .movie .list_link a {
  color: #fff;
  display: block;
  padding: 10px 15px;
  box-sizing: border-box;
  border-radius: 6px;
  text-decoration: none;
}
#brandevent #subpage .movie .list_link a.btn1 {
  background-color: #d3142e;
}
#brandevent #subpage .movie .list_link a.btn2 {
  background-color: #007AB7;
}
#brandevent #subpage .movie .list_link a.btn3 {
  background-color: #EDAD0B;
}
#brandevent #subpage .movie .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 40px;
}
#brandevent #subpage .movie .list li {
  width: 49%;
  margin-bottom: 2%;
}
@media only screen and (max-width: 768px) {
  #brandevent #subpage .movie .list li {
    width: 100%;
  }
}
#brandevent #subpage .movie .list li .youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
#brandevent #subpage .movie .list li .youtube iframe {
  width: 100%;
  height: 100%;
}
#brandevent #subpage .movie .list2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 40px;
}
#brandevent #subpage .movie .list2 li {
  box-sizing: border-box;
  width: 33.3%;
  padding: 10px;
  margin-bottom: 2%;
}
@media only screen and (max-width: 768px) {
  #brandevent #subpage .movie .list2 li {
    width: 100%;
  }
}
#brandevent #subpage .movie .list2 li .youtube {
  width: 100%;
  aspect-ratio: 9 / 16;
}
#brandevent #subpage .movie .list2 li .youtube iframe {
  width: 100%;
  height: 100%;
}
#brandevent #subpage .kansentaisaku {
  border: 5px solid #014099;
  border-radius: 40px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 30px;
  text-align: left;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
#brandevent #subpage .kansentaisaku h2 {
  text-align: center;
}
#brandevent #subpage .kansentaisaku .t1 {
  font-family: 'M PLUS 1p', sans-serif;
  background-color: #014099;
  padding: 15px;
  font-size: 26px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #brandevent #subpage .kansentaisaku .t1 {
    font-size: 36px;
    font-size: 4.8vw;
    text-align: center;
    line-height: 1.5;
  }
}
#brandevent #subpage .kansentaisaku .t2 {
  font-family: 'M PLUS 1p', sans-serif;
  padding: 10px 20px;
  font-size: 22px;
  color: #014099;
  font-weight: 700;
  margin-bottom: 30px;
  border-top: 2px solid #014099;
  border-bottom: 2px solid #014099;
}
@media only screen and (max-width: 768px) {
  #brandevent #subpage .kansentaisaku .t2 {
    font-size: 34px;
    font-size: 4.53333vw;
    text-align: center;
    line-height: 1.5;
  }
}
#brandevent #subpage .kansentaisaku .t3 {
  padding: 0 20px;
  font-size: 22px;
  color: #014099;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  #brandevent #subpage .kansentaisaku .t3 {
    font-size: 30px;
    font-size: 4vw;
    line-height: 1.5;
  }
}
#brandevent #subpage .kansentaisaku .t4 {
  padding: 0 20px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
#brandevent #subpage .kansentaisaku .txt1 {
  font-size: 20px;
  margin-bottom: 30px;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  #brandevent #subpage .kansentaisaku .txt1 {
    font-size: 30px;
    font-size: 4vw;
    line-height: 1.5;
  }
}
#brandevent #subpage .kansentaisaku .txt2 {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  #brandevent #subpage .kansentaisaku .txt2 {
    font-size: 30px;
    font-size: 4vw;
    line-height: 1.5;
  }
}
#brandevent #subpage .kansentaisaku .txt2 i {
  margin-right: 5px;
}
#brandevent #subpage .wakuwaku {
  border: 5px solid #014099;
  border-radius: 40px;
  background-color: #fff;
  margin-bottom: 30px;
  overflow: hidden;
}
#brandevent #subpage .wakuwaku img {
  max-width: 100%;
  height: auto;
}
#brandevent #subpage .wakuwaku > .hgroup01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 25px;
  background: url("../img/bg04.png") repeat 0 0/20px 26px;
}
@media only screen and (max-width: 768px) {
  #brandevent #subpage .wakuwaku > .hgroup01 {
    padding: 8vw 4vw;
  }
}
#brandevent #subpage .wakuwaku > .hgroup01 > .image01 {
  margin-right: 2.22%;
  width: 36.33%;
}
@media only screen and (max-width: 768px) {
  #brandevent #subpage .wakuwaku > .hgroup01 > .image01 {
    margin: 0 auto;
    width: 49.06667vw;
  }
}
#brandevent #subpage .wakuwaku > .hgroup01 > .image01 img {
  max-width: 100%;
  height: auto;
}
#brandevent #subpage .wakuwaku > .hgroup01 > .title01 {
  width: 58.77%;
}
@media only screen and (max-width: 768px) {
  #brandevent #subpage .wakuwaku > .hgroup01 > .title01 {
    margin: 5.33333vw auto 0;
    width: 77.46667vw;
  }
}
#brandevent #subpage .wakuwaku > .inner01 {
  padding: 40px 2%;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #brandevent #subpage .wakuwaku > .inner01 {
    padding: 8vw 4vw 10.66667vw;
  }
}
#brandevent #subpage .wakuwaku > .inner01 .text01 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: .05px;
  transform: rotateZ(0.03deg);
}
#brandevent #subpage .wakuwaku > .inner01 .text01:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  #brandevent #subpage .wakuwaku > .inner01 .text01 {
    margin-top: 8vw;
    font-size: 3.73333vw;
  }
}
#brandevent #subpage .wakuwaku > .inner01 .image01 {
  margin-top: 30px;
}
#brandevent #subpage .wakuwaku > .inner01 .image01:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  #brandevent #subpage .wakuwaku > .inner01 .image01 {
    margin-top: 5.33333vw;
  }
}
#brandevent #subpage .wakuwaku > .inner01 .btn01 {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 10px;
  background-color: #014099;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s 0s ease;
  box-sizing: border-box;
}
#brandevent #subpage .wakuwaku > .inner01 .btn01:hover {
  background-color: #e60012;
}
#brandevent #subpage .wakuwaku > .inner01 .btn02 {
  display: block;
  padding: 10px 30px;
  border-radius: 10px;
  background-color: #C7243A;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s 0s ease;
  box-sizing: border-box;
  text-align: center;
}
#brandevent #subpage .wakuwaku > .inner01 .btn02:hover {
  opacity: 0.7;
}
#brandevent #subpage .wakuwaku > .inner01 .heading01 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
  padding: 10px 15px;
  font-weight: bold;
  background-color: #007130;
}
@media only screen and (max-width: 768px) {
  #brandevent #subpage .wakuwaku > .inner01 .heading01 {
    font-size: 6.4vw;
  }
}
#brandevent #subpage .wakuwaku > .inner01 .wrap01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#brandevent #subpage .wakuwaku > .inner01 .wrap01 .column01 {
  margin-top: 40px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #brandevent #subpage .wakuwaku > .inner01 .wrap01 .column01 {
    margin-top: 10.66667vw;
  }
}
#brandevent #subpage .wakuwaku > .inner01 .wrap01 .column01 .column02 {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  #brandevent #subpage .wakuwaku > .inner01 .wrap01 .column01 .column02 {
    margin-top: 5.33333vw;
  }
}
#brandevent #subpage .wakuwaku > .inner01 .wrap01 .column02 {
  margin-top: 40px;
  width: 48.33%;
}
@media only screen and (max-width: 768px) {
  #brandevent #subpage .wakuwaku > .inner01 .wrap01 .column02 {
    margin-top: 10.66667vw;
    width: 100%;
  }
}
#brandevent #subpage .wakuwaku > .inner01 .table_wrap01 {
  overflow-x: scroll;
  margin-bottom: 20px;
}
#brandevent #subpage .wakuwaku > .inner01 .table_wrap01 .table01 {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}
#brandevent #subpage .wakuwaku > .inner01 .table_wrap01 .table01 td {
  border: 2px solid #eee;
  padding: 4px 8px;
}
#brandevent #subpage .wakuwaku > .inner01 .table_wrap01 .table01 td.t1 {
  background-color: #40BFB0;
}
#brandevent #subpage .wakuwaku > .inner01 .table_wrap01 .table01 td.t2 {
  background-color: #E3E3E3;
}
#brandevent #subpage .odekake {
  border: 5px solid #014099;
  border-radius: 40px;
  background-color: #fff;
  margin-bottom: 30px;
  overflow: hidden;
}
#brandevent #subpage .odekake img {
  max-width: 100%;
  height: auto;
}
#brandevent #subpage .odekake > .hgroup01 {
  padding: 40px 25px;
  background: url("../img/bg05.png") repeat 0 0/16px 16px;
}
@media only screen and (max-width: 768px) {
  #brandevent #subpage .odekake > .hgroup01 {
    padding: 8vw 4vw;
  }
}
#brandevent #subpage .odekake > .hgroup01 > .image01 {
  margin: 0 auto;
  max-width: 447px;
}
@media only screen and (max-width: 768px) {
  #brandevent #subpage .odekake > .hgroup01 > .image01 {
    width: 57.2vw;
  }
}
#brandevent #subpage .odekake > .hgroup01 > .image01 img {
  max-width: 100%;
  height: auto;
}
#brandevent #subpage .odekake > .hgroup01 > .title01 {
  width: 58.77%;
}
@media only screen and (max-width: 768px) {
  #brandevent #subpage .odekake > .hgroup01 > .title01 {
    margin: 5.33333vw auto 0;
    width: 77.46667vw;
  }
}
#brandevent #subpage .odekake > .inner01 {
  padding: 40px 2%;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #brandevent #subpage .odekake > .inner01 {
    padding: 8vw 4vw 10.66667vw;
  }
}
#brandevent #subpage .odekake > .inner01 .text01 {
  margin-top: 30px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: .05px;
  transform: rotateZ(0.03deg);
}
#brandevent #subpage .odekake > .inner01 .text01:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  #brandevent #subpage .odekake > .inner01 .text01 {
    margin-top: 8vw;
    font-size: 3.73333vw;
  }
}
#brandevent #subpage .odekake > .inner01 .image01 {
  margin-top: 30px;
}
#brandevent #subpage .odekake > .inner01 .image01:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  #brandevent #subpage .odekake > .inner01 .image01 {
    margin-top: 5.33333vw;
  }
}
#brandevent #subpage .odekake > .inner01 .btn01 {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 10px;
  background-color: #014099;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s 0s ease;
  box-sizing: border-box;
}
#brandevent #subpage .odekake > .inner01 .btn01:hover {
  background-color: #e60012;
}
#brandevent #subpage .odekake > .inner01 .heading01 {
  padding-top: 20px;
  border-top: #e60012 solid 6px;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .05px;
}
@media only screen and (max-width: 768px) {
  #brandevent #subpage .odekake > .inner01 .heading01 {
    padding-top: 8vw;
    font-size: 6.4vw;
  }
}
#brandevent #subpage .odekake > .inner01 .color01 {
  color: #e60012;
}
#brandevent #subpage .odekake > .inner01 .wrap01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
  border-top: #e60012 solid 6px;
}
#brandevent #subpage .odekake > .inner01 .wrap01.noLine {
  margin-top: 0;
  border-top: none;
}
#brandevent #subpage .odekake > .inner01 .wrap01.reverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  #brandevent #subpage .odekake > .inner01 .wrap01 {
    margin-top: 10.66667vw;
  }
}
#brandevent #subpage .odekake > .inner01 .wrap01 .column01 {
  margin-top: 30px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #brandevent #subpage .odekake > .inner01 .wrap01 .column01 {
    margin-top: 8vw;
  }
}
#brandevent #subpage .odekake > .inner01 .wrap01 .column01 .column02 {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  #brandevent #subpage .odekake > .inner01 .wrap01 .column01 .column02 {
    margin-top: 8vw;
  }
}
#brandevent #subpage .odekake > .inner01 .wrap01 .column02 {
  margin-top: 30px;
  width: 48.33%;
}
@media only screen and (max-width: 768px) {
  #brandevent #subpage .odekake > .inner01 .wrap01 .column02 {
    margin-top: 8vw;
    width: 100%;
  }
}
#brandevent #subpage .shop {
  border: 5px solid #014099;
  border-radius: 40px;
  background-color: #fff;
  margin-bottom: 30px;
  overflow: hidden;
}
#brandevent #subpage .shop img {
  max-width: 100%;
  height: auto;
}
#brandevent #subpage .shop > .hgroup01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 25px;
  background: url("../img/bg04.png") repeat 0 0/20px 26px;
}
@media only screen and (max-width: 768px) {
  #brandevent #subpage .shop > .hgroup01 {
    padding: 8vw 4vw;
  }
}
#brandevent #subpage .shop > .hgroup01 > .image01 {
  margin-right: 2.22%;
  width: 36.33%;
}
@media only screen and (max-width: 768px) {
  #brandevent #subpage .shop > .hgroup01 > .image01 {
    margin: 0 auto;
    width: 49.06667vw;
  }
}
#brandevent #subpage .shop > .hgroup01 > .image01 img {
  max-width: 100%;
  height: auto;
}
#brandevent #subpage .shop > .hgroup01 > .title01 {
  width: 58.77%;
}
@media only screen and (max-width: 768px) {
  #brandevent #subpage .shop > .hgroup01 > .title01 {
    margin: 5.33333vw auto 0;
    width: 77.46667vw;
  }
}
#brandevent #subpage .shop > .inner01 {
  padding: 40px 2%;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #brandevent #subpage .shop > .inner01 {
    padding: 8vw 4vw 10.66667vw;
  }
}
#brandevent #subpage .shop > .inner01 .text01 {
  margin-top: 30px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: .05px;
  transform: rotateZ(0.03deg);
}
#brandevent #subpage .shop > .inner01 .text01:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  #brandevent #subpage .shop > .inner01 .text01 {
    margin-top: 8vw;
    font-size: 3.73333vw;
  }
}
#brandevent #subpage .shop > .inner01 .image01 {
  margin-top: 30px;
}
#brandevent #subpage .shop > .inner01 .image01:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  #brandevent #subpage .shop > .inner01 .image01 {
    margin-top: 5.33333vw;
  }
}
#brandevent #subpage .shop > .inner01 .btn01 {
  display: block;
  padding: 10px 30px;
  border-radius: 10px;
  background-color: #014099;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s 0s ease;
  box-sizing: border-box;
  text-align: center;
}
#brandevent #subpage .shop > .inner01 .btn01:hover {
  background-color: #e60012;
}
#brandevent #subpage .shop > .inner01 .btn02 {
  display: block;
  padding: 10px 30px;
  border-radius: 10px;
  background-color: #C7243A;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s 0s ease;
  box-sizing: border-box;
  text-align: center;
}
#brandevent #subpage .shop > .inner01 .btn02:hover {
  opacity: 0.7;
}
#brandevent #subpage .shop > .inner01 .heading01 {
  padding-top: 20px;
  border-top: #e60012 solid 6px;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .05px;
}
@media only screen and (max-width: 768px) {
  #brandevent #subpage .shop > .inner01 .heading01 {
    padding-top: 8vw;
    font-size: 6.4vw;
  }
}
#brandevent #subpage .shop > .inner01 .wrap01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#brandevent #subpage .shop > .inner01 .wrap01 .column01 {
  margin-top: 40px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #brandevent #subpage .shop > .inner01 .wrap01 .column01 {
    margin-top: 10.66667vw;
  }
}
#brandevent #subpage .shop > .inner01 .wrap01 .column01 .column02 {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  #brandevent #subpage .shop > .inner01 .wrap01 .column01 .column02 {
    margin-top: 5.33333vw;
  }
}
#brandevent #subpage .shop > .inner01 .wrap01 .column02 {
  margin-top: 40px;
  width: 48.33%;
}
@media only screen and (max-width: 768px) {
  #brandevent #subpage .shop > .inner01 .wrap01 .column02 {
    margin-top: 10.66667vw;
    width: 100%;
  }
}
#brandevent #btn_back a {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 10px;
  background-color: #014099;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s 0s ease;
  box-sizing: border-box;
}
#brandevent #btn_back a:hover {
  background-color: #e60012;
}
#brandevent #footer_anime {
  background-image: url("../img/footer_anime.png");
  width: 100%;
  padding-top: 10%;
  background-size: cover;
}
#brandevent .footer_area01 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 30px;
  max-width: 750px;
}
@media only screen and (max-width: 768px) {
  #brandevent .footer_area01 {
    margin-bottom: 0;
  }
}
#brandevent .footer_area01 img {
  width: 100%;
  height: auto;
}
#brandevent .footer_area01 .footer_block01 {
  position: relative;
  width: 100%;
  height: 250px;
  background: url("../img/footer_bg01.png") no-repeat 0 0/cover;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #brandevent .footer_area01 .footer_block01 {
    width: 100%;
    height: 33.3vw;
  }
}
#brandevent .footer_area01 .footer_block01 > .image01 {
  position: absolute;
  top: 49px;
  left: -100%;
  width: 200px;
  animation: GoLeft01 linear infinite 8s;
}
@media only screen and (max-width: 768px) {
  #brandevent .footer_area01 .footer_block01 > .image01 {
    top: 6.66667vw;
    width: 26.66667vw;
    height: 15.33333vw;
  }
}
#brandevent .footer_area01 .footer_block01 > .image01 > .inner01 {
  display: block;
  animation: gata-goto .3s infinite;
}
#brandevent .footer_area01 .footer_block01 > .image02 {
  position: absolute;
  top: 87px;
  left: -100%;
  width: 232px;
  animation: GoLeft01 linear infinite 8s 2.5s;
}
@media only screen and (max-width: 768px) {
  #brandevent .footer_area01 .footer_block01 > .image02 {
    top: 11.6vw;
    width: 30.93333vw;
    height: 10.13333vw;
  }
}
#brandevent .footer_area01 .footer_block01 > .image02 > .inner01 {
  display: block;
  animation: gata-goto .3s infinite .2s;
}
#brandevent .footer_area01 .footer_block01 > .image03 {
  position: absolute;
  top: 74px;
  left: -100%;
  width: 192px;
  animation: GoLeft01 linear infinite 8s 5s;
}
@media only screen and (max-width: 768px) {
  #brandevent .footer_area01 .footer_block01 > .image03 {
    top: 9.73333vw;
    width: 25.6vw;
    height: 11.73333vw;
  }
}
#brandevent .footer_area01 .footer_block01 > .image03 > .inner01 {
  display: block;
  animation: gata-goto .3s infinite .1s;
}
#brandevent .footer_area01 .footer_block01 > .image04 {
  position: absolute;
  top: 154px;
  right: -100%;
  width: 233px;
  height: 5.7vw;
  animation: GoRight01 linear infinite 8s 1s;
}
@media only screen and (max-width: 768px) {
  #brandevent .footer_area01 .footer_block01 > .image04 {
    top: 20.4vw;
    width: 31.06667vw;
    height: 10.8vw;
  }
}
#brandevent .footer_area01 .footer_block01 > .image04 > .inner01 {
  display: block;
  animation: gata-goto .3s infinite .2s;
}
#brandevent .footer_area01 .footer_block01 > .image05 {
  position: absolute;
  top: 151px;
  right: -100%;
  width: 196px;
  animation: GoRight01 linear infinite 8s 3.5s;
}
@media only screen and (max-width: 768px) {
  #brandevent .footer_area01 .footer_block01 > .image05 {
    top: 20.4vw;
    width: 26.13333vw;
    height: 10.8vw;
  }
}
#brandevent .footer_area01 .footer_block01 > .image05 > .inner01 {
  display: block;
  animation: gata-goto .3s infinite;
}
#brandevent .footer_area01 .footer_block02 {
  position: relative;
  width: 100%;
  height: 250px;
  background: url("../img/footer_bg02.png") no-repeat 0 0/cover;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #brandevent .footer_area01 .footer_block02 {
    width: 100%;
    height: 33.3vw;
  }
}
#brandevent .footer_area01 .footer_block02 > .image01 {
  position: absolute;
  transform: translate(435px, -136px);
  top: 0;
  left: 0;
  width: 221px;
  animation: plarail01 linear infinite 8s;
}
@media only screen and (max-width: 768px) {
  #brandevent .footer_area01 .footer_block02 > .image01 {
    transform: translate(54.6vw, -17.1vw);
    width: 29.46667vw;
    height: 18.13333vw;
    animation: plarailSP01 linear infinite 6s;
  }
}
#brandevent .footer_area01 .footer_block02 > .image02 {
  position: absolute;
  transform: translate(750px, -75px);
  top: 0;
  left: 0;
  width: 227px;
  animation: plarail02 infinite 10s;
}
@media only screen and (max-width: 768px) {
  #brandevent .footer_area01 .footer_block02 > .image02 {
    transform: translate(100vw, -11.3vw);
    width: 30.26667vw;
    height: 19.06667vw;
    animation: plarailSP02 infinite 12s;
  }
}
#brandevent .footer_area01 .footer_block03 {
  position: relative;
  width: 100%;
  height: 250px;
  background: url("../img/footer_bg03.png") no-repeat 0 0/cover;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #brandevent .footer_area01 .footer_block03 {
    width: 100%;
    height: 33.3vw;
  }
}
#brandevent .footer_area01 .footer_block03 > .image01 {
  position: absolute;
  top: 25px;
  right: -193px;
  width: 193px;
  animation: GoRight02 linear infinite 18s;
}
@media only screen and (max-width: 768px) {
  #brandevent .footer_area01 .footer_block03 > .image01 {
    top: 3.33333vw;
    right: -25.73333vw;
    width: 25.73333vw;
    height: 16.53333vw;
  }
}
#brandevent .footer_area01 .footer_block03 > .image01 > .inner01 {
  display: block;
  animation: gata-goto02 1s infinite;
}
#brandevent .footer_area01 .footer_block03 > .image02 {
  position: absolute;
  top: 15px;
  right: -203px;
  width: 203px;
  animation: GoRight02 linear infinite 18s 6s;
}
@media only screen and (max-width: 768px) {
  #brandevent .footer_area01 .footer_block03 > .image02 {
    top: 2vw;
    right: -27.06667vw;
    width: 27.06667vw;
    height: 16.53333vw;
  }
}
#brandevent .footer_area01 .footer_block03 > .image02 > .inner01 {
  display: block;
  animation: gata-goto02 1s infinite .2s;
}
#brandevent .footer_area01 .footer_block03 > .image03 {
  position: absolute;
  top: 10px;
  right: -215px;
  width: 215px;
  animation: GoRight02 linear infinite 18s 12s;
}
@media only screen and (max-width: 768px) {
  #brandevent .footer_area01 .footer_block03 > .image03 {
    top: 1.33333vw;
    right: -28.66667vw;
    width: 28.66667vw;
    height: 17.86667vw;
  }
}
#brandevent .footer_area01 .footer_block03 > .image03 > .inner01 {
  display: block;
  animation: gata-goto02 1s infinite .5s;
}
#brandevent .footer_area01 .footer_block03 > .image04 {
  position: absolute;
  top: 96px;
  right: -130px;
  width: 130px;
  animation: GoRight02 linear infinite 18s 3s;
}
@media only screen and (max-width: 768px) {
  #brandevent .footer_area01 .footer_block03 > .image04 {
    top: 12.8vw;
    right: -17.33333vw;
    width: 17.33333vw;
    height: 17.6vw;
  }
}
#brandevent .footer_area01 .footer_block03 > .image04 > .inner01 {
  display: block;
  animation: gata-goto02 1s infinite 1.5s;
}
#brandevent .footer_area01 .footer_block03 > .image05 {
  position: absolute;
  top: 134px;
  right: -135px;
  width: 135px;
  animation: GoRight02 linear infinite 18s 9s;
}
@media only screen and (max-width: 768px) {
  #brandevent .footer_area01 .footer_block03 > .image05 {
    top: 17.86667vw;
    right: -18vw;
    width: 18vw;
    height: 12.26667vw;
  }
}
#brandevent .footer_area01 .footer_block03 > .image05 > .inner01 {
  display: block;
  animation: gata-goto02 1s infinite .8s;
}
#brandevent .footer_area01 .footer_block03 > .image06 {
  position: absolute;
  top: 103px;
  right: -124px;
  width: 124px;
  animation: GoRight02 linear infinite 18s 15s;
}
@media only screen and (max-width: 768px) {
  #brandevent .footer_area01 .footer_block03 > .image06 {
    top: 13.73333vw;
    right: -16.53333vw;
    width: 16.53333vw;
    height: 15.86667vw;
  }
}
#brandevent .footer_area01 .footer_block03 > .image06 > .inner01 {
  display: block;
  animation: gata-goto02 1s infinite 1.2s;
}
#brandevent .localNaviWrap01 {
  position: relative;
  height: 70px;
}
@media only screen and (max-width: 768px) {
  #brandevent .localNaviWrap01 {
    height: 50px;
  }
}
#brandevent .localNaviWrap01 .localNaviArea01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  background-color: #00712f;
}
#brandevent .localNaviWrap01 .localNaviArea01.fixed {
  position: fixed;
}
#brandevent .localNaviWrap01 .localNaviArea01 > .button01 {
  display: none;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
@media only screen and (max-width: 768px) {
  #brandevent .localNaviWrap01 .localNaviArea01 > .button01 {
    display: block;
    padding: 17px 0;
    width: 100%;
    height: 50px;
    background-color: #019d42;
    color: #fff;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.0;
    transform: rotateZ(0.03deg);
  }
  #brandevent .localNaviWrap01 .localNaviArea01 > .button01 > .inner01 {
    position: relative;
    padding-left: 45px;
  }
  #brandevent .localNaviWrap01 .localNaviArea01 > .button01 > .inner01::before {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    content: "";
    width: 30px;
    height: 3px;
    border-radius: 1.5px;
    background-color: #fff;
    transition: all .1s;
  }
  #brandevent .localNaviWrap01 .localNaviArea01 > .button01 > .inner01::after {
    position: absolute;
    z-index: 10;
    top: 20px;
    left: 0;
    content: "";
    width: 30px;
    height: 3px;
    border-radius: 1.5px;
    background-color: #fff;
    transition: all .1s;
  }
  #brandevent .localNaviWrap01 .localNaviArea01 > .button01 > .inner01 > .inner02::before {
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 0;
    content: "";
    width: 30px;
    height: 3px;
    border-radius: 1.5px;
    background-color: #fff;
    transition: all .1s;
  }
}
#brandevent .localNaviWrap01 .localNaviArea01 > .localNav01 {
  margin: 0 auto;
  max-width: 1200px;
}
@media only screen and (max-width: 768px) {
  #brandevent .localNaviWrap01 .localNaviArea01 > .localNav01 {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 50px;
    left: 0;
    padding: 0 4% 30px;
    width: 100%;
    background-color: #00712f;
    transition: all .3s;
  }
}
#brandevent .localNaviWrap01 .localNaviArea01 > .localNav01 > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #brandevent .localNaviWrap01 .localNaviArea01 > .localNav01 > ul {
    padding: 0;
  }
}
#brandevent .localNaviWrap01 .localNaviArea01 > .localNav01 > ul > li {
  width: 12.5%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  #brandevent .localNaviWrap01 .localNaviArea01 > .localNav01 > ul > li {
    width: 100%;
  }
}
#brandevent .localNaviWrap01 .localNaviArea01 > .localNav01 > ul > li:last-child > a::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 3px;
  height: 100%;
  border-radius: 1.5px;
  background-color: #019d42;
}
@media only screen and (max-width: 768px) {
  #brandevent .localNaviWrap01 .localNaviArea01 > .localNav01 > ul > li:last-child > a::after {
    content: normal;
  }
}
#brandevent .localNaviWrap01 .localNaviArea01 > .localNav01 > ul > li > a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 50px;
  height: 100%;
  font-family: "M PLUS 1p", sans-serif;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: color .3s;
  transform: rotateZ(0.03deg);
}
@media only screen and (max-width: 1000px) {
  #brandevent .localNaviWrap01 .localNaviArea01 > .localNav01 > ul > li > a {
    font-size: 1.59vw;
  }
}
@media only screen and (max-width: 768px) {
  #brandevent .localNaviWrap01 .localNaviArea01 > .localNav01 > ul > li > a {
    padding: 15px 0;
    height: auto;
    min-height: inherit;
    font-size: 18px;
  }
}
#brandevent .localNaviWrap01 .localNaviArea01 > .localNav01 > ul > li > a::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 3px;
  height: 100%;
  border-radius: 1.5px;
  background-color: #019d42;
}
@media only screen and (max-width: 768px) {
  #brandevent .localNaviWrap01 .localNaviArea01 > .localNav01 > ul > li > a::before {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 3px;
  }
}
#brandevent .localNaviWrap01 .localNaviArea01 > .localNav01 > ul > li > a:hover {
  color: #ffe100;
}
@media only screen and (max-width: 768px) {
  #brandevent .localNaviWrap01 .localNaviArea01 > .localNav01 > ul > li > a:hover {
    color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  #brandevent .localNaviWrap01 .localNaviArea01.active > .button01 > .inner01::before {
    top: 10px;
    transform: rotate(45deg);
  }
  #brandevent .localNaviWrap01 .localNaviArea01.active > .button01 > .inner01::after {
    top: 10px;
    transform: rotate(-45deg);
  }
  #brandevent .localNaviWrap01 .localNaviArea01.active > .button01 > .inner01 > .inner02::before {
    opacity: 0;
  }
  #brandevent .localNaviWrap01 .localNaviArea01.active > .localNav01 {
    opacity: 1.0;
    visibility: visible;
  }
}

@keyframes GoLeft01 {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes GoRight01 {
  0% {
    right: -100%;
  }
  100% {
    right: 100%;
  }
}
@keyframes GoRight02 {
  100% {
    right: 100%;
  }
  80% {
    right: 100%;
  }
}
@keyframes gata-goto {
  20% {
    transform: translateY(-2px);
    animation-timing-function: cubic-bezier(0.4, 0, 1, 1.3);
  }
  25% {
    transform: translateY(0px);
  }
  55% {
    transform: translateY(-1px);
    animation-timing-function: cubic-bezier(0.4, 0, 1, 1.3);
  }
  60% {
    transform: translateY(0px);
  }
}
@keyframes gata-goto02 {
  20% {
    transform: translateY(-4px);
    animation-timing-function: cubic-bezier(0.4, 0, 1, 1.3);
  }
  60% {
    transform: translateY(0px);
  }
}
@keyframes plarail01 {
  75% {
    transform: translate(-330px, 300px);
  }
  100% {
    transform: translate(-330px, 300px);
  }
}
@keyframes plarailSP01 {
  75% {
    transform: translate(-30vw, 32vw);
  }
  100% {
    transform: translate(-30vw, 32vw);
  }
}
@keyframes plarail02 {
  30% {
    transform: translate(520px, 56px);
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  }
  50% {
    transform: translate(520px, 56px);
  }
  55% {
    transform: translate(520px, 56px);
    animation-timing-function: ease-in;
  }
  100% {
    transform: translate(-30px, 370px);
  }
}
@keyframes plarailSP02 {
  30% {
    transform: translate(70.7vw, 7.4vw);
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  }
  50% {
    transform: translate(70.7vw, 7.4vw);
  }
  55% {
    transform: translate(70.7vw, 7.4vw);
    animation-timing-function: ease-in;
  }
  80% {
    transform: translate(26vw, 33.3vw);
  }
  100% {
    transform: translate(26vw, 33.3vw);
  }
}
