@charset "utf-8";

/* ++++++++++++++++++++++ [PC] ++++++++++++++++++++++ */

/*　　-------　　共通　-------　　*/
html,body {
    width: 100%;
    font-size: 14px;
    font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
}

.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.mb3 {
  margin-bottom: 3em;
}

.mb4 {
  margin-bottom: 4em;
}

.mb5 {
  margin-bottom: 5em;
}

p {
    line-height: 1.5em;
}

#content {
    width: 100%;
    /*max-width: 1024px;*/ 
    margin: 0 auto;
    overflow: hidden;
    background: #ffffff;
}

br.pc {
  display: inline-block;
}

@media only screen and (max-width:600px) {
br.pc {
  display: none;
} 
}

br.sp {
  display: none;
}

@media only screen and (max-width:600px) {
br.sp {
  display: inline-block;
} 
}

br.pc_s {
  display: inline-block;
}

@media only screen and (max-width:480px) {
br.pc_s {
  display: none;
} 
}

br.sp_s {
  display: none;
}

@media only screen and (max-width:480px) {
br.sp_s {
  display: inline-block;
} 
}
/* 　-------　　共通 .footer 　-------　　 */
footer {
    padding:50px;
    background: #F0E5A5;
    /*max-width: 1024px;*/
    margin: 0 auto;
}

.footer_area {
    width: 100%;
    margin: 0 auto;
}

.footer_top {
    /*width: 984px;*/
    margin:0 auto;
    padding-bottom: 50px;
    border-bottom: #000 solid 2px;
}
.copy {
    float: left;
    color: #000;
    padding: 20px 0 0 30px
}

.footer_bt {
    padding-top: 35px;
    /*width: 984px;*/
    font-size: 10px;
}


.footer_bt ul li.snsicon img{
    width: 55px;
    height: auto;
    padding:0 5px;
}
.footer_bt ul li.avex_icon {
  margin-top: 1.5em;
}
.footer_bt ul li.avex_icon img{
    max-width: 300px;
    height: auto;
    padding: 0 0 0 30px;
}


.footer_bt ul li.hawks_icon img{
    width: 100px;
    height: auto;
    padding:0 30px;
}

.logo {
    display: flex;
    margin: 2% auto 5%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #000;
    padding: 3% 0;
}

.logo ul {
    display: flex;
    margin: 0 auto;
    /*-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;*/
    max-width: 100%;
}

.logo ul li {
    padding:0 8%;
}

.logo_box,.sns_box {
  display: flex;
  float: right;
}

@media only screen and (max-width:800px) {
.logo_box,.sns_box {
  display: flex;
  float: none;
  justify-content: center;
}
.sns_box {
  margin-top:2em;
}
}

@media only screen and (max-width: 480px) {
.logo_box {
  display: block;
  width: 100%;
}
.footer_bt ul li.avex_icon img{
  padding: 0 0 ;
  width: 100%;
}

.hawks_icon, .sns_box, .copy {
  margin-top: 2.5em;
}
/*　-------　　20211203 btn_add01　-------　　*/
.btn_add01 {
    font-size: 1.2rem !important;
    width: 70% !important;
    }
}

/*　-------　　index.html　-------　　*/
#top_wrapper {
    width: 100%;
    /*max-width: 1024px;*/
    margin:0 auto;
    height: auto;
}

#subHead #headImg {
    position: relative;
    right: 0;
    padding-bottom: 18em;
    width: 180%;
}

#detail {
    width: 90%;
    padding: 20px 0;
    /* text-align: center; */
    margin: 0 auto;
}

#detail p {
   /* padding-left: 3px;*/
}

.movie_area h3 {
    font-weight: bold;
    color: #ea6199;
    font-size: 6rem;
    letter-spacing: 0.8px;
    line-height: 0.7;
    text-align: center;
    padding-bottom: 1%;
}

.movie_area .detail_ttl {
  font-family: 'Archivo Black', sans-serif!important;
}
.movie_area .detail_small {
        font-weight: bold;
    font-size: 2rem;
    display: block;
    color: #fff;
    background: #ea6199;
    padding: .5em;
    margin: .8em auto .5em;
}

@media only screen and (max-width:1050px) {
.movie_area h3 {
    font-size: 5rem;
    letter-spacing: 0.8px;
    line-height: 0.7;
    padding-bottom: 1%;
}

.movie_area .detail_small {
    font-size: 1.8rem;
}
}

@media only screen and (max-width:850px) {
.movie_area h3 {
    font-size: 3.5rem;
    letter-spacing: 0.8px;
    line-height: 0.7;
    padding-bottom: 1%;
}

.movie_area .detail_small {
    font-size: 1.6rem;
}
}

@media only screen and (max-width:650px) {
.movie_area h3 {
    font-size: 2.5rem;
    letter-spacing: 0.7px;
    line-height: 0.7;
    padding-bottom: 1%;
}

.movie_area .detail_small {
    font-size: 1.4rem;
}
}

#detail p {
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 1rem;
}

@media only screen and (max-width:600px) {
#detail p {
    text-align: left;
    }
}

#detail p.mbother {
    padding-bottom: 7px;
}

/*#detail p strong {
    font-size: 15px;
}*/

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

#detail .btn01 {
    width: 100%;
    display: block;
    padding: 17px 0;
    text-align: center;
    background: #fbc711;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    border-radius: 4px;
}

#detail a.btn01:hover {
    text-decoration: underline;
}

#media {
    width: 100%;
    clear: both;
    padding-top: 20px;
}

#media ul {
    width: 100%;
}

#media ul li {
    width: 49.4%;
}

#media ul li.flyer {
    float: left;
}

#media ul li.poster {
    float: right; 
}

#media ul li img {
    width: 100%;
    height: auto;    
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

#subHead {
    background: url(/ex/honeys_audition/pl_img/2019/bg.jpg);
    position: relative;
}

#subHead #category {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1024px;
    margin: 0 auto;
    height: 0 auto;
}

#subHead #headTitle {
    padding-bottom: 8%;
    position: relative;
    width: 70%;
}
#subHead #headerLogo {
    position: relative;
    left: 15%;
    top: 9%;
    width: 160%;
    /* max-width: 170px; */
    z-index: 1;
}
#subHead #headImg {
    position: relative;
    /* height: 100%; */
    right: 0;
    padding-bottom: 18em;
    width: 180%;
}

#subHead #headImg img {
    position: absolute;
    right: -17%;
    bottom: 0;
    height: auto;
}

/*★★2019年度追加★★*/
.movie_area {
    margin:0 auto;
    padding: 80px 20px;
    max-width: 1024px;
}

/*#movie_wrapper {
    height: 550px;
    width: 993px;
    height: 559px;
    margin: 30px auto;
    display: block;
    border: 5px solid #fff;
}

#movie_wrapper iframe { 
    width: 993px;
    height: 559px;
}*/

    #movie_wrapper {
    position: relative;
    width: 96%;
    height: 0;
    padding-bottom: 54%;
    overflow: hidden;
    margin-bottom: 50px;
    margin: 30px auto;
    border: 3px solid #fff;
}

    #movie_wrapper iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

#movie_area_back {
    /*width: 100%;*/
    margin:0 auto;
    /* background-image:
        url(../pl_img/bg_movie01.png),
        url(../pl_img/bg_movie02.png); */
    background-color: #ffffe5;
    background-position: top right,left bottom;
    background-repeat: no-repeat,no-repeat;
    position: relative;
    background-size: 80%,80%;
    padding: 5em 0;
    /*border: 30px solid #ea6199;*/
    }
#movie_area_back, .contents_area_back {
    /* background-image:
        url(../pl_img/bg_movie01.png),
        url(../pl_img/bg_movie02.png); */
    background-position: top right,left bottom;
    background-repeat: no-repeat,no-repeat;
    background-size: 80%,80%;
    }

@media only screen and (max-width:800px) {
  #movie_area_back {padding: 2em 0;}
}

.btn_app_sub {
    /*width: 55%;*/
    margin:0 auto;
    /*min-width: 400px;*/
}

.btn_app_sub:hover {
    opacity: 0.8 ;
}

.contents_area {
    background: url(../pl_img/bg_about241025.jpg) no-repeat;
    background-size: cover;
}
.appBtn_area_text {
    font-weight: bold;
    color: #000;
    /*font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;*/
    font-size: 2.2rem;
    letter-spacing: 1px;
    text-align: center;
    padding-bottom: 30px;
}
.appBtn_area_text2 {
    font-weight: bold;
    color: #000;
    font-size: 1.3em;
    letter-spacing: 1px;
    text-align: center;
    padding-bottom: 20px;
}

.contents_area_sub {
    padding: 100px 10px 100px;
    display: flex;
    max-width: 1044px;
    margin: 0 auto;
}
.contents_box {
    width: 47%;
    margin: 0 auto 15px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
    transition: .3s;
}

.contents_box:hover {
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
}

.contents_box a {
  text-decoration: none;
}

.contents_ttl {
    width: 100%;
    display: block;
    background: #F0E5A5;
    font-size: 3em;
    color: #000;
    text-align: center;
    height:  auto;
    padding: 8% 0 5%;
    line-height: .8em;
}

.contents_ttl span.contents_ttl_s {
  font-size: .4em;
}

.contents_ttl span.f_Archivo {
  font-family: 'Archivo Black', sans-serif!important;
}

.contents_img {
    width: 100%;
    margin:0 auto;
}
.contents_tx {
    color: #fff;
    padding:20px 15px;
    font-size: 1.0em;
}

.contents_img:hover {
    opacity: 0.8 ;
}

.btn_border {
    color: #fff;
    border:#fff solid 1px;
    padding:15px 0;
    width: 300px;
    text-align: center;
    margin: 0 auto;
    font-size: 1.05em
}

.appBtn_area {
    max-width: 1024px;
    margin: 0 auto;
    padding: 3em .5em;
    text-align: center;
    background: #F0E5A5;
    margin: 2em 0;
}

.appBtn_area_sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: center; /* Safari */
    justify-content:center;
  }

.appBtn_area_box {
    width: 30%;
    padding: 0 1em 0 0.25em;
}
.appBtn_area_box2 {
    width: 100%;
    padding: 0 1em 0 0.25em;
}

.btn_01 {
    display: inline-block;
    width: 30%;
    margin: 20px auto 0;
    background: #fff;
    padding: 2% 0;
    font-size: 1.4em;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    text-align: center;
}

.btn_01 a {
    text-decoration: none;
}
.btn_box {
    text-align: center;
}

.btn_app {
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #ffcc00;
  color: #000;
  border-bottom: solid 2px #ffcc00;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  transition: .3s;
  font-size: 1.8em;
  font-weight: bold;
}

.btn_app_non {
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #ccc;
    color: #989898;
    border-bottom: none;
    border-radius: 10px;
    font-size: 1.8em;
    font-weight: bold;
    box-shadow:none;
    pointer-events: none;
}

.btn_01 {
  display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #fff
    color: #dc4e68;
    border-bottom: solid 5px #d1d1d1;
    border-radius: 10px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    transition: .3s;
    font-size: 1.8em;
    font-weight: bold;
}

.btn_01:hover,
.btn_app:hover{
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}


/* 　-------　　 activity.html & application_method.html 共通　-------　　*/
header {
    background: url(/ex/honeys_audition/pl_img/2019/bg.jpg);
    position: relative;
    background-size: contain;
}

#mainVisual {
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 3%;
}

nav {
    width: 100%;
    /*max-width: 1024px;*/
    margin: 0 auto;
    font-size: 120%;
    background: #222;
}
#nav {
    margin: 0 0 0 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#nav li {
  width: 33.2%;
  text-align: center;
  background-color: #4b4b4b;
  height: 50px;
  line-height: 50px;
}

#nav li a {
  font-size: 1.1em;
  letter-spacing: 0.1em;
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

#nav li.active a {
    background: #ea6199;
    color: #fff;
}



/*　　-------　　activity.html　-------　　　*/
#wrapper {
    width: 100%;
    /*padding: 0 1%;*/
    overflow: hidden;
}

.ListWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contentWrap {
    max-width: 1024px;
    margin: 0 auto;
    padding: 3.5em 10px;
}

.activity_box img {
    max-width: 100%;
}

.activity_box p {
    padding-top: 0.4em;
    font-size: 1.1em
}

.activity_box {
    width: 32%;
    padding-bottom: 3em;
}



/* 　-------　　application_method.html 　-------　　*/
#wrap_app {
    max-width: 1004px;
    margin: 0 auto;
    padding:50px 10px 70px;
    font-size: 1.1em;
}
#overview {
    text-align: center;
}

.link_btn_net,
.link_btn_post {
    width: 49.4%;
    display: block;
    padding: 20px 0;
    text-align: center;
    background: #ffcc00;
    color: #000;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    border-radius: 4px;
    margin: 20px auto;
}

a.link_btn_net:hover, 
a.link_btn_post:hover {
    text-decoration: underline;
}

.link_btn_net {
    float: left;
}

.link_btn_post {
    float: right;
}
 .snsBtn{
    font-size: 18px;
 }
/*.btn_honeys {
    width: 100%;
    display: block;
    padding: 20px 0;
    text-align: center;
    background: #eb6e99;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    border-radius: 4px;
    margin: 0 0 20px 0;
    clear: both;
}

a.btn_honeys:hover {
    text-decoration: underline;
}

.btn_non {
    background: #cccccc !important;
    color: #666666 !important;
}*/

#application_end {
    width: 99.5%;
    display: block;
    clear: both;
    padding: 20px 0;
    text-align: center;
    /*background: #ffffff;*/
    color: #CE1E1E;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    border-radius: 4px;
    margin: 20px 0;
    border: 2px solid #CE1E1E;
}

h2.h2_contents {
    margin-bottom: 10px;
    font-weight: bold;
    color: #000;
    /*font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
    font-size: 2.0rem;
    letter-spacing: 1px;
    line-height: 1.1em;
}

p.ap_read {
    font-size: 1.2em;
    font-weight: bold;
    padding: 0 0 10px 0;
}

.text13 {
    font-size: 100%;
}

.h5nor01 {
    font-size: 1.2em;
    margin-bottom: 05px;
    color: #000;
    padding-left: 10px;
}

.h5nor01 span {
color:#FFCC00;
padding-right: 4px;
}

.h5nor01.voice {
    font-size: 23px;
    text-align: center;
    padding: 0;
}

.h6nor {
    background-repeat: no-repeat;
    padding-left: 10px;
    background-position: 2px;
    font-size: 100%;
    color: #333;
    font-weight:bold;
}

.indent_left10px {
    padding-left: 10px;
    padding-right: 10px;
}

.indent_left10px_m05 {
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.indent_left10px_m10 {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.indent_left10px_m15 {
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.indent_left10px_m20 {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.marginBtm15 {
    margin-bottom: 15px;
}

.point_text {
    text-align: left;
    display: block;
    background-image: url(/ex/honeys_audition/2023/pl_img/point_03.gif);
    background-repeat: no-repeat;
    height: auto;
    width: auto;
    background-position: 10px 5px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 27px;
    line-height: 23px;
    text-indent: 0px;
}

a.lOut {
    text-decoration: underline;
    background-image: url(/_share/icon/outlink.gif);
    background-repeat: no-repeat;
    background-position: top left;
    line-height: 18px;
    padding-left: 20px;
    padding-bottom: 3px;
    display: inline-block;
}

a.lPdf {
    text-decoration: underline;
    background-image: url(/_share/icon/pdf.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
}

/*.textNotice {
    font-size: 90%;
    color: #999999;
}*/

.red {
    color: #cc0000;
}

/* .table_border02  */
.table_border02{
    border-left: solid 1px #000;
    border-top: solid 2px #000;
    font-size: 100%;
    margin-bottom: 30px;
}

.table_border02 th{
    background: #F0E5A5;
    border-right: solid 1px #000;
    border-bottom: solid 1px #fff;
    padding: 7px 5px 6px;
    font-weight: bold;
    width: 20%;
    vertical-align: middle;
    color: #000;
    font-size: 1.1em;
}
.table_border02 tr:last-child th {
    border-bottom: solid 1px #000;
}
.table_border02 td{
    padding: 20px 10px 20px;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
}


/* 　-------　　about.html 　-------　　*/

#about img {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}

#about p {
    font-size: 1.15em;
    padding:0 1em;
}

.h2_about {
    text-align: center;
    background: #F0E5A5;
    color: #000;
    padding: .8em 10px;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 2em;
}
.mb1 {
    margin-bottom: 1em;
}

/* 　-------　　interview.html 　-------　　*/

.interviewWrap {
    max-width: 700px;
    margin: 0 auto;
    padding: 3.5em 10px;
}
.i_h5nor01 {
    font-size: 1.3em;
    margin-bottom: 05px;
    color: #ea6199;
    margin: 30px 10px 10px 10px;
	padding-left: 10px;
	border-left:5px solid #ea6199;
}
.i_banner {
max-width: 700px;
}

.interviewBtn_area {
    max-width: 1024px;
    padding: 3em .5em;
    text-align: center;
    background: #ea6199;
	margin: 2em 0;
}

.interviewBtn_area_text {
    font-weight: bold;
    color: #fff;
    font-size: 2.6rem;
    letter-spacing: 1px;
    text-align: center;
    padding-bottom: 30px;
	line-height:1em;
}


/* ++++++++++++++++++++++ [PC_1200px以上] ++++++++++++++++++++++ */

@media only screen and (min-width:1200px) {

#subHead #headImg {
    position: relative;
    /* height: 100%; */
    right: 0;
    padding-bottom: 18em;
    width: 260%;
}

#subHead #headerLogo {
    position: relative;
    left: 0%;
    top: 40px;
    width: 230%;
    /* max-width: 170px; */
    z-index: 1;
}
    }
/* ++++++++++++++++++++++ [TABLET+スマートフォン] ++++++++++++++++++++++ */

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

}

/* ++++++++++++++++++++++ [TABLET] ++++++++++++++++++++++ */

@media only screen and (min-width:481px) and (max-width:800px) {

    /* --- #slider_wrapper --- */
    #movie_wrapper {
        width: 100%;
        padding-bottom: 2%;
    }
    #slider_wrapper {
        width: 100%;
    }
    
    /* --- #detail --- */
    #detail {
        width: auto;
        float: none;
    }

    #detail img {
        width: 70%;
        height: auto;
    }




/*　★★2019追加（(min-width:481px) and (max-width:800px)）★★　*/



    .movie_area {
    margin:0 auto;
    padding: 55px 20px;
    }

    #detail {
    padding: 10px 5%;
    }

    #detail p {
        padding-left: 0px;
    }

    #movie_wrapper {
    position: relative;
    width: 94%;
    height: 0;
    padding-bottom: 53%;
    overflow: hidden;
    margin-bottom: 50px;
    margin: 10px auto 20px;
    border: 3px solid #fff;
}

    #movie_wrapper iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }


.appBtn_area_text {
    padding-bottom: 10px;
    font-size: 1.5rem;
}


    /*#detail .detail_small {
        font-size: calc(65% + 4 * (100vw - 481px) / 319);
    }


    #detail .detail_ttl {
        font-size: calc(85% + 10 * (100vw - 481px) / 319);
    }*/

    #detail p {
        font-size: 1.2rem;
    }

    .btn_01 {
        font-size: 1.3em;
        min-width: 250px;
        margin: 10px auto 0;
    }

    .contents_area_sub {
    padding: 9% 1.5% 10%;
}

    .footer_bt ul li.snsicon img{
    width: 40px;
    height: auto;
    padding:0 2px;
    }

    .footer_bt ul li.hawks_icon img{
        width: 70px;
        height: auto;
        padding:0 8px;
    }
    .copy {
        padding: 20px 0 0 0px;
        text-align: center;
        float: none;
    }


    .twitter-share-button {
        width: 80px !important;
    }

    /* --- button --- */
    .link_btn_net,
    .link_btn_post {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .link_btn_net {
        margin: 20px auto 10px;
    }

    div.sp_non .link_btn_net, 
    div.sp_non .link_btn_post {
        display: none;
    }

    #detail .btn01 {
        margin-bottom: 15px;
    }

    
    /* --- .categorybox --- */
    .categorybox p img{
        width: 30%;
        height: auto;
    }

    /*　★★2019追加 activity.html （(min-width:481px) and (max-width:800px)）★★　*/

    .activity_box {
    width: 49%;
    /*padding-bottom: 3em;*/
    }

    /*2019年度　application_method.html （(min-width:481px) and (max-width:800px)）*/
    #wrap_app {
    padding: 5% 2% 8%;
    }
    .appBtn_area_box {
    width: 49%;
    /*padding: 0 0.25em 3em 0.25em;*/
    text-align: center;
    min-width: 320px;
    padding: 0 0.25em 1.5em 0.25em;
    }
}
div.mayumi_natsu{
    margin:0 auto;
    width: 90%;
    text-align: center;
}
div.mayumi_natsu img{
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
}
@media only screen and (max-width:480px) {
div.mayumi_natsu img {
    width: 100%;
}
}


/* ++++++++++++++++++++++ [SMARTPHONE] ++++++++++++++++++++++ */

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

    /* --- #header --- */
    #content {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
}
 
    #subHead #headTitle {
    padding-bottom: 7%;
    position: relative;
    width: 85%;
}

#subHead #headerLogo {
    position: relative;
    left: 8%;
    top: 4%;
    width: 110%;
    /* max-width: 170px; */
    z-index: 1;
}

#subHead #headImg {
    position: relative;
    /* height: 100%; */
    right: 0;
    padding-bottom: 76%;
    width: 75%;
}

#subHead #headImg img {
    position: absolute;
    right: -71%;
    bottom: -5px;
    height: auto;
    max-width: 220%;
}

    .twitter-share-button {
        width: 80px !important;
    }

    /* --- #gnavi --- */
    #gnavi ul {
        display: block;
        float: right;
        overflow: hidden;
    }

    #gnavi ul li {
        width: 50%;
        float: left;
        box-sizing: border-box;
    }

    #gnavi ul li.sptop,
    #gnavi ul li.spabout {
        border-bottom: solid 1px #ffffff;
    }

    #gnavi ul li.sptop a {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 0;
    }

    #gnavi ul li.spabout a {
        border-top-right-radius: 4px;
    }

    #gnavi ul li.spmessage a {
        border-bottom-left-radius: 4px;
    }

    #gnavi ul li.last a {
        border-bottom-right-radius: 4px;
        border-top-right-radius: 0;        
    }




    /* --- #slider_wrapper --- */
    #movie_wrapper {
        width: 100%;
    }

    .movie_area {
    padding: 10% 10px 15% 10px;
    }    
    .movie_area h3 {
    font-size: 3em;
    line-height: 1;
    }
    .movie_area .detail_small {
    font-size: 1.5rem;
    line-height: 1.4;
}

   #movie_wrapper {
    position: relative;
    width: 95%;
    height: 0;
    padding-bottom: 53.5%;
    overflow: hidden;
    margin-bottom: 50px;
    margin: 20px auto;
    border: 3px solid #fff;
}

    #movie_wrapper iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .appBtn_area_text {
    padding-bottom: 5px;
    font-size: 1.2em;
}

.interviewBtn_area_text {
    font-weight: bold;
    color: #fff;
    /*font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;*/
    font-size: 1.6rem;
    letter-spacing: 1px;
    text-align: center;
    padding-bottom: 20px;
	line-height:1em;
}
    #slider_wrapper {
        width: 100%;
    }
    
    /* --- #detail --- */
    #detail {
        width: 100%;
    }

/*　★★2019追加（(max-width:481px) ）★★　*/

    #detail {
    width: 95%;
    padding: 5px 0 20px 0.5%;
    }

    #detail .detail_ttl {
        font-size: 0.8em;
    }

    #detail .detail_small {
        font-size: 0.65em;
        letter-spacing: 1.5px;
    }

    #detail p {
        padding: 0 5px 20px;
        font-size: 1.1em;
    }
    #detail .borderBox .boxTitle {
        font-size: 1.4em !important;
    }

    #detail h3 {
        letter-spacing: 0px;
        text-align: center;
        line-height: 1.0em;
    }
    .appBtn_area {
        padding: 3em 1.5em;
    margin: 1em;
    }
	    .interviewBtn_area {
        padding: 3em 1.5em;
    margin: 2em 1em 0 1em;
    }

    .contents_area_sub {
        padding:10% 0;
        display: block;
    }

    .contents_box {
    width: 90%;
    margin: 3% auto 10%;
        }

    .copy {
    float: none;
    text-align: center;
    padding: 0 0 20px 0;
    }

    .footer_bt ul li.hawks_icon img {
        padding: 0 0 0 0;
    } 

    .footer_bt ul li.snsicon img {
        width: 40px;
    }

    .footer_bt ul li.hawks_icon img {
        width: 100px;
    }

    .footer_bt ul li.hawks_icon {
    text-align: center;
    }

    .logo {
        display: block;
        margin: 0% auto 15%;
        background: #000;
        padding: 3% 0;
    }

    .logo ul {
        display:block;
        margin: 0 auto;
        /*-webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;*/
        max-width: 80%;
    }

    .logo ul li {
        padding:10%;
    }

    /* --- #media --- */
    #media ul li {
        width: 100%;
    }

    /* --- button --- */
    .link_btn_net,
    .link_btn_post {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .link_btn_net {
        margin: 20px auto 10px;
    }

    div.sp_non .link_btn_net, 
    div.sp_non .link_btn_post {
        display: none;
    }

    #detail .btn01 {
        margin-bottom: 15px;
    }

    .btn_app_sub {
        width: 75%;
        min-width: 250px;
    }

    .btn_01 {
        font-size: 1.35rem;
        min-width: 250px;
        margin: 0 auto ;
        padding:4% 0;
    }
    /* --- .footer_bt --- */
    
    .footer_bt div a{
        float: none;
    }

    .footer_bt div span {
        display: block;
        width: 100%;
    }



    /* ---------- about_honeys.php  ----------  */
    
    /* --- .categorybox --- */
    .categorybox.box1 img{
        float: none;
        margin: 0 0 10px 0;
        width: 100%;
        height: auto;
    }

    .categorybox.box1 div {
        width: auto;
        float: none;
        padding: 0 10px;
    }


    /* ---------- application_method.php ---------- */
    
    /* --- .reviewx --- */

    .review1,
    .review2 {
        width: 100%;
        float: none;
    }

    .review1 div,
    .review2 div {
        margin-bottom: 10px;
    }

    .review1 p,
    .review2 p {
        margin-bottom: 15px;
    }


    /* --- .table_border02 --- */
    
    .table_border02{
        border-left: none;
        border-right: none;
        border-bottom: solid 1px #000;
    }

    .table_border02 tr{
        display: block;
        margin-bottom: 1.5em;
    }

    .table_border02 th,
    .table_border02 td {
        display: list-item;
        border: none;
        width: 100%;
        padding: 20px 0;
    }

/*　★★2019追加 activity.html (max-width:481px)★★　*/

    .activity_box {
    width:100%;
    /*padding-bottom: 3em;*/
    }
    
    #mainVisual {
    padding: 0 0 0 5%;
    }

/*　★★2019追加 application_method.html(max-width:481px)★★　*/
    #wrap_app {
    padding: 8% 2% 10%;
    }
    .appBtn_area_sub {
    display: block;
    }
    .appBtn_area_box {
    width: 100%;
    padding: 1em 0 ;
    text-align: center;
    margin:0 auto;
    }
    h2.h2_contents {
        font-size: 1.7rem;
    }
}


.spNone {
  display: block; }

.pcNone {
  display: none; }

@media screen and (max-width: 414px) {
  .spNone {
    display: none; }
  .pcNone {
    display: block; }
}

#detail .item{
  border: 4px solid #F0E5A5
}

#detail .item p{
  padding: 10px;
}

#detail .item .title{
  background: #F0E5A5;
  color: #fff;
}

/*------------211202追加----------------*/

.btn_add a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin: 0 auto;
  padding: 1em 2em;
  width: 60%;
  color: #000000;
  background-color: #fc0;
  font-size: 1.5rem;
  font-weight: 700;
  border: 4px solid #000000;
}

.btn_add a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #000000;
  border-right: 3px solid #000000;
  transform: rotate(45deg);
  margin-left: 15px;
}


.borderBox {
  padding: 30px 0;
  margin-top: 30px;
  border-top: solid 1px #000;
  font-weight: bold;
}
.borderBox .boxTitle {
  font-size: 2.0rem !important;
  padding: 0;
}