﻿.txt_color3 {
    color: #3cb371;
}
div#main_txt:before {
    content: "「600円」から毎日のお手伝い";
    font-size: 16px;
    text-align: center;
    width: 100%;
    background: #ffbe08;
    padding: 0px;
    font-weight: bold;
    letter-spacing: 2px;
    bottom: -10px;
    position: absolute;
    left: 0;
 opacity:0;
   
}
div#main_txt.m_active:before{
     animation:main_anim 0.5s linear forwards;
}
@keyframes main_anim{
    0%{
        transform:translateY(20px);
        opacity:0;
    }
    100%{
        transform:translateY(0px);
        opacity:1;
    }
}
.border_color2 {
    border-color: #d9d9d9;
}
.border_color4 {
    border-color: #ead121;
}
.bg_color4 {
    background-color: #ead121;
}
body{
    overflow:hidden;
}
.box_title1 {
    color: #003838;
}
.cms_title p {
    font-weight: bold;
}
.link_type2 .more{
    font-size:20px;
}
p.txt_anim6 span:nth-child(8):before, p.txt_anim6 span:nth-child(9):before, p.txt_anim6 span:nth-child(10):before {
    width: 15px;
    height: 15px;
    content: "";
    background: white;
    position: absolute;
    border-radius: 10px;
    left: calc(50% - 9px);
}
#cms_4-a p.box_txt2{
    background: #f7f7f7;
    padding: 10px;
    color: #003838;
}
#cms_4-a figure img {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
}
#cms_4-a figure{
    border-radius:50%;
}
a.linkStyle {
    color: #02c4b5;
    text-decoration: underline;
}
.title_bg:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background: #02c4b5;
    mix-blend-mode: soft-light;
}
.line_banner a {
    transition: all 0.3s;
}
.line_banner a:hover{
    opacity:0.8;
}
.line_banner {
    position: fixed;
    right: 25px;
    bottom: -100px;
    z-index: 5;
     width: 300px;
     transition:all 0.3s;
}
.b_active{
    bottom:5px !important;
}
.link_type2 .cate_box a {
    color: #fff;
    padding: 15%;
}
.link_type2 .cate_box{
    margin-bottom:20px;
}
.link_type2 .cate_box a:before, .link_type2 .cate_box a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color:#00383878;
    z-index: 1;
}
.link_type2 .cate_box a:after {
    top: 100%;
    background-color: #ead121;
    transition: 0.5s;
	z-index: 3;
}
.link_type2 .cate_box a:hover:after {
    top: 0;
}
.link_type2 .cate_box .txt_wrap {
    z-index: 2;
}
.link_type2 .more {
	letter-spacing: 3px;
    box-sizing: border-box;
	opacity: 0;
	transition: opacity .8s;
	z-index: 4;
}
.link_type2 .cate_box a:hover .more {
    opacity: 1;
}

#contents .con_box1::before{
     display:none;
}
p.con_no.font_bar.mg_b-10px {
    font-weight: bold;
    color: #3cb371;
    position: absolute;
    font-size: 60px;
    top: -58px;
    left: -35px;
    opacity: 0.2;
}
h2.con_title {
    z-index: 2;
    position: relative;
}
.custom_wrap:before {
   background: #3cb371;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition:all 0.5s;
   
}
.bg_over:before{
    animation:bg_over 0.5s linear forwards;
}
@keyframes bg_over{
    0%{
        opacity:1;
    }
    100%{
        opacity:0.3;
    }
}
.custom_wrap{
    display: flex;
    justify-content: center;
    align-items: center;
}
#cart {
    width: 100%;
    position: relative;
    left: -200px;
    animation:cart 2.5s linear forwards;
    z-index:2;
}
#cart img {
    width: 200px;
}
@keyframes cart{
    0%{
        transform:translateX(0);
    }
    100%{
         transform:translateX(2300px);
    }
}

@font-face {
font-family: "Senobi-Gothic-Medium";
  src: url("Dup/css/Senobi-Gothic-Medium.ttf") format("ttf"),url("Dup/css/Senobi-Gothic-Medium.woff") format("woff"),url("Dup/css/Senobi-Gothic-Medium.woff2") format("woff2");
}
#main_txt,#tb_main_txt{
    position: absolute;
    font-size:80px;
    color: white;
    z-index:4;
}
#main_txt p,#tb_main_txt{
     font-family: "Senobi-Gothic-Medium", serif;
     
}
/*
div#cart:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background: #3cb371;
    z-index: -1;
}*/
.new_load{
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
   /* background:#3cb371;*/
    z-index: 99;
}

.new_l_inner{
    width:100%;
    height:100%;
    display:flex;
    justify-content: center;
    align-items:center;
}


.cms_5-c .box_txt1::before,#cms_5-c .box_txt1::before{
    color: #ead121;
}
body{
        color: #003838;
}
.txt_color1 {
    color: #003838;
}
.box_title1{
    font-weight:bold;
}
h1#logo {
    margin-bottom: 40px;
}
#intro .intro_right div {
    height: 100%;
}
#intro {
    background: white url(Dup/img/intro_bg.png) right bottom / 80% no-repeat;
}
h1#logo img{
    max-width:200px;
}
.intro_img1{
    background-size: 90% !important;
    background-repeat: no-repeat;
    background-position: left;
}
#contents .con_img {
    top: 0;
    bottom: 0;
    left: 0;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
}
.bg_color1 {
    background-color: #3cb371;
}
#contents.trans .con_wrap{
    padding-left:0;
}
.custom_wrap{
    opacity: 1;
    background: url(Dup/img/main_bg.jpg);
    background-position:center;
    position:relative;
    background-size: cover;
}


#contents .con_bg {
    border-top-left-radius: 20%;
        background: #d9fff3;
}
.con_box1,.con_box2{
         color: #003838;
}


.txt_anim6 span{
	display: inline-block;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-animation: .35s cubic-bezier(.175,.885,.32,1.275) both;
	animation: .35s cubic-bezier(.175,.885,.32,1.275) both;
	opacity: 0;
}
.txt_anim6 span.start{
	-webkit-animation-name: slide-bs;
	animation-name: slide-bs;
	opacity: 1;
}
@keyframes slide-bs{
	0%{-webkit-transform: translateY(20px);transform: translateY(30px);}
	100%{-webkit-transform: translateY(0);transform: translateY(0);}
}

.new_load{
    display:none;
}
/*-----------------------------------タブレット--------------------*/
@media screen and (max-width:768px){
    .new_load{
        display:block;
        background:#3cb371;
    }
    #main_txt,#tb_main_txt {
    font-size: 50px;
    }
    p.txt_anim6 span:nth-child(8):before, p.txt_anim6 span:nth-child(9):before, p.txt_anim6 span:nth-child(10):before {
    width: 10px;
    height: 10px;
    left: calc(50% - 6px);
}
h1#logo img {
    max-width: 150px;
}
.b_active {
    bottom: 0;
}
.line_banner {
    position: fixed;
    right: 55px;
    bottom: -100px;
    width: 240px;
}
#intro {

    background-size: 200%;
    background-position: bottom center;
}
.intro_img1{
    background-position:center;
}
#intro .intro_left{
    padding-bottom:0;
}
#contents .con_bg {
    border-top-left-radius: 0;
}
#contents .con_img {
    height: 80vw;
}
#contents .con_img {
    background-size: contain;
}
@keyframes cart{
    0%{
        transform:translateX(0);
    }
    100%{
         transform:translateX(1600px);
    }
}
}
/*------------------スマホ------------------------*/
@media screen and (max-width:667px){
#main_txt,#tb_main_txt{
    font-size: 30px;
        letter-spacing: -1px;
}

p.txt_anim6 span:nth-child(8):before, p.txt_anim6 span:nth-child(9):before, p.txt_anim6 span:nth-child(10):before {
    width: 5px;
    height: 5px;
    left: calc(50% - 3px);
}
.b_active {
    bottom: 0px !important;
}
.line_banner{
    width:220px;
}
#cart img {
    width: 130px;
}

@keyframes cart{
    0%{
        transform:translateX(0);
    }
    100%{
         transform:translateX(1000px);
    }
}
#intro .intro_left{
    padding-top:50px;
}
h2.con_title {
    font-size: 20px;
}
p.con_no.font_bar.mg_b-10px {
    font-size: 60px;
    top: -68px;
    left: -10px;
    opacity: 0.2;
}
h2.intro_title {
    font-size: 20px;
}
#contents .con_wrap{
        padding-bottom: 30px;
}
#contents .con_img {
    height: 100vw;
}
.link_type2 .cate_box a:after{
    display:none;
}
.link_type2 .more{
    display:none;
}
div#main_txt:before {
    content: "「500円」から毎日のお手伝い";
    font-size: 14px;
    text-align: center;
    width: 100%;
    background: #ffbe08;
    padding: 0px;
    font-weight: bold;
    letter-spacing: 2px;
    bottom: -30px;
    position: absolute;
    left: 0;
    opacity: 0;
}
}