/* CSS Document */
/* =========================================================
     共通
========================================================= */
/* 共通
--------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
body {
   /* background: url(https://jonetz.com/img/common/bg.png) repeat 0 0 ;*/
	color: #000;
	font-size: 18px;
	line-height: 1.5;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 800;
    background: url(../img/bg_pattern_2.png) repeat top center ;
}
#body_inner {
    width: 100%;
    overflow: hidden;
    position: relative;
}
a {
    color: #000;
}
.inner {
	max-width: 1200px;
    margin: auto;
}
.inner_box {
	max-width: 1100px;
    margin: auto;
}
.inline_B {
	display: inline-block;
}
img {
    vertical-align: bottom;
    max-width: 100%;
	width: auto;
}
section {
	scroll-margin-top: 120px!important;
}
#container_Aria {
	overflow: hidden;
    position: relative;
    z-index: 1;
}
.pc_only {
    display: block;
}
.sp_only {
    display: none;
}
.red {
    color: #E50415;
}
/* nav
--------------------------------------------------------- */
/* ボタン */
#hum_box {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 70px;
    height: 70px;
    z-index: 9999;
    cursor: pointer;
    transition: 0.4s;
}
#hum_box.active {
}
#hum_box .hum_line {
    position: absolute;
    width: 100%;
    height: 0;
    padding-top: 23%;
    left: 0;
    right: 0;
    margin: auto;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-direction: normal;
    animation-duration: 0.5s;
}
#hum_box .hum_line img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
#hum_box #line_1 {
    top: 0;
    bottom: 77%;
}
#hum_box #line_2 {
    top: 0;
    bottom: 0;
}
#hum_box #line_3 {
    bottom: 0;
    top: 77%;
}

#hum_box.active #line_1 {
    animation-name: line_1;
}
#hum_box.active #line_2 {
    animation-name: line_2;
}
#hum_box.active #line_3 {
    animation-name: line_3;
}
@keyframes line_1{
    0% {
        bottom: 77%;
        transform: rotate(0);
    }
    50% {
        bottom: 0;
        transform: rotate(0);
    }
    100% {
        bottom: 0;
        transform: rotate(45deg);
    }
}
@keyframes line_2{
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes line_3{
    0% {
        top: 77%;
        transform: rotate(0);
    }
    50% {
        top: 0;
        transform: rotate(0);
    }
    100% {
        top: 0;
        transform: rotate(-45deg);
    }
}
/* リンク */
#header_nav {
    background: url(../img/humNav_bg.png) repeat center center;
    box-sizing: border-box;
    border: 4px solid #fff;
    border-radius: 20px;
    width: 450px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999;
    padding: 40px;
    height: calc( 100vh - 100px );
    min-height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(120%);
    transition: 0.4s;
}
#header_nav.active {
    transform: translateX(0);
}
.header_inner {
    width: 100%;
}
#header_nav ul.nav_list li {
    padding:15px 0 ;
    border-bottom: 1px solid #fff;
}
#header_nav ul.nav_list li a {
    color: #fff;
}
#header_nav ul.nav_sns {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-right: -30px;
}
#header_nav ul.nav_sns li {
    width: 70px;
    margin-right: 30px;
}
/* MV
--------------------------------------------------------- */
header {
    background: #e1cbab;
    padding-bottom: 15px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 0 100%);
}
#logo_box {
    position: absolute;
    z-index: 100;
    left: 30px;
    top: 20px;
    width: 100px;
}
#mv {
    min-height: 800px;
    max-height: 80vw;
    height: calc(100vh + 100px) ;
    background: url(../img/mv_bg_pattern.png) repeat top center ;
    box-sizing: border-box;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 0 100%);
    position: relative;
    overflow: hidden;
}

#mv_inner_bg ,
#mv_inner {
    min-height: 750px;
    height: 85vh;
    margin: auto;
    transform: rotate(-10deg);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
#mv_inner_bg {
    background: url(../img/mv_bg_pattern_2.png) repeat top center;
    width: 1300px;
}
#mv_inner {
    z-index: 1;
    width: 1200px;
    bottom: 0;
}
h1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#mv_main_text {
    transform: rotate(10deg);
    width: 100%;
    margin-left: -2.5%;
    position: absolute;
    z-index: 10;
    top: -100px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#mv_left-top {
    position: absolute;
    top: -480px;
    bottom: 0;
    right: 0;
    left: -910px;
    margin: auto;
    width: 1050px;
}
#mv_left-bottom {
    position: absolute;
    bottom: -620px;
    top: 0;
    left: -1210px;
    right: 0;
    width: 700px;
    margin: auto;
}
#mv_right-top {
    position: absolute;
    top: -744px;
    bottom: 0;
    right: -1230px;
    left: 0;
    width: 840px;
    margin: auto;
}
#mv_right-bottom {
    position: absolute;
    bottom: -620px;
    top: 0;
    right: -750px;
    left: 0;
    width: 1200px;
    margin: auto;
}
/*飾り*/


#description_illust_mv > img {
    position: absolute;
    z-index: 100;
    margin: auto;
}
#mv_fish {
    top: -460px;
    left: -1360px;
    right: 0;
    bottom: 0;
    width: 120px;
    animation: mv_fish 0.9s linear 0s 1;
    animation-iteration-count: infinite;
}
@keyframes mv_fish {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  10%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
  40%  { transform: scale(1.2, 0.8) translate(0%, 15%); }
  50%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
  60%  { transform: scale(0.9, 1.2) translate(0%, -80%); }
  75%  { transform: scale(0.9, 1.2) translate(0%, -20%); }
  85%  { transform: scale(1.2, 0.8) translate(0%, 15%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
#mv_illust_1 {
    width: 130px;
    top: -670px;
    bottom: 0;
    right: -1130px;
    left: 0;
    animation-name: mv_illust_1;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-duration: 1s;
}
@keyframes mv_illust_1 {
    0% {
        transform: rotate(-10deg);
    }
    49.9% {
        transform: rotate(-10deg);
    }
    50% {
        transform: rotate(10deg);
    }
    99.9% {
        transform: rotate(10deg);
    }
    100% {
        transform: rotate(-10deg);
    }
}
#mv_illust_2 {
    width: 100px;
    top: 0;
    bottom: -590px;
    left: -1500px;
    right: 0;
    animation-name: star_1;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 8s;
}

#mv_illust_3 {
    width: 60px;
    top: 0;
    bottom: -520px;
    left: 0;
    right: 260px;
    animation-name: star_1;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 10s;
}

#mv_illust_4 {
    width: 90px;
    top: -200px;
    bottom: 0;
    left: 0;
    right: -1440px;
    animation-name: star_1;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 7s;
}

#mv_illust_5 {
    width: 50px;
    top: 0;
    bottom: -700px;
    left: -1180px;
    right: 0;
    animation-name: star_1;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 10s;
}
#mv_illust_6 {
    width: 32px;
    top: 0;
    bottom: -410px;
    left: 0;
    right: -10px;
    animation-name: star_1;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 6s;
}
#mv_illust_7 {
    width: 40px;
    top: 0;
    bottom: -140px;
    left: 0;
    right: -1267px;
    animation-name: star_1;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 8s;
}
#mv_illust_8 {
    width: 40px;
    top: -430px;
    bottom: 0;
    left: 0;
    right: -1360px;
    animation-name: star_1;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 5s;
}


#mv_illust_9 {
    width: 50px;
    top: 0;
    bottom: -510px;
    left: 0;
    right: -1210px;
}
#mv_illust_10 {
    width: 60px;
    top: 0;
    bottom: -510px;
    left: 0;
    right: -1210px;
}
#mv_illust_10 {
    width: 50px;
    top: 0;
    bottom: -570px;
    left: 0;
    right: -1320px;
}
/* about_Aria
--------------------------------------------------------- */
#about_Aria {
    margin-top: 40px;
    position: relative;
    transform: rotate(-7deg);
    text-align: center;
}
#about_Aria .about_box {
    background: url(../img/mv_bg_pattern_2.png) repeat top center;
    position: absolute;
    top: 0;
    bottom: -1%;
    left: 0;
    right: 0;
    margin: auto;
    height: 86%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 10%;
}
#about_Aria h2 {
    position: relative;
    margin-top: -40px;
}

#about_Aria h2 #about_ttl_left {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 9%;
}
#about_Aria h2 #about_ttl_right {
    position: absolute;
    right: 0;
    top: 0;
    width: 10%;
}
.about_text_box {
    transform: rotate(-1deg);
}
#about_Aria .text_box  {
    line-height: 2.5;
    font-size: 24px;
    width: 95%;
    margin: 0px auto 0;
}
#about_Aria .text_box p {
    border-bottom: 1px solid #BABABA;
}

/*飾り*/
#about_topleft-1 {
    position: absolute;
    right: -11%;
    top: 13%;
    width: 4%;
    animation-name:  star_1;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 8s;
}
#about_topleft-2 {
    position: absolute;
    right: -10%;
    top: -1%;
    width: 9%;
    animation-name:  star_1;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 10s;
}
#idea_test_1_2-1 {
    position: absolute;
    left: 2%;
    top: -25%;
    width: 8%;
}
#idea_test_1_2-2 {
    position: absolute;
    left: -1%;
    top: -6%;
    width: 5%;
}
#about_cellophane_top {
    position: absolute;
    right: -5%;
    top: 2%;
    width: 27%;
    transform: rotate(7deg);
}
#about_cellophane_bottom {
    position: absolute;
    left: -2%;
    bottom: 0%;
    width: 27%;
    transform: rotate(7deg);
}
#about_Aria #about_deco_onigiri {
    position: absolute;
    left: 80px;
    top: 327px;
    width: 10.5%;
    animation-name: about_deco_onigiri;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-duration: 1s;
}


@keyframes about_deco_onigiri{
    0% {
        transform: rotate(-7deg);
    }
    49.9% {
        transform: rotate(-7deg);
    }
    50% {
        transform: rotate(7deg);
    }
    99.9% {
        transform: rotate(7deg);
    }
    100% {
        transform: rotate(-7deg);
    }
}
#about_Aria #about_deco_suika {
    position: absolute;
    right: 60px;
    bottom: 40px;
    width: 14%;
    animation-name: about_deco_suika;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-duration: 1s;
    
}
@keyframes about_deco_suika{
    0% {
        transform: rotate(0deg);
    }
    49.9% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(-30deg);
    }
    99.9% {
        transform: rotate(-30deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

/* naxe_box
--------------------------------------------------------- */
.naxe_box {
    text-align: center;
    position: relative;
}

.naxe_box .next_arrow {
    width: 25%;
    animation-name: next_arrow;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-duration: 5s;
}
.naxe_box .inversion {
  transform: scaleX(-1);
}
@keyframes next_arrow{
    0% {
    transform: translate(0, 0px);
    }
    44% {
        transform: translate(0, 0px);
    }
    46% {
        transform: translate(0px, -20px);
    }
    48% {
        transform: translate(0, 0px);
    }
    50% {
        transform: translate(0px, -20px);
    }
    52% {
        transform: translate(0, 0px);
    }
    54% {
        transform: translate(0px, -20px);
    }
    56% {
        transform: translate(0px, 0px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}
#naxe_box1 #naxe_box1_img {
    position: absolute;
    right: -100px;
    top: -80px;
    margin: auto;
    width: 26%;
    animation-name: naxe_box1_img;
    animation-timing-function:ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 2s;
}
@keyframes naxe_box1_img{
    0% {
        transform: translate(0, -20px);
    }
    100% {
        transform: translate(0, 0px);
    }
}
/* naxe_box_2
--------------------------------------------------------- */
#naxe_box2_img_left {
    position: absolute;
    left: 0;
    width: 10%;
    bottom: -25%;
    margin: auto;
    animation-name: about_deco_suika;
    animation-timing-function:linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-duration: 1s;
}
#naxe_box2_img_right1 {
    position: absolute;
    right: 2%;
    width: 6%;
    bottom: -5%;
    margin: auto;
    animation-name:  star_1;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 15s;
}
#naxe_box2_img_right2 {
    position: absolute;
    right: 10%;
    width: 14%;
    top: 0;
    bottom: 0;
    margin: auto;
    animation-name:  star_1;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 10s;
}
/* naxe_box_1
--------------------------------------------------------- */
#idea_Aria {
    text-align: center;
    width: 104%;
    position: relative;
    margin: 240px -2% 120px;
}
#idea_Aria::before {
    content: "";
    width: 100%;
    padding-top: 35.2%;
    background: url(../img/idea_bg_top.png) no-repeat top center / 100%;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
#idea_Aria::after {
    content: "";
    width: 100%;
    padding-top: 35.2%;
    background: url(../img/idea_bg_bottom.png) no-repeat bottom center / 100%;
    position: absolute;
    bottom: -140px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

#idea_cellophane_top {
    position: absolute;
    right: -5%;
    top: -53px;
    width: 32%;
    z-index: 10;
}
#idea_cellophane_bottom {
    position: absolute;
    left: -5%;
    width: 32%;
    z-index: 10;
    bottom: -112px;
}
#idea_Aria .bg_idea_Aria {
    position: absolute;
    top: 370px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/idea_bg_pattern.png) repeat top center / 100%;
}
#idea_Aria .idea_box {
    position: relative;
    z-index: 10;
}
#idea_Aria .idea_ttl {
    position: absolute;
    z-index: 11;
    left: 0;
    right: 0;
    top: -200px;
}
#idea_Aria h2 {
    width: 70%;
    margin: 0 auto ;
    transform: rotate(8deg);
    position: relative;
}
#idea_ttl_illust_1 {
    position: absolute;
    width: 10%;
    top: 17%;
    left: 10%;
    animation-name: idea_ttl_illust_1;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-duration: 1s;
}
@keyframes idea_ttl_illust_1{
    0% {
        transform: rotate(-7deg);
    }
    49.9% {
        transform: rotate(-7deg);
    }
    50% {
        transform: rotate(7deg);
    }
    99.9% {
        transform: rotate(7deg);
    }
    100% {
        transform: rotate(-7deg);
    }
}
#idea_ttl_illust_2 {
    position: absolute;
    width: 9%;
    bottom: 12%;
    right: 7%;
    animation-name: idea_ttl_illust_2;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-duration: 1s;

}
@keyframes idea_ttl_illust_2{
    0% {
        transform: rotate(-7deg);
    }
    49.9% {
        transform: rotate(-7deg);
    }
    50% {
        transform: rotate(-30deg);
    }
    99.9% {
        transform: rotate(-30deg);
    }
    100% {
        transform: rotate(-7deg);
    }
}

#idea_Aria .idea_box {
    background: url(../img/mv_bg_pattern_2.png) repeat top center / 60%;
}
#idea_Aria .idea_text_box {
    padding: 170px 50px 130px;
}

#idea_Aria .c_box_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
#idea_Aria .c_box_wrap.c_box_wrap_1 {
    justify-content: space-around;
}
#idea_Aria .c_box_wrap > div {
    width: 50%;
}
#idea_Aria .c_box_wrap > div.big_box {
    width: 53%;
    position: relative;
    z-index: 1;
}
#idea_Aria .c_box_wrap > div.smal_box {
    width: 45%;
}
#idea_Aria .c_box_wrap > div:first-child {
    margin-right: -3%;
}
#idea_Aria .c_box_wrap > div:last-child {
}

/* 角度 */
#idea_test_1 {
    transform: rotate(8deg);
    transform-origin: center;
}

#idea_test_2 {
    transform: rotate(-7deg);
    transform-origin: center;
}
#idea_test_3 {
    transform: rotate(12deg);
    transform-origin: center;
}
#idea_test_4 {
    transform: rotate(-5deg);
    transform-origin: center;
}
#idea_test_5 {
    transform: rotate(15deg);
    transform-origin: center;
}

/* 位置調整 */
#idea_img_1 {
    margin-right: -7%;
    margin-top: -7%;
}

/* 途中の矢印ブロック */


#idea_Aria .arrow_box {
    position: relative;
}
#idea_Aria .arrow_box.arrow_box_1 {
    margin: -4% 0 3.5%;
}
#idea_Aria .arrow_box img.arrow {
    width: 13.9%;
    margin: auto;
    animation-name: next_arrow;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-duration: 5s;
}

#idea_Aria .arrow_box.arrow_box_1 img.arrow {
    margin-left: -7%;
}
#arrow_box1_img1 {
    position: absolute;
    top: -36%;
    left: 2%;
    width: 22%;
    /* border: 5px solid #fff; */
}
#arrow_box1_img2 {
    position: absolute;
    bottom: -30%;
    right: 14%;
    width: 5%;
    animation-name:  star_1;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 15s;
}
#arrow_box1_img3 {
    position: absolute;
    bottom: 0;
    right: 2%;
    width: 11%;
    animation-name:  star_1;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 10s;
}
#naxe_box2_img_left1 {
    position: absolute;
    left: -10%;
    bottom: -20%;
    width: 10%;
}
#naxe_box2_img_left2 {
    position: absolute;
    left: -0.8%;
    bottom: -37%;
    width: 5%;
}
#idea_Aria .arrow_box.arrow_box_2 {
    margin: 1% 0 8%;
}
#idea_Aria .arrow_box.arrow_box_2 img.arrow {
    margin-right: -5%;
}
#arrow_box2_img1 {
    position: absolute;
    top: -71%;
    left: 0.5%;
    width: 26%;
    z-index: 1;
    
    animation: arrow_box2_img1;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: none;
    animation-duration: 1.5s;
    transform-origin: center top;
}
@keyframes arrow_box2_img1{
    0% {
        transform: rotate(8deg);
    }
    100% {
        transform: rotate(-8deg);
    }
}
#arrow_box2_img2 {
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    right: 0;
    width: 39%;
}

#arrow_box2_img3 {
    position: absolute;
    bottom: -14%;
    left: 2%;
    width: 7%;
    animation-name:  star_1;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 10s;
}
@keyframes star_1{
    0% {
        transform: scale(1) rotate(0deg);
    }
    12.5% {
        transform: scale(0.7) rotate(45deg);
    }
    25% {
        transform: scale(1) rotate(90deg);
    }
    37.5% {
        transform: scale(0.7) rotate(135deg);
    }
    50% {
        transform: scale(1) rotate(180deg);
    }
    62.5% {
        transform: scale(0.7) rotate(225deg);
    }
    75% {
        transform: scale(1) rotate(270deg);
    }
    87.5% {
        transform: scale(0.7) rotate(315deg);
    }
    100% {
        transform: scale(1) rotate(360deg);
    }
}
#idea_test_5 {
    margin-left: -10%;
}
#idea_test_5_2 {
    position: absolute;
    right: -4.5%;
    bottom: -18%;
    width: 26%;
}

/* item_Aria
--------------------------------------------------------- */
#item_Aria {
    background: url(../img/idea_bg_pattern.png) repeat top center / 100%;
    position: relative;
    margin: 240px 0 110px;
}
#item_Aria::before {
    content: "";
    width: 100%;
    padding-top: 35.2%;
    background: url(../img/idea_bg_top.png) no-repeat top center / 100%;
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
#item_Aria::after {
    content: "";
    width: 100%;
    padding-top: 35.2%;
    background: url(../img/idea_bg_bottom.png) no-repeat bottom center / 100%;
    position: absolute;
    bottom: -130px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
#item_Aria .item_ttl {
    position: absolute;
    top: -285px;
    left: 0;
    right: 0;
    margin: auto;
}
#item_Aria h2 {
    position: relative;
    z-index: 10;
}
#item_ttl_illust {
    position: absolute;
    width: 13%;
    top: 55%;
    left: 29%;
    z-index: 1;
}
#item_Aria h2 img:not(#item_ttl_illust) {
    width: 55%;
    transform: rotate(-11deg);
}
#item_Aria {
    text-align: center;
}
.item_box {
    padding: 150px 50px 50px;
    position: relative;
    z-index: 10;
}
#item_Aria ul.item_list {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-bottom: -30px;
    z-index: 100;
}
#item_Aria ul.item_list li {
    width: calc( ( 100% - 90px ) / 3 );
    margin-right: 30px;
    margin-bottom: 30px;
    background: #fff;
    padding: 30px 30px; 
}
#item_Aria ul.item_list li .img_box {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    margin-bottom: 20px;
}
#item_Aria ul.item_list li .img_box img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#item_Aria ul.item_list li .text_box {
    text-align: left;
}

#item_Aria ul.item_list li .text_box p.description {
    font-size: 16px;
    font-weight: normal;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #e1e1e1;
}

#item_cellophane_top {
    position: absolute;
    top: -71px;
    right: -40px;
    z-index: 20;
    width: 30%;
    transform: rotate(3deg);
}
#item_cellophane_bottom {
    position: absolute;
    bottom: -137px;
    left: -36px;
    z-index: 20;
    width: 27%;
    transform: rotate(180deg);
}

/* campaign_Aria
--------------------------------------------------------- */
#campaign_Aria {
    position: relative;
    margin: 60px 0 180px;
}
#campaign_Aria::before {
    content: "";
    width: 100%;
    padding-top: 35.2%;
    background: url(../img/campaign_bg_top.png) no-repeat top center / 102%;
    position: absolute;
    top: -100px;
    left: -2%;
    right: 0;
    margin: auto;
    z-index: 1;
}
#campaign_Aria::after {
    content: "";
    width: 100%;
    padding-top: 35.2%;
    background: url(../img/campaign_bg_bottom.png) no-repeat bottom center / 102%;
    position: absolute;
    bottom: -80px;
    left: 0;
    right: -2%;
    margin: auto;
    z-index: 1;
}    
.cam_about_text {
    
}
#campaign_Aria .bg_campaign_Aria {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 100px;
    margin: auto;
    background: url(../img/campaign_bg_pattern.png) repeat-y top center / 100%;
}
#campaign_Aria .campaign_box {
    background: url(../img/mv_bg_pattern_2.png) repeat top center / 60%;
    padding: 50px;
    position: relative;
    z-index: 10;
}
#campaign_Aria h2 {
    text-align: center;
    width: 50%;
    margin: 0 auto 30px;
    font-size: 0;
}
#campaign_Aria h2 #campaign_sub {
    margin-bottom: 15px;
}
#campaign_Aria .img_box {
    margin: 40px 0;
}
#campaign_Aria .text_box {
    background: rgba( 255,255,255,0.7 );
    padding: 40px;
}
#campaign_Aria a {
	color: #000;
    text-decoration: underline;
}

ul.cam_description {
    margin-bottom: -25px;
}
ul.cam_description li {
    margin-bottom: 25px;
}
ul.cam_description p.ttl {
    font-size: 22px;
    line-height: 1;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 2px solid #000;
}
ul.cam_description p.text {
    font-weight: normal;
}

ul.cam_description p.indent {
    text-indent: -1em;
    padding-left: 1em;
}

/* kira
--------------------------------------------------------- */ 
.kira_1 {
    animation:kira_1;
    animation-timing-function:ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: none;
    animation-duration: 1.5s;
    opacity: 1;
    transform: scale(1.2);
}
@keyframes kira_1{
    0% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(0.8);
    }
}
.kira_2 {
    animation:kira_2;
    animation-timing-function:ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: none;
    animation-duration: 1.5s;
    opacity: 1;
    transform: scale(0.8);
}
@keyframes kira_2{
    0% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(1.2);
    }
}
/* footer
--------------------------------------------------------- */ 
footer {
    background: url(../img/footer_bg.png) no-repeat center top / cover;
    padding: 50px 0 50px;
    text-align: center;
}
ul.footer_sns {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
ul.footer_sns li {
    width: 100px;
    margin: 0 20px; 
}
footer p.copy {
    color: #fff;
    line-height: 1;
    font-weight: normal;
}
/* ========================================
     1600px
======================================== */
@media screen and (max-width:1600px){
}
/* ========================================
     1200px
======================================== */
@media screen and (max-width:1400px){
    /* mv_Aria
    --------------------------------------------------------- */ 
    #mv_inner {
        width: 85vw;
        max-height: none;
        min-height: 0;
        height: 75vw;
    }
    #mv {
        min-height: 0;
        max-height: none;
        height: 70vw;
    }
    #mv_inner_bg {
        width: 90vw;
        max-height: none;
        min-height: 0;
        height: 60vw;
    }
    #mv_left-top {
        top: 0;
        bottom: auto;
        right: 0;
        left: -50vw;
        margin: auto;
        width: 50vw;
    }
    #mv_left-bottom {
        top: auto;
        bottom: -30px;
        left: -62vw;
        right: 0;
        width: 39vw;
        margin: auto;
    }
    #mv_right-bottom {
        position: absolute;
        bottom: -30px;
        top: auto;
        right: -38vw;
        left: 0;
        width: 65vw;
        margin: auto;
    }
    #mv_right-top {
        position: absolute;
        top: 0;
        bottom: auto;
        right: -72vw;
        left: 0;
        width: 35vw;
        margin: auto;
    }
    #mv_main_text {
        top: -80px;
    }
    
    #mv_fish {
        top: 15vw;
        bottom: auto;
        right: auto;
        left: 2vw;
        width: 6vw;
    }
    #mv_illust_2 {
        width: 7vw;
        top: auto;
        bottom: 9vw;
        left: 3vw;
        right: auto;
    }
    #mv_illust_3 {
        width: 5vw;
        top: auto;
        bottom: 14vw;
        left: 37vw;
        right: auto;
    }
    #mv_illust_4 {
        width: 6vw;
        top: 22vw;
        bottom: auto;
        left: auto;
        right: 1vw;
    }
    #mv_illust_5 {
        width: 3vw;
        top: auto;
        bottom: 6vw;
        left: 14vw;
        right: auto;
    }
    #mv_illust_6 {
        width: 3vw;
        top: auto;
        bottom: 19vw;
        left: 48vw;
        right: auto;
    }
    #mv_illust_7 {
        width: 2vw;
        top: auto;
        bottom: 33vw;
        left: auto;
        right: 5vw;
    }
    
    #mv_illust_8 {
        width: 3vw;
        top: 6vw;
        bottom: auto;
        left: auto;
        right: 37vw;
    }
    #mv_illust_9 {
        width: 4vw;
        top: auto;
        bottom: 14vw;
        left: auto;
        right: 20vw;
    }
    #mv_illust_10 {
        width: 4vw;
        top: auto;
        bottom: 11vw;
        left: auto;
        right: 15vw;
    }
    #mv_illust_1 {
        width: 12vw;
        top: 2vw;
        bottom: auto;
        right: 4vw;
        left: auto;
    }
}
/* ========================================
     1200px
======================================== */
@media screen and (max-width:1200px){
    body {
        font-size: 16px;
    }
    .inner {
        max-width: 93vw;
    }
    .inner_box {
        max-width: 85vw;
    }
    #logo_box {
        left: 20px;
        top: 10px;
        width: 80px;
    }
    
    /* about_Aria
    --------------------------------------------------------- */ 
    #about_Aria .about_box{
        padding: 6%;
    }
    #about_Aria .text_box {
        font-size: 1.8vw;
        width: 90%;
    }
    #about_Aria h2 {
        margin-top: -3vw;
        width: 90%;
        margin: -3vw auto 0;
    }
    #about_Aria #about_deco_onigiri {
    left: 6%;
    top: 43%;
    width: 10%;
    }
    #about_Aria #about_deco_suika {
        right: 5%;
        bottom: 9%;
        width: 14%;
    }
    #about_topleft-2 {
        right: 0%;
        top: -14%;
        width: 11%;
    }
    #about_topleft-1 {
        right: -5%;
        top: 3%;
        width: 5%;
    }
    /* naxe_box
    --------------------------------------------------------- */ 
    #naxe_box1 #naxe_box1_img {
        right: 0%;
        top: -15%;
        bottom: 0;
        width: 31%;
    }
    /* item_Aria
    --------------------------------------------------------- */ 

    #item_Aria {
        margin: 24% 0 9%;
    }
    #item_Aria ul.item_list {
        margin-right: -2%;
        margin-bottom: -2%;
    }
    #item_Aria ul.item_list li {
        width: calc((100% - 4%) / 2);
        margin-right: 2%;
        margin-bottom: 2%;
        padding: 20px 20px;
    }
    #item_Aria .item_ttl {
        top: -24.5vw;
    }
    .item_box {
        padding: 10vw 5vw 5vw;
        z-index: 10;
    }
    #item_Aria::after {
        bottom: -10vw;
    }
    #item_Aria::before {
        top: -10vw;
    }
    #item_cellophane_top {
        top: -9%;
        right: -3%;
    }
    #item_cellophane_bottom {
        bottom: -14%;
        left: -5%;
        z-index: 20;
        width: 27%;
    }
    #item_Aria ul.item_list li .text_box p.ttl {
        font-size: 18px;
    }
    #item_Aria ul.item_list li .text_box p.description {
        font-size: 16px;
    }
    /* idea
    --------------------------------------------------------- */ 
    #idea_Aria .idea_text_box {
        padding: 11vw 4vw 10vw;
    }
    #idea_Aria .idea_ttl {
        top: -18vw;
    }
    #idea_Aria {
        width: 104%;
        margin: 20vw -2% 10vw;
    }
    #idea_Aria::before {
        top: 5vw;
    }
    #naxe_box2_img_left1 {
        left: 0%;
        bottom: -20%;
        width: 10%;
    }
    #idea_Aria::after {
        bottom: -11vw;
    }
    #naxe_box2_img_left2 {
        left: 9%;
        bottom: -40%;
        width: 5%;
    }
    #idea_Aria .bg_idea_Aria {
        top: 25vw;
    }
    /* campaign_Aria
    --------------------------------------------------------- */
    #campaign_Aria::before {
        top: -8vw;
    }
    #campaign_Aria::after {
        bottom: -7vw;
    }
    #campaign_Aria .campaign_box {
        padding: 5vw;
    }
    #campaign_Aria h2 {
        margin: 0px auto 25px;
    }
    #campaign_Aria .img_box {
        margin: 3vw 0;
    }
    #campaign_Aria {
        margin: 6vw 0 18vw;
    }
}
/* ========================================
     1000px
======================================== */
@media screen and (max-width:1000px){
}
/* ========================================
     768px
======================================== */
@media screen and (max-width:768px){
    .pc_only {
        display: none;
    }
    .sp_only {
        display: block;
    }
    body {
        font-size: 14px;
        background-size: 120%;
        font-weight: 700;
    }
    .inner {
        max-width: 95vw;
    }
    /* hum_box
    --------------------------------------------------------- */
    #hum_box {
        width: 50px;
        height: 50px;
        right: 15px;
        top: 15px;
    }
    #header_nav {
        width: 350px;
    }
    #header_nav ul.nav_sns li {
        width: 60px;
        margin-right: 20px;
    }
    #header_nav ul.nav_sns {
        margin-top: 20px;
        margin-right: -20px;
    }
    #header_nav ul.nav_list li {
        padding: 20px 0;
        font-size: 16px;
    }    
    #header_nav ul.nav_sns {
        margin-top: 30px;
    }
    /* idea_Aria
    --------------------------------------------------------- */
    header {
        padding-bottom: 2vw;
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10vw), 0 100%);
    }
    #logo_box {
        left: 15px;
        top: 15px;
        width: 60px;
    }
    /* mv_Aria
    --------------------------------------------------------- */
    #mv_inner {
        top: -9vw;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        margin: auto;
    }
    #mv {
        min-height: 0;
        background-size: 88%;
        height: 170vw;
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10vw), 0 100%);
    }
    #mv_inner {
        z-index: 1;
        width: 90%;
        bottom: 0;
    }
    #mv_inner h1 {
        transform: rotate(10deg);
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -2%;
    }
    
    #mv_inner_bg {
        height: 150vw;
    }
    #mv_inner {
        width: 90vw;
        height: 170vw;
    }
    #mv_inner_bg {
        width: 120vw;
        max-height: none;
        min-height: 0;
        height: 150vw;
        transform: rotate(10deg);
        bottom: 0;
        top: auto;
        left: -10vw;
    }

    #mv_left-top {
        top: 0px;
        bottom: auto;
        right: auto;
        left: -10vw;
        width: 85vw;
    }
    #mv_right-top {
        top: 0;
        bottom: auto;
        right: -24vw;
        left: auto;
        width: 55vw;
    }
    #mv_right-bottom {
        bottom: 2px;
        top: auto;
        right: -2vw;
        left: auto;
        width: 86vw;
    }
    #mv_left-bottom {
        top: auto;
        bottom: -30px;
        left: -62vw;
        right: 0;
        width: 61vw;
    }
    #mv_fish {
        display: none;
    }
    #mv_illust_1 {
        width: 15vw;
        top: 2vw;
        bottom: auto;
        right: auto;
        left: 17vw;
    }
    #mv_illust_2 {
        width: 10vw;
        top: auto;
        bottom: 14vw;
        left: 2vw;
        right: auto;
    }
    #mv_illust_3 {
        width: 10vw;
        top: 21vw;
        bottom: 0;
        left: 5vw;
        right: auto;
    }
    #mv_illust_4 {
        width: 10vw;
        top: 22vw;
        bottom: auto;
        left: auto;
        right: 43vw;
    }
    #mv_illust_5 {
        width: 5vw;
        top: auto;
        bottom: 8vw;
        left: 21vw;
        right: auto;
    }
    #mv_illust_6 {
        width: 4vw;
        top: 40vw;
        bottom: 0;
        left: 15vw;
        right: auto;
    }
    #mv_illust_7 {
        width: 6vw;
        top: -36vw;
        bottom: 0;
        left: auto;
        right: 6vw;
    }
    #mv_illust_8 {
        width: 5vw;
        top: 31vw;
        bottom: auto;
        left: auto;
        right: 37vw;
    }     
    #mv_illust_9 {
        width: 8vw;
        top: auto;
        bottom: 17vw;
        left: auto;
        right: 15vw;
    } 
    #mv_illust_10 {
        width: 6vw;
        top: auto;
        bottom: 14vw;
        left: auto;
        right: 6vw;
    }  
    /* about_Aria
    --------------------------------------------------------- */
    #about_Aria {
        transform: rotate(7deg);
    }
    #about_Aria .text_box {
        text-align: left;
        font-size: 3.5vw;
        width: 100%;
    }
    #about_Aria h2 {
        width: 80%;
        margin: -4vw auto 4vw;
    }
    #about_Aria h2 #about_ttl_left {
        left: -2%;
        bottom: -13%;
        width: 17%;
    }
    #about_Aria h2 #about_ttl_right {
        right: -10%;
        top: 23%;
        width: 20%;
    }
    /* idea_Aria
    --------------------------------------------------------- */
    #idea_Aria {
        width: 104%;
        margin: 21vw -2% 14vw;
    }
    #idea_cellophane_bottom {
        left: -10vw;
        width: 42vw;
        z-index: 10;
        bottom: -13vw;
    }
    #idea_cellophane_top {
        position: absolute;
        right: -14vw;
        top: 0vw;
        width: 43vw;
        z-index: 10;
    }
    #idea_Aria .c_box_wrap {
        flex-wrap: wrap;
        justify-content: center;
    }
    #idea_Aria .c_box_wrap > div:first-child {
        margin-right: 0;
    }
    #idea_Aria .c_box_wrap > div.smal_box {
        width: 83%;
    }
    #idea_Aria h2 {
        width: 90%;
    }
    #idea_img_1 {
        margin:0 0 4vw;
    }
    #idea_Aria .idea_text_box {
        padding: 20vw 0vw 37vw;
    }
    #idea_Aria .c_box_wrap_1 .right_box ,
    #idea_Aria .c_box_wrap > div.big_box {
        width: 106%;
        margin: 0 -3%;
    }
    #idea_Aria .c_box_wrap > div {
        width: 100%;
    }
    /*位置調整*/
    #idea_test_1_2-2 {
        left: 17%;
        top: auto;
        bottom: -10%;
        width: 10%;
    }
    #idea_test_1_2-1 {
        left: 10%;
        top: auto;
        bottom: -17%;
        width: 8%;
    }
    #idea_Aria .c_box_wrap_2 .right_box {
        margin-top: -10vw;
        margin-right: -4vw;
        z-index: 1;
        width: 83%;
    }
    #idea_test_5 {
        margin-right: -10vw;
        margin-top: 1vw;
    }
    #idea_test_5_2 {
        right: 0;
        bottom: -28vw;
        width: 40%;
        left: 6vw;
        transform: rotate(-40deg);
    }
    #idea_test_5_3 {
        position: absolute;
        bottom: -26vw;
        width: 11%;
        right: 28vw;
        transform: rotate(-40deg);
        animation-name: star_1;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        animation-duration: 8s;
    }
    #idea_test_5_4 {
        position: absolute;
        bottom: -21vw;
        width: 20%;
        right: 6vw;
        transform: rotate(-40deg);
        animation-name: star_1;
        animation-timing-function:linear;
        animation-iteration-count: infinite;
        animation-duration: 12s;
    }
    /*矢印*/
    #idea_Aria .arrow_box.arrow_box_1 img.arrow {
        margin-left: 0;
        width: 25%;
        margin: 5% 0 0%;
    }
    #arrow_box1_img3 {
        bottom: 0;
        right: 3%;
        top: -8vw;
        margin: auto;
        width: 18%;
    }
    #arrow_box1_img2 {
        bottom: -35%;
        top: 0;
        right: 22%;
        margin: auto;
        width: 8%;
    }
    #arrow_box2_img1 {
        top: 6%;
        bottom: 0;
        margin: auto;
        left: 4%;
        width: 33%;
    }
    #idea_Aria .arrow_box.arrow_box_2 img.arrow {
        margin-left: 0;
        width: 25%;
        margin: 2% 0 -3%;
    }
    #arrow_box2_img2 {
        display: none;
    }
    #arrow_box2_img3 {
        position: absolute;
        bottom: -7%;
        left: 7%;
        width: 7%;
    }
    #naxe_box2_img_right1 {
        right: 4%;
        width: 6%;
        top: auto;
        bottom: 4%;
        animation-duration: 12s;
    }
    #naxe_box2_img_right2 {
        right: 10%;
        width: 14%;
        top: 30%;
    }
    /* item_Aria
    --------------------------------------------------------- */
    .naxe_box .next_arrow {
        width: 40%;
    }
    #naxe_box1 #naxe_box1_img {
        top: 15vw;
    }
    #naxe_box2_img_left2 {
        left: 17%;
        bottom: 44%;
        width: 5%;
    }
    #naxe_box2_img_left1 {
        left: 7%;
        bottom: 60%;
        width: 10%;
    }
    naxe_box1_arrow {
        margin-left: -3%;
    }
    #naxe_box2_img_left {
        left: 6%;
        bottom: auto;
        top: 10%;
    }
    /* item_Aria
    --------------------------------------------------------- */
    #item_Aria {
        margin: 29vw 0 11vw;
    }
    #item_ttl_illust {
        width: 22%;
        top: 51%;
        left: 13%;
    }
    #item_Aria ul.item_list li .text_box p.ttl {
        font-weight: bold;
        font-size: 16px;
    }
    #item_Aria ul.item_list li .text_box p.description {
        font-size: 14px;
    }
    #item_Aria h2 img:not(#item_ttl_illust) {
        width: 90%;
    }
    .item_box {
        padding: 23vw 5vw 23vw;
    }
    #item_Aria .item_ttl {
        top: -32.5vw;
    }
    #item_Aria ul.item_list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
        padding: 30px 30px;
    }
    #item_Aria ul.item_list {
        margin-right: 0;
        margin-bottom: -30%;
    }
    #item_cellophane_top {
        display: none;
    }
    #item_cellophane_bottom {
        bottom: -2%;
        left: -11%;
        z-index: 20;
        width: 35%;
    }
    #item_cellophane_bottom {
        bottom: -14vw;
        left: -8%;
        z-index: 20;
        width: 37%;
    }
    #item_cellophane_top {
        display: none;
    }
    #item_Aria ul.item_list li .text_box {
        font-weight: normal;
    }
    /* campaign_Aria
    --------------------------------------------------------- */
    #campaign_Aria {
        font-weight: normal;
        margin: 10vw 0 25vw;
    }
    #campaign_Aria::before {
        top: -10vw;
    }
    #campaign_Aria::after {
        bottom: -10vw;
    }
    #campaign_Aria .bg_campaign_Aria {
        top: 10vw;
        bottom: 10vw;
    }
    #campaign_Aria .campaign_box {
        padding: 10vw 5vw;
    }
    #campaign_Aria h2 {
        width: 90%;
    }
    #campaign_Aria h2 #campaign_sub {
        margin-bottom: 4vw;
    }
    #campaign_mainTtl {
        width: 80%;
    }
    #campaign_Aria h2 {
        margin: 0px auto 4vw;
    }
    ul.cam_description p.ttl {
        font-size: 16px;
        padding-bottom: 8px;
        margin-bottom: 6px;
        border-bottom: 1px solid #000;
    }
    #campaign_Aria .img_box {
        margin: 4vw 0;
    }
    #campaign_Aria .text_box {
        padding: 5vw;
    }
    /* footer
    --------------------------------------------------------- */
    ul.footer_sns li {
        width: 70px;
        margin: 0 15px;
    }
    footer p.copy {
        font-size: 12px;
    }
    footer {
        padding: 40px 0 30px;
    }
}
/* ========================================
     481px
======================================== */
@media screen and (max-width:481px){
    #header_nav {
        height: calc( 100vh - 150px );
    }
    #mv_illust_1 {
        left: 20vw;
        width: 16vw;
    }
}


/* =========================================================
     大きめアニメーション
========================================================= */



/* MV周り
---------------------------------------------------------
#mv h1 {
        opacity: 0;
}
#mv.first_anim h1 {
    animation-name: mv_h1;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-duration: 0.8s;
    animation-delay: 0.3s;
    animation-fill-mode: forwards;
    transform: scale(0);
}

@keyframes mv_h1{
    0% {
        transform: scale(10);
        opacity: 0;
    }
    85% {
        transform: scale(0.7);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}


#hum_box,
#mv #logo_box,
#mv #description_illust_mv {
    opacity: 0;
}

#hum_box.first_anim,
#mv.first_anim #logo_box,
#mv.first_anim #description_illust_mv {
    animation-name: description_illust_mv;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-duration: 1s;
    animation-delay: 2.0s;
    animation-fill-mode: forwards;
    opacity: 0;
}



@keyframes description_illust_mv{
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


#mv_left-top ,
#mv_left-bottom ,
#mv_right-top ,
#mv_right-bottom {
    opacity: 0;
}

#mv.first_anim #mv_left-top ,
#mv.first_anim #mv_left-bottom ,
#mv.first_anim #mv_right-top ,
#mv.first_anim #mv_right-bottom  {
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-duration: 0.8s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}
#mv.first_anim #mv_left-top  {
    animation-name: mv_left-top;
}
@keyframes mv_left-top{
    0% {
        transform: translate(-100vw,-100vh);
        opacity: 0;
    }
    100% {
        transform: translate(0,0);
        opacity: 1;
    }
}

#mv.first_anim #mv_left-bottom {
    animation-name: mv_left-bottom;
}
@keyframes mv_left-bottom{
    0% {
        transform: translate(-100vw,100vh);
        opacity: 0;
    }
    100% {
        transform: translate(0,0);
        opacity: 1;
    }
}


#mv.first_anim #mv_right-top  {
    animation-name:mv_right-top;
}
@keyframes mv_right-top{
    0% {
        transform: translate(100vw,-100vh);
        opacity: 0;
    }
    100% {
        transform: translate(0,0);
        opacity: 1;
    }
}


#mv.first_anim #mv_right-bottom  {
    animation-name: mv_right-bottom;
}

@keyframes mv_right-bottom{
    0% {
        transform: translate(100vw,100vh);
        opacity: 0;
    }
    100% {
        transform: translate(0,0);
        opacity: 1;
    }
}

 */

/* 共通
---------------------------------------------------------

.item_anim.top_slide {
    opacity: 0;
    transition-delay:0.2s;
    transition-duration: 0.8s;
    transform: translateY(200px);
}
.item_anim.top_slide.active {
    transform: translateY(0);
    opacity: 1;
}


.left_slide {
    opacity: 0;
    transition-delay:0.2s;
    transition-duration: 0.8s;
    transform: translateX(-20%);
}
.item_anim.left_slide.active {
    transform: translateX(0);
    opacity: 1;
}

 */
/* 矢印
---------------------------------------------------------

.naxe_box.item_anim {
    transform: scale(0);
}
.naxe_box.item_anim.active {
    animation-name: next_box_arrow;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-duration: 0.6s;
    transition-delay:0.4s;
    transform: scale(1);
}

@keyframes next_box_arrow{
    0% {
        transform: rotate(0) scale(0);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}



.naxe_box.item_anim > img:not(.next_arrow) {
    opacity: 0;
    transition-delay:0.8s;
    transition-duration: 0.4s;
    scale(0)
}
.naxe_box.item_anim.active > img:not(.next_arrow) {
    opacity: 1;
    scale(1)
}
 */

/* =========================================================
     ローディング
========================================================= */
#loader-bg{
    background: #d2a672 url(../img/humNav_bg.png) repeat center center / 80% ;
    height:100vh;
    width: 100vw;
    position:fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fadce5+2,ee84a9+99
    background: radial-gradient(ellipse at center,  #fadce5 2%,#ee84a9 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */


}
.pace {
   display: none;
}

@media all and (-ms-high-contrast: none){
   .pace {
       display: none;
    }

}

.loader-bg_pattern {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height:100vh;
    width: 100vw;
    text-align: center;
}
.loader-content {
}
#load_dojo {
    animation: jump .7s alternate infinite ease-in-out;
    width: 200px;
    margin-bottom: 30px;
    margin-top: -50px;
}
/* HTML: <div class="loader"></div> */
.load_dot {
    display: flex;
    clip-path: inset(0 100% 0 0);
    animation: l1 2.5s steps(6) infinite;
    width: 70vw;
    height: auto;
}
.load_dot li {
    width: calc((100% - 10% ) / 5 );
    margin: 0 1%;
}
@keyframes l1 {to{clip-path: inset(0 -20% 0 0)}}



.loader-jkakaku_logo {
    width: 150px;
    margin: auto;
}
.jkakaku_logo_border {
    animation-name: rotation1;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-duration: 1s;
}
.jkakaku_logo {
    padding: 0;
    
}
@keyframes rotation1{
    0% {transform: rotate(-15deg);}
    49.9% {transform: rotate(-15deg);}
    50% {transform: rotate(15deg);}
    99.9% {transform: rotate(15deg);}
    100% {transform: rotate(-15deg); }
}


/* ==============================
     1200px
============================== */
@media screen and (max-width:1200px){
    .load_dot {
        width: 90vw;

    }
}
@media screen and (max-width:768px){
    .loader-jkakaku_logo {
        width: 100px;
    }
    #loader-bg{
        background-size: 120%;
    }
}


