/* ======================================================================
 top
====================================================================== */
.top_kv {
  position: relative;
  /* background: url("../img/top/kv.jpg") no-repeat center; */
  background-size: cover;
  width: 100%;
  height: 560px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top_kv {
    background: none;
    height: auto;
  }
}
.top_kv .movie_container .ttl {
  width: 100%;
  position: absolute;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .top_kv .container {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top_kv .img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .top_kv .news_bar_position{
    position: absolute;
  }
}
.top_kv .btn {
  position: absolute;
  display: block;
  text-align: center;
  color: #1a1a1a;
  border: 2px solid #1a1a1a;
  background-color: rgba(255, 255, 255, 0.7);
  right: 15%;
  bottom: 85px;
  font-size: 18px;
  width: 220px;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .top_kv .btn {
    width: 175px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    padding: 0 5px;
    border-width: 1px;
    right: 4%;
    bottom: 100px;
  }
}
.top_kv .btn img {
  width: 28px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .top_kv .btn img {
    width: 24px;
  }
}
.top_kv .btn span {
  padding: 0 0.25em;
}
.top_kv .btn .fas {
  font-size: 16px;
}

.top_sec01 {
  color: black;
  text-align: center;
  letter-spacing: 0.075em;
  padding: 180px 0 150px;
}
@media screen and (max-width: 768px) {
  .top_sec01 {
    padding: 15% 0;
  }
}
.top_sec01 .ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  margin-bottom: 50px;
    line-height: 2;
}
@media screen and (max-width: 768px) {
  .top_sec01 .ttl {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 30px;
  }
}
.top_sec01 .txt {
  font-family: "Noto Serif JP", serif;
  line-height: 2.5;
  font-size: 20px;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .top_sec01 .txt {
    font-size: 16px;
    margin: 7% 0;
    line-height: 2;
  }
}
.top_sec01 .btn {
  display: block;
  color: #038e7c;
  border: #038e7c 2px solid;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  letter-spacing: 0.05em;
  width: 216px;
  height: 46px;
  line-height: 46px;
}
@media screen and (max-width: 768px) {
  .top_sec01 .btn {
    width: 140px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
.top_sec01 .btn .fas {
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .top_sec01 .btn .fas {
    font-size: 12px;
    vertical-align: middle;
    margin: 0 0 2px 0.5em;
  }
}

.top_sec02 .fixed {
  position: relative;
  width: 100%;
  z-index: 999;
}
.top_sec02 .fixed li.active .container {
  background-attachment: fixed !important;
}
.top_sec02 .fixed li:not(:last-child) .container {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .top_sec02 .fixed li:not(:last-child) .container {
    padding-bottom:10%;
  }
}
.top_sec02 .fixed li .container {
  width: 100%;
  padding: 50px 0 100px;
}
@media screen and (max-width: 768px) {
  .top_sec02 .fixed li .container {
    padding: 7% 0 25%;
  }
}
.top_sec02 .fixed li:not(:last-child) .container2 {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .top_sec02 .fixed li:not(:last-child) .container2 {
    padding-bottom: 0;
	  padding-top: 15%;
  }
}
.top_sec02 .fixed li .area_ttl {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  width: 900px;
  margin: 0 auto;
  padding: 40px 0 36px;
}
@media screen and (min-width: 769px) {
  .top_sec02 .fixed li .area_ttl_style {
    width: 1120px;
  }
}
@media screen and (max-width: 768px) {
  .top_sec02 .fixed li .area_ttl {
    width: 90%;
    margin: 0 auto;
    padding: 10% 0 5% 0;
  }
}
.top_sec02 .fixed li .area_ttl span {
  display: block;
}
.top_sec02 .fixed li .area_ttl .en {
  color: #038e7c;
  font-size: 22px;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .top_sec02 .fixed li .area_ttl .en {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.top_sec02 .fixed li .area_ttl .ja {
  font-family: "Noto Serif JP", serif;
  color: black;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .top_sec02 .fixed li .area_ttl .ja {
    font-size: 20px;
  }
}
.top_sec02 .fixed li.area01 .container {
/*  background: white url("../img/top/bg01.jpg") no-repeat 50% 0; */
}
@media screen and (max-width: 768px) {
  .top_sec02 .fixed li.area01 .container {
/*    background: url("../img/top/sm/bg01.jpg") no-repeat 50% 0;
    background-size: 100%;
    background-color: inherit; */
  }
}
.top_sec02 .fixed li.area01 .container .area_ttl {
  margin-bottom: 0;
}
.top_sec02 .fixed li.area01 .container .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 800px;
  margin: 0 auto;
  padding: 50px 0 180px 100px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768px) {
  .top_sec02 .fixed li.area01 .container .list {
    display: block;
    width: 80%;
    padding: 5% 5% 5% 16%;
  }
}
.top_sec02 .fixed li.area01 .container .list li {
  width: 33.33%;
}
@media screen and (max-width: 768px) {
  .top_sec02 .fixed li.area01 .container .list li {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  /*
  .top_sec02 .fixed li.area01 .container .list li:nth-child(2n) .img {
    order: 2;
  }
  .top_sec02 .fixed li.area01 .container .list li:nth-child(2n) .detail {
    margin: 0 5% 0 0;
    text-align: right;
  }
  .top_sec02 .fixed li.area01 .container .list li:nth-child(2n) .detail .ttl:after {
    right: 0;
  }
  */
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .top_sec02 .fixed li.area01 .container .list li:not(:first-child) {
    margin-top: 15%;
  }
}

@media screen and (max-width: 768px) {
  .top_sec02 .fixed li.area01 .container .list li .img {
    width: 30%;
  }
}
.top_sec02 .fixed li.area01 .container .list li .img img {
  width: 172px;
}
@media screen and (max-width: 768px) {
  .top_sec02 .fixed li.area01 .container .list li .img img {
    width: 100%;
  }
}
.top_sec02 .fixed li.area01 .container .list li .detail {
  margin-top: 30px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .top_sec02 .fixed li.area01 .container .list li .detail {
    margin: 0 0 0 5%;
    width: 65%;
  }
}
.top_sec02 .fixed li.area01 .container .list li .detail .ttl {
  position: relative;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 20px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .top_sec02 .fixed li.area01 .container .list li .detail .ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.top_sec02 .fixed li.area01 .container .list li .detail .ttl:after {
  content: "";
  display: block;
  background: #038e7c;
  width: 54px;
  height: 2px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .top_sec02 .fixed li.area01 .container .list li .detail .ttl:after {
    width: 27px;
    height: 1px;
    margin-top: 10px;
    position: absolute;
  }
}
.top_sec02 .fixed li.area01 .container .list li .detail .txt {
  color: #898989;
}
@media screen and (max-width: 768px) {
  .top_sec02 .fixed li.area01 .container .list li .detail .txt {
    padding-top: 10px;
  }
}
.top_sec02 .fixed li.area01 .container .list li .detail .btn {
  color: #038e7c;
  background: white;
  display: inline-block;
  border: 2px solid #038e7c;
  text-align: center;
  width: 176px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .top_sec02 .fixed li.area01 .container .list li .detail .btn {
    width: 140px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    border-width: 1px;
    margin-top: 10px;
  }
}
.top_sec02 .fixed li.area01 .container .list li .detail .btn .fas {
  margin-left: 0.25em;
}
@media screen and (max-width: 768px) {
  .top_sec02 .fixed li.area01 .container .list li .detail .btn .fas {
    vertical-align: middle;
    font-size: 12px;
    margin-bottom: 2px;
  }
}
.top_sec02 .fixed li.area02 .container {
/*  background: white url("../img/top/bg02.jpg") no-repeat 50% 0; */
}
@media screen and (max-width: 768px) {
  .top_sec02 .fixed li.area02 .container {
/*    background: url("../img/top/sm/bg02.jpg") no-repeat 50% 0;
    background-size: 100%;
    background-color: inherit; */
  }
}
.top_sec02 .fixed li.area02 .container .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  width: 1120px;
  margin: 0 auto;
  padding-top: 50px;
	padding-bottom: 160px;
	background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768px) {
  .top_sec02 .fixed li.area02 .container .list {
    width: 90%;
    margin-top: 0;
    background-color: rgba(255, 255, 255, 0.6);
    padding-top: 5%;
    padding-bottom: 0;
  }
}
.top_sec02 .fixed li.area02 .container .list li {
  background: white;
  border: 2px solid #a1cec9;
  width: 296px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .top_sec02 .fixed li.area02 .container .list li {
    width: 46%;
    margin-bottom: 5%;
  }
}
.top_sec02 .fixed li.area02 .container .list li:not(:nth-child(3n)) {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .top_sec02 .fixed li.area02 .container .list li:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .top_sec02 .fixed li.area02 .container .list li:not(:nth-child(2n)) {
    margin-right: 5%;
  }
}
.top_sec02 .fixed li.area02 .container .list li a {
  display: block;
  letter-spacing: 0.05em;
}
.top_sec02 .fixed li.area02 .container .list li a > .ttl {
  position: relative;
  background: #a1cec9;
  color: white;
  text-align: center;
  font-size: 20px;
  line-height: 1.7;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .top_sec02 .fixed li.area02 .container .list li a > .ttl {
    font-size: 14px;
    padding: 3% 0 5%;
  }
}
.top_sec02 .fixed li.area02 .container .list li a > .ttl:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 12.5px 0 12.5px;
  border-color: #a1cec9 transparent transparent transparent;
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -12.5px;
}
@media screen and (max-width: 768px) {
  .top_sec02 .fixed li.area02 .container .list li a > .ttl:after {
    border-width: 7px 6px 0 6px;
    bottom: -7px;
    margin-left: -3px;
  }
}
.top_sec02 .fixed li.area02 .container .list li a > .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .top_sec02 .fixed li.area02 .container .list li a > .box {
    padding: 8% 0 8% 8%;
  }
}
.top_sec02 .fixed li.area02 .container .list li a > .box .img {
  width: 88px;
}
@media screen and (max-width: 768px) {
  .top_sec02 .fixed li.area02 .container .list li a > .box .img {
    width: 37%;
  }
}
.top_sec02 .fixed li.area02 .container .list li a > .box .img img {
  width: 100%;
}
.top_sec02 .fixed li.area02 .container .list li a > .box .ttl {
  color: #038e7c;
  font-size: 28px;
  width: 128px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top_sec02 .fixed li.area02 .container .list li a > .box .ttl {
    width: 63%;
    font-size: 18px;
  }
}
.top_sec02 .fixed li.area02 .container .list li a > .box .ttl.ls {
  letter-spacing: -0.1em;
}
.top_sec02 .fixed li.area03 {
  text-align: center;
}
/*
.top_sec02 .fixed li.area03 .container {
  background: white url("../img/top/bg03.jpg") no-repeat 50% 0;
}
@media screen and (max-width: 768px) {
  .top_sec02 .fixed li.area03 .container {
    background: white url("../img/top/sm/bg03.jpg") no-repeat 50% 0;
    background-size: 100%;
    background-color: inherit;
  }
}
*/
.top_sec02 .fixed li.area03 .container .area_ttl {
  margin-bottom: 0;
}
.top_sec02 .fixed li.area03 .container .txt {
  width: 900px;
  padding: 10px 0 30px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  color: #282828;
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .top_sec02 .fixed li.area03 .container .txt {
    font-size: 16px;
    width: 90%;
    padding: 0 0 3%;
  }
}
.top_sec02 .fixed li.area03 .container .txt strong {
  font-weight: bold;
}
.top_sec02 .fixed li.area03 .container2 .txt {
  width: 900px;
  padding: 10px 0 50px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  color: #282828;
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .top_sec02 .fixed li.area03 .container2 .txt {
    font-size: 16px;
    width: 90%;
    padding: 0 0 3%;
	line-height: 2;
  }
}
.top_sec02 .fixed li.area03 .container .contact {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 70px;
}
.top_sec02 .fixed li.area03 .container .contact_style {
  width: 900px;
  margin: 0 auto !important;
  padding-top: 0px;
  padding-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768px) {
  .top_sec02 .fixed li.area03 .container .contact {
    margin-top: 0;
    display: block;
    background-color: rgba(255, 255, 255, 0.6);
    padding-top: 3.5%;
    padding-bottom: 0;
    width: 90%;
    margin: 0 auto;
  }
}
.top_sec02 .fixed li.area03 .container .contact a {
  text-align: center;
  border: 2px solid #35b597;
  width: 376px;
  height: 46px;
  line-height: 46px;
  margin: 0 20px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .top_sec02 .fixed li.area03 .container .contact a {
    display: block;
    width: 250px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    margin: 5% auto;
    border-width: 1px;
  }
}
.top_sec02 .fixed li.area03 .container .contact a.btn01 {
  color: #038e7c;
  background: white;
}
.top_sec02 .fixed li.area03 .container .contact a.btn02 {
  color: white;
  background: #35b597;
}
.top_sec02 .fixed li.area03 .container2 .contact {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 70px;
}
.top_sec02 .fixed li.area03 .container2 .contact_style {
  width: 900px;
  margin: 0 auto !important;
  padding-top: 0px;
  padding-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768px) {
  .top_sec02 .fixed li.area03 .container2 .contact {
    margin-top: 0;
    display: block;
    background-color: rgba(255, 255, 255, 0.6);
    padding-top: 3.5%;
    padding-bottom: 0;
    width: 90%;
    margin: 0 auto;
  }
}
.top_sec02 .fixed li.area03 .container2 .contact a {
  text-align: center;
  border: 2px solid #35b597;
  width: 376px;
  height: 46px;
  line-height: 46px;
  margin: 0 20px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .top_sec02 .fixed li.area03 .container2 .contact a {
    display: block;
    width: 250px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    margin: 5% auto;
    border-width: 1px;
  }
}
.top_sec02 .fixed li.area03 .container2 .contact a.btn01 {
  color: #038e7c;
  background: white;
}

.top_sec06 {
  background: #fdfcf3;
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .top_sec06 {
    margin-bottom: 0;
  }
}
.top_sec06 > .ttl {
  background: #35b597;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 38px 0;
}
@media screen and (max-width: 768px) {
  .top_sec06 > .ttl {
    padding: 5% 0;
  }
}
.top_sec06 > .ttl span {
  display: block;
}
.top_sec06 > .ttl .ja {
  font-size: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .top_sec06 > .ttl .ja {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.top_sec06 > .ttl .en {
  font-family: "M PLUS Rounded 1c";
  font-weight: bold;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .top_sec06 > .ttl .en {
    font-size: 25px;
  }
}
.top_sec06 > .catch {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.05em;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .top_sec06 > .catch {
    font-size: 14px;
    line-height: 1.7;
    margin: 5% 0;
  }
}
.top_sec06 .sec06_box {
  border-top: 2px solid #cccccc;
  padding-bottom: 80px;
}
.top_sec06 .sec06_box .img iframe{
  width:100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .top_sec06 .sec06_box {
    padding-bottom: 10%;
  }
}
.top_sec06 .sec06_ttl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: black;
  width: 980px;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .top_sec06 .sec06_ttl {
    width: 90%;
    margin: 8% 0;
  }
}
.top_sec06 .sec06_ttl .ico {
  width: 50px;
}
@media screen and (max-width: 768px) {
  .top_sec06 .sec06_ttl .ico {
    width: 15%;
  }
}
.top_sec06 .sec06_ttl .ico img {
  width: 100%;
}
.top_sec06 .sec06_ttl .txt {
  font-size: 22px;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .top_sec06 .sec06_ttl .txt {
    width: 82%;
    font-size: 18px;
    margin-left: 3%;
  }
}
.top_sec06 .sec06_ttl .txt span {
  vertical-align: sub;
  font-size: 32px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .top_sec06 .sec06_ttl .txt span {
    font-size: inherit;
    margin-right: 0.5em;
    vertical-align: middle;
  }
}
.top_sec06 .sec06_btn {
  display: block;
  margin: 0 auto;
  background: #35b597;
  text-align: center;
  color: #fff;
  font-size: 16px;
  width: 300px;
  height: 50px;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  .top_sec06 .sec06_btn {
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
}
.top_sec06 .sec06_btn .fas {
  margin-left: 2em;
}
@media screen and (max-width: 768px) {
  .top_sec06 .sec06_btn .fas {
    margin-left: 1em;
  }
}
.top_sec06 .radio .slick {
  width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top_sec06 .radio .slick {
    width: 90%;
  }
}
.top_sec06 .radio .slick .slick-slide {
  margin: 0 30px;
}
@media screen and (max-width: 768px) {
  .top_sec06 .radio .slick .slick-slide {
    margin: 0;
  }
}
.top_sec06 .radio .slick .slick-slide .personality {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.top_sec06 .radio .slick .slick-slide .personality .img {
  width: 147px;
}
@media screen and (max-width: 768px) {
  .top_sec06 .radio .slick .slick-slide .personality .img {
    width: 45%;
  }
}
.top_sec06 .radio .slick .slick-slide .personality .img img {
  width: 100%;
}
.top_sec06 .radio .slick .slick-slide .personality .detail {
  color: #898989;
  letter-spacing: 0.05em;
  width: 283px;
  margin-left: 30px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .top_sec06 .radio .slick .slick-slide .personality .detail {
    width: 50%;
    margin-left: 5%;
    font-size: 16px;
  }
}
.top_sec06 .radio .slick .slick-slide .personality .detail .ttl {
  margin-bottom: 15px;
}
.top_sec06 .radio .slick .slick-slide .personality .detail .ttl:after {
  content: "";
  display: block;
  background: #35b597;
  width: 50px;
  height: 4px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .top_sec06 .radio .slick .slick-slide .personality .detail .ttl:after {
    width: 40px;
    height: 3px;
  }
}
.top_sec06 .radio .slick .slick-slide .personality .detail .name {
  line-height: 1.3;
}
.top_sec06 .radio .slick .slick-slide .personality .detail .name span {
  display: block;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .top_sec06 .radio .slick .slick-slide .personality .detail .name span {
    font-size: 20px;
  }
}
.top_sec06 .radio .slick .slick-slide > .ttl {
  color: black;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 22px;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .top_sec06 .radio .slick .slick-slide > .ttl {
    font-size: 16px;
    margin: 7% 0;
  }
}
.top_sec06 .radio .slick .slick-slide .play {
  background: white;
  display: table;
  border-bottom: 2px solid #cac9bc;
}
.top_sec06 .radio .slick .slick-slide .play > * {
  display: table-cell;
  vertical-align: middle;
}
.top_sec06 .radio .slick .slick-slide .play .btn {
  position: relative;
  text-align: center;
  color: white;
  background: #35b597;
  font-size: 20px;
  width: 92px;
}
@media screen and (max-width: 768px) {
  .top_sec06 .radio .slick .slick-slide .play .btn {
    width: 20%;
    font-size: 14px;
  }
}
.top_sec06 .radio .slick .slick-slide .play .btn .box {
  text-align: center;
}
.top_sec06 .radio .slick .slick-slide .play .btn img {
  display: block;
  margin: 0 auto 10px;
  width: 50px;
}
@media screen and (max-width: 768px) {
  .top_sec06 .radio .slick .slick-slide .play .btn img {
    width: 60%;
    margin-bottom: 5px;
  }
}
.top_sec06 .radio .slick .slick-slide .play .detail {
  width: 308px;
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  .top_sec06 .radio .slick .slick-slide .play .detail {
    width: 72%;
    padding: 4%;
  }
}
.top_sec06 .radio .slick .slick-slide .play .detail .top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.top_sec06 .radio .slick .slick-slide .play .detail .top .new {
  color: #fdd000;
  font-weight: bold;
  font-size: 18px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .top_sec06 .radio .slick .slick-slide .play .detail .top .new {
    font-size: 14px;
  }
}
.top_sec06 .radio .slick .slick-slide .play .detail .txt {
  display: block;
  font-size: 18px;
  line-height: 1.7;
  margin: 15px 0;
}
@media screen and (max-width: 768px) {
  .top_sec06 .radio .slick .slick-slide .play .detail .txt {
    font-size: 14px;
    margin: 4% 0;
  }
}
.top_sec06 .radio .slick .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  color: #898989;
  font-size: 30px;
  margin-top: -15px;
}
@media screen and (max-width: 768px) {
  .top_sec06 .radio .slick .slick-arrow {
    font-size: 15px;
    top: 42%;
  }
}
.top_sec06 .radio .slick .slick-arrow.slider-prev {
  left: -50px;
}
@media screen and (max-width: 768px) {
  .top_sec06 .radio .slick .slick-arrow.slider-prev {
    left: -8%;
  }
}
.top_sec06 .radio .slick .slick-arrow.slider-next {
  right: -50px;
}
@media screen and (max-width: 768px) {
  .top_sec06 .radio .slick .slick-arrow.slider-next {
    right: -8%;
  }
}
.top_sec06 .radio .slick .slick-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .top_sec06 .radio .slick .slick-dots {
    margin: 7% 0 10%;
  }
}
.top_sec06 .radio .slick .slick-dots li {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .top_sec06 .radio .slick .slick-dots li {
    margin: 0 5px;
  }
}
.top_sec06 .radio .slick .slick-dots li button {
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  font-size: 0;
  padding: 0;
  background: #898989;
  border: none;
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 768px) {
  .top_sec06 .radio .slick .slick-dots li button {
    width: 8px;
    height: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
  }
}
.top_sec06 .radio .slick .slick-dots li.slick-active button {
  background: #35b597;
}
.top_sec06 .column .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .top_sec06 .column .list {
    margin-bottom: 2%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.top_sec06 .column .list li {
  width: 257px;
}
@media screen and (max-width: 768px) {
  .top_sec06 .column .list li {
    width: 48%;
  }
}
.top_sec06 .column .list li:not(:last-child) {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .top_sec06 .column .list li:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .top_sec06 .column .list li:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}
.top_sec06 .column .list li .img img {
  width: 100%;
}
.top_sec06 .column .list li .box {
  border-bottom: 2px solid #cac9bc;
  background: white;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .top_sec06 .column .list li .box {
    padding: 7%;
    height: 125px;
    position: relative;
  }
}
.top_sec06 .column .list li .box .ttl {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.7;
  margin: 15px 0;
}
@media screen and (max-width: 768px) {
  .top_sec06 .column .list li .box .ttl {
    font-size: 14px;
    margin: 7% 0;
  }
}
@media screen and (max-width: 768px) {
  .top_sec06 .column .list li .box .cha_btm {
    position: absolute;
    bottom: 7%;
    left: 7%;
    width: 86%;
  }
}
.top_sec06 .column .list li .writer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .top_sec06 .column .list li .writer {
    margin-top: 8%;
  }
}
.top_sec06 .column .list li .writer .img {
  width: 39px;
}
@media screen and (max-width: 768px) {
  .top_sec06 .column .list li .writer .img {
    width: 15%;
  }
}
.top_sec06 .column .list li .writer .name {
  color: #898989;
  font-size: 16px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .top_sec06 .column .list li .writer .name {
    width: 81%;
    font-size: 12px;
    margin-left: 4%;
  }
}
.top_sec06 .movie .slick {
  width: 1020px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top_sec06 .movie .slick {
    width: 90%;
  }
}
.top_sec06 .movie .box {
  border-bottom: 2px solid #cac9bc;
  background: white;
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .top_sec06 .movie .box {
    margin: 0;
  }
}
.top_sec06 .movie .box .img {
  position: relative;
}
.top_sec06 .movie .box .img .arrow {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 58px;
}
@media screen and (max-width: 768px) {
  .top_sec06 .movie .box .img .arrow {
    width: 45px;
  }
}
.top_sec06 .movie .box .img img {
  width: 100%;
}
.top_sec06 .movie .box .detail {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .top_sec06 .movie .box .detail {
    padding: 5%;
  }
}
.top_sec06 .movie .box .detail .txt {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.7;
  margin: 15px 0;
}
@media screen and (max-width: 768px) {
  .top_sec06 .movie .box .detail .txt {
    font-size: 14px;
    margin: 5% 0;
  }
}
.top_sec06 .movie .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 40%;
  color: #898989;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .top_sec06 .movie .slick-arrow {
    font-size: 15px;
  }
}
.top_sec06 .movie .slick-arrow.slider-prev {
  left: -50px;
}
@media screen and (max-width: 768px) {
  .top_sec06 .movie .slick-arrow.slider-prev {
    left: -8%;
  }
}
.top_sec06 .movie .slick-arrow.slider-next {
  right: -50px;
}
@media screen and (max-width: 768px) {
  .top_sec06 .movie .slick-arrow.slider-next {
    right: -8%;
  }
}
.top_sec06 .movie .slick-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .top_sec06 .movie .slick-dots {
    margin: 7% 0 10%;
  }
}
.top_sec06 .movie .slick-dots li {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .top_sec06 .movie .slick-dots li {
    margin: 0 5px;
  }
}
.top_sec06 .movie .slick-dots li button {
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  font-size: 0;
  padding: 0;
  background: #898989;
  border: none;
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 768px) {
  .top_sec06 .movie .slick-dots li button {
    width: 8px;
    height: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
  }
}
.top_sec06 .movie .slick-dots li.slick-active button {
  background: #35b597;
}
.top_sec06 .channel {
  display: block;
  background: #35b597;
  text-align: center;
  color: #fff;
  font-size: 24px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .top_sec06 .channel {
    font-size: 16px;
    padding: 4% 0;
	  margin-bottom: 20%;
  }
}
.top_sec06 .channel .fas {
  margin-left: 2em;
}

@media screen and (max-width: 768px) {
  .areabg.fixed:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
  }
  .areabg.areabg01:before {
/*    background: white url("../img/top/sm/bg01.jpg") no-repeat 50% 0;
    background-size: 100%; */
  }
  .areabg.areabg02:before {
/*    background: white url("../img/top/sm/bg02.jpg") no-repeat 50% 0;
    background-size: 100%; */
  }
  .areabg.areabg03:before {
/*    background: white url("../img/top/sm/bg03.jpg") no-repeat 50% 0;
    background-size: 100%; */
  }
}

@media screen and (max-width: 768px) {
  .Android .top_sec02 .fixed li .container {
    background: none !important;
  }
}

.movie_container .ttl img {
  display: block;
  margin: 0 auto;
}

/* 20190920河野追記 */

.when-pc{
	display: block;
	visibility: visible;
}

.when-sp{
	display: none;
	visibility: hidden;
}

@media screen and (max-width: 768px) {
.when-pc{
	display: none;
	visibility: hidden;
}

.when-sp{
	display: block;
	visibility: visible;
}	
}

.top_sec02 .fixed li.area01 .container img.when-pc {
    margin: auto;
	width: 100%;
	max-width: 1120px;
}
@media screen and (max-width: 768px) {
  .top_sec02 .fixed li.area01 .container img.when-sp {
    width: 100%;
	  max-width: 768px;
  }
}

.top_sec02 .fixed li.area02 .container img.when-pc {
  margin: auto;
width: 100%;
max-width: 1120px;
}
@media screen and (max-width: 768px) {
.top_sec02 .fixed li.area02 .container img.when-sp {
  width: 100%;
  max-width: 768px;
}
}

.top_sec02 .fixed li.area03 .container img.when-pc {
  margin: auto;
width: 100%;
max-width: 1120px;
}
@media screen and (max-width: 768px) {
.top_sec02 .fixed li.area03 .container img.when-sp {
  width: 100%;
  max-width: 768px;
}
}
.top_sec02 .fixed li.area03 .container2 img.when-pc {
  margin: auto;
width: 100%;
max-width: 1120px;
}

.top_sec04 .fixed li .area_ttl .ja_sm {
  color: black;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .top_sec04 .fixed li .area_ttl .ja_sm {
    font-size: 13px;
  }
}