@charset "UTF-8";
/* line 2, app/assets/stylesheets/customer_history.scss */
.history_top .bg_img, .preview .bg_img {
  position: absolute;
  margin-top: -30px;
  width: 24vw;
  opacity: 0.1;
  top: auto;
}

/* line 10, app/assets/stylesheets/customer_history.scss */
.history_top .link_col, .preview .link_col {
  position: relative;
}

/* line 13, app/assets/stylesheets/customer_history.scss */
.history_top .link_col .link-img, .preview .link_col .link-img {
  width: 100%;
  padding: 1vw;
}

/* line 18, app/assets/stylesheets/customer_history.scss */
.history_top .link_col .new_mark, .preview .link_col .new_mark {
  position: absolute;
  top: 1vw;
  right: 1vw;
  width: 8vw;
}

/* line 29, app/assets/stylesheets/customer_history.scss */
.history_list .history_list_body .whats_banner img, .preview .history_list_body .whats_banner img {
  max-width: 100%;
}

/* line 33, app/assets/stylesheets/customer_history.scss */
.history_list .history_list_body .bg_image, .preview .history_list_body .bg_image {
  position: absolute;
  z-index: -1;
  left: 0;
  width: 30%;
  top: 34vw;
}

/* line 41, app/assets/stylesheets/customer_history.scss */
.history_list .history_list_body .subtitle_image, .preview .history_list_body .subtitle_image {
  width: 50%;
}

/* line 45, app/assets/stylesheets/customer_history.scss */
.history_list .history_list_body .all_select, .preview .history_list_body .all_select {
  display: flex;
  margin-bottom: 1rem;
}

/* line 49, app/assets/stylesheets/customer_history.scss */
.history_list .history_list_body .all_select a, .preview .history_list_body .all_select a {
  width: 50%;
  color: #000b94;
}

/* line 54, app/assets/stylesheets/customer_history.scss */
.history_list .history_list_body .all_select div, .preview .history_list_body .all_select div {
  width: 50%;
  border: 1px solid black;
  text-align: center;
  font-weight: bold;
  padding: 5px;
}

/* line 61, app/assets/stylesheets/customer_history.scss */
.history_list .history_list_body .all_select div.link, .preview .history_list_body .all_select div.link {
  border-color: #000b94;
}

/* line 64, app/assets/stylesheets/customer_history.scss */
.history_list .history_list_body .all_select div.link.jo, .preview .history_list_body .all_select div.link.jo {
  border-left: none;
}

/* line 68, app/assets/stylesheets/customer_history.scss */
.history_list .history_list_body .all_select div.link.ha, .preview .history_list_body .all_select div.link.ha {
  border-right: none;
}

/* line 76, app/assets/stylesheets/customer_history.scss */
.history_list .history_container, .preview .history_container {
  width: 100%;
  position: relative;
  margin-bottom: 4vw;
}

/* line 81, app/assets/stylesheets/customer_history.scss */
.history_list .history_container .history_line, .preview .history_container .history_line {
  display: inline-flex;
}

/* line 84, app/assets/stylesheets/customer_history.scss */
.history_list .history_container .history_line .thumbnail, .preview .history_container .history_line .thumbnail {
  position: relative;
  width: 22vw;
  height: 20vw;
  margin: 0 3vw;
}

/* line 91, app/assets/stylesheets/customer_history.scss */
.history_list .history_container .history_line .thumbnail.new_mark::after, .preview .history_container .history_line .thumbnail.new_mark::after {
  content: 'NEW';
  background-color: #B53038;
  top: 0;
  width: 40px;
  position: absolute;
  left: 0;
  height: 40px;
  border-top-left-radius: 4px;
  color: white;
  font-size: 0.5rem;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
  padding: 5px 2px;
  text-align: left;
}

/* line 107, app/assets/stylesheets/customer_history.scss */
.history_list .history_container .history_line .thumbnail .movie_layer, .preview .history_container .history_line .thumbnail .movie_layer {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}

/* line 112, app/assets/stylesheets/customer_history.scss */
.history_list .history_container .history_line .thumbnail .movie_layer img, .preview .history_container .history_line .thumbnail .movie_layer img {
  width: 30%;
}

/* line 117, app/assets/stylesheets/customer_history.scss */
.history_list .history_container .history_line .thumbnail img.fit, .preview .history_container .history_line .thumbnail img.fit {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #dadada;
}

/* line 125, app/assets/stylesheets/customer_history.scss */
.history_list .history_container .history_line .history_title, .preview .history_container .history_line .history_title {
  margin: 0 1vw;
  font-size: 1.2rem;
  color: #464646;
  width: 58vw;
  text-align: left;
}

/* line 137, app/assets/stylesheets/customer_history.scss */
.history_pamphlet .title_container {
  position: relative;
}

/* line 140, app/assets/stylesheets/customer_history.scss */
.history_pamphlet .title_container h1 {
  position: relative;
  /*相対配置*/
  margin-top: 30px;
  padding-left: 5vw;
  font-size: 1.4rem;
}

/* line 147, app/assets/stylesheets/customer_history.scss */
.history_pamphlet .title_container h1:before {
  /*スペースを作る*/
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  display: block;
}

/* line 155, app/assets/stylesheets/customer_history.scss */
.history_pamphlet .title_container h1:after {
  /*画像を絶対配置*/
  position: absolute;
  content: '';
  left: 0;
  width: 107%;
  height: 40px;
  margin-left: -3vw;
  background-image: url(/assets/detail_ttl_line-977aa2d1b275ab6d13083159e6446df92983689eaf9cedeb1724276c8de30886.png);
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 167, app/assets/stylesheets/customer_history.scss */
.history_pamphlet .title_container .description {
  padding: 1rem;
}

/* line 172, app/assets/stylesheets/customer_history.scss */
.history_pamphlet .pamphlet_detail {
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding-top: 10px;
  position: relative;
}

/* line 178, app/assets/stylesheets/customer_history.scss */
.history_pamphlet .pamphlet_detail .arrow {
  position: absolute;
  width: 14vw;
  top: 40vh;
}

/* line 183, app/assets/stylesheets/customer_history.scss */
.history_pamphlet .pamphlet_detail .arrow.right {
  right: 2vw;
}

/* line 186, app/assets/stylesheets/customer_history.scss */
.history_pamphlet .pamphlet_detail .arrow.right.fade {
  animation: fadeIn 1s ease 0s 0 normal;
}

/* line 191, app/assets/stylesheets/customer_history.scss */
.history_pamphlet .pamphlet_detail .arrow.left {
  left: 2vw;
}

/* line 194, app/assets/stylesheets/customer_history.scss */
.history_pamphlet .pamphlet_detail .arrow.left.fade {
  animation: fadeIn 1s ease 0s 0 normal;
}

/* line 201, app/assets/stylesheets/customer_history.scss */
.history_pamphlet .pamphlet_detail #image_viewer {
  display: flex;
  overflow-x: scroll;
  padding-right: 2vw;
  padding-left: 2vw;
}

/* line 207, app/assets/stylesheets/customer_history.scss */
.history_pamphlet .pamphlet_detail #image_viewer .main_image {
  display: block;
  height: 80vh;
  margin-left: 1vw;
  margin-right: 1vw;
  border: 1px solid gray;
}

/* line 215, app/assets/stylesheets/customer_history.scss */
.history_pamphlet .pamphlet_detail #image_viewer .main_image, .history_pamphlet .pamphlet_detail #image_viewer .goto_premium {
  box-shadow: 0 0 6px 0 #0000002e;
  margin-top: 6px;
  margin-bottom: 6px;
}

/* line 221, app/assets/stylesheets/customer_history.scss */
.history_pamphlet .pamphlet_detail #image_viewer .goto_premium {
  margin-left: 5vw;
  margin-right: 5vw;
  padding-bottom: 2rem;
  border: 1px solid gray;
  display: flex;
  align-items: center;
}

/* line 229, app/assets/stylesheets/customer_history.scss */
.history_pamphlet .pamphlet_detail #image_viewer .goto_premium .title {
  color: purple;
  font-size: 1.4rem;
  margin: 12vw 0 8vw;
}

/* line 235, app/assets/stylesheets/customer_history.scss */
.history_pamphlet .pamphlet_detail #image_viewer .goto_premium hr {
  width: 80%;
  background: linear-gradient(to right, #4b00ff, #009805);
  border: none;
  height: 1px;
}

/* line 242, app/assets/stylesheets/customer_history.scss */
.history_pamphlet .pamphlet_detail #image_viewer .goto_premium .description {
  color: purple;
  font-size: 1.2rem;
  margin: 8vw 12vw 2vw;
}

/* line 248, app/assets/stylesheets/customer_history.scss */
.history_pamphlet .pamphlet_detail #image_viewer .goto_premium .under_arrow {
  width: 8px;
  border-top: 8px solid purple;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4vw;
  margin-bottom: 4vw;
}

/* line 259, app/assets/stylesheets/customer_history.scss */
.history_pamphlet .pamphlet_detail #image_viewer .goto_premium .premium_image {
  width: 80%;
}

/* line 263, app/assets/stylesheets/customer_history.scss */
.history_pamphlet .pamphlet_detail #image_viewer .goto_premium .premium_link {
  margin-top: 8vw;
}

/* line 270, app/assets/stylesheets/customer_history.scss */
.history_pamphlet #init_modal.modal {
  white-space: normal;
}

/* line 279, app/assets/stylesheets/customer_history.scss */
.history .modal, .history_list .modal, .preview .modal {
  z-index: 10000;
}

/* line 283, app/assets/stylesheets/customer_history.scss */
.history .tab_container, .history_list .tab_container, .preview .tab_container {
  display: flex;
  align-self: stretch;
  overflow: auto;
}

/* line 288, app/assets/stylesheets/customer_history.scss */
.history .tab_container .tab, .history_list .tab_container .tab, .preview .tab_container .tab {
  font-size: 0.8rem;
  text-align: center;
  width: 50%;
  min-width: 28%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: unset;
  color: black;
  border: 1px solid black;
  border-right: none;
}

/* line 302, app/assets/stylesheets/customer_history.scss */
.history .tab_container .tab a, .history_list .tab_container .tab a, .preview .tab_container .tab a {
  width: 100%;
  color: black;
}

/* line 307, app/assets/stylesheets/customer_history.scss */
.history .tab_container .tab:last-child, .history_list .tab_container .tab:last-child, .preview .tab_container .tab:last-child {
  border-right: 1px solid;
}

/* line 311, app/assets/stylesheets/customer_history.scss */
.history .tab_container .tab.active, .history_list .tab_container .tab.active, .preview .tab_container .tab.active {
  background-color: #8f4192;
  border: 1px solid #8f4192;
  color: white;
}

/* line 321, app/assets/stylesheets/customer_history.scss */
.history .history_detail_body .thumbnail-container, .history_list .history_detail_body .thumbnail-container, .preview .history_detail_body .thumbnail-container {
  width: 100%;
  position: relative;
}

/* line 325, app/assets/stylesheets/customer_history.scss */
.history .history_detail_body .thumbnail-container .description, .history_list .history_detail_body .thumbnail-container .description, .preview .history_detail_body .thumbnail-container .description {
  position: absolute;
  bottom: 0;
  padding: 10vw 2vw 2vw 2vw;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.8) 100%);
  color: white;
  width: 100%;
}

/* line 334, app/assets/stylesheets/customer_history.scss */
.history .history_detail_body .thumbnail-container .eyecatch, .history_list .history_detail_body .thumbnail-container .eyecatch, .preview .history_detail_body .thumbnail-container .eyecatch {
  width: 100%;
}

/* line 339, app/assets/stylesheets/customer_history.scss */
.history .history_detail_body .main_contents, .history_list .history_detail_body .main_contents, .preview .history_detail_body .main_contents {
  position: relative;
}

/* line 342, app/assets/stylesheets/customer_history.scss */
.history .history_detail_body .main_contents .bg_image, .history_list .history_detail_body .main_contents .bg_image, .preview .history_detail_body .main_contents .bg_image {
  position: absolute;
  z-index: -1;
  left: 0;
  width: 25%;
  opacity: 0.1;
}

/* line 350, app/assets/stylesheets/customer_history.scss */
.history .history_detail_body .main_contents .history_main, .history_list .history_detail_body .main_contents .history_main, .preview .history_detail_body .main_contents .history_main {
  width: 100%;
  max-width: 100%;
  padding: 3vw;
  color: #484848;
}

/* line 356, app/assets/stylesheets/customer_history.scss */
.history .history_detail_body .main_contents .history_main h1, .history_list .history_detail_body .main_contents .history_main h1, .preview .history_detail_body .main_contents .history_main h1 {
  position: relative;
  /*相対配置*/
  font-size: 1.4rem;
  margin-top: 4vw;
  margin-bottom: 6vw;
  font-weight: normal;
}

/* line 363, app/assets/stylesheets/customer_history.scss */
.history .history_detail_body .main_contents .history_main h1:before, .history_list .history_detail_body .main_contents .history_main h1:before, .preview .history_detail_body .main_contents .history_main h1:before {
  /*スペースを作る*/
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  display: block;
}

/* line 371, app/assets/stylesheets/customer_history.scss */
.history .history_detail_body .main_contents .history_main h1:after, .history_list .history_detail_body .main_contents .history_main h1:after, .preview .history_detail_body .main_contents .history_main h1:after {
  /*画像を絶対配置*/
  position: absolute;
  content: '';
  left: 0;
  width: 107%;
  height: 40px;
  margin-left: -3vw;
  background-image: url(/assets/detail_ttl_line-977aa2d1b275ab6d13083159e6446df92983689eaf9cedeb1724276c8de30886.png);
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 389, app/assets/stylesheets/customer_history.scss */
.history_poster .contents {
  padding: 20px 0;
  border-bottom: 1px solid lightgray;
}

/* line 393, app/assets/stylesheets/customer_history.scss */
.history_poster .contents .logo {
  text-align: center;
  margin: 30px 0;
}

/* line 397, app/assets/stylesheets/customer_history.scss */
.history_poster .contents .logo img {
  width: 80%;
}
