/* CSS Document */
/* =========================================================
     共通
========================================================= */
/* 共通
--------------------------------------------------------- */
body {
	font-size: 18px;
	line-height: 1.7;
    text-align: center;
    color: #111;
}
.inner {
	max-width: 1628px;
    width: 90%;
	margin: 0 auto;
}
.inline_B {
	display: inline-block;
}
img {
    vertical-align: bottom;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
}
.pc_only {
    display: block;
    margin: 0 auto;
}
.sp_only {
    display: none;
    margin: 0 auto;
}
.sp_only767 {
    display: none;
    margin: 0 auto;
}
.pc_nowrap {
    white-space: nowrap;
}
/* container_Aria
--------------------------------------------------------- */
#container_Aria {
    background: url(../img/bg_pattern.jpg) no-repeat center center /  100% 100%;
    padding: 120px 0;
    box-sizing: border-box;
    position: relative;
}
.container_box {
    background: url(../img/bg_content_white_2.svg) no-repeat center center / 100% 100%;
    padding: 110px 100px;
    box-sizing: border-box;
}
/* header
--------------------------------------------------------- */
header {
}
#header h1 img {
    margin: 160px auto 0;
}
/* about_Aria
--------------------------------------------------------- */
#about_Aria {
    margin-bottom: 70px;
    position: relative;
}
#about_Aria h2 {
    margin-top: 57px;
    margin-bottom: 40px;
}
#about_Aria .about_box {
    font-size: 25px;
    line-height: 2;
    position: relative;
}

/* ----- 「木」 ----------------------------------*/
.item_about_left_01 {
    position: absolute;
    left: 160px;
    top: -363px;
    width: 6%;
}
/* ----- 「自転車」 ----------------------------------*/
.item_about_left_03 {
    position: absolute;
    left: -56px;
    bottom: 0;
    width: 15%;
}
/* ----- 「Hi!」のアニメーション ----------------------------------*/
.item_about_left_02 {
    position: absolute;
    left: -56px;
    top: -154px;
    width: 23.5%;
}
.item_about_left_02 .about_left_02 {
    position: relative;
}
.item_about_left_02 .about_left_02 .al02_anim_01 {
    position: absolute;
    left: 0;
    top: 0;
}
.item_about_left_02 .about_left_02 .al02_anim_01 img {
    animation-name: al02_anim_01;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 3s;
}
@keyframes al02_anim_01 {
    0% {
        transform: translate(0,0);
    }
    100% {
        transform: translate(0,-8%)
    }
}


/* ----- 「木」 ----------------------------------*/
.item_about_right_01 {
    position: absolute;
    right: 130px;
    top: -230px;
    width: 6%;
}

/* ----- 「車」 ----------------------------------*/
.item_about_right_02 {
    position: absolute;
    right: 80px;
    top: 0px;
    width: 17%;
}

/* ----- 「木」 ----------------------------------*/
.item_about_right_03 {
    position: absolute;
    right: 9px;
    bottom: -20px;
    width: 8%;
}

/* ----- 「ヒッチハイク」のアニメーション ----------------------------------*/
.item_about_right_04 {
    position: absolute;
    right: 170px;
    bottom: -140px;
    width: 9%;
}
.item_about_right_04 .about_right_04 {
    position: relative;
}
.item_about_right_04 .about_right_04  img {
    animation-name: ar04_anim_01;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 5s;
}
@keyframes ar04_anim_01 {
    0% { transform: translate(0, 0px); }
    
    44% { transform: translate(0, 0px); }
    46% { transform: translate(0px, -10%); }
    48% { transform: translate(0, 2px); }
    50% { transform: translate(0px, -10%); }
    52% { transform: translate(0, 2px); }
    54% { transform: translate(0px, -10%); }
    56% { transform: translate(0px, 0px); }
    
    100% { transform: translate(0px, 0px); }
}


/* photo_box
--------------------------------------------------------- */
#photo_Aria {
    margin-bottom: 30px;
}
#photo_Aria .photo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#photo_Aria ul.photo_list li:nth-child(even) .photo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
#photo_Aria .photo div.text_box {
    width: 46%;
    text-align: center;
    font-size: 26px;
    line-height: 1.5;
}
#photo_Aria .photo div.img_box {
    width: 54%;
    
}
#photo_Aria ul.photo_list li:nth-child(odd) .photo div.img_box {
    text-align: right;
    position: relative;
    z-index: 999;
}
#photo_Aria ul.photo_list li:nth-child(even) .photo div.img_box {
    text-align: left;
}
#photo_Aria ul.photo_list li:nth-child(2) .photo div.img_box {
    text-align: center;
}
#photo_Aria ul.photo_list li:nth-child(2) .photo {
    margin-top: -4.6%;
    margin-bottom: 6.2%;
}
#photo_Aria ul.photo_list li:nth-child(4) .photo {
    margin-top: -10%;
}

/* ----- 「…」のアニメーション ----------------------------------*/
#photo_Aria .photo div.ttl_box {
    position: relative;
    display: inline-block;
}
#photo_Aria .photo div.ttl_box .sub_img img {
    position: absolute;
    top: 0;
    left: 0;
}

#photo_Aria .photo div.ttl_box .dot_anim_01 {
    animation-name: anim_icon_01;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-duration: 4s;
}
@keyframes anim_icon_01 {
    0% {
        opacity: 0;
    }
    22% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
#photo_Aria .photo div.ttl_box .dot_anim_02 {
    animation-name: anim_icon_02;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-duration: 4s;
}
@keyframes anim_icon_02 {
    0% {
        opacity: 0;
    }
    47% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
#photo_Aria .photo div.ttl_box .dot_anim_03 {
    animation-name: anim_icon_03;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-duration: 4s;
}
@keyframes anim_icon_03 {
    0% {
        opacity: 0;
    }
    72% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* ----- 「new」のアニメーション ----------------------------------*/
.item_anim_speed {
    position: relative;
}
.item_anim_speed .new_anim_01 {
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
}
.item_anim_speed .new_anim_01 img {
    animation-name: new_anim_01;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 3s;
}
@keyframes new_anim_01 {
    0% { transform: translate(0, 0px); }
    92% { transform: translate(0, 0px); }
    96% { transform: translate(0px, -10%); }
    100% { transform: translate(0px, 0px); }
}

/* ----- 「小鳥」のアニメーション ----------------------------------*/
#photo_Aria .photo div.text_box {
    position: relative;
}
#photo_Aria .photo div.text_box .item_bird {
}
#photo_Aria .photo div.text_box .bird_anim_01 {
    position: absolute;
    right: 4%;
    bottom: -24%;
    width: 18%;
}
#photo_Aria .photo div.text_box .bird_anim_01 img {
    animation-name: bird_anim_01;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 3s;
}
@keyframes bird_anim_01 {
    0% { transform: translate(0, 0px); }
    92% { transform: translate(0, 0px); }
    96% { transform: translate(0px, -10%); }
    100% { transform: translate(0px, 0px); }
}
/* ----- 「雲」のアニメーション ----------------------------------*/
#photo_Aria .photo div.ttl_box .illust_anim_01 img {
    animation-name: illust_anim_01;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 2.7s;
}
@keyframes illust_anim_01 {
    0% {
        transform: translate(0,-3%);
    }
    100% {
        transform: translate(0,11%)
    }
}
#photo_Aria .photo div.ttl_box .illust_anim_02 img {
    animation-name: illust_anim_02;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 2s;
}
@keyframes illust_anim_02 {
    0% {
        transform: translate(0,4%);
    }
    100% {
        transform: translate(0,-3%)
    }
}

/* ----- 「食事」のアニメーション ----------------------------------*/
#photo_Aria li#poto02 .photo div.text_box {
    margin-top: 4.5%;
    position: relative;
    text-align: left;
}
#photo_Aria ul.photo_list li#poto02 p {
    text-align: center;
}
#photo_Aria ul.photo_list li#poto02 div.ttl_box {
    margin-bottom: 12%;
    width: 68%;
    margin-left: 5%;
}
#photo_Aria ul.photo_list li#poto02 div.item_cuisine .cuisine_anim_01 {
    position: absolute;
    right: 0.5%;
    width: 27.5%;
    top: -3%;
}
#photo_Aria ul.photo_list li#poto02 div.item_cuisine .cuisine_anim_02 {
    position: absolute;
    left: 3%;
    width: 12%;
    bottom: -18%;
}

#photo_Aria ul.photo_list li#poto02 div.item_cuisine .cuisine_anim_01 img {
    animation-name: cuisine_anim_01;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 2s;
}
@keyframes cuisine_anim_01 {
    0% {
        transform: translate(0,8%);
    }
    100% {
        transform: translate(0,-8%)
    }
}
#photo_Aria ul.photo_list li#poto02 div.item_cuisine .cuisine_anim_02 img {
    animation-name: cuisine_anim_02;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 2.5s;
}
@keyframes cuisine_anim_02 {
    0% {
        transform: translate(0,4%);
    }
    100% {
        transform: translate(0,-4%)
    }
}
/* ----- 「音符」のアニメーション ----------------------------------*/
#photo_Aria #poto03 .photo div.text_box {
    margin-top: -5%;
}
#photo_Aria ul.photo_list li#poto03 div.ttl_box {
    margin-bottom: 6%;
}
#photo_Aria .photo div.item_music {
    position: relative;
    display: inline-block;
    margin-top: -100%;
}
#photo_Aria .photo div.item_music .sub_img > div {
    position: absolute;
    top: -19%;
    left: 0;
    right: 0;
}
#photo_Aria .photo div.item_music .sub_img > div.music_anim_01 img {
    animation-name: music_anim_01;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 2s;
}
@keyframes music_anim_01 {
    0% {
        transform: translate(0,10%);
    }
    100% {
        transform: translate(0,-4%)
    }
}
#photo_Aria .photo div.item_music .sub_img > div.music_anim_02 img {
    animation-name: music_anim_02;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 3s;
}
@keyframes music_anim_02 {
    0% {
        transform: translate(0,-3%);
    }
    100% {
        transform: translate(0,12%);
    }
}
#photo_Aria .photo div.item_music .sub_img > div.music_anim_03 img {
    animation-name: music_anim_03;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 2.5s;
}
@keyframes music_anim_03 {
    0% {
        transform: translate(0,0%);
    }
    100% {
        transform: translate(0,-15%);
    }
}
#photo_Aria .photo div.item_music .sub_img > div.music_anim_04 img {
    animation-name: music_anim_04;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 2s;
}
@keyframes music_anim_04 {
    0% {
        transform: translate(0,-3%);
    }
    100% {
        transform: translate(0,10%);
    }
}
#photo_Aria .photo div.item_music .sub_img > div.music_anim_05 img {
    animation-name: music_anim_05;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 3.5s;
}
@keyframes music_anim_05 {
    0% {
        transform: translate(0,-10%);
    }
    100% {
        transform: translate(0,-30%);
    }
}
#photo_Aria .photo div.item_music .sub_img > div.music_anim_06 img {
    animation-name: music_anim_06;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 3s;
}
@keyframes music_anim_06 {
    0% {
        transform: translate(0,10%);
    }
    100% {
        transform: translate(0,-10%)
    }
}




/* ----- パーツ位置調整 ----------------------------------*/
#photo_Aria ul.photo_list li#poto04 div.ttl_box {
    margin-top: 23%;
    width: 95%;
}


#photo_Aria ul.photo_list li#poto01 div.ttl_box {
    margin-bottom: 55px;
}
#photo_Aria ul.photo_list li#poto01 div.text_box {
    padding-right: 6%;
    box-sizing: border-box;
}

/* lineup_Aria
--------------------------------------------------------- */
#lineup_Aria {
    padding-bottom: 60px;
}
#lineup_Aria .lineup_ttl_01 {
    padding: 20px 0;
    transform: rotate(-6deg);
    text-align: right;
    position: absolute;
    width: 40vw;
    left: -80vw;
    right: 0;
    margin: 60px auto 0;
}
#lineup_Aria .lineup_ttl_01_1 {
    padding: 0;
    transform: rotate(-6deg);
    text-align: right;
    position: absolute;
    width: 70vw;
    left: -35vw;
    right: 0;
    margin: -95px auto 0;
}
#lineup_Aria h2.lineup_ttl_02 {
    margin: 150px 0 55px;
}
#lineup_Aria ul.linup_item_list {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#lineup_Aria ul.linup_item_list li {
    width: 33.3333%;
}
#lineup_Aria ul.linup_item_list li a {
    color: #111;
    display: block;
}
#lineup_Aria ul.linup_item_list li .item_ttl {
    line-height: 1;
    padding: 15px 0 50px;
    font-size: 20px;
    font-weight: bold;
}
#lineup_Aria ul.linup_item_list li.carrycase .item_ttl {
    line-height: 1.4;
    font-size: 24px;
}
#lineup_Aria ul.linup_item_list li .item_ttl .start_day  {
    display: inline-block;
    border: 1px solid #111;
    padding: 10px 30px 10px;
    font-size: 16px;
    margin-top: 10px;
    letter-spacing: 0.10em;
}
#lineup_Aria .about_box {
    font-size: 25px;
    line-height: 2;
    font-weight: bold;
    margin-bottom: 0;
    padding-top: 140px;
}
#lineup_Aria h2 {
    margin-top: 57px;
    margin-bottom: 40px;
}
ul.linup_item_list .category {
    background-color: #0c743a;
    color: #fff;
    font-size: 90%;
    border-radius: 20px;
    padding: 4px 15px;
    font-weight: bold;
    margin-bottom: 15px;
    display: inline-block;
}

/* ----- 「HAHAHA」のアニメーション ----------------------------------*/
.item_footer_tree {
    position: absolute;
    right: 3%;
    bottom: 30px;
    width: 180px;
}
.item_footer_tree2 {
    position: absolute;
    left: 3%;
    bottom: 30px;
    width: 180px;
}

/* ----- 「HAHAHA」のアニメーション ----------------------------------*/
.item_hahaha {
    position: absolute;
    left: 2%;
    bottom: 0;
}
.item_hahaha .hahaha {
    position: relative;
}
.item_hahaha .hahaha .hehehe_anim_01 {
    position: absolute;
    left: 0;
    top: 0;
}
.item_hahaha .hahaha .hehehe_anim_01 img {
    animation-name: hehehe_anim_01;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 5s;
}
@keyframes hehehe_anim_01 {
    0% { transform: translate(0, 0px); }
    
    44% { transform: translate(0, 0px); }
    46% { transform: translate(0px, -10%); }
    48% { transform: translate(0, 5px); }
    50% { transform: translate(0px, -10%); }
    52% { transform: translate(0, 5px); }
    54% { transform: translate(0px, -10%); }
    56% { transform: translate(0px, 0px); }
    
    100% { transform: translate(0px, 0px); }
}

/* footer
--------------------------------------------------------- */
footer {
    max-height: 455px;
    overflow: hidden;
    position: relative;
}
.footer_box {
    padding: 100px 0;
    max-width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
}
.footer_box_inner {
    display: flex;
}
.footer_box .logo_box {
    width: 240px;
}
.footer_box .text_box {
    width: calc(100% - 240px ); 
    padding: 0 40px 0 80px;
    box-sizing: border-box;
}
.footer_box .text_box .shop_button {
    margin-bottom: 30px;
}
.footer_box .text_box .shop_button a {
    display: block;
    background: #8fc31f;
    padding: 20px 20px 25px;
    color: #fff;
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    transition: 0.2s;
}
.footer_box .text_box .shop_button a:hover {
    background: #6b6a6a;
}
.footer_box .text_box .shop_button img {
    margin-right: 10px;
    margin-bottom: -4px;
}
.footer_box .text_box .asterisk {
    font-size: 16px;
    text-align: left;
}
.footer_box .text_box .asterisk p {
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.3;
    margin-bottom: 0.45em;
}

/* =========================================================
     1000px
========================================================= */
@media screen and (min-width:1000px){
    #catalog .catalog_frame a:hover img,
    #lineup_Aria ul.linup_item_list li a:hover img {
        animation-name: anim_humBox;
        animation-duration: 0.8s;
        animation-timing-function: ease-out;
        animation-iteration-count: 1;
        /*animation-fill-mode: forwards;*/
    }
    @keyframes anim_humBox {
        0% { transform: translate(0, 10px); }
        16% { transform: translate(0, -10px); }
        32% { transform: translate(0, 8px); }
        48% { transform: translate(0, -8px); }
        64% { transform: translate(0, 6px); }
        80% { transform: translate(0, -6px); }
        96% { transform: translate(0px, 0px); }
        100% { transform: translate(0px, 0px); }
    }
}

/* =========================================================
     1600px
========================================================= */
@media screen and (max-width:1600px){
    .inner {
        width: 95%;
    }
    #photo_Aria ul.photo_list li#poto01 div.text_box {
        padding-right: 0;
    }
    #photo_Aria .photo div.text_box {
        font-size: 1.6vw;
    }
    #photo_Aria .photo div.ttl_box > div ,
    #photo_Aria .photo div.text_box > div {
        width: 90%;
        margin: 0 auto;
    }
    #photo_Aria li#poto02 .photo div.text_box {
        margin-top: 6.5%;
        position: relative;
        text-align: left;
    }
    #photo_Aria ul.photo_list li#poto02 div.item_cuisine .cuisine_anim_01 {
        right: 1.5%;
        width: 26.5%;
        top: -3%;
    }
    #photo_Aria ul.photo_list li#poto02 div.item_cuisine .cuisine_anim_02 {
        left: 3%;
        width: 11.5%;
        bottom: -14%;
    }
    #photo_Aria ul.photo_list li#poto02 div.ttl_box {
        margin-left: 0%;
    }
    #photo_Aria #poto03 .photo div.text_box {
        margin-top: -15%;
    }
    .item_about_left_03 {
        left: -41px;
        bottom: 0px;
        width: 16%;
    }
    .item_about_left_02 {
        left: -70px;
        top: -76px;
        width: 21.5%;
    }
    .item_about_right_03 {
        right: -30px;
        bottom: 60px;
        width: 8%;
    }
    .item_about_right_04 {
        right: 85px;
        bottom: -130px;
        width: 9%;
    }
    .item_about_right_02 {
        right: 0px;
        top: -10px;
        width: 17%;
    }
    .item_about_right_01 {
        right: 110px;
        top: -270px;
        width: 7%;
    }
    .item_about_left_01 {
        left: 130px;
        top: -383px;
        width: 7.5%;
    }
    
    .footer_box {
        padding: 80px 60px;
        max-width: 1400px;
    }
    .footer_box .text_box {
        width: calc(100% - 240px );
        padding: 0 0px 0 50px;
        box-sizing: border-box;
    }
}


/* =========================================================
     1300px
========================================================= */
@media screen and (max-width:1300px){
    #container_Aria {
        padding: 70px 0 110px;
    }
    .container_box {
        padding: 80px 60px;
    }
    #header h1 {
        width: 25%;
        margin: 0 auto;
    }
    #about_Aria h2 {
        width: 70%;
        margin: 40px auto 30px;
    }
    #about_Aria .about_box {
        font-size: 22px;
    }
    .item_about_left_01 {
        left: 160px;
        top: -343px;
    }
    .item_about_right_01 {
        right: 80px;
        top: -230px;
    }
    .item_about_left_01 {
        left: 100px;
        top: -326px;
    }
    .item_about_left_02 {
        left: -60px;
        top: -14px;
    }
    .item_about_left_03 {
        left: -42px;
        bottom: 15px;
        width: 15%;
    }
    .item_about_right_03 {
        right: -28px;
        bottom: 80px;
    }
    .item_about_right_04 {
        right: 30px;
        bottom: -90px;
        width: 8%;
    }
    #about_Aria {
        margin-bottom: 40px;
    }
    #photo_Aria ul.photo_list li#poto01 div.text_box {
        margin-top: -39px;
    }
    #lineup_Aria ul.linup_item_list li .item_ttl {
        padding: 15px 0 40px;
        font-size: 17px;
    }
    #lineup_Aria ul.linup_item_list li.carrycase .item_ttl {
        font-size: 20px !important;
    }
    #lineup_Aria .lineup_ttl_01 {
        padding: 20px 0 20px 0;
        width: 52vw;
        left: -85vw;
        margin: 80px auto 0;
    }
    #lineup_Aria .lineup_ttl_01.pickup {
        margin: 0 auto;
    }
    #lineup_Aria .lineup_ttl_01_1 {
        padding: 0;
        width: 80vw;
        left: -24vw;
        margin: -100px auto 0;
    }
    #lineup_Aria h2.lineup_ttl_02 {
        margin: 150px auto 50px;
        width: 86%;
    }
    #lineup_Aria .about_box {
        font-size: 22px;
    }
    #lineup_Aria h2 {
        width: 70%;
        margin: 40px auto 30px;
    }
    .footer_box {
        padding: 60px 60px 55px;
    }
    .footer_box .text_box {
        width: calc(100% - 190px );
    }
    .footer_box .logo_box {
        width: 190px;
    }
    .footer_box .text_box .shop_button a {
        padding: 20px 20px 22px;
        font-size: 28px;
    }
    .footer_box .text_box .shop_button img {
        height: 35px;
    }
    .footer_box .text_box .asterisk {
        font-size: 14px;
    }
    .footer_box .text_box .shop_button {
        margin-bottom: 20px;
    }
    .item_hahaha {
        left: -300px;
        right: 0;
        bottom: 0;
        width: 350px;
        margin: auto;
    }
    .item_footer_tree {
        position: absolute;
        right: -220px;
        left: 0;
        margin: auto;
        bottom: 30px;
        width: 110px;
    }
    .item_footer_tree2 {
        position: absolute;
        left: -220px;
        right: 0;
        margin: auto;
        bottom: 30px;
        width: 110px;
    }
    
}

/* =========================================================
     1000px
========================================================= */
@media screen and (max-width:1000px){
    .container_box {
        padding: 70px 60px;
    }
    #about_Aria h2 {
        width: 80%;
        margin: 50px auto 30px;
    }
    #about_Aria .about_box {
        font-size: 18px;
    }
    #container_Aria {
        padding: 60px 0 110px;
    }
    .container_box {
    }
    #lineup_Aria ul.linup_item_list li .item_ttl {
        padding: 15px 0 35px;
        font-size: 16px;
    }
    #lineup_Aria ul.linup_item_list li.carrycase .item_ttl {
        font-size: 20px !important;
    }
    #lineup_Aria ul.linup_item_list li .item_ttl .start_day {
        padding: 8px 20px;
        font-size: 14px;
        margin-top: 10px;
        letter-spacing: 0.10em;
    }
    #lineup_Aria ul.linup_item_list li {
        width: 50%;
    }
    #lineup_Aria h2.lineup_ttl_02 {
        margin: 140px auto 32px;
        width: 90%;
    }
    #lineup_Aria .lineup_ttl_01 {
        padding: 20px 0 20px 0;
        width: 58vw;
        left: -80vw;
        margin: 100px auto 0;
        font-size: 0;
    }
    #lineup_Aria .lineup_ttl_01.pickup {
        left: -60vw;
        margin: -75px auto 0;
    }
    #lineup_Aria .lineup_ttl_01_1 {
        padding: 0;
        width: 70vw;
        left: -34vw;
        margin: -75px auto 0;
        font-size: 0;
    }
    #lineup_Aria .about_box {
        font-size: 18px;
    }
    #lineup_Aria h2 {
        width: 80%;
        margin: 50px auto 30px;
    }
    #photo_Aria .photo {
        flex-wrap: wrap;
        justify-content: center;
    }
    #photo_Aria .photo div.img_box ,
    #photo_Aria .photo div.text_box {
        width: 80%;
        
    }
    #photo_Aria .photo div.text_box {
        font-size: 20px;
    }
    #photo_Aria ul.photo_list li#poto01 div.text_box {
        margin-top: 30px;
    }
    #photo_Aria ul.photo_list li:nth-child(2) .photo {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    #photo_Aria .photo div.ttl_box > div, 
    #photo_Aria .photo div.text_box > div {
        width: 100%;
    }
    div.ttl_box {
        margin-bottom: 30px;
    }
    #photo_Aria .photo div.ttl_box .sub_img img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    #photo_Aria #poto03 .photo div.text_box {
        margin-top: 25px;
    }
    #photo_Aria ul.photo_list li#poto03 div.ttl_box {
        margin-bottom: 15px;
        margin-top: -3%;
    }
    #photo_Aria ul.photo_list li#poto02 div.ttl_box {
        margin-bottom: 35px;
        width: auto;
    }
    #photo_Aria li#poto02 .photo div.text_box {
        margin-top: 30px;
        text-align: center;
    }
    #photo_Aria ul.photo_list li#poto02 div.item_cuisine .cuisine_anim_01 {
        right: -9.5%;
        width: 26.5%;
        bottom: -4%;
        top: auto;
    }
    #photo_Aria ul.photo_list li#poto02 div.item_cuisine .cuisine_anim_02 {
        left: 1%;
        width: 11.5%;
        bottom: -16%;
    }
    #photo_Aria ul.photo_list li:nth-child(4) .photo {
        margin-top: 30px;
    }
    #photo_Aria ul.photo_list li#poto04 div.ttl_box {
        margin-top: 20px;
        width: 95%;
    }
    .item_about_right_04 {
        right: 10px;
        bottom: -90px;
        width: 8%;
    }
    .item_about_right_04 {
        right: -20px;
        bottom: -120px;
        width: 11%;
    }
    .item_about_left_03 {
        left: -51px;
        bottom: -35px;
        width: 18%;
    }
    .item_about_left_02 {
        left: -67px;
        top: 6px;
        width: 26.5%;
    }
    .item_about_right_01 {
        right: 40px;
        top: -230px;
        width: 10%;
    }
    .item_about_left_01 {
        left: 65px;
        top: -310px;
        width: 9%;
    }
    .item_hahaha {
        width: 300px;
        left: -90px;
    }
    .item_footer_tree {
        right: -280px;
        width: 90px;
        bottom: 10px;
    }
    .item_footer_tree2 {
        left: -280px;
        width: 90px;
        bottom: 10px;
    }
    .footer_box .logo_box {
        width: 130px;
    }
    .footer_box .text_box {
        width: calc(100% - 130px );
        padding: 0 0px 0 30px;
    }
    .footer_box .text_box .shop_button img {
        height: 26px;
    }
    .footer_box .text_box .shop_button a {
        padding: 20px 20px 21px;
        font-size: 21px;
    }
    .footer_box .text_box .shop_button img {
        margin-right: 8px;
        margin-bottom: -2px;
    }
    .footer_box .text_box .asterisk {
        font-size: 12px;
    }
    .footer_box .text_box .shop_button {
        margin-bottom: 15px;
    }
    .footer_box {
        padding: 40px 40px 30px;
    }
}

@media screen and (max-width:900px){
    #header h1 img {
        margin: 70px auto 0;
    }
    #lineup_Aria .lineup_ttl_01 {
        margin: 80px auto 0;
    }
}

/* =========================================================
     767px
========================================================= */
@media screen and (max-width:767px){
    .sp_only767 {
        display: block;
    }
    .pc_nowrap {
        white-space: normal;
    }
    #container_Aria {
        padding: 40px 0 110px;
    }
    .container_box {
        padding: 45px 20px;
    }
    #header h1 {
        width: 150px;
    }
    #about_Aria h2 {
        width: 86%;
        margin: 30px auto 20px;
    }
    #about_Aria .about_box {
        font-size: 16px;
    }
    #photo_Aria .photo div.text_box .ttl_box {
        width: 85%!important;
    }
    #photo_Aria .photo div.img_box{
        width: 85%;
    }
    #photo_Aria ul.photo_list li#poto01 div.ttl_box {
        margin-bottom: 25px;
    }
    #photo_Aria .photo div.text_box {
        font-size: 18px;
    }
    #photo_Aria ul.photo_list li#poto01 div.text_box {
        margin-top: 15px;
    }
    #photo_Aria .photo div.text_box .bird_anim_01 {
        position: absolute;
        right: -9%;
        bottom: -19%;
        width: 17%;
    }
    #photo_Aria ul.photo_list li:nth-child(2) .photo {
        margin-top: 40px;
        margin-bottom: 0px;
    }
    #photo_Aria ul.photo_list li#poto02 div.ttl_box {
        margin-bottom: 18px;
        width: auto;
    }
    #photo_Aria li#poto02 .photo div.text_box {
        margin-top: 15px;
    }
    #photo_Aria ul.photo_list li#poto02 div.item_cuisine .cuisine_anim_02 {
        left: -6%;
        width: 10.5%;
        bottom: -9%;
    }
    #photo_Aria ul.photo_list li#poto02 div.item_cuisine .cuisine_anim_01 {
        right: -14.5%;
        width: 23.5%;
        bottom: -3%;
        top: auto;
    }
    #photo_Aria .photo div.text_box {
        font-size: 3.5vw;
    }
    #photo_Aria li#poto02 .photo div.text_box {
        margin-top: 17px;
        text-align: center;
        margin-bottom: 35px;
    }
    #photo_Aria #poto03 .photo div.text_box {
        margin-top: 15px;
    }
    #photo_Aria ul.photo_list li:nth-child(4) .photo {
        margin-top: 35px;
    }
    #photo_Aria ul.photo_list li#poto04 div.ttl_box {
        margin-top: 15px;
        width: 95%!important;
    }
    #lineup_Aria .lineup_ttl_01 {
        padding: 0 0 20px 0;
        left: -40vw;
        margin: 90px auto 0;
        font-size: 0;
    }
    #lineup_Aria .lineup_ttl_01_1 {
        padding: 20px 0 0 0;
        width: 90vw;
        left: -34vw;
        margin: -65px auto 0;
        font-size: 0;
    }
    #lineup_Aria h2.lineup_ttl_02 {
        margin: 110px auto 40px;
        width: 95%;
    }
    #lineup_Aria ul.linup_item_list li .item_ttl {
        padding: 15px 0 30px;
        font-size: 14px;
    }
    #lineup_Aria ul.linup_item_list li.carrycase .item_ttl {
        font-size: 16px !important;
    }
    #lineup_Aria ul.linup_item_list li .item_ttl .start_day {
        padding: 6px 20px;
        font-size: 12px;
        margin-top: 8px;
        letter-spacing: 0.08em;
    }
    #lineup_Aria .about_box {
        font-size: 16px;
    }
    #lineup_Aria h2 {
        width: 86%;
        margin: 30px auto 20px;
    }
    #lineup_Aria .lineup_ttl_01.pickup {
        margin: 30px auto 0!important;
    }
    .item_about_right_04 {
        right: -10px;
        bottom: -80px;
        width: 11%;
    }
    .item_about_left_01 {
        left: 50px;
        top: -285px;
        width: 9%;
    }
    .item_about_right_01 {
        right: 35px;
        top: -190px;
        width: 10%;
    }
    .footer_box {
        padding: 50px 30px 50px;
    }
    .footer_box_inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer_box .text_box {
        width: 100%;
        padding: 0 0px 0 0;
    }
    .footer_box .text_box .shop_button img {
        height: 22px;
    }
    .footer_box .text_box .shop_button a {
        padding: 25px 20px 26px;
        font-size: 16px;
    }
    #lineup_Aria {
        padding-bottom: 30px;
    }
    .item_hahaha {
        width: 220px;
        left: -70px;
    }
    .item_footer_tree {
        right: -230px;
        width: 61px;
        bottom: 8px;
    }
    .item_footer_tree2 {
        left: -230px;
        width: 61px;
        bottom: 8px;
    }
    .footer_box .logo_box {
        width: 150px;
        margin-bottom: 26px;
        margin-left: -9px;
    }
}


/* =========================================================
     480px
========================================================= */
@media screen and (max-width:480px){
    #header h1 img {
        margin: 20px auto 0;
    }
    .pc_only {
        display: none;
    }
    .sp_only {
        display: block;
    }
    .container_box {
        padding: 45px 20px 10px;
    }
    #about_Aria h2 {
        width: 70%;
        margin: 30px auto 20px;
    }
    #lineup_Aria ul.linup_item_list li {
        width: 80%;
    }
    #lineup_Aria ul.linup_item_list {
        justify-content: center;
    }
    #lineup_Aria ul.linup_item_list li .item_ttl {
        padding: 10px 0 40px;
        font-size: 14px;
    }
    #lineup_Aria ul.linup_item_list li.carrycase .item_ttl {
        font-size: 18px !important;
    }
    #lineup_Aria .lineup_ttl_01 {
        width: 90vw;
        left: -35vw;
    }
    #lineup_Aria .lineup_ttl_01_1 {
        width: 105vw;
        left: -25vw;
    }
    #lineup_Aria .lineup_ttl_01 {
        font-size: 0;
    }
    #lineup_Aria .lineup_ttl_01_1 {
        font-size: 0;
    }
    #lineup_Aria h2.lineup_ttl_02 {
        margin: 120px auto 40px;
    }
    #lineup_Aria .about_box {
        font-size: 14px;
        padding: 0 20px;
    }
    #lineup_Aria h2 {
        width: 70%;
        margin: 30px auto 20px;
    }
    #lineup_Aria .lineup_ttl_01.pickup {
        margin: 60px auto 0 !important;
    }
    #photo_Aria .photo div.img_box {
        width: 90%;
    }
    #photo_Aria .photo div.text_box {
        font-size: 4vw;
    }
    #photo_Aria ul.photo_list li#poto02 div.item_cuisine .cuisine_anim_02 {
        left: -12%;
        width: 11.5%;
        bottom: -11%;
    }
    #photo_Aria ul.photo_list li#poto02 div.item_cuisine .cuisine_anim_01 {
        right: -17.5%;
        width: 25.5%;
        bottom: -15%;
        top: auto;
    }
    #photo_Aria .photo div.text_box .ttl_box {
        width: 90%!important;
    }
    #photo_Aria #poto03 .photo div.text_box .item_music {
        width: 85%;
    }
    #photo_Aria ul.photo_list li:nth-child(4) .photo {
        margin-top: 30px;
    }
    #about_Aria .about_box {
        font-size: 14px;
        padding: 0 20px;
    }
    #about_Aria .about_box br {
        display: none;
    }
    .item_about_right_04 {
        right: -17px;
        bottom: -70px;
        width: 15%;
    }
    #photo_Aria ul.photo_list li:nth-child(2) .photo {
        margin-top: 35px;
    }
    #header h1 {
        width: 130px;
    }
    .item_hahaha {
        width: 180px;
        left: -60px;
    }
    .item_footer_tree {
        right: -180px;
        width: 52px;
        bottom: 5px;
    }
    .item_footer_tree2 {
        left: -180px;
        width: 52px;
        bottom: 5px;
    }
    .footer_box .logo_box {
        width: 110px;
        margin-bottom: 20px;
        margin-left: -5px;
    }
    .footer_box .text_box .shop_button a {
        padding: 20px 20px 20px;
        font-size: 16px;
        text-align: center;
    }
    .footer_box .text_box .shop_button img {
        height: 22px;
        display: block;
        margin: 0 auto;
        margin-bottom: 7px;
    }
    .footer_box {
        padding: 40px 30px 30px;
    }
}







/* =========================================================
     colorbox
========================================================= */

#colorbox{
    position: relative;
}
#colorbox #cboxContent .pop_up_box {
    padding: 40px 66px 100px;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    width: 750px;
    /* height: 790px; */
    margin: 0 auto;
}

#colorbox .pop_text_box {
    text-align: left;
    margin-top: 20px;
    line-height: 1.5;
    font-size: 16px;
}
#colorbox h3 {
    line-height: 1.3;
    font-size: 24px;
    letter-spacing: 0.02em;
}
#colorbox .small_catch {
    display: block;
    font-weight: normal;
    font-size: 75%;
    margin-bottom: 4px;
}
#colorbox .price {
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    margin: 10px 0 15px;
}
#colorbox .price span.asterisk {
    display: block;
    font-weight: normal;
    color: #999;
    font-size: 12px;
    margin-top: 6px;
}
#colorbox #cboxContent .pop_up_box .pop_img_box .asterisk {
    position: absolute;
    bottom: -5px;
    color: #999;
    font-size: 12px;
    right: -65px;
}

#colorbox #cboxContent .pop_up_box .pop_img_box {
    position: relative;
    height: 400px;
    width: 488px;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    align-items: center;
}
#colorbox #cboxContent .pop_up_box .pop_img_box > img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
#colorbox #cboxContent .pop_up_box .pop_img_box .item_sub_img {
    position: absolute;
    right: -20px;
    top: 0;
}
#colorbox #cboxContent .pop_up_box .pop_img_box .item_main_img  {
    margin-left: 0px;
}
#colorbox #cboxContent .pop_up_box .pop_img_box #item_main_img_03.item_main_img  {
    margin-left: 6px;
}
#colorbox #cboxContent .pop_up_box .pop_img_box #item_main_img_16.item_main_img  {
    margin-left: -80px;
}
#colorbox #cboxContent .pop_up_box .pop_img_box .item_sub_img li {
    border: 1px solid #333;
    width: 130px;
    height: 130px;
    box-sizing: border-box;
    margin-bottom: 10px;
    position: relative;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#colorbox #cboxContent .pop_up_box .pop_img_box .item_sub_img li img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}


#colorbox .description_2 {
    margin-top: 8px;
}
#colorbox .table_bench_indent {
    margin-left: 10.45em;
}
#colorbox .jan-chord {
    margin-top: 6px;
}
#colorbox a.close {
    width: 300px;
    height: 50px;
    font-size: 24px;
    letter-spacing: 0.06em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #8fc31f;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    margin: auto;
        transition: 0.2s;
}
#colorbox a.close:hover {
    background: #6b6a6a;
}
#colorbox .start_day  {
    position: absolute;
    left: 70px;
    top: 230px;
    display: flex;
    border: 1px solid #111;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
}


@media screen and (max-width:1000px){
    #colorbox #cboxContent .pop_up_box {
        padding: 40px 60px 60px;
        width: 700px;
        height: 810px;
    }
    #colorbox .pop_text_box {
        margin-top: 30px;
    }
    #colorbox .start_day {
        left: 60px;
        top: 210px;
        width: 100px;
        height: 100px;
        font-size: 16px;
    }
}

@media screen and (max-width:767px){
    #colorbox #cboxContent .pop_up_box {
        padding: 40px 40px 110px 40px;
        width: 400px;
        height: auto;
    }
    #colorbox h3 {
        font-size: 20px;
    }
    #colorbox .small_catch {
        font-size: 70%;
        margin-bottom: 2px;
    }
    #colorbox .price {
        font-size: 16px;
        margin: 10px 0 15px;
    }
    #colorbox .pop_text_box {
        margin-top: 30px;
        font-size: 14px;
    }
    #colorbox a.close {
        width: calc(100% - 80px );
        height: 50px;
        font-size: 18px;
        bottom: 40px;
    }
    #colorbox .start_day {
        left: 60px;
        top: 210px;
        width: 100px;
        height: 100px;
        font-size: 16px;
    }
    #colorbox .start_day {
        left: 40px;
        top: 40px;
        width: 70px;
        height: 70px;
        font-size: 12px;
        background: #fff;
    }
    #colorbox #cboxContent .pop_up_box .pop_img_box {
        height: auto;
        width: 320px;
    }
    #colorbox #cboxContent .pop_up_box .pop_img_box .item_main_img {
        margin-left: 0px;
    }
    #colorbox #cboxContent .pop_up_box .pop_img_box #item_main_img_03.item_main_img {
        margin-left: 6px;
    }
    #colorbox #cboxContent .pop_up_box .pop_img_box .item_sub_img li {
        width: 85px;
        height: 85px;
        margin-bottom: 8px;
        padding: 6px;
    }
    #colorbox .table_bench_indent {
        margin-left: 0;
    }
    #colorbox #cboxContent .pop_up_box .pop_img_box .asterisk {
        bottom: -3px;
        font-size: 10px;
        right: 0px;
    }
}
@media screen and (max-width:480px){
    #colorbox #cboxContent .pop_up_box {
        padding: 40px 20px 100px ;
        width: 320px;
        height: auto;
    }
    #colorbox .pop_text_box {
        margin-top: 20px;
    }
    #colorbox h3 {
        font-size: 18px;
    }
    #colorbox .small_catch {
        font-size: 80%;
        margin-bottom: 2px;
    }
    #colorbox a.close {
        width: calc(100% - 40px );
        height: 40px;
        font-size: 16px;
        bottom: 30px;
    }
    #colorbox .start_day {
        left: 20px;
        top: 20px;
        width: 60px;
        height: 60px;
        font-size: 10px;
        background: #fff;
    }
    
    #colorbox .price span.asterisk {
        font-size: 10px;
        margin-top: 5px;
    }
    #colorbox #cboxContent .pop_up_box .pop_img_box {
        width: 280px;
    }
    #colorbox #cboxContent .pop_up_box .pop_img_box .item_sub_img {
        right: 0;
    }
    #colorbox #cboxContent .pop_up_box .pop_img_box .item_main_img{
        margin-left: 0px;
    }
    #colorbox #cboxContent .pop_up_box .pop_img_box #item_main_img_03.item_main_img {
        margin-left: 0;
    }
    #colorbox #cboxContent .pop_up_box .pop_img_box .item_sub_img li {
        width: 70px;
        height: 70px;
        margin-bottom: 8px;
        padding: 6px;
    }
}




/* =========================================================
     colorbox
========================================================= */
.item_anim_speed ,
.item_anim.nomal{
  opacity: 0;
  transition: all 1.0s ease;
  transform: translate(0, 100px);
}
.item_anim_speed.show ,
.item_anim.nomal.active {
  opacity: 1;
  transform: none;
}



.container_box.first_item_anim {
  transition: all 1.0s ease;
  opacity: 0;
}
.container_box.first_item_anim.active {
  opacity: 1;
}


header.first_item_anim {
  opacity: 0;
}
header.first_item_anim.active {
    animation-name: first_item_anim;
    animation-duration: 0.6s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    animation-delay: 1.0s;
    opacity: 0;
    animation-fill-mode: forwards;
}
@keyframes first_item_anim {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

#about_Aria h2.first_item_anim {
  opacity: 0;
  transform: translate(0, 100px);
}
#about_Aria h2.first_item_anim.active {
    animation-name: first_item_anim_2;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-delay: 1.6s;
    opacity: 0;
    animation-fill-mode: forwards;
}
@keyframes first_item_anim_2 {
    0% {
        opacity: 0;
        transform: translate(0, 100px);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}
.first_item_anim_3 {
    opacity: 0;
    transform: translate(0, 100px);
    transition: all 1s ease-in-out;
}
.first_item_anim_3.active {
    opacity: 1;
    transform: translate(0, 0);
}
.first_item_anim_2.left {
    opacity: 0;
    transform: translate(-150px, 0);
    transition: all 1.2s ease-in-out;
}
.first_item_anim_2.left.active {
    opacity: 1;
    transform: translate(0, 0);
}
.first_item_anim_2.right {
    opacity: 0;
    transform: translate(150px, 0);
    transition: all 1.2s ease-in-out;
}
.first_item_anim_2.right.active {
    opacity: 1;
    transform: translate(0, 0);
}
#lineup_Aria .lineup_ttl_01 {
    transition: all 1.0s ease-in-out;
}
#lineup_Aria .lineup_ttl_01.none_active {
    left: -200vw;
}
#lineup_Aria .lineup_ttl_01_1 {
    transition: all 1.0s ease-in-out;
}
#lineup_Aria .lineup_ttl_01_1.none_active {
    left: -200vw;
}
#lineup_Aria h2.first_item_anim {
  opacity: 0;
  transform: translate(0, 100px);
}
#lineup_Aria h2.first_item_anim.active {
    animation-name: first_item_anim_2;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-delay: 1.6s;
    opacity: 0;
    animation-fill-mode: forwards;
}

/* ローディング
--------------------------------------------------------- */
#loader-bg{
    background: #fff;
    height:100vh;
    width: 100vw;
    position:fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
}
#loader-bg img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 50%;
    max-width: 50%;
    width: auto;
    height: auto;
    padding-bottom: 10vw;
}
@media screen and (max-width:1600px){
    .pace {
        bottom: -40vw;
    }
}
@media screen and (max-width:1200px){
    .pace {
        bottom: -50vw;
    }
}
@media screen and (max-width:1000px){
    #loader-bg img{
    }
    #loader-bg img{
        padding-bottom: 10vw;
    }
    .pace {
        left: 0.3vw;
        width: 63vw;
        bottom: -60vw;
    }
}
@media screen and (max-width:767px){
    #loader-bg img{
        max-height: 50%;
        max-width: 50%;
    }
    #loader-bg img{
        padding-bottom: 20vw;
    }
    .pace {
        top: auto;
        left: 0.3vw;
        width: 76vw;
        bottom: 10vw;
    }
}

@media all and (-ms-high-contrast: none){
   .pace {
       display: none;
    }
    #loader-bg img{
        padding-bottom: 0;
    }

    #loader-bg .loader-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;}
    }
}






#photo_Aria .photo div.img_box span {
    position: relative;
    display: inline-block;
}
#photo_Aria #poto01 .photo div.img_box span::before {
    content: "";
    width: 30%;
    height: 0;
    padding-top: 22%;
    background:no-repeat url(../img/img_photo_01_tape.png) left top / contain;
    position: absolute;
    top: -6%;
    left: -6%;
    z-index: 999;
}
#photo_Aria #poto02 .photo div.img_box span::before {
    content: "";
    width: 25%;
    height: 0;
    padding-top: 23%;
    background:no-repeat url(../img/img_photo_02_tape.png) right top / contain;
    position: absolute;
    top: -7%;
    right: -2%;
    z-index: 999;
}
#photo_Aria #poto03 .photo div.img_box span::before {
    content: "";
    width: 26%;
    height: 0;
    padding-top: 21%;
    background:no-repeat url(../img/img_photo_03_tape.png) left top / contain;
    position: absolute;
    top: -2%;
    left: -6%;
    z-index: 999;
}
#photo_Aria #poto04 .photo div.img_box span::before {
    content: "";
    width: 26%;
    height: 0;
    padding-top: 18%;
    background:no-repeat url(../img/img_photo_04_tape.png) right top / contain;
    position: absolute;
    top: 0.5%;
    right: -1.2%;
    z-index: 999;
}



/*     */
.tag_bepal {
    background-image: url("../img/tag_bepal.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 25px;
    margin: 0 auto 5px;
    width: 185px;
}

.logo_bepal {
    display: block;
    margin: 6px 0px 2px;
    max-width: 280px;
    min-width: 180px;
    width: 66%;
}

.button_shoplist {
    padding-bottom: 30px;
}

.button_shoplist img {    
    max-width: 440px;
    min-width: 260px;
    width: 80%;    
}





/*    */
.banner_frame {
    padding: 60px 0 110px;
    position: relative;
}

.banner_frame a {
    display: inline-block;
    max-width: 640px;
    width: 100%
}

.banner_frame .bf_img1 {
    display: block;
    left: calc( 50% - 550px );
    position: absolute;
    top: 90px;
    width: 117px;
}

.banner_frame .bf_img2 {
    display: block;
    position: absolute;
    right: calc( 50% - 550px );
    top: 60px;
    width: 166px;
}

.banner_frame a img {
    transition: all 0.2s;
}

.banner_frame a img:hover {
    opacity: 0.7;
}

@media screen and (max-width:1400px){
    .banner_frame .bf_img1 {
        left: 30px;
    }
    .banner_frame .bf_img2 {
        right: 10px;
    }
}

@media screen and (max-width:1200px){
    .banner_frame .bf_img1 {
        top: 110px;
        width: 80px;
    }
    .banner_frame .bf_img2 {
        width: 120px;
    }
}

@media screen and (max-width:1100px){
    .banner_frame .bf_img1,
    .banner_frame .bf_img2 {
        display: none;
    }
}


/* =========================================================
     23/05/11　サイト改修
========================================================= */
#container_Aria {
	overflow: hidden;
}
.container_box {
	position: relative;
}
/* about ---------- */
#about_Aria h2 {
    width: 65%;
    margin: 140px auto 80px;
}
#about_Aria h2 img {
    margin-right: -2%;
}
#about_Aria .about_box {
    font-size: 24px;
    line-height: 2.2;
    font-weight: bold;
}
#about_Aria .about_box .green_back {
    color: #fff;
    background: #8dc21f;
    padding: 5px 12px;
    border-radius: 7px;
    margin: 0.25em;
    line-height: 1;
    letter-spacing: normal;
}
/* lineup ---------- */
#lineup_Aria {
    padding-bottom: 120px;
}
#lineup_Aria ul.linup_item_list li .item_ttl {
    line-height: 1.3;
    padding: 15px 0 50px;
    font-size: 17px;
    font-weight: normal;
}
#lineup_Aria h2.lineup_ttl_02 {
	margin-top: 260px;
}
#lineup_Aria ul.linup_item_list {
    padding-top: 40px;
}
#lineup_Aria .about_box .green_back {
    color: #fff;
    background: #8dc21f;
    padding: 5px 12px;
    border-radius: 7px;
    margin: 0.25em;
    line-height: 1;
    letter-spacing: normal;
}
#lineup_Aria h2 {
    width: 65%;
    margin: 140px auto 80px;
}
#lineup_Aria h2 img {
}

/* colorbox ---------- */
#colorbox h3 {
    line-height: 1.3;
    font-size: 24px;
    margin-bottom: 15px;
}
#colorbox .jan-chord ,
#colorbox .description_2,
#colorbox .asterisk {
    margin-top: 10px;
}
#colorbox #cboxContent .pop_up_box {
    padding-bottom: 110px;
}
#colorbox #cboxContent .pop_up_box .pop_img_box .item_sub_img {
    right: -110px;
    top: -20px;
}
#colorbox #cboxContent .pop_up_box .pop_img_box .item_sub_img li {
    width: 110px;
    height: 110px;
}
#colorbox #cboxContent .pop_up_box .pop_img_box {
}
#colorbox #cboxContent .pop_up_box .pop_img_box > img {
    max-width: calc(100% - 20px) ;
    max-height: calc(100% - 20px) ;
}
#colorbox #cboxContent .pop_up_box .pop_img_box.badge_bear {
	margin: 0;
}
#colorbox #cboxContent .pop_up_box .pop_img_box.badge_bear .item_sub_img {
    right: -150px;
    top: auto;
    bottom: 0;
}
#colorbox #cboxContent .pop_up_box .pop_badge {
    position: absolute;
    top: -25px;
    right: 30px;
    width: 230px;
}


/* linup_item_30 ---------- */
#colorbox #cboxContent #linup_item_30 .pop_up_box .pop_img_box .item_sub_img {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
    width: 190px;
}
#colorbox #cboxContent #linup_item_30 .pop_up_box .pop_img_box .item_sub_img li {
    width: 90px;
    height: 90px;
}
/* pick_up ---------- */

#pick_up {
}
#pick_up .ttl_box {
	position: relative;
}
#pick_up h2 {
	width: 350px;
	margin: 0 auto 60px;
}
#pick_up #pick_up_ttl_left {
	position: absolute;
    width: 200px;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

#pick_up #pick_up_ttl_right {
	position: absolute;
    width: 150px;
    right: 0;
    top: -20px;
	bottom: 0;
	margin: auto;
}
.banner_frame {
	padding: 0 0 150px;
}


/* footer_box ---------- */
.footer_box .text_box {
    width: 100%;
    max-width: 1000px;
    padding: 0;
    box-sizing: border-box;
    margin: 0 auto;
}

header {
	position: relative;
}
/* 飾り ---------- */
.item_footer_tree {
    position: absolute;
    right: 110px;
    bottom: 0;
    width: 200px;
}
.item_footer_tree2 {
    position: absolute;
    left: 110px;
    bottom: 0;
    width: 200px;
}
.item_about_left_01 {
    position: absolute;
    left: 90px;
    top: -30px;
    width: 180px;
}
.item_about_left_02 {
    left: 0px;
    top: -30px;
    width: 70px;
}
.item_about_left_03 {
    left: 90px;
    bottom: -100px;
    width: 110px;
}
.item_about_right_01 {
    position: absolute;
    right: -30px;
    TOP: AUTO;
    bottom: -80px;
    width: 350px;
}
.item_about_right_03 {
    right: 60px;
    bottom: -250px;
    width: 165px;
}
@media screen and (max-width:1300px){
	.container_box {
		padding: 120px 60px;
	}
	.item_about_left_01 {
		left: 90px;
		top: 0px;
		width: 140PX;
	}
	.item_about_left_02 {
		left: 10px;
		top: -40px;
		width: 80px;
	}
	.item_about_right_01 {
		right: -50px;
		bottom: -80px;
		width: 320px;
	}
	#about_Aria .about_box {
		font-size: 22px;
	}
	.item_footer_tree {
		right: 80px;
		left: auto;
		bottom: -20px;
		width: 180px;
	}
	.item_footer_tree2 {
		left: 80px;
		right: auto;
		bottom: -20px;
		width: 180px;
	}
	#pick_up #pick_up_ttl_left {
		width: 170px;
	}
	#pick_up #pick_up_ttl_right {
		width: 130px;
		right: 0;
		top: -20px;
	}
	#lineup_Aria .about_box {
		font-size: 22px;
	}
}

@media screen and (max-width:1200px){
	.item_about_left_01 {
		left: 50px;
	}
	.item_about_right_01 {
		right: -50px;
	}
	.item_about_left_02 {
		left: 0;
		top: -50px;
		width: 70px;
	}
	.item_about_left_03 {
		left: 50px;
		bottom: -100px;
		width: 100px;
	}
	.item_about_right_03 {
		right: 20px;
		bottom: -240px;
		width: 150px;
	}
	#pick_up h2 {
		width: 280px;
    	margin: 0 auto 70px;
	}
	#pick_up #pick_up_ttl_left {
		width: 150px;
	}
	#pick_up #pick_up_ttl_right {
		width: 110px;
	}
	#about_Aria h2 {
		width: 80%;
		margin: 140px auto 70px;
	}
	#lineup_Aria h2 {
		width: 80%;
		margin: 140px auto 70px;
	}
    #lineup_Aria .lineup_ttl_01.pickup {
        margin: 70px auto 0;
    }
}

@media screen and (max-width:1000px){
	.container_box {
		padding: 140px 60px;
	}
	.item_about_left_01 {
		left: 30px;
		top: -60px;
		width: 130PX;
	}
	.item_about_right_01 {
		right: -60px;
		bottom: -90px;
		width: 270px;
	}
	.item_about_left_02 {
		left: -10px;
		top: -60px;
		width: 60px;
	}
	.item_about_left_03 {
		left: 0;
		bottom: -100px;
		width: 90px;
	}
	.item_about_right_03 {
		right: 0px;
		bottom: -230px;
		width: 140px;
	}
	#about_Aria h2 {
		width: 90%;
		margin: 140px auto 60px;
	}
	#about_Aria .about_box {
		font-size: 20px;
	}
	#about_Aria .about_box .green_back {
		background: #8dc21f;
		padding: 3px 10px;
		border-radius: 4px;
	}
	#lineup_Aria h2.lineup_ttl_02 {
		margin-top: 240px;
	}
	#lineup_Aria {
		padding-bottom: 100px;
	}
	#lineup_Aria .about_box .green_back {
		background: #8dc21f;
		padding: 3px 10px;
		border-radius: 4px;
	}
	#lineup_Aria h2 {
		width: 90%;
		margin: 140px auto 60px;
	}
    #lineup_Aria .lineup_ttl_01.pickup {
        margin: 100px auto 0;
    }
	#pick_up h2 {
		width: 250px;
		margin: 0 auto 70px;
	}
	#pick_up #pick_up_ttl_left {
		width: 21%;
	}
	#pick_up #pick_up_ttl_right {
		width: 17%;
	}
	.item_footer_tree {
		bottom: -20px;
		width: 160px;
	}
	.item_footer_tree2 {
		bottom: -20px;
		width: 160px;
	}
	.banner_frame {
		padding: 0 0 120px;
	}
	#colorbox #cboxContent .pop_up_box .pop_badge {
		top: -25px;
		right: 20px;
		width: 210px;
	}
	#colorbox #cboxContent .pop_up_box .pop_img_box.badge_bear .item_sub_img {
		right: -110px;
	}
	#colorbox #cboxContent .pop_up_box {
		height: auto;
	}
	#colorbox #cboxContent .pop_up_box .pop_img_box .item_sub_img {
		right: -86px;
		top: -20px;
	}
	#colorbox #cboxContent .pop_up_box .pop_img_box .item_sub_img li {
		width: 100px;
		height: 100px;
	}
	#colorbox #cboxContent #linup_item_30 .pop_up_box .pop_img_box .item_sub_img li {
		width: 80px;
		height: 80px;
	}
	#colorbox #cboxContent #linup_item_30 .pop_up_box .pop_img_box .item_sub_img {
		width: 170px;
	}
}

@media screen and (max-width:768px){
	.sp_only {
		display: block;
	}
	.pc_only {
		display: none;
	}
	.container_box {
		background-image:  url(../img/bg_content_white_2_sp.svg);
		padding: 140px 40px;	
	}
	#about_Aria h2 {
		width: 75%;
		margin: 80px auto 50px;
	}
	#about_Aria .about_box {
		font-size: 18px;
	}
	#pick_up h2 {
		width: 50%;
		margin: 0 auto 60px;
	}
	.item_footer_tree {
		bottom: -30px;
		width: 130px;
	}
	.item_footer_tree2 {
		bottom: -30px;
		width: 130px;
	}
	.banner_frame {
		padding: 0 0 80px;
	}
	#colorbox #cboxContent .pop_up_box .pop_img_box {
		height: 200px;
		width: 320px;
	}
	#colorbox h3 {
		font-size: 20px;
	}
	#colorbox #cboxContent .pop_up_box .pop_img_box .item_sub_img ,
	#colorbox #cboxContent .pop_up_box .pop_img_box.badge_bear .item_sub_img {
		right: 0;
		left: 0;
		bottom: -60px;
		margin: auto;
		justify-content: center;
		display: flex;
		top: auto;
	}
	#colorbox #cboxContent .pop_up_box .pop_img_box .item_sub_img li {
		width: 50px;
		height: 50px;
		margin-bottom: 0;
		margin: 0 4px;
		padding: 3px;
	}
	#colorbox .pop_text_box {
		font-size: 14px;
		margin-top: 30px;
	}
	#colorbox #cboxContent .pop_up_box .pop_img_box.badge_bear {
		text-align: left;
    	justify-content: left;
	}
	#colorbox #cboxContent .pop_up_box .pop_img_box:has(ul) + .pop_text_box {
		margin-top: 80px;
	}
	#colorbox #cboxContent #linup_item_30 .pop_up_box .pop_img_box .item_sub_img {
		width: auto;
		justify-content: center;
	}
	#colorbox #cboxContent #linup_item_30 .pop_up_box .pop_img_box .item_sub_img li {
		width: 50px;
		height: 50px;
	}
	#colorbox #cboxContent .pop_up_box .pop_badge {
		top: -14px;
		right: 10px;
		width: 150px;
	}
	#about_Aria h2 img {
		margin-right: 0;
	}
	#lineup_Aria h2 img {
		margin-right: 0;
	}
	#lineup_Aria ul.linup_item_list li .item_ttl {
    	font-size: 14px;
	}
	#lineup_Aria ul.linup_item_list li .item_ttl {
		margin-bottom: 30px;
    	padding: 10px 0 30px;
	}
	#lineup_Aria h2 {
		width: 75%;
		margin: 80px auto 50px;
	}
	#lineup_Aria .about_box {
		font-size: 18px;
	}
}

@media screen and (max-width:480px){
	.container_box {
		background-image:  url(../img/bg_content_white_2_sp2.svg);
		padding: 140px 20px;
	}
	#about_Aria .about_box,
    #lineup_Aria .about_box {
		font-size: 16px;
	}
	#colorbox #cboxContent .pop_up_box .pop_img_box {
		height: 180px;
		width: 280px;
	}
	#colorbox #cboxContent .pop_up_box .pop_badge {
		top: -14px;
		right: 10px;
		width: 130px;
	}
	#colorbox h3 {
		font-size: 18px;
	}
	#about_Aria .about_box br {
		display: block;
	}
	#lineup_Aria ul.linup_item_list li {
		width: 90%;
	}
	#lineup_Aria ul.linup_item_list li .item_ttl {
   		margin-bottom: 0;
	}
	#lineup_Aria {
		padding-bottom: 60px;
	}
	.banner_frame {
		padding: 0 0 30px;
		width: 90%;
		margin: auto;
	}
	#pick_up h2 {
		margin: 0 auto 40px;
	}
	.item_about_left_01 {
		left: 20px;
		top: -80px;
		width: 90PX;
	}
	.item_about_left_02 {
		left: 10px;
		top: -20px;
		width: 40px;
	}
	.item_about_right_01 {
		right: -48px;
		bottom: -60px;
		width: 190px;
	}
	#about_Aria h2 {
		width: 75%;
		margin: 100px auto 50px;
	}
	.item_about_left_03 {
        left: -20px;
		bottom: -120px;
		width: 65px;
	}
    .item_about_right_03 {
        width: 85px;
        right: -35px;
    }
	#lineup_Aria ul.linup_item_list {
		padding-top: 10px;
	}
    #lineup_Aria h2 {
		width: 75%;
		margin: 100px auto 50px;
	}
	.item_about_right_03 {
		right: -20px;
		bottom: -150px;
		width: 110px;
	}
	.item_footer_tree {
		bottom: -30px;
		width: 110px;
	}
	.item_footer_tree2 {
		bottom: -30px;
		width: 110px;
	}
    #lineup_Aria .about_box {
        margin-bottom: 80px;
    }
    #lineup_Aria .lineup_ttl_01 {
        margin: 120px auto 0;
    }
}



/* =========================================================
     23/06/01　カタログ追加
========================================================= */

#catalog {
    position: relative;
    padding: 50px 0 170px;
}
#catalog h2 {
    width: 420px;
    margin: 0 auto 60px;
}
#catalog #catalog_ttl_left {
    position: absolute;
    width: 300px;
    left: -70px;
    top: -100px;
	margin: auto;
}
#catalog #catalog_ttl_right {
    position: absolute;
    width: 180px;
    right: 0;
    top: -250px;
    bottom: 0;
}
#catalog a p.click_text {
    font-weight: bold;
    color: #000;
    font-size: 22px;
    margin-right: -1em;
}

#catalog .catalog_frame a {
    display: inline-block;
    max-width: 640px;
    width: 100%;
}


@media screen and (max-width:1000px){
    #catalog {
        padding: 50px 0 150px;
    }
    #catalog h2 {
        width: 300px;
        margin: 0px auto 60px;
    }
    #catalog .catalog_frame a {
        max-width: 80%;
    }
    #catalog a p.click_text {
        font-size: 20px;
        margin-top: -20px;
    }
    #catalog #catalog_ttl_left {
        width: 200px;
        left: -70px;
        top: -50px;
    }
    #catalog #catalog_ttl_right {
        width: 130px;
        right: -20px;
        top: -180px;
    }
}

@media screen and (max-width:768px){
    #catalog {
        padding: 0px 0 120px;
    }
    #catalog .catalog_frame a {
        max-width: 90%;
    }
    #catalog a p.click_text {
        font-size: 16px;
        margin-top: 0;
    }
    #catalog h2 {
        width: 60%;
        margin: 0px auto 40px;
    }
    #catalog #catalog_ttl_left {
        width: 150px;
        left: -69px;
        top: -70px;
    }
    #catalog #catalog_ttl_right {
        width: 110px;
        right: -40px;
        top: -150px;
    }
}

@media screen and (max-width:480px){
    #catalog {
        padding: 0px 0 90px;
    }
    #catalog #catalog_ttl_left {
        width: 120px;
        left: -42px;
        top: -55px;
    }
    #catalog #catalog_ttl_right {
        width: 70px;
        right: -20px;
        top: -110px;
    }
    #catalog a p.click_text {
        font-size: 14px;
    }
}

/* =========================================================
     24/06/12　商品更新
========================================================= */
.asterisk_mark {
    font-size: 12px;
    font-weight: normal;
}

#colorbox #cboxContent .pop_up_box .pop_badge {
    position: absolute;
    top: 30px;
    right: 50px;
    width: 130px;
    z-index: 1;
}
#colorbox #cboxContent .pop_up_box .pop_img_box.badge_bear {
    margin: auto;
    padding-right: 50px;
    box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
    #colorbox #cboxContent .pop_up_box .pop_img_box.badge_bear {
        text-align: center;
        justify-content: center;
        padding-right: 30px;
    }
    #colorbox #cboxContent .pop_up_box .pop_badge {
        top: 30px;
        right: 50px;
        width: 100px;
    }
}
@media screen and (max-width: 768px) {
    #colorbox #cboxContent .pop_up_box .pop_badge {
        top: 20px;
        right: 20px;
        width: 80px;
    }
    #lineup_Aria .lineup_ttl_01 {
        left: -70vw;
    }
}
@media screen and (max-width: 480px) {
    #lineup_Aria .lineup_ttl_01 {
        left: -65vw;
    }
    #colorbox #cboxContent .pop_up_box .pop_badge {
        top: 15px;
        right: 15px;
        width: 65px;
    }
    #colorbox #cboxContent .pop_up_box .pop_img_box.badge_bear {
        padding-right: 10px;
    }
    .asterisk_mark {
        font-size: 10px;
    }
}
