@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");

body {
  width: 100%;
  height: 100%;
}

/*.bg0 {
   background-image: linear-gradient(30deg, rgba(145, 175, 175, 0.2), rgba(146, 194, 202, .5) 38%, rgba(244, 217, 230, 1) 80%) !important;
}*/

div.box_img {
box-sizing: border-box;
height: 100%;
}

.flex_box {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

/*common*/




.contentover-box{
    padding: 0;
    width: 100%;
    background: #fff;
}

.contentover-box img {
    margin: auto;
    width: 100%;
}
.taxt_info {text-align: left !important; width: 100%; margin-bottom: 10px; color: #fff;}

.contents_l {width: 100%; max-width: 1200px; margin: 0 0 80px; position: relative;}

.conl_inner {
  /*min-height: 100vh;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #000;
  width: 1000px;
  margin: 0 auto;
}

.nav-menu ul {
  display: flex; /* 横並び */
  list-style: none; /* デフォルトのリストスタイルを削除 */
  padding: 0;
  margin: 40px 0 0 0;
  /*filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.4));*/
  text-align: center;
  justify-content: center;
}

.nav-menu ul.pb170 {padding-bottom: 170px;}

.nav-menu li {
  margin: 0 50px 0 10px
}

.nav-menu li a {
  text-decoration: none;
  color: #000;
  padding: 10px 15px;
  display: inline-block;
  border: 1px solid transparent; /* 見やすいように調整 */
  border-radius: 5px;
  position: relative; /* 矢印アイコン用 */
}

.nav-menu li a:hover {
  /*background-color: #f0f0f0;  ホバー時の背景色 
  border: 1px solid #ccc;*/
}

/* 矢印アイコン */
.nav-menu li a::before {
  content: "▼"; /* 矢印のアイコン */
  font-size: 8px;
  color: #fff;
  background-color: #e60012; /* 円形の背景色 */
  width: 18px;
  height: 18px;
  /*display: none;  デフォルトでは非表示 */
  border-radius: 50%; /* 円形にする */
  display: flex; /* 矢印を中央に配置 */
  align-items: center;
  justify-content: center;
  margin-right: 10px; /* テキストとの間隔 */
  margin-left: -25px; /* 左に少し寄せる */
  position: absolute;
}

.sticky {
  position: sticky;
  top: 180px;/*自分が固定したい位置(例は上から0pxの位置)*/
}

.sticky:first-of-type {
  margin-top:-150px; 
}

.card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 150px;
  padding-top: 90px;
}

.card-wrapper.pt0 {
    padding-top: 0;
}

/*.card-wrapper:nth-of-type(2n) {
  transform: rotate(3deg);
}
.card-wrapper:nth-of-type(2n+1) {
  transform: rotate(-3deg);
}
.card-wrapper:nth-of-type(3n) {
  transform: rotate(2deg);
}
.card-wrapper.deg0 {
    transform: rotate(0);
}
.card-contents.deg3,.deg3 {
  transform: rotate(3deg);
}
.card-contents.deg-3,.deg-3 {
  transform: rotate(-3deg);
}
.card-contents.deg0,.deg0 {
  transform: rotate(0);
}*/

.pos {position: sticky !important;}

.card-contents {
  position: relative;
  width: 1000px;
  height: 640px;
 /* background-color: #000;
  border-radius: 0px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
  margin-top: 50px;
}

.card-contents a {
    color: #fff !important;
    text-decoration: none;
}

.card-contents a:hover {
    color: #e60012 !important;
    text-decoration: none;
}


/*.bg01 {background-image: linear-gradient(150deg, rgba(140, 140, 140, 1) 30%, rgba(45, 45, 45, 0.7) 60%) !important;}
.bg02 {background-image: linear-gradient(170deg, rgba(140, 140, 140, 1) 30%, rgba(45, 45, 45, 0.8) 70%) !important;}
.bg03 {background-image: linear-gradient(160deg, rgba(140, 140, 140, 1) 30%, rgba(45, 45, 45, 0.7) 60%) !important;}
.bg04 {background-image: linear-gradient(140deg, rgba(140, 140, 140, 1) 30%, rgba(45, 45, 45, 0.8) 90%) !important;}
.bg05 {background-image: linear-gradient(150deg, rgba(140, 140, 140, 1) 30%, rgba(45, 45, 45, 0.9) 80%) !important;}*/

.bg01 {background: url("../img/bg.jpg") no-repeat 0 0 ;}
.bg02 {background: url("../img/bg.jpg") no-repeat center center;}
.bg03 {background: url("../img/bg.jpg") no-repeat 0 center;}
.bg04 {background: url("../img/bg.jpg") no-repeat center 0;}
.bg05 {background: url("../img/bg.jpg") no-repeat right 0;}

.card-contents .cov {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.card-contents img {
  /*position: absolute;*/
  position: relative;
  width: 640px;
  /*height: 100%;*/
  border-radius: 0;
  object-fit: cover;
  vertical-align: top;
  /*top: 0;*/
}

.card-description {
  /*background: linear-gradient(rgba(0, 0, 0, 0), black);
  position: absolute;
  bottom: 10px;
  left: 0;*/
  z-index: 100;
  text-align: left;
  line-height: 1;
  padding: 10px;
  width: 38%;
}
.card-description__title {
  font-size: 28px;
}
.card-description__year {
  font-size: 11px;
  margin-left: 10px;
}
.card-description__genre {
  padding: 6px 8px;
  margin-right: 10px;
  border: 1px solid #fff;
  border-radius: 5px;
  opacity: 0.7;
  font-size: 10px;
  text-transform: uppercase;
}

.card-description h1 + p {
    margin-top: 20px;
}

.spacer {
  width: 100%;
  /*height: 100vh;*/
  margin-bottom: 500px;
}


#footer {
 z-index: auto;
 position: relative;
}

h3 {
    /*width: 100%;*/
    /*background:#000;
    background-image: linear-gradient(160deg, rgba(0, 0, 0, 1) 30%, rgba(85, 85, 85, 0.9))!important;
    background-image: linear-gradient(150deg, rgba(140, 140, 140, 1) 30%, rgba(45, 45, 45, 0.5) 100%) !important;*/
    display: block;
    font-size: 30px;
    padding: 20px;
    /*margin-bottom: 20px;*/
    line-height: 30px;
    color: #fff;
    width: 100vw;
    margin: 0 calc(16% - 16vw) 20px;
    letter-spacing: 0.1em;
}

.bg_h3_01 {
    background-color: #F7B6E2 !important;
}
.bg_h3_02 {
    background-color: #F7C59A !important;
}
.bg_h3_03 {
    background-color: #C9BCEE !important;
}


@media screen and (min-width: 641px) {
.bg0 {
  width: 100%;
  height: 100vh;
  background-attachment: fixed;
  background-size: cover ;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: linear-gradient(30deg, rgba(145, 175, 175, 0.2), rgba(146, 194, 202, .5) 38%, rgba(244, 217, 230, 1) 80%) !important;
  /*background-color: #fff;
  background-color:rgba(255,255,255,0.30);
background-blend-mode:lighten;*/
}

#contents {
    padding-top: 150px !important;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto 0;
    position: relative;
}
}
h2 {
    max-width: 400px !important;
    width: 60%;
    margin-bottom: 40px;
    position: relative;
    object-fit: contain;
}

h2 img {width: 100%;
    position: relative;}
    
/*h2 img.pc { filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.4));}*/

.sp {display: none;}
.pc {display: inherit;}

ul.btn_com {
    margin: 0px 20px 50px 0 !important;
    padding: 0;
    clear: both;
    display: block;
    width: 100%;
}

ul.btn_com li {
    list-style: none;
    float: left;
    margin-right: 50px;
    color: #000;
}

ul.btn_com li a {
    color: #000 !important;
}
/*video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;}*/

.video_wrapper {
    margin-right: 5%;
    width: 60%;
}
.video_wrapper.scrolled {
  display: flex;
  justify-content: center;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: 30vw;
  height: 55vw;
  transition: .3s;
  box-sizing: content-box;
  padding: 0 1em 1em 0;
  transition: width .3s, height .3s, top .3s, right .3s, padding .3s, background .1s .3s;
  margin: 0;
}
.video_wrapper.scrolled.fullscreen {
  width: 100vw;
  height: 100vh;
  background: #000000;
  z-index: 100000;
  padding: 0;
}
.video_close {
  position: fixed;
  bottom: 52vw;
  right: 0em;
  width: 2em;
  height: 2em;
  z-index: 1;
  border-radius: 1em;
  border: 0;
  display: none;
  opacity: 0;
  transition: .3s;
  background: #fff;
}
.video_wrapper.scrolled .video_close {
  display: block;
  opacity: 1;
}
.video_wrapper.scrolled.fullscreen .video_close {
  display: none;
}
.video_wrapper .brand_video {
  display: block;
}
.video_wrapper.hide {
  display: none;
}

.video_wrapper.scrolled {
    width: 200px;
    height: 356px;
  }
  .video_close {
    bottom: 356px;
  }

@media screen and (max-width: 640px) {

html {
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch !important;
}


body {
  width: 100%;
  height: 100%;
  background-color: transparent !important;
}

/* {
  outline: 1px solid red;  すべての要素に赤い枠線をつける 
}*/

.contents_l {
  width: 100%;
  max-width: 100%;
}


.bg0::before {
content:"";
display:block;
position:fixed;
top:0;
left:0;
z-index:-1;
  width: 100%;
  height: 100vh;
  background-attachment: scroll !important;
  background-size: cover !important;
  background-position:center center;
  background-repeat: no-repeat !important;
  background-image: linear-gradient(30deg, rgba(145, 175, 175, 0.2), rgba(146, 194, 202, .5) 38%, rgba(244, 217, 230, 1) 80%) !important;
  /*background-color: #fff;
  background-color:rgba(255,255,255,0.30);
background-blend-mode:lighten;
background-image: url("../img/bg.jpg");*/
}

.flex_box {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    margin-top:0;
    width: 100%;
}

/*#wrapper {overflow:hidden;}*/

.contentover-box{
    padding: 0;
      margin: 0 calc(50% - 50vw);
      width: 100vw !important;
      background: #fff;
    /*background: #26a69a;
	margin: 0 calc(50% - 50vw);
	padding: 4px calc(50vw - 50% + 8px);
	width: 100vw;*/
}

.conl_inner {
 /* width: 100%;*/
  width: auto;
  margin: 0 auto;
}

#contents {
    padding-top: 50px !important;
    width: 90% !important;
    margin: 0 auto 0;
    position: relative;
}

.nav-menu ul {
    flex-direction: column; /* 縦並び */
    align-items: flex-start;
    margin: 20px;
  }

  .nav-menu li {
    margin: 10px 0;
  }

  .nav-menu li a::before {
    display: inline-block; /* 矢印を表示 */
  }
  .nav-menu li a::before {
    content: "▼";
    font-size: 15px;
    color: #fff;
    background-color: #e60012;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: normal;
    justify-content: center;
    /* margin-right: 20px; */
    margin-left: -35px;
    position: absolute;
    padding: 5px;
    top: 13px;
    }

h2 {
    max-width: 400px;
    width: 80%;
    margin:0 auto 30px;
    position: relative;
    object-fit: contain;
    text-align: center;
}

h2 img {width: 100%;
    position: relative;}
    
/*h2 img.sp { filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.4));}*/
    
.sticky {
  position: sticky;
  top: 0px;/*自分が固定したい位置(例は上から0pxの位置)*/
}

.taxt_info {color: #fff; font-size: 24px; line-height: 1.5em;text-align: left !important; width: 100%; margin-bottom: 50px;}

h3 {
    /*width: 100%;*/
    /*background:#000;*/
    display: block;
    font-size: 30px;
    padding: 30px 2% 30px;
    /*margin-bottom: 20px;*/
    line-height: 30px;
    width: 100vw;
    /*margin: 0px calc(50% - 50vw) 20px;*/
    margin: 0 0 20px;
    font-weight: bold;
    width: calc(100% - 4%);
}

.sticky:first-of-type {
  margin-top:0px; 
}

.card-wrapper {
  padding-top: 70px;
}

/*.card-contents.deg3,.deg3 {
  transform: rotate(2deg);
}
.card-contents.deg-3,.deg-3 {
  transform: rotate(-2deg);
}*/

.card-contents {
  position: relative;
  width: 570px;
  height: 1000px;
  background-color: #fff;
  /*border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 5px;*/
  color: #000;
}

.card-contents.mt10 {margin-top: 10px;}

/*.card-contents a {
    color: #fff !important;
    text-decoration: none;
}

.bg01 {
  background-image: linear-gradient(170deg, rgba(255, 255, 255, 1) 30%, rgba(250, 250, 250, 0.9))!important;}
.bg02 {
  background-image: linear-gradient(160deg, rgba(255, 255, 255, 1) 30%, rgba(250, 250, 250, 0.9))!important;}
.bg03 {background-image: linear-gradient(140deg, rgba(255, 255, 255, 1) 30%, rgba(250, 250, 250, 0.8))!important;}
.bg04 {background-image: linear-gradient(150deg, rgba(255, 255, 255, 1) 30%, rgba(250, 250, 250, 0.8))!important;}
.bg05 {background-image: linear-gradient(130deg, rgba(255, 255, 255, 1) 30%, rgba(250, 250, 250, 0.85))!important;}

.card-contents a {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}*/

.card-contents .cov {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.card-contents img {
  /*position: absolute;*/
  position: relative;
  width: 100%;
  /*height: 80%;*/
  border-radius: 0;
  object-fit: cover;
  vertical-align: top;
  /*top: 0;*/
}

.card-description {
  /*background: linear-gradient(rgba(0, 0, 0, 0), black);
  position: absolute;
  bottom: 10px;
  left: 0;*/
  z-index: 100;
  text-align: left;
  line-height: 1;
  padding: 30px 10px 10px;
  width: calc(100% - 120px);
  font-size: 20px;
  letter-spacing: 0.05em;
}
.card-description__title {
  font-size: 28px;
}
.card-description__year {
  font-size: 18px !important;
  margin-left: 10px;
}
.card-description__genre {
  padding: 6px 8px;
  margin-right: 10px;
  border: 1px solid #fff;
  border-radius: 5px;
  opacity: 0.7;
  font-size: 10px;
  text-transform: uppercase;
}

.c_pankuzu {display: none;}

.sp {display: inherit;}
.pc {display: none;}

ul.btn_com {
    margin: 0 auto 20px !important;
    padding: 0;
    /*float: left;*/
    text-align: center;
    width: auto;
}
ul.btn_com {
    display: inline-block;
}

ul.btn_com li {
    list-style: none;
    float: left;
    margin:0 10px 10px 0;
    font-size: 0.9em;
}

.video_wrapper {
    margin-right: 0;
    width: 100%;
}
.video_wrapper.scrolled {
  display: flex;
  justify-content: center;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: 30vw;
  height: 55vw;
  transition: .3s;
  box-sizing: content-box;
  padding: 0 1em 1em 0;
  transition: width .3s, height .3s, top .3s, right .3s, padding .3s, background .1s .3s;
  margin: 0;
}
.video_wrapper.scrolled.fullscreen {
  width: 100vw;
  height: 100vh;
  background: #00000088;
  z-index: 100000;
  padding: 0;
  margin: 0;
  position: fixed;
  bottom: 0;
  right: 0;

  /* セーフエリア対応 */
  padding-bottom: env(safe-area-inset-bottom);
  padding-top: env(safe-area-inset-top);
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}

.video_wrapper.scrolled.fullscreen video {
  display: block;
  width: calc(100% - env(safe-area-inset-left) - env(safe-area-inset-right));
  height: calc(100% - env(safe-area-inset-top) - env(safe-area-inset-bottom));
  object-fit: cover; /* 動画を画面全体に収める */
}
.video_close {
  position: absolute;
  bottom: 52vw;
  right: 0em;
  width: 2em;
  height: 2em;
  z-index: 1;
  border-radius: 1em;
  border: 0;
  display: none;
  opacity: 0;
  transition: .3s;
  text-align: center;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.video_wrapper.scrolled .video_close {
  display: block;
  opacity: 1;
}
.video_wrapper.scrolled.fullscreen .video_close {
  display: none;
}
.video_wrapper .brand_video {
  display: block;
}
.video_wrapper.hide {
  display: none;
}

/*.video_wrapper.scrolled {
    width: 30vw;
  height: 55vw;
  }
  .video_close {
    bottom: auto;
  }
  .video_wrapper {
    margin-right: 0%;
}*/
}



