@media screen and (min-width: 668px), print {
 .pc_off {
  display: none !important;
 }
 h1 {
  width: 1200px !important;
  padding: 0 !important;
 }
 .madia_wrap a, span, p {
  color: #000;
  text-decoration: none;
  font-family: "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
 }
 .madia_main {
  width: 100%;
  background: url(/channel_setting/img/top/main_bg.png);
  height: 600px;
    overflow: hidden;
  background-size: cover;
 }
 .media_main_top {
    width: 1200px;
    margin: 30px auto 15px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
 }
 .media_main_top a {
  display: block;
 }
.media_main_top .h-sns-wrap{
    margin-right: 30px !important;
}
.media_main_menu_right{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
 .media_main_menu ul {
  display: flex;
  justify-content: space-between;
  width: 380px;
 }
 .media_main_menu ul li a {
  box-sizing: border-box;
  width: 180px;
  height: 40px;
  border: 2px solid #ffcc01;
  background: #fff;
  border-radius: 20px;
  line-height: 38px;
  font-size: 13px;
  font-weight: bold;
  padding: 0 20px;
  position: relative;
  text-align: left;
	color:#333;
 }
 .media_main_menu ul li a::after {
  content: "";
  background: url(/channel_setting/img/top/btn_arrow_b.png);
  width: 18px;
  height: 6px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 15px;
 }
 .media_main_menu ul li:last-child a {
  background: #ffcc01;
 }
 .media_main_menu ul li:last-child a:hover {
  transition: .3s;
  background: #fff;
 }
 .media_main_menu ul li a:hover {
  transition: .3s;
  background: #ffcc01;
 }
 .m_main_ti {
  text-align: center;
  width: 1000px;
  margin: 190px auto 0;
 }
 .m_main_ti_icon {
  display: flex;
  justify-content: space-between;
  width: 380px;
  margin: 20px auto;
  font-weight: bold;
 }
 .m_main_ti_icon span {
  display: block;
  box-sizing: border-box;
  width: 113px;
  height: 38px;
  border: 2px solid #fff;
  text-align: center;
  background: #ffcc01;
  font-size: 17px;
  line-height: 36px;
  border-radius: 3px;
 }
 .m_main_title {
  font-size: 50px;
  font-weight: bold;
  line-height: 60px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
 }
 .m_main_ti p {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-top: 15px;
  letter-spacing: 0.1em;
 }
 .m_main_title img {
  display: inline-block;
  margin: 0 10px;
 }
 header {
    width: 100%;
    background: #ffcc01 !important;
    padding: 0px !important;
 }
 header ul {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
 }
 header ul li a {
  display: block;
  font-size: 14px;
  line-height: 50px;
  font-weight: bold;
  padding: 0 15px;
  text-align: center;
 }
 header ul li a:hover {
  background: #ffdb66;
  transition: .3s;
 }
 .sale_wrap {
  margin-top: 60px;
  overflow: hidden;
	text-align:center;
 }
 .sale_top {
  display: inline;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  padding-bottom: 2px;
  color: #111;
  background: linear-gradient(transparent 60%, #ffff00 60%);
 }
 .sale_inner {
  width: 1100px;
  margin: 50px auto;
  position: relative;
  display: flex;
 }
 .movie_wrap a {
  display: block;
  width: 530px;
  height: 460px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0px 0px 7px #ccc;
  padding: 25px;
  text-align: left;
 }
 .movie_wrap a:hover {
  transition: .3s;
  background: #fff9e3;
 }
 .movie_wrap a:hover span {
  transition: .3s;
  background: #ffcc01;
  color: #414042;
 }
 .movie_wrap a:hover span::after {
  content: "";
  background: url(/channel_setting/img/top/btn_arrow_b.png);
  width: 18px;
  height: 6px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 15px;
  transition: .1s;
 }
 .movie_wrap iframe {
  display: block;
  width: 480px;
  height: 270px;
 }
 .movie_icon {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  border-radius: 3px;
  background: #ffcc01;
  padding: 0px 10px;
  margin: 10px 0;
  letter-spacing: 0.05em;
  font-weight: bold;
 }
 .movie_wrap p {
  color: #111;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
 }
 .movie_wrap span {
  display: block;
  box-sizing: border-box;
  width: 180px;
  line-height: 40px;
  border-radius: 40px;
  background: #414042;
  box-shadow: 0px 0px 7px #ccc;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  position: relative;
  float: right;
  margin-top: 10px;
  transition: .1s;
 }
 .movie_wrap span::after {
  content: "";
  background: url(/channel_setting/img/top/btn_arrow_w.png);
  width: 18px;
  height: 6px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 15px;
 }
 .sale_con {
  position: relative;
  text-align: left;
  padding-left: 50px;
 }
 .sale_con::before {
  content: "";
  background: linear-gradient(90deg, transparent 0%, transparent 0%, #f3f2ed 0%, #f3f2ed 100%);
  width: 1000px;
  height: 231px;
  display: block;
  position: absolute;
  top: 75px;
  left: 0px;
  z-index: -1;
 }
 .sale_ti {
  margin: 140px 0 130px;
  position: relative;
 }
 .sale_ti::after {
  content: "";
  background: url(/channel_setting/img/top/kein_1.png);
  width: 222px;
  height: 270px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: -104px;
 }
 .sale_ti span {
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 0 15px;
  line-height: 28px;
  border-radius: 14px;
  background: #998b67;
  margin-bottom: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
 }
 .madia_wrap h2 {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.05em;
  font-family: "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  margin: 0;
 }
 .sale_con p {
  color: #111;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
 }
 .study_wrap {
  width: 100%;
  margin: 330px 0 50px;
  background: #f3f2ed;
  position: relative;
 }
 .study_ti span {
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 0 15px;
  line-height: 28px;
  border-radius: 14px;
  background: #998b67;
  margin-bottom: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
 }
 .study_mov_wrap {
  width: 100%;
  position: relative;
  background: url(/channel_setting/img/top/study_bg.png);
  background-size: cover;
  background-position: 0px 55px;
  background-repeat: no-repeat;
  height: 505px;
	text-align:center;
 }
 .study_ti {
  padding: 55px 0 50px;
	text-align:center;
 }
 .study_mov_wrap ul {
  width: 1100px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
 }
 .media_more {
    display: block;
    box-sizing: border-box;
    /* width: 350px; */
    display: inline-block;
    line-height: 55px;
    border-radius: 40px;
    background: #ffcc01;
    border: 2px solid #000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-top: 30px;
    padding: 0px 60px 0px 30px;
 }
 .media_more::after {
  content: "";
  background: url(/channel_setting/img/top/btn_arrow_bb.png);
  width: 21px;
  height: 7px;
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 23px;
  transition: .1s;
 }
 .media_more:hover {
  background: #ffdb66;
  transition: .3s;
 }
 .media_more:hover::after {
  transition: .1s;
  right: 18px;
 }
 .stu_more {
  margin: 30px auto;
 }
 .pick_wrap {
  width: 100%;
  position: relative;
 }
 .pick_ti {
  text-align: center;
  width: 1100px;
  margin: 0 auto;
  position: relative;
 }
 .pick_ti::before {
    content: "";
    background: url(/channel_setting/img/top/kureshin.png);
    background-size: 100%;
    width: 188px;
    height: 198px;
    display: inline-block;
    position: absolute;
    left: -130px;
    top: 55px;
 }
 .pick_ti span {
  display: inline-block;
  text-align: center;
  font-size: 15px;
  padding: 0 15px;
  line-height: 28px;
  border-radius: 14px;
  background: #ffcc01;
  margin-bottom: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
 }
 .pick_ti h2 {
  border-bottom: double #ffcc01;
  width: 202px;
  line-height: 50p;
  margin: 0px auto 50px;
  padding-bottom: 5px;
 }

 .pick_ti_hanbai {
  text-align: center;
  width: 1100px;
  margin: 0 auto;
  position: relative;
 }
 .pick_ti_hanbai::before {
    content: "";
    background: url(/channel_setting/img/top/shiro.png);
    background-size: 100%;
    width: 188px;
    height: 198px;
    display: inline-block;
    position: absolute;
    left: -130px;
    top: 55px;
 }
 .pick_ti_hanbai span {
  display: inline-block;
  text-align: center;
  font-size: 15px;
  padding: 0 15px;
  line-height: 28px;
  border-radius: 14px;
  background: #ffcc01;
  margin-bottom: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
 }
 .pick_ti_hanbai h2 {
  border-bottom: double #ffcc01;
  width: 202px;
  line-height: 50p;
  margin: 0px auto 50px;
  padding-bottom: 5px;
 }

 .pick_mov_wrap {
  width: 100%;
  background: #f3f2ed;
  padding: 0px 0 50px;
	text-align:center;
 }
 .pick_mov_wrap ul {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 80px auto 30px;
 }
 .pick_more {
  margin: 0 auto;
 }
 .recruit_wrap {
  width: 100%;
  background: url(/channel_setting/img/top/recruit_bg.png);
  height: 470px;
  background-size: cover;
  box-sizing: border-box;
  padding-top: 45px;
  position: relative;
  text-align: left;
 }
 .recruit_inner {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  text-align: left;
  z-index: 10
 }
 .recruit_inner .movie_wrap {
  position: absolute;
  right: 0;
  top: 50px;
 }
 .recruit_inner .movie_wrap a {
  width: 590px;
  height: 428px;
  padding: 15px;
 }
 .recruit_inner .movie_wrap a iframe {
  width: 560px;
  height: 341px;
 }
 .recruit_con {
  z-index: 50;
 }
 .rec_icon {}
 .rec_icon p {
  color: #111;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  margin: 30px 0 0 80px;
  width: 340px;
 }
 .rec_bottom {
  position: absolute;
  bottom: -190px;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  height: 280px;
 }
 .rec_ti::before {
  content: "";
  background: #ffcc01;
  width: 3000px;
  height: 280px;
  display: block;
  position: absolute;
  top: 0;
  left: -50px;
  z-index: -1;
 }
 .rec_ti {
  padding-top: 90px;
  position: relative;
  width: 900px;
  margin: 0 auto;
 }
 .rec_ti span {
  display: inline-block;
  text-align: center;
  font-size: 15px;
  padding: 0 15px;
  line-height: 28px;
  border-radius: 14px;
  background: #fff;
  margin-bottom: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
 }
 .media_more_b {
  display: block;
  box-sizing: border-box;
  width: 315px;
  line-height: 51px;
  border-radius: 40px;
  background: #333;
  border: 2px solid #333;
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-top: 30px;
  box-shadow: 0px 0px 5px #333;
 }
 .media_more_b::after {
  content: "";
  background: url(/channel_setting/img/top/btn_arrow_w.png);
  width: 18px;
  height: 6px;
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 20px;
  transition: .1s;
 }
 .media_more_b:hover {
  background: #fff;
  color: #333 !important;
  transition: .3s;
 }
 .media_more_b:hover::after {
  content: "";
  background: url(/channel_setting/img/top/btn_arrow_b.png);
  width: 18px;
  height: 6px;
  display: inline-block;
  position: absolute;
  right: 18px;
  top: 20px;
  transition: .1s;
 }
 .rec_bottom a {
  position: absolute;
  right: 0;
  bottom: -65px;
 }
 .cm_wrap {
  width: 1170px;
  box-sizing: border-box;
  margin: 0px auto 80px;
  border: 10px solid #ffcc01;
  padding: 50px 15px;
  position: relative;
	text-align:center;
 }
 .cm_ti span {
  display: inline-block;
  text-align: center;
  font-size: 15px;
  padding: 0 15px;
  line-height: 27px;
  border-radius: 14px;
  background: #ffcc01;
  margin-bottom: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
 }
 .cm_ti h2 {
  border-bottom: double #ffcc01;
  width: 280px;
  line-height: 50p;
  margin: 0px auto 40px;
  padding-bottom: 5px;
 }
 .cm_wrap ul {
  display: flex;
  justify-content: space-between;
 }
 .cm_wrap .movie_wrap a {
  width: 348px;
  height: 323px;
  padding: 10px;
 }
 .cm_wrap .movie_wrap iframe {
  width: 100%;
  height: 180px;
 }
 .cm_wrap .movie_wrap span {
  width: 134px;
  font-size: 12px;
  line-height: 30px;
  margin-top: 5px;
 }
 .cm_wrap .movie_wrap span::after {
  content: "";
  background: url(/channel_setting/img/top/btn_arrow_w.png);
  width: 14px;
  height: 5px;
  background-size: contain;
  display: inline-block;
  margin-left: 5px;
  position: initial;
  margin-bottom: 2px;
 }
 .cm_wrap .movie_wrap a:hover span::after {
  content: "";
  background: url(/channel_setting/img/top/btn_arrow_b.png);
  width: 14px;
  height: 5px;
  background-size: contain;
  display: inline-block;
  margin-left: 5px;
  position: initial;
  margin-bottom: 2px;
 }
 .cm_btn {
  margin: 50px auto 0;
 }
 .staff_wrap ul {
  display: flex;
  justify-content: space-between;
 }
 .staff_wrap .movie_wrap a {
  width: 348px;
  height: 323px;
  padding: 10px;
 }
 .staff_wrap .movie_wrap iframe {
  width: 100%;
  height: 180px;
 }
 .media_f_link {
  width: 1100px;
  margin: 80px auto;
 }
 .media_f_link ul {
  display: flex;
  justify-content: space-between;
 }
 .media_f_link ul a {
  display: block;
  background: #fff;
  box-shadow: 0px 0px 7px #ccc;
 }
 .media_f_link ul a:hover {
  box-shadow: none;
  transform: translateY(2px);
  transition: .3s;
 }
 footer {
  width: 100%;
  background: #333;
  height: 250px;
  box-sizing: border-box;
  padding: 50px 0;
  color: #fff;
  text-align: left;
 }
 .footer_inner {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
 }
 .f_link {
  width: 550px;
  display: flex;
  justify-content: space-between;
 }
 .f_link_list span {
  display: block;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  width: 200px;
 }
 .f_link_list_r span {
  width: 280px;
 }
 .f_link_list ul {
  margin: 15px;
 }
 .f_link_list ul li a {
  color: #fff;
  font-size: 13px;
  line-height: 26px;
  font-weight: bold;
  position: relative;
  padding-bottom: 5px;
 }
 .f_link_list ul li a:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: all 0.3s ease 0s;
 }
 .f_link_list ul li a:hover {
  cursor: pointer;
 }
 .f_link_list ul li a:hover::after {
  width: 100%;
 }
 .f_com p {
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #fff;
 }
 .f_com p span {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
 }
 .f_tel a {
  display: block;
  border: 1px solid #fff;
  color: #fff;
  width: 270px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 20px;
  margin: 15px 0;
 }
 .f_tel a::before {
  content: "";
  background: url(/channel_setting/img/top/tel_icon.png);
  width: 22px;
  height: 19px;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
 }
 .f_contact a {
  display: block;
  box-sizing: border-box;
  width: 270px;
  height: 40px;
  background: #ffcc01;
  border-radius: 20px;
  line-height: 40px;
  font-size: 15px;
  font-weight: bold;
  padding: 0 25px;
  position: relative;
  text-align: left;
	color:#333;
 }
 .f_contact a::after {
  content: "";
  background: url(/channel_setting/img/top/btn_arrow_b.png);
  width: 18px;
  height: 6px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 15px;
 }
 .f_contact a:hover {
  background: #ffdb66;
  transition: .3s;
 }
 .footer_bottom {
  width: 100%;
  text-align: center;
  padding-top: 80px
 }
 .footer_bottom p {
  display: block;
  font-size: 12px;
  line-height: 24px;
  width: 100%;
  border-bottom: 1px solid #111;
  color: #111;
  margin: 50px 0 5px;
 }
 .fc_icon {
  float: right;
 }
 #media_sale {
  padding-top: 50px;
 }
 #media_study {
  position: absolute;
  top: -50px;
 }
 #media_pick {
  position: absolute;
  top: -50px;
 }
 #media_recruit {
  position: absolute;
  top: -50px;
 }
 #media_cm {
  position: absolute;
  top: -50px;
 }
}