@charset "UTF-8";

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.c-mainArea * {
  box-sizing: border-box;
  outline: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body, html {
  display: block;
}

body {
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media print, screen and (min-width:769px) {
  body {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #464646;
    line-height: 1.6;
  }
}

@media print, screen and (max-width:768px) {
  body {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 3.73333333vw;
    font-weight: 400;
    color: #464646;
    line-height: 1.6;
  }
}
.c-mainArea{
  background-image: url(/english/hop/trialvideo/img/250426/250426_59423_movie_bg.png);
  background-position: center;
  background-size: contain;
  background-repeat: repeat-x;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  box-sizing: border-box;
  padding-top: 0vh;
  width: 100%;
  height: 100%;
}
.mainArea{
  text-align: center;
  max-width: 55vw;
  width: 85vh;
  margin: 0 auto;
  position: relative;
}
.head{
  margin: 0 -60px 20px;
}
.shimajiroArea{
  position: absolute;
  width: 30%;
  bottom: 0;
  left: -31%;
}

@media print, screen and (min-width:769px) {
}

@media print, screen and (max-width:768px) {
}
#sideways-recommended{
  position:fixed;
  width:100vw;
  height:100vh;
  background-color:rgba(0, 0, 0, .8);
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  z-index:99;
}
@media (orientation: landscape){
  #sideways-recommended{
    display:none !important;
  }
}
#sideways-recommended img{
  height:revert-layer;
  width:auto;
}
#sideways-recommended img:nth-child(1){
  height:10%;
}
#sideways-recommended img:nth-child(2){
  height:10%;
}
#sideways-recommended img:nth-child(3){
  height:2%;
}
#sideways-recommended img:nth-child(4){
  height:10%;
  cursor:pointer;
}