@charset "UTF-8";
/* CSS Document */
/*--------------------------
      header
----------------------------*/
body {
    padding-top:68px;
    min-width:1280px;
}
@media screen and (max-width: 640px) {
    body {
        padding-top:55px;
        min-width:0;
    }
}
img {max-width:100%;}
.haishin-header {
  position: absolute;
  height: 68px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: background 0.3s;
  min-width: 1280px;
  z-index: 100;
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .haishin-header {
    min-width: 0;
    height: 55px;
    background: #fff;
    position: fixed;
    font-size: 12px;
    line-height: 1.6em;
  }
}
.haishin-header.scrolled {
  background: rgba(255, 255, 255, 1);
  position: fixed;
  height: auto;
}
@media screen and (max-width: 640px) {
  .haishin-header {}
}
.haishin-header_inner {
  display: flex;
  padding: 15px 40px 15px 40px;
}
@media screen and (max-width: 640px) {
  .haishin-header_inner {
    padding: 0;
    align-items: center;
    padding-left: 20px;
  }
}
.haishin-header .logo {
    position:relative;
    bottom:2px;
}
@media screen and (max-width: 640px) {
  .haishin-header .logo {
    max-width: 146px;
    position:static;
  }
  .haishin-header .logo img {
    max-width: 100%;
  }
}
.haishin-header .logo a {
    transition:all 0.3s;
}
.haishin-header .logo a:hover{
    opacity:0.7;
}
.haishin-header .globalmenu-wrap {
  margin-left: auto;
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .haishin-header .globalmenu-wrap {
    width: 100%;
    position: fixed;
    top: 55px;
    background: #fff;
    left: 0;
    height: 100vh;
    display: none;
    z-index: 100;
    overflow-y: scroll;
    padding: 20px 0;
  }
}
.haishin-header .globalmenu_inner {
  display: flex;
  align-items: center;
  list-style-type:none;
}
@media screen and (max-width: 640px) {
  .haishin-header .globalmenu_inner {
    display: block;
    padding: 0 24px 20px;
  }
}
.haishin-header .globalmenu_inner li {
	margin-left: 40px;
	text-align:left;
}
@media screen and (max-width: 640px) {
  .haishin-header .globalmenu_inner li {
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1em;
    border-top: 1px solid #cacaca;
  }
  .haishin-header li.globalmenu_search, li.globalmenu_link {
    margin: 20px;
  }
  .haishin-header li.globalmenu_search {
    margin: 0;
  }
}
.haishin-header .globalmenu_search_inner {
  background: url(/haishin/img/ico-lupe.svg) no-repeat left center / contain !important;
}
.haishin-header .globalmenu_search_inner {
    display:inline-block;
    padding-left:20px;
    background: url(/haishin/img/ico-lupe.svg) no-repeat left center / contain;
}
@media screen and (max-width: 640px) {
    .haishin-header .globalmenu_search_inner {
        background:url("../img/ico-lupe.svg") no-repeat left center / contain;
        padding:0 20px;
    }
}
.haishin-header .globalmenu_inner li a {
  color: #fff;
  transition: 0.3s;
  text-decoration:none;
}
.haishin-header .globalmenu_inner li a:not(:hover) {
  color: #000;
}
@media screen and (max-width: 640px) {
  .haishin-header .globalmenu_inner li a {
    color: #000;
    padding: 20px 0;
    display: inline-block;
  }
    .haishin-header .globalmenu_inner li a span{
        display:inline-block;
        position:relative;
        padding-left:30px;
    }
    .haishin-header .globalmenu_inner li a span::after{
        display:block;
        content:"";
        top:0;
        bottom:0;
        margin:auto;
        left:0;
        position:absolute;
    }
  .haishin-header .globalmenu_live_inner::after{
      width:20px;
      height:20px;
      background:url(../img/ico_live.svg) no-repeat left center / contain;
    }
    .haishin-header .globalmenu_music_inner::after{
      width:20px;
      height:20px;
      background:url(../img/ico_music.svg) no-repeat left center / contain;
    }
    .haishin-header .globalmenu_vod_inner::after{
      width:20px;
      height:20px;
      background:url(../img/ico_vod.svg) no-repeat left center / contain;
    }
    .haishin-header .globalmenu_scheduler_inner::after{
      width:20px;
      height:20px;
      background:url(../img/ico_scheduler.svg) no-repeat center / contain;
    }
}
.haishin-header .globalmenu_inner li.globalmenu_live a:hover {
    opacity:1;
    color:#02c3cf;
}
.haishin-header .globalmenu_inner li.globalmenu_music a:hover {
    opacity:1;
    color:#ff9a00;
}
.haishin-header .globalmenu_inner li.globalmenu_vod a:hover {
    opacity:1;
    color:#eb4c8e;
}
.haishin-header .globalmenu_inner li.globalmenu_scheduler a:hover {
    opacity:1;
    color:#28c68c;
}
.haishin-header.scrolled .globalmenu_inner li a {
  color: #000;
}
.haishin-header.scrolled .globalmenu_search_inner {
    background:url("../img/ico-lupe.svg") no-repeat left center / contain;
}
.haishin-header li.globalmenu_search a, .haishin-header li.globalmenu_link a {
  border: 2px solid #000;
  border-radius: 50px;
  line-height: 1em;
  padding: 10px 10px;
  width: 102px;
  text-align: center;
  display: inline-block;
  font-size: 0.75em;
  box-sizing:border-box;
  ;
}
.haishin-header li.globalmenu_search a:hover, .haishin-header li.globalmenu_link a:hover {
    opacity:0.7;
    color:#000;
}
@media screen and (max-width: 640px) {
  .haishin-header li.globalmenu_search a, .haishin-header li.globalmenu_link a {
    border: 2px solid #000;
    margin: 0 auto;
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 0.85em;
  }
  .haishin-header li.globalmenu_search {
    padding-top: 20px;
  }
}
.haishin-header.scrolled li.globalmenu_search a, .haishin-header.scrolled li.globalmenu_link a {
  border: 2px solid #000;
}
.haishin-header .globalmenu li.globalmenu_link {
  margin-left: 20px;
}
@media screen and (max-width: 640px) {
  .haishin-header .globalmenu li.globalmenu_link {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .haishin-header .btn-spmenu {
    width: 55px;
    height: 55px;
    background: #000;
    position: relative;
    margin-left: auto;
  }
  .haishin-header .btn-spmenu span {
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 22px;
    background: #fff;
    transition: all 0.3s;
    margin: auto;
    left: 0;
    right: 0;
  }
  .haishin-header .btn-spmenu span:nth-of-type(1) {
    top: 20px;
  }
  .haishin-header .btn-spmenu.is-active span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 26px;
  }
  .haishin-header .btn-spmenu span:nth-of-type(2) {
    top: 27px;
  }
  .haishin-header .btn-spmenu.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .haishin-header .btn-spmenu span:nth-of-type(3) {
    top: 34px;
  }
  .haishin-header .btn-spmenu.is-active span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 26px;
  }
}
/*--------------------------
       関連リンク
----------------------------*/
.link_area {
  transition: .5s ease-in-out;
  position: fixed;
  bottom: -100vh;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  opacity: 0;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  line-height: 1.7;
  color: #1A1818;
  box-sizing: border-box
}
@media screen and (min-width: 640px) {
  .link_area {
    font-size: 15px;
    height: calc(100%);
    width: 520px;
    overflow: hidden;
    bottom: 0;
    right: -520px;
    position: fixed;
  }
}
@media screen and (max-width: 640px) {
  .link_area {
    position: static;
    opacity: 1;
    height: auto;
  }
}
.globalmenu::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  transition: .2s ease-in-out;
  opacity: 0;
  background: #000;
  display: none;
}
.globalmenu.over_wrap::before {
  width: 100%;
  height: 100%;
  opacity: .8;
  display: block;
}
@media screen and (max-width: 640px) {
    .globalmenu.over_wrap::before {
        display:none;
    }
}
.link_area.show-area {
  opacity: 1;
  bottom: 0;
  right: 0;
  z-index: 100;
}
.link_area *:focus {
  outline: none
}
.link_area * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased
}
.link_area ul {
  list-style: none;
  margin: 0;
  padding-left: 0
}
.link_area a {
  text-decoration: none;
  color: #1A1818
}
@media screen and (min-width: 640px) {
  .link_area a:hover {
    color: #a98c4a
  }
}
.link_area a:visited {
  color: #1A1818
}
.link_area a:link {
  color: #1A1818
}
@media screen and (max-width: 640px) {
  .link_area .hide-for-small-only {
    display: none
  }
}
@media screen and (min-width: 640px) {
  .link_area .show-for-small-only {
    display: none
  }
}
.link_area table {
  width: 100%
}
.link_area input, .link_area select {
  width: 100%
}
.link_area [type='text'], .link_area [type='password'], .link_area [type='date'], .link_area [type='datetime'], .link_area [type='datetime-local'], .link_area [type='month'], .link_area [type='week'], .link_area [type='email'], .link_area [type='number'], .link_area [type='search'], .link_area [type='tel'], .link_area [type='time'], .link_area [type='url'], .link_area [type='color'], .link_area textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: .5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.link_area select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: .5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out
}
.link_area select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out
}
.tablet_type .link_area {
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1)
}
@keyframes show {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
.link_area__inner {
  padding: 15px 24px 0
}
@media screen and (min-width: 640px) {
  .link_area__inner {
    padding: 0 24px 0
  }
}
.link_area__inner tbody {
  border: none
}
.link_area__body {
  margin-top: 0;
}
@media screen and (min-width: 640px) {
  .link_area__body {
    margin-top: 50px;
  }
}
.link_area__inner tr {
  background-color: transparent
}
.link_area__inner tr:nth-child(even) {
  background-color: transparent
}
.link_area__inner th, .link_area__inner td {
  padding: 0;
  border: none
}
@media screen and (min-width: 640px) {
  .link_area__inner {
    background-color: #fff;
    width: 520px;
    height: 100%;
    float: right;
    padding: 50px 48px;
    position: relative
  }
}
.link_area__close {
  display: none;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50px;
  right: 48px;
  cursor: pointer
}
@media screen and (min-width: 640px) {
  .link_area__close {
    display: inline-block
  }
}
.link_area__close:before {
  transition: .2s ease-in-out;
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  background-color: #727272;
  position: absolute;
  top: 10px;
  left: 0;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.link_area__close:after {
  transition: .2s ease-in-out;
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  background-color: #727272;
  position: absolute;
  top: 10px;
  left: 0;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.link_area__close:hover:before {
  -ms-transform: rotate(135deg);
  transform: rotate(135deg)
}
.link_area__close:hover:after {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.link_area__title {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 17px;
  margin-bottom: 20px;
  /*border-bottom: 1px solid #EEECEA;*/
  position: relative
}
@media screen and (max-width: 640px) {
  .link_area__title {
    display: none
  }
}
@media screen and (min-width: 640px) {
  .link_area__title {
    display: none
  }
}
.link_area__title span {
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  top: 0;
  right: 0
}
.link_area__title span:before {
  transition: .2s ease-in-out;
  content: "";
  display: inline-block;
  width: 22px;
  height: 2px;
  background-color: #313131;
  position: absolute;
  top: 10px;
  left: 0;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.link_area__title span:after {
  transition: .2s ease-in-out;
  content: "";
  display: inline-block;
  width: 22px;
  height: 2px;
  background-color: #313131;
  position: absolute;
  top: 10px;
  left: 0;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.link_area__form input, .link_area__form select {
  border: 1px solid #A2A2A2;
  box-shadow: none;
  font-size: 13px;
  margin-bottom: 0;
  color: #A2A2A2
}
.txt-center {
  text-align: center;
}
@media screen and (min-width: 640px) {
  .link_area__form input, .link_area__form select {
    font-size: 15px
  }
}
.link_area__form_radio {
  margin-bottom: 10px;
  line-height: 24px
}
.link_area__form_radio:last-child {
  margin-bottom: 30px
}
.link_area__form_radio label {
  margin-left: 0;
  line-height: 1.3;
  font-size: 14px
}
.link_area__form_radio .radio_box {
  display: none
}
.link_area__form_radio .radio_box + label {
  padding-left: 30px;
  position: relative;
  margin-right: 20px;
  color: #A2A2A2
}
.link_area__form_radio .radio_box + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #727272;
  border-radius: 50%;
  box-sizing: border-box
}
.link_area__form_radio .radio_box:checked + label {
  color: #1A1818
}
.link_area__form_radio .radio_box:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #a98c4a;
  border-radius: 50%;
  box-sizing: border-box
}
.link_area__form_list {
  margin: 0;
  text-align: left;
}
.link_area__form_content {
  display: none
}

.link_area__form_content .form_price {
  overflow: hidden
}
.link_area__form_content .form_price__left {
  width: 52.5%;
  float: left
}
.link_area__form_content .form_price__left input {
  width: calc(100% - 35px);
  display: inline-block;
  margin-bottom: 0
}
@media screen and (min-width: 640px) {
  .link_area__form_content .form_price__left input {
    width: calc(100% - 42px)
  }
}
.link_area__form_content .form_price__right {
  width: 47.5%;
  float: right
}
.link_area__form_content .form_price__right input {
  width: calc(100% - 20px);
  display: inline-block;
  margin-bottom: 0
}
@media screen and (min-width: 640px) {
  .link_area__form_content .form_price__right input {
    width: calc(100% - 24px)
  }
}
.link_area__form_content .form_price span {
  font-size: 12px;
  color: #A2A2A2;
  display: inline-block;
  vertical-align: bottom
}
@media screen and (min-width: 640px) {
  .link_area__form_content .form_price span {
    font-size: 15px
  }
}
.link_area__form_item {
  padding: 16px 0;
  list-style: none;
  display: flex;
  position: relative;
  border-top: 1px solid #cacaca;
}
.link_area__form_item--info {
  padding: 16px 0;
}
.link_area__form_item:last-of-type {
  border-bottom: 1px solid #cacaca;
}
.link_area__flex_item {
  width: 70%;
  padding: 0 20px;
}
@media screen and (max-width: 640px) {
  .link_area__flex_item {
    width: 100%;
  }
}
.link_area__flex_item:first-of-type {
  width: 30%;
  max-width: 128px;
}
@media screen and (max-width: 640px) {
  .link_area__flex_item:first-of-type {
    display: none;
  }
}
.link_area__flex_item img {
  max-width: 100%;
}
.link_area__flex_item--info {
  width: 100%;
  padding-left: 20px;
}
.link_area__item_link {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  padding-top: 6px;
  padding-left: 30%;
}
@media screen and (max-width: 640px) {
  .link_area__item_link {
    position: static;
    padding: 13px 0;
  }
}
.link_area__item_cap {
  font-size: small;
  word-break: keep-all;
}
.link_area__item_img--kageki {
  max-height: 34px;
}
.link_area__form_btn {
  cursor: pointer;
  transition: .2s ease-in-out;
  background-color: #a98c4a;
  border: 1px solid #a98c4a;
  color: #fff;
  font-size: 13px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  display: inline-block;
  position: relative
}
@media screen and (min-width: 640px) {
  .link_area {
    overflow-y: scroll;
  }
}
/*--------------------------
       検索
----------------------------*/
.search_area {
  transition: .5s ease-in-out;
  position: fixed;
  bottom: -100vh;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  opacity: 0;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 15px;
  line-height: 1.7;
  color: #1A1818;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .search_area {
  }
}
@media screen and (min-width: 640px) {
  .search_area {
    height: calc(100%);
    width: 520px;
    overflow: hidden;
    bottom: 0;
    right: -520px;
  }
}
.search_area.show-area {
  opacity: 1;
  bottom: 0;
  right: 0;
  z-index: 11100
}
.search_area *:focus {
  outline: none
}
.search_area * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased
}
.search_area ul {
  list-style: none;
  margin: 0;
  padding-left: 0
}
.search_area a {
  text-decoration: none;
  color: #1A1818
}
@media screen and (min-width: 768px) {
  .search_area a:hover {
    color: #a98c4a
  }
}
.search_area a:visited {
  color: #1A1818
}
.search_area a:link {
  color: #1A1818
}
@media screen and (max-width: 767px) {
  .search_area .hide-for-small-only {
    display: none
  }
}
@media screen and (min-width: 768px) {
  .search_area .show-for-small-only {
    display: none
  }
}
.search_area table {
  width: 100%
}
.search_area input, .search_area select {
  width: 100%
}
.search_area [type='text'], .search_area [type='password'], .search_area [type='date'], .search_area [type='datetime'], .search_area [type='datetime-local'], .search_area [type='month'], .search_area [type='week'], .search_area [type='email'], .search_area [type='number'], .search_area [type='search'], .search_area [type='tel'], .search_area [type='time'], .search_area [type='url'], .search_area [type='color'], .search_area textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.786em;
  margin: 0 0 1em;
  padding: .5em;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.search_area select {
  height: 2.786em;
  margin: 0 0 1em;
  padding: .5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5em;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out
}
.search_area select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out
}
.tablet_type .search_area {
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1)
}
@keyframes show {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
.search_area__inner {
  padding: 15px 24px 0
}
.search_area__inner tbody {
  border: none
}
.search_area__inner tr {
  background-color: transparent
}
.search_area__inner tr:nth-child(even) {
  background-color: transparent
}
.search_area__inner th, .search_area__inner td {
  padding: 0;
  border: none
}
@media screen and (min-width: 640px) {
  .search_area__inner {
    background-color: #fff;
    width: 520px;
    height: 100%;
    float: right;
    padding: 50px 48px;
    position: relative
  }
}
.search_area__close {
  display: none;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50px;
  right: 48px;
  cursor: pointer
}
@media screen and (min-width: 640px) {
  .search_area__close {
    display: inline-block
  }
}
.search_area__close:before {
  transition: .2s ease-in-out;
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  background-color: #727272;
  position: absolute;
  top: 10px;
  left: 0;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.search_area__close:after {
  transition: .2s ease-in-out;
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  background-color: #727272;
  position: absolute;
  top: 10px;
  left: 0;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.search_area__close:hover:before {
  -ms-transform: rotate(135deg);
  transform: rotate(135deg)
}
.search_area__close:hover:after {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.search_area__title {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 17px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EEECEA;
  position: relative
}
@media screen and (min-width: 640px) {
  .search_area__title {
    display: none
  }
}
.search_area__title span {
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  top: 0;
  right: 0
}
.search_area__title span:before {
  transition: .2s ease-in-out;
  content: "";
  display: inline-block;
  width: 22px;
  height: 2px;
  background-color: #313131;
  position: absolute;
  top: 10px;
  left: 0;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.search_area__title span:after {
  transition: .2s ease-in-out;
  content: "";
  display: inline-block;
  width: 22px;
  height: 2px;
  background-color: #313131;
  position: absolute;
  top: 10px;
  left: 0;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.search_area__form input, .search_area__form select {
  border: 1px solid #A2A2A2;
  box-shadow: none;
  font-size: 13px;
  margin-bottom: 0;
  color: #A2A2A2
}
@media screen and (min-width: 640px) {
  .search_area__form input, .search_area__form select {
    font-size: 15px
  }
}
.search_area__form_radio {
  margin-bottom: 10px;
  line-height: 24px
}
.search_area__form_radio:last-child {
  margin-bottom: 30px
}
.search_area__form_radio label {
  margin-left: 0;
  line-height: 1.3;
  font-size: 14px;
  display: block;
}
.search_area__form_radio .radio_box {
  display: none
}
.search_area__form_radio .radio_box + label {
  padding-left: 30px;
  position: relative;
  margin-right: 20px;
  color: #A2A2A2
}
.search_area__form_radio .radio_box + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #727272;
  border-radius: 50%;
  box-sizing: border-box
}
.search_area__form_radio .radio_box:checked + label {
  color: #1A1818
}
.search_area__form_radio .radio_box:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #a98c4a;
  border-radius: 50%;
  box-sizing: border-box
}
.search_area__form_list {
  margin: 0
}
.search_area__form_content {
  font-size:15px;
  display: none;
}
.search_area__form_content.content_video {
  display: block;
}
.search_area__form_content .form_price {
  overflow: hidden;
  margin-bottom: 1rem;
}
.search_area__form_content .form_price__left {
  width: 52.5%;
  float: left
}
.search_area__form_content .form_price__left input {
  width: calc(100% - 35px);
  display: inline-block;
  margin-bottom: 0
}
@media screen and (min-width: 640px) {
  .search_area__form_content .form_price__left input {
    width: calc(100% - 42px)
  }
}
.search_area__form_content .form_price__right {
  width: 47.5%;
  float: right
}
.search_area__form_content .form_price__right input {
  width: calc(100% - 20px);
  display: inline-block;
  margin-bottom: 0
}
@media screen and (min-width: 640px) {
  .search_area__form_content .form_price__right input {
    width: calc(100% - 24px)
  }
}
.search_area__form_content .form_price span {
  font-size: 12px;
  color: #A2A2A2;
  display: inline-block;
  vertical-align: bottom
}
@media screen and (min-width: 640px) {
  .search_area__form_content .form_price span {
    font-size: 15px
  }
}
.search_area__form_item {
  margin-bottom: 10px;
  list-style: none
}
.search_area .search_area__form_btn {
  cursor: pointer;
  transition: .2s ease-in-out;
  background-color: #000;
  border: 2px solid #000 !important;
  color: #fff;
  font-size: 13px;
  padding: 15px 0;
  text-align: center;
  width: 100%;
  display: inline-block;
  position: relative;
  border-radius:200px;
}
@media screen and (min-width: 640px) {
  .search_area .search_area__form_btn {
    font-size: 15px;
    padding: 18px 0
  }
}
.search_area .search_area__form_btn:hover {
    background:#fff;
    color:#000;
}
.search_area .search_area__form_btn:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background: url("/haishin/img/ico-lupe_w.svg") no-repeat center / contain;
  margin-right:10px;
  transition: .2s ease-in-out;
}
.search_area .search_area__form_btn:hover::before {
    background: url("/haishin/img/ico-lupe.svg") no-repeat center / contain;
}
.search_area__body {
  margin-top: 50px;
  ;
}
.search_area__form_item {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.search_area__form_radio {
  width: 49.5%;
  margin-bottom: 0;
  text-align: center;
  border: 1px solid #cacaca;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  position: relative;
}
.search_area__form_radio:last-child {
  margin-bottom: 0;
}
.search_area__form_list {
  position: relative;
}
.search_area__form_radio .radio_box + label {
  padding-left: 0;
  margin-right: 0;
  position: static;
  padding: 15px;
  width: 100%;
}
.search_area__form_radio .radio_box + label::before {
  display: none;
}
.search_area__form_radio .radio_box:checked + label::after {
  background: #fff;
  top: 100%;
  left: 0;
  width: 100%;
  border-radius: 0;
  z-index: 10;
}
.search_area__form_item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 100%;
  border-top: 1px solid #cacaca;
}
.search_area .table-search {
    border-spacing: 0;
    font-size:15px;
}
    
/*--------------------------
       footer
----------------------------*/
#qro_footer {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  line-height: 1.7;
  color: #1A1818;
  background-color: #fff;
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #qro_footer {
    font-size: 15px
  }
}
#qro_footer *:focus {
  outline: none
}
#qro_footer * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased
}
#qro_footer ul {
  list-style: none;
  margin: 0;
  padding-left: 0
}
#qro_footer a {
  text-decoration: none;
  color: #1A1818
}
@media screen and (min-width: 768px) {
  #qro_footer a:hover {
    color: #a98c4a
  }
}
#qro_footer a:visited {
  color: #1A1818
}
#qro_footer a:link {
  color: #1A1818
}
@media screen and (max-width: 768px) {
  #qro_footer .hide-for-small-only {
    display: none
  }
}
#qro_footer .show-for-small-only {
  display: inherit
}
@media screen and (min-width: 768px) {
  #qro_footer .show-for-small-only {
    display: none
  }
}
@keyframes show {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
#qro_footer .footer {
  background-color: #212121;
  color: #fff
}
#qro_footer .footer__inner {
  padding: 40px 15px 25px
}
@media screen and (min-width: 960px) {
  #qro_footer .footer__inner {
    padding: 60px 0 40px;
    max-width: 960px;
    width: 100%;
    margin: 0 auto
  }
}
#qro_footer .footer__logo {
  text-align: center;
  padding-bottom: 32px;
  border-bottom: 1px solid #4B4B4B;
  line-height: 1
}
@media screen and (min-width: 768px) {
  #qro_footer .footer__logo {
    margin: 0 30px
  }
}
#qro_footer .footer__logo img {
  max-width: 150px
}
@media screen and (min-width: 768px) {
  #qro_footer .footer__logo {
    padding-bottom: 64px
  }
  #qro_footer .footer__logo a:hover {
    opacity: .7
  }
  #qro_footer .footer__logo img {
    max-width: 217px
  }
}
@media screen and (min-width: 640px) {
  #qro_footer .footer__logo {
    margin: 0
  }
}
#qro_footer .footer__logo_btm {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #4B4B4B
}
@media screen and (min-width: 768px) {
  #qro_footer .footer__logo_btm {
    padding-top: 35px;
    padding-bottom: 35px
  }
}
#qro_footer .footer__logo_btm_inner {
  line-height: 1
}
#qro_footer .footer__logo_btm_item {
  margin-bottom: 0
}
#qro_footer .footer__logo_btm_item a {
  transition: .2s ease-in-out
}
@media screen and (min-width: 768px) {
  #qro_footer .footer__logo_btm_item {
    margin: 0 30px
  }
}
@media screen and (min-width: 640px) {
  #qro_footer .footer__logo_btm_item {
        margin: 0;
        margin: 0 35px;
    }
  #qro_footer .footer__logo_btm_item a:hover {
    opacity: .7
  }
}
#qro_footer .footer__logo_btm_item:first-child {
  padding-bottom: 30px;
  border-bottom: 1px solid #4B4B4B;
  margin:0 0 22px;
}
#qro_footer .footer__logo_btm_item:first-child img {
  max-width: 107px
}
@media screen and (min-width: 768px) {
  #qro_footer .footer__logo_btm_item:first-child {
    border: none;
    display: inline-block;
    vertical-align: middle;
    margin:0 35px;
    padding-bottom: 0
  }
  #qro_footer .footer__logo_btm_item:first-child img {
    max-width: 137px
  }
}
#qro_footer .footer__logo_btm_item:nth-child(2),
#qro_footer .footer__logo_btm_item:nth-child(3) {
  display: inline-block;
  vertical-align: middle;
}
#qro_footer .footer__logo_btm_item:nth-child(2) img {
  max-width: 122px
}
@media screen and (min-width: 768px) {
  #qro_footer .footer__logo_btm_item:nth-child(2) img {
    max-width: 157px
  }
}
#qro_footer .footer__logo_btm_item:nth-child(3) {
  display: block;
  vertical-align: middle;
  margin-right:0;
  margin-top:25px;
}
@media screen and (min-width: 640px) {
	#qro_footer .footer__logo_btm_item:nth-child(3) {
		margin-right:30px;
		display: inline-block;
        margin-top: 0;
    }
	}
@media screen and (min-width: 768px) {
	#qro_footer .footer__logo_btm_item:nth-child(3) {
		margin-right:30px;
	}
}
#qro_footer .footer__logo_btm_item:last-child {
  display: block;
  vertical-align: middle;
  margin-top: 25px;
}
#qro_footer .footer__logo_btm_item:nth-child(3) img {
    max-width: 122px;
    width: 100%;
}
#qro_footer .footer__logo_btm_item:last-child img {
  max-width: 118px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #qro_footer .footer__logo_btm_item:nth-child(3) img {
    max-width: 160px;
    margin-left: 0px;
  }
  #qro_footer .footer__logo_btm_item:last-child {
    margin-top: 0;
    display: inline-block;
  }
  @media screen and (min-width: 768px) {
    #qro_footer .footer__logo_btm_item:last-child img {
        display: inline-block;
        width: 150px;
        max-width: 100%;
    }
}
}
@media screen and (min-width: 640px) {
  #qro_footer .footer__logo_btm_item:last-child {
    display: inline-block;
  }
}
#qro_footer .footer__subnav {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #4B4B4B
}
#qro_footer .footer__subnav_inner {
  text-align: center
}
#qro_footer .footer__subnav_item {
  display: inline-block;
  padding: 0 15px;
  line-height: 2.1
}
@media screen and (min-width: 768px) {
  #qro_footer .footer__subnav_item {
    line-height: 1.3;
    position: relative;
    padding: 0 20px
  }
  #qro_footer .footer__subnav_item::after {
    content: "";
    display: inline-block;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 12px;
    margin-top: -6px;
    background-color: #fff
  }
  #qro_footer .footer__subnav_item:last-child::after {
    display: none
  }
}
@media screen and (min-width: 640px) {
  #qro_footer .footer__subnav_item {
    padding: 0 50px
  }
  #qro_footer .footer__subnav_item a:hover {
    text-decoration: underline
  }
}
#qro_footer .footer__subnav_item a {
  display: inline-block;
  color: #fff;
  font-size: 12px
}
#qro_footer .footer__subnav_item a.blank_icon:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 5px
}
#qro_footer .footer__nav {
  padding: 30px 0;
  background-color: #313131
}
@media screen and (min-width: 640px) {
  #qro_footer .footer__nav {
    padding: 40px 0
  }
}
#qro_footer .footer__nav_inner {
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  width: 100%;
  margin: 0 auto
}
@media screen and (min-width: 640px) {
  #qro_footer .footer__nav_inner {
    display: block
  }
}
#qro_footer .footer__nav_list {
  width: 50%;
  padding: 0 15px
}
#qro_footer .footer__nav_list:first-child {
  border-right: 1px solid #4B4B4B
}
@media screen and (min-width: 640px) {
  #qro_footer .footer__nav_list {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
  }
  #qro_footer .footer__nav_list:first-child {
    border-right: none;
    margin-bottom: 15px
  }
}
#qro_footer .footer__nav_item {
  margin-bottom: 10px;
  list-style: none
}
#qro_footer .footer__nav_item:last-child {
  margin-bottom: 0
}
#qro_footer .footer__nav_item a {
  color: #fff;
  font-size: 12px
}
@media screen and (min-width: 640px) {
  #qro_footer .footer__nav_item {
    margin-bottom: 0;
    padding: 0 35px;
    line-height: 1.1;
    position: relative
  }
  #qro_footer .footer__nav_item::after {
    content: "";
    display: inline-block;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 12px;
    margin-top: -6px;
    background-color: #fff
  }
  #qro_footer .footer__nav_item:last-child::after {
    display: none
  }
  #qro_footer .footer__nav_item a:hover {
    text-decoration: underline
  }
}
#qro_footer .footer__info {
  padding-top: 20px
}
@media screen and (min-width: 960px) {
  #qro_footer .footer__info {
    padding: 35px 0 0
  }
}
#qro_footer .footer__info_list {
  margin: 0
}
@media screen and (min-width: 768px) {
  #qro_footer .footer__info_list {
    text-align: center
  }
}
#qro_footer .footer__info_item {
  font-size: 11px;
  margin-bottom: 10px;
  color: #fff;
  list-style: none
}
#qro_footer .footer__info_item:nth-child(1) {
  font-weight: bold;
  font-size: 12px
}
#qro_footer .footer__info_item:nth-child(2) {
  margin-bottom: 0
}
#qro_footer .footer__info_item span {
  display: none
}
#qro_footer .footer__info_item a {
  color: #fff
}
@media screen and (min-width: 640px) {
  #qro_footer .footer__info_item a:hover {
    text-decoration: underline
  }
}
@media screen and (min-width: 768px) {
  #qro_footer .footer__info_item {
    font-size: 12px
  }
  #qro_footer .footer__info_item:nth-child(2) {
    display: inline-block
  }
  #qro_footer .footer__info_item:nth-child(3) {
    display: inline-block
  }
}
#qro_footer .footer__info_text {
  font-size: 11px;
  color: #C9C9C9;
  margin-top: 0
}
@media screen and (min-width: 768px) {
  #qro_footer .footer__info_text {
    text-align: center;
    margin-bottom: 30px;
    font-size: 10px
  }
}
#qro_footer .footer__info_link {
  margin-bottom: 0;
  margin-top: 0
}
@media screen and (min-width: 768px) {
  #qro_footer .footer__info_link {
    text-align: center
  }
}
#qro_footer .footer__info_link a {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  font-weight: bold
}
#qro_footer .footer__info_link a:after {
  content: "";
  display: inline-block;
  background: url("/quatre_reves_online/images/common/link_icon.png") no-repeat 0 0/12px auto;
  width: 12px;
  height: 12px;
  margin-left: 5px
}
@media screen and (min-width: 640px) {
  #qro_footer .footer__info_link a:hover {
    text-decoration: underline
  }
}
@media screen and (min-width: 960px) {
  #qro_footer .footer__btm {
    text-align: center
  }
}
#qro_footer .footer__btm_copy {
  font-family: miller-banner, serif;
  font-size: 19px;
  margin-bottom: 0;
  font-weight: 600
}
@media screen and (min-width: 960px) {
  #qro_footer .footer__btm_copy {
    font-size: 20px
  }
}
#qro_footer .footer__btm_text {
  font-size: 11px
}
@media screen and (min-width: 960px) {
  #qro_footer .footer__btm_text {
    font-size: 12px
  }
}
#qro_footer .footer__btm_sns a {
  display: inline-block
}
#qro_footer .footer__btm_sns a:before {
  font-size: 35px;
  color: #fff
}
#qro_footer .footer__btm_sns .sns_tw {
  margin-right: 20px
}
#qro_footer .footer__btm_sns .sns_tw:before {
  content: "";
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  text-align: center;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
#qro_footer .footer__btm_sns .sns_fb:before {
  content: "";
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  text-align: center;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
#qro_footer .footer__jasrac {
  padding-top: 25px
}
@media screen and (min-width: 640px) {
  #qro_footer .footer__jasrac {
    padding-top: 30px
  }
}
#qro_footer .footer__jasrac_inner {
  display: -ms-flexbox;
  display: flex
}
@media screen and (min-width: 640px) {
  #qro_footer .footer__jasrac_inner {
    -ms-flex-pack: center;
    justify-content: center
  }
}
#qro_footer .footer__jasrac_inner p {
  font-size: 10px;
  padding-left: 20px;
  padding-top: 5px;
  margin-bottom: 0;
  margin-top: 0;
  color: #fff
}
#qro_footer .footer__jasrac_img {
  width: 45px
}
#qro_footer .footer__copyright {
  background-color: #313131;
  text-align: center;
  padding: 12px 20px
}
#qro_footer .footer__copyright p {
  color: #C9C9C9;
  font-size: 10px;
  margin-bottom: 0;
  margin-top: 0
}
#qro_footer .qro_footer_mail {
    background-color: #a98c4a;
}
#qro_footer .qro_footer_mail__link {
    display: block;
    text-align:center;
    padding: 1em;
	color: #fff !important;
}