body {
	background-image: url("../img/bg/releasebg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment:fixed;
}



#base {
	width: 784px;
	background-image: url(../img/common/page_base.png);
	padding-top: 20px;
}



#quickmenu {
	width: 784px;
	padding-left: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 60px;
}
#quickmenu a {
	display: flex;
	width: 80px;
	height: 80px;
	justify-content: center;
	align-items: center;
}
#quickmenu img {
	max-width: 80px;
	max-height: 80px;
}


.box,
.box * {
	box-sizing: border-box;
}
.box img {
	max-width: 100%;
}
.box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	font-family: Meiryo, "メイリオ", Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", Osaka, sans-serif;
	padding: 25px;
	grid-column-gap: 25px;
}
.box .titlebase {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 10px 65px 10px 55px;
	margin: 10px 0;
	position: relative;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
	border-radius: 5px;
	min-height: 65px;
}
.box .titlebase::before {
	position: absolute;
	content: '';
	display: block;
	width: 65px;
	height: 100%;
	right: 0;
	top: 0;
	background-color: #ff9228;
	border-radius: 0 5px 5px 0;
}
.box .titlebase::after {
	position: absolute;
	content: '★';
	color: #ff9228;
	width: 55px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	font-size: 260%;
	line-height: 1;
}
.box .titlebase p {
	padding: 0!important;
	width: 100%;
}
.box .titlebase p:not(.title_s) {
	text-shadow: 2px 2px 5px #ebc96d;
	font-size: 24px;
	color: #ff9228;
	line-height: 1.2;
	text-align: left;
	width: 100%;
	font-weight: 400;
}
.box .titlebase p.title_s {
	font-size: 14px;
	color: #ff9228;
	line-height: 1;
	margin-bottom: 5px;
	text-align: left;
	width: 100%;
}
.box .titlebase p strong {
	font-weight: 400;
}

.box .cover {
	float: none;
	width: 300px;
	padding: 0;
	margin: 0;
	font-size: 12px;
}
.box .cover img {
	margin: 15px 0 5px; 
	max-width: 300px;
}
.box .cover2{
	width: 100%;
}
.box .cover2 img {
	max-width: 100%;
	height: auto;
}
.box .text {
	float: none;
	padding: 15px 0 0;
	margin: 0;
	width: calc(100% - 300px - 25px);
}
.box .youtube {
	display: none;
}
.box .jumptotop {
	width: 100%;
	text-align: right!important;
	padding: 20px 0;
}



.uta {
	font-size: 10px;
	color: #777777;
	line-height: 0.1;
}


a:link {
	text-decoration: none;
}

p + .followbtn.line,
br + .followbtn.line,
p + a .followbtn.line,
br + a .followbtn.line {
	margin-top: 10px;
	box-sizing: border-box;
}
a .followbtn,
.followbtn a {
	display: block;
	text-decoration: none;
	width: 100%;
	text-align: left;
	line-height: 1;
	padding: .5em 2em .5em 1em;
	border-radius: .3em;
	position: relative;
	transition: all .6s;
	box-sizing: border-box;
	background-color:#FFF!important;
	border: 1px solid #ff9228;
	color: #ff9228!important;
}
a .followbtn::after,
.followbtn a::after {
	position: absolute;
	content: '〉';
	display: block;
	right: .3em;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	transition: all .6s;
	color: #ff9228!important;
}
a .followbtn::before,
.followbtn a::before {
	position: absolute;
	content: '〉';
	display: block;
	right: .6em;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	transition: all .6s;
	color: #ff9228!important;
	opacity: 0;
}
a:hover .followbtn::before,
.followbtn a:hover::before {
	opacity: 1;
}
a .followbtn:hover,
.followbtn a:hover {
	text-decoration: none;
}
/*.followbtn span {
	display: inline-block;
}
.followbtn {
	background-color: #ff9228;
	border-color: #ff9228;
}
.followbtn.line {
	background-color:#FFF!important;
	border: 1px solid #ff9228;
	color: #ff9228!important;
}
.followbtn.line::after {
	color:  #ff9228!important;
}
.followbtn.line::before {
	color:  #ff9228!important;
}

@media screen and (max-width:480px) {
	.followbtn {
		padding: 1em 2em 1em 1em;
	}
}
*/


.tokutenbox {
	line-height: 1.2;
	letter-spacing: -.001em;
	margin-top: 20px;
	padding: 1em;
	background-color: rgba(255,146,40,.1);
	border-radius: .3em;
}



.in-element {
	min-height: 300px;
	transition: .3s all;
	opacity: 0;
}
.in-element.is-active {
	opacity: 1;
}


