/*
body *{
 border:#fff000 1px solid;
}
*/
body {
    background: #001a3b;
}
#wrapper {
    height: auto;
}
#header_box{
    background: #001a3b;
}
.pankuzu_box {
    background: #00843e;
    position: absolute;
}
.pankuzu li {
    background: #00843e;
    color:#FFFFFF;
}
.pankuzu li a:visited ,.pankuzu li a, a:link {
    color: #FFFFFF;
}
.hamburger-menu {
    background-color: #001a3b;
}
.menu-btn span, .menu-btn span:before, .menu-btn span:after {
    background-color: #FFFFFF;
}
#top_tittle1 img{
}
#tittle_box_out {
}
@media only screen and (max-width: 750px) {
#tittle_box_out {
}
}

#share_box{
    color: #000000;
}
#share_box a:link {
    color: #000000;
}
.contents_tittle{
    margin: -100px 0 0;
}
.container_box{
    background: #fff;
    border-radius: 20px;
}
.contents_box{
    background: #00843e;
    border-radius: 20px;
}
.container{
max-width: 850px;
	padding: 0px 10px;
}
.background3{
    background: #feffc2;
    max-width: 100%;
	padding: 30px 10px;
}
.animation{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
}
.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;
}
@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1}
}
.zoomin {
  animation-name: zoomin;
  animation-direction: normal;
}
@keyframes zoomin {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.relative{
position: relative;
width: 100%;
height: auto;

}
.absolute{
position: absolute;
}
.static{
position: static;
}
.change1 {
    background: url(../img/Campagin_Period1.png) no-repeat top center;
    background-size: contain;
}
.change2 {
    background: url(../img/Campagin_Period2.png) no-repeat top center;
    background-size: contain;
}
.change0 {
  animation: view linear both;
  animation-timeline: view();
  animation-range: entry 25% cover 50%;
}
@keyframes view {
  0% {
    opacity: 0;
  }
  95% {
    opacity: 1;
  }
}
.guidance {
    COLOR: #00843e;
    margin: 60px auto;
}
.hl {
    background: #00843e;
    COLOR: #fff;
    font-weight: bold;
    padding: 3px 4px;
    margin: 6px -10px;
    text-align: center;
}
.comment_box{
	align-items: center;
	background:#cf93ca;
	border-radius: 1rem;
	color:#ffffff;
	display: flex;
	line-height: 2rem;
	margin: 0 0 0 20px;
	padding: 20px 20px;
  position: relative;
  word-break: break-word;
}
.comment_box:after{
  border-style: solid;
  border-color: #cf93ca transparent transparent transparent;
  border-width: 20px 20px 0 20px;
  content: "";
  height: 0px;
  margin: auto;
  left:  -20px;
  position: absolute;
  top: 3.8rem;
  transform: rotate(-20deg); /* 角度指定*/
  width: 0px;
}
.link_btn{
	position: absolute;
	bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);

}

/*--------------*/
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";
}
.icon-tiktok:before {
  content: "\e906";
}
/*------------------------------------------------------------------*/
#share_box{
    background: #fff;
    border-radius: 1rem;
	padding: 6px 8px;
	width: 200px;
}
#share_box span{
    margin: 0px 8px;
}
#share_box .share{
    font-size: 10px;
}


.drop-shadow {
	filter: drop-shadow(5px 5px 5px #bbb);
}

.box{
	background: #e50012;
	border-radius: 1.4rem;
  position: relative;
}
.box_center {
  color:#ffffff ;
  font-size:1.8rem;
  position: absolute;
  top: 88px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.reslut_box{
  color:#2c596f ;
  font-size:28px;
}
.reslut_color{
  color:#e50012 ;
}
.item_box{
  color:#e50012 ;
  font-size:36px;
}

@media screen and (max-width:650px){
.comment_box:after{
  top: 1.3rem;
}
}
/*------------------------------------------------------------------*/
.return_box{
	padding: 6px 18px;
}
.return_box a{
	display: block;
	text-decoration: none;
}
.kage{
filter: drop-shadow(0px 0px 5px rgba(160, 160, 160, 0.7));
}
.background2 {
    background: #00843e;
    padding: 30px 30px;
}
.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}
#xcampaign .btn_re{
	background: #ccd9ff;
	color:#004d9b;
	padding:10px 30px;
	margin:0 0 50px;
}
#xcampaign a.btn_re{
	border-radius:.5rem;
	text-decoration:none;
}
.spbr { display: none !important; }
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
    .spbr { display: block !important; }
}
.best_box {
    background: #fff;
    border-radius: 20px;
    margin: 0 auto;
    max-width: 850px;
    padding: 0 0 30px;
}
.best_box li {
    padding: 5px 30px;
}
.best_box .best_box_header {
    padding: 0;
}
.background4{
  background:url("../img/bk00.png") no-repeat;
  background-position: center;
}
.background5{
  background:url("../img/bk01.png") repeat-y;
  background-position: top center;
}
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
