@charset "UTF-8";

/*====================================

base

=====================================*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

b {
  font-weight: bold;
}

/*  HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  /* background-color: red; */
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  background: #f7f7f7;
  color: #2b2d41;
  overflow-x: hidden;
}
ul,dl,ol {
  list-style-type: none;
  list-style-position: outside;
}

a:link {
  color: #2b2d41;
  text-decoration: none;
}

a:visited {
  color: #2b2d41;
  text-decoration: none;
}

a:hover {
  color: #2b2d41;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

button:focus{
  outline:none;
}

img {
  width: 100%;
  height: auto;
}

.thumb {
  background: #2b2d41;
  border-radius: 5px 5px 0 0;
  line-height: 0;
  overflow: hidden;
}

.tit_cate{
  margin-left:0 !important;
}

/* -------------------------- for pc --------------------------*/
.maxheight{
    min-height: 100vh;
    position: relative;/*相対位置*/
    padding-bottom: 350px;/*footerの高さ*/
    overflow: hidden;
}
.maxheight footer{
    width:100%;
    position: absolute;/*←絶対位置*/
    bottom: 0; /*下に固定*/
}

@media screen and (min-width:767px) {
  .pcnone {
    display: none !important;
  }
  .wrapper {
    width: 1000px;
    margin: 0 auto;
  }
  .tit:before {
    content: "";
    display: inline-block;
    background: url(../../img/ico_assets.png)no-repeat;
    background-size: 131px 123px;
    vertical-align: middle;
    margin-right: 10px;
  }
  .tit_register:before {
    width: 20px;
    height: 20px;
    background-position: -51px -55px;
  }
  .tit_broadcast:before {
    width: 24px;
    height: 17px;
    background-position: -97px -10px;
  }
  .tit_rec:before {
    width: 23px;
    height: 22px;
    background-position: -54px -10px;
  }
  .tit_feature:before {
    width: 24px;
    height: 27px;
    background-position: -10px -10px;
  }
  .tit_tag:before {
    width: 16px;
    height: 20px;
    background-position: -11px -96px;
  }
  .tit_folder:before {
    width: 18px;
    height: 21px;
    background-position: -47px -96px;
  }
  .tit_question:before {
    width: 21px;
    height: 25px;
    background-position: -11px -55px;
  }
  .tit_request:before {
    width: 18px;
    height: 22px;
    background-position: -97px -95px;
  }
  .tit_list:before {
    width: 18px;
    height: 18px;
    background-position: -97px -45px;
  }
  .thumb img {
    transition: 0.5s;
  }
  .container:hover .thumb img {
    opacity: 0.7;
    transform: scale(1.1, 1.1);
    transition: 0.5s;
  }
  /*====================================

line-clamp

=====================================*/
  .clamp {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .clamp_2 {
    -webkit-line-clamp: 2;
  }
  .clamp_3 {
    -webkit-line-clamp: 3;
  }
  .clamp_22 {
    -webkit-line-clamp: 22;
  }
  /*====================================

for IE11

=====================================*/
  @media all and (-ms-high-contrast:none) {
    *::-ms-backdrop,
    #future .clamp_3 {
      max-height: 60px;
    }
  }
  @media all and (-ms-high-contrast:none) {
    *::-ms-backdrop,
    #recommend h2 {
      max-height: 43px;
      overflow: hidden;
    }
  }
  @media all and (-ms-high-contrast:none) {
    *::-ms-backdrop,
    .clamp_22 {
      max-height: 500px;
    }
  }
  @media all and (-ms-high-contrast:none) {
    *::-ms-backdrop,
    .slider .clamp_3 {
      max-height: 62px;
    }
  }
  /*====================================

header

=====================================*/
  header {
    position: relative;
  }
  #hdr {
    width: 1000px;
    margin: 25px auto 0 auto;
  }
  header #site_id {
    display: flex;
    align-items: center;
  }
  header #logo {
    width: 113px;
  }
  #logo img {
    width: 100%;
    height: auto;
  }
  header #intro {
    font-size: 1.3rem;
    margin-left: 23px;
    line-height: 1;
    color: #2b2d41;
    white-space: nowrap;
  }
  #hdr {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
  }
  #hdr #login_area {
    display: flex;
    align-items: center;
  }
  #hdr #login_area p {
    margin-left: 15px;
    font-size: 1.3rem;
    white-space: nowrap;
  }
  #hdr #login_area .user {
    font-size: 1.6rem;
    font-weight: bold;
    display: inline;
    display: inline-block;
  }
  #hdr #login_area .user img {
    width: 19px;
    height: auto;
    vertical-align: baseline;
    margin-left: 10px;
    position: relative;
  }
  #hdr #login_area .btn_logout {
    width: 33px;
  }
  #hdr #login_area .btn_setting {
    width: 19px;
    height: auto;
  }
  #hdr #login_area .user .user-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: left;
    max-width: 280px;
    word-break: break-word;
  }
  #hdr #login_area .user .honorific {
    display: initial;
  }
#hdr .btn_login a,
#hdr.sec-page .btn_login a {
    width: 78px;
    height: 37px;
    background: #2b2d41;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-radius: 4px;
  }
  /*.sec-page 下層ページ(PC)  */
  #hdr.sec-page {
		width: auto;
		margin: 0;
        max-width: none;
	}
	#hdr.sec-page a{ color: #2b2d41;}
  
  header nav {
    max-width: 1000px;
    font-size: 1.4rem;
    margin: 23px auto 0 auto;
    position: relative;
  }
  header nav ul {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    width: 1000px;
    max-width: 1000px;
  }
  header nav ul::-webkit-scrollbar {
    height: 6px;
  }
  header nav ul::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  header nav ul::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
  }
  header nav ul::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  header nav li {
    flex-shrink: 0;
  }
  header nav li a {
    display: block;
    padding: 13px 20px 13px 20px;
    font-weight: bold;
    white-space: nowrap;
  }
  header nav .focus a {
    border-bottom: 2px solid #ebd758;
    position: relative;
    z-index: 99;
  }
  header nav:after {
    content: "";
    display: block;
    width: 1000px;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: 6px;
    left: 0;
  }
  header #fav_btn {
    cursor: pointer;
    text-indent: -999em;
    width: 59px;
    flex-shrink: 0;
    background: url(../../img/fav_assets.png) no-repeat -0 -40px, #ebebeb;
    background-size: 59px 72px, auto;
    border-bottom: 2px solid #000;
    position: sticky;
    right: 0;
    margin-left: auto;
    padding: 13px 0;
  }
  header .fav_focus {
    background: url(../../img/fav_assets.png) no-repeat -0 -4px, #ebebeb !important;
    background-size: 59px 72px, auto !important;
  }
  header #fav_btn:hover {
    cursor: pointer;
  }
  .favorite-list {
    display: none;
    width: 1000px;
    margin: 0 auto;
    background: rgb(255, 255, 255);
    filter: alpha(opacity=90);
    background: rgba(255, 255, 255, 0.9);
    font-size: 1.7rem;
    position: absolute;
    top: 103px;
    left: 50%;
    margin-left: -500px;
    z-index: 9998;
    max-height: 500px;
    overflow-y: auto;
  }
  .favorite-list li a {
    padding: 15px 30px 15px 15px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../../img/arrow_link.png)no-repeat 99% center;
    background-size: 8px 17px;
    font-weight: bold;
  }
  .favorite-list li:not(:last-child) a {
    border-bottom: 1px solid #ddd;
  }
  .fixed_hdr {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    background: rgb(235, 235, 235);
    filter: alpha(opacity=90);
    background: rgba(235, 235, 235, 0.9);
  }
  .fixed_hdr #hdr {
    margin-top: 15px !important;
  }
  .fixed_hdr #logo {
    width: 85px;
  }
  .fixed_hdr #intro {
    margin-left: 13px;
  }
  .fixed_hdr nav {
    margin: 13px auto 0 auto;
  }
  .fixed_hdr .favorite-list {
    top: 100px;
  }
  /*====================================

common

=====================================*/
/* ミライの　１件だった場合　maya add */
  #single_content{ width: 100%;}
  #single_content > a{ width: 100%;}
  #single_content .thumb{ width: 50%; float: left;    border-radius: 5px 0 0 5px;}
  #single_content h2 span{
  	display: -webkit-box;
  	-webkit-line-clamp: 3;
  	-webkit-box-orient: vertical;
  	overflow: hidden;
  }
  #single_content dl dt {margin-left: 20px;}
  #single_content dl dd > div{
  	overflow: hidden;
  	text-overflow: ellipsis;
  	height: 6.7rem;
  }
  #single_content .description{padding-left: 20px;}

  article section {
    padding-top: 25px;
  }
  .col2 {
    display: flex;
    justify-content: space-between;
  }
  article section h1 {
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom: 25px;
  }
  .container {
    display: block;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    padding-bottom: 20px;
  }
  .container h2 {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.4;
    margin: 20px 15px 0 20px;
    display: inline-block;
    width: 370px;
    min-height: 69px;/* maya add */
    vertical-align: middle;
  }
  .reserve {
    display: inline-block;
    vertical-align: bottom;
    text-indent: -999em;
    width: 64px;
    height: 64px;
    background: url(../../img/btn_reserve_normal.png)no-repeat;
    background-size: 64px 64px;
    position: relative;
    bottom: 4px;
    z-index: 9;
  }
  .reserve_focus {
    background: url(../../img/btn_reserve_hover.png)no-repeat;
    background-size: 64px 64px;
  }
  .favorite-button {
    display: inline-block;
    vertical-align: top;
    text-indent: -999em;
    width: 45px;
    height: 45px;
    background: url(../../img/btn_fav_normal.png)no-repeat;
    background-size: 45px 45px;
    margin-top: 20px;
    position: relative;
    z-index: 9;
  }
  .favorite_focus {
    background: url(../../img/btn_fav_hover.png)no-repeat;
    background-size: 45px 45px;
  }
  .container .cast {
    margin: 20px 20px 0 20px;
  }
  .container .cast dt {
    background: #2b2d41;
    color: #fff;
    width: 34px;
    border-radius: 4px;
    font-size: 1.2rem;
    text-align: center;
    padding: 2px;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    line-height: 1.3;
  }
  .container .cast dd {
    display: inline-block;
    vertical-align: top;
    line-height: 1.4;
    position: relative;
    bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .container .cast dd span {
    font-size: 1.1rem;
  }
  .container .description {
    border-top: 1px solid #eee;
    margin: 10px 20px 0 20px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding-top: 10px;
  }
  /*====================================

future

=====================================*/
  .future_col{
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  }/* maya add */
  .future_col .container {
    background:transparent;
    box-shadow: 0 0 0 0;
  }/* maya add */
  .col2 .container {
    width: 490px;
  }
  #future .container .cast dd {
    width: 404px;
  }
  .wrapper_remind {
    position: relative;
    display: none;
  }
  .remind {
    background: rgb(255, 255, 255);
    filter: alpha(opacity=95);
    background: rgba(255, 255, 255, 0.95);
    display: inline-block;
    padding: 5px 50px;
    border: 1px solid #ddd;
    text-align: center;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: -312px;
    right: 11px;
    font-size: 1.2rem;
    line-height: 1.5;
    border-radius: 5px;
    border: 1px solid #ccc;
  }
  .remind span::before,
  .remind span::after {
    content: '';
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    position: absolute;
    right: 30px;
    margin-left: -10px;
  }
  .remind span::before {
    background: #ddd;
    bottom: -7px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  }
  .remind span::after {
    background: #fff;
    bottom: -5px;
  }
  .remind a {
    text-decoration: underline;
  }
  /*====================================

recommend

=====================================*/
  #recommend .left_col .container {
    width: 583px;
    height: 100%;
  }
  #recommend .left_col .container h2 {
    width: 478px;
    vertical-align: middle;
  }
  #recommend .right_col .container {
    width: 397px;
  }
  #recommend .right_col .container .thumb,
  .col4 .thumb {
    position: relative;
  }
  #recommend .right_col .favorite-button,
  .col4 .favorite-button {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  #recommend .right_col .container:not(:last-child) {
    margin-bottom: 20px;
  }
  #recommend h2 {
    width: auto;
  }
  #recommend .left_col .description {
    font-size: 1.5rem;
  }
  #recommend .container .cast dd {
    width: 497px;
  }
  /*====================================

feature

=====================================*/
  #feature h1 {
    font-size: 2.0rem !important;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 25px;
    margin: 0 0 25px 0 !important;
  }
  #feature .tit {
    font-size: 1.8rem;
    margin: 0 0 0 20px;
  }
  .hdr_feature {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  .hdr_feature .update {
    margin-right: 20px;
  }
  .slider .container {
    width: 490px;
  }
  .slider {
    width: 1000px;
    margin: 0 auto 25px auto;
    position: relative;
  }
  .slider h2{
    height:69px;
  }
  .slider .cast{
    height:22px;
    overflow:hidden;
  }
  .slider h2{
    height:69px;
  }
  .arrow {
    width: 56px;
    position: absolute;
    top: 38%;
    z-index: 9;
  }
  .arrow {
    cursor: pointer;
  }
  .prev_arrow {
    left: -35px;
  }
  .next_arrow {
    right: -35px;
  }
  .slick-list {
    overflow: visible !important;
  }
  .slider:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    filter: alpha(opacity=80);
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: -101%;
    z-index: 1;
    border-radius: 5px;
  }
  .slider:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    filter: alpha(opacity=80);
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    right: -100%;
    z-index: 1;
    border-radius: 5px;
  }
  .slider .container h2 {
    width: 385px;
    vertical-align: top !important;
  }
  .slider .container .favorite {
    margin-top: 20px;
    vertical-align: top !important;
  }
  /* スライダー内のお気に入りボタンをサムネイル内に配置 */
  .slider .thumb {
    position: relative;
    overflow: visible !important;
  }
  .slider .favorite-button {
    position: absolute;
    bottom: 10px;
    right: 10px;
    margin-top: 0;
    z-index: 10;
  }
  .slider .container .cast dd {
    width: 404px;
  }
  /*====================================

ALL

=====================================*/
  #list h1 {
    font-size: 2.0rem !important;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 25px;
    margin: 0 0 25px 0 !important;
  }
  #list .tit {
    font-size: 1.8rem;
    margin: 0 0 0 20px;
  }
  .col4 {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
  .col4 .container {
/*    width: 235px; */
    margin-top: 20px;
    width: 23.5%;
    margin-right: 1.5%;
  }
  .col4 .container h3 {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 20px 20px 0 20px;
  }
  .col4 .favorite-button,
  .col4 .favorite_focus {
    width: 35px;
    height: 35px;
    background-size: 35px 35px;
  }
  /*====================================

about

=====================================*/
  #about {
    background: #ececec;
    padding: 80px 0;
    margin-top: 75px;
  }
  #about h4 {
    font-size: 2.0rem;
    line-height: 1;
    text-align: center;
    margin-bottom: 40px;
  }
  #about p {
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center;
  }
  #about ul {
    font-size: 0;
    text-align: center;
    margin-top: 60px;
  }
  #about li {
    display: inline-block;
    text-align: center;
    font-size: 1.2rem;
    margin: 0 30px;
  }
  #about li img {
    width: auto;
    height: 53px;
    display: block;
    margin: 0 auto 15px auto;
  }
  /*====================================

contact

=====================================*/
  #contact {
    background: #fae769;
    padding: 80px 0;
    display: flex;
    justify-content: center;
  }
  #contact_digipochi {
    padding-right: 50px;
    margin-right: 50px;
    border-right: 1px solid #ebd758;
  }
  #contact div {
    display: flex;
    align-items: center;
  }
  #contact p:first-of-type {
    width: 72px;
    margin-right: 35px;
  }
  #contact_m3 p span {
    font-size: 1.2rem;
  }
  #contact_m3 a {
    display: block;
    margin-top: 10px;
  }
  /*====================================

footer nav

=====================================*/
  #footer_nav {
    background: #2b2d41;
    color: #fff;
    padding: 20px 0;
  }
  #footer_nav ul {
    font-size: 0;
  }
  #footer_nav li {
    display: inline-block;
    font-size: 1.5rem;
  }
  #footer_nav li:first-of-type {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #fff;
  }
  #footer_nav a {
    color: #fff;
    white-space: nowrap;
  }
  #footer_nav .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    padding-left: 5px;
    padding-right: 5px
    ;
  }
  #footer_nav #copyright img {
    width: auto;
    height: 16px;
  }
  #totop {
    width: 1000px;
    text-indent: -999em;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -500px;
    z-index: 99;
  }
  #totop a {
    width: 60px;
    height: 60px;
    background: url(../../img/arrow_top.png)no-repeat;
    background-size: 60px 60px;
    display: block;
    position: absolute;
    bottom: 287px;
    right: -100px;
  }
  
  .future_col#single_content .thumb{
    width: 500px;
    height: 281.297px;
    overflow: hidden;
  }
  
  .col2 .future_col .thumb{
  width: 490px;
  height: 275.63px;
  overflow: hidden;
  }
  
  #recommend .left_col .thumb{
    width: 583px;
    height: 327.94px;
    overflow: hidden;
  }
  
  #recommend .right_col .thumb{
    width: 397px;
    overflow: hidden;
  }

  .slick-slide .thumb{
   width: 490px;
   height: 275.63px;
    overflow: hidden;
  }

  .col4 .thumb{
   width: 235px;
   height: 132.188px;
    overflow: hidden;
  }

} /* end @media screen and (min-width:768px) */


/* -------------------------- for sp --------------------------*/

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

  .spnone {
    display: none !important;
  }
  .wrapper {
    width: 94%;
    margin: 0 3%;
  }
  
  .tit.tit_register{
    font-size: 13px;
    padding: 0 10px 0 0;
  }
  
  .tit:before {
    content: "";
    display: inline-block;
    background: url(../../img/ico_assets.png)no-repeat;
    background-size: 131px 123px;
    vertical-align: middle;
    margin-right: 8px;
  }
  .tit_register:before {
    width: 21px;
    height: 21px;
    background-position: -52px -55px;
    display: none;
  }
  .tit_broadcast:before {
    width: 24px;
    height: 17px;
    background-position: -97px -10px;
  }
  .tit_rec:before {
    width: 23px;
    height: 22px;
    background-position: -54px -11px;
  }
  .tit_feature:before {
    width: 24px;
    height: 27px;
    background-position: -10px -10px;
  }
  .tit_tag:before {
    width: 16px;
    height: 20px;
    background-position: -11px -96px;
  }
  .tit_folder:before {
    width: 18px;
    height: 18px;
    background-position: -47px -97px;
  }
  .tit_question:before {
    width: 21px;
    height: 25px;
    background-position: -10px -55px;
  }
  .tit_request:before {
    width: 18px;
    height: 22px;
    background-position: -97px -95px;
  }
  .tit_list:before {
    width: 19px;
    height: 18px;
    background-position: -97px -45px;
  }
  .thumb {
    background: #2b2d41;
    border-radius: 5px 5px 0 0;
    line-height: 0;
    overflow: hidden;
    position: relative;
    z-index: 8;
  }
  .thumb_focus img {
    opacity: 0.7;
    transform: scale(1.1, 1.1);
    transition: 0.5s;
  }
  /*====================================

line-clamp

=====================================*/
  .clamp {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .clamp_2 {
    -webkit-line-clamp: 2;
  }
  .clamp_3,
  .clamp_22 {
    -webkit-line-clamp: 3;
  }
  .clamp_4 {
    -webkit-line-clamp: 4;
  }
  /*====================================

header

=====================================*/
  #hdr {
    width: 100%;
    /* margin: 10px auto 0 auto; */
    padding: 10px 10px 11px 0;
    display: flex;
    justify-content: flex-end;
    position: fixed;
    z-index: 1000;
    background:rgba(247,247,247,1);
    height: 12vw;
    min-height: 72px;
  }
  header #site_id {
    width: 23%;
    min-height:37px;
    min-width: 113px;
    position: absolute;
    left: 10px;
  }
   header .sec-page #site_id {
    left: 0;
  }
/*  header #site_id{  left: 10px;
  }*/  
  header #login_area {
    margin: 0 20px 0 0;
  }
  #hdr #login_area {
    display: inline-flex;
    align-items: center;
    
    margin-left:  130px;
    word-break: break-word;
    text-align: right;
  }
  #hdr #login_area .user {
    height: 100%;
  }
  #hdr #login_area .user a {
    display: inline-flex;
    height: 100%;
  }
  #hdr #login_area .user .user-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: left;
    max-width: 280px;
    align-self: center;
  }
  #hdr #login_area .user .honorific {
    align-self: center;
  }
  #hdr .user img {
    width: auto;
    vertical-align: middle;
    position: relative;
    bottom: 2px;
    height: 21px;
    margin-left: 7px;
    display:none;
  }
  #hdr .btn_login a {
    width: 100%;
    height: 25px;
    background: #2b2d41;
    color: #fff!important;
    display: block;
    text-align: center;
    border-radius: 4px;
    font-size: 1.4rem;
    box-sizing: border-box;
    padding: 5px 10px 3px 10px;
    position: relative;
    bottom: 3px;
    line-height: 1.4rem;
  }
  
  /*.sec-page 下層ページ(SP)  */
  .navbar.navbar-transparent{
    padding:0;
  }
  .navbar{
    margin:0;
    padding:0;
  }
  
  #hdr.sec-page {
		width: auto;
		margin: 0;
    display: flex;
    justify-content: flex-end;
    position: relative;
    min-height: 60px;
	}
	#hdr.sec-page a,
	#hdr.sec-page a:visited {
		color: #2b2d41;
		text-decoration: none;
	}
	#hdr.sec-page #logo a img{
	  height:37px!important;
	  width:auto;
	}
	header .sec-page #login_area{
		margin: 0;

	}

  
    
  header nav {
    font-size: 1.4rem;
  }
  header nav li a {
    display: block;
    padding: 15px;
    border-bottom: 3px solid #eee;
    position: relative;
    font-weight: bold;
    background: url("../../img/arrow_link.png") no-repeat 96% center;
    background-size: 8px 17px;

  }
  header nav li:first-of-type a {
    border-top: 3px solid #eee;
  }
  header nav .focus a {
    background: none;
  }
  header nav .focus a:before {
    content: "";
    display: inline-block;
    height: 20px;
    border-left: 5px solid #ebd758;
    position: absolute;
    left: 0;
    top: 28%;
    z-index: 999;
  }
  header #fav_btn {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  header #fav_btn {
    height: 18px;
    background: url(../../img/fav_assets.png)no-repeat;
    background-size: 59px 72px;
    background-position: right -46px;
  }
  header .fav_focus {
    height: 18px;
    background-size: 59px 72px;
    background-position: right -10px !important;
  }
  header #fav_btn:hover {
    cursor: pointer;
  }
  .favorite-list {
    display: none;
    margin: 0 auto;
    background: #fafafa;
    font-size: 1.4rem;
    max-height: 400px;
    overflow-y: auto;
  }
  .favorite-list li a {
    padding: 15px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .favorite-list li:not(:last-child) a {
    border-bottom: 1px solid #ddd;
  }
  .fixed_hdr {
    /*display: none;*/
  }
  #sp_menu {
    display: block;
    width: 20px;
    height: 19px;
    background: url(../../img/btn_menu.png)no-repeat;
    background-size: 20px 19px;
    align-self: center;
    min-width: 20px;
  }
  .sp_menu_focus {
    width: 20px !important;
    height: 19px !important;
    background: url(../../img/btn_close.png)no-repeat !important;
    background-size: 20px 19px !important;
  }
  #sp_menu_wrapper {
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    box-sizing: border-box;
    padding: 20px;
    display: none;
    z-index: 1000;
    top: 12vw;
  }
  #sp_menu_wrapper .tit_register {
    background: #f7f7f7;
    display: block;
    text-align: center;
    border: 1px solid #c4c4c9;
    border-radius: 4px;
    height: 45px;
    margin-bottom: 25px;
    box-sizing: border-box;
    padding-top: 12px;
    font-size: 1.5rem;
  }
  #sp_menu_wrapper .btn_logout {
    width: 9%;
    float: right;
    margin: 20px 3% 0 0;
  }
  /*====================================

common

=====================================*/
  article{ padding-top:40px}
  article section {
    padding-top: 52px;
  }
  article section h1 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 25px;
  }
  .container {
    display: block;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    padding-bottom: 15px;
    margin-bottom: 10px;
    position: relative;
  }
  .container h2 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
    margin: 15px 15px 0 15px;
  }
  .reserve {
    text-indent: -999em;
    width: 50px;
    height: 50px;
    background: url(../../img/btn_reserve_normal.png)no-repeat;
    background-size: 50px 50px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 998;
  }
  .reserve_focus {
    background: url(../../img/btn_reserve_hover.png)no-repeat;
    background-size: 50px 50px;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .favorite-button {
    display: inline-block;
    vertical-align: bottom;
    text-indent: -999em;
    width: 50px;
    height: 50px;
    background: url(../../img/btn_fav_normal.png)no-repeat;
    background-size: 50px 50px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
  }
  .favorite_focus {
    background: url(../../img/btn_fav_hover.png)no-repeat;
    background-size: 50px 50px;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .container .cast {
    margin: 10px 15px 0 15px;
  }
  .container .cast dt {
    background: #2b2d41;
    color: #fff;
    width: 34px;
    border-radius: 4px;
    font-size: 1.2rem;
    text-align: center;
    padding: 2px;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    line-height: 1.3;
  }
  .container .cast dd {
    width: 85%;
    display: inline-block;
    vertical-align: top;
    line-height: 1.4;
    position: relative;
    bottom: 1px;
    font-size: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .container .cast dd span {
    font-size: 1.1rem;
  }
  .container .description {
    border-top: 1px solid #eee;
    margin: 10px 15px 0 15px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding-top: 10px;
  }
  /*====================================

future

=====================================*/
  .future_col {
    position: relative;
  }
  .wrapper_remind {
    display: none;
  }
  .remind {
    background: rgb(255, 255, 255);
    filter: alpha(opacity=95);
    background: rgba(255, 255, 255, 0.95);
    display: inline-block;
    padding: 5px 30px;
    border: 1px solid #ddd;
    text-align: center;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: -47px;
    right: 0;
    font-size: 1.2rem;
    line-height: 1.5;
    border-radius: 5px;
    z-index: 999;
    border: 1px solid #ccc;
  }
  .remind span::before,
  .remind span::after {
    content: '';
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    position: absolute;
    right: 30px;
    margin-left: -10px;
  }
  .remind span::before {
    background: #ddd;
    bottom: -7px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  }
  .remind span::after {
    background: #fff;
    bottom: -5px;
  }
  .remind a {
    text-decoration: underline;
  }
  /*====================================

recommend

=====================================*/
  #recommend .left_col .container {
    height: 100%;
  }
  #recommend .left_col .container .clamp_2 {
    display: block !important;
  }
  #recommend .right_col .container .thumb,
  .col4 .thumb {
    position: relative;
  }
  #recommend .right_col .favorite,
  .col4 .favorite {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  #recommend .right_col .container:not(:last-child) {
    margin-bottom: 20px;
  }
  #recommend .left_col h2 {
    width: auto;
  }
  #recommend .left_col .description {
    font-size: 1.2rem;
  }
  /*====================================

feature

=====================================*/
  #feature {
    width: 100% !important;
    overflow-x: hidden !important;
  }
  #feature h1 {
    font-size: 1.6rem !important;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 25px;
    margin: 0 0 25px 0 !important;
  }
  #feature .tit {
    font-size: 1.5rem;
    margin: 0 0 0 15px;
  }
  .hdr_feature {
    margin-bottom: 15px;
  }
  .hdr_feature .update {
    margin: 5px 0 0 38px;
  }
  .slider {
    width: 80%;
    margin: 0 auto 15px auto;
    position: relative;
  }
  .slider h2 {
    height:60px;
  }
  .slider .cast dd {
    width:82%;
  }
  .slider dl {
    height: 22px;
    overflow: hidden;
  }
  .slider li {
    margin: 5px;
    opacity: 0.5;
  }
  .slider li.slick-current {
    opacity: 1;
  }
  /* スライダー内のお気に入りボタンをサムネイル内に配置（スマホ版） */
  .slider .thumb {
    position: relative;
    overflow: visible !important;
  }
  .slider .favorite-button {
    position: absolute;
    bottom: 10px;
    right: 10px;
    margin-top: 0;
    z-index: 10;
  }
  .arrow {
    width: 56px;
    position: absolute;
    top: 38%;
    z-index: 999;
  }
  .prev_arrow {
    left: -24px;
  }
  .next_arrow {
    right: -24px;
  }
  .slick-list {
    overflow: visible !important;
  }
  /*====================================

ALL

=====================================*/
  #list h1 {
    font-size: 2.0rem !important;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 25px;
    margin: 0 0 25px 0 !important;
  }
  #list .tit {
    font-size: 1.5rem;
    margin: 0 0 0 20px;
  }
  .col4 {
    margin-bottom: 15px;
  }
  .col4 .container {
    margin-top: 10px;
    font-size: 0;
    padding-bottom: 0;
  }
  .col4 .thumb {
    width: 50%;
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
    border-radius: 5px 0 0 5px;
  }
  .col4 .container h3 {
    display: inline-block;
    width: 50%;
    font-size: 1.4rem;
    line-height: 1.4;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0 15px;
  }
  .col4 .favorite-button,
  .col4 .favorite_focus {
    width: 35px;
    height: 35px;
    background-size: 35px 35px;
  }
  /*====================================

about

=====================================*/
  #about {
    background: #ececec;
    padding: 40px 0;
    margin-top: 20px;
  }
  #about h4 {
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 30px;
  }
  #about p {
    font-size: 1.5rem;
    line-height: 1.6;
    text-align: left;
    width: 84%;
    margin: 0 auto;
  }
  #about ul {
    font-size: 0;
    text-align: center;
    margin-top: 30px;
  }
  #about li {
    display: inline-block;
    text-align: center;
    font-size: 1.2rem;
    margin: 0 20px;
  }
  #about li img {
    width: auto;
    height: 53px;
    display: block;
    margin: 0 auto 10px auto;
  }
  /*====================================

contact

=====================================*/
  #contact {
    background: #fae769;
    padding: 40px 0;
    text-align: center;
    font-size: 1.4rem;
  }
  #contact_digipochi {
    padding-bottom: 20px;
    border-bottom: 1px solid #ebd758;
    width: 86%;
    margin: 0 auto 20px auto;
  }
  #contact p:first-of-type {
    width: 14%;
    margin: 0 auto 20px auto;
  }
  #contact_m3 p span {
    font-size: 1.2rem;
  }
  #contact_m3 a {
    display: block;
    margin-top: 10px;
  }
  /*====================================

footer nav

=====================================*/
  #footer_nav {
    background: #2b2d41;
    color: #fff;
    padding: 15px 0 5px 0;
  }
  #footer_nav ul {
    font-size: 0;
    text-align: center;
  }
  #footer_nav li {
    display: inline-block;
    font-size: 1.2rem;
  }
  #footer_nav li:first-of-type {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #fff;
  }
  #footer_nav a {
    color: #fff;
    white-space: nowrap;
  }
  #footer_nav #copyright {
    text-align: center;
    margin-top: 10px;
  }
  #footer_nav #copyright img {
    width: auto;
    height: 15px;
  }
  .maxheight{
    padding-bottom: 520px;
  }
  .regist-panel-wrap{
    margin: 0 10px;
  }
  .btn-col{
    display: block;
  }
  .regist-form label{
    font-size: 16px;
  }
}

@media screen and (max-width:330px) {
  #hdr.sec-page .user a {font-size:13px;}
}

@media screen and (max-width:600px) {
  #sp_menu_wrapper {
    top: 72px;
  }
}

/*====================================

banner

=====================================*/
.index-banner {
  padding-top: 10px;
  text-align: center;
}
.pc_banner {
  display: block;
  width: 1000px;
  margin: auto;
}
.pc_banner img {
  height: auto;
}
.sp_banner {
  display: none;
}
/*-- スマホ版表示CSS  --*/
@media screen and (max-width: 767px){
  .index-banner {
    text-align:center;
    padding-top: 9vw;
    margin-bottom: -30px;
    margin-right: 3%;
    margin-left: 3%;
  }
  .pc_banner {
    display: none;
  }
  .sp_banner {
    display: block;
    width: 100%;
  }
}