@charset "UTF-8";
#front-page-test #ginzain section.map-area > div address ul li:last-child a:hover,
#front-page-test #ginzain section.map-area > p a:hover,
#front-page-test #info-media > div > div > div:nth-of-type(1) dl dd a:hover,
#front-page-test #info-media > div > div > div:nth-of-type(1) > a:hover,
#front-page-test #shibuyain section.map-area > div address ul li:last-child a:hover,
#front-page-test #shibuyain section.map-area > p a:hover {
  text-decoration: underline;
}
#front-page-test #ginzain section.map-area > p,
#front-page-test #shibuyain section.map-area > p {
  text-align: right;
}
#front-page-test #info-media > div > div > div:nth-of-type(2) ul li a img:hover,
#front-page-test #info-media > div > div > div:nth-of-type(2) > a:hover,
#front-page-test #pc-main-visual > div div.banner a:hover,
#front-page-test #smp-main-visual div.banner a:hover {
  opacity: 0.6;
}
#front-page-test #pc-main-visual {
  position: relative;
  height: 600px;
  margin-top: 120px;
  background-image: url(../images/bg-main.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.mv_container {
  padding-top: 80px;
  padding-left: 80px;
  width: 980px;
}
#front-page-test #pc-main-visual > div > p {
  color: #fff;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 25px;
  padding-left: 80px;
  padding-top: 80px;
}

#front-page-test #pc-main-visual > div div.banner {
  display: inline-block;
}
#front-page-test #pc-main-visual > div div.banner a img {
  box-shadow: 3px 6px 20px 0 rgba(51, 51, 51, 0.15),
    -3px 6px 20px 0 rgba(51, 51, 51, 0.15);
}
.hero {
  position: absolute;
  right: 0;
  top: 0;
}
.banner_img {
  position: relative;
  z-index: 5;
}
#front-page-test #smp-main-visual {
  width: 100%;
  position: relative;
  margin-top: 55px;
}
#front-page-test #smp-main-visual > p {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.8;
  padding: 36px 0 0 20px;
  margin-bottom: 0;
}
#front-page-test #smp-main-visual div.banner {
  padding: 30px 10px;
  text-align: center;
}
#front-page-test #smp-main-visual div.banner a img {
  box-shadow: 3px 6px 20px 0 rgba(51, 51, 51, 0.15);
}
#front-page-test #catch-area {
  height: 680px;
  background-color: #f7f7fa;
  margin-top: -80px;
}
@media screen and (max-width: 991px) {
  #front-page-test #catch-area {
    height: 610px;
    padding-top: 30px;
    margin-top: 0;
  }
}
#front-page-test #catch-area > div > div {
  background-color: #fff;
  box-shadow: 0 9px 20px 0 rgba(51, 51, 51, 0.08),
    2px 0 10px 0 rgba(51, 51, 51, 0.08), -2px 0 10px 0 rgba(51, 51, 51, 0.08);
  padding: 70px;
}
#front-page-test #catch-area > div > div > div:nth-of-type(1).pc h2 {
  color: #b4b9c9;
  font-size: 5rem;
  font-weight: 700;
  margin-bottom: 40px;
}
#front-page-test #catch-area > div > div > div:nth-of-type(1).pc > p {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.3;
  margin-bottom: 60px;
}
#front-page-test #catch-area > div > div > div:nth-of-type(2).smp h2 {
  color: #b4b9c9;
  font-size: 3.3rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
}
#front-page-test #catch-area > div > div > div:nth-of-type(2).smp > p {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 30px;
}
#front-page-test #catch-area > div > div > div:nth-of-type(3) {
  overflow: hidden;
  width: 54%;
}
@media screen and (max-width: 991px) {
  #front-page-test #catch-area > div > div {
    padding: 40px 30px;
  }
  #front-page-test #catch-area > div > div > div:nth-of-type(3) {
    width: 100%;
  }
}
#front-page-test #catch-area > div > div > div:nth-of-type(3) p:nth-of-type(1) {
  float: left;
  width: 48%;
  background-image: linear-gradient(90deg, #ffabc0, #ffd4d0);
  margin-right: 4%;
}
@media screen and (max-width: 991px) {
  #front-page-test #catch-area > div > div > div:nth-of-type(3) p:nth-of-type(1) {
    width: 47%;
    margin-right: 6%;
  }
}
#front-page-test
  #catch-area
  > div
  > div
  > div:nth-of-type(3)
  p:nth-of-type(1):hover {
  background-image: linear-gradient(
    90deg,
    rgba(255, 171, 192, 0.6),
    rgba(255, 212, 208, 0.6)
  );
}
#front-page-test #catch-area > div > div > div:nth-of-type(3) p:nth-of-type(2) {
  float: left;
  width: 48%;
  background-image: linear-gradient(90deg, #9dabf1, #bdd4ff);
}
#front-page-test
  #catch-area
  > div
  > div
  > div:nth-of-type(3)
  p:nth-of-type(2):hover {
  background-image: linear-gradient(
    90deg,
    rgba(157, 171, 241, 0.6),
    rgba(189, 212, 255, 0.6)
  );
}
#front-page-test #catch-area > div > div > div:nth-of-type(3) p a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 8px 0;
}
@media screen and (max-width: 991px) {
  #front-page-test #catch-area > div > div > div:nth-of-type(3) p:nth-of-type(2) {
    width: 47%;
  }
  #front-page-test #catch-area > div > div > div:nth-of-type(3) p a {
    font-size: 1.7rem;
    padding: 10px 0;
  }
}
#front-page-test #catch-area > div > div > div:nth-of-type(3) p a::after {
  content: "";
  position: absolute;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  width: 15px;
  height: 15px;
  top: 15px;
  right: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#front-page-test section.anchor {
  padding-top: 370px;
  margin-top: -200px;
}
#front-page-test #shibuyain {
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 991px) {
  #front-page-test #catch-area > div > div > div:nth-of-type(3) p a::after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 10px;
    height: 10px;
    top: 14px;
    right: 10px;
  }
  #front-page-test section.anchor {
    padding-top: 115px;
    margin-top: -105px;
  }
  #front-page-test section#ginzain.anchor {
    padding-top: 105px;
    margin-top: -95px;
  }
  #front-page-test #shibuyain {
    padding-bottom: 30px;
  }
}
#front-page-test #shibuyain h2 {
  position: absolute;
  z-index: 2;
  top: -270px;
  left: 0;
  width: 100%;
  background-image: linear-gradient(90deg, #ffabc0, #ffd4d0);
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
  line-height: 180px;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 991px) {
  #front-page-test #shibuyain h2 {
    position: relative;
    top: 0;
    width: auto;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 90px;
    letter-spacing: 0;
    margin-top: -60px;
    margin-bottom: 10px;
  }
}
#front-page-test #shibuyain section.pc-slider-area .slideShow ul li {
  display: none;
  position: absolute;
  left: 0;
}
#front-page-test #shibuyain section.pc-slider-area .slideShow ul li img {
  width: 89.79%;
}
#front-page-test #shibuyain div.container div.text-wrap {
  width: 100%;
  position: relative;
}
#front-page-test #shibuyain div.container div.text-wrap > div {
  position: absolute;
  z-index: 4;
  width: 73.46%;
  background-color: #fff;
  box-shadow: 3px 6px 20px 0 rgba(51, 51, 51, 0.1),
    -3px 6px 20px 0 rgba(51, 51, 51, 0.1);
  top: -370px;
  right: 0;
  padding: 20px 0 40px;
}
@media only screen and (max-width: 991px) {
  #front-page-test #shibuyain div.container div.text-wrap > div {
    position: relative;
    top: 0;
    width: 100%;
    padding: 10px 0 40px;
    margin: 0 auto;
  }
}
#front-page-test #shibuyain div.container div.text-wrap > div p:nth-of-type(1) {
  padding: 30px 60px 35px;
  line-height: 2;
  margin-bottom: 0;
}
#front-page-test #shibuyain div.container div.text-wrap > div p:nth-of-type(2) {
  width: 300px;
}
@media only screen and (max-width: 991px) {
  #front-page-test #shibuyain div.container div.text-wrap > div p:nth-of-type(1) {
    font-size: 1.4rem;
    padding: 20px;
    margin-bottom: 10px;
  }
  #front-page-test #shibuyain div.container div.text-wrap > div p:nth-of-type(2) {
    width: 100%;
    padding: 0 20px;
  }
}
#front-page-test #shibuyain div.container div.text-wrap > div p:nth-of-type(2) a {
  position: relative;
  display: block;
  background-color: #ffa3b7;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  padding: 12px 0;
}
#front-page-test
  #shibuyain
  div.container
  div.text-wrap
  > div
  p:nth-of-type(2)
  a:hover {
  background-color: rgba(255, 163, 183, 0.6);
}
#front-page-test
  #shibuyain
  div.container
  div.text-wrap
  > div
  p:nth-of-type(2)
  a::after {
  content: "";
  position: absolute;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  width: 15px;
  height: 15px;
  top: 20px;
  right: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#front-page-test #shibuyain section.map-area {
  margin-top: 380px;
  margin-right: 40px;
}
@media only screen and (max-width: 991px) {
  #front-page-test #shibuyain div.container div.text-wrap > div p:nth-of-type(2) a {
    font-size: 1.6rem;
    padding: 11px 0;
  }
  #front-page-test
    #shibuyain
    div.container
    div.text-wrap
    > div
    p:nth-of-type(2)
    a::after {
    width: 12px;
    height: 12px;
    top: 18px;
    right: 10px;
  }
  #front-page-test #shibuyain section.map-area {
    margin-top: 40px;
    margin-right: 0;
  }
}
#front-page-test #shibuyain section.map-area > div {
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
}
#front-page-test #shibuyain section.map-area > div address {
  font-style: normal;
  background-color: #f7f7fa;
  float: left;
  width: 55.53%;
  height: 370px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  #front-page-test #shibuyain section.map-area > div address {
    float: none;
    width: 100%;
    height: 310px;
  }
}
#front-page-test #shibuyain section.map-area > div address > div {
  float: left;
  width: 120px;
}
@media only screen and (max-width: 991px) {
  #front-page-test #shibuyain section.map-area > div address > div {
    width: 65px;
  }
}
#front-page-test #shibuyain section.map-area > div address ul {
  float: left;
  width: calc(100% - 120px);
  padding: 33px 20px;
}
@media only screen and (max-width: 991px) {
  #front-page-test #shibuyain section.map-area > div address ul {
    width: calc(100% - 65px);
    padding: 35px 10px;
  }
}
#front-page-test #shibuyain section.map-area > div address ul li {
  line-height: 1.8;
}
#front-page-test #shibuyain section.map-area > div address ul li:nth-child(2),
#front-page-test #shibuyain section.map-area > div address ul li:nth-child(6) {
  margin-bottom: 10px;
}
#front-page-test
  #shibuyain
  section.map-area
  > div
  address
  ul
  li:nth-last-of-type(2) {
  position: relative;
  padding-left: 3em;
}
#front-page-test
  #shibuyain
  section.map-area
  > div
  address
  ul
  li:nth-last-of-type(2)::before {
  content: "TEL：";
  font-size: 1.6rem;
  position: absolute;
  top: 0;
  left: 0;
}
#front-page-test #shibuyain section.map-area > div address ul li:last-child span {
  color: #9498a5;
  font-size: 1.8rem;
  font-weight: 400;
}
#front-page-test #shibuyain section.map-area > div > div {
  float: left;
  width: 44.47%;
  height: 290px;
}
@media only screen and (max-width: 991px) {
  #front-page-test #shibuyain section.map-area > div address ul li {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  #front-page-test
    #shibuyain
    section.map-area
    > div
    address
    ul
    li:nth-last-of-type(2) {
    position: relative;
    margin-bottom: 10px;
  }
  #front-page-test
    #shibuyain
    section.map-area
    > div
    address
    ul
    li:nth-last-of-type(2)::before {
    font-size: 1.4rem;
  }
  #front-page-test
    #shibuyain
    section.map-area
    > div
    address
    ul
    li:nth-last-of-type(2)
    a {
    color: #ff86a9;
    font-size: 1.4rem;
  }
  #front-page-test #shibuyain section.map-area > div address ul li:last-child {
    font-size: 1.2rem;
  }
  #front-page-test #shibuyain section.map-area > div address ul li:last-child span {
    font-size: 1.4rem;
  }
  #front-page-test #shibuyain section.map-area > div > div {
    float: none;
    width: 100%;
    height: auto;
  }
}
#front-page-test #shibuyain section.map-area > div > div #map_customize-shibuyain {
  height: 370px;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  #front-page-test #shibuyain section.map-area > div > div #map_customize-shibuyain {
    height: 190px;
  }
  #front-page-test #shibuyain section.map-area > p {
    margin-bottom: 20px;
  }
  #front-page-test #shibuyain section.map-area > p > a {
    font-size: 1.4rem;
  }
}
#front-page-test section.rectangle div:nth-of-type(1).pc {
  background: linear-gradient(white 0, #fff 50%, #f7f7fa 50%, #f7f7fa 100%);
  height: 420px;
  overflow: hidden;
  position: relative;
}
#front-page-test section.rectangle div:nth-of-type(1).pc div.bg-img {
  position: absolute;
  top: -80px;
  z-index: 3;
  width: 100%;
  height: 500px;
  background-image: url(../images/bg-image.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-attachment: scroll;
  background-size: cover;
  transition: 50ms linear;
}
#front-page-test section.rectangle div:nth-of-type(2).smp {
  position: relative;
  width: 100%;
  z-index: 3;
}
#front-page-test #ginzain {
  position: relative;
  background-color: #f7f7fa;
  padding-bottom: 100px;
}
#front-page-test #ginzain h2 {
  position: absolute;
  z-index: 4;
  top: -270px;
  left: 0;
  width: 100%;
  background-image: linear-gradient(90deg, #9dabf1, #bdd4ff);
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
  line-height: 180px;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 991px) {
  #front-page-test #ginzain {
    padding-bottom: 30px;
  }
  #front-page-test #ginzain h2 {
    position: relative;
    top: 0;
    width: auto;
    font-size: 2.5rem;
    line-height: 90px;
    letter-spacing: 0;
    margin-top: -50px;
    margin-bottom: 10px;
  }
}
#front-page-test #ginzain section.pc-slider-area .slideShow ul li {
  display: none;
  position: absolute;
  left: 0;
}
#front-page-test #ginzain section.pc-slider-area .slideShow ul li img {
  width: 89.79%;
}
#front-page-test #ginzain div.container div.text-wrap {
  width: 100%;
  position: relative;
}
#front-page-test #ginzain div.container div.text-wrap > div {
  position: absolute;
  z-index: 4;
  width: 73.46%;
  background-color: #fff;
  box-shadow: 3px 6px 20px 0 rgba(51, 51, 51, 0.1),
    -3px 6px 20px 0 rgba(51, 51, 51, 0.1);
  top: -370px;
  right: 0;
  padding: 20px 0 40px;
}
@media only screen and (max-width: 991px) {
  #front-page-test #ginzain div.container div.text-wrap > div {
    position: relative;
    top: 0;
    width: 100%;
    padding: 10px 0 40px;
    margin: 0 auto;
  }
}
#front-page-test #ginzain div.container div.text-wrap > div p:nth-of-type(1) {
  padding: 30px 60px 35px;
  line-height: 2;
  margin-bottom: 0;
}
#front-page-test #ginzain div.container div.text-wrap > div p:nth-of-type(2) {
  width: 300px;
}
@media only screen and (max-width: 991px) {
  #front-page-test #ginzain div.container div.text-wrap > div p:nth-of-type(1) {
    font-size: 1.4rem;
    padding: 20px;
    margin-bottom: 10px;
  }
  #front-page-test #ginzain div.container div.text-wrap > div p:nth-of-type(2) {
    width: 100%;
    padding: 0 20px;
  }
}
#front-page-test #ginzain div.container div.text-wrap > div p:nth-of-type(2) a {
  position: relative;
  display: block;
  background-color: #9dacf1;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  padding: 12px 0;
}
#front-page-test
  #ginzain
  div.container
  div.text-wrap
  > div
  p:nth-of-type(2)
  a:hover {
  background-color: rgba(157, 172, 241, 0.6);
}
#front-page-test
  #ginzain
  div.container
  div.text-wrap
  > div
  p:nth-of-type(2)
  a::after {
  content: "";
  position: absolute;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  width: 15px;
  height: 15px;
  top: 20px;
  right: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#front-page-test #ginzain section.map-area {
  margin-top: 320px;
  margin-right: 40px;
}
@media only screen and (max-width: 991px) {
  #front-page-test #ginzain div.container div.text-wrap > div p:nth-of-type(2) a {
    font-size: 1.6rem;
    padding: 11px 0;
  }
  #front-page-test
    #ginzain
    div.container
    div.text-wrap
    > div
    p:nth-of-type(2)
    a::after {
    width: 12px;
    height: 12px;
    top: 18px;
    right: 10px;
  }
  #front-page-test #ginzain section.map-area {
    margin-top: 40px;
    margin-right: 0;
  }
}
#front-page-test #ginzain section.map-area > div {
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
}
#front-page-test #ginzain section.map-area > div address {
  font-style: normal;
  background-color: #fff;
  float: left;
  width: 55.53%;
  height: 400px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  #front-page-test #ginzain section.map-area > div address {
    float: none;
    width: 100%;
    height: 370px;
  }
}
#front-page-test #ginzain section.map-area > div address > div {
  float: left;
  width: 120px;
}
@media only screen and (max-width: 991px) {
  #front-page-test #ginzain section.map-area > div address > div {
    width: 65px;
  }
}
#front-page-test #ginzain section.map-area > div address ul {
  float: left;
  width: calc(100% - 120px);
  padding: 33px 20px;
}
@media only screen and (max-width: 991px) {
  #front-page-test #ginzain section.map-area > div address ul {
    width: calc(100% - 65px);
    padding: 35px 10px;
  }
}
#front-page-test #ginzain section.map-area > div address ul li {
  line-height: 1.8;
}
#front-page-test #ginzain section.map-area > div address ul li:nth-child(2),
#front-page-test #ginzain section.map-area > div address ul li:nth-child(7) {
  margin-bottom: 10px;
}
#front-page-test #ginzain section.map-area > div address ul li:nth-last-of-type(2) {
  position: relative;
  padding-left: 3em;
}
#front-page-test
  #ginzain
  section.map-area
  > div
  address
  ul
  li:nth-last-of-type(2)::before {
  content: "TEL：";
  font-size: 1.6rem;
  position: absolute;
  top: 0;
  left: 0;
}
#front-page-test #ginzain section.map-area > div address ul li:last-child span {
  color: #9498a5;
  font-size: 1.8rem;
  font-weight: 400;
}
#front-page-test #ginzain section.map-area > div > div {
  float: left;
  width: 44.47%;
  height: 290px;
}
@media only screen and (max-width: 991px) {
  #front-page-test #ginzain section.map-area > div address ul li {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  #front-page-test
    #ginzain
    section.map-area
    > div
    address
    ul
    li:nth-last-of-type(2) {
    position: relative;
    margin-bottom: 10px;
  }
  #front-page-test
    #ginzain
    section.map-area
    > div
    address
    ul
    li:nth-last-of-type(2)::before {
    font-size: 1.4rem;
  }
  #front-page-test
    #ginzain
    section.map-area
    > div
    address
    ul
    li:nth-last-of-type(2)
    a {
    color: #9dacf1;
    font-size: 1.4rem;
  }
  #front-page-test #ginzain section.map-area > div address ul li:last-child {
    font-size: 1.2rem;
  }
  #front-page-test #ginzain section.map-area > div address ul li:last-child span {
    font-size: 1.4rem;
  }
  #front-page-test #ginzain section.map-area > div > div {
    float: none;
    width: 100%;
    height: auto;
  }
}
#front-page-test #ginzain section.map-area > div > div #map_customize-ginzain {
  height: 400px;
  margin-bottom: 0;
}
#front-page-test #info-media {
  padding: 90px 0;
}
@media only screen and (max-width: 991px) {
  #front-page-test #ginzain section.map-area > div > div #map_customize-ginzain {
    height: 190px;
  }
  #front-page-test #ginzain section.map-area > p {
    margin-bottom: 20px;
  }
  #front-page-test #ginzain section.map-area > p > a {
    font-size: 1.4rem;
  }
  #front-page-test #info-media {
    padding: 50px 0 40px;
  }
}
#front-page-test #info-media > div > div,
#front-page-test #info-media > div > div > div:nth-of-type(2) ul {
  overflow: hidden;
}
#front-page-test #info-media > div > div > div h2 {
  font-size: 3rem;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  #front-page-test #info-media > div > div > div h2 {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}
#front-page-test #info-media > div > div > div hr {
  border-top: 1px solid #ffc2be;
  margin-bottom: 20px;
}
#front-page-test #info-media > div > div > div:nth-of-type(1),
#front-page-test #info-media > div > div > div:nth-of-type(2),
#front-page-test #info-media > div > div > div:nth-of-type(3) {
  float: left;
  width: 50%;
  padding: 0 30px;
}
@media only screen and (max-width: 991px) {
  #front-page-test #info-media > div > div > div hr {
    margin-bottom: 15px;
  }
  #front-page-test #info-media > div > div > div:nth-of-type(1) {
    float: none;
    width: 100%;
    padding: 0;
  }
}
#front-page-test #info-media > div > div > div:nth-of-type(1) dl dt {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 5px;
}
@media only screen and (max-width: 991px) {
  #front-page-test #info-media > div > div > div:nth-of-type(1) dl dt {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
}
#front-page-test #info-media > div > div > div:nth-of-type(1) dl dd {
  line-height: 2;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  #front-page-test #info-media > div > div > div:nth-of-type(1) dl dd {
    line-height: 1.7;
    margin-bottom: 10px;
  }
  #front-page-test #info-media > div > div > div:nth-of-type(1) dl dd a {
    font-size: 1.4rem;
  }
}
#front-page-test #info-media > div > div > div:nth-of-type(1) > a {
  display: block;
  position: relative;
  font-size: 1.6rem;
  text-align: right;
  padding-right: 10px;
}
#front-page-test #info-media > div > div > div:nth-of-type(1) > a::after {
  content: "";
  position: absolute;
  border-right: 1px solid #ff86a9;
  border-bottom: 1px solid #ff86a9;
  width: 10px;
  height: 10px;
  top: 7px;
  right: 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#front-page-test #info-media > div > div > div:nth-of-type(2) > a {
  display: block;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  #front-page-test #info-media > div > div > div:nth-of-type(1) > a {
    font-size: 1.4rem;
    padding-right: 15px;
  }
  #front-page-test #info-media > div > div > div:nth-of-type(1) > a::after {
    width: 8px;
    height: 8px;
    top: 6px;
    right: 4px;
  }
  #front-page-test #info-media > div > div > div:nth-of-type(2),
  #front-page-test #info-media > div > div > div:nth-of-type(3) {
    float: none;
    width: 100%;
    padding: 0 10px;
  }
  #front-page-test #info-media > div > div > div:nth-of-type(2) h2 {
    margin-top: 50px;
  }
  #front-page-test #info-media > div > div > div:nth-of-type(2) > a {
    margin-bottom: 30px;
  }
  #front-page-test #info-media > div > div > div:nth-of-type(2) ul {
    margin-right: -10px;
    margin-left: -10px;
  }
  #front-page-test #info-media > div > div > div:nth-of-type(3) {
    float: none;
    width: 100%;
    padding: 0 10px;
    text-align: center;
  }
}
#front-page-test #info-media > div > div > div:nth-of-type(2) ul li {
  float: left;
  width: 50%;
  font-size: 1.6rem;
  padding: 0 15px;
}
#front-page-test #info-media > div > div > div:nth-of-type(2) ul li:nth-child(even) {
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  #front-page-test #info-media > div > div > div:nth-of-type(2) ul li {
    padding: 0 10px;
  }
  #front-page-test
    #info-media
    > div
    > div
    > div:nth-of-type(2)
    ul
    li:nth-child(even) {
    margin-bottom: 20px;
  }
}

#info-media > div > div > div > video {
  max-width: 500px;
}
@media only screen and (max-width: 991px) {
  #info-media > div > div > div > video {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}

.bnr_container {
  width: 990px;
  margin: 0 auto;
  padding-left: 40px;
  padding-top: 40px;
}

.mv {
  max-width: 100%;
  height: 200px;
  padding-bottom: 55%;
  position: relative;
  overflow: hidden;
}

.mv img {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: 100%;
  height: auto;
}

.sp-banner {
  margin-top: 12px;
}

#smp-main-visual .img-responsive {
  display: inline-block;
}