.font_ruika{
	font-family: ruika, sans-serif;
}
.animg {
    animation: poyopoyo 2s ease-out infinite;
    opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}
.fadein {
    opacity: 0.1;
    transform: translate(0, 50px);
    transition: all 500ms;
}
.zoomin {
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1}
}
.contents_box{
	background:#fff;
	border-radius: 1.5rem;
}
#header_box{
	background:#fff000;
}
.background01{
	background:#290068 url(../img/bk01.gif) no-repeat center top;
	background-size: cover;
}
.background02{
	background:url(../img/bk02.gif) no-repeat left top;
	background-size: contain;
}
.background21{
	background:url(../img/bk23.gif) no-repeat center bottom;
	background-size: contain;
}
.background2{
	background:#290068 ;
}
.background3{
	background:#290068 ;
}
.container{
	padding: 0px 10px;
}

/*--------------*/
a.fllow_button_off{
    background: #00d19a;
    border-radius: 1rem;
    color: #fff;
    font-size: 12px;
    margin: 0px 8px;
	padding: 8px;
	text-decoration: none;
}
a.fllow_button_on{
    background: #fff;
    border: #00d19a solid 1px;
    border-radius: 1rem;
    color: #00d19a;
    font-size: 12px;
    margin: 0px 8px;
	padding: 8px;
	text-decoration: none;
}

/*------------------------------------------------------------------*/
/*ソーシャルリストデザイン6*/
.shareList6 a:visited,.shareList6 a:link{
	color:#fff;
	text-decoration:none;
}
.shareList6 {
	list-style:none;
	display: flex;
    justify-content: flex-end;
	flex-wrap:wrap;
	padding:0;
/*	margin:-5px 0 0 -5px;*/
}
.shareList6__item {
    flex-grow: 1;
	height:50px;
	line-height:50px;
/*	min-width:180px;*/
	text-align:center;
	margin:4px 2px;
}
.shareList6__link {
	display:block;
	color:#ffffff;
	text-decoration: none;
	transition: .2s;
/*	border:2px solid;*/
	border-radius: 5px;
}
.shareList6__link::before{
	font-size:24px;
}
.shareList6__link::after{
	content:attr(title);
	font-size:14px;
	font-weight:700;
	vertical-align: top;
/*	margin-left:5px;*/
}
@font-face {
	font-family: 'icomoon';
	src:url('../../../fonts/icomoon.eot?ookgoz');
	src:url('../../../fonts/icomoon.eot?ookgoz#iefix') format('embedded-opentype'),
		url('../../../fonts/icomoon.ttf?ookgoz') format('truetype'),
		url('../../../fonts/icomoon.woff?ookgoz') format('woff'),
		url('../../../fonts/icomoon.svg?ookgoz#icomoon') format('svg');
		font-weight: normal;
		font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
  content: "\e904";
  color: #f00;
}
.icon-instagram:before {
  content: "\e903";
  color: #e4405f;
}
.icon-line:before {
  content: "\e901";
  color: #00c300;
}
.icon-facebook:before {
  content: "\e902";
  color: #1877f2;
}
.icon-x:before {
  content: "\e900";
}
#share_box{
    background: #fff;
    border-radius: 1rem;
	padding: 6px 8px;
	width: 200px;
}
#share_box span{
    margin: 0px 8px;
}
#share_box .share{
    font-size: 10px;
}
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
.return_box{
    background: #fff;
    border-radius: 1rem;
    color: #290068;
	font-family: ruika, sans-serif;
    font-size: 22px;
	padding: 6px 18px;
}
.return_box a{
	display: block;
	text-decoration: none;
}

@media screen and (max-width:767px){
.w-sm-100{
	width:100%;
}
}
