@charset "UTF-8";
/***********************/
@-webkit-keyframes op_kv {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes op_kv {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes op_kv {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes op_kv {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes move_kv {
  100% {
    top: 0;
  }
}
@-o-keyframes move_kv {
  100% {
    top: 0;
  }
}
@-moz-keyframes move_kv {
  100% {
    top: 0;
  }
}
@keyframes move_kv {
  100% {
    top: 0;
  }
}
@-webkit-keyframes set_image {
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes set_image {
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes set_image {
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes set_image {
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes open_lower {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes open_lower {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes open_lower {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes open_lower {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media only screen and (min-width: 751px) {
  .start {
    position: fixed;
    -ms-overflow-y: scroll;
    overflow-y: scroll;
  }
  .start #loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2000;
    background: #FFF;
    display: block;
    opacity: 1;
  }
  .start #loading .kv {
    position: absolute;
    width: 100%;
    top: -120%;
  }
  .start #loading .kv img {
    width: 100%;
    opacity: 0;
  }

  .loading #loading {
    -webkit-animation: set_image 2.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2.64s forwards;
    -moz-animation: set_image 2.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2.64s forwards;
    -o-animation: set_image 2.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2.64s forwards;
    animation: set_image 2.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2.64s forwards;
  }
  .loading #loading .kv {
    -webkit-animation: move_kv 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    -moz-animation: move_kv 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    -o-animation: move_kv 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: move_kv 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  .loading #loading .kv img {
    -webkit-animation: op_kv 0.6s ease-in forwards;
    -moz-animation: op_kv 0.6s ease-in forwards;
    -o-animation: op_kv 0.6s ease-in forwards;
    animation: op_kv 0.6s ease-in forwards;
  }

  .open_lower #loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2000;
    background: #FFF;
    display: block;
    -webkit-animation: open_lower 0.8s ease-out forwards;
    -moz-animation: open_lower 0.8s ease-out forwards;
    -o-animation: open_lower 0.8s ease-out forwards;
    animation: open_lower 0.8s ease-out forwards;
  }
  .open_lower #loading .kv {
    display: none;
  }
}
@-webkit-keyframes op_alpha {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes op_alpha {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes op_alpha {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes op_alpha {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 750px) {
  .start .main_visual .kv, .start .main_visual .logo, .start .main_visual .onair, .open_lower .main_visual .kv, .open_lower .main_visual .logo, .open_lower .main_visual .onair {
    opacity: 0;
  }

  .loading .kv, .open_lower .kv {
    -webkit-animation: op_alpha 1.8s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
    -moz-animation: op_alpha 1.8s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
    -o-animation: op_alpha 1.8s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
    animation: op_alpha 1.8s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
  }
  .loading .logo, .open_lower .logo {
    -webkit-animation: op_alpha 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s forwards;
    -moz-animation: op_alpha 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s forwards;
    -o-animation: op_alpha 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s forwards;
    animation: op_alpha 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s forwards;
  }
  .loading .onair, .open_lower .onair {
    -webkit-animation: op_alpha 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.3s forwards;
    -moz-animation: op_alpha 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.3s forwards;
    -o-animation: op_alpha 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.3s forwards;
    animation: op_alpha 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.3s forwards;
  }
}
/***********************/
#loading {
  display: none;
  opacity: 0;
}

.header_nav {
  background: #000;
}

/********************/
.mainarea {
  position: relative;
}
@media only screen and (min-width: 751px) {
  .mainarea {
    margin-bottom: 160px;
  }
  .mainarea .kv {
    position: relative;
  }
  .mainarea .kv img {
    width: 100%;
  }
  .mainarea .logo {
    position: absolute;
    width: 440px;
    top: 0;
    left: 48px;
  }
  .mainarea .onair {
    position: absolute;
    width: 624px;
    left: 50%;
    margin-left: -312px;
    bottom: -80px;
  }
  .mainarea .movie_top {
    position: fixed;
    width: 200px;
    height: 120px;
    border: 2px solid #e6b05a;
    bottom: 20px;
    left: 20px;
    background: no-repeat center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    cursor: pointer;
  }
  .mainarea .movie_top.fixed {
    position: absolute;
  }
  .mainarea .movie_top:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .mainarea .movie_top:after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    top: 2px;
    left: 2px;
    border: 1px solid #e6b05a;
  }
  .mainarea .movie_top:hover:before {
    background: transparent;
  }
  .mainarea .twitter {
    position: absolute;
    left: 0;
    top: 70%;
    margin-top: -160px;
    z-index: 8;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .mainarea .twitter .cap {
    position: absolute;
    right: -30px;
    top: 50%;
    margin-top: -60px;
  }
  .mainarea .twitter .widjet {
    background: url("../img/top/bg_tl_pc.png");
    width: 320px;
    height: 320px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
  }
  .mainarea .twitter.close {
    left: -320px;
  }
  .mainarea .twitter.chaldea {
    margin-top: 80px;
  }
  .mainarea .twitter.chaldea .chaldea_news {
    padding: 35px 15px 0;
  }
  .mainarea .twitter.chaldea .chaldea_news li {
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .mainarea .twitter.chaldea .chaldea_news li:last-child {
    border-bottom: none;
  }
  .mainarea .twitter.chaldea .chaldea_news li .date {
    color: #e6b05a;
    font-size: 12px;
    margin-bottom: 6px;
  }
  .mainarea .twitter.chaldea .chaldea_news li .ttl {
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .mainarea .twitter.chaldea .chaldea_news li .ttl a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer;
  }
  .mainarea .twitter.chaldea .chaldea_news li .ttl a:hover {
    opacity: 0.65;
  }
}
@media only screen and (max-width: 750px) {
  .mainarea {
    margin-bottom: 80px;
  }
  .mainarea .logo {
    position: absolute;
    top: 63%;
    width: 60%;
    left: 20%;
  }
  .mainarea .onair {
    position: absolute;
    width: 78%;
    left: 11%;
    bottom: -38px;
  }
  .mainarea .movie_top {
    position: absolute;
    width: 40vw;
    height: 22vw;
    border: 2px solid #e6b05a;
    bottom: 2vw;
    right: 2vw;
    background: no-repeat center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .mainarea .movie_top.fixed {
    position: absolute;
  }
  .mainarea .movie_top:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
  }
  .mainarea .movie_top:after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    top: 2px;
    left: 2px;
    border: 1px solid #e6b05a;
  }
}

.bg_movie {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.bg_movie #bg_movie_player {
  width: 100%;
  height: 100%;
}

.movie_area {
  position: relative;
}
.movie_area h2 {
  font-family: "Libre Baskerville", serif;
  color: #e6b05a;
  font-weight: 400;
  position: relative;
  padding-left: 1em;
}
.movie_area h2:before {
  width: 0.6em;
  height: 1px;
  background: #e6b05a;
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  display: block;
}
.movie_area .movie {
  position: relative;
  width: 100%;
  height: 100%;
  background: fixed no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.movie_area .movie {
  position: relative;
  overflow: hidden;
}
.movie_area .movie:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/play.png") no-repeat center rgba(0, 0, 0, 0.8);
}
.movie_area .player {
  position: absolute;
  width: 100%;
  height: 980px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 751px) {
  .movie_area h2 {
    font-size: 13px;
    margin: 0 0 30px 36px;
  }
  .movie_area .movie {
    height: 300px;
  }
  .movie_area .movie:after {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
  }
  .movie_area .movie:hover:after {
    background-color: transparent;
  }
}
@media only screen and (max-width: 750px) {
  .movie_area {
    margin-bottom: 50px;
  }
  .movie_area h2 {
    font-size: 13px;
    margin: 0 0 20px 5%;
  }
  .movie_area .movie {
    height: 180px;
  }
  .movie_area .movie {
    background: no-repeat center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .movie_area .movie:after {
    -webkit-background-size: 60px;
    -o-background-size: 60px;
    background-size: 60px;
  }
}

.main_contetns {
  position: relative;
  overflow: hidden;
}
.main_contetns h2 {
  font-family: "Libre Baskerville", serif;
  color: #e6b05a;
  font-weight: 400;
  position: relative;
  padding-left: 1em;
}
.main_contetns h2:before {
  width: 0.6em;
  height: 1px;
  background: #e6b05a;
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  display: block;
}
.main_contetns section {
  position: relative;
}
.main_contetns .news .news_wrap {
  background: rgba(255, 255, 255, 0.8);
}
.main_contetns .news .news_wrap ul {
  border-top: 1px solid #e6e6e6;
}
.main_contetns .news .news_wrap li {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}
.main_contetns .news .news_wrap li a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main_contetns .news .news_wrap .title {
  font-family: YakuHanMP, "Noto Serif JP", serif, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
}
.main_contetns .news .news_wrap .title .icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.main_contetns .news .news_wrap .title .n_title {
  line-height: 1.4;
}
.main_contetns .news .news_wrap .title .date {
  color: #e6b05a;
}
.main_contetns .news .btn_more {
  background: #000;
  position: relative;
}
.main_contetns .news .btn_more .icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.main_contetns .news .btn_more a {
  color: #FFF;
  text-decoration: none;
  font-family: "Libre Baskerville", serif;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 751px) {
  .main_contetns h2 {
    font-size: 13px;
    margin: 0 0 30px 36px;
  }
  .main_contetns section {
    position: relative;
  }
  .main_contetns .staff {
    padding-bottom: 120px;
  }
  .main_contetns .staff .staff_list {
    width: 705px;
    margin: auto;
  }
  .main_contetns .staff .first, .main_contetns .staff .second {
    float: left;
    width: 50%;
  }
  .main_contetns .staff .cw .name {
    width: 270px;
  }
  .main_contetns .staff .role {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .main_contetns .staff .name {
    font-size: 24px;
  }
  .main_contetns .staff li {
    display: inline-block;
    margin-bottom: 30px;
    margin-right: 80px;
  }
  .main_contetns .staff li:last-child {
    margin-right: 0;
  }
  .main_contetns .news {
    padding-top: 100px;
    margin-bottom: 80px;
    position: relative;
  }
  .main_contetns .news h2 {
    margin-bottom: 23px;
  }
  .main_contetns .news .news_wrap li {
    padding: 25px 40px;
  }
  .main_contetns .news .news_wrap li .title {
    max-width: 1200px;
    margin: auto;
    -webkit-background-size: 18px;
    -o-background-size: 18px;
    background-size: 18px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer;
  }
  .main_contetns .news .news_wrap li .title:hover {
    opacity: 0.65;
  }
  .main_contetns .news .news_wrap li .title .icon {
    width: 16px;
    height: 16px;
    margin-top: -8px;
  }
  .main_contetns .news .news_wrap li .title .n_title {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .main_contetns .news .news_wrap li .title .date {
    font-size: 12px;
  }
  .main_contetns .news .news_wrap li .detail {
    max-width: 1200px;
    margin: 24px auto 0;
    font-size: 14px;
  }
  .main_contetns .news .news_wrap li .detail .detail_text {
    padding: 40px 60px 20px;
  }
  .main_contetns .news .btn_more {
    position: absolute;
    right: 40px;
    top: 90px;
    width: 100px;
    font-size: 11px;
    text-align: center;
  }
  .main_contetns .news .btn_more a {
    padding: 10px 0;
  }
  .main_contetns .news .btn_more .icon {
    width: 10px;
    height: 10px;
    margin-top: -6px;
    right: 10px;
  }
}
@media only screen and (max-width: 750px) {
  .main_contetns .twitter {
    position: relative;
    background: url("../img/top/bg_tl_sp.png") no-repeat center top;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 610px;
    width: 81.33%;
    min-width: 320px;
    height: 380px;
    margin: 0 auto 20px;
  }
  .main_contetns .twitter .widjet {
    width: 100%;
    height: 334px;
    position: relative;
    top: 10.4%;
  }
  .main_contetns .twitter.chaldea {
    background-image: url("../img/top/bg_chaldea_sp.png");
    margin-bottom: 50px;
  }
  .main_contetns .twitter.chaldea ul {
    padding: 6vw 5vw 0;
  }
  .main_contetns .twitter.chaldea ul li {
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .main_contetns .twitter.chaldea ul li:last-child {
    border-bottom: none;
  }
  .main_contetns .twitter.chaldea ul li .date {
    color: #e6b05a;
    font-size: 12px;
    margin-bottom: 6px;
  }
  .main_contetns .twitter.chaldea ul li .ttl {
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .main_contetns .twitter.chaldea ul li .ttl a {
    color: #000;
    text-decoration: none;
  }
  .main_contetns h2 {
    font-size: 13px;
    margin: 0 0 20px 5%;
  }
  .main_contetns .staff .staff_list {
    margin: 0 5% 18%;
  }
  .main_contetns .staff .staff_list .role {
    font-size: 11px;
    margin-bottom: 6px;
  }
  .main_contetns .staff .staff_list .name {
    font-size: 16px;
  }
  .main_contetns .staff .staff_list .cw {
    width: 392px;
    width: 52.26%;
  }
  .main_contetns .staff .staff_list ul {
    letter-spacing: -.4em;
  }
  .main_contetns .staff .staff_list li {
    letter-spacing: 0;
    margin-bottom: 26px;
    display: inline-block;
    min-width: 50%;
  }
  .main_contetns .news {
    margin-bottom: 50px;
  }
  .main_contetns .news .news_wrap li {
    padding: 6% 5%;
  }
  .main_contetns .news .news_wrap li .title .icon {
    width: 14px;
    height: 14px;
    margin-top: -7px;
  }
  .main_contetns .news .news_wrap li .title .n_title {
    font-size: 17px;
    margin-bottom: 5px;
    padding-right: 24px;
  }
  .main_contetns .news .news_wrap li .title .date {
    font-size: 12px;
  }
  .main_contetns .news .news_wrap li .detail {
    margin-top: 6%;
    font-size: 13px;
  }
  .main_contetns .news .news_wrap li .detail .detail_text {
    padding: 5.8% 0 6%;
  }
  .main_contetns .news .btn_more {
    position: absolute;
    right: 6%;
    top: -10px;
    width: 100px;
    font-size: 11px;
    text-align: center;
  }
  .main_contetns .news .btn_more a {
    padding: 10px 0;
  }
  .main_contetns .news .btn_more .icon {
    width: 10px;
    height: 10px;
    margin-top: -6px;
    right: 10px;
  }
}

.onair_area dl dt, .onair_area dl dd {
  line-height: 1.3;
}
@media only screen and (min-width: 751px) {
  .onair_area {
    width: 525px;
    margin: 0 auto 80px;
  }
  .onair_area dl {
    margin-bottom: 10px;
  }
  .onair_area dl dt, .onair_area dl dd {
    display: inline-block;
    vertical-align: top;
  }
  .onair_area dl dt {
    width: 8em;
  }
  .onair_area dl dd span {
    font-size: 11px;
  }
  .onair_area .notice {
    font-size: 12px;
    margin-top: 24px;
  }
}
@media only screen and (max-width: 750px) {
  .onair_area {
    margin: 0 5% 6vh;
  }
  .onair_area dl {
    margin-bottom: 6px;
    text-align: center;
  }
  .onair_area dl dt {
    font-size: 13px;
  }
  .onair_area dl dd {
    font-size: 12px;
  }
  .onair_area dl dd span {
    font-size: 10px;
  }
  .onair_area .notice {
    font-size: 10px;
    margin-top: 10px;
  }
}

.floatcontents {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 600;
}
.floatcontents .wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.floatcontents .close {
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.floatcontents .close:after, .floatcontents .close:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  top: 50%;
}
.floatcontents .close:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.floatcontents .close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.floatcontents .image {
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.floatcontents .image .name {
  color: #FFF;
}
.floatcontents .image .name span {
  color: #e6b05a;
}
@media only screen and (min-width: 751px) {
  .floatcontents .close {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer;
  }
  .floatcontents .close:hover {
    opacity: 0.65;
  }
  .floatcontents .image {
    width: 762px;
    left: calc(50% - 363px);
  }
  .floatcontents .image .name {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .floatcontents .image .name span {
    padding-right: 1em;
  }
}
@media only screen and (max-width: 750px) {
  .floatcontents .close {
    bottom: 4vw;
  }
  .floatcontents .image .name {
    font-size: 14px;
    margin-bottom: 18px;
    line-height: 1.6;
  }
  .floatcontents .image .name span {
    display: block;
  }
}
/******************************/
.floatcontents .image .btn_list{
	background: #FFF;
	position: relative;
}
.floatcontents .image .btn_list .icon{
	position: absolute;
	width: 12px;
	height: 12px;
	right: 20px;
	top: calc(50% - 6px);
	-webkit-transform: rotate(-90deg);
	   -moz-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	     -o-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}
.floatcontents .image .btn_list a{
	color: #000;
	text-decoration: none;
	display: block;
	width: 100%;
}
.floatcontents .image .text{
	text-align: center;
	font-size: 10px;
	color: #FFF;
	margin-top: 2em;
}
@media only screen and (min-width: 751px) {
	.floatcontents .close {
		top: 30px;
		right: 30px;
	}
	.floatcontents .image .btn_list{
		width: 350px;
		margin: 30px auto 0;
	}
	.floatcontents .image .btn_list a{
		padding: 12px 0;
		font-size: 18px;
	}
}

@media only screen and (max-width: 750px) {
	.floatcontents .close {
		top: 3vw;
		right: 3vw;
	}
	.floatcontents .image .btn_list{
		width: 70vw;
		margin: 6vw auto 0;
	}
	.floatcontents .image .btn_list a{
		padding: 1em 0;
		font-size: 1rem;
	}
}


@media only screen and (min-width: 751px) {
	.btn_modal{
		position: fixed;
		width: 200px;
		border: 2px solid #e6b05a;
		left: 20px;
		bottom: 160px;
	}
	.btn_modal.fixed{
		position: absolute;
	}
}

@media only screen and (max-width: 750px) {
	.btn_modal{
		position: absolute;
	    left: 2vw;
	    bottom: 2vw;
	    width: 52vw;
	    border: 2px solid #e6b05a;
    }
}