@charset "Shift_JIS";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700;900&display=swap');
@media (min-width: 769px){
    :root{
        --h2height: 120px;
        --h2flexheight: 80px;
        --h2p313height: 100px;
    }
}
@media (max-width: 768px){
    :root{
        --h2height: 70px;
        --h2flexheight: 80px;
        --h2p313height: 100px;
    }
}
/*body{
    font-family: "Noto Sans JP","Noto Sans Japanese","メイリオ",sans-serif;
    scroll-behavior: smooth;
}*/
#main section.dc_flier{
    margin: 0;
}
#main section.dc_flier section,footer{
    margin: 0 auto;
    /* text-align: center; */
    width: 100%;
    position: relative;
}
#main section.dc_flier .padd40{
    padding: 40px 0;
}
#main section.dc_flier section{
    max-width: 1280px;
    margin: 20px auto;
}
#main section.dc_flier #top img{
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
#main section.dc_flier .bg_img{
    background: url("../image/FV_pc_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 5;
    /* padding-bottom: 30px; */
}
#main section.dc_flier .bg_gra{
    background: rgb(2,0,36);
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(0,0,0,1) 9%, rgba(0,0,0,0) 62%, rgba(0,0,0,0) 100%);
    width: 100%;
    /* height: 20vw; */
}
#main section.dc_flier .bg_gra_re{
    background: rgb(2,0,36);
    background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(0,0,0,0.8215533088235294) 20%, rgba(0,0,0,0.5303768382352941) 38%, rgba(0,0,0,0) 100%);
}
#main section.dc_flier .bg_r{
    background: #DC3232;
}
#main section.dc_flier .bg_w{
    background: #fff;
}
#main section.dc_flier .bg_beige{
    background: rgba(255,255,255,0.55);
    /* opacity: 0.55; */
}
#main section.dc_flier .bg_w p{
    color: #000 !important;
    /* text-align: center !important; */
    margin: 0 auto;
    font-size: 20px;
    padding-bottom: 20px;
}
#main section.dc_flier .bg_main{
    padding-top: 10px;
    background: #000;
    background: -moz-linear-gradient(left, #000 0%, #000 36%, #6E6E6E 50%, #000 64%, #000 100%);
    background: -webkit-gradient(linear, left center, right center, from(#000), color-stop(36%, #000), color-stop(50%, #6E6E6E), color-stop(64%, #000), to(#000));
    background: -webkit-linear-gradient(left, #000 0%, #000 36%, #6E6E6E 50%, #000 64%, #000 100%);
    background: -o-linear-gradient(left, #000 0%, #000 36%, #6E6E6E 50%, #000 64%, #000 100%);
    background: linear-gradient(to right, #000 0%, #000 36%, #6E6E6E 50%, #000 64%, #000 100%);
    position: relative;
    z-index: 1;
}
#main section.dc_flier .anim{
    position: relative;
}
#main section.dc_flier .anim img{
    animation-name: fade_anime;
    animation-duration: 3s;
    animation-iteration-count: infinite; /* 再生回数無限 */
    opacity: 0;
}
#main section.dc_flier .anim .animimg{
    position: absolute;
    bottom: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}
@keyframes fade_anime {
    0% {opacity: 0;}
    10% {opacity: 1;}
    90% {opacity: 1;}
    100% {opacity: 0;}
}
@-webkit-keyframes fade_anime {
    0% {opacity: 0;}
    10% {opacity: 1;}
    90% {opacity: 1;}
    100% {opacity: 0;}
}
#main section.dc_flier img.img1{display: block;}
#main section.dc_flier img.img2{animation-delay: 1.5s;}
/* img.img3{animation-delay: 6s;} */

#main section.dc_flier .paddh_10{
    padding: 0 10px;
}
#main section.dc_flier .items{
    /* display: flex;
    justify-content:space-around; */
    margin: 35px auto;
    max-width: calc(1180px -  80px);
}

#main section.dc_flier .items .flex{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
#main section.dc_flier .flex__2 .hutuu{width: 50%;}
#main section.dc_flier .flex__3 .hutuu{width: 33%;}
#main section.dc_flier .flex__2 > .hutuu + .hutuu{
    padding-left: 20px;
}
#main section.dc_flier .flex > .hutuu + .hutuu{
    padding-left: 20px;
}

#main section.dc_flier .medaam{
    max-width: calc(1180px -  150px);;
}

#main section.dc_flier .medama + .hutuu{
    margin-top: 40px;
}
#main section.dc_flier .hutuu + .flex,#main section.dc_flier .flex + .flex,#main section.dc_flier .medama +  .flex{
    margin-top: 20px;
}
#main section.dc_flier .medama a{
    /* max-width: 1180px; */
    /* overflow: hidden; */
    /* background: #000; */
}

#main section.dc_flier .top{
    text-align: left;
}
#main section.dc_flier .top .bg-wrap {
    position: relative;
    display: inline;
    margin-top: 5px;

}
#main section.dc_flier .top .bg-wrap{
    font-size: 0.8em;
    animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    background: linear-gradient(transparent 20%, #FFC800 0%);
    display: inline;
    padding: 0 1px 0px;
    /* transform-origin: left center; */
}
/* .top .bg-wrap::before{
    animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    background: linear-gradient(transparent 30%, #FFC800 0%);
    display: inline-block;
    padding: 0 1px 0px;
    content: "";
    z-index: 20;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
} */
#main section.dc_flier .top.sa.show .bg-wrap .inn {
    animation: bg 2.6s 2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    color: #000;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 15px;
    position: relative;
    transform-origin: left center;
    z-index: 1;
}

@keyframes bg {
    0% {
      opacity: 0;
      transform: scaleX(0) translateX(-5%);
    }
    30% {
      transform: scaleX(1) translateX(0);
    }
    100% {
      transform: scaleX(1) translateX(0);
    }
    30%, 100% {
      opacity: 1;
    }
}

#main section.dc_flier .under{
    color: #000;
    text-align: left;
}
#main section.dc_flier .under img.inline{
    height: 12px;
    display: inline;
}
#main section.dc_flier .maker{
    width: auto;
    height: 23px;
    margin: 0;
}
#main section.dc_flier .hinmei{
    font-size: 25px;
    font-weight: 600;
}

@-webkit-keyframes passing-bar{
	0% {
		left: 0;
		right: auto;
		width: 0;
	}
	50% {
		left: 0;
		right: auto;
		width: 100%;
	}
	51% {
		left: auto;
		right: 0;
		width: 100%;
	}
	100% {
		left: auto;
		right: 0;
		width: 0;
	}
}
@keyframes passing-bar{
	0% {
		left: 0;
		width: 0;
	}
	50% {
		left: 0;
		width: 100%;
	}
	51% {
		left: 0;
		width: 100%;
	}
	100% {
		left: 100%;
		width: 0;
	}
}
@-webkit-keyframes passing-txt{
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes passing-txt{
	0% { opacity:0; }
	50% { opacity:0; }
	100% { opacity:1; }
}
/* css */
#main section.dc_flier .passing .passing-box {
	display: block;
	text-align: left;
}
#main section.dc_flier .passing .passing-bar {
	position: relative;
	display: inline-block;
	/*　後ほど解説　*/
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#main section.dc_flier .passing .passing-bar:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	/* 任意の値 */
	background: linear-gradient(transparent 20%, #FFC800 0%);
}
#main section.dc_flier .passing .passing-txt {
	opacity: 0;
	/* 後ほど解説 */
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	/* 任意の値 */
	font-size: 0.8em;
	font-weight: 500;
	line-height: 2vw;
    white-space: nowrap;
}
#main section.dc_flier .passing.sa.show .passing-bar:before {
	-webkit-animation: passing-bar 1.5s ease 0s 1 normal forwards;
	animation: passing-bar 1.5s ease 0s 1 normal forwards;
}
#main section.dc_flier .passing.sa.show .passing-txt {
	-webkit-animation: passing-txt 0s ease .5s 1 normal forwards;
	animation:passing-txt 0s ease .8s 1 normal forwards;
}



#main section.dc_flier .medama .ichiosi_box{
    width: 100%;
    height: auto;
    cursor: pointer;
    transition-duration: 0.3s;
    /* background: #000; */
}
#main section.dc_flier .medama .ichioshi_item:hover{
    opacity: 0.7;
    transition-duration: 0.3s;
    /* background: #000; */
}
#main section.dc_flier .ichioshi{
    position: absolute;
    max-width: 150px;
    top: -40px;
    left: -40px;
    z-index: 1;
}
#main section.dc_flier .ichioshi_icon{
    position: relative;
}
#main section.dc_flier .ichioshi_text{
    position: absolute;
    width: 55%;
    bottom: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    z-index: 1;
}
#main section.dc_flier .rotate{
    animation: rotation 5s linear 0s infinite;
}
#main section.dc_flier .hutuu{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 5px;
    /* padding: 0 50px; */
}

#main section.dc_flier .hutuu + h3{
    padding-top: 10px;
}

#main section.dc_flier .hutuu a{
    position: relative;
    margin: 7.5px;
    width: 30%;
    max-width: 157px;
}
#main section.dc_flier .hutuu img{
    /* max-width: 157px; */
    width: 100%;
    cursor: pointer;
    transition-duration: 0.3s;
}
#main section.dc_flier .hutuu:hover img{
    opacity: 0.7;
    transition-duration: 0.3s;
}
#main section.dc_flier .clip {
    width: 100%;
    height: 100%;
    background-color: skyblue;
    clip-path: circle(100% at center);
}

#main section.dc_flier .ichioshi_item{
    position: relative;
    max-width: calc(1180px -  110px);
    /* width: 100%; */
    transition-delay: .5s;
    display: flex;
    background: transparent linear-gradient(180deg, #FFFA78 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 10px 20px;
}
#main section.dc_flier .main-img{
    width: 60%;
    height: auto;
    vertical-align: middle;
}
#main section.dc_flier .mojigumi{
    width: 40%
}

#main section.dc_flier .spec {
    position: absolute;
    max-width: 80px;

    width: 100%;
    transition: ease 1s;
}
#main section.dc_flier .spec00{
    top: 0%;
    right: 0%;
    position: absolute;
    width: 100%;
    transition: ease 1s;
    transition-delay: 1.5s;
}

#main section.dc_flier .inner {
    width: 0;
    overflow: hidden;
    transition: 1000ms linear;
    position: absolute;
    transition-delay: 1s;
    top: 0%;
    left: 0%;
}
#main section.dc_flier .inner img{
    max-width: 500px;
    width: 50vw;
}
#main section.dc_flier .wrap__delay{
    transition-delay: 1650ms;
}

#main section.dc_flier .inner.is-show {
    width: 100%;
}

#main section.dc_flier .dy{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
#main section.dc_flier .corner{
    max-width: calc(1280px - 120px);
    margin: 0px auto 0;
        padding: 0px 30px 20px;
    padding-bottom: 10px;
}
#main section.dc_flier .corner + .corner{
    margin-top: 110px;
}
#main section.dc_flier .subcorner{
    padding: 100px 0 40px;
}

#main section.dc_flier .h2_img{
    /* max-width: 350px; */
    position: relative;
    display: block;
    /* top: calc(var(--h2height) / 2 * -1); */
}
#main section.dc_flier .h2_img img{
    height: var(--h2height);
    width: auto;
    margin: 0 auto;
}

#main section.dc_flier #items p{
    max-width: 800px;
    margin: 10px auto;
    text-align: left;
    font-size: 14px;
}
#main section.dc_flier .item{
    max-width: 200px;
}
#main section.dc_flier .announce_01{
    max-width: 665px;
    padding: 50px 20px 0;
    margin: 20px 0;
    margin: 0 auto;
}
#main section.dc_flier .twoline{
    max-width: 1050px;
    padding: 50px 20px;
    margin: 20px auto;
}
#main section.dc_flier .twoline a{
    max-width: 500px;
}
#main section.dc_flier .twoline > a + a{
    padding-left: 50px;
}
footer{
    background: #fff;
}
#main section.dc_flier .logo{
    margin: 0 auto;
    max-width: 395px;
    display: block;
}

/*  ---------------------
   以下は調整用
 --------------------- */
#main section.dc_flier .triangle-button{
  max-width: 300px;
  margin: 20px auto;
}


/* ヘッダーメニュー */
#main section.dc_flier #categories_menu{
    max-width: 870px;
    display: block;
    margin: 0 auto;
    padding: 20px 20px 20px;
    text-align: center;
    /* font-family: 'mplus-1p-light' , sans-serif; */
    --background-color: #fff;
}
#main section.dc_flier #categories_menu img{
    width: 100%;
    height: auto;
    margin: 0;
    vertical-align: middle;
    border-style: none;
}
#main section.dc_flier .cate__list {
    display: grid;
    grid-template-columns: repeat(4, calc( ( 100% - 48px ) / 4));
    justify-items: center;
    align-items: center;
    column-gap: 16px;
    row-gap: 16px;
    justify-items: center;
}
#main section.dc_flier .cate__list > li {
    width: 100%;
    height: auto;
}

#main section.dc_flier .cate__display4 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0;
}
#main section.dc_flier .cate__item-image {
    border-radius: calc( ( 100vw - 146px - 32px ) / 8);
    display: block;
    max-width: 66px;
    width: 100%;
    height: auto;
    overflow: hidden;
}
#main section.dc_flier li a.cate__item {
    border-radius: calc( ( 100vw - 146px - 32px ) / 8);
    display: flex;
    grid-template-columns: calc( ( 100vw - 146px - 32px ) / 12) 1fr;
    position: relative;
    width: 100%;
    height: auto;
    background: #fff;
    align-items:center ;
}
#main section.dc_flier li a.cate__item::after {
    content: '';
    /* border: solid 1px #000; */
    border-radius: calc( ( 100vw - 146px - 32px ) / 8);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
#main section.dc_flier li a.cate__item:hover {
    /* border: solid 1px #3A3A3A; */
    background-color: #3A3A3A;
    color: var(--background-color);
    text-decoration: none;
}
#main section.dc_flier .cate__item-name {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
#main section.dc_flier li a.cate__item i{
    display: flex;
    align-items: center;
    justify-content: right;
    /* width: 30%; */
    height: 100%;
    margin-left: auto;
    padding-right: 20px;
}
#main section.dc_flier .c-image, .c-image--contain, .c-image--cover {
    display: block;
    width: 100%;
    height: 100%;
}
#main section.dc_flier li a.cate__item:hover {
    background-color: #3A3A3A;
    color: var(--background-color);
}
#main section.dc_flier ul{
    padding-inline-start: 0px;
    list-style: none;
}
#main section.dc_flier a {
    color: #000;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
#main section.dc_flier .tyuki{
    color: #fff;
    padding: 0 20px;
}
#main section.dc_flier .pc.padd10w{
    padding-left: 20px;
}

@media (min-width: 1280px){
#main section.dc_flier li a.cate__item {
        grid-template-columns: calc((100% - 180px)) 1fr;
    }

    /* textanim */
    #main section.dc_flier .passing .passing-txt {
        /* 任意の値 */
        font-size: 17px;
        font-weight: 500;
        line-height: 25px;
    }
}
@media (max-width: 768px){
    #main section.dc_flier section{
        margin: 20px auto;
    }
    #main section.dc_flier .bg_w p{
        font-size: 16px;
    }
    #main section.dc_flier .items{
        display: block;
        justify-content:center;
        margin: 20px auto;
        max-width: 1020px;
    }
    #main section.dc_flier .items.p2{
        display: block;
        justify-content:center;
    }
    #main section.dc_flier .medama{
        margin: 0 auto;
        display: block;
    }
    #main section.dc_flier .medama a{
        max-width: 500px;
    }
    #main section.dc_flier .h2_img{
        padding: 0 50px;
    }
    #main section.dc_flier .h2_img img{
        height: auto;
        /* max-width: 500px; */
        width: 100%;
        margin: 0 auto;
    }

    #main section.dc_flier .items .flex{
        display: block;
    }
    #main section.dc_flier .flex.pc{
        margin-top: 0;
    }
    #main section.dc_flier .flexflex .flex{
        display: flex !important;
    }
    #main section.dc_flier .flex__2 .hutuu{width: 100%;}
    /* .flex__3 .hutuu{width: 33%;} */
    #main section.dc_flier .flex__2 > .hutuu + .hutuu{
        padding-left: 0px;
    }
    #main section.dc_flier .flexflex .flex > .hutuu + .hutuu{
        padding-left: 10px;
    }
    #main section.dc_flier .flexflex .flex__2{
        max-width: 530px;
        margin: 0 auto;
    }
    #main section.dc_flier .flexflex .flex__2 img{
        max-width: 260px;
    }
    #main section.dc_flier .ichioshi{
        position: absolute;
        max-width: 125px;
        top: -30px;
        left: -30px;
    }
    #main section.dc_flier .ichioshi_icon{
        position: relative;
    }
    #main section.dc_flier .ichioshi_text{
        position: absolute;
        width: 65px;
        bottom: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
        z-index: 1;
    }
    #main section.dc_flier .inner img{
        width: 95vw;
    }
    #main section.dc_flier .rotate{
        animation: rotation 5s linear 0s infinite;
    }
    #main section.dc_flier .hutuu{
        width: 100%;
        margin: 0 auto;
        max-width: 530px;
        /* left: 2%; */
        /* padding: 0 50px; */
        position: relative;

        flex-direction: row;
    }
    #main section.dc_flier .pc .hutuu{
        padding: 0;
    }
    #main section.dc_flier .sp .hutuu{
        margin: 0 auto;
    }
    #main section.dc_flier .hutuu + .flex, .flex + .flex, .medama + .flex {
        margin-top: 10px;
    }
    #main section.dc_flier .flex.pc + .flex.pc{
        margin-top: 0px;
    }


    #main section.dc_flier .medama + .hutuu{
        margin-top: 20px;
    }
    #main section.dc_flier .hutuu a{
        position: relative;
        margin: 7.5px;
        width: 45%;
        max-width: 186px;
        -webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,.2));
        filter: drop-shadow(0px 0px 5px rgba(0,0,0,.2));

        overflow: hidden;
        background: #000;
    }
    #main section.dc_flier .hutuu img{
        /* max-width: 186px; */
        width: 100%;
        cursor: pointer;
        transition-duration: 0.3s;
    }
    #main section.dc_flier .hutuu a:hover img{
        opacity: 0.8;
        transition-duration: 0.3s;
    }

    #main section.dc_flier .ichioshi_item{
        position: relative;
        max-width: calc(1180px -  150px);
        /* width: 100%; */
        transition-delay: .5s;
        display: block;
        background: transparent linear-gradient(180deg, #FFFA78 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
        border-radius: 10px;
        padding: 10px 15px;
        margin: 0 auto;
    }
    #main section.dc_flier .main-img{
        width: 100%;
    }
    #main section.dc_flier .mojigumi{
        width: 100%
    }

    #main section.dc_flier .corner{
        max-width: initial;
        /* width: 100%; */
        margin: 30px auto 0;
        padding-bottom: 5px;
    }


    #main section.dc_flier #items p{
        max-width: calc(1280px - 80px);
        margin: 10px auto;
        text-align: left;
        font-size: 14px;
    }

    #main section.dc_flier .announce_01{
        max-width: 665px;
        padding: 0px 20px 0;
        margin: 20px 0;
        margin: 0 auto;
    }
    #main section.dc_flier .twoline{
        max-width: 1050px;
        padding: 20px 20px;
        margin: 20px auto;
        display: block;
    }
    #main section.dc_flier .twoline a{
        max-width: 500px;
        width: 100%;
        margin: 0 auto;

    }
    #main section.dc_flier .twoline > a + a{
        padding-left: 0px;
        padding-top: 20px;
    }
    #main section.dc_flier footer{
        background: #fff;
    }
    #main section.dc_flier .logo{
        margin: 0 auto;
        max-width: initial;
        width: 100%;
        max-width: 200px;
        padding: 0px 20px;
    }

    #main section.dc_flier #categories_menu{
        padding: 20px;
    }
    #main section.dc_flier .cate__display4 {
        font-size: 12px;
    }
    #main section.dc_flier .cate__item-name{
        padding-left: 5px;
    }
#main section.dc_flier li a.cate__item i{
        padding-right: 15px;
    }
	#main section.dc_flier .cate__list {
        display: grid;
        grid-template-columns: repeat(2, calc( ( 100% - 8px ) / 2));
        column-gap: 8px;
        row-gap: 16px;
    }
#main section.dc_flier li a.cate__item {
        border-radius: calc( ( 100vw - 60px - 16px ) / 8);
        grid-template-columns: calc( ( 100vw - 0px - 16px ) / 8) 1fr;
    }
#main section.dc_flier li a.cate__item::after {
        border-radius: calc( ( 100vw - 0px - 32px ) / 8);
    }
    #main section.dc_flier .cate__item-image {
        max-width: 35px;
        border-radius: calc( ( 100vw - 0px - 32px ) / 8);
    }

    #main section.dc_flier .largesize_btns{
        display: block;
        margin: 0 auto;
    }
    #main section.dc_flier .largesize_btn{
        max-width: 360px;

        font-size: 22px;
        line-height: 33px;
        position: relative;

        margin: 0 auto;
    }

    #main section.dc_flier .largesize_btn::after{
        content: '';
        border-width: 10px 0 10px 16px;
    }
    #main section.dc_flier .largesize_btn + .largesize_btn{
        margin-top: 30px;
        margin-left: inherit;
    }

    #main section.dc_flier .sp.padd10h{
        padding-top: 10px;
    }

    #main section.dc_flier .tyuki{
        max-width: 530px !important;
    }

    /*  */
    #main section.dc_flier .passing .passing-txt {
        font-size: 13px;
        line-height: 20px;
    }
}

@media (max-width: 374px){
    #main section.dc_flier .cate__display4 {
        font-size: 10px;
    }
    #main section.dc_flier .passing .passing-box {
        height: 20px;
    }
    /*  */
    #main section.dc_flier .passing .passing-txt {
        font-size: 10px;
        line-height: 11px;
    }
}

@keyframes rotation{
    0%{ transform:rotate(0);}
    100%{ transform:rotate(360deg); }
}
