@charset "utf-8";
/**animation**/
@keyframes bgcolor {
  0% { background: #fff; }
  25% { background: #5087c7; }
  35% { background: #0093d3; }
  45% { background: #58b0e3; }
  55% { background: #6dcff6; }
  65% { background: #00bfdf; }
  75% { background: #00babe; }
  100% { background: #fff; }
}

@keyframes mainlogo {
  0% {  }
  5% {  }
  15% { stroke:#fff;fill: #fff; }
  70% { stroke:#fff;fill: #fff; }
  80% {  }
  100% {  }
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 6px);
  }
}
html{
/*	scroll-behavior: smooth;*/
}
html,body{
	display: block;
	box-sizing: border-box;
	font-family:  YakuHanJP, "Noto Sans JP";
	overflow-x: hidden;
}
ul,li,h1,h2,h3,h4{
	padding: 0;
	margin: 0;
}
article{
	background-color: #fff;
}
main{
	display: block;
	max-width: 100%;
	background-color: #ededed;
}
img{
	max-width: 100%;
	display: block;
}
ul li{
	list-style-type: none;
}
p{
	font-size: 14px;
	line-height: 1.4em;
}
p.small{
	font-size: 12px;
}
p.small2{
	font-size: 12px!important;
}
p a{
	color: inherit;
	font-weight: 600;
}
.line{
	margin:20px 0;
}
h3 span.h3_sub{
	display: block;
    font-size: 14px;
    text-align: left;
    width: 100%;
}

article{
	display: block;
	width: 100%;
}
article.on{
	margin-left:88%;
}

header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding:10px 20px 20px;
	/*background-color: rgba(255,255,255,0.1);*/
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/*box-shadow: 0 10px 10px -5px rgba(0,0,0,0.1);*/
	z-index: 999;
}
header .header_sns{
	max-width: 80%;
	display: block;
	margin: 0;
    box-sizing: border-box;
    margin-left: 20%;
}
header .header_sns ul{
	display: flex;
	max-width: 100%;
	box-sizing: border-box;
	padding-top: 5px;
}
header .header_sns ul li{
	box-sizing: border-box;
}
header .header_sns ul li:nth-child(1){
	max-width: 30px;
}
header .header_sns ul li:nth-child(2),
header .header_sns ul li:nth-child(3){
	max-width: 120px;
}
header .header_sns ul li + li{
	margin-left: 15px;
}
.h_btn{
	display: block;
	width: 10%;
	height: 35px;
	position: fixed;
	z-index: 99999;
	top: 10px;
	left: 20px;
  cursor: pointer;
}

.h_btn span{
	height: 2px;
	width: 35px;
	display: block;
	background-color:#808285;
	position: absolute;
	z-index: 99999;
	transition: .3s;
}
.h_btn.close span:nth-child(1){
	top: 5px;
}
.h_btn.close span:nth-child(2){
	top: 0;
	bottom: 0;
	margin: auto;
}
.h_btn.close span:nth-child(3){
	bottom: 5px;
}
.h_btn.opennow span:nth-child(1){
	top: 20px;
	left: 0;
	transform: rotate(45deg);
}
.h_btn.opennow span:nth-child(3){
	top: 20px;
	left: 0;
	transform: rotate(-45deg);
}
.h_btn.opennow span:nth-child(2){
	display: none;
}
#sp_nav.off{
	display: none;
}
#sp_nav.on{
	width: 100%;
}
#sp_nav .btn.open span:nth-child(2){
	top: 0;
	left: 0;
	transform: rotate(-45deg);
}
#sp_nav nav{
	background-color: #fff;
	padding: 20px 30px;
	z-index: 999;
}
#sp_nav nav ul {
	margin-top: 50px;
	border-top: 2px solid #6d6e71;
}
#sp_nav nav ul li a{
	display: block;
	padding: 15px 0;
	font-size: 22px;
	color: #6d6e71;
	text-decoration: none;
	text-align: center;
	font-weight: 200;
}
#sp_nav nav ul li + li{
	border-top: 1px solid #6d6e71;
}
#sp_nav ul li.nav_sns{
	display: flex;
	border-top: none;
}
#sp_nav ul li.nav_sns a + a{
	margin-left: 5px;
}
#sp_nav{
  z-index:9999;
	left: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: .3s;
  /*padding: 0 40px 0 0;*/
  /*background-color: #fff;*/
  box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.1);
  background-color: #fff;
}
#sp_nav.off{
	left: -100%;
}
#sp_nav .slide-inner {
  overflow: auto;
  overflow-x: hidden;
}


main{
	margin-top: 50px;
}
main #top,
section.personalities,
section.about,
section#guest,
section.nextguest,
section#instagram{
	background-color: #fff;
	margin-bottom: 30px;
}
main #top{
	animation: bgcolor 15s ease 3s infinite forwards;
}
main #top h1{
	display: block;
	padding-top: 50px;
}
main #top h1 img,
main #top h1 svg{
	margin: 0 auto 40px;
	width: 570px;
	max-width: 80%;
	display: block;
}
.cls-1,.cls-2,.cls-3,.cls-4,.cls-5,.cls-6{
	animation: mainlogo 15s ease 3s infinite forwards;
}
main #top h1 
main #top h1 img,
main #top .time img{
	max-width: 437px;
	display: block;
	width: 80%;
}
main #top .time{
	background-color: #58b0e3;
	padding: 10px 0;
}
main #top .time img{
	margin: 0 auto;
}
section .gridbox{
	display: flex;
}
section .gridbox.content_box .ttl_box{
	width: 40px;
    box-sizing: border-box;
    padding: 0 5px 0 8px;
    display: flex;
    align-items: center;
}
section .gridbox.content_box .ttl_box h2 img{
	display: block;
	width: 100%;
	box-sizing: border-box;
}
section .gridbox.content_box .cont_main{
	width: calc(100% - 50px);
	box-sizing: border-box;
}
.personalities .gridbox.content_box .ttl_box{
	background-color:#0093d3;
}
.about .gridbox.content_box .ttl_box,
#instagram .gridbox.content_box .ttl_box,
#findmysolution .gridbox.content_box .ttl_box{
	background-color:#00babe;
}
#sumirecheck .gridbox.content_box .ttl_box{
	background-color: #6dcff6;
}
.personalities .cont_main,
.about .cont_main,
#instagram .cont_main,
#findmysolution .cont_main,
#sumirecheck .cont_main,
#guestreport_page .personalities .cont_main{
	padding: 30px 35px;
	width: 100%;
}
#guestreport_page .personalities .cont_main{
	box-sizing: border-box;
}
.personalities .cont_main .imgbox + .imgbox{
	margin-left: 20px;
}
.personalities .cont_main .imgbox .per_img{
	box-shadow: 10px 10px #6dcff6;
}
.personalities .cont_main .imgbox:nth-child(2) .per_img{
	box-shadow: 10px 10px #00babe;
}

.personalities .cont_main a{
	display: block;
	margin-top: 30px; 
}
.modalremodal.peesonal_modal{
	background-color: #6dcff6;
	padding: 15px;
/*	max-height: 80vh;
	overflow-y: scroll;*/
	box-sizing: border-box;
}
/*.modalremodal.peesonal_modal .remodal-close{
	color: #fff;
}*/
.modal_inner{
	background-color: #fff;
	padding: 20px;
	max-height: 60vh;
	overflow-x: scroll;
/*	max-height: 100%;*/

}
.modal_inner .gridbox{
	display: flex;
}
.modal_inner .gridbox div{
	width: 49%;
}
.modal_inner .gridbox div img{
	margin: 0 0 20px;
}
.modal_inner .gridbox div + div{
	margin-left: 2%;
}
.modal_inner dl{
	text-align: left;
	margin: 0;
}
.modal_inner dl dt{
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 8px;
}
.modal_inner dl dd{
	margin-left: 0;
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.5em;
}
.modal_inner dl dd.p_name,
.modal_inner dl dd.acount{
	font-size: 22px;
	font-weight: 800;
}
.modal_inner dl dd.acount a{
	color: inherit;
}
.modal_inner dl dd.acount img{
	width: 22px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
.about .cont_main h3{
	margin-bottom: 20px;
}
.about .cont_main h4{
	text-align: center;
}
.about .from{
	margin-top: 30px;
}
#guest{
	position: relative;
	padding-bottom: 20px;
}
#guest h2{
	background-color: #5087c7;
	position: relative;
	padding-top: 100px;
	padding-left: 50%;
	padding-right: 20px;
	padding-bottom: 20px;
}
#guest .ttlcolumn {
	position: absolute;
	top: 80px;
	left: 20px;
	right: 20px;
	width: calc(100% - 40px);
	align-items: flex-end;
}
#guest .ttlcolumn .photo{
	width: 45%;
}
#guest .ttlcolumn .ttl.line2{
padding-top: 110px;
}
#guest .ttlcolumn .ttl h3{
	font-weight: 300;
	font-size: 28px;
	display: block;
	margin-top: auto;
	text-align: right;
	/*width: 50%;*/
	padding-left: 20px;
	font-weight: 900;
}
#guest .ttlcolumn .ttl.line2 h3{
	text-align: left;
}
#guest .ttlcolumn .ttl h3 span.h3_sub{
	font-weight: 400;
}
#guest p.guest_txt{
	padding: 50px 20px 0; 
}
#guest p.guest_txt.line2{
	padding: 100px 20px 0; 
}

#guest .onair_at,
#guest .onair_pr,
.nextguest .onair_at,
.nextguest .onair_pr{
	padding: 0 20px;
	margin-bottom: 30px;
		margin-top: 30px;
}
.nextguest .onair_at{
	margin-top:80px;
}
#guest .onair_at .ttl,
#guest .onair_pr .ttl,
.nextguest .onair_at .ttl,
.nextguest .onair_pr .ttl{
	justify-content: space-between;
}
#guest .onair_at .ttl h3,
#guest .onair_pr .ttl h3,
.nextguest .onair_at .ttl h3,
.nextguest .onair_pr .ttl h3{
	font-size: 16px;
	font-weight: 900;
	margin-bottom: 5px;
	background-image: url(../img/onair_mark.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 14px;
	padding-left: 20px;

}
#guest .onair_at .ttl p,
#guest .onair_pr .ttl p,
.nextguest .onair_at .ttl p,
.nextguest .onair_pr .ttl p{
	font-size: 12px;
	display: block;
	margin: 0;
	font-weight: 600;
}
#guest .onair_at ul.gridbox,
#guest .onair_pr .pr_date,
.nextguest .onair_at ul.gridbox,
.nextguest .onair_pr .pr_date{
	background-image: url(../img/onairbg2.png);
	background-size: 22px;
	background-repeat: repeat;
	border: 1px solid #111;
	height: 35px;
	box-sizing: border-box;
}
div.atcosme_map{
	display: block;
	padding: 0 20px;
}
div.atcosme_map p{
	font-size: 14px;
}
#guest .onair_at ul.gridbox,
.nextguest .onair_at ul.gridbox{
	justify-content: space-between;
	padding: 7px 10px;
}
#guest .onair_at ul.gridbox li{
	font-size:14px;
	text-align: center;
	width: calc(100% - 22px / 3);
}
.nextguest .onair_at ul.gridbox li{
	font-size:14px;
	text-align: center;
	width: calc(100% - 22px / 3);
	/*font-weight: 600;*/
}
#guest .onair_at ul.gridbox li + li,
.nextguest .onair_at ul.gridbox li + li{
	border-left: 1px solid #111;
}
#guest .onair_pr .pr_date,
.nextguest .onair_pr .pr_date{
	text-align: center;
	padding: 3px 0;
	line-height: 16px;
	margin: 0 0 20px;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
}
#guest .onair_pr .pr_date span.commingsoon,
.nextguest .onair_pr .pr_date span.commingsoon{
	padding: 5px 0;
}
#guest .onair_pr .pr_date img,
.nextguest .onair_pr .pr_date img{
	height: calc(32px / 2);
	display: inline-block;
	margin-left: 5px;
	padding:3px 0;
}
#guest .onair_pr .pr_date span,
.nextguest .onair_pr .pr_date span{
	/*display: inline-block;
	vertical-align: super;*/
}
.nextguest{
	position: relative;
	padding-bottom: 20px
}
.nextguest h2{
	background-color: #00bfdf;
	padding-top: 40px;
    padding-right: 50%;
    padding-left: 20px;
    padding-bottom: 20px;
}
.nextguest .ngttl_box{
/*	margin-bottom: 80px*/
}
.nextguest .nextg_box{
	position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
}
.nextguest .nextg_box h3{
	padding-top: 110px;
	width: 55%;
	text-align: right;
	font-weight: 300;
    font-size: 28px;
    display: block;
    margin-top: auto;
    text-align: right;
    padding-right: 20px;
    font-weight: 900;
}
.nextguest .nextg_box h3 span.h3_sub{
	text-align: right;
	font-weight: 400;
}
.nextguest .nextg_box div{
	width: 45%;
	margin-top: 20px;
}
#guestreport h2{
	background-image: url(../img/bg_nami.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding: 80px 20px 10px;
}
#guestreport .gr_ttl{
	background: linear-gradient(transparent 30%,#6dcff6 30%);
}
#guestreport h2 img{
	width: 60%;
}
#guestreport .report_box1{
	padding: 40px 20px;
	background-color: #fff;
}
#guestreport .report_box1 .report_cont{
	background-image: url(../img/guest_bg.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin-bottom: 20px;
}
#guestreport .report_box1 .report_cont a{
	display: block;
	text-decoration: none;
	color: #000;
}
#guestreport .report_box1 .report_cont .gridbox{
	justify-content: space-between;
	align-items: center;
}
#guestreport .report_box1 .report_cont .photo{
 width: 120px;
 height: 100%;
 position: relative;
 display: block;
 	background-size: cover;
	overflow: hidden;
	background-repeat: no-repeat;
	min-height: 120px;
	background-position: center;
}

#guestreport .report_box1 .report_cont .photo span.special{
	background-image: url(../img/special.png);
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
    height: 30px;
    display: block;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
#guestreport .report_box1 .report_cont .gridbox div:last-child{
	width: 40px;
	background-color: #00babe;
	padding: 50px 10px;
	box-sizing: border-box;
	max-height: 100%;
	overflow:hidden;
}
#guestreport .report_box1 .report_cont .gridbox div .gridbox{
	width: 200px;
	background-color: transparent;
	padding: 0!important;
	box-sizing: border-box;
}
#guestreport .report_box1 .report_cont .gridbox div .gridbox div.name_left{
	width: 77px;
	margin-right: 5px;
}
#guestreport .report_box1 .report_cont .name{
	width: calc(100% - 190px);
	font-weight: bold;
	padding: 0 10px 0 10px;
	box-sizing: border-box;
}
#guestreport .report_box1 .report_cont .name h3{
	/*font-size: 24px;*/
	font-size: 22px;
	/*font-weight: 900;*/
	font-weight: 800;
	margin-bottom: 10px;
	margin-top: 5px;
	height: 50px;
	box-sizing: border-box;
	padding: 10px 0;
}
#guestreport .report_box1 .report_cont .name h3.line2{
	padding: 0;
	margin-top: 0;
}
#guestreport .report_box1 .report_cont .name h3 .sub{
	/*font-size: 12px;*/
	font-size: 10px;
	display: block;
}
#guestreport .report_box1 .report_cont .name img.onair_ttl{
	width: 130px;
	display: block;
	margin-bottom: 5px;
}

#guestreport .report_box1 .report_cont .name ul{
	display: flex;
}
#guestreport .report_box1 .report_cont .name ul li + li{
	margin-left: 0.5em;
}
#guestreport .report_box1 .report_cont .name img.onair_ttl.gra_new{
	width: 70px;
	/*width: 53px;*/
	display: inline-block;
	vertical-align: text-top;
}
#guestreport .report_box1 .report_cont .name img.onair_ttl.gra_new + ul{
	width: calc(100% - 80px);
	/*width: calc(100% - 60px);*/
	display: inline-block;
	vertical-align: text-top;
	padding-left: 3px;
}
#guestreport .report_box1 .report_cont .name img.onair_ttl.gra_new + ul li{
	display: block;
}
#guestreport .report_box1 .report_cont .name img.onair_ttl.gra_new + ul li + li{
	margin-left: 0;
}
#guestreport a.btn{
	width: 60%;
	margin:20px auto;
	display: block;
}
#instagram .cont_main h3{
	max-width: 200px;
	display: block;
	margin:0 7px 24px;
}
#instagram .cont_main{
	padding:30px 20px;
	width: 100%;
}
#findmysolution .cont_main h3{
	max-width: 170px;
	display: block;
	margin:0 5px 24px;
}
#sumirecheck .cont_main h3{
	max-width: 200px;
	display: block;
	margin:0 5px 24px;
}
#instagram .insta_btn{
	position: relative;
	padding-top: 50px;
}
#instagram .insta_btn .follow{
	position: absolute;
	top: 5px;
	right: -20px;
	width: 127px;
}
#instagram .insta_btn .fukidashi:before{
	content: "";
	display: block;
	width: 30px;
	height: 15px;
	background-image: url(../img/fukidashi_before.png);
	background-size: contain;
	position: absolute;
	top: -15px;
	left: 15px;
}
#instagram .insta_btn .fukidashi{
	margin-top: 20px;
	background-color: #00bfdf;
	width: auto;
	height: auto;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 10px;
	position: relative;
}
#instagram .insta_btn .fukidashi p{
	margin: 0;
	color: #fff;
}
#mybeautyitem{
	background-image: url(../img/mybeautyitem_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 20px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.present_modal.remodal{
	background-image: url(../img/mybeautyitem_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px 20px;
	box-sizing: border-box;
}
.present_modal.remodal .remodal-close{
	color: #fff;
}
#mybeautyitem h2{
	margin-bottom: 20px;
}
#mybeautyitem .mbi_inner,
.modal_present.mbi_inner{
	background-color: #fff;
	/*padding: 20px 30px;*/
	padding: 20px 20px;
	box-sizing: border-box;
	color: #6d6e71;
}
#mybeautyitem .mbi_inner{
	padding: 20px;
}
.modal_present.mbi_inner{
	max-height: 60vh;
	overflow-x: hidden;
}
.modal_present.mbi_inner .right{
	width: 100%;
}
#mybeautyitem .mbi_inner .left,
#mybeautyitem_page .detail_p_box .pc_imgbox{
	position: relative;
}
#mybeautyitem .mbi_inner .left a.buy_icon,
#mybeautyitem_page .detail_p_box .pc_imgbox a.buy_icon{
	position: absolute;
	top: 5px;
	left: 5px;
	width: 40px;
/*	left: 12%;*/
}
#mybeautyitem .mbi_inner .left a.buy_icon.item2,
#mybeautyitem_page .detail_p_box .pc_imgbox a.buy_icon.item2{
	margin: 0;
}
#mybeautyitem .mbi_inner .left a.buy_icon + a.buy_icon,
#mybeautyitem_page .detail_p_box .pc_imgbox a.buy_icon + a.buy_icon{
	left: 60px;
/*	left: 37%;*/
}
#mybeautyitem .mbi_inner .left a.buy_icon + a.buy_icon3,
#mybeautyitem_page .detail_p_box .pc_imgbox a.buy_icon + a.buy_icon3{
	left: 115px;
/*	left: 60%;*/
}
#mybeautyitem .mbi_inner .left a.buy_icon + a.buy_icon4,
#mybeautyitem_page .detail_p_box .pc_imgbox a.buy_icon + a.buy_icon4{
	left: 170px;
/*	left: 80%;*/
}
#mybeautyitem .mbi_inner .left div.buy_icon.nolink,
#mybeautyitem_page .detail_p_box .pc_imgbox div.buy_icon.nolink{
	position: absolute;
	top: 5px;
	left: -10px;
	width: 95px;
}
#mybeautyitem .mbi_inner .left div.buy_icon.nolink p,
#mybeautyitem_page .detail_p_box .pc_imgbox div.buy_icon.nolink p,
#mybeautyitem_page .archive_box .archive_inner .ai_img div.buy_icon.nolink p{
	font-size: 12px;
	color: red;
	font-weight: bold;
	text-align: center;
}
#mybeautyitem_page .archive_box .archive_inner .ai_img div.buy_icon.nolink p{
	width: 100px;
	position: absolute;
	left: 30px;
	top: -5px;
}
#mybeautyitem .mbi_inner .left div.buy_icon.nolink img,
#mybeautyitem_page .detail_p_box .pc_imgbox div.buy_icon.nolink img{
	width: 40px;
	display: block;
	margin: 0 auto;
}
#mybeautyitem .mbi_inner h3{
	text-align: center;
}
#mybeautyitem .mbi_inner h3 span{
	font-size: 14px;
	vertical-align: text-top;
}
#mybeautyitem .mbi_inner p,
.modal_present.mbi_inner p{
	text-align: center;
	margin-bottom: 30px;
}
#mybeautyitem .mbi_inner .item .btn,
.modal_present.mbi_inner .item .btn{
	margin:15px 0;
	display: block;
}
#mybeautyitem .mbi_inner .item .present,
.modal_present.mbi_inner .item .present{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#mybeautyitem .mbi_inner p.small,
.modal_present.mbi_inner p.small{
	text-align: left;
}
.modal_present.mbi_inner h3.ttl{
	font-size: 30px;
	text-align: center;
	color: #6d6e71;
	font-weight: 400;
}
.modal_present.mbi_inner h3.ttl img{
	width: 200px;
	display: block;
	margin: 0 auto;
}
.modal_present.mbi_inner h3{
	font-size: 12px;
}
.modal_present.mbi_inner p{
	text-align: left;
}
.archive{
	background-color: #00bfdf;
	padding: 40px 30px 50px;
	margin-bottom: 30px;
}
.archive h2{
	margin-bottom: 40px;
}
.archive a.btn{
	width: 60%;
	display: block;
	margin: 20px auto;
}
#sumirecheck{
	background-color: #fff;
	margin-bottom: 30px;
}
#sumirecheck .gridbox.content_box .ttl_box,
#findmysolution .gridbox.content_box .ttl_box{
	padding-top:20px;
	padding-bottom:20px; 
}

#findmysolution{
background-color: #fff;
margin-bottom: 30px;
}
#findmysolution p{
	font-size: 18px;
	font-weight: bold;
}
#findmysolution p.small{
	font-size: 12px;
}
#bottom {
	background-color: #fff;
	padding: 30px 20px;
}
#bottom a.btn{
	margin:15px 0;
	display: block;
}
#bottom .link_area{
	/*justify-content: space-between;*/
	justify-content: center;
	grid-column-gap: 30px;
}
#bottom .link_area .link{
	width: 28%;
	padding-top: 20px;
}
#bottom .link_area .link + .link{
	    padding-top: 18px;
}
#bottom .link_area .link:nth-child(1){
	width: 32%;
}
section#bottom .link_area .link:last-child{
	/*width: 25%;
	padding-top: 0;*/
}
footer{
/*	padding-bottom: 130px;*/
}
footer p.copy{
	background-color: #808285;
	color: #fff;
	font-size: 8px;
	text-align: center;
	padding: 8px 0;
	margin-bottom: 0;
}

footer #sp_footer_nav nav{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 10;
	transition: .3s;
	z-index: 999;
	padding-bottom: env(safe-area-inset-bottom);
}
footer #sp_footer_nav.navclose nav{
	bottom: -100px;
    position: fixed;
}
footer .footer_float_btn{
position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
/*	background-color: #fff;*/
	z-index: 10;
	transition: .3s;
	z-index: 999;
	padding-bottom: env(safe-area-inset-bottom);
}
footer .footer_float_btn a{
	display: block;
	 animation-name: fuwafuwa;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.2s;
}
footer #sp_footer_nav nav ul{
	display: flex;
	flex-wrap: wrap;
}
footer #sp_footer_nav nav ul li{
	width: calc(100% / 3);
	box-sizing: border-box;
	padding: 2px;
}
footer #sp_footer_nav nav ul li a.off{
	pointer-events: none;
	color: #ccc;
}
footer #sp_footer_nav nav ul li:nth-child(4),
footer #sp_footer_nav nav ul li:nth-child(5){
	width: 50%;
}
footer #sp_footer_nav nav ul li a{
	background-color: #00bfdf;
	padding: 15px 0;
	color: #fff;
	text-decoration: none;
	text-align: center;
	width: 100%;
	display: block;
	box-sizing: border-box;
	font-size: 14px;
	height: 100%;
}
footer #sp_footer_nav nav ul li:nth-child(4) a{
	padding: 6px 0;
}
footer #sp_footer_nav nav ul li a img{
	margin: 0 auto;
	display: block;
	    height: 12px;
    width: auto;
}
footer #sp_footer_nav nav ul li:nth-child(4) a img{
	height: 27px;
}
footer #sp_footer_nav nav .footer_nav_btn{
	position: absolute;
	top: -30px;
	background-color: #808285;
	color: #fff;
	border:3px solid #fff;
	padding: 5px;
	font-weight: bold;
	z-index: -1;
	border-radius: 10px 10px 0 0;
	font-size: 12px;
	letter-spacing: 0.1em;
	width: 75px;
}

footer #sp_footer_nav nav .footer_nav_btn .close,
footer #sp_footer_nav nav .footer_nav_btn .open{
	display: inline-block;
	vertical-align: top;
}
footer #sp_footer_nav nav .footer_nav_btn .nav_btn{
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	position: relative;
}
footer #sp_footer_nav nav .footer_nav_btn .nav_btn span{
	display: block;
	background-color: #fff;
	height: 3px;
	width: 15px;
	position: absolute;
	left: 5px;
	top: 5px;
	transition: .3s;
}
footer #sp_footer_nav nav .footer_nav_btn .nav_btn.close_btn span{
	left: 0;
}
footer #sp_footer_nav nav .footer_nav_btn .nav_btn.close_btn span:nth-child(1){
	transform: rotate(45deg);
}
footer #sp_footer_nav nav .footer_nav_btn .nav_btn.close_btn span:nth-child(2){
	transform: rotate(-45deg);
}
footer #sp_footer_nav nav .footer_nav_btn .nav_btn.open_btn span:nth-child(1){
	transform: rotate(-55deg);
	left: -1px;
	width: 13px;
}
footer #sp_footer_nav nav .footer_nav_btn .nav_btn.open_btn span:nth-child(2){
	transform: rotate(55deg);
	right: -1px;
	width: 13px;
}

footer #sp_footer_nav nav .footer_nav_btn .open{
	display: none;
}
footer #sp_footer_nav nav .footer_nav_btn.opennow .open{
	display: none!important;
}

.about .slick-prev,.about .slick-next{
	background-repeat: no-repeat!important;
	height: 30px!important;
	background-size: contain!important;
	background-position: center!important;
}

.slider_archive .slick-prev,.slider_archive .slick-next{
	background-repeat: no-repeat!important;
	height: 70px!important;
	background-size: contain!important;
	background-position: center!important;
}
.about .slick-prev{
	background-image: url(../img/yajirushi_prev.png)!important;
}
.about .slick-next{
	background-image: url(../img/yajirushi_next.png)!important;
}
.slider_archive .slick-prev{
	background-image: url(../img/yajirushi3_prev.png)!important;
}
.slider_archive .slick-next{
	background-image: url(../img/yajirushi3_next.png)!important;
}
.slick-prev:before,
.slick-next:before{
	display: none;
}
.present_btn{
	background-image: url(../img/present_bg.png);
	background-size: 100% auto;
	display: flex;
	background-repeat: no-repeat;
	padding: 13% 8% 0 8%;
	max-width: 394px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	position: relative;
}
.present_btn2 a.btn,
.present_btn a.btn{
	width: 49%;
}
.present_btn2 a.btn + a,
.present_btn a.btn + a{
	margin-left: 2%!important;
}
.present_btn2{
	background-image: url(../img/present_bg2.png);
	background-size: 100% auto;
	display: flex;
	background-repeat: no-repeat;
	padding: 35px 20% 0 20%;
}

.slider_archive ul .slick-slide img{
	width: 90%;
	margin:0 auto;
}
div.commingsoon img{
	display: block;
	width: 160px;
	margin:auto;
}

#sumirecheck div.commingsoon,
#findmysolution div.commingsoon{
	padding-top: 50px;
}
#pc_nav{
	
    width:300px;
	display: block;
	margin-top: 15px;
}
#pc_nav ul{
	display: flex;
	justify-content: space-between;
}
#pc_nav ul li{
	padding: 0 10px 0 20px;
}
#pc_nav ul li + li{
	background-image: url(../img/nav_slush.png);
	background-repeat: no-repeat;
	background-size: 7px auto;
	background-position: left center;
}
.remodal{
	max-width: 380px!important;
}
body .remodal-close{
	color: #fff;
	width: 60px;
	height: 60px;
	left: 0;
	top: -40px;
}
body .remodal-close:before{
	font-size: 60px;
}

/*#findmysolution .gridbox.content_box,
#guestreport .commingsoon{
	background-image: url(../img/cs_bg.png);
	background-size: contain;
}*/
#guestreport {
    background: linear-gradient(transparent 30%,#fff 30%);
}
#guestreport .commingsoon{
	display: block;
    height: 150px;
    padding-top: 50px;

}
#mybeautyitem .mbi_inner .item .present + p,
.modal_present.mbi_inner .item .present + p{
	text-align: left;
	font-size: 14px;
	line-height: 1.6em;
}
.movie iframe{
	max-width: 100%;
	width: 100%;
	margin:0 auto;
}
#findmysolution div.btn{
	margin-top: 20px;
}
#findmysolution p.inner_txt{
	font-size: 16px;
	padding: 20px;
}
#findmysolution .inner_float img,
#findmysolution .inner_float p{
	float: left;
}
#findmysolution .inner_float img{
	width: 50%;
}
#findmysolution .inner_float p{
	font-weight: normal;
	font-size: 14px;
}
.clear{
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
}

.more_btn .close{
	display: none;
}
.more_btn.more_open .more{
	display: none;
}
.more_btn.more_open .close{
	display: block;
}
.introduce_btn{
	width: 100%;
	display: block;
	margin:20px auto;
	max-width: 394px;
}

#findmysolution{
	color: #6d6e71;
}
#findmysolution h4{
	background-color: #00bfdf;
	color: #fff;
	font-weight: 900;
	font-size: 14px;
	padding: 5px 10px; 
	margin:10px auto;
}
#findmysolution .new_main{
	margin:10px auto;
}
#findmysolution .new_main img{
	max-width: 100%;
}
#findmysolution h5{
	max-width: 100%;
	margin:20px auto 10px;
}
#findmysolution .new_box p.inner_txt,
#findmysolution .new_box div.solution_box{
	background-image: url(../img/txt_bg.png);
	background-size: 22px;
	box-sizing: border-box;
}
#findmysolution.new_box p.inner_txt{
	font-size: 18px;
	font-weight: bold;
	color: #6d6e71;
	padding: 20px;
}
#findmysolution .new_box div.solution_box{
	padding: 10px;
}
#findmysolution .new_box .more_box{
	display: block!important;
}
#findmysolution .new_box .more_box h5{
	font-size: 18px;
}
#findmysolution .new_box .more_box p{
	font-size: 14px;
}
.slider_archive.nomove ul{
	display: flex;

}
.slider_archive.nomove ul li{
	width: 32%;
	padding:5px;
	box-sizing: border-box;
}
.slider_archive.nomove ul li img{
	max-width: 94px;
	width: 100%;
}
.slider_archive.nomove ul li + li{
	margin-left: 1.5%;
}
.nextguest .commingsoon{
	display: block;
	width: 100%;
	height: 60px;
}

#findmysolution .cont_main h4{
	background-color: #00bfdf;
	color: #fff;
	font-weight: 900;
	font-size: 14px;
	padding: 5px 10px; 
	margin:30px auto 10px;
}
#findmysolution .cont_main .new_main{
	margin:10px auto;
}
#findmysolution .cont_main .new_main img{
	max-width: 100%;
}
#findmysolution .cont_main h5{
	max-width: 100%;
	margin:20px auto 0;
}
#findmysolution .cont_main p.inner_txt,
#findmysolution .cont_main div.solution_box{
	background-image: url(../img/txt_bg.png);
	background-size: 22px;
	box-sizing: border-box;
}
#findmysolution .cont_main p.inner_txt{
	font-size: 14px;
	font-weight: bold;
	color: #6d6e71;
	padding: 10px;
	margin-top: 5px;
}
#findmysolution .cont_main div.solution_box{
	padding: 10px;
}
.inner_txt p span.p3,
.inner_float p span.p3,
#findmysolution .cont_main p.inner_txt span.p3{
	color: #0093d3;
}
.personalities .gridbox.content_box .cont_main .imgbox:nth-child(1){
	width: 32%;
}
.personalities .gridbox.content_box .cont_main .imgbox:nth-child(2){
	width: 68%;
}
.modal_listen .listen_box a{
	margin-bottom: 15px;
	display: block;
}
.modal_listen .listen_box a:last-child{
	margin-bottom: 0;
}
.listen_modal{
	max-height: 85%;
}
.listen_modal .modal_listen{
	max-height: 75vh;
	overflow: scroll;
	padding-left: 35px;
	padding-right:35px;
	height: -webkit-fill-available;
}
.remodal.listen_modal{
	padding-left: 0;
	padding-right: 0;
}
#sp_nav nav ul li.listen_now .side_listen_ttl,
.guest_listen .listen_ttl{
width: 50%;
display: block;
margin: 0 auto;
position: absolute;
left: 0;
right: 0;
top: 30px;
}
#sp_nav nav ul li.listen_now .listen_box,
.guest_listen .listen_box{
	border: 1px solid #111;
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
}
#sp_nav nav ul li.listen_now .listen_box a{
	width: 25%;
}
#sp_nav nav ul li.listen_now .listen_box a:nth-child(1){
	margin-left: 13%;
}
#sp_nav nav ul li.listen_now .listen_box a img{
	display: block;
	margin: 0 auto;
}
#sp_nav ul li.nav_sns{
	width: 70%;
	margin: 0 auto;
}
.guest_listen{
padding: 20px;
position: relative;
}
.guest_listen .listen_box{
	padding:30px 10px 20px;
}
.guest_listen .listen_box a{
	max-width: calc(100% / 7);
}
.guest_listen .listen_box a img{
	max-width: 85%;
	margin: 0 auto;
	display: block;
}
.guest_listen .listen_ttl{
	top: 10px;
}
.column2.bottom_listen{
	padding-bottom: 15px;
}
.column2.bottom_listen .listen_box{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 15px;
	grid-row-gap: 15px;
}
.report_box1 .guest_listen{
	padding-bottom: 60px;
}


/*body .listen_modal .remodal-close{
top: 0;
    color: #111;
}*/
/*
 * ==============================================
 * ■画面の横幅が769px以上 (PC)
 * ==============================================
 */
@media screen and (min-width : 601px ){
.sp{
	display: none!important;
}
p{
	font-size: 18px;
}
a:hover,a img:hover{
	opacity: 0.6;
}
body .remodal-close{
	left: -40px;
}
header{
/*	position: relative;*/
	border-bottom: 1px solid #bcbec0;
	width: 100%;
	background-color: #fff;
}
header .header_sns{
	margin-left: 0;
	margin-right: 0;
	    position: absolute;
    right: 50px;
}
header .header_sns ul{
	height: 30px;
}
header .header_sns ul li a img{
	display: block;
	max-height: 30px;
}
header .header_sns ul li a img.hs_listen{
	max-height: 31px;
	width: 89px;
}
main #top h1 img,
main #top h1 svg{
	margin: 0 auto 100px;
}

main #top .time img{
	width:400px;
}
main #top .time{
	padding: 5px 0;
}
#guestreport_page .personalities .cont_main{
	width: 600px;
	margin: 0 auto;
}
section.personalities .gridbox.content_box .cont_main{
	width: 800px;
	margin: 0 auto;
}
section.about .gridbox.content_box .cont_main{
	max-width: 900px;
	margin: 0 auto;
}
section.personalities .gridbox.content_box .cont_main a,
#guestreport_page .personalities .cont_main a{
	width: 173px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#guest h2{
	padding-left:45%;
}

#guest h2 img{
	width: 389px;
}
#guest .ttlcolumn .photo{
	width: 352px;
}
#guest .ttlcolumn{
	left: 60px;
}
#guest .ttlcolumn .ttl{
	padding-top: 200px;
}
#guest .ttlcolumn .ttl h3{
	font-size: 60px;
	font-weight: 600;
}
h3 span.h3_sub{
	font-size: 20px;
	font-weight: 600;
}
#guest p.guest_txt{
	padding: 180px 0 0;
}
#guest p.guest_txt.line2{
	padding: 180px 0 0;
}
#guest .onair_at, #guest .onair_pr, 
.nextguest .onair_at,.nextguest .onair_pr{
	padding: 20px 0;
}
 .nextguest .onair_at,
 .nextguest .onair_pr{
 	margin-top: 200px;
 }
  .nextguest .onair_at, .nextguest .onair_pr{
  	max-width: 1000px;
  	margin-right: auto;
  	margin-left: auto;
  }
.about .from{
	margin-top: 50px;
}
.about .slick-prev, .about .slick-next{
	height: 60px!important;
}
.pc_column2{
	display: flex;
	flex-wrap: wrap;
}
.pc_column2 .onair_at,
.pc_column2 .onair_pr{
	width: 49%;
	box-sizing: border-box;
}
.pc_column2 .onair_pr{
	margin-left: 2%;
}
#guest .onair_at ul.gridbox, .nextguest .onair_at ul.gridbox{
	padding: 8px 10px;
}
#guest .onair_pr .pr_date, .nextguest .onair_pr .pr_date{
/*	line-height: 32px;*/
}
div.atcosme_map{
	padding: 0;
}
div.atcosme_map a{
	display: block;
	width: 309px;
}
.nextguest h2,
#guestreport h2{
	padding-right: 0;
	padding-left: 0;
}
.nextguest .pc_ttlbox,
#guestreport .pc_ttlbox{
	/*padding-left: 10%;*/
	display: block;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.nextguest h2 img{

	max-width: 400px;
}
.nextguest .nextg_box div{
	width: 350px;
}
.nextguest .ngttl_box{
	margin-bottom: 30px;
}
#guestreport {
	margin-bottom: 30px;
}
#guestreport .report_box1{
	padding-bottom: 0;
}
#guestreport h2{
	background-repeat: repeat-x;
	background-size: contain;
}
#guestreport h2 img{
	width: auto;
	max-width: 410px;
	margin-left: 0;
}
#guestreport .report_box2{
	padding:0 20px 40px 20px;
	background-color: #fff;
	display: block;
}
#guestreport .report_box2 .report_cont{
	background-image: url(../img/guest_bg.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin-bottom: 20px;
}
#guestreport .report_box2 .report_cont a{
	display: block;
	text-decoration: none;
	color: #000;
}
#guestreport .report_box2 .report_cont .gridbox{
	justify-content: space-between;
}
#guestreport .report_box2 .report_cont .photo{
 width: 120px;
 position: relative;
 display: block;
}
#guestreport .report_box2 .report_cont .photo span.special{
	background-image: url(../img/special.png);
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
    height: 30px;
    display: block;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
#guestreport .report_box2 .report_cont .gridbox div:last-child{
	width: 40px;
	background-color: #00babe;
	padding: 30px 10px;
	box-sizing: border-box;
}
#guestreport .report_box2 .report_cont .name{
	width: calc(100% - 190px);
	font-weight: bold;
	padding: 10px 10px 0 10px;
	box-sizing: border-box;
}
#guestreport .report_box2 .report_cont .name h3{
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 10px;
}
#guestreport .report_box1 .report_cont,
#guestreport .report_box2 .report_cont{
	width: 800px;
	margin: 0 auto;
	margin-bottom: 30px;
}
#guestreport .report_box1 .report_cont .photo,
#guestreport .report_box2 .report_cont .photo{
	width: 160px;
	height: 160px;
}
/*#guestreport .report_box1 .report_cont .gridbox div:last-child,
#guestreport .report_box2 .report_cont .gridbox div:last-child{
	padding: 50px 10px 0;
}*/
/*#guestreport .report_box1 .report_cont .name,
#guestreport .report_box2 .report_cont .name{
	    padding: 40px 20px 0 20px;
}
#guestreport .report_box1 .report_cont .name.nomal,
#guestreport .report_box2 .report_cont .name.nomal{
	padding: 20px 20px 0 20px;
}*/
#guestreport .report_box1 .report_cont .name h3,
#guestreport .report_box2 .report_cont .name h3{
	font-size: 32px;
}

#guestreport a.btn,
.archive a.btn,
#findmysolution a.btn,
#findmysolution div.btn{
	width: 320px;
	margin:30px auto;
}
#findmysolution a.btn,
#findmysolution div.btn{
	margin-left: 0;
}
.archive a.btn{
	margin-top: 80px;
}

#instagram .cont_main{
	width: 800px;
    margin: 0 auto;
}
#instagram .insta_btn{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

#mybeautyitem{
	padding: 50px 35px;
	background-image: url(../img/mbi_bg_pc.png);
}
#mybeautyitem h2{
	max-width: 523px;
	margin:0 auto 20px;
}
#mybeautyitem .mbi_inner{
	max-width: 1000px;

	margin-left: auto;
	margin-right: auto;
}
#mybeautyitem .mbi_inner .pc_column2 div.left{
	width: 340px;
}
#mybeautyitem .mbi_inner .pc_column2 div.right{
	max-width: calc(100% - 340px);
	padding-top:60px;
}
#mybeautyitem .mbi_inner h3{
	font-size: 18px;
	text-align: left;
}
#mybeautyitem .mbi_inner p{
	font-size: 16px;
	text-align: left;
}
#mybeautyitem .mbi_inner .item .btn{
	/*display: inline-block;*/
	width:255px;
}
/*#mybeautyitem .mbi_inner .item .btn + a{
	margin-left: 20px;
}*/
#mybeautyitem .mbi_inner .item a.introduce_btn{
	margin-left: 0;
	width: 100%;
	display: block;
	max-width: 540px;
	margin-top: 0;
}
#mybeautyitem .present_btn{
	padding-top: 68px;
	min-height: 135px;
}
#findmysolution .cont_main{
	max-width: 1000px;
	margin:0 auto;
}
section#bottom .pc_column2,
section#bottom .link_area{
	max-width: 800px;
	margin-left:auto;
	margin-right:auto;
}
#bottom .pc_column2 a,
#bottom .pc_column2 div.present_btn2{
	width: 49%;
	box-sizing: border-box;
}
#bottom .pc_column2 a:nth-child(even){
	margin-left: 2%;
}
#bottom .pc_column2 a img{
	width: 100%;
}
.present_btn2{
padding: 40px 60px 0 60px;
margin-top: 15px;
}
.line{
	width: 100%;
}
section#bottom .link_area{
padding-top: 75px;
padding-bottom: 65px;
}
section#bottom .link_area .link{
	max-width: 160px;
}

footer{
	padding-bottom: 0;
}
main #top h1 img{
	max-width: 571px;
		margin:0 auto 100px;
}
main #top h1{
	padding-top: 100px;
}
#guest .ttlcolumn,
#guest p.guest_txt,
.pc_column2,
.nextguest .nextg_box{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.slick_container{
	max-width: 760px!important;
    margin: 10px auto!important;
}
.personalities .cont_main, .about .cont_main, #instagram .cont_main, #findmysolution .cont_main, #sumirecheck .cont_main {
    padding: 30px 35px 30px 0;
}
#findmysolution .cont_main, #sumirecheck .cont_main{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.hs_present{
	min-width: 121px;
}
.hs_message{
	min-width: 133px;
}
.about .cont_main h3 img{
	width: 100%;
}
#guest .ttlcolumn{
	left: 20px;
}
a.btn{
	max-width: 500px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.archive h2,
.archive .slider_archive{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.archive h2{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.slider_archive .slick-dots{
	bottom:-43px;
}
#findmysolution .new_main img,
#findmysolution .inner_float img{
	width: 525px;
	max-width: 90%;
	margin: 0 auto;
	float: none;
}
#findmysolution .inner_float p{
	text-align: center;
	float: none;
	width: 100%;
}
#findmysolution .new_box .more_box h5{
	font-size: 20px;
}
.slider_archive.nomove ul li{
	width: 24%;
	padding:5px;
	box-sizing: border-box;
}
.slider_archive.nomove ul li img{
	max-width: 100%;
	width: 100%;
}
.slider_archive.nomove ul li + li{
	margin-left: 1.5%;
}
.nextguest .commingsoon{
	display: block;
	width: 100%;
	height: 200px;
}
#findmysolution p.small{
	font-size: 14px;
}
#findmysolution .cont_main p.inner_txt{
	font-size: 16px;
}
#mybeautyitem .mbi_inner h3 span{
	vertical-align: baseline;
}
/*#guestreport .report_box1 .report_cont .name ul li{
	font-size: 14px;
}
#guestreport .report_box1 .report_cont .gridbox div .gridbox{
	width: 180px;
}*/
#guestreport .report_box1 .report_cont .name.special{
	padding-top: 10px;
}

/*********201211追記*******/
#mybeautyitem .mbi_inner .detail_box + .detail_box,
#mybeautyitem_page .detail_box + .detail_box{
	margin-top: 20px;
}
#mybeautyitem .mbi_inner .detail_box p,
#mybeautyitem .mbi_inner .detail_box a.btn,
#mybeautyitem_page .detail_p_box .pc_detailbox .detail_box p,
#mybeautyitem_page .detail_box a.btn{
	margin: 0;
}
#mybeautyitem_page .detail_p_box .pc_detailbox .detail_box a{
	display: block;
    width: 255px;
}

#mybeautyitem .mbi_inner .detail_box p,
#mybeautyitem_page .detail_box p{
	font-size: 14px;
}
#guestreport .report_box1 .report_cont .name img.onair_ttl.gra_new{
	width: 90px;
}
#guestreport .report_box1 .report_cont .name img.onair_ttl.gra_new + ul{
	width: calc(100% - 120px);
}

footer .footer_float_btn{
width: 353px;
right: 20px;
bottom: 0;
padding-bottom: 10px;
left: auto;
}
#mybeautyitem .mbi_inner p.itemdetail_btn_on{
	width: 255px;
	text-align: center;
}
.nextguest .ngttl_box.nextg_long{
	padding-bottom: 100px;
}
.guest_long .guest_txt.line2{
	padding-top: 380px!important;
}
.guest_long .nextg_box_2column,
.nextguest .nextg_box div.nextg_box_2column{
	display: flex;
	width: 650px;
	padding-top: 150px;
}
.guest_long .nextg_box_2column h3,
.nextguest .nextg_box div.nextg_box_2column h3{
padding-top: 10px;
padding-left: 0;
width: 100%;
text-align: right;
}
.guest_long .nextg_box_2column{
	padding-top: 180px;
	justify-content: space-between;
}
.guest_long .nextg_box_2column h3{
	text-align: left;
	font-size: 32px;
}
.guest_long .nextg_box_2column h3 span{
	font-size: 14px;
}
#guest .onair_at ul.gridbox, #guest .onair_pr .pr_date, .nextguest .onair_at ul.gridbox, .nextguest .onair_pr .pr_date{
	height: 42px;
}
 .nextguest .onair_at ul.gridbox{
 	padding: 12px 10px;
 }
.guest_listen{
	padding-top: 40px;
}
.guest_listen .listen_ttl{
	width: 298px;
	top: 20px;
}
.guest_listen .listen_box a{
	width: 52px;
}
.guest_listen .listen_box a + a{
	margin-left: 40px;
}
.guest_listen .listen_box a img{
	max-width: 100%;
}
.guest_listen .listen_box{
	justify-content: center;
	padding: 40px 10px 20px;
	        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
}
#bottom .pc_column2 a.btm_insta,
#bottom .column2.bottom_listen{
	width: 100%;
	max-width: 100%;
}
.column2.bottom_listen .listen_box{
	display: flex;
	flex-wrap: wrap;
}
#bottom .column2.bottom_listen a:nth-child(1),
#bottom .column2.bottom_listen a:nth-child(2),
#bottom .column2.bottom_listen a:nth-child(3){
	width: calc(100% / 3 - 20px);
}
#bottom .column2.bottom_listen a:nth-child(4),
#bottom .column2.bottom_listen a:nth-child(5),
#bottom .column2.bottom_listen a:nth-child(6),
#bottom .column2.bottom_listen a:nth-child(7){
	width: calc(100% / 4 - 23px);
}
#bottom .column2.bottom_listen a:nth-child(2),
#bottom .column2.bottom_listen a:nth-child(3),
#bottom .column2.bottom_listen a:nth-child(5),
#bottom .column2.bottom_listen a:nth-child(6),
#bottom .column2.bottom_listen a:nth-child(7){
	margin-left: 15px;
}
#bottom .column2.bottom_listen a:nth-child(1),
#bottom .column2.bottom_listen a:nth-child(4){
	margin-left: 0;
}
.listen_modal .modal_listen .listen_box{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-row-gap: 15px;
	grid-column-gap: 15px;
}
.remodal.listen_modal{
	width: 700px;
	max-width: none !important;
}
.listen_modal .modal_listen{
	overflow: auto;
}
#bottom .link_area .link{
	padding-top: 20px;
}
#bottom .link_area .link + .link{
	padding-top: 16px;
	    max-width: 140px;
}
#bottom .link_area{
	grid-column-gap:60px;
}
}


/*
 * ==============================================
 * ■画面の横幅が481pxまで ( SP)
 * ==============================================
 */
@media screen and (max-width:600px){
	.pc{
		display: none!important;
	}
#guestreport .report_box2 .report_cont .gridbox{
	display: block;
}
#guestreport .report_box2 .report_cont ul,
#guestreport .report_box2 .report_cont div.yajirushi{
	display: none;
}
#guestreport .report_box2{
	flex-wrap: wrap;
	padding: 0 20px;
	box-sizing: border-box;
}
#guestreport .report_box1{
	padding-bottom: 0;
}

#guestreport .report_box2 .report_cont{
	width: calc(92% / 3);
}
#guestreport .report_box2 .report_cont:nth-child(2),
#guestreport .report_box2 .report_cont:nth-child(3){
	margin-left: 4%;
}
#guestreport .report_box2 a{
	text-decoration: none;
	color: #000;
}
#guestreport .report_box2 .report_cont .name h3{
	font-size: 18px;
	font-weight: 900;
	margin: 10px auto;
	text-align: center;
}
.movie iframe{
	max-height: 250px;
}
.slider_archive{
	padding-bottom: 10px;
}
.slider_archive .slick-dots{
	bottom:-33px;
}
.slider_archive .slick-prev,.slider_archive .slick-next{
	height: 40px!important;
}
/*#guestreport .report_box1 .report_cont .name ul li{
	font-size: 13px;
	padding: 1px 0;
}
#guestreport .report_box1 .report_cont .gridbox div:last-child{
	width: 30px;
    padding: 30px 5px;
}

#guestreport .report_box1 .report_cont .gridbox div .gridbox{
	width: 170px;
}*/
#guestreport .report_box1 .report_cont .name{
	padding-left: 0;
   /* width: calc(100% - 140px);*/
     width: calc(100% - 160px);
     padding-left: 5px;
}
#guestreport .report_box1 .report_cont .name.special{
	padding-top: 0;
}
#guestreport .report_box1 .report_cont .name ul li{
	/*font-size: 14px;*/
	font-size: 12px;
	padding: 1px 0;
	line-height: 13px;
}
#guestreport .report_box1 .report_cont .photo{
	/*width: 100px;*/
	width: 120px;
}
#guestreport .report_box1 .report_cont .name img.onair_ttl{
	width:100px;
}
#guestreport .report_box1 .report_cont .gridbox div:last-child{
	    width: 30px;
    padding: 35px 7px;
}
.nextguest .pc_column2.nextg_2line{
	padding-top: 20px;
}
#mybeautyitem .mbi_inner h3 span{
	vertical-align: middle;
}
/*********201211追記*******/
#mybeautyitem .mbi_inner .detail_box + .detail_box,
#mybeautyitem_page .detail_box + .detail_box{
	margin-top: 20px;
}
#mybeautyitem .mbi_inner .detail_box p,
#mybeautyitem .mbi_inner .detail_box a.btn,
#mybeautyitem_page .detail_p_box .pc_detailbox .detail_box p,
#mybeautyitem_page .detail_box a.btn{
	margin: 0;
}
#mybeautyitem_page .detail_p_box .pc_detailbox .detail_box p{
	text-align: center;
}
#mybeautyitem .mbi_inner .detail_box p,
#mybeautyitem_page .detail_box p{
	font-size: 14px;
}
footer .footer_float_btn{
/*	background-color: #fff;*/
	padding: 5px 5px 20px;
	box-sizing: border-box;
}
.nextguest .ngttl_box.nextg_long{
	padding-bottom: 100px;
}
.guest_long .guest_txt.line2{
padding-top: 300px;
}
.nextguest .ngttl_box.nextg_long .nextg_box h3:nth-child(1),
.nextguest .ngttl_box.nextg_long .nextg_box h3 + div{
		display: none;
}
.guest_long .nextg_box_2column,
.nextguest .nextg_box div.nextg_box_2column{
	display: flex;
	width: 85%;
	margin-left: auto;
	padding-top: 60px;
	justify-content: space-between;
}
.guest_long .nextg_box_2column div.guestbox,
.nextguest .nextg_box div.nextg_box_2column div.guestbox{
	width: 48%;
}
.guest_long .nextg_box_2column img,
.nextguest .nextg_box div.nextg_box_2column img{
		width: 100%;
}
.guest_long .nextg_box_2column h3,
.nextguest .nextg_box div.nextg_box_2column h3{
padding-top: 10px;
padding-left: 0;
width: 100%;
text-align: right;
font-size: 18px;
}
.guest_long .nextg_box_2column h3 span,
.nextguest .nextg_box div.nextg_box_2column h3 span{
	font-size: 12px;
}
.guest_long .nextg_box_2column{
	padding-top: 90px;
}
#guest .guest_long  p.guest_txt.line2{
	padding-top: 200px;
}
.guest_long .nextg_box_2column h3 span{
	display: block;
	width: 100%;
	text-align: right;
}
#guest .onair_pr .pr_date.sp_2line, .nextguest .onair_pr .pr_date.sp_2line{
	height:58px;
	flex-wrap: wrap;
}
.personalities .cont_main{
	padding: 30px 10px;
}

.personalities .cont_main .imgbox + .imgbox{
	margin-left: 15px;
}
#sp_nav nav ul li a img{
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
#sp_nav nav ul li.listen_now{
	position: relative;
	padding-top: 40px;
}
.report_box1 .guest_listen{
	padding-bottom: 30px;
	padding-left: 0;
	padding-right: 0;
}
#guestreport .report_box1{
	padding-top: 20px;
}
header .header_sns ul li,
header .header_sns ul li img{
	max-height: 31px;
}
.guest_listen .listen_box a{
	width: 25%;
	max-width: 25%;
}
.guest_listen .listen_box a:nth-child(1),
.guest_listen .listen_box a:nth-child(2),
.guest_listen .listen_box a:nth-child(3){
	margin-bottom: 15px;
}
.guest_listen .listen_box a:nth-child(1){
	margin-left: 13%;
}
.guest_listen .listen_box a img{
	width: 46px;
	display: block;
	margin: 0 auto;
}
.guest_listen .listen_box a img,
#sp_nav nav ul li.listen_now .listen_box a img{
	width: 58px;
}

}


@media screen and (max-width:365px){
	#guest .onair_pr .pr_date img, .nextguest .onair_pr .pr_date img{
		width: 115px;
		height: auto;
	}
	#guest .onair_at ul.gridbox, .nextguest .onair_at ul.gridbox{
		    padding: 7px 3px;
	}
	#guestreport .report_box1 .report_cont .photo{
		width: 100px;
		height: 100px;
	}
	#guestreport .report_box1 .report_cont .name{
		width: calc(100% - 100px);
	}
	}
@media screen and (max-width:340px){
/*#guestreport .report_box1 .report_cont .name ul li{
	font-size: 10px;
	padding: 1px 0;
}
#guestreport .report_box1 .report_cont .gridbox div .gridbox{
	width: 120px;
}
#guestreport .report_box1 .report_cont .gridbox div .gridbox div.name_left{
	width: 45px;
}*/
#guestreport .report_box1 .report_cont .name ul li{
	font-size: 10px;
}
}
/*
 * ==============================================
 * ■画面の横幅が481pxから768pxまで (Tablet)
 * ==============================================
 */
@media screen and (min-width:601px) and (max-width:768px) {
  .sp{
  	display: none!important;
  }
#guest .ttlcolumn .photo,
.nextguest .nextg_box div {
    width: 40%;
}
#guest .pc_column2 {
	display: block;
}
#guest .pc_column2 .onair_at, 
#guest .pc_column2 .onair_pr{
	width: 100%;
}
#guest .pc_column2 .onair_pr{
	margin-left: 0;
}
#guest .onair_at ul.gridbox li{
	font-size: 16px;
}
#guest .onair_at ul.gridbox, .nextguest .onair_at ul.gridbox{
	padding: 18px 10px;
}
#guest .onair_pr .pr_date, .nextguest .onair_pr .pr_date {
    line-height: 49px;
}
.nextguest h2 img {
    max-width: 300px;
}
#mybeautyitem .mbi_inner .item .btn + a{
	margin-left: 0;
}

}
/*****20251003追記*****/
.listen_newbox{
	    padding: 20px;
}
.report_box1 .listen_newbox,
#bottom .listen_newbox {
padding: 0;
margin-bottom: 10px;
}
ul li .listen_newbox{
padding: 0;
}
#bottom .listen_newbox,
#bottom .listen_newbox2 a{
	margin-bottom: 10px;
}
.listen_newbox a{
	    /*border: 1px solid #111;*/
	    display: grid!important;
	    grid-template-columns: 50px calc(100% - 60px);
	    padding: 15px 10px!important;
    grid-column-gap: 10px;
    /*color: #6d6e71;*/
    color: #111!important;
    border: 1px solid #111;
    text-decoration: none;
    align-items: center;
    /*background-color: #e9e9e9;*/
}
.listen_newbox p{
	/*display: flex;
	align-items: center;
	justify-content: space-between;*/
	width: 100%;
	text-align: center;
    font-weight: bold;
    margin: 0 auto;
}
.listen_newbox.logo_big a{
	grid-template-columns: 150px auto;
    position: relative;
    padding-bottom: 30px !important;
    justify-content: center;
    padding-top: 5px !important;
}
.listen_newbox.logo_big a .small{
	    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 10px;
}
.listen_newbox.logo_big + .listen_newbox.logo_big{
	margin-bottom: 20px;
}
.listen_newbox.logo_big img{
	margin-left: auto;
}
.listen_newbox.logo_big p{
	text-align: left;
}
.listen_newbox a span.big{
    margin-right: 8px;
    font-size: 1.2em;
}
.listen_newbox a span.small{
color: #808285;
font-size: 10px;
border: 1px solid #808285;
background-color: #fff;
border-radius: 12px;
    padding: 5px 10px;
    line-height: .7em;
    display: block;
    width: fit-content;
        margin: 8px auto 0;
        font-weight: normal;
}
.listen_newbox2 a{
	margin-bottom: 10px;
	display: block;
}
.bottom_link_icon{
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.bottom_link_icon a{
	width: 62px;
	margin: 0 10px;
}
.bottom_newlink{
	margin-bottom: 80px;
}
ul li .bottom_newlink{
margin-top: 20px;
}
ul li .listen_newbox.logo_big + .listen_newbox.logo_big{
margin-bottom: 20px;
margin-top: 10px;
}
ul li .bottom_newlink{
	margin-bottom: 20px;
}
#sp_nav nav ul li .listen_newbox2 a {
	margin-bottom: 0;
}
#sp_nav nav ul li .bottom_newlink a{
	padding: 10px 0;
}
a.new_link {
	    max-width: calc(100% - 40px);
    display: block;
    margin: 0 auto;
}
a.new_link + .new_link{
	margin-top:10px;
	display: block;
}
a.new_link +.report_cont{
	margin-top: 20px;
}
#sp_nav nav ul li .bottom_newlink a.new_link{
	max-width: 100%;
	padding: 0;
}
@media screen and (min-width: 601px){
	.listen_newbox a{
		width: 400px;
    margin: 0 auto;
    grid-template-columns: 58px calc(100% - 68px);
    box-sizing: border-box;
	}
	.listen_newbox2 a{
		max-width: 400px;
		margin: 0 auto 20px;
	}
.listen_newbox a span.small{
	font-size: .6em;
}
#bottom .listen_newbox{
	margin: 0 auto 10px;
	width: 400px;
}
#bottom .listen_newbox a{
width: 100%;
}
.bottom_newlink{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
 #bottom .listen_newbox2 a{
 	width: 100%;
 }
 #bottom .listen_newbox,
 #bottom .listen_newbox2{
 	width: 49%;
 	margin: 0;
 }
 #bottom .listen_newbox a{
 	padding: 19px!important;
 }
 #bottom .listen_newbox.logo_big a{
 	padding-bottom: 30px!important;
 }
 #bottom .bottom_link_icon a{
 	width: 62px;
 }
  #bottom .bottom_link_icon{
  	margin: 20px auto;
  }
   #bottom .present_btn2 + a{
   	margin-left: auto;
   }
   a.new_link{
   	max-width: 480px;
   }
   a.new_link +.report_cont{
	margin-top: 40px!important;
}
#bottom a.new_link:nth-child(2){
	margin-top: 0!important;
}
}


/*****20251003追記*****/
