@media screen and (max-width: 760px) {


/* common
-------------------------------------------------------------------- */
body {
	font-family: "Noto Sans JP" , "YuGothic" , "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
	background-repeat: repeat;
	background-size:contain;
	background-attachment:fixed;
	letter-spacing: 1.1px;
    line-height: 1.3;
	font-size: 15px;
	background: url("../img/back_sp.webp");
	background-size: 100% auto;
	background-position: center;
	background-attachment: fixed;
	color: #303030;
}
a{
	color:#41b049
}
img{
	pointer-events: none;
}
@font-face {
    font-family: "myfont";
    src: url("../font/craftmincho.otf") format("opentype"); 
    font-display: swap; 
  }
h2{
	font-family: "myfont";
	font-size: 2.3rem;
	text-align: center;
	margin:20px auto 40px auto;
	color: #018116;
	letter-spacing: 4px;
	align-items: center;
	line-height: normal;
}
.fadein {
	opacity : 0;
	transform : translate(0, 0px);
	transition :1.3s;
	-webkit-transform: scale(.95);
            transform: scale(.95);
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
	transform: translateY(0);
	  -webkit-transform: scale(1);
            transform: scale(1);
}
.fadein1000 {
	transition-delay: .1s;
}

.spnone{
	display: none;
}
hr{
}
.box{
	margin: 5%;
	padding: 5%;
	background: #fdfdfd;
	border-radius: 20px;
}
.box2{
	padding: 5%;
	background: #f2f7e4;
}
.box-right{
	margin: 8% 0 8% 5%;
	padding:8% 5%;
	background: #fdfdfd;
	border-radius: 50px 0 0 50px;
}
.btn{
	background: #018116;
	color: #f9f9f9;
	padding: 15px 0;
	margin: 30px auto;
	border-radius: 50px;
	line-height: 25px;
	font-size: 17px;
	transition: .5s;
	width: 100%;
	text-align: center;
}
.btn:hover{
	background: #018116!important;
	opacity: 1;
}
.btn-com{
	background: #ff7020;
	color: #f9f9f9;
	padding: 15px 0;
	margin: 30px auto;
	border-radius: 50px;
	line-height: 25px;
	font-size: 17px;
	transition: .5s;
	width: 100%;
	text-align: center;
}
.btn-com:hover{
	background: #ff7020!important;
	opacity: 1;
}
.center{
	text-align: center;
}


/* TOP
-------------------------------------------------------------------- */
#top{
	padding: 30px 0 0 0;
	text-align: center;

}
#top img{
	width: 100%;
	margin-bottom: 10px;
}
#top .img100{
	width: 100%!important;
	margin: 30px 0 0 0;
}

.scroll-container {
    display: flex;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}
.scroll-content {
    display: flex;
    animation: scroll 30s linear infinite;
}
.item {
    flex: 0 0 auto;
    margin: 0;
    text-align: center;
    font-size: 24px;
}
.item img{
    width: 120px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
.scroll-container:nth-child(even){
	margin-left: -60px;
	padding-right: 60px;
}


/*番組一覧
-------------------------------------------------------------------- */
#title-list{

}
#title-list img{
	aspect-ratio: 7 / 4;
}
.speechBubble {
	position: relative;
	display: inline-block;
	margin-bottom: 35px;
	padding: 20px;
	border: 4px solid #018116;
	border-radius: 50px;
	background-color: #ffffff;
	text-align: center;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	color: #018116;
  }
  
  .speechBubble::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border-style: solid;
	border-width: 20px 15px 0 15px;
	border-color: #018116 transparent transparent;
	translate: -50% 100%;
  }
  
  .speechBubble::after {
	content: "";
	position: absolute;
	bottom: 1px;
	left: 50%;
	border-style: solid;
	border-width: 14.3px 10px 0 10px;
	border-color: #ffffff transparent transparent;
	translate: -50% 100%;
  }

/*ABOUT
-------------------------------------------------------------------- */
#about{
	text-align: center;
	font-weight: bolder;
	font-size: 16px;
	line-height: 30px;
}
#about .grid{
	vertical-align: middle;
	justify-content: space-between;
	align-items: center;
	text-align: left;
}
#about div p span{
	font-size: 22px;
	color: #ff7020;
}
#about .grid div:first-child{
}
#about .grid img{
	width: 100%;
}

/* POINT
-------------------------------------------------------------------- */
#point{

}
#point svg{
	width: 80%;
	margin: 0 10%;
}
#point .category-title{
	font-size: 3rem;
	color: #c8e1cc;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	margin: 10px 0 30px -10px;
}
#point h3{
	font-family: "myfont";
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 1.4px;
	margin-top: 0;
	position: relative;
	margin-bottom: 40px;
	text-align: center;
}
#point h3.company{
	color: #ff7020;
}
#point h3.listener{
	color: #018116;
}
/*
#point h3.company::before{
	position: absolute;
	content: "for COMPANY";
	top: -40px;
	font-size: 14px;
	font-style: italic;
	color: #018116;
}
#point h3.listner::before{
	position: absolute;
	content: "for LISTENER";
	top: -40px;
	font-size: 14px;
	font-style: italic;
	color: #ff7020;
}*/
.point-content{
	background-color: #ffffff;
	background-image: linear-gradient(90deg, #c8e1cc80 1px, transparent 1px), linear-gradient(#c8e1cc80 1px, transparent 1px);
	background-position: 10px 10px;
	background-size: 21px 21px;
	border-radius: 30px;
	line-height: 28px;
	padding:40px 20px;
}
.point-content:nth-child(n+2){
	margin-top: 30px;
}
.point-content:nth-child(3){	
	margin-bottom: 60px;
}
.reverse{
	flex-direction: row-reverse;
}
.point-content img{
	margin: 10px 0;
}

.point-content-box{

	
}
.company-ad{
	font-weight: bold;
	font-family:"myfont" ;
	margin-bottom: 5px;
	font-size: 20px;
}

/*CONTACT
-------------------------------------------------------------------- */
#contact{
	background: #fff;
	background-image: url("../img/back_contact.webp");
	background-size: cover;
	background-position: center;
}
.contact-midashi{
	font-size: 25px;
	line-height: 30px;
}
.formrun-embed{
	border-radius: 20px;
}
#contact p{
	line-height: 35px;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}
#sf-form-page h2.multi-line{
    display: none;
}
#sf-form-page .redactor-styles p{
    display: none;
}

.foot{
	padding: 5%;
	color: #fff;
	text-align: center;
}
.foot ul{
	justify-content: center;
	align-items: center;
}
.foot ul li:first-child{
	margin:50px 0 20px 0;
	font-weight: bold;
}

/*COUTION
-------------------------------------------------------------------- */
li.indent{
	padding-left: 1em;
	text-indent: -1em;
	line-height: 30px;
}
#coution ul{
	margin: 10px 0 30px 0;
}

/* copyright
-------------------------------------------------------------------- */
.copyright {
	font-size: 12px;
	margin: 50px 30px;
}


}


