@charset "UTF-8";
body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em, strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

/*iosのフォームボタンリセット*/
input[type=submit],
input[type=button],
input[type=reset] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus,
input[type=reset]::focus {
  outline-offset: -2px;
}

/*変数設定用*/
/*変数設定用*/
@font-face {
  font-family: "Helvetica";
  src: url("./../fonts/Helvetica-NarrowBold.ttf");
}
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

a {
  pointer-events: auto;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

li {
  list-style: none;
}

a {
  color: #666666;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-size: 1.6rem;
  font-size: 62.5%;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  overflow-x: hidden;
  position: relative;
  font-weight: normal;
  color: #202020;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}

.navToggle {
  position: fixed;
  right: 0;
  top: 43px;
  width: 8rem;
  height: 8rem;
  cursor: pointer;
  z-index: 10000;
  text-align: center;
  transition: 0.3s;
  background: #000;
}
@media screen and (max-width: 767px) {
  .navToggle {
    display: block;
    top: 42px;
    width: 4rem;
    height: 4rem;
  }
}
.navToggle span {
  display: block;
  position: absolute;
  width: 5rem;
  left: calc(50% - 2.5rem);
  height: 0.3rem;
  border-radius: 5rem;
  background: #fff;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .navToggle span {
    width: 2.3rem;
    left: calc(50% - 1.15rem);
    height: 0.1rem;
  }
}
.navToggle span:nth-child(1) {
  top: 24%;
}
@media screen and (max-width: 767px) {
  .navToggle span:nth-child(1) {
    top: 25%;
  }
}
.navToggle span:nth-child(2) {
  top: 50%;
}
.navToggle span:nth-child(3) {
  top: 74%;
}
@media screen and (max-width: 767px) {
  .navToggle span:nth-child(3) {
    top: 75%;
  }
}
.navToggle.active span:nth-child(1) {
  top: 50%;
  transform: rotate(-45deg);
}
.navToggle.active.active span:nth-child(2) {
  display: none;
}
.navToggle.active.active span:nth-child(3) {
  top: 50%;
  transform: rotate(45deg);
}

.globalMenuSp {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  color: #000;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100vw;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(51, 51, 51, 0.98);
  display: flex;
}
.globalMenuSp .globalMenuSp___Flex {
  max-width: 643px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .globalMenuSp .globalMenuSp___Flex {
    align-items: center;
    height: 120%;
  }
}
.globalMenuSp .globalMenuSp___Flex .globalMenuSp___Absoimg {
  position: absolute;
  bottom: -80px;
  left: 0;
  max-width: 158px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .globalMenuSp .globalMenuSp___Flex .globalMenuSp___Absoimg {
    max-width: 14.6rem;
    top: 4.8rem;
    left: 2.5rem;
    bottom: auto;
  }
}
.globalMenuSp .globalMenuSp___Flex .headnav__Thumbnail {
  max-width: 361px;
  width: 56%;
  height: 0;
  padding-top: 61.5%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .globalMenuSp .globalMenuSp___Flex .headnav__Thumbnail {
    display: none;
  }
}
.globalMenuSp .globalMenuSp___Flex .headnav__Thumbnail img {
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.globalMenuSp .globalMenuSp___Flex .headnav__Thumbnail img.focus {
  opacity: 1;
}
.globalMenuSp .globalMenuSp___Flex .headnav__List {
  width: 31%;
  max-width: 166px;
}
@media screen and (max-width: 767px) {
  .globalMenuSp .globalMenuSp___Flex .headnav__List {
    width: 66.1%;
    margin: 170px auto 0;
  }
}
.globalMenuSp .globalMenuSp___Flex .headnav__List .headnav__Item {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .globalMenuSp .globalMenuSp___Flex .headnav__List .headnav__Item {
    margin-bottom: 3.2rem;
  }
}
.globalMenuSp .globalMenuSp___Flex .headnav__List .headnav__Item:last-child {
  margin-bottom: 0;
}
.globalMenuSp .globalMenuSp___Flex .headnav__List .headnav__Item.story {
  margin: 0;
  width: 268px;
}
@media screen and (max-width: 767px) {
  .globalMenuSp .globalMenuSp___Flex .headnav__List .headnav__Item.story {
    width: 220px;
  }
}
.globalMenuSp .globalMenuSp___Flex .headnav__List .headnav__Item a {
  display: block;
}
@media screen and (max-width: 767px) {
  .globalMenuSp .globalMenuSp___Flex .headnav__List .headnav__Item #headnav__Anchor01 {
    max-width: 15.2rem;
  }
}
@media screen and (max-width: 767px) {
  .globalMenuSp .globalMenuSp___Flex .headnav__List .headnav__Item #headnav__Anchor02 {
    max-width: 9.8rem;
  }
}
@media screen and (max-width: 767px) {
  .globalMenuSp .globalMenuSp___Flex .headnav__List .headnav__Item #headnav__Anchor03 {
    max-width: 9.8rem;
  }
}
@media screen and (max-width: 767px) {
  .globalMenuSp .globalMenuSp___Flex .headnav__List .headnav__Item #headnav__Anchor04 {
    max-width: 11.4rem;
  }
}
@media screen and (max-width: 767px) {
  .globalMenuSp .globalMenuSp___Flex .headnav__List .headnav__Item #headnav__Anchor05 {
    max-width: 9rem;
  }
}
.globalMenuSp .globalMenuSp___Flex .headnav__List .headnav__Item #headnav__Anchor10 {
  max-width: 113px;
}
@media screen and (max-width: 767px) {
  .globalMenuSp .globalMenuSp___Flex .headnav__List .headnav__Item #headnav__Anchor10 {
    max-width: 110px;
  }
}
.globalMenuSp.active {
  transform: translateX(0%);
}

#page-top {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  width: 8rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #page-top {
    width: 13.3%;
    bottom: 2.6%;
    right: 3.6%;
  }
}

@media screen and (max-width: 767px) {
  .v-middle {
    max-width: 80px;
  }
}

.Footer-site .Footer-site-inner {
  margin: 0 !important;
}
.Footer-site .cb-logo img {
  max-width: 120px;
}

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

.vsp {
  display: none;
}
@media screen and (max-width: 767px) {
  .vsp {
    display: block;
  }
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.container {
  max-width: 100rem;
  margin: auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .container {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 92.8%;
  }
}

.lazy {
  opacity: 0;
  transition: all 1s ease-in-out;
}
.lazy.on {
  opacity: 1;
}

.lazy_bottom {
  transform: translateY(30px);
}
.lazy_bottom.on {
  transform: none;
}

.lazy_right {
  transform: translateX(3rem);
}
.lazy_right.on {
  transform: none;
}

.lazy_left {
  transform: translateX(-3rem);
}
.lazy_left.on {
  transform: none;
}

main {
  background: #fffaeb;
}
main .mv {
  position: relative;
}
@media screen and (max-width: 767px) {
  main .mv {
    overflow: scroll;
  }
}
main .mv:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10vw;
  content: "";
  background: url(./../img/mv_bottom.png);
  background-repeat: repeat-x;
  background-position: top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  main .mv:before {
    height: 20vw;
    width: 90rem;
    z-index: 10;
  }
}
@media screen and (max-width: 767px) {
  main .mv .mv__Spscrollwrap {
    position: relative;
    width: 90rem;
  }
}
@media screen and (max-width: 767px) {
  main .mv .mv__Bg {
    max-width: initial;
    width: 100%;
  }
}
main .mv .logo {
  position: absolute;
  left: 6%;
  top: 6%;
  width: 18%;
}
@media screen and (max-width: 767px) {
  main .mv .logo {
    width: 36vw;
    left: 6.6vw;
    top: 14.6vw;
  }
}
main .mv .logo img {
  max-width: none;
  width: 100%;
}
@keyframes balloon {
  0% {
    transform: translate(0%, 0%);
  }
  50% {
    transform: translate(0%, -20%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
@keyframes biker01 {
  0% {
    transform: translate(0%, 0%);
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translate(-30%, 20%);
    opacity: 0;
  }
}
@keyframes biker02 {
  0% {
    transform: translate(0%, 0%);
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translate(-20%, 5%);
    opacity: 0;
  }
}
@keyframes biker03 {
  0% {
    transform: translate(0%, 0%);
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translate(10%, 10%);
    opacity: 0;
  }
}
@keyframes biker04 {
  0% {
    transform: translate(0%, 0%);
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translate(15%, -15%);
    opacity: 0;
  }
}
main .mv .mv__Balloon {
  position: absolute;
  width: 4.6%;
  left: 35%;
  top: 16%;
  animation: balloon 5s linear 0s infinite;
}
main .mv .mv__Biker {
  position: absolute;
}
main .mv .mv__Biker.-biker01 {
  width: 5.9%;
  right: 9.7%;
  top: 30%;
  animation: biker01 3s linear 0s infinite;
}
main .mv .mv__Biker.-biker02 {
  width: 8.8%;
  left: 28.2%;
  top: 35.5%;
  animation: biker02 4s linear 0s infinite;
}
main .mv .mv__Biker.-biker03 {
  width: 14%;
  left: 6.1%;
  top: 50%;
  animation: biker03 7.5s linear 0s infinite;
}
main .mv .mv__Biker.-biker04 {
  width: 6%;
  left: 21%;
  top: 24%;
  animation: biker04 9.5s linear 0s infinite;
}
@media screen and (max-width: 767px) {
  main .mv .mv__Biker.-biker04 {
    width: 7%;
    left: 14%;
    top: 28%;
  }
}
main .mv .mv__Biker.-biker05 {
  width: 8.5%;
  left: 70%;
  top: 40%;
  animation: biker02 9.5s linear 0s infinite;
}
@media screen and (max-width: 767px) {
  main .mv .mv__Biker.-biker05 {
    width: 7.5%;
    top: 42%;
  }
}
main .mv .mv__Biker.-biker06 {
  width: 8.5%;
  left: 58%;
  top: 55%;
  animation: biker02 6s linear 1s infinite;
}
@media screen and (max-width: 767px) {
  main .mv .mv__Biker.-biker06 {
    width: 7.5%;
    left: 59%;
    top: 56%;
  }
}
main .mv .mv__Biker.-biker07 {
  width: 8%;
  right: 15%;
  bottom: 15%;
  animation: biker02 8s linear 2s infinite;
}
@media screen and (max-width: 767px) {
  main .mv .mv__Biker.-biker07 {
    width: 7.5%;
    right: 15%;
    bottom: 15%;
  }
}
main .mv .mv__Label {
  position: absolute;
}
main .mv .mv__Label.-label01 {
  width: 11.2%;
  right: 6.7%;
  top: 42%;
}
main .mv .mv__Label.-label02 {
  width: 8.5%;
  right: 10.5%;
  top: 60.5%;
}
main .mv .mv__Label.-label03 {
  width: 7.1%;
  left: 44.8%;
  top: 75.5%;
}
main .mv .mv__Label.-label04 {
  width: 6.77%;
  left: 33.2%;
  top: 40.5%;
}
main .mv .mv__Label.-label05 {
  width: 6.77%;
  left: 15.3%;
  top: 46%;
}
main .mv .mv__Label.-label06 {
  width: 11.17%;
  left: 10.3%;
  top: 29%;
}
@media screen and (max-width: 767px) {
  main .mv .mv__Label.-label06 {
    width: 14.5%;
    left: 1.3%;
    top: 28%;
  }
}
main .mv .mv__Label.-label07 {
  width: 6.8%;
  left: 66%;
  top: 38%;
}
main .mv .mv__Label.-label08 {
  width: 6.8%;
  left: 65%;
  top: 56%;
}
main .mv .mv__Label.-label09 {
  width: 8%;
  right: 20%;
  bottom: 29%;
}
main .mv .mv__Label img {
  max-width: none;
  width: 100%;
}
main .mv .mv__Scroll {
  position: absolute;
  bottom: 3vw;
  left: calc(50% - 2.3rem);
  width: 4.6rem;
  z-index: 10;
}
main .catch {
  padding: 5rem 0 11.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  main .catch {
    padding: 5rem 0 14rem;
  }
}
main .catch .catch__Scroll {
  position: absolute;
  top: 0;
  left: calc(50% - 2.3rem);
  width: 4.6rem;
  z-index: 10;
}
main .catch .catch__Ttl {
  font-size: 3.2rem;
  text-align: center;
  color: #231815;
  font-weight: bold;
  margin-bottom: 2rem;
}
main .catch .catch__Txt {
  font-size: 1.98rem;
  text-align: center;
  color: #231815;
  font-weight: bold;
  line-height: 2.2em;
}
@media screen and (max-width: 767px) {
  main .catch .catch__Txt {
    line-height: 1.94em;
    text-align: left;
    letter-spacing: -0.05em;
  }
}

.hel__Ttl {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  font-family: "Helvetica";
  margin-bottom: 3.5rem;
}

.series {
  padding: 0 0 12rem;
}
@media screen and (max-width: 767px) {
  .series {
    padding: 0 0 17.6rem;
  }
}
.series .series__List {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.series .series__List .series__Item {
  width: 33%;
  max-width: 32.2rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .series .series__List .series__Item {
    width: 48.6%;
    max-width: 48.6%;
    margin-bottom: 1.5rem;
  }
}
.series .series__List .series__Item .series__Anchor {
  position: relative;
  display: block;
}
.series .series__List .series__Item .series__Anchor:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url("./../img/img_series_shadow.png");
  background-size: cover;
  background-position: bottom center;
}
.series .series__List .series__Item .series__Anchor:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 0.3s;
}
.series .series__List .series__Item .series__Anchor .series__ItemBox {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .series .series__List .series__Item .series__Anchor .series__ItemBox {
    padding: 0 0 0.75rem;
  }
}
.series .series__List .series__Item .series__Anchor .series__ItemBox .series__Logo {
  margin: 0 auto 1.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .series .series__List .series__Item .series__Anchor .series__ItemBox .series__Logo {
    margin: 0 auto 0.9rem;
  }
}
.series .series__List .series__Item .series__Anchor .series__ItemBox .series__Logo.-wagone {
  max-width: 11rem;
}
@media screen and (max-width: 767px) {
  .series .series__List .series__Item .series__Anchor .series__ItemBox .series__Logo.-wagone {
    width: 52%;
  }
}
.series .series__List .series__Item .series__Anchor .series__ItemBox .series__Logo.-adventure {
  max-width: 15.6rem;
}
@media screen and (max-width: 767px) {
  .series .series__List .series__Item .series__Anchor .series__ItemBox .series__Logo.-adventure {
    width: 75.2%;
  }
}
.series .series__List .series__Item .series__Anchor .series__ItemBox .series__Logo.-wagon {
  max-width: 10.2rem;
}
@media screen and (max-width: 767px) {
  .series .series__List .series__Item .series__Anchor .series__ItemBox .series__Logo.-wagon {
    width: 47.7%;
  }
}
.series .series__List .series__Item .series__Anchor .series__ItemBox .series__Logo.-outtrunk {
  max-width: 12rem;
}
@media screen and (max-width: 767px) {
  .series .series__List .series__Item .series__Anchor .series__ItemBox .series__Logo.-outtrunk {
    width: 47.7%;
  }
}
.series .series__List .series__Item .series__Anchor .series__ItemBox .series__Logo.-logjr {
  max-width: 11.8rem;
}
@media screen and (max-width: 767px) {
  .series .series__List .series__Item .series__Anchor .series__ItemBox .series__Logo.-logjr {
    width: 44%;
  }
}
.series .series__List .series__Item .series__Anchor .series__ItemBox .series__Logo.-kids {
  max-width: 14rem;
}
@media screen and (max-width: 767px) {
  .series .series__List .series__Item .series__Anchor .series__ItemBox .series__Logo.-kids {
    width: 50%;
  }
}
.series .series__List .series__Item .series__Anchor .series__ItemBox .series__Logo.-kieker {
  max-width: 12.7rem;
}
@media screen and (max-width: 767px) {
  .series .series__List .series__Item .series__Anchor .series__ItemBox .series__Logo.-kieker {
    width: 56.7%;
  }
}
.series .series__List .series__Item .series__Anchor .series__ItemBox .series__Logo.-gears {
  max-width: 10.2rem;
}
@media screen and (max-width: 767px) {
  .series .series__List .series__Item .series__Anchor .series__ItemBox .series__Logo.-gears {
    width: 50%;
  }
}
.series .series__List .series__Item .series__Anchor .series__ItemBox .series__Txt {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.56em;
  text-align: center;
  font-weight: bold;
  letter-spacing: -0.01em;
  position: relative;
  z-index: 1;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .series .series__List .series__Item .series__Anchor .series__ItemBox .series__Txt {
    line-height: 1.26em;
    font-size: 1.3rem;
  }
}
.series .series__List .series__Item .series__Anchor:hover {
  opacity: 1;
}
.series .series__List .series__Item .series__Anchor:hover:after {
  opacity: 1;
}
.series .series__List .series__Item .series__Anchor:hover .series__Banner-ItemBox .series__Banner-Txt {
  opacity: 1;
}
.series .series__List .series__Item span.series__Anchor:hover:after {
  opacity: 0;
}
.series .series__List .series__Item.-outdoor {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .series .series__List .series__Item.-outdoor {
    display: none;
  }
}
.series .series__List .series__Item.-outdoor img {
  max-width: 171px;
}
.series .series__Banner {
  max-width: 83.5rem;
  margin: auto;
}
.series .series__Banner .series__Banner-anchor {
  position: relative;
  display: block;
}
.series .series__Banner .series__Banner-anchor:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 0.3s;
}
.series .series__Banner .series__Banner-anchor:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url("./../img/img_series_shadow2.png");
  background-size: 100%;
  background-position: bottom center;
}
@media screen and (max-width: 767px) {
  .series .series__Banner .series__Banner-anchor:before {
    background: url(./../img/img_series_shadow2_sp.png);
    background-position: bottom center;
    background-size: 100%;
  }
}
.series .series__Banner .series__Banner-anchor .series__Banner-ItemBox {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 0 1.5rem;
  z-index: 1;
}
.series .series__Banner .series__Banner-anchor .series__Banner-ItemBox .series__Banner-Logo {
  margin: 0 auto 1.5rem;
  max-width: 10.2rem;
}
@media screen and (max-width: 767px) {
  .series .series__Banner .series__Banner-anchor .series__Banner-ItemBox .series__Banner-Logo {
    max-width: 21%;
    margin: 0 auto 0.9rem;
  }
}
.series .series__Banner .series__Banner-anchor .series__Banner-ItemBox .series__Banner-Txt {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.56em;
  text-align: center;
  font-weight: bold;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .series .series__Banner .series__Banner-anchor .series__Banner-ItemBox .series__Banner-Txt {
    line-height: 1.26em;
    font-size: 1.2rem;
  }
}
.series .series__Banner .series__Banner-anchor:hover {
  opacity: 1;
}
.series .series__Banner .series__Banner-anchor:hover:after {
  opacity: 1;
}

.scene {
  padding: 19.5rem 0 18.5rem;
  background: url("./../img/img_scene_bg.jpg");
  background-size: cover;
  background-position: center;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
          clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
}
@media screen and (max-width: 767px) {
  .scene {
    -webkit-clip-path: polygon(0 1%, 100% 0, 100% 99%, 0 100%);
            clip-path: polygon(0 1%, 100% 0, 100% 99%, 0 100%);
    padding: 11.5rem 0 19.5rem;
    background: url("./../img/img_scene_bg_sp.jpg");
    background-size: contain;
    background-position: top center;
  }
}
.scene__Mainttl {
  width: min(496px, 100%);
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .scene__Mainttl {
    width: min(282px, 100%);
    margin: 0 auto 30px;
  }
}
.scene .hel__Ttl {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .scene .hel__Ttl {
    margin-bottom: 0;
  }
}
.scene .scene__Catchtxt {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .scene .scene__Catchtxt {
    margin-bottom: 6.1rem;
  }
}
.scene .scene__List {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .scene .scene__List {
    width: min(1000px, 100%);
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .scene .scene__List {
    justify-content: center;
    margin: auto;
    width: 92.8%;
    display: block;
  }
}
.scene .scene__List .scene__Item {
  width: 23.5%;
  max-width: 24rem;
  margin: 0 0.75rem 7.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .scene .scene__List .scene__Item {
    width: 100%;
    max-width: 100%;
    margin: 0 0 1.2rem;
  }
}
.scene .scene__List .scene__Item .scene__ItemAnchor {
  display: block;
}
.scene .scene__List .scene__Item .scene__Ttl {
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 1.4rem);
  min-height: 6rem;
  font-size: 1.5rem;
  line-height: 1.56em;
  text-align: center;
  font-weight: bold;
  color: #231815;
  position: absolute;
  left: 0.7rem;
  bottom: -3.8rem;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .scene .scene__List .scene__Item .scene__Ttl {
    font-size: 1.4rem;
    width: 36.7%;
    left: 0;
    top: 0;
    height: 100%;
    text-align: left;
    padding: 0 0.7rem;
  }
}
@media screen and (max-width: 767px) {
  .scene .scene__List .scene__Item .scene__Ttl br {
    display: none;
  }
}

.movie {
  color: #fff;
  margin-top: -14rem;
  padding: 0;
  background: #414349;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .movie {
    -webkit-clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 100%);
    padding: 0;
  }
}
.movie .movie__Wrap {
  max-width: 73.2rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .movie .movie__Wrap {
    width: 92.8%;
  }
}
.movie .movie__Wrap #movie {
  width: 100%;
  height: auto;
  position: relative;
}
.movie .movie__Wrap #movie::before {
  display: block;
  content: "";
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.movie .movie__Wrap #movie video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.movie .movie__Wrap .music {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 3rem;
  opacity: 0;
}
.movie .movie__Wrap .music.-show {
  opacity: 1;
}
.movie .movie__Wrap .music.active {
  text-indent: -200%;
  white-space: nowrap;
  overflow: hidden;
  background: url(./../img/soundon.svg) no-repeat center top;
  background-size: contain;
}
.movie .movie__Wrap #movie-button {
  width: 95px;
  height: 25px;
  position: absolute;
  left: calc(50% - 45px);
  bottom: 100px;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .movie .movie__Wrap #movie-button {
    bottom: 22%;
  }
}
.movie .hel__Ttl {
  color: #fff;
}
.movie .news-list {
  overflow-y: scroll;
  height: 420px;
  scrollbar-color: #414349 #fff;
}
@media screen and (max-width: 767px) {
  .movie .news-list {
    height: 330px;
  }
}
.movie .news-list::-webkit-scrollbar {
  background: #fff;
  border-radius: 20px;
}
.movie .news-list::-webkit-scrollbar-thumb {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  border-radius: 20px;
  background: #414349;
}
.movie .news-list p {
  margin-bottom: 0;
}
.movie .news-list p:not(:last-child) {
  margin-bottom: 0;
}
.movie .news-list li {
  position: relative;
}
.movie .news-list li:after {
  position: absolute;
  content: "";
  width: 90.8%;
  height: 1px;
  background: #fff;
  bottom: 0;
}
.movie .news-list a {
  color: #fff;
}
.movie .news-list a:hover {
  color: #fff;
}
.movie .news-content {
  padding: 15.75px 0 15.75px 15px;
  display: flex;
  align-items: flex-start;
  gap: 0 25px;
}
@media screen and (max-width: 767px) {
  .movie .news-content {
    flex-direction: column;
  }
}
.movie .news-content dt {
  width: 130px;
}
@media screen and (max-width: 767px) {
  .movie .news-content dt {
    margin: 0 auto 20px;
  }
}
.movie .news-content dd {
  position: relative;
  width: calc(100% - 155px);
}
@media screen and (max-width: 767px) {
  .movie .news-content dd {
    width: 80%;
  }
}
.movie .news-ttl, .movie .news-text {
  font-size: 16px;
}
.movie .news-text {
  max-width: 615px;
}
.movie .news-date {
  font-size: 14px;
}
.movie .news-arrow {
  position: absolute;
  top: 50%;
  right: 13%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .movie .news-arrow {
    right: -20%;
  }
}
.movie .news-circle {
  position: relative;
  width: 43px;
  height: 43px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.movie .news-circle:before, .movie .news-circle:after {
  position: absolute;
  content: "";
  background: #fff;
}
.movie .news-circle:before {
  width: 20px;
  height: 2px;
}
.movie .news-circle:after {
  width: 8px;
  height: 8px;
  right: 8px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.movie .mCSB_draggerContainer {
  background: #fff;
  border-radius: 20px;
}
.movie .mCS-rounded-dark .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #414349;
}
.movie .mCS-rounded-dark .mCSB_scrollTools .mCSB_dragger .mCSB_draggerRail {
  display: none;
}

.bottom {
  padding: 4.6rem 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .bottom {
    padding: 4.5rem 0 5rem;
  }
}
.bottom .bottom__Flex {
  display: flex;
  justify-content: space-between;
  max-width: 64rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .bottom .bottom__Flex {
    width: 92.8%;
    display: block;
  }
}
.bottom .bottom__Flex .bottom__Btn {
  font-size: 1.6rem;
  max-width: 30rem;
  display: block;
  padding: 2rem;
  text-align: center;
  color: white;
  width: 100%;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .bottom .bottom__Flex .bottom__Btn {
    padding: 2.3rem;
    width: 100%;
    max-width: none;
  }
}
.bottom .bottom__Flex .bottom__Btn.-blue {
  background: #013e6f;
}
@media screen and (max-width: 767px) {
  .bottom .bottom__Flex .bottom__Btn.-blue {
    margin-bottom: 2.5rem;
  }
}
.bottom .bottom__Flex .bottom__Btn.-orange {
  background: #ff6000;
}

#bnr__fixed {
  position: fixed;
  z-index: 101;
  bottom: 140px;
  right: 25px;
}
@media screen and (max-width: 767px) {
  #bnr__fixed {
    bottom: 0;
    right: 0;
  }
}
#bnr__fixed .goout {
  position: fixed;
  z-index: 102;
  font-size: 2.25rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  bottom: 355px;
  right: 40px;
}
@media screen and (max-width: 767px) {
  #bnr__fixed .goout {
    font-size: 3rem;
    bottom: 23vw;
    right: 10px;
    width: 30px;
    height: 30px;
  }
}
#bnr__fixed .goout:hover {
  text-decoration: none;
}
#bnr__fixed span {
  position: fixed;
  content: "";
  width: 23px;
  height: 23px;
  background: #231815;
  display: block;
  right: 40px;
  bottom: 355px;
  z-index: 101;
}
@media screen and (max-width: 767px) {
  #bnr__fixed span {
    width: 30px;
    height: 30px;
    right: 10px;
    bottom: 23vw;
  }
}
#bnr__fixed img {
  width: 380px;
}
@media screen and (max-width: 767px) {
  #bnr__fixed img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  div#pagetop {
    bottom: 37vw;
  }
}

@media screen and (max-width: 767px) {
  _::-webkit-full-page-media, _:future, :root #bnr__fixed .goout {
    bottom: 23.5vw;
    right: 5px;
  }
}

_::-webkit-full-page-media, _:future, :root #bnr__fixed span {
  right: 36px;
  bottom: 353px;
}
@media screen and (max-width: 767px) {
  _::-webkit-full-page-media, _:future, :root #bnr__fixed span {
    right: 10px;
    bottom: 23vw;
  }
}/*# sourceMappingURL=style.css.map */