/* CSS Document */
/* =========================================================
     共通
========================================================= */
/* 共通
--------------------------------------------------------- */
body {
   /* background: url(https://jonetz.com/img/common/bg.png) repeat 0 0 ;*/
	color: #3E3A39;
	font-size: 16px;
	line-height: 1.5;
	font-family: 'M PLUS 1', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic , "Yu Gothic medium", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: 800;
    /*background: #004c42;*/
    background: #003830;
}
#body_inner {
    max-width: 1600px;
    margin: auto;
}
.inner {
	max-width: 1000px;
	/*margin: 0 auto 0 ;
	background: #fff;*/
}
.inner_1000 {
	max-width: 900px;
	margin: 0 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;
    }

/* PC only
--------------------------------------------------------- */
#pc_aria {
	position: fixed;
	top: 0;
	right: calc(( 100% - 1600px ) / 2 );
	display: flex;
	justify-content: space-between;
	width: 100vw;
    background: url(https://jonetz.com/img/common/bg.png) repeat 0 0 ;
}
#pc_aria .left_box {
	width: calc(( 1600px - 1000px ) );
    text-align: center;
	height: 100vh;
    min-height: 700px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.side_inner {
	padding: 10% 10% 30%;
    box-sizing: border-box;
}
#pc_aria .left_box h1 {
	position: relative;
}

.left_box h1 #main_img {
    position: relative;
    z-index: 1;
    padding-left: 2%;
}
ul.side_check_list {
    display: inline-block;
    margin-top: 40px;
}
ul.side_check_list li {
    margin-bottom: 25px;
}
ul.side_check_list li a {
    display: flex;
    align-items: center;
}
ul.side_check_list li .check_box {
    /*border: 2px solid #3E3A39;*/
    width: 28px;
    height: 28px;
    background: #fff;
    margin-right: 15px;
    position: relative;
}

ul.side_check_list li .check_box::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 2%;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url( ../img/icon_check.png) no-repeat center center / contain;
    transition: 0.2s;
}

ul.side_check_list li a:hover .check_box::before {
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    right: -50%;
    bottom: -50%;
}


ul.side_check_list li.anchor_7 .check_box {
    border: none;
    background: none;
}

ul.side_check_list li.anchor_7 .check_box::before {
    content: "";
    position: absolute;
    width: 160%;
    height: 160%;
    top: -50%;
    left: -50%;
    right: -50%;
    bottom: -50%;
    margin: auto;
    background: url(../img/icon_magnifyingGlass.png) no-repeat center center / contain;
    transition: 0.2s;
}


ul.side_check_list li .text_box img {
    height: 30px;
}

.side_anim {
    margin: 0 -6%;
    position: relative;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 94%;
    overflow: hidden;
}
.side_anim > img {
    width: 100%;
}
.side_anim > img#side_anim_1{
}
.side_anim > img#side_anim_2,
.side_anim > img#side_anim_3,
.side_anim > img#side_anim_4,
.side_anim > img#side_anim_5 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.side_anim > img {
}
.side_anim > img {
    opacity: 0;
    transform:translateY(100px);
}
.side_anim > img {
    opacity: 1;
    transform:translateY(0);
	animation: side_anim_img;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode:none;
    animation-duration: 5s;
    transition-duration: 0.5s;
    
}
.side_anim img#side_anim_1 {
    animation-delay: 2.1s;
}
.side_anim img#side_anim_2 {
    animation-delay: 2.3s;
}
.side_anim img#side_anim_3 {
    animation-delay: 2.5s;
}
.side_anim img#side_anim_4 {
    animation-delay: 2.7s;
}
.side_anim img#side_anim_5 {
    animation-delay: 2.9s;
}

@keyframes side_anim_img {
    
    0% { transform: translate(0, 0px); }
    
    50% { transform: translate(0, 0px); }
    53% { transform: translate(0px, 20%); }
    56% { transform: translate(0px, 0px); }
    
    100% { transform: translate(0px, 0px); }
}

/* 共通
--------------------------------------------------------- */
.padding_box {
    padding-left: 10%;
    padding-right: 10%;
}



/* ----- MV ----------------------------------*/
header {
    background: #004c42;
}
#mv {
    background: url(../img/mv_bg_1.svg) no-repeat top center / 104%;
    padding-top: 68%;
    height: 0;
    position: relative;
}
.mv_inner {
    background: url(../img/mv_bg_2.svg) no-repeat top left / 23%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2%;
}
.mv_c {
    box-sizing: border-box;
    width: 90%;
    border: 3px solid #f9eb70;
}
.sub_text {
    background: #f9eb70;
    padding: 3% 3.5%;
    font-size: 0;
    width: 86%;
    margin: -5.5% auto 0%;
    position: relative;
    overflow: hidden;
}
.sub_text img {
    position: relative;
    z-index: 1;
}
.sub_text::after {
  content: "";
  display: block;
  width: 5%;
  height: 100%;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #FFF;
  opacity: 0;
  transform: rotate(45deg);
  animation: mv_sub_text 4s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: mv_sub_text 4s ease-in-out infinite;
}
@keyframes mv_sub_text {
  0% { transform: scale(0) rotate(45deg); opacity: 0; }
  80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { transform: scale(4) rotate(45deg); opacity: 1; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes mv_sub_text {
  0% { transform: scale(0) rotate(45deg); opacity: 0; }
  80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { transform: scale(4) rotate(45deg); opacity: 1; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
#mv h1 {
    padding: 6% 17% 6% 7%;
    font-size: 0;
    position: relative;
    z-index: 1;
}
#mv_ttl_2 {
    margin-bottom: 2.8%;
}

#mv_right_img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 32%;
}

#mv_kira_1 {
    position: absolute;
    top: 19%;
    left: 2%;
    width: 10%;
    
	animation: mv_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.5);
}

@keyframes mv_kira_1 {
    0% { transform: scale(1.5);}
    100% { transform: scale(0.5); }
}
#mv_kira_2 {
    position: absolute;
    bottom: 10%;
    right: 14%;
    width: 10%;
    
	animation: mv_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.5);
}

@keyframes mv_kira_2 {
    0% { transform: scale(0.5);}
    100% { transform: scale(1); }
}
/* ----- 安心安全の家電製品がお手元に届くまで ----------------------------------*/
#cont_1 {
    background: #f9eb70 url(../img/cont_1_dot.png) repeat top center;
    position: relative;
    z-index: 2;
    /*padding-bottom: 2%;*/
}

#cont_1 h2 {
    width: 97%;
    margin: 0% 2% 0 1%;
}

#cont_1 h2 img {
    margin-top: -7%;
    z-index: 1;
    position: relative;
}

#C1_img{
    text-align: center;
    position: relative;
    z-index: 10;
    margin: 0 -0.5% 0 0.5%; 
}
#cont_1 a.hover_big > div ,
#cont_1 a.hover_big > img {
    transition: 0.2s;
}
#C1_img .item_img_box{
    position: relative;
}
#C1_img_road {
    width: 79%;
    margin: 2% auto 10%;
    z-index: -1;
    position: relative;
}
#C1_img h3.item_ttl {
    padding-top: 28%;
    height: 0;
    position: relative;
    margin-top: -11%;
}

#C1_img h3 img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

#C1_img .normal_box {
    width: 20%;
    position: absolute;
}



/*item1*/
#C1_img #item1_box {
    top: 1%;
    left: 3%;
}
#img_item1_1 {
    position: absolute;
    width: 53%;
    top: -15%;
    right: 35%;
}
#img_item1_2 {
    position: absolute;
    width: 29%;
    top: -36%;
    right: -1%;
    z-index: -1;
}
#img_item1_3 {
    position: absolute;
    width: 22%;
    top: 9%;
    right: 14%;
}
/*item2*/
#C1_img #item2_box {
    top: 36.5%;
    left: 2%;
}
#img_item2_1 {
    position: absolute;
    width: 65%;
    top: -22%;
    right: 11%;
}
#img_item2_2 {
    position: absolute;
    width: 19%;
    top: -21%;
    left: 23%;
    z-index: -1;
}
#img_item2_3 {
    position: absolute;
    width: 16%;
    top: -21%;
    right: 5%;
}
/*item3*/
#C1_img #item3_box {
    top: 60.0%;
    left: 12.0%;
}
#img_item3_1 {
    width: 35%;
    margin-bottom: -5%;
    margin-right: -20%;
}
#img_item3_2 {
    width: 20%;
    position: absolute;
    top: 1%;
    right: 11%;
}

/*item4*/
#C1_img #item4_box {
    top: 29%;
    left: 23%;
}
#img_item4_1 {
    width: 67%;
    position: absolute;
    top: -8%;
    right: 14%;
}
#img_item4_2 {
    width: 6%;
    position: absolute;
    top: -23%;
    left: 35%;
}
#img_item4_3 {
    width: 9%;
    position: absolute;
    top: -16%;
    right: 39%;
}
#img_item4_4 {
    width: 15%;
    position: absolute;
    top: -7%;
    left: 11%;
}

/*item5*/
#C1_img #item5_box {
    top: 0%;
    left: 32.5%;
}
#img_item5_1 {
    width: 59%;
    margin-right: 2%;
    margin-bottom: -1%;
}
#img_item5_2 {
    width: 33%;
    position: absolute;
    top: 22%;
    left: 15%;
}


/*item6*/
#C1_img #item6_box {
    width: 32.4%;
    left: 39.3%;
    top: 50.5%;
}
#C1_img #item6_box h3.item_ttl {
    margin: -6.0% -4.6% 0;
    padding-top: 18.55%;
}
#C1_img #item6_box .item_img_box::before {
    content: "";
    display: block;
    width: 89%;
    height: 0;
    padding-top: 58%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    border-radius: 15px;
    z-index: -1;
}
#img_item6_1 {
    width: 48%;
    position: absolute;
    top: -20%;
    right: 11%;
}
#img_item6_2 {
    width: 55%;
    position: absolute;
    top: -1%;
    left: 13%;
}
#item6_box_sub {
    position: absolute;
    width: 9.5%;
    left: 66%;
    top: 62.5%;
    padding-top: 10%;
}
#img_item6_3 {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
}
#img_item6_4 {
    width: auto;
    height: auto;
    max-width: 60%;
    max-height: 60%;
    margin: auto;
    position: absolute;
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
}
/*item7*/
#C1_img #item7_box {
    top: 8.5%;
    left: 77%;
}
#C1_img #item7_box h3.item_ttl {
    margin-right: -9%;
    margin-top: -13%;
}
#img_item7_1 {
    width: 84%;
    position: absolute;
    top: -15%;
    right: 11%;
}
#img_item7_2 {
    width: 10%;
    position: absolute;
    top: 65%;
    left: -1%;
}
#img_item7_3 {
    width: 14%;
    position: absolute;
    top: -27%;
    right: 7%;
}
#img_item7_4 {
    width: 60%;
    position: absolute;
    top: 61%;
    left: 11%;
}
/*item8*/
#C1_img #item8_box {
    top: 8.5%;
    left: 54%;
}
#img_item8_1 {
    width: 56%;
    position: absolute;
    top: -17%;
    right: 33%;
}
#img_item8_2 {
    width: 42%;
    position: absolute;
    top: 16%;
    left: 44%;
}
/*item9*/
#item9_ttl_sub {
    width: 24%;
    position: absolute;
    top: 41%;
    left: 73.0%;
    margin: auto;
}
#C1_img #item9_box {
    top: 57.5%;
    left: 77%;
}
#C1_img #item9_box h3.item_ttl {
    margin-top: 9%;
}
#img_item9_1 {
    width: 47%;
    position: absolute;
    top: 9%;
    right: 28%;
}
#img_item9_2 {
    width: 29%;
    position: absolute;
    top: 40%;
    left: 7%;
}
#img_item9_3 {
    width: 18%;
    position: absolute;
    top: -15%;
    right: 29%;
}
#img_item9_4 {
    width: 10%;
    position: absolute;
    top: -9%;
    left: 73%;
}
#img_item9_5 {
    width: 14%;
    position: absolute;
    top: 15%;
    left: 76%;
}
/* ----- 改善の取り組みを紹介！ ----------------------------------*/
#cont_2 {
    background: #004c42;
    position: relative;
    padding: 3.0% 3.0% 3.5%;
    z-index: 3;
}
#cont_2_bg_img_1,
#cont_2_bg_img_2 {
    
}
#cont_2 h2 {
    width: 65%;
    text-align: center;
    margin: -4.5% auto 0;
    position: relative;
    z-index: 10;
}
#C2_box {
    background: #44976c;
    padding: 3.5%;
    margin-top: -3.5%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.mov_box {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.mov_box iframe {
      width: 100%;
      height: 100%;
    vertical-align: bottom;
}
#cont_2_bg_img_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    z-index: 0;
}
#cont_2_bg_img_2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
}

#mov_kira_1 {
    position: absolute;
    top: 6%;
    left: 2%;
    width: 5%;
    z-index: 10;
    
	animation: mov_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.5);
}

@keyframes mov_kira_1 {
    0% { transform: scale(1.5);}
    100% { transform: scale(0.5); }
}
#mov_kira_2 {
    position: absolute;
    bottom: 1%;
    right: 1%;
    width: 10%;
    z-index: 10;
    
	animation: mov_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.5);
}

@keyframes mov_kira_2 {
    0% { transform: scale(0.5);}
    100% { transform: scale(1); }
}
/* ----- 改善の取り組みを紹介！ ----------------------------------*/
#cont_3 {
    background: #f9eb70;
    position: relative;
    padding: 7%;
    z-index: 10;
}
#cont_3 #ttl_cont_3-1 {
    width: 90%;
    margin: -9.5% auto 2%;
    display: block;
}
#cont_3 #ttl_cont_3-3 {
    width: 85.5%;
    display: block;
    margin: 3% auto;
}
/* 信頼性試験 */
#C3_step {
    margin: 4% auto -30px;
}
.step_box {
    display: flex;
    width: 100%;
    border: 8px #000 solid;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 20px;
}
.step_ttl_box {
    width: 30%;
    position: relative;
}
.step_ttl_box img {
    position: absolute;
    
}
.step_ttl_box img.icon_text {
    width: 80%;
    top: 0;
    left: 0;
    right: 0;
    bottom: -50%;
    margin: auto;
    
}
#step_1 {
    background: #44976c;
}
#step_1 .step_ttl_box img.icon_img {
    width: 80%;
    top: -24%;
    left: -9%;
    right: 0;
    bottom: 0;
    margin: auto;
}
#step_2 {
    background: #fac763;
}
#step_4 .step_text_box ,
#step_2 .step_text_box {
    padding: 4% 2% 4% 0;
}
#step_2 .step_ttl_box img.icon_img {
    width: 65%;
    top: -10%;
    left: -5%;
    right: 0;
    bottom: 0;
    margin: auto;
    
}
#step_3 {
    background: #7fb7de;
}
#step_3 .step_ttl_box img.icon_img {
    width: 89%;
    top: -20%;
    left: 12%;
    right: 0;
    bottom: 0;
    margin: auto;
}
#step_4 {
    background: #fce9e8;
}
#step_4 .step_ttl_box img.icon_img {
    width: 85%;
    top: -20%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    
}
#step_5 {
    background: #fffac2;
}
#step_5 .step_ttl_box img.icon_img {
    width: 80%;
    top: -10%;
    left: -21%;
    right: 0;
    bottom: 0;
    margin: auto;
}
#step_5 .step_ttl_box img.icon_text {
    width: 85%;
    left: -5%;
    bottom: -60%;
}
.step_text_box {
    width: 42%;
    padding: 3% 2% 3% 0;
    box-sizing: border-box;
}
.step_img_box {
    width: 29%;
}
/* ----- majivoice ----------------------------------*/
#majivoice_aria {
    background: #249dd4;
    text-align: center;
    padding: 10% 0;
    color: #fff;
}
.app_dl ul.app_dl_list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3%;
}
.app_dl ul.app_dl_list li {
    margin: 0 3px;
}
.app_dl ul.app_dl_list li img {
    height: 100px;
}
h2.majivoice {
    position: relative;
    margin-bottom: 7%;
}
h2.majivoice #majivoice_ttl_main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}
h2.majivoice #majivoice_ttl_main_1 {
    width: 80%;
    padding-top: 7%;
}
h2.majivoice #majivoice_ttl_main_2 {
    width: 60%;
    padding-top: 5%;
}
h2.majivoice #majivoice_ttl_1 {
    position: absolute;
    width: 17%;
    left: -4%;
    bottom: -11%;
}
h2.majivoice #majivoice_ttl_2 {
    position: absolute;
    width: 17%;
    right: -4%;
    bottom: -11%;
}

#majivoice_aria .app_dl h3 {
    font-size: 32px;
    margin-bottom: 3%;
}


#majivoice_aria .app_dl p {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 0.5em;
}
/* ----- footer ----------------------------------*/
footer .footer_top {
    background: #fff;
    text-align: center;
    padding: 40px 8%;
}
footer .footer_top p.logo_box {
    width: 80%;
    margin: auto;
}
footer .footer_top p.ttl {
    line-height: 1;
    font-size: 20px;
    letter-spacing: 0.02em;
    margin: -50px 0 30px;
    position: relative;
}
footer .footer_top p.ttl::before {
    content: "";
    display: block;
    background: #000;
    width: calc(50% - 6em );
    height: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
footer .footer_top p.ttl::after {
    content: "";
    display: block;
    background: #000;
    width: calc(50% - 6em );
    height: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
footer .footer_bottom {
    font-weight: normal;
    font-size: 11px;
    margin-top: 0;
    /*background: #004c42;*/
    background: #000;
    color: #fff;
    text-align: center;
    padding: 20px;
}
/* ========================================
     1600px
======================================== */
@media screen and (max-width:1600px){
    .side_inner {
        padding: 10% 10% 30%;
    }
    #body_inner {
        /*max-width: 1200px;*/
        width: 100%;
        margin: auto;
    }
	#pc_aria {
		align-items: center;
        right:0;
	}
	#pc_aria .left_box {
	}
    .inner {
        max-width: 65%;
    }
    #pc_aria .left_box {
        width: 35%;
    }
    ul.side_check_list li .text_box img {
        height: 24px;
    }
}
/* ========================================
     1200px
======================================== */
@media screen and (min-width:1201px){
    #cont_1 a.hover_big:hover > div ,
    #cont_1 a.hover_big:hover > img {
        transform: scale(1.1);
        /*z-index: 1000;*/
    }
}
/* ========================================
     1200px
======================================== */
@media screen and (max-width:1200px){
    
	.inner {
        max-width: 100%;
	}
	#pc_aria {
		display: none;
	}
    /* ----- majivoice ----------------------------------*/
    #majivoice_aria .app_dl p {
        font-size: 12px;
    }
    #majivoice_aria .app_dl h3 {
        font-size: 3.5vw;
        margin-bottom: 3%;
    }
    .app_dl ul.app_dl_list li img {
        height: 10vw;
    }
    
}
/* ========================================
     1000px
======================================== */
@media screen and (max-width:1000px){
    
    
}

/* ========================================
     768px
======================================== */
@media screen and (max-width:768px){
    .pc_only {
        display: none;
    }
    .sp_only {
        display: block;
    }
    #mv {
        padding-top: 69%;
    }
    .mv_inner {
        padding-top: 0%;
    }
    /* ----- cont_1 ----------------------------------*/
    #cont_1 {
        padding-bottom: 1vw;
    }
    #C1_img_road {
        width: 85vw;
        margin: 22vw auto 25vw;
        display: block;
    }
    #C1_img .normal_box {
        width: 38vw;
    }
    #C1_img #item1_box {
        top: -11vw;
        left: 4vw;
    }
    #C1_img #item2_box {
        top: -12vw;
        left: 50vw;
    }
    #C1_img #item3_box {
        top: 20vw;
        left: 62vw;
    }
    #img_item3_1 {
        width: 30%;
        margin-bottom: -5%;
        margin-right: -12%;
    }
    #img_item3_2 {
        width: 15%;
        top: 0%;
        right: 7vw;
    }
    #C1_img #item4_box {
        top: 25vw;
        left: 24vw;
    }
    #img_item4_2 {
        width: 6%;
        top: -12%;
        left: 28%;
    }
    #C1_img #item5_box {
        top: 49vw;
        left: -4vw;
    }
    #C1_img #item6_box {
        width: 61.8vw;
        left: 28.3vw;
        top: 63.5vw;
    }
    #C1_img #item6_box_sub {
        width: 18%;
        left: 78.5vw;
        top: 78.2vw;
        padding-top: 18%;
    }

    #C1_img #item7_box {
        top: 119vw;
        left: 52vw;
    }
    #C1_img #item8_box {
        top: 116vw;
        left: 5vw;
    }
     #C1_img #item9_box {
        top: 155vw;
        left: 14vw;
        width: 77vw;
        display: flex;
        justify-content: space-between;
        flex-flow: row-reverse;
    }
    #C1_img #item9_box .item_img_box {
        width: 38vw;
    }
    #C1_img #item9_box h3.item_ttl {
        width: 38vw;
        margin-top: 14%;
    }
    #C1_img #item9_box h3.item_ttl img {
        bottom: -2vw;
    }
    #item9_ttl_sub {
        width: 48vw;
        top: 153vw;
        left: 4vw;
        margin: auto;
    }
    /* ----- cont_2 ----------------------------------*/
    #cont_2 h2 {
        width: 78vw;
        margin: -6.5vw auto 0;
    }
    #cont_2 {
        padding: 5vw 4vw;
    }
    #C2_box {
        padding: 4vw;
        margin-top: -4vw;
    }
    
    /* ----- cont_3 ----------------------------------*/
    #cont_3 {
        padding: 7vw;
    }
    #cont_3 #ttl_cont_3-1 {
        width: 100%;
        margin: -10.5% auto 3%;
    }
    #cont_3 #ttl_cont_3-3 {
        width: 80%;
        margin: 3% auto;
    }
    #C3_step {
        margin: 6% auto -3vw;
    }
    .step_box {
       /* display: block;*/
        border: 1.3vw #000 solid;
        border-radius: 4vw;
        margin-bottom: 3vw;
        flex-wrap: wrap;
    }
    
    
    
    #step_4 .step_text_box, 
    #step_2 .step_text_box,
    .step_text_box {
        
    }
    .step_ttl_box {
        width: 38%;
    }
    .step_text_box {
        width: 62%;
    }
    .step_ttl_box {
        /*padding-top: 100%;*/
    }
    .step_img_box {
        padding-top: 50%;
        width: 100%;
    }
    
    #step_1 .step_ttl_box img.icon_img {
        width: 92%;
    }
    #step_2 .step_ttl_box img.icon_img {
        width: 70%;
        left: 0%;
    }
    #step_3 .step_ttl_box img.icon_img {
        width: 90%;
        top: -13%;
        left: 12%;
        bottom: 0;
    }
    #step_4 .step_ttl_box img.icon_img {
        width: 90%;
    }
    #step_5 .step_ttl_box img.icon_img {
        width: 86%;
        left: -15%;
    }
    /* ----- footer .footer_top ----------------------------------*/
    footer .footer_top {
        padding: 40px 8% 44px ;
    }
    footer .footer_top p.logo_box {
        width: 90%;
    }
    footer .footer_top p.ttl {
        line-height: 1;
        font-size: 16px;
        margin: -48px 0 32px;
    }
    footer .footer_bottom {
        font-size: 10px;
    }
}
/* ========================================
     481px
======================================== */
@media screen and (max-width:481px){
}

/* =========================================================
     アニメーション
========================================================= */

#img_item1_2 {
	animation: img_item1_2;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode:none;
    animation-delay: 2s;/*実行時間*/
    animation-duration: 2.5s;/*実行時間*/
    opacity: 1;
    transform:  translateX(0%);
}

@keyframes img_item1_2 {
    0% { transform: translate(0, 0px); }
    
    20% { transform: translate(0, 0px); }
    25% { transform: translate(0px, -10%); }
    30% { transform: translate(0, 5px); }
    35% { transform: translate(0px, -10%); }
    40% { transform: translate(0, 5px); }
    45% { transform: translate(0px, -10%); }
    50% { transform: translate(0px, 0px); }
    
    100% { transform: translate(0px, 0px); }
}
#item9_ttl_sub,
#item6_box_sub,
#img_item1_3 {
	animation: img_item1_3;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode:none;
    animation-duration: 2s;/*実行時間*/
    opacity: 1;
    transform:  translateY(0%);
}
#item9_ttl_sub,
#item6_box_sub{
    animation-duration: 3s;/*実行時間*/
}

@keyframes img_item1_3 {
    0% { transform: translate(0, 0px) scale(1); }
    100% { transform: translate(0px, -13%) scale(1.1); }
}


#img_item2_2 {
	animation:img_item2_2 ;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-duration: 4.0s;
    transform-origin:center bottom;
    
}
@keyframes img_item2_2  {
    0% { transform: scale(0.0) translate( 0% , 5% )}
    20% {opacity: 1;}
    70% {opacity: 1;}
    100% { transform: scale(1) translate( 0% , -15% ) ;opacity: 0; }
}

#img_item2_3 {
	animation: img_item2_3;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-delay: 2.0s;
    animation-duration: 4.0s;
    transform-origin:center bottom;
    
}
@keyframes img_item2_3 {
    0% { transform: scale(0.0) translate( 0% , 5% )}
    20% {opacity: 1;}
    70% {opacity: 1;}
    100% { transform: scale(1) translate( 0% , -15% ) ;opacity: 0; }
}









#img_item3_2 {
	animation: img_item3_2;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode:none;
    animation-duration: 2.0s;/*実行時間*/
    opacity: 1;
    transform:  translateX(0%);
    transform-origin: bottom left;
}

@keyframes img_item3_2 {
    
    0% { transform: rotate(0deg); }
    60% { transform: rotate(0deg); }
    70% { transform: rotate(-12deg); }
    80% { transform: rotate(12deg); }
    90% { transform: rotate(-12deg); }
    100% { transform: rotate(0deg); }
}




#img_item4_2,
#img_item4_3,
#img_item4_4{
    opacity: 0;
    transform: scale(0);
}
#img_item4_2{
	animation: img_item4_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(1);
}

@keyframes img_item4_2 {
    0% { transform: scale(1);}
    100% { transform: scale(0.5); }
}

#img_item4_3{
	animation:img_item4_3;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode:none;
    animation-duration: 2.0s;/*実行時間*/
    opacity: 1;
    transform: scale(1.1);
    
}
@keyframes img_item4_3 {
    0% { transform: scale(1.1);}
    100% { transform: scale(0.5); }
}

#img_item4_4{
	animation: img_item4_4;
    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.3);
    
}

@keyframes img_item4_4 {
    0% { transform: scale(1.3);}
    100% { transform: scale(1); }
}



#img_item5_2 {
    animation: img_item5_2;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: none;
    animation-duration: 1.5s;
    transform-origin: right bottom;
    transform: rotate(8deg);
}

@keyframes img_item5_2 {
    0% {transform: rotate(8deg)}
    100% {transform: rotate(-8deg)}
}


#img_item7_3{
	animation:img_item4_3;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode:none;
    animation-duration: 2s;/*実行時間*/
    opacity: 1;
    transform: scale(1.1);
    
}
@keyframes img_item4_3 {
    0% { transform: scale(1.1);}
    100% { transform: scale(0.5); }
}

#img_item7_2{
	animation: img_item4_4;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode:none;
    animation-duration: 2s;/*実行時間*/
    opacity: 1;
    transform: scale(0.5);
    
}

@keyframes img_item4_4 {
    0% { transform: scale(0.5);}
    100% { transform: scale(1.1); }
}


#img_item8_2 {
    animation: img_item8_2;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-duration: 2.7s;
    opacity: 1;
    transform:  translateY(0%);
}

@keyframes img_item8_2 {
    0% { transform: translate(0%, 0%); }
    100% { transform: translate(-10%, 7.2%); }
}



#img_item9_3 {
	animation: img_item9_3;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-duration: 3.5s;
    transform-origin:center bottom;
    
}
@keyframes img_item9_3 {
    0% { transform: scale(0) translate( 0% , 5% )}
    20% {opacity: 1;}
    70% {opacity: 1;}
    100% { transform: scale(1) translate( 0% , -15% ) ;opacity: 0; }
}

#img_item9_4 {
	animation: img_item9_4;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-duration: 2.5s;
    transform-origin:center bottom;
    
}
@keyframes img_item9_4 {
    0% { transform: scale(0) translate( 0% , 5% )}
    20% {opacity: 1;}
    70% {opacity: 1;}
    100% { transform: scale(1) translate( 0% , -30% ) ;opacity: 0; }
}

#img_item9_5 {
	animation: img_item9_5;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-duration: 3s;
    transform-origin:center bottom;
    
}
@keyframes img_item9_5 {
    0% { transform: scale(0) translate( 0% , 5% )}
    20% {opacity: 1;}
    70% {opacity: 1;}
    100% { transform: scale(1) translate( 0% , -20% ) ;opacity: 0; }
}

#img_item9_2 {
    animation: img_item9_2;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-duration: 3s;
    opacity: 1;
    transform: translate(0%);
    transform-origin: bottom right;
}

@keyframes img_item9_2 {
    
    0% { transform: rotate(0deg); }
    60% { transform: rotate(0deg); }
    70% { transform: rotate(8deg); }
    80% { transform: rotate(0deg); }
    90% { transform: rotate(8deg); }
    100% { transform: rotate(0deg); }
}


/* common
-------------------- */


.left_box {
    overflow: hidden;
}
.left_box.first_anim {
    
}

.left_box .side_anim {
    transform: translateY(100%);
    opacity: 0;
}
.left_box.first_anim .side_anim {
    transform: translateY(0);
    opacity: 1;
    transition-delay:0;
    transition-duration: 0.5s;
}

.left_box .first_slide {
    transform: translateX(50%);
    opacity: 0;
}
.left_box.first_anim .first_slide {
    transform: translateY(0);
    opacity: 1;
    transition-delay:0.5s;
    transition-duration: 0.5s;
}


.item_anim.center_slide {
    opacity: 0;
    transition-delay:0.3s;
    transition-duration: 0.8s;
    transform:  scale(0);
}
.item_anim.center_slide.active {
    transform:  scale(1);
    opacity: 1;
}

.item_anim.top_slide {
    opacity: 0;
    transition-delay:0.3s;
    transition-duration: 0.8s;
    transform: translateY(200px);
}
.item_anim.top_slide.active {
    transform: translateY(0) ;
    opacity: 1;
}

.item_anim.left_slide {
    opacity: 0;
    transition-delay:0.3s;
    transition-duration: 0.8s;
    transform: translateX(-20%);
}
.item_anim.left_slide.active {
    transform: translateX(0);
    opacity: 1;
}


/* mv
-------------------- */

#mv {
    opacity: 0;
}
.first_anim #mv {
    transition-duration: 0.6s;
    opacity: 1;
}
.mv_c {
    opacity: 0;
    transform:scale(0);
}
.first_anim .mv_c {
    transition-delay: 0.4s;
    transition-duration: 0.6s;
    opacity: 1;
    transform: scale(1);
}

 .mv_c h1  {
    opacity: 0;
    transform:scale(0);
}
.first_anim .mv_c h1 {
    transition-delay: 0.9s;
    transition-duration: 0.6s;
    opacity: 1;
    transform: scale(1);
}
#mv_right_img {
    transform: translateY(100%);
}
.first_anim #mv_right_img {
    transition-delay: 1.4s;
    transition-duration: 0.6s;
    transform: translateY(0);
}
#mv_kira_1,
#mv_kira_2 {
    opacity: 0;
}
.first_anim #mv_kira_1,
.first_anim #mv_kira_2 {
    transition-delay: 2.4s;
    transition-duration: 1.2s;
    opacity: 1;
}

/* cont_1
-------------------- */

#cont_1 h2 {
    opacity: 0;
    transition-duration: 0.8s;
    transform: translateY(200px);
}
#cont_1.next_anim h2 {
    transform: translateY(0);
    opacity: 1;
}
#C1_img_road,
#fade-in a {
    opacity: 0;
    transition-delay:1.0s;
    transition-duration: 0.8s;
}
#cont_1.next_anim #C1_img_road,
#cont_1.next_anim #fade-in a  {
    opacity: 1;
}
#cont_1.next_anim  #fade-in a#fade-in_1  {
    transition-delay:0.5s;
}
#cont_1.next_anim  #fade-in a#fade-in_2  {
    transition-delay:0.75s;
}
#cont_1.next_anim  #fade-in a#fade-in_3  {
    transition-delay:1.0s;
}
#cont_1.next_anim  #fade-in a#fade-in_4  {
    transition-delay:1.25s;
}
#cont_1.next_anim  #fade-in a#fade-in_5  {
    transition-delay:1.50s;
}
#cont_1.next_anim  #fade-in a#fade-in_6  {
    transition-delay:1.75s;
}
#cont_1.next_anim  #fade-in a#fade-in_7  {
    transition-delay:1.75s;
}
#cont_1.next_anim  #fade-in a#fade-in_8  {
    transition-delay:2.0s;
}
#cont_1.next_anim  #fade-in a#fade-in_9  {
    transition-delay:2.25s;
}
#cont_1.next_anim  #fade-in a#fade-in_10  {
    transition-delay:2.5s;
}
#cont_1.next_anim  #fade-in a#fade-in_11  {
    transition-delay:2.5s;
}
#C1_img_road  {
    transition-delay:2.75s;
}





:root {
  --border_color: #e8374a;
}


#C1_img h3.item_ttl::before {
    content: "CLICK！";
    position: absolute;
    bottom: 0;
    top: -33%;
    right: 0;
    left: 0.5em;
    z-index: 1;
    color: #ffffff;
    font-size: 22px;
    font-weight: 900;
    margin: auto;
    text-shadow: var(--border_color) 2px 0px 0px, var(--border_color) -2px 0px 0px, var(--border_color) 0px -2px 0px, var(--border_color) 0px 2px 0px, var(--border_color) 2px 2px 0px, var(--border_color) -2px 2px 0px, var(--border_color) 2px -2px 0px, var(--border_color) -2px -2px 0px, var(--border_color) 1px 2px 0px, var(--border_color) -1px 2px 0px, var(--border_color) 1px -2px 0px, var(--border_color) -1px -2px 0px, var(--border_color) 2px 1px 0px, var(--border_color) -2px 1px 0px, var(--border_color) 2px -1px 0px, var(--border_color) -2px -1px 0px, var(--border_color) 1px 1px 0px, var(--border_color) -1px 1px 0px, var(--border_color) 1px -1px 0px, var(--border_color) -1px -1px 0px;
    opacity: 0;
    transition: 0.8s;
	animation:click_icon_anim;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode:none;
    animation-duration: 2s;/*実行時間*/
    transform-origin: center;
    
}
#C1_img .click_icon h3.item_ttl::before {
    opacity: 1;
    transform: scale(1.0);
}
@keyframes click_icon_anim {
    0% { transform: scale(1.0);}
    100% { transform: scale(0.75); }
}

@media screen and (max-width:768px){
    #C1_img h3.item_ttl::before {
        top: -4vw;
        font-size: 4.5vw;
    }
    #C1_img #item9_box h3.item_ttl::before {
        top: 2.0vw;
    }
}

/* ローディング
--------------------------------------------------------- */
#loader-bg{
    background: #004c42;
    height:100vh;
    width: 100vw;
    position:fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.load_character{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 80%;
    max-width: 1200px;
	margin: auto;
	margin-top: 200px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
ul.load_character li{	
	margin: 0 1.5%;
	position: relative;
    filter: saturate(120%);
}

.pace {
   display: none;
}
#loader-bg .load_text {
    font-family: 'Dela Gothic One', cursive;
    text-align: center;
    margin-top: 50px;
    font-size: 72px;
    text-align: center;
    color: #fff;
    line-height: 1;
    --color: #FFABBD;
    text-shadow: 0 0 0.05em var(--color), 0 0 0.1em var(--color), 0 0 0.15em var(--color), 0 0 0.3em var(--color);
    filter: saturate(175%);
    animation: load_text 1.5s infinite alternate;
    letter-spacing: 0.12em;
}

@keyframes load_text {
  
  0%, 19%, 21%, 23%,25%, 53%, 57%, 100% {
	--color: #FFABBD;
	text-shadow: 
		0 0 0.05em var(--color),
		0 0 0.10em var(--color),
		0 0 0.15em var(--color),
		0 0 0.30em var(--color);
  }
  
  20%, 24%, 55% {        
      text-shadow: 0 0 0.1em var(--color);
  }   
} 


ul.load_character li img{	
    animation: jump .7s alternate infinite ease-in-out;
    transform-origin: 50%;
}

@keyframes jump{
    0%{
        transform:translateY(0px)
    }
    100%{
        transform:translateY(-20%)
    }
}
ul.load_character li:nth-child(2) img{
    animation-delay: .2s;
}
ul.load_character li:nth-child(3) img{
    animation-delay: .3s;
}
ul.load_character li:nth-child(4) img{
    animation-delay: .4s;
}
ul.load_character li:nth-child(5) img{
    animation-delay: .5s;
}
.wrapper span{
    position: absolute;
    top:75px;
    font-family: 'Lato';
    font-size: 20px;
    letter-spacing: 12px;
    color: #fff;
    left:15%;
}


@media all and (-ms-high-contrast: none){
   .pace {
       display: none;
    }
    #loader-bg .load_dot-content{
        animation-name: loader-content-bg;
        animation-duration: 0.6s;
        animation-timing-function: ease-in;
        animation-iteration-count: 1;
        opacity: 0;
        animation-fill-mode: forwards;
    }
    @keyframes loader-content-bg {
        0% {opacity: 0;}
        100% {opacity: 1;}
    }

}


@media screen and (max-width: 1000px){
	ul.load_character {
   		margin-top: 10vw;
	}
	#loader-bg .load_text {
		margin-top: 10vw;
		font-size: 5vw;
	}
}

.loader-content {
    text-align: center;
}
#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;
}
.load_dot li {
    width: 60px;
    margin: 0 20px;
}
@keyframes l1 {to{clip-path: inset(0 -20% 0 0)}}

/* ==============================
     1200px
============================== */
@media screen and (max-width:1200px){
    
    #load_dojo {
        animation: jump .7s alternate infinite ease-in-out;
        width: 150px;
        margin-bottom: 20px;
        margin-top: -100px;
    }
    .load_dot li {
        width: 40px;
        margin: 0 5px;
    }
}
