@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%;
}

.parallax {
background-image: url("../img/01.png");
background-attachment: fixed;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
/*width: 100%;*/
  height: 100vh;
  z-index: 2000;
  width: 100vw;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
}



/*common*/
@media screen and (min-width: 1200px) {
/*.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;*/
}



.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: 0;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.4));
}

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

.nav-menu li a {
  text-decoration: none;
  color: #fff;
  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: #FFBE00; /* 円形の背景色 */
  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: 70px;
}
.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: 15px;
  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: #FFBE00 !important;
    text-decoration: none;
}

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

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

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

.card-contents img {
  /*position: absolute;*/
  position: relative;
  width: 640px;
  /*height: 100%;*/
  border-radius: 15px 0 0 15px;
  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;
  color: #fff;
  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(160deg, rgba(22, 109, 4, 1) 30%, rgba(86, 84, 60, 0.8))!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;
}


@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: url("../img/bg.jpg");
  /*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: 626px;
    width: 40%;
    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;}



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


.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: url("../img/bg.jpg");
  /*background-color: #fff;
  background-color:rgba(255,255,255,0.30);
background-blend-mode:lighten;*/
}

#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: #FFBE00;
    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-bottom: 40px;
    position: relative;
    object-fit: contain;
}

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;
    /*margin-bottom: 20px;*/
    line-height: 30px;
    width: 100vw;
    margin: 0px calc(50% - 50vw) 20px;
    font-weight: bold;
}

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

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

.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 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: 15px 15px 0 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;}
}



