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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

*,
*:after,
*:before {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
.jp {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.eg1 {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.eg2 {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.eg3 {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: italic;
}

.egss {
	font-family: futura-pt, sans-serif;
 /* font-family: "Cinzel", serif;
   /* font-family: garamond-premier-pro-display, serif;*/
}

/* コンテンツ
---------------------------------------------*/
html {
  visibility: hidden;
  height: 100%;
  margin: 0 auto;
}

html.loading-delay,
html.wf-active {
  visibility: visible;
}

body {
  font-family: "dnp-shuei-gothic-gin-std", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*  font-family: garamond-premier-pro-display, serif;*/
  font-weight: 400;
  font-style: normal;
  scroll-snap-type: y mandatory;
  margin: 0 auto;
  height: 100%;
}
@media screen and (min-width: 970px) {
  body {
    font-size: 13px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 970px) {
  body {
    font-size: 12px;
    line-height: 1.8;
  }
}



img {
  width: 100%;
  vertical-align: top;
}

a {
  text-decoration: none;
  color: #000;
  display: block;
}

@media screen and (min-width: 970px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 970px) {
  .sp {
    display: block;
  }
}

@media screen and (min-width: 970px) {
  .pc {
    display: block;
  }
}
@media screen and (max-width: 970px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 970px) {
  .w80pc {
    width: 80%;
  }
}

@media screen and (min-width: 970px) {
  .w70pc {
    width: 70%;
  }
}

@media screen and (min-width: 970px) {
  .w60pc {
    width: 60%;
  }
}

@media screen and (min-width: 970px) {
  .w40pc {
    width: 40%;
  }
}
@media screen and (min-width: 970px) {
  .w33pc {
    width: 33%;
  }
}

@media screen and (min-width: 970px) {
  .w20pc {
    width: 20%;
  }
}



@media screen and (max-width: 970px) {
  .w100sp {
    width: 100%;
  }
}

@media screen and (max-width: 970px) {
  .w90sp {
    width: 90%;
  }
}

@media screen and (max-width: 970px) {
  .w80sp {
    width: 80%;
  }
}

@media screen and (max-width: 970px) {
  .w70sp {
    width: 70%;
  }
}

@media screen and (max-width: 970px) {
  .w65sp {
    width: 65%;
  }
}

@media screen and (max-width: 970px) {
  .w60sp {
    width: 60%;
  }
}

@media screen and (max-width: 970px) {
  .w50sp {
    width: 50%;
  }
}

@media screen and (max-width: 970px) {
  .w33sp {
    width: 33%;
  }
}


.mla {
  margin-left: auto;
}

.ma {
  margin: 0 auto;
}

.mra {
  margin-right: auto;
}

.tac {
  text-align: center;
}


@media screen and (max-width: 970px) {
  .mt40 {
    margin-top: 40px !important;
  }
}

@media screen and (min-width: 970px) {
  .mt50 {
    margin-top: 50px !important;
  }
}

@media screen and (min-width: 970px) {
  .mt100 {
    margin-top: 100px !important;
  }
}

.animated {
  animation-duration: 0.8s;
}

#pickupitem::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover;
}

#pickupitem {
  margin: 0 auto;
  /* Animations */
  /* ---------------------------------------------------
  プロフィール
    --------------------------------------------------- */
  /* ---------------------------------------------------
  レコメンドアイテム
    --------------------------------------------------- */
  /* ---------------------------------------------------
  アーカイブ
    --------------------------------------------------- */
  /* ---------------------------------------------------
  navyアーカイブ
    --------------------------------------------------- */
  /* ---------------------------------------------------
  ボタン
  --------------------------------------------------- */
  /* ---------------------------------------------------
  フッター
  --------------------------------------------------- */
}
@media screen and (min-width: 970px) {
  #pickupitem {
    width: 100%;
  }
}
@media screen and (max-width: 970px) {
  #pickupitem {
    width: 100%;
  }
}
#pickupitem #mainarea {
  position: relative;
  background-color: #ffffff;
}
@media screen and (max-width: 970px) {
  #pickupitem #mainarea {
    width: 100%;
  }
}
@media screen and (min-width: 970px) {
  #pickupitem .mainimg {
    width: 600px;
    height: auto;
    margin: -20px auto 0px;
  }
}
@media screen and (max-width: 970px) {
  #pickupitem .mainimg {
    width: 100%;
    height: auto;
    margin: -20px auto 0px;
  }
}
#pickupitem #side_text {
  font-size: 10px;
  writing-mode: vertical-lr;
  position: fixed;
  left: 2%;
  top: 3%;
  z-index: 999;
}
@media screen and (min-width: 970px) {
  #pickupitem #side_text {
    font-size: 12px;
  }
}

#pickupitem .main_title {
	width: 550px;
	padding: 10px;
	margin: 0 auto;
  position: absolute;
  color: #fff;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 970px) {
  #pickupitem .main_title {
	width: 96%;
	padding: 10px;
	margin: 0 auto;
  position: absolute;
  color: #fff;
  color: #000;
  text-align: center;
}
	}

@media screen and (max-width: 970px) {
  #pickupitem .main_title {
    top: 40%;
    left: 0%;
    right: 0;
  }
}

@media screen and (min-width: 970px) {
  #pickupitem .main_title {
     top: 38%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

#pickupitem .main_title h1 {
 animation-delay: 0.8s;
}
@media screen and (min-width: 970px) {
  #pickupitem .main_title h1 {
    margin: 0 auto;
    font-size: 30px;
    line-height: 1;
	  	padding: 15px;
	background-color: rgba(255,255,255,0.7);
  }
#pickupitem .main_title h1 span {
	display: block;
    font-size: 20px;
	  line-height: 1.2em;
}
	span:nth-child(2){
		display: block;
		margin-top: 12px;
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 970px) {
  #pickupitem .main_title h1 {
    margin: 0px auto;
	  	padding: 15px;
    font-size: 24px;
    line-height: 1;
	 background-color: rgba(255,255,255,0.7);
  }
}

@media screen and (max-width: 970px) {
  #pickupitem .main_title h1 span {
	  display: block;
    font-size: 18px;
	  line-height: 1.2em;
  }
	span:nth-child(2){
		display: block;
		 font-size: 16px;
		margin-top: 12px;
		margin-bottom: 4px;
	}
}

#pickupitem .main_title p {
  padding-top: 15px;
  animation-delay: 1s;
}
	
@media screen and (min-width: 970px) {
  #pickupitem .main_title p {
    font-size:18px;
	letter-spacing: 0.5px;
  }
}
@media screen and (max-width: 970px) {
  #pickupitem .main_title p {
    font-size:14px;
	 letter-spacing: 0.5px;
	  line-height: 14px;
  }
}

#pickupitem .scroll_bar {
  position: absolute;
  bottom: -4%;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 50px;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (min-width: 970px) {
  #pickupitem .scroll_bar {
    bottom: -4%;
    height: 70px;
  }
}
#pickupitem .scroll_bar span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  animation: bar_anim_y 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@keyframes bg-scrolling-reverse {
  100% {
    background-position: 318px 317px;
  }
}
@keyframes bg-scrolling {
  0% {
    background-position: 318px 317px;
  }
}
@keyframes bar_anim_y {
  0% {
    transform: translateY(-100%);
  }
  30% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(100%);
  }
}
#pickupitem #main_read {
  margin: 0 auto;
  background-color: #ffffff;
  text-align: center;

}
@media screen and (min-width: 970px) {
  #pickupitem #main_read {
    padding-top: 70px;
  }
}
@media screen and (max-width: 970px) {
  #pickupitem #main_read {
    width: 100%;
    padding-top: 70px;
  }
}
@media screen and (max-width: 970px) {
  #pickupitem #main_read li {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 970px) {
  #pickupitem #inner {
    margin: 0 auto;
  }
}
@media screen and (max-width: 970px) {
  #pickupitem #inner {
    width: 100%;
  }
}
#pickupitem .box1,
#pickupitem .box2 {
  background-color: #fff;
	  background-color: #ffffff;
}


@media screen and (min-width: 970px) {
  #pickupitem .boxinto {
    max-width: 600px;
    margin: 0 auto;

  }
}
@media screen and (min-width: 970px) {
  #pickupitem .box1 .box {
    padding: 120px 0 60px;
  }
	
  #pickupitem .box2 .box {
    padding: 60px 0 120px ;
	    border-top: 1px solid #707070;
  }
}
@media screen and (max-width: 970px) {
  #pickupitem .box1 .box {
    padding: 100px 0 50px;
  }
  #pickupitem .box2 .box {
    padding: 50px 0 100px;
	    border-top: 1px solid #707070;
	   width: 90%;
	  margin: 0 auto;
  }
}
#pickupitem .box .img_top {
  margin-top: 70px !important;
}
@media screen and (min-width: 970px) {
  #pickupitem .box .img_top {
    margin-top: 100px !important;
  }
}

#pickupitem .box .img_top1 {
  margin-top: 0px !important;
}
@media screen and (min-width: 970px) {
  #pickupitem .box .img_top1 {
    margin-top: 0px !important;
  }
}

#pickupitem .box .img_top2 {
  margin-top: 270px !important;
}
@media screen and (min-width: 970px) {
  #pickupitem .box .img_top2 {
    margin-top: 300px !important;
  }
}

#pickupitem .box h2 {
  text-align: center;
  padding-bottom: 20px;
  font-size: 18px;
}
@media screen and (min-width: 970px) {
  #pickupitem .box h2 {
    font-size: 20px;
	margin-bottom: 20px;
  }
}
#pickupitem .box .box_txt {
  width: 86%;
  text-align: left;
  margin: 30px auto;
}
#pickupitem .box .box_txt3 {
  width: 86%;
  text-align: center;
  margin: 30px auto;
}
@media screen and (min-width: 970px) {
  #pickupitem .box .box_txt {
    font-size: 13px;
      text-align: center;
  }
}
#pickupitem .box .box_txt2 {
  width: 90%;
  text-align: center;
  margin: 30px auto;
}
@media screen and (min-width: 970px) {
  #pickupitem .box .box_txt2 {
    text-align: center;
    font-size: 13px;
  }
}
#pickupitem .box .img_posi {
  position: relative;
}
@media screen and (min-width: 970px) {
  #pickupitem .box .img_posi {
    height: 600px;
	margin-bottom: 0px;
  }
}
@media screen and (max-width: 970px) {
  #pickupitem .box .img_posi {
    height: 400px;
    width: 90%;
    margin: 0 auto 40px;
  }
}
#pickupitem .box .img_posi .itemin {
  position: absolute;
}
@media screen and (min-width: 970px) {
  #pickupitem .box .img_posi .itemin {
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 970px) {
  #pickupitem .box .img_posi .itemin {
    width: 55%;
  }
}
#pickupitem .box .img_posi .itemin:nth-child(2) {
  bottom: 0;
  right: 30px;
  top: 200px;
}
@media screen and (max-width: 970px) {
  #pickupitem .box .img_posi .itemin:nth-child(2) {
    right: 0;
	top: 150px;
  }
}
#pickupitem .box .img_posi2 {
  position: relative;
}
@media screen and (min-width: 970px) {
  #pickupitem .box .img_posi2 {
    height: 700px;
  }
}
@media screen and (max-width: 970px) {
  #pickupitem .box .img_posi2 {
    height: 400px;
    width: 100%;
    margin: 0 auto;
  }
}
#pickupitem .box .img_posi2 .itemin {
  position: absolute;
  width: calc(100% / 2);
}
#pickupitem .box .img_posi2 .itemin:nth-child(1) {
  top: 0;
  left: 100px;
}
@media screen and (max-width: 970px) {
  #pickupitem .box .img_posi2 .itemin:nth-child(1) {
    left: 50px;
  }
}
#pickupitem .box .img_posi2 .itemin:nth-child(2) {
  bottom: 0;
  right: 0;
}
#pickupitem .box .credit {
  text-align: center;
  margin-bottom: 10px;
}
#pickupitem .box .credit .itemname {
  color: #A7A7A7;
}
#pickupitem .box .credit .tred {
  color: #FF0004;
}
#pickupitem .box .credit .line {
  display: inline-block;
  background: linear-gradient(rgba(255, 255, 255, 0) 96%, #000 0);
  background-size: 0 100%;
  background-repeat: no-repeat;
  animation: drawTheLine 1s linear 1 forwards;
}
@keyframes drawTheLine {
  from {
    background-size: 0 100%;
    -ms-background-size: 0 100%;
  }
  100% {
    background-size: 100% 100%;
    -ms-background-size: 100% 100%;
  }
}
#pickupitem h3 {
  text-align: center;
  font-size: 25px;
  margin-bottom: 20px;
}
@media screen and (min-width: 970px) {
  #pickupitem h3 {
    margin-bottom: 30px;
  }
}
#pickupitem h4 {
  text-align: center;
  font-size: 20px;
  margin: 80px 0 20px;
}
@media screen and (min-width: 970px) {
  #pickupitem h4 {
  margin: 60px 0 30px;
  }
}
#pickupitem .parallax-bg {
  padding: 30%;
}
@media screen and (min-width: 970px) {
  #pickupitem .parallax-bg {
    padding: 15%;
  }
}



.flex_goods{
	display:flex;
}




#pickupitem .movie {
  width: 100%;
  background-color: #ffffff;
}
#pickupitem .movie .moviein {
  padding: 70px 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 970px) {
  #pickupitem .movie .moviein {
    max-width: 600px;
  }
}
#pickupitem .movie .movie_img {
  width: 90%;
  display: block;
  margin: 0 auto 20px;
}
@media screen and (min-width: 970px) {
  #pickupitem .movie .movie_img {
  width: 70%;
  display: block;
  margin: 0 auto 20px;
}
}

#pickupitem .staff_box {
  background-color: #ffffff;
  padding: 70px 0 70px;
  margin-bottom: 0px;

}

#pickupitem .staff_box .staffin {
  padding: 70px 0 50px;
  border-top: 1px solid #707070;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 970px) {
  #pickupitem .staff_box .staffin {
    max-width: 600px;
  }
}
@media screen and (min-width: 970px) {
  #pickupitem .staff_box {
    padding: 0px 0 0px;
  }
}
#pickupitem .staff_box .flex_item {
  display: flex;
  justify-content: space-between;
  width: 85%;
  margin: 25px auto 0;
}
@media screen and (min-width: 970px) {
  #pickupitem .staff_box .flex_item {
    max-width: 600px;
	  margin-top: 25px;
  }
}
#pickupitem .staff_box .flex_item div {
  width: calc(100% / 2 - 10px);
}

#pickupitem .itemin .flex_item {
  display: flex;
  justify-content: space-between;
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 970px) {
  #pickupitem .itemin .flex_item {
    max-width: 600px;
  }
}
#pickupitem .itemin .flex_item div {
  width: calc(100% / 2 - 10px);
}

#pickupitem .staff_box .itemin {
  position: relative;
}
#pickupitem .staff_box .num {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  z-index: 1;
  font-size: 13px;
}
@media screen and (min-width: 970px) {
  #pickupitem .staff_box .num {
    font-size: 20px;
  }
}
#pickupitem .staff_box .credit {
  padding-top: 10px;
  text-align: center;
}
@media screen and (max-width: 970px) {
  #pickupitem .staff_box .credit {
    font-size: 12px;
    line-height: 1.6;
  }
}



#pickupitem .item_box {
  background-color: #ffffff;
  padding: 0px 0;
}

#pickupitem .item_box .item_boxin {
  padding: 70px 0;
  border-top: 1px solid #707070;
/*border-top: 1px solid #707070;*/
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 970px) {
  #pickupitem .item_box .item_boxin {
    max-width: 600px;
  }
}

@media screen and (min-width: 970px) {
  #pickupitem .item_box {
    padding: 30px 0;
  }
}
#pickupitem .item_box .flex_item {
 /* display: flex;*/
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;

}
@media screen and (min-width: 970px) {
  #pickupitem .item_box .flex_item {
    max-width: 350px;
  }
}
/* 
#pickupitem .item_box .flex_item div {
  width: calc(100% / 2 - 10px);
	margin: 0 auto;
}*/
#pickupitem .item_box .itemin {
  position: relative;
}
#pickupitem .item_box .num {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  z-index: 1;
  font-size: 13px;
}
@media screen and (min-width: 970px) {
  #pickupitem .item_box .num {
    font-size: 20px;
  }
}
#pickupitem .item_box .credit a {
  padding-top: 10px;
  text-align: center;
}
@media screen and (max-width: 970px) {
  #pickupitem .item_box .credit a {
    font-size: 12px;
    line-height: 1.6;
	  padding-top: 20px;
  }
}



#pickupitem .archive_box {
  background-color: #ffffff;
		  padding-top: 100px;
		   border-top: 1px solid #707070;
}
@media screen and (min-width: 970px) {
  #pickupitem .archive_box .ar_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 700px;
	  margin: 0 auto;
  }

}
#pickupitem .archive_box .com ul li {
  color: #000;
}
#pickupitem .archive_box .archivein {
  position: relative;
}
@media screen and (min-width: 970px) {
  #pickupitem .archive_box .archivein {
    width: calc(100% / 2);
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

}
@media screen and (max-width: 970px) {
	  #pickupitem .archive_box .ar_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 70%;
	  margin: 0 auto;
  }

	
  #pickupitem .archive_box .archivein {
    border-top: 1px solid #fff;
  }
}
#pickupitem .archive_box .archivein ul {
  color: #fff;
  position: absolute;
  top: 70%;
  left: 10px;
}
#pickupitem .archive_box .archivein ul li:nth-child(1) {
  font-size: 16px;
}




#pickupitem details[open] .open {
  display: none;
}
#pickupitem details:not([open]) .close {
  display: none;
}
#pickupitem summary {
  text-align: center;
  font-size: 15px;
  margin: 50px auto 30px;
  cursor: pointer;
}
#pickupitem summary .fas {
  padding-left: 10px;
}
#pickupitem summary::-webkit-details-marker {
  display: none;
}
#pickupitem .btnarea {
  background-color: #ffffff;
  padding: 40px;
}
#pickupitem .sf {
  text-align: center;
  padding-bottom: 10px;
}
#pickupitem #btn {
  text-align: center;
  margin: 80px auto 40px;
  margin: 40px auto 40px;
  font-size: 13px;
}

@media screen and (min-width: 970px) {
  #pickupitem #btn {
    width: 400px;

  }
}
@media screen and (max-width: 970px) {
  #pickupitem #btn {
    width: 90%;
  }
}
#pickupitem #btn a {
  padding: 17px 0;
}
#pickupitem #btn a:nth-child(1) {
  background-color: #000;
  color: #ffffff;
}
#pickupitem #btn a:last-child {
  border: 1px solid #000;
}
#pickupitem #footer {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}

#pickupitem #footer .logo img {
  width: 100%;
  max-width: 100px;
}
#pickupitem #footer p.copyright {
  font-size: 10px;
  margin: 20px 0;
}
#pickupitem a.credit_first {
  margin: 10px auto;
}
#pickupitem #to_top {
  position: fixed;
  bottom: 75px;
  right: 15px;
  z-index: 100;
}
@media screen and (max-width: 970px) {
  #pickupitem #to_top {
    right: 15px;
    width: 15px;
    height: 15px;
  }
}
#pickupitem #to_top span:first-child {
  width: 15px;
  height: 15px;
  display: flex;
}
#pickupitem #to_top span:first-child img {
  width: 100%;
}
@media screen and (max-width: 970px) {
  #pickupitem #to_top span:first-child img {
    max-width: 15px;
  }
}
@media screen and (min-width: 970px) {
  #pickupitem #to_top span:first-child img {
    max-width: 25px;
  }
}

/* ANIMATION
--------------------------------------*/
