@charset "UTF-8";
@import url('https://cdn.jsdelivr.net/npm/line-seed-jp@0.0.5/line-seed-jp.min.css');
@import url('https://fonts.googleapis.com/css2?family=Chiron+GoRound+TC:wght@200..900&display=swap');


.home header#masthead{
    display: none;
}

body.home > #page{
    width: 100%;
}

body.home > #page article img {
    width: auto;
    max-width: 100%;
    
}

.flex-container{
    max-width: 760px;
    margin: 0 auto;
}

.home #main-visual2{
    background: url(../img/top/mv-bg2.webp)no-repeat top center;
    height: auto;
}
.mv__inner {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}

.mv__inner h1.logo{
    width: 244px;
}

.mv__inner .mv__block{
    width: 308px;
    padding: 28px 1px;
    background: url(../img/top/mv_txt_bg.png) no-repeat top center;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 26px;
    text-align: center;
}

.home .mv__block p{
    font-size: 24px;
    font-family: 'LINE Seed JP', sans-serif;
    color: rgb(84, 65, 56);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.line {
  display: block;
  position: relative;
}
.line::after {
  	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
    background:linear-gradient(transparent 60%, #ffff6645 60%);
    height: 30px;
	transform: translateX(-50%);
	animation: border_anim 3s linear infinite normal;
}

@keyframes border_anim {
	0%{
		width: 0%;
	}
	80%{
		width: 90%;
	}
    100%{
		width: 90%;
	}
}

.mv__block p.txt2{
}
.mv__block p.txt2 span{
    color: #f383a9;
}

.mv__inner .mv__bnr {
    width: 586px;
    margin: auto;
    position: absolute;
    bottom: 10px;
    right: 178px;
}

.mv__inner ul.mv__list{
    margin: 37px 0 0 37px;
    padding: 10px;
    display: inline-block;
}

.mv__inner ul.mv__list li{
    margin-bottom: 19px;
    background: #ffffffa3;
    box-shadow: 0 0 20px 20px #ffffffa3;
    font-family: "Chiron GoRound TC", sans-serif;
    display: flex;
    align-items: center;
    text-shadow: 0px 0px 6px #fff;
&:before{
        content: '';
        background: url(../img/top/icon_kuma.png)no-repeat;
        width: 57px;
        height: 72px;
        display: inline-block;
        animation: fuwafuwa 3s ease-in-out infinite alternate;
        transition: 1.5s ease-in-out;
    }
}

@keyframes fuwafuwa {
    0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}

.mv__inner ul.mv__list li span{
    margin-left: 4px;
    font-size: 25px;
    color: #f383a9;
}

.mv__inner ul.mv__list li span > span{
    margin-bottom: 13px;
    font-size: 17px;
    color: #de8a3f;
    display: block;
    letter-spacing: 1px;
}

section#sec01 {
    width: 100%;
    margin: 40px 0 32px;
    padding: 23px 22px 28px;
    background: url(../img/top/sec01_bg.png) repeat-x top;
    background-size: contain;
}

section#sec01 h1 {
    width: 91%;
    margin: 0 auto 2.7%;
}

section#sec01 .sec_block {
    margin: 54px 0 1px;
    background: #fcfcfc;
    border-radius: 10px;
    position: relative;
}

section#sec01 .sec_block h2{
    max-width: 298px;
    position: absolute;
    margin: auto;
    top: -26px;
    left: 0;
    right: 0;
}

section#sec01 .sec_block > div{
    padding: 10px 20px 1px 20px;
    display: flex;
    justify-content: space-between;
}

section#sec01 .sec_block p.bnr{
    width: 140px;
}

section#sec01 ul.list2  {
    display: flex;
    column-gap: 14px;
    align-items: center;
}

section#sec01 ul.list2 li,
section#sec02 ul.list2 li{
    font-family: "Chiron GoRound TC", sans-serif;
    display: flex;
    align-items: center;
&:before{
        content: '';
        background: url(../img/top/icon_kuma.png) no-repeat;
        background-size: 100%;
        width: 42px;
        height: 59px;
        display: inline-block;
    }
}


section#sec01 ul.list2 li{
    margin-top: 32px;
}
section#sec02 ul.list2 li{
    margin-bottom: 9px;
}

section#sec01 ul.list2 li span,
section#sec02 ul.list2 li span{
    margin-left: 4px;
    font-size: 21px;
    color: #f383a9;
}

section#sec01 ul.list2 li span > span,
section#sec02 ul.list2 li span > span{
    margin-bottom: 9px;
    font-size: 16px;
    color: #de8a3f;
    display: block;
    letter-spacing: 1px;
}

section#sec02{
    width: 100%;
    margin: 42px 0 32px;
    padding: 23px 15px 28px;
    background: url(../img/top/sec02_bg.png) repeat-x top;
    background-size: contain;
}

section#sec02 .sec_block {
    padding: 10px;
    background: #fff;
    border-radius: 20px;
    border: 3px solid #ffd89a;
    box-shadow: -4px 6px #ffd89a;
}

section#sec02 .sec_block h1{
    width: 93%;
    margin: 0 auto 21px;
    animation: shivering 2s linear infinite;
}
@keyframes shivering {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-3deg);
  }
  20% {
    transform: rotateZ(2deg);
  }
  25% {
    transform: rotateZ(-1deg);
  }
  30% {
    transform: rotateZ(2deg);
  }
  35% {
    transform: rotateZ(-2deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}

section#sec02 .sec_block > div{
    display: flex;
    align-items: center;
    padding: 0 0 0 15px;
}

section#sec02 .sec_block ul.list2{
    width: 42%;
}
section#sec02 .sec_block .txt_block {
    width: 58%;
}


section#sec02 .txt_block p.txt {
    width: 67%;
    margin-top: 24px;
}

section#sec02 .txt_block p.txt2 {
    display: flex;
    align-items: center;
    justify-content: center;
    &:after,&:before{
        content: '';
        display: inline-block;
        width: 35px;
        height: 56px;
    }
    &:after{
        background: url(../img/top/sec02_txt2_right.gif)no-repeat;
        background-size: 100%;
        margin-left: 10px;
    }
    &:before{
        background: url(../img/top/sec02_txt2_left.gif)no-repeat;
        background-size: 100%;
        margin-right: 10px;
    }
}
section#sec02 .txt_block p.txt2 span{
    width: 60%;
    display: block;
}
section#sec02 p.attention {
    width: 44%;
    margin: 0 auto;
}

section#sec03{
    width: 100%;
    margin: 40px 0 32px;
    padding: 15px 11px 14px;
    background: url(../img/top/sec03_bg.webp) repeat-x top;
    background-size: auto;
}
#sec03 h1 {
    width: 93%;
    margin: 0 auto 9px;
}

.c_bnr {
    margin: 34px 0 0;
    padding: 8px 0px 30px;
    border: 1px solid #FCA0BD;
    border-radius: 20px;
    background: #FFF2F9;
}

.c_bnr h1{
    margin-bottom: 10px;
    padding: 19px 0 20px;
    background: url(../img/c_bnr_h1.png) no-repeat center;
    background-size: 100%;
    font-weight: bold;
    color: #D80000;
    text-align: center;
    font-size: 27px;
    text-shadow: 0 0 10px #fff;
}

.c_bnr h1 span {
  animation: blinkColor 1s ease-in-out infinite alternate;
}
@keyframes blinkColor {
  0% {
    color: #ff5e00;
  }
  100% {
    color: #D80000;
  }
}


@media (max-width: 768px) {
    .home header#masthead{
        display: block;
    }
    .home #main-visual{padding-top: 0;}

    .mv__inner h1.logo{
        width: 50%;
        max-width: 160px;
    }
    .mv__inner h1.logo img {
        width: 100%;
    }
    
    .mv__inner .mv__block{
        width: 220px;
        padding: 14px 1px;
        top: 83px;
    }

    .mv__inner .mv__block h2 {
        width: 80%;
        margin: 0 auto;
    }
    .mv__inner .mv__block h2 img{
        width: 100%;
    }

    .home .mv__block p{
        font-size: 17px;
    }

    .mv__inner .mv__bnr {
        width: 90%;
        max-width: 500px;
        margin: auto;
        position: relative;
        bottom: 19px;
        right: 0;
    }
    .mv__inner .mv__bnr img {
        width: 100%;
    }

    .mv__inner ul.mv__list{
        margin: 297px 0 0 0px;
        padding: 10px 5px;
        display: flex;
        flex-wrap: wrap;
    }
    .mv__inner ul.mv__list li{
        width: 50%;
        margin-bottom: 14px;
        background: #ffffffa3;
        box-shadow: 0 0 10px 10px #ffffffa3;
    &:before{
            background-size: 100%;
            width: 35px;
            height: 50px;
        }
    }
    .mv__inner ul.mv__list li span{
        font-size: 17px;
    }
    .mv__inner ul.mv__list li span > span{
        margin-bottom: 6px;
        font-size: 12px;
    }

    section#sec01{
        padding: 23px 12px 18px;
    }

    section#sec01 .sec_block{
        margin: 35px 0 1px;
    }

    section#sec01 .sec_block > div{
        padding: 20px 10px 1px 10px;
        justify-content: center;
        align-items: center;
    }

    section#sec01 .sec_block h2{
        width: 62%;
        max-width: 298px;
        top: -22px;
    }

    section#sec01 ul.list2{
        display: block;
        width: 60%;
    }   
    section#sec01 ul.list2 li,
    section#sec02 ul.list2 li{
    &:before{
            width: 18%;
            max-width: 28px;
            height: 46px;
        }
    }

    section#sec01 ul.list2 li{
        width: 100%;
        margin-top: 5px;
    }

    section#sec01 ul.list2 li span,
    section#sec02 ul.list2 li span{
        width: 69%;
        font-size: 15px;
    }
    section#sec01 ul.list2 li span > span, 
    section#sec02 ul.list2 li span > span{
        font-size: 12px;
        margin-bottom: 5px;
    }

    section#sec01 .sec_block p.bnr{
        max-width: 140px;
        width: 28%;
    }

    section#sec02 .sec_block > div{
        display: block;
        padding: 0;
    }

    section#sec02 .sec_block ul.list2{
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    section#sec02 .sec_block ul.list2 li{
        width: 50%;
    }

    section#sec02 ul.list2 li span{
        width: 80%;
    }

    section#sec02 .sec_block .txt_block{
        width: 74%;
        margin: 0 auto 15px;
    }
    section#sec02 .txt_block p.txt{
        width: 75%;
        margin-top: 5px;
    }

    section#sec02 .txt_block p.txt2{
        margin: 0;
    }


    .c_bnr{
        padding: 8px 0px 20px;
    }
    .c_bnr h1{
        width: 98%;
        margin: 0 auto;
        font-size: 18px;
    }
}

span.new{
    color: #FF7900;
    font-weight: bold;
    overflow: hidden;
    position: relative;
}
span.new:before{
    position: absolute;
    content: '';
    display: inline-block;
    top: 30px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.kiran:before{
  animation: kiran 3s ease-in-out infinite;
}


@keyframes kiran {
 0%{transform:scale(0) rotate(45deg); opacity: 0; }
 80%{transform:scale(0) rotate(45deg); opacity: 0.5; }
 81%{transform:scale(2) rotate(45deg); opacity: 1; }
 100%{transform:scale(8) rotate(45deg); opacity: 0; }
}
