@charset "UTF-8";
.logo {
  position: relative;
  display: block;
  padding: 10px 20px;
  width: 150px;
  margin-right: 0;
}

@media screen and (max-width: 1200px) {
  .logo {
    width: 120px;
    padding: 10px;
  }
}
/*---------------
  footer
---------------*/
footer {
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
}
footer .footer_in {
  max-width: 100%;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 10px;
}
footer .footer_in_copy {
  width: 100%;
}
footer .footer_in_copy small {
  display: block;
  font-size: 1.14rem;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer ul li {
  margin: 0;
  padding: 0 15px;
  display: inline-block;
  line-height: 1;
}
footer ul li a {
  font-size: 1.4rem;
  text-decoration: none;
}
footer ul li a:hover {
  color: inherit;
  text-decoration: underline;
}
footer.fc_fff ul li {
  border-right: #fff 1px solid;
}
footer.fc_fff ul li:last-child {
  border-right: none;
}

/*---------------
  .footer_fc_fff
---------------*/
@media only screen and (max-width: 768px) {
  .last td:last-child {
    border-bottom: 1px solid #bcbdc0;
    width: 100%;
  }
  tr.th_top th {
    display: block;
  }
  tr.th_side_two th,
tr.th_side_two td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
  .th_side_two p {
    text-align: center;
  }
  /*---------------
    section
  ---------------*/
  .flex_box .col_in_2,
.flex_box .col_in_2-2,
.flex_box .col_in_2-3,
.flex_box .col_in_2-4,
.flex_box .col_in_2-6,
.flex_box .col_in_2-7,
.flex_box .col_in_2-8 {
    width: 100%;
  }
  .flex_box .col_in_3 {
    width: 100%;
    padding-bottom: 10px;
  }
  .flex_box .col_in_4 {
    width: 50%;
  }
  .main_area .section_area {
    margin-top: 30px;
  }
  .inner {
    padding: 0 10px;
  }
  /*---------------
    iframe
  ---------------*/
  .YouTube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .YouTube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .section_area iframe {
    width: 100%;
  }
  /*---------------
    footer
  ---------------*/
  footer {
    padding-bottom: 75px;
  }
  footer .footer_in {
    padding-top: 5px;
  }
  footer ul li {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  footer ul li a {
    display: block;
    padding: 14px 15px;
    font-size: 1.32rem;
    text-decoration: none;
  }
  footer ul li a:hover {
    color: inherit;
    text-decoration: underline;
    color: inherit;
    text-decoration: underline;
  }
  footer.fc_fff ul li {
    border-right: none;
    border-bottom: 1px solid #96969e;
  }
  /*---------------
    .footer_fc_fff
  ---------------*/
}
.bg_4d4d4f {
  background: #4d4d4f;
}

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

.flex_justify-content_center {
  justify-content: center;
}

.flex_box {
  display: flex;
  flex-wrap: wrap;
}

.pb10 {
  padding-bottom: 10px !important;
}

.fc_fff {
  color: #fff !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 44px;
  width: 23px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  width: 23px;
  height: 44px;
  display: block;
}
@media screen and (max-width: 767px) {
  .slick-prev:before,
.slick-next:before {
    width: 14px;
    height: 27.5px;
  }
}

.slick-prev {
  left: -25px;
}
@media screen and (max-width: 767px) {
  .slick-prev {
    left: -10px;
  }
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
@media screen and (max-width: 767px) {
  [dir=rtl] .slick-prev {
    right: -10px;
  }
}
.slick-prev:before {
  background-image: url(/jp/forHome/mktcp/vbc-usakuma/assets/images/prev.svg);
  background-size: cover;
}
[dir=rtl] .slick-prev:before {
  background-image: url(/jp/forHome/mktcp/vbc-usakuma/assets/images/next.svg);
}

.slick-next {
  right: -25px;
}
@media screen and (max-width: 767px) {
  .slick-next {
    right: -10px;
  }
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
@media screen and (max-width: 767px) {
  [dir=rtl] .slick-next {
    left: -10px;
  }
}
.slick-next:before {
  background-image: url(/jp/forHome/mktcp/vbc-usakuma/assets/images/next.svg);
  background-size: cover;
}
[dir=rtl] .slick-next:before {
  background-image: url(/jp/forHome/mktcp/vbc-usakuma/assets/images/prev.svg);
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

html {
  font-size: 62.5%;
  font-family: "Yu Gothic Medium", "YuGothic", "游ゴシック体", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "Noto Sans JP", sans-serif;
}

img {
  width: 100%;
  image-rendering: auto;
}

body {
  position: relative;
}

main {
  background-image: -webkit-image-set(url(/jp/forHome/mktcp/vbc-usakuma/assets/images/bg1_pc.png) 1x, url(/jp/forHome/mktcp/vbc-usakuma/assets/images/bg1@2x_pc.png) 2x);
  background-image: image-set(url(/jp/forHome/mktcp/vbc-usakuma/assets/images/bg1_pc.png) 1x, url(/jp/forHome/mktcp/vbc-usakuma/assets/images/bg1@2x_pc.png) 2x);
}
@media screen and (max-width: 767px) {
  main {
    background-image: -webkit-image-set(url(/jp/forHome/mktcp/vbc-usakuma/assets/images/bg1_sp.png) 1x, url(/jp/forHome/mktcp/vbc-usakuma/assets/images/bg1@2x_sp.png) 2x);
    background-image: image-set(url(/jp/forHome/mktcp/vbc-usakuma/assets/images/bg1_sp.png) 1x, url(/jp/forHome/mktcp/vbc-usakuma/assets/images/bg1@2x_sp.png) 2x);
  }
}

.mv {
  margin-bottom: -70px;
}
@media screen and (max-width: 767px) {
  .mv {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding: 0 25px;
  }
}
.section__inner {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  border: 5px solid #9eeebc;
  border-radius: 25px;
  padding-bottom: 40px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section__inner {
    padding: 0 25px 50px;
    border: 2px solid #9eeebc;
  }
}
.section__inner > p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.7;
  margin: 40px 0;
  font-weight: 500;
}
.section__inner > p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: "";
}
.section__inner > p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .section__inner > p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .section:nth-of-type(1) {
    margin-top: 60px;
  }
}
.section:nth-of-type(1) h2 img {
  max-width: 359px;
}
@media screen and (max-width: 767px) {
  .section:nth-of-type(1) h2 img {
    width: 76.6153846154%;
  }
}
.section:nth-of-type(1) figure {
  text-align: center;
}
.section:nth-of-type(1) figure img {
  max-width: 580px;
}
.section:nth-of-type(1) .posImg {
  position: absolute;
  top: 9px;
  right: 55px;
  width: 210px;
}
@media screen and (max-width: 767px) {
  .section:nth-of-type(1) .posImg {
    width: 34.6153846154%;
    top: -7%;
    right: 0.7692307692%;
  }
}
@media screen and (max-width: 767px) {
  .section:nth-of-type(2) .section__inner {
    padding-bottom: 45%;
  }
}
.section:nth-of-type(2) h2 img {
  max-width: 499px;
}
@media screen and (max-width: 767px) {
  .section:nth-of-type(2) h2 img {
    width: 64.6153846154%;
  }
}
.section:nth-of-type(2) .posImg {
  position: absolute;
  bottom: -60px;
  right: 30px;
  width: 240px;
}
@media screen and (max-width: 767px) {
  .section:nth-of-type(2) .posImg {
    width: 60.9230769231%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.section:nth-of-type(3) h2 img {
  max-width: 680px;
}
@media screen and (max-width: 767px) {
  .section:nth-of-type(3) h2 img {
    width: 84%;
  }
}
.section:nth-of-type(4) {
  background-image: -webkit-image-set(url(/jp/forHome/mktcp/vbc-usakuma/assets/images/bg2_pc.png) 1x, url(/jp/forHome/mktcp/vbc-usakuma/assets/images/bg2@2x_pc.png) 2x);
  background-image: image-set(url(/jp/forHome/mktcp/vbc-usakuma/assets/images/bg2_pc.png) 1x, url(/jp/forHome/mktcp/vbc-usakuma/assets/images/bg2@2x_pc.png) 2x);
  padding: 125px 0 85px;
  margin-top: 130px !important;
}
@media screen and (max-width: 767px) {
  .section:nth-of-type(4) {
    padding: 40px 25px 45px;
    margin-top: 60% !important;
  }
}
.section:nth-of-type(4) .section__inner {
  position: relative;
  border: none;
}
.section:nth-of-type(4) h2 {
  background-image: none;
}
.section:nth-of-type(4) h2 img {
  max-width: 688px;
}
@media screen and (max-width: 767px) {
  .section:nth-of-type(4) h2 img {
    width: 84.4615384615%;
  }
}
.section:nth-of-type(4) .posImg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -220px;
  width: 359px;
}
@media screen and (max-width: 767px) {
  .section:nth-of-type(4) .posImg {
    width: 101.6923076923%;
    top: -39%;
  }
}
.section + .section {
  margin-top: 95px;
}
@media screen and (max-width: 767px) {
  .section + .section {
    margin-top: 50px;
  }
}

h1 {
  width: 100%;
  height: 772px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  h1 {
    height: auto;
  }
}
h1 img {
  width: 2600px;
  height: 772px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  h1 img {
    width: 100%;
    height: auto;
    position: initial;
    transform: initial;
  }
}

h2 {
  background-image: url(/jp/forHome/mktcp/vbc-usakuma/assets/images/h2Bg.png);
  text-align: center;
  padding: 40px 20px 0;
  background-size: 14px;
}
@media screen and (max-width: 767px) {
  h2 {
    border-radius: 25px 25px 0 0;
    margin: 0 -25px;
    padding: 25px 0 0;
  }
}

.slider__inner {
  width: 100%;
  max-width: 460px;
  margin: 65px auto 0;
  padding: 0 56.5px;
}
@media screen and (max-width: 767px) {
  .slider__inner {
    width: 89.0769230769%;
    padding: 0 8.1538461538%;
    margin: 30px auto 0;
  }
}
.slider__inner > div {
  width: 100%;
  max-width: 347px;
  border: 1px solid #000;
}

.flexBox__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.flexBox__inner > div {
  width: 47.1428571429%;
  padding: 33px 25px;
  border-radius: 13px;
  background-color: #ffe251;
}
@media screen and (max-width: 767px) {
  .flexBox__inner > div {
    width: 100%;
  }
}
.flexBox__inner > div:nth-of-type(1) h3 {
  text-align: center;
}
.flexBox__inner > div:nth-of-type(1) h3 img {
  max-width: 209px;
}
.flexBox__inner > div:nth-of-type(2) h3 {
  text-align: center;
}
.flexBox__inner > div:nth-of-type(2) h3 img {
  max-width: 248px;
}
@media screen and (max-width: 767px) {
  .flexBox__inner > div:nth-of-type(2) {
    margin-top: 25px;
  }
}
.flexBox__inner > div figure {
  margin-top: 15px;
}
.flexBox__inner > div p {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 500;
}
.flexBox__inner > div p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
  content: "";
}
.flexBox__inner > div p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .flexBox__inner > div p {
    line-height: 1.7;
    margin-top: 20px;
    text-align: center;
  }
  .flexBox__inner > div p::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.7) * 0.5em);
    content: "";
  }
  .flexBox__inner > div p::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.7) * 0.5em);
    content: "";
  }
}

.button__inner {
  width: 100%;
  max-width: 410px;
  margin: 30px auto 0;
}
.button__inner a {
  filter: drop-shadow(5px 5px #777);
  transition: 0.3s all;
  display: block;
  position: relative;
  z-index: 1;
}
.button__inner a:hover {
  transform: translate(5px, 5px);
  filter: none;
}
@media screen and (max-width: 767px) {
  .button__inner a:hover {
    transform: translate(3px, 3px);
  }
}
.button + p {
  margin: 20px 0 0;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
}
.button + p a {
  text-decoration: none;
  border-bottom: 1px solid #000;
}
.button + p a::after {
  content: "";
  width: 6px;
  height: 10px;
  background-image: url(/jp/forHome/mktcp/vbc-usakuma/assets/images/arrow2.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 5px;
}
.button + p a:hover {
  opacity: 0.7;
  border: none;
}

.notes {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
  font-weight: 500;
  width: 100%;
  max-width: 940px;
  margin: 10px auto 0;
}
.notes::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.notes::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .notes {
    font-size: 1.1rem;
    line-height: 1.3;
  }
  .notes::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.3) * 0.5em);
    content: "";
  }
  .notes::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.3) * 0.5em);
    content: "";
  }
}

.flexStamp__inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .flexStamp__inner {
    justify-content: center;
  }
}
.flexStamp__inner > div {
  width: 20.6349206349%;
  margin-right: 5.8201058201%;
}
@media screen and (max-width: 767px) {
  .flexStamp__inner > div {
    width: 30%;
    margin-right: 5%;
  }
}
.flexStamp__inner > div:nth-of-type(n + 5) {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .flexStamp__inner > div:nth-of-type(n + 4) {
    margin-top: 15px;
  }
}
.flexStamp__inner > div:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .flexStamp__inner > div:nth-of-type(4n) {
    margin-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .flexStamp__inner > div:nth-of-type(3n) {
    margin-right: 0;
  }
}

.band {
  background-color: #ffe251;
}
.band__inner {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .band__inner {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .band__inner::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4) * 0.5em);
    content: "";
  }
  .band__inner::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4) * 0.5em);
    content: "";
  }
}

.imgBanner {
  background-color: #fff;
}
.imgBanner__inner {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
}
.imgBanner__inner > div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4.2553191489%;
}
@media screen and (max-width: 767px) {
  .imgBanner__inner > div {
    position: initial;
    transform: initial;
    text-align: center;
    padding: 33px 0;
  }
}
.imgBanner__inner > div h4 {
  font-size: 3.2rem;
  line-height: 1.375;
  font-weight: bold;
}
.imgBanner__inner > div h4::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.375) * 0.5em);
  content: "";
}
.imgBanner__inner > div h4::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.375) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .imgBanner__inner > div h4 {
    font-size: 2.3rem;
    text-align: center;
  }
}
.imgBanner__inner > div p {
  margin-top: 20px;
  font-weight: 500;
}
.imgBanner__inner > div p:nth-of-type(1) {
  font-size: 1.6rem;
  line-height: 1.875;
}
.imgBanner__inner > div p:nth-of-type(1)::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.875) * 0.5em);
  content: "";
}
.imgBanner__inner > div p:nth-of-type(1)::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.875) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .imgBanner__inner > div p:nth-of-type(1) {
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: center;
  }
  .imgBanner__inner > div p:nth-of-type(1)::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.7) * 0.5em);
    content: "";
  }
  .imgBanner__inner > div p:nth-of-type(1)::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.7) * 0.5em);
    content: "";
  }
}
.imgBanner__inner > div p:nth-of-type(2) {
  font-size: 2rem;
  line-height: 1.7;
  font-weight: bold;
}
.imgBanner__inner > div p:nth-of-type(2)::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: "";
}
.imgBanner__inner > div p:nth-of-type(2)::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .imgBanner__inner > div p:nth-of-type(2) {
    font-size: 1.5rem;
    text-align: center;
  }
}
.imgBanner__inner > div p:nth-of-type(2) a {
  text-decoration: none;
  border-bottom: 1px solid #000;
}
.imgBanner__inner > div p:nth-of-type(2) a::after {
  content: "";
  width: 8px;
  height: 12px;
  background-image: url(/jp/forHome/mktcp/vbc-usakuma/assets/images/arrow2.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 5px;
}
.imgBanner__inner > div p:nth-of-type(2) a:hover {
  opacity: 0.7;
  border: none;
}

.fixedBanner {
  width: 144px;
  height: 222px;
  position: fixed;
  top: 100px;
  right: 0;
}
.fixedBanner:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .fixedBanner {
    width: 100%;
    height: auto;
    position: fixed;
    top: initial;
    bottom: 0;
  }
}

.spOnly {
  display: none;
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
}
.fadeIn {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  visibility: visible !important;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=style.css.map */